|
|
|
1 | 2024-11-26T07:14:59.515Z | job assigned to worker 01JDKN43FSK352C6QQ77QW5JMS [factory aws, i-062a154b6889783c8] (queued for 57 s) |
|
2 | 2024-11-26T07:15:07.634Z | starting task 0: "setup" |
3 | 2024-11-26T07:15:07.644Z | ++ uname -s |
4 | 2024-11-26T07:15:07.648Z | + kern=SunOS |
5 | 2024-11-26T07:15:07.648Z | + case "$kern" in |
6 | 2024-11-26T07:15:07.648Z | + groupadd -g 12345 build |
7 | 2024-11-26T07:15:07.648Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-11-26T07:15:09.654Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-11-26T07:15:09.752Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-11-26T07:15:09.755Z | + home_fs=zfs |
11 | 2024-11-26T07:15:09.755Z | + [[ zfs == autofs ]] |
12 | 2024-11-26T07:15:09.755Z | + mkdir -p /home/build |
13 | 2024-11-26T07:15:09.757Z | + chown build:build /home/build /work |
14 | 2024-11-26T07:15:11.758Z | + chmod 0700 /home/build /work |
15 | 2024-11-26T07:15:11.761Z | process exited: duration 4129 ms, exit code 0 |
|
16 | 2024-11-26T07:15:11.766Z | starting task 1: "rust-toolchain" |
17 | 2024-11-26T07:15:11.771Z | + printf ' * toolchain channel = "%s" |
18 | 2024-11-26T07:15:11.771Z | ' stable |
19 | 2024-11-26T07:15:11.771Z | + printf ' * toolchain profile = "%s" |
20 | 2024-11-26T07:15:11.771Z | * toolchain channel = "stable" |
21 | 2024-11-26T07:15:11.771Z | ' default |
22 | 2024-11-26T07:15:11.774Z | * toolchain profile = "default" |
23 | 2024-11-26T07:15:11.774Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-11-26T07:15:11.774Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
25 | 2024-11-26T07:15:11.894Z | info: downloading installer |
26 | 2024-11-26T07:15:13.464Z | info: profile set to 'default' |
27 | 2024-11-26T07:15:13.464Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-11-26T07:15:13.467Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
29 | 2024-11-26T07:15:13.623Z | info: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15) |
30 | 2024-11-26T07:15:13.623Z | info: downloading component 'cargo' |
31 | 2024-11-26T07:15:14.495Z | info: downloading component 'clippy' |
32 | 2024-11-26T07:15:14.824Z | info: downloading component 'rust-docs' |
33 | 2024-11-26T07:15:16.049Z | info: downloading component 'rust-std' |
34 | 2024-11-26T07:15:18.000Z | info: downloading component 'rustc' |
35 | 2024-11-26T07:15:24.986Z | info: downloading component 'rustfmt' |
36 | 2024-11-26T07:15:25.234Z | info: installing component 'cargo' |
37 | 2024-11-26T07:15:26.026Z | info: installing component 'clippy' |
38 | 2024-11-26T07:15:26.389Z | info: installing component 'rust-docs' |
39 | 2024-11-26T07:15:28.068Z | info: installing component 'rust-std' |
40 | 2024-11-26T07:15:29.820Z | info: installing component 'rustc' |
41 | 2024-11-26T07:15:35.748Z | info: installing component 'rustfmt' |
42 | 2024-11-26T07:15:36.061Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
43 | 2024-11-26T07:15:36.062Z | |
44 | 2024-11-26T07:15:36.434Z | stable-x86_64-unknown-illumos installed - rustc 1.82.0 (f6e511eec 2024-10-15) |
45 | 2024-11-26T07:15:36.434Z | |
46 | 2024-11-26T07:15:36.437Z | |
47 | 2024-11-26T07:15:36.437Z | Rust is installed now. Great! |
48 | 2024-11-26T07:15:36.437Z | |
49 | 2024-11-26T07:15:36.437Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-11-26T07:15:36.437Z | environment variable. This has not been done automatically. |
51 | 2024-11-26T07:15:36.437Z | |
52 | 2024-11-26T07:15:36.437Z | To configure your current shell, you need to source |
53 | 2024-11-26T07:15:36.437Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-11-26T07:15:36.437Z | |
55 | 2024-11-26T07:15:36.437Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-11-26T07:15:36.437Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-11-26T07:15:36.437Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-11-26T07:15:36.509Z | + rustc --version |
59 | 2024-11-26T07:15:36.574Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
60 | 2024-11-26T07:15:36.577Z | process exited: duration 24807 ms, exit code 0 |
|
61 | 2024-11-26T07:15:36.583Z | starting task 2: "authentication" |
62 | 2024-11-26T07:15:36.603Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-11-26T07:15:36.608Z | starting task 3: "clone repository" |
64 | 2024-11-26T07:15:36.612Z | + mkdir -p /work/oxidecomputer/maghemite |
65 | 2024-11-26T07:15:36.615Z | + git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite |
66 | 2024-11-26T07:15:36.916Z | Cloning into '/work/oxidecomputer/maghemite'... |
67 | 2024-11-26T07:15:37.889Z | + cd /work/oxidecomputer/maghemite |
68 | 2024-11-26T07:15:37.889Z | + git fetch origin cce693f4ac3318c6bc9c500093cf0cc74737af62 |
69 | 2024-11-26T07:15:38.116Z | From https://github.com/oxidecomputer/maghemite |
70 | 2024-11-26T07:15:38.116Z | * branch cce693f4ac3318c6bc9c500093cf0cc74737af62 -> FETCH_HEAD |
71 | 2024-11-26T07:15:38.124Z | + [[ -n renovate/dropshot-0.x ]] |
72 | 2024-11-26T07:15:38.127Z | ++ git branch --show-current |
73 | 2024-11-26T07:15:38.129Z | + current=main |
74 | 2024-11-26T07:15:38.129Z | + [[ main != renovate/dropshot-0.x ]] |
75 | 2024-11-26T07:15:38.129Z | + git branch -f renovate/dropshot-0.x cce693f4ac3318c6bc9c500093cf0cc74737af62 |
76 | 2024-11-26T07:15:38.132Z | + git checkout -f renovate/dropshot-0.x |
77 | 2024-11-26T07:15:38.146Z | Switched to branch 'renovate/dropshot-0.x' |
78 | 2024-11-26T07:15:38.149Z | + git reset --hard cce693f4ac3318c6bc9c500093cf0cc74737af62 |
79 | 2024-11-26T07:15:38.160Z | HEAD is now at cce693f Update Rust crate dropshot to 0.13.0 |
80 | 2024-11-26T07:15:38.163Z | process exited: duration 1553 ms, exit code 0 |
|
81 | 2024-11-26T07:15:38.168Z | starting task 4: "build" |
82 | 2024-11-26T07:15:38.173Z | ++ cargo --version |
83 | 2024-11-26T07:15:38.177Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
84 | 2024-11-26T07:15:38.356Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
85 | 2024-11-26T07:15:38.356Z | info: downloading component 'cargo' |
86 | 2024-11-26T07:15:39.367Z | info: downloading component 'clippy' |
87 | 2024-11-26T07:15:39.739Z | info: downloading component 'rust-docs' |
88 | 2024-11-26T07:15:41.137Z | info: downloading component 'rust-std' |
89 | 2024-11-26T07:15:43.303Z | info: downloading component 'rustc' |
90 | 2024-11-26T07:15:51.075Z | info: downloading component 'rustfmt' |
91 | 2024-11-26T07:15:51.368Z | info: installing component 'cargo' |
92 | 2024-11-26T07:15:52.169Z | info: installing component 'clippy' |
93 | 2024-11-26T07:15:52.526Z | info: installing component 'rust-docs' |
94 | 2024-11-26T07:15:54.116Z | info: installing component 'rust-std' |
95 | 2024-11-26T07:15:55.749Z | info: installing component 'rustc' |
96 | 2024-11-26T07:16:01.392Z | info: installing component 'rustfmt' |
97 | 2024-11-26T07:16:01.798Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
98 | 2024-11-26T07:16:01.800Z | ++ rustc --version |
99 | 2024-11-26T07:16:01.872Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
100 | 2024-11-26T07:16:01.896Z | ++ dladm |
101 | 2024-11-26T07:16:01.913Z | LINK CLASS MTU STATE BRIDGE OVER |
102 | 2024-11-26T07:16:01.921Z | ena0 phys 9216 up -- -- |
103 | 2024-11-26T07:16:01.921Z | ++ ipadm |
104 | 2024-11-26T07:16:01.921Z | ADDROBJ TYPE STATE ADDR |
105 | 2024-11-26T07:16:01.921Z | lo0/v4 static ok 127.0.0.1/8 |
106 | 2024-11-26T07:16:01.921Z | ena0/dhcp dhcp ok 10.150.1.209/24 |
107 | 2024-11-26T07:16:01.922Z | lo0/v6 static ok ::1/128 |
108 | 2024-11-26T07:16:01.922Z | ++ banner collect |
109 | 2024-11-26T07:16:01.940Z | |
110 | 2024-11-26T07:16:01.941Z | #### #### # # ###### #### ##### |
111 | 2024-11-26T07:16:01.941Z | # # # # # # # # # # |
112 | 2024-11-26T07:16:01.941Z | # # # # # ##### # # |
113 | 2024-11-26T07:16:01.942Z | # # # # # # # # |
114 | 2024-11-26T07:16:01.942Z | # # # # # # # # # # |
115 | 2024-11-26T07:16:01.942Z | #### #### ###### ###### ###### #### # |
116 | 2024-11-26T07:16:01.943Z | |
117 | 2024-11-26T07:16:01.966Z | ++ get_artifact softnpu image 64beaff129b7f63a04a53dd5ed0ec09f012f5756 softnpu |
118 | 2024-11-26T07:16:01.967Z | ++ repo=softnpu |
119 | 2024-11-26T07:16:01.969Z | ++ series=image |
120 | 2024-11-26T07:16:01.969Z | ++ commit=64beaff129b7f63a04a53dd5ed0ec09f012f5756 |
121 | 2024-11-26T07:16:01.970Z | ++ name=softnpu |
122 | 2024-11-26T07:16:01.970Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
123 | 2024-11-26T07:16:01.970Z | ++ mkdir -p download |
124 | 2024-11-26T07:16:01.971Z | ++ pushd download |
125 | 2024-11-26T07:16:01.971Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
126 | 2024-11-26T07:16:01.971Z | ++ [[ ! -f softnpu ]] |
127 | 2024-11-26T07:16:01.972Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/64beaff129b7f63a04a53dd5ed0ec09f012f5756/softnpu |
128 | 2024-11-26T07:16:01.972Z | % Total % Received % Xferd Average Speed Time Time Time Current |
129 | 2024-11-26T07:16:01.972Z | Dload Upload Total Spent Left Speed |
130 | 2024-11-26T07:16:02.585Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
57 21.8M 57 12.6M 0 0 28.8M 0 --:--:-- --:--:-- --:--:-- 28.8M
100 21.8M 100 21.8M 0 0 34.2M 0 --:--:-- --:--:-- --:--:-- 34.2M |
131 | 2024-11-26T07:16:02.613Z | ++ popd |
132 | 2024-11-26T07:16:02.613Z | /work/oxidecomputer/maghemite |
133 | 2024-11-26T07:16:02.613Z | ++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 libsidecar_lite.so |
134 | 2024-11-26T07:16:02.613Z | ++ repo=sidecar-lite |
135 | 2024-11-26T07:16:02.613Z | ++ series=release |
136 | 2024-11-26T07:16:02.613Z | ++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65 |
137 | 2024-11-26T07:16:02.613Z | ++ name=libsidecar_lite.so |
138 | 2024-11-26T07:16:02.614Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
139 | 2024-11-26T07:16:02.614Z | ++ mkdir -p download |
140 | 2024-11-26T07:16:02.614Z | ++ pushd download |
141 | 2024-11-26T07:16:02.614Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
142 | 2024-11-26T07:16:02.614Z | ++ [[ ! -f libsidecar_lite.so ]] |
143 | 2024-11-26T07:16:02.614Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/libsidecar_lite.so |
144 | 2024-11-26T07:16:02.647Z | % Total % Received % Xferd Average Speed Time Time Time Current |
145 | 2024-11-26T07:16:02.647Z | Dload Upload Total Spent Left Speed |
146 | 2024-11-26T07:16:03.320Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 20.3M 100 20.3M 0 0 28.0M 0 --:--:-- --:--:-- --:--:-- 28.0M |
147 | 2024-11-26T07:16:03.330Z | ++ popd |
148 | 2024-11-26T07:16:03.330Z | /work/oxidecomputer/maghemite |
149 | 2024-11-26T07:16:03.330Z | ++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 scadm |
150 | 2024-11-26T07:16:03.331Z | ++ repo=sidecar-lite |
151 | 2024-11-26T07:16:03.331Z | ++ series=release |
152 | 2024-11-26T07:16:03.331Z | ++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65 |
153 | 2024-11-26T07:16:03.331Z | ++ name=scadm |
154 | 2024-11-26T07:16:03.331Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
155 | 2024-11-26T07:16:03.331Z | ++ mkdir -p download |
156 | 2024-11-26T07:16:03.331Z | ++ pushd download |
157 | 2024-11-26T07:16:03.331Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
158 | 2024-11-26T07:16:03.332Z | ++ [[ ! -f scadm ]] |
159 | 2024-11-26T07:16:03.332Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/scadm |
160 | 2024-11-26T07:16:03.343Z | % Total % Received % Xferd Average Speed Time Time Time Current |
161 | 2024-11-26T07:16:03.343Z | Dload Upload Total Spent Left Speed |
162 | 2024-11-26T07:16:04.028Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 22.7M 100 22.7M 0 0 33.9M 0 --:--:-- --:--:-- --:--:-- 33.9M |
163 | 2024-11-26T07:16:04.040Z | ++ popd |
164 | 2024-11-26T07:16:04.040Z | /work/oxidecomputer/maghemite |
165 | 2024-11-26T07:16:04.040Z | ++ get_artifact dendrite image 350fb25d724578dd2b127499edcd57981d4bbff2 dendrite-softnpu.tar.gz |
166 | 2024-11-26T07:16:04.040Z | ++ repo=dendrite |
167 | 2024-11-26T07:16:04.040Z | ++ series=image |
168 | 2024-11-26T07:16:04.040Z | ++ commit=350fb25d724578dd2b127499edcd57981d4bbff2 |
169 | 2024-11-26T07:16:04.040Z | ++ name=dendrite-softnpu.tar.gz |
170 | 2024-11-26T07:16:04.040Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
171 | 2024-11-26T07:16:04.040Z | ++ mkdir -p download |
172 | 2024-11-26T07:16:04.040Z | ++ pushd download |
173 | 2024-11-26T07:16:04.041Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
174 | 2024-11-26T07:16:04.041Z | ++ [[ ! -f dendrite-softnpu.tar.gz ]] |
175 | 2024-11-26T07:16:04.041Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/350fb25d724578dd2b127499edcd57981d4bbff2/dendrite-softnpu.tar.gz |
176 | 2024-11-26T07:16:04.041Z | % Total % Received % Xferd Average Speed Time Time Time Current |
177 | 2024-11-26T07:16:04.041Z | Dload Upload Total Spent Left Speed |
178 | 2024-11-26T07:16:04.733Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
29 37.5M 29 11.1M 0 0 30.6M 0 0:00:01 --:--:-- 0:00:01 30.6M
100 37.5M 100 37.5M 0 0 53.4M 0 --:--:-- --:--:-- --:--:-- 53.5M |
179 | 2024-11-26T07:16:04.742Z | ++ popd |
180 | 2024-11-26T07:16:04.742Z | /work/oxidecomputer/maghemite |
181 | 2024-11-26T07:16:04.742Z | ++ get_artifact maghemite release 2bfd39000c878c45675651a7588c015c486e7f43 ddmd |
182 | 2024-11-26T07:16:04.742Z | ++ repo=maghemite |
183 | 2024-11-26T07:16:04.742Z | ++ series=release |
184 | 2024-11-26T07:16:04.742Z | ++ commit=2bfd39000c878c45675651a7588c015c486e7f43 |
185 | 2024-11-26T07:16:04.743Z | ++ name=ddmd |
186 | 2024-11-26T07:16:04.743Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
187 | 2024-11-26T07:16:04.743Z | ++ mkdir -p download |
188 | 2024-11-26T07:16:04.743Z | ++ pushd download |
189 | 2024-11-26T07:16:04.743Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
190 | 2024-11-26T07:16:04.743Z | ++ [[ ! -f ddmd ]] |
191 | 2024-11-26T07:16:04.743Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/2bfd39000c878c45675651a7588c015c486e7f43/ddmd |
192 | 2024-11-26T07:16:04.743Z | % Total % Received % Xferd Average Speed Time Time Time Current |
193 | 2024-11-26T07:16:04.743Z | Dload Upload Total Spent Left Speed |
194 | 2024-11-26T07:16:05.377Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 40.9M 100 40.9M 0 0 63.9M 0 --:--:-- --:--:-- --:--:-- 64.0M |
195 | 2024-11-26T07:16:05.380Z | ++ popd |
196 | 2024-11-26T07:16:05.384Z | /work/oxidecomputer/maghemite |
197 | 2024-11-26T07:16:05.384Z | ++ get_artifact maghemite release 2bfd39000c878c45675651a7588c015c486e7f43 ddmadm |
198 | 2024-11-26T07:16:05.384Z | ++ repo=maghemite |
199 | 2024-11-26T07:16:05.384Z | ++ series=release |
200 | 2024-11-26T07:16:05.384Z | ++ commit=2bfd39000c878c45675651a7588c015c486e7f43 |
201 | 2024-11-26T07:16:05.384Z | ++ name=ddmadm |
202 | 2024-11-26T07:16:05.384Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
203 | 2024-11-26T07:16:05.384Z | ++ mkdir -p download |
204 | 2024-11-26T07:16:05.384Z | ++ pushd download |
205 | 2024-11-26T07:16:05.384Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
206 | 2024-11-26T07:16:05.384Z | ++ [[ ! -f ddmadm ]] |
207 | 2024-11-26T07:16:05.385Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/2bfd39000c878c45675651a7588c015c486e7f43/ddmadm |
208 | 2024-11-26T07:16:05.392Z | % Total % Received % Xferd Average Speed Time Time Time Current |
209 | 2024-11-26T07:16:05.413Z | Dload Upload Total Spent Left Speed |
210 | 2024-11-26T07:16:05.780Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 18.0M 100 18.0M 0 0 46.4M 0 --:--:-- --:--:-- --:--:-- 46.5M |
211 | 2024-11-26T07:16:05.783Z | ++ popd |
212 | 2024-11-26T07:16:05.783Z | /work/oxidecomputer/maghemite |
213 | 2024-11-26T07:16:05.783Z | ++ pushd download |
214 | 2024-11-26T07:16:05.783Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
215 | 2024-11-26T07:16:05.783Z | ++ chmod +x softnpu |
216 | 2024-11-26T07:16:05.786Z | ++ chmod +x scadm |
217 | 2024-11-26T07:16:05.788Z | ++ chmod +x ddmadm |
218 | 2024-11-26T07:16:05.790Z | ++ chmod +x ddmd |
219 | 2024-11-26T07:16:05.790Z | ++ mv ddmadm ddmadm-v2 |
220 | 2024-11-26T07:16:05.793Z | ++ mv ddmd ddmd-v2 |
221 | 2024-11-26T07:16:05.798Z | ++ rm -rf zones/dendrite |
222 | 2024-11-26T07:16:05.798Z | ++ mkdir -p zones/dendrite |
223 | 2024-11-26T07:16:05.802Z | ++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite |
224 | 2024-11-26T07:16:06.611Z | ++ popd |
225 | 2024-11-26T07:16:06.611Z | /work/oxidecomputer/maghemite |
226 | 2024-11-26T07:16:06.611Z | ++ banner install |
227 | 2024-11-26T07:16:06.614Z | |
228 | 2024-11-26T07:16:06.614Z | # # # #### ##### ## # # |
229 | 2024-11-26T07:16:06.614Z | # ## # # # # # # # |
230 | 2024-11-26T07:16:06.614Z | # # # # #### # # # # # |
231 | 2024-11-26T07:16:06.614Z | # # # # # # ###### # # |
232 | 2024-11-26T07:16:06.614Z | # # ## # # # # # # # |
233 | 2024-11-26T07:16:06.614Z | # # # #### # # # ###### ###### |
234 | 2024-11-26T07:16:06.614Z | |
235 | 2024-11-26T07:16:06.617Z | ++ pkg info brand/sparse |
236 | 2024-11-26T07:16:06.617Z | ++ grep -qi installed |
237 | 2024-11-26T07:16:15.649Z | pkg: info: no packages matching the following patterns you specified are |
238 | 2024-11-26T07:16:15.649Z | installed on the system. Try querying remotely instead: |
239 | 2024-11-26T07:16:15.649Z | |
240 | 2024-11-26T07:16:15.649Z | brand/sparse |
241 | 2024-11-26T07:16:15.695Z | ++ [[ 1 != 0 ]] |
242 | 2024-11-26T07:16:15.695Z | ++ set -o errexit |
243 | 2024-11-26T07:16:15.695Z | ++ pfexec pkg install brand/sparse |
244 | 2024-11-26T07:16:23.154Z | Startup: Refreshing catalog 'helios-dev' ... Done |
245 | 2024-11-26T07:16:26.921Z | Startup: Caching catalogs ... Done |
246 | 2024-11-26T07:16:35.758Z | Planning: Solver setup ... Done |
247 | 2024-11-26T07:16:35.873Z | Planning: Running solver ... Done |
248 | 2024-11-26T07:16:36.220Z | Planning: Finding local manifests ... Done |
249 | 2024-11-26T07:16:36.235Z | Planning: Fetching manifests: 0/3 0% complete |
250 | 2024-11-26T07:16:36.382Z | Planning: Fetching manifests: 3/3 100% complete |
251 | 2024-11-26T07:16:36.822Z | Planning: Package planning ... Done |
252 | 2024-11-26T07:16:36.828Z | Planning: Merging actions ... Done |
253 | 2024-11-26T07:16:37.360Z | Planning: Checking for conflicting actions ... Done |
254 | 2024-11-26T07:16:42.512Z | Planning: Consolidating action changes ... Done |
255 | 2024-11-26T07:16:42.867Z | Planning: Evaluating mediators ... Done |
256 | 2024-11-26T07:16:42.977Z | Planning: Planning completed in 15.97 seconds |
257 | 2024-11-26T07:16:43.195Z | Packages to install: 1 |
258 | 2024-11-26T07:16:43.195Z | Packages to update: 2 |
259 | 2024-11-26T07:16:43.195Z | Create boot environment: No |
260 | 2024-11-26T07:16:43.198Z | Create backup boot environment: Yes |
261 | 2024-11-26T07:16:43.575Z | |
262 | 2024-11-26T07:16:43.575Z | Download: 0/1009 items 0.0/8.0MB 0% complete |
263 | 2024-11-26T07:16:48.602Z | Download: 918/1009 items 8.0/8.0MB 99% complete (1.9M/s) |
264 | 2024-11-26T07:16:49.144Z | Download: Completed 8.03 MB in 5.57 seconds (1.4M/s) |
265 | 2024-11-26T07:16:51.189Z | Actions: 1/1419 actions (Removing old actions) |
266 | 2024-11-26T07:16:51.205Z | Actions: 199/1419 actions (Installing new actions) |
267 | 2024-11-26T07:16:51.317Z | Actions: 579/1419 actions (Updating modified actions) |
268 | 2024-11-26T07:16:51.731Z | Actions: Completed 1419 actions in 0.54 seconds. |
269 | 2024-11-26T07:16:52.091Z | Done |
270 | 2024-11-26T07:16:52.093Z | Done |
271 | 2024-11-26T07:16:52.577Z | Done |
272 | 2024-11-26T07:16:58.747Z | Done |
273 | 2024-11-26T07:16:59.115Z | Done |
274 | 2024-11-26T07:16:59.118Z | Done |
275 | 2024-11-26T07:16:59.212Z | Done |
276 | 2024-11-26T07:16:59.586Z | ++ set -o errexit |
277 | 2024-11-26T07:16:59.587Z | ++ set -o pipefail |
278 | 2024-11-26T07:16:59.587Z | ++ banner build |
279 | 2024-11-26T07:16:59.591Z | |
280 | 2024-11-26T07:16:59.591Z | ##### # # # # ##### |
281 | 2024-11-26T07:16:59.591Z | # # # # # # # # |
282 | 2024-11-26T07:16:59.591Z | ##### # # # # # # |
283 | 2024-11-26T07:16:59.591Z | # # # # # # # # |
284 | 2024-11-26T07:16:59.591Z | # # # # # # # # |
285 | 2024-11-26T07:16:59.591Z | ##### #### # ###### ##### |
286 | 2024-11-26T07:16:59.591Z | |
287 | 2024-11-26T07:16:59.591Z | ++ cargo build --release --bin ddmd --bin ddmadm |
288 | 2024-11-26T07:16:59.775Z | Updating git repository `https://www.github.com/oxidecomputer/oxnet` |
289 | 2024-11-26T07:17:00.006Z | warning: redirecting to https://github.com/oxidecomputer/oxnet.git/ |
290 | 2024-11-26T07:17:00.217Z | From https://www.github.com/oxidecomputer/oxnet |
291 | 2024-11-26T07:17:00.217Z | * [new branch] ci -> origin/ci |
292 | 2024-11-26T07:17:00.219Z | * [new branch] dependabot/cargo/serde_json-1.0.133 -> origin/dependabot/cargo/serde_json-1.0.133 |
293 | 2024-11-26T07:17:00.219Z | * [new branch] main -> origin/main |
294 | 2024-11-26T07:17:00.219Z | * [new ref] -> origin/HEAD |
295 | 2024-11-26T07:17:00.229Z | Updating crates.io index |
296 | 2024-11-26T07:17:00.281Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
297 | 2024-11-26T07:17:01.006Z | From https://github.com/oxidecomputer/falcon |
298 | 2024-11-26T07:17:01.006Z | * [new ref] d8c38f890040f90cdc467e23f3f06b6372a9921c -> refs/commit/d8c38f890040f90cdc467e23f3f06b6372a9921c |
299 | 2024-11-26T07:17:01.111Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
300 | 2024-11-26T07:17:02.227Z | From https://github.com/oxidecomputer/dendrite |
301 | 2024-11-26T07:17:02.227Z | * [new ref] 4cdc7d7e18a25833843686d76b95a9ca4a5dfab0 -> refs/commit/4cdc7d7e18a25833843686d76b95a9ca4a5dfab0 |
302 | 2024-11-26T07:17:02.267Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
303 | 2024-11-26T07:17:02.621Z | From https://github.com/oxidecomputer/ispf |
304 | 2024-11-26T07:17:02.621Z | * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496 |
305 | 2024-11-26T07:17:02.647Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
306 | 2024-11-26T07:17:03.112Z | From https://github.com/oxidecomputer/netadm-sys |
307 | 2024-11-26T07:17:03.112Z | * [new ref] e07ad76458eb50601e0da4f9da16dbc942bfc2ba -> refs/commit/e07ad76458eb50601e0da4f9da16dbc942bfc2ba |
308 | 2024-11-26T07:17:03.124Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
309 | 2024-11-26T07:17:06.588Z | From https://github.com/oxidecomputer/omicron |
310 | 2024-11-26T07:17:06.588Z | * [new ref] 48125c8e00738710bde6aed65c253c606c2bdb30 -> refs/commit/48125c8e00738710bde6aed65c253c606c2bdb30 |
311 | 2024-11-26T07:17:06.617Z | * [new tag] dogfood -> dogfood |
312 | 2024-11-26T07:17:06.621Z | * [new tag] v5 -> v5 |
313 | 2024-11-26T07:17:06.621Z | * [new tag] v6 -> v6 |
314 | 2024-11-26T07:17:06.621Z | * [new tag] v7 -> v7 |
315 | 2024-11-26T07:17:06.621Z | * [new tag] v8 -> v8 |
316 | 2024-11-26T07:17:06.621Z | * [new tag] v9 -> v9 |
317 | 2024-11-26T07:17:06.976Z | Updating git repository `https://github.com/oxidecomputer/opte` |
318 | 2024-11-26T07:17:07.822Z | From https://github.com/oxidecomputer/opte |
319 | 2024-11-26T07:17:07.822Z | * [new ref] 3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d -> refs/commit/3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d |
320 | 2024-11-26T07:17:07.894Z | Updating git repository `https://github.com/illumos/smf-rs` |
321 | 2024-11-26T07:17:08.267Z | From https://github.com/illumos/smf-rs |
322 | 2024-11-26T07:17:08.267Z | * [new ref] f14ff3517648206baa4b42ef522d2114ed5bcb48 -> refs/commit/f14ff3517648206baa4b42ef522d2114ed5bcb48 |
323 | 2024-11-26T07:17:08.279Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
324 | 2024-11-26T07:17:09.036Z | From https://github.com/oxidecomputer/maghemite |
325 | 2024-11-26T07:17:09.036Z | * [new ref] 2bfd39000c878c45675651a7588c015c486e7f43 -> refs/commit/2bfd39000c878c45675651a7588c015c486e7f43 |
326 | 2024-11-26T07:17:09.053Z | * [new tag] rift -> rift |
327 | 2024-11-26T07:17:09.055Z | * [new tag] srp -> srp |
328 | 2024-11-26T07:17:09.055Z | * [new tag] tie-spf -> tie-spf |
329 | 2024-11-26T07:17:09.107Z | Updating git repository `https://github.com/oxidecomputer/zone` |
330 | 2024-11-26T07:17:09.518Z | From https://github.com/oxidecomputer/zone |
331 | 2024-11-26T07:17:09.518Z | * [new ref] 7a0cb48801eaf5d1c91dfb36108528bd754e2e70 -> refs/commit/7a0cb48801eaf5d1c91dfb36108528bd754e2e70 |
332 | 2024-11-26T07:17:09.564Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
333 | 2024-11-26T07:17:10.306Z | From https://github.com/oxidecomputer/propolis |
334 | 2024-11-26T07:17:10.306Z | * [new ref] fae5334bcad5e864794332c6fed5e6bb9ec88831 -> refs/commit/fae5334bcad5e864794332c6fed5e6bb9ec88831 |
335 | 2024-11-26T07:17:10.417Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
336 | 2024-11-26T07:17:10.835Z | From https://github.com/oxidecomputer/dlpi-sys |
337 | 2024-11-26T07:17:10.835Z | * [new ref] 1d587ea98cf2d36f1b1624b0b960559c76d475d2 -> refs/commit/1d587ea98cf2d36f1b1624b0b960559c76d475d2 |
338 | 2024-11-26T07:17:10.844Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
339 | 2024-11-26T07:17:11.238Z | From https://github.com/jmesmon/rust-libzfs |
340 | 2024-11-26T07:17:11.238Z | * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850 |
341 | 2024-11-26T07:17:11.253Z | * [new tag] v0.4.0 -> v0.4.0 |
342 | 2024-11-26T07:17:11.267Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
343 | 2024-11-26T07:17:11.666Z | From https://github.com/oxidecomputer/rusty-doors |
344 | 2024-11-26T07:17:11.666Z | * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf |
345 | 2024-11-26T07:17:11.691Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
346 | 2024-11-26T07:17:12.166Z | From https://github.com/oxidecomputer/maghemite |
347 | 2024-11-26T07:17:12.166Z | * [new ref] b13b5b240f3967de753fd589b1036745d2770b52 -> refs/commit/b13b5b240f3967de753fd589b1036745d2770b52 |
348 | 2024-11-26T07:17:12.225Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
349 | 2024-11-26T07:17:12.580Z | From https://github.com/oxidecomputer/serde_human_bytes |
350 | 2024-11-26T07:17:12.580Z | * [new ref] 0a09794501b6208120528c3b457d5f3a8cb17424 -> refs/commit/0a09794501b6208120528c3b457d5f3a8cb17424 |
351 | 2024-11-26T07:17:12.616Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
352 | 2024-11-26T07:17:13.003Z | From https://github.com/oxidecomputer/slog-error-chain |
353 | 2024-11-26T07:17:13.003Z | * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2 |
354 | 2024-11-26T07:17:13.028Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
355 | 2024-11-26T07:17:13.412Z | From https://github.com/oxidecomputer/poptrie |
356 | 2024-11-26T07:17:13.412Z | * [new ref] ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 -> refs/commit/ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 |
357 | 2024-11-26T07:17:13.462Z | Updating git repository `https://github.com/illumos/libscf-sys.git` |
358 | 2024-11-26T07:17:13.851Z | From https://github.com/illumos/libscf-sys |
359 | 2024-11-26T07:17:13.851Z | * [new ref] bb0b82c32cff5eee65efc4f214924c3daf7edc93 -> refs/commit/bb0b82c32cff5eee65efc4f214924c3daf7edc93 |
360 | 2024-11-26T07:17:13.859Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
361 | 2024-11-26T07:17:14.694Z | From https://github.com/oxidecomputer/progenitor |
362 | 2024-11-26T07:17:14.695Z | * [new ref] e0a1045aed55a0db2cd67939252ea354e284d840 -> refs/commit/e0a1045aed55a0db2cd67939252ea354e284d840 |
363 | 2024-11-26T07:17:14.715Z | * [new tag] v0.1.1 -> v0.1.1 |
364 | 2024-11-26T07:17:14.717Z | * [new tag] v0.2.0 -> v0.2.0 |
365 | 2024-11-26T07:17:14.717Z | * [new tag] v0.3.0 -> v0.3.0 |
366 | 2024-11-26T07:17:14.717Z | * [new tag] v0.4.0 -> v0.4.0 |
367 | 2024-11-26T07:17:14.717Z | * [new tag] v0.5.0 -> v0.5.0 |
368 | 2024-11-26T07:17:14.717Z | * [new tag] v0.6.0 -> v0.6.0 |
369 | 2024-11-26T07:17:14.717Z | * [new tag] v0.7.0 -> v0.7.0 |
370 | 2024-11-26T07:17:14.845Z | Updating git repository `https://github.com/oxidecomputer/typify` |
371 | 2024-11-26T07:17:15.565Z | From https://github.com/oxidecomputer/typify |
372 | 2024-11-26T07:17:15.565Z | * [new ref] 50d969668dcad42300423f893de9b3903f11b65c -> refs/commit/50d969668dcad42300423f893de9b3903f11b65c |
373 | 2024-11-26T07:17:15.567Z | * [new tag] v0.2.0 -> v0.2.0 |
374 | 2024-11-26T07:17:15.585Z | * [new tag] v0.0.10 -> v0.0.10 |
375 | 2024-11-26T07:17:15.587Z | * [new tag] v0.0.11 -> v0.0.11 |
376 | 2024-11-26T07:17:15.587Z | * [new tag] v0.0.12 -> v0.0.12 |
377 | 2024-11-26T07:17:15.587Z | * [new tag] v0.0.13 -> v0.0.13 |
378 | 2024-11-26T07:17:15.587Z | * [new tag] v0.0.14 -> v0.0.14 |
379 | 2024-11-26T07:17:15.587Z | * [new tag] v0.0.15 -> v0.0.15 |
380 | 2024-11-26T07:17:15.587Z | * [new tag] v0.0.16 -> v0.0.16 |
381 | 2024-11-26T07:17:15.587Z | * [new tag] v0.0.4 -> v0.0.4 |
382 | 2024-11-26T07:17:15.588Z | * [new tag] v0.0.5 -> v0.0.5 |
383 | 2024-11-26T07:17:15.588Z | * [new tag] v0.0.7 -> v0.0.7 |
384 | 2024-11-26T07:17:15.588Z | * [new tag] v0.0.8 -> v0.0.8 |
385 | 2024-11-26T07:17:15.588Z | * [new tag] v0.0.9 -> v0.0.9 |
386 | 2024-11-26T07:17:15.588Z | * [new tag] v0.1.0 -> v0.1.0 |
387 | 2024-11-26T07:17:15.791Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
388 | 2024-11-26T07:17:17.685Z | From https://github.com/oxidecomputer/crucible |
389 | 2024-11-26T07:17:17.685Z | * [new ref] 74286f952a2953cd08512015076f0947050deba7 -> refs/commit/74286f952a2953cd08512015076f0947050deba7 |
390 | 2024-11-26T07:17:17.752Z | Updating git repository `https://github.com/oxidecomputer/opte` |
391 | 2024-11-26T07:17:18.171Z | From https://github.com/oxidecomputer/opte |
392 | 2024-11-26T07:17:18.171Z | * [new ref] 76878de67229ea113d70503c441eab47ac5dc653 -> refs/commit/76878de67229ea113d70503c441eab47ac5dc653 |
393 | 2024-11-26T07:17:18.216Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
394 | 2024-11-26T07:17:18.868Z | From https://github.com/oxidecomputer/management-gateway-service |
395 | 2024-11-26T07:17:18.868Z | * [new ref] 9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 -> refs/commit/9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 |
396 | 2024-11-26T07:17:19.952Z | Locking 21 packages to latest compatible versions |
397 | 2024-11-26T07:17:19.954Z | Updating async-stream v0.3.5 -> v0.3.6 |
398 | 2024-11-26T07:17:19.954Z | Updating async-stream-impl v0.3.5 -> v0.3.6 |
399 | 2024-11-26T07:17:19.959Z | Adding dropshot v0.13.0 |
400 | 2024-11-26T07:17:19.962Z | Adding dropshot_endpoint v0.13.0 |
401 | 2024-11-26T07:17:19.962Z | Updating futures v0.3.30 -> v0.3.31 |
402 | 2024-11-26T07:17:19.962Z | Updating futures-channel v0.3.30 -> v0.3.31 |
403 | 2024-11-26T07:17:19.962Z | Updating futures-core v0.3.30 -> v0.3.31 |
404 | 2024-11-26T07:17:19.962Z | Updating futures-executor v0.3.30 -> v0.3.31 |
405 | 2024-11-26T07:17:19.962Z | Updating futures-io v0.3.30 -> v0.3.31 |
406 | 2024-11-26T07:17:19.962Z | Updating futures-macro v0.3.30 -> v0.3.31 |
407 | 2024-11-26T07:17:19.962Z | Updating futures-sink v0.3.30 -> v0.3.31 |
408 | 2024-11-26T07:17:19.962Z | Updating futures-task v0.3.30 -> v0.3.31 |
409 | 2024-11-26T07:17:19.962Z | Updating futures-util v0.3.30 -> v0.3.31 |
410 | 2024-11-26T07:17:19.962Z | Adding hashbrown v0.15.2 |
411 | 2024-11-26T07:17:19.965Z | Updating indexmap v2.5.0 -> v2.6.0 |
412 | 2024-11-26T07:17:19.968Z | Updating proc-macro2 v1.0.86 -> v1.0.92 |
413 | 2024-11-26T07:17:19.978Z | Updating serde v1.0.210 -> v1.0.215 |
414 | 2024-11-26T07:17:19.980Z | Updating serde_derive v1.0.210 -> v1.0.215 |
415 | 2024-11-26T07:17:19.983Z | Updating syn v2.0.77 -> v2.0.89 |
416 | 2024-11-26T07:17:19.988Z | Updating thiserror v1.0.64 -> v1.0.69 (latest: v2.0.3) |
417 | 2024-11-26T07:17:19.990Z | Updating thiserror-impl v1.0.64 -> v1.0.69 (latest: v2.0.3) |
418 | 2024-11-26T07:17:20.023Z | Downloading crates ... |
419 | 2024-11-26T07:17:20.124Z | Downloaded schemars_derive v0.8.21 |
420 | 2024-11-26T07:17:20.141Z | Downloaded serde_repr v0.1.19 |
421 | 2024-11-26T07:17:20.143Z | Downloaded quote v1.0.37 |
422 | 2024-11-26T07:17:20.145Z | Downloaded allocator-api2 v0.2.18 |
423 | 2024-11-26T07:17:20.148Z | Downloaded rustc_version v0.4.1 |
424 | 2024-11-26T07:17:20.156Z | Downloaded aho-corasick v1.1.3 |
425 | 2024-11-26T07:17:20.162Z | Downloaded anstyle-parse v0.2.5 |
426 | 2024-11-26T07:17:20.166Z | Downloaded ahash v0.8.11 |
427 | 2024-11-26T07:17:20.169Z | Downloaded async-stream-impl v0.3.6 |
428 | 2024-11-26T07:17:20.169Z | Downloaded async-stream v0.3.6 |
429 | 2024-11-26T07:17:20.172Z | Downloaded anyhow v1.0.93 |
430 | 2024-11-26T07:17:20.174Z | Downloaded anstyle v1.0.10 |
431 | 2024-11-26T07:17:20.177Z | Downloaded anstyle-query v1.1.1 |
432 | 2024-11-26T07:17:20.179Z | Downloaded argon2 v0.5.3 |
433 | 2024-11-26T07:17:20.181Z | Downloaded anstream v0.6.15 |
434 | 2024-11-26T07:17:20.184Z | Downloaded arc-swap v1.7.1 |
435 | 2024-11-26T07:17:20.187Z | Downloaded petgraph v0.6.5 |
436 | 2024-11-26T07:17:20.203Z | Downloaded futures-io v0.3.31 |
437 | 2024-11-26T07:17:20.206Z | Downloaded parking_lot_core v0.8.6 |
438 | 2024-11-26T07:17:20.208Z | Downloaded base64ct v1.6.0 |
439 | 2024-11-26T07:17:20.210Z | Downloaded pin-utils v0.1.0 |
440 | 2024-11-26T07:17:20.210Z | Downloaded parse-display-derive v0.10.0 |
441 | 2024-11-26T07:17:20.213Z | Downloaded dyn-clone v1.0.17 |
442 | 2024-11-26T07:17:20.213Z | Downloaded cancel-safe-futures v0.1.5 |
443 | 2024-11-26T07:17:20.216Z | Downloaded const-random-macro v0.1.16 |
444 | 2024-11-26T07:17:20.218Z | Downloaded ciborium v0.2.2 |
445 | 2024-11-26T07:17:20.220Z | Downloaded pest v2.7.13 |
446 | 2024-11-26T07:17:20.224Z | Downloaded pin-project-lite v0.2.14 |
447 | 2024-11-26T07:17:20.230Z | Downloaded pretty-hex v0.4.1 |
448 | 2024-11-26T07:17:20.233Z | Downloaded proc-macro-error v1.0.4 |
449 | 2024-11-26T07:17:20.236Z | Downloaded base64 v0.22.1 |
450 | 2024-11-26T07:17:20.239Z | Downloaded clap v4.5.21 |
451 | 2024-11-26T07:17:20.246Z | Downloaded proc-macro-crate v3.2.0 |
452 | 2024-11-26T07:17:20.248Z | Downloaded proc-macro-crate v1.3.1 |
453 | 2024-11-26T07:17:20.248Z | Downloaded progenitor v0.8.0 |
454 | 2024-11-26T07:17:20.250Z | Downloaded pretty-hex v0.2.1 |
455 | 2024-11-26T07:17:20.253Z | Downloaded foreign-types-macros v0.2.3 |
456 | 2024-11-26T07:17:20.253Z | Downloaded cstr-argument v0.1.2 |
457 | 2024-11-26T07:17:20.257Z | Downloaded colorchoice v1.0.2 |
458 | 2024-11-26T07:17:20.257Z | Downloaded bitflags v1.3.2 |
459 | 2024-11-26T07:17:20.259Z | Downloaded progenitor-impl v0.8.0 |
460 | 2024-11-26T07:17:20.261Z | Downloaded proc-macro2 v1.0.92 |
461 | 2024-11-26T07:17:20.267Z | Downloaded foreign-types-shared v0.3.1 |
462 | 2024-11-26T07:17:20.267Z | Downloaded foreign-types-shared v0.1.1 |
463 | 2024-11-26T07:17:20.270Z | Downloaded dtrace-parser v0.2.0 |
464 | 2024-11-26T07:17:20.270Z | Downloaded postcard v1.0.10 |
465 | 2024-11-26T07:17:20.270Z | Downloaded progenitor-client v0.8.0 |
466 | 2024-11-26T07:17:20.270Z | Downloaded pest_generator v2.7.13 |
467 | 2024-11-26T07:17:20.273Z | Downloaded float-ord v0.3.2 |
468 | 2024-11-26T07:17:20.273Z | Downloaded darling_macro v0.20.10 |
469 | 2024-11-26T07:17:20.273Z | Downloaded atomicwrites v0.4.4 |
470 | 2024-11-26T07:17:20.276Z | Downloaded prettyplease v0.2.22 |
471 | 2024-11-26T07:17:20.278Z | Downloaded equivalent v1.0.1 |
472 | 2024-11-26T07:17:20.279Z | Downloaded crunchy v0.2.2 |
473 | 2024-11-26T07:17:20.281Z | Downloaded crucible-workspace-hack v0.1.0 |
474 | 2024-11-26T07:17:20.281Z | Downloaded ciborium-ll v0.2.2 |
475 | 2024-11-26T07:17:20.281Z | Downloaded cfg-if v1.0.0 |
476 | 2024-11-26T07:17:20.283Z | Downloaded block-buffer v0.10.4 |
477 | 2024-11-26T07:17:20.283Z | Downloaded autocfg v1.3.0 |
478 | 2024-11-26T07:17:20.286Z | Downloaded scroll_derive v0.12.0 |
479 | 2024-11-26T07:17:20.289Z | Downloaded rand_chacha v0.3.1 |
480 | 2024-11-26T07:17:20.289Z | Downloaded dof v0.3.0 |
481 | 2024-11-26T07:17:20.291Z | Downloaded foreign-types v0.3.2 |
482 | 2024-11-26T07:17:20.291Z | Downloaded crc8 v0.1.1 |
483 | 2024-11-26T07:17:20.292Z | Downloaded plain v0.2.3 |
484 | 2024-11-26T07:17:20.292Z | Downloaded password-hash v0.5.0 |
485 | 2024-11-26T07:17:20.295Z | Downloaded quick-error v1.2.3 |
486 | 2024-11-26T07:17:20.298Z | Downloaded rustc-hash v2.0.0 |
487 | 2024-11-26T07:17:20.298Z | Downloaded match_cfg v0.1.0 |
488 | 2024-11-26T07:17:20.301Z | Downloaded futures-core v0.3.31 |
489 | 2024-11-26T07:17:20.301Z | Downloaded embedded-io v0.6.1 |
490 | 2024-11-26T07:17:20.301Z | Downloaded atomic-waker v1.1.2 |
491 | 2024-11-26T07:17:20.303Z | Downloaded rand_core v0.6.4 |
492 | 2024-11-26T07:17:20.303Z | Downloaded sigpipe v0.1.3 |
493 | 2024-11-26T07:17:20.306Z | Downloaded serde-big-array v0.5.1 |
494 | 2024-11-26T07:17:20.306Z | Downloaded fnv v1.0.7 |
495 | 2024-11-26T07:17:20.308Z | Downloaded futures-executor v0.3.31 |
496 | 2024-11-26T07:17:20.310Z | Downloaded cpufeatures v0.2.14 |
497 | 2024-11-26T07:17:20.311Z | Downloaded colored v2.1.0 |
498 | 2024-11-26T07:17:20.313Z | Downloaded errno v0.3.9 |
499 | 2024-11-26T07:17:20.313Z | Downloaded rustls-pemfile v1.0.4 |
500 | 2024-11-26T07:17:20.316Z | Downloaded take_mut v0.2.2 |
501 | 2024-11-26T07:17:20.318Z | Downloaded omicron-workspace-hack v0.1.0 |
502 | 2024-11-26T07:17:20.319Z | Downloaded num_threads v0.1.7 |
503 | 2024-11-26T07:17:20.319Z | Downloaded is-terminal v0.4.13 |
504 | 2024-11-26T07:17:20.322Z | Downloaded deranged v0.3.11 |
505 | 2024-11-26T07:17:20.322Z | Downloaded enum-as-inner v0.6.1 |
506 | 2024-11-26T07:17:20.325Z | Downloaded rustc_version v0.1.7 |
507 | 2024-11-26T07:17:20.325Z | Downloaded ppv-lite86 v0.2.20 |
508 | 2024-11-26T07:17:20.325Z | Downloaded embedded-io v0.4.0 |
509 | 2024-11-26T07:17:20.328Z | Downloaded defmt-macros v0.3.9 |
510 | 2024-11-26T07:17:20.330Z | Downloaded data-encoding v2.6.0 |
511 | 2024-11-26T07:17:20.330Z | Downloaded scopeguard v1.2.0 |
512 | 2024-11-26T07:17:20.333Z | Downloaded camino v1.1.9 |
513 | 2024-11-26T07:17:20.335Z | Downloaded digest v0.10.7 |
514 | 2024-11-26T07:17:20.337Z | Downloaded async-trait v0.1.83 |
515 | 2024-11-26T07:17:20.339Z | Downloaded clap_derive v4.5.18 |
516 | 2024-11-26T07:17:20.342Z | Downloaded usdt-attr-macro v0.5.0 |
517 | 2024-11-26T07:17:20.345Z | Downloaded dirs-next v2.0.0 |
518 | 2024-11-26T07:17:20.345Z | Downloaded strum v0.26.3 |
519 | 2024-11-26T07:17:20.345Z | Downloaded is_terminal_polyfill v1.70.1 |
520 | 2024-11-26T07:17:20.347Z | Downloaded debug-ignore v1.0.5 |
521 | 2024-11-26T07:17:20.347Z | Downloaded serde_urlencoded v0.7.1 |
522 | 2024-11-26T07:17:20.350Z | Downloaded zone_cfg_derive v0.3.0 |
523 | 2024-11-26T07:17:20.350Z | Downloaded serde_spanned v0.6.7 |
524 | 2024-11-26T07:17:20.353Z | Downloaded parse-display v0.10.0 |
525 | 2024-11-26T07:17:20.353Z | Downloaded form_urlencoded v1.2.1 |
526 | 2024-11-26T07:17:20.355Z | Downloaded fixedbitset v0.4.2 |
527 | 2024-11-26T07:17:20.355Z | Downloaded semver v0.1.20 |
528 | 2024-11-26T07:17:20.357Z | Downloaded hostname v0.3.1 |
529 | 2024-11-26T07:17:20.357Z | Downloaded dirs-sys-next v0.1.2 |
530 | 2024-11-26T07:17:20.359Z | Downloaded slab v0.4.9 |
531 | 2024-11-26T07:17:20.360Z | Downloaded hyper-tls v0.5.0 |
532 | 2024-11-26T07:17:20.362Z | Downloaded console v0.15.8 |
533 | 2024-11-26T07:17:20.364Z | Downloaded serde_path_to_error v0.1.16 |
534 | 2024-11-26T07:17:20.366Z | Downloaded scroll v0.12.0 |
535 | 2024-11-26T07:17:20.368Z | Downloaded resolv-conf v0.7.0 |
536 | 2024-11-26T07:17:20.371Z | Downloaded swrite v0.1.0 |
537 | 2024-11-26T07:17:20.371Z | Downloaded waitgroup v0.1.2 |
538 | 2024-11-26T07:17:20.373Z | Downloaded newtype-uuid v1.1.0 |
539 | 2024-11-26T07:17:20.374Z | Downloaded ipnetwork v0.20.0 |
540 | 2024-11-26T07:17:20.376Z | Downloaded linear-map v1.2.0 |
541 | 2024-11-26T07:17:20.376Z | Downloaded slog-bunyan v2.5.0 |
542 | 2024-11-26T07:17:20.379Z | Downloaded slog-dtrace v0.3.0 |
543 | 2024-11-26T07:17:20.379Z | Downloaded want v0.3.1 |
544 | 2024-11-26T07:17:20.381Z | Downloaded tabwriter v1.4.0 |
545 | 2024-11-26T07:17:20.381Z | Downloaded num-derive v0.4.2 |
546 | 2024-11-26T07:17:20.384Z | Downloaded hostname v0.4.0 |
547 | 2024-11-26T07:17:20.384Z | Downloaded camino-tempfile v1.1.1 |
548 | 2024-11-26T07:17:20.388Z | Downloaded rustls-pemfile v2.1.3 |
549 | 2024-11-26T07:17:20.390Z | Downloaded tokio-rustls v0.25.0 |
550 | 2024-11-26T07:17:20.390Z | Downloaded signal-hook-registry v1.4.2 |
551 | 2024-11-26T07:17:20.392Z | Downloaded sha1 v0.10.6 |
552 | 2024-11-26T07:17:20.396Z | Downloaded tiny-keccak v2.0.2 |
553 | 2024-11-26T07:17:20.398Z | Downloaded zone v0.3.0 |
554 | 2024-11-26T07:17:20.398Z | Downloaded fastrand v2.1.1 |
555 | 2024-11-26T07:17:20.401Z | Downloaded zeroize v1.8.1 |
556 | 2024-11-26T07:17:20.401Z | Downloaded untrusted v0.9.0 |
557 | 2024-11-26T07:17:20.403Z | Downloaded serde_tokenstream v0.2.2 |
558 | 2024-11-26T07:17:20.403Z | Downloaded derive-where v1.2.7 |
559 | 2024-11-26T07:17:20.406Z | Downloaded time-core v0.1.2 |
560 | 2024-11-26T07:17:20.409Z | Downloaded ident_case v1.0.1 |
561 | 2024-11-26T07:17:20.409Z | Downloaded serde_with_macros v3.9.0 |
562 | 2024-11-26T07:17:20.411Z | Downloaded semver v1.0.23 |
563 | 2024-11-26T07:17:20.413Z | Downloaded sct v0.7.1 |
564 | 2024-11-26T07:17:20.416Z | Downloaded hex v0.4.3 |
565 | 2024-11-26T07:17:20.419Z | Downloaded crc32fast v1.4.2 |
566 | 2024-11-26T07:17:20.421Z | Downloaded futures-macro v0.3.31 |
567 | 2024-11-26T07:17:20.421Z | Downloaded tokio-macros v2.4.0 |
568 | 2024-11-26T07:17:20.421Z | Downloaded usdt-impl v0.5.0 |
569 | 2024-11-26T07:17:20.424Z | Downloaded darling v0.20.10 |
570 | 2024-11-26T07:17:20.427Z | Downloaded sha2 v0.10.8 |
571 | 2024-11-26T07:17:20.429Z | Downloaded blake2 v0.10.6 |
572 | 2024-11-26T07:17:20.432Z | Downloaded serde_derive_internals v0.29.1 |
573 | 2024-11-26T07:17:20.434Z | Downloaded newtype_derive v0.1.6 |
574 | 2024-11-26T07:17:20.434Z | Downloaded bytes v1.7.2 |
575 | 2024-11-26T07:17:20.438Z | Downloaded instant v0.1.13 |
576 | 2024-11-26T07:17:20.440Z | Downloaded usdt-macro v0.5.0 |
577 | 2024-11-26T07:17:20.440Z | Downloaded num_enum v0.5.11 |
578 | 2024-11-26T07:17:20.444Z | Downloaded version_check v0.9.5 |
579 | 2024-11-26T07:17:20.447Z | Downloaded num_enum v0.7.3 |
580 | 2024-11-26T07:17:20.450Z | Downloaded tokio-rustls v0.26.0 |
581 | 2024-11-26T07:17:20.452Z | Downloaded newline-converter v0.3.0 |
582 | 2024-11-26T07:17:20.455Z | Downloaded typify-macro v0.2.0 |
583 | 2024-11-26T07:17:20.455Z | Downloaded hash32 v0.3.1 |
584 | 2024-11-26T07:17:20.457Z | Downloaded tracing-attributes v0.1.27 |
585 | 2024-11-26T07:17:20.460Z | Downloaded itoa v1.0.11 |
586 | 2024-11-26T07:17:20.460Z | Downloaded heck v0.5.0 |
587 | 2024-11-26T07:17:20.462Z | Downloaded fxhash v0.2.1 |
588 | 2024-11-26T07:17:20.462Z | Downloaded tempfile v3.12.0 |
589 | 2024-11-26T07:17:20.466Z | Downloaded thiserror v1.0.69 |
590 | 2024-11-26T07:17:20.469Z | Downloaded hyper-rustls v0.27.3 |
591 | 2024-11-26T07:17:20.471Z | Downloaded toml_datetime v0.6.8 |
592 | 2024-11-26T07:17:20.474Z | Downloaded owo-colors v4.1.0 |
593 | 2024-11-26T07:17:20.474Z | Downloaded strum_macros v0.25.3 |
594 | 2024-11-26T07:17:20.477Z | Downloaded smallvec v1.13.2 |
595 | 2024-11-26T07:17:20.479Z | Downloaded http-body v1.0.1 |
596 | 2024-11-26T07:17:20.479Z | Downloaded tower-service v0.3.3 |
597 | 2024-11-26T07:17:20.484Z | Downloaded tokio-native-tls v0.3.1 |
598 | 2024-11-26T07:17:20.484Z | Downloaded dropshot_endpoint v0.13.0 |
599 | 2024-11-26T07:17:20.488Z | Downloaded dropshot_endpoint v0.12.0 |
600 | 2024-11-26T07:17:20.492Z | Downloaded libsw v3.3.1 |
601 | 2024-11-26T07:17:20.492Z | Downloaded structmeta-derive v0.3.0 |
602 | 2024-11-26T07:17:20.495Z | Downloaded indent_write v2.2.0 |
603 | 2024-11-26T07:17:20.495Z | Downloaded usdt v0.5.0 |
604 | 2024-11-26T07:17:20.495Z | Downloaded futures v0.3.31 |
605 | 2024-11-26T07:17:20.497Z | Downloaded num_enum_derive v0.7.3 |
606 | 2024-11-26T07:17:20.500Z | Downloaded unicode-ident v1.0.13 |
607 | 2024-11-26T07:17:20.503Z | Downloaded parking_lot_core v0.9.10 |
608 | 2024-11-26T07:17:20.503Z | Downloaded num-integer v0.1.46 |
609 | 2024-11-26T07:17:20.506Z | Downloaded cc v1.1.21 |
610 | 2024-11-26T07:17:20.510Z | Downloaded num-conv v0.1.0 |
611 | 2024-11-26T07:17:20.510Z | Downloaded thread_local v1.1.8 |
612 | 2024-11-26T07:17:20.513Z | Downloaded lazy_static v1.5.0 |
613 | 2024-11-26T07:17:20.513Z | Downloaded serde_derive v1.0.215 |
614 | 2024-11-26T07:17:20.516Z | Downloaded darling_core v0.20.10 |
615 | 2024-11-26T07:17:20.519Z | Downloaded httpdate v1.0.3 |
616 | 2024-11-26T07:17:20.519Z | Downloaded slog v2.7.0 |
617 | 2024-11-26T07:17:20.522Z | Downloaded num-iter v0.1.45 |
618 | 2024-11-26T07:17:20.524Z | Downloaded structmeta v0.3.0 |
619 | 2024-11-26T07:17:20.524Z | Downloaded generic-array v0.14.7 |
620 | 2024-11-26T07:17:20.527Z | Downloaded try-lock v0.2.5 |
621 | 2024-11-26T07:17:20.527Z | Downloaded num-derive v0.3.3 |
622 | 2024-11-26T07:17:20.529Z | Downloaded once_cell v1.19.0 |
623 | 2024-11-26T07:17:20.532Z | Downloaded mime v0.3.17 |
624 | 2024-11-26T07:17:20.532Z | Downloaded similar v2.6.0 |
625 | 2024-11-26T07:17:20.535Z | Downloaded tinyvec_macros v0.1.1 |
626 | 2024-11-26T07:17:20.545Z | Downloaded memmap v0.7.0 |
627 | 2024-11-26T07:17:20.545Z | Downloaded http-body v0.4.6 |
628 | 2024-11-26T07:17:20.549Z | Downloaded zerocopy-derive v0.7.35 |
629 | 2024-11-26T07:17:20.549Z | Downloaded sync_wrapper v0.1.2 |
630 | 2024-11-26T07:17:20.549Z | Downloaded derive_more v0.99.18 |
631 | 2024-11-26T07:17:20.549Z | Downloaded openssl-macros v0.1.1 |
632 | 2024-11-26T07:17:20.551Z | Downloaded spin v0.9.8 |
633 | 2024-11-26T07:17:20.551Z | Downloaded heck v0.4.1 |
634 | 2024-11-26T07:17:20.554Z | Downloaded hubpack_derive v0.1.1 |
635 | 2024-11-26T07:17:20.555Z | Downloaded sync_wrapper v1.0.1 |
636 | 2024-11-26T07:17:20.555Z | Downloaded ryu v1.0.18 |
637 | 2024-11-26T07:17:20.557Z | Downloaded thin-vec v0.2.13 |
638 | 2024-11-26T07:17:20.560Z | Downloaded strsim v0.11.1 |
639 | 2024-11-26T07:17:20.560Z | Downloaded utf8parse v0.2.2 |
640 | 2024-11-26T07:17:20.562Z | Downloaded num v0.4.3 |
641 | 2024-11-26T07:17:20.562Z | Downloaded iana-time-zone v0.1.61 |
642 | 2024-11-26T07:17:20.565Z | Downloaded tracing-core v0.1.32 |
643 | 2024-11-26T07:17:20.567Z | Downloaded subtle v2.6.1 |
644 | 2024-11-26T07:17:20.569Z | Downloaded strum_macros v0.26.4 |
645 | 2024-11-26T07:17:20.572Z | Downloaded smf v0.2.3 |
646 | 2024-11-26T07:17:20.572Z | Downloaded openssl-probe v0.1.5 |
647 | 2024-11-26T07:17:20.572Z | Downloaded quinn v0.11.5 |
648 | 2024-11-26T07:17:20.574Z | Downloaded httparse v1.9.4 |
649 | 2024-11-26T07:17:20.577Z | Downloaded num_enum_derive v0.5.11 |
650 | 2024-11-26T07:17:20.580Z | Downloaded time-macros v0.2.18 |
651 | 2024-11-26T07:17:20.582Z | Downloaded slog-scope v4.4.0 |
652 | 2024-11-26T07:17:20.582Z | Downloaded slog-json v2.6.1 |
653 | 2024-11-26T07:17:20.585Z | Downloaded slog-envlogger v2.2.0 |
654 | 2024-11-26T07:17:20.585Z | Downloaded num-rational v0.4.2 |
655 | 2024-11-26T07:17:20.588Z | Downloaded multer v3.1.0 |
656 | 2024-11-26T07:17:20.591Z | Downloaded socket2 v0.5.7 |
657 | 2024-11-26T07:17:20.591Z | Downloaded managed v0.8.0 |
658 | 2024-11-26T07:17:20.594Z | Downloaded macaddr v1.0.1 |
659 | 2024-11-26T07:17:20.594Z | Downloaded rand v0.8.5 |
660 | 2024-11-26T07:17:20.596Z | Downloaded humantime v2.1.0 |
661 | 2024-11-26T07:17:20.600Z | Downloaded tokio-rustls v0.24.1 |
662 | 2024-11-26T07:17:20.600Z | Downloaded stable_deref_trait v1.2.0 |
663 | 2024-11-26T07:17:20.603Z | Downloaded hubpack v0.1.2 |
664 | 2024-11-26T07:17:20.603Z | Downloaded http-body-util v0.1.2 |
665 | 2024-11-26T07:17:20.603Z | Downloaded ucd-trie v0.1.6 |
666 | 2024-11-26T07:17:20.606Z | Downloaded thread-id v4.2.2 |
667 | 2024-11-26T07:17:20.606Z | Downloaded highway v1.2.0 |
668 | 2024-11-26T07:17:20.609Z | Downloaded thiserror-impl v1.0.69 |
669 | 2024-11-26T07:17:20.609Z | Downloaded linked-hash-map v0.5.6 |
670 | 2024-11-26T07:17:20.612Z | Downloaded native-tls v0.2.12 |
671 | 2024-11-26T07:17:20.612Z | Downloaded unicode-bidi v0.3.15 |
672 | 2024-11-26T07:17:20.615Z | Downloaded crossbeam-channel v0.5.13 |
673 | 2024-11-26T07:17:20.619Z | Downloaded hyper-tls v0.6.0 |
674 | 2024-11-26T07:17:20.623Z | Downloaded futures-sink v0.3.31 |
675 | 2024-11-26T07:17:20.623Z | Downloaded lru-cache v0.1.2 |
676 | 2024-11-26T07:17:20.623Z | Downloaded static_assertions v1.1.0 |
677 | 2024-11-26T07:17:20.623Z | Downloaded getrandom v0.2.15 |
678 | 2024-11-26T07:17:20.626Z | Downloaded num-complex v0.4.6 |
679 | 2024-11-26T07:17:20.628Z | Downloaded serde v1.0.215 |
680 | 2024-11-26T07:17:20.631Z | Downloaded schemars v0.8.21 |
681 | 2024-11-26T07:17:20.640Z | Downloaded term v0.7.0 |
682 | 2024-11-26T07:17:20.644Z | Downloaded openssl-sys v0.9.103 |
683 | 2024-11-26T07:17:20.647Z | Downloaded whoami v1.5.2 |
684 | 2024-11-26T07:17:20.649Z | Downloaded heapless v0.8.0 |
685 | 2024-11-26T07:17:20.652Z | Downloaded smartstring v1.0.1 |
686 | 2024-11-26T07:17:20.655Z | Downloaded expectorate v1.1.0 |
687 | 2024-11-26T07:17:20.657Z | Downloaded hyper-rustls v0.24.2 |
688 | 2024-11-26T07:17:20.661Z | Downloaded lock_api v0.4.12 |
689 | 2024-11-26T07:17:20.663Z | Downloaded slog-stdlog v4.1.1 |
690 | 2024-11-26T07:17:20.663Z | Downloaded typenum v1.17.0 |
691 | 2024-11-26T07:17:20.666Z | Downloaded memchr v2.7.4 |
692 | 2024-11-26T07:17:20.669Z | Downloaded typify v0.2.0 |
693 | 2024-11-26T07:17:20.672Z | Downloaded half v2.4.1 |
694 | 2024-11-26T07:17:20.674Z | Downloaded hyper-util v0.1.10 |
695 | 2024-11-26T07:17:20.679Z | Downloaded url v2.5.2 |
696 | 2024-11-26T07:17:20.683Z | Downloaded uuid v1.11.0 |
697 | 2024-11-26T07:17:20.685Z | Downloaded tinyvec v1.8.0 |
698 | 2024-11-26T07:17:20.688Z | Downloaded futures-task v0.3.31 |
699 | 2024-11-26T07:17:20.690Z | Downloaded terminal_size v0.4.0 |
700 | 2024-11-26T07:17:20.690Z | Downloaded toml v0.8.19 |
701 | 2024-11-26T07:17:20.695Z | Downloaded zerocopy v0.6.6 |
702 | 2024-11-26T07:17:20.698Z | Downloaded indexmap v1.9.3 |
703 | 2024-11-26T07:17:20.700Z | Downloaded num-traits v0.2.19 |
704 | 2024-11-26T07:17:20.703Z | Downloaded serde_yaml v0.9.34+deprecated |
705 | 2024-11-26T07:17:20.705Z | Downloaded log v0.4.22 |
706 | 2024-11-26T07:17:20.708Z | Downloaded slog-term v2.9.1 |
707 | 2024-11-26T07:17:20.710Z | Downloaded rhai_codegen v2.2.0 |
708 | 2024-11-26T07:17:20.716Z | Downloaded unsafe-libyaml v0.2.11 |
709 | 2024-11-26T07:17:20.719Z | Downloaded indexmap v2.6.0 |
710 | 2024-11-26T07:17:20.725Z | Downloaded tracing v0.1.40 |
711 | 2024-11-26T07:17:20.727Z | Downloaded hashbrown v0.12.3 |
712 | 2024-11-26T07:17:20.731Z | Downloaded http v1.1.0 |
713 | 2024-11-26T07:17:20.734Z | Downloaded http v0.2.12 |
714 | 2024-11-26T07:17:20.738Z | Downloaded minimal-lexical v0.2.1 |
715 | 2024-11-26T07:17:20.742Z | Downloaded unicode-segmentation v1.12.0 |
716 | 2024-11-26T07:17:20.745Z | Downloaded hickory-resolver v0.24.1 |
717 | 2024-11-26T07:17:20.750Z | Downloaded toml_edit v0.19.15 |
718 | 2024-11-26T07:17:20.764Z | Downloaded itertools v0.10.5 |
719 | 2024-11-26T07:17:20.770Z | Downloaded clap_builder v4.5.21 |
720 | 2024-11-26T07:17:20.776Z | Downloaded steno v0.4.1 |
721 | 2024-11-26T07:17:20.781Z | Downloaded toml_edit v0.22.21 |
722 | 2024-11-26T07:17:20.800Z | Downloaded tokio-util v0.7.12 |
723 | 2024-11-26T07:17:20.805Z | Downloaded itertools v0.12.1 |
724 | 2024-11-26T07:17:20.811Z | Downloaded libm v0.2.8 |
725 | 2024-11-26T07:17:20.819Z | Downloaded unicode-normalization v0.1.24 |
726 | 2024-11-26T07:17:20.822Z | Downloaded nom v7.1.3 |
727 | 2024-11-26T07:17:20.827Z | Downloaded mio v1.0.2 |
728 | 2024-11-26T07:17:20.833Z | Downloaded zerocopy v0.7.35 |
729 | 2024-11-26T07:17:20.847Z | Downloaded hyper v1.5.1 |
730 | 2024-11-26T07:17:20.853Z | Downloaded hyper v0.14.30 |
731 | 2024-11-26T07:17:20.859Z | Downloaded reqwest v0.11.27 |
732 | 2024-11-26T07:17:20.867Z | Downloaded chrono v0.4.38 |
733 | 2024-11-26T07:17:20.874Z | Downloaded hashbrown v0.14.5 |
734 | 2024-11-26T07:17:20.880Z | Downloaded rustls-webpki v0.101.7 |
735 | 2024-11-26T07:17:20.890Z | Downloaded reqwest v0.12.9 |
736 | 2024-11-26T07:17:20.898Z | Downloaded time v0.3.36 |
737 | 2024-11-26T07:17:20.904Z | Downloaded h2 v0.4.6 |
738 | 2024-11-26T07:17:20.910Z | Downloaded serde_json v1.0.133 |
739 | 2024-11-26T07:17:20.917Z | Downloaded rustls-webpki v0.102.8 |
740 | 2024-11-26T07:17:20.934Z | Downloaded winnow v0.5.40 |
741 | 2024-11-26T07:17:20.942Z | Downloaded vcpkg v0.2.15 |
742 | 2024-11-26T07:17:20.976Z | Downloaded futures-util v0.3.31 |
743 | 2024-11-26T07:17:20.987Z | Downloaded openssl v0.10.66 |
744 | 2024-11-26T07:17:20.996Z | Downloaded regex v1.10.6 |
745 | 2024-11-26T07:17:21.007Z | Downloaded webpki-roots v0.25.4 |
746 | 2024-11-26T07:17:21.010Z | Downloaded winnow v0.6.18 |
747 | 2024-11-26T07:17:21.018Z | Downloaded goblin v0.8.2 |
748 | 2024-11-26T07:17:21.023Z | Downloaded dropshot v0.13.0 |
749 | 2024-11-26T07:17:21.043Z | Downloaded unicode-width v0.1.14 |
750 | 2024-11-26T07:17:21.048Z | Downloaded syn v1.0.109 |
751 | 2024-11-26T07:17:21.058Z | Downloaded idna v0.5.0 |
752 | 2024-11-26T07:17:21.063Z | Downloaded idna v0.4.0 |
753 | 2024-11-26T07:17:21.069Z | Downloaded quinn-proto v0.11.8 |
754 | 2024-11-26T07:17:21.075Z | Downloaded rustls v0.21.12 |
755 | 2024-11-26T07:17:21.086Z | Downloaded webpki-roots v0.26.6 |
756 | 2024-11-26T07:17:21.088Z | Downloaded dropshot v0.12.0 |
757 | 2024-11-26T07:17:21.106Z | Downloaded h2 v0.3.26 |
758 | 2024-11-26T07:17:21.112Z | Downloaded rhai v1.19.0 |
759 | 2024-11-26T07:17:21.123Z | Downloaded regress v0.9.1 |
760 | 2024-11-26T07:17:21.130Z | Downloaded smoltcp v0.11.0 |
761 | 2024-11-26T07:17:21.143Z | Downloaded syn v2.0.89 |
762 | 2024-11-26T07:17:21.152Z | Downloaded zerocopy-derive v0.6.6 |
763 | 2024-11-26T07:17:21.160Z | Downloaded regex-syntax v0.8.4 |
764 | 2024-11-26T07:17:21.168Z | Downloaded rustix v0.38.37 |
765 | 2024-11-26T07:17:21.189Z | Downloaded hickory-proto v0.24.1 |
766 | 2024-11-26T07:17:21.202Z | Downloaded openapiv3 v2.0.0 |
767 | 2024-11-26T07:17:21.212Z | Downloaded rustls v0.23.13 |
768 | 2024-11-26T07:17:21.223Z | Downloaded rustls v0.22.4 |
769 | 2024-11-26T07:17:21.235Z | Downloaded regress v0.10.1 |
770 | 2024-11-26T07:17:21.243Z | Downloaded sled v0.34.7 |
771 | 2024-11-26T07:17:21.253Z | Downloaded serde_with v3.9.0 |
772 | 2024-11-26T07:17:21.260Z | Downloaded typify-impl v0.2.0 |
773 | 2024-11-26T07:17:21.275Z | Downloaded tokio v1.40.0 |
774 | 2024-11-26T07:17:21.310Z | Downloaded itertools v0.13.0 |
775 | 2024-11-26T07:17:21.317Z | Downloaded hashbrown v0.15.2 |
776 | 2024-11-26T07:17:21.321Z | Downloaded regex-automata v0.4.7 |
777 | 2024-11-26T07:17:21.338Z | Downloaded ipnet v2.10.0 |
778 | 2024-11-26T07:17:21.340Z | Downloaded shlex v1.3.0 |
779 | 2024-11-26T07:17:21.341Z | Downloaded futures-channel v0.3.31 |
780 | 2024-11-26T07:17:21.343Z | Downloaded crossbeam-utils v0.8.20 |
781 | 2024-11-26T07:17:21.346Z | Downloaded crossbeam-epoch v0.9.18 |
782 | 2024-11-26T07:17:21.349Z | Downloaded cookie v0.18.1 |
783 | 2024-11-26T07:17:21.351Z | Downloaded rustls-pki-types v1.8.0 |
784 | 2024-11-26T07:17:21.351Z | Downloaded rustversion v1.0.17 |
785 | 2024-11-26T07:17:21.354Z | Downloaded slog-async v2.8.0 |
786 | 2024-11-26T07:17:21.356Z | Downloaded defmt v0.3.8 |
787 | 2024-11-26T07:17:21.359Z | Downloaded convert_case v0.4.0 |
788 | 2024-11-26T07:17:21.359Z | Downloaded defmt-parser v0.3.4 |
789 | 2024-11-26T07:17:21.359Z | Downloaded const-random v0.1.18 |
790 | 2024-11-26T07:17:21.373Z | Downloaded libc v0.2.165 |
791 | 2024-11-26T07:17:21.384Z | Downloaded quinn-udp v0.5.5 |
792 | 2024-11-26T07:17:21.386Z | Downloaded progenitor-macro v0.8.0 |
793 | 2024-11-26T07:17:21.386Z | Downloaded proc-macro-error-attr v1.0.4 |
794 | 2024-11-26T07:17:21.386Z | Downloaded ciborium-io v0.2.2 |
795 | 2024-11-26T07:17:21.389Z | Downloaded powerfmt v0.2.0 |
796 | 2024-11-26T07:17:21.389Z | Downloaded pest_derive v2.7.13 |
797 | 2024-11-26T07:17:21.392Z | Downloaded percent-encoding v2.3.1 |
798 | 2024-11-26T07:17:21.392Z | Downloaded pkg-config v0.3.31 |
799 | 2024-11-26T07:17:21.395Z | Downloaded either v1.13.0 |
800 | 2024-11-26T07:17:21.395Z | Downloaded backoff v0.4.0 |
801 | 2024-11-26T07:17:21.398Z | Downloaded pest_meta v2.7.13 |
802 | 2024-11-26T07:17:21.398Z | Downloaded paste v1.0.15 |
803 | 2024-11-26T07:17:21.401Z | Downloaded encoding_rs v0.8.34 |
804 | 2024-11-26T07:17:21.420Z | Downloaded cobs v0.2.3 |
805 | 2024-11-26T07:17:21.422Z | Downloaded byteorder v1.5.0 |
806 | 2024-11-26T07:17:21.425Z | Downloaded bitflags v2.6.0 |
807 | 2024-11-26T07:17:21.427Z | Downloaded clap_lex v0.7.2 |
808 | 2024-11-26T07:17:21.427Z | Downloaded parking_lot v0.12.3 |
809 | 2024-11-26T07:17:21.429Z | Downloaded parking_lot v0.11.2 |
810 | 2024-11-26T07:17:21.432Z | Downloaded foreign-types v0.5.0 |
811 | 2024-11-26T07:17:21.432Z | Downloaded crypto-common v0.1.6 |
812 | 2024-11-26T07:17:21.435Z | Downloaded base64 v0.21.7 |
813 | 2024-11-26T07:17:21.664Z | Downloaded ring v0.17.8 |
814 | 2024-11-26T07:17:22.071Z | Compiling proc-macro2 v1.0.92 |
815 | 2024-11-26T07:17:22.071Z | Compiling unicode-ident v1.0.13 |
816 | 2024-11-26T07:17:22.074Z | Compiling libc v0.2.165 |
817 | 2024-11-26T07:17:22.074Z | Compiling serde v1.0.215 |
818 | 2024-11-26T07:17:22.074Z | Compiling autocfg v1.3.0 |
819 | 2024-11-26T07:17:22.074Z | Compiling version_check v0.9.5 |
820 | 2024-11-26T07:17:22.074Z | Compiling cfg-if v1.0.0 |
821 | 2024-11-26T07:17:22.268Z | Compiling once_cell v1.19.0 |
822 | 2024-11-26T07:17:22.304Z | Compiling libm v0.2.8 |
823 | 2024-11-26T07:17:22.327Z | Compiling memchr v2.7.4 |
824 | 2024-11-26T07:17:22.720Z | Compiling parking_lot_core v0.9.10 |
825 | 2024-11-26T07:17:22.818Z | Compiling lock_api v0.4.12 |
826 | 2024-11-26T07:17:23.335Z | Compiling shlex v1.3.0 |
827 | 2024-11-26T07:17:23.645Z | Compiling cc v1.1.21 |
828 | 2024-11-26T07:17:23.647Z | Compiling thiserror v1.0.69 |
829 | 2024-11-26T07:17:23.647Z | Compiling itoa v1.0.11 |
830 | 2024-11-26T07:17:23.877Z | Compiling slab v0.4.9 |
831 | 2024-11-26T07:17:24.090Z | Compiling schemars v0.8.21 |
832 | 2024-11-26T07:17:24.284Z | Compiling byteorder v1.5.0 |
833 | 2024-11-26T07:17:24.358Z | Compiling num-traits v0.2.19 |
834 | 2024-11-26T07:17:24.751Z | Compiling ryu v1.0.18 |
835 | 2024-11-26T07:17:25.044Z | Compiling quote v1.0.37 |
836 | 2024-11-26T07:17:25.095Z | Compiling serde_json v1.0.133 |
837 | 2024-11-26T07:17:25.388Z | Compiling getrandom v0.2.15 |
838 | 2024-11-26T07:17:25.476Z | Compiling syn v2.0.89 |
839 | 2024-11-26T07:17:25.753Z | Compiling pin-project-lite v0.2.14 |
840 | 2024-11-26T07:17:25.980Z | Compiling scopeguard v1.2.0 |
841 | 2024-11-26T07:17:26.151Z | Compiling log v0.4.22 |
842 | 2024-11-26T07:17:26.259Z | Compiling equivalent v1.0.1 |
843 | 2024-11-26T07:17:26.284Z | Compiling hashbrown v0.15.2 |
844 | 2024-11-26T07:17:26.381Z | Compiling heck v0.5.0 |
845 | 2024-11-26T07:17:26.541Z | Compiling fnv v1.0.7 |
846 | 2024-11-26T07:17:26.688Z | Compiling signal-hook-registry v1.4.2 |
847 | 2024-11-26T07:17:26.691Z | Compiling mio v1.0.2 |
848 | 2024-11-26T07:17:26.802Z | Compiling ring v0.17.8 |
849 | 2024-11-26T07:17:26.830Z | Compiling socket2 v0.5.7 |
850 | 2024-11-26T07:17:27.822Z | Compiling httparse v1.9.4 |
851 | 2024-11-26T07:17:27.898Z | Compiling slog v2.7.0 |
852 | 2024-11-26T07:17:27.956Z | Compiling vcpkg v0.2.15 |
853 | 2024-11-26T07:17:28.143Z | Compiling pkg-config v0.3.31 |
854 | 2024-11-26T07:17:28.487Z | Compiling iana-time-zone v0.1.61 |
855 | 2024-11-26T07:17:28.537Z | Compiling futures-core v0.3.31 |
856 | 2024-11-26T07:17:28.593Z | Compiling dyn-clone v1.0.17 |
857 | 2024-11-26T07:17:28.785Z | Compiling futures-sink v0.3.31 |
858 | 2024-11-26T07:17:28.958Z | Compiling semver v1.0.23 |
859 | 2024-11-26T07:17:29.109Z | Compiling openssl v0.10.66 |
860 | 2024-11-26T07:17:29.557Z | Compiling typenum v1.17.0 |
861 | 2024-11-26T07:17:29.582Z | Compiling futures-channel v0.3.31 |
862 | 2024-11-26T07:17:29.605Z | Compiling ahash v0.8.11 |
863 | 2024-11-26T07:17:29.607Z | Compiling futures-io v0.3.31 |
864 | 2024-11-26T07:17:29.629Z | Compiling openssl-sys v0.9.103 |
865 | 2024-11-26T07:17:29.715Z | Compiling native-tls v0.2.12 |
866 | 2024-11-26T07:17:29.981Z | Compiling futures-task v0.3.31 |
867 | 2024-11-26T07:17:30.004Z | Compiling rustls v0.23.13 |
868 | 2024-11-26T07:17:30.027Z | Compiling pin-utils v0.1.0 |
869 | 2024-11-26T07:17:30.140Z | Compiling generic-array v0.14.7 |
870 | 2024-11-26T07:17:30.394Z | Compiling tracing-core v0.1.32 |
871 | 2024-11-26T07:17:30.417Z | Compiling allocator-api2 v0.2.18 |
872 | 2024-11-26T07:17:30.478Z | Compiling bitflags v2.6.0 |
873 | 2024-11-26T07:17:30.503Z | Compiling subtle v2.6.1 |
874 | 2024-11-26T07:17:30.635Z | Compiling ucd-trie v0.1.6 |
875 | 2024-11-26T07:17:31.038Z | Compiling aho-corasick v1.1.3 |
876 | 2024-11-26T07:17:31.119Z | Compiling regex-syntax v0.8.4 |
877 | 2024-11-26T07:17:31.204Z | Compiling anyhow v1.0.93 |
878 | 2024-11-26T07:17:31.277Z | Compiling time-core v0.1.2 |
879 | 2024-11-26T07:17:31.457Z | Compiling num-conv v0.1.0 |
880 | 2024-11-26T07:17:31.728Z | Compiling time-macros v0.2.18 |
881 | 2024-11-26T07:17:32.099Z | Compiling rustls-pki-types v1.8.0 |
882 | 2024-11-26T07:17:32.457Z | Compiling serde_derive_internals v0.29.1 |
883 | 2024-11-26T07:17:32.824Z | Compiling crunchy v0.2.2 |
884 | 2024-11-26T07:17:33.266Z | Compiling spin v0.9.8 |
885 | 2024-11-26T07:17:33.507Z | Compiling usdt-impl v0.5.0 |
886 | 2024-11-26T07:17:33.860Z | Compiling tiny-keccak v2.0.2 |
887 | 2024-11-26T07:17:34.296Z | Compiling untrusted v0.9.0 |
888 | 2024-11-26T07:17:34.487Z | Compiling regex-automata v0.4.7 |
889 | 2024-11-26T07:17:34.821Z | Compiling atomic-waker v1.1.2 |
890 | 2024-11-26T07:17:35.014Z | Compiling omicron-workspace-hack v0.1.0 |
891 | 2024-11-26T07:17:35.174Z | Compiling plain v0.2.3 |
892 | 2024-11-26T07:17:36.815Z | Compiling try-lock v0.2.5 |
893 | 2024-11-26T07:17:36.900Z | Compiling strsim v0.11.1 |
894 | 2024-11-26T07:17:36.988Z | Compiling zeroize v1.8.1 |
895 | 2024-11-26T07:17:37.013Z | Compiling pretty-hex v0.4.1 |
896 | 2024-11-26T07:17:37.231Z | Compiling tinyvec_macros v0.1.1 |
897 | 2024-11-26T07:17:37.374Z | Compiling rustversion v1.0.17 |
898 | 2024-11-26T07:17:37.390Z | Compiling percent-encoding v2.3.1 |
899 | 2024-11-26T07:17:37.607Z | Compiling form_urlencoded v1.2.1 |
900 | 2024-11-26T07:17:37.690Z | Compiling serde_derive v1.0.215 |
901 | 2024-11-26T07:17:37.861Z | Compiling zerocopy-derive v0.7.35 |
902 | 2024-11-26T07:17:38.001Z | Compiling thiserror-impl v1.0.69 |
903 | 2024-11-26T07:17:38.100Z | Compiling tokio-macros v2.4.0 |
904 | 2024-11-26T07:17:38.127Z | Compiling schemars_derive v0.8.21 |
905 | 2024-11-26T07:17:39.704Z | Compiling futures-macro v0.3.31 |
906 | 2024-11-26T07:17:39.921Z | Compiling zerocopy v0.7.35 |
907 | 2024-11-26T07:17:41.277Z | Compiling openssl-macros v0.1.1 |
908 | 2024-11-26T07:17:41.588Z | Compiling futures-util v0.3.31 |
909 | 2024-11-26T07:17:41.975Z | Compiling tracing-attributes v0.1.27 |
910 | 2024-11-26T07:17:42.084Z | Compiling hashbrown v0.14.5 |
911 | 2024-11-26T07:17:42.104Z | Compiling scroll_derive v0.12.0 |
912 | 2024-11-26T07:17:42.702Z | Compiling pest v2.7.13 |
913 | 2024-11-26T07:17:43.347Z | Compiling regress v0.10.1 |
914 | 2024-11-26T07:17:43.500Z | Compiling regex v1.10.6 |
915 | 2024-11-26T07:17:44.530Z | Compiling scroll v0.12.0 |
916 | 2024-11-26T07:17:45.348Z | Compiling tracing v0.1.40 |
917 | 2024-11-26T07:17:45.586Z | Compiling pest_meta v2.7.13 |
918 | 2024-11-26T07:17:46.080Z | Compiling goblin v0.8.2 |
919 | 2024-11-26T07:17:48.165Z | Compiling pest_generator v2.7.13 |
920 | 2024-11-26T07:17:48.402Z | Compiling rustls-webpki v0.102.8 |
921 | 2024-11-26T07:17:49.864Z | Compiling tinyvec v1.8.0 |
922 | 2024-11-26T07:17:50.021Z | Compiling pest_derive v2.7.13 |
923 | 2024-11-26T07:17:50.939Z | Compiling dtrace-parser v0.2.0 |
924 | 2024-11-26T07:17:51.424Z | Compiling bytes v1.7.2 |
925 | 2024-11-26T07:17:52.729Z | Compiling smallvec v1.13.2 |
926 | 2024-11-26T07:17:52.852Z | Compiling indexmap v2.6.0 |
927 | 2024-11-26T07:17:53.302Z | Compiling chrono v0.4.38 |
928 | 2024-11-26T07:17:53.770Z | Compiling parking_lot v0.12.3 |
929 | 2024-11-26T07:17:54.070Z | Compiling uuid v1.11.0 |
930 | 2024-11-26T07:17:54.387Z | Compiling tokio v1.40.0 |
931 | 2024-11-26T07:17:54.498Z | Compiling serde_tokenstream v0.2.2 |
932 | 2024-11-26T07:17:55.072Z | Compiling http v1.1.0 |
933 | 2024-11-26T07:17:58.626Z | Compiling openapiv3 v2.0.0 |
934 | 2024-11-26T07:17:58.876Z | Compiling dof v0.3.0 |
935 | 2024-11-26T07:18:00.655Z | Compiling typify-impl v0.2.0 |
936 | 2024-11-26T07:18:01.461Z | Compiling http-body v1.0.1 |
937 | 2024-11-26T07:18:01.730Z | Compiling want v0.3.1 |
938 | 2024-11-26T07:18:01.842Z | Compiling const-random-macro v0.1.16 |
939 | 2024-11-26T07:18:02.181Z | Compiling rand_core v0.6.4 |
940 | 2024-11-26T07:18:02.219Z | Compiling thread-id v4.2.2 |
941 | 2024-11-26T07:18:02.623Z | Compiling camino v1.1.9 |
942 | 2024-11-26T07:18:02.647Z | Compiling unsafe-libyaml v0.2.11 |
943 | 2024-11-26T07:18:02.759Z | Compiling httpdate v1.0.3 |
944 | 2024-11-26T07:18:02.897Z | Compiling rustls v0.22.4 |
945 | 2024-11-26T07:18:03.312Z | Compiling const-random v0.1.18 |
946 | 2024-11-26T07:18:03.468Z | Compiling ipnetwork v0.20.0 |
947 | 2024-11-26T07:18:03.488Z | Compiling unicode-normalization v0.1.24 |
948 | 2024-11-26T07:18:04.409Z | Compiling tokio-util v0.7.12 |
949 | 2024-11-26T07:18:04.744Z | Compiling serde_yaml v0.9.34+deprecated |
950 | 2024-11-26T07:18:06.110Z | Compiling h2 v0.4.6 |
951 | 2024-11-26T07:18:06.417Z | Compiling syn v1.0.109 |
952 | 2024-11-26T07:18:06.885Z | Compiling foreign-types-shared v0.1.1 |
953 | 2024-11-26T07:18:06.992Z | Compiling ident_case v1.0.1 |
954 | 2024-11-26T07:18:07.016Z | Compiling slog-async v2.8.0 |
955 | 2024-11-26T07:18:07.187Z | Compiling tower-service v0.3.3 |
956 | 2024-11-26T07:18:07.335Z | Compiling unicode-bidi v0.3.15 |
957 | 2024-11-26T07:18:07.518Z | Compiling darling_core v0.20.10 |
958 | 2024-11-26T07:18:07.614Z | Compiling foreign-types v0.3.2 |
959 | 2024-11-26T07:18:08.429Z | Compiling ppv-lite86 v0.2.20 |
960 | 2024-11-26T07:18:09.773Z | Compiling multer v3.1.0 |
961 | 2024-11-26T07:18:10.134Z | Compiling paste v1.0.15 |
962 | 2024-11-26T07:18:12.629Z | Compiling typify-macro v0.2.0 |
963 | 2024-11-26T07:18:12.684Z | Compiling hyper v1.5.1 |
964 | 2024-11-26T07:18:12.839Z | Compiling rand_chacha v0.3.1 |
965 | 2024-11-26T07:18:13.647Z | Compiling darling_macro v0.20.10 |
966 | 2024-11-26T07:18:14.691Z | Compiling idna v0.5.0 |
967 | 2024-11-26T07:18:16.578Z | Compiling typify v0.2.0 |
968 | 2024-11-26T07:18:16.730Z | Compiling progenitor-impl v0.8.0 |
969 | 2024-11-26T07:18:18.601Z | Compiling hyper-util v0.1.10 |
970 | 2024-11-26T07:18:20.793Z | Compiling usdt-attr-macro v0.5.0 |
971 | 2024-11-26T07:18:22.467Z | Compiling usdt-macro v0.5.0 |
972 | 2024-11-26T07:18:23.360Z | Compiling http-body-util v0.1.2 |
973 | 2024-11-26T07:18:23.556Z | Compiling progenitor-macro v0.8.0 |
974 | 2024-11-26T07:18:23.968Z | Compiling toml_datetime v0.6.8 |
975 | 2024-11-26T07:18:24.017Z | Compiling async-trait v0.1.83 |
976 | 2024-11-26T07:18:24.496Z | Compiling encoding_rs v0.8.34 |
977 | 2024-11-26T07:18:24.501Z | Compiling base64 v0.22.1 |
978 | 2024-11-26T07:18:25.617Z | Compiling mime v0.3.17 |
979 | 2024-11-26T07:18:26.186Z | Compiling openssl-probe v0.1.5 |
980 | 2024-11-26T07:18:26.847Z | Compiling rustls-pemfile v2.1.3 |
981 | 2024-11-26T07:18:29.072Z | Compiling url v2.5.2 |
982 | 2024-11-26T07:18:29.272Z | Compiling darling v0.20.10 |
983 | 2024-11-26T07:18:29.409Z | Compiling rand v0.8.5 |
984 | 2024-11-26T07:18:33.518Z | Compiling serde_urlencoded v0.7.1 |
985 | 2024-11-26T07:18:34.124Z | Compiling async-stream-impl v0.3.6 |
986 | 2024-11-26T07:18:35.647Z | Compiling powerfmt v0.2.0 |
987 | 2024-11-26T07:18:36.033Z | Compiling crossbeam-utils v0.8.20 |
988 | 2024-11-26T07:18:36.154Z | Compiling ipnet v2.10.0 |
989 | 2024-11-26T07:18:36.300Z | Compiling deranged v0.3.11 |
990 | 2024-11-26T07:18:38.550Z | Compiling tokio-rustls v0.26.0 |
991 | 2024-11-26T07:18:38.755Z | Compiling serde_with_macros v3.9.0 |
992 | 2024-11-26T07:18:39.072Z | Compiling tokio-native-tls v0.3.1 |
993 | 2024-11-26T07:18:39.399Z | Compiling strum_macros v0.26.4 |
994 | 2024-11-26T07:18:41.510Z | Compiling structmeta-derive v0.3.0 |
995 | 2024-11-26T07:18:43.006Z | Compiling webpki-roots v0.26.6 |
996 | 2024-11-26T07:18:43.241Z | Compiling dropshot v0.12.0 |
997 | 2024-11-26T07:18:44.012Z | Compiling num_threads v0.1.7 |
998 | 2024-11-26T07:18:44.144Z | Compiling winnow v0.6.18 |
999 | 2024-11-26T07:18:44.822Z | Compiling time v0.3.36 |
1000 | 2024-11-26T07:18:44.942Z | Compiling structmeta v0.3.0 |
1001 | 2024-11-26T07:18:45.490Z | Compiling hyper-rustls v0.27.3 |
1002 | 2024-11-26T07:18:46.847Z | Compiling hyper-tls v0.6.0 |
1003 | 2024-11-26T07:18:47.455Z | Compiling crypto-common v0.1.6 |
1004 | 2024-11-26T07:18:47.694Z | Compiling block-buffer v0.10.4 |
1005 | 2024-11-26T07:18:48.635Z | Compiling sync_wrapper v1.0.1 |
1006 | 2024-11-26T07:18:51.684Z | Compiling reqwest v0.12.9 |
1007 | 2024-11-26T07:18:55.104Z | Compiling digest v0.10.7 |
1008 | 2024-11-26T07:18:55.597Z | Compiling parse-display-derive v0.10.0 |
1009 | 2024-11-26T07:18:55.895Z | Compiling dropshot_endpoint v0.12.0 |
1010 | 2024-11-26T07:18:57.527Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1011 | 2024-11-26T07:18:58.419Z | Compiling dirs-sys-next v0.1.2 |
1012 | 2024-11-26T07:18:59.709Z | Compiling match_cfg v0.1.0 |
1013 | 2024-11-26T07:18:59.926Z | Compiling hostname v0.3.1 |
1014 | 2024-11-26T07:19:00.220Z | Compiling dirs-next v2.0.0 |
1015 | 2024-11-26T07:19:03.113Z | Compiling progenitor-client v0.8.0 |
1016 | 2024-11-26T07:19:04.043Z | Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265) |
1017 | 2024-11-26T07:19:06.195Z | Compiling futures-executor v0.3.31 |
1018 | 2024-11-26T07:19:06.924Z | Compiling thread_local v1.1.8 |
1019 | 2024-11-26T07:19:07.146Z | Compiling lazy_static v1.5.0 |
1020 | 2024-11-26T07:19:07.308Z | Compiling cpufeatures v0.2.14 |
1021 | 2024-11-26T07:19:07.637Z | Compiling rustix v0.38.37 |
1022 | 2024-11-26T07:19:08.503Z | Compiling futures v0.3.31 |
1023 | 2024-11-26T07:19:08.805Z | Compiling progenitor v0.8.0 |
1024 | 2024-11-26T07:19:09.033Z | Compiling term v0.7.0 |
1025 | 2024-11-26T07:19:09.955Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1026 | 2024-11-26T07:19:10.812Z | Compiling crossbeam-channel v0.5.13 |
1027 | 2024-11-26T07:19:12.080Z | Compiling serde_spanned v0.6.7 |
1028 | 2024-11-26T07:19:12.440Z | Compiling memmap v0.7.0 |
1029 | 2024-11-26T07:19:12.488Z | Compiling is-terminal v0.4.13 |
1030 | 2024-11-26T07:19:12.634Z | Compiling errno v0.3.9 |
1031 | 2024-11-26T07:19:12.903Z | Compiling instant v0.1.13 |
1032 | 2024-11-26T07:19:13.085Z | Compiling take_mut v0.2.2 |
1033 | 2024-11-26T07:19:13.388Z | Compiling unicode-width v0.1.14 |
1034 | 2024-11-26T07:19:14.144Z | Compiling usdt v0.5.0 |
1035 | 2024-11-26T07:19:14.417Z | Compiling slog-term v2.9.1 |
1036 | 2024-11-26T07:19:16.324Z | Compiling toml_edit v0.22.21 |
1037 | 2024-11-26T07:19:17.082Z | Compiling slog-json v2.6.1 |
1038 | 2024-11-26T07:19:19.030Z | Compiling debug-ignore v1.0.5 |
1039 | 2024-11-26T07:19:19.440Z | Compiling slog-bunyan v2.5.0 |
1040 | 2024-11-26T07:19:19.725Z | Compiling sha1 v0.10.6 |
1041 | 2024-11-26T07:19:20.484Z | Compiling toml v0.8.19 |
1042 | 2024-11-26T07:19:21.769Z | Compiling tokio-rustls v0.25.0 |
1043 | 2024-11-26T07:19:22.255Z | Compiling strum v0.26.3 |
1044 | 2024-11-26T07:19:22.459Z | Compiling serde_with v3.9.0 |
1045 | 2024-11-26T07:19:26.211Z | Compiling async-stream v0.3.6 |
1046 | 2024-11-26T07:19:26.540Z | Compiling serde_path_to_error v0.1.16 |
1047 | 2024-11-26T07:19:26.949Z | Compiling waitgroup v0.1.2 |
1048 | 2024-11-26T07:19:27.205Z | Compiling hostname v0.4.0 |
1049 | 2024-11-26T07:19:27.474Z | Compiling heapless v0.8.0 |
1050 | 2024-11-26T07:19:27.898Z | Compiling newtype-uuid v1.1.0 |
1051 | 2024-11-26T07:19:28.258Z | Compiling hex v0.4.3 |
1052 | 2024-11-26T07:19:28.432Z | Compiling hash32 v0.3.1 |
1053 | 2024-11-26T07:19:28.888Z | Compiling smoltcp v0.11.0 |
1054 | 2024-11-26T07:19:28.939Z | Compiling stable_deref_trait v1.2.0 |
1055 | 2024-11-26T07:19:30.944Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1056 | 2024-11-26T07:19:31.459Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1057 | 2024-11-26T07:19:32.020Z | Compiling backoff v0.4.0 |
1058 | 2024-11-26T07:19:32.429Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
1059 | 2024-11-26T07:19:33.394Z | Compiling parse-display v0.10.0 |
1060 | 2024-11-26T07:19:35.264Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1061 | 2024-11-26T07:19:35.538Z | Compiling regress v0.9.1 |
1062 | 2024-11-26T07:19:37.939Z | Compiling macaddr v1.0.1 |
1063 | 2024-11-26T07:19:38.147Z | Compiling clap_derive v4.5.18 |
1064 | 2024-11-26T07:19:38.784Z | Compiling bitflags v1.3.2 |
1065 | 2024-11-26T07:19:38.837Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1066 | 2024-11-26T07:19:38.907Z | Compiling utf8parse v0.2.2 |
1067 | 2024-11-26T07:19:39.243Z | Compiling managed v0.8.0 |
1068 | 2024-11-26T07:19:39.425Z | Compiling winnow v0.5.40 |
1069 | 2024-11-26T07:19:39.783Z | Compiling cobs v0.2.3 |
1070 | 2024-11-26T07:19:40.235Z | Compiling postcard v1.0.10 |
1071 | 2024-11-26T07:19:43.004Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1072 | 2024-11-26T07:19:43.456Z | Compiling toml_edit v0.19.15 |
1073 | 2024-11-26T07:19:44.629Z | Compiling anstyle-parse v0.2.5 |
1074 | 2024-11-26T07:19:49.766Z | Compiling colorchoice v1.0.2 |
1075 | 2024-11-26T07:19:49.961Z | Compiling anstyle-query v1.1.1 |
1076 | 2024-11-26T07:19:50.129Z | Compiling anstyle v1.0.10 |
1077 | 2024-11-26T07:19:50.277Z | Compiling is_terminal_polyfill v1.70.1 |
1078 | 2024-11-26T07:19:50.655Z | Compiling anstream v0.6.15 |
1079 | 2024-11-26T07:19:51.753Z | Compiling proc-macro-crate v1.3.1 |
1080 | 2024-11-26T07:19:52.432Z | Compiling terminal_size v0.4.0 |
1081 | 2024-11-26T07:19:52.575Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1082 | 2024-11-26T07:19:52.674Z | Compiling clap_lex v0.7.2 |
1083 | 2024-11-26T07:19:53.159Z | Compiling clap_builder v4.5.21 |
1084 | 2024-11-26T07:19:53.941Z | Compiling num_enum_derive v0.5.11 |
1085 | 2024-11-26T07:19:55.013Z | Compiling tabwriter v1.4.0 |
1086 | 2024-11-26T07:19:55.245Z | Compiling foreign-types-macros v0.2.3 |
1087 | 2024-11-26T07:19:55.791Z | Compiling num-integer v0.1.46 |
1088 | 2024-11-26T07:19:56.433Z | Compiling foreign-types-shared v0.3.1 |
1089 | 2024-11-26T07:19:56.573Z | Compiling foreign-types v0.5.0 |
1090 | 2024-11-26T07:19:56.741Z | Compiling num_enum v0.5.11 |
1091 | 2024-11-26T07:19:57.275Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1092 | 2024-11-26T07:19:57.382Z | Compiling clap v4.5.21 |
1093 | 2024-11-26T07:19:58.010Z | Compiling cstr-argument v0.1.2 |
1094 | 2024-11-26T07:19:58.166Z | Compiling proc-macro-error-attr v1.0.4 |
1095 | 2024-11-26T07:19:58.380Z | Compiling either v1.13.0 |
1096 | 2024-11-26T07:19:58.495Z | Compiling pretty-hex v0.2.1 |
1097 | 2024-11-26T07:19:58.781Z | Compiling heck v0.4.1 |
1098 | 2024-11-26T07:19:58.864Z | Compiling prettyplease v0.2.22 |
1099 | 2024-11-26T07:19:59.083Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1100 | 2024-11-26T07:19:59.837Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1101 | 2024-11-26T07:19:59.917Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1102 | 2024-11-26T07:20:01.184Z | Compiling num-rational v0.4.2 |
1103 | 2024-11-26T07:20:02.445Z | Compiling num-iter v0.1.45 |
1104 | 2024-11-26T07:20:02.660Z | Compiling colored v2.1.0 |
1105 | 2024-11-26T07:20:03.874Z | Compiling num-complex v0.4.6 |
1106 | 2024-11-26T07:20:04.445Z | Compiling proc-macro-error v1.0.4 |
1107 | 2024-11-26T07:20:04.755Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1108 | 2024-11-26T07:20:04.819Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1109 | 2024-11-26T07:20:05.166Z | Compiling fastrand v2.1.1 |
1110 | 2024-11-26T07:20:05.221Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1111 | 2024-11-26T07:20:05.292Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1112 | 2024-11-26T07:20:05.396Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1113 | 2024-11-26T07:20:05.686Z | Compiling tempfile v3.12.0 |
1114 | 2024-11-26T07:20:07.395Z | Compiling num v0.4.3 |
1115 | 2024-11-26T07:20:09.991Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1116 | 2024-11-26T07:20:10.522Z | Compiling crucible-workspace-hack v0.1.0 |
1117 | 2024-11-26T07:20:10.626Z | Compiling float-ord v0.3.2 |
1118 | 2024-11-26T07:20:10.819Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1119 | 2024-11-26T07:20:18.352Z | Compiling semver v0.1.20 |
1120 | 2024-11-26T07:20:18.691Z | Compiling unicode-segmentation v1.12.0 |
1121 | 2024-11-26T07:20:18.854Z | Compiling rustc_version v0.1.7 |
1122 | 2024-11-26T07:20:19.102Z | Compiling zone_cfg_derive v0.3.0 |
1123 | 2024-11-26T07:20:19.311Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1124 | 2024-11-26T07:20:19.967Z | Compiling newline-converter v0.3.0 |
1125 | 2024-11-26T07:20:20.300Z | Compiling camino-tempfile v1.1.1 |
1126 | 2024-11-26T07:20:20.412Z | Compiling itertools v0.10.5 |
1127 | 2024-11-26T07:20:20.615Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1128 | 2024-11-26T07:20:21.073Z | Compiling console v0.15.8 |
1129 | 2024-11-26T07:20:21.111Z | Compiling num-derive v0.4.2 |
1130 | 2024-11-26T07:20:22.297Z | Compiling sigpipe v0.1.3 |
1131 | 2024-11-26T07:20:22.621Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1132 | 2024-11-26T07:20:22.964Z | Compiling similar v2.6.0 |
1133 | 2024-11-26T07:20:23.533Z | Compiling base64ct v1.6.0 |
1134 | 2024-11-26T07:20:23.684Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95) |
1135 | 2024-11-26T07:20:23.948Z | Compiling expectorate v1.1.0 |
1136 | 2024-11-26T07:20:24.232Z | Compiling password-hash v0.5.0 |
1137 | 2024-11-26T07:20:24.255Z | Compiling zone v0.3.0 |
1138 | 2024-11-26T07:20:25.428Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1139 | 2024-11-26T07:20:26.321Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1140 | 2024-11-26T07:20:26.393Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1141 | 2024-11-26T07:20:27.647Z | Compiling newtype_derive v0.1.6 |
1142 | 2024-11-26T07:20:28.056Z | Compiling blake2 v0.10.6 |
1143 | 2024-11-26T07:20:28.687Z | Compiling hubpack_derive v0.1.1 |
1144 | 2024-11-26T07:20:29.284Z | Compiling smf v0.2.3 |
1145 | 2024-11-26T07:20:29.429Z | Compiling zerocopy-derive v0.6.6 |
1146 | 2024-11-26T07:20:29.665Z | Compiling whoami v1.5.2 |
1147 | 2024-11-26T07:20:29.690Z | Compiling cancel-safe-futures v0.1.5 |
1148 | 2024-11-26T07:20:30.090Z | Compiling fixedbitset v0.4.2 |
1149 | 2024-11-26T07:20:30.181Z | Compiling owo-colors v4.1.0 |
1150 | 2024-11-26T07:20:30.569Z | Compiling petgraph v0.6.5 |
1151 | 2024-11-26T07:20:30.743Z | Compiling hubpack v0.1.2 |
1152 | 2024-11-26T07:20:30.791Z | Compiling argon2 v0.5.3 |
1153 | 2024-11-26T07:20:31.507Z | Compiling zerocopy v0.6.6 |
1154 | 2024-11-26T07:20:32.538Z | Compiling strum_macros v0.25.3 |
1155 | 2024-11-26T07:20:33.311Z | Compiling serde-big-array v0.5.1 |
1156 | 2024-11-26T07:20:33.586Z | Compiling serde_repr v0.1.19 |
1157 | 2024-11-26T07:20:34.832Z | Compiling cookie v0.18.1 |
1158 | 2024-11-26T07:20:35.202Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1159 | 2024-11-26T07:20:35.276Z | Compiling static_assertions v1.1.0 |
1160 | 2024-11-26T07:20:35.301Z | Compiling convert_case v0.4.0 |
1161 | 2024-11-26T07:20:35.472Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1162 | 2024-11-26T07:20:36.068Z | Compiling derive_more v0.99.18 |
1163 | 2024-11-26T07:20:36.312Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1164 | 2024-11-26T07:20:37.971Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1165 | 2024-11-26T07:20:38.721Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1166 | 2024-11-26T07:20:38.825Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1167 | 2024-11-26T07:20:41.389Z | Compiling atomicwrites v0.4.4 |
1168 | 2024-11-26T07:20:41.909Z | Compiling itertools v0.13.0 |
1169 | 2024-11-26T07:20:42.803Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1170 | 2024-11-26T07:20:44.001Z | Compiling idna v0.4.0 |
1171 | 2024-11-26T07:20:44.420Z | Compiling libsw v3.3.1 |
1172 | 2024-11-26T07:20:44.781Z | Compiling enum-as-inner v0.6.1 |
1173 | 2024-11-26T07:20:45.206Z | Compiling derive-where v1.2.7 |
1174 | 2024-11-26T07:20:45.576Z | Compiling indent_write v2.2.0 |
1175 | 2024-11-26T07:20:45.746Z | Compiling linear-map v1.2.0 |
1176 | 2024-11-26T07:20:45.937Z | Compiling quick-error v1.2.3 |
1177 | 2024-11-26T07:20:45.952Z | Compiling data-encoding v2.6.0 |
1178 | 2024-11-26T07:20:45.993Z | Compiling highway v1.2.0 |
1179 | 2024-11-26T07:20:46.186Z | Compiling swrite v0.1.0 |
1180 | 2024-11-26T07:20:46.328Z | Compiling linked-hash-map v0.5.6 |
1181 | 2024-11-26T07:20:46.766Z | Compiling lru-cache v0.1.2 |
1182 | 2024-11-26T07:20:47.008Z | Compiling hickory-proto v0.24.1 |
1183 | 2024-11-26T07:20:47.409Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1184 | 2024-11-26T07:20:47.886Z | Compiling resolv-conf v0.7.0 |
1185 | 2024-11-26T07:20:48.518Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1186 | 2024-11-26T07:20:49.427Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1187 | 2024-11-26T07:20:51.313Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1188 | 2024-11-26T07:20:51.712Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1189 | 2024-11-26T07:20:52.883Z | Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1190 | 2024-11-26T07:20:53.436Z | Compiling steno v0.4.1 |
1191 | 2024-11-26T07:20:56.732Z | Compiling slog-dtrace v0.3.0 |
1192 | 2024-11-26T07:20:57.101Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1193 | 2024-11-26T07:20:57.448Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1194 | 2024-11-26T07:20:57.472Z | Compiling humantime v2.1.0 |
1195 | 2024-11-26T07:20:57.626Z | Compiling parking_lot_core v0.8.6 |
1196 | 2024-11-26T07:20:58.134Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1197 | 2024-11-26T07:20:58.293Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1198 | 2024-11-26T07:21:00.317Z | Compiling hickory-resolver v0.24.1 |
1199 | 2024-11-26T07:21:00.586Z | Compiling num-derive v0.3.3 |
1200 | 2024-11-26T07:21:01.467Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1201 | 2024-11-26T07:21:02.437Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
1202 | 2024-11-26T07:21:02.711Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1203 | 2024-11-26T07:21:02.789Z | Compiling libscf-sys v1.0.0 (https://github.com/illumos/libscf-sys.git#bb0b82c3) |
1204 | 2024-11-26T07:21:03.826Z | Compiling dropshot v0.13.0 |
1205 | 2024-11-26T07:21:04.346Z | Compiling parking_lot v0.11.2 |
1206 | 2024-11-26T07:21:04.458Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#f14ff351) |
1207 | 2024-11-26T07:21:05.966Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1208 | 2024-11-26T07:21:06.323Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#4cdc7d7e) |
1209 | 2024-11-26T07:21:07.467Z | Compiling crossbeam-epoch v0.9.18 |
1210 | 2024-11-26T07:21:08.655Z | Compiling dropshot_endpoint v0.13.0 |
1211 | 2024-11-26T07:21:08.801Z | Compiling fxhash v0.2.1 |
1212 | 2024-11-26T07:21:09.042Z | Compiling crc32fast v1.4.2 |
1213 | 2024-11-26T07:21:09.593Z | Compiling arc-swap v1.7.1 |
1214 | 2024-11-26T07:21:10.305Z | Compiling crc8 v0.1.1 |
1215 | 2024-11-26T07:21:10.633Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#4cdc7d7e) |
1216 | 2024-11-26T07:21:14.741Z | Compiling slog-scope v4.4.0 |
1217 | 2024-11-26T07:21:15.145Z | Compiling sled v0.34.7 |
1218 | 2024-11-26T07:21:15.525Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1219 | 2024-11-26T07:21:19.494Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1220 | 2024-11-26T07:21:19.519Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
1221 | 2024-11-26T07:21:20.033Z | Compiling slog-stdlog v4.1.1 |
1222 | 2024-11-26T07:21:20.860Z | Compiling slog-envlogger v2.2.0 |
1223 | 2024-11-26T07:21:21.610Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
1224 | 2024-11-26T07:21:33.288Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1225 | 2024-11-26T07:21:37.694Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
1226 | 2024-11-26T07:21:39.759Z | Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm) |
1227 | 2024-11-26T07:22:09.276Z | Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm) |
1228 | 2024-11-26T07:22:09.276Z | Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd) |
1229 | 2024-11-26T07:22:17.170Z | Finished `release` profile [optimized] target(s) in 5m 17s |
1230 | 2024-11-26T07:22:17.497Z | + banner quartet |
1231 | 2024-11-26T07:22:17.500Z | |
1232 | 2024-11-26T07:22:17.500Z | #### # # ## ##### ##### ###### ##### |
1233 | 2024-11-26T07:22:17.500Z | # # # # # # # # # # # |
1234 | 2024-11-26T07:22:17.500Z | # # # # # # # # # ##### # |
1235 | 2024-11-26T07:22:17.500Z | # # # # # ###### ##### # # # |
1236 | 2024-11-26T07:22:17.500Z | # # # # # # # # # # # |
1237 | 2024-11-26T07:22:17.500Z | ### # #### # # # # # ###### # |
1238 | 2024-11-26T07:22:17.500Z | |
1239 | 2024-11-26T07:22:17.500Z | + pfexec cargo test --release -p mg-tests test_quartet -- --nocapture |
1240 | 2024-11-26T07:22:17.968Z | Compiling libc v0.2.165 |
1241 | 2024-11-26T07:22:17.969Z | Compiling cfg-if v1.0.0 |
1242 | 2024-11-26T07:22:17.969Z | Compiling serde v1.0.215 |
1243 | 2024-11-26T07:22:17.971Z | Compiling once_cell v1.19.0 |
1244 | 2024-11-26T07:22:17.971Z | Compiling itoa v1.0.11 |
1245 | 2024-11-26T07:22:17.971Z | Compiling bytes v1.7.2 |
1246 | 2024-11-26T07:22:18.041Z | Compiling syn v2.0.89 |
1247 | 2024-11-26T07:22:18.044Z | Compiling num-traits v0.2.19 |
1248 | 2024-11-26T07:22:18.106Z | Compiling pin-project-lite v0.2.14 |
1249 | 2024-11-26T07:22:18.228Z | Compiling schemars v0.8.21 |
1250 | 2024-11-26T07:22:18.265Z | Compiling scopeguard v1.2.0 |
1251 | 2024-11-26T07:22:18.385Z | Compiling smallvec v1.13.2 |
1252 | 2024-11-26T07:22:18.389Z | Compiling memchr v2.7.4 |
1253 | 2024-11-26T07:22:18.455Z | Compiling lock_api v0.4.12 |
1254 | 2024-11-26T07:22:18.638Z | Compiling fnv v1.0.7 |
1255 | 2024-11-26T07:22:18.762Z | Compiling log v0.4.22 |
1256 | 2024-11-26T07:22:18.822Z | Compiling futures-core v0.3.31 |
1257 | 2024-11-26T07:22:19.065Z | Compiling equivalent v1.0.1 |
1258 | 2024-11-26T07:22:19.126Z | Compiling hashbrown v0.15.2 |
1259 | 2024-11-26T07:22:19.171Z | Compiling zerocopy v0.7.35 |
1260 | 2024-11-26T07:22:19.332Z | Compiling ryu v1.0.18 |
1261 | 2024-11-26T07:22:19.552Z | Compiling getrandom v0.2.15 |
1262 | 2024-11-26T07:22:19.901Z | Compiling parking_lot_core v0.9.10 |
1263 | 2024-11-26T07:22:19.904Z | Compiling socket2 v0.5.7 |
1264 | 2024-11-26T07:22:19.921Z | Compiling mio v1.0.2 |
1265 | 2024-11-26T07:22:19.953Z | Compiling signal-hook-registry v1.4.2 |
1266 | 2024-11-26T07:22:20.208Z | Compiling ahash v0.8.11 |
1267 | 2024-11-26T07:22:20.588Z | Compiling parking_lot v0.12.3 |
1268 | 2024-11-26T07:22:20.715Z | Compiling tracing-core v0.1.32 |
1269 | 2024-11-26T07:22:21.158Z | Compiling serde_json v1.0.133 |
1270 | 2024-11-26T07:22:21.175Z | Compiling hashbrown v0.14.5 |
1271 | 2024-11-26T07:22:21.473Z | Compiling byteorder v1.5.0 |
1272 | 2024-11-26T07:22:21.556Z | Compiling uuid v1.11.0 |
1273 | 2024-11-26T07:22:21.587Z | Compiling untrusted v0.9.0 |
1274 | 2024-11-26T07:22:21.772Z | Compiling futures-sink v0.3.31 |
1275 | 2024-11-26T07:22:21.838Z | Compiling pin-utils v0.1.0 |
1276 | 2024-11-26T07:22:21.921Z | Compiling futures-task v0.3.31 |
1277 | 2024-11-26T07:22:21.937Z | Compiling spin v0.9.8 |
1278 | 2024-11-26T07:22:22.112Z | Compiling ring v0.17.8 |
1279 | 2024-11-26T07:22:22.115Z | Compiling futures-util v0.3.31 |
1280 | 2024-11-26T07:22:22.140Z | Compiling slab v0.4.9 |
1281 | 2024-11-26T07:22:22.478Z | Compiling chrono v0.4.38 |
1282 | 2024-11-26T07:22:22.526Z | Compiling regress v0.10.1 |
1283 | 2024-11-26T07:22:22.694Z | Compiling try-lock v0.2.5 |
1284 | 2024-11-26T07:22:22.843Z | Compiling want v0.3.1 |
1285 | 2024-11-26T07:22:23.140Z | Compiling httparse v1.9.4 |
1286 | 2024-11-26T07:22:23.149Z | Compiling futures-channel v0.3.31 |
1287 | 2024-11-26T07:22:23.607Z | Compiling dyn-clone v1.0.17 |
1288 | 2024-11-26T07:22:23.825Z | Compiling tower-service v0.3.3 |
1289 | 2024-11-26T07:22:23.945Z | Compiling foreign-types-shared v0.1.1 |
1290 | 2024-11-26T07:22:24.053Z | Compiling foreign-types v0.3.2 |
1291 | 2024-11-26T07:22:24.140Z | Compiling openssl-sys v0.9.103 |
1292 | 2024-11-26T07:22:24.214Z | Compiling unicode-ident v1.0.13 |
1293 | 2024-11-26T07:22:24.414Z | Compiling bitflags v2.6.0 |
1294 | 2024-11-26T07:22:24.546Z | Compiling proc-macro2 v1.0.92 |
1295 | 2024-11-26T07:22:24.751Z | Compiling serde_derive_internals v0.29.1 |
1296 | 2024-11-26T07:22:25.154Z | Compiling http v1.1.0 |
1297 | 2024-11-26T07:22:25.578Z | Compiling openssl-probe v0.1.5 |
1298 | 2024-11-26T07:22:26.096Z | Compiling semver v1.0.23 |
1299 | 2024-11-26T07:22:26.615Z | Compiling allocator-api2 v0.2.18 |
1300 | 2024-11-26T07:22:26.953Z | Compiling tinyvec_macros v0.1.1 |
1301 | 2024-11-26T07:22:27.045Z | Compiling tinyvec v1.8.0 |
1302 | 2024-11-26T07:22:27.313Z | Compiling quote v1.0.37 |
1303 | 2024-11-26T07:22:27.531Z | Compiling percent-encoding v2.3.1 |
1304 | 2024-11-26T07:22:27.972Z | Compiling form_urlencoded v1.2.1 |
1305 | 2024-11-26T07:22:28.793Z | Compiling unicode-normalization v0.1.24 |
1306 | 2024-11-26T07:22:29.421Z | Compiling aho-corasick v1.1.3 |
1307 | 2024-11-26T07:22:29.828Z | Compiling http v0.2.12 |
1308 | 2024-11-26T07:22:29.858Z | Compiling heck v0.5.0 |
1309 | 2024-11-26T07:22:30.100Z | Compiling unicode-bidi v0.3.15 |
1310 | 2024-11-26T07:22:30.290Z | Compiling serde_derive v1.0.215 |
1311 | 2024-11-26T07:22:30.843Z | Compiling thiserror-impl v1.0.69 |
1312 | 2024-11-26T07:22:31.219Z | Compiling schemars_derive v0.8.21 |
1313 | 2024-11-26T07:22:31.229Z | Compiling tokio-macros v2.4.0 |
1314 | 2024-11-26T07:22:32.798Z | Compiling tokio v1.40.0 |
1315 | 2024-11-26T07:22:33.044Z | Compiling tracing-attributes v0.1.27 |
1316 | 2024-11-26T07:22:33.830Z | Compiling zerocopy-derive v0.7.35 |
1317 | 2024-11-26T07:22:33.856Z | Compiling thiserror v1.0.69 |
1318 | 2024-11-26T07:22:34.134Z | Compiling openssl-macros v0.1.1 |
1319 | 2024-11-26T07:22:34.313Z | Compiling rustls-pki-types v1.8.0 |
1320 | 2024-11-26T07:22:34.710Z | Compiling regex-automata v0.4.7 |
1321 | 2024-11-26T07:22:35.013Z | Compiling openssl v0.10.66 |
1322 | 2024-11-26T07:22:35.598Z | Compiling idna v0.5.0 |
1323 | 2024-11-26T07:22:36.342Z | Compiling tracing v0.1.40 |
1324 | 2024-11-26T07:22:37.069Z | Compiling http-body v1.0.1 |
1325 | 2024-11-26T07:22:41.799Z | Compiling native-tls v0.2.12 |
1326 | 2024-11-26T07:22:42.525Z | Compiling tokio-util v0.7.12 |
1327 | 2024-11-26T07:22:42.903Z | Compiling tokio-native-tls v0.3.1 |
1328 | 2024-11-26T07:22:44.493Z | Compiling indexmap v2.6.0 |
1329 | 2024-11-26T07:22:48.866Z | Compiling serde_tokenstream v0.2.2 |
1330 | 2024-11-26T07:22:49.479Z | Compiling slog v2.7.0 |
1331 | 2024-11-26T07:22:50.341Z | Compiling atomic-waker v1.1.2 |
1332 | 2024-11-26T07:22:50.529Z | Compiling regex-syntax v0.8.4 |
1333 | 2024-11-26T07:22:50.623Z | Compiling h2 v0.4.6 |
1334 | 2024-11-26T07:22:51.138Z | Compiling typify-impl v0.2.0 |
1335 | 2024-11-26T07:22:51.844Z | Compiling typify-impl v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1336 | 2024-11-26T07:22:52.028Z | Compiling openapiv3 v2.0.0 |
1337 | 2024-11-26T07:23:02.455Z | Compiling serde_urlencoded v0.7.1 |
1338 | 2024-11-26T07:23:03.047Z | Compiling regex v1.10.6 |
1339 | 2024-11-26T07:23:03.158Z | Compiling url v2.5.2 |
1340 | 2024-11-26T07:23:03.877Z | Compiling encoding_rs v0.8.34 |
1341 | 2024-11-26T07:23:04.026Z | Compiling ipnet v2.10.0 |
1342 | 2024-11-26T07:23:06.248Z | Compiling rustls v0.21.12 |
1343 | 2024-11-26T07:23:06.576Z | Compiling mime v0.3.17 |
1344 | 2024-11-26T07:23:07.117Z | Compiling typify-macro v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1345 | 2024-11-26T07:23:07.671Z | Compiling typify-macro v0.2.0 |
1346 | 2024-11-26T07:23:08.396Z | Compiling hyper v1.5.1 |
1347 | 2024-11-26T07:23:09.778Z | Compiling h2 v0.3.26 |
1348 | 2024-11-26T07:23:10.916Z | Compiling rustls-webpki v0.102.8 |
1349 | 2024-11-26T07:23:11.438Z | Compiling http-body v0.4.6 |
1350 | 2024-11-26T07:23:11.544Z | Compiling sct v0.7.1 |
1351 | 2024-11-26T07:23:11.960Z | Compiling rustls-webpki v0.101.7 |
1352 | 2024-11-26T07:23:12.011Z | Compiling toml_datetime v0.6.8 |
1353 | 2024-11-26T07:23:12.397Z | Compiling zeroize v1.8.1 |
1354 | 2024-11-26T07:23:12.755Z | Compiling httpdate v1.0.3 |
1355 | 2024-11-26T07:23:13.498Z | Compiling subtle v2.6.1 |
1356 | 2024-11-26T07:23:13.775Z | Compiling rustls v0.23.13 |
1357 | 2024-11-26T07:23:14.787Z | Compiling serde_yaml v0.9.34+deprecated |
1358 | 2024-11-26T07:23:15.612Z | Compiling hyper v0.14.30 |
1359 | 2024-11-26T07:23:15.999Z | Compiling toml_edit v0.19.15 |
1360 | 2024-11-26T07:23:18.721Z | Compiling hyper-util v0.1.10 |
1361 | 2024-11-26T07:23:24.668Z | Compiling lazy_static v1.5.0 |
1362 | 2024-11-26T07:23:24.809Z | Compiling tokio-rustls v0.24.1 |
1363 | 2024-11-26T07:23:25.261Z | Compiling tokio-rustls v0.26.0 |
1364 | 2024-11-26T07:23:25.595Z | Compiling proc-macro-crate v1.3.1 |
1365 | 2024-11-26T07:23:25.768Z | Compiling http-body-util v0.1.2 |
1366 | 2024-11-26T07:23:26.321Z | Compiling webpki-roots v0.26.6 |
1367 | 2024-11-26T07:23:26.434Z | Compiling base64 v0.22.1 |
1368 | 2024-11-26T07:23:26.534Z | Compiling base64 v0.21.7 |
1369 | 2024-11-26T07:23:26.770Z | Compiling hyper-rustls v0.27.3 |
1370 | 2024-11-26T07:23:27.525Z | Compiling rustls-pemfile v1.0.4 |
1371 | 2024-11-26T07:23:27.699Z | Compiling rustls-pemfile v2.1.3 |
1372 | 2024-11-26T07:23:27.713Z | Compiling crossbeam-utils v0.8.20 |
1373 | 2024-11-26T07:23:27.729Z | Compiling num_enum_derive v0.5.11 |
1374 | 2024-11-26T07:23:28.356Z | Compiling hyper-tls v0.6.0 |
1375 | 2024-11-26T07:23:28.474Z | Compiling hyper-rustls v0.24.2 |
1376 | 2024-11-26T07:23:28.508Z | Compiling hyper-tls v0.5.0 |
1377 | 2024-11-26T07:23:28.869Z | Compiling typify v0.2.0 |
1378 | 2024-11-26T07:23:28.904Z | Compiling typify v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1379 | 2024-11-26T07:23:29.007Z | Compiling ipnetwork v0.20.0 |
1380 | 2024-11-26T07:23:29.038Z | Compiling ppv-lite86 v0.2.20 |
1381 | 2024-11-26T07:23:30.087Z | Compiling foreign-types-macros v0.2.3 |
1382 | 2024-11-26T07:23:30.098Z | Compiling rand_core v0.6.4 |
1383 | 2024-11-26T07:23:30.576Z | Compiling dirs-sys-next v0.1.2 |
1384 | 2024-11-26T07:23:31.408Z | Compiling sync_wrapper v1.0.1 |
1385 | 2024-11-26T07:23:31.555Z | Compiling sync_wrapper v0.1.2 |
1386 | 2024-11-26T07:23:31.634Z | Compiling webpki-roots v0.25.4 |
1387 | 2024-11-26T07:23:31.685Z | Compiling powerfmt v0.2.0 |
1388 | 2024-11-26T07:23:31.796Z | Compiling foreign-types-shared v0.3.1 |
1389 | 2024-11-26T07:23:31.916Z | Compiling time-macros v0.2.18 |
1390 | 2024-11-26T07:23:32.143Z | Compiling deranged v0.3.11 |
1391 | 2024-11-26T07:23:32.227Z | Compiling foreign-types v0.5.0 |
1392 | 2024-11-26T07:23:32.459Z | Compiling reqwest v0.11.27 |
1393 | 2024-11-26T07:23:32.474Z | Compiling progenitor-impl v0.8.0 |
1394 | 2024-11-26T07:23:34.438Z | Compiling reqwest v0.12.9 |
1395 | 2024-11-26T07:23:34.933Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1396 | 2024-11-26T07:23:39.081Z | Compiling dirs-next v2.0.0 |
1397 | 2024-11-26T07:23:39.347Z | Compiling rand_chacha v0.3.1 |
1398 | 2024-11-26T07:23:41.111Z | Compiling num_enum v0.5.11 |
1399 | 2024-11-26T07:23:41.290Z | Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265) |
1400 | 2024-11-26T07:23:43.469Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1401 | 2024-11-26T07:23:43.595Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1402 | 2024-11-26T07:23:43.778Z | Compiling cstr-argument v0.1.2 |
1403 | 2024-11-26T07:23:44.033Z | Compiling thread_local v1.1.8 |
1404 | 2024-11-26T07:23:44.773Z | Compiling time-core v0.1.2 |
1405 | 2024-11-26T07:23:44.951Z | Compiling num-conv v0.1.0 |
1406 | 2024-11-26T07:23:45.206Z | Compiling pretty-hex v0.2.1 |
1407 | 2024-11-26T07:23:45.423Z | Compiling either v1.13.0 |
1408 | 2024-11-26T07:23:45.901Z | Compiling arc-swap v1.7.1 |
1409 | 2024-11-26T07:23:46.259Z | Compiling itertools v0.12.1 |
1410 | 2024-11-26T07:23:46.627Z | Compiling slog-scope v4.4.0 |
1411 | 2024-11-26T07:23:47.485Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488) |
1412 | 2024-11-26T07:23:47.551Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1413 | 2024-11-26T07:23:47.931Z | Compiling time v0.3.36 |
1414 | 2024-11-26T07:23:48.966Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1415 | 2024-11-26T07:23:49.887Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1416 | 2024-11-26T07:23:50.098Z | Compiling crossbeam-channel v0.5.13 |
1417 | 2024-11-26T07:23:50.159Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1418 | 2024-11-26T07:23:51.730Z | Compiling rand v0.8.5 |
1419 | 2024-11-26T07:23:53.598Z | Compiling term v0.7.0 |
1420 | 2024-11-26T07:23:57.125Z | Compiling progenitor-macro v0.8.0 |
1421 | 2024-11-26T07:23:58.231Z | Compiling progenitor-client v0.8.0 |
1422 | 2024-11-26T07:23:59.167Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1423 | 2024-11-26T07:24:03.260Z | Compiling anyhow v1.0.93 |
1424 | 2024-11-26T07:24:04.776Z | Compiling colored v2.1.0 |
1425 | 2024-11-26T07:24:06.008Z | Compiling is-terminal v0.4.13 |
1426 | 2024-11-26T07:24:06.134Z | Compiling take_mut v0.2.2 |
1427 | 2024-11-26T07:24:06.300Z | Compiling winnow v0.6.18 |
1428 | 2024-11-26T07:24:09.983Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=2bfd39000c878c45675651a7588c015c486e7f43#2bfd3900) |
1429 | 2024-11-26T07:24:10.322Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
1430 | 2024-11-26T07:24:10.779Z | Compiling progenitor v0.8.0 |
1431 | 2024-11-26T07:24:10.990Z | Compiling slog-async v2.8.0 |
1432 | 2024-11-26T07:24:14.126Z | Compiling slog-term v2.9.1 |
1433 | 2024-11-26T07:24:16.976Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1434 | 2024-11-26T07:24:17.194Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488) |
1435 | 2024-11-26T07:24:18.619Z | Compiling slog-stdlog v4.1.1 |
1436 | 2024-11-26T07:24:19.509Z | Compiling slog-envlogger v2.2.0 |
1437 | 2024-11-26T07:24:19.676Z | Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d8c38f89) |
1438 | 2024-11-26T07:24:21.246Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
1439 | 2024-11-26T07:24:34.317Z | Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests) |
1440 | 2024-11-26T07:24:41.822Z | Finished `release` profile [optimized] target(s) in 2m 24s |
1441 | 2024-11-26T07:24:41.903Z | Running unittests src/lib.rs (target/release/deps/mg_tests-4b5b9828ea2ebf01) |
1442 | 2024-11-26T07:24:41.950Z | |
1443 | 2024-11-26T07:24:41.950Z | running 1 test |
1444 | 2024-11-26T07:24:42.105Z | configure zone |
1445 | 2024-11-26T07:24:42.172Z | install zone |
1446 | 2024-11-26T07:25:41.959Z | test ddm::test_quartet has been running for over 60 seconds |
1447 | 2024-11-26T07:26:46.955Z | boot zone |
1448 | 2024-11-26T07:26:47.790Z | start zone s1 |
1449 | 2024-11-26T07:26:47.790Z | configure zone |
1450 | 2024-11-26T07:26:47.792Z | install zone |
1451 | 2024-11-26T07:28:42.025Z | boot zone |
1452 | 2024-11-26T07:28:42.816Z | start zone s2 |
1453 | 2024-11-26T07:28:42.816Z | configure zone |
1454 | 2024-11-26T07:28:42.824Z | install zone |
1455 | 2024-11-26T07:30:35.349Z | boot zone |
1456 | 2024-11-26T07:30:36.147Z | start zone s3 |
1457 | 2024-11-26T07:30:36.147Z | configure zone |
1458 | 2024-11-26T07:30:36.155Z | install zone |
1459 | 2024-11-26T07:32:24.264Z | boot zone |
1460 | 2024-11-26T07:32:25.134Z | start zone t1 |
1461 | 2024-11-26T07:32:25.134Z | configure zone |
1462 | 2024-11-26T07:32:25.142Z | install zone |
1463 | 2024-11-26T07:34:10.821Z | boot zone |
1464 | 2024-11-26T07:34:11.824Z | waiting for zones to come up |
1465 | 2024-11-26T07:34:21.826Z | [sidecar.quartet] svcs milestone/network |
1466 | 2024-11-26T07:34:21.922Z | STATE STIME FMRI |
1467 | 2024-11-26T07:34:21.923Z | online 23:27:04 svc:/milestone/network:default |
1468 | 2024-11-26T07:34:21.923Z | cp /work/oxidecomputer/maghemite/download/softnpu /mgtest/sidecar.quartet/root/opt/ |
1469 | 2024-11-26T07:34:21.969Z | cp /work/oxidecomputer/maghemite/download/scadm /mgtest/sidecar.quartet/root/opt/ |
1470 | 2024-11-26T07:34:22.019Z | cp /work/oxidecomputer/maghemite/download/libsidecar_lite.so /mgtest/sidecar.quartet/root/opt/ |
1471 | 2024-11-26T07:34:22.061Z | cp /work/oxidecomputer/maghemite/tests/conf/softnpu-quartet.toml /mgtest/sidecar.quartet/root/opt/softnpu.toml |
1472 | 2024-11-26T07:34:22.064Z | [sidecar.quartet] RUST_LOG=debug RUST_BACKTRACE=1 /opt/softnpu --uds-path /opt/mnt /opt/softnpu.toml &> /opt/softnpu.log & |
1473 | 2024-11-26T07:34:22.084Z | |
1474 | 2024-11-26T07:34:22.084Z | running zone s1.quartet setup |
1475 | 2024-11-26T07:34:22.084Z | [s1.quartet] svcs milestone/network |
1476 | 2024-11-26T07:34:22.107Z | STATE STIME FMRI |
1477 | 2024-11-26T07:34:22.107Z | online 23:29:00 svc:/milestone/network:default |
1478 | 2024-11-26T07:34:22.107Z | [s1.quartet] dladm |
1479 | 2024-11-26T07:34:22.129Z | LINK CLASS MTU STATE BRIDGE OVER |
1480 | 2024-11-26T07:34:22.129Z | sl0 simnet 9000 up -- ? |
1481 | 2024-11-26T07:34:22.129Z | mgs1 vnic 9000 up -- ? |
1482 | 2024-11-26T07:34:22.129Z | [s1.quartet] ipadm create-addr -t -T static -a 10.0.0.1/24 mgs1/v4 |
1483 | 2024-11-26T07:34:22.634Z | |
1484 | 2024-11-26T07:34:22.634Z | [s1.quartet] ipadm create-addr -t -T addrconf sl0/v6 |
1485 | 2024-11-26T07:34:22.658Z | |
1486 | 2024-11-26T07:34:22.658Z | [s1.quartet] ipadm create-addr -t -T static -a fd00:1::1/64 lo0/u6 |
1487 | 2024-11-26T07:34:22.678Z | |
1488 | 2024-11-26T07:34:22.678Z | cp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s1.quartet/root/opt/ddmd |
1489 | 2024-11-26T07:34:22.766Z | cp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s1.quartet/root/opt/ddmadm |
1490 | 2024-11-26T07:34:22.810Z | [s1.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 068225c0-b4bc-4e19-ad4d-41379919141f --sled-uuid 73ee3b17-07d3-4237-b5ab-d6961e614fd8 -a sl0/v6 &> /opt/ddmd.log & |
1491 | 2024-11-26T07:34:22.830Z | |
1492 | 2024-11-26T07:34:22.830Z | running zone s2.quartet setup |
1493 | 2024-11-26T07:34:22.830Z | [s2.quartet] svcs milestone/network |
1494 | 2024-11-26T07:34:22.855Z | STATE STIME FMRI |
1495 | 2024-11-26T07:34:22.855Z | online 23:30:53 svc:/milestone/network:default |
1496 | 2024-11-26T07:34:22.855Z | [s2.quartet] dladm |
1497 | 2024-11-26T07:34:22.876Z | LINK CLASS MTU STATE BRIDGE OVER |
1498 | 2024-11-26T07:34:22.876Z | sl1 simnet 9000 up -- ? |
1499 | 2024-11-26T07:34:22.876Z | mgs2 vnic 9000 up -- ? |
1500 | 2024-11-26T07:34:22.876Z | [s2.quartet] ipadm create-addr -t -T static -a 10.0.0.2/24 mgs2/v4 |
1501 | 2024-11-26T07:34:23.330Z | |
1502 | 2024-11-26T07:34:23.330Z | [s2.quartet] ipadm create-addr -t -T addrconf sl1/v6 |
1503 | 2024-11-26T07:34:23.353Z | |
1504 | 2024-11-26T07:34:23.353Z | [s2.quartet] ipadm create-addr -t -T static -a fd00:2::1/64 lo0/u6 |
1505 | 2024-11-26T07:34:23.372Z | |
1506 | 2024-11-26T07:34:23.372Z | cp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s2.quartet/root/opt/ddmd |
1507 | 2024-11-26T07:34:23.418Z | cp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s2.quartet/root/opt/ddmadm |
1508 | 2024-11-26T07:34:23.439Z | [s2.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 375cd9f9-1d65-417f-ada2-24496c818336 --sled-uuid cab61341-6746-4afa-8fee-df0cc1fcb2f8 -a sl1/v6 &> /opt/ddmd.log & |
1509 | 2024-11-26T07:34:23.459Z | |
1510 | 2024-11-26T07:34:23.459Z | running zone s3.quartet setup |
1511 | 2024-11-26T07:34:23.459Z | [s3.quartet] svcs milestone/network |
1512 | 2024-11-26T07:34:23.484Z | STATE STIME FMRI |
1513 | 2024-11-26T07:34:23.484Z | online 23:32:42 svc:/milestone/network:default |
1514 | 2024-11-26T07:34:23.484Z | [s3.quartet] dladm |
1515 | 2024-11-26T07:34:23.505Z | LINK CLASS MTU STATE BRIDGE OVER |
1516 | 2024-11-26T07:34:23.505Z | sl2 simnet 9000 up -- ? |
1517 | 2024-11-26T07:34:23.505Z | mgs3 vnic 9000 up -- ? |
1518 | 2024-11-26T07:34:23.505Z | [s3.quartet] ipadm create-addr -t -T static -a 10.0.0.3/24 mgs3/v4 |
1519 | 2024-11-26T07:34:24.074Z | |
1520 | 2024-11-26T07:34:24.074Z | [s3.quartet] ipadm create-addr -t -T addrconf sl2/v6 |
1521 | 2024-11-26T07:34:24.097Z | |
1522 | 2024-11-26T07:34:24.097Z | [s3.quartet] ipadm create-addr -t -T static -a fd00:3::1/64 lo0/u6 |
1523 | 2024-11-26T07:34:24.117Z | |
1524 | 2024-11-26T07:34:24.117Z | cp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s3.quartet/root/opt/ddmd |
1525 | 2024-11-26T07:34:24.164Z | cp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s3.quartet/root/opt/ddmadm |
1526 | 2024-11-26T07:34:24.184Z | [s3.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid efb97e67-cdfb-4b8c-b687-4ab5804572bf --sled-uuid a02a6122-d31f-4fc2-aa37-256dbc29fed0 -a sl2/v6 &> /opt/ddmd.log & |
1527 | 2024-11-26T07:34:24.204Z | |
1528 | 2024-11-26T07:34:24.204Z | running zone t1.quartet setup |
1529 | 2024-11-26T07:34:24.204Z | [t1.quartet] svcs milestone/network |
1530 | 2024-11-26T07:34:24.225Z | STATE STIME FMRI |
1531 | 2024-11-26T07:34:24.225Z | - - svc:/milestone/network:default |
1532 | 2024-11-26T07:34:25.225Z | [t1.quartet] svcs milestone/network |
1533 | 2024-11-26T07:34:25.246Z | STATE STIME FMRI |
1534 | 2024-11-26T07:34:25.246Z | - - svc:/milestone/network:default |
1535 | 2024-11-26T07:34:26.247Z | [t1.quartet] svcs milestone/network |
1536 | 2024-11-26T07:34:26.268Z | STATE STIME FMRI |
1537 | 2024-11-26T07:34:26.268Z | - - svc:/milestone/network:default |
1538 | 2024-11-26T07:34:27.268Z | [t1.quartet] svcs milestone/network |
1539 | 2024-11-26T07:34:27.289Z | STATE STIME FMRI |
1540 | 2024-11-26T07:34:27.289Z | - - svc:/milestone/network:default |
1541 | 2024-11-26T07:34:28.289Z | [t1.quartet] svcs milestone/network |
1542 | 2024-11-26T07:34:28.310Z | STATE STIME FMRI |
1543 | 2024-11-26T07:34:28.311Z | - - svc:/milestone/network:default |
1544 | 2024-11-26T07:34:29.311Z | [t1.quartet] svcs milestone/network |
1545 | 2024-11-26T07:34:29.331Z | STATE STIME FMRI |
1546 | 2024-11-26T07:34:29.331Z | - - svc:/milestone/network:default |
1547 | 2024-11-26T07:34:30.331Z | [t1.quartet] svcs milestone/network |
1548 | 2024-11-26T07:34:30.354Z | STATE STIME FMRI |
1549 | 2024-11-26T07:34:30.354Z | offline 23:34:27 svc:/milestone/network:default |
1550 | 2024-11-26T07:34:31.354Z | [t1.quartet] svcs milestone/network |
1551 | 2024-11-26T07:34:31.378Z | STATE STIME FMRI |
1552 | 2024-11-26T07:34:31.378Z | online 23:34:28 svc:/milestone/network:default |
1553 | 2024-11-26T07:34:31.379Z | [t1.quartet] dladm |
1554 | 2024-11-26T07:34:31.400Z | LINK CLASS MTU STATE BRIDGE OVER |
1555 | 2024-11-26T07:34:31.400Z | tfportrear0_0 simnet 9000 up -- ? |
1556 | 2024-11-26T07:34:31.400Z | tfportrear1_0 simnet 9000 up -- ? |
1557 | 2024-11-26T07:34:31.400Z | tfportrear2_0 simnet 9000 up -- ? |
1558 | 2024-11-26T07:34:31.400Z | mgt1 vnic 9000 up -- ? |
1559 | 2024-11-26T07:34:31.400Z | [t1.quartet] ipadm create-addr -t -T static -a 10.0.0.4/24 mgt1/v4 |
1560 | 2024-11-26T07:34:31.928Z | |
1561 | 2024-11-26T07:34:31.928Z | [t1.quartet] ipadm create-addr -t -T addrconf tfportrear0_0/v6 |
1562 | 2024-11-26T07:34:31.952Z | |
1563 | 2024-11-26T07:34:31.952Z | [t1.quartet] ipadm create-addr -t -T addrconf tfportrear1_0/v6 |
1564 | 2024-11-26T07:34:31.974Z | |
1565 | 2024-11-26T07:34:31.974Z | [t1.quartet] ipadm create-addr -t -T addrconf tfportrear2_0/v6 |
1566 | 2024-11-26T07:34:31.995Z | |
1567 | 2024-11-26T07:34:31.995Z | [t1.quartet] ipadm create-addr -t -T static -a fd00:4::1/64 lo0/u6 |
1568 | 2024-11-26T07:34:32.015Z | |
1569 | 2024-11-26T07:34:32.015Z | cp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/opt /mgtest/t1.quartet/root/ |
1570 | 2024-11-26T07:34:32.205Z | cp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/var /mgtest/t1.quartet/root/ |
1571 | 2024-11-26T07:34:32.209Z | cp /work/oxidecomputer/maghemite/tests/conf/dpd-ports-quartet.toml /mgtest/t1.quartet/root/opt/dpd-ports.toml |
1572 | 2024-11-26T07:34:32.212Z | waiting 3s for copy of files to zone to complete ... |
1573 | 2024-11-26T07:34:35.213Z | cp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/t1.quartet/root/opt/ddmd |
1574 | 2024-11-26T07:34:35.257Z | cp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/t1.quartet/root/opt/ddmadm |
1575 | 2024-11-26T07:34:35.279Z | [t1.quartet] svcadm enable dendrite |
1576 | 2024-11-26T07:34:35.318Z | |
1577 | 2024-11-26T07:34:35.318Z | [t1.quartet] svccfg -s dendrite setprop config/address = [::1]:12224 |
1578 | 2024-11-26T07:34:35.363Z | |
1579 | 2024-11-26T07:34:35.363Z | [t1.quartet] svccfg -s dendrite setprop config/mgmt = uds |
1580 | 2024-11-26T07:34:35.406Z | |
1581 | 2024-11-26T07:34:35.406Z | [t1.quartet] svccfg -s dendrite setprop config/uds_path = /opt/mnt |
1582 | 2024-11-26T07:34:35.448Z | |
1583 | 2024-11-26T07:34:35.448Z | [t1.quartet] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml |
1584 | 2024-11-26T07:34:35.490Z | |
1585 | 2024-11-26T07:34:35.490Z | [t1.quartet] svccfg -s dendrite setprop config/rear_ports = 3 |
1586 | 2024-11-26T07:34:35.532Z | |
1587 | 2024-11-26T07:34:35.532Z | [t1.quartet] svcadm refresh dendrite:default |
1588 | 2024-11-26T07:34:35.569Z | |
1589 | 2024-11-26T07:34:35.569Z | [t1.quartet] svcadm restart dendrite:default |
1590 | 2024-11-26T07:34:35.607Z | |
1591 | 2024-11-26T07:34:35.607Z | wait 10s for dendrite to come up ... |
1592 | 2024-11-26T07:34:45.609Z | [t1.quartet] svcadm enable tfport |
1593 | 2024-11-26T07:34:45.649Z | |
1594 | 2024-11-26T07:34:45.649Z | [t1.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid ea077a98-738f-4c81-b631-7b7593021ed1 --sled-uuid 9ce44a8e-3da3-4ea9-bb75-ccdcdd062ac7 -a tfportrear0_0/v6 -a tfportrear1_0/v6 -a tfportrear2_0/v6 &> /opt/ddmd.log & |
1595 | 2024-11-26T07:34:45.669Z | |
1596 | 2024-11-26T07:34:45.669Z | [t1.quartet] ipadm |
1597 | 2024-11-26T07:34:45.695Z | ADDROBJ TYPE STATE ADDR |
1598 | 2024-11-26T07:34:45.695Z | lo0/v4 static ok 127.0.0.1/8 |
1599 | 2024-11-26T07:34:45.695Z | mgt1/v4 static ok 10.0.0.4/24 |
1600 | 2024-11-26T07:34:45.695Z | lo0/v6 static ok ::1/128 |
1601 | 2024-11-26T07:34:45.695Z | lo0/u6 static ok fd00:4::1/64 |
1602 | 2024-11-26T07:34:45.695Z | tfportrear0_0/v6 addrconf ok fe80::743a:bbff:fe34:4dd9%tfportrear0_0/10 |
1603 | 2024-11-26T07:34:45.695Z | tfportrear1_0/v6 addrconf ok fe80::947b:6dff:fec9:f128%tfportrear1_0/10 |
1604 | 2024-11-26T07:34:45.695Z | tfportrear2_0/v6 addrconf ok fe80::4d7:f5ff:fed2:d513%tfportrear2_0/10 |
1605 | 2024-11-26T07:34:47.973Z | initial peering test passed |
1606 | 2024-11-26T07:34:48.975Z | [s3.quartet] ping fd00:1::1 |
1607 | 2024-11-26T07:34:49.004Z | fd00:1::1 is alive |
1608 | 2024-11-26T07:35:00.009Z | [s3.quartet] ping fd00:1::1 |
1609 | 2024-11-26T07:35:00.031Z | fd00:1::1 is alive |
1610 | 2024-11-26T07:35:00.048Z | [t1.quartet] pkill ddmd |
1611 | 2024-11-26T07:35:00.073Z | |
1612 | 2024-11-26T07:35:00.073Z | cp /mgtest/t1.quartet/root/opt/ddmd.log /work/t1.quartet.log |
1613 | 2024-11-26T07:35:00.077Z | cp /mgtest/t1.quartet/root/var/svc/log/system-illumos-dendrite:default.log /work/t1.quartet-dpd.log |
1614 | 2024-11-26T07:35:02.541Z | [s3.quartet] pkill ddmd |
1615 | 2024-11-26T07:35:02.560Z | |
1616 | 2024-11-26T07:35:02.560Z | cp /mgtest/s3.quartet/root/opt/ddmd.log /work/s3.quartet.log |
1617 | 2024-11-26T07:35:04.828Z | [s2.quartet] pkill ddmd |
1618 | 2024-11-26T07:35:04.848Z | |
1619 | 2024-11-26T07:35:04.848Z | cp /mgtest/s2.quartet/root/opt/ddmd.log /work/s2.quartet.log |
1620 | 2024-11-26T07:35:07.202Z | [s1.quartet] pkill ddmd |
1621 | 2024-11-26T07:35:07.222Z | |
1622 | 2024-11-26T07:35:07.222Z | cp /mgtest/s1.quartet/root/opt/ddmd.log /work/s1.quartet.log |
1623 | 2024-11-26T07:35:09.486Z | [sidecar.quartet] pkill softnpu |
1624 | 2024-11-26T07:35:09.506Z | |
1625 | 2024-11-26T07:35:09.506Z | cp /mgtest/sidecar.quartet/root/opt/softnpu.log /work/sidecar.quartet-softnpu.log |
1626 | 2024-11-26T07:35:11.986Z | test ddm::test_quartet ... ok |
1627 | 2024-11-26T07:35:11.986Z | |
1628 | 2024-11-26T07:35:11.986Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 3 filtered out; finished in 629.94s |
1629 | 2024-11-26T07:35:11.986Z | |
1630 | 2024-11-26T07:35:12.013Z | + cleanup |
1631 | 2024-11-26T07:35:12.016Z | ++ id -un |
1632 | 2024-11-26T07:35:12.090Z | ++ id -gn |
1633 | 2024-11-26T07:35:12.093Z | + pfexec chown -R build:build . |
1634 | 2024-11-26T07:35:12.170Z | process exited: duration 1173829 ms, exit code 0 |
|
1635 | 2024-11-26T07:35:12.180Z | found 5 output files |
1636 | 2024-11-26T07:35:12.180Z | uploading: /work/s1.quartet.log (4851 bytes) |
1637 | 2024-11-26T07:35:13.189Z | uploaded: /work/s1.quartet.log |
1638 | 2024-11-26T07:35:13.189Z | uploading: /work/s2.quartet.log (4116 bytes) |
1639 | 2024-11-26T07:35:14.200Z | uploaded: /work/s2.quartet.log |
1640 | 2024-11-26T07:35:14.202Z | uploading: /work/s3.quartet.log (4248 bytes) |
1641 | 2024-11-26T07:35:15.208Z | uploaded: /work/s3.quartet.log |
1642 | 2024-11-26T07:35:15.211Z | uploading: /work/sidecar.quartet-softnpu.log (809 bytes) |
1643 | 2024-11-26T07:35:16.218Z | uploaded: /work/sidecar.quartet-softnpu.log |
1644 | 2024-11-26T07:35:16.220Z | uploading: /work/t1.quartet.log (17393 bytes) |
1645 | 2024-11-26T07:35:17.229Z | uploaded: /work/t1.quartet.log |