|
|
|
1 | 2024-11-26T07:14:22.372Z | job assigned to worker 01JDKN3QZQP6KPTC37CHDSQDHS [factory gimlet-EVT22200007-propolis, EVT22200007/19542] (queued for 23 s) |
|
2 | 2024-11-26T07:14:30.906Z | starting task 0: "setup" |
3 | 2024-11-26T07:14:30.930Z | ++ uname -s |
4 | 2024-11-26T07:14:30.930Z | + kern=SunOS |
5 | 2024-11-26T07:14:30.930Z | + case "$kern" in |
6 | 2024-11-26T07:14:30.930Z | + groupadd -g 12345 build |
7 | 2024-11-26T07:14:30.930Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-11-26T07:14:32.930Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-11-26T07:14:32.968Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-11-26T07:14:32.991Z | + home_fs=zfs |
11 | 2024-11-26T07:14:32.991Z | + [[ zfs == autofs ]] |
12 | 2024-11-26T07:14:32.991Z | + mkdir -p /home/build |
13 | 2024-11-26T07:14:32.991Z | + chown build:build /home/build /work |
14 | 2024-11-26T07:14:34.977Z | + chmod 0700 /home/build /work |
15 | 2024-11-26T07:14:35.000Z | process exited: duration 4076 ms, exit code 0 |
|
16 | 2024-11-26T07:14:35.048Z | starting task 1: "rust-toolchain" |
17 | 2024-11-26T07:14:35.071Z | + printf ' * toolchain channel = "%s" |
18 | 2024-11-26T07:14:35.071Z | ' stable |
19 | 2024-11-26T07:14:35.071Z | + printf ' * toolchain profile = "%s" |
20 | 2024-11-26T07:14:35.071Z | ' default |
21 | 2024-11-26T07:14:35.071Z | * toolchain channel = "stable" |
22 | 2024-11-26T07:14:35.071Z | * toolchain profile = "default" |
23 | 2024-11-26T07:14:35.071Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-11-26T07:14:35.071Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
25 | 2024-11-26T07:14:35.200Z | info: downloading installer |
26 | 2024-11-26T07:14:35.585Z | info: profile set to 'default' |
27 | 2024-11-26T07:14:35.585Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-11-26T07:14:35.609Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
29 | 2024-11-26T07:14:35.699Z | info: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15) |
30 | 2024-11-26T07:14:35.699Z | info: downloading component 'cargo' |
31 | 2024-11-26T07:14:35.845Z | info: downloading component 'clippy' |
32 | 2024-11-26T07:14:35.893Z | info: downloading component 'rust-docs' |
33 | 2024-11-26T07:14:36.070Z | info: downloading component 'rust-std' |
34 | 2024-11-26T07:14:36.336Z | info: downloading component 'rustc' |
35 | 2024-11-26T07:14:37.384Z | info: downloading component 'rustfmt' |
36 | 2024-11-26T07:14:37.421Z | info: installing component 'cargo' |
37 | 2024-11-26T07:14:38.471Z | info: installing component 'clippy' |
38 | 2024-11-26T07:14:38.899Z | info: installing component 'rust-docs' |
39 | 2024-11-26T07:14:41.746Z | info: installing component 'rust-std' |
40 | 2024-11-26T07:14:43.819Z | info: installing component 'rustc' |
41 | 2024-11-26T07:14:50.751Z | info: installing component 'rustfmt' |
42 | 2024-11-26T07:14:51.112Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
43 | 2024-11-26T07:14:51.112Z | |
44 | 2024-11-26T07:14:51.259Z | stable-x86_64-unknown-illumos installed - rustc 1.82.0 (f6e511eec 2024-10-15) |
45 | 2024-11-26T07:14:51.259Z | |
46 | 2024-11-26T07:14:51.284Z | |
47 | 2024-11-26T07:14:51.284Z | Rust is installed now. Great! |
48 | 2024-11-26T07:14:51.284Z | |
49 | 2024-11-26T07:14:51.284Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-11-26T07:14:51.284Z | environment variable. This has not been done automatically. |
51 | 2024-11-26T07:14:51.284Z | |
52 | 2024-11-26T07:14:51.284Z | To configure your current shell, you need to source |
53 | 2024-11-26T07:14:51.284Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-11-26T07:14:51.284Z | |
55 | 2024-11-26T07:14:51.284Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-11-26T07:14:51.284Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-11-26T07:14:51.284Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-11-26T07:14:51.341Z | + rustc --version |
59 | 2024-11-26T07:14:51.453Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
60 | 2024-11-26T07:14:51.478Z | process exited: duration 16409 ms, exit code 0 |
|
61 | 2024-11-26T07:14:51.526Z | starting task 2: "authentication" |
62 | 2024-11-26T07:14:51.582Z | process exited: duration 55 ms, exit code 0 |
|
63 | 2024-11-26T07:14:51.629Z | starting task 3: "clone repository" |
64 | 2024-11-26T07:14:51.653Z | + mkdir -p /work/oxidecomputer/maghemite |
65 | 2024-11-26T07:14:51.653Z | + git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite |
66 | 2024-11-26T07:14:51.676Z | Cloning into '/work/oxidecomputer/maghemite'... |
67 | 2024-11-26T07:14:52.718Z | + cd /work/oxidecomputer/maghemite |
68 | 2024-11-26T07:14:52.742Z | + git fetch origin cce693f4ac3318c6bc9c500093cf0cc74737af62 |
69 | 2024-11-26T07:14:53.028Z | From https://github.com/oxidecomputer/maghemite |
70 | 2024-11-26T07:14:53.028Z | * branch cce693f4ac3318c6bc9c500093cf0cc74737af62 -> FETCH_HEAD |
71 | 2024-11-26T07:14:53.051Z | + [[ -n renovate/dropshot-0.x ]] |
72 | 2024-11-26T07:14:53.051Z | ++ git branch --show-current |
73 | 2024-11-26T07:14:53.051Z | + current=main |
74 | 2024-11-26T07:14:53.051Z | + [[ main != renovate/dropshot-0.x ]] |
75 | 2024-11-26T07:14:53.051Z | + git branch -f renovate/dropshot-0.x cce693f4ac3318c6bc9c500093cf0cc74737af62 |
76 | 2024-11-26T07:14:53.051Z | + git checkout -f renovate/dropshot-0.x |
77 | 2024-11-26T07:14:53.074Z | Switched to branch 'renovate/dropshot-0.x' |
78 | 2024-11-26T07:14:53.075Z | + git reset --hard cce693f4ac3318c6bc9c500093cf0cc74737af62 |
79 | 2024-11-26T07:14:53.097Z | HEAD is now at cce693f Update Rust crate dropshot to 0.13.0 |
80 | 2024-11-26T07:14:53.098Z | process exited: duration 1460 ms, exit code 0 |
|
81 | 2024-11-26T07:14:53.144Z | starting task 4: "build" |
82 | 2024-11-26T07:14:53.168Z | + cargo --version |
83 | 2024-11-26T07:14:53.168Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
84 | 2024-11-26T07:14:53.275Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
85 | 2024-11-26T07:14:53.275Z | info: downloading component 'cargo' |
86 | 2024-11-26T07:14:53.414Z | info: downloading component 'clippy' |
87 | 2024-11-26T07:14:53.464Z | info: downloading component 'rust-docs' |
88 | 2024-11-26T07:14:53.656Z | info: downloading component 'rust-std' |
89 | 2024-11-26T07:14:53.912Z | info: downloading component 'rustc' |
90 | 2024-11-26T07:14:54.960Z | info: downloading component 'rustfmt' |
91 | 2024-11-26T07:14:55.001Z | info: installing component 'cargo' |
92 | 2024-11-26T07:14:56.041Z | info: installing component 'clippy' |
93 | 2024-11-26T07:14:56.451Z | info: installing component 'rust-docs' |
94 | 2024-11-26T07:14:59.136Z | info: installing component 'rust-std' |
95 | 2024-11-26T07:15:01.076Z | info: installing component 'rustc' |
96 | 2024-11-26T07:15:07.615Z | info: installing component 'rustfmt' |
97 | 2024-11-26T07:15:08.073Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
98 | 2024-11-26T07:15:08.096Z | + rustc --version |
99 | 2024-11-26T07:15:08.184Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
100 | 2024-11-26T07:15:08.208Z | + banner check |
101 | 2024-11-26T07:15:08.208Z | |
102 | 2024-11-26T07:15:08.208Z | #### # # ###### #### # # |
103 | 2024-11-26T07:15:08.208Z | # # # # # # # # # |
104 | 2024-11-26T07:15:08.208Z | # ###### ##### # #### |
105 | 2024-11-26T07:15:08.208Z | # # # # # # # |
106 | 2024-11-26T07:15:08.208Z | # # # # # # # # # |
107 | 2024-11-26T07:15:08.208Z | #### # # ###### #### # # |
108 | 2024-11-26T07:15:08.208Z | |
109 | 2024-11-26T07:15:08.208Z | + cargo fmt -- --check |
110 | 2024-11-26T07:15:08.917Z | + cargo clippy --all-targets -- --deny warnings |
111 | 2024-11-26T07:15:09.215Z | Updating git repository `https://www.github.com/oxidecomputer/oxnet` |
112 | 2024-11-26T07:15:09.531Z | warning: redirecting to https://github.com/oxidecomputer/oxnet.git/ |
113 | 2024-11-26T07:15:09.836Z | From https://www.github.com/oxidecomputer/oxnet |
114 | 2024-11-26T07:15:09.836Z | * [new branch] ci -> origin/ci |
115 | 2024-11-26T07:15:09.859Z | * [new branch] dependabot/cargo/serde_json-1.0.133 -> origin/dependabot/cargo/serde_json-1.0.133 |
116 | 2024-11-26T07:15:09.859Z | * [new branch] main -> origin/main |
117 | 2024-11-26T07:15:09.859Z | * [new ref] -> origin/HEAD |
118 | 2024-11-26T07:15:09.859Z | Updating crates.io index |
119 | 2024-11-26T07:15:09.916Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
120 | 2024-11-26T07:15:10.710Z | From https://github.com/oxidecomputer/falcon |
121 | 2024-11-26T07:15:10.710Z | * [new ref] d8c38f890040f90cdc467e23f3f06b6372a9921c -> refs/commit/d8c38f890040f90cdc467e23f3f06b6372a9921c |
122 | 2024-11-26T07:15:10.834Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
123 | 2024-11-26T07:15:12.023Z | From https://github.com/oxidecomputer/dendrite |
124 | 2024-11-26T07:15:12.023Z | * [new ref] 4cdc7d7e18a25833843686d76b95a9ca4a5dfab0 -> refs/commit/4cdc7d7e18a25833843686d76b95a9ca4a5dfab0 |
125 | 2024-11-26T07:15:12.193Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
126 | 2024-11-26T07:15:12.650Z | From https://github.com/oxidecomputer/ispf |
127 | 2024-11-26T07:15:12.650Z | * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496 |
128 | 2024-11-26T07:15:12.673Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
129 | 2024-11-26T07:15:13.271Z | From https://github.com/oxidecomputer/netadm-sys |
130 | 2024-11-26T07:15:13.271Z | * [new ref] e07ad76458eb50601e0da4f9da16dbc942bfc2ba -> refs/commit/e07ad76458eb50601e0da4f9da16dbc942bfc2ba |
131 | 2024-11-26T07:15:13.294Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
132 | 2024-11-26T07:15:16.781Z | From https://github.com/oxidecomputer/omicron |
133 | 2024-11-26T07:15:16.781Z | * [new ref] 48125c8e00738710bde6aed65c253c606c2bdb30 -> refs/commit/48125c8e00738710bde6aed65c253c606c2bdb30 |
134 | 2024-11-26T07:15:16.820Z | * [new tag] dogfood -> dogfood |
135 | 2024-11-26T07:15:16.821Z | * [new tag] v5 -> v5 |
136 | 2024-11-26T07:15:16.844Z | * [new tag] v6 -> v6 |
137 | 2024-11-26T07:15:16.844Z | * [new tag] v7 -> v7 |
138 | 2024-11-26T07:15:16.844Z | * [new tag] v8 -> v8 |
139 | 2024-11-26T07:15:16.844Z | * [new tag] v9 -> v9 |
140 | 2024-11-26T07:15:17.258Z | Updating git repository `https://github.com/oxidecomputer/opte` |
141 | 2024-11-26T07:15:18.237Z | From https://github.com/oxidecomputer/opte |
142 | 2024-11-26T07:15:18.237Z | * [new ref] 3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d -> refs/commit/3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d |
143 | 2024-11-26T07:15:18.360Z | Updating git repository `https://github.com/illumos/smf-rs` |
144 | 2024-11-26T07:15:18.779Z | From https://github.com/illumos/smf-rs |
145 | 2024-11-26T07:15:18.779Z | * [new ref] f14ff3517648206baa4b42ef522d2114ed5bcb48 -> refs/commit/f14ff3517648206baa4b42ef522d2114ed5bcb48 |
146 | 2024-11-26T07:15:18.925Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
147 | 2024-11-26T07:15:19.755Z | From https://github.com/oxidecomputer/maghemite |
148 | 2024-11-26T07:15:19.755Z | * [new ref] 2bfd39000c878c45675651a7588c015c486e7f43 -> refs/commit/2bfd39000c878c45675651a7588c015c486e7f43 |
149 | 2024-11-26T07:15:19.778Z | * [new tag] rift -> rift |
150 | 2024-11-26T07:15:19.778Z | * [new tag] srp -> srp |
151 | 2024-11-26T07:15:19.778Z | * [new tag] tie-spf -> tie-spf |
152 | 2024-11-26T07:15:19.821Z | Updating git repository `https://github.com/oxidecomputer/zone` |
153 | 2024-11-26T07:15:20.229Z | From https://github.com/oxidecomputer/zone |
154 | 2024-11-26T07:15:20.229Z | * [new ref] 7a0cb48801eaf5d1c91dfb36108528bd754e2e70 -> refs/commit/7a0cb48801eaf5d1c91dfb36108528bd754e2e70 |
155 | 2024-11-26T07:15:20.265Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
156 | 2024-11-26T07:15:21.027Z | From https://github.com/oxidecomputer/propolis |
157 | 2024-11-26T07:15:21.027Z | * [new ref] fae5334bcad5e864794332c6fed5e6bb9ec88831 -> refs/commit/fae5334bcad5e864794332c6fed5e6bb9ec88831 |
158 | 2024-11-26T07:15:21.176Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
159 | 2024-11-26T07:15:21.640Z | From https://github.com/oxidecomputer/dlpi-sys |
160 | 2024-11-26T07:15:21.640Z | * [new ref] 1d587ea98cf2d36f1b1624b0b960559c76d475d2 -> refs/commit/1d587ea98cf2d36f1b1624b0b960559c76d475d2 |
161 | 2024-11-26T07:15:21.682Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
162 | 2024-11-26T07:15:22.152Z | From https://github.com/jmesmon/rust-libzfs |
163 | 2024-11-26T07:15:22.152Z | * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850 |
164 | 2024-11-26T07:15:22.176Z | * [new tag] v0.4.0 -> v0.4.0 |
165 | 2024-11-26T07:15:22.199Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
166 | 2024-11-26T07:15:22.621Z | From https://github.com/oxidecomputer/rusty-doors |
167 | 2024-11-26T07:15:22.621Z | * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf |
168 | 2024-11-26T07:15:22.652Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
169 | 2024-11-26T07:15:23.174Z | From https://github.com/oxidecomputer/maghemite |
170 | 2024-11-26T07:15:23.174Z | * [new ref] b13b5b240f3967de753fd589b1036745d2770b52 -> refs/commit/b13b5b240f3967de753fd589b1036745d2770b52 |
171 | 2024-11-26T07:15:23.278Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
172 | 2024-11-26T07:15:23.694Z | From https://github.com/oxidecomputer/serde_human_bytes |
173 | 2024-11-26T07:15:23.694Z | * [new ref] 0a09794501b6208120528c3b457d5f3a8cb17424 -> refs/commit/0a09794501b6208120528c3b457d5f3a8cb17424 |
174 | 2024-11-26T07:15:23.717Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
175 | 2024-11-26T07:15:24.118Z | From https://github.com/oxidecomputer/slog-error-chain |
176 | 2024-11-26T07:15:24.118Z | * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2 |
177 | 2024-11-26T07:15:24.149Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
178 | 2024-11-26T07:15:24.606Z | From https://github.com/oxidecomputer/poptrie |
179 | 2024-11-26T07:15:24.606Z | * [new ref] ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 -> refs/commit/ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 |
180 | 2024-11-26T07:15:24.650Z | Updating git repository `https://github.com/illumos/libscf-sys.git` |
181 | 2024-11-26T07:15:25.051Z | From https://github.com/illumos/libscf-sys |
182 | 2024-11-26T07:15:25.051Z | * [new ref] bb0b82c32cff5eee65efc4f214924c3daf7edc93 -> refs/commit/bb0b82c32cff5eee65efc4f214924c3daf7edc93 |
183 | 2024-11-26T07:15:25.089Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
184 | 2024-11-26T07:15:26.030Z | From https://github.com/oxidecomputer/progenitor |
185 | 2024-11-26T07:15:26.030Z | * [new ref] e0a1045aed55a0db2cd67939252ea354e284d840 -> refs/commit/e0a1045aed55a0db2cd67939252ea354e284d840 |
186 | 2024-11-26T07:15:26.055Z | * [new tag] v0.1.1 -> v0.1.1 |
187 | 2024-11-26T07:15:26.078Z | * [new tag] v0.2.0 -> v0.2.0 |
188 | 2024-11-26T07:15:26.079Z | * [new tag] v0.3.0 -> v0.3.0 |
189 | 2024-11-26T07:15:26.079Z | * [new tag] v0.4.0 -> v0.4.0 |
190 | 2024-11-26T07:15:26.079Z | * [new tag] v0.5.0 -> v0.5.0 |
191 | 2024-11-26T07:15:26.079Z | * [new tag] v0.6.0 -> v0.6.0 |
192 | 2024-11-26T07:15:26.079Z | * [new tag] v0.7.0 -> v0.7.0 |
193 | 2024-11-26T07:15:26.356Z | Updating git repository `https://github.com/oxidecomputer/typify` |
194 | 2024-11-26T07:15:27.158Z | From https://github.com/oxidecomputer/typify |
195 | 2024-11-26T07:15:27.158Z | * [new ref] 50d969668dcad42300423f893de9b3903f11b65c -> refs/commit/50d969668dcad42300423f893de9b3903f11b65c |
196 | 2024-11-26T07:15:27.181Z | * [new tag] v0.2.0 -> v0.2.0 |
197 | 2024-11-26T07:15:27.205Z | * [new tag] v0.0.10 -> v0.0.10 |
198 | 2024-11-26T07:15:27.205Z | * [new tag] v0.0.11 -> v0.0.11 |
199 | 2024-11-26T07:15:27.205Z | * [new tag] v0.0.12 -> v0.0.12 |
200 | 2024-11-26T07:15:27.205Z | * [new tag] v0.0.13 -> v0.0.13 |
201 | 2024-11-26T07:15:27.205Z | * [new tag] v0.0.14 -> v0.0.14 |
202 | 2024-11-26T07:15:27.205Z | * [new tag] v0.0.15 -> v0.0.15 |
203 | 2024-11-26T07:15:27.205Z | * [new tag] v0.0.16 -> v0.0.16 |
204 | 2024-11-26T07:15:27.205Z | * [new tag] v0.0.4 -> v0.0.4 |
205 | 2024-11-26T07:15:27.205Z | * [new tag] v0.0.5 -> v0.0.5 |
206 | 2024-11-26T07:15:27.205Z | * [new tag] v0.0.7 -> v0.0.7 |
207 | 2024-11-26T07:15:27.205Z | * [new tag] v0.0.8 -> v0.0.8 |
208 | 2024-11-26T07:15:27.205Z | * [new tag] v0.0.9 -> v0.0.9 |
209 | 2024-11-26T07:15:27.205Z | * [new tag] v0.1.0 -> v0.1.0 |
210 | 2024-11-26T07:15:27.340Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
211 | 2024-11-26T07:15:29.194Z | From https://github.com/oxidecomputer/crucible |
212 | 2024-11-26T07:15:29.195Z | * [new ref] 74286f952a2953cd08512015076f0947050deba7 -> refs/commit/74286f952a2953cd08512015076f0947050deba7 |
213 | 2024-11-26T07:15:29.267Z | Updating git repository `https://github.com/oxidecomputer/opte` |
214 | 2024-11-26T07:15:29.754Z | From https://github.com/oxidecomputer/opte |
215 | 2024-11-26T07:15:29.754Z | * [new ref] 76878de67229ea113d70503c441eab47ac5dc653 -> refs/commit/76878de67229ea113d70503c441eab47ac5dc653 |
216 | 2024-11-26T07:15:29.813Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
217 | 2024-11-26T07:15:30.517Z | From https://github.com/oxidecomputer/management-gateway-service |
218 | 2024-11-26T07:15:30.517Z | * [new ref] 9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 -> refs/commit/9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 |
219 | 2024-11-26T07:15:31.851Z | Locking 21 packages to latest compatible versions |
220 | 2024-11-26T07:15:31.875Z | Updating async-stream v0.3.5 -> v0.3.6 |
221 | 2024-11-26T07:15:31.875Z | Updating async-stream-impl v0.3.5 -> v0.3.6 |
222 | 2024-11-26T07:15:31.875Z | Adding dropshot v0.13.0 |
223 | 2024-11-26T07:15:31.875Z | Adding dropshot_endpoint v0.13.0 |
224 | 2024-11-26T07:15:31.875Z | Updating futures v0.3.30 -> v0.3.31 |
225 | 2024-11-26T07:15:31.875Z | Updating futures-channel v0.3.30 -> v0.3.31 |
226 | 2024-11-26T07:15:31.875Z | Updating futures-core v0.3.30 -> v0.3.31 |
227 | 2024-11-26T07:15:31.875Z | Updating futures-executor v0.3.30 -> v0.3.31 |
228 | 2024-11-26T07:15:31.875Z | Updating futures-io v0.3.30 -> v0.3.31 |
229 | 2024-11-26T07:15:31.875Z | Updating futures-macro v0.3.30 -> v0.3.31 |
230 | 2024-11-26T07:15:31.875Z | Updating futures-sink v0.3.30 -> v0.3.31 |
231 | 2024-11-26T07:15:31.875Z | Updating futures-task v0.3.30 -> v0.3.31 |
232 | 2024-11-26T07:15:31.875Z | Updating futures-util v0.3.30 -> v0.3.31 |
233 | 2024-11-26T07:15:31.875Z | Adding hashbrown v0.15.2 |
234 | 2024-11-26T07:15:31.875Z | Updating indexmap v2.5.0 -> v2.6.0 |
235 | 2024-11-26T07:15:31.875Z | Updating proc-macro2 v1.0.86 -> v1.0.92 |
236 | 2024-11-26T07:15:31.899Z | Updating serde v1.0.210 -> v1.0.215 |
237 | 2024-11-26T07:15:31.899Z | Updating serde_derive v1.0.210 -> v1.0.215 |
238 | 2024-11-26T07:15:31.899Z | Updating syn v2.0.77 -> v2.0.89 |
239 | 2024-11-26T07:15:31.899Z | Updating thiserror v1.0.64 -> v1.0.69 (latest: v2.0.3) |
240 | 2024-11-26T07:15:31.899Z | Updating thiserror-impl v1.0.64 -> v1.0.69 (latest: v2.0.3) |
241 | 2024-11-26T07:15:31.941Z | Downloading crates ... |
242 | 2024-11-26T07:15:32.008Z | Downloaded atomicwrites v0.4.4 |
243 | 2024-11-26T07:15:32.032Z | Downloaded darling v0.20.10 |
244 | 2024-11-26T07:15:32.055Z | Downloaded pest v2.7.13 |
245 | 2024-11-26T07:15:32.055Z | Downloaded blake2 v0.10.6 |
246 | 2024-11-26T07:15:32.078Z | Downloaded idna v0.4.0 |
247 | 2024-11-26T07:15:32.103Z | Downloaded parking_lot_core v0.8.6 |
248 | 2024-11-26T07:15:32.103Z | Downloaded tokio-rustls v0.25.0 |
249 | 2024-11-26T07:15:32.126Z | Downloaded tokio-util v0.7.12 |
250 | 2024-11-26T07:15:32.151Z | Downloaded http-body v1.0.1 |
251 | 2024-11-26T07:15:32.151Z | Downloaded usdt-macro v0.5.0 |
252 | 2024-11-26T07:15:32.175Z | Downloaded lru-cache v0.1.2 |
253 | 2024-11-26T07:15:32.198Z | Downloaded num-derive v0.3.3 |
254 | 2024-11-26T07:15:32.198Z | Downloaded structmeta v0.3.0 |
255 | 2024-11-26T07:15:32.198Z | Downloaded take_mut v0.2.2 |
256 | 2024-11-26T07:15:32.198Z | Downloaded sync_wrapper v1.0.1 |
257 | 2024-11-26T07:15:32.198Z | Downloaded subtle v2.6.1 |
258 | 2024-11-26T07:15:32.222Z | Downloaded thiserror v1.0.69 |
259 | 2024-11-26T07:15:32.222Z | Downloaded thin-vec v0.2.13 |
260 | 2024-11-26T07:15:32.245Z | Downloaded typify-macro v0.2.0 |
261 | 2024-11-26T07:15:32.245Z | Downloaded try-lock v0.2.5 |
262 | 2024-11-26T07:15:32.245Z | Downloaded goblin v0.8.2 |
263 | 2024-11-26T07:15:32.245Z | Downloaded typify v0.2.0 |
264 | 2024-11-26T07:15:32.269Z | Downloaded unicode-ident v1.0.13 |
265 | 2024-11-26T07:15:32.269Z | Downloaded tracing v0.1.40 |
266 | 2024-11-26T07:15:32.269Z | Downloaded toml_edit v0.22.21 |
267 | 2024-11-26T07:15:32.305Z | Downloaded unicode-segmentation v1.12.0 |
268 | 2024-11-26T07:15:32.328Z | Downloaded strum_macros v0.26.4 |
269 | 2024-11-26T07:15:32.328Z | Downloaded unicode-normalization v0.1.24 |
270 | 2024-11-26T07:15:32.328Z | Downloaded hickory-proto v0.24.1 |
271 | 2024-11-26T07:15:32.351Z | Downloaded mio v1.0.2 |
272 | 2024-11-26T07:15:32.375Z | Downloaded syn v2.0.89 |
273 | 2024-11-26T07:15:32.375Z | Downloaded memchr v2.7.4 |
274 | 2024-11-26T07:15:32.398Z | Downloaded serde_json v1.0.133 |
275 | 2024-11-26T07:15:32.398Z | Downloaded futures-util v0.3.31 |
276 | 2024-11-26T07:15:32.423Z | Downloaded rustls-webpki v0.101.7 |
277 | 2024-11-26T07:15:32.446Z | Downloaded rustls-webpki v0.102.8 |
278 | 2024-11-26T07:15:32.470Z | Downloaded quinn-proto v0.11.8 |
279 | 2024-11-26T07:15:32.470Z | Downloaded serde_with v3.9.0 |
280 | 2024-11-26T07:15:32.494Z | Downloaded reqwest v0.12.9 |
281 | 2024-11-26T07:15:32.494Z | Downloaded tokio v1.40.0 |
282 | 2024-11-26T07:15:32.529Z | Downloaded zerocopy-derive v0.6.6 |
283 | 2024-11-26T07:15:32.553Z | Downloaded reqwest v0.11.27 |
284 | 2024-11-26T07:15:32.553Z | Downloaded regex v1.10.6 |
285 | 2024-11-26T07:15:32.577Z | Downloaded typify-impl v0.2.0 |
286 | 2024-11-26T07:15:32.600Z | Downloaded rustls v0.21.12 |
287 | 2024-11-26T07:15:32.600Z | Downloaded rhai v1.19.0 |
288 | 2024-11-26T07:15:32.623Z | Downloaded rustls v0.22.4 |
289 | 2024-11-26T07:15:32.648Z | Downloaded smoltcp v0.11.0 |
290 | 2024-11-26T07:15:32.648Z | Downloaded rustls v0.23.13 |
291 | 2024-11-26T07:15:32.671Z | Downloaded rustix v0.38.37 |
292 | 2024-11-26T07:15:32.695Z | Downloaded regress v0.10.1 |
293 | 2024-11-26T07:15:32.695Z | Downloaded regress v0.9.1 |
294 | 2024-11-26T07:15:32.718Z | Downloaded regex-syntax v0.8.4 |
295 | 2024-11-26T07:15:32.718Z | Downloaded libc v0.2.165 |
296 | 2024-11-26T07:15:32.741Z | Downloaded sled v0.34.7 |
297 | 2024-11-26T07:15:32.765Z | Downloaded petgraph v0.6.5 |
298 | 2024-11-26T07:15:32.765Z | Downloaded rand v0.8.5 |
299 | 2024-11-26T07:15:32.792Z | Downloaded minimal-lexical v0.2.1 |
300 | 2024-11-26T07:15:32.792Z | Downloaded toml_edit v0.19.15 |
301 | 2024-11-26T07:15:32.817Z | Downloaded serde v1.0.215 |
302 | 2024-11-26T07:15:32.817Z | Downloaded serde_yaml v0.9.34+deprecated |
303 | 2024-11-26T07:15:32.817Z | Downloaded syn v1.0.109 |
304 | 2024-11-26T07:15:32.817Z | Downloaded regex-automata v0.4.7 |
305 | 2024-11-26T07:15:32.840Z | Downloaded serde_derive v1.0.215 |
306 | 2024-11-26T07:15:32.840Z | Downloaded schemars v0.8.21 |
307 | 2024-11-26T07:15:32.864Z | Downloaded quinn v0.11.5 |
308 | 2024-11-26T07:15:32.864Z | Downloaded prettyplease v0.2.22 |
309 | 2024-11-26T07:15:32.864Z | Downloaded pretty_assertions v1.4.1 |
310 | 2024-11-26T07:15:32.864Z | Downloaded structmeta-derive v0.3.0 |
311 | 2024-11-26T07:15:32.864Z | Downloaded encoding_rs v0.8.34 |
312 | 2024-11-26T07:15:32.887Z | Downloaded num_enum_derive v0.7.3 |
313 | 2024-11-26T07:15:32.887Z | Downloaded socket2 v0.5.7 |
314 | 2024-11-26T07:15:32.887Z | Downloaded smartstring v1.0.1 |
315 | 2024-11-26T07:15:32.910Z | Downloaded slog-term v2.9.1 |
316 | 2024-11-26T07:15:32.910Z | Downloaded slog v2.7.0 |
317 | 2024-11-26T07:15:32.910Z | Downloaded similar v2.6.0 |
318 | 2024-11-26T07:15:32.910Z | Downloaded ryu v1.0.18 |
319 | 2024-11-26T07:15:32.910Z | Downloaded rustls-pemfile v2.1.3 |
320 | 2024-11-26T07:15:32.911Z | Downloaded progenitor-impl v0.8.0 |
321 | 2024-11-26T07:15:32.911Z | Downloaded thread-id v4.2.2 |
322 | 2024-11-26T07:15:32.911Z | Downloaded thiserror-impl v1.0.69 |
323 | 2024-11-26T07:15:32.911Z | Downloaded strum_macros v0.25.3 |
324 | 2024-11-26T07:15:32.911Z | Downloaded webpki-roots v0.26.6 |
325 | 2024-11-26T07:15:32.935Z | Downloaded smallvec v1.13.2 |
326 | 2024-11-26T07:15:32.935Z | Downloaded serde_with_macros v3.9.0 |
327 | 2024-11-26T07:15:32.935Z | Downloaded scroll v0.12.0 |
328 | 2024-11-26T07:15:32.936Z | Downloaded rustls-pki-types v1.8.0 |
329 | 2024-11-26T07:15:32.936Z | Downloaded rhai_codegen v2.2.0 |
330 | 2024-11-26T07:15:32.936Z | Downloaded num_enum_derive v0.5.11 |
331 | 2024-11-26T07:15:32.936Z | Downloaded webpki-roots v0.25.4 |
332 | 2024-11-26T07:15:32.960Z | Downloaded vcpkg v0.2.15 |
333 | 2024-11-26T07:15:32.983Z | Downloaded unicode-width v0.1.14 |
334 | 2024-11-26T07:15:33.007Z | Downloaded serde_derive_internals v0.29.1 |
335 | 2024-11-26T07:15:33.007Z | Downloaded semver v1.0.23 |
336 | 2024-11-26T07:15:33.007Z | Downloaded rand_core v0.6.4 |
337 | 2024-11-26T07:15:33.007Z | Downloaded proc-macro2 v1.0.92 |
338 | 2024-11-26T07:15:33.007Z | Downloaded unicode-bidi v0.3.15 |
339 | 2024-11-26T07:15:33.007Z | Downloaded ucd-trie v0.1.6 |
340 | 2024-11-26T07:15:33.007Z | Downloaded typenum v1.17.0 |
341 | 2024-11-26T07:15:33.007Z | Downloaded tracing-core v0.1.32 |
342 | 2024-11-26T07:15:33.030Z | Downloaded openapiv3 v2.0.0 |
343 | 2024-11-26T07:15:33.031Z | Downloaded slog-dtrace v0.3.0 |
344 | 2024-11-26T07:15:33.031Z | Downloaded sha2 v0.10.8 |
345 | 2024-11-26T07:15:33.031Z | Downloaded tracing-attributes v0.1.27 |
346 | 2024-11-26T07:15:33.031Z | Downloaded mime v0.3.17 |
347 | 2024-11-26T07:15:33.031Z | Downloaded memmap v0.7.0 |
348 | 2024-11-26T07:15:33.031Z | Downloaded managed v0.8.0 |
349 | 2024-11-26T07:15:33.054Z | Downloaded macaddr v1.0.1 |
350 | 2024-11-26T07:15:33.054Z | Downloaded is-terminal v0.4.13 |
351 | 2024-11-26T07:15:33.054Z | Downloaded ipnetwork v0.20.0 |
352 | 2024-11-26T07:15:33.054Z | Downloaded toml_datetime v0.6.8 |
353 | 2024-11-26T07:15:33.054Z | Downloaded sct v0.7.1 |
354 | 2024-11-26T07:15:33.054Z | Downloaded tower-service v0.3.3 |
355 | 2024-11-26T07:15:33.054Z | Downloaded h2 v0.3.26 |
356 | 2024-11-26T07:15:33.054Z | Downloaded slog-json v2.6.1 |
357 | 2024-11-26T07:15:33.054Z | Downloaded slog-envlogger v2.2.0 |
358 | 2024-11-26T07:15:33.054Z | Downloaded slog-async v2.8.0 |
359 | 2024-11-26T07:15:33.054Z | Downloaded slab v0.4.9 |
360 | 2024-11-26T07:15:33.078Z | Downloaded strum v0.26.3 |
361 | 2024-11-26T07:15:33.078Z | Downloaded num_threads v0.1.7 |
362 | 2024-11-26T07:15:33.078Z | Downloaded nom v7.1.3 |
363 | 2024-11-26T07:15:33.078Z | Downloaded libm v0.2.8 |
364 | 2024-11-26T07:15:33.078Z | Downloaded itertools v0.13.0 |
365 | 2024-11-26T07:15:33.102Z | Downloaded itertools v0.12.1 |
366 | 2024-11-26T07:15:33.102Z | Downloaded zerocopy v0.7.35 |
367 | 2024-11-26T07:15:33.139Z | Downloaded winnow v0.6.18 |
368 | 2024-11-26T07:15:33.139Z | Downloaded winnow v0.5.40 |
369 | 2024-11-26T07:15:33.139Z | Downloaded slog-stdlog v4.1.1 |
370 | 2024-11-26T07:15:33.139Z | Downloaded slog-scope v4.4.0 |
371 | 2024-11-26T07:15:33.162Z | Downloaded signal-hook-registry v1.4.2 |
372 | 2024-11-26T07:15:33.162Z | Downloaded shlex v1.3.0 |
373 | 2024-11-26T07:15:33.162Z | Downloaded sha1 v0.10.6 |
374 | 2024-11-26T07:15:33.163Z | Downloaded serde_urlencoded v0.7.1 |
375 | 2024-11-26T07:15:33.163Z | Downloaded serde_tokenstream v0.2.2 |
376 | 2024-11-26T07:15:33.163Z | Downloaded serde_spanned v0.6.7 |
377 | 2024-11-26T07:15:33.163Z | Downloaded semver v0.1.20 |
378 | 2024-11-26T07:15:33.163Z | Downloaded scopeguard v1.2.0 |
379 | 2024-11-26T07:15:33.163Z | Downloaded schemars_derive v0.8.21 |
380 | 2024-11-26T07:15:33.163Z | Downloaded rustversion v1.0.17 |
381 | 2024-11-26T07:15:33.186Z | Downloaded terminal_size v0.4.0 |
382 | 2024-11-26T07:15:33.186Z | Downloaded term v0.7.0 |
383 | 2024-11-26T07:15:33.186Z | Downloaded tempfile v3.12.0 |
384 | 2024-11-26T07:15:33.186Z | Downloaded tabwriter v1.4.0 |
385 | 2024-11-26T07:15:33.186Z | Downloaded steno v0.4.1 |
386 | 2024-11-26T07:15:33.210Z | Downloaded itertools v0.10.5 |
387 | 2024-11-26T07:15:33.210Z | Downloaded smf v0.2.3 |
388 | 2024-11-26T07:15:33.210Z | Downloaded serde_repr v0.1.19 |
389 | 2024-11-26T07:15:33.210Z | Downloaded sync_wrapper v0.1.2 |
390 | 2024-11-26T07:15:33.210Z | Downloaded swrite v0.1.0 |
391 | 2024-11-26T07:15:33.210Z | Downloaded password-hash v0.5.0 |
392 | 2024-11-26T07:15:33.210Z | Downloaded match_cfg v0.1.0 |
393 | 2024-11-26T07:15:33.210Z | Downloaded yansi v1.0.1 |
394 | 2024-11-26T07:15:33.210Z | Downloaded url v2.5.2 |
395 | 2024-11-26T07:15:33.235Z | Downloaded openssl v0.10.66 |
396 | 2024-11-26T07:15:33.235Z | Downloaded strsim v0.11.1 |
397 | 2024-11-26T07:15:33.235Z | Downloaded static_assertions v1.1.0 |
398 | 2024-11-26T07:15:33.235Z | Downloaded stable_deref_trait v1.2.0 |
399 | 2024-11-26T07:15:33.235Z | Downloaded spin v0.9.8 |
400 | 2024-11-26T07:15:33.258Z | Downloaded parse-display-derive v0.10.0 |
401 | 2024-11-26T07:15:33.258Z | Downloaded parse-display v0.10.0 |
402 | 2024-11-26T07:15:33.258Z | Downloaded omicron-workspace-hack v0.1.0 |
403 | 2024-11-26T07:15:33.258Z | Downloaded num_enum v0.7.3 |
404 | 2024-11-26T07:15:33.258Z | Downloaded num_enum v0.5.11 |
405 | 2024-11-26T07:15:33.282Z | Downloaded num-traits v0.2.19 |
406 | 2024-11-26T07:15:33.282Z | Downloaded num-rational v0.4.2 |
407 | 2024-11-26T07:15:33.282Z | Downloaded num-iter v0.1.45 |
408 | 2024-11-26T07:15:33.282Z | Downloaded num-integer v0.1.46 |
409 | 2024-11-26T07:15:33.282Z | Downloaded num-derive v0.4.2 |
410 | 2024-11-26T07:15:33.282Z | Downloaded num-conv v0.1.0 |
411 | 2024-11-26T07:15:33.282Z | Downloaded num-complex v0.4.6 |
412 | 2024-11-26T07:15:33.306Z | Downloaded num v0.4.3 |
413 | 2024-11-26T07:15:33.306Z | Downloaded newline-converter v0.3.0 |
414 | 2024-11-26T07:15:33.306Z | Downloaded native-tls v0.2.12 |
415 | 2024-11-26T07:15:33.306Z | Downloaded multer v3.1.0 |
416 | 2024-11-26T07:15:33.306Z | Downloaded log v0.4.22 |
417 | 2024-11-26T07:15:33.306Z | Downloaded getrandom v0.2.15 |
418 | 2024-11-26T07:15:33.306Z | Downloaded zerocopy-derive v0.7.35 |
419 | 2024-11-26T07:15:33.306Z | Downloaded unsafe-libyaml v0.2.11 |
420 | 2024-11-26T07:15:33.330Z | Downloaded hashbrown v0.14.5 |
421 | 2024-11-26T07:15:33.330Z | Downloaded h2 v0.4.6 |
422 | 2024-11-26T07:15:33.330Z | Downloaded idna v0.5.0 |
423 | 2024-11-26T07:15:33.353Z | Downloaded rustc_version v0.4.1 |
424 | 2024-11-26T07:15:33.353Z | Downloaded rustc-hash v2.0.0 |
425 | 2024-11-26T07:15:33.353Z | Downloaded rand_chacha v0.3.1 |
426 | 2024-11-26T07:15:33.353Z | Downloaded quote v1.0.37 |
427 | 2024-11-26T07:15:33.353Z | Downloaded proc-macro-error v1.0.4 |
428 | 2024-11-26T07:15:33.353Z | Downloaded newtype_derive v0.1.6 |
429 | 2024-11-26T07:15:33.353Z | Downloaded newtype-uuid v1.1.0 |
430 | 2024-11-26T07:15:33.353Z | Downloaded lock_api v0.4.12 |
431 | 2024-11-26T07:15:33.353Z | Downloaded linked-hash-map v0.5.6 |
432 | 2024-11-26T07:15:33.353Z | Downloaded linear-map v1.2.0 |
433 | 2024-11-26T07:15:33.353Z | Downloaded libsw v3.3.1 |
434 | 2024-11-26T07:15:33.353Z | Downloaded lazy_static v1.5.0 |
435 | 2024-11-26T07:15:33.377Z | Downloaded itoa v1.0.11 |
436 | 2024-11-26T07:15:33.377Z | Downloaded generic-array v0.14.7 |
437 | 2024-11-26T07:15:33.377Z | Downloaded fxhash v0.2.1 |
438 | 2024-11-26T07:15:33.377Z | Downloaded futures-task v0.3.31 |
439 | 2024-11-26T07:15:33.377Z | Downloaded futures-sink v0.3.31 |
440 | 2024-11-26T07:15:33.377Z | Downloaded futures-io v0.3.31 |
441 | 2024-11-26T07:15:33.377Z | Downloaded zone_cfg_derive v0.3.0 |
442 | 2024-11-26T07:15:33.377Z | Downloaded zone v0.3.0 |
443 | 2024-11-26T07:15:33.377Z | Downloaded zeroize v1.8.1 |
444 | 2024-11-26T07:15:33.377Z | Downloaded whoami v1.5.2 |
445 | 2024-11-26T07:15:33.377Z | Downloaded waitgroup v0.1.2 |
446 | 2024-11-26T07:15:33.377Z | Downloaded version_check v0.9.5 |
447 | 2024-11-26T07:15:33.377Z | Downloaded uuid v1.11.0 |
448 | 2024-11-26T07:15:33.377Z | Downloaded utf8parse v0.2.2 |
449 | 2024-11-26T07:15:33.377Z | Downloaded usdt-impl v0.5.0 |
450 | 2024-11-26T07:15:33.400Z | Downloaded usdt-attr-macro v0.5.0 |
451 | 2024-11-26T07:15:33.400Z | Downloaded usdt v0.5.0 |
452 | 2024-11-26T07:15:33.400Z | Downloaded is_terminal_polyfill v1.70.1 |
453 | 2024-11-26T07:15:33.401Z | Downloaded ipnet v2.10.0 |
454 | 2024-11-26T07:15:33.401Z | Downloaded indexmap v2.6.0 |
455 | 2024-11-26T07:15:33.401Z | Downloaded indexmap v1.9.3 |
456 | 2024-11-26T07:15:33.401Z | Downloaded httparse v1.9.4 |
457 | 2024-11-26T07:15:33.401Z | Downloaded http v1.1.0 |
458 | 2024-11-26T07:15:33.424Z | Downloaded heapless v0.8.0 |
459 | 2024-11-26T07:15:33.424Z | Downloaded hashbrown v0.15.2 |
460 | 2024-11-26T07:15:33.424Z | Downloaded hashbrown v0.12.3 |
461 | 2024-11-26T07:15:33.448Z | Downloaded half v2.4.1 |
462 | 2024-11-26T07:15:33.448Z | Downloaded iana-time-zone v0.1.61 |
463 | 2024-11-26T07:15:33.448Z | Downloaded sigpipe v0.1.3 |
464 | 2024-11-26T07:15:33.448Z | Downloaded serde_path_to_error v0.1.16 |
465 | 2024-11-26T07:15:33.448Z | Downloaded rustls-pemfile v1.0.4 |
466 | 2024-11-26T07:15:33.472Z | Downloaded rustc_version v0.1.7 |
467 | 2024-11-26T07:15:33.472Z | Downloaded futures-macro v0.3.31 |
468 | 2024-11-26T07:15:33.472Z | Downloaded zerocopy v0.6.6 |
469 | 2024-11-26T07:15:33.472Z | Downloaded want v0.3.1 |
470 | 2024-11-26T07:15:33.472Z | Downloaded instant v0.1.13 |
471 | 2024-11-26T07:15:33.472Z | Downloaded http-body-util v0.1.2 |
472 | 2024-11-26T07:15:33.472Z | Downloaded http-body v0.4.6 |
473 | 2024-11-26T07:15:33.472Z | Downloaded http v0.2.12 |
474 | 2024-11-26T07:15:33.472Z | Downloaded hostname v0.3.1 |
475 | 2024-11-26T07:15:33.495Z | Downloaded highway v1.2.0 |
476 | 2024-11-26T07:15:33.495Z | Downloaded hickory-resolver v0.24.1 |
477 | 2024-11-26T07:15:33.495Z | Downloaded slog-bunyan v2.5.0 |
478 | 2024-11-26T07:15:33.495Z | Downloaded resolv-conf v0.7.0 |
479 | 2024-11-26T07:15:33.495Z | Downloaded paste v1.0.15 |
480 | 2024-11-26T07:15:33.495Z | Downloaded dropshot v0.13.0 |
481 | 2024-11-26T07:15:33.519Z | Downloaded untrusted v0.9.0 |
482 | 2024-11-26T07:15:33.519Z | Downloaded hostname v0.4.0 |
483 | 2024-11-26T07:15:33.519Z | Downloaded hex v0.4.3 |
484 | 2024-11-26T07:15:33.519Z | Downloaded heck v0.5.0 |
485 | 2024-11-26T07:15:33.519Z | Downloaded heck v0.4.1 |
486 | 2024-11-26T07:15:33.519Z | Downloaded hash32 v0.3.1 |
487 | 2024-11-26T07:15:33.519Z | Downloaded openssl-sys v0.9.103 |
488 | 2024-11-26T07:15:33.542Z | Downloaded indent_write v2.2.0 |
489 | 2024-11-26T07:15:33.542Z | Downloaded hyper v1.5.1 |
490 | 2024-11-26T07:15:33.542Z | Downloaded serde-big-array v0.5.1 |
491 | 2024-11-26T07:15:33.542Z | Downloaded scroll_derive v0.12.0 |
492 | 2024-11-26T07:15:33.542Z | Downloaded postcard v1.0.10 |
493 | 2024-11-26T07:15:33.542Z | Downloaded pin-project-lite v0.2.14 |
494 | 2024-11-26T07:15:33.542Z | Downloaded toml v0.8.19 |
495 | 2024-11-26T07:15:33.567Z | Downloaded tokio-rustls v0.26.0 |
496 | 2024-11-26T07:15:33.567Z | Downloaded tokio-rustls v0.24.1 |
497 | 2024-11-26T07:15:33.567Z | Downloaded tokio-macros v2.4.0 |
498 | 2024-11-26T07:15:33.567Z | Downloaded tinyvec v1.8.0 |
499 | 2024-11-26T07:15:33.567Z | Downloaded time-macros v0.2.18 |
500 | 2024-11-26T07:15:33.567Z | Downloaded thread_local v1.1.8 |
501 | 2024-11-26T07:15:33.567Z | Downloaded parking_lot_core v0.9.10 |
502 | 2024-11-26T07:15:33.567Z | Downloaded parking_lot v0.12.3 |
503 | 2024-11-26T07:15:33.567Z | Downloaded hyper-tls v0.6.0 |
504 | 2024-11-26T07:15:33.567Z | Downloaded hyper-tls v0.5.0 |
505 | 2024-11-26T07:15:33.591Z | Downloaded hyper-rustls v0.24.2 |
506 | 2024-11-26T07:15:33.591Z | Downloaded humantime v2.1.0 |
507 | 2024-11-26T07:15:33.591Z | Downloaded hubpack v0.1.2 |
508 | 2024-11-26T07:15:33.591Z | Downloaded httpdate v1.0.3 |
509 | 2024-11-26T07:15:33.591Z | Downloaded quinn-udp v0.5.5 |
510 | 2024-11-26T07:15:33.591Z | Downloaded quick-error v1.2.3 |
511 | 2024-11-26T07:15:33.591Z | Downloaded proc-macro-error-attr v1.0.4 |
512 | 2024-11-26T07:15:33.591Z | Downloaded clap_builder v4.5.21 |
513 | 2024-11-26T07:15:33.591Z | Downloaded tinyvec_macros v0.1.1 |
514 | 2024-11-26T07:15:33.591Z | Downloaded time-core v0.1.2 |
515 | 2024-11-26T07:15:33.591Z | Downloaded time v0.3.36 |
516 | 2024-11-26T07:15:33.618Z | Downloaded openssl-probe v0.1.5 |
517 | 2024-11-26T07:15:33.618Z | Downloaded ident_case v1.0.1 |
518 | 2024-11-26T07:15:33.618Z | Downloaded ring v0.17.8 |
519 | 2024-11-26T07:15:33.672Z | Downloaded progenitor-macro v0.8.0 |
520 | 2024-11-26T07:15:33.696Z | Downloaded progenitor v0.8.0 |
521 | 2024-11-26T07:15:33.696Z | Downloaded proc-macro-crate v3.2.0 |
522 | 2024-11-26T07:15:33.696Z | Downloaded proc-macro-crate v1.3.1 |
523 | 2024-11-26T07:15:33.696Z | Downloaded ppv-lite86 v0.2.20 |
524 | 2024-11-26T07:15:33.696Z | Downloaded plain v0.2.3 |
525 | 2024-11-26T07:15:33.696Z | Downloaded pkg-config v0.3.31 |
526 | 2024-11-26T07:15:33.696Z | Downloaded pin-utils v0.1.0 |
527 | 2024-11-26T07:15:33.696Z | Downloaded pest_derive v2.7.13 |
528 | 2024-11-26T07:15:33.696Z | Downloaded percent-encoding v2.3.1 |
529 | 2024-11-26T07:15:33.696Z | Downloaded owo-colors v4.1.0 |
530 | 2024-11-26T07:15:33.696Z | Downloaded float-ord v0.3.2 |
531 | 2024-11-26T07:15:33.696Z | Downloaded expectorate v1.1.0 |
532 | 2024-11-26T07:15:33.696Z | Downloaded equivalent v1.0.1 |
533 | 2024-11-26T07:15:33.696Z | Downloaded embedded-io v0.6.1 |
534 | 2024-11-26T07:15:33.696Z | Downloaded dropshot_endpoint v0.12.0 |
535 | 2024-11-26T07:15:33.719Z | Downloaded cookie v0.18.1 |
536 | 2024-11-26T07:15:33.719Z | Downloaded clap v4.5.21 |
537 | 2024-11-26T07:15:33.719Z | Downloaded chrono v0.4.38 |
538 | 2024-11-26T07:15:33.719Z | Downloaded tokio-native-tls v0.3.1 |
539 | 2024-11-26T07:15:33.743Z | Downloaded tiny-keccak v2.0.2 |
540 | 2024-11-26T07:15:33.743Z | Downloaded progenitor-client v0.8.0 |
541 | 2024-11-26T07:15:33.743Z | Downloaded pretty-hex v0.2.1 |
542 | 2024-11-26T07:15:33.743Z | Downloaded futures-channel v0.3.31 |
543 | 2024-11-26T07:15:33.743Z | Downloaded futures v0.3.31 |
544 | 2024-11-26T07:15:33.743Z | Downloaded foreign-types-shared v0.3.1 |
545 | 2024-11-26T07:15:33.743Z | Downloaded fixedbitset v0.4.2 |
546 | 2024-11-26T07:15:33.743Z | Downloaded enum-as-inner v0.6.1 |
547 | 2024-11-26T07:15:33.743Z | Downloaded dyn-clone v1.0.17 |
548 | 2024-11-26T07:15:33.743Z | Downloaded dof v0.3.0 |
549 | 2024-11-26T07:15:33.743Z | Downloaded dirs-sys-next v0.1.2 |
550 | 2024-11-26T07:15:33.743Z | Downloaded dirs-next v2.0.0 |
551 | 2024-11-26T07:15:33.743Z | Downloaded diff v0.1.13 |
552 | 2024-11-26T07:15:33.767Z | Downloaded derive-where v1.2.7 |
553 | 2024-11-26T07:15:33.767Z | Downloaded deranged v0.3.11 |
554 | 2024-11-26T07:15:33.767Z | Downloaded defmt-macros v0.3.9 |
555 | 2024-11-26T07:15:33.767Z | Downloaded defmt v0.3.8 |
556 | 2024-11-26T07:15:33.767Z | Downloaded debug-ignore v1.0.5 |
557 | 2024-11-26T07:15:33.767Z | Downloaded data-encoding v2.6.0 |
558 | 2024-11-26T07:15:33.767Z | Downloaded darling_macro v0.20.10 |
559 | 2024-11-26T07:15:33.767Z | Downloaded cstr-argument v0.1.2 |
560 | 2024-11-26T07:15:33.767Z | Downloaded crucible-workspace-hack v0.1.0 |
561 | 2024-11-26T07:15:33.767Z | Downloaded const-random v0.1.18 |
562 | 2024-11-26T07:15:33.767Z | Downloaded console v0.15.8 |
563 | 2024-11-26T07:15:33.791Z | Downloaded colorchoice v1.0.2 |
564 | 2024-11-26T07:15:33.791Z | Downloaded cobs v0.2.3 |
565 | 2024-11-26T07:15:33.791Z | Downloaded clap_derive v4.5.18 |
566 | 2024-11-26T07:15:33.791Z | Downloaded ciborium-ll v0.2.2 |
567 | 2024-11-26T07:15:33.791Z | Downloaded bytes v1.7.2 |
568 | 2024-11-26T07:15:33.791Z | Downloaded block-buffer v0.10.4 |
569 | 2024-11-26T07:15:33.791Z | Downloaded anstyle v1.0.10 |
570 | 2024-11-26T07:15:33.791Z | Downloaded openssl-macros v0.1.1 |
571 | 2024-11-26T07:15:33.791Z | Downloaded once_cell v1.19.0 |
572 | 2024-11-26T07:15:33.791Z | Downloaded pretty-hex v0.4.1 |
573 | 2024-11-26T07:15:33.791Z | Downloaded pest_meta v2.7.13 |
574 | 2024-11-26T07:15:33.791Z | Downloaded pest_generator v2.7.13 |
575 | 2024-11-26T07:15:33.791Z | Downloaded foreign-types-shared v0.1.1 |
576 | 2024-11-26T07:15:33.814Z | Downloaded foreign-types v0.5.0 |
577 | 2024-11-26T07:15:33.814Z | Downloaded foreign-types v0.3.2 |
578 | 2024-11-26T07:15:33.814Z | Downloaded embedded-io v0.4.0 |
579 | 2024-11-26T07:15:33.814Z | Downloaded dtrace-parser v0.2.0 |
580 | 2024-11-26T07:15:33.814Z | Downloaded dropshot_endpoint v0.13.0 |
581 | 2024-11-26T07:15:33.814Z | Downloaded digest v0.10.7 |
582 | 2024-11-26T07:15:33.814Z | Downloaded defmt-parser v0.3.4 |
583 | 2024-11-26T07:15:33.814Z | Downloaded crypto-common v0.1.6 |
584 | 2024-11-26T07:15:33.814Z | Downloaded crossbeam-epoch v0.9.18 |
585 | 2024-11-26T07:15:33.814Z | Downloaded crossbeam-channel v0.5.13 |
586 | 2024-11-26T07:15:33.814Z | Downloaded crc8 v0.1.1 |
587 | 2024-11-26T07:15:33.815Z | Downloaded crc32fast v1.4.2 |
588 | 2024-11-26T07:15:33.815Z | Downloaded convert_case v0.4.0 |
589 | 2024-11-26T07:15:33.838Z | Downloaded ciborium-io v0.2.2 |
590 | 2024-11-26T07:15:33.838Z | Downloaded cfg-if v1.0.0 |
591 | 2024-11-26T07:15:33.838Z | Downloaded cancel-safe-futures v0.1.5 |
592 | 2024-11-26T07:15:33.838Z | Downloaded camino-tempfile v1.1.1 |
593 | 2024-11-26T07:15:33.838Z | Downloaded camino v1.1.9 |
594 | 2024-11-26T07:15:33.838Z | Downloaded byteorder v1.5.0 |
595 | 2024-11-26T07:15:33.838Z | Downloaded base64ct v1.6.0 |
596 | 2024-11-26T07:15:33.838Z | Downloaded anstyle-parse v0.2.5 |
597 | 2024-11-26T07:15:33.838Z | Downloaded hyper-util v0.1.10 |
598 | 2024-11-26T07:15:33.838Z | Downloaded hyper-rustls v0.27.3 |
599 | 2024-11-26T07:15:33.862Z | Downloaded hyper v0.14.30 |
600 | 2024-11-26T07:15:33.862Z | Downloaded hubpack_derive v0.1.1 |
601 | 2024-11-26T07:15:33.862Z | Downloaded powerfmt v0.2.0 |
602 | 2024-11-26T07:15:33.862Z | Downloaded futures-executor v0.3.31 |
603 | 2024-11-26T07:15:33.862Z | Downloaded form_urlencoded v1.2.1 |
604 | 2024-11-26T07:15:33.862Z | Downloaded darling_core v0.20.10 |
605 | 2024-11-26T07:15:33.862Z | Downloaded bitflags v2.6.0 |
606 | 2024-11-26T07:15:33.862Z | Downloaded base64 v0.22.1 |
607 | 2024-11-26T07:15:33.886Z | Downloaded atomic-waker v1.1.2 |
608 | 2024-11-26T07:15:33.886Z | Downloaded async-trait v0.1.83 |
609 | 2024-11-26T07:15:33.886Z | Downloaded async-stream v0.3.6 |
610 | 2024-11-26T07:15:33.887Z | Downloaded arc-swap v1.7.1 |
611 | 2024-11-26T07:15:33.887Z | Downloaded anyhow v1.0.93 |
612 | 2024-11-26T07:15:33.887Z | Downloaded anstyle-query v1.1.1 |
613 | 2024-11-26T07:15:33.887Z | Downloaded base64 v0.21.7 |
614 | 2024-11-26T07:15:33.910Z | Downloaded backoff v0.4.0 |
615 | 2024-11-26T07:15:33.910Z | Downloaded autocfg v1.3.0 |
616 | 2024-11-26T07:15:33.910Z | Downloaded argon2 v0.5.3 |
617 | 2024-11-26T07:15:33.910Z | Downloaded anstream v0.6.15 |
618 | 2024-11-26T07:15:33.910Z | Downloaded allocator-api2 v0.2.18 |
619 | 2024-11-26T07:15:33.910Z | Downloaded aho-corasick v1.1.3 |
620 | 2024-11-26T07:15:33.910Z | Downloaded ahash v0.8.11 |
621 | 2024-11-26T07:15:33.910Z | Downloaded parking_lot v0.11.2 |
622 | 2024-11-26T07:15:33.933Z | Downloaded futures-core v0.3.31 |
623 | 2024-11-26T07:15:33.933Z | Downloaded foreign-types-macros v0.2.3 |
624 | 2024-11-26T07:15:33.933Z | Downloaded fnv v1.0.7 |
625 | 2024-11-26T07:15:33.933Z | Downloaded fastrand v2.1.1 |
626 | 2024-11-26T07:15:33.934Z | Downloaded errno v0.3.9 |
627 | 2024-11-26T07:15:33.934Z | Downloaded either v1.13.0 |
628 | 2024-11-26T07:15:33.934Z | Downloaded dropshot v0.12.0 |
629 | 2024-11-26T07:15:33.957Z | Downloaded derive_more v0.99.18 |
630 | 2024-11-26T07:15:33.957Z | Downloaded crossbeam-utils v0.8.20 |
631 | 2024-11-26T07:15:33.957Z | Downloaded cpufeatures v0.2.14 |
632 | 2024-11-26T07:15:33.957Z | Downloaded colored v2.1.0 |
633 | 2024-11-26T07:15:33.957Z | Downloaded clap_lex v0.7.2 |
634 | 2024-11-26T07:15:33.981Z | Downloaded ciborium v0.2.2 |
635 | 2024-11-26T07:15:33.981Z | Downloaded cc v1.1.21 |
636 | 2024-11-26T07:15:33.981Z | Downloaded crunchy v0.2.2 |
637 | 2024-11-26T07:15:33.981Z | Downloaded const-random-macro v0.1.16 |
638 | 2024-11-26T07:15:33.982Z | Downloaded bitflags v1.3.2 |
639 | 2024-11-26T07:15:33.982Z | Downloaded async-stream-impl v0.3.6 |
640 | 2024-11-26T07:15:34.297Z | Compiling proc-macro2 v1.0.92 |
641 | 2024-11-26T07:15:34.297Z | Compiling unicode-ident v1.0.13 |
642 | 2024-11-26T07:15:34.320Z | Compiling libc v0.2.165 |
643 | 2024-11-26T07:15:34.320Z | Compiling serde v1.0.215 |
644 | 2024-11-26T07:15:34.320Z | Compiling autocfg v1.3.0 |
645 | 2024-11-26T07:15:34.320Z | Compiling version_check v0.9.5 |
646 | 2024-11-26T07:15:34.320Z | Compiling libm v0.2.8 |
647 | 2024-11-26T07:15:34.321Z | Compiling once_cell v1.19.0 |
648 | 2024-11-26T07:15:34.627Z | Compiling parking_lot_core v0.9.10 |
649 | 2024-11-26T07:15:34.865Z | Compiling thiserror v1.0.69 |
650 | 2024-11-26T07:15:34.902Z | Compiling cfg-if v1.0.0 |
651 | 2024-11-26T07:15:35.015Z | Compiling serde_json v1.0.133 |
652 | 2024-11-26T07:15:35.047Z | Compiling shlex v1.3.0 |
653 | 2024-11-26T07:15:35.047Z | Compiling schemars v0.8.21 |
654 | 2024-11-26T07:15:35.159Z | Compiling memchr v2.7.4 |
655 | 2024-11-26T07:15:35.190Z | Compiling lock_api v0.4.12 |
656 | 2024-11-26T07:15:35.437Z | Compiling num-traits v0.2.19 |
657 | 2024-11-26T07:15:35.465Z | Compiling cc v1.1.21 |
658 | 2024-11-26T07:15:35.713Z | Compiling slab v0.4.9 |
659 | 2024-11-26T07:15:36.021Z | Compiling quote v1.0.37 |
660 | 2024-11-26T07:15:36.313Z | Compiling itoa v1.0.11 |
661 | 2024-11-26T07:15:36.370Z | Compiling getrandom v0.2.15 |
662 | 2024-11-26T07:15:36.498Z | Compiling syn v2.0.89 |
663 | 2024-11-26T07:15:36.540Z | Compiling ryu v1.0.18 |
664 | 2024-11-26T07:15:36.641Z | Compiling heck v0.5.0 |
665 | 2024-11-26T07:15:36.671Z | Compiling httparse v1.9.4 |
666 | 2024-11-26T07:15:36.695Z | Compiling byteorder v1.5.0 |
667 | 2024-11-26T07:15:36.789Z | Compiling log v0.4.22 |
668 | 2024-11-26T07:15:36.859Z | Compiling hashbrown v0.15.2 |
669 | 2024-11-26T07:15:36.987Z | Compiling equivalent v1.0.1 |
670 | 2024-11-26T07:15:37.062Z | Compiling pkg-config v0.3.31 |
671 | 2024-11-26T07:15:37.102Z | Compiling vcpkg v0.2.15 |
672 | 2024-11-26T07:15:37.130Z | Compiling slog v2.7.0 |
673 | 2024-11-26T07:15:37.703Z | Compiling semver v1.0.23 |
674 | 2024-11-26T07:15:37.915Z | Compiling fnv v1.0.7 |
675 | 2024-11-26T07:15:38.030Z | Compiling openssl v0.10.66 |
676 | 2024-11-26T07:15:38.070Z | Compiling ring v0.17.8 |
677 | 2024-11-26T07:15:38.098Z | Compiling iana-time-zone v0.1.61 |
678 | 2024-11-26T07:15:38.544Z | Compiling native-tls v0.2.12 |
679 | 2024-11-26T07:15:38.575Z | Compiling dyn-clone v1.0.17 |
680 | 2024-11-26T07:15:38.598Z | Compiling ahash v0.8.11 |
681 | 2024-11-26T07:15:38.630Z | Compiling openssl-sys v0.9.103 |
682 | 2024-11-26T07:15:38.653Z | Compiling crunchy v0.2.2 |
683 | 2024-11-26T07:15:38.868Z | Compiling allocator-api2 v0.2.18 |
684 | 2024-11-26T07:15:39.011Z | Compiling tiny-keccak v2.0.2 |
685 | 2024-11-26T07:15:39.525Z | Compiling rustls v0.23.13 |
686 | 2024-11-26T07:15:39.725Z | Compiling const-random-macro v0.1.16 |
687 | 2024-11-26T07:15:39.784Z | Compiling anyhow v1.0.93 |
688 | 2024-11-26T07:15:39.819Z | Compiling aho-corasick v1.1.3 |
689 | 2024-11-26T07:15:39.842Z | Compiling regex-syntax v0.8.4 |
690 | 2024-11-26T07:15:39.904Z | Compiling typenum v1.17.0 |
691 | 2024-11-26T07:15:40.134Z | Compiling generic-array v0.14.7 |
692 | 2024-11-26T07:15:40.357Z | Compiling time-core v0.1.2 |
693 | 2024-11-26T07:15:40.500Z | Compiling num-conv v0.1.0 |
694 | 2024-11-26T07:15:40.527Z | Checking pin-project-lite v0.2.14 |
695 | 2024-11-26T07:15:40.639Z | Compiling unsafe-libyaml v0.2.11 |
696 | 2024-11-26T07:15:40.748Z | Compiling time-macros v0.2.18 |
697 | 2024-11-26T07:15:41.039Z | Checking scopeguard v1.2.0 |
698 | 2024-11-26T07:15:41.180Z | Compiling ucd-trie v0.1.6 |
699 | 2024-11-26T07:15:41.828Z | Compiling syn v1.0.109 |
700 | 2024-11-26T07:15:41.953Z | Checking signal-hook-registry v1.4.2 |
701 | 2024-11-26T07:15:42.024Z | Checking socket2 v0.5.7 |
702 | 2024-11-26T07:15:42.181Z | Compiling serde_derive_internals v0.29.1 |
703 | 2024-11-26T07:15:42.423Z | Checking mio v1.0.2 |
704 | 2024-11-26T07:15:42.918Z | Compiling regex-automata v0.4.7 |
705 | 2024-11-26T07:15:43.094Z | Compiling crossbeam-utils v0.8.20 |
706 | 2024-11-26T07:15:43.407Z | Compiling usdt-impl v0.5.0 |
707 | 2024-11-26T07:15:43.648Z | Compiling omicron-workspace-hack v0.1.0 |
708 | 2024-11-26T07:15:43.678Z | Compiling rustversion v1.0.17 |
709 | 2024-11-26T07:15:43.881Z | Compiling plain v0.2.3 |
710 | 2024-11-26T07:15:43.937Z | Compiling slog-async v2.8.0 |
711 | 2024-11-26T07:15:44.188Z | Compiling pretty-hex v0.4.1 |
712 | 2024-11-26T07:15:44.424Z | Compiling thread-id v4.2.2 |
713 | 2024-11-26T07:15:44.449Z | Compiling camino v1.1.9 |
714 | 2024-11-26T07:15:44.537Z | Compiling strsim v0.11.1 |
715 | 2024-11-26T07:15:44.756Z | Compiling rustls v0.22.4 |
716 | 2024-11-26T07:15:45.034Z | Checking futures-core v0.3.31 |
717 | 2024-11-26T07:15:45.197Z | Compiling ident_case v1.0.1 |
718 | 2024-11-26T07:15:45.338Z | Compiling darling_core v0.20.10 |
719 | 2024-11-26T07:15:45.619Z | Compiling paste v1.0.15 |
720 | 2024-11-26T07:15:45.619Z | Compiling multer v3.1.0 |
721 | 2024-11-26T07:15:45.857Z | Checking futures-sink v0.3.31 |
722 | 2024-11-26T07:15:46.106Z | Checking futures-channel v0.3.31 |
723 | 2024-11-26T07:15:46.131Z | Checking tracing-core v0.1.32 |
724 | 2024-11-26T07:15:46.160Z | Compiling regex v1.10.6 |
725 | 2024-11-26T07:15:46.586Z | Compiling serde_derive v1.0.215 |
726 | 2024-11-26T07:15:46.685Z | Compiling zerocopy-derive v0.7.35 |
727 | 2024-11-26T07:15:46.961Z | Compiling tokio-macros v2.4.0 |
728 | 2024-11-26T07:15:47.192Z | Compiling thiserror-impl v1.0.69 |
729 | 2024-11-26T07:15:47.298Z | Compiling schemars_derive v0.8.21 |
730 | 2024-11-26T07:15:48.283Z | Compiling futures-macro v0.3.31 |
731 | 2024-11-26T07:15:48.412Z | Compiling tracing-attributes v0.1.27 |
732 | 2024-11-26T07:15:49.268Z | Compiling zerocopy v0.7.35 |
733 | 2024-11-26T07:15:49.801Z | Compiling openssl-macros v0.1.1 |
734 | 2024-11-26T07:15:49.860Z | Compiling scroll_derive v0.12.0 |
735 | 2024-11-26T07:15:49.907Z | Compiling pest v2.7.13 |
736 | 2024-11-26T07:15:50.651Z | Compiling async-trait v0.1.83 |
737 | 2024-11-26T07:15:51.023Z | Compiling hashbrown v0.14.5 |
738 | 2024-11-26T07:15:51.051Z | Compiling scroll v0.12.0 |
739 | 2024-11-26T07:15:51.149Z | Compiling darling_macro v0.20.10 |
740 | 2024-11-26T07:15:51.177Z | Compiling async-stream-impl v0.3.6 |
741 | 2024-11-26T07:15:51.379Z | Compiling strum_macros v0.26.4 |
742 | 2024-11-26T07:15:51.523Z | Compiling goblin v0.8.2 |
743 | 2024-11-26T07:15:51.974Z | Compiling pest_meta v2.7.13 |
744 | 2024-11-26T07:15:52.089Z | Compiling regress v0.10.1 |
745 | 2024-11-26T07:15:52.262Z | Compiling darling v0.20.10 |
746 | 2024-11-26T07:15:52.555Z | Compiling serde_with_macros v3.9.0 |
747 | 2024-11-26T07:15:54.647Z | Compiling pest_generator v2.7.13 |
748 | 2024-11-26T07:15:54.998Z | Checking futures-task v0.3.31 |
749 | 2024-11-26T07:15:55.198Z | Checking futures-io v0.3.31 |
750 | 2024-11-26T07:15:55.329Z | Checking pin-utils v0.1.0 |
751 | 2024-11-26T07:15:55.362Z | Checking tracing v0.1.40 |
752 | 2024-11-26T07:15:55.420Z | Checking futures-util v0.3.31 |
753 | 2024-11-26T07:15:55.640Z | Compiling structmeta-derive v0.3.0 |
754 | 2024-11-26T07:15:55.958Z | Compiling pest_derive v2.7.13 |
755 | 2024-11-26T07:15:56.319Z | Checking bytes v1.7.2 |
756 | 2024-11-26T07:15:56.661Z | Checking smallvec v1.13.2 |
757 | 2024-11-26T07:15:57.020Z | Compiling indexmap v2.6.0 |
758 | 2024-11-26T07:15:57.058Z | Compiling serde_tokenstream v0.2.2 |
759 | 2024-11-26T07:15:57.108Z | Compiling uuid v1.11.0 |
760 | 2024-11-26T07:15:57.522Z | Compiling chrono v0.4.38 |
761 | 2024-11-26T07:15:57.735Z | Compiling http v1.1.0 |
762 | 2024-11-26T07:15:58.250Z | Compiling serde_yaml v0.9.34+deprecated |
763 | 2024-11-26T07:15:58.579Z | Compiling openapiv3 v2.0.0 |
764 | 2024-11-26T07:15:58.727Z | Checking parking_lot v0.12.3 |
765 | 2024-11-26T07:15:59.027Z | Checking tokio v1.40.0 |
766 | 2024-11-26T07:15:59.069Z | Compiling toml_datetime v0.6.8 |
767 | 2024-11-26T07:15:59.591Z | Compiling dof v0.3.0 |
768 | 2024-11-26T07:15:59.618Z | Compiling dtrace-parser v0.2.0 |
769 | 2024-11-26T07:16:01.007Z | Compiling typify-impl v0.2.0 |
770 | 2024-11-26T07:16:01.382Z | Compiling usdt-macro v0.5.0 |
771 | 2024-11-26T07:16:01.544Z | Compiling usdt-attr-macro v0.5.0 |
772 | 2024-11-26T07:16:02.020Z | Compiling rustix v0.38.37 |
773 | 2024-11-26T07:16:02.700Z | Compiling structmeta v0.3.0 |
774 | 2024-11-26T07:16:02.731Z | Compiling dropshot v0.12.0 |
775 | 2024-11-26T07:16:03.114Z | Compiling parse-display-derive v0.10.0 |
776 | 2024-11-26T07:16:03.176Z | Compiling dropshot_endpoint v0.12.0 |
777 | 2024-11-26T07:16:03.834Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
778 | 2024-11-26T07:16:04.114Z | Checking bitflags v2.6.0 |
779 | 2024-11-26T07:16:04.481Z | Checking spin v0.9.8 |
780 | 2024-11-26T07:16:04.604Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
781 | 2024-11-26T07:16:04.680Z | Checking untrusted v0.9.0 |
782 | 2024-11-26T07:16:05.320Z | Compiling heapless v0.8.0 |
783 | 2024-11-26T07:16:05.486Z | Compiling winnow v0.5.40 |
784 | 2024-11-26T07:16:05.761Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
785 | 2024-11-26T07:16:06.577Z | Checking tokio-util v0.7.12 |
786 | 2024-11-26T07:16:06.763Z | Compiling smoltcp v0.11.0 |
787 | 2024-11-26T07:16:07.018Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
788 | 2024-11-26T07:16:07.288Z | Compiling foreign-types-macros v0.2.3 |
789 | 2024-11-26T07:16:07.818Z | Checking try-lock v0.2.5 |
790 | 2024-11-26T07:16:07.976Z | Checking want v0.3.1 |
791 | 2024-11-26T07:16:08.201Z | Compiling toml_edit v0.19.15 |
792 | 2024-11-26T07:16:08.429Z | Checking httpdate v1.0.3 |
793 | 2024-11-26T07:16:08.468Z | Checking subtle v2.6.1 |
794 | 2024-11-26T07:16:08.641Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
795 | 2024-11-26T07:16:09.212Z | Checking tower-service v0.3.3 |
796 | 2024-11-26T07:16:09.568Z | Compiling clap_derive v4.5.18 |
797 | 2024-11-26T07:16:10.342Z | Compiling proc-macro-crate v1.3.1 |
798 | 2024-11-26T07:16:10.500Z | Compiling heck v0.4.1 |
799 | 2024-11-26T07:16:10.959Z | Checking percent-encoding v2.3.1 |
800 | 2024-11-26T07:16:11.106Z | Checking tinyvec_macros v0.1.1 |
801 | 2024-11-26T07:16:11.152Z | Checking form_urlencoded v1.2.1 |
802 | 2024-11-26T07:16:11.196Z | Checking tinyvec v1.8.0 |
803 | 2024-11-26T07:16:11.319Z | Checking const-random v0.1.18 |
804 | 2024-11-26T07:16:11.553Z | Compiling typify-macro v0.2.0 |
805 | 2024-11-26T07:16:11.653Z | Checking foreign-types-shared v0.1.1 |
806 | 2024-11-26T07:16:11.755Z | Checking rustls-pki-types v1.8.0 |
807 | 2024-11-26T07:16:12.123Z | Checking foreign-types v0.3.2 |
808 | 2024-11-26T07:16:12.236Z | Checking unicode-normalization v0.1.24 |
809 | 2024-11-26T07:16:13.079Z | Compiling num_enum_derive v0.5.11 |
810 | 2024-11-26T07:16:13.391Z | Compiling proc-macro-error-attr v1.0.4 |
811 | 2024-11-26T07:16:13.677Z | Checking unicode-bidi v0.3.15 |
812 | 2024-11-26T07:16:13.824Z | Compiling proc-macro-error v1.0.4 |
813 | 2024-11-26T07:16:14.117Z | Checking openssl-probe v0.1.5 |
814 | 2024-11-26T07:16:14.478Z | Checking atomic-waker v1.1.2 |
815 | 2024-11-26T07:16:14.611Z | Checking idna v0.5.0 |
816 | 2024-11-26T07:16:14.668Z | Compiling typify v0.2.0 |
817 | 2024-11-26T07:16:14.794Z | Compiling progenitor-impl v0.8.0 |
818 | 2024-11-26T07:16:15.225Z | Checking rustls-webpki v0.102.8 |
819 | 2024-11-26T07:16:15.750Z | Checking http-body v1.0.1 |
820 | 2024-11-26T07:16:15.858Z | Checking encoding_rs v0.8.34 |
821 | 2024-11-26T07:16:16.490Z | Checking zeroize v1.8.1 |
822 | 2024-11-26T07:16:16.910Z | Checking mime v0.3.17 |
823 | 2024-11-26T07:16:17.405Z | Checking url v2.5.2 |
824 | 2024-11-26T07:16:17.707Z | Checking h2 v0.4.6 |
825 | 2024-11-26T07:16:17.884Z | Checking serde_urlencoded v0.7.1 |
826 | 2024-11-26T07:16:18.773Z | Checking tokio-native-tls v0.3.1 |
827 | 2024-11-26T07:16:19.184Z | Checking ipnet v2.10.0 |
828 | 2024-11-26T07:16:20.006Z | Compiling progenitor-macro v0.8.0 |
829 | 2024-11-26T07:16:20.421Z | Checking ipnetwork v0.20.0 |
830 | 2024-11-26T07:16:20.728Z | Checking rand_core v0.6.4 |
831 | 2024-11-26T07:16:21.243Z | Checking hyper v1.5.1 |
832 | 2024-11-26T07:16:22.282Z | Checking http-body-util v0.1.2 |
833 | 2024-11-26T07:16:22.966Z | Checking hyper-util v0.1.10 |
834 | 2024-11-26T07:16:24.320Z | Compiling serde_spanned v0.6.7 |
835 | 2024-11-26T07:16:25.020Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
836 | 2024-11-26T07:16:25.256Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
837 | 2024-11-26T07:16:25.301Z | Checking base64 v0.22.1 |
838 | 2024-11-26T07:16:25.569Z | Compiling winnow v0.6.18 |
839 | 2024-11-26T07:16:25.969Z | Checking rustls-pemfile v2.1.3 |
840 | 2024-11-26T07:16:27.316Z | Checking ppv-lite86 v0.2.20 |
841 | 2024-11-26T07:16:27.368Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
842 | 2024-11-26T07:16:28.004Z | Compiling powerfmt v0.2.0 |
843 | 2024-11-26T07:16:28.356Z | Compiling toml_edit v0.22.21 |
844 | 2024-11-26T07:16:29.910Z | Compiling deranged v0.3.11 |
845 | 2024-11-26T07:16:30.248Z | Checking rand_chacha v0.3.1 |
846 | 2024-11-26T07:16:30.605Z | Compiling webpki-roots v0.26.6 |
847 | 2024-11-26T07:16:30.790Z | Compiling tokio-rustls v0.26.0 |
848 | 2024-11-26T07:16:31.061Z | Compiling crucible-workspace-hack v0.1.0 |
849 | 2024-11-26T07:16:31.334Z | Compiling num_threads v0.1.7 |
850 | 2024-11-26T07:16:31.392Z | Checking hyper-rustls v0.27.3 |
851 | 2024-11-26T07:16:31.477Z | Compiling time v0.3.36 |
852 | 2024-11-26T07:16:31.676Z | Checking rand v0.8.5 |
853 | 2024-11-26T07:16:31.702Z | Compiling hyper-tls v0.6.0 |
854 | 2024-11-26T07:16:32.060Z | Compiling sync_wrapper v1.0.1 |
855 | 2024-11-26T07:16:32.326Z | Compiling dirs-sys-next v0.1.2 |
856 | 2024-11-26T07:16:32.701Z | Compiling prettyplease v0.2.22 |
857 | 2024-11-26T07:16:33.018Z | Compiling dirs-next v2.0.0 |
858 | 2024-11-26T07:16:33.146Z | Checking reqwest v0.12.9 |
859 | 2024-11-26T07:16:34.108Z | Compiling block-buffer v0.10.4 |
860 | 2024-11-26T07:16:34.138Z | Compiling crypto-common v0.1.6 |
861 | 2024-11-26T07:16:34.819Z | Compiling thread_local v1.1.8 |
862 | 2024-11-26T07:16:35.062Z | Compiling match_cfg v0.1.0 |
863 | 2024-11-26T07:16:35.543Z | Compiling progenitor-client v0.8.0 |
864 | 2024-11-26T07:16:35.892Z | Compiling hostname v0.3.1 |
865 | 2024-11-26T07:16:36.332Z | Compiling digest v0.10.7 |
866 | 2024-11-26T07:16:36.430Z | Compiling crossbeam-channel v0.5.13 |
867 | 2024-11-26T07:16:36.655Z | Compiling term v0.7.0 |
868 | 2024-11-26T07:16:36.776Z | Compiling slog-json v2.6.1 |
869 | 2024-11-26T07:16:37.096Z | Compiling zone_cfg_derive v0.3.0 |
870 | 2024-11-26T07:16:37.260Z | Compiling futures-executor v0.3.31 |
871 | 2024-11-26T07:16:37.289Z | Compiling num-derive v0.4.2 |
872 | 2024-11-26T07:16:37.939Z | Compiling num-integer v0.1.46 |
873 | 2024-11-26T07:16:38.216Z | Compiling memmap v0.7.0 |
874 | 2024-11-26T07:16:38.490Z | Compiling is-terminal v0.4.13 |
875 | 2024-11-26T07:16:38.520Z | Compiling errno v0.3.9 |
876 | 2024-11-26T07:16:38.733Z | Compiling cpufeatures v0.2.14 |
877 | 2024-11-26T07:16:38.835Z | Compiling utf8parse v0.2.2 |
878 | 2024-11-26T07:16:38.907Z | Compiling take_mut v0.2.2 |
879 | 2024-11-26T07:16:39.019Z | Compiling anstyle-parse v0.2.5 |
880 | 2024-11-26T07:16:39.300Z | Compiling sha1 v0.10.6 |
881 | 2024-11-26T07:16:39.891Z | Compiling slog-term v2.9.1 |
882 | 2024-11-26T07:16:40.316Z | Compiling tokio-rustls v0.25.0 |
883 | 2024-11-26T07:16:40.512Z | Compiling usdt v0.5.0 |
884 | 2024-11-26T07:16:40.552Z | Compiling futures v0.3.31 |
885 | 2024-11-26T07:16:40.668Z | Compiling slog-bunyan v2.5.0 |
886 | 2024-11-26T07:16:40.861Z | Compiling progenitor v0.8.0 |
887 | 2024-11-26T07:16:41.104Z | Compiling toml v0.8.19 |
888 | 2024-11-26T07:16:41.884Z | Checking oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265) |
889 | 2024-11-26T07:16:41.925Z | Compiling waitgroup v0.1.2 |
890 | 2024-11-26T07:16:41.953Z | Compiling async-stream v0.3.6 |
891 | 2024-11-26T07:16:42.229Z | Compiling newtype-uuid v1.1.0 |
892 | 2024-11-26T07:16:42.259Z | Compiling hex v0.4.3 |
893 | 2024-11-26T07:16:42.343Z | Compiling serde_path_to_error v0.1.16 |
894 | 2024-11-26T07:16:42.881Z | Compiling hostname v0.4.0 |
895 | 2024-11-26T07:16:43.031Z | Compiling instant v0.1.13 |
896 | 2024-11-26T07:16:43.084Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
897 | 2024-11-26T07:16:43.109Z | Compiling colorchoice v1.0.2 |
898 | 2024-11-26T07:16:43.193Z | Compiling is_terminal_polyfill v1.70.1 |
899 | 2024-11-26T07:16:43.220Z | Compiling semver v0.1.20 |
900 | 2024-11-26T07:16:43.322Z | Compiling anstyle v1.0.10 |
901 | 2024-11-26T07:16:43.405Z | Compiling anstyle-query v1.1.1 |
902 | 2024-11-26T07:16:43.437Z | Compiling debug-ignore v1.0.5 |
903 | 2024-11-26T07:16:43.501Z | Compiling backoff v0.4.0 |
904 | 2024-11-26T07:16:43.557Z | Compiling rustc_version v0.1.7 |
905 | 2024-11-26T07:16:43.695Z | Compiling anstream v0.6.15 |
906 | 2024-11-26T07:16:43.725Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
907 | 2024-11-26T07:16:43.725Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
908 | 2024-11-26T07:16:43.872Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
909 | 2024-11-26T07:16:44.111Z | Compiling terminal_size v0.4.0 |
910 | 2024-11-26T07:16:44.176Z | Compiling num-iter v0.1.45 |
911 | 2024-11-26T07:16:44.264Z | Compiling num-rational v0.4.2 |
912 | 2024-11-26T07:16:44.308Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
913 | 2024-11-26T07:16:44.342Z | Compiling parse-display v0.10.0 |
914 | 2024-11-26T07:16:44.474Z | Compiling serde_with v3.9.0 |
915 | 2024-11-26T07:16:44.590Z | Compiling macaddr v1.0.1 |
916 | 2024-11-26T07:16:44.810Z | Compiling strum v0.26.3 |
917 | 2024-11-26T07:16:44.956Z | Compiling regress v0.9.1 |
918 | 2024-11-26T07:16:44.981Z | Compiling hubpack_derive v0.1.1 |
919 | 2024-11-26T07:16:45.018Z | Compiling zerocopy-derive v0.6.6 |
920 | 2024-11-26T07:16:45.510Z | Compiling num-complex v0.4.6 |
921 | 2024-11-26T07:16:45.727Z | Compiling clap_lex v0.7.2 |
922 | 2024-11-26T07:16:45.815Z | Checking lazy_static v1.5.0 |
923 | 2024-11-26T07:16:46.059Z | Compiling clap_builder v4.5.21 |
924 | 2024-11-26T07:16:46.323Z | Compiling num v0.4.3 |
925 | 2024-11-26T07:16:46.415Z | Compiling newtype_derive v0.1.6 |
926 | 2024-11-26T07:16:47.163Z | Compiling owo-colors v4.1.0 |
927 | 2024-11-26T07:16:47.252Z | Compiling cancel-safe-futures v0.1.5 |
928 | 2024-11-26T07:16:47.640Z | Compiling float-ord v0.3.2 |
929 | 2024-11-26T07:16:47.758Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
930 | 2024-11-26T07:16:49.044Z | Compiling clap v4.5.21 |
931 | 2024-11-26T07:16:50.035Z | Compiling strum_macros v0.25.3 |
932 | 2024-11-26T07:16:50.212Z | Compiling serde_repr v0.1.19 |
933 | 2024-11-26T07:16:51.815Z | Compiling cookie v0.18.1 |
934 | 2024-11-26T07:16:52.116Z | Compiling convert_case v0.4.0 |
935 | 2024-11-26T07:16:52.207Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
936 | 2024-11-26T07:16:52.762Z | Compiling derive_more v0.99.18 |
937 | 2024-11-26T07:16:52.887Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
938 | 2024-11-26T07:16:53.597Z | Compiling enum-as-inner v0.6.1 |
939 | 2024-11-26T07:16:53.625Z | Compiling derive-where v1.2.7 |
940 | 2024-11-26T07:16:54.353Z | Checking unicode-width v0.1.14 |
941 | 2024-11-26T07:16:56.854Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
942 | 2024-11-26T07:16:58.637Z | Checking hash32 v0.3.1 |
943 | 2024-11-26T07:16:58.661Z | Compiling slog-dtrace v0.3.0 |
944 | 2024-11-26T07:16:58.810Z | Checking stable_deref_trait v1.2.0 |
945 | 2024-11-26T07:16:59.857Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
946 | 2024-11-26T07:17:01.457Z | Compiling num-derive v0.3.3 |
947 | 2024-11-26T07:17:02.323Z | Compiling parking_lot_core v0.8.6 |
948 | 2024-11-26T07:17:02.517Z | Checking either v1.13.0 |
949 | 2024-11-26T07:17:02.542Z | Checking foreign-types-shared v0.3.1 |
950 | 2024-11-26T07:17:02.733Z | Checking managed v0.8.0 |
951 | 2024-11-26T07:17:02.774Z | Checking bitflags v1.3.2 |
952 | 2024-11-26T07:17:02.813Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
953 | 2024-11-26T07:17:02.881Z | Checking cobs v0.2.3 |
954 | 2024-11-26T07:17:03.079Z | Checking postcard v1.0.10 |
955 | 2024-11-26T07:17:03.243Z | Checking foreign-types v0.5.0 |
956 | 2024-11-26T07:17:03.518Z | Checking num_enum v0.5.11 |
957 | 2024-11-26T07:17:03.782Z | Checking cstr-argument v0.1.2 |
958 | 2024-11-26T07:17:04.022Z | Checking pretty-hex v0.2.1 |
959 | 2024-11-26T07:17:04.083Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
960 | 2024-11-26T07:17:04.193Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
961 | 2024-11-26T07:17:04.368Z | Checking colored v2.1.0 |
962 | 2024-11-26T07:17:04.437Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
963 | 2024-11-26T07:17:05.205Z | Checking tabwriter v1.4.0 |
964 | 2024-11-26T07:17:07.757Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
965 | 2024-11-26T07:17:07.896Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
966 | 2024-11-26T07:17:07.984Z | Checking fastrand v2.1.1 |
967 | 2024-11-26T07:17:08.075Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
968 | 2024-11-26T07:17:08.370Z | Checking tempfile v3.12.0 |
969 | 2024-11-26T07:17:10.413Z | Checking unicode-segmentation v1.12.0 |
970 | 2024-11-26T07:17:10.953Z | Checking newline-converter v0.3.0 |
971 | 2024-11-26T07:17:11.113Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
972 | 2024-11-26T07:17:11.269Z | Checking camino-tempfile v1.1.1 |
973 | 2024-11-26T07:17:11.430Z | Checking itertools v0.10.5 |
974 | 2024-11-26T07:17:11.525Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
975 | 2024-11-26T07:17:11.767Z | Checking console v0.15.8 |
976 | 2024-11-26T07:17:11.896Z | Checking sigpipe v0.1.3 |
977 | 2024-11-26T07:17:12.020Z | Checking static_assertions v1.1.0 |
978 | 2024-11-26T07:17:12.135Z | Checking base64ct v1.6.0 |
979 | 2024-11-26T07:17:12.223Z | Checking similar v2.6.0 |
980 | 2024-11-26T07:17:12.284Z | Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
981 | 2024-11-26T07:17:12.479Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
982 | 2024-11-26T07:17:12.509Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95) |
983 | 2024-11-26T07:17:12.537Z | Checking password-hash v0.5.0 |
984 | 2024-11-26T07:17:12.750Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
985 | 2024-11-26T07:17:12.812Z | Checking expectorate v1.1.0 |
986 | 2024-11-26T07:17:12.944Z | Checking blake2 v0.10.6 |
987 | 2024-11-26T07:17:12.973Z | Checking smf v0.2.3 |
988 | 2024-11-26T07:17:13.104Z | Checking whoami v1.5.2 |
989 | 2024-11-26T07:17:13.275Z | Checking zone v0.3.0 |
990 | 2024-11-26T07:17:13.332Z | Checking fixedbitset v0.4.2 |
991 | 2024-11-26T07:17:13.381Z | Checking argon2 v0.5.3 |
992 | 2024-11-26T07:17:13.410Z | Checking zerocopy v0.6.6 |
993 | 2024-11-26T07:17:13.437Z | Checking hubpack v0.1.2 |
994 | 2024-11-26T07:17:13.569Z | Checking petgraph v0.6.5 |
995 | 2024-11-26T07:17:13.870Z | Checking serde-big-array v0.5.1 |
996 | 2024-11-26T07:17:14.020Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
997 | 2024-11-26T07:17:14.079Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
998 | 2024-11-26T07:17:14.759Z | Checking dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
999 | 2024-11-26T07:17:14.831Z | Checking atomicwrites v0.4.4 |
1000 | 2024-11-26T07:17:14.925Z | Checking itertools v0.13.0 |
1001 | 2024-11-26T07:17:15.532Z | Checking idna v0.4.0 |
1002 | 2024-11-26T07:17:15.879Z | Checking libsw v3.3.1 |
1003 | 2024-11-26T07:17:15.985Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1004 | 2024-11-26T07:17:16.158Z | Checking swrite v0.1.0 |
1005 | 2024-11-26T07:17:16.244Z | Checking linear-map v1.2.0 |
1006 | 2024-11-26T07:17:16.292Z | Checking quick-error v1.2.3 |
1007 | 2024-11-26T07:17:16.537Z | Checking indent_write v2.2.0 |
1008 | 2024-11-26T07:17:16.564Z | Checking linked-hash-map v0.5.6 |
1009 | 2024-11-26T07:17:16.639Z | Checking data-encoding v2.6.0 |
1010 | 2024-11-26T07:17:16.745Z | Checking highway v1.2.0 |
1011 | 2024-11-26T07:17:16.910Z | Checking lru-cache v0.1.2 |
1012 | 2024-11-26T07:17:17.002Z | Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1013 | 2024-11-26T07:17:17.124Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1014 | 2024-11-26T07:17:17.149Z | Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1015 | 2024-11-26T07:17:17.198Z | Checking hickory-proto v0.24.1 |
1016 | 2024-11-26T07:17:17.349Z | Checking nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1017 | 2024-11-26T07:17:18.064Z | Checking resolv-conf v0.7.0 |
1018 | 2024-11-26T07:17:18.261Z | Checking steno v0.4.1 |
1019 | 2024-11-26T07:17:18.287Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1020 | 2024-11-26T07:17:18.371Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1021 | 2024-11-26T07:17:18.856Z | Checking humantime v2.1.0 |
1022 | 2024-11-26T07:17:20.133Z | Checking hickory-resolver v0.24.1 |
1023 | 2024-11-26T07:17:20.372Z | Checking libscf-sys v1.0.0 (https://github.com/illumos/libscf-sys.git#bb0b82c3) |
1024 | 2024-11-26T07:17:21.100Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#f14ff351) |
1025 | 2024-11-26T07:17:21.312Z | Checking internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1026 | 2024-11-26T07:17:21.644Z | Compiling rustls v0.21.12 |
1027 | 2024-11-26T07:17:21.836Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1028 | 2024-11-26T07:17:21.971Z | Checking parking_lot v0.11.2 |
1029 | 2024-11-26T07:17:22.300Z | Checking crossbeam-epoch v0.9.18 |
1030 | 2024-11-26T07:17:22.649Z | Checking fxhash v0.2.1 |
1031 | 2024-11-26T07:17:22.681Z | Checking crc32fast v1.4.2 |
1032 | 2024-11-26T07:17:22.711Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1033 | 2024-11-26T07:17:22.902Z | Checking sled v0.34.7 |
1034 | 2024-11-26T07:17:24.996Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1035 | 2024-11-26T07:17:27.240Z | Compiling typify-impl v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1036 | 2024-11-26T07:17:27.531Z | Compiling dropshot v0.13.0 |
1037 | 2024-11-26T07:17:27.889Z | Compiling proc-macro-crate v3.2.0 |
1038 | 2024-11-26T07:17:28.044Z | Compiling dropshot_endpoint v0.13.0 |
1039 | 2024-11-26T07:17:28.692Z | Checking half v2.4.1 |
1040 | 2024-11-26T07:17:28.764Z | Compiling smartstring v1.0.1 |
1041 | 2024-11-26T07:17:28.850Z | Compiling num_enum_derive v0.7.3 |
1042 | 2024-11-26T07:17:29.078Z | Checking ciborium-io v0.2.2 |
1043 | 2024-11-26T07:17:29.201Z | Checking ciborium-ll v0.2.2 |
1044 | 2024-11-26T07:17:29.844Z | Checking http v0.2.12 |
1045 | 2024-11-26T07:17:30.838Z | Checking ciborium v0.2.2 |
1046 | 2024-11-26T07:17:30.965Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#4cdc7d7e) |
1047 | 2024-11-26T07:17:31.308Z | Compiling rhai_codegen v2.2.0 |
1048 | 2024-11-26T07:17:31.453Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1049 | 2024-11-26T07:17:31.600Z | Checking crc8 v0.1.1 |
1050 | 2024-11-26T07:17:31.679Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1051 | 2024-11-26T07:17:31.732Z | Checking http-body v0.4.6 |
1052 | 2024-11-26T07:17:32.079Z | Checking h2 v0.3.26 |
1053 | 2024-11-26T07:17:32.474Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#4cdc7d7e) |
1054 | 2024-11-26T07:17:33.463Z | Checking sct v0.7.1 |
1055 | 2024-11-26T07:17:33.595Z | Checking rustls-webpki v0.101.7 |
1056 | 2024-11-26T07:17:34.203Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1057 | 2024-11-26T07:17:35.392Z | Checking hyper v0.14.30 |
1058 | 2024-11-26T07:17:37.740Z | Compiling typify-macro v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1059 | 2024-11-26T07:17:38.622Z | Checking arc-swap v1.7.1 |
1060 | 2024-11-26T07:17:38.893Z | Checking tokio-rustls v0.24.1 |
1061 | 2024-11-26T07:17:38.983Z | Checking slog-scope v4.4.0 |
1062 | 2024-11-26T07:17:39.207Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1063 | 2024-11-26T07:17:40.091Z | Checking num_enum v0.7.3 |
1064 | 2024-11-26T07:17:40.172Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488) |
1065 | 2024-11-26T07:17:40.254Z | Checking base64 v0.21.7 |
1066 | 2024-11-26T07:17:40.657Z | Checking rustls-pemfile v1.0.4 |
1067 | 2024-11-26T07:17:40.844Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1068 | 2024-11-26T07:17:40.899Z | Compiling typify v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1069 | 2024-11-26T07:17:41.057Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1070 | 2024-11-26T07:17:41.194Z | Checking hyper-rustls v0.24.2 |
1071 | 2024-11-26T07:17:41.249Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1072 | 2024-11-26T07:17:41.362Z | Checking slog-stdlog v4.1.1 |
1073 | 2024-11-26T07:17:41.694Z | Checking hyper-tls v0.5.0 |
1074 | 2024-11-26T07:17:42.100Z | Checking mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
1075 | 2024-11-26T07:17:42.377Z | Checking ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
1076 | 2024-11-26T07:17:43.356Z | Checking rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb) |
1077 | 2024-11-26T07:17:43.826Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
1078 | 2024-11-26T07:17:44.153Z | Checking thin-vec v0.2.13 |
1079 | 2024-11-26T07:17:44.364Z | Checking webpki-roots v0.25.4 |
1080 | 2024-11-26T07:17:44.526Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=2bfd39000c878c45675651a7588c015c486e7f43#2bfd3900) |
1081 | 2024-11-26T07:17:44.587Z | Checking minimal-lexical v0.2.1 |
1082 | 2024-11-26T07:17:44.714Z | Checking sync_wrapper v0.1.2 |
1083 | 2024-11-26T07:17:44.820Z | Checking yansi v1.0.1 |
1084 | 2024-11-26T07:17:44.902Z | Checking diff v0.1.13 |
1085 | 2024-11-26T07:17:44.931Z | Checking nom v7.1.3 |
1086 | 2024-11-26T07:17:44.992Z | Checking reqwest v0.11.27 |
1087 | 2024-11-26T07:17:45.292Z | Checking pretty_assertions v1.4.1 |
1088 | 2024-11-26T07:17:45.501Z | Checking rhai v1.19.0 |
1089 | 2024-11-26T07:17:46.083Z | Checking slog-envlogger v2.2.0 |
1090 | 2024-11-26T07:17:46.141Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1091 | 2024-11-26T07:17:47.197Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1092 | 2024-11-26T07:17:47.766Z | Checking ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm) |
1093 | 2024-11-26T07:17:48.880Z | Checking itertools v0.12.1 |
1094 | 2024-11-26T07:17:49.460Z | Checking bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd) |
1095 | 2024-11-26T07:17:50.650Z | Checking mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower) |
1096 | 2024-11-26T07:17:50.927Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488) |
1097 | 2024-11-26T07:17:51.497Z | Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d8c38f89) |
1098 | 2024-11-26T07:17:51.776Z | Checking mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client) |
1099 | 2024-11-26T07:17:52.322Z | Checking ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm) |
1100 | 2024-11-26T07:17:53.885Z | error[E0308]: mismatched types |
1101 | 2024-11-26T07:17:53.885Z | --> ddm/src/bin/ddm-apigen.rs:12:44 |
1102 | 2024-11-26T07:17:53.885Z | | |
1103 | 2024-11-26T07:17:53.885Z | 12 | let openapi = api.openapi("DDM Admin", "v0.1.0"); |
1104 | 2024-11-26T07:17:53.885Z | | ------- ^^^^^^^^ expected `Version`, found `&str` |
1105 | 2024-11-26T07:17:53.885Z | | | |
1106 | 2024-11-26T07:17:53.885Z | | arguments to this method are incorrect |
1107 | 2024-11-26T07:17:53.885Z | | |
1108 | 2024-11-26T07:17:53.885Z | note: method defined here |
1109 | 2024-11-26T07:17:53.885Z | --> /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dropshot-0.13.0/src/api_description.rs:604:12 |
1110 | 2024-11-26T07:17:53.885Z | | |
1111 | 2024-11-26T07:17:53.885Z | 604 | pub fn openapi<S>( |
1112 | 2024-11-26T07:17:53.885Z | | ^^^^^^^ |
1113 | 2024-11-26T07:17:53.885Z | |
1114 | 2024-11-26T07:17:53.919Z | For more information about this error, try `rustc --explain E0308`. |
1115 | 2024-11-26T07:17:54.120Z | error: could not compile `ddm` (bin "ddm-apigen" test) due to 1 previous error |
1116 | 2024-11-26T07:17:54.120Z | warning: build failed, waiting for other jobs to finish... |
1117 | 2024-11-26T07:18:02.460Z | process exited: duration 189317 ms, exit code 101 |
|
1118 | 2024-11-26T07:18:02.530Z | found 0 output files |