|
|
|
1 | 2024-11-01T04:36:50.236Z | job assigned to worker 01JBK0497NSAWXG1DY3SSYKTE3 (queued for 1 m 6 s) |
|
2 | 2024-11-01T04:36:58.078Z | starting task 0: "setup" |
3 | 2024-11-01T04:36:58.089Z | ++ uname -s |
4 | 2024-11-01T04:36:58.091Z | + kern=SunOS |
5 | 2024-11-01T04:36:58.091Z | + case "$kern" in |
6 | 2024-11-01T04:36:58.091Z | + [[ 0 == 12345 ]] |
7 | 2024-11-01T04:36:58.091Z | + groupadd -g 12345 build |
8 | 2024-11-01T04:36:58.094Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
9 | 2024-11-01T04:37:00.104Z | + zfs create -o mountpoint=/work rpool/work |
10 | 2024-11-01T04:37:00.266Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
11 | 2024-11-01T04:37:00.269Z | + home_fs=zfs |
12 | 2024-11-01T04:37:00.269Z | + [[ zfs == autofs ]] |
13 | 2024-11-01T04:37:00.269Z | + mkdir -p /home/build |
14 | 2024-11-01T04:37:00.271Z | + chown build:build /home/build /work |
15 | 2024-11-01T04:37:02.273Z | + chmod 0700 /home/build /work |
16 | 2024-11-01T04:37:02.276Z | process exited: duration 4197 ms, exit code 0 |
|
17 | 2024-11-01T04:37:02.281Z | starting task 1: "rust-toolchain" |
18 | 2024-11-01T04:37:02.287Z | + printf ' * toolchain channel = "%s" |
19 | 2024-11-01T04:37:02.287Z | * toolchain channel = "stable" |
20 | 2024-11-01T04:37:02.287Z | * toolchain profile = "default" |
21 | 2024-11-01T04:37:02.287Z | ' stable |
22 | 2024-11-01T04:37:02.287Z | + printf ' * toolchain profile = "%s" |
23 | 2024-11-01T04:37:02.287Z | ' default |
24 | 2024-11-01T04:37:02.289Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
25 | 2024-11-01T04:37:02.289Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
26 | 2024-11-01T04:37:02.408Z | info: downloading installer |
27 | 2024-11-01T04:37:03.613Z | info: profile set to 'default' |
28 | 2024-11-01T04:37:03.613Z | info: default host triple is x86_64-unknown-illumos |
29 | 2024-11-01T04:37:03.615Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
30 | 2024-11-01T04:37:03.772Z | info: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15) |
31 | 2024-11-01T04:37:03.772Z | info: downloading component 'cargo' |
32 | 2024-11-01T04:37:04.598Z | info: downloading component 'clippy' |
33 | 2024-11-01T04:37:04.926Z | info: downloading component 'rust-docs' |
34 | 2024-11-01T04:37:06.090Z | info: downloading component 'rust-std' |
35 | 2024-11-01T04:37:07.925Z | info: downloading component 'rustc' |
36 | 2024-11-01T04:37:14.480Z | info: downloading component 'rustfmt' |
37 | 2024-11-01T04:37:14.733Z | info: installing component 'cargo' |
38 | 2024-11-01T04:37:15.552Z | info: installing component 'clippy' |
39 | 2024-11-01T04:37:15.960Z | info: installing component 'rust-docs' |
40 | 2024-11-01T04:37:17.657Z | info: installing component 'rust-std' |
41 | 2024-11-01T04:37:19.541Z | info: installing component 'rustc' |
42 | 2024-11-01T04:37:25.588Z | info: installing component 'rustfmt' |
43 | 2024-11-01T04:37:25.925Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
44 | 2024-11-01T04:37:25.925Z | |
45 | 2024-11-01T04:37:26.304Z | stable-x86_64-unknown-illumos installed - rustc 1.82.0 (f6e511eec 2024-10-15) |
46 | 2024-11-01T04:37:26.304Z | |
47 | 2024-11-01T04:37:26.307Z | |
48 | 2024-11-01T04:37:26.307Z | Rust is installed now. Great! |
49 | 2024-11-01T04:37:26.307Z | |
50 | 2024-11-01T04:37:26.307Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
51 | 2024-11-01T04:37:26.307Z | environment variable. This has not been done automatically. |
52 | 2024-11-01T04:37:26.307Z | |
53 | 2024-11-01T04:37:26.307Z | To configure your current shell, you need to source |
54 | 2024-11-01T04:37:26.307Z | the corresponding env file under $HOME/.cargo. |
55 | 2024-11-01T04:37:26.307Z | |
56 | 2024-11-01T04:37:26.307Z | This is usually done by running one of the following (note the leading DOT): |
57 | 2024-11-01T04:37:26.307Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
58 | 2024-11-01T04:37:26.307Z | source "$HOME/.cargo/env.fish" # For fish |
59 | 2024-11-01T04:37:26.381Z | + rustc --version |
60 | 2024-11-01T04:37:26.448Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
61 | 2024-11-01T04:37:26.451Z | process exited: duration 24166 ms, exit code 0 |
|
62 | 2024-11-01T04:37:26.456Z | starting task 2: "authentication" |
63 | 2024-11-01T04:37:26.477Z | process exited: duration 20 ms, exit code 0 |
|
64 | 2024-11-01T04:37:26.482Z | starting task 3: "clone repository" |
65 | 2024-11-01T04:37:26.487Z | + mkdir -p /work/oxidecomputer/maghemite |
66 | 2024-11-01T04:37:26.490Z | + git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite |
67 | 2024-11-01T04:37:26.533Z | Cloning into '/work/oxidecomputer/maghemite'... |
68 | 2024-11-01T04:37:27.536Z | + cd /work/oxidecomputer/maghemite |
69 | 2024-11-01T04:37:27.539Z | + git fetch origin da9305638385cb0fd28e4a48055e87b7942e3e8c |
70 | 2024-11-01T04:37:27.789Z | From https://github.com/oxidecomputer/maghemite |
71 | 2024-11-01T04:37:27.789Z | * branch da9305638385cb0fd28e4a48055e87b7942e3e8c -> FETCH_HEAD |
72 | 2024-11-01T04:37:27.796Z | + [[ -n trey/unique_neigh ]] |
73 | 2024-11-01T04:37:27.798Z | ++ git branch --show-current |
74 | 2024-11-01T04:37:27.800Z | + current=main |
75 | 2024-11-01T04:37:27.800Z | + [[ main != trey/unique_neigh ]] |
76 | 2024-11-01T04:37:27.800Z | + git branch -f trey/unique_neigh da9305638385cb0fd28e4a48055e87b7942e3e8c |
77 | 2024-11-01T04:37:27.803Z | + git checkout -f trey/unique_neigh |
78 | 2024-11-01T04:37:27.809Z | Switched to branch 'trey/unique_neigh' |
79 | 2024-11-01T04:37:27.812Z | + git reset --hard da9305638385cb0fd28e4a48055e87b7942e3e8c |
80 | 2024-11-01T04:37:27.817Z | HEAD is now at da93056 rdb: test logging improvements |
81 | 2024-11-01T04:37:27.819Z | process exited: duration 1335 ms, exit code 0 |
|
82 | 2024-11-01T04:37:27.826Z | starting task 4: "build" |
83 | 2024-11-01T04:37:27.829Z | ++ cargo --version |
84 | 2024-11-01T04:37:27.834Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
85 | 2024-11-01T04:37:27.996Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
86 | 2024-11-01T04:37:27.996Z | info: downloading component 'cargo' |
87 | 2024-11-01T04:37:28.835Z | info: downloading component 'clippy' |
88 | 2024-11-01T04:37:29.151Z | info: downloading component 'rust-docs' |
89 | 2024-11-01T04:37:30.319Z | info: downloading component 'rust-std' |
90 | 2024-11-01T04:37:32.129Z | info: downloading component 'rustc' |
91 | 2024-11-01T04:37:38.497Z | info: downloading component 'rustfmt' |
92 | 2024-11-01T04:37:38.741Z | info: installing component 'cargo' |
93 | 2024-11-01T04:37:39.567Z | info: installing component 'clippy' |
94 | 2024-11-01T04:37:39.953Z | info: installing component 'rust-docs' |
95 | 2024-11-01T04:37:41.554Z | info: installing component 'rust-std' |
96 | 2024-11-01T04:37:43.373Z | info: installing component 'rustc' |
97 | 2024-11-01T04:37:49.059Z | info: installing component 'rustfmt' |
98 | 2024-11-01T04:37:49.500Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
99 | 2024-11-01T04:37:49.517Z | ++ rustc --version |
100 | 2024-11-01T04:37:49.550Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
101 | 2024-11-01T04:37:49.556Z | ++ dladm |
102 | 2024-11-01T04:37:49.561Z | LINK CLASS MTU STATE BRIDGE OVER |
103 | 2024-11-01T04:37:49.561Z | ena0 phys 9216 up -- -- |
104 | 2024-11-01T04:37:49.561Z | ++ ipadm |
105 | 2024-11-01T04:37:49.564Z | ADDROBJ TYPE STATE ADDR |
106 | 2024-11-01T04:37:49.564Z | lo0/v4 static ok 127.0.0.1/8 |
107 | 2024-11-01T04:37:49.564Z | ena0/dhcp dhcp ok 10.150.1.208/24 |
108 | 2024-11-01T04:37:49.564Z | lo0/v6 static ok ::1/128 |
109 | 2024-11-01T04:37:49.564Z | ++ banner collect |
110 | 2024-11-01T04:37:49.567Z | |
111 | 2024-11-01T04:37:49.567Z | #### #### # # ###### #### ##### |
112 | 2024-11-01T04:37:49.567Z | # # # # # # # # # # |
113 | 2024-11-01T04:37:49.567Z | # # # # # ##### # # |
114 | 2024-11-01T04:37:49.568Z | # # # # # # # # |
115 | 2024-11-01T04:37:49.568Z | # # # # # # # # # # |
116 | 2024-11-01T04:37:49.568Z | #### #### ###### ###### ###### #### # |
117 | 2024-11-01T04:37:49.568Z | |
118 | 2024-11-01T04:37:49.568Z | ++ get_artifact softnpu image 64beaff129b7f63a04a53dd5ed0ec09f012f5756 softnpu |
119 | 2024-11-01T04:37:49.568Z | ++ repo=softnpu |
120 | 2024-11-01T04:37:49.568Z | ++ series=image |
121 | 2024-11-01T04:37:49.568Z | ++ commit=64beaff129b7f63a04a53dd5ed0ec09f012f5756 |
122 | 2024-11-01T04:37:49.568Z | ++ name=softnpu |
123 | 2024-11-01T04:37:49.568Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
124 | 2024-11-01T04:37:49.568Z | ++ mkdir -p download |
125 | 2024-11-01T04:37:49.568Z | ++ pushd download |
126 | 2024-11-01T04:37:49.568Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
127 | 2024-11-01T04:37:49.568Z | ++ [[ ! -f softnpu ]] |
128 | 2024-11-01T04:37:49.568Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/64beaff129b7f63a04a53dd5ed0ec09f012f5756/softnpu |
129 | 2024-11-01T04:37:49.577Z | % Total % Received % Xferd Average Speed Time Time Time Current |
130 | 2024-11-01T04:37:49.583Z | Dload Upload Total Spent Left Speed |
131 | 2024-11-01T04:37:50.150Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
3 21.8M 3 779k 0 0 4474k 0 0:00:04 --:--:-- 0:00:04 4456k
100 21.8M 100 21.8M 0 0 37.9M 0 --:--:-- --:--:-- --:--:-- 37.9M |
132 | 2024-11-01T04:37:50.156Z | ++ popd |
133 | 2024-11-01T04:37:50.156Z | /work/oxidecomputer/maghemite |
134 | 2024-11-01T04:37:50.156Z | ++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 libsidecar_lite.so |
135 | 2024-11-01T04:37:50.156Z | ++ repo=sidecar-lite |
136 | 2024-11-01T04:37:50.156Z | ++ series=release |
137 | 2024-11-01T04:37:50.156Z | ++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65 |
138 | 2024-11-01T04:37:50.156Z | ++ name=libsidecar_lite.so |
139 | 2024-11-01T04:37:50.156Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
140 | 2024-11-01T04:37:50.157Z | ++ mkdir -p download |
141 | 2024-11-01T04:37:50.160Z | ++ pushd download |
142 | 2024-11-01T04:37:50.160Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
143 | 2024-11-01T04:37:50.160Z | ++ [[ ! -f libsidecar_lite.so ]] |
144 | 2024-11-01T04:37:50.160Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/libsidecar_lite.so |
145 | 2024-11-01T04:37:50.165Z | % Total % Received % Xferd Average Speed Time Time Time Current |
146 | 2024-11-01T04:37:50.165Z | Dload Upload Total Spent Left Speed |
147 | 2024-11-01T04:37:50.517Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 20.3M 100 20.3M 0 0 57.2M 0 --:--:-- --:--:-- --:--:-- 57.3M |
148 | 2024-11-01T04:37:50.521Z | ++ popd |
149 | 2024-11-01T04:37:50.524Z | /work/oxidecomputer/maghemite |
150 | 2024-11-01T04:37:50.524Z | ++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 scadm |
151 | 2024-11-01T04:37:50.524Z | ++ repo=sidecar-lite |
152 | 2024-11-01T04:37:50.524Z | ++ series=release |
153 | 2024-11-01T04:37:50.524Z | ++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65 |
154 | 2024-11-01T04:37:50.524Z | ++ name=scadm |
155 | 2024-11-01T04:37:50.524Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
156 | 2024-11-01T04:37:50.524Z | ++ mkdir -p download |
157 | 2024-11-01T04:37:50.524Z | ++ pushd download |
158 | 2024-11-01T04:37:50.524Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
159 | 2024-11-01T04:37:50.524Z | ++ [[ ! -f scadm ]] |
160 | 2024-11-01T04:37:50.524Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/scadm |
161 | 2024-11-01T04:37:50.532Z | % Total % Received % Xferd Average Speed Time Time Time Current |
162 | 2024-11-01T04:37:50.535Z | Dload Upload Total Spent Left Speed |
163 | 2024-11-01T04:37:50.941Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
41 22.7M 41 9587k 0 0 43.3M 0 --:--:-- --:--:-- --:--:-- 43.3M
100 22.7M 100 22.7M 0 0 55.6M 0 --:--:-- --:--:-- --:--:-- 55.6M |
164 | 2024-11-01T04:37:50.945Z | ++ popd |
165 | 2024-11-01T04:37:50.947Z | /work/oxidecomputer/maghemite |
166 | 2024-11-01T04:37:50.947Z | ++ get_artifact dendrite image 350fb25d724578dd2b127499edcd57981d4bbff2 dendrite-softnpu.tar.gz |
167 | 2024-11-01T04:37:50.947Z | ++ repo=dendrite |
168 | 2024-11-01T04:37:50.947Z | ++ series=image |
169 | 2024-11-01T04:37:50.947Z | ++ commit=350fb25d724578dd2b127499edcd57981d4bbff2 |
170 | 2024-11-01T04:37:50.947Z | ++ name=dendrite-softnpu.tar.gz |
171 | 2024-11-01T04:37:50.947Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
172 | 2024-11-01T04:37:50.947Z | ++ mkdir -p download |
173 | 2024-11-01T04:37:50.947Z | ++ pushd download |
174 | 2024-11-01T04:37:50.947Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
175 | 2024-11-01T04:37:50.947Z | ++ [[ ! -f dendrite-softnpu.tar.gz ]] |
176 | 2024-11-01T04:37:50.947Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/350fb25d724578dd2b127499edcd57981d4bbff2/dendrite-softnpu.tar.gz |
177 | 2024-11-01T04:37:50.956Z | % Total % Received % Xferd Average Speed Time Time Time Current |
178 | 2024-11-01T04:37:50.956Z | Dload Upload Total Spent Left Speed |
179 | 2024-11-01T04:37:51.479Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 37.5M 100 37.5M 0 0 71.6M 0 --:--:-- --:--:-- --:--:-- 71.8M |
180 | 2024-11-01T04:37:51.482Z | ++ popd |
181 | 2024-11-01T04:37:51.485Z | /work/oxidecomputer/maghemite |
182 | 2024-11-01T04:37:51.485Z | ++ get_artifact maghemite release 2bfd39000c878c45675651a7588c015c486e7f43 ddmd |
183 | 2024-11-01T04:37:51.485Z | ++ repo=maghemite |
184 | 2024-11-01T04:37:51.485Z | ++ series=release |
185 | 2024-11-01T04:37:51.485Z | ++ commit=2bfd39000c878c45675651a7588c015c486e7f43 |
186 | 2024-11-01T04:37:51.485Z | ++ name=ddmd |
187 | 2024-11-01T04:37:51.485Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
188 | 2024-11-01T04:37:51.485Z | ++ mkdir -p download |
189 | 2024-11-01T04:37:51.485Z | ++ pushd download |
190 | 2024-11-01T04:37:51.485Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
191 | 2024-11-01T04:37:51.485Z | ++ [[ ! -f ddmd ]] |
192 | 2024-11-01T04:37:51.485Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/2bfd39000c878c45675651a7588c015c486e7f43/ddmd |
193 | 2024-11-01T04:37:51.493Z | % Total % Received % Xferd Average Speed Time Time Time Current |
194 | 2024-11-01T04:37:51.493Z | Dload Upload Total Spent Left Speed |
195 | 2024-11-01T04:37:52.046Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
35 40.9M 35 14.5M 0 0 56.9M 0 --:--:-- --:--:-- --:--:-- 56.9M
100 40.9M 100 40.9M 0 0 73.9M 0 --:--:-- --:--:-- --:--:-- 73.9M |
196 | 2024-11-01T04:37:52.050Z | ++ popd |
197 | 2024-11-01T04:37:52.052Z | /work/oxidecomputer/maghemite |
198 | 2024-11-01T04:37:52.052Z | ++ get_artifact maghemite release 2bfd39000c878c45675651a7588c015c486e7f43 ddmadm |
199 | 2024-11-01T04:37:52.052Z | ++ repo=maghemite |
200 | 2024-11-01T04:37:52.052Z | ++ series=release |
201 | 2024-11-01T04:37:52.052Z | ++ commit=2bfd39000c878c45675651a7588c015c486e7f43 |
202 | 2024-11-01T04:37:52.052Z | ++ name=ddmadm |
203 | 2024-11-01T04:37:52.052Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
204 | 2024-11-01T04:37:52.052Z | ++ mkdir -p download |
205 | 2024-11-01T04:37:52.052Z | ++ pushd download |
206 | 2024-11-01T04:37:52.053Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
207 | 2024-11-01T04:37:52.053Z | ++ [[ ! -f ddmadm ]] |
208 | 2024-11-01T04:37:52.053Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/2bfd39000c878c45675651a7588c015c486e7f43/ddmadm |
209 | 2024-11-01T04:37:52.060Z | % Total % Received % Xferd Average Speed Time Time Time Current |
210 | 2024-11-01T04:37:52.060Z | Dload Upload Total Spent Left Speed |
211 | 2024-11-01T04:37:52.336Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 18.0M 100 18.0M 0 0 65.3M 0 --:--:-- --:--:-- --:--:-- 65.5M |
212 | 2024-11-01T04:37:52.338Z | ++ popd |
213 | 2024-11-01T04:37:52.338Z | /work/oxidecomputer/maghemite |
214 | 2024-11-01T04:37:52.341Z | ++ pushd download |
215 | 2024-11-01T04:37:52.341Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
216 | 2024-11-01T04:37:52.341Z | ++ chmod +x softnpu |
217 | 2024-11-01T04:37:52.341Z | ++ chmod +x scadm |
218 | 2024-11-01T04:37:52.344Z | ++ chmod +x ddmadm |
219 | 2024-11-01T04:37:52.346Z | ++ chmod +x ddmd |
220 | 2024-11-01T04:37:52.346Z | ++ mv ddmadm ddmadm-v2 |
221 | 2024-11-01T04:37:52.349Z | ++ mv ddmd ddmd-v2 |
222 | 2024-11-01T04:37:52.351Z | ++ rm -rf zones/dendrite |
223 | 2024-11-01T04:37:52.353Z | ++ mkdir -p zones/dendrite |
224 | 2024-11-01T04:37:52.353Z | ++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite |
225 | 2024-11-01T04:37:53.110Z | ++ popd |
226 | 2024-11-01T04:37:53.114Z | /work/oxidecomputer/maghemite |
227 | 2024-11-01T04:37:53.115Z | ++ banner install |
228 | 2024-11-01T04:37:53.115Z | |
229 | 2024-11-01T04:37:53.115Z | # # # #### ##### ## # # |
230 | 2024-11-01T04:37:53.115Z | # ## # # # # # # # |
231 | 2024-11-01T04:37:53.115Z | # # # # #### # # # # # |
232 | 2024-11-01T04:37:53.115Z | # # # # # # ###### # # |
233 | 2024-11-01T04:37:53.115Z | # # ## # # # # # # # |
234 | 2024-11-01T04:37:53.115Z | # # # #### # # # ###### ###### |
235 | 2024-11-01T04:37:53.115Z | |
236 | 2024-11-01T04:37:53.120Z | ++ pkg info brand/sparse |
237 | 2024-11-01T04:37:53.121Z | ++ grep -qi installed |
238 | 2024-11-01T04:37:54.654Z | pkg: info: no packages matching the following patterns you specified are |
239 | 2024-11-01T04:37:54.654Z | installed on the system. Try querying remotely instead: |
240 | 2024-11-01T04:37:54.654Z | |
241 | 2024-11-01T04:37:54.654Z | brand/sparse |
242 | 2024-11-01T04:37:54.722Z | ++ [[ 1 != 0 ]] |
243 | 2024-11-01T04:37:54.723Z | ++ set -o errexit |
244 | 2024-11-01T04:37:54.723Z | ++ pfexec pkg install brand/sparse |
245 | 2024-11-01T04:38:03.843Z | Startup: Refreshing catalog 'helios-dev' ... Done |
246 | 2024-11-01T04:38:07.092Z | Startup: Caching catalogs ... Done |
247 | 2024-11-01T04:38:14.228Z | Planning: Solver setup ... Done |
248 | 2024-11-01T04:38:14.322Z | Planning: Running solver ... Done |
249 | 2024-11-01T04:38:14.405Z | Planning: Finding local manifests ... Done |
250 | 2024-11-01T04:38:14.454Z | Planning: Fetching manifests: 0/3 0% complete |
251 | 2024-11-01T04:38:14.579Z | Planning: Fetching manifests: 3/3 100% complete |
252 | 2024-11-01T04:38:14.651Z | Planning: Package planning ... Done |
253 | 2024-11-01T04:38:14.657Z | Planning: Merging actions ... Done |
254 | 2024-11-01T04:38:14.843Z | Planning: Checking for conflicting actions ... Done |
255 | 2024-11-01T04:38:16.801Z | Planning: Consolidating action changes ... Done |
256 | 2024-11-01T04:38:17.225Z | Planning: Evaluating mediators ... Done |
257 | 2024-11-01T04:38:17.291Z | Planning: Planning completed in 10.11 seconds |
258 | 2024-11-01T04:38:17.307Z | Packages to install: 1 |
259 | 2024-11-01T04:38:17.307Z | Packages to update: 2 |
260 | 2024-11-01T04:38:17.310Z | Create boot environment: No |
261 | 2024-11-01T04:38:17.310Z | Create backup boot environment: Yes |
262 | 2024-11-01T04:38:17.383Z | |
263 | 2024-11-01T04:38:17.383Z | Download: 0/1009 items 0.0/8.0MB 0% complete |
264 | 2024-11-01T04:38:22.421Z | Download: 907/1009 items 7.9/8.0MB 98% complete (1.6M/s) |
265 | 2024-11-01T04:38:24.028Z | Download: Completed 8.03 MB in 6.65 seconds (1.2M/s) |
266 | 2024-11-01T04:38:25.941Z | Actions: 1/1419 actions (Removing old actions) |
267 | 2024-11-01T04:38:25.960Z | Actions: 199/1419 actions (Installing new actions) |
268 | 2024-11-01T04:38:26.077Z | Actions: 579/1419 actions (Updating modified actions) |
269 | 2024-11-01T04:38:26.394Z | Actions: Completed 1419 actions in 0.45 seconds. |
270 | 2024-11-01T04:38:26.737Z | Done |
271 | 2024-11-01T04:38:26.739Z | Done |
272 | 2024-11-01T04:38:27.193Z | Done |
273 | 2024-11-01T04:38:31.332Z | Done |
274 | 2024-11-01T04:38:31.420Z | Done |
275 | 2024-11-01T04:38:31.424Z | Done |
276 | 2024-11-01T04:38:31.525Z | Done |
277 | 2024-11-01T04:38:31.894Z | ++ set -o errexit |
278 | 2024-11-01T04:38:31.894Z | ++ set -o pipefail |
279 | 2024-11-01T04:38:31.894Z | ++ banner build |
280 | 2024-11-01T04:38:31.897Z | |
281 | 2024-11-01T04:38:31.897Z | ##### # # # # ##### |
282 | 2024-11-01T04:38:31.897Z | # # # # # # # # |
283 | 2024-11-01T04:38:31.897Z | ##### # # # # # # |
284 | 2024-11-01T04:38:31.897Z | # # # # # # # # |
285 | 2024-11-01T04:38:31.897Z | # # # # # # # # |
286 | 2024-11-01T04:38:31.897Z | ##### #### # ###### ##### |
287 | 2024-11-01T04:38:31.897Z | |
288 | 2024-11-01T04:38:31.897Z | ++ cargo build --release --bin ddmd --bin ddmadm |
289 | 2024-11-01T04:38:32.078Z | Updating git repository `https://www.github.com/oxidecomputer/oxnet` |
290 | 2024-11-01T04:38:32.351Z | warning: redirecting to https://github.com/oxidecomputer/oxnet.git/ |
291 | 2024-11-01T04:38:32.600Z | From https://www.github.com/oxidecomputer/oxnet |
292 | 2024-11-01T04:38:32.600Z | * [new branch] ci -> origin/ci |
293 | 2024-11-01T04:38:32.602Z | * [new branch] dependabot/cargo/regress-0.10.1 -> origin/dependabot/cargo/regress-0.10.1 |
294 | 2024-11-01T04:38:32.602Z | * [new branch] dependabot/cargo/serde-1.0.210 -> origin/dependabot/cargo/serde-1.0.210 |
295 | 2024-11-01T04:38:32.602Z | * [new branch] dependabot/cargo/serde_json-1.0.128 -> origin/dependabot/cargo/serde_json-1.0.128 |
296 | 2024-11-01T04:38:32.603Z | * [new branch] main -> origin/main |
297 | 2024-11-01T04:38:32.603Z | * [new ref] -> origin/HEAD |
298 | 2024-11-01T04:38:32.613Z | Updating crates.io index |
299 | 2024-11-01T04:38:32.678Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
300 | 2024-11-01T04:38:33.361Z | From https://github.com/oxidecomputer/falcon |
301 | 2024-11-01T04:38:33.361Z | * [new ref] d8c38f890040f90cdc467e23f3f06b6372a9921c -> refs/commit/d8c38f890040f90cdc467e23f3f06b6372a9921c |
302 | 2024-11-01T04:38:33.465Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
303 | 2024-11-01T04:38:34.549Z | From https://github.com/oxidecomputer/dendrite |
304 | 2024-11-01T04:38:34.549Z | * [new ref] 4cdc7d7e18a25833843686d76b95a9ca4a5dfab0 -> refs/commit/4cdc7d7e18a25833843686d76b95a9ca4a5dfab0 |
305 | 2024-11-01T04:38:34.602Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
306 | 2024-11-01T04:38:34.951Z | From https://github.com/oxidecomputer/ispf |
307 | 2024-11-01T04:38:34.951Z | * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496 |
308 | 2024-11-01T04:38:34.960Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
309 | 2024-11-01T04:38:35.587Z | From https://github.com/oxidecomputer/netadm-sys |
310 | 2024-11-01T04:38:35.587Z | * [new ref] e07ad76458eb50601e0da4f9da16dbc942bfc2ba -> refs/commit/e07ad76458eb50601e0da4f9da16dbc942bfc2ba |
311 | 2024-11-01T04:38:35.598Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
312 | 2024-11-01T04:38:39.345Z | From https://github.com/oxidecomputer/omicron |
313 | 2024-11-01T04:38:39.345Z | * [new ref] 48125c8e00738710bde6aed65c253c606c2bdb30 -> refs/commit/48125c8e00738710bde6aed65c253c606c2bdb30 |
314 | 2024-11-01T04:38:39.375Z | * [new tag] dogfood -> dogfood |
315 | 2024-11-01T04:38:39.377Z | * [new tag] v5 -> v5 |
316 | 2024-11-01T04:38:39.377Z | * [new tag] v6 -> v6 |
317 | 2024-11-01T04:38:39.377Z | * [new tag] v7 -> v7 |
318 | 2024-11-01T04:38:39.377Z | * [new tag] v8 -> v8 |
319 | 2024-11-01T04:38:39.377Z | * [new tag] v9 -> v9 |
320 | 2024-11-01T04:38:39.736Z | Updating git repository `https://github.com/oxidecomputer/opte` |
321 | 2024-11-01T04:38:40.718Z | From https://github.com/oxidecomputer/opte |
322 | 2024-11-01T04:38:40.718Z | * [new ref] 3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d -> refs/commit/3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d |
323 | 2024-11-01T04:38:40.762Z | Updating git repository `https://github.com/illumos/smf-rs` |
324 | 2024-11-01T04:38:41.169Z | From https://github.com/illumos/smf-rs |
325 | 2024-11-01T04:38:41.169Z | * [new ref] f14ff3517648206baa4b42ef522d2114ed5bcb48 -> refs/commit/f14ff3517648206baa4b42ef522d2114ed5bcb48 |
326 | 2024-11-01T04:38:41.202Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
327 | 2024-11-01T04:38:42.108Z | From https://github.com/oxidecomputer/maghemite |
328 | 2024-11-01T04:38:42.108Z | * [new ref] 2bfd39000c878c45675651a7588c015c486e7f43 -> refs/commit/2bfd39000c878c45675651a7588c015c486e7f43 |
329 | 2024-11-01T04:38:42.117Z | * [new tag] rift -> rift |
330 | 2024-11-01T04:38:42.117Z | * [new tag] srp -> srp |
331 | 2024-11-01T04:38:42.117Z | * [new tag] tie-spf -> tie-spf |
332 | 2024-11-01T04:38:42.125Z | Updating git repository `https://github.com/oxidecomputer/zone` |
333 | 2024-11-01T04:38:42.558Z | From https://github.com/oxidecomputer/zone |
334 | 2024-11-01T04:38:42.558Z | * [new ref] 7a0cb48801eaf5d1c91dfb36108528bd754e2e70 -> refs/commit/7a0cb48801eaf5d1c91dfb36108528bd754e2e70 |
335 | 2024-11-01T04:38:42.586Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
336 | 2024-11-01T04:38:43.288Z | From https://github.com/oxidecomputer/propolis |
337 | 2024-11-01T04:38:43.288Z | * [new ref] fae5334bcad5e864794332c6fed5e6bb9ec88831 -> refs/commit/fae5334bcad5e864794332c6fed5e6bb9ec88831 |
338 | 2024-11-01T04:38:43.396Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
339 | 2024-11-01T04:38:43.805Z | From https://github.com/oxidecomputer/dlpi-sys |
340 | 2024-11-01T04:38:43.805Z | * [new ref] 1d587ea98cf2d36f1b1624b0b960559c76d475d2 -> refs/commit/1d587ea98cf2d36f1b1624b0b960559c76d475d2 |
341 | 2024-11-01T04:38:43.840Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
342 | 2024-11-01T04:38:44.239Z | From https://github.com/jmesmon/rust-libzfs |
343 | 2024-11-01T04:38:44.239Z | * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850 |
344 | 2024-11-01T04:38:44.254Z | * [new tag] v0.4.0 -> v0.4.0 |
345 | 2024-11-01T04:38:44.269Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
346 | 2024-11-01T04:38:44.647Z | From https://github.com/oxidecomputer/rusty-doors |
347 | 2024-11-01T04:38:44.647Z | * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf |
348 | 2024-11-01T04:38:44.664Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
349 | 2024-11-01T04:38:45.072Z | From https://github.com/oxidecomputer/maghemite |
350 | 2024-11-01T04:38:45.072Z | * [new ref] b13b5b240f3967de753fd589b1036745d2770b52 -> refs/commit/b13b5b240f3967de753fd589b1036745d2770b52 |
351 | 2024-11-01T04:38:45.119Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
352 | 2024-11-01T04:38:45.535Z | From https://github.com/oxidecomputer/serde_human_bytes |
353 | 2024-11-01T04:38:45.535Z | * [new ref] 0a09794501b6208120528c3b457d5f3a8cb17424 -> refs/commit/0a09794501b6208120528c3b457d5f3a8cb17424 |
354 | 2024-11-01T04:38:45.563Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
355 | 2024-11-01T04:38:45.908Z | From https://github.com/oxidecomputer/slog-error-chain |
356 | 2024-11-01T04:38:45.908Z | * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2 |
357 | 2024-11-01T04:38:45.942Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
358 | 2024-11-01T04:38:46.409Z | From https://github.com/oxidecomputer/poptrie |
359 | 2024-11-01T04:38:46.409Z | * [new ref] ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 -> refs/commit/ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 |
360 | 2024-11-01T04:38:46.551Z | Updating git repository `https://github.com/illumos/libscf-sys.git` |
361 | 2024-11-01T04:38:46.950Z | From https://github.com/illumos/libscf-sys |
362 | 2024-11-01T04:38:46.951Z | * [new ref] bb0b82c32cff5eee65efc4f214924c3daf7edc93 -> refs/commit/bb0b82c32cff5eee65efc4f214924c3daf7edc93 |
363 | 2024-11-01T04:38:46.960Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
364 | 2024-11-01T04:38:47.855Z | From https://github.com/oxidecomputer/progenitor |
365 | 2024-11-01T04:38:47.855Z | * [new ref] e0a1045aed55a0db2cd67939252ea354e284d840 -> refs/commit/e0a1045aed55a0db2cd67939252ea354e284d840 |
366 | 2024-11-01T04:38:47.874Z | * [new tag] v0.1.1 -> v0.1.1 |
367 | 2024-11-01T04:38:47.877Z | * [new tag] v0.2.0 -> v0.2.0 |
368 | 2024-11-01T04:38:47.877Z | * [new tag] v0.3.0 -> v0.3.0 |
369 | 2024-11-01T04:38:47.877Z | * [new tag] v0.4.0 -> v0.4.0 |
370 | 2024-11-01T04:38:47.877Z | * [new tag] v0.5.0 -> v0.5.0 |
371 | 2024-11-01T04:38:47.877Z | * [new tag] v0.6.0 -> v0.6.0 |
372 | 2024-11-01T04:38:47.877Z | * [new tag] v0.7.0 -> v0.7.0 |
373 | 2024-11-01T04:38:48.007Z | Updating git repository `https://github.com/oxidecomputer/typify` |
374 | 2024-11-01T04:38:48.748Z | From https://github.com/oxidecomputer/typify |
375 | 2024-11-01T04:38:48.748Z | * [new ref] 50d969668dcad42300423f893de9b3903f11b65c -> refs/commit/50d969668dcad42300423f893de9b3903f11b65c |
376 | 2024-11-01T04:38:48.751Z | * [new tag] v0.2.0 -> v0.2.0 |
377 | 2024-11-01T04:38:48.768Z | * [new tag] v0.0.10 -> v0.0.10 |
378 | 2024-11-01T04:38:48.771Z | * [new tag] v0.0.11 -> v0.0.11 |
379 | 2024-11-01T04:38:48.771Z | * [new tag] v0.0.12 -> v0.0.12 |
380 | 2024-11-01T04:38:48.771Z | * [new tag] v0.0.13 -> v0.0.13 |
381 | 2024-11-01T04:38:48.771Z | * [new tag] v0.0.14 -> v0.0.14 |
382 | 2024-11-01T04:38:48.771Z | * [new tag] v0.0.15 -> v0.0.15 |
383 | 2024-11-01T04:38:48.771Z | * [new tag] v0.0.16 -> v0.0.16 |
384 | 2024-11-01T04:38:48.771Z | * [new tag] v0.0.4 -> v0.0.4 |
385 | 2024-11-01T04:38:48.771Z | * [new tag] v0.0.5 -> v0.0.5 |
386 | 2024-11-01T04:38:48.771Z | * [new tag] v0.0.7 -> v0.0.7 |
387 | 2024-11-01T04:38:48.771Z | * [new tag] v0.0.8 -> v0.0.8 |
388 | 2024-11-01T04:38:48.772Z | * [new tag] v0.0.9 -> v0.0.9 |
389 | 2024-11-01T04:38:48.772Z | * [new tag] v0.1.0 -> v0.1.0 |
390 | 2024-11-01T04:38:49.015Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
391 | 2024-11-01T04:38:50.885Z | From https://github.com/oxidecomputer/crucible |
392 | 2024-11-01T04:38:50.885Z | * [new ref] 74286f952a2953cd08512015076f0947050deba7 -> refs/commit/74286f952a2953cd08512015076f0947050deba7 |
393 | 2024-11-01T04:38:50.953Z | Updating git repository `https://github.com/oxidecomputer/opte` |
394 | 2024-11-01T04:38:51.375Z | From https://github.com/oxidecomputer/opte |
395 | 2024-11-01T04:38:51.375Z | * [new ref] 76878de67229ea113d70503c441eab47ac5dc653 -> refs/commit/76878de67229ea113d70503c441eab47ac5dc653 |
396 | 2024-11-01T04:38:51.421Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
397 | 2024-11-01T04:38:52.087Z | From https://github.com/oxidecomputer/management-gateway-service |
398 | 2024-11-01T04:38:52.087Z | * [new ref] 9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 -> refs/commit/9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 |
399 | 2024-11-01T04:38:52.962Z | Downloading crates ... |
400 | 2024-11-01T04:38:53.043Z | Downloaded allocator-api2 v0.2.18 |
401 | 2024-11-01T04:38:53.047Z | Downloaded atomic-waker v1.1.2 |
402 | 2024-11-01T04:38:53.050Z | Downloaded dtrace-parser v0.2.0 |
403 | 2024-11-01T04:38:53.050Z | Downloaded const-random-macro v0.1.16 |
404 | 2024-11-01T04:38:53.052Z | Downloaded foreign-types v0.3.2 |
405 | 2024-11-01T04:38:53.054Z | Downloaded cstr-argument v0.1.2 |
406 | 2024-11-01T04:38:53.055Z | Downloaded ciborium-io v0.2.2 |
407 | 2024-11-01T04:38:53.060Z | Downloaded foreign-types-shared v0.1.1 |
408 | 2024-11-01T04:38:53.062Z | Downloaded crucible-workspace-hack v0.1.0 |
409 | 2024-11-01T04:38:53.064Z | Downloaded async-stream v0.3.5 |
410 | 2024-11-01T04:38:53.067Z | Downloaded futures-sink v0.3.30 |
411 | 2024-11-01T04:38:53.069Z | Downloaded percent-encoding v2.3.1 |
412 | 2024-11-01T04:38:53.070Z | Downloaded password-hash v0.5.0 |
413 | 2024-11-01T04:38:53.072Z | Downloaded fixedbitset v0.4.2 |
414 | 2024-11-01T04:38:53.076Z | Downloaded dirs-next v2.0.0 |
415 | 2024-11-01T04:38:53.078Z | Downloaded cpufeatures v0.2.14 |
416 | 2024-11-01T04:38:53.078Z | Downloaded pin-utils v0.1.0 |
417 | 2024-11-01T04:38:53.078Z | Downloaded defmt-macros v0.3.9 |
418 | 2024-11-01T04:38:53.081Z | Downloaded futures-executor v0.3.30 |
419 | 2024-11-01T04:38:53.083Z | Downloaded pretty-hex v0.4.1 |
420 | 2024-11-01T04:38:53.085Z | Downloaded anstyle-parse v0.2.5 |
421 | 2024-11-01T04:38:53.088Z | Downloaded console v0.15.8 |
422 | 2024-11-01T04:38:53.090Z | Downloaded enum-as-inner v0.6.1 |
423 | 2024-11-01T04:38:53.093Z | Downloaded dof v0.3.0 |
424 | 2024-11-01T04:38:53.093Z | Downloaded backoff v0.4.0 |
425 | 2024-11-01T04:38:53.099Z | Downloaded rand_chacha v0.3.1 |
426 | 2024-11-01T04:38:53.099Z | Downloaded anstream v0.6.15 |
427 | 2024-11-01T04:38:53.099Z | Downloaded resolv-conf v0.7.0 |
428 | 2024-11-01T04:38:53.102Z | Downloaded futures v0.3.30 |
429 | 2024-11-01T04:38:53.105Z | Downloaded signal-hook-registry v1.4.2 |
430 | 2024-11-01T04:38:53.107Z | Downloaded parse-display-derive v0.10.0 |
431 | 2024-11-01T04:38:53.110Z | Downloaded serde_tokenstream v0.2.2 |
432 | 2024-11-01T04:38:53.112Z | Downloaded parse-display v0.10.0 |
433 | 2024-11-01T04:38:53.112Z | Downloaded base64 v0.22.1 |
434 | 2024-11-01T04:38:53.115Z | Downloaded quinn-udp v0.5.5 |
435 | 2024-11-01T04:38:53.117Z | Downloaded slog-dtrace v0.3.0 |
436 | 2024-11-01T04:38:53.120Z | Downloaded scroll v0.12.0 |
437 | 2024-11-01T04:38:53.122Z | Downloaded powerfmt v0.2.0 |
438 | 2024-11-01T04:38:53.122Z | Downloaded async-stream-impl v0.3.5 |
439 | 2024-11-01T04:38:53.124Z | Downloaded serde_repr v0.1.19 |
440 | 2024-11-01T04:38:53.126Z | Downloaded serde_with_macros v3.9.0 |
441 | 2024-11-01T04:38:53.126Z | Downloaded rustc_version v0.4.1 |
442 | 2024-11-01T04:38:53.128Z | Downloaded paste v1.0.15 |
443 | 2024-11-01T04:38:53.130Z | Downloaded crossbeam-channel v0.5.13 |
444 | 2024-11-01T04:38:53.135Z | Downloaded memmap v0.7.0 |
445 | 2024-11-01T04:38:53.137Z | Downloaded slog v2.7.0 |
446 | 2024-11-01T04:38:53.140Z | Downloaded similar v2.6.0 |
447 | 2024-11-01T04:38:53.145Z | Downloaded pest_derive v2.7.13 |
448 | 2024-11-01T04:38:53.149Z | Downloaded schemars v0.8.21 |
449 | 2024-11-01T04:38:53.162Z | Downloaded serde-big-array v0.5.1 |
450 | 2024-11-01T04:38:53.165Z | Downloaded pest_meta v2.7.13 |
451 | 2024-11-01T04:38:53.167Z | Downloaded progenitor-client v0.8.0 |
452 | 2024-11-01T04:38:53.167Z | Downloaded pretty-hex v0.2.1 |
453 | 2024-11-01T04:38:53.170Z | Downloaded crc8 v0.1.1 |
454 | 2024-11-01T04:38:53.170Z | Downloaded float-ord v0.3.2 |
455 | 2024-11-01T04:38:53.172Z | Downloaded darling_macro v0.20.10 |
456 | 2024-11-01T04:38:53.172Z | Downloaded const-random v0.1.18 |
457 | 2024-11-01T04:38:53.172Z | Downloaded embedded-io v0.6.1 |
458 | 2024-11-01T04:38:53.175Z | Downloaded convert_case v0.4.0 |
459 | 2024-11-01T04:38:53.177Z | Downloaded proc-macro2 v1.0.86 |
460 | 2024-11-01T04:38:53.179Z | Downloaded sigpipe v0.1.3 |
461 | 2024-11-01T04:38:53.181Z | Downloaded scroll_derive v0.12.0 |
462 | 2024-11-01T04:38:53.181Z | Downloaded zone_cfg_derive v0.3.0 |
463 | 2024-11-01T04:38:53.181Z | Downloaded quinn v0.11.5 |
464 | 2024-11-01T04:38:53.185Z | Downloaded newtype_derive v0.1.6 |
465 | 2024-11-01T04:38:53.187Z | Downloaded foreign-types-shared v0.3.1 |
466 | 2024-11-01T04:38:53.187Z | Downloaded foreign-types v0.5.0 |
467 | 2024-11-01T04:38:53.189Z | Downloaded equivalent v1.0.1 |
468 | 2024-11-01T04:38:53.189Z | Downloaded http-body v1.0.1 |
469 | 2024-11-01T04:38:53.193Z | Downloaded fxhash v0.2.1 |
470 | 2024-11-01T04:38:53.193Z | Downloaded usdt-attr-macro v0.5.0 |
471 | 2024-11-01T04:38:53.197Z | Downloaded serde v1.0.210 |
472 | 2024-11-01T04:38:53.197Z | Downloaded form_urlencoded v1.2.1 |
473 | 2024-11-01T04:38:53.199Z | Downloaded ident_case v1.0.1 |
474 | 2024-11-01T04:38:53.199Z | Downloaded progenitor v0.8.0 |
475 | 2024-11-01T04:38:53.202Z | Downloaded futures-io v0.3.30 |
476 | 2024-11-01T04:38:53.202Z | Downloaded blake2 v0.10.6 |
477 | 2024-11-01T04:38:53.204Z | Downloaded rustc-hash v2.0.0 |
478 | 2024-11-01T04:38:53.206Z | Downloaded progenitor-macro v0.8.0 |
479 | 2024-11-01T04:38:53.209Z | Downloaded ppv-lite86 v0.2.20 |
480 | 2024-11-01T04:38:53.209Z | Downloaded tinyvec_macros v0.1.1 |
481 | 2024-11-01T04:38:53.209Z | Downloaded fastrand v2.1.1 |
482 | 2024-11-01T04:38:53.211Z | Downloaded crypto-common v0.1.6 |
483 | 2024-11-01T04:38:53.213Z | Downloaded scopeguard v1.2.0 |
484 | 2024-11-01T04:38:53.213Z | Downloaded rustls-pemfile v1.0.4 |
485 | 2024-11-01T04:38:53.215Z | Downloaded match_cfg v0.1.0 |
486 | 2024-11-01T04:38:53.218Z | Downloaded quick-error v1.2.3 |
487 | 2024-11-01T04:38:53.218Z | Downloaded ciborium-ll v0.2.2 |
488 | 2024-11-01T04:38:53.220Z | Downloaded shlex v1.3.0 |
489 | 2024-11-01T04:38:53.220Z | Downloaded either v1.13.0 |
490 | 2024-11-01T04:38:53.223Z | Downloaded deranged v0.3.11 |
491 | 2024-11-01T04:38:53.225Z | Downloaded digest v0.10.7 |
492 | 2024-11-01T04:38:53.227Z | Downloaded usdt-macro v0.5.0 |
493 | 2024-11-01T04:38:53.228Z | Downloaded try-lock v0.2.5 |
494 | 2024-11-01T04:38:53.230Z | Downloaded untrusted v0.9.0 |
495 | 2024-11-01T04:38:53.230Z | Downloaded data-encoding v2.6.0 |
496 | 2024-11-01T04:38:53.232Z | Downloaded time-core v0.1.2 |
497 | 2024-11-01T04:38:53.235Z | Downloaded slog-scope v4.4.0 |
498 | 2024-11-01T04:38:53.235Z | Downloaded slog-json v2.6.1 |
499 | 2024-11-01T04:38:53.237Z | Downloaded slog-envlogger v2.2.0 |
500 | 2024-11-01T04:38:53.241Z | Downloaded futures-task v0.3.30 |
501 | 2024-11-01T04:38:53.241Z | Downloaded slog-bunyan v2.5.0 |
502 | 2024-11-01T04:38:53.243Z | Downloaded http-body v0.4.6 |
503 | 2024-11-01T04:38:53.243Z | Downloaded thiserror v1.0.64 |
504 | 2024-11-01T04:38:53.248Z | Downloaded mime v0.3.17 |
505 | 2024-11-01T04:38:53.250Z | Downloaded postcard v1.0.10 |
506 | 2024-11-01T04:38:53.252Z | Downloaded bytes v1.7.2 |
507 | 2024-11-01T04:38:53.256Z | Downloaded rhai_codegen v2.2.0 |
508 | 2024-11-01T04:38:53.264Z | Downloaded sync_wrapper v0.1.2 |
509 | 2024-11-01T04:38:53.266Z | Downloaded num-iter v0.1.45 |
510 | 2024-11-01T04:38:53.266Z | Downloaded num-integer v0.1.46 |
511 | 2024-11-01T04:38:53.278Z | Downloaded want v0.3.1 |
512 | 2024-11-01T04:38:53.282Z | Downloaded sha2 v0.10.8 |
513 | 2024-11-01T04:38:53.282Z | Downloaded subtle v2.6.1 |
514 | 2024-11-01T04:38:53.282Z | Downloaded num_enum v0.5.11 |
515 | 2024-11-01T04:38:53.282Z | Downloaded omicron-workspace-hack v0.1.0 |
516 | 2024-11-01T04:38:53.282Z | Downloaded num_threads v0.1.7 |
517 | 2024-11-01T04:38:53.285Z | Downloaded strum v0.26.3 |
518 | 2024-11-01T04:38:53.285Z | Downloaded openssl-probe v0.1.5 |
519 | 2024-11-01T04:38:53.285Z | Downloaded hyper-tls v0.6.0 |
520 | 2024-11-01T04:38:53.285Z | Downloaded hyper-tls v0.5.0 |
521 | 2024-11-01T04:38:53.295Z | Downloaded crc32fast v1.4.2 |
522 | 2024-11-01T04:38:53.298Z | Downloaded hash32 v0.3.1 |
523 | 2024-11-01T04:38:53.298Z | Downloaded openssl-macros v0.1.1 |
524 | 2024-11-01T04:38:53.298Z | Downloaded semver v1.0.23 |
525 | 2024-11-01T04:38:53.298Z | Downloaded darling v0.20.10 |
526 | 2024-11-01T04:38:53.298Z | Downloaded instant v0.1.13 |
527 | 2024-11-01T04:38:53.300Z | Downloaded is_terminal_polyfill v1.70.1 |
528 | 2024-11-01T04:38:53.300Z | Downloaded ryu v1.0.18 |
529 | 2024-11-01T04:38:53.304Z | Downloaded toml_datetime v0.6.8 |
530 | 2024-11-01T04:38:53.308Z | Downloaded serde_derive v1.0.210 |
531 | 2024-11-01T04:38:53.310Z | Downloaded thread_local v1.1.8 |
532 | 2024-11-01T04:38:53.310Z | Downloaded num-traits v0.2.19 |
533 | 2024-11-01T04:38:53.312Z | Downloaded newline-converter v0.3.0 |
534 | 2024-11-01T04:38:53.314Z | Downloaded aho-corasick v1.1.3 |
535 | 2024-11-01T04:38:53.319Z | Downloaded num_enum_derive v0.7.3 |
536 | 2024-11-01T04:38:53.321Z | Downloaded hostname v0.3.1 |
537 | 2024-11-01T04:38:53.323Z | Downloaded generic-array v0.14.7 |
538 | 2024-11-01T04:38:53.323Z | Downloaded usdt-impl v0.5.0 |
539 | 2024-11-01T04:38:53.326Z | Downloaded humantime v2.1.0 |
540 | 2024-11-01T04:38:53.328Z | Downloaded num-conv v0.1.0 |
541 | 2024-11-01T04:38:53.328Z | Downloaded hyper-rustls v0.24.2 |
542 | 2024-11-01T04:38:53.330Z | Downloaded num_enum_derive v0.5.11 |
543 | 2024-11-01T04:38:53.333Z | Downloaded httparse v1.9.4 |
544 | 2024-11-01T04:38:53.337Z | Downloaded utf8parse v0.2.2 |
545 | 2024-11-01T04:38:53.337Z | Downloaded tokio-native-tls v0.3.1 |
546 | 2024-11-01T04:38:53.339Z | Downloaded num v0.4.3 |
547 | 2024-11-01T04:38:53.339Z | Downloaded typify v0.2.0 |
548 | 2024-11-01T04:38:53.341Z | Downloaded hyper-rustls v0.27.3 |
549 | 2024-11-01T04:38:53.343Z | Downloaded cookie v0.18.1 |
550 | 2024-11-01T04:38:53.346Z | Downloaded structmeta-derive v0.3.0 |
551 | 2024-11-01T04:38:53.348Z | Downloaded waitgroup v0.1.2 |
552 | 2024-11-01T04:38:53.348Z | Downloaded parking_lot v0.12.3 |
553 | 2024-11-01T04:38:53.351Z | Downloaded derive_more v0.99.18 |
554 | 2024-11-01T04:38:53.355Z | Downloaded smf v0.2.3 |
555 | 2024-11-01T04:38:53.358Z | Downloaded base64 v0.21.7 |
556 | 2024-11-01T04:38:53.361Z | Downloaded tokio-macros v2.4.0 |
557 | 2024-11-01T04:38:53.363Z | Downloaded stable_deref_trait v1.2.0 |
558 | 2024-11-01T04:38:53.363Z | Downloaded dropshot_endpoint v0.12.0 |
559 | 2024-11-01T04:38:53.367Z | Downloaded itoa v1.0.11 |
560 | 2024-11-01T04:38:53.369Z | Downloaded arc-swap v1.7.1 |
561 | 2024-11-01T04:38:53.372Z | Downloaded num-derive v0.3.3 |
562 | 2024-11-01T04:38:53.374Z | Downloaded highway v1.2.0 |
563 | 2024-11-01T04:38:53.376Z | Downloaded crossbeam-utils v0.8.20 |
564 | 2024-11-01T04:38:53.393Z | Downloaded slog-stdlog v4.1.1 |
565 | 2024-11-01T04:38:53.397Z | Downloaded defmt v0.3.8 |
566 | 2024-11-01T04:38:53.399Z | Downloaded sync_wrapper v1.0.1 |
567 | 2024-11-01T04:38:53.399Z | Downloaded hubpack v0.1.2 |
568 | 2024-11-01T04:38:53.401Z | Downloaded log v0.4.22 |
569 | 2024-11-01T04:38:53.405Z | Downloaded tabwriter v1.4.0 |
570 | 2024-11-01T04:38:53.405Z | Downloaded darling_core v0.20.10 |
571 | 2024-11-01T04:38:53.408Z | Downloaded ipnet v2.10.0 |
572 | 2024-11-01T04:38:53.410Z | Downloaded zerocopy v0.6.6 |
573 | 2024-11-01T04:38:53.413Z | Downloaded macaddr v1.0.1 |
574 | 2024-11-01T04:38:53.415Z | Downloaded memchr v2.7.4 |
575 | 2024-11-01T04:38:53.419Z | Downloaded parking_lot v0.11.2 |
576 | 2024-11-01T04:38:53.421Z | Downloaded version_check v0.9.5 |
577 | 2024-11-01T04:38:53.424Z | Downloaded cc v1.1.21 |
578 | 2024-11-01T04:38:53.426Z | Downloaded socket2 v0.5.7 |
579 | 2024-11-01T04:38:53.428Z | Downloaded hex v0.4.3 |
580 | 2024-11-01T04:38:53.430Z | Downloaded heck v0.5.0 |
581 | 2024-11-01T04:38:53.433Z | Downloaded linked-hash-map v0.5.6 |
582 | 2024-11-01T04:38:53.433Z | Downloaded linear-map v1.2.0 |
583 | 2024-11-01T04:38:53.435Z | Downloaded rand v0.8.5 |
584 | 2024-11-01T04:38:53.437Z | Downloaded lazy_static v1.5.0 |
585 | 2024-11-01T04:38:53.439Z | Downloaded is-terminal v0.4.13 |
586 | 2024-11-01T04:38:53.441Z | Downloaded whoami v1.5.2 |
587 | 2024-11-01T04:38:53.444Z | Downloaded iana-time-zone v0.1.61 |
588 | 2024-11-01T04:38:53.446Z | Downloaded num-complex v0.4.6 |
589 | 2024-11-01T04:38:53.446Z | Downloaded tempfile v3.12.0 |
590 | 2024-11-01T04:38:53.449Z | Downloaded tokio-rustls v0.24.1 |
591 | 2024-11-01T04:38:53.451Z | Downloaded thiserror-impl v1.0.64 |
592 | 2024-11-01T04:38:53.453Z | Downloaded parking_lot_core v0.8.6 |
593 | 2024-11-01T04:38:53.456Z | Downloaded zeroize v1.8.1 |
594 | 2024-11-01T04:38:53.460Z | Downloaded term v0.7.0 |
595 | 2024-11-01T04:38:53.463Z | Downloaded getrandom v0.2.15 |
596 | 2024-11-01T04:38:53.463Z | Downloaded native-tls v0.2.12 |
597 | 2024-11-01T04:38:53.466Z | Downloaded multer v3.1.0 |
598 | 2024-11-01T04:38:53.468Z | Downloaded owo-colors v4.1.0 |
599 | 2024-11-01T04:38:53.471Z | Downloaded unicode-ident v1.0.13 |
600 | 2024-11-01T04:38:53.473Z | Downloaded lock_api v0.4.12 |
601 | 2024-11-01T04:38:53.475Z | Downloaded tracing-core v0.1.32 |
602 | 2024-11-01T04:38:53.478Z | Downloaded tracing-attributes v0.1.27 |
603 | 2024-11-01T04:38:53.480Z | Downloaded tokio-rustls v0.25.0 |
604 | 2024-11-01T04:38:53.483Z | Downloaded url v2.5.2 |
605 | 2024-11-01T04:38:53.486Z | Downloaded smartstring v1.0.1 |
606 | 2024-11-01T04:38:53.488Z | Downloaded uuid v1.10.0 |
607 | 2024-11-01T04:38:53.490Z | Downloaded ucd-trie v0.1.6 |
608 | 2024-11-01T04:38:53.492Z | Downloaded smallvec v1.13.2 |
609 | 2024-11-01T04:38:53.495Z | Downloaded serde_yaml v0.9.34+deprecated |
610 | 2024-11-01T04:38:53.497Z | Downloaded unicode-bidi v0.3.15 |
611 | 2024-11-01T04:38:53.500Z | Downloaded steno v0.4.1 |
612 | 2024-11-01T04:38:53.503Z | Downloaded half v2.4.1 |
613 | 2024-11-01T04:38:53.507Z | Downloaded unsafe-libyaml v0.2.11 |
614 | 2024-11-01T04:38:53.510Z | Downloaded httpdate v1.0.3 |
615 | 2024-11-01T04:38:53.512Z | Downloaded hostname v0.4.0 |
616 | 2024-11-01T04:38:53.515Z | Downloaded terminal_size v0.3.0 |
617 | 2024-11-01T04:38:53.515Z | Downloaded indexmap v1.9.3 |
618 | 2024-11-01T04:38:53.518Z | Downloaded tokio-rustls v0.26.0 |
619 | 2024-11-01T04:38:53.521Z | Downloaded http v0.2.12 |
620 | 2024-11-01T04:38:53.523Z | Downloaded hyper-util v0.1.9 |
621 | 2024-11-01T04:38:53.527Z | Downloaded hyper v1.4.1 |
622 | 2024-11-01T04:38:53.535Z | Downloaded heapless v0.8.0 |
623 | 2024-11-01T04:38:53.539Z | Downloaded indexmap v2.5.0 |
624 | 2024-11-01T04:38:53.542Z | Downloaded rustls-webpki v0.102.8 |
625 | 2024-11-01T04:38:53.562Z | Downloaded tracing v0.1.40 |
626 | 2024-11-01T04:38:53.565Z | Downloaded http v1.1.0 |
627 | 2024-11-01T04:38:53.569Z | Downloaded hickory-resolver v0.24.1 |
628 | 2024-11-01T04:38:53.573Z | Downloaded mio v1.0.2 |
629 | 2024-11-01T04:38:53.579Z | Downloaded time v0.3.36 |
630 | 2024-11-01T04:38:53.586Z | Downloaded openssl-sys v0.9.103 |
631 | 2024-11-01T04:38:53.591Z | Downloaded hashbrown v0.12.3 |
632 | 2024-11-01T04:38:53.595Z | Downloaded minimal-lexical v0.2.1 |
633 | 2024-11-01T04:38:53.599Z | Downloaded toml_edit v0.19.15 |
634 | 2024-11-01T04:38:53.616Z | Downloaded toml_edit v0.22.21 |
635 | 2024-11-01T04:38:53.637Z | Downloaded libm v0.2.8 |
636 | 2024-11-01T04:38:53.645Z | Downloaded itertools v0.13.0 |
637 | 2024-11-01T04:38:53.652Z | Downloaded h2 v0.4.6 |
638 | 2024-11-01T04:38:53.658Z | Downloaded winnow v0.5.40 |
639 | 2024-11-01T04:38:53.667Z | Downloaded tokio-util v0.7.12 |
640 | 2024-11-01T04:38:53.674Z | Downloaded winnow v0.6.18 |
641 | 2024-11-01T04:38:53.682Z | Downloaded chrono v0.4.38 |
642 | 2024-11-01T04:38:53.690Z | Downloaded hashbrown v0.14.5 |
643 | 2024-11-01T04:38:53.695Z | Downloaded hyper v0.14.30 |
644 | 2024-11-01T04:38:53.703Z | Downloaded reqwest v0.12.8 |
645 | 2024-11-01T04:38:53.712Z | Downloaded webpki-roots v0.26.6 |
646 | 2024-11-01T04:38:53.716Z | Downloaded zerocopy v0.7.35 |
647 | 2024-11-01T04:38:53.731Z | Downloaded dropshot v0.12.0 |
648 | 2024-11-01T04:38:53.751Z | Downloaded hickory-proto v0.24.1 |
649 | 2024-11-01T04:38:53.766Z | Downloaded rustls v0.21.12 |
650 | 2024-11-01T04:38:53.776Z | Downloaded unicode-width v0.1.14 |
651 | 2024-11-01T04:38:53.782Z | Downloaded quinn-proto v0.11.8 |
652 | 2024-11-01T04:38:53.789Z | Downloaded idna v0.5.0 |
653 | 2024-11-01T04:38:53.796Z | Downloaded goblin v0.8.2 |
654 | 2024-11-01T04:38:53.802Z | Downloaded rustls v0.23.13 |
655 | 2024-11-01T04:38:53.814Z | Downloaded regex v1.10.6 |
656 | 2024-11-01T04:38:53.826Z | Downloaded idna v0.4.0 |
657 | 2024-11-01T04:38:53.833Z | Downloaded syn v2.0.77 |
658 | 2024-11-01T04:38:53.846Z | Downloaded webpki-roots v0.25.4 |
659 | 2024-11-01T04:38:53.848Z | Downloaded typify-impl v0.2.0 |
660 | 2024-11-01T04:38:53.864Z | Downloaded vcpkg v0.2.15 |
661 | 2024-11-01T04:38:53.901Z | Downloaded openssl v0.10.66 |
662 | 2024-11-01T04:38:53.910Z | Downloaded rhai v1.19.0 |
663 | 2024-11-01T04:38:53.922Z | Downloaded regex-syntax v0.8.4 |
664 | 2024-11-01T04:38:53.930Z | Downloaded rustls v0.22.4 |
665 | 2024-11-01T04:38:53.943Z | Downloaded smoltcp v0.11.0 |
666 | 2024-11-01T04:38:53.956Z | Downloaded rustix v0.38.37 |
667 | 2024-11-01T04:38:53.977Z | Downloaded regress v0.9.1 |
668 | 2024-11-01T04:38:53.986Z | Downloaded openapiv3 v2.0.0 |
669 | 2024-11-01T04:38:53.997Z | Downloaded syn v1.0.109 |
670 | 2024-11-01T04:38:54.007Z | Downloaded regress v0.10.1 |
671 | 2024-11-01T04:38:54.016Z | Downloaded sled v0.34.7 |
672 | 2024-11-01T04:38:54.026Z | Downloaded h2 v0.3.26 |
673 | 2024-11-01T04:38:54.032Z | Downloaded serde_json v1.0.128 |
674 | 2024-11-01T04:38:54.039Z | Downloaded reqwest v0.11.27 |
675 | 2024-11-01T04:38:54.046Z | Downloaded regex-automata v0.4.7 |
676 | 2024-11-01T04:38:54.063Z | Downloaded tokio v1.40.0 |
677 | 2024-11-01T04:38:54.100Z | Downloaded unicode-normalization v0.1.24 |
678 | 2024-11-01T04:38:54.103Z | Downloaded futures-util v0.3.30 |
679 | 2024-11-01T04:38:54.114Z | Downloaded rustls-webpki v0.101.7 |
680 | 2024-11-01T04:38:54.127Z | Downloaded zerocopy-derive v0.6.6 |
681 | 2024-11-01T04:38:54.137Z | Downloaded itertools v0.12.1 |
682 | 2024-11-01T04:38:54.143Z | Downloaded itertools v0.10.5 |
683 | 2024-11-01T04:38:54.150Z | Downloaded serde_with v3.9.0 |
684 | 2024-11-01T04:38:54.157Z | Downloaded petgraph v0.6.5 |
685 | 2024-11-01T04:38:54.174Z | Downloaded unicode-segmentation v1.12.0 |
686 | 2024-11-01T04:38:54.177Z | Downloaded nom v7.1.3 |
687 | 2024-11-01T04:38:54.183Z | Downloaded expectorate v1.1.0 |
688 | 2024-11-01T04:38:54.185Z | Downloaded newtype-uuid v1.1.0 |
689 | 2024-11-01T04:38:54.187Z | Downloaded heck v0.4.1 |
690 | 2024-11-01T04:38:54.187Z | Downloaded typify-macro v0.2.0 |
691 | 2024-11-01T04:38:54.187Z | Downloaded libc v0.2.159 |
692 | 2024-11-01T04:38:54.214Z | Downloaded tiny-keccak v2.0.2 |
693 | 2024-11-01T04:38:54.216Z | Downloaded thread-id v4.2.2 |
694 | 2024-11-01T04:38:54.219Z | Downloaded once_cell v1.19.0 |
695 | 2024-11-01T04:38:54.221Z | Downloaded typenum v1.17.0 |
696 | 2024-11-01T04:38:54.223Z | Downloaded tinyvec v1.8.0 |
697 | 2024-11-01T04:38:54.226Z | Downloaded spin v0.9.8 |
698 | 2024-11-01T04:38:54.228Z | Downloaded structmeta v0.3.0 |
699 | 2024-11-01T04:38:54.228Z | Downloaded strsim v0.11.1 |
700 | 2024-11-01T04:38:54.230Z | Downloaded static_assertions v1.1.0 |
701 | 2024-11-01T04:38:54.233Z | Downloaded prettyplease v0.2.22 |
702 | 2024-11-01T04:38:54.235Z | Downloaded zerocopy-derive v0.7.35 |
703 | 2024-11-01T04:38:54.238Z | Downloaded zone v0.3.0 |
704 | 2024-11-01T04:38:54.240Z | Downloaded num-rational v0.4.2 |
705 | 2024-11-01T04:38:54.240Z | Downloaded tower-service v0.3.3 |
706 | 2024-11-01T04:38:54.242Z | Downloaded hubpack_derive v0.1.1 |
707 | 2024-11-01T04:38:54.242Z | Downloaded serde_derive_internals v0.29.1 |
708 | 2024-11-01T04:38:54.244Z | Downloaded toml v0.8.19 |
709 | 2024-11-01T04:38:54.246Z | Downloaded pest v2.7.13 |
710 | 2024-11-01T04:38:54.251Z | Downloaded clap v4.5.18 |
711 | 2024-11-01T04:38:54.259Z | Downloaded cancel-safe-futures v0.1.5 |
712 | 2024-11-01T04:38:54.262Z | Downloaded time-macros v0.2.18 |
713 | 2024-11-01T04:38:54.264Z | Downloaded slog-term v2.9.1 |
714 | 2024-11-01T04:38:54.267Z | Downloaded futures-channel v0.3.30 |
715 | 2024-11-01T04:38:54.269Z | Downloaded ciborium v0.2.2 |
716 | 2024-11-01T04:38:54.271Z | Downloaded encoding_rs v0.8.34 |
717 | 2024-11-01T04:38:54.290Z | Downloaded crossbeam-epoch v0.9.18 |
718 | 2024-11-01T04:38:54.293Z | Downloaded managed v0.8.0 |
719 | 2024-11-01T04:38:54.299Z | Downloaded strum_macros v0.25.3 |
720 | 2024-11-01T04:38:54.302Z | Downloaded num_enum v0.7.3 |
721 | 2024-11-01T04:38:54.302Z | Downloaded ipnetwork v0.20.0 |
722 | 2024-11-01T04:38:54.302Z | Downloaded num-derive v0.4.2 |
723 | 2024-11-01T04:38:54.305Z | Downloaded libsw v3.3.1 |
724 | 2024-11-01T04:38:54.307Z | Downloaded sct v0.7.1 |
725 | 2024-11-01T04:38:54.309Z | Downloaded rustls-pki-types v1.8.0 |
726 | 2024-11-01T04:38:54.311Z | Downloaded rand_core v0.6.4 |
727 | 2024-11-01T04:38:54.311Z | Downloaded proc-macro-error v1.0.4 |
728 | 2024-11-01T04:38:54.314Z | Downloaded quote v1.0.37 |
729 | 2024-11-01T04:38:54.316Z | Downloaded clap_derive v4.5.18 |
730 | 2024-11-01T04:38:54.321Z | Downloaded indent_write v2.2.0 |
731 | 2024-11-01T04:38:54.321Z | Downloaded http-body-util v0.1.2 |
732 | 2024-11-01T04:38:54.323Z | Downloaded strum_macros v0.26.4 |
733 | 2024-11-01T04:38:54.324Z | Downloaded rustls-pemfile v2.1.3 |
734 | 2024-11-01T04:38:54.326Z | Downloaded futures-macro v0.3.30 |
735 | 2024-11-01T04:38:54.326Z | Downloaded futures-core v0.3.30 |
736 | 2024-11-01T04:38:54.328Z | Downloaded dirs-sys-next v0.1.2 |
737 | 2024-11-01T04:38:54.329Z | Downloaded lru-cache v0.1.2 |
738 | 2024-11-01T04:38:54.329Z | Downloaded serde_urlencoded v0.7.1 |
739 | 2024-11-01T04:38:54.331Z | Downloaded semver v0.1.20 |
740 | 2024-11-01T04:38:54.331Z | Downloaded slog-async v2.8.0 |
741 | 2024-11-01T04:38:54.334Z | Downloaded slab v0.4.9 |
742 | 2024-11-01T04:38:54.334Z | Downloaded sha1 v0.10.6 |
743 | 2024-11-01T04:38:54.336Z | Downloaded serde_spanned v0.6.7 |
744 | 2024-11-01T04:38:54.336Z | Downloaded serde_path_to_error v0.1.16 |
745 | 2024-11-01T04:38:54.338Z | Downloaded schemars_derive v0.8.21 |
746 | 2024-11-01T04:38:54.338Z | Downloaded fnv v1.0.7 |
747 | 2024-11-01T04:38:54.341Z | Downloaded dyn-clone v1.0.17 |
748 | 2024-11-01T04:38:54.341Z | Downloaded take_mut v0.2.2 |
749 | 2024-11-01T04:38:54.341Z | Downloaded swrite v0.1.0 |
750 | 2024-11-01T04:38:54.343Z | Downloaded thin-vec v0.2.13 |
751 | 2024-11-01T04:38:54.343Z | Downloaded defmt-parser v0.3.4 |
752 | 2024-11-01T04:38:54.346Z | Downloaded colored v2.1.0 |
753 | 2024-11-01T04:38:54.346Z | Downloaded rustc_version v0.1.7 |
754 | 2024-11-01T04:38:54.348Z | Downloaded usdt v0.5.0 |
755 | 2024-11-01T04:38:54.348Z | Downloaded rustversion v1.0.17 |
756 | 2024-11-01T04:38:54.351Z | Downloaded proc-macro-error-attr v1.0.4 |
757 | 2024-11-01T04:38:54.351Z | Downloaded proc-macro-crate v1.3.1 |
758 | 2024-11-01T04:38:54.355Z | Downloaded plain v0.2.3 |
759 | 2024-11-01T04:38:54.355Z | Downloaded foreign-types-macros v0.2.3 |
760 | 2024-11-01T04:38:54.355Z | Downloaded clap_builder v4.5.18 |
761 | 2024-11-01T04:38:54.359Z | Downloaded bitflags v2.6.0 |
762 | 2024-11-01T04:38:54.362Z | Downloaded clap_lex v0.7.2 |
763 | 2024-11-01T04:38:54.365Z | Downloaded crunchy v0.2.2 |
764 | 2024-11-01T04:38:54.365Z | Downloaded colorchoice v1.0.2 |
765 | 2024-11-01T04:38:54.367Z | Downloaded camino v1.1.9 |
766 | 2024-11-01T04:38:54.367Z | Downloaded block-buffer v0.10.4 |
767 | 2024-11-01T04:38:54.369Z | Downloaded autocfg v1.3.0 |
768 | 2024-11-01T04:38:54.369Z | Downloaded async-trait v0.1.83 |
769 | 2024-11-01T04:38:54.372Z | Downloaded anstyle-query v1.1.1 |
770 | 2024-11-01T04:38:54.374Z | Downloaded bitflags v1.3.2 |
771 | 2024-11-01T04:38:54.377Z | Downloaded progenitor-impl v0.8.0 |
772 | 2024-11-01T04:38:54.380Z | Downloaded base64ct v1.6.0 |
773 | 2024-11-01T04:38:54.380Z | Downloaded argon2 v0.5.3 |
774 | 2024-11-01T04:38:54.382Z | Downloaded atomicwrites v0.4.4 |
775 | 2024-11-01T04:38:54.382Z | Downloaded proc-macro-crate v3.2.0 |
776 | 2024-11-01T04:38:54.385Z | Downloaded pin-project-lite v0.2.14 |
777 | 2024-11-01T04:38:54.388Z | Downloaded derive-where v1.2.7 |
778 | 2024-11-01T04:38:54.391Z | Downloaded anyhow v1.0.89 |
779 | 2024-11-01T04:38:54.394Z | Downloaded ahash v0.8.11 |
780 | 2024-11-01T04:38:54.397Z | Downloaded pkg-config v0.3.31 |
781 | 2024-11-01T04:38:54.399Z | Downloaded camino-tempfile v1.1.1 |
782 | 2024-11-01T04:38:54.402Z | Downloaded byteorder v1.5.0 |
783 | 2024-11-01T04:38:54.408Z | Downloaded anstyle v1.0.8 |
784 | 2024-11-01T04:38:54.408Z | Downloaded pest_generator v2.7.13 |
785 | 2024-11-01T04:38:54.412Z | Downloaded embedded-io v0.4.0 |
786 | 2024-11-01T04:38:54.412Z | Downloaded debug-ignore v1.0.5 |
787 | 2024-11-01T04:38:54.412Z | Downloaded cobs v0.2.3 |
788 | 2024-11-01T04:38:54.412Z | Downloaded cfg-if v1.0.0 |
789 | 2024-11-01T04:38:54.412Z | Downloaded parking_lot_core v0.9.10 |
790 | 2024-11-01T04:38:54.414Z | Downloaded errno v0.3.9 |
791 | 2024-11-01T04:38:54.520Z | Downloaded ring v0.17.8 |
792 | 2024-11-01T04:38:54.866Z | Compiling proc-macro2 v1.0.86 |
793 | 2024-11-01T04:38:54.866Z | Compiling unicode-ident v1.0.13 |
794 | 2024-11-01T04:38:54.869Z | Compiling libc v0.2.159 |
795 | 2024-11-01T04:38:54.869Z | Compiling serde v1.0.210 |
796 | 2024-11-01T04:38:54.869Z | Compiling autocfg v1.3.0 |
797 | 2024-11-01T04:38:54.869Z | Compiling version_check v0.9.5 |
798 | 2024-11-01T04:38:54.869Z | Compiling cfg-if v1.0.0 |
799 | 2024-11-01T04:38:55.048Z | Compiling once_cell v1.19.0 |
800 | 2024-11-01T04:38:55.093Z | Compiling libm v0.2.8 |
801 | 2024-11-01T04:38:55.110Z | Compiling memchr v2.7.4 |
802 | 2024-11-01T04:38:55.477Z | Compiling byteorder v1.5.0 |
803 | 2024-11-01T04:38:55.632Z | Compiling parking_lot_core v0.9.10 |
804 | 2024-11-01T04:38:55.714Z | Compiling lock_api v0.4.12 |
805 | 2024-11-01T04:38:55.914Z | Compiling shlex v1.3.0 |
806 | 2024-11-01T04:38:56.078Z | Compiling thiserror v1.0.64 |
807 | 2024-11-01T04:38:56.288Z | Compiling cc v1.1.21 |
808 | 2024-11-01T04:38:56.481Z | Compiling itoa v1.0.11 |
809 | 2024-11-01T04:38:56.802Z | Compiling quote v1.0.37 |
810 | 2024-11-01T04:38:56.889Z | Compiling slab v0.4.9 |
811 | 2024-11-01T04:38:57.205Z | Compiling getrandom v0.2.15 |
812 | 2024-11-01T04:38:57.290Z | Compiling syn v2.0.77 |
813 | 2024-11-01T04:38:57.493Z | Compiling schemars v0.8.21 |
814 | 2024-11-01T04:38:57.513Z | Compiling ahash v0.8.11 |
815 | 2024-11-01T04:38:57.515Z | Compiling allocator-api2 v0.2.18 |
816 | 2024-11-01T04:38:57.629Z | Compiling num-traits v0.2.19 |
817 | 2024-11-01T04:38:57.707Z | Compiling ryu v1.0.18 |
818 | 2024-11-01T04:38:58.013Z | Compiling serde_json v1.0.128 |
819 | 2024-11-01T04:38:58.322Z | Compiling pin-project-lite v0.2.14 |
820 | 2024-11-01T04:38:58.442Z | Compiling equivalent v1.0.1 |
821 | 2024-11-01T04:38:58.461Z | Compiling log v0.4.22 |
822 | 2024-11-01T04:38:58.556Z | Compiling scopeguard v1.2.0 |
823 | 2024-11-01T04:38:58.602Z | Compiling fnv v1.0.7 |
824 | 2024-11-01T04:38:58.649Z | Compiling heck v0.5.0 |
825 | 2024-11-01T04:38:58.815Z | Compiling pkg-config v0.3.31 |
826 | 2024-11-01T04:38:59.063Z | Compiling crunchy v0.2.2 |
827 | 2024-11-01T04:38:59.083Z | Compiling vcpkg v0.2.15 |
828 | 2024-11-01T04:38:59.385Z | Compiling ring v0.17.8 |
829 | 2024-11-01T04:38:59.605Z | Compiling signal-hook-registry v1.4.2 |
830 | 2024-11-01T04:39:00.074Z | Compiling mio v1.0.2 |
831 | 2024-11-01T04:39:00.454Z | Compiling socket2 v0.5.7 |
832 | 2024-11-01T04:39:00.547Z | Compiling tiny-keccak v2.0.2 |
833 | 2024-11-01T04:39:00.672Z | Compiling httparse v1.9.4 |
834 | 2024-11-01T04:39:00.743Z | Compiling openssl-sys v0.9.103 |
835 | 2024-11-01T04:39:00.880Z | Compiling slog v2.7.0 |
836 | 2024-11-01T04:39:01.350Z | Compiling iana-time-zone v0.1.61 |
837 | 2024-11-01T04:39:01.752Z | Compiling futures-core v0.3.30 |
838 | 2024-11-01T04:39:01.813Z | Compiling const-random-macro v0.1.16 |
839 | 2024-11-01T04:39:01.834Z | Compiling dyn-clone v1.0.17 |
840 | 2024-11-01T04:39:02.057Z | Compiling futures-sink v0.3.30 |
841 | 2024-11-01T04:39:02.094Z | Compiling openssl v0.10.66 |
842 | 2024-11-01T04:39:02.460Z | Compiling native-tls v0.2.12 |
843 | 2024-11-01T04:39:02.563Z | Compiling rustls v0.23.13 |
844 | 2024-11-01T04:39:02.565Z | Compiling const-random v0.1.18 |
845 | 2024-11-01T04:39:02.679Z | Compiling semver v1.0.23 |
846 | 2024-11-01T04:39:02.725Z | Compiling typenum v1.17.0 |
847 | 2024-11-01T04:39:02.845Z | Compiling futures-channel v0.3.30 |
848 | 2024-11-01T04:39:02.850Z | Compiling futures-task v0.3.30 |
849 | 2024-11-01T04:39:02.884Z | Compiling pin-utils v0.1.0 |
850 | 2024-11-01T04:39:02.902Z | Compiling futures-io v0.3.30 |
851 | 2024-11-01T04:39:02.957Z | Compiling generic-array v0.14.7 |
852 | 2024-11-01T04:39:03.098Z | Compiling tracing-core v0.1.32 |
853 | 2024-11-01T04:39:03.167Z | Compiling bitflags v2.6.0 |
854 | 2024-11-01T04:39:03.236Z | Compiling ucd-trie v0.1.6 |
855 | 2024-11-01T04:39:03.256Z | Compiling subtle v2.6.1 |
856 | 2024-11-01T04:39:03.296Z | Compiling aho-corasick v1.1.3 |
857 | 2024-11-01T04:39:03.299Z | Compiling anyhow v1.0.89 |
858 | 2024-11-01T04:39:03.533Z | Compiling regex-syntax v0.8.4 |
859 | 2024-11-01T04:39:03.755Z | Compiling num-conv v0.1.0 |
860 | 2024-11-01T04:39:03.782Z | Compiling time-core v0.1.2 |
861 | 2024-11-01T04:39:03.999Z | Compiling time-macros v0.2.18 |
862 | 2024-11-01T04:39:04.314Z | Compiling serde_derive_internals v0.29.1 |
863 | 2024-11-01T04:39:04.931Z | Compiling spin v0.9.8 |
864 | 2024-11-01T04:39:05.298Z | Compiling rustls-pki-types v1.8.0 |
865 | 2024-11-01T04:39:06.535Z | Compiling usdt-impl v0.5.0 |
866 | 2024-11-01T04:39:06.579Z | Compiling untrusted v0.9.0 |
867 | 2024-11-01T04:39:06.790Z | Compiling omicron-workspace-hack v0.1.0 |
868 | 2024-11-01T04:39:07.098Z | Compiling regex-automata v0.4.7 |
869 | 2024-11-01T04:39:07.186Z | Compiling strsim v0.11.1 |
870 | 2024-11-01T04:39:07.691Z | Compiling atomic-waker v1.1.2 |
871 | 2024-11-01T04:39:07.891Z | Compiling rustversion v1.0.17 |
872 | 2024-11-01T04:39:07.911Z | Compiling plain v0.2.3 |
873 | 2024-11-01T04:39:08.079Z | Compiling tinyvec_macros v0.1.1 |
874 | 2024-11-01T04:39:08.194Z | Compiling tinyvec v1.8.0 |
875 | 2024-11-01T04:39:09.331Z | Compiling rand_core v0.6.4 |
876 | 2024-11-01T04:39:09.621Z | Compiling serde_derive v1.0.210 |
877 | 2024-11-01T04:39:09.800Z | Compiling zerocopy-derive v0.7.35 |
878 | 2024-11-01T04:39:09.846Z | Compiling thiserror-impl v1.0.64 |
879 | 2024-11-01T04:39:10.398Z | Compiling tokio-macros v2.4.0 |
880 | 2024-11-01T04:39:10.566Z | Compiling schemars_derive v0.8.21 |
881 | 2024-11-01T04:39:11.957Z | Compiling zerocopy v0.7.35 |
882 | 2024-11-01T04:39:12.727Z | Compiling futures-macro v0.3.30 |
883 | 2024-11-01T04:39:13.905Z | Compiling openssl-macros v0.1.1 |
884 | 2024-11-01T04:39:13.937Z | Compiling tracing-attributes v0.1.27 |
885 | 2024-11-01T04:39:14.136Z | Compiling hashbrown v0.14.5 |
886 | 2024-11-01T04:39:14.660Z | Compiling futures-util v0.3.30 |
887 | 2024-11-01T04:39:14.713Z | Compiling scroll_derive v0.12.0 |
888 | 2024-11-01T04:39:14.733Z | Compiling pest v2.7.13 |
889 | 2024-11-01T04:39:15.539Z | Compiling regress v0.10.1 |
890 | 2024-11-01T04:39:16.139Z | Compiling regex v1.10.6 |
891 | 2024-11-01T04:39:16.159Z | Compiling scroll v0.12.0 |
892 | 2024-11-01T04:39:17.406Z | Compiling tracing v0.1.40 |
893 | 2024-11-01T04:39:17.680Z | Compiling pest_meta v2.7.13 |
894 | 2024-11-01T04:39:18.131Z | Compiling goblin v0.8.2 |
895 | 2024-11-01T04:39:20.236Z | Compiling pest_generator v2.7.13 |
896 | 2024-11-01T04:39:21.558Z | Compiling rustls-webpki v0.102.8 |
897 | 2024-11-01T04:39:21.792Z | Compiling zeroize v1.8.1 |
898 | 2024-11-01T04:39:22.027Z | Compiling pest_derive v2.7.13 |
899 | 2024-11-01T04:39:22.156Z | Compiling pretty-hex v0.4.1 |
900 | 2024-11-01T04:39:22.385Z | Compiling percent-encoding v2.3.1 |
901 | 2024-11-01T04:39:22.856Z | Compiling unsafe-libyaml v0.2.11 |
902 | 2024-11-01T04:39:23.181Z | Compiling bytes v1.7.2 |
903 | 2024-11-01T04:39:24.378Z | Compiling smallvec v1.13.2 |
904 | 2024-11-01T04:39:24.597Z | Compiling indexmap v2.5.0 |
905 | 2024-11-01T04:39:25.729Z | Compiling parking_lot v0.12.3 |
906 | 2024-11-01T04:39:25.879Z | Compiling chrono v0.4.38 |
907 | 2024-11-01T04:39:25.901Z | Compiling uuid v1.10.0 |
908 | 2024-11-01T04:39:26.063Z | Compiling serde_tokenstream v0.2.2 |
909 | 2024-11-01T04:39:26.082Z | Compiling http v1.1.0 |
910 | 2024-11-01T04:39:26.646Z | Compiling tokio v1.40.0 |
911 | 2024-11-01T04:39:29.471Z | Compiling openapiv3 v2.0.0 |
912 | 2024-11-01T04:39:30.932Z | Compiling http-body v1.0.1 |
913 | 2024-11-01T04:39:31.215Z | Compiling try-lock v0.2.5 |
914 | 2024-11-01T04:39:31.385Z | Compiling want v0.3.1 |
915 | 2024-11-01T04:39:31.721Z | Compiling ipnetwork v0.20.0 |
916 | 2024-11-01T04:39:33.322Z | Compiling typify-impl v0.2.0 |
917 | 2024-11-01T04:39:33.808Z | Compiling serde_yaml v0.9.34+deprecated |
918 | 2024-11-01T04:39:33.838Z | Compiling dof v0.3.0 |
919 | 2024-11-01T04:39:34.313Z | Compiling dtrace-parser v0.2.0 |
920 | 2024-11-01T04:39:35.581Z | Compiling form_urlencoded v1.2.1 |
921 | 2024-11-01T04:39:35.883Z | Compiling unicode-normalization v0.1.24 |
922 | 2024-11-01T04:39:36.266Z | Compiling thread-id v4.2.2 |
923 | 2024-11-01T04:39:36.382Z | Compiling tokio-util v0.7.12 |
924 | 2024-11-01T04:39:37.203Z | Compiling syn v1.0.109 |
925 | 2024-11-01T04:39:37.390Z | Compiling rustls v0.22.4 |
926 | 2024-11-01T04:39:37.564Z | Compiling h2 v0.4.6 |
927 | 2024-11-01T04:39:37.724Z | Compiling unicode-bidi v0.3.15 |
928 | 2024-11-01T04:39:37.813Z | Compiling ident_case v1.0.1 |
929 | 2024-11-01T04:39:38.005Z | Compiling camino v1.1.9 |
930 | 2024-11-01T04:39:38.437Z | Compiling httpdate v1.0.3 |
931 | 2024-11-01T04:39:38.626Z | Compiling foreign-types-shared v0.1.1 |
932 | 2024-11-01T04:39:38.754Z | Compiling foreign-types v0.3.2 |
933 | 2024-11-01T04:39:38.863Z | Compiling darling_core v0.20.10 |
934 | 2024-11-01T04:39:39.258Z | Compiling ppv-lite86 v0.2.20 |
935 | 2024-11-01T04:39:40.897Z | Compiling tower-service v0.3.3 |
936 | 2024-11-01T04:39:41.025Z | Compiling slog-async v2.8.0 |
937 | 2024-11-01T04:39:41.703Z | Compiling rand_chacha v0.3.1 |
938 | 2024-11-01T04:39:43.460Z | Compiling hyper v1.4.1 |
939 | 2024-11-01T04:39:45.132Z | Compiling darling_macro v0.20.10 |
940 | 2024-11-01T04:39:45.419Z | Compiling typify-macro v0.2.0 |
941 | 2024-11-01T04:39:46.209Z | Compiling idna v0.5.0 |
942 | 2024-11-01T04:39:49.480Z | Compiling typify v0.2.0 |
943 | 2024-11-01T04:39:49.630Z | Compiling progenitor-impl v0.8.0 |
944 | 2024-11-01T04:39:50.050Z | Compiling hyper-util v0.1.9 |
945 | 2024-11-01T04:39:52.205Z | Compiling toml_datetime v0.6.8 |
946 | 2024-11-01T04:39:53.728Z | Compiling multer v3.1.0 |
947 | 2024-11-01T04:39:54.093Z | Compiling openssl-probe v0.1.5 |
948 | 2024-11-01T04:39:54.590Z | Compiling paste v1.0.15 |
949 | 2024-11-01T04:39:56.486Z | Compiling progenitor-macro v0.8.0 |
950 | 2024-11-01T04:39:57.154Z | Compiling url v2.5.2 |
951 | 2024-11-01T04:39:57.278Z | Compiling darling v0.20.10 |
952 | 2024-11-01T04:39:57.399Z | Compiling rand v0.8.5 |
953 | 2024-11-01T04:40:00.100Z | Compiling usdt-attr-macro v0.5.0 |
954 | 2024-11-01T04:40:01.828Z | Compiling usdt-macro v0.5.0 |
955 | 2024-11-01T04:40:02.622Z | Compiling http-body-util v0.1.2 |
956 | 2024-11-01T04:40:02.669Z | Compiling async-trait v0.1.83 |
957 | 2024-11-01T04:40:04.397Z | Compiling encoding_rs v0.8.34 |
958 | 2024-11-01T04:40:04.988Z | Compiling base64 v0.22.1 |
959 | 2024-11-01T04:40:05.153Z | Compiling mime v0.3.17 |
960 | 2024-11-01T04:40:06.135Z | Compiling ipnet v2.10.0 |
961 | 2024-11-01T04:40:06.239Z | Compiling rustls-pemfile v2.1.3 |
962 | 2024-11-01T04:40:09.211Z | Compiling tokio-rustls v0.26.0 |
963 | 2024-11-01T04:40:10.606Z | Compiling serde_with_macros v3.9.0 |
964 | 2024-11-01T04:40:10.791Z | Compiling tokio-native-tls v0.3.1 |
965 | 2024-11-01T04:40:11.904Z | Compiling strum_macros v0.26.4 |
966 | 2024-11-01T04:40:12.274Z | Compiling serde_urlencoded v0.7.1 |
967 | 2024-11-01T04:40:12.852Z | Compiling structmeta-derive v0.3.0 |
968 | 2024-11-01T04:40:13.396Z | Compiling async-stream-impl v0.3.5 |
969 | 2024-11-01T04:40:14.755Z | Compiling webpki-roots v0.26.6 |
970 | 2024-11-01T04:40:14.980Z | Compiling dropshot v0.12.0 |
971 | 2024-11-01T04:40:15.337Z | Compiling powerfmt v0.2.0 |
972 | 2024-11-01T04:40:15.556Z | Compiling crossbeam-utils v0.8.20 |
973 | 2024-11-01T04:40:15.834Z | Compiling deranged v0.3.11 |
974 | 2024-11-01T04:40:16.150Z | Compiling structmeta v0.3.0 |
975 | 2024-11-01T04:40:16.457Z | Compiling hyper-rustls v0.27.3 |
976 | 2024-11-01T04:40:16.593Z | Compiling hyper-tls v0.6.0 |
977 | 2024-11-01T04:40:17.878Z | Compiling sync_wrapper v1.0.1 |
978 | 2024-11-01T04:40:18.779Z | Compiling num_threads v0.1.7 |
979 | 2024-11-01T04:40:19.474Z | Compiling winnow v0.6.18 |
980 | 2024-11-01T04:40:20.863Z | Compiling time v0.3.36 |
981 | 2024-11-01T04:40:21.150Z | Compiling reqwest v0.12.8 |
982 | 2024-11-01T04:40:23.567Z | Compiling parse-display-derive v0.10.0 |
983 | 2024-11-01T04:40:25.695Z | Compiling crypto-common v0.1.6 |
984 | 2024-11-01T04:40:25.931Z | Compiling block-buffer v0.10.4 |
985 | 2024-11-01T04:40:26.204Z | Compiling dropshot_endpoint v0.12.0 |
986 | 2024-11-01T04:40:27.705Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
987 | 2024-11-01T04:40:30.159Z | Compiling digest v0.10.7 |
988 | 2024-11-01T04:40:30.537Z | Compiling progenitor-client v0.8.0 |
989 | 2024-11-01T04:40:31.455Z | Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265) |
990 | 2024-11-01T04:40:33.434Z | Compiling dirs-sys-next v0.1.2 |
991 | 2024-11-01T04:40:33.542Z | Compiling match_cfg v0.1.0 |
992 | 2024-11-01T04:40:34.059Z | Compiling rustix v0.38.37 |
993 | 2024-11-01T04:40:34.791Z | Compiling lazy_static v1.5.0 |
994 | 2024-11-01T04:40:35.085Z | Compiling dirs-next v2.0.0 |
995 | 2024-11-01T04:40:35.284Z | Compiling hostname v0.3.1 |
996 | 2024-11-01T04:40:35.349Z | Compiling progenitor v0.8.0 |
997 | 2024-11-01T04:40:37.113Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
998 | 2024-11-01T04:40:38.036Z | Compiling futures-executor v0.3.30 |
999 | 2024-11-01T04:40:38.604Z | Compiling thread_local v1.1.8 |
1000 | 2024-11-01T04:40:39.149Z | Compiling errno v0.3.9 |
1001 | 2024-11-01T04:40:39.427Z | Compiling instant v0.1.13 |
1002 | 2024-11-01T04:40:39.604Z | Compiling cpufeatures v0.2.14 |
1003 | 2024-11-01T04:40:39.906Z | Compiling unicode-width v0.1.14 |
1004 | 2024-11-01T04:40:41.532Z | Compiling futures v0.3.30 |
1005 | 2024-11-01T04:40:43.037Z | Compiling term v0.7.0 |
1006 | 2024-11-01T04:40:44.002Z | Compiling crossbeam-channel v0.5.13 |
1007 | 2024-11-01T04:40:45.913Z | Compiling serde_spanned v0.6.7 |
1008 | 2024-11-01T04:40:46.411Z | Compiling is-terminal v0.4.13 |
1009 | 2024-11-01T04:40:46.561Z | Compiling memmap v0.7.0 |
1010 | 2024-11-01T04:40:47.048Z | Compiling take_mut v0.2.2 |
1011 | 2024-11-01T04:40:47.468Z | Compiling usdt v0.5.0 |
1012 | 2024-11-01T04:40:47.667Z | Compiling slog-term v2.9.1 |
1013 | 2024-11-01T04:40:48.902Z | Compiling toml_edit v0.22.21 |
1014 | 2024-11-01T04:40:50.287Z | Compiling slog-json v2.6.1 |
1015 | 2024-11-01T04:40:50.714Z | Compiling strum v0.26.3 |
1016 | 2024-11-01T04:40:50.905Z | Compiling serde_with v3.9.0 |
1017 | 2024-11-01T04:40:53.238Z | Compiling heapless v0.8.0 |
1018 | 2024-11-01T04:40:54.322Z | Compiling debug-ignore v1.0.5 |
1019 | 2024-11-01T04:40:55.317Z | Compiling tokio-rustls v0.25.0 |
1020 | 2024-11-01T04:40:56.220Z | Compiling toml v0.8.19 |
1021 | 2024-11-01T04:40:56.484Z | Compiling slog-bunyan v2.5.0 |
1022 | 2024-11-01T04:40:56.769Z | Compiling sha1 v0.10.6 |
1023 | 2024-11-01T04:40:58.296Z | Compiling async-stream v0.3.5 |
1024 | 2024-11-01T04:40:58.621Z | Compiling newtype-uuid v1.1.0 |
1025 | 2024-11-01T04:40:58.670Z | Compiling serde_path_to_error v0.1.16 |
1026 | 2024-11-01T04:40:58.964Z | Compiling hex v0.4.3 |
1027 | 2024-11-01T04:40:58.983Z | Compiling waitgroup v0.1.2 |
1028 | 2024-11-01T04:40:59.304Z | Compiling hostname v0.4.0 |
1029 | 2024-11-01T04:40:59.573Z | Compiling hash32 v0.3.1 |
1030 | 2024-11-01T04:40:59.677Z | Compiling stable_deref_trait v1.2.0 |
1031 | 2024-11-01T04:40:59.721Z | Compiling smoltcp v0.11.0 |
1032 | 2024-11-01T04:41:01.571Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1033 | 2024-11-01T04:41:02.574Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1034 | 2024-11-01T04:41:03.009Z | Compiling backoff v0.4.0 |
1035 | 2024-11-01T04:41:03.220Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
1036 | 2024-11-01T04:41:03.355Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1037 | 2024-11-01T04:41:03.755Z | Compiling parse-display v0.10.0 |
1038 | 2024-11-01T04:41:05.566Z | Compiling macaddr v1.0.1 |
1039 | 2024-11-01T04:41:06.228Z | Compiling regress v0.9.1 |
1040 | 2024-11-01T04:41:08.035Z | Compiling clap_derive v4.5.18 |
1041 | 2024-11-01T04:41:10.468Z | Compiling utf8parse v0.2.2 |
1042 | 2024-11-01T04:41:10.644Z | Compiling bitflags v1.3.2 |
1043 | 2024-11-01T04:41:10.762Z | Compiling managed v0.8.0 |
1044 | 2024-11-01T04:41:11.368Z | Compiling cobs v0.2.3 |
1045 | 2024-11-01T04:41:11.629Z | Compiling winnow v0.5.40 |
1046 | 2024-11-01T04:41:11.832Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1047 | 2024-11-01T04:41:12.236Z | Compiling postcard v1.0.10 |
1048 | 2024-11-01T04:41:13.381Z | Compiling anstyle-parse v0.2.5 |
1049 | 2024-11-01T04:41:14.788Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1050 | 2024-11-01T04:41:15.573Z | Compiling toml_edit v0.19.15 |
1051 | 2024-11-01T04:41:21.298Z | Compiling anstyle-query v1.1.1 |
1052 | 2024-11-01T04:41:21.475Z | Compiling colorchoice v1.0.2 |
1053 | 2024-11-01T04:41:21.528Z | Compiling anstyle v1.0.8 |
1054 | 2024-11-01T04:41:21.755Z | Compiling is_terminal_polyfill v1.70.1 |
1055 | 2024-11-01T04:41:22.099Z | Compiling anstream v0.6.15 |
1056 | 2024-11-01T04:41:23.477Z | Compiling proc-macro-crate v1.3.1 |
1057 | 2024-11-01T04:41:24.064Z | Compiling terminal_size v0.3.0 |
1058 | 2024-11-01T04:41:24.313Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1059 | 2024-11-01T04:41:24.502Z | Compiling clap_lex v0.7.2 |
1060 | 2024-11-01T04:41:24.916Z | Compiling clap_builder v4.5.18 |
1061 | 2024-11-01T04:41:25.202Z | Compiling num_enum_derive v0.5.11 |
1062 | 2024-11-01T04:41:26.487Z | Compiling tabwriter v1.4.0 |
1063 | 2024-11-01T04:41:26.882Z | Compiling foreign-types-macros v0.2.3 |
1064 | 2024-11-01T04:41:27.252Z | Compiling num-integer v0.1.46 |
1065 | 2024-11-01T04:41:27.739Z | Compiling foreign-types-shared v0.3.1 |
1066 | 2024-11-01T04:41:27.862Z | Compiling num_enum v0.5.11 |
1067 | 2024-11-01T04:41:28.231Z | Compiling foreign-types v0.5.0 |
1068 | 2024-11-01T04:41:28.578Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1069 | 2024-11-01T04:41:29.199Z | Compiling clap v4.5.18 |
1070 | 2024-11-01T04:41:29.302Z | Compiling cstr-argument v0.1.2 |
1071 | 2024-11-01T04:41:29.324Z | Compiling proc-macro-error-attr v1.0.4 |
1072 | 2024-11-01T04:41:29.602Z | Compiling either v1.13.0 |
1073 | 2024-11-01T04:41:29.679Z | Compiling heck v0.4.1 |
1074 | 2024-11-01T04:41:30.112Z | Compiling pretty-hex v0.2.1 |
1075 | 2024-11-01T04:41:30.196Z | Compiling prettyplease v0.2.22 |
1076 | 2024-11-01T04:41:30.344Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1077 | 2024-11-01T04:41:30.950Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1078 | 2024-11-01T04:41:30.953Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1079 | 2024-11-01T04:41:32.274Z | Compiling num-rational v0.4.2 |
1080 | 2024-11-01T04:41:32.433Z | Compiling num-iter v0.1.45 |
1081 | 2024-11-01T04:41:33.008Z | Compiling colored v2.1.0 |
1082 | 2024-11-01T04:41:34.514Z | Compiling num-complex v0.4.6 |
1083 | 2024-11-01T04:41:35.201Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1084 | 2024-11-01T04:41:35.221Z | Compiling proc-macro-error v1.0.4 |
1085 | 2024-11-01T04:41:35.562Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1086 | 2024-11-01T04:41:35.582Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1087 | 2024-11-01T04:41:35.870Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1088 | 2024-11-01T04:41:36.010Z | Compiling fastrand v2.1.1 |
1089 | 2024-11-01T04:41:36.452Z | Compiling tempfile v3.12.0 |
1090 | 2024-11-01T04:41:36.692Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1091 | 2024-11-01T04:41:37.155Z | Compiling num v0.4.3 |
1092 | 2024-11-01T04:41:40.811Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1093 | 2024-11-01T04:41:41.325Z | Compiling crucible-workspace-hack v0.1.0 |
1094 | 2024-11-01T04:41:41.413Z | Compiling float-ord v0.3.2 |
1095 | 2024-11-01T04:41:41.592Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1096 | 2024-11-01T04:41:48.753Z | Compiling unicode-segmentation v1.12.0 |
1097 | 2024-11-01T04:41:49.479Z | Compiling semver v0.1.20 |
1098 | 2024-11-01T04:41:49.811Z | Compiling newline-converter v0.3.0 |
1099 | 2024-11-01T04:41:50.006Z | Compiling rustc_version v0.1.7 |
1100 | 2024-11-01T04:41:50.234Z | Compiling zone_cfg_derive v0.3.0 |
1101 | 2024-11-01T04:41:50.419Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1102 | 2024-11-01T04:41:50.923Z | Compiling camino-tempfile v1.1.1 |
1103 | 2024-11-01T04:41:51.195Z | Compiling itertools v0.10.5 |
1104 | 2024-11-01T04:41:51.658Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1105 | 2024-11-01T04:41:51.723Z | Compiling console v0.15.8 |
1106 | 2024-11-01T04:41:52.137Z | Compiling num-derive v0.4.2 |
1107 | 2024-11-01T04:41:53.281Z | Compiling sigpipe v0.1.3 |
1108 | 2024-11-01T04:41:53.445Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1109 | 2024-11-01T04:41:53.767Z | Compiling similar v2.6.0 |
1110 | 2024-11-01T04:41:54.481Z | Compiling base64ct v1.6.0 |
1111 | 2024-11-01T04:41:54.588Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95) |
1112 | 2024-11-01T04:41:54.615Z | Compiling zone v0.3.0 |
1113 | 2024-11-01T04:41:55.154Z | Compiling password-hash v0.5.0 |
1114 | 2024-11-01T04:41:56.136Z | Compiling expectorate v1.1.0 |
1115 | 2024-11-01T04:41:56.604Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1116 | 2024-11-01T04:41:57.320Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1117 | 2024-11-01T04:41:57.768Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1118 | 2024-11-01T04:41:58.332Z | Compiling newtype_derive v0.1.6 |
1119 | 2024-11-01T04:41:58.726Z | Compiling blake2 v0.10.6 |
1120 | 2024-11-01T04:41:59.876Z | Compiling hubpack_derive v0.1.1 |
1121 | 2024-11-01T04:41:59.940Z | Compiling smf v0.2.3 |
1122 | 2024-11-01T04:42:00.123Z | Compiling zerocopy-derive v0.6.6 |
1123 | 2024-11-01T04:42:00.686Z | Compiling cancel-safe-futures v0.1.5 |
1124 | 2024-11-01T04:42:00.824Z | Compiling owo-colors v4.1.0 |
1125 | 2024-11-01T04:42:01.079Z | Compiling whoami v1.5.2 |
1126 | 2024-11-01T04:42:01.152Z | Compiling fixedbitset v0.4.2 |
1127 | 2024-11-01T04:42:01.238Z | Compiling hubpack v0.1.2 |
1128 | 2024-11-01T04:42:01.836Z | Compiling petgraph v0.6.5 |
1129 | 2024-11-01T04:42:02.191Z | Compiling zerocopy v0.6.6 |
1130 | 2024-11-01T04:42:02.530Z | Compiling argon2 v0.5.3 |
1131 | 2024-11-01T04:42:03.185Z | Compiling strum_macros v0.25.3 |
1132 | 2024-11-01T04:42:04.913Z | Compiling serde-big-array v0.5.1 |
1133 | 2024-11-01T04:42:05.184Z | Compiling serde_repr v0.1.19 |
1134 | 2024-11-01T04:42:06.332Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1135 | 2024-11-01T04:42:06.412Z | Compiling cookie v0.18.1 |
1136 | 2024-11-01T04:42:06.665Z | Compiling convert_case v0.4.0 |
1137 | 2024-11-01T04:42:06.806Z | Compiling static_assertions v1.1.0 |
1138 | 2024-11-01T04:42:06.989Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1139 | 2024-11-01T04:42:07.009Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1140 | 2024-11-01T04:42:07.476Z | Compiling derive_more v0.99.18 |
1141 | 2024-11-01T04:42:08.968Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1142 | 2024-11-01T04:42:09.883Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1143 | 2024-11-01T04:42:10.245Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1144 | 2024-11-01T04:42:12.437Z | Compiling atomicwrites v0.4.4 |
1145 | 2024-11-01T04:42:12.954Z | Compiling itertools v0.13.0 |
1146 | 2024-11-01T04:42:14.269Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1147 | 2024-11-01T04:42:15.490Z | Compiling idna v0.4.0 |
1148 | 2024-11-01T04:42:15.621Z | Compiling libsw v3.3.1 |
1149 | 2024-11-01T04:42:15.972Z | Compiling enum-as-inner v0.6.1 |
1150 | 2024-11-01T04:42:16.258Z | Compiling derive-where v1.2.7 |
1151 | 2024-11-01T04:42:16.399Z | Compiling indent_write v2.2.0 |
1152 | 2024-11-01T04:42:16.675Z | Compiling highway v1.2.0 |
1153 | 2024-11-01T04:42:16.714Z | Compiling data-encoding v2.6.0 |
1154 | 2024-11-01T04:42:17.191Z | Compiling linear-map v1.2.0 |
1155 | 2024-11-01T04:42:17.646Z | Compiling linked-hash-map v0.5.6 |
1156 | 2024-11-01T04:42:18.091Z | Compiling swrite v0.1.0 |
1157 | 2024-11-01T04:42:18.121Z | Compiling quick-error v1.2.3 |
1158 | 2024-11-01T04:42:18.240Z | Compiling lru-cache v0.1.2 |
1159 | 2024-11-01T04:42:18.289Z | Compiling resolv-conf v0.7.0 |
1160 | 2024-11-01T04:42:18.486Z | Compiling hickory-proto v0.24.1 |
1161 | 2024-11-01T04:42:19.384Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1162 | 2024-11-01T04:42:19.707Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1163 | 2024-11-01T04:42:19.872Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1164 | 2024-11-01T04:42:22.315Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1165 | 2024-11-01T04:42:22.724Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1166 | 2024-11-01T04:42:23.710Z | Compiling steno v0.4.1 |
1167 | 2024-11-01T04:42:24.086Z | Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1168 | 2024-11-01T04:42:28.045Z | Compiling slog-dtrace v0.3.0 |
1169 | 2024-11-01T04:42:28.191Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1170 | 2024-11-01T04:42:28.420Z | Compiling humantime v2.1.0 |
1171 | 2024-11-01T04:42:28.533Z | Compiling parking_lot_core v0.8.6 |
1172 | 2024-11-01T04:42:29.020Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1173 | 2024-11-01T04:42:29.195Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1174 | 2024-11-01T04:42:29.321Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1175 | 2024-11-01T04:42:30.747Z | Compiling hickory-resolver v0.24.1 |
1176 | 2024-11-01T04:42:31.843Z | Compiling num-derive v0.3.3 |
1177 | 2024-11-01T04:42:32.559Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1178 | 2024-11-01T04:42:33.515Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
1179 | 2024-11-01T04:42:34.110Z | Compiling libscf-sys v1.0.0 (https://github.com/illumos/libscf-sys.git#bb0b82c3) |
1180 | 2024-11-01T04:42:34.113Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1181 | 2024-11-01T04:42:35.333Z | Compiling parking_lot v0.11.2 |
1182 | 2024-11-01T04:42:35.819Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#f14ff351) |
1183 | 2024-11-01T04:42:36.719Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1184 | 2024-11-01T04:42:37.365Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#4cdc7d7e) |
1185 | 2024-11-01T04:42:38.741Z | Compiling crossbeam-epoch v0.9.18 |
1186 | 2024-11-01T04:42:39.670Z | Compiling fxhash v0.2.1 |
1187 | 2024-11-01T04:42:39.880Z | Compiling crc32fast v1.4.2 |
1188 | 2024-11-01T04:42:39.906Z | Compiling arc-swap v1.7.1 |
1189 | 2024-11-01T04:42:40.398Z | Compiling crc8 v0.1.1 |
1190 | 2024-11-01T04:42:40.628Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#4cdc7d7e) |
1191 | 2024-11-01T04:42:40.713Z | Compiling slog-scope v4.4.0 |
1192 | 2024-11-01T04:42:41.502Z | Compiling sled v0.34.7 |
1193 | 2024-11-01T04:42:45.600Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1194 | 2024-11-01T04:42:46.043Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
1195 | 2024-11-01T04:42:46.592Z | Compiling slog-stdlog v4.1.1 |
1196 | 2024-11-01T04:42:47.434Z | Compiling slog-envlogger v2.2.0 |
1197 | 2024-11-01T04:42:49.474Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1198 | 2024-11-01T04:42:50.159Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
1199 | 2024-11-01T04:43:00.300Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1200 | 2024-11-01T04:43:01.859Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
1201 | 2024-11-01T04:43:07.637Z | Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm) |
1202 | 2024-11-01T04:43:36.076Z | Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd) |
1203 | 2024-11-01T04:43:36.076Z | Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm) |
1204 | 2024-11-01T04:43:43.309Z | Finished `release` profile [optimized] target(s) in 5m 11s |
1205 | 2024-11-01T04:43:43.620Z | + banner trio |
1206 | 2024-11-01T04:43:43.622Z | |
1207 | 2024-11-01T04:43:43.622Z | ##### ##### # #### |
1208 | 2024-11-01T04:43:43.622Z | # # # # # # |
1209 | 2024-11-01T04:43:43.622Z | # # # # # # |
1210 | 2024-11-01T04:43:43.622Z | # ##### # # # |
1211 | 2024-11-01T04:43:43.622Z | # # # # # # |
1212 | 2024-11-01T04:43:43.622Z | # # # # #### |
1213 | 2024-11-01T04:43:43.622Z | |
1214 | 2024-11-01T04:43:43.622Z | + pfexec cargo test --release -p mg-tests test_trio_v3 -- --nocapture |
1215 | 2024-11-01T04:43:44.095Z | Compiling cfg-if v1.0.0 |
1216 | 2024-11-01T04:43:44.095Z | Compiling libc v0.2.159 |
1217 | 2024-11-01T04:43:44.095Z | Compiling serde v1.0.210 |
1218 | 2024-11-01T04:43:44.098Z | Compiling once_cell v1.19.0 |
1219 | 2024-11-01T04:43:44.098Z | Compiling itoa v1.0.11 |
1220 | 2024-11-01T04:43:44.098Z | Compiling byteorder v1.5.0 |
1221 | 2024-11-01T04:43:44.169Z | Compiling syn v2.0.77 |
1222 | 2024-11-01T04:43:44.237Z | Compiling bytes v1.7.2 |
1223 | 2024-11-01T04:43:44.240Z | Compiling num-traits v0.2.19 |
1224 | 2024-11-01T04:43:44.378Z | Compiling zerocopy v0.7.35 |
1225 | 2024-11-01T04:43:44.526Z | Compiling pin-project-lite v0.2.14 |
1226 | 2024-11-01T04:43:44.556Z | Compiling ahash v0.8.11 |
1227 | 2024-11-01T04:43:44.611Z | Compiling schemars v0.8.21 |
1228 | 2024-11-01T04:43:44.625Z | Compiling scopeguard v1.2.0 |
1229 | 2024-11-01T04:43:44.689Z | Compiling memchr v2.7.4 |
1230 | 2024-11-01T04:43:44.713Z | Compiling smallvec v1.13.2 |
1231 | 2024-11-01T04:43:44.746Z | Compiling allocator-api2 v0.2.18 |
1232 | 2024-11-01T04:43:44.967Z | Compiling lock_api v0.4.12 |
1233 | 2024-11-01T04:43:45.488Z | Compiling fnv v1.0.7 |
1234 | 2024-11-01T04:43:45.574Z | Compiling getrandom v0.2.15 |
1235 | 2024-11-01T04:43:45.608Z | Compiling hashbrown v0.14.5 |
1236 | 2024-11-01T04:43:45.622Z | Compiling parking_lot_core v0.9.10 |
1237 | 2024-11-01T04:43:45.653Z | Compiling signal-hook-registry v1.4.2 |
1238 | 2024-11-01T04:43:45.921Z | Compiling mio v1.0.2 |
1239 | 2024-11-01T04:43:46.038Z | Compiling parking_lot v0.12.3 |
1240 | 2024-11-01T04:43:46.425Z | Compiling socket2 v0.5.7 |
1241 | 2024-11-01T04:43:46.710Z | Compiling log v0.4.22 |
1242 | 2024-11-01T04:43:47.082Z | Compiling futures-core v0.3.30 |
1243 | 2024-11-01T04:43:47.273Z | Compiling ryu v1.0.18 |
1244 | 2024-11-01T04:43:47.345Z | Compiling equivalent v1.0.1 |
1245 | 2024-11-01T04:43:47.458Z | Compiling tracing-core v0.1.32 |
1246 | 2024-11-01T04:43:47.482Z | Compiling serde_json v1.0.128 |
1247 | 2024-11-01T04:43:47.515Z | Compiling uuid v1.10.0 |
1248 | 2024-11-01T04:43:47.631Z | Compiling regress v0.10.1 |
1249 | 2024-11-01T04:43:47.812Z | Compiling futures-task v0.3.30 |
1250 | 2024-11-01T04:43:47.995Z | Compiling pin-utils v0.1.0 |
1251 | 2024-11-01T04:43:48.089Z | Compiling futures-sink v0.3.30 |
1252 | 2024-11-01T04:43:48.100Z | Compiling spin v0.9.8 |
1253 | 2024-11-01T04:43:48.137Z | Compiling untrusted v0.9.0 |
1254 | 2024-11-01T04:43:48.187Z | Compiling futures-util v0.3.30 |
1255 | 2024-11-01T04:43:48.241Z | Compiling slab v0.4.9 |
1256 | 2024-11-01T04:43:48.303Z | Compiling ring v0.17.8 |
1257 | 2024-11-01T04:43:48.532Z | Compiling try-lock v0.2.5 |
1258 | 2024-11-01T04:43:48.691Z | Compiling want v0.3.1 |
1259 | 2024-11-01T04:43:48.977Z | Compiling httparse v1.9.4 |
1260 | 2024-11-01T04:43:49.294Z | Compiling chrono v0.4.38 |
1261 | 2024-11-01T04:43:49.891Z | Compiling futures-channel v0.3.30 |
1262 | 2024-11-01T04:43:50.031Z | Compiling dyn-clone v1.0.17 |
1263 | 2024-11-01T04:43:50.230Z | Compiling foreign-types-shared v0.1.1 |
1264 | 2024-11-01T04:43:50.335Z | Compiling tower-service v0.3.3 |
1265 | 2024-11-01T04:43:50.348Z | Compiling foreign-types v0.3.2 |
1266 | 2024-11-01T04:43:50.432Z | Compiling openssl-sys v0.9.103 |
1267 | 2024-11-01T04:43:50.790Z | Compiling serde_derive_internals v0.29.1 |
1268 | 2024-11-01T04:43:51.318Z | Compiling bitflags v2.6.0 |
1269 | 2024-11-01T04:43:51.336Z | Compiling unicode-ident v1.0.13 |
1270 | 2024-11-01T04:43:51.542Z | Compiling proc-macro2 v1.0.86 |
1271 | 2024-11-01T04:43:51.676Z | Compiling http v1.1.0 |
1272 | 2024-11-01T04:43:51.871Z | Compiling semver v1.0.23 |
1273 | 2024-11-01T04:43:52.306Z | Compiling tinyvec_macros v0.1.1 |
1274 | 2024-11-01T04:43:52.362Z | Compiling openssl-probe v0.1.5 |
1275 | 2024-11-01T04:43:52.397Z | Compiling tinyvec v1.8.0 |
1276 | 2024-11-01T04:43:52.896Z | Compiling quote v1.0.37 |
1277 | 2024-11-01T04:43:53.144Z | Compiling percent-encoding v2.3.1 |
1278 | 2024-11-01T04:43:53.606Z | Compiling form_urlencoded v1.2.1 |
1279 | 2024-11-01T04:43:54.128Z | Compiling unicode-normalization v0.1.24 |
1280 | 2024-11-01T04:43:55.019Z | Compiling aho-corasick v1.1.3 |
1281 | 2024-11-01T04:43:55.427Z | Compiling http v0.2.12 |
1282 | 2024-11-01T04:43:56.018Z | Compiling rustls-pki-types v1.8.0 |
1283 | 2024-11-01T04:43:56.311Z | Compiling serde_derive v1.0.210 |
1284 | 2024-11-01T04:43:56.375Z | Compiling zerocopy-derive v0.7.35 |
1285 | 2024-11-01T04:43:56.384Z | Compiling thiserror-impl v1.0.64 |
1286 | 2024-11-01T04:43:57.053Z | Compiling schemars_derive v0.8.21 |
1287 | 2024-11-01T04:43:57.335Z | Compiling tokio-macros v2.4.0 |
1288 | 2024-11-01T04:43:58.900Z | Compiling tokio v1.40.0 |
1289 | 2024-11-01T04:43:59.262Z | Compiling tracing-attributes v0.1.27 |
1290 | 2024-11-01T04:43:59.473Z | Compiling thiserror v1.0.64 |
1291 | 2024-11-01T04:43:59.757Z | Compiling openssl-macros v0.1.1 |
1292 | 2024-11-01T04:44:00.174Z | Compiling unicode-bidi v0.3.15 |
1293 | 2024-11-01T04:44:00.696Z | Compiling openssl v0.10.66 |
1294 | 2024-11-01T04:44:01.451Z | Compiling heck v0.5.0 |
1295 | 2024-11-01T04:44:02.701Z | Compiling tracing v0.1.40 |
1296 | 2024-11-01T04:44:02.790Z | Compiling idna v0.5.0 |
1297 | 2024-11-01T04:44:03.252Z | Compiling regex-automata v0.4.7 |
1298 | 2024-11-01T04:44:03.369Z | Compiling http-body v1.0.1 |
1299 | 2024-11-01T04:44:11.040Z | Compiling indexmap v2.5.0 |
1300 | 2024-11-01T04:44:11.193Z | Compiling tokio-util v0.7.12 |
1301 | 2024-11-01T04:44:13.463Z | Compiling native-tls v0.2.12 |
1302 | 2024-11-01T04:44:14.800Z | Compiling serde_tokenstream v0.2.2 |
1303 | 2024-11-01T04:44:15.406Z | Compiling tokio-native-tls v0.3.1 |
1304 | 2024-11-01T04:44:16.084Z | Compiling atomic-waker v1.1.2 |
1305 | 2024-11-01T04:44:16.277Z | Compiling regex-syntax v0.8.4 |
1306 | 2024-11-01T04:44:16.378Z | Compiling slog v2.7.0 |
1307 | 2024-11-01T04:44:16.985Z | Compiling h2 v0.4.6 |
1308 | 2024-11-01T04:44:17.510Z | Compiling openapiv3 v2.0.0 |
1309 | 2024-11-01T04:44:18.434Z | Compiling typify-impl v0.2.0 |
1310 | 2024-11-01T04:44:19.095Z | Compiling typify-impl v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1311 | 2024-11-01T04:44:27.462Z | Compiling serde_urlencoded v0.7.1 |
1312 | 2024-11-01T04:44:28.074Z | Compiling regex v1.10.6 |
1313 | 2024-11-01T04:44:29.101Z | Compiling url v2.5.2 |
1314 | 2024-11-01T04:44:30.609Z | Compiling encoding_rs v0.8.34 |
1315 | 2024-11-01T04:44:31.226Z | Compiling mime v0.3.17 |
1316 | 2024-11-01T04:44:32.346Z | Compiling rustls v0.21.12 |
1317 | 2024-11-01T04:44:32.601Z | Compiling ipnet v2.10.0 |
1318 | 2024-11-01T04:44:32.699Z | Compiling typify-macro v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1319 | 2024-11-01T04:44:33.998Z | Compiling typify-macro v0.2.0 |
1320 | 2024-11-01T04:44:34.788Z | Compiling hyper v1.4.1 |
1321 | 2024-11-01T04:44:36.644Z | Compiling h2 v0.3.26 |
1322 | 2024-11-01T04:44:36.669Z | Compiling http-body v0.4.6 |
1323 | 2024-11-01T04:44:37.194Z | Compiling rustls-webpki v0.102.8 |
1324 | 2024-11-01T04:44:37.893Z | Compiling sct v0.7.1 |
1325 | 2024-11-01T04:44:38.009Z | Compiling rustls-webpki v0.101.7 |
1326 | 2024-11-01T04:44:38.318Z | Compiling httpdate v1.0.3 |
1327 | 2024-11-01T04:44:39.079Z | Compiling zeroize v1.8.1 |
1328 | 2024-11-01T04:44:39.437Z | Compiling subtle v2.6.1 |
1329 | 2024-11-01T04:44:39.718Z | Compiling toml_datetime v0.6.8 |
1330 | 2024-11-01T04:44:40.120Z | Compiling toml_edit v0.19.15 |
1331 | 2024-11-01T04:44:41.425Z | Compiling rustls v0.23.13 |
1332 | 2024-11-01T04:44:42.082Z | Compiling hyper v0.14.30 |
1333 | 2024-11-01T04:44:45.001Z | Compiling serde_yaml v0.9.34+deprecated |
1334 | 2024-11-01T04:44:46.425Z | Compiling hyper-util v0.1.9 |
1335 | 2024-11-01T04:44:52.343Z | Compiling lazy_static v1.5.0 |
1336 | 2024-11-01T04:44:52.480Z | Compiling tokio-rustls v0.26.0 |
1337 | 2024-11-01T04:44:52.548Z | Compiling tokio-rustls v0.24.1 |
1338 | 2024-11-01T04:44:52.780Z | Compiling proc-macro-crate v1.3.1 |
1339 | 2024-11-01T04:44:52.951Z | Compiling http-body-util v0.1.2 |
1340 | 2024-11-01T04:44:52.964Z | Compiling webpki-roots v0.26.6 |
1341 | 2024-11-01T04:44:52.982Z | Compiling base64 v0.22.1 |
1342 | 2024-11-01T04:44:53.167Z | Compiling base64 v0.21.7 |
1343 | 2024-11-01T04:44:53.515Z | Compiling rustls-pemfile v2.1.3 |
1344 | 2024-11-01T04:44:53.597Z | Compiling num_enum_derive v0.5.11 |
1345 | 2024-11-01T04:44:54.090Z | Compiling rustls-pemfile v1.0.4 |
1346 | 2024-11-01T04:44:54.259Z | Compiling hyper-tls v0.6.0 |
1347 | 2024-11-01T04:44:54.288Z | Compiling crossbeam-utils v0.8.20 |
1348 | 2024-11-01T04:44:54.416Z | Compiling hyper-rustls v0.27.3 |
1349 | 2024-11-01T04:44:54.792Z | Compiling hyper-rustls v0.24.2 |
1350 | 2024-11-01T04:44:54.893Z | Compiling hyper-tls v0.5.0 |
1351 | 2024-11-01T04:44:55.236Z | Compiling typify v0.2.0 |
1352 | 2024-11-01T04:44:55.383Z | Compiling typify v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1353 | 2024-11-01T04:44:55.546Z | Compiling ipnetwork v0.20.0 |
1354 | 2024-11-01T04:44:56.558Z | Compiling ppv-lite86 v0.2.20 |
1355 | 2024-11-01T04:44:56.752Z | Compiling foreign-types-macros v0.2.3 |
1356 | 2024-11-01T04:44:57.530Z | Compiling sync_wrapper v1.0.1 |
1357 | 2024-11-01T04:44:57.681Z | Compiling rand_core v0.6.4 |
1358 | 2024-11-01T04:44:58.083Z | Compiling dirs-sys-next v0.1.2 |
1359 | 2024-11-01T04:44:58.166Z | Compiling sync_wrapper v0.1.2 |
1360 | 2024-11-01T04:44:58.260Z | Compiling foreign-types-shared v0.3.1 |
1361 | 2024-11-01T04:44:58.294Z | Compiling webpki-roots v0.25.4 |
1362 | 2024-11-01T04:44:58.343Z | Compiling powerfmt v0.2.0 |
1363 | 2024-11-01T04:44:58.376Z | Compiling foreign-types v0.5.0 |
1364 | 2024-11-01T04:44:58.451Z | Compiling reqwest v0.11.27 |
1365 | 2024-11-01T04:44:58.490Z | Compiling dirs-next v2.0.0 |
1366 | 2024-11-01T04:44:58.740Z | Compiling deranged v0.3.11 |
1367 | 2024-11-01T04:44:59.089Z | Compiling time-macros v0.2.18 |
1368 | 2024-11-01T04:44:59.158Z | Compiling rand_chacha v0.3.1 |
1369 | 2024-11-01T04:45:00.906Z | Compiling reqwest v0.12.8 |
1370 | 2024-11-01T04:45:01.074Z | Compiling progenitor-impl v0.8.0 |
1371 | 2024-11-01T04:45:02.158Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1372 | 2024-11-01T04:45:07.807Z | Compiling num_enum v0.5.11 |
1373 | 2024-11-01T04:45:07.990Z | Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265) |
1374 | 2024-11-01T04:45:10.741Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1375 | 2024-11-01T04:45:10.815Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1376 | 2024-11-01T04:45:10.898Z | Compiling cstr-argument v0.1.2 |
1377 | 2024-11-01T04:45:10.998Z | Compiling thread_local v1.1.8 |
1378 | 2024-11-01T04:45:11.163Z | Compiling arc-swap v1.7.1 |
1379 | 2024-11-01T04:45:11.732Z | Compiling num-conv v0.1.0 |
1380 | 2024-11-01T04:45:11.898Z | Compiling time-core v0.1.2 |
1381 | 2024-11-01T04:45:12.001Z | Compiling pretty-hex v0.2.1 |
1382 | 2024-11-01T04:45:12.089Z | Compiling either v1.13.0 |
1383 | 2024-11-01T04:45:12.213Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488) |
1384 | 2024-11-01T04:45:12.551Z | Compiling itertools v0.12.1 |
1385 | 2024-11-01T04:45:12.755Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1386 | 2024-11-01T04:45:13.135Z | Compiling time v0.3.36 |
1387 | 2024-11-01T04:45:13.678Z | Compiling slog-scope v4.4.0 |
1388 | 2024-11-01T04:45:14.605Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1389 | 2024-11-01T04:45:15.495Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1390 | 2024-11-01T04:45:15.683Z | Compiling crossbeam-channel v0.5.13 |
1391 | 2024-11-01T04:45:16.421Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1392 | 2024-11-01T04:45:17.296Z | Compiling progenitor-macro v0.8.0 |
1393 | 2024-11-01T04:45:22.491Z | Compiling progenitor-client v0.8.0 |
1394 | 2024-11-01T04:45:23.437Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1395 | 2024-11-01T04:45:25.419Z | Compiling rand v0.8.5 |
1396 | 2024-11-01T04:45:31.980Z | Compiling term v0.7.0 |
1397 | 2024-11-01T04:45:32.870Z | Compiling anyhow v1.0.89 |
1398 | 2024-11-01T04:45:34.354Z | Compiling colored v2.1.0 |
1399 | 2024-11-01T04:45:35.603Z | Compiling is-terminal v0.4.13 |
1400 | 2024-11-01T04:45:35.739Z | Compiling take_mut v0.2.2 |
1401 | 2024-11-01T04:45:35.906Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=2bfd39000c878c45675651a7588c015c486e7f43#2bfd3900) |
1402 | 2024-11-01T04:45:36.254Z | Compiling winnow v0.6.18 |
1403 | 2024-11-01T04:45:36.534Z | Compiling slog-async v2.8.0 |
1404 | 2024-11-01T04:45:39.687Z | Compiling slog-term v2.9.1 |
1405 | 2024-11-01T04:45:40.866Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
1406 | 2024-11-01T04:45:42.592Z | Compiling progenitor v0.8.0 |
1407 | 2024-11-01T04:45:42.819Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1408 | 2024-11-01T04:45:43.043Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488) |
1409 | 2024-11-01T04:45:44.760Z | Compiling slog-stdlog v4.1.1 |
1410 | 2024-11-01T04:45:45.637Z | Compiling slog-envlogger v2.2.0 |
1411 | 2024-11-01T04:45:46.766Z | Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d8c38f89) |
1412 | 2024-11-01T04:45:48.859Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
1413 | 2024-11-01T04:46:01.054Z | Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests) |
1414 | 2024-11-01T04:46:08.608Z | Finished `release` profile [optimized] target(s) in 2m 24s |
1415 | 2024-11-01T04:46:08.691Z | Running unittests src/lib.rs (target/release/deps/mg_tests-0fcb7f362097a89e) |
1416 | 2024-11-01T04:46:08.738Z | |
1417 | 2024-11-01T04:46:08.738Z | running 1 test |
1418 | 2024-11-01T04:46:08.894Z | configure zone |
1419 | 2024-11-01T04:46:08.911Z | install zone |
1420 | 2024-11-01T04:47:08.746Z | test ddm::test_trio_v3 has been running for over 60 seconds |
1421 | 2024-11-01T04:47:49.080Z | boot zone |
1422 | 2024-11-01T04:47:49.999Z | start zone s1 |
1423 | 2024-11-01T04:47:49.999Z | configure zone |
1424 | 2024-11-01T04:47:50.007Z | install zone |
1425 | 2024-11-01T04:49:29.089Z | boot zone |
1426 | 2024-11-01T04:49:29.970Z | start zone s2 |
1427 | 2024-11-01T04:49:29.970Z | configure zone |
1428 | 2024-11-01T04:49:29.980Z | install zone |
1429 | 2024-11-01T04:51:07.091Z | boot zone |
1430 | 2024-11-01T04:51:07.875Z | start zone t1 |
1431 | 2024-11-01T04:51:07.875Z | configure zone |
1432 | 2024-11-01T04:51:07.884Z | install zone |
1433 | 2024-11-01T04:52:44.702Z | boot zone |
1434 | 2024-11-01T04:52:45.521Z | waiting for zones to come up |
1435 | 2024-11-01T04:52:55.522Z | [sidecar.trio] svcs milestone/network |
1436 | 2024-11-01T04:52:55.556Z | STATE STIME FMRI |
1437 | 2024-11-01T04:52:55.556Z | online 21:48:08 svc:/milestone/network:default |
1438 | 2024-11-01T04:52:55.556Z | cp /work/oxidecomputer/maghemite/download/softnpu /mgtrio/sidecar.trio/root/opt/ |
1439 | 2024-11-01T04:52:55.604Z | cp /work/oxidecomputer/maghemite/download/scadm /mgtrio/sidecar.trio/root/opt/ |
1440 | 2024-11-01T04:52:55.654Z | cp /work/oxidecomputer/maghemite/download/libsidecar_lite.so /mgtrio/sidecar.trio/root/opt/ |
1441 | 2024-11-01T04:52:55.698Z | cp /work/oxidecomputer/maghemite/tests/conf/softnpu-trio.toml /mgtrio/sidecar.trio/root/opt/softnpu.toml |
1442 | 2024-11-01T04:52:55.701Z | [sidecar.trio] RUST_LOG=debug RUST_BACKTRACE=1 /opt/softnpu --uds-path /opt/mnt /opt/softnpu.toml &> /opt/softnpu.log & |
1443 | 2024-11-01T04:52:55.723Z | |
1444 | 2024-11-01T04:52:55.723Z | running zone s1.trio setup |
1445 | 2024-11-01T04:52:55.723Z | [s1.trio] svcs milestone/network |
1446 | 2024-11-01T04:52:55.745Z | STATE STIME FMRI |
1447 | 2024-11-01T04:52:55.745Z | online 21:49:48 svc:/milestone/network:default |
1448 | 2024-11-01T04:52:55.745Z | [s1.trio] dladm |
1449 | 2024-11-01T04:52:55.765Z | LINK CLASS MTU STATE BRIDGE OVER |
1450 | 2024-11-01T04:52:55.766Z | sl0 simnet 9000 up -- ? |
1451 | 2024-11-01T04:52:55.766Z | mg2 vnic 9000 up -- ? |
1452 | 2024-11-01T04:52:55.766Z | [s1.trio] ipadm create-addr -t -T static -a 10.0.0.1/24 mg2/v4 |
1453 | 2024-11-01T04:52:56.374Z | |
1454 | 2024-11-01T04:52:56.374Z | [s1.trio] ipadm create-addr -t -T addrconf sl0/v6 |
1455 | 2024-11-01T04:52:56.398Z | |
1456 | 2024-11-01T04:52:56.398Z | [s1.trio] ipadm create-addr -t -T static -a fd00:1::1/64 lo0/u6 |
1457 | 2024-11-01T04:52:56.417Z | |
1458 | 2024-11-01T04:52:56.417Z | cp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s1.trio/root/opt/ddmd |
1459 | 2024-11-01T04:52:56.511Z | cp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s1.trio/root/opt/ddmadm |
1460 | 2024-11-01T04:52:56.556Z | [s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid adafa198-17dc-4586-9bfb-f532ef3bab13 --sled-uuid a866a44e-958c-4923-9f5b-97f797931704 -a sl0/v6 &> /opt/ddmd.log & |
1461 | 2024-11-01T04:52:56.577Z | |
1462 | 2024-11-01T04:52:56.577Z | running zone s2.trio setup |
1463 | 2024-11-01T04:52:56.577Z | [s2.trio] svcs milestone/network |
1464 | 2024-11-01T04:52:56.601Z | STATE STIME FMRI |
1465 | 2024-11-01T04:52:56.601Z | online 21:51:26 svc:/milestone/network:default |
1466 | 2024-11-01T04:52:56.601Z | [s2.trio] dladm |
1467 | 2024-11-01T04:52:56.623Z | LINK CLASS MTU STATE BRIDGE OVER |
1468 | 2024-11-01T04:52:56.623Z | sl1 simnet 9000 up -- ? |
1469 | 2024-11-01T04:52:56.623Z | mg3 vnic 9000 up -- ? |
1470 | 2024-11-01T04:52:56.623Z | [s2.trio] ipadm create-addr -t -T static -a 10.0.0.2/24 mg3/v4 |
1471 | 2024-11-01T04:52:57.120Z | |
1472 | 2024-11-01T04:52:57.120Z | [s2.trio] ipadm create-addr -t -T addrconf sl1/v6 |
1473 | 2024-11-01T04:52:57.144Z | |
1474 | 2024-11-01T04:52:57.144Z | [s2.trio] ipadm create-addr -t -T static -a fd00:2::1/64 lo0/u6 |
1475 | 2024-11-01T04:52:57.165Z | |
1476 | 2024-11-01T04:52:57.165Z | cp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s2.trio/root/opt/ddmd |
1477 | 2024-11-01T04:52:57.209Z | cp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s2.trio/root/opt/ddmadm |
1478 | 2024-11-01T04:52:57.231Z | [s2.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid effecb62-41fe-44b4-b003-e61f8b1d0908 --sled-uuid c10d3c24-3862-458d-bd39-980f60a8a421 -a sl1/v6 &> /opt/ddmd.log & |
1479 | 2024-11-01T04:52:57.252Z | |
1480 | 2024-11-01T04:52:57.252Z | running zone t1.trio setup |
1481 | 2024-11-01T04:52:57.252Z | [t1.trio] svcs milestone/network |
1482 | 2024-11-01T04:52:57.273Z | STATE STIME FMRI |
1483 | 2024-11-01T04:52:57.273Z | - - svc:/milestone/network:default |
1484 | 2024-11-01T04:52:58.274Z | [t1.trio] svcs milestone/network |
1485 | 2024-11-01T04:52:58.295Z | STATE STIME FMRI |
1486 | 2024-11-01T04:52:58.295Z | - - svc:/milestone/network:default |
1487 | 2024-11-01T04:52:59.295Z | [t1.trio] svcs milestone/network |
1488 | 2024-11-01T04:52:59.316Z | STATE STIME FMRI |
1489 | 2024-11-01T04:52:59.316Z | - - svc:/milestone/network:default |
1490 | 2024-11-01T04:53:00.316Z | [t1.trio] svcs milestone/network |
1491 | 2024-11-01T04:53:00.338Z | STATE STIME FMRI |
1492 | 2024-11-01T04:53:00.338Z | - - svc:/milestone/network:default |
1493 | 2024-11-01T04:53:01.338Z | [t1.trio] svcs milestone/network |
1494 | 2024-11-01T04:53:01.359Z | STATE STIME FMRI |
1495 | 2024-11-01T04:53:01.359Z | - - svc:/milestone/network:default |
1496 | 2024-11-01T04:53:02.359Z | [t1.trio] svcs milestone/network |
1497 | 2024-11-01T04:53:02.380Z | STATE STIME FMRI |
1498 | 2024-11-01T04:53:02.381Z | - - svc:/milestone/network:default |
1499 | 2024-11-01T04:53:03.381Z | [t1.trio] svcs milestone/network |
1500 | 2024-11-01T04:53:03.402Z | STATE STIME FMRI |
1501 | 2024-11-01T04:53:03.402Z | uninitialized 21:53:02 svc:/milestone/network:default |
1502 | 2024-11-01T04:53:04.402Z | [t1.trio] svcs milestone/network |
1503 | 2024-11-01T04:53:04.426Z | STATE STIME FMRI |
1504 | 2024-11-01T04:53:04.426Z | online 21:53:03 svc:/milestone/network:default |
1505 | 2024-11-01T04:53:04.426Z | [t1.trio] dladm |
1506 | 2024-11-01T04:53:04.447Z | LINK CLASS MTU STATE BRIDGE OVER |
1507 | 2024-11-01T04:53:04.447Z | tfportrear0_0 simnet 9000 up -- ? |
1508 | 2024-11-01T04:53:04.447Z | tfportrear1_0 simnet 9000 up -- ? |
1509 | 2024-11-01T04:53:04.447Z | mg1 vnic 9000 up -- ? |
1510 | 2024-11-01T04:53:04.447Z | [t1.trio] ipadm create-addr -t -T static -a 10.0.0.3/24 mg1/v4 |
1511 | 2024-11-01T04:53:04.979Z | |
1512 | 2024-11-01T04:53:04.979Z | [t1.trio] ipadm create-addr -t -T addrconf tfportrear0_0/v6 |
1513 | 2024-11-01T04:53:05.002Z | |
1514 | 2024-11-01T04:53:05.002Z | [t1.trio] ipadm create-addr -t -T addrconf tfportrear1_0/v6 |
1515 | 2024-11-01T04:53:05.025Z | |
1516 | 2024-11-01T04:53:05.025Z | [t1.trio] ipadm create-addr -t -T static -a fd00:3::1/64 lo0/u6 |
1517 | 2024-11-01T04:53:05.045Z | |
1518 | 2024-11-01T04:53:05.045Z | cp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/opt /mgtrio/t1.trio/root/ |
1519 | 2024-11-01T04:53:05.237Z | cp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/var /mgtrio/t1.trio/root/ |
1520 | 2024-11-01T04:53:05.241Z | cp /work/oxidecomputer/maghemite/tests/conf/dpd-ports-trio.toml /mgtrio/t1.trio/root/opt/dpd-ports.toml |
1521 | 2024-11-01T04:53:05.244Z | waiting 3s for copy of files to zone to complete ... |
1522 | 2024-11-01T04:53:08.245Z | cp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/t1.trio/root/opt/ddmd |
1523 | 2024-11-01T04:53:08.286Z | cp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/t1.trio/root/opt/ddmadm |
1524 | 2024-11-01T04:53:08.315Z | [t1.trio] svcadm enable dendrite |
1525 | 2024-11-01T04:53:08.360Z | |
1526 | 2024-11-01T04:53:08.360Z | [t1.trio] svccfg -s dendrite setprop config/address = [::1]:12224 |
1527 | 2024-11-01T04:53:08.414Z | |
1528 | 2024-11-01T04:53:08.414Z | [t1.trio] svccfg -s dendrite setprop config/mgmt = uds |
1529 | 2024-11-01T04:53:08.464Z | |
1530 | 2024-11-01T04:53:08.464Z | [t1.trio] svccfg -s dendrite setprop config/uds_path = /opt/mnt |
1531 | 2024-11-01T04:53:08.510Z | |
1532 | 2024-11-01T04:53:08.510Z | [t1.trio] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml |
1533 | 2024-11-01T04:53:08.560Z | |
1534 | 2024-11-01T04:53:08.560Z | [t1.trio] svccfg -s dendrite setprop config/rear_ports = 2 |
1535 | 2024-11-01T04:53:08.608Z | |
1536 | 2024-11-01T04:53:08.608Z | [t1.trio] svcadm refresh dendrite:default |
1537 | 2024-11-01T04:53:08.648Z | |
1538 | 2024-11-01T04:53:08.651Z | [t1.trio] svcadm restart dendrite:default |
1539 | 2024-11-01T04:53:08.689Z | |
1540 | 2024-11-01T04:53:08.689Z | wait 10s for dendrite to come up ... |
1541 | 2024-11-01T04:53:18.691Z | [t1.trio] svcadm enable tfport |
1542 | 2024-11-01T04:53:18.733Z | |
1543 | 2024-11-01T04:53:18.733Z | [t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid d61f7da9-240f-478e-b207-fcdb56cea41a --sled-uuid 43edbc4e-9a5a-4b5c-8851-41b569e7c089 -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log & |
1544 | 2024-11-01T04:53:18.753Z | |
1545 | 2024-11-01T04:53:18.753Z | [t1.trio] ipadm |
1546 | 2024-11-01T04:53:18.779Z | ADDROBJ TYPE STATE ADDR |
1547 | 2024-11-01T04:53:18.779Z | lo0/v4 static ok 127.0.0.1/8 |
1548 | 2024-11-01T04:53:18.779Z | mg1/v4 static ok 10.0.0.3/24 |
1549 | 2024-11-01T04:53:18.779Z | lo0/v6 static ok ::1/128 |
1550 | 2024-11-01T04:53:18.779Z | lo0/u6 static ok fd00:3::1/64 |
1551 | 2024-11-01T04:53:18.779Z | tfportrear0_0/v6 addrconf ok fe80::8059:45ff:feea:fa70%tfportrear0_0/10 |
1552 | 2024-11-01T04:53:18.779Z | tfportrear1_0/v6 addrconf ok fe80::3c9e:c0ff:fe18:84f6%tfportrear1_0/10 |
1553 | 2024-11-01T04:53:20.986Z | initial peering test passed |
1554 | 2024-11-01T04:53:21.988Z | advertise from one passed |
1555 | 2024-11-01T04:53:22.990Z | advertise from two passed |
1556 | 2024-11-01T04:53:22.990Z | [s1.trio] ping fd00:2::1 |
1557 | 2024-11-01T04:53:23.017Z | fd00:2::1 is alive |
1558 | 2024-11-01T04:53:23.017Z | [s2.trio] ping fd00:1::1 |
1559 | 2024-11-01T04:53:23.038Z | fd00:1::1 is alive |
1560 | 2024-11-01T04:53:23.038Z | connectivity test passed |
1561 | 2024-11-01T04:53:23.038Z | [t1.trio] pkill ddmd |
1562 | 2024-11-01T04:53:23.058Z | |
1563 | 2024-11-01T04:53:29.063Z | [t1.trio] svcadm enable dendrite |
1564 | 2024-11-01T04:53:29.106Z | |
1565 | 2024-11-01T04:53:29.106Z | [t1.trio] svccfg -s dendrite setprop config/address = [::1]:12224 |
1566 | 2024-11-01T04:53:29.151Z | |
1567 | 2024-11-01T04:53:29.151Z | [t1.trio] svccfg -s dendrite setprop config/mgmt = uds |
1568 | 2024-11-01T04:53:29.196Z | |
1569 | 2024-11-01T04:53:29.196Z | [t1.trio] svccfg -s dendrite setprop config/uds_path = /opt/mnt |
1570 | 2024-11-01T04:53:29.242Z | |
1571 | 2024-11-01T04:53:29.242Z | [t1.trio] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml |
1572 | 2024-11-01T04:53:29.288Z | |
1573 | 2024-11-01T04:53:29.288Z | [t1.trio] svccfg -s dendrite setprop config/rear_ports = 2 |
1574 | 2024-11-01T04:53:29.334Z | |
1575 | 2024-11-01T04:53:29.334Z | [t1.trio] svcadm refresh dendrite:default |
1576 | 2024-11-01T04:53:29.371Z | |
1577 | 2024-11-01T04:53:29.371Z | [t1.trio] svcadm restart dendrite:default |
1578 | 2024-11-01T04:53:29.408Z | |
1579 | 2024-11-01T04:53:29.409Z | wait 10s for dendrite to come up ... |
1580 | 2024-11-01T04:53:39.410Z | [t1.trio] svcadm enable tfport |
1581 | 2024-11-01T04:53:39.452Z | |
1582 | 2024-11-01T04:53:39.452Z | [t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid 624e027a-16f6-4ad9-a05c-f194283e111b --sled-uuid 371d8fcf-c4c7-4232-976c-b203a7a76455 -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log & |
1583 | 2024-11-01T04:53:39.473Z | |
1584 | 2024-11-01T04:53:39.473Z | [t1.trio] ipadm |
1585 | 2024-11-01T04:53:39.496Z | ADDROBJ TYPE STATE ADDR |
1586 | 2024-11-01T04:53:39.496Z | lo0/v4 static ok 127.0.0.1/8 |
1587 | 2024-11-01T04:53:39.496Z | mg1/v4 static ok 10.0.0.3/24 |
1588 | 2024-11-01T04:53:39.496Z | lo0/v6 static ok ::1/128 |
1589 | 2024-11-01T04:53:39.496Z | lo0/u6 static ok fd00:3::1/64 |
1590 | 2024-11-01T04:53:39.496Z | tfportrear0_0/v6 addrconf ok fe80::8059:45ff:feea:fa70%tfportrear0_0/10 |
1591 | 2024-11-01T04:53:39.496Z | tfportrear1_0/v6 addrconf ok fe80::3c9e:c0ff:fe18:84f6%tfportrear1_0/10 |
1592 | 2024-11-01T04:53:42.500Z | [s1.trio] ping fd00:2::1 |
1593 | 2024-11-01T04:53:42.522Z | fd00:2::1 is alive |
1594 | 2024-11-01T04:53:42.522Z | [s2.trio] ping fd00:1::1 |
1595 | 2024-11-01T04:53:42.543Z | fd00:1::1 is alive |
1596 | 2024-11-01T04:53:42.543Z | transit router restart passed |
1597 | 2024-11-01T04:53:42.543Z | [s1.trio] pkill ddmd |
1598 | 2024-11-01T04:53:42.562Z | |
1599 | 2024-11-01T04:53:47.566Z | [s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 2532b2dc-8931-4202-b7cd-a741b674040e --sled-uuid 732e1237-6308-4afd-8673-a664d858ec88 -a sl0/v6 &> /opt/ddmd.log & |
1600 | 2024-11-01T04:53:47.587Z | |
1601 | 2024-11-01T04:53:50.591Z | [s1.trio] ping fd00:2::1 |
1602 | 2024-11-01T04:53:50.613Z | fd00:2::1 is alive |
1603 | 2024-11-01T04:53:50.613Z | [s2.trio] ping fd00:1::1 |
1604 | 2024-11-01T04:53:50.634Z | fd00:1::1 is alive |
1605 | 2024-11-01T04:53:50.634Z | server router restart passed |
1606 | 2024-11-01T04:53:53.640Z | peer expiration recovery passed |
1607 | 2024-11-01T04:53:54.641Z | [s1.trio] netstat -nrf inet6 | grep fd00 | wc -l |
1608 | 2024-11-01T04:53:54.666Z | 3 |
1609 | 2024-11-01T04:53:54.666Z | redundant advertise passed |
1610 | 2024-11-01T04:53:55.669Z | tunnel endpoint advertise passed |
1611 | 2024-11-01T04:54:00.671Z | redundant tunnel endpoint advertise passed |
1612 | 2024-11-01T04:54:00.671Z | [s1.trio] pkill ddmd |
1613 | 2024-11-01T04:54:00.691Z | |
1614 | 2024-11-01T04:54:05.693Z | [s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid e7c4a2e6-502d-454b-a789-617c72b9ea22 --sled-uuid 0e4df401-b716-4ba4-8192-2bfab0402fec -a sl0/v6 &> /opt/ddmd.log & |
1615 | 2024-11-01T04:54:05.714Z | |
1616 | 2024-11-01T04:54:10.781Z | tunnel router restart passed |
1617 | 2024-11-01T04:54:11.783Z | tunnel endpoint withdraw passed |
1618 | 2024-11-01T04:54:11.798Z | [t1.trio] pkill ddmd |
1619 | 2024-11-01T04:54:11.826Z | |
1620 | 2024-11-01T04:54:11.826Z | cp /mgtrio/t1.trio/root/opt/ddmd.log /work/t1.trio.log |
1621 | 2024-11-01T04:54:11.830Z | cp /mgtrio/t1.trio/root/var/svc/log/system-illumos-dendrite:default.log /work/t1.trio-dpd.log |
1622 | 2024-11-01T04:54:14.406Z | [s2.trio] pkill ddmd |
1623 | 2024-11-01T04:54:14.427Z | |
1624 | 2024-11-01T04:54:14.427Z | cp /mgtrio/s2.trio/root/opt/ddmd.log /work/s2.trio.log |
1625 | 2024-11-01T04:54:16.995Z | [s1.trio] pkill ddmd |
1626 | 2024-11-01T04:54:17.015Z | |
1627 | 2024-11-01T04:54:17.015Z | cp /mgtrio/s1.trio/root/opt/ddmd.log /work/s1.trio.log |
1628 | 2024-11-01T04:54:19.482Z | [sidecar.trio] pkill softnpu |
1629 | 2024-11-01T04:54:19.502Z | |
1630 | 2024-11-01T04:54:19.502Z | cp /mgtrio/sidecar.trio/root/opt/softnpu.log /work/sidecar.trio-softnpu.log |
1631 | 2024-11-01T04:54:22.106Z | test ddm::test_trio_v3 ... ok |
1632 | 2024-11-01T04:54:22.106Z | |
1633 | 2024-11-01T04:54:22.106Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 3 filtered out; finished in 493.31s |
1634 | 2024-11-01T04:54:22.106Z | |
1635 | 2024-11-01T04:54:22.133Z | + cleanup |
1636 | 2024-11-01T04:54:22.136Z | ++ id -un |
1637 | 2024-11-01T04:54:22.139Z | ++ id -gn |
1638 | 2024-11-01T04:54:22.142Z | + pfexec chown -R build:build . |
1639 | 2024-11-01T04:54:22.225Z | process exited: duration 1014277 ms, exit code 0 |
|
1640 | 2024-11-01T04:54:22.234Z | found 4 output files |
1641 | 2024-11-01T04:54:22.234Z | uploading: /work/s1.trio.log (4207 bytes) |
1642 | 2024-11-01T04:54:23.243Z | uploaded: /work/s1.trio.log |
1643 | 2024-11-01T04:54:23.243Z | uploading: /work/s2.trio.log (9455 bytes) |
1644 | 2024-11-01T04:54:24.255Z | uploaded: /work/s2.trio.log |
1645 | 2024-11-01T04:54:24.257Z | uploading: /work/sidecar.trio-softnpu.log (564 bytes) |
1646 | 2024-11-01T04:54:25.263Z | uploaded: /work/sidecar.trio-softnpu.log |
1647 | 2024-11-01T04:54:25.263Z | uploading: /work/t1.trio.log (25794 bytes) |
1648 | 2024-11-01T04:54:26.272Z | uploaded: /work/t1.trio.log |