|
|
|
1 | 2024-12-16T04:15:54.572Z | job assigned to worker 01JF6TT458DYZC3JJXNGRT36KX [factory aws, i-0eb9af83dac015638] (queued for 1 m 2 s) |
|
2 | 2024-12-16T04:16:01.975Z | starting task 0: "setup" |
3 | 2024-12-16T04:16:01.985Z | ++ uname -s |
4 | 2024-12-16T04:16:01.989Z | + kern=SunOS |
5 | 2024-12-16T04:16:01.989Z | + case "$kern" in |
6 | 2024-12-16T04:16:01.989Z | + groupadd -g 12345 build |
7 | 2024-12-16T04:16:01.991Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-16T04:16:03.998Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-16T04:16:04.186Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-16T04:16:04.189Z | + home_fs=zfs |
11 | 2024-12-16T04:16:04.189Z | + [[ zfs == autofs ]] |
12 | 2024-12-16T04:16:04.189Z | + mkdir -p /home/build |
13 | 2024-12-16T04:16:04.192Z | + chown build:build /home/build /work |
14 | 2024-12-16T04:16:06.193Z | + chmod 0700 /home/build /work |
15 | 2024-12-16T04:16:06.196Z | process exited: duration 4222 ms, exit code 0 |
|
16 | 2024-12-16T04:16:06.203Z | starting task 1: "rust-toolchain" |
17 | 2024-12-16T04:16:06.208Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-16T04:16:06.208Z | ' stable |
19 | 2024-12-16T04:16:06.208Z | * toolchain channel = "stable" |
20 | 2024-12-16T04:16:06.208Z | + printf ' * toolchain profile = "%s" |
21 | 2024-12-16T04:16:06.209Z | * toolchain profile = "default" |
22 | 2024-12-16T04:16:06.209Z | ' default |
23 | 2024-12-16T04:16:06.212Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-16T04:16:06.212Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
25 | 2024-12-16T04:16:06.321Z | info: downloading installer |
26 | 2024-12-16T04:16:07.515Z | info: profile set to 'default' |
27 | 2024-12-16T04:16:07.515Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-16T04:16:07.518Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
29 | 2024-12-16T04:16:07.652Z | info: latest update on 2024-11-28, rust version 1.83.0 (90b35a623 2024-11-26) |
30 | 2024-12-16T04:16:07.652Z | info: downloading component 'cargo' |
31 | 2024-12-16T04:16:08.352Z | info: downloading component 'clippy' |
32 | 2024-12-16T04:16:08.622Z | info: downloading component 'rust-docs' |
33 | 2024-12-16T04:16:09.602Z | info: downloading component 'rust-std' |
34 | 2024-12-16T04:16:11.010Z | info: downloading component 'rustc' |
35 | 2024-12-16T04:16:16.356Z | info: downloading component 'rustfmt' |
36 | 2024-12-16T04:16:16.562Z | info: installing component 'cargo' |
37 | 2024-12-16T04:16:17.370Z | info: installing component 'clippy' |
38 | 2024-12-16T04:16:17.742Z | info: installing component 'rust-docs' |
39 | 2024-12-16T04:16:19.455Z | info: installing component 'rust-std' |
40 | 2024-12-16T04:16:21.104Z | info: installing component 'rustc' |
41 | 2024-12-16T04:16:26.809Z | info: installing component 'rustfmt' |
42 | 2024-12-16T04:16:27.140Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
43 | 2024-12-16T04:16:27.140Z | |
44 | 2024-12-16T04:16:27.500Z | stable-x86_64-unknown-illumos installed - rustc 1.83.0 (90b35a623 2024-11-26) |
45 | 2024-12-16T04:16:27.500Z | |
46 | 2024-12-16T04:16:27.503Z | |
47 | 2024-12-16T04:16:27.503Z | Rust is installed now. Great! |
48 | 2024-12-16T04:16:27.503Z | |
49 | 2024-12-16T04:16:27.503Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-16T04:16:27.503Z | environment variable. This has not been done automatically. |
51 | 2024-12-16T04:16:27.503Z | |
52 | 2024-12-16T04:16:27.503Z | To configure your current shell, you need to source |
53 | 2024-12-16T04:16:27.503Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-16T04:16:27.503Z | |
55 | 2024-12-16T04:16:27.503Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-16T04:16:27.503Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-16T04:16:27.503Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-16T04:16:27.574Z | + rustc --version |
59 | 2024-12-16T04:16:27.641Z | rustc 1.83.0 (90b35a623 2024-11-26) |
60 | 2024-12-16T04:16:27.643Z | process exited: duration 21435 ms, exit code 0 |
|
61 | 2024-12-16T04:16:27.649Z | starting task 2: "authentication" |
62 | 2024-12-16T04:16:27.670Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2024-12-16T04:16:27.676Z | starting task 3: "clone repository" |
64 | 2024-12-16T04:16:27.683Z | + mkdir -p /work/oxidecomputer/maghemite |
65 | 2024-12-16T04:16:27.685Z | + git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite |
66 | 2024-12-16T04:16:27.727Z | Cloning into '/work/oxidecomputer/maghemite'... |
67 | 2024-12-16T04:16:28.367Z | + cd /work/oxidecomputer/maghemite |
68 | 2024-12-16T04:16:28.369Z | + git fetch origin 6d55df19805d43f00c0ab8b47f9100d38d06ee39 |
69 | 2024-12-16T04:16:28.607Z | From https://github.com/oxidecomputer/maghemite |
70 | 2024-12-16T04:16:28.607Z | * branch 6d55df19805d43f00c0ab8b47f9100d38d06ee39 -> FETCH_HEAD |
71 | 2024-12-16T04:16:28.615Z | + [[ -n renovate/colored-2.x-lockfile ]] |
72 | 2024-12-16T04:16:28.618Z | ++ git branch --show-current |
73 | 2024-12-16T04:16:28.620Z | + current=main |
74 | 2024-12-16T04:16:28.621Z | + [[ main != renovate/colored-2.x-lockfile ]] |
75 | 2024-12-16T04:16:28.621Z | + git branch -f renovate/colored-2.x-lockfile 6d55df19805d43f00c0ab8b47f9100d38d06ee39 |
76 | 2024-12-16T04:16:28.623Z | + git checkout -f renovate/colored-2.x-lockfile |
77 | 2024-12-16T04:16:28.637Z | Switched to branch 'renovate/colored-2.x-lockfile' |
78 | 2024-12-16T04:16:28.640Z | + git reset --hard 6d55df19805d43f00c0ab8b47f9100d38d06ee39 |
79 | 2024-12-16T04:16:28.643Z | HEAD is now at 6d55df1 Update Rust crate colored to v2.2.0 |
80 | 2024-12-16T04:16:28.646Z | process exited: duration 968 ms, exit code 0 |
|
81 | 2024-12-16T04:16:28.651Z | starting task 4: "build" |
82 | 2024-12-16T04:16:28.657Z | ++ cargo --version |
83 | 2024-12-16T04:16:28.661Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
84 | 2024-12-16T04:16:28.800Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
85 | 2024-12-16T04:16:28.800Z | info: downloading component 'cargo' |
86 | 2024-12-16T04:16:29.501Z | info: downloading component 'clippy' |
87 | 2024-12-16T04:16:29.760Z | info: downloading component 'rust-docs' |
88 | 2024-12-16T04:16:30.727Z | info: downloading component 'rust-std' |
89 | 2024-12-16T04:16:32.245Z | info: downloading component 'rustc' |
90 | 2024-12-16T04:16:37.646Z | info: downloading component 'rustfmt' |
91 | 2024-12-16T04:16:37.852Z | info: installing component 'cargo' |
92 | 2024-12-16T04:16:38.661Z | info: installing component 'clippy' |
93 | 2024-12-16T04:16:39.023Z | info: installing component 'rust-docs' |
94 | 2024-12-16T04:16:40.592Z | info: installing component 'rust-std' |
95 | 2024-12-16T04:16:42.311Z | info: installing component 'rustc' |
96 | 2024-12-16T04:16:47.959Z | info: installing component 'rustfmt' |
97 | 2024-12-16T04:16:48.361Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
98 | 2024-12-16T04:16:48.364Z | ++ rustc --version |
99 | 2024-12-16T04:16:48.431Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
100 | 2024-12-16T04:16:48.435Z | ++ dladm |
101 | 2024-12-16T04:16:48.441Z | LINK CLASS MTU STATE BRIDGE OVER |
102 | 2024-12-16T04:16:48.441Z | ena0 phys 9216 up -- -- |
103 | 2024-12-16T04:16:48.443Z | ++ ipadm |
104 | 2024-12-16T04:16:48.446Z | ADDROBJ TYPE STATE ADDR |
105 | 2024-12-16T04:16:48.446Z | lo0/v4 static ok 127.0.0.1/8 |
106 | 2024-12-16T04:16:48.446Z | ena0/dhcp dhcp ok 10.150.1.176/24 |
107 | 2024-12-16T04:16:48.446Z | lo0/v6 static ok ::1/128 |
108 | 2024-12-16T04:16:48.446Z | ++ banner collect |
109 | 2024-12-16T04:16:48.449Z | |
110 | 2024-12-16T04:16:48.449Z | #### #### # # ###### #### ##### |
111 | 2024-12-16T04:16:48.449Z | # # # # # # # # # # |
112 | 2024-12-16T04:16:48.449Z | # # # # # ##### # # |
113 | 2024-12-16T04:16:48.449Z | # # # # # # # # |
114 | 2024-12-16T04:16:48.449Z | # # # # # # # # # # |
115 | 2024-12-16T04:16:48.449Z | #### #### ###### ###### ###### #### # |
116 | 2024-12-16T04:16:48.449Z | |
117 | 2024-12-16T04:16:48.449Z | ++ get_artifact softnpu image 64beaff129b7f63a04a53dd5ed0ec09f012f5756 softnpu |
118 | 2024-12-16T04:16:48.449Z | ++ repo=softnpu |
119 | 2024-12-16T04:16:48.449Z | ++ series=image |
120 | 2024-12-16T04:16:48.449Z | ++ commit=64beaff129b7f63a04a53dd5ed0ec09f012f5756 |
121 | 2024-12-16T04:16:48.449Z | ++ name=softnpu |
122 | 2024-12-16T04:16:48.449Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
123 | 2024-12-16T04:16:48.449Z | ++ mkdir -p download |
124 | 2024-12-16T04:16:48.452Z | ++ pushd download |
125 | 2024-12-16T04:16:48.452Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
126 | 2024-12-16T04:16:48.452Z | ++ [[ ! -f softnpu ]] |
127 | 2024-12-16T04:16:48.452Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/64beaff129b7f63a04a53dd5ed0ec09f012f5756/softnpu |
128 | 2024-12-16T04:16:48.458Z | % Total % Received % Xferd Average Speed Time Time Time Current |
129 | 2024-12-16T04:16:48.461Z | Dload Upload Total Spent Left Speed |
130 | 2024-12-16T04:16:48.984Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 21.8M 100 21.8M 0 0 41.6M 0 --:--:-- --:--:-- --:--:-- 41.6M |
131 | 2024-12-16T04:16:48.987Z | ++ popd |
132 | 2024-12-16T04:16:48.987Z | /work/oxidecomputer/maghemite |
133 | 2024-12-16T04:16:48.987Z | ++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 libsidecar_lite.so |
134 | 2024-12-16T04:16:48.987Z | ++ repo=sidecar-lite |
135 | 2024-12-16T04:16:48.987Z | ++ series=release |
136 | 2024-12-16T04:16:48.987Z | ++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65 |
137 | 2024-12-16T04:16:48.987Z | ++ name=libsidecar_lite.so |
138 | 2024-12-16T04:16:48.987Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
139 | 2024-12-16T04:16:48.987Z | ++ mkdir -p download |
140 | 2024-12-16T04:16:48.990Z | ++ pushd download |
141 | 2024-12-16T04:16:48.990Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
142 | 2024-12-16T04:16:48.990Z | ++ [[ ! -f libsidecar_lite.so ]] |
143 | 2024-12-16T04:16:48.990Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/libsidecar_lite.so |
144 | 2024-12-16T04:16:48.995Z | % Total % Received % Xferd Average Speed Time Time Time Current |
145 | 2024-12-16T04:16:48.995Z | Dload Upload Total Spent Left Speed |
146 | 2024-12-16T04:16:49.414Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 20.3M 100 20.3M 0 0 48.5M 0 --:--:-- --:--:-- --:--:-- 48.5M |
147 | 2024-12-16T04:16:49.419Z | ++ popd |
148 | 2024-12-16T04:16:49.419Z | /work/oxidecomputer/maghemite |
149 | 2024-12-16T04:16:49.423Z | ++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 scadm |
150 | 2024-12-16T04:16:49.423Z | ++ repo=sidecar-lite |
151 | 2024-12-16T04:16:49.423Z | ++ series=release |
152 | 2024-12-16T04:16:49.423Z | ++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65 |
153 | 2024-12-16T04:16:49.423Z | ++ name=scadm |
154 | 2024-12-16T04:16:49.423Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
155 | 2024-12-16T04:16:49.423Z | ++ mkdir -p download |
156 | 2024-12-16T04:16:49.423Z | ++ pushd download |
157 | 2024-12-16T04:16:49.423Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
158 | 2024-12-16T04:16:49.423Z | ++ [[ ! -f scadm ]] |
159 | 2024-12-16T04:16:49.423Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/scadm |
160 | 2024-12-16T04:16:49.428Z | % Total % Received % Xferd Average Speed Time Time Time Current |
161 | 2024-12-16T04:16:49.428Z | Dload Upload Total Spent Left Speed |
162 | 2024-12-16T04:16:49.876Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 22.7M 100 22.7M 0 0 50.8M 0 --:--:-- --:--:-- --:--:-- 50.7M |
163 | 2024-12-16T04:16:49.880Z | ++ popd |
164 | 2024-12-16T04:16:49.883Z | /work/oxidecomputer/maghemite |
165 | 2024-12-16T04:16:49.883Z | ++ get_artifact dendrite image 350fb25d724578dd2b127499edcd57981d4bbff2 dendrite-softnpu.tar.gz |
166 | 2024-12-16T04:16:49.883Z | ++ repo=dendrite |
167 | 2024-12-16T04:16:49.883Z | ++ series=image |
168 | 2024-12-16T04:16:49.883Z | ++ commit=350fb25d724578dd2b127499edcd57981d4bbff2 |
169 | 2024-12-16T04:16:49.883Z | ++ name=dendrite-softnpu.tar.gz |
170 | 2024-12-16T04:16:49.883Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
171 | 2024-12-16T04:16:49.883Z | ++ mkdir -p download |
172 | 2024-12-16T04:16:49.883Z | ++ pushd download |
173 | 2024-12-16T04:16:49.883Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
174 | 2024-12-16T04:16:49.883Z | ++ [[ ! -f dendrite-softnpu.tar.gz ]] |
175 | 2024-12-16T04:16:49.886Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/350fb25d724578dd2b127499edcd57981d4bbff2/dendrite-softnpu.tar.gz |
176 | 2024-12-16T04:16:49.892Z | % Total % Received % Xferd Average Speed Time Time Time Current |
177 | 2024-12-16T04:16:49.894Z | Dload Upload Total Spent Left Speed |
178 | 2024-12-16T04:16:50.665Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
79 37.5M 79 30.0M 0 0 45.0M 0 --:--:-- --:--:-- --:--:-- 45.0M
100 37.5M 100 37.5M 0 0 48.6M 0 --:--:-- --:--:-- --:--:-- 48.5M |
179 | 2024-12-16T04:16:50.668Z | ++ popd |
180 | 2024-12-16T04:16:50.669Z | /work/oxidecomputer/maghemite |
181 | 2024-12-16T04:16:50.672Z | ++ get_artifact maghemite release 2bfd39000c878c45675651a7588c015c486e7f43 ddmd |
182 | 2024-12-16T04:16:50.672Z | ++ repo=maghemite |
183 | 2024-12-16T04:16:50.672Z | ++ series=release |
184 | 2024-12-16T04:16:50.672Z | ++ commit=2bfd39000c878c45675651a7588c015c486e7f43 |
185 | 2024-12-16T04:16:50.672Z | ++ name=ddmd |
186 | 2024-12-16T04:16:50.672Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
187 | 2024-12-16T04:16:50.672Z | ++ mkdir -p download |
188 | 2024-12-16T04:16:50.672Z | ++ pushd download |
189 | 2024-12-16T04:16:50.672Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
190 | 2024-12-16T04:16:50.672Z | ++ [[ ! -f ddmd ]] |
191 | 2024-12-16T04:16:50.673Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/2bfd39000c878c45675651a7588c015c486e7f43/ddmd |
192 | 2024-12-16T04:16:50.679Z | % Total % Received % Xferd Average Speed Time Time Time Current |
193 | 2024-12-16T04:16:50.684Z | Dload Upload Total Spent Left Speed |
194 | 2024-12-16T04:16:51.453Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 40.9M 100 40.9M 0 0 52.9M 0 --:--:-- --:--:-- --:--:-- 52.9M |
195 | 2024-12-16T04:16:51.457Z | ++ popd |
196 | 2024-12-16T04:16:51.460Z | /work/oxidecomputer/maghemite |
197 | 2024-12-16T04:16:51.460Z | ++ get_artifact maghemite release 2bfd39000c878c45675651a7588c015c486e7f43 ddmadm |
198 | 2024-12-16T04:16:51.460Z | ++ repo=maghemite |
199 | 2024-12-16T04:16:51.460Z | ++ series=release |
200 | 2024-12-16T04:16:51.460Z | ++ commit=2bfd39000c878c45675651a7588c015c486e7f43 |
201 | 2024-12-16T04:16:51.460Z | ++ name=ddmadm |
202 | 2024-12-16T04:16:51.460Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
203 | 2024-12-16T04:16:51.460Z | ++ mkdir -p download |
204 | 2024-12-16T04:16:51.460Z | ++ pushd download |
205 | 2024-12-16T04:16:51.460Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
206 | 2024-12-16T04:16:51.460Z | ++ [[ ! -f ddmadm ]] |
207 | 2024-12-16T04:16:51.460Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/2bfd39000c878c45675651a7588c015c486e7f43/ddmadm |
208 | 2024-12-16T04:16:51.467Z | % Total % Received % Xferd Average Speed Time Time Time Current |
209 | 2024-12-16T04:16:51.467Z | Dload Upload Total Spent Left Speed |
210 | 2024-12-16T04:16:51.857Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 18.0M 100 18.0M 0 0 46.3M 0 --:--:-- --:--:-- --:--:-- 46.3M |
211 | 2024-12-16T04:16:51.859Z | ++ popd |
212 | 2024-12-16T04:16:51.860Z | /work/oxidecomputer/maghemite |
213 | 2024-12-16T04:16:51.860Z | ++ pushd download |
214 | 2024-12-16T04:16:51.860Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
215 | 2024-12-16T04:16:51.860Z | ++ chmod +x softnpu |
216 | 2024-12-16T04:16:51.863Z | ++ chmod +x scadm |
217 | 2024-12-16T04:16:51.868Z | ++ chmod +x ddmadm |
218 | 2024-12-16T04:16:51.868Z | ++ chmod +x ddmd |
219 | 2024-12-16T04:16:51.881Z | ++ mv ddmadm ddmadm-v2 |
220 | 2024-12-16T04:16:51.881Z | ++ mv ddmd ddmd-v2 |
221 | 2024-12-16T04:16:51.881Z | ++ rm -rf zones/dendrite |
222 | 2024-12-16T04:16:51.881Z | ++ mkdir -p zones/dendrite |
223 | 2024-12-16T04:16:51.881Z | ++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite |
224 | 2024-12-16T04:16:52.638Z | ++ popd |
225 | 2024-12-16T04:16:52.638Z | /work/oxidecomputer/maghemite |
226 | 2024-12-16T04:16:52.639Z | ++ banner install |
227 | 2024-12-16T04:16:52.651Z | |
228 | 2024-12-16T04:16:52.652Z | # # # #### ##### ## # # |
229 | 2024-12-16T04:16:52.652Z | # ## # # # # # # # |
230 | 2024-12-16T04:16:52.652Z | # # # # #### # # # # # |
231 | 2024-12-16T04:16:52.652Z | # # # # # # ###### # # |
232 | 2024-12-16T04:16:52.652Z | # # ## # # # # # # # |
233 | 2024-12-16T04:16:52.652Z | # # # #### # # # ###### ###### |
234 | 2024-12-16T04:16:52.652Z | |
235 | 2024-12-16T04:16:52.652Z | ++ pkg info brand/sparse |
236 | 2024-12-16T04:16:52.652Z | ++ grep -qi installed |
237 | 2024-12-16T04:16:54.287Z | pkg: info: no packages matching the following patterns you specified are |
238 | 2024-12-16T04:16:54.287Z | installed on the system. Try querying remotely instead: |
239 | 2024-12-16T04:16:54.287Z | |
240 | 2024-12-16T04:16:54.287Z | brand/sparse |
241 | 2024-12-16T04:16:54.330Z | ++ [[ 1 != 0 ]] |
242 | 2024-12-16T04:16:54.330Z | ++ set -o errexit |
243 | 2024-12-16T04:16:54.330Z | ++ pfexec pkg install brand/sparse |
244 | 2024-12-16T04:17:01.174Z | Startup: Refreshing catalog 'helios-dev' ... Done |
245 | 2024-12-16T04:17:04.920Z | Startup: Caching catalogs ... Done |
246 | 2024-12-16T04:17:14.999Z | Planning: Solver setup ... Done |
247 | 2024-12-16T04:17:15.126Z | Planning: Running solver ... Done |
248 | 2024-12-16T04:17:15.227Z | Planning: Finding local manifests ... Done |
249 | 2024-12-16T04:17:15.241Z | Planning: Fetching manifests: 0/3 0% complete |
250 | 2024-12-16T04:17:15.332Z | Planning: Fetching manifests: 3/3 100% complete |
251 | 2024-12-16T04:17:15.402Z | Planning: Package planning ... Done |
252 | 2024-12-16T04:17:15.408Z | Planning: Merging actions ... Done |
253 | 2024-12-16T04:17:15.598Z | Planning: Checking for conflicting actions ... Done |
254 | 2024-12-16T04:17:17.734Z | Planning: Consolidating action changes ... Done |
255 | 2024-12-16T04:17:18.164Z | Planning: Evaluating mediators ... Done |
256 | 2024-12-16T04:17:18.228Z | Planning: Planning completed in 13.21 seconds |
257 | 2024-12-16T04:17:18.246Z | Packages to install: 1 |
258 | 2024-12-16T04:17:18.246Z | Packages to update: 2 |
259 | 2024-12-16T04:17:18.248Z | Create boot environment: No |
260 | 2024-12-16T04:17:18.248Z | Create backup boot environment: Yes |
261 | 2024-12-16T04:17:18.322Z | |
262 | 2024-12-16T04:17:18.322Z | Download: 0/1009 items 0.0/8.0MB 0% complete |
263 | 2024-12-16T04:17:21.408Z | Download: Completed 8.03 MB in 3.08 seconds (2.6M/s) |
264 | 2024-12-16T04:17:23.293Z | Actions: 1/1419 actions (Removing old actions) |
265 | 2024-12-16T04:17:23.318Z | Actions: 199/1419 actions (Installing new actions) |
266 | 2024-12-16T04:17:23.431Z | Actions: 579/1419 actions (Updating modified actions) |
267 | 2024-12-16T04:17:23.754Z | Actions: Completed 1419 actions in 0.46 seconds. |
268 | 2024-12-16T04:17:23.959Z | Done |
269 | 2024-12-16T04:17:23.962Z | Done |
270 | 2024-12-16T04:17:24.460Z | Done |
271 | 2024-12-16T04:17:28.727Z | Done |
272 | 2024-12-16T04:17:28.816Z | Done |
273 | 2024-12-16T04:17:28.821Z | Done |
274 | 2024-12-16T04:17:28.933Z | Done |
275 | 2024-12-16T04:17:29.319Z | ++ set -o errexit |
276 | 2024-12-16T04:17:29.319Z | ++ set -o pipefail |
277 | 2024-12-16T04:17:29.319Z | ++ banner build |
278 | 2024-12-16T04:17:29.322Z | |
279 | 2024-12-16T04:17:29.322Z | ##### # # # # ##### |
280 | 2024-12-16T04:17:29.322Z | # # # # # # # # |
281 | 2024-12-16T04:17:29.322Z | ##### # # # # # # |
282 | 2024-12-16T04:17:29.322Z | # # # # # # # # |
283 | 2024-12-16T04:17:29.323Z | # # # # # # # # |
284 | 2024-12-16T04:17:29.323Z | ##### #### # ###### ##### |
285 | 2024-12-16T04:17:29.323Z | |
286 | 2024-12-16T04:17:29.323Z | ++ cargo build --release --bin ddmd --bin ddmadm |
287 | 2024-12-16T04:17:29.497Z | Updating git repository `https://www.github.com/oxidecomputer/oxnet` |
288 | 2024-12-16T04:17:29.756Z | warning: redirecting to https://github.com/oxidecomputer/oxnet.git/ |
289 | 2024-12-16T04:17:29.966Z | From https://www.github.com/oxidecomputer/oxnet |
290 | 2024-12-16T04:17:29.966Z | * [new branch] ci -> origin/ci |
291 | 2024-12-16T04:17:29.969Z | * [new branch] main -> origin/main |
292 | 2024-12-16T04:17:29.969Z | * [new ref] -> origin/HEAD |
293 | 2024-12-16T04:17:29.979Z | Updating crates.io index |
294 | 2024-12-16T04:17:30.061Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
295 | 2024-12-16T04:17:30.874Z | From https://github.com/oxidecomputer/falcon |
296 | 2024-12-16T04:17:30.875Z | * [new ref] d8c38f890040f90cdc467e23f3f06b6372a9921c -> refs/commit/d8c38f890040f90cdc467e23f3f06b6372a9921c |
297 | 2024-12-16T04:17:30.978Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
298 | 2024-12-16T04:17:32.093Z | From https://github.com/oxidecomputer/dendrite |
299 | 2024-12-16T04:17:32.093Z | * [new ref] 4cdc7d7e18a25833843686d76b95a9ca4a5dfab0 -> refs/commit/4cdc7d7e18a25833843686d76b95a9ca4a5dfab0 |
300 | 2024-12-16T04:17:32.134Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
301 | 2024-12-16T04:17:32.529Z | From https://github.com/oxidecomputer/ispf |
302 | 2024-12-16T04:17:32.529Z | * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496 |
303 | 2024-12-16T04:17:32.555Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
304 | 2024-12-16T04:17:33.056Z | From https://github.com/oxidecomputer/netadm-sys |
305 | 2024-12-16T04:17:33.056Z | * [new ref] e07ad76458eb50601e0da4f9da16dbc942bfc2ba -> refs/commit/e07ad76458eb50601e0da4f9da16dbc942bfc2ba |
306 | 2024-12-16T04:17:33.068Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
307 | 2024-12-16T04:17:36.647Z | From https://github.com/oxidecomputer/omicron |
308 | 2024-12-16T04:17:36.647Z | * [new ref] 48125c8e00738710bde6aed65c253c606c2bdb30 -> refs/commit/48125c8e00738710bde6aed65c253c606c2bdb30 |
309 | 2024-12-16T04:17:36.677Z | * [new tag] dogfood -> dogfood |
310 | 2024-12-16T04:17:36.680Z | * [new tag] v5 -> v5 |
311 | 2024-12-16T04:17:36.680Z | * [new tag] v6 -> v6 |
312 | 2024-12-16T04:17:36.680Z | * [new tag] v7 -> v7 |
313 | 2024-12-16T04:17:36.680Z | * [new tag] v8 -> v8 |
314 | 2024-12-16T04:17:36.680Z | * [new tag] v9 -> v9 |
315 | 2024-12-16T04:17:37.028Z | Updating git repository `https://github.com/oxidecomputer/opte` |
316 | 2024-12-16T04:17:38.015Z | From https://github.com/oxidecomputer/opte |
317 | 2024-12-16T04:17:38.015Z | * [new ref] 3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d -> refs/commit/3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d |
318 | 2024-12-16T04:17:38.058Z | Updating git repository `https://github.com/illumos/smf-rs` |
319 | 2024-12-16T04:17:38.447Z | From https://github.com/illumos/smf-rs |
320 | 2024-12-16T04:17:38.447Z | * [new ref] f14ff3517648206baa4b42ef522d2114ed5bcb48 -> refs/commit/f14ff3517648206baa4b42ef522d2114ed5bcb48 |
321 | 2024-12-16T04:17:38.489Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
322 | 2024-12-16T04:17:39.004Z | From https://github.com/oxidecomputer/maghemite |
323 | 2024-12-16T04:17:39.004Z | * [new ref] 2bfd39000c878c45675651a7588c015c486e7f43 -> refs/commit/2bfd39000c878c45675651a7588c015c486e7f43 |
324 | 2024-12-16T04:17:39.021Z | * [new tag] rift -> rift |
325 | 2024-12-16T04:17:39.024Z | * [new tag] srp -> srp |
326 | 2024-12-16T04:17:39.024Z | * [new tag] tie-spf -> tie-spf |
327 | 2024-12-16T04:17:39.081Z | Updating git repository `https://github.com/oxidecomputer/zone` |
328 | 2024-12-16T04:17:39.498Z | From https://github.com/oxidecomputer/zone |
329 | 2024-12-16T04:17:39.498Z | * [new ref] 7a0cb48801eaf5d1c91dfb36108528bd754e2e70 -> refs/commit/7a0cb48801eaf5d1c91dfb36108528bd754e2e70 |
330 | 2024-12-16T04:17:39.547Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
331 | 2024-12-16T04:17:40.302Z | From https://github.com/oxidecomputer/propolis |
332 | 2024-12-16T04:17:40.302Z | * [new ref] fae5334bcad5e864794332c6fed5e6bb9ec88831 -> refs/commit/fae5334bcad5e864794332c6fed5e6bb9ec88831 |
333 | 2024-12-16T04:17:40.409Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
334 | 2024-12-16T04:17:40.819Z | From https://github.com/oxidecomputer/dlpi-sys |
335 | 2024-12-16T04:17:40.819Z | * [new ref] 1d587ea98cf2d36f1b1624b0b960559c76d475d2 -> refs/commit/1d587ea98cf2d36f1b1624b0b960559c76d475d2 |
336 | 2024-12-16T04:17:40.829Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
337 | 2024-12-16T04:17:41.225Z | From https://github.com/jmesmon/rust-libzfs |
338 | 2024-12-16T04:17:41.225Z | * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850 |
339 | 2024-12-16T04:17:41.240Z | * [new tag] v0.4.0 -> v0.4.0 |
340 | 2024-12-16T04:17:41.259Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
341 | 2024-12-16T04:17:41.612Z | From https://github.com/oxidecomputer/rusty-doors |
342 | 2024-12-16T04:17:41.612Z | * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf |
343 | 2024-12-16T04:17:41.630Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
344 | 2024-12-16T04:17:42.073Z | From https://github.com/oxidecomputer/maghemite |
345 | 2024-12-16T04:17:42.073Z | * [new ref] b13b5b240f3967de753fd589b1036745d2770b52 -> refs/commit/b13b5b240f3967de753fd589b1036745d2770b52 |
346 | 2024-12-16T04:17:42.123Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
347 | 2024-12-16T04:17:42.469Z | From https://github.com/oxidecomputer/serde_human_bytes |
348 | 2024-12-16T04:17:42.469Z | * [new ref] 0a09794501b6208120528c3b457d5f3a8cb17424 -> refs/commit/0a09794501b6208120528c3b457d5f3a8cb17424 |
349 | 2024-12-16T04:17:42.494Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
350 | 2024-12-16T04:17:42.866Z | From https://github.com/oxidecomputer/slog-error-chain |
351 | 2024-12-16T04:17:42.866Z | * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2 |
352 | 2024-12-16T04:17:42.907Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
353 | 2024-12-16T04:17:43.306Z | From https://github.com/oxidecomputer/poptrie |
354 | 2024-12-16T04:17:43.306Z | * [new ref] ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 -> refs/commit/ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 |
355 | 2024-12-16T04:17:43.359Z | Updating git repository `https://github.com/illumos/libscf-sys.git` |
356 | 2024-12-16T04:17:44.017Z | From https://github.com/illumos/libscf-sys |
357 | 2024-12-16T04:17:44.017Z | * [new ref] bb0b82c32cff5eee65efc4f214924c3daf7edc93 -> refs/commit/bb0b82c32cff5eee65efc4f214924c3daf7edc93 |
358 | 2024-12-16T04:17:44.040Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
359 | 2024-12-16T04:17:45.024Z | From https://github.com/oxidecomputer/progenitor |
360 | 2024-12-16T04:17:45.024Z | * [new ref] e0a1045aed55a0db2cd67939252ea354e284d840 -> refs/commit/e0a1045aed55a0db2cd67939252ea354e284d840 |
361 | 2024-12-16T04:17:45.045Z | * [new tag] v0.1.1 -> v0.1.1 |
362 | 2024-12-16T04:17:45.048Z | * [new tag] v0.2.0 -> v0.2.0 |
363 | 2024-12-16T04:17:45.048Z | * [new tag] v0.3.0 -> v0.3.0 |
364 | 2024-12-16T04:17:45.048Z | * [new tag] v0.4.0 -> v0.4.0 |
365 | 2024-12-16T04:17:45.048Z | * [new tag] v0.5.0 -> v0.5.0 |
366 | 2024-12-16T04:17:45.048Z | * [new tag] v0.6.0 -> v0.6.0 |
367 | 2024-12-16T04:17:45.048Z | * [new tag] v0.7.0 -> v0.7.0 |
368 | 2024-12-16T04:17:45.148Z | Updating git repository `https://github.com/oxidecomputer/typify` |
369 | 2024-12-16T04:17:45.893Z | From https://github.com/oxidecomputer/typify |
370 | 2024-12-16T04:17:45.893Z | * [new ref] 50d969668dcad42300423f893de9b3903f11b65c -> refs/commit/50d969668dcad42300423f893de9b3903f11b65c |
371 | 2024-12-16T04:17:45.896Z | * [new tag] v0.2.0 -> v0.2.0 |
372 | 2024-12-16T04:17:45.913Z | * [new tag] v0.0.10 -> v0.0.10 |
373 | 2024-12-16T04:17:45.916Z | * [new tag] v0.0.11 -> v0.0.11 |
374 | 2024-12-16T04:17:45.916Z | * [new tag] v0.0.12 -> v0.0.12 |
375 | 2024-12-16T04:17:45.916Z | * [new tag] v0.0.13 -> v0.0.13 |
376 | 2024-12-16T04:17:45.916Z | * [new tag] v0.0.14 -> v0.0.14 |
377 | 2024-12-16T04:17:45.916Z | * [new tag] v0.0.15 -> v0.0.15 |
378 | 2024-12-16T04:17:45.916Z | * [new tag] v0.0.16 -> v0.0.16 |
379 | 2024-12-16T04:17:45.916Z | * [new tag] v0.0.4 -> v0.0.4 |
380 | 2024-12-16T04:17:45.916Z | * [new tag] v0.0.5 -> v0.0.5 |
381 | 2024-12-16T04:17:45.916Z | * [new tag] v0.0.7 -> v0.0.7 |
382 | 2024-12-16T04:17:45.916Z | * [new tag] v0.0.8 -> v0.0.8 |
383 | 2024-12-16T04:17:45.916Z | * [new tag] v0.0.9 -> v0.0.9 |
384 | 2024-12-16T04:17:45.916Z | * [new tag] v0.1.0 -> v0.1.0 |
385 | 2024-12-16T04:17:46.191Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
386 | 2024-12-16T04:17:47.236Z | From https://github.com/oxidecomputer/crucible |
387 | 2024-12-16T04:17:47.236Z | * [new ref] 74286f952a2953cd08512015076f0947050deba7 -> refs/commit/74286f952a2953cd08512015076f0947050deba7 |
388 | 2024-12-16T04:17:47.301Z | Updating git repository `https://github.com/oxidecomputer/opte` |
389 | 2024-12-16T04:17:47.769Z | From https://github.com/oxidecomputer/opte |
390 | 2024-12-16T04:17:47.769Z | * [new ref] 76878de67229ea113d70503c441eab47ac5dc653 -> refs/commit/76878de67229ea113d70503c441eab47ac5dc653 |
391 | 2024-12-16T04:17:47.816Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
392 | 2024-12-16T04:17:48.473Z | From https://github.com/oxidecomputer/management-gateway-service |
393 | 2024-12-16T04:17:48.473Z | * [new ref] 9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 -> refs/commit/9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 |
394 | 2024-12-16T04:17:49.293Z | Downloading crates ... |
395 | 2024-12-16T04:17:49.387Z | Downloaded ahash v0.8.11 |
396 | 2024-12-16T04:17:49.405Z | Downloaded atomicwrites v0.4.4 |
397 | 2024-12-16T04:17:49.407Z | Downloaded async-stream-impl v0.3.5 |
398 | 2024-12-16T04:17:49.410Z | Downloaded pretty-hex v0.2.1 |
399 | 2024-12-16T04:17:49.410Z | Downloaded pretty-hex v0.4.1 |
400 | 2024-12-16T04:17:49.414Z | Downloaded ciborium-io v0.2.2 |
401 | 2024-12-16T04:17:49.417Z | Downloaded pin-project-lite v0.2.14 |
402 | 2024-12-16T04:17:49.422Z | Downloaded foreign-types-shared v0.3.1 |
403 | 2024-12-16T04:17:49.425Z | Downloaded scroll_derive v0.12.0 |
404 | 2024-12-16T04:17:49.425Z | Downloaded dtrace-parser v0.2.0 |
405 | 2024-12-16T04:17:49.427Z | Downloaded foreign-types v0.3.2 |
406 | 2024-12-16T04:17:49.429Z | Downloaded foreign-types v0.5.0 |
407 | 2024-12-16T04:17:49.429Z | Downloaded equivalent v1.0.1 |
408 | 2024-12-16T04:17:49.432Z | Downloaded darling_macro v0.20.10 |
409 | 2024-12-16T04:17:49.432Z | Downloaded crunchy v0.2.2 |
410 | 2024-12-16T04:17:49.432Z | Downloaded const-random v0.1.18 |
411 | 2024-12-16T04:17:49.435Z | Downloaded float-ord v0.3.2 |
412 | 2024-12-16T04:17:49.440Z | Downloaded sigpipe v0.1.3 |
413 | 2024-12-16T04:17:49.444Z | Downloaded foreign-types-macros v0.2.3 |
414 | 2024-12-16T04:17:49.447Z | Downloaded rustc_version v0.1.7 |
415 | 2024-12-16T04:17:49.447Z | Downloaded futures-sink v0.3.30 |
416 | 2024-12-16T04:17:49.450Z | Downloaded plain v0.2.3 |
417 | 2024-12-16T04:17:49.450Z | Downloaded foreign-types-shared v0.1.1 |
418 | 2024-12-16T04:17:49.453Z | Downloaded crc8 v0.1.1 |
419 | 2024-12-16T04:17:49.453Z | Downloaded cstr-argument v0.1.2 |
420 | 2024-12-16T04:17:49.453Z | Downloaded rand_core v0.6.4 |
421 | 2024-12-16T04:17:49.456Z | Downloaded autocfg v1.3.0 |
422 | 2024-12-16T04:17:49.460Z | Downloaded ppv-lite86 v0.2.20 |
423 | 2024-12-16T04:17:49.460Z | Downloaded serde-big-array v0.5.1 |
424 | 2024-12-16T04:17:49.463Z | Downloaded progenitor-client v0.8.0 |
425 | 2024-12-16T04:17:49.463Z | Downloaded pest_generator v2.7.13 |
426 | 2024-12-16T04:17:49.465Z | Downloaded parse-display v0.10.0 |
427 | 2024-12-16T04:17:49.465Z | Downloaded byteorder v1.5.0 |
428 | 2024-12-16T04:17:49.468Z | Downloaded proc-macro-error-attr v1.0.4 |
429 | 2024-12-16T04:17:49.470Z | Downloaded cobs v0.2.3 |
430 | 2024-12-16T04:17:49.473Z | Downloaded signal-hook-registry v1.4.2 |
431 | 2024-12-16T04:17:49.473Z | Downloaded dirs-sys-next v0.1.2 |
432 | 2024-12-16T04:17:49.475Z | Downloaded serde_path_to_error v0.1.16 |
433 | 2024-12-16T04:17:49.478Z | Downloaded rustversion v1.0.17 |
434 | 2024-12-16T04:17:49.481Z | Downloaded scopeguard v1.2.0 |
435 | 2024-12-16T04:17:49.483Z | Downloaded futures-executor v0.3.30 |
436 | 2024-12-16T04:17:49.483Z | Downloaded slab v0.4.9 |
437 | 2024-12-16T04:17:49.485Z | Downloaded serde_urlencoded v0.7.1 |
438 | 2024-12-16T04:17:49.487Z | Downloaded schemars_derive v0.8.21 |
439 | 2024-12-16T04:17:49.490Z | Downloaded shlex v1.3.0 |
440 | 2024-12-16T04:17:49.492Z | Downloaded form_urlencoded v1.2.1 |
441 | 2024-12-16T04:17:49.495Z | Downloaded proc-macro-crate v1.3.1 |
442 | 2024-12-16T04:17:49.495Z | Downloaded pin-utils v0.1.0 |
443 | 2024-12-16T04:17:49.498Z | Downloaded serde_spanned v0.6.7 |
444 | 2024-12-16T04:17:49.498Z | Downloaded fixedbitset v0.4.2 |
445 | 2024-12-16T04:17:49.501Z | Downloaded postcard v1.0.10 |
446 | 2024-12-16T04:17:49.504Z | Downloaded parking_lot_core v0.9.10 |
447 | 2024-12-16T04:17:49.506Z | Downloaded slog-envlogger v2.2.0 |
448 | 2024-12-16T04:17:49.509Z | Downloaded rustc_version v0.4.1 |
449 | 2024-12-16T04:17:49.509Z | Downloaded pest_derive v2.7.13 |
450 | 2024-12-16T04:17:49.512Z | Downloaded rustc-hash v2.0.0 |
451 | 2024-12-16T04:17:49.514Z | Downloaded enum-as-inner v0.6.1 |
452 | 2024-12-16T04:17:49.517Z | Downloaded swrite v0.1.0 |
453 | 2024-12-16T04:17:49.517Z | Downloaded quick-error v1.2.3 |
454 | 2024-12-16T04:17:49.520Z | Downloaded match_cfg v0.1.0 |
455 | 2024-12-16T04:17:49.520Z | Downloaded slog-dtrace v0.3.0 |
456 | 2024-12-16T04:17:49.523Z | Downloaded proc-macro2 v1.0.86 |
457 | 2024-12-16T04:17:49.526Z | Downloaded futures-core v0.3.30 |
458 | 2024-12-16T04:17:49.526Z | Downloaded futures-io v0.3.30 |
459 | 2024-12-16T04:17:49.528Z | Downloaded base64ct v1.6.0 |
460 | 2024-12-16T04:17:49.531Z | Downloaded quote v1.0.37 |
461 | 2024-12-16T04:17:49.534Z | Downloaded colored v2.2.0 |
462 | 2024-12-16T04:17:49.536Z | Downloaded sha2 v0.10.8 |
463 | 2024-12-16T04:17:49.539Z | Downloaded ciborium v0.2.2 |
464 | 2024-12-16T04:17:49.541Z | Downloaded backoff v0.4.0 |
465 | 2024-12-16T04:17:49.543Z | Downloaded rhai_codegen v2.2.0 |
466 | 2024-12-16T04:17:49.550Z | Downloaded slog-bunyan v2.5.0 |
467 | 2024-12-16T04:17:49.552Z | Downloaded managed v0.8.0 |
468 | 2024-12-16T04:17:49.555Z | Downloaded pest_meta v2.7.13 |
469 | 2024-12-16T04:17:49.555Z | Downloaded waitgroup v0.1.2 |
470 | 2024-12-16T04:17:49.558Z | Downloaded semver v1.0.23 |
471 | 2024-12-16T04:17:49.558Z | Downloaded hubpack v0.1.2 |
472 | 2024-12-16T04:17:49.561Z | Downloaded http-body v0.4.6 |
473 | 2024-12-16T04:17:49.561Z | Downloaded time-core v0.1.2 |
474 | 2024-12-16T04:17:49.564Z | Downloaded hash32 v0.3.1 |
475 | 2024-12-16T04:17:49.564Z | Downloaded want v0.3.1 |
476 | 2024-12-16T04:17:49.567Z | Downloaded anstream v0.6.15 |
477 | 2024-12-16T04:17:49.569Z | Downloaded dropshot_endpoint v0.12.0 |
478 | 2024-12-16T04:17:49.572Z | Downloaded http-body v1.0.1 |
479 | 2024-12-16T04:17:49.572Z | Downloaded usdt-macro v0.5.0 |
480 | 2024-12-16T04:17:49.575Z | Downloaded sha1 v0.10.6 |
481 | 2024-12-16T04:17:49.575Z | Downloaded rustls-pemfile v2.1.3 |
482 | 2024-12-16T04:17:49.577Z | Downloaded num_threads v0.1.7 |
483 | 2024-12-16T04:17:49.579Z | Downloaded hex v0.4.3 |
484 | 2024-12-16T04:17:49.582Z | Downloaded serde_derive_internals v0.29.1 |
485 | 2024-12-16T04:17:49.582Z | Downloaded linked-hash-map v0.5.6 |
486 | 2024-12-16T04:17:49.584Z | Downloaded camino-tempfile v1.1.1 |
487 | 2024-12-16T04:17:49.586Z | Downloaded heck v0.5.0 |
488 | 2024-12-16T04:17:49.586Z | Downloaded slog v2.7.0 |
489 | 2024-12-16T04:17:49.589Z | Downloaded camino v1.1.9 |
490 | 2024-12-16T04:17:49.592Z | Downloaded ryu v1.0.18 |
491 | 2024-12-16T04:17:49.594Z | Downloaded clap v4.5.23 |
492 | 2024-12-16T04:17:49.603Z | Downloaded tinyvec_macros v0.1.1 |
493 | 2024-12-16T04:17:49.605Z | Downloaded prettyplease v0.2.22 |
494 | 2024-12-16T04:17:49.607Z | Downloaded newtype_derive v0.1.6 |
495 | 2024-12-16T04:17:49.610Z | Downloaded num v0.4.3 |
496 | 2024-12-16T04:17:49.610Z | Downloaded macaddr v1.0.1 |
497 | 2024-12-16T04:17:49.613Z | Downloaded thread_local v1.1.8 |
498 | 2024-12-16T04:17:49.613Z | Downloaded try-lock v0.2.5 |
499 | 2024-12-16T04:17:49.616Z | Downloaded heck v0.4.1 |
500 | 2024-12-16T04:17:49.616Z | Downloaded crossbeam-epoch v0.9.18 |
501 | 2024-12-16T04:17:49.618Z | Downloaded num-derive v0.3.3 |
502 | 2024-12-16T04:17:49.620Z | Downloaded futures v0.3.30 |
503 | 2024-12-16T04:17:49.624Z | Downloaded thiserror-impl v1.0.69 |
504 | 2024-12-16T04:17:49.626Z | Downloaded strum_macros v0.25.3 |
505 | 2024-12-16T04:17:49.629Z | Downloaded subtle v2.6.1 |
506 | 2024-12-16T04:17:49.629Z | Downloaded crc32fast v1.4.2 |
507 | 2024-12-16T04:17:49.632Z | Downloaded zone v0.3.0 |
508 | 2024-12-16T04:17:49.634Z | Downloaded similar v2.6.0 |
509 | 2024-12-16T04:17:49.637Z | Downloaded zeroize v1.8.1 |
510 | 2024-12-16T04:17:49.639Z | Downloaded tower-service v0.3.3 |
511 | 2024-12-16T04:17:49.639Z | Downloaded openssl-probe v0.1.5 |
512 | 2024-12-16T04:17:49.642Z | Downloaded openssl-macros v0.1.1 |
513 | 2024-12-16T04:17:49.642Z | Downloaded serde_yaml v0.9.34+deprecated |
514 | 2024-12-16T04:17:49.644Z | Downloaded hyper-rustls v0.27.3 |
515 | 2024-12-16T04:17:49.647Z | Downloaded indent_write v2.2.0 |
516 | 2024-12-16T04:17:49.649Z | Downloaded num_enum_derive v0.7.3 |
517 | 2024-12-16T04:17:49.651Z | Downloaded instant v0.1.13 |
518 | 2024-12-16T04:17:49.651Z | Downloaded libsw v3.3.1 |
519 | 2024-12-16T04:17:49.654Z | Downloaded arc-swap v1.7.1 |
520 | 2024-12-16T04:17:49.657Z | Downloaded fxhash v0.2.1 |
521 | 2024-12-16T04:17:49.659Z | Downloaded usdt-attr-macro v0.5.0 |
522 | 2024-12-16T04:17:49.659Z | Downloaded slog-json v2.6.1 |
523 | 2024-12-16T04:17:49.662Z | Downloaded typify-macro v0.2.0 |
524 | 2024-12-16T04:17:49.662Z | Downloaded spin v0.5.2 |
525 | 2024-12-16T04:17:49.664Z | Downloaded untrusted v0.9.0 |
526 | 2024-12-16T04:17:49.664Z | Downloaded no-std-compat v0.4.1 |
527 | 2024-12-16T04:17:49.666Z | Downloaded is-terminal v0.4.13 |
528 | 2024-12-16T04:17:49.666Z | Downloaded ipnetwork v0.20.0 |
529 | 2024-12-16T04:17:49.669Z | Downloaded thiserror v1.0.69 |
530 | 2024-12-16T04:17:49.672Z | Downloaded hostname v0.3.1 |
531 | 2024-12-16T04:17:49.674Z | Downloaded memmap v0.7.0 |
532 | 2024-12-16T04:17:49.677Z | Downloaded hostname v0.4.0 |
533 | 2024-12-16T04:17:49.677Z | Downloaded structmeta-derive v0.3.0 |
534 | 2024-12-16T04:17:49.680Z | Downloaded time-macros v0.2.18 |
535 | 2024-12-16T04:17:49.680Z | Downloaded mime v0.3.17 |
536 | 2024-12-16T04:17:49.683Z | Downloaded tokio-rustls v0.25.0 |
537 | 2024-12-16T04:17:49.686Z | Downloaded omicron-workspace-hack v0.1.0 |
538 | 2024-12-16T04:17:49.686Z | Downloaded zone_cfg_derive v0.3.0 |
539 | 2024-12-16T04:17:49.686Z | Downloaded sync_wrapper v1.0.1 |
540 | 2024-12-16T04:17:49.686Z | Downloaded tokio-rustls v0.24.1 |
541 | 2024-12-16T04:17:49.688Z | Downloaded usdt v0.5.0 |
542 | 2024-12-16T04:17:49.691Z | Downloaded smf v0.2.3 |
543 | 2024-12-16T04:17:49.691Z | Downloaded strum_macros v0.26.4 |
544 | 2024-12-16T04:17:49.694Z | Downloaded rand v0.8.5 |
545 | 2024-12-16T04:17:49.696Z | Downloaded zerocopy-derive v0.7.35 |
546 | 2024-12-16T04:17:49.699Z | Downloaded num_enum_derive v0.5.11 |
547 | 2024-12-16T04:17:49.701Z | Downloaded derive_more v0.99.18 |
548 | 2024-12-16T04:17:49.705Z | Downloaded serde v1.0.215 |
549 | 2024-12-16T04:17:49.708Z | Downloaded tokio-macros v2.4.0 |
550 | 2024-12-16T04:17:49.711Z | Downloaded newtype-uuid v1.1.0 |
551 | 2024-12-16T04:17:49.711Z | Downloaded schemars v0.8.21 |
552 | 2024-12-16T04:17:49.721Z | Downloaded generic-array v0.14.7 |
553 | 2024-12-16T04:17:49.723Z | Downloaded base64 v0.22.1 |
554 | 2024-12-16T04:17:49.726Z | Downloaded sync_wrapper v0.1.2 |
555 | 2024-12-16T04:17:49.728Z | Downloaded http-body-util v0.1.2 |
556 | 2024-12-16T04:17:49.728Z | Downloaded spin v0.9.8 |
557 | 2024-12-16T04:17:49.731Z | Downloaded futures-task v0.3.30 |
558 | 2024-12-16T04:17:49.733Z | Downloaded static_assertions v1.1.0 |
559 | 2024-12-16T04:17:49.734Z | Downloaded is_terminal_polyfill v1.70.1 |
560 | 2024-12-16T04:17:49.736Z | Downloaded num-iter v0.1.45 |
561 | 2024-12-16T04:17:49.736Z | Downloaded unicode-bidi v0.3.15 |
562 | 2024-12-16T04:17:49.739Z | Downloaded tokio-rustls v0.26.0 |
563 | 2024-12-16T04:17:49.742Z | Downloaded owo-colors v4.1.0 |
564 | 2024-12-16T04:17:49.744Z | Downloaded log v0.4.22 |
565 | 2024-12-16T04:17:49.744Z | Downloaded toml_datetime v0.6.8 |
566 | 2024-12-16T04:17:49.747Z | Downloaded num_enum v0.5.11 |
567 | 2024-12-16T04:17:49.750Z | Downloaded hubpack_derive v0.1.1 |
568 | 2024-12-16T04:17:49.753Z | Downloaded smartstring v1.0.1 |
569 | 2024-12-16T04:17:49.755Z | Downloaded tracing-attributes v0.1.27 |
570 | 2024-12-16T04:17:49.755Z | Downloaded lazy_static v1.5.0 |
571 | 2024-12-16T04:17:49.758Z | Downloaded itoa v1.0.11 |
572 | 2024-12-16T04:17:49.758Z | Downloaded tabwriter v1.4.0 |
573 | 2024-12-16T04:17:49.760Z | Downloaded getrandom v0.2.15 |
574 | 2024-12-16T04:17:49.763Z | Downloaded aho-corasick v1.1.3 |
575 | 2024-12-16T04:17:49.767Z | Downloaded lru-cache v0.1.2 |
576 | 2024-12-16T04:17:49.770Z | Downloaded half v2.4.1 |
577 | 2024-12-16T04:17:49.774Z | Downloaded num-integer v0.1.46 |
578 | 2024-12-16T04:17:49.774Z | Downloaded base64 v0.21.7 |
579 | 2024-12-16T04:17:49.776Z | Downloaded num-derive v0.4.2 |
580 | 2024-12-16T04:17:49.779Z | Downloaded tinyvec v1.8.0 |
581 | 2024-12-16T04:17:49.781Z | Downloaded structmeta v0.3.0 |
582 | 2024-12-16T04:17:49.784Z | Downloaded hyper-tls v0.5.0 |
583 | 2024-12-16T04:17:49.784Z | Downloaded humantime v2.1.0 |
584 | 2024-12-16T04:17:49.786Z | Downloaded thread-id v4.2.2 |
585 | 2024-12-16T04:17:49.786Z | Downloaded parking_lot v0.12.3 |
586 | 2024-12-16T04:17:49.788Z | Downloaded tokio-native-tls v0.3.1 |
587 | 2024-12-16T04:17:49.790Z | Downloaded usdt-impl v0.5.0 |
588 | 2024-12-16T04:17:49.792Z | Downloaded version_check v0.9.5 |
589 | 2024-12-16T04:17:49.795Z | Downloaded highway v1.2.0 |
590 | 2024-12-16T04:17:49.795Z | Downloaded cc v1.1.21 |
591 | 2024-12-16T04:17:49.798Z | Downloaded stable_deref_trait v1.2.0 |
592 | 2024-12-16T04:17:49.800Z | Downloaded quinn v0.11.5 |
593 | 2024-12-16T04:17:49.802Z | Downloaded num-rational v0.4.2 |
594 | 2024-12-16T04:17:49.805Z | Downloaded num_enum v0.7.3 |
595 | 2024-12-16T04:17:49.808Z | Downloaded whoami v1.5.2 |
596 | 2024-12-16T04:17:49.811Z | Downloaded newline-converter v0.3.0 |
597 | 2024-12-16T04:17:49.811Z | Downloaded utf8parse v0.2.2 |
598 | 2024-12-16T04:17:49.814Z | Downloaded iana-time-zone v0.1.61 |
599 | 2024-12-16T04:17:49.814Z | Downloaded num-traits v0.2.19 |
600 | 2024-12-16T04:17:49.817Z | Downloaded num-complex v0.4.6 |
601 | 2024-12-16T04:17:49.819Z | Downloaded tempfile v3.12.0 |
602 | 2024-12-16T04:17:49.821Z | Downloaded terminal_size v0.4.0 |
603 | 2024-12-16T04:17:49.823Z | Downloaded multer v3.1.0 |
604 | 2024-12-16T04:17:49.825Z | Downloaded hyper-rustls v0.24.2 |
605 | 2024-12-16T04:17:49.828Z | Downloaded indexmap v1.9.3 |
606 | 2024-12-16T04:17:49.830Z | Downloaded tiny-keccak v2.0.2 |
607 | 2024-12-16T04:17:49.833Z | Downloaded term v0.7.0 |
608 | 2024-12-16T04:17:49.836Z | Downloaded once_cell v1.20.2 |
609 | 2024-12-16T04:17:49.840Z | Downloaded unicode-ident v1.0.13 |
610 | 2024-12-16T04:17:49.842Z | Downloaded expectorate v1.1.0 |
611 | 2024-12-16T04:17:49.845Z | Downloaded typify v0.2.0 |
612 | 2024-12-16T04:17:49.847Z | Downloaded ipnet v2.10.0 |
613 | 2024-12-16T04:17:49.850Z | Downloaded socket2 v0.5.8 |
614 | 2024-12-16T04:17:49.850Z | Downloaded crossbeam-channel v0.5.13 |
615 | 2024-12-16T04:17:49.854Z | Downloaded toml v0.8.19 |
616 | 2024-12-16T04:17:49.857Z | Downloaded unsafe-libyaml v0.2.11 |
617 | 2024-12-16T04:17:49.861Z | Downloaded native-tls v0.2.12 |
618 | 2024-12-16T04:17:49.863Z | Downloaded url v2.5.2 |
619 | 2024-12-16T04:17:49.866Z | Downloaded hyper-tls v0.6.0 |
620 | 2024-12-16T04:17:49.869Z | Downloaded tracing-core v0.1.32 |
621 | 2024-12-16T04:17:49.872Z | Downloaded heapless v0.8.0 |
622 | 2024-12-16T04:17:49.875Z | Downloaded hashbrown v0.12.3 |
623 | 2024-12-16T04:17:49.878Z | Downloaded zerocopy v0.6.6 |
624 | 2024-12-16T04:17:49.880Z | Downloaded parking_lot v0.11.2 |
625 | 2024-12-16T04:17:49.883Z | Downloaded httpdate v1.0.3 |
626 | 2024-12-16T04:17:49.885Z | Downloaded typenum v1.17.0 |
627 | 2024-12-16T04:17:49.888Z | Downloaded uuid v1.11.0 |
628 | 2024-12-16T04:17:49.890Z | Downloaded httparse v1.9.4 |
629 | 2024-12-16T04:17:49.893Z | Downloaded allocator-api2 v0.2.18 |
630 | 2024-12-16T04:17:49.896Z | Downloaded minimal-lexical v0.2.1 |
631 | 2024-12-16T04:17:49.899Z | Downloaded cookie v0.18.1 |
632 | 2024-12-16T04:17:49.902Z | Downloaded slog-term v2.9.1 |
633 | 2024-12-16T04:17:49.904Z | Downloaded ucd-trie v0.1.6 |
634 | 2024-12-16T04:17:49.906Z | Downloaded thin-vec v0.2.13 |
635 | 2024-12-16T04:17:49.909Z | Downloaded toml_edit v0.22.21 |
636 | 2024-12-16T04:17:49.928Z | Downloaded tracing v0.1.40 |
637 | 2024-12-16T04:17:49.932Z | Downloaded http v0.2.12 |
638 | 2024-12-16T04:17:49.935Z | Downloaded hyper-util v0.1.10 |
639 | 2024-12-16T04:17:49.939Z | Downloaded mio v1.0.2 |
640 | 2024-12-16T04:17:49.945Z | Downloaded toml_edit v0.19.15 |
641 | 2024-12-16T04:17:49.961Z | Downloaded rustls-webpki v0.101.7 |
642 | 2024-12-16T04:17:49.974Z | Downloaded unicode-segmentation v1.12.0 |
643 | 2024-12-16T04:17:49.977Z | Downloaded serde_with v3.9.0 |
644 | 2024-12-16T04:17:49.986Z | Downloaded steno v0.4.1 |
645 | 2024-12-16T04:17:49.990Z | Downloaded itertools v0.12.1 |
646 | 2024-12-16T04:17:49.997Z | Downloaded http v1.2.0 |
647 | 2024-12-16T04:17:50.001Z | Downloaded libm v0.2.8 |
648 | 2024-12-16T04:17:50.008Z | Downloaded tokio-util v0.7.12 |
649 | 2024-12-16T04:17:50.015Z | Downloaded nom v7.1.3 |
650 | 2024-12-16T04:17:50.020Z | Downloaded reqwest v0.11.27 |
651 | 2024-12-16T04:17:50.028Z | Downloaded itertools v0.10.5 |
652 | 2024-12-16T04:17:50.034Z | Downloaded zerocopy v0.7.35 |
653 | 2024-12-16T04:17:50.049Z | Downloaded winnow v0.6.18 |
654 | 2024-12-16T04:17:50.058Z | Downloaded winnow v0.5.40 |
655 | 2024-12-16T04:17:50.066Z | Downloaded h2 v0.4.6 |
656 | 2024-12-16T04:17:50.073Z | Downloaded futures-util v0.3.30 |
657 | 2024-12-16T04:17:50.084Z | Downloaded hyper v1.5.1 |
658 | 2024-12-16T04:17:50.091Z | Downloaded goblin v0.8.2 |
659 | 2024-12-16T04:17:50.098Z | Downloaded regex v1.10.6 |
660 | 2024-12-16T04:17:50.110Z | Downloaded h2 v0.3.26 |
661 | 2024-12-16T04:17:50.117Z | Downloaded chrono v0.4.38 |
662 | 2024-12-16T04:17:50.124Z | Downloaded unicode-normalization v0.1.24 |
663 | 2024-12-16T04:17:50.128Z | Downloaded rustls v0.21.12 |
664 | 2024-12-16T04:17:50.139Z | Downloaded rustls-webpki v0.102.8 |
665 | 2024-12-16T04:17:50.156Z | Downloaded hyper v0.14.30 |
666 | 2024-12-16T04:17:50.164Z | Downloaded unicode-width v0.1.14 |
667 | 2024-12-16T04:17:50.170Z | Downloaded syn v1.0.109 |
668 | 2024-12-16T04:17:50.182Z | Downloaded webpki-roots v0.26.6 |
669 | 2024-12-16T04:17:50.185Z | Downloaded syn v2.0.87 |
670 | 2024-12-16T04:17:50.196Z | Downloaded openssl v0.10.66 |
671 | 2024-12-16T04:17:50.206Z | Downloaded webpki-roots v0.25.4 |
672 | 2024-12-16T04:17:50.210Z | Downloaded rhai v1.20.0 |
673 | 2024-12-16T04:17:50.222Z | Downloaded smoltcp v0.11.0 |
674 | 2024-12-16T04:17:50.234Z | Downloaded regex-syntax v0.8.4 |
675 | 2024-12-16T04:17:50.242Z | Downloaded hickory-proto v0.24.1 |
676 | 2024-12-16T04:17:50.257Z | Downloaded openapiv3 v2.0.0 |
677 | 2024-12-16T04:17:50.269Z | Downloaded rustls v0.23.13 |
678 | 2024-12-16T04:17:50.280Z | Downloaded rustls v0.22.4 |
679 | 2024-12-16T04:17:50.293Z | Downloaded rustix v0.38.37 |
680 | 2024-12-16T04:17:50.314Z | Downloaded regress v0.9.1 |
681 | 2024-12-16T04:17:50.323Z | Downloaded sled v0.34.7 |
682 | 2024-12-16T04:17:50.333Z | Downloaded typify-impl v0.2.0 |
683 | 2024-12-16T04:17:50.348Z | Downloaded regress v0.10.1 |
684 | 2024-12-16T04:17:50.356Z | Downloaded dropshot v0.12.0 |
685 | 2024-12-16T04:17:50.375Z | Downloaded zerocopy-derive v0.6.6 |
686 | 2024-12-16T04:17:50.385Z | Downloaded idna v0.5.0 |
687 | 2024-12-16T04:17:50.391Z | Downloaded idna v0.4.0 |
688 | 2024-12-16T04:17:50.398Z | Downloaded vcpkg v0.2.15 |
689 | 2024-12-16T04:17:50.435Z | Downloaded quinn-proto v0.11.8 |
690 | 2024-12-16T04:17:50.441Z | Downloaded regex-automata v0.4.7 |
691 | 2024-12-16T04:17:50.458Z | Downloaded hashbrown v0.14.5 |
692 | 2024-12-16T04:17:50.463Z | Downloaded petgraph v0.6.5 |
693 | 2024-12-16T04:17:50.479Z | Downloaded portable-atomic v1.8.0 |
694 | 2024-12-16T04:17:50.486Z | Downloaded reqwest v0.12.9 |
695 | 2024-12-16T04:17:50.493Z | Downloaded clap_builder v4.5.23 |
696 | 2024-12-16T04:17:50.500Z | Downloaded time v0.3.36 |
697 | 2024-12-16T04:17:50.506Z | Downloaded itertools v0.13.0 |
698 | 2024-12-16T04:17:50.513Z | Downloaded serde_json v1.0.133 |
699 | 2024-12-16T04:17:50.520Z | Downloaded hickory-resolver v0.24.1 |
700 | 2024-12-16T04:17:50.524Z | Downloaded memchr v2.7.4 |
701 | 2024-12-16T04:17:50.528Z | Downloaded libc v0.2.167 |
702 | 2024-12-16T04:17:50.553Z | Downloaded indexmap v2.5.0 |
703 | 2024-12-16T04:17:50.556Z | Downloaded openssl-sys v0.9.103 |
704 | 2024-12-16T04:17:50.561Z | Downloaded tokio v1.42.0 |
705 | 2024-12-16T04:17:50.598Z | Downloaded smallvec v1.13.2 |
706 | 2024-12-16T04:17:50.601Z | Downloaded lock_api v0.4.12 |
707 | 2024-12-16T04:17:50.601Z | Downloaded linear-map v1.2.0 |
708 | 2024-12-16T04:17:50.603Z | Downloaded darling_core v0.20.10 |
709 | 2024-12-16T04:17:50.606Z | Downloaded take_mut v0.2.2 |
710 | 2024-12-16T04:17:50.609Z | Downloaded bytes v1.7.2 |
711 | 2024-12-16T04:17:50.612Z | Downloaded serde_derive v1.0.215 |
712 | 2024-12-16T04:17:50.615Z | Downloaded derive-where v1.2.7 |
713 | 2024-12-16T04:17:50.617Z | Downloaded crossbeam-utils v0.8.20 |
714 | 2024-12-16T04:17:50.620Z | Downloaded slog-stdlog v4.1.1 |
715 | 2024-12-16T04:17:50.620Z | Downloaded slog-scope v4.4.0 |
716 | 2024-12-16T04:17:50.623Z | Downloaded blake2 v0.10.6 |
717 | 2024-12-16T04:17:50.623Z | Downloaded bitflags v2.6.0 |
718 | 2024-12-16T04:17:50.626Z | Downloaded anyhow v1.0.94 |
719 | 2024-12-16T04:17:50.630Z | Downloaded num-conv v0.1.0 |
720 | 2024-12-16T04:17:50.632Z | Downloaded strsim v0.11.1 |
721 | 2024-12-16T04:17:50.632Z | Downloaded sct v0.7.1 |
722 | 2024-12-16T04:17:50.634Z | Downloaded progenitor-impl v0.8.0 |
723 | 2024-12-16T04:17:50.637Z | Downloaded strum v0.26.3 |
724 | 2024-12-16T04:17:50.637Z | Downloaded console v0.15.8 |
725 | 2024-12-16T04:17:50.640Z | Downloaded serde_with_macros v3.9.0 |
726 | 2024-12-16T04:17:50.642Z | Downloaded rustls-pki-types v1.8.0 |
727 | 2024-12-16T04:17:50.645Z | Downloaded pest v2.7.13 |
728 | 2024-12-16T04:17:50.648Z | Downloaded futures-channel v0.3.30 |
729 | 2024-12-16T04:17:50.651Z | Downloaded darling v0.20.10 |
730 | 2024-12-16T04:17:50.654Z | Downloaded async-trait v0.1.83 |
731 | 2024-12-16T04:17:50.657Z | Downloaded cancel-safe-futures v0.1.5 |
732 | 2024-12-16T04:17:50.659Z | Downloaded anstyle v1.0.10 |
733 | 2024-12-16T04:17:50.662Z | Downloaded semver v0.1.20 |
734 | 2024-12-16T04:17:50.662Z | Downloaded embedded-io v0.6.1 |
735 | 2024-12-16T04:17:50.664Z | Downloaded convert_case v0.4.0 |
736 | 2024-12-16T04:17:50.664Z | Downloaded encoding_rs v0.8.34 |
737 | 2024-12-16T04:17:50.684Z | Downloaded clap_derive v4.5.18 |
738 | 2024-12-16T04:17:50.688Z | Downloaded progenitor v0.8.0 |
739 | 2024-12-16T04:17:50.688Z | Downloaded password-hash v0.5.0 |
740 | 2024-12-16T04:17:50.691Z | Downloaded ident_case v1.0.1 |
741 | 2024-12-16T04:17:50.691Z | Downloaded dyn-clone v1.0.17 |
742 | 2024-12-16T04:17:50.691Z | Downloaded defmt-parser v0.3.4 |
743 | 2024-12-16T04:17:50.691Z | Downloaded argon2 v0.5.3 |
744 | 2024-12-16T04:17:50.694Z | Downloaded either v1.13.0 |
745 | 2024-12-16T04:17:50.694Z | Downloaded deranged v0.3.11 |
746 | 2024-12-16T04:17:50.697Z | Downloaded defmt v0.3.8 |
747 | 2024-12-16T04:17:50.699Z | Downloaded crypto-common v0.1.6 |
748 | 2024-12-16T04:17:50.699Z | Downloaded slog-async v2.8.0 |
749 | 2024-12-16T04:17:50.702Z | Downloaded proc-macro-error v1.0.4 |
750 | 2024-12-16T04:17:50.704Z | Downloaded powerfmt v0.2.0 |
751 | 2024-12-16T04:17:50.704Z | Downloaded bitflags v1.3.2 |
752 | 2024-12-16T04:17:50.706Z | Downloaded parking_lot_core v0.8.6 |
753 | 2024-12-16T04:17:50.709Z | Downloaded futures-macro v0.3.30 |
754 | 2024-12-16T04:17:50.712Z | Downloaded fnv v1.0.7 |
755 | 2024-12-16T04:17:50.712Z | Downloaded embedded-io v0.4.0 |
756 | 2024-12-16T04:17:50.712Z | Downloaded dirs-next v2.0.0 |
757 | 2024-12-16T04:17:50.714Z | Downloaded data-encoding v2.6.0 |
758 | 2024-12-16T04:17:50.714Z | Downloaded errno v0.3.9 |
759 | 2024-12-16T04:17:50.717Z | Downloaded debug-ignore v1.0.5 |
760 | 2024-12-16T04:17:50.717Z | Downloaded cpufeatures v0.2.14 |
761 | 2024-12-16T04:17:50.718Z | Downloaded parse-display-derive v0.10.0 |
762 | 2024-12-16T04:17:50.721Z | Downloaded dof v0.3.0 |
763 | 2024-12-16T04:17:50.721Z | Downloaded digest v0.10.7 |
764 | 2024-12-16T04:17:50.721Z | Downloaded atomic-waker v1.1.2 |
765 | 2024-12-16T04:17:50.723Z | Downloaded scroll v0.12.0 |
766 | 2024-12-16T04:17:50.724Z | Downloaded rustls-pemfile v1.0.4 |
767 | 2024-12-16T04:17:50.726Z | Downloaded rand_chacha v0.3.1 |
768 | 2024-12-16T04:17:50.726Z | Downloaded fastrand v2.1.1 |
769 | 2024-12-16T04:17:50.729Z | Downloaded serde_tokenstream v0.2.2 |
770 | 2024-12-16T04:17:50.729Z | Downloaded defmt-macros v0.3.9 |
771 | 2024-12-16T04:17:50.732Z | Downloaded colorchoice v1.0.2 |
772 | 2024-12-16T04:17:50.732Z | Downloaded anstyle-query v1.1.1 |
773 | 2024-12-16T04:17:50.736Z | Downloaded const-random-macro v0.1.16 |
774 | 2024-12-16T04:17:50.736Z | Downloaded block-buffer v0.10.4 |
775 | 2024-12-16T04:17:50.736Z | Downloaded quinn-udp v0.5.5 |
776 | 2024-12-16T04:17:50.739Z | Downloaded ciborium-ll v0.2.2 |
777 | 2024-12-16T04:17:50.739Z | Downloaded anstyle-parse v0.2.5 |
778 | 2024-12-16T04:17:50.739Z | Downloaded async-stream v0.3.5 |
779 | 2024-12-16T04:17:50.742Z | Downloaded serde_repr v0.1.19 |
780 | 2024-12-16T04:17:50.742Z | Downloaded resolv-conf v0.7.0 |
781 | 2024-12-16T04:17:50.745Z | Downloaded progenitor-macro v0.8.0 |
782 | 2024-12-16T04:17:50.745Z | Downloaded proc-macro-crate v3.2.0 |
783 | 2024-12-16T04:17:50.748Z | Downloaded percent-encoding v2.3.1 |
784 | 2024-12-16T04:17:50.748Z | Downloaded clap_lex v0.7.4 |
785 | 2024-12-16T04:17:50.748Z | Downloaded cfg-if v1.0.0 |
786 | 2024-12-16T04:17:50.751Z | Downloaded pkg-config v0.3.31 |
787 | 2024-12-16T04:17:50.751Z | Downloaded paste v1.0.15 |
788 | 2024-12-16T04:17:50.754Z | Downloaded crucible-workspace-hack v0.1.0 |
789 | 2024-12-16T04:17:50.873Z | Downloaded ring v0.17.8 |
790 | 2024-12-16T04:17:51.216Z | Compiling proc-macro2 v1.0.86 |
791 | 2024-12-16T04:17:51.216Z | Compiling unicode-ident v1.0.13 |
792 | 2024-12-16T04:17:51.216Z | Compiling libc v0.2.167 |
793 | 2024-12-16T04:17:51.219Z | Compiling serde v1.0.215 |
794 | 2024-12-16T04:17:51.219Z | Compiling version_check v0.9.5 |
795 | 2024-12-16T04:17:51.219Z | Compiling autocfg v1.3.0 |
796 | 2024-12-16T04:17:51.219Z | Compiling cfg-if v1.0.0 |
797 | 2024-12-16T04:17:51.418Z | Compiling once_cell v1.20.2 |
798 | 2024-12-16T04:17:51.439Z | Compiling libm v0.2.8 |
799 | 2024-12-16T04:17:51.458Z | Compiling memchr v2.7.4 |
800 | 2024-12-16T04:17:51.857Z | Compiling byteorder v1.5.0 |
801 | 2024-12-16T04:17:51.970Z | Compiling parking_lot_core v0.9.10 |
802 | 2024-12-16T04:17:52.053Z | Compiling lock_api v0.4.12 |
803 | 2024-12-16T04:17:52.290Z | Compiling shlex v1.3.0 |
804 | 2024-12-16T04:17:52.414Z | Compiling thiserror v1.0.69 |
805 | 2024-12-16T04:17:52.677Z | Compiling cc v1.1.21 |
806 | 2024-12-16T04:17:52.814Z | Compiling itoa v1.0.11 |
807 | 2024-12-16T04:17:52.962Z | Compiling quote v1.0.37 |
808 | 2024-12-16T04:17:53.030Z | Compiling portable-atomic v1.8.0 |
809 | 2024-12-16T04:17:53.255Z | Compiling slab v0.4.9 |
810 | 2024-12-16T04:17:53.513Z | Compiling syn v2.0.87 |
811 | 2024-12-16T04:17:53.556Z | Compiling getrandom v0.2.15 |
812 | 2024-12-16T04:17:53.636Z | Compiling schemars v0.8.21 |
813 | 2024-12-16T04:17:53.952Z | Compiling ahash v0.8.11 |
814 | 2024-12-16T04:17:53.984Z | Compiling allocator-api2 v0.2.18 |
815 | 2024-12-16T04:17:54.003Z | Compiling num-traits v0.2.19 |
816 | 2024-12-16T04:17:54.157Z | Compiling ryu v1.0.18 |
817 | 2024-12-16T04:17:54.478Z | Compiling serde_json v1.0.133 |
818 | 2024-12-16T04:17:54.562Z | Compiling pin-project-lite v0.2.14 |
819 | 2024-12-16T04:17:55.047Z | Compiling equivalent v1.0.1 |
820 | 2024-12-16T04:17:55.088Z | Compiling scopeguard v1.2.0 |
821 | 2024-12-16T04:17:55.108Z | Compiling log v0.4.22 |
822 | 2024-12-16T04:17:55.215Z | Compiling heck v0.5.0 |
823 | 2024-12-16T04:17:55.288Z | Compiling fnv v1.0.7 |
824 | 2024-12-16T04:17:55.546Z | Compiling pkg-config v0.3.31 |
825 | 2024-12-16T04:17:55.657Z | Compiling vcpkg v0.2.15 |
826 | 2024-12-16T04:17:55.774Z | Compiling ring v0.17.8 |
827 | 2024-12-16T04:17:55.811Z | Compiling crunchy v0.2.2 |
828 | 2024-12-16T04:17:56.343Z | Compiling mio v1.0.2 |
829 | 2024-12-16T04:17:56.822Z | Compiling signal-hook-registry v1.4.2 |
830 | 2024-12-16T04:17:56.841Z | Compiling socket2 v0.5.8 |
831 | 2024-12-16T04:17:57.198Z | Compiling slog v2.7.0 |
832 | 2024-12-16T04:17:57.305Z | Compiling httparse v1.9.4 |
833 | 2024-12-16T04:17:57.362Z | Compiling openssl-sys v0.9.103 |
834 | 2024-12-16T04:17:57.686Z | Compiling tiny-keccak v2.0.2 |
835 | 2024-12-16T04:17:57.994Z | Compiling iana-time-zone v0.1.61 |
836 | 2024-12-16T04:17:58.334Z | Compiling futures-core v0.3.30 |
837 | 2024-12-16T04:17:58.413Z | Compiling dyn-clone v1.0.17 |
838 | 2024-12-16T04:17:58.456Z | Compiling const-random-macro v0.1.16 |
839 | 2024-12-16T04:17:58.577Z | Compiling openssl v0.10.66 |
840 | 2024-12-16T04:17:58.642Z | Compiling futures-sink v0.3.30 |
841 | 2024-12-16T04:17:59.027Z | Compiling rustls v0.23.13 |
842 | 2024-12-16T04:17:59.047Z | Compiling semver v1.0.23 |
843 | 2024-12-16T04:17:59.251Z | Compiling const-random v0.1.18 |
844 | 2024-12-16T04:17:59.327Z | Compiling native-tls v0.2.12 |
845 | 2024-12-16T04:17:59.345Z | Compiling typenum v1.17.0 |
846 | 2024-12-16T04:17:59.365Z | Compiling futures-channel v0.3.30 |
847 | 2024-12-16T04:17:59.368Z | Compiling pin-utils v0.1.0 |
848 | 2024-12-16T04:17:59.441Z | Compiling futures-task v0.3.30 |
849 | 2024-12-16T04:17:59.476Z | Compiling futures-io v0.3.30 |
850 | 2024-12-16T04:17:59.540Z | Compiling generic-array v0.14.7 |
851 | 2024-12-16T04:17:59.737Z | Compiling tracing-core v0.1.32 |
852 | 2024-12-16T04:17:59.802Z | Compiling bitflags v2.6.0 |
853 | 2024-12-16T04:17:59.805Z | Compiling ucd-trie v0.1.6 |
854 | 2024-12-16T04:17:59.861Z | Compiling subtle v2.6.1 |
855 | 2024-12-16T04:17:59.882Z | Compiling aho-corasick v1.1.3 |
856 | 2024-12-16T04:18:00.045Z | Compiling regex-syntax v0.8.4 |
857 | 2024-12-16T04:18:00.123Z | Compiling anyhow v1.0.94 |
858 | 2024-12-16T04:18:00.327Z | Compiling time-core v0.1.2 |
859 | 2024-12-16T04:18:00.335Z | Compiling num-conv v0.1.0 |
860 | 2024-12-16T04:18:00.624Z | Compiling serde_derive_internals v0.29.1 |
861 | 2024-12-16T04:18:00.747Z | Compiling time-macros v0.2.18 |
862 | 2024-12-16T04:18:02.128Z | Compiling spin v0.9.8 |
863 | 2024-12-16T04:18:02.185Z | Compiling rustls-pki-types v1.8.0 |
864 | 2024-12-16T04:18:02.819Z | Compiling usdt-impl v0.5.0 |
865 | 2024-12-16T04:18:03.203Z | Compiling untrusted v0.9.0 |
866 | 2024-12-16T04:18:03.401Z | Compiling omicron-workspace-hack v0.1.0 |
867 | 2024-12-16T04:18:03.721Z | Compiling regex-automata v0.4.7 |
868 | 2024-12-16T04:18:03.932Z | Compiling plain v0.2.3 |
869 | 2024-12-16T04:18:04.100Z | Compiling strsim v0.11.1 |
870 | 2024-12-16T04:18:04.185Z | Compiling rustversion v1.0.17 |
871 | 2024-12-16T04:18:04.807Z | Compiling tinyvec_macros v0.1.1 |
872 | 2024-12-16T04:18:04.837Z | Compiling atomic-waker v1.1.2 |
873 | 2024-12-16T04:18:04.905Z | Compiling tinyvec v1.8.0 |
874 | 2024-12-16T04:18:05.826Z | Compiling rand_core v0.6.4 |
875 | 2024-12-16T04:18:06.162Z | Compiling serde_derive v1.0.215 |
876 | 2024-12-16T04:18:06.208Z | Compiling zerocopy-derive v0.7.35 |
877 | 2024-12-16T04:18:06.309Z | Compiling thiserror-impl v1.0.69 |
878 | 2024-12-16T04:18:06.508Z | Compiling tokio-macros v2.4.0 |
879 | 2024-12-16T04:18:07.389Z | Compiling schemars_derive v0.8.21 |
880 | 2024-12-16T04:18:08.100Z | Compiling futures-macro v0.3.30 |
881 | 2024-12-16T04:18:08.394Z | Compiling zerocopy v0.7.35 |
882 | 2024-12-16T04:18:10.417Z | Compiling openssl-macros v0.1.1 |
883 | 2024-12-16T04:18:10.489Z | Compiling futures-util v0.3.30 |
884 | 2024-12-16T04:18:10.549Z | Compiling hashbrown v0.14.5 |
885 | 2024-12-16T04:18:10.569Z | Compiling tracing-attributes v0.1.27 |
886 | 2024-12-16T04:18:11.238Z | Compiling scroll_derive v0.12.0 |
887 | 2024-12-16T04:18:11.465Z | Compiling pest v2.7.13 |
888 | 2024-12-16T04:18:11.971Z | Compiling regress v0.10.1 |
889 | 2024-12-16T04:18:12.716Z | Compiling regex v1.10.6 |
890 | 2024-12-16T04:18:13.325Z | Compiling scroll v0.12.0 |
891 | 2024-12-16T04:18:13.895Z | Compiling tracing v0.1.40 |
892 | 2024-12-16T04:18:13.921Z | Compiling pest_meta v2.7.13 |
893 | 2024-12-16T04:18:14.633Z | Compiling goblin v0.8.2 |
894 | 2024-12-16T04:18:16.729Z | Compiling pest_generator v2.7.13 |
895 | 2024-12-16T04:18:17.495Z | Compiling rustls-webpki v0.102.8 |
896 | 2024-12-16T04:18:18.303Z | Compiling unsafe-libyaml v0.2.11 |
897 | 2024-12-16T04:18:18.514Z | Compiling pest_derive v2.7.13 |
898 | 2024-12-16T04:18:19.443Z | Compiling percent-encoding v2.3.1 |
899 | 2024-12-16T04:18:19.903Z | Compiling bytes v1.7.2 |
900 | 2024-12-16T04:18:20.366Z | Compiling smallvec v1.13.2 |
901 | 2024-12-16T04:18:21.214Z | Compiling indexmap v2.5.0 |
902 | 2024-12-16T04:18:21.851Z | Compiling uuid v1.11.0 |
903 | 2024-12-16T04:18:21.918Z | Compiling chrono v0.4.38 |
904 | 2024-12-16T04:18:22.563Z | Compiling parking_lot v0.12.3 |
905 | 2024-12-16T04:18:22.661Z | Compiling serde_tokenstream v0.2.2 |
906 | 2024-12-16T04:18:22.686Z | Compiling http v1.2.0 |
907 | 2024-12-16T04:18:23.107Z | Compiling tokio v1.42.0 |
908 | 2024-12-16T04:18:26.727Z | Compiling openapiv3 v2.0.0 |
909 | 2024-12-16T04:18:26.783Z | Compiling zeroize v1.8.1 |
910 | 2024-12-16T04:18:27.134Z | Compiling try-lock v0.2.5 |
911 | 2024-12-16T04:18:27.321Z | Compiling pretty-hex v0.4.1 |
912 | 2024-12-16T04:18:27.538Z | Compiling dof v0.3.0 |
913 | 2024-12-16T04:18:29.132Z | Compiling typify-impl v0.2.0 |
914 | 2024-12-16T04:18:29.273Z | Compiling http-body v1.0.1 |
915 | 2024-12-16T04:18:29.545Z | Compiling want v0.3.1 |
916 | 2024-12-16T04:18:29.833Z | Compiling ipnetwork v0.20.0 |
917 | 2024-12-16T04:18:30.270Z | Compiling serde_yaml v0.9.34+deprecated |
918 | 2024-12-16T04:18:31.100Z | Compiling form_urlencoded v1.2.1 |
919 | 2024-12-16T04:18:31.187Z | Compiling dtrace-parser v0.2.0 |
920 | 2024-12-16T04:18:31.609Z | Compiling unicode-normalization v0.1.24 |
921 | 2024-12-16T04:18:32.915Z | Compiling tokio-util v0.7.12 |
922 | 2024-12-16T04:18:34.015Z | Compiling h2 v0.4.6 |
923 | 2024-12-16T04:18:34.038Z | Compiling thread-id v4.2.2 |
924 | 2024-12-16T04:18:34.161Z | Compiling syn v1.0.109 |
925 | 2024-12-16T04:18:34.268Z | Compiling foreign-types-shared v0.1.1 |
926 | 2024-12-16T04:18:34.388Z | Compiling camino v1.1.9 |
927 | 2024-12-16T04:18:34.761Z | Compiling httpdate v1.0.3 |
928 | 2024-12-16T04:18:34.936Z | Compiling ident_case v1.0.1 |
929 | 2024-12-16T04:18:35.006Z | Compiling rustls v0.22.4 |
930 | 2024-12-16T04:18:35.131Z | Compiling unicode-bidi v0.3.15 |
931 | 2024-12-16T04:18:35.337Z | Compiling darling_core v0.20.10 |
932 | 2024-12-16T04:18:35.500Z | Compiling foreign-types v0.3.2 |
933 | 2024-12-16T04:18:35.606Z | Compiling ppv-lite86 v0.2.20 |
934 | 2024-12-16T04:18:37.507Z | Compiling tower-service v0.3.3 |
935 | 2024-12-16T04:18:37.821Z | Compiling slog-async v2.8.0 |
936 | 2024-12-16T04:18:38.502Z | Compiling rand_chacha v0.3.1 |
937 | 2024-12-16T04:18:38.942Z | Compiling idna v0.5.0 |
938 | 2024-12-16T04:18:40.265Z | Compiling hyper v1.5.1 |
939 | 2024-12-16T04:18:41.107Z | Compiling typify-macro v0.2.0 |
940 | 2024-12-16T04:18:41.505Z | Compiling darling_macro v0.20.10 |
941 | 2024-12-16T04:18:42.878Z | Compiling toml_datetime v0.6.8 |
942 | 2024-12-16T04:18:43.353Z | Compiling hyper-util v0.1.10 |
943 | 2024-12-16T04:18:45.021Z | Compiling typify v0.2.0 |
944 | 2024-12-16T04:18:45.168Z | Compiling progenitor-impl v0.8.0 |
945 | 2024-12-16T04:18:49.166Z | Compiling multer v3.1.0 |
946 | 2024-12-16T04:18:50.968Z | Compiling paste v1.0.15 |
947 | 2024-12-16T04:18:51.649Z | Compiling openssl-probe v0.1.5 |
948 | 2024-12-16T04:18:51.821Z | Compiling progenitor-macro v0.8.0 |
949 | 2024-12-16T04:18:55.251Z | Compiling darling v0.20.10 |
950 | 2024-12-16T04:18:55.375Z | Compiling url v2.5.2 |
951 | 2024-12-16T04:18:55.601Z | Compiling rand v0.8.5 |
952 | 2024-12-16T04:18:58.326Z | Compiling usdt-attr-macro v0.5.0 |
953 | 2024-12-16T04:19:00.018Z | Compiling usdt-macro v0.5.0 |
954 | 2024-12-16T04:19:00.848Z | Compiling http-body-util v0.1.2 |
955 | 2024-12-16T04:19:01.465Z | Compiling async-trait v0.1.83 |
956 | 2024-12-16T04:19:02.714Z | Compiling encoding_rs v0.8.34 |
957 | 2024-12-16T04:19:03.094Z | Compiling mime v0.3.17 |
958 | 2024-12-16T04:19:03.526Z | Compiling base64 v0.22.1 |
959 | 2024-12-16T04:19:03.973Z | Compiling ipnet v2.10.0 |
960 | 2024-12-16T04:19:04.207Z | Compiling rustls-pemfile v2.1.3 |
961 | 2024-12-16T04:19:06.140Z | Compiling tokio-rustls v0.26.0 |
962 | 2024-12-16T04:19:06.604Z | Compiling serde_with_macros v3.9.0 |
963 | 2024-12-16T04:19:06.956Z | Compiling tokio-native-tls v0.3.1 |
964 | 2024-12-16T04:19:07.279Z | Compiling strum_macros v0.26.4 |
965 | 2024-12-16T04:19:07.765Z | Compiling serde_urlencoded v0.7.1 |
966 | 2024-12-16T04:19:09.253Z | Compiling async-stream-impl v0.3.5 |
967 | 2024-12-16T04:19:09.365Z | Compiling structmeta-derive v0.3.0 |
968 | 2024-12-16T04:19:10.660Z | Compiling webpki-roots v0.26.6 |
969 | 2024-12-16T04:19:10.873Z | Compiling dropshot v0.12.0 |
970 | 2024-12-16T04:19:11.234Z | Compiling crossbeam-utils v0.8.20 |
971 | 2024-12-16T04:19:11.797Z | Compiling powerfmt v0.2.0 |
972 | 2024-12-16T04:19:12.109Z | Compiling structmeta v0.3.0 |
973 | 2024-12-16T04:19:12.505Z | Compiling deranged v0.3.11 |
974 | 2024-12-16T04:19:13.277Z | Compiling hyper-rustls v0.27.3 |
975 | 2024-12-16T04:19:13.383Z | Compiling hyper-tls v0.6.0 |
976 | 2024-12-16T04:19:14.663Z | Compiling sync_wrapper v1.0.1 |
977 | 2024-12-16T04:19:15.462Z | Compiling winnow v0.6.18 |
978 | 2024-12-16T04:19:16.643Z | Compiling num_threads v0.1.7 |
979 | 2024-12-16T04:19:17.725Z | Compiling time v0.3.36 |
980 | 2024-12-16T04:19:20.058Z | Compiling reqwest v0.12.9 |
981 | 2024-12-16T04:19:20.456Z | Compiling parse-display-derive v0.10.0 |
982 | 2024-12-16T04:19:22.072Z | Compiling block-buffer v0.10.4 |
983 | 2024-12-16T04:19:22.325Z | Compiling crypto-common v0.1.6 |
984 | 2024-12-16T04:19:22.557Z | Compiling dropshot_endpoint v0.12.0 |
985 | 2024-12-16T04:19:24.365Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
986 | 2024-12-16T04:19:25.901Z | Compiling digest v0.10.7 |
987 | 2024-12-16T04:19:26.396Z | Compiling progenitor-client v0.8.0 |
988 | 2024-12-16T04:19:27.341Z | Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265) |
989 | 2024-12-16T04:19:29.534Z | Compiling dirs-sys-next v0.1.2 |
990 | 2024-12-16T04:19:30.551Z | Compiling match_cfg v0.1.0 |
991 | 2024-12-16T04:19:30.633Z | Compiling lazy_static v1.5.0 |
992 | 2024-12-16T04:19:30.788Z | Compiling rustix v0.38.37 |
993 | 2024-12-16T04:19:31.405Z | Compiling hostname v0.3.1 |
994 | 2024-12-16T04:19:31.658Z | Compiling dirs-next v2.0.0 |
995 | 2024-12-16T04:19:31.675Z | Compiling progenitor v0.8.0 |
996 | 2024-12-16T04:19:31.912Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
997 | 2024-12-16T04:19:34.567Z | Compiling futures-executor v0.3.30 |
998 | 2024-12-16T04:19:34.920Z | Compiling thread_local v1.1.8 |
999 | 2024-12-16T04:19:35.552Z | Compiling errno v0.3.9 |
1000 | 2024-12-16T04:19:35.833Z | Compiling instant v0.1.13 |
1001 | 2024-12-16T04:19:36.195Z | Compiling cpufeatures v0.2.14 |
1002 | 2024-12-16T04:19:36.306Z | Compiling unicode-width v0.1.14 |
1003 | 2024-12-16T04:19:38.617Z | Compiling futures v0.3.30 |
1004 | 2024-12-16T04:19:40.051Z | Compiling term v0.7.0 |
1005 | 2024-12-16T04:19:40.592Z | Compiling crossbeam-channel v0.5.13 |
1006 | 2024-12-16T04:19:42.785Z | Compiling serde_spanned v0.6.7 |
1007 | 2024-12-16T04:19:43.053Z | Compiling is-terminal v0.4.13 |
1008 | 2024-12-16T04:19:43.170Z | Compiling memmap v0.7.0 |
1009 | 2024-12-16T04:19:43.631Z | Compiling take_mut v0.2.2 |
1010 | 2024-12-16T04:19:43.881Z | Compiling usdt v0.5.0 |
1011 | 2024-12-16T04:19:44.558Z | Compiling slog-term v2.9.1 |
1012 | 2024-12-16T04:19:45.343Z | Compiling toml_edit v0.22.21 |
1013 | 2024-12-16T04:19:47.204Z | Compiling slog-json v2.6.1 |
1014 | 2024-12-16T04:19:47.641Z | Compiling strum v0.26.3 |
1015 | 2024-12-16T04:19:47.835Z | Compiling serde_with v3.9.0 |
1016 | 2024-12-16T04:19:50.140Z | Compiling heapless v0.8.0 |
1017 | 2024-12-16T04:19:50.696Z | Compiling debug-ignore v1.0.5 |
1018 | 2024-12-16T04:19:52.279Z | Compiling tokio-rustls v0.25.0 |
1019 | 2024-12-16T04:19:52.858Z | Compiling toml v0.8.19 |
1020 | 2024-12-16T04:19:55.045Z | Compiling slog-bunyan v2.5.0 |
1021 | 2024-12-16T04:19:55.317Z | Compiling sha1 v0.10.6 |
1022 | 2024-12-16T04:19:56.189Z | Compiling async-stream v0.3.5 |
1023 | 2024-12-16T04:19:56.331Z | Compiling newtype-uuid v1.1.0 |
1024 | 2024-12-16T04:19:56.501Z | Compiling hex v0.4.3 |
1025 | 2024-12-16T04:19:56.679Z | Compiling serde_path_to_error v0.1.16 |
1026 | 2024-12-16T04:19:56.745Z | Compiling waitgroup v0.1.2 |
1027 | 2024-12-16T04:19:57.076Z | Compiling hostname v0.4.0 |
1028 | 2024-12-16T04:19:57.208Z | Compiling hash32 v0.3.1 |
1029 | 2024-12-16T04:19:57.324Z | Compiling smoltcp v0.11.0 |
1030 | 2024-12-16T04:19:57.688Z | Compiling stable_deref_trait v1.2.0 |
1031 | 2024-12-16T04:19:59.603Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1032 | 2024-12-16T04:20:00.377Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1033 | 2024-12-16T04:20:00.540Z | Compiling backoff v0.4.0 |
1034 | 2024-12-16T04:20:00.910Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
1035 | 2024-12-16T04:20:00.956Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1036 | 2024-12-16T04:20:01.170Z | Compiling parse-display v0.10.0 |
1037 | 2024-12-16T04:20:03.158Z | Compiling macaddr v1.0.1 |
1038 | 2024-12-16T04:20:03.805Z | Compiling regress v0.9.1 |
1039 | 2024-12-16T04:20:04.757Z | Compiling clap_derive v4.5.18 |
1040 | 2024-12-16T04:20:07.051Z | Compiling winnow v0.5.40 |
1041 | 2024-12-16T04:20:08.192Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1042 | 2024-12-16T04:20:08.589Z | Compiling cobs v0.2.3 |
1043 | 2024-12-16T04:20:09.038Z | Compiling managed v0.8.0 |
1044 | 2024-12-16T04:20:09.649Z | Compiling utf8parse v0.2.2 |
1045 | 2024-12-16T04:20:09.824Z | Compiling bitflags v1.3.2 |
1046 | 2024-12-16T04:20:09.866Z | Compiling anstyle-parse v0.2.5 |
1047 | 2024-12-16T04:20:10.832Z | Compiling toml_edit v0.19.15 |
1048 | 2024-12-16T04:20:11.003Z | Compiling postcard v1.0.10 |
1049 | 2024-12-16T04:20:11.783Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1050 | 2024-12-16T04:20:17.585Z | Compiling anstyle-query v1.1.1 |
1051 | 2024-12-16T04:20:17.691Z | Compiling is_terminal_polyfill v1.70.1 |
1052 | 2024-12-16T04:20:17.752Z | Compiling anstyle v1.0.10 |
1053 | 2024-12-16T04:20:18.307Z | Compiling colorchoice v1.0.2 |
1054 | 2024-12-16T04:20:18.536Z | Compiling anstream v0.6.15 |
1055 | 2024-12-16T04:20:20.084Z | Compiling proc-macro-crate v1.3.1 |
1056 | 2024-12-16T04:20:20.929Z | Compiling terminal_size v0.4.0 |
1057 | 2024-12-16T04:20:20.986Z | Compiling clap_lex v0.7.4 |
1058 | 2024-12-16T04:20:21.170Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1059 | 2024-12-16T04:20:21.548Z | Compiling clap_builder v4.5.23 |
1060 | 2024-12-16T04:20:22.068Z | Compiling num_enum_derive v0.5.11 |
1061 | 2024-12-16T04:20:23.087Z | Compiling tabwriter v1.4.0 |
1062 | 2024-12-16T04:20:23.861Z | Compiling foreign-types-macros v0.2.3 |
1063 | 2024-12-16T04:20:24.017Z | Compiling num-integer v0.1.46 |
1064 | 2024-12-16T04:20:24.976Z | Compiling foreign-types-shared v0.3.1 |
1065 | 2024-12-16T04:20:25.105Z | Compiling num_enum v0.5.11 |
1066 | 2024-12-16T04:20:25.167Z | Compiling foreign-types v0.5.0 |
1067 | 2024-12-16T04:20:25.689Z | Compiling clap v4.5.23 |
1068 | 2024-12-16T04:20:25.728Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1069 | 2024-12-16T04:20:26.276Z | Compiling cstr-argument v0.1.2 |
1070 | 2024-12-16T04:20:26.400Z | Compiling proc-macro-error-attr v1.0.4 |
1071 | 2024-12-16T04:20:26.638Z | Compiling prettyplease v0.2.22 |
1072 | 2024-12-16T04:20:26.971Z | Compiling either v1.13.0 |
1073 | 2024-12-16T04:20:27.150Z | Compiling pretty-hex v0.2.1 |
1074 | 2024-12-16T04:20:27.368Z | Compiling heck v0.4.1 |
1075 | 2024-12-16T04:20:27.520Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1076 | 2024-12-16T04:20:27.908Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1077 | 2024-12-16T04:20:27.999Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1078 | 2024-12-16T04:20:29.335Z | Compiling num-rational v0.4.2 |
1079 | 2024-12-16T04:20:30.218Z | Compiling num-iter v0.1.45 |
1080 | 2024-12-16T04:20:30.567Z | Compiling colored v2.2.0 |
1081 | 2024-12-16T04:20:31.879Z | Compiling num-complex v0.4.6 |
1082 | 2024-12-16T04:20:32.527Z | Compiling proc-macro-error v1.0.4 |
1083 | 2024-12-16T04:20:32.661Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1084 | 2024-12-16T04:20:33.001Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1085 | 2024-12-16T04:20:33.165Z | Compiling fastrand v2.1.1 |
1086 | 2024-12-16T04:20:33.211Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1087 | 2024-12-16T04:20:33.357Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1088 | 2024-12-16T04:20:33.594Z | Compiling tempfile v3.12.0 |
1089 | 2024-12-16T04:20:34.156Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1090 | 2024-12-16T04:20:35.327Z | Compiling num v0.4.3 |
1091 | 2024-12-16T04:20:37.987Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1092 | 2024-12-16T04:20:38.461Z | Compiling crucible-workspace-hack v0.1.0 |
1093 | 2024-12-16T04:20:38.539Z | Compiling float-ord v0.3.2 |
1094 | 2024-12-16T04:20:38.812Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1095 | 2024-12-16T04:20:46.010Z | Compiling unicode-segmentation v1.12.0 |
1096 | 2024-12-16T04:20:46.650Z | Compiling semver v0.1.20 |
1097 | 2024-12-16T04:20:47.157Z | Compiling rustc_version v0.1.7 |
1098 | 2024-12-16T04:20:47.279Z | Compiling newline-converter v0.3.0 |
1099 | 2024-12-16T04:20:47.442Z | Compiling zone_cfg_derive v0.3.0 |
1100 | 2024-12-16T04:20:47.469Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1101 | 2024-12-16T04:20:47.701Z | Compiling camino-tempfile v1.1.1 |
1102 | 2024-12-16T04:20:48.475Z | Compiling itertools v0.10.5 |
1103 | 2024-12-16T04:20:48.538Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1104 | 2024-12-16T04:20:48.969Z | Compiling console v0.15.8 |
1105 | 2024-12-16T04:20:49.058Z | Compiling num-derive v0.4.2 |
1106 | 2024-12-16T04:20:50.403Z | Compiling sigpipe v0.1.3 |
1107 | 2024-12-16T04:20:50.539Z | Compiling base64ct v1.6.0 |
1108 | 2024-12-16T04:20:51.211Z | Compiling similar v2.6.0 |
1109 | 2024-12-16T04:20:51.615Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1110 | 2024-12-16T04:20:51.789Z | Compiling zone v0.3.0 |
1111 | 2024-12-16T04:20:51.899Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95) |
1112 | 2024-12-16T04:20:52.001Z | Compiling password-hash v0.5.0 |
1113 | 2024-12-16T04:20:53.474Z | Compiling expectorate v1.1.0 |
1114 | 2024-12-16T04:20:53.801Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1115 | 2024-12-16T04:20:54.141Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1116 | 2024-12-16T04:20:54.666Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1117 | 2024-12-16T04:20:55.213Z | Compiling newtype_derive v0.1.6 |
1118 | 2024-12-16T04:20:55.605Z | Compiling blake2 v0.10.6 |
1119 | 2024-12-16T04:20:56.836Z | Compiling hubpack_derive v0.1.1 |
1120 | 2024-12-16T04:20:57.082Z | Compiling smf v0.2.3 |
1121 | 2024-12-16T04:20:57.644Z | Compiling zerocopy-derive v0.6.6 |
1122 | 2024-12-16T04:20:57.790Z | Compiling fixedbitset v0.4.2 |
1123 | 2024-12-16T04:20:57.856Z | Compiling whoami v1.5.2 |
1124 | 2024-12-16T04:20:58.003Z | Compiling owo-colors v4.1.0 |
1125 | 2024-12-16T04:20:58.345Z | Compiling cancel-safe-futures v0.1.5 |
1126 | 2024-12-16T04:20:58.764Z | Compiling petgraph v0.6.5 |
1127 | 2024-12-16T04:20:58.784Z | Compiling hubpack v0.1.2 |
1128 | 2024-12-16T04:20:59.419Z | Compiling argon2 v0.5.3 |
1129 | 2024-12-16T04:20:59.642Z | Compiling zerocopy v0.6.6 |
1130 | 2024-12-16T04:21:00.645Z | Compiling strum_macros v0.25.3 |
1131 | 2024-12-16T04:21:01.835Z | Compiling serde-big-array v0.5.1 |
1132 | 2024-12-16T04:21:02.091Z | Compiling serde_repr v0.1.19 |
1133 | 2024-12-16T04:21:03.108Z | Compiling cookie v0.18.1 |
1134 | 2024-12-16T04:21:03.284Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1135 | 2024-12-16T04:21:03.362Z | Compiling static_assertions v1.1.0 |
1136 | 2024-12-16T04:21:03.469Z | Compiling convert_case v0.4.0 |
1137 | 2024-12-16T04:21:03.561Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1138 | 2024-12-16T04:21:04.252Z | Compiling derive_more v0.99.18 |
1139 | 2024-12-16T04:21:04.437Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1140 | 2024-12-16T04:21:06.098Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1141 | 2024-12-16T04:21:06.694Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1142 | 2024-12-16T04:21:07.152Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1143 | 2024-12-16T04:21:09.585Z | Compiling atomicwrites v0.4.4 |
1144 | 2024-12-16T04:21:10.106Z | Compiling itertools v0.13.0 |
1145 | 2024-12-16T04:21:11.001Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1146 | 2024-12-16T04:21:12.234Z | Compiling idna v0.4.0 |
1147 | 2024-12-16T04:21:12.496Z | Compiling libsw v3.3.1 |
1148 | 2024-12-16T04:21:12.849Z | Compiling derive-where v1.2.7 |
1149 | 2024-12-16T04:21:13.418Z | Compiling enum-as-inner v0.6.1 |
1150 | 2024-12-16T04:21:13.603Z | Compiling indent_write v2.2.0 |
1151 | 2024-12-16T04:21:13.846Z | Compiling highway v1.2.0 |
1152 | 2024-12-16T04:21:13.913Z | Compiling swrite v0.1.0 |
1153 | 2024-12-16T04:21:14.091Z | Compiling linked-hash-map v0.5.6 |
1154 | 2024-12-16T04:21:14.551Z | Compiling linear-map v1.2.0 |
1155 | 2024-12-16T04:21:14.600Z | Compiling data-encoding v2.6.0 |
1156 | 2024-12-16T04:21:15.004Z | Compiling quick-error v1.2.3 |
1157 | 2024-12-16T04:21:15.165Z | Compiling resolv-conf v0.7.0 |
1158 | 2024-12-16T04:21:15.280Z | Compiling lru-cache v0.1.2 |
1159 | 2024-12-16T04:21:15.520Z | Compiling hickory-proto v0.24.1 |
1160 | 2024-12-16T04:21:16.090Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1161 | 2024-12-16T04:21:16.197Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1162 | 2024-12-16T04:21:16.733Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1163 | 2024-12-16T04:21:19.473Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1164 | 2024-12-16T04:21:19.876Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1165 | 2024-12-16T04:21:21.176Z | Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1166 | 2024-12-16T04:21:21.531Z | Compiling steno v0.4.1 |
1167 | 2024-12-16T04:21:24.394Z | Compiling slog-dtrace v0.3.0 |
1168 | 2024-12-16T04:21:24.759Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1169 | 2024-12-16T04:21:24.987Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1170 | 2024-12-16T04:21:25.131Z | Compiling humantime v2.1.0 |
1171 | 2024-12-16T04:21:25.169Z | Compiling parking_lot_core v0.8.6 |
1172 | 2024-12-16T04:21:25.672Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1173 | 2024-12-16T04:21:25.947Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1174 | 2024-12-16T04:21:27.464Z | Compiling hickory-resolver v0.24.1 |
1175 | 2024-12-16T04:21:28.904Z | Compiling num-derive v0.3.3 |
1176 | 2024-12-16T04:21:29.265Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1177 | 2024-12-16T04:21:30.233Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
1178 | 2024-12-16T04:21:30.829Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1179 | 2024-12-16T04:21:31.161Z | Compiling libscf-sys v1.0.0 (https://github.com/illumos/libscf-sys.git#bb0b82c3) |
1180 | 2024-12-16T04:21:32.219Z | Compiling parking_lot v0.11.2 |
1181 | 2024-12-16T04:21:32.552Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#f14ff351) |
1182 | 2024-12-16T04:21:33.543Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1183 | 2024-12-16T04:21:34.193Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#4cdc7d7e) |
1184 | 2024-12-16T04:21:35.851Z | Compiling crossbeam-epoch v0.9.18 |
1185 | 2024-12-16T04:21:36.431Z | Compiling fxhash v0.2.1 |
1186 | 2024-12-16T04:21:36.669Z | Compiling crc32fast v1.4.2 |
1187 | 2024-12-16T04:21:36.993Z | Compiling crc8 v0.1.1 |
1188 | 2024-12-16T04:21:37.204Z | Compiling arc-swap v1.7.1 |
1189 | 2024-12-16T04:21:37.297Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#4cdc7d7e) |
1190 | 2024-12-16T04:21:37.918Z | Compiling slog-scope v4.4.0 |
1191 | 2024-12-16T04:21:38.688Z | Compiling sled v0.34.7 |
1192 | 2024-12-16T04:21:42.786Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1193 | 2024-12-16T04:21:44.036Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
1194 | 2024-12-16T04:21:44.583Z | Compiling slog-stdlog v4.1.1 |
1195 | 2024-12-16T04:21:45.398Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1196 | 2024-12-16T04:21:46.699Z | Compiling slog-envlogger v2.2.0 |
1197 | 2024-12-16T04:21:47.318Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
1198 | 2024-12-16T04:21:58.864Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1199 | 2024-12-16T04:21:59.088Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
1200 | 2024-12-16T04:22:04.548Z | Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm) |
1201 | 2024-12-16T04:22:33.220Z | Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd) |
1202 | 2024-12-16T04:22:33.220Z | Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm) |
1203 | 2024-12-16T04:22:40.465Z | Finished `release` profile [optimized] target(s) in 5m 11s |
1204 | 2024-12-16T04:22:40.780Z | + banner trio |
1205 | 2024-12-16T04:22:40.783Z | |
1206 | 2024-12-16T04:22:40.783Z | ##### ##### # #### |
1207 | 2024-12-16T04:22:40.783Z | # # # # # # |
1208 | 2024-12-16T04:22:40.783Z | # # # # # # |
1209 | 2024-12-16T04:22:40.783Z | # ##### # # # |
1210 | 2024-12-16T04:22:40.783Z | # # # # # # |
1211 | 2024-12-16T04:22:40.783Z | # # # # #### |
1212 | 2024-12-16T04:22:40.783Z | |
1213 | 2024-12-16T04:22:40.783Z | + pfexec cargo test --release -p mg-tests test_trio_v3 -- --nocapture |
1214 | 2024-12-16T04:22:41.286Z | Compiling cfg-if v1.0.0 |
1215 | 2024-12-16T04:22:41.286Z | Compiling libc v0.2.167 |
1216 | 2024-12-16T04:22:41.289Z | Compiling serde v1.0.215 |
1217 | 2024-12-16T04:22:41.289Z | Compiling once_cell v1.20.2 |
1218 | 2024-12-16T04:22:41.289Z | Compiling itoa v1.0.11 |
1219 | 2024-12-16T04:22:41.289Z | Compiling byteorder v1.5.0 |
1220 | 2024-12-16T04:22:41.324Z | Compiling syn v2.0.87 |
1221 | 2024-12-16T04:22:41.335Z | Compiling bytes v1.7.2 |
1222 | 2024-12-16T04:22:41.379Z | Compiling num-traits v0.2.19 |
1223 | 2024-12-16T04:22:41.535Z | Compiling zerocopy v0.7.35 |
1224 | 2024-12-16T04:22:41.667Z | Compiling pin-project-lite v0.2.14 |
1225 | 2024-12-16T04:22:41.715Z | Compiling ahash v0.8.11 |
1226 | 2024-12-16T04:22:41.768Z | Compiling smallvec v1.13.2 |
1227 | 2024-12-16T04:22:41.779Z | Compiling allocator-api2 v0.2.18 |
1228 | 2024-12-16T04:22:41.788Z | Compiling scopeguard v1.2.0 |
1229 | 2024-12-16T04:22:41.911Z | Compiling schemars v0.8.21 |
1230 | 2024-12-16T04:22:41.962Z | Compiling memchr v2.7.4 |
1231 | 2024-12-16T04:22:42.272Z | Compiling lock_api v0.4.12 |
1232 | 2024-12-16T04:22:42.628Z | Compiling hashbrown v0.14.5 |
1233 | 2024-12-16T04:22:42.684Z | Compiling fnv v1.0.7 |
1234 | 2024-12-16T04:22:42.749Z | Compiling getrandom v0.2.15 |
1235 | 2024-12-16T04:22:42.810Z | Compiling parking_lot_core v0.9.10 |
1236 | 2024-12-16T04:22:42.835Z | Compiling signal-hook-registry v1.4.2 |
1237 | 2024-12-16T04:22:43.090Z | Compiling mio v1.0.2 |
1238 | 2024-12-16T04:22:43.169Z | Compiling parking_lot v0.12.3 |
1239 | 2024-12-16T04:22:43.594Z | Compiling socket2 v0.5.8 |
1240 | 2024-12-16T04:22:43.761Z | Compiling log v0.4.22 |
1241 | 2024-12-16T04:22:44.106Z | Compiling futures-core v0.3.30 |
1242 | 2024-12-16T04:22:44.361Z | Compiling ryu v1.0.18 |
1243 | 2024-12-16T04:22:44.371Z | Compiling equivalent v1.0.1 |
1244 | 2024-12-16T04:22:44.483Z | Compiling tracing-core v0.1.32 |
1245 | 2024-12-16T04:22:44.792Z | Compiling serde_json v1.0.133 |
1246 | 2024-12-16T04:22:44.817Z | Compiling uuid v1.11.0 |
1247 | 2024-12-16T04:22:44.830Z | Compiling regress v0.10.1 |
1248 | 2024-12-16T04:22:44.927Z | Compiling futures-sink v0.3.30 |
1249 | 2024-12-16T04:22:45.079Z | Compiling futures-task v0.3.30 |
1250 | 2024-12-16T04:22:45.268Z | Compiling pin-utils v0.1.0 |
1251 | 2024-12-16T04:22:45.287Z | Compiling spin v0.9.8 |
1252 | 2024-12-16T04:22:45.304Z | Compiling untrusted v0.9.0 |
1253 | 2024-12-16T04:22:45.358Z | Compiling futures-util v0.3.30 |
1254 | 2024-12-16T04:22:45.375Z | Compiling slab v0.4.9 |
1255 | 2024-12-16T04:22:45.472Z | Compiling ring v0.17.8 |
1256 | 2024-12-16T04:22:45.697Z | Compiling try-lock v0.2.5 |
1257 | 2024-12-16T04:22:45.849Z | Compiling want v0.3.1 |
1258 | 2024-12-16T04:22:46.138Z | Compiling httparse v1.9.4 |
1259 | 2024-12-16T04:22:46.380Z | Compiling chrono v0.4.38 |
1260 | 2024-12-16T04:22:46.869Z | Compiling futures-channel v0.3.30 |
1261 | 2024-12-16T04:22:47.191Z | Compiling foreign-types-shared v0.1.1 |
1262 | 2024-12-16T04:22:47.301Z | Compiling dyn-clone v1.0.17 |
1263 | 2024-12-16T04:22:47.323Z | Compiling tower-service v0.3.3 |
1264 | 2024-12-16T04:22:47.442Z | Compiling foreign-types v0.3.2 |
1265 | 2024-12-16T04:22:47.530Z | Compiling openssl-sys v0.9.103 |
1266 | 2024-12-16T04:22:47.859Z | Compiling bitflags v2.6.0 |
1267 | 2024-12-16T04:22:48.232Z | Compiling serde_derive_internals v0.29.1 |
1268 | 2024-12-16T04:22:48.360Z | Compiling unicode-ident v1.0.13 |
1269 | 2024-12-16T04:22:48.445Z | Compiling http v1.2.0 |
1270 | 2024-12-16T04:22:48.560Z | Compiling proc-macro2 v1.0.86 |
1271 | 2024-12-16T04:22:49.002Z | Compiling semver v1.0.23 |
1272 | 2024-12-16T04:22:49.496Z | Compiling openssl-probe v0.1.5 |
1273 | 2024-12-16T04:22:49.519Z | Compiling tinyvec_macros v0.1.1 |
1274 | 2024-12-16T04:22:49.609Z | Compiling tinyvec v1.8.0 |
1275 | 2024-12-16T04:22:50.060Z | Compiling quote v1.0.37 |
1276 | 2024-12-16T04:22:50.446Z | Compiling percent-encoding v2.3.1 |
1277 | 2024-12-16T04:22:50.928Z | Compiling form_urlencoded v1.2.1 |
1278 | 2024-12-16T04:22:51.385Z | Compiling unicode-normalization v0.1.24 |
1279 | 2024-12-16T04:22:52.152Z | Compiling aho-corasick v1.1.3 |
1280 | 2024-12-16T04:22:52.685Z | Compiling http v0.2.12 |
1281 | 2024-12-16T04:22:53.170Z | Compiling unicode-bidi v0.3.15 |
1282 | 2024-12-16T04:22:53.267Z | Compiling rustls-pki-types v1.8.0 |
1283 | 2024-12-16T04:22:53.579Z | Compiling serde_derive v1.0.215 |
1284 | 2024-12-16T04:22:53.976Z | Compiling zerocopy-derive v0.7.35 |
1285 | 2024-12-16T04:22:54.450Z | Compiling thiserror-impl v1.0.69 |
1286 | 2024-12-16T04:22:54.537Z | Compiling schemars_derive v0.8.21 |
1287 | 2024-12-16T04:22:56.128Z | Compiling tokio-macros v2.4.0 |
1288 | 2024-12-16T04:22:56.540Z | Compiling tracing-attributes v0.1.27 |
1289 | 2024-12-16T04:22:57.443Z | Compiling thiserror v1.0.69 |
1290 | 2024-12-16T04:22:57.579Z | Compiling openssl-macros v0.1.1 |
1291 | 2024-12-16T04:22:57.627Z | Compiling heck v0.5.0 |
1292 | 2024-12-16T04:22:57.687Z | Compiling tokio v1.42.0 |
1293 | 2024-12-16T04:22:57.707Z | Compiling regex-automata v0.4.7 |
1294 | 2024-12-16T04:22:58.456Z | Compiling openssl v0.10.66 |
1295 | 2024-12-16T04:22:58.934Z | Compiling idna v0.5.0 |
1296 | 2024-12-16T04:22:59.947Z | Compiling tracing v0.1.40 |
1297 | 2024-12-16T04:23:00.606Z | Compiling http-body v1.0.1 |
1298 | 2024-12-16T04:23:05.370Z | Compiling native-tls v0.2.12 |
1299 | 2024-12-16T04:23:06.505Z | Compiling slog v2.7.0 |
1300 | 2024-12-16T04:23:07.026Z | Compiling atomic-waker v1.1.2 |
1301 | 2024-12-16T04:23:07.210Z | Compiling regex-syntax v0.8.4 |
1302 | 2024-12-16T04:23:08.078Z | Compiling indexmap v2.5.0 |
1303 | 2024-12-16T04:23:12.420Z | Compiling tokio-util v0.7.12 |
1304 | 2024-12-16T04:23:12.673Z | Compiling serde_tokenstream v0.2.2 |
1305 | 2024-12-16T04:23:14.724Z | Compiling tokio-native-tls v0.3.1 |
1306 | 2024-12-16T04:23:15.023Z | Compiling typify-impl v0.2.0 |
1307 | 2024-12-16T04:23:15.105Z | Compiling typify-impl v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1308 | 2024-12-16T04:23:15.503Z | Compiling h2 v0.4.6 |
1309 | 2024-12-16T04:23:15.621Z | Compiling openapiv3 v2.0.0 |
1310 | 2024-12-16T04:23:25.060Z | Compiling serde_urlencoded v0.7.1 |
1311 | 2024-12-16T04:23:25.758Z | Compiling regex v1.10.6 |
1312 | 2024-12-16T04:23:26.757Z | Compiling url v2.5.2 |
1313 | 2024-12-16T04:23:26.889Z | Compiling encoding_rs v0.8.34 |
1314 | 2024-12-16T04:23:26.913Z | Compiling rustls v0.21.12 |
1315 | 2024-12-16T04:23:26.961Z | Compiling mime v0.3.17 |
1316 | 2024-12-16T04:23:27.233Z | Compiling ipnet v2.10.0 |
1317 | 2024-12-16T04:23:28.047Z | Compiling typify-macro v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1318 | 2024-12-16T04:23:30.301Z | Compiling typify-macro v0.2.0 |
1319 | 2024-12-16T04:23:32.114Z | Compiling hyper v1.5.1 |
1320 | 2024-12-16T04:23:32.457Z | Compiling h2 v0.3.26 |
1321 | 2024-12-16T04:23:34.189Z | Compiling http-body v0.4.6 |
1322 | 2024-12-16T04:23:34.471Z | Compiling rustls-webpki v0.102.8 |
1323 | 2024-12-16T04:23:34.723Z | Compiling rustls-webpki v0.101.7 |
1324 | 2024-12-16T04:23:35.580Z | Compiling sct v0.7.1 |
1325 | 2024-12-16T04:23:36.025Z | Compiling zeroize v1.8.1 |
1326 | 2024-12-16T04:23:36.379Z | Compiling httpdate v1.0.3 |
1327 | 2024-12-16T04:23:37.127Z | Compiling subtle v2.6.1 |
1328 | 2024-12-16T04:23:37.414Z | Compiling toml_datetime v0.6.8 |
1329 | 2024-12-16T04:23:37.738Z | Compiling toml_edit v0.19.15 |
1330 | 2024-12-16T04:23:37.797Z | Compiling rustls v0.23.13 |
1331 | 2024-12-16T04:23:38.811Z | Compiling hyper v0.14.30 |
1332 | 2024-12-16T04:23:39.107Z | Compiling serde_yaml v0.9.34+deprecated |
1333 | 2024-12-16T04:23:42.934Z | Compiling hyper-util v0.1.10 |
1334 | 2024-12-16T04:23:48.312Z | Compiling lazy_static v1.5.0 |
1335 | 2024-12-16T04:23:48.450Z | Compiling tokio-rustls v0.24.1 |
1336 | 2024-12-16T04:23:48.896Z | Compiling tokio-rustls v0.26.0 |
1337 | 2024-12-16T04:23:48.997Z | Compiling proc-macro-crate v1.3.1 |
1338 | 2024-12-16T04:23:49.400Z | Compiling http-body-util v0.1.2 |
1339 | 2024-12-16T04:23:49.840Z | Compiling webpki-roots v0.26.6 |
1340 | 2024-12-16T04:23:49.973Z | Compiling base64 v0.21.7 |
1341 | 2024-12-16T04:23:50.045Z | Compiling base64 v0.22.1 |
1342 | 2024-12-16T04:23:50.614Z | Compiling crossbeam-utils v0.8.20 |
1343 | 2024-12-16T04:23:50.632Z | Compiling rustls-pemfile v2.1.3 |
1344 | 2024-12-16T04:23:50.745Z | Compiling rustls-pemfile v1.0.4 |
1345 | 2024-12-16T04:23:51.090Z | Compiling hyper-rustls v0.27.3 |
1346 | 2024-12-16T04:23:51.122Z | Compiling hyper-tls v0.6.0 |
1347 | 2024-12-16T04:23:51.124Z | Compiling num_enum_derive v0.5.11 |
1348 | 2024-12-16T04:23:51.409Z | Compiling hyper-rustls v0.24.2 |
1349 | 2024-12-16T04:23:51.542Z | Compiling hyper-tls v0.5.0 |
1350 | 2024-12-16T04:23:51.636Z | Compiling typify v0.2.0 |
1351 | 2024-12-16T04:23:51.776Z | Compiling typify v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1352 | 2024-12-16T04:23:52.050Z | Compiling ipnetwork v0.20.0 |
1353 | 2024-12-16T04:23:52.812Z | Compiling ppv-lite86 v0.2.20 |
1354 | 2024-12-16T04:23:53.506Z | Compiling foreign-types-macros v0.2.3 |
1355 | 2024-12-16T04:23:53.758Z | Compiling sync_wrapper v1.0.1 |
1356 | 2024-12-16T04:23:53.915Z | Compiling rand_core v0.6.4 |
1357 | 2024-12-16T04:23:54.408Z | Compiling dirs-sys-next v0.1.2 |
1358 | 2024-12-16T04:23:54.854Z | Compiling sync_wrapper v0.1.2 |
1359 | 2024-12-16T04:23:54.989Z | Compiling powerfmt v0.2.0 |
1360 | 2024-12-16T04:23:55.399Z | Compiling foreign-types-shared v0.3.1 |
1361 | 2024-12-16T04:23:55.486Z | Compiling webpki-roots v0.25.4 |
1362 | 2024-12-16T04:23:55.518Z | Compiling time-macros v0.2.18 |
1363 | 2024-12-16T04:23:55.521Z | Compiling foreign-types v0.5.0 |
1364 | 2024-12-16T04:23:55.625Z | Compiling reqwest v0.11.27 |
1365 | 2024-12-16T04:23:55.643Z | Compiling deranged v0.3.11 |
1366 | 2024-12-16T04:23:55.894Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1367 | 2024-12-16T04:23:57.991Z | Compiling progenitor-impl v0.8.0 |
1368 | 2024-12-16T04:23:58.559Z | Compiling dirs-next v2.0.0 |
1369 | 2024-12-16T04:23:58.827Z | Compiling rand_chacha v0.3.1 |
1370 | 2024-12-16T04:24:00.607Z | Compiling reqwest v0.12.9 |
1371 | 2024-12-16T04:24:02.561Z | Compiling num_enum v0.5.11 |
1372 | 2024-12-16T04:24:02.739Z | Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265) |
1373 | 2024-12-16T04:24:04.815Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1374 | 2024-12-16T04:24:06.805Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1375 | 2024-12-16T04:24:06.988Z | Compiling cstr-argument v0.1.2 |
1376 | 2024-12-16T04:24:07.246Z | Compiling thread_local v1.1.8 |
1377 | 2024-12-16T04:24:07.648Z | Compiling either v1.13.0 |
1378 | 2024-12-16T04:24:07.972Z | Compiling num-conv v0.1.0 |
1379 | 2024-12-16T04:24:08.121Z | Compiling time-core v0.1.2 |
1380 | 2024-12-16T04:24:08.233Z | Compiling pretty-hex v0.2.1 |
1381 | 2024-12-16T04:24:08.313Z | Compiling arc-swap v1.7.1 |
1382 | 2024-12-16T04:24:08.442Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1383 | 2024-12-16T04:24:08.829Z | Compiling slog-scope v4.4.0 |
1384 | 2024-12-16T04:24:09.034Z | Compiling time v0.3.36 |
1385 | 2024-12-16T04:24:09.760Z | Compiling itertools v0.12.1 |
1386 | 2024-12-16T04:24:11.249Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488) |
1387 | 2024-12-16T04:24:12.760Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1388 | 2024-12-16T04:24:13.661Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1389 | 2024-12-16T04:24:13.672Z | Compiling crossbeam-channel v0.5.13 |
1390 | 2024-12-16T04:24:13.865Z | Compiling progenitor-macro v0.8.0 |
1391 | 2024-12-16T04:24:15.323Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1392 | 2024-12-16T04:24:18.243Z | Compiling progenitor-client v0.8.0 |
1393 | 2024-12-16T04:24:19.180Z | Compiling rand v0.8.5 |
1394 | 2024-12-16T04:24:21.095Z | Compiling term v0.7.0 |
1395 | 2024-12-16T04:24:23.136Z | Compiling anyhow v1.0.94 |
1396 | 2024-12-16T04:24:24.660Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1397 | 2024-12-16T04:24:27.077Z | Compiling colored v2.2.0 |
1398 | 2024-12-16T04:24:28.507Z | Compiling is-terminal v0.4.13 |
1399 | 2024-12-16T04:24:28.518Z | Compiling winnow v0.6.18 |
1400 | 2024-12-16T04:24:28.636Z | Compiling take_mut v0.2.2 |
1401 | 2024-12-16T04:24:28.797Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=2bfd39000c878c45675651a7588c015c486e7f43#2bfd3900) |
1402 | 2024-12-16T04:24:29.186Z | Compiling slog-async v2.8.0 |
1403 | 2024-12-16T04:24:32.293Z | Compiling progenitor v0.8.0 |
1404 | 2024-12-16T04:24:32.505Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
1405 | 2024-12-16T04:24:32.976Z | Compiling slog-term v2.9.1 |
1406 | 2024-12-16T04:24:35.832Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1407 | 2024-12-16T04:24:36.055Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488) |
1408 | 2024-12-16T04:24:39.808Z | Compiling slog-stdlog v4.1.1 |
1409 | 2024-12-16T04:24:40.671Z | Compiling slog-envlogger v2.2.0 |
1410 | 2024-12-16T04:24:41.811Z | Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d8c38f89) |
1411 | 2024-12-16T04:24:44.838Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
1412 | 2024-12-16T04:24:58.674Z | Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests) |
1413 | 2024-12-16T04:25:06.168Z | Finished `release` profile [optimized] target(s) in 2m 25s |
1414 | 2024-12-16T04:25:06.252Z | Running unittests src/lib.rs (target/release/deps/mg_tests-63024462c7b1f145) |
1415 | 2024-12-16T04:25:06.299Z | |
1416 | 2024-12-16T04:25:06.299Z | running 1 test |
1417 | 2024-12-16T04:25:06.477Z | configure zone |
1418 | 2024-12-16T04:25:06.494Z | install zone |
1419 | 2024-12-16T04:26:06.313Z | test ddm::test_trio_v3 has been running for over 60 seconds |
1420 | 2024-12-16T04:27:03.873Z | boot zone |
1421 | 2024-12-16T04:27:04.659Z | start zone s1 |
1422 | 2024-12-16T04:27:04.659Z | configure zone |
1423 | 2024-12-16T04:27:04.667Z | install zone |
1424 | 2024-12-16T04:28:58.637Z | boot zone |
1425 | 2024-12-16T04:28:59.489Z | start zone s2 |
1426 | 2024-12-16T04:28:59.489Z | configure zone |
1427 | 2024-12-16T04:28:59.497Z | install zone |
1428 | 2024-12-16T04:30:51.426Z | boot zone |
1429 | 2024-12-16T04:30:52.230Z | start zone t1 |
1430 | 2024-12-16T04:30:52.230Z | configure zone |
1431 | 2024-12-16T04:30:52.239Z | install zone |
1432 | 2024-12-16T04:32:44.825Z | boot zone |
1433 | 2024-12-16T04:32:45.664Z | waiting for zones to come up |
1434 | 2024-12-16T04:32:55.666Z | [sidecar.trio] svcs milestone/network |
1435 | 2024-12-16T04:32:55.700Z | STATE STIME FMRI |
1436 | 2024-12-16T04:32:55.700Z | online 20:27:21 svc:/milestone/network:default |
1437 | 2024-12-16T04:32:55.700Z | cp /work/oxidecomputer/maghemite/download/softnpu /mgtrio/sidecar.trio/root/opt/ |
1438 | 2024-12-16T04:32:55.746Z | cp /work/oxidecomputer/maghemite/download/scadm /mgtrio/sidecar.trio/root/opt/ |
1439 | 2024-12-16T04:32:55.794Z | cp /work/oxidecomputer/maghemite/download/libsidecar_lite.so /mgtrio/sidecar.trio/root/opt/ |
1440 | 2024-12-16T04:32:55.838Z | cp /work/oxidecomputer/maghemite/tests/conf/softnpu-trio.toml /mgtrio/sidecar.trio/root/opt/softnpu.toml |
1441 | 2024-12-16T04:32:55.841Z | [sidecar.trio] RUST_LOG=debug RUST_BACKTRACE=1 /opt/softnpu --uds-path /opt/mnt /opt/softnpu.toml &> /opt/softnpu.log & |
1442 | 2024-12-16T04:32:55.862Z | |
1443 | 2024-12-16T04:32:55.862Z | running zone s1.trio setup |
1444 | 2024-12-16T04:32:55.862Z | [s1.trio] svcs milestone/network |
1445 | 2024-12-16T04:32:55.884Z | STATE STIME FMRI |
1446 | 2024-12-16T04:32:55.884Z | online 20:29:16 svc:/milestone/network:default |
1447 | 2024-12-16T04:32:55.884Z | [s1.trio] dladm |
1448 | 2024-12-16T04:32:55.904Z | LINK CLASS MTU STATE BRIDGE OVER |
1449 | 2024-12-16T04:32:55.904Z | sl0 simnet 9000 up -- ? |
1450 | 2024-12-16T04:32:55.904Z | mg2 vnic 9000 up -- ? |
1451 | 2024-12-16T04:32:55.904Z | [s1.trio] ipadm create-addr -t -T static -a 10.0.0.1/24 mg2/v4 |
1452 | 2024-12-16T04:32:56.462Z | |
1453 | 2024-12-16T04:32:56.462Z | [s1.trio] ipadm create-addr -t -T addrconf sl0/v6 |
1454 | 2024-12-16T04:32:56.486Z | |
1455 | 2024-12-16T04:32:56.486Z | [s1.trio] ipadm create-addr -t -T static -a fd00:1::1/64 lo0/u6 |
1456 | 2024-12-16T04:32:56.506Z | |
1457 | 2024-12-16T04:32:56.506Z | cp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s1.trio/root/opt/ddmd |
1458 | 2024-12-16T04:32:56.593Z | cp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s1.trio/root/opt/ddmadm |
1459 | 2024-12-16T04:32:56.638Z | [s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid b785ac31-09ff-4e95-8784-a40c890ae4a6 --sled-uuid ece23924-a1fb-4512-aec7-4d4858a4410d -a sl0/v6 &> /opt/ddmd.log & |
1460 | 2024-12-16T04:32:56.659Z | |
1461 | 2024-12-16T04:32:56.659Z | running zone s2.trio setup |
1462 | 2024-12-16T04:32:56.659Z | [s2.trio] svcs milestone/network |
1463 | 2024-12-16T04:32:56.684Z | STATE STIME FMRI |
1464 | 2024-12-16T04:32:56.684Z | online 20:31:09 svc:/milestone/network:default |
1465 | 2024-12-16T04:32:56.684Z | [s2.trio] dladm |
1466 | 2024-12-16T04:32:56.705Z | LINK CLASS MTU STATE BRIDGE OVER |
1467 | 2024-12-16T04:32:56.706Z | sl1 simnet 9000 up -- ? |
1468 | 2024-12-16T04:32:56.706Z | mg3 vnic 9000 up -- ? |
1469 | 2024-12-16T04:32:56.706Z | [s2.trio] ipadm create-addr -t -T static -a 10.0.0.2/24 mg3/v4 |
1470 | 2024-12-16T04:32:57.216Z | |
1471 | 2024-12-16T04:32:57.216Z | [s2.trio] ipadm create-addr -t -T addrconf sl1/v6 |
1472 | 2024-12-16T04:32:57.241Z | |
1473 | 2024-12-16T04:32:57.241Z | [s2.trio] ipadm create-addr -t -T static -a fd00:2::1/64 lo0/u6 |
1474 | 2024-12-16T04:32:57.261Z | |
1475 | 2024-12-16T04:32:57.261Z | cp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s2.trio/root/opt/ddmd |
1476 | 2024-12-16T04:32:57.306Z | cp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s2.trio/root/opt/ddmadm |
1477 | 2024-12-16T04:32:57.328Z | [s2.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 92ea677e-07ff-4068-b6b6-ed9383cf7db4 --sled-uuid f8244e2e-5a25-43d1-b13f-0e286de831e1 -a sl1/v6 &> /opt/ddmd.log & |
1478 | 2024-12-16T04:32:57.348Z | |
1479 | 2024-12-16T04:32:57.348Z | running zone t1.trio setup |
1480 | 2024-12-16T04:32:57.348Z | [t1.trio] svcs milestone/network |
1481 | 2024-12-16T04:32:57.368Z | STATE STIME FMRI |
1482 | 2024-12-16T04:32:57.368Z | - - svc:/milestone/network:default |
1483 | 2024-12-16T04:32:58.367Z | [t1.trio] svcs milestone/network |
1484 | 2024-12-16T04:32:58.388Z | STATE STIME FMRI |
1485 | 2024-12-16T04:32:58.388Z | - - svc:/milestone/network:default |
1486 | 2024-12-16T04:32:59.388Z | [t1.trio] svcs milestone/network |
1487 | 2024-12-16T04:32:59.409Z | STATE STIME FMRI |
1488 | 2024-12-16T04:32:59.409Z | - - svc:/milestone/network:default |
1489 | 2024-12-16T04:33:00.410Z | [t1.trio] svcs milestone/network |
1490 | 2024-12-16T04:33:00.431Z | STATE STIME FMRI |
1491 | 2024-12-16T04:33:00.431Z | - - svc:/milestone/network:default |
1492 | 2024-12-16T04:33:01.431Z | [t1.trio] svcs milestone/network |
1493 | 2024-12-16T04:33:01.452Z | STATE STIME FMRI |
1494 | 2024-12-16T04:33:01.453Z | - - svc:/milestone/network:default |
1495 | 2024-12-16T04:33:02.453Z | [t1.trio] svcs milestone/network |
1496 | 2024-12-16T04:33:02.475Z | STATE STIME FMRI |
1497 | 2024-12-16T04:33:02.475Z | - - svc:/milestone/network:default |
1498 | 2024-12-16T04:33:03.475Z | [t1.trio] svcs milestone/network |
1499 | 2024-12-16T04:33:03.497Z | STATE STIME FMRI |
1500 | 2024-12-16T04:33:03.497Z | offline 20:33:01 svc:/milestone/network:default |
1501 | 2024-12-16T04:33:04.498Z | [t1.trio] svcs milestone/network |
1502 | 2024-12-16T04:33:04.524Z | STATE STIME FMRI |
1503 | 2024-12-16T04:33:04.525Z | online 20:33:02 svc:/milestone/network:default |
1504 | 2024-12-16T04:33:04.525Z | [t1.trio] dladm |
1505 | 2024-12-16T04:33:04.549Z | LINK CLASS MTU STATE BRIDGE OVER |
1506 | 2024-12-16T04:33:04.549Z | tfportrear0_0 simnet 9000 up -- ? |
1507 | 2024-12-16T04:33:04.549Z | tfportrear1_0 simnet 9000 up -- ? |
1508 | 2024-12-16T04:33:04.549Z | mg1 vnic 9000 up -- ? |
1509 | 2024-12-16T04:33:04.549Z | [t1.trio] ipadm create-addr -t -T static -a 10.0.0.3/24 mg1/v4 |
1510 | 2024-12-16T04:33:05.117Z | |
1511 | 2024-12-16T04:33:05.117Z | [t1.trio] ipadm create-addr -t -T addrconf tfportrear0_0/v6 |
1512 | 2024-12-16T04:33:05.141Z | |
1513 | 2024-12-16T04:33:05.141Z | [t1.trio] ipadm create-addr -t -T addrconf tfportrear1_0/v6 |
1514 | 2024-12-16T04:33:05.163Z | |
1515 | 2024-12-16T04:33:05.163Z | [t1.trio] ipadm create-addr -t -T static -a fd00:3::1/64 lo0/u6 |
1516 | 2024-12-16T04:33:05.183Z | |
1517 | 2024-12-16T04:33:05.183Z | cp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/opt /mgtrio/t1.trio/root/ |
1518 | 2024-12-16T04:33:05.385Z | cp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/var /mgtrio/t1.trio/root/ |
1519 | 2024-12-16T04:33:05.390Z | cp /work/oxidecomputer/maghemite/tests/conf/dpd-ports-trio.toml /mgtrio/t1.trio/root/opt/dpd-ports.toml |
1520 | 2024-12-16T04:33:05.393Z | waiting 3s for copy of files to zone to complete ... |
1521 | 2024-12-16T04:33:08.394Z | cp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/t1.trio/root/opt/ddmd |
1522 | 2024-12-16T04:33:08.438Z | cp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/t1.trio/root/opt/ddmadm |
1523 | 2024-12-16T04:33:08.460Z | [t1.trio] svcadm enable dendrite |
1524 | 2024-12-16T04:33:08.500Z | |
1525 | 2024-12-16T04:33:08.500Z | [t1.trio] svccfg -s dendrite setprop config/address = [::1]:12224 |
1526 | 2024-12-16T04:33:08.548Z | |
1527 | 2024-12-16T04:33:08.549Z | [t1.trio] svccfg -s dendrite setprop config/mgmt = uds |
1528 | 2024-12-16T04:33:08.596Z | |
1529 | 2024-12-16T04:33:08.596Z | [t1.trio] svccfg -s dendrite setprop config/uds_path = /opt/mnt |
1530 | 2024-12-16T04:33:08.640Z | |
1531 | 2024-12-16T04:33:08.640Z | [t1.trio] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml |
1532 | 2024-12-16T04:33:08.682Z | |
1533 | 2024-12-16T04:33:08.682Z | [t1.trio] svccfg -s dendrite setprop config/rear_ports = 2 |
1534 | 2024-12-16T04:33:08.723Z | |
1535 | 2024-12-16T04:33:08.724Z | [t1.trio] svcadm refresh dendrite:default |
1536 | 2024-12-16T04:33:08.761Z | |
1537 | 2024-12-16T04:33:08.761Z | [t1.trio] svcadm restart dendrite:default |
1538 | 2024-12-16T04:33:08.797Z | |
1539 | 2024-12-16T04:33:08.797Z | wait 10s for dendrite to come up ... |
1540 | 2024-12-16T04:33:18.800Z | [t1.trio] svcadm enable tfport |
1541 | 2024-12-16T04:33:18.840Z | |
1542 | 2024-12-16T04:33:18.840Z | [t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid a6d24967-50f2-4c7d-a407-a8dd641f7903 --sled-uuid 37d88ddd-367c-4e89-8616-7bd927a8d219 -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log & |
1543 | 2024-12-16T04:33:18.860Z | |
1544 | 2024-12-16T04:33:18.861Z | [t1.trio] ipadm |
1545 | 2024-12-16T04:33:18.884Z | ADDROBJ TYPE STATE ADDR |
1546 | 2024-12-16T04:33:18.885Z | lo0/v4 static ok 127.0.0.1/8 |
1547 | 2024-12-16T04:33:18.885Z | mg1/v4 static ok 10.0.0.3/24 |
1548 | 2024-12-16T04:33:18.885Z | lo0/v6 static ok ::1/128 |
1549 | 2024-12-16T04:33:18.885Z | lo0/u6 static ok fd00:3::1/64 |
1550 | 2024-12-16T04:33:18.885Z | tfportrear0_0/v6 addrconf ok fe80::2889:14ff:feae:30d3%tfportrear0_0/10 |
1551 | 2024-12-16T04:33:18.885Z | tfportrear1_0/v6 addrconf ok fe80::54e6:bcff:fe32:333d%tfportrear1_0/10 |
1552 | 2024-12-16T04:33:21.091Z | initial peering test passed |
1553 | 2024-12-16T04:33:22.093Z | advertise from one passed |
1554 | 2024-12-16T04:33:23.096Z | advertise from two passed |
1555 | 2024-12-16T04:33:23.096Z | [s1.trio] ping fd00:2::1 |
1556 | 2024-12-16T04:33:23.123Z | fd00:2::1 is alive |
1557 | 2024-12-16T04:33:23.123Z | [s2.trio] ping fd00:1::1 |
1558 | 2024-12-16T04:33:23.144Z | fd00:1::1 is alive |
1559 | 2024-12-16T04:33:23.144Z | connectivity test passed |
1560 | 2024-12-16T04:33:23.144Z | [t1.trio] pkill ddmd |
1561 | 2024-12-16T04:33:23.164Z | |
1562 | 2024-12-16T04:33:29.170Z | [t1.trio] svcadm enable dendrite |
1563 | 2024-12-16T04:33:29.211Z | |
1564 | 2024-12-16T04:33:29.211Z | [t1.trio] svccfg -s dendrite setprop config/address = [::1]:12224 |
1565 | 2024-12-16T04:33:29.254Z | |
1566 | 2024-12-16T04:33:29.254Z | [t1.trio] svccfg -s dendrite setprop config/mgmt = uds |
1567 | 2024-12-16T04:33:29.297Z | |
1568 | 2024-12-16T04:33:29.297Z | [t1.trio] svccfg -s dendrite setprop config/uds_path = /opt/mnt |
1569 | 2024-12-16T04:33:29.339Z | |
1570 | 2024-12-16T04:33:29.339Z | [t1.trio] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml |
1571 | 2024-12-16T04:33:29.381Z | |
1572 | 2024-12-16T04:33:29.381Z | [t1.trio] svccfg -s dendrite setprop config/rear_ports = 2 |
1573 | 2024-12-16T04:33:29.423Z | |
1574 | 2024-12-16T04:33:29.423Z | [t1.trio] svcadm refresh dendrite:default |
1575 | 2024-12-16T04:33:29.460Z | |
1576 | 2024-12-16T04:33:29.460Z | [t1.trio] svcadm restart dendrite:default |
1577 | 2024-12-16T04:33:29.497Z | |
1578 | 2024-12-16T04:33:29.497Z | wait 10s for dendrite to come up ... |
1579 | 2024-12-16T04:33:39.500Z | [t1.trio] svcadm enable tfport |
1580 | 2024-12-16T04:33:39.540Z | |
1581 | 2024-12-16T04:33:39.540Z | [t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid 8c8695e3-5705-4799-a17a-d2fe04348f3f --sled-uuid 0f833c4f-c0b6-4527-a97d-cac3ed3131b6 -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log & |
1582 | 2024-12-16T04:33:39.561Z | |
1583 | 2024-12-16T04:33:39.561Z | [t1.trio] ipadm |
1584 | 2024-12-16T04:33:39.586Z | ADDROBJ TYPE STATE ADDR |
1585 | 2024-12-16T04:33:39.586Z | lo0/v4 static ok 127.0.0.1/8 |
1586 | 2024-12-16T04:33:39.586Z | mg1/v4 static ok 10.0.0.3/24 |
1587 | 2024-12-16T04:33:39.586Z | lo0/v6 static ok ::1/128 |
1588 | 2024-12-16T04:33:39.587Z | lo0/u6 static ok fd00:3::1/64 |
1589 | 2024-12-16T04:33:39.587Z | tfportrear0_0/v6 addrconf ok fe80::2889:14ff:feae:30d3%tfportrear0_0/10 |
1590 | 2024-12-16T04:33:39.587Z | tfportrear1_0/v6 addrconf ok fe80::54e6:bcff:fe32:333d%tfportrear1_0/10 |
1591 | 2024-12-16T04:33:42.590Z | [s1.trio] ping fd00:2::1 |
1592 | 2024-12-16T04:33:42.612Z | fd00:2::1 is alive |
1593 | 2024-12-16T04:33:42.612Z | [s2.trio] ping fd00:1::1 |
1594 | 2024-12-16T04:33:42.632Z | fd00:1::1 is alive |
1595 | 2024-12-16T04:33:42.632Z | transit router restart passed |
1596 | 2024-12-16T04:33:42.632Z | [s1.trio] pkill ddmd |
1597 | 2024-12-16T04:33:42.653Z | |
1598 | 2024-12-16T04:33:47.658Z | [s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid b0f9f583-7ae9-44a7-b164-7715673ef2ee --sled-uuid 5fc84a3a-64ca-41d0-982e-9295bc5729e7 -a sl0/v6 &> /opt/ddmd.log & |
1599 | 2024-12-16T04:33:47.679Z | |
1600 | 2024-12-16T04:33:50.683Z | [s1.trio] ping fd00:2::1 |
1601 | 2024-12-16T04:33:50.706Z | fd00:2::1 is alive |
1602 | 2024-12-16T04:33:50.706Z | [s2.trio] ping fd00:1::1 |
1603 | 2024-12-16T04:33:50.727Z | fd00:1::1 is alive |
1604 | 2024-12-16T04:33:50.728Z | server router restart passed |
1605 | 2024-12-16T04:33:53.734Z | peer expiration recovery passed |
1606 | 2024-12-16T04:33:54.735Z | [s1.trio] netstat -nrf inet6 | grep fd00 | wc -l |
1607 | 2024-12-16T04:33:54.760Z | 3 |
1608 | 2024-12-16T04:33:54.760Z | redundant advertise passed |
1609 | 2024-12-16T04:33:55.763Z | tunnel endpoint advertise passed |
1610 | 2024-12-16T04:34:00.767Z | redundant tunnel endpoint advertise passed |
1611 | 2024-12-16T04:34:00.767Z | [s1.trio] pkill ddmd |
1612 | 2024-12-16T04:34:00.787Z | |
1613 | 2024-12-16T04:34:05.789Z | [s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 550dcb50-ffe2-4053-86ab-ca3a9d13d6d0 --sled-uuid 20b1e7bb-52c5-4b55-9d34-e0ad44895f1c -a sl0/v6 &> /opt/ddmd.log & |
1614 | 2024-12-16T04:34:05.811Z | |
1615 | 2024-12-16T04:34:10.876Z | tunnel router restart passed |
1616 | 2024-12-16T04:34:11.878Z | tunnel endpoint withdraw passed |
1617 | 2024-12-16T04:34:11.893Z | [t1.trio] pkill ddmd |
1618 | 2024-12-16T04:34:11.921Z | |
1619 | 2024-12-16T04:34:11.921Z | cp /mgtrio/t1.trio/root/opt/ddmd.log /work/t1.trio.log |
1620 | 2024-12-16T04:34:11.924Z | cp /mgtrio/t1.trio/root/var/svc/log/system-illumos-dendrite:default.log /work/t1.trio-dpd.log |
1621 | 2024-12-16T04:34:14.433Z | [s2.trio] pkill ddmd |
1622 | 2024-12-16T04:34:14.454Z | |
1623 | 2024-12-16T04:34:14.454Z | cp /mgtrio/s2.trio/root/opt/ddmd.log /work/s2.trio.log |
1624 | 2024-12-16T04:34:16.983Z | [s1.trio] pkill ddmd |
1625 | 2024-12-16T04:34:17.003Z | |
1626 | 2024-12-16T04:34:17.003Z | cp /mgtrio/s1.trio/root/opt/ddmd.log /work/s1.trio.log |
1627 | 2024-12-16T04:34:19.343Z | [sidecar.trio] pkill softnpu |
1628 | 2024-12-16T04:34:19.364Z | |
1629 | 2024-12-16T04:34:19.364Z | cp /mgtrio/sidecar.trio/root/opt/softnpu.log /work/sidecar.trio-softnpu.log |
1630 | 2024-12-16T04:34:21.861Z | test ddm::test_trio_v3 ... ok |
1631 | 2024-12-16T04:34:21.861Z | |
1632 | 2024-12-16T04:34:21.861Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 3 filtered out; finished in 555.44s |
1633 | 2024-12-16T04:34:21.861Z | |
1634 | 2024-12-16T04:34:21.892Z | + cleanup |
1635 | 2024-12-16T04:34:21.894Z | ++ id -un |
1636 | 2024-12-16T04:34:21.897Z | ++ id -gn |
1637 | 2024-12-16T04:34:21.899Z | + pfexec chown -R build:build . |
1638 | 2024-12-16T04:34:21.977Z | process exited: duration 1073085 ms, exit code 0 |
|
1639 | 2024-12-16T04:34:21.988Z | found 4 output files |
1640 | 2024-12-16T04:34:21.988Z | uploading: /work/s1.trio.log (4207 bytes) |
1641 | 2024-12-16T04:34:22.999Z | uploaded: /work/s1.trio.log |
1642 | 2024-12-16T04:34:22.999Z | uploading: /work/s2.trio.log (9456 bytes) |
1643 | 2024-12-16T04:34:24.012Z | uploaded: /work/s2.trio.log |
1644 | 2024-12-16T04:34:24.012Z | uploading: /work/sidecar.trio-softnpu.log (564 bytes) |
1645 | 2024-12-16T04:34:25.021Z | uploaded: /work/sidecar.trio-softnpu.log |
1646 | 2024-12-16T04:34:25.021Z | uploading: /work/t1.trio.log (25798 bytes) |
1647 | 2024-12-16T04:34:26.032Z | uploaded: /work/t1.trio.log |