|
|
|
1 | 2024-12-19T05:31:14.412Z | job assigned to worker 01JFEPATMNPQ1JPJ0NWPZGZWR3 [factory aws, i-03020a836a75729f1] (queued for 53 s) |
|
2 | 2024-12-19T05:31:22.634Z | starting task 0: "setup" |
3 | 2024-12-19T05:31:22.645Z | ++ uname -s |
4 | 2024-12-19T05:31:22.648Z | + kern=SunOS |
5 | 2024-12-19T05:31:22.648Z | + case "$kern" in |
6 | 2024-12-19T05:31:22.648Z | + groupadd -g 12345 build |
7 | 2024-12-19T05:31:22.651Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-19T05:31:24.658Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-19T05:31:24.855Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-19T05:31:24.858Z | + home_fs=zfs |
11 | 2024-12-19T05:31:24.858Z | + [[ zfs == autofs ]] |
12 | 2024-12-19T05:31:24.858Z | + mkdir -p /home/build |
13 | 2024-12-19T05:31:24.861Z | + chown build:build /home/build /work |
14 | 2024-12-19T05:31:25.862Z | + chmod 0700 /home/build /work |
15 | 2024-12-19T05:31:25.865Z | process exited: duration 3230 ms, exit code 0 |
|
16 | 2024-12-19T05:31:25.870Z | starting task 1: "rust-toolchain" |
17 | 2024-12-19T05:31:25.875Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-19T05:31:25.875Z | ' stable |
19 | 2024-12-19T05:31:25.875Z | * toolchain channel = "stable" |
20 | 2024-12-19T05:31:25.878Z | + printf ' * toolchain profile = "%s" |
21 | 2024-12-19T05:31:25.879Z | ' default |
22 | 2024-12-19T05:31:25.879Z | * toolchain profile = "default" |
23 | 2024-12-19T05:31:25.879Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-19T05:31:25.879Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
25 | 2024-12-19T05:31:25.997Z | info: downloading installer |
26 | 2024-12-19T05:31:27.380Z | info: profile set to 'default' |
27 | 2024-12-19T05:31:27.380Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-19T05:31:27.382Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
29 | 2024-12-19T05:31:27.529Z | info: latest update on 2024-11-28, rust version 1.83.0 (90b35a623 2024-11-26) |
30 | 2024-12-19T05:31:27.529Z | info: downloading component 'cargo' |
31 | 2024-12-19T05:31:28.431Z | info: downloading component 'clippy' |
32 | 2024-12-19T05:31:28.821Z | info: downloading component 'rust-docs' |
33 | 2024-12-19T05:31:29.865Z | info: downloading component 'rust-std' |
34 | 2024-12-19T05:31:31.418Z | info: downloading component 'rustc' |
35 | 2024-12-19T05:31:37.158Z | info: downloading component 'rustfmt' |
36 | 2024-12-19T05:31:37.377Z | info: installing component 'cargo' |
37 | 2024-12-19T05:31:38.192Z | info: installing component 'clippy' |
38 | 2024-12-19T05:31:38.567Z | info: installing component 'rust-docs' |
39 | 2024-12-19T05:31:40.300Z | info: installing component 'rust-std' |
40 | 2024-12-19T05:31:41.945Z | info: installing component 'rustc' |
41 | 2024-12-19T05:31:47.741Z | info: installing component 'rustfmt' |
42 | 2024-12-19T05:31:48.073Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
43 | 2024-12-19T05:31:48.073Z | |
44 | 2024-12-19T05:31:48.438Z | stable-x86_64-unknown-illumos installed - rustc 1.83.0 (90b35a623 2024-11-26) |
45 | 2024-12-19T05:31:48.438Z | |
46 | 2024-12-19T05:31:48.441Z | |
47 | 2024-12-19T05:31:48.441Z | Rust is installed now. Great! |
48 | 2024-12-19T05:31:48.441Z | |
49 | 2024-12-19T05:31:48.441Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-19T05:31:48.441Z | environment variable. This has not been done automatically. |
51 | 2024-12-19T05:31:48.441Z | |
52 | 2024-12-19T05:31:48.441Z | To configure your current shell, you need to source |
53 | 2024-12-19T05:31:48.441Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-19T05:31:48.441Z | |
55 | 2024-12-19T05:31:48.441Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-19T05:31:48.441Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-19T05:31:48.441Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-19T05:31:48.512Z | + rustc --version |
59 | 2024-12-19T05:31:48.579Z | rustc 1.83.0 (90b35a623 2024-11-26) |
60 | 2024-12-19T05:31:48.583Z | process exited: duration 22710 ms, exit code 0 |
|
61 | 2024-12-19T05:31:48.587Z | starting task 2: "authentication" |
62 | 2024-12-19T05:31:48.608Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-12-19T05:31:48.613Z | starting task 3: "clone repository" |
64 | 2024-12-19T05:31:48.618Z | + mkdir -p /work/oxidecomputer/maghemite |
65 | 2024-12-19T05:31:48.620Z | + git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite |
66 | 2024-12-19T05:31:48.752Z | Cloning into '/work/oxidecomputer/maghemite'... |
67 | 2024-12-19T05:31:49.353Z | + cd /work/oxidecomputer/maghemite |
68 | 2024-12-19T05:31:49.353Z | + git fetch origin 750dc4b0c18c6888cbd897b28d2f74e592339a1b |
69 | 2024-12-19T05:31:49.619Z | From https://github.com/oxidecomputer/maghemite |
70 | 2024-12-19T05:31:49.619Z | * branch 750dc4b0c18c6888cbd897b28d2f74e592339a1b -> FETCH_HEAD |
71 | 2024-12-19T05:31:49.627Z | + [[ -n renovate/libc-0.x-lockfile ]] |
72 | 2024-12-19T05:31:49.630Z | ++ git branch --show-current |
73 | 2024-12-19T05:31:49.632Z | + current=main |
74 | 2024-12-19T05:31:49.632Z | + [[ main != renovate/libc-0.x-lockfile ]] |
75 | 2024-12-19T05:31:49.632Z | + git branch -f renovate/libc-0.x-lockfile 750dc4b0c18c6888cbd897b28d2f74e592339a1b |
76 | 2024-12-19T05:31:49.635Z | + git checkout -f renovate/libc-0.x-lockfile |
77 | 2024-12-19T05:31:49.649Z | Switched to branch 'renovate/libc-0.x-lockfile' |
78 | 2024-12-19T05:31:49.651Z | + git reset --hard 750dc4b0c18c6888cbd897b28d2f74e592339a1b |
79 | 2024-12-19T05:31:49.664Z | HEAD is now at 750dc4b Update Rust crate libc to v0.2.169 |
80 | 2024-12-19T05:31:49.666Z | process exited: duration 1051 ms, exit code 0 |
|
81 | 2024-12-19T05:31:49.672Z | starting task 4: "build" |
82 | 2024-12-19T05:31:49.677Z | + cargo --version |
83 | 2024-12-19T05:31:49.682Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
84 | 2024-12-19T05:31:49.842Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
85 | 2024-12-19T05:31:49.842Z | info: downloading component 'cargo' |
86 | 2024-12-19T05:31:50.706Z | info: downloading component 'clippy' |
87 | 2024-12-19T05:31:51.026Z | info: downloading component 'rust-docs' |
88 | 2024-12-19T05:31:52.225Z | info: downloading component 'rust-std' |
89 | 2024-12-19T05:31:54.088Z | info: downloading component 'rustc' |
90 | 2024-12-19T05:32:00.875Z | info: downloading component 'rustfmt' |
91 | 2024-12-19T05:32:01.127Z | info: installing component 'cargo' |
92 | 2024-12-19T05:32:01.925Z | info: installing component 'clippy' |
93 | 2024-12-19T05:32:02.282Z | info: installing component 'rust-docs' |
94 | 2024-12-19T05:32:03.860Z | info: installing component 'rust-std' |
95 | 2024-12-19T05:32:05.573Z | info: installing component 'rustc' |
96 | 2024-12-19T05:32:11.263Z | info: installing component 'rustfmt' |
97 | 2024-12-19T05:32:11.657Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
98 | 2024-12-19T05:32:11.659Z | + rustc --version |
99 | 2024-12-19T05:32:11.729Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
100 | 2024-12-19T05:32:11.734Z | + banner check |
101 | 2024-12-19T05:32:11.737Z | |
102 | 2024-12-19T05:32:11.737Z | #### # # ###### #### # # |
103 | 2024-12-19T05:32:11.737Z | # # # # # # # # # |
104 | 2024-12-19T05:32:11.737Z | # ###### ##### # #### |
105 | 2024-12-19T05:32:11.737Z | # # # # # # # |
106 | 2024-12-19T05:32:11.737Z | # # # # # # # # # |
107 | 2024-12-19T05:32:11.737Z | #### # # ###### #### # # |
108 | 2024-12-19T05:32:11.737Z | |
109 | 2024-12-19T05:32:11.740Z | + cargo fmt -- --check |
110 | 2024-12-19T05:32:12.356Z | + cargo clippy --all-targets -- --deny warnings |
111 | 2024-12-19T05:32:12.596Z | Updating git repository `https://www.github.com/oxidecomputer/oxnet` |
112 | 2024-12-19T05:32:12.821Z | warning: redirecting to https://github.com/oxidecomputer/oxnet.git/ |
113 | 2024-12-19T05:32:13.027Z | From https://www.github.com/oxidecomputer/oxnet |
114 | 2024-12-19T05:32:13.027Z | * [new branch] ci -> origin/ci |
115 | 2024-12-19T05:32:13.030Z | * [new branch] dependabot/cargo/serde-1.0.216 -> origin/dependabot/cargo/serde-1.0.216 |
116 | 2024-12-19T05:32:13.030Z | * [new branch] main -> origin/main |
117 | 2024-12-19T05:32:13.030Z | * [new ref] -> origin/HEAD |
118 | 2024-12-19T05:32:13.040Z | Updating crates.io index |
119 | 2024-12-19T05:32:13.042Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
120 | 2024-12-19T05:32:13.813Z | From https://github.com/oxidecomputer/falcon |
121 | 2024-12-19T05:32:13.814Z | * [new ref] d8c38f890040f90cdc467e23f3f06b6372a9921c -> refs/commit/d8c38f890040f90cdc467e23f3f06b6372a9921c |
122 | 2024-12-19T05:32:13.994Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
123 | 2024-12-19T05:32:15.187Z | From https://github.com/oxidecomputer/dendrite |
124 | 2024-12-19T05:32:15.187Z | * [new ref] 4cdc7d7e18a25833843686d76b95a9ca4a5dfab0 -> refs/commit/4cdc7d7e18a25833843686d76b95a9ca4a5dfab0 |
125 | 2024-12-19T05:32:15.241Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
126 | 2024-12-19T05:32:15.622Z | From https://github.com/oxidecomputer/ispf |
127 | 2024-12-19T05:32:15.622Z | * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496 |
128 | 2024-12-19T05:32:15.631Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
129 | 2024-12-19T05:32:16.129Z | From https://github.com/oxidecomputer/netadm-sys |
130 | 2024-12-19T05:32:16.129Z | * [new ref] e07ad76458eb50601e0da4f9da16dbc942bfc2ba -> refs/commit/e07ad76458eb50601e0da4f9da16dbc942bfc2ba |
131 | 2024-12-19T05:32:16.141Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
132 | 2024-12-19T05:32:19.586Z | From https://github.com/oxidecomputer/omicron |
133 | 2024-12-19T05:32:19.586Z | * [new ref] 48125c8e00738710bde6aed65c253c606c2bdb30 -> refs/commit/48125c8e00738710bde6aed65c253c606c2bdb30 |
134 | 2024-12-19T05:32:19.616Z | * [new tag] dogfood -> dogfood |
135 | 2024-12-19T05:32:19.619Z | * [new tag] v5 -> v5 |
136 | 2024-12-19T05:32:19.619Z | * [new tag] v6 -> v6 |
137 | 2024-12-19T05:32:19.619Z | * [new tag] v7 -> v7 |
138 | 2024-12-19T05:32:19.619Z | * [new tag] v8 -> v8 |
139 | 2024-12-19T05:32:19.619Z | * [new tag] v9 -> v9 |
140 | 2024-12-19T05:32:19.977Z | Updating git repository `https://github.com/oxidecomputer/opte` |
141 | 2024-12-19T05:32:20.606Z | From https://github.com/oxidecomputer/opte |
142 | 2024-12-19T05:32:20.606Z | * [new ref] 3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d -> refs/commit/3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d |
143 | 2024-12-19T05:32:20.650Z | Updating git repository `https://github.com/illumos/smf-rs` |
144 | 2024-12-19T05:32:21.044Z | From https://github.com/illumos/smf-rs |
145 | 2024-12-19T05:32:21.044Z | * [new ref] f14ff3517648206baa4b42ef522d2114ed5bcb48 -> refs/commit/f14ff3517648206baa4b42ef522d2114ed5bcb48 |
146 | 2024-12-19T05:32:21.151Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
147 | 2024-12-19T05:32:21.618Z | From https://github.com/oxidecomputer/maghemite |
148 | 2024-12-19T05:32:21.618Z | * [new ref] 2bfd39000c878c45675651a7588c015c486e7f43 -> refs/commit/2bfd39000c878c45675651a7588c015c486e7f43 |
149 | 2024-12-19T05:32:21.635Z | * [new tag] rift -> rift |
150 | 2024-12-19T05:32:21.638Z | * [new tag] srp -> srp |
151 | 2024-12-19T05:32:21.638Z | * [new tag] tie-spf -> tie-spf |
152 | 2024-12-19T05:32:21.689Z | Updating git repository `https://github.com/oxidecomputer/zone` |
153 | 2024-12-19T05:32:22.030Z | From https://github.com/oxidecomputer/zone |
154 | 2024-12-19T05:32:22.030Z | * [new ref] 7a0cb48801eaf5d1c91dfb36108528bd754e2e70 -> refs/commit/7a0cb48801eaf5d1c91dfb36108528bd754e2e70 |
155 | 2024-12-19T05:32:22.058Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
156 | 2024-12-19T05:32:22.776Z | From https://github.com/oxidecomputer/propolis |
157 | 2024-12-19T05:32:22.777Z | * [new ref] fae5334bcad5e864794332c6fed5e6bb9ec88831 -> refs/commit/fae5334bcad5e864794332c6fed5e6bb9ec88831 |
158 | 2024-12-19T05:32:22.885Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
159 | 2024-12-19T05:32:23.300Z | From https://github.com/oxidecomputer/dlpi-sys |
160 | 2024-12-19T05:32:23.300Z | * [new ref] 1d587ea98cf2d36f1b1624b0b960559c76d475d2 -> refs/commit/1d587ea98cf2d36f1b1624b0b960559c76d475d2 |
161 | 2024-12-19T05:32:23.328Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
162 | 2024-12-19T05:32:23.736Z | From https://github.com/jmesmon/rust-libzfs |
163 | 2024-12-19T05:32:23.736Z | * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850 |
164 | 2024-12-19T05:32:23.753Z | * [new tag] v0.4.0 -> v0.4.0 |
165 | 2024-12-19T05:32:23.765Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
166 | 2024-12-19T05:32:24.129Z | From https://github.com/oxidecomputer/rusty-doors |
167 | 2024-12-19T05:32:24.129Z | * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf |
168 | 2024-12-19T05:32:24.164Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
169 | 2024-12-19T05:32:24.618Z | From https://github.com/oxidecomputer/maghemite |
170 | 2024-12-19T05:32:24.618Z | * [new ref] b13b5b240f3967de753fd589b1036745d2770b52 -> refs/commit/b13b5b240f3967de753fd589b1036745d2770b52 |
171 | 2024-12-19T05:32:24.653Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
172 | 2024-12-19T05:32:25.022Z | From https://github.com/oxidecomputer/serde_human_bytes |
173 | 2024-12-19T05:32:25.022Z | * [new ref] 0a09794501b6208120528c3b457d5f3a8cb17424 -> refs/commit/0a09794501b6208120528c3b457d5f3a8cb17424 |
174 | 2024-12-19T05:32:25.070Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
175 | 2024-12-19T05:32:25.442Z | From https://github.com/oxidecomputer/slog-error-chain |
176 | 2024-12-19T05:32:25.442Z | * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2 |
177 | 2024-12-19T05:32:25.466Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
178 | 2024-12-19T05:32:25.851Z | From https://github.com/oxidecomputer/poptrie |
179 | 2024-12-19T05:32:25.851Z | * [new ref] ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 -> refs/commit/ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 |
180 | 2024-12-19T05:32:25.899Z | Updating git repository `https://github.com/illumos/libscf-sys.git` |
181 | 2024-12-19T05:32:26.283Z | From https://github.com/illumos/libscf-sys |
182 | 2024-12-19T05:32:26.283Z | * [new ref] bb0b82c32cff5eee65efc4f214924c3daf7edc93 -> refs/commit/bb0b82c32cff5eee65efc4f214924c3daf7edc93 |
183 | 2024-12-19T05:32:26.300Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
184 | 2024-12-19T05:32:27.247Z | From https://github.com/oxidecomputer/progenitor |
185 | 2024-12-19T05:32:27.247Z | * [new ref] e0a1045aed55a0db2cd67939252ea354e284d840 -> refs/commit/e0a1045aed55a0db2cd67939252ea354e284d840 |
186 | 2024-12-19T05:32:27.261Z | * [new tag] v0.1.1 -> v0.1.1 |
187 | 2024-12-19T05:32:27.265Z | * [new tag] v0.2.0 -> v0.2.0 |
188 | 2024-12-19T05:32:27.265Z | * [new tag] v0.3.0 -> v0.3.0 |
189 | 2024-12-19T05:32:27.265Z | * [new tag] v0.4.0 -> v0.4.0 |
190 | 2024-12-19T05:32:27.265Z | * [new tag] v0.5.0 -> v0.5.0 |
191 | 2024-12-19T05:32:27.265Z | * [new tag] v0.6.0 -> v0.6.0 |
192 | 2024-12-19T05:32:27.266Z | * [new tag] v0.7.0 -> v0.7.0 |
193 | 2024-12-19T05:32:27.479Z | Updating git repository `https://github.com/oxidecomputer/typify` |
194 | 2024-12-19T05:32:28.235Z | From https://github.com/oxidecomputer/typify |
195 | 2024-12-19T05:32:28.235Z | * [new ref] 50d969668dcad42300423f893de9b3903f11b65c -> refs/commit/50d969668dcad42300423f893de9b3903f11b65c |
196 | 2024-12-19T05:32:28.238Z | * [new tag] v0.2.0 -> v0.2.0 |
197 | 2024-12-19T05:32:28.254Z | * [new tag] v0.0.10 -> v0.0.10 |
198 | 2024-12-19T05:32:28.258Z | * [new tag] v0.0.11 -> v0.0.11 |
199 | 2024-12-19T05:32:28.258Z | * [new tag] v0.0.12 -> v0.0.12 |
200 | 2024-12-19T05:32:28.258Z | * [new tag] v0.0.13 -> v0.0.13 |
201 | 2024-12-19T05:32:28.258Z | * [new tag] v0.0.14 -> v0.0.14 |
202 | 2024-12-19T05:32:28.258Z | * [new tag] v0.0.15 -> v0.0.15 |
203 | 2024-12-19T05:32:28.258Z | * [new tag] v0.0.16 -> v0.0.16 |
204 | 2024-12-19T05:32:28.258Z | * [new tag] v0.0.4 -> v0.0.4 |
205 | 2024-12-19T05:32:28.258Z | * [new tag] v0.0.5 -> v0.0.5 |
206 | 2024-12-19T05:32:28.258Z | * [new tag] v0.0.7 -> v0.0.7 |
207 | 2024-12-19T05:32:28.258Z | * [new tag] v0.0.8 -> v0.0.8 |
208 | 2024-12-19T05:32:28.258Z | * [new tag] v0.0.9 -> v0.0.9 |
209 | 2024-12-19T05:32:28.258Z | * [new tag] v0.1.0 -> v0.1.0 |
210 | 2024-12-19T05:32:28.406Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
211 | 2024-12-19T05:32:29.338Z | From https://github.com/oxidecomputer/crucible |
212 | 2024-12-19T05:32:29.338Z | * [new ref] 74286f952a2953cd08512015076f0947050deba7 -> refs/commit/74286f952a2953cd08512015076f0947050deba7 |
213 | 2024-12-19T05:32:29.402Z | Updating git repository `https://github.com/oxidecomputer/opte` |
214 | 2024-12-19T05:32:29.828Z | From https://github.com/oxidecomputer/opte |
215 | 2024-12-19T05:32:29.828Z | * [new ref] 76878de67229ea113d70503c441eab47ac5dc653 -> refs/commit/76878de67229ea113d70503c441eab47ac5dc653 |
216 | 2024-12-19T05:32:29.885Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
217 | 2024-12-19T05:32:30.514Z | From https://github.com/oxidecomputer/management-gateway-service |
218 | 2024-12-19T05:32:30.514Z | * [new ref] 9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 -> refs/commit/9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 |
219 | 2024-12-19T05:32:31.213Z | Downloading crates ... |
220 | 2024-12-19T05:32:31.289Z | Downloaded anstream v0.6.15 |
221 | 2024-12-19T05:32:31.298Z | Downloaded async-stream v0.3.5 |
222 | 2024-12-19T05:32:31.305Z | Downloaded atomicwrites v0.4.4 |
223 | 2024-12-19T05:32:31.305Z | Downloaded async-stream-impl v0.3.5 |
224 | 2024-12-19T05:32:31.305Z | Downloaded anstyle-query v1.1.1 |
225 | 2024-12-19T05:32:31.305Z | Downloaded ahash v0.8.11 |
226 | 2024-12-19T05:32:31.312Z | Downloaded dtrace-parser v0.2.0 |
227 | 2024-12-19T05:32:31.312Z | Downloaded ciborium-io v0.2.2 |
228 | 2024-12-19T05:32:31.312Z | Downloaded cpufeatures v0.2.14 |
229 | 2024-12-19T05:32:31.316Z | Downloaded foreign-types-shared v0.1.1 |
230 | 2024-12-19T05:32:31.317Z | Downloaded darling_macro v0.20.10 |
231 | 2024-12-19T05:32:31.321Z | Downloaded const-random v0.1.18 |
232 | 2024-12-19T05:32:31.321Z | Downloaded autocfg v1.3.0 |
233 | 2024-12-19T05:32:31.326Z | Downloaded futures-macro v0.3.30 |
234 | 2024-12-19T05:32:31.326Z | Downloaded bitflags v1.3.2 |
235 | 2024-12-19T05:32:31.331Z | Downloaded pest_derive v2.7.13 |
236 | 2024-12-19T05:32:31.339Z | Downloaded foreign-types-shared v0.3.1 |
237 | 2024-12-19T05:32:31.340Z | Downloaded equivalent v1.0.1 |
238 | 2024-12-19T05:32:31.340Z | Downloaded cstr-argument v0.1.2 |
239 | 2024-12-19T05:32:31.340Z | Downloaded crucible-workspace-hack v0.1.0 |
240 | 2024-12-19T05:32:31.340Z | Downloaded crc8 v0.1.1 |
241 | 2024-12-19T05:32:31.348Z | Downloaded const-random-macro v0.1.16 |
242 | 2024-12-19T05:32:31.348Z | Downloaded foreign-types v0.3.2 |
243 | 2024-12-19T05:32:31.348Z | Downloaded float-ord v0.3.2 |
244 | 2024-12-19T05:32:31.348Z | Downloaded serde-big-array v0.5.1 |
245 | 2024-12-19T05:32:31.348Z | Downloaded foreign-types-macros v0.2.3 |
246 | 2024-12-19T05:32:31.349Z | Downloaded colorchoice v1.0.2 |
247 | 2024-12-19T05:32:31.352Z | Downloaded scroll_derive v0.12.0 |
248 | 2024-12-19T05:32:31.352Z | Downloaded dirs-sys-next v0.1.2 |
249 | 2024-12-19T05:32:31.352Z | Downloaded either v1.13.0 |
250 | 2024-12-19T05:32:31.353Z | Downloaded futures-io v0.3.30 |
251 | 2024-12-19T05:32:31.353Z | Downloaded embedded-io v0.4.0 |
252 | 2024-12-19T05:32:31.363Z | Downloaded foreign-types v0.5.0 |
253 | 2024-12-19T05:32:31.363Z | Downloaded pretty-hex v0.2.1 |
254 | 2024-12-19T05:32:31.363Z | Downloaded enum-as-inner v0.6.1 |
255 | 2024-12-19T05:32:31.363Z | Downloaded cobs v0.2.3 |
256 | 2024-12-19T05:32:31.374Z | Downloaded camino v1.1.9 |
257 | 2024-12-19T05:32:31.374Z | Downloaded argon2 v0.5.3 |
258 | 2024-12-19T05:32:31.374Z | Downloaded progenitor-client v0.8.0 |
259 | 2024-12-19T05:32:31.374Z | Downloaded defmt-parser v0.3.4 |
260 | 2024-12-19T05:32:31.374Z | Downloaded crunchy v0.2.2 |
261 | 2024-12-19T05:32:31.375Z | Downloaded percent-encoding v2.3.1 |
262 | 2024-12-19T05:32:31.375Z | Downloaded parse-display-derive v0.10.0 |
263 | 2024-12-19T05:32:31.375Z | Downloaded form_urlencoded v1.2.1 |
264 | 2024-12-19T05:32:31.375Z | Downloaded embedded-io v0.6.1 |
265 | 2024-12-19T05:32:31.382Z | Downloaded sigpipe v0.1.3 |
266 | 2024-12-19T05:32:31.383Z | Downloaded futures-core v0.3.30 |
267 | 2024-12-19T05:32:31.383Z | Downloaded byteorder v1.5.0 |
268 | 2024-12-19T05:32:31.383Z | Downloaded base64ct v1.6.0 |
269 | 2024-12-19T05:32:31.383Z | Downloaded pin-utils v0.1.0 |
270 | 2024-12-19T05:32:31.392Z | Downloaded plain v0.2.3 |
271 | 2024-12-19T05:32:31.392Z | Downloaded pkg-config v0.3.31 |
272 | 2024-12-19T05:32:31.392Z | Downloaded block-buffer v0.10.4 |
273 | 2024-12-19T05:32:31.392Z | Downloaded rand_chacha v0.3.1 |
274 | 2024-12-19T05:32:31.399Z | Downloaded fastrand v2.1.1 |
275 | 2024-12-19T05:32:31.399Z | Downloaded console v0.15.8 |
276 | 2024-12-19T05:32:31.399Z | Downloaded rustversion v1.0.17 |
277 | 2024-12-19T05:32:31.399Z | Downloaded slog-dtrace v0.3.0 |
278 | 2024-12-19T05:32:31.408Z | Downloaded slog-async v2.8.0 |
279 | 2024-12-19T05:32:31.408Z | Downloaded serde_urlencoded v0.7.1 |
280 | 2024-12-19T05:32:31.408Z | Downloaded deranged v0.3.11 |
281 | 2024-12-19T05:32:31.408Z | Downloaded clap_derive v4.5.18 |
282 | 2024-12-19T05:32:31.417Z | Downloaded rustls-pemfile v1.0.4 |
283 | 2024-12-19T05:32:31.417Z | Downloaded futures-executor v0.3.30 |
284 | 2024-12-19T05:32:31.417Z | Downloaded quinn-udp v0.5.5 |
285 | 2024-12-19T05:32:31.417Z | Downloaded dropshot_endpoint v0.12.0 |
286 | 2024-12-19T05:32:31.427Z | Downloaded rustc_version v0.4.1 |
287 | 2024-12-19T05:32:31.427Z | Downloaded blake2 v0.10.6 |
288 | 2024-12-19T05:32:31.427Z | Downloaded semver v0.1.20 |
289 | 2024-12-19T05:32:31.427Z | Downloaded rustc_version v0.1.7 |
290 | 2024-12-19T05:32:31.427Z | Downloaded futures-channel v0.3.30 |
291 | 2024-12-19T05:32:31.427Z | Downloaded derive-where v1.2.7 |
292 | 2024-12-19T05:32:31.430Z | Downloaded serde_path_to_error v0.1.16 |
293 | 2024-12-19T05:32:31.430Z | Downloaded arc-swap v1.7.1 |
294 | 2024-12-19T05:32:31.434Z | Downloaded slog-bunyan v2.5.0 |
295 | 2024-12-19T05:32:31.434Z | Downloaded signal-hook-registry v1.4.2 |
296 | 2024-12-19T05:32:31.437Z | Downloaded serde_tokenstream v0.2.2 |
297 | 2024-12-19T05:32:31.440Z | Downloaded omicron-workspace-hack v0.1.0 |
298 | 2024-12-19T05:32:31.440Z | Downloaded password-hash v0.5.0 |
299 | 2024-12-19T05:32:31.444Z | Downloaded clap v4.5.23 |
300 | 2024-12-19T05:32:31.451Z | Downloaded slog-json v2.6.1 |
301 | 2024-12-19T05:32:31.454Z | Downloaded crossbeam-channel v0.5.13 |
302 | 2024-12-19T05:32:31.458Z | Downloaded cc v1.1.21 |
303 | 2024-12-19T05:32:31.461Z | Downloaded slog-envlogger v2.2.0 |
304 | 2024-12-19T05:32:31.464Z | Downloaded slab v0.4.9 |
305 | 2024-12-19T05:32:31.467Z | Downloaded serde_derive_internals v0.29.1 |
306 | 2024-12-19T05:32:31.467Z | Downloaded rhai_codegen v2.2.0 |
307 | 2024-12-19T05:32:31.475Z | Downloaded want v0.3.1 |
308 | 2024-12-19T05:32:31.478Z | Downloaded clap_builder v4.5.23 |
309 | 2024-12-19T05:32:31.484Z | Downloaded semver v1.0.23 |
310 | 2024-12-19T05:32:31.486Z | Downloaded sha2 v0.10.8 |
311 | 2024-12-19T05:32:31.489Z | Downloaded scopeguard v1.2.0 |
312 | 2024-12-19T05:32:31.491Z | Downloaded newline-converter v0.3.0 |
313 | 2024-12-19T05:32:31.495Z | Downloaded chrono v0.4.38 |
314 | 2024-12-19T05:32:31.499Z | Downloaded take_mut v0.2.2 |
315 | 2024-12-19T05:32:31.503Z | Downloaded num-derive v0.4.2 |
316 | 2024-12-19T05:32:31.505Z | Downloaded dropshot v0.12.0 |
317 | 2024-12-19T05:32:31.523Z | Downloaded slog v2.7.0 |
318 | 2024-12-19T05:32:31.526Z | Downloaded similar v2.6.0 |
319 | 2024-12-19T05:32:31.529Z | Downloaded serde_with_macros v3.9.0 |
320 | 2024-12-19T05:32:31.532Z | Downloaded hash32 v0.3.1 |
321 | 2024-12-19T05:32:31.536Z | Downloaded pest v2.7.13 |
322 | 2024-12-19T05:32:31.540Z | Downloaded typify-macro v0.2.0 |
323 | 2024-12-19T05:32:31.544Z | Downloaded postcard v1.0.10 |
324 | 2024-12-19T05:32:31.544Z | Downloaded http-body-util v0.1.2 |
325 | 2024-12-19T05:32:31.547Z | Downloaded sct v0.7.1 |
326 | 2024-12-19T05:32:31.547Z | Downloaded progenitor-impl v0.8.0 |
327 | 2024-12-19T05:32:31.550Z | Downloaded instant v0.1.13 |
328 | 2024-12-19T05:32:31.553Z | Downloaded ppv-lite86 v0.2.20 |
329 | 2024-12-19T05:32:31.553Z | Downloaded ident_case v1.0.1 |
330 | 2024-12-19T05:32:31.556Z | Downloaded ryu v1.0.18 |
331 | 2024-12-19T05:32:31.556Z | Downloaded waitgroup v0.1.2 |
332 | 2024-12-19T05:32:31.561Z | Downloaded quote v1.0.37 |
333 | 2024-12-19T05:32:31.561Z | Downloaded aho-corasick v1.1.3 |
334 | 2024-12-19T05:32:31.564Z | Downloaded shlex v1.3.0 |
335 | 2024-12-19T05:32:31.566Z | Downloaded rustls-pemfile v2.1.3 |
336 | 2024-12-19T05:32:31.569Z | Downloaded no-std-compat v0.4.1 |
337 | 2024-12-19T05:32:31.571Z | Downloaded newtype_derive v0.1.6 |
338 | 2024-12-19T05:32:31.571Z | Downloaded resolv-conf v0.7.0 |
339 | 2024-12-19T05:32:31.574Z | Downloaded proc-macro-crate v3.2.0 |
340 | 2024-12-19T05:32:31.574Z | Downloaded expectorate v1.1.0 |
341 | 2024-12-19T05:32:31.585Z | Downloaded diff v0.1.13 |
342 | 2024-12-19T05:32:31.585Z | Downloaded tabwriter v1.4.0 |
343 | 2024-12-19T05:32:31.596Z | Downloaded thin-vec v0.2.13 |
344 | 2024-12-19T05:32:31.596Z | Downloaded darling_core v0.20.10 |
345 | 2024-12-19T05:32:31.597Z | Downloaded prettyplease v0.2.22 |
346 | 2024-12-19T05:32:31.597Z | Downloaded sha1 v0.10.6 |
347 | 2024-12-19T05:32:31.598Z | Downloaded rustls-pki-types v1.8.0 |
348 | 2024-12-19T05:32:31.604Z | Downloaded pin-project-lite v0.2.14 |
349 | 2024-12-19T05:32:31.604Z | Downloaded httparse v1.9.4 |
350 | 2024-12-19T05:32:31.604Z | Downloaded tokio-rustls v0.26.0 |
351 | 2024-12-19T05:32:31.610Z | Downloaded untrusted v0.9.0 |
352 | 2024-12-19T05:32:31.610Z | Downloaded schemars v0.8.21 |
353 | 2024-12-19T05:32:31.622Z | Downloaded zeroize v1.8.1 |
354 | 2024-12-19T05:32:31.631Z | Downloaded zone_cfg_derive v0.3.0 |
355 | 2024-12-19T05:32:31.631Z | Downloaded tokio-rustls v0.25.0 |
356 | 2024-12-19T05:32:31.631Z | Downloaded hex v0.4.3 |
357 | 2024-12-19T05:32:31.631Z | Downloaded indent_write v2.2.0 |
358 | 2024-12-19T05:32:31.631Z | Downloaded serde_yaml v0.9.34+deprecated |
359 | 2024-12-19T05:32:31.631Z | Downloaded serde_derive v1.0.215 |
360 | 2024-12-19T05:32:31.639Z | Downloaded macaddr v1.0.1 |
361 | 2024-12-19T05:32:31.640Z | Downloaded parse-display v0.10.0 |
362 | 2024-12-19T05:32:31.640Z | Downloaded lock_api v0.4.12 |
363 | 2024-12-19T05:32:31.640Z | Downloaded num v0.4.3 |
364 | 2024-12-19T05:32:31.661Z | Downloaded proc-macro2 v1.0.86 |
365 | 2024-12-19T05:32:31.661Z | Downloaded hostname v0.4.0 |
366 | 2024-12-19T05:32:31.661Z | Downloaded bytes v1.7.2 |
367 | 2024-12-19T05:32:31.662Z | Downloaded native-tls v0.2.12 |
368 | 2024-12-19T05:32:31.672Z | Downloaded schemars_derive v0.8.21 |
369 | 2024-12-19T05:32:31.672Z | Downloaded subtle v2.6.1 |
370 | 2024-12-19T05:32:31.672Z | Downloaded proc-macro-error v1.0.4 |
371 | 2024-12-19T05:32:31.673Z | Downloaded progenitor v0.8.0 |
372 | 2024-12-19T05:32:31.673Z | Downloaded base64 v0.21.7 |
373 | 2024-12-19T05:32:31.673Z | Downloaded parking_lot_core v0.9.10 |
374 | 2024-12-19T05:32:31.673Z | Downloaded serde_spanned v0.6.7 |
375 | 2024-12-19T05:32:31.673Z | Downloaded rustc-hash v2.0.0 |
376 | 2024-12-19T05:32:31.673Z | Downloaded futures v0.3.30 |
377 | 2024-12-19T05:32:31.685Z | Downloaded tokio-rustls v0.24.1 |
378 | 2024-12-19T05:32:31.685Z | Downloaded rand v0.8.5 |
379 | 2024-12-19T05:32:31.685Z | Downloaded thread_local v1.1.8 |
380 | 2024-12-19T05:32:31.685Z | Downloaded linked-hash-map v0.5.6 |
381 | 2024-12-19T05:32:31.685Z | Downloaded thiserror-impl v1.0.69 |
382 | 2024-12-19T05:32:31.691Z | Downloaded pretty_assertions v1.4.1 |
383 | 2024-12-19T05:32:31.691Z | Downloaded quinn v0.11.5 |
384 | 2024-12-19T05:32:31.691Z | Downloaded thread-id v4.2.2 |
385 | 2024-12-19T05:32:31.691Z | Downloaded zerocopy-derive v0.7.35 |
386 | 2024-12-19T05:32:31.691Z | Downloaded derive_more v0.99.18 |
387 | 2024-12-19T05:32:31.697Z | Downloaded zone v0.3.0 |
388 | 2024-12-19T05:32:31.700Z | Downloaded version_check v0.9.5 |
389 | 2024-12-19T05:32:31.700Z | Downloaded encoding_rs v0.8.34 |
390 | 2024-12-19T05:32:31.731Z | Downloaded fxhash v0.2.1 |
391 | 2024-12-19T05:32:31.735Z | Downloaded pest_meta v2.7.13 |
392 | 2024-12-19T05:32:31.735Z | Downloaded lazy_static v1.5.0 |
393 | 2024-12-19T05:32:31.736Z | Downloaded num_enum v0.5.11 |
394 | 2024-12-19T05:32:31.736Z | Downloaded strum_macros v0.26.4 |
395 | 2024-12-19T05:32:31.740Z | Downloaded itoa v1.0.11 |
396 | 2024-12-19T05:32:31.740Z | Downloaded tempfile v3.12.0 |
397 | 2024-12-19T05:32:31.750Z | Downloaded spin v0.9.8 |
398 | 2024-12-19T05:32:31.750Z | Downloaded http-body v0.4.6 |
399 | 2024-12-19T05:32:31.757Z | Downloaded hyper-tls v0.6.0 |
400 | 2024-12-19T05:32:31.757Z | Downloaded half v2.4.1 |
401 | 2024-12-19T05:32:31.757Z | Downloaded hostname v0.3.1 |
402 | 2024-12-19T05:32:31.757Z | Downloaded num-complex v0.4.6 |
403 | 2024-12-19T05:32:31.757Z | Downloaded tracing-attributes v0.1.27 |
404 | 2024-12-19T05:32:31.764Z | Downloaded newtype-uuid v1.1.0 |
405 | 2024-12-19T05:32:31.765Z | Downloaded multer v3.1.0 |
406 | 2024-12-19T05:32:31.765Z | Downloaded iana-time-zone v0.1.61 |
407 | 2024-12-19T05:32:31.770Z | Downloaded smallvec v1.13.2 |
408 | 2024-12-19T05:32:31.771Z | Downloaded openssl-probe v0.1.5 |
409 | 2024-12-19T05:32:31.771Z | Downloaded num_enum v0.7.3 |
410 | 2024-12-19T05:32:31.774Z | Downloaded once_cell v1.20.2 |
411 | 2024-12-19T05:32:31.779Z | Downloaded num_threads v0.1.7 |
412 | 2024-12-19T05:32:31.779Z | Downloaded thiserror v1.0.69 |
413 | 2024-12-19T05:32:31.783Z | Downloaded hubpack_derive v0.1.1 |
414 | 2024-12-19T05:32:31.783Z | Downloaded tower-service v0.3.3 |
415 | 2024-12-19T05:32:31.786Z | Downloaded try-lock v0.2.5 |
416 | 2024-12-19T05:32:31.786Z | Downloaded openssl-macros v0.1.1 |
417 | 2024-12-19T05:32:31.787Z | Downloaded tinyvec_macros v0.1.1 |
418 | 2024-12-19T05:32:31.787Z | Downloaded sync_wrapper v1.0.1 |
419 | 2024-12-19T05:32:31.811Z | Downloaded num-conv v0.1.0 |
420 | 2024-12-19T05:32:31.811Z | Downloaded generic-array v0.14.7 |
421 | 2024-12-19T05:32:31.811Z | Downloaded usdt-macro v0.5.0 |
422 | 2024-12-19T05:32:31.811Z | Downloaded toml_datetime v0.6.8 |
423 | 2024-12-19T05:32:31.846Z | Downloaded static_assertions v1.1.0 |
424 | 2024-12-19T05:32:31.846Z | Downloaded num-traits v0.2.19 |
425 | 2024-12-19T05:32:31.846Z | Downloaded log v0.4.22 |
426 | 2024-12-19T05:32:31.846Z | Downloaded ucd-trie v0.1.6 |
427 | 2024-12-19T05:32:31.847Z | Downloaded scroll v0.12.0 |
428 | 2024-12-19T05:32:31.847Z | Downloaded usdt-impl v0.5.0 |
429 | 2024-12-19T05:32:31.847Z | Downloaded heck v0.5.0 |
430 | 2024-12-19T05:32:31.847Z | Downloaded humantime v2.1.0 |
431 | 2024-12-19T05:32:31.847Z | Downloaded match_cfg v0.1.0 |
432 | 2024-12-19T05:32:31.847Z | Downloaded highway v1.2.0 |
433 | 2024-12-19T05:32:31.847Z | Downloaded serde v1.0.215 |
434 | 2024-12-19T05:32:31.847Z | Downloaded http-body v1.0.1 |
435 | 2024-12-19T05:32:31.847Z | Downloaded owo-colors v4.1.0 |
436 | 2024-12-19T05:32:31.847Z | Downloaded usdt-attr-macro v0.5.0 |
437 | 2024-12-19T05:32:31.847Z | Downloaded futures-task v0.3.30 |
438 | 2024-12-19T05:32:31.847Z | Downloaded tiny-keccak v2.0.2 |
439 | 2024-12-19T05:32:31.854Z | Downloaded futures-sink v0.3.30 |
440 | 2024-12-19T05:32:31.854Z | Downloaded httpdate v1.0.3 |
441 | 2024-12-19T05:32:31.854Z | Downloaded sync_wrapper v0.1.2 |
442 | 2024-12-19T05:32:31.854Z | Downloaded num_enum_derive v0.5.11 |
443 | 2024-12-19T05:32:31.854Z | Downloaded mime v0.3.17 |
444 | 2024-12-19T05:32:31.854Z | Downloaded memmap v0.7.0 |
445 | 2024-12-19T05:32:31.854Z | Downloaded hyper-tls v0.5.0 |
446 | 2024-12-19T05:32:31.854Z | Downloaded tokio-native-tls v0.3.1 |
447 | 2024-12-19T05:32:31.854Z | Downloaded strum_macros v0.25.3 |
448 | 2024-12-19T05:32:31.855Z | Downloaded hyper-util v0.1.10 |
449 | 2024-12-19T05:32:31.855Z | Downloaded num_enum_derive v0.7.3 |
450 | 2024-12-19T05:32:31.855Z | Downloaded whoami v1.5.2 |
451 | 2024-12-19T05:32:31.855Z | Downloaded structmeta-derive v0.3.0 |
452 | 2024-12-19T05:32:31.855Z | Downloaded num-iter v0.1.45 |
453 | 2024-12-19T05:32:31.855Z | Downloaded num-rational v0.4.2 |
454 | 2024-12-19T05:32:31.855Z | Downloaded hubpack v0.1.2 |
455 | 2024-12-19T05:32:31.855Z | Downloaded smf v0.2.3 |
456 | 2024-12-19T05:32:31.855Z | Downloaded spin v0.5.2 |
457 | 2024-12-19T05:32:31.855Z | Downloaded num-derive v0.3.3 |
458 | 2024-12-19T05:32:31.856Z | Downloaded ipnetwork v0.20.0 |
459 | 2024-12-19T05:32:31.863Z | Downloaded heck v0.4.1 |
460 | 2024-12-19T05:32:31.863Z | Downloaded num-integer v0.1.46 |
461 | 2024-12-19T05:32:31.863Z | Downloaded usdt v0.5.0 |
462 | 2024-12-19T05:32:31.863Z | Downloaded slog-stdlog v4.1.1 |
463 | 2024-12-19T05:32:31.863Z | Downloaded swrite v0.1.0 |
464 | 2024-12-19T05:32:31.864Z | Downloaded slog-scope v4.4.0 |
465 | 2024-12-19T05:32:31.871Z | Downloaded libsw v3.3.1 |
466 | 2024-12-19T05:32:31.871Z | Downloaded tokio-macros v2.4.0 |
467 | 2024-12-19T05:32:31.871Z | Downloaded time-core v0.1.2 |
468 | 2024-12-19T05:32:31.871Z | Downloaded utf8parse v0.2.2 |
469 | 2024-12-19T05:32:31.871Z | Downloaded crossbeam-utils v0.8.20 |
470 | 2024-12-19T05:32:31.876Z | Downloaded anyhow v1.0.94 |
471 | 2024-12-19T05:32:31.877Z | Downloaded rand_core v0.6.4 |
472 | 2024-12-19T05:32:31.877Z | Downloaded getrandom v0.2.15 |
473 | 2024-12-19T05:32:31.881Z | Downloaded managed v0.8.0 |
474 | 2024-12-19T05:32:31.881Z | Downloaded lru-cache v0.1.2 |
475 | 2024-12-19T05:32:31.881Z | Downloaded tracing-core v0.1.32 |
476 | 2024-12-19T05:32:31.886Z | Downloaded crc32fast v1.4.2 |
477 | 2024-12-19T05:32:31.891Z | Downloaded parking_lot v0.11.2 |
478 | 2024-12-19T05:32:31.891Z | Downloaded linear-map v1.2.0 |
479 | 2024-12-19T05:32:31.892Z | Downloaded strum v0.26.3 |
480 | 2024-12-19T05:32:31.895Z | Downloaded cookie v0.18.1 |
481 | 2024-12-19T05:32:31.895Z | Downloaded ipnet v2.10.0 |
482 | 2024-12-19T05:32:31.895Z | Downloaded terminal_size v0.4.0 |
483 | 2024-12-19T05:32:31.899Z | Downloaded structmeta v0.3.0 |
484 | 2024-12-19T05:32:31.899Z | Downloaded time-macros v0.2.18 |
485 | 2024-12-19T05:32:31.903Z | Downloaded smartstring v1.0.1 |
486 | 2024-12-19T05:32:31.903Z | Downloaded typify v0.2.0 |
487 | 2024-12-19T05:32:31.912Z | Downloaded parking_lot_core v0.8.6 |
488 | 2024-12-19T05:32:31.948Z | Downloaded strsim v0.11.1 |
489 | 2024-12-19T05:32:31.948Z | Downloaded stable_deref_trait v1.2.0 |
490 | 2024-12-19T05:32:31.948Z | Downloaded bitflags v2.6.0 |
491 | 2024-12-19T05:32:31.949Z | Downloaded is_terminal_polyfill v1.70.1 |
492 | 2024-12-19T05:32:31.949Z | Downloaded is-terminal v0.4.13 |
493 | 2024-12-19T05:32:31.949Z | Downloaded uuid v1.11.0 |
494 | 2024-12-19T05:32:31.982Z | Downloaded zerocopy v0.6.6 |
495 | 2024-12-19T05:32:31.982Z | Downloaded toml v0.8.19 |
496 | 2024-12-19T05:32:31.982Z | Downloaded tinyvec v1.8.0 |
497 | 2024-12-19T05:32:31.983Z | Downloaded parking_lot v0.12.3 |
498 | 2024-12-19T05:32:31.983Z | Downloaded hyper-rustls v0.24.2 |
499 | 2024-12-19T05:32:31.983Z | Downloaded unicode-ident v1.0.13 |
500 | 2024-12-19T05:32:31.983Z | Downloaded hyper-rustls v0.27.3 |
501 | 2024-12-19T05:32:31.983Z | Downloaded base64 v0.22.1 |
502 | 2024-12-19T05:32:31.984Z | Downloaded indexmap v1.9.3 |
503 | 2024-12-19T05:32:31.984Z | Downloaded unsafe-libyaml v0.2.11 |
504 | 2024-12-19T05:32:31.984Z | Downloaded openssl-sys v0.9.103 |
505 | 2024-12-19T05:32:31.984Z | Downloaded term v0.7.0 |
506 | 2024-12-19T05:32:31.984Z | Downloaded slog-term v2.9.1 |
507 | 2024-12-19T05:32:31.997Z | Downloaded url v2.5.2 |
508 | 2024-12-19T05:32:31.998Z | Downloaded indexmap v2.5.0 |
509 | 2024-12-19T05:32:31.998Z | Downloaded hickory-resolver v0.24.1 |
510 | 2024-12-19T05:32:32.000Z | Downloaded typenum v1.17.0 |
511 | 2024-12-19T05:32:32.000Z | Downloaded allocator-api2 v0.2.18 |
512 | 2024-12-19T05:32:32.000Z | Downloaded unicode-bidi v0.3.15 |
513 | 2024-12-19T05:32:32.002Z | Downloaded serde_with v3.9.0 |
514 | 2024-12-19T05:32:32.002Z | Downloaded hashbrown v0.12.3 |
515 | 2024-12-19T05:32:32.026Z | Downloaded mio v1.0.2 |
516 | 2024-12-19T05:32:32.026Z | Downloaded toml_edit v0.19.15 |
517 | 2024-12-19T05:32:32.069Z | Downloaded toml_edit v0.22.21 |
518 | 2024-12-19T05:32:32.116Z | Downloaded itertools v0.10.5 |
519 | 2024-12-19T05:32:32.117Z | Downloaded tokio-util v0.7.12 |
520 | 2024-12-19T05:32:32.117Z | Downloaded socket2 v0.5.8 |
521 | 2024-12-19T05:32:32.117Z | Downloaded minimal-lexical v0.2.1 |
522 | 2024-12-19T05:32:32.117Z | Downloaded unicode-segmentation v1.12.0 |
523 | 2024-12-19T05:32:32.117Z | Downloaded serde_json v1.0.133 |
524 | 2024-12-19T05:32:32.117Z | Downloaded hashbrown v0.14.5 |
525 | 2024-12-19T05:32:32.117Z | Downloaded tracing v0.1.40 |
526 | 2024-12-19T05:32:32.117Z | Downloaded http v0.2.12 |
527 | 2024-12-19T05:32:32.117Z | Downloaded heapless v0.8.0 |
528 | 2024-12-19T05:32:32.118Z | Downloaded hyper v1.5.1 |
529 | 2024-12-19T05:32:32.118Z | Downloaded h2 v0.3.26 |
530 | 2024-12-19T05:32:32.118Z | Downloaded goblin v0.8.2 |
531 | 2024-12-19T05:32:32.130Z | Downloaded futures-util v0.3.30 |
532 | 2024-12-19T05:32:32.130Z | Downloaded http v1.2.0 |
533 | 2024-12-19T05:32:32.130Z | Downloaded yansi v1.0.1 |
534 | 2024-12-19T05:32:32.131Z | Downloaded itertools v0.13.0 |
535 | 2024-12-19T05:32:32.140Z | Downloaded vcpkg v0.2.15 |
536 | 2024-12-19T05:32:32.163Z | Downloaded webpki-roots v0.26.6 |
537 | 2024-12-19T05:32:32.179Z | Downloaded webpki-roots v0.25.4 |
538 | 2024-12-19T05:32:32.179Z | Downloaded openssl v0.10.66 |
539 | 2024-12-19T05:32:32.189Z | Downloaded time v0.3.36 |
540 | 2024-12-19T05:32:32.195Z | Downloaded reqwest v0.11.27 |
541 | 2024-12-19T05:32:32.201Z | Downloaded libm v0.2.8 |
542 | 2024-12-19T05:32:32.201Z | Downloaded portable-atomic v1.8.0 |
543 | 2024-12-19T05:32:32.206Z | Downloaded nom v7.1.3 |
544 | 2024-12-19T05:32:32.211Z | Downloaded smoltcp v0.11.0 |
545 | 2024-12-19T05:32:32.227Z | Downloaded itertools v0.12.1 |
546 | 2024-12-19T05:32:32.235Z | Downloaded unicode-normalization v0.1.24 |
547 | 2024-12-19T05:32:32.243Z | Downloaded quinn-proto v0.11.8 |
548 | 2024-12-19T05:32:32.243Z | Downloaded reqwest v0.12.9 |
549 | 2024-12-19T05:32:32.250Z | Downloaded zerocopy v0.7.35 |
550 | 2024-12-19T05:32:32.266Z | Downloaded memchr v2.7.4 |
551 | 2024-12-19T05:32:32.271Z | Downloaded regex v1.10.6 |
552 | 2024-12-19T05:32:32.288Z | Downloaded rustls-webpki v0.102.8 |
553 | 2024-12-19T05:32:32.305Z | Downloaded winnow v0.6.18 |
554 | 2024-12-19T05:32:32.308Z | Downloaded winnow v0.5.40 |
555 | 2024-12-19T05:32:32.323Z | Downloaded rustls-webpki v0.101.7 |
556 | 2024-12-19T05:32:32.339Z | Downloaded h2 v0.4.6 |
557 | 2024-12-19T05:32:32.351Z | Downloaded steno v0.4.1 |
558 | 2024-12-19T05:32:32.351Z | Downloaded progenitor-macro v0.8.0 |
559 | 2024-12-19T05:32:32.351Z | Downloaded powerfmt v0.2.0 |
560 | 2024-12-19T05:32:32.352Z | Downloaded crossbeam-epoch v0.9.18 |
561 | 2024-12-19T05:32:32.352Z | Downloaded cancel-safe-futures v0.1.5 |
562 | 2024-12-19T05:32:32.352Z | Downloaded async-trait v0.1.83 |
563 | 2024-12-19T05:32:32.352Z | Downloaded idna v0.4.0 |
564 | 2024-12-19T05:32:32.359Z | Downloaded defmt v0.3.8 |
565 | 2024-12-19T05:32:32.359Z | Downloaded hyper v0.14.30 |
566 | 2024-12-19T05:32:32.384Z | Downloaded rustls v0.21.12 |
567 | 2024-12-19T05:32:32.410Z | Downloaded data-encoding v2.6.0 |
568 | 2024-12-19T05:32:32.410Z | Downloaded libc v0.2.169 |
569 | 2024-12-19T05:32:32.423Z | Downloaded regress v0.10.1 |
570 | 2024-12-19T05:32:32.424Z | Downloaded tokio v1.42.0 |
571 | 2024-12-19T05:32:32.441Z | Downloaded rustls v0.23.13 |
572 | 2024-12-19T05:32:32.451Z | Downloaded syn v1.0.109 |
573 | 2024-12-19T05:32:32.465Z | Downloaded rustls v0.22.4 |
574 | 2024-12-19T05:32:32.472Z | Downloaded rhai v1.20.0 |
575 | 2024-12-19T05:32:32.483Z | Downloaded syn v2.0.87 |
576 | 2024-12-19T05:32:32.494Z | Downloaded rustix v0.38.37 |
577 | 2024-12-19T05:32:32.515Z | Downloaded hickory-proto v0.24.1 |
578 | 2024-12-19T05:32:32.531Z | Downloaded openapiv3 v2.0.0 |
579 | 2024-12-19T05:32:32.543Z | Downloaded regex-syntax v0.8.4 |
580 | 2024-12-19T05:32:32.547Z | Downloaded regress v0.9.1 |
581 | 2024-12-19T05:32:32.555Z | Downloaded unicode-width v0.1.14 |
582 | 2024-12-19T05:32:32.566Z | Downloaded idna v0.5.0 |
583 | 2024-12-19T05:32:32.624Z | Downloaded serde_repr v0.1.19 |
584 | 2024-12-19T05:32:32.624Z | Downloaded fixedbitset v0.4.2 |
585 | 2024-12-19T05:32:32.624Z | Downloaded dirs-next v2.0.0 |
586 | 2024-12-19T05:32:32.624Z | Downloaded quick-error v1.2.3 |
587 | 2024-12-19T05:32:32.624Z | Downloaded proc-macro-error-attr v1.0.4 |
588 | 2024-12-19T05:32:32.624Z | Downloaded ciborium v0.2.2 |
589 | 2024-12-19T05:32:32.624Z | Downloaded proc-macro-crate v1.3.1 |
590 | 2024-12-19T05:32:32.624Z | Downloaded anstyle v1.0.10 |
591 | 2024-12-19T05:32:32.624Z | Downloaded paste v1.0.15 |
592 | 2024-12-19T05:32:32.625Z | Downloaded darling v0.20.10 |
593 | 2024-12-19T05:32:32.625Z | Downloaded typify-impl v0.2.0 |
594 | 2024-12-19T05:32:32.665Z | Downloaded sled v0.34.7 |
595 | 2024-12-19T05:32:32.665Z | Downloaded zerocopy-derive v0.6.6 |
596 | 2024-12-19T05:32:32.665Z | Downloaded regex-automata v0.4.7 |
597 | 2024-12-19T05:32:32.665Z | Downloaded crypto-common v0.1.6 |
598 | 2024-12-19T05:32:32.665Z | Downloaded clap_lex v0.7.4 |
599 | 2024-12-19T05:32:32.666Z | Downloaded camino-tempfile v1.1.1 |
600 | 2024-12-19T05:32:32.666Z | Downloaded petgraph v0.6.5 |
601 | 2024-12-19T05:32:32.738Z | Downloaded pretty-hex v0.4.1 |
602 | 2024-12-19T05:32:32.738Z | Downloaded fnv v1.0.7 |
603 | 2024-12-19T05:32:32.738Z | Downloaded digest v0.10.7 |
604 | 2024-12-19T05:32:32.738Z | Downloaded debug-ignore v1.0.5 |
605 | 2024-12-19T05:32:32.738Z | Downloaded colored v2.1.0 |
606 | 2024-12-19T05:32:32.738Z | Downloaded pest_generator v2.7.13 |
607 | 2024-12-19T05:32:32.739Z | Downloaded convert_case v0.4.0 |
608 | 2024-12-19T05:32:32.739Z | Downloaded anstyle-parse v0.2.5 |
609 | 2024-12-19T05:32:32.739Z | Downloaded ciborium-ll v0.2.2 |
610 | 2024-12-19T05:32:32.739Z | Downloaded backoff v0.4.0 |
611 | 2024-12-19T05:32:32.739Z | Downloaded errno v0.3.9 |
612 | 2024-12-19T05:32:32.739Z | Downloaded dyn-clone v1.0.17 |
613 | 2024-12-19T05:32:32.739Z | Downloaded dof v0.3.0 |
614 | 2024-12-19T05:32:32.740Z | Downloaded defmt-macros v0.3.9 |
615 | 2024-12-19T05:32:32.740Z | Downloaded cfg-if v1.0.0 |
616 | 2024-12-19T05:32:32.741Z | Downloaded atomic-waker v1.1.2 |
617 | 2024-12-19T05:32:32.899Z | Downloaded ring v0.17.8 |
618 | 2024-12-19T05:32:33.350Z | Compiling proc-macro2 v1.0.86 |
619 | 2024-12-19T05:32:33.350Z | Compiling unicode-ident v1.0.13 |
620 | 2024-12-19T05:32:33.389Z | Compiling libc v0.2.169 |
621 | 2024-12-19T05:32:33.389Z | Compiling serde v1.0.215 |
622 | 2024-12-19T05:32:33.389Z | Compiling autocfg v1.3.0 |
623 | 2024-12-19T05:32:33.390Z | Compiling version_check v0.9.5 |
624 | 2024-12-19T05:32:33.390Z | Compiling cfg-if v1.0.0 |
625 | 2024-12-19T05:32:33.391Z | Compiling once_cell v1.20.2 |
626 | 2024-12-19T05:32:33.539Z | Compiling portable-atomic v1.8.0 |
627 | 2024-12-19T05:32:33.579Z | Compiling libm v0.2.8 |
628 | 2024-12-19T05:32:33.894Z | Compiling parking_lot_core v0.9.10 |
629 | 2024-12-19T05:32:34.065Z | Compiling thiserror v1.0.69 |
630 | 2024-12-19T05:32:34.124Z | Compiling serde_json v1.0.133 |
631 | 2024-12-19T05:32:34.152Z | Compiling byteorder v1.5.0 |
632 | 2024-12-19T05:32:34.169Z | Compiling lock_api v0.4.12 |
633 | 2024-12-19T05:32:34.564Z | Compiling num-traits v0.2.19 |
634 | 2024-12-19T05:32:34.603Z | Compiling shlex v1.3.0 |
635 | 2024-12-19T05:32:34.651Z | Compiling schemars v0.8.21 |
636 | 2024-12-19T05:32:34.928Z | Compiling cc v1.1.21 |
637 | 2024-12-19T05:32:34.998Z | Compiling memchr v2.7.4 |
638 | 2024-12-19T05:32:35.063Z | Compiling slab v0.4.9 |
639 | 2024-12-19T05:32:35.185Z | Compiling quote v1.0.37 |
640 | 2024-12-19T05:32:35.560Z | Compiling getrandom v0.2.15 |
641 | 2024-12-19T05:32:35.644Z | Compiling syn v2.0.87 |
642 | 2024-12-19T05:32:35.726Z | Compiling crunchy v0.2.2 |
643 | 2024-12-19T05:32:35.729Z | Compiling tiny-keccak v2.0.2 |
644 | 2024-12-19T05:32:35.834Z | Compiling ahash v0.8.11 |
645 | 2024-12-19T05:32:35.954Z | Compiling allocator-api2 v0.2.18 |
646 | 2024-12-19T05:32:36.067Z | Compiling itoa v1.0.11 |
647 | 2024-12-19T05:32:36.269Z | Compiling ryu v1.0.18 |
648 | 2024-12-19T05:32:36.288Z | Compiling heck v0.5.0 |
649 | 2024-12-19T05:32:36.497Z | Compiling equivalent v1.0.1 |
650 | 2024-12-19T05:32:36.575Z | Compiling httparse v1.9.4 |
651 | 2024-12-19T05:32:36.609Z | Compiling log v0.4.22 |
652 | 2024-12-19T05:32:36.686Z | Compiling vcpkg v0.2.15 |
653 | 2024-12-19T05:32:36.714Z | Compiling pkg-config v0.3.31 |
654 | 2024-12-19T05:32:36.814Z | Compiling const-random-macro v0.1.16 |
655 | 2024-12-19T05:32:37.286Z | Compiling slog v2.7.0 |
656 | 2024-12-19T05:32:37.319Z | Compiling fnv v1.0.7 |
657 | 2024-12-19T05:32:37.602Z | Compiling openssl v0.10.66 |
658 | 2024-12-19T05:32:37.908Z | Compiling semver v1.0.23 |
659 | 2024-12-19T05:32:37.951Z | Compiling ring v0.17.8 |
660 | 2024-12-19T05:32:38.025Z | Compiling iana-time-zone v0.1.61 |
661 | 2024-12-19T05:32:38.059Z | Compiling dyn-clone v1.0.17 |
662 | 2024-12-19T05:32:38.390Z | Compiling native-tls v0.2.12 |
663 | 2024-12-19T05:32:38.409Z | Compiling openssl-sys v0.9.103 |
664 | 2024-12-19T05:32:38.948Z | Compiling rustls v0.23.13 |
665 | 2024-12-19T05:32:39.251Z | Compiling anyhow v1.0.94 |
666 | 2024-12-19T05:32:39.400Z | Compiling aho-corasick v1.1.3 |
667 | 2024-12-19T05:32:39.542Z | Compiling regex-syntax v0.8.4 |
668 | 2024-12-19T05:32:39.717Z | Compiling typenum v1.17.0 |
669 | 2024-12-19T05:32:40.132Z | Compiling generic-array v0.14.7 |
670 | 2024-12-19T05:32:40.220Z | Compiling unsafe-libyaml v0.2.11 |
671 | 2024-12-19T05:32:40.468Z | Checking pin-project-lite v0.2.14 |
672 | 2024-12-19T05:32:40.632Z | Compiling num-conv v0.1.0 |
673 | 2024-12-19T05:32:40.659Z | Compiling time-core v0.1.2 |
674 | 2024-12-19T05:32:40.917Z | Compiling time-macros v0.2.18 |
675 | 2024-12-19T05:32:41.053Z | Compiling syn v1.0.109 |
676 | 2024-12-19T05:32:41.641Z | Checking scopeguard v1.2.0 |
677 | 2024-12-19T05:32:42.045Z | Compiling ucd-trie v0.1.6 |
678 | 2024-12-19T05:32:42.512Z | Checking signal-hook-registry v1.4.2 |
679 | 2024-12-19T05:32:42.550Z | Checking socket2 v0.5.8 |
680 | 2024-12-19T05:32:42.808Z | Compiling serde_derive_internals v0.29.1 |
681 | 2024-12-19T05:32:43.042Z | Compiling regex-automata v0.4.7 |
682 | 2024-12-19T05:32:43.614Z | Checking mio v1.0.2 |
683 | 2024-12-19T05:32:43.954Z | Compiling omicron-workspace-hack v0.1.0 |
684 | 2024-12-19T05:32:44.186Z | Compiling rustversion v1.0.17 |
685 | 2024-12-19T05:32:44.207Z | Compiling crossbeam-utils v0.8.20 |
686 | 2024-12-19T05:32:44.306Z | Checking const-random v0.1.18 |
687 | 2024-12-19T05:32:44.398Z | Compiling usdt-impl v0.5.0 |
688 | 2024-12-19T05:32:44.937Z | Compiling plain v0.2.3 |
689 | 2024-12-19T05:32:45.114Z | Compiling strsim v0.11.1 |
690 | 2024-12-19T05:32:45.133Z | Compiling slog-async v2.8.0 |
691 | 2024-12-19T05:32:45.707Z | Compiling pretty-hex v0.4.1 |
692 | 2024-12-19T05:32:45.913Z | Compiling thread-id v4.2.2 |
693 | 2024-12-19T05:32:45.946Z | Checking futures-core v0.3.30 |
694 | 2024-12-19T05:32:46.025Z | Compiling camino v1.1.9 |
695 | 2024-12-19T05:32:46.134Z | Compiling ident_case v1.0.1 |
696 | 2024-12-19T05:32:46.354Z | Compiling darling_core v0.20.10 |
697 | 2024-12-19T05:32:46.514Z | Compiling rustls v0.22.4 |
698 | 2024-12-19T05:32:46.882Z | Checking futures-sink v0.3.30 |
699 | 2024-12-19T05:32:47.043Z | Compiling paste v1.0.15 |
700 | 2024-12-19T05:32:47.312Z | Compiling regex v1.10.6 |
701 | 2024-12-19T05:32:47.457Z | Compiling multer v3.1.0 |
702 | 2024-12-19T05:32:47.883Z | Checking futures-channel v0.3.30 |
703 | 2024-12-19T05:32:47.900Z | Checking tracing-core v0.1.32 |
704 | 2024-12-19T05:32:48.272Z | Checking futures-task v0.3.30 |
705 | 2024-12-19T05:32:48.338Z | Checking pin-utils v0.1.0 |
706 | 2024-12-19T05:32:48.426Z | Checking futures-io v0.3.30 |
707 | 2024-12-19T05:32:48.443Z | Compiling serde_derive v1.0.215 |
708 | 2024-12-19T05:32:48.524Z | Compiling zerocopy-derive v0.7.35 |
709 | 2024-12-19T05:32:48.586Z | Compiling tokio-macros v2.4.0 |
710 | 2024-12-19T05:32:48.621Z | Compiling thiserror-impl v1.0.69 |
711 | 2024-12-19T05:32:48.730Z | Compiling schemars_derive v0.8.21 |
712 | 2024-12-19T05:32:50.176Z | Compiling futures-macro v0.3.30 |
713 | 2024-12-19T05:32:50.682Z | Compiling zerocopy v0.7.35 |
714 | 2024-12-19T05:32:50.961Z | Compiling tracing-attributes v0.1.27 |
715 | 2024-12-19T05:32:51.780Z | Compiling openssl-macros v0.1.1 |
716 | 2024-12-19T05:32:52.443Z | Compiling scroll_derive v0.12.0 |
717 | 2024-12-19T05:32:52.622Z | Compiling hashbrown v0.14.5 |
718 | 2024-12-19T05:32:52.625Z | Compiling pest v2.7.13 |
719 | 2024-12-19T05:32:53.790Z | Compiling darling_macro v0.20.10 |
720 | 2024-12-19T05:32:53.862Z | Compiling async-trait v0.1.83 |
721 | 2024-12-19T05:32:53.923Z | Compiling scroll v0.12.0 |
722 | 2024-12-19T05:32:54.094Z | Compiling regress v0.10.1 |
723 | 2024-12-19T05:32:54.392Z | Compiling goblin v0.8.2 |
724 | 2024-12-19T05:32:54.448Z | Compiling strum_macros v0.26.4 |
725 | 2024-12-19T05:32:54.772Z | Compiling darling v0.20.10 |
726 | 2024-12-19T05:32:54.890Z | Compiling serde_with_macros v3.9.0 |
727 | 2024-12-19T05:32:55.062Z | Compiling async-stream-impl v0.3.5 |
728 | 2024-12-19T05:32:55.531Z | Compiling pest_meta v2.7.13 |
729 | 2024-12-19T05:32:57.573Z | Compiling pest_generator v2.7.13 |
730 | 2024-12-19T05:32:59.144Z | Compiling structmeta-derive v0.3.0 |
731 | 2024-12-19T05:32:59.548Z | Compiling rustix v0.38.37 |
732 | 2024-12-19T05:32:59.602Z | Checking tracing v0.1.40 |
733 | 2024-12-19T05:32:59.727Z | Compiling pest_derive v2.7.13 |
734 | 2024-12-19T05:32:59.933Z | Checking futures-util v0.3.30 |
735 | 2024-12-19T05:33:00.381Z | Compiling dropshot v0.12.0 |
736 | 2024-12-19T05:33:00.609Z | Compiling dtrace-parser v0.2.0 |
737 | 2024-12-19T05:33:01.624Z | Checking bytes v1.7.2 |
738 | 2024-12-19T05:33:01.791Z | Checking smallvec v1.13.2 |
739 | 2024-12-19T05:33:02.468Z | Compiling indexmap v2.5.0 |
740 | 2024-12-19T05:33:02.547Z | Compiling serde_tokenstream v0.2.2 |
741 | 2024-12-19T05:33:02.616Z | Compiling chrono v0.4.38 |
742 | 2024-12-19T05:33:02.746Z | Compiling uuid v1.11.0 |
743 | 2024-12-19T05:33:03.468Z | Compiling http v1.2.0 |
744 | 2024-12-19T05:33:03.872Z | Compiling toml_datetime v0.6.8 |
745 | 2024-12-19T05:33:03.964Z | Compiling serde_yaml v0.9.34+deprecated |
746 | 2024-12-19T05:33:04.210Z | Checking parking_lot v0.12.3 |
747 | 2024-12-19T05:33:04.306Z | Compiling openapiv3 v2.0.0 |
748 | 2024-12-19T05:33:04.563Z | Checking tokio v1.42.0 |
749 | 2024-12-19T05:33:05.680Z | Compiling dof v0.3.0 |
750 | 2024-12-19T05:33:07.075Z | Compiling typify-impl v0.2.0 |
751 | 2024-12-19T05:33:07.845Z | Compiling structmeta v0.3.0 |
752 | 2024-12-19T05:33:08.149Z | Compiling usdt-attr-macro v0.5.0 |
753 | 2024-12-19T05:33:08.171Z | Compiling usdt-macro v0.5.0 |
754 | 2024-12-19T05:33:08.656Z | Compiling parse-display-derive v0.10.0 |
755 | 2024-12-19T05:33:09.682Z | Compiling dropshot_endpoint v0.12.0 |
756 | 2024-12-19T05:33:09.843Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
757 | 2024-12-19T05:33:10.889Z | Checking bitflags v2.6.0 |
758 | 2024-12-19T05:33:11.062Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
759 | 2024-12-19T05:33:11.496Z | Checking spin v0.9.8 |
760 | 2024-12-19T05:33:11.724Z | Checking untrusted v0.9.0 |
761 | 2024-12-19T05:33:11.892Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
762 | 2024-12-19T05:33:11.911Z | Compiling heapless v0.8.0 |
763 | 2024-12-19T05:33:12.279Z | Compiling winnow v0.5.40 |
764 | 2024-12-19T05:33:13.420Z | Compiling smoltcp v0.11.0 |
765 | 2024-12-19T05:33:14.137Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
766 | 2024-12-19T05:33:14.488Z | Checking tokio-util v0.7.12 |
767 | 2024-12-19T05:33:14.516Z | Compiling foreign-types-macros v0.2.3 |
768 | 2024-12-19T05:33:15.808Z | Checking try-lock v0.2.5 |
769 | 2024-12-19T05:33:15.973Z | Compiling toml_edit v0.19.15 |
770 | 2024-12-19T05:33:15.975Z | Checking want v0.3.1 |
771 | 2024-12-19T05:33:16.012Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
772 | 2024-12-19T05:33:16.823Z | Checking httpdate v1.0.3 |
773 | 2024-12-19T05:33:16.911Z | Checking subtle v2.6.1 |
774 | 2024-12-19T05:33:17.163Z | Compiling clap_derive v4.5.18 |
775 | 2024-12-19T05:33:17.419Z | Checking tower-service v0.3.3 |
776 | 2024-12-19T05:33:17.541Z | Compiling heck v0.4.1 |
777 | 2024-12-19T05:33:17.584Z | Checking tinyvec_macros v0.1.1 |
778 | 2024-12-19T05:33:17.671Z | Checking tinyvec v1.8.0 |
779 | 2024-12-19T05:33:19.012Z | Compiling proc-macro-crate v1.3.1 |
780 | 2024-12-19T05:33:20.199Z | Checking foreign-types-shared v0.1.1 |
781 | 2024-12-19T05:33:20.220Z | Checking percent-encoding v2.3.1 |
782 | 2024-12-19T05:33:20.302Z | Checking foreign-types v0.3.2 |
783 | 2024-12-19T05:33:20.428Z | Checking form_urlencoded v1.2.1 |
784 | 2024-12-19T05:33:20.466Z | Checking unicode-normalization v0.1.24 |
785 | 2024-12-19T05:33:21.265Z | Compiling typify-macro v0.2.0 |
786 | 2024-12-19T05:33:21.423Z | Compiling proc-macro-error-attr v1.0.4 |
787 | 2024-12-19T05:33:21.844Z | Checking unicode-bidi v0.3.15 |
788 | 2024-12-19T05:33:21.911Z | Checking rustls-pki-types v1.8.0 |
789 | 2024-12-19T05:33:22.130Z | Compiling num_enum_derive v0.5.11 |
790 | 2024-12-19T05:33:22.845Z | Compiling proc-macro-error v1.0.4 |
791 | 2024-12-19T05:33:23.421Z | Checking openssl-probe v0.1.5 |
792 | 2024-12-19T05:33:24.509Z | Checking idna v0.5.0 |
793 | 2024-12-19T05:33:24.575Z | Checking atomic-waker v1.1.2 |
794 | 2024-12-19T05:33:25.180Z | Compiling typify v0.2.0 |
795 | 2024-12-19T05:33:25.323Z | Compiling progenitor-impl v0.8.0 |
796 | 2024-12-19T05:33:25.341Z | Checking url v2.5.2 |
797 | 2024-12-19T05:33:25.842Z | Compiling rustls-webpki v0.102.8 |
798 | 2024-12-19T05:33:26.654Z | Checking http-body v1.0.1 |
799 | 2024-12-19T05:33:27.460Z | Checking encoding_rs v0.8.34 |
800 | 2024-12-19T05:33:27.597Z | Checking ipnet v2.10.0 |
801 | 2024-12-19T05:33:27.702Z | Checking mime v0.3.17 |
802 | 2024-12-19T05:33:28.128Z | Compiling zeroize v1.8.1 |
803 | 2024-12-19T05:33:28.396Z | Checking tokio-native-tls v0.3.1 |
804 | 2024-12-19T05:33:28.451Z | Compiling h2 v0.4.6 |
805 | 2024-12-19T05:33:28.685Z | Checking serde_urlencoded v0.7.1 |
806 | 2024-12-19T05:33:30.566Z | Checking ipnetwork v0.20.0 |
807 | 2024-12-19T05:33:31.056Z | Checking rand_core v0.6.4 |
808 | 2024-12-19T05:33:32.117Z | Compiling progenitor-macro v0.8.0 |
809 | 2024-12-19T05:33:32.822Z | Compiling serde_spanned v0.6.7 |
810 | 2024-12-19T05:33:32.882Z | Checking hyper v1.5.1 |
811 | 2024-12-19T05:33:33.965Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
812 | 2024-12-19T05:33:34.450Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
813 | 2024-12-19T05:33:34.600Z | Compiling winnow v0.6.18 |
814 | 2024-12-19T05:33:35.047Z | Checking hyper-util v0.1.10 |
815 | 2024-12-19T05:33:37.070Z | Compiling http-body-util v0.1.2 |
816 | 2024-12-19T05:33:38.107Z | Compiling toml_edit v0.22.21 |
817 | 2024-12-19T05:33:40.230Z | Checking ppv-lite86 v0.2.20 |
818 | 2024-12-19T05:33:40.926Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
819 | 2024-12-19T05:33:42.073Z | Compiling base64 v0.22.1 |
820 | 2024-12-19T05:33:42.559Z | Compiling powerfmt v0.2.0 |
821 | 2024-12-19T05:33:42.982Z | Compiling deranged v0.3.11 |
822 | 2024-12-19T05:33:43.076Z | Checking rustls-pemfile v2.1.3 |
823 | 2024-12-19T05:33:43.301Z | Compiling tokio-rustls v0.26.0 |
824 | 2024-12-19T05:33:44.197Z | Checking rand_chacha v0.3.1 |
825 | 2024-12-19T05:33:44.964Z | Compiling webpki-roots v0.26.6 |
826 | 2024-12-19T05:33:45.191Z | Compiling crucible-workspace-hack v0.1.0 |
827 | 2024-12-19T05:33:45.313Z | Compiling num_threads v0.1.7 |
828 | 2024-12-19T05:33:45.516Z | Compiling time v0.3.36 |
829 | 2024-12-19T05:33:45.538Z | Checking hyper-rustls v0.27.3 |
830 | 2024-12-19T05:33:45.882Z | Compiling hyper-tls v0.6.0 |
831 | 2024-12-19T05:33:45.901Z | Checking rand v0.8.5 |
832 | 2024-12-19T05:33:46.214Z | Compiling sync_wrapper v1.0.1 |
833 | 2024-12-19T05:33:46.352Z | Compiling dirs-sys-next v0.1.2 |
834 | 2024-12-19T05:33:46.535Z | Compiling prettyplease v0.2.22 |
835 | 2024-12-19T05:33:46.898Z | Compiling dirs-next v2.0.0 |
836 | 2024-12-19T05:33:46.915Z | Checking reqwest v0.12.9 |
837 | 2024-12-19T05:33:47.601Z | Compiling block-buffer v0.10.4 |
838 | 2024-12-19T05:33:47.857Z | Compiling crypto-common v0.1.6 |
839 | 2024-12-19T05:33:48.332Z | Compiling thread_local v1.1.8 |
840 | 2024-12-19T05:33:48.809Z | Compiling match_cfg v0.1.0 |
841 | 2024-12-19T05:33:48.829Z | Compiling crossbeam-channel v0.5.13 |
842 | 2024-12-19T05:33:48.899Z | Compiling hostname v0.3.1 |
843 | 2024-12-19T05:33:49.134Z | Compiling digest v0.10.7 |
844 | 2024-12-19T05:33:49.517Z | Compiling progenitor-client v0.8.0 |
845 | 2024-12-19T05:33:49.602Z | Compiling slog-json v2.6.1 |
846 | 2024-12-19T05:33:49.827Z | Compiling term v0.7.0 |
847 | 2024-12-19T05:33:49.975Z | Compiling futures-executor v0.3.30 |
848 | 2024-12-19T05:33:50.135Z | Compiling zone_cfg_derive v0.3.0 |
849 | 2024-12-19T05:33:50.465Z | Compiling num-derive v0.4.2 |
850 | 2024-12-19T05:33:50.674Z | Compiling num-integer v0.1.46 |
851 | 2024-12-19T05:33:51.422Z | Compiling is-terminal v0.4.13 |
852 | 2024-12-19T05:33:51.558Z | Compiling memmap v0.7.0 |
853 | 2024-12-19T05:33:51.591Z | Compiling errno v0.3.9 |
854 | 2024-12-19T05:33:51.921Z | Compiling cpufeatures v0.2.14 |
855 | 2024-12-19T05:33:52.188Z | Compiling take_mut v0.2.2 |
856 | 2024-12-19T05:33:52.347Z | Compiling utf8parse v0.2.2 |
857 | 2024-12-19T05:33:52.843Z | Compiling anstyle-parse v0.2.5 |
858 | 2024-12-19T05:33:53.171Z | Compiling sha1 v0.10.6 |
859 | 2024-12-19T05:33:53.596Z | Compiling usdt v0.5.0 |
860 | 2024-12-19T05:33:54.074Z | Compiling slog-term v2.9.1 |
861 | 2024-12-19T05:33:54.695Z | Compiling tokio-rustls v0.25.0 |
862 | 2024-12-19T05:33:55.114Z | Compiling futures v0.3.30 |
863 | 2024-12-19T05:33:55.212Z | Compiling slog-bunyan v2.5.0 |
864 | 2024-12-19T05:33:55.231Z | Compiling progenitor v0.8.0 |
865 | 2024-12-19T05:33:55.745Z | Compiling toml v0.8.19 |
866 | 2024-12-19T05:33:55.990Z | Checking oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265) |
867 | 2024-12-19T05:33:56.138Z | Compiling waitgroup v0.1.2 |
868 | 2024-12-19T05:33:56.346Z | Compiling async-stream v0.3.5 |
869 | 2024-12-19T05:33:56.641Z | Compiling newtype-uuid v1.1.0 |
870 | 2024-12-19T05:33:56.929Z | Compiling serde_path_to_error v0.1.16 |
871 | 2024-12-19T05:33:57.165Z | Compiling hex v0.4.3 |
872 | 2024-12-19T05:33:57.803Z | Compiling hostname v0.4.0 |
873 | 2024-12-19T05:33:57.823Z | Compiling instant v0.1.13 |
874 | 2024-12-19T05:33:57.982Z | Compiling anstyle-query v1.1.1 |
875 | 2024-12-19T05:33:58.135Z | Compiling colorchoice v1.0.2 |
876 | 2024-12-19T05:33:58.435Z | Compiling debug-ignore v1.0.5 |
877 | 2024-12-19T05:33:58.457Z | Compiling semver v0.1.20 |
878 | 2024-12-19T05:33:58.513Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
879 | 2024-12-19T05:33:58.570Z | Compiling is_terminal_polyfill v1.70.1 |
880 | 2024-12-19T05:33:58.785Z | Compiling anstyle v1.0.10 |
881 | 2024-12-19T05:33:58.863Z | Compiling rustc_version v0.1.7 |
882 | 2024-12-19T05:33:59.225Z | Compiling anstream v0.6.15 |
883 | 2024-12-19T05:33:59.278Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
884 | 2024-12-19T05:33:59.915Z | Compiling backoff v0.4.0 |
885 | 2024-12-19T05:34:00.075Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
886 | 2024-12-19T05:34:00.241Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
887 | 2024-12-19T05:34:00.385Z | Compiling terminal_size v0.4.0 |
888 | 2024-12-19T05:34:00.494Z | Compiling num-rational v0.4.2 |
889 | 2024-12-19T05:34:00.588Z | Compiling num-iter v0.1.45 |
890 | 2024-12-19T05:34:00.608Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
891 | 2024-12-19T05:34:00.774Z | Compiling parse-display v0.10.0 |
892 | 2024-12-19T05:34:00.800Z | Compiling serde_with v3.9.0 |
893 | 2024-12-19T05:34:00.912Z | Compiling macaddr v1.0.1 |
894 | 2024-12-19T05:34:01.329Z | Compiling strum v0.26.3 |
895 | 2024-12-19T05:34:01.345Z | Compiling regress v0.9.1 |
896 | 2024-12-19T05:34:01.527Z | Compiling hubpack_derive v0.1.1 |
897 | 2024-12-19T05:34:01.712Z | Compiling zerocopy-derive v0.6.6 |
898 | 2024-12-19T05:34:02.476Z | Compiling num-complex v0.4.6 |
899 | 2024-12-19T05:34:02.702Z | Checking lazy_static v1.5.0 |
900 | 2024-12-19T05:34:02.863Z | Compiling clap_lex v0.7.4 |
901 | 2024-12-19T05:34:03.275Z | Compiling clap_builder v4.5.23 |
902 | 2024-12-19T05:34:03.592Z | Compiling num v0.4.3 |
903 | 2024-12-19T05:34:03.697Z | Compiling newtype_derive v0.1.6 |
904 | 2024-12-19T05:34:03.972Z | Compiling owo-colors v4.1.0 |
905 | 2024-12-19T05:34:04.052Z | Compiling float-ord v0.3.2 |
906 | 2024-12-19T05:34:04.222Z | Compiling cancel-safe-futures v0.1.5 |
907 | 2024-12-19T05:34:05.048Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
908 | 2024-12-19T05:34:05.852Z | Compiling strum_macros v0.25.3 |
909 | 2024-12-19T05:34:07.155Z | Compiling clap v4.5.23 |
910 | 2024-12-19T05:34:07.281Z | Compiling serde_repr v0.1.19 |
911 | 2024-12-19T05:34:09.847Z | Compiling cookie v0.18.1 |
912 | 2024-12-19T05:34:10.116Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
913 | 2024-12-19T05:34:10.200Z | Compiling convert_case v0.4.0 |
914 | 2024-12-19T05:34:10.876Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
915 | 2024-12-19T05:34:11.046Z | Compiling derive_more v0.99.18 |
916 | 2024-12-19T05:34:11.245Z | Compiling derive-where v1.2.7 |
917 | 2024-12-19T05:34:11.425Z | Compiling enum-as-inner v0.6.1 |
918 | 2024-12-19T05:34:11.719Z | Checking unicode-width v0.1.14 |
919 | 2024-12-19T05:34:16.729Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
920 | 2024-12-19T05:34:18.829Z | Checking hash32 v0.3.1 |
921 | 2024-12-19T05:34:19.165Z | Compiling slog-dtrace v0.3.0 |
922 | 2024-12-19T05:34:19.222Z | Checking stable_deref_trait v1.2.0 |
923 | 2024-12-19T05:34:20.274Z | Compiling num-derive v0.3.3 |
924 | 2024-12-19T05:34:20.552Z | Checking managed v0.8.0 |
925 | 2024-12-19T05:34:20.589Z | Compiling parking_lot_core v0.8.6 |
926 | 2024-12-19T05:34:20.946Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
927 | 2024-12-19T05:34:21.059Z | Checking cobs v0.2.3 |
928 | 2024-12-19T05:34:21.250Z | Checking foreign-types-shared v0.3.1 |
929 | 2024-12-19T05:34:21.370Z | Checking bitflags v1.3.2 |
930 | 2024-12-19T05:34:21.481Z | Checking either v1.13.0 |
931 | 2024-12-19T05:34:23.713Z | Checking foreign-types v0.5.0 |
932 | 2024-12-19T05:34:23.821Z | Checking postcard v1.0.10 |
933 | 2024-12-19T05:34:24.406Z | Checking num_enum v0.5.11 |
934 | 2024-12-19T05:34:24.612Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
935 | 2024-12-19T05:34:24.882Z | Checking cstr-argument v0.1.2 |
936 | 2024-12-19T05:34:25.111Z | Checking pretty-hex v0.2.1 |
937 | 2024-12-19T05:34:25.412Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
938 | 2024-12-19T05:34:25.743Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
939 | 2024-12-19T05:34:25.992Z | Checking colored v2.1.0 |
940 | 2024-12-19T05:34:26.073Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
941 | 2024-12-19T05:34:26.563Z | Checking tabwriter v1.4.0 |
942 | 2024-12-19T05:34:30.478Z | Checking fastrand v2.1.1 |
943 | 2024-12-19T05:34:30.546Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
944 | 2024-12-19T05:34:30.637Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
945 | 2024-12-19T05:34:30.786Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
946 | 2024-12-19T05:34:30.821Z | Checking tempfile v3.12.0 |
947 | 2024-12-19T05:34:33.236Z | Checking unicode-segmentation v1.12.0 |
948 | 2024-12-19T05:34:33.977Z | Checking newline-converter v0.3.0 |
949 | 2024-12-19T05:34:34.141Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
950 | 2024-12-19T05:34:34.158Z | Checking camino-tempfile v1.1.1 |
951 | 2024-12-19T05:34:34.372Z | Checking itertools v0.10.5 |
952 | 2024-12-19T05:34:34.733Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
953 | 2024-12-19T05:34:34.812Z | Checking console v0.15.8 |
954 | 2024-12-19T05:34:35.124Z | Checking sigpipe v0.1.3 |
955 | 2024-12-19T05:34:35.227Z | Checking base64ct v1.6.0 |
956 | 2024-12-19T05:34:35.260Z | Checking static_assertions v1.1.0 |
957 | 2024-12-19T05:34:35.355Z | Checking similar v2.6.0 |
958 | 2024-12-19T05:34:35.503Z | Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
959 | 2024-12-19T05:34:35.722Z | Checking password-hash v0.5.0 |
960 | 2024-12-19T05:34:35.744Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95) |
961 | 2024-12-19T05:34:35.847Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
962 | 2024-12-19T05:34:36.049Z | Checking expectorate v1.1.0 |
963 | 2024-12-19T05:34:36.164Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
964 | 2024-12-19T05:34:36.218Z | Checking blake2 v0.10.6 |
965 | 2024-12-19T05:34:36.237Z | Checking smf v0.2.3 |
966 | 2024-12-19T05:34:36.442Z | Checking whoami v1.5.2 |
967 | 2024-12-19T05:34:36.653Z | Checking fixedbitset v0.4.2 |
968 | 2024-12-19T05:34:36.704Z | Checking argon2 v0.5.3 |
969 | 2024-12-19T05:34:36.739Z | Checking zone v0.3.0 |
970 | 2024-12-19T05:34:36.774Z | Checking zerocopy v0.6.6 |
971 | 2024-12-19T05:34:36.913Z | Checking hubpack v0.1.2 |
972 | 2024-12-19T05:34:36.930Z | Checking petgraph v0.6.5 |
973 | 2024-12-19T05:34:37.303Z | Checking serde-big-array v0.5.1 |
974 | 2024-12-19T05:34:37.546Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
975 | 2024-12-19T05:34:37.575Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
976 | 2024-12-19T05:34:38.259Z | Checking dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
977 | 2024-12-19T05:34:38.706Z | Checking atomicwrites v0.4.4 |
978 | 2024-12-19T05:34:38.864Z | Checking itertools v0.13.0 |
979 | 2024-12-19T05:34:39.349Z | Checking idna v0.4.0 |
980 | 2024-12-19T05:34:39.410Z | Checking libsw v3.3.1 |
981 | 2024-12-19T05:34:40.081Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
982 | 2024-12-19T05:34:40.483Z | Checking quick-error v1.2.3 |
983 | 2024-12-19T05:34:40.503Z | Checking linked-hash-map v0.5.6 |
984 | 2024-12-19T05:34:40.654Z | Checking data-encoding v2.6.0 |
985 | 2024-12-19T05:34:40.757Z | Checking swrite v0.1.0 |
986 | 2024-12-19T05:34:40.854Z | Checking indent_write v2.2.0 |
987 | 2024-12-19T05:34:40.877Z | Checking linear-map v1.2.0 |
988 | 2024-12-19T05:34:41.065Z | Checking highway v1.2.0 |
989 | 2024-12-19T05:34:41.144Z | Checking lru-cache v0.1.2 |
990 | 2024-12-19T05:34:41.214Z | Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
991 | 2024-12-19T05:34:41.358Z | Checking hickory-proto v0.24.1 |
992 | 2024-12-19T05:34:41.472Z | Checking nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
993 | 2024-12-19T05:34:41.496Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
994 | 2024-12-19T05:34:41.630Z | Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
995 | 2024-12-19T05:34:42.659Z | Checking resolv-conf v0.7.0 |
996 | 2024-12-19T05:34:42.921Z | Checking steno v0.4.1 |
997 | 2024-12-19T05:34:42.968Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
998 | 2024-12-19T05:34:43.040Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
999 | 2024-12-19T05:34:43.726Z | Checking humantime v2.1.0 |
1000 | 2024-12-19T05:34:45.107Z | Checking hickory-resolver v0.24.1 |
1001 | 2024-12-19T05:34:45.480Z | Checking libscf-sys v1.0.0 (https://github.com/illumos/libscf-sys.git#bb0b82c3) |
1002 | 2024-12-19T05:34:46.427Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#f14ff351) |
1003 | 2024-12-19T05:34:46.512Z | Checking internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1004 | 2024-12-19T05:34:47.184Z | Compiling rustls v0.21.12 |
1005 | 2024-12-19T05:34:47.357Z | Checking parking_lot v0.11.2 |
1006 | 2024-12-19T05:34:47.463Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1007 | 2024-12-19T05:34:47.527Z | Checking crossbeam-epoch v0.9.18 |
1008 | 2024-12-19T05:34:48.083Z | Checking fxhash v0.2.1 |
1009 | 2024-12-19T05:34:48.164Z | Checking crc32fast v1.4.2 |
1010 | 2024-12-19T05:34:48.245Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1011 | 2024-12-19T05:34:48.399Z | Checking sled v0.34.7 |
1012 | 2024-12-19T05:34:51.184Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1013 | 2024-12-19T05:34:53.989Z | Compiling typify-impl v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1014 | 2024-12-19T05:34:54.773Z | Compiling proc-macro-crate v3.2.0 |
1015 | 2024-12-19T05:34:55.499Z | Checking half v2.4.1 |
1016 | 2024-12-19T05:34:55.602Z | Compiling smartstring v1.0.1 |
1017 | 2024-12-19T05:34:55.630Z | Checking ciborium-io v0.2.2 |
1018 | 2024-12-19T05:34:55.950Z | Checking ciborium-ll v0.2.2 |
1019 | 2024-12-19T05:34:55.953Z | Compiling num_enum_derive v0.7.3 |
1020 | 2024-12-19T05:34:56.462Z | Checking http v0.2.12 |
1021 | 2024-12-19T05:34:57.897Z | Checking ciborium v0.2.2 |
1022 | 2024-12-19T05:34:57.935Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#4cdc7d7e) |
1023 | 2024-12-19T05:34:57.958Z | Compiling rhai_codegen v2.2.0 |
1024 | 2024-12-19T05:34:58.520Z | Checking crc8 v0.1.1 |
1025 | 2024-12-19T05:34:58.670Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1026 | 2024-12-19T05:34:58.832Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1027 | 2024-12-19T05:34:58.912Z | Checking h2 v0.3.26 |
1028 | 2024-12-19T05:34:59.958Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#4cdc7d7e) |
1029 | 2024-12-19T05:34:59.978Z | Checking http-body v0.4.6 |
1030 | 2024-12-19T05:35:00.817Z | Checking sct v0.7.1 |
1031 | 2024-12-19T05:35:01.021Z | Checking rustls-webpki v0.101.7 |
1032 | 2024-12-19T05:35:03.305Z | Checking hyper v0.14.30 |
1033 | 2024-12-19T05:35:03.634Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1034 | 2024-12-19T05:35:07.554Z | Checking arc-swap v1.7.1 |
1035 | 2024-12-19T05:35:07.882Z | Checking tokio-rustls v0.24.1 |
1036 | 2024-12-19T05:35:08.020Z | Checking slog-scope v4.4.0 |
1037 | 2024-12-19T05:35:08.262Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1038 | 2024-12-19T05:35:08.449Z | Compiling typify-macro v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1039 | 2024-12-19T05:35:08.619Z | Checking num_enum v0.7.3 |
1040 | 2024-12-19T05:35:08.782Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488) |
1041 | 2024-12-19T05:35:09.562Z | Checking base64 v0.21.7 |
1042 | 2024-12-19T05:35:10.061Z | Checking spin v0.5.2 |
1043 | 2024-12-19T05:35:10.170Z | Checking rustls-pemfile v1.0.4 |
1044 | 2024-12-19T05:35:10.263Z | Checking no-std-compat v0.4.1 |
1045 | 2024-12-19T05:35:10.298Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1046 | 2024-12-19T05:35:10.371Z | Checking hyper-rustls v0.24.2 |
1047 | 2024-12-19T05:35:10.593Z | Checking slog-stdlog v4.1.1 |
1048 | 2024-12-19T05:35:10.785Z | Checking hyper-tls v0.5.0 |
1049 | 2024-12-19T05:35:11.095Z | Checking ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
1050 | 2024-12-19T05:35:12.084Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
1051 | 2024-12-19T05:35:12.292Z | Compiling typify v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1052 | 2024-12-19T05:35:12.445Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1053 | 2024-12-19T05:35:12.464Z | Checking thin-vec v0.2.13 |
1054 | 2024-12-19T05:35:12.942Z | Checking yansi v1.0.1 |
1055 | 2024-12-19T05:35:12.983Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=2bfd39000c878c45675651a7588c015c486e7f43#2bfd3900) |
1056 | 2024-12-19T05:35:13.003Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1057 | 2024-12-19T05:35:13.327Z | Checking sync_wrapper v0.1.2 |
1058 | 2024-12-19T05:35:13.466Z | Checking diff v0.1.13 |
1059 | 2024-12-19T05:35:13.551Z | Checking webpki-roots v0.25.4 |
1060 | 2024-12-19T05:35:13.760Z | Checking minimal-lexical v0.2.1 |
1061 | 2024-12-19T05:35:13.854Z | Checking reqwest v0.11.27 |
1062 | 2024-12-19T05:35:14.012Z | Checking mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
1063 | 2024-12-19T05:35:14.169Z | Checking nom v7.1.3 |
1064 | 2024-12-19T05:35:14.333Z | Checking pretty_assertions v1.4.1 |
1065 | 2024-12-19T05:35:14.564Z | Checking rhai v1.20.0 |
1066 | 2024-12-19T05:35:15.536Z | Checking slog-envlogger v2.2.0 |
1067 | 2024-12-19T05:35:15.557Z | Checking rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb) |
1068 | 2024-12-19T05:35:17.688Z | Checking ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm) |
1069 | 2024-12-19T05:35:18.667Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1070 | 2024-12-19T05:35:19.217Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1071 | 2024-12-19T05:35:20.619Z | Checking itertools v0.12.1 |
1072 | 2024-12-19T05:35:21.299Z | Checking mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower) |
1073 | 2024-12-19T05:35:22.874Z | Checking bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd) |
1074 | 2024-12-19T05:35:23.469Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488) |
1075 | 2024-12-19T05:35:23.679Z | Checking mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client) |
1076 | 2024-12-19T05:35:24.151Z | Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d8c38f89) |
1077 | 2024-12-19T05:35:24.486Z | Checking ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd) |
1078 | 2024-12-19T05:35:24.943Z | Checking ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm) |
1079 | 2024-12-19T05:35:28.253Z | Checking util v0.1.0 (/work/oxidecomputer/maghemite/util) |
1080 | 2024-12-19T05:35:32.234Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1081 | 2024-12-19T05:35:33.913Z | Checking mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests) |
1082 | 2024-12-19T05:35:34.457Z | Checking mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify) |
1083 | 2024-12-19T05:35:34.478Z | Checking bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp) |
1084 | 2024-12-19T05:35:40.521Z | Checking mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm) |
1085 | 2024-12-19T05:35:40.524Z | Checking mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd) |
1086 | 2024-12-19T05:35:47.331Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 34s |
1087 | 2024-12-19T05:35:47.655Z | + banner build |
1088 | 2024-12-19T05:35:47.662Z | |
1089 | 2024-12-19T05:35:47.662Z | ##### # # # # ##### |
1090 | 2024-12-19T05:35:47.662Z | # # # # # # # # |
1091 | 2024-12-19T05:35:47.662Z | ##### # # # # # # |
1092 | 2024-12-19T05:35:47.663Z | # # # # # # # # |
1093 | 2024-12-19T05:35:47.663Z | # # # # # # # # |
1094 | 2024-12-19T05:35:47.663Z | ##### #### # ###### ##### |
1095 | 2024-12-19T05:35:47.663Z | |
1096 | 2024-12-19T05:35:47.663Z | + ptime -m cargo build |
1097 | 2024-12-19T05:35:48.495Z | Compiling cfg-if v1.0.0 |
1098 | 2024-12-19T05:35:48.497Z | Compiling memchr v2.7.4 |
1099 | 2024-12-19T05:35:48.497Z | Compiling byteorder v1.5.0 |
1100 | 2024-12-19T05:35:48.531Z | Compiling libc v0.2.169 |
1101 | 2024-12-19T05:35:48.542Z | Compiling itoa v1.0.11 |
1102 | 2024-12-19T05:35:48.542Z | Compiling serde v1.0.215 |
1103 | 2024-12-19T05:35:48.559Z | Compiling portable-atomic v1.8.0 |
1104 | 2024-12-19T05:35:48.571Z | Compiling pin-project-lite v0.2.14 |
1105 | 2024-12-19T05:35:48.581Z | Compiling ryu v1.0.18 |
1106 | 2024-12-19T05:35:48.678Z | Compiling libm v0.2.8 |
1107 | 2024-12-19T05:35:48.741Z | Compiling scopeguard v1.2.0 |
1108 | 2024-12-19T05:35:48.924Z | Compiling zerocopy v0.7.35 |
1109 | 2024-12-19T05:35:48.924Z | Compiling lock_api v0.4.12 |
1110 | 2024-12-19T05:35:48.966Z | Compiling const-random v0.1.18 |
1111 | 2024-12-19T05:35:49.056Z | Compiling allocator-api2 v0.2.18 |
1112 | 2024-12-19T05:35:49.330Z | Compiling once_cell v1.20.2 |
1113 | 2024-12-19T05:35:49.410Z | Compiling futures-core v0.3.30 |
1114 | 2024-12-19T05:35:49.655Z | Compiling num-traits v0.2.19 |
1115 | 2024-12-19T05:35:49.759Z | Compiling iana-time-zone v0.1.61 |
1116 | 2024-12-19T05:35:49.854Z | Compiling getrandom v0.2.15 |
1117 | 2024-12-19T05:35:50.133Z | Compiling mio v1.0.2 |
1118 | 2024-12-19T05:35:50.158Z | Compiling socket2 v0.5.8 |
1119 | 2024-12-19T05:35:50.187Z | Compiling signal-hook-registry v1.4.2 |
1120 | 2024-12-19T05:35:50.299Z | Compiling log v0.4.22 |
1121 | 2024-12-19T05:35:50.347Z | Compiling thiserror v1.0.69 |
1122 | 2024-12-19T05:35:50.491Z | Compiling ahash v0.8.11 |
1123 | 2024-12-19T05:35:50.609Z | Compiling dyn-clone v1.0.17 |
1124 | 2024-12-19T05:35:50.782Z | Compiling futures-sink v0.3.30 |
1125 | 2024-12-19T05:35:50.831Z | Compiling slab v0.4.9 |
1126 | 2024-12-19T05:35:50.940Z | Compiling futures-channel v0.3.30 |
1127 | 2024-12-19T05:35:51.138Z | Compiling hashbrown v0.14.5 |
1128 | 2024-12-19T05:35:51.165Z | Compiling tracing-core v0.1.32 |
1129 | 2024-12-19T05:35:51.181Z | Compiling futures-io v0.3.30 |
1130 | 2024-12-19T05:35:51.253Z | Compiling pin-utils v0.1.0 |
1131 | 2024-12-19T05:35:51.349Z | Compiling equivalent v1.0.1 |
1132 | 2024-12-19T05:35:51.372Z | Compiling futures-task v0.3.30 |
1133 | 2024-12-19T05:35:51.456Z | Compiling fnv v1.0.7 |
1134 | 2024-12-19T05:35:51.468Z | Compiling bitflags v2.6.0 |
1135 | 2024-12-19T05:35:51.550Z | Compiling spin v0.9.8 |
1136 | 2024-12-19T05:35:51.590Z | Compiling futures-util v0.3.30 |
1137 | 2024-12-19T05:35:51.685Z | Compiling untrusted v0.9.0 |
1138 | 2024-12-19T05:35:51.755Z | Compiling httparse v1.9.4 |
1139 | 2024-12-19T05:35:51.782Z | Compiling unicode-ident v1.0.13 |
1140 | 2024-12-19T05:35:51.858Z | Compiling ring v0.17.8 |
1141 | 2024-12-19T05:35:51.929Z | Compiling tracing v0.1.40 |
1142 | 2024-12-19T05:35:51.965Z | Compiling try-lock v0.2.5 |
1143 | 2024-12-19T05:35:52.114Z | Compiling want v0.3.1 |
1144 | 2024-12-19T05:35:52.373Z | Compiling proc-macro2 v1.0.86 |
1145 | 2024-12-19T05:35:52.405Z | Compiling httpdate v1.0.3 |
1146 | 2024-12-19T05:35:52.521Z | Compiling subtle v2.6.1 |
1147 | 2024-12-19T05:35:52.532Z | Compiling tinyvec_macros v0.1.1 |
1148 | 2024-12-19T05:35:52.618Z | Compiling tower-service v0.3.3 |
1149 | 2024-12-19T05:35:52.730Z | Compiling tinyvec v1.8.0 |
1150 | 2024-12-19T05:35:52.746Z | Compiling slog v2.7.0 |
1151 | 2024-12-19T05:35:52.787Z | Compiling foreign-types-shared v0.1.1 |
1152 | 2024-12-19T05:35:52.899Z | Compiling percent-encoding v2.3.1 |
1153 | 2024-12-19T05:35:52.978Z | Compiling foreign-types v0.3.2 |
1154 | 2024-12-19T05:35:53.073Z | Compiling openssl-sys v0.9.103 |
1155 | 2024-12-19T05:35:53.311Z | Compiling quote v1.0.37 |
1156 | 2024-12-19T05:35:53.690Z | Compiling syn v2.0.87 |
1157 | 2024-12-19T05:35:54.063Z | Compiling form_urlencoded v1.2.1 |
1158 | 2024-12-19T05:35:54.248Z | Compiling unicode-normalization v0.1.24 |
1159 | 2024-12-19T05:35:54.398Z | Compiling unicode-bidi v0.3.15 |
1160 | 2024-12-19T05:35:54.401Z | Compiling rustls-pki-types v1.8.0 |
1161 | 2024-12-19T05:35:54.509Z | Compiling bytes v1.7.2 |
1162 | 2024-12-19T05:35:54.952Z | Compiling smallvec v1.13.2 |
1163 | 2024-12-19T05:35:55.330Z | Compiling serde_json v1.0.133 |
1164 | 2024-12-19T05:35:55.391Z | Compiling parking_lot_core v0.9.10 |
1165 | 2024-12-19T05:35:55.404Z | Compiling uuid v1.11.0 |
1166 | 2024-12-19T05:35:55.834Z | Compiling parking_lot v0.12.3 |
1167 | 2024-12-19T05:35:56.035Z | Compiling chrono v0.4.38 |
1168 | 2024-12-19T05:35:56.063Z | Compiling indexmap v2.5.0 |
1169 | 2024-12-19T05:35:56.096Z | Compiling http v1.2.0 |
1170 | 2024-12-19T05:35:56.331Z | Compiling tokio v1.42.0 |
1171 | 2024-12-19T05:35:56.784Z | Compiling openssl v0.10.66 |
1172 | 2024-12-19T05:35:57.567Z | Compiling openssl-probe v0.1.5 |
1173 | 2024-12-19T05:35:57.995Z | Compiling idna v0.5.0 |
1174 | 2024-12-19T05:35:58.033Z | Compiling atomic-waker v1.1.2 |
1175 | 2024-12-19T05:35:58.238Z | Compiling http-body v1.0.1 |
1176 | 2024-12-19T05:35:58.458Z | Compiling schemars v0.8.21 |
1177 | 2024-12-19T05:35:58.492Z | Compiling rustls-webpki v0.102.8 |
1178 | 2024-12-19T05:35:58.759Z | Compiling rand_core v0.6.4 |
1179 | 2024-12-19T05:35:59.229Z | Compiling url v2.5.2 |
1180 | 2024-12-19T05:35:59.809Z | Compiling aho-corasick v1.1.3 |
1181 | 2024-12-19T05:36:00.131Z | Compiling encoding_rs v0.8.34 |
1182 | 2024-12-19T05:36:00.747Z | Compiling ipnet v2.10.0 |
1183 | 2024-12-19T05:36:01.267Z | Compiling mime v0.3.17 |
1184 | 2024-12-19T05:36:01.979Z | Compiling zeroize v1.8.1 |
1185 | 2024-12-19T05:36:02.207Z | Compiling regex-syntax v0.8.4 |
1186 | 2024-12-19T05:36:02.324Z | Compiling ipnetwork v0.20.0 |
1187 | 2024-12-19T05:36:02.530Z | Compiling serde_urlencoded v0.7.1 |
1188 | 2024-12-19T05:36:03.138Z | Compiling native-tls v0.2.12 |
1189 | 2024-12-19T05:36:03.381Z | Compiling semver v1.0.23 |
1190 | 2024-12-19T05:36:03.795Z | Compiling regress v0.10.1 |
1191 | 2024-12-19T05:36:04.230Z | Compiling heck v0.5.0 |
1192 | 2024-12-19T05:36:04.793Z | Compiling anyhow v1.0.94 |
1193 | 2024-12-19T05:36:05.141Z | Compiling ppv-lite86 v0.2.20 |
1194 | 2024-12-19T05:36:05.795Z | Compiling tokio-util v0.7.12 |
1195 | 2024-12-19T05:36:05.918Z | Compiling tokio-native-tls v0.3.1 |
1196 | 2024-12-19T05:36:05.931Z | Compiling regex-automata v0.4.7 |
1197 | 2024-12-19T05:36:05.994Z | Compiling rand_chacha v0.3.1 |
1198 | 2024-12-19T05:36:06.213Z | Compiling rustls v0.23.13 |
1199 | 2024-12-19T05:36:07.193Z | Compiling h2 v0.4.6 |
1200 | 2024-12-19T05:36:07.222Z | Compiling rand v0.8.5 |
1201 | 2024-12-19T05:36:07.631Z | Compiling http-body-util v0.1.2 |
1202 | 2024-12-19T05:36:08.176Z | Compiling openapiv3 v2.0.0 |
1203 | 2024-12-19T05:36:08.937Z | Compiling base64 v0.22.1 |
1204 | 2024-12-19T05:36:09.193Z | Compiling webpki-roots v0.26.6 |
1205 | 2024-12-19T05:36:09.416Z | Compiling sync_wrapper v1.0.1 |
1206 | 2024-12-19T05:36:09.564Z | Compiling rustls-pemfile v2.1.3 |
1207 | 2024-12-19T05:36:09.594Z | Compiling winnow v0.6.18 |
1208 | 2024-12-19T05:36:09.786Z | Compiling powerfmt v0.2.0 |
1209 | 2024-12-19T05:36:10.073Z | Compiling regex v1.10.6 |
1210 | 2024-12-19T05:36:10.191Z | Compiling deranged v0.3.11 |
1211 | 2024-12-19T05:36:11.277Z | Compiling typify-impl v0.2.0 |
1212 | 2024-12-19T05:36:12.283Z | Compiling hyper v1.5.1 |
1213 | 2024-12-19T05:36:12.816Z | Compiling tokio-rustls v0.26.0 |
1214 | 2024-12-19T05:36:13.307Z | Compiling typenum v1.17.0 |
1215 | 2024-12-19T05:36:13.601Z | Compiling num_threads v0.1.7 |
1216 | 2024-12-19T05:36:13.740Z | Compiling num-conv v0.1.0 |
1217 | 2024-12-19T05:36:14.050Z | Compiling time-core v0.1.2 |
1218 | 2024-12-19T05:36:14.245Z | Compiling time v0.3.36 |
1219 | 2024-12-19T05:36:14.650Z | Compiling crossbeam-utils v0.8.20 |
1220 | 2024-12-19T05:36:14.739Z | Compiling typify v0.2.0 |
1221 | 2024-12-19T05:36:14.885Z | Compiling hyper-util v0.1.10 |
1222 | 2024-12-19T05:36:15.223Z | Compiling generic-array v0.14.7 |
1223 | 2024-12-19T05:36:16.064Z | Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265) |
1224 | 2024-12-19T05:36:16.174Z | Compiling lazy_static v1.5.0 |
1225 | 2024-12-19T05:36:16.308Z | Compiling progenitor-impl v0.8.0 |
1226 | 2024-12-19T05:36:16.582Z | Compiling dirs-sys-next v0.1.2 |
1227 | 2024-12-19T05:36:16.851Z | Compiling hyper-rustls v0.27.3 |
1228 | 2024-12-19T05:36:16.894Z | Compiling hyper-tls v0.6.0 |
1229 | 2024-12-19T05:36:17.324Z | Compiling reqwest v0.12.9 |
1230 | 2024-12-19T05:36:17.347Z | Compiling dirs-next v2.0.0 |
1231 | 2024-12-19T05:36:17.546Z | Compiling crypto-common v0.1.6 |
1232 | 2024-12-19T05:36:17.556Z | Compiling block-buffer v0.10.4 |
1233 | 2024-12-19T05:36:17.739Z | Compiling scroll v0.12.0 |
1234 | 2024-12-19T05:36:17.773Z | Compiling thread_local v1.1.8 |
1235 | 2024-12-19T05:36:17.871Z | Compiling plain v0.2.3 |
1236 | 2024-12-19T05:36:18.031Z | Compiling ucd-trie v0.1.6 |
1237 | 2024-12-19T05:36:18.358Z | Compiling pest v2.7.13 |
1238 | 2024-12-19T05:36:18.441Z | Compiling goblin v0.8.2 |
1239 | 2024-12-19T05:36:18.778Z | Compiling digest v0.10.7 |
1240 | 2024-12-19T05:36:19.191Z | Compiling term v0.7.0 |
1241 | 2024-12-19T05:36:20.214Z | Compiling progenitor-client v0.8.0 |
1242 | 2024-12-19T05:36:20.701Z | Compiling progenitor v0.8.0 |
1243 | 2024-12-19T05:36:20.785Z | Compiling crossbeam-channel v0.5.13 |
1244 | 2024-12-19T05:36:20.889Z | Compiling omicron-workspace-hack v0.1.0 |
1245 | 2024-12-19T05:36:20.919Z | Compiling is-terminal v0.4.13 |
1246 | 2024-12-19T05:36:20.992Z | Compiling pretty-hex v0.4.1 |
1247 | 2024-12-19T05:36:21.048Z | Compiling take_mut v0.2.2 |
1248 | 2024-12-19T05:36:21.217Z | Compiling match_cfg v0.1.0 |
1249 | 2024-12-19T05:36:21.220Z | Compiling slog-term v2.9.1 |
1250 | 2024-12-19T05:36:21.323Z | Compiling hostname v0.3.1 |
1251 | 2024-12-19T05:36:21.508Z | Compiling dtrace-parser v0.2.0 |
1252 | 2024-12-19T05:36:21.596Z | Compiling slog-async v2.8.0 |
1253 | 2024-12-19T05:36:21.975Z | Compiling futures-executor v0.3.30 |
1254 | 2024-12-19T05:36:22.445Z | Compiling errno v0.3.9 |
1255 | 2024-12-19T05:36:22.611Z | Compiling thread-id v4.2.2 |
1256 | 2024-12-19T05:36:22.684Z | Compiling instant v0.1.13 |
1257 | 2024-12-19T05:36:22.731Z | Compiling cpufeatures v0.2.14 |
1258 | 2024-12-19T05:36:22.862Z | Compiling unicode-width v0.1.14 |
1259 | 2024-12-19T05:36:22.865Z | Compiling rustix v0.38.37 |
1260 | 2024-12-19T05:36:22.905Z | Compiling futures v0.3.30 |
1261 | 2024-12-19T05:36:23.026Z | Compiling camino v1.1.9 |
1262 | 2024-12-19T05:36:23.417Z | Compiling serde_spanned v0.6.7 |
1263 | 2024-12-19T05:36:23.668Z | Compiling toml_datetime v0.6.8 |
1264 | 2024-12-19T05:36:23.793Z | Compiling memmap v0.7.0 |
1265 | 2024-12-19T05:36:24.177Z | Compiling toml_edit v0.22.21 |
1266 | 2024-12-19T05:36:24.190Z | Compiling slog-json v2.6.1 |
1267 | 2024-12-19T05:36:24.237Z | Compiling strum v0.26.3 |
1268 | 2024-12-19T05:36:24.430Z | Compiling dof v0.3.0 |
1269 | 2024-12-19T05:36:24.568Z | Compiling serde_with v3.9.0 |
1270 | 2024-12-19T05:36:25.725Z | Compiling usdt-impl v0.5.0 |
1271 | 2024-12-19T05:36:25.956Z | Compiling rustls v0.22.4 |
1272 | 2024-12-19T05:36:26.901Z | Compiling usdt v0.5.0 |
1273 | 2024-12-19T05:36:27.479Z | Compiling debug-ignore v1.0.5 |
1274 | 2024-12-19T05:36:27.505Z | Compiling toml v0.8.19 |
1275 | 2024-12-19T05:36:27.630Z | Compiling slog-bunyan v2.5.0 |
1276 | 2024-12-19T05:36:27.878Z | Compiling sha1 v0.10.6 |
1277 | 2024-12-19T05:36:28.323Z | Compiling async-stream v0.3.5 |
1278 | 2024-12-19T05:36:28.474Z | Compiling multer v3.1.0 |
1279 | 2024-12-19T05:36:28.543Z | Compiling newtype-uuid v1.1.0 |
1280 | 2024-12-19T05:36:28.664Z | Compiling waitgroup v0.1.2 |
1281 | 2024-12-19T05:36:28.868Z | Compiling serde_path_to_error v0.1.16 |
1282 | 2024-12-19T05:36:28.887Z | Compiling hex v0.4.3 |
1283 | 2024-12-19T05:36:29.373Z | Compiling hostname v0.4.0 |
1284 | 2024-12-19T05:36:29.538Z | Compiling hash32 v0.3.1 |
1285 | 2024-12-19T05:36:29.644Z | Compiling stable_deref_trait v1.2.0 |
1286 | 2024-12-19T05:36:29.709Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1287 | 2024-12-19T05:36:29.745Z | Compiling heapless v0.8.0 |
1288 | 2024-12-19T05:36:29.772Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1289 | 2024-12-19T05:36:29.778Z | Compiling backoff v0.4.0 |
1290 | 2024-12-19T05:36:29.864Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
1291 | 2024-12-19T05:36:30.081Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1292 | 2024-12-19T05:36:30.191Z | Compiling parse-display v0.10.0 |
1293 | 2024-12-19T05:36:30.261Z | Compiling macaddr v1.0.1 |
1294 | 2024-12-19T05:36:30.301Z | Compiling regress v0.9.1 |
1295 | 2024-12-19T05:36:30.883Z | Compiling tokio-rustls v0.25.0 |
1296 | 2024-12-19T05:36:31.160Z | Compiling foreign-types-shared v0.3.1 |
1297 | 2024-12-19T05:36:31.160Z | Compiling either v1.13.0 |
1298 | 2024-12-19T05:36:31.160Z | Compiling utf8parse v0.2.2 |
1299 | 2024-12-19T05:36:31.483Z | Compiling dropshot v0.12.0 |
1300 | 2024-12-19T05:36:31.483Z | Compiling bitflags v1.3.2 |
1301 | 2024-12-19T05:36:31.686Z | Compiling cobs v0.2.3 |
1302 | 2024-12-19T05:36:31.687Z | Compiling managed v0.8.0 |
1303 | 2024-12-19T05:36:31.906Z | Compiling postcard v1.0.10 |
1304 | 2024-12-19T05:36:32.041Z | Compiling smoltcp v0.11.0 |
1305 | 2024-12-19T05:36:32.353Z | Compiling anstyle-parse v0.2.5 |
1306 | 2024-12-19T05:36:32.718Z | Compiling foreign-types v0.5.0 |
1307 | 2024-12-19T05:36:32.756Z | Compiling num_enum v0.5.11 |
1308 | 2024-12-19T05:36:32.829Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1309 | 2024-12-19T05:36:32.950Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1310 | 2024-12-19T05:36:33.030Z | Compiling cstr-argument v0.1.2 |
1311 | 2024-12-19T05:36:33.136Z | Compiling is_terminal_polyfill v1.70.1 |
1312 | 2024-12-19T05:36:33.228Z | Compiling anstyle-query v1.1.1 |
1313 | 2024-12-19T05:36:33.260Z | Compiling anstyle v1.0.10 |
1314 | 2024-12-19T05:36:33.276Z | Compiling colorchoice v1.0.2 |
1315 | 2024-12-19T05:36:33.320Z | Compiling pretty-hex v0.2.1 |
1316 | 2024-12-19T05:36:33.435Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1317 | 2024-12-19T05:36:33.499Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1318 | 2024-12-19T05:36:33.722Z | Compiling anstream v0.6.15 |
1319 | 2024-12-19T05:36:33.908Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1320 | 2024-12-19T05:36:34.079Z | Compiling terminal_size v0.4.0 |
1321 | 2024-12-19T05:36:34.123Z | Compiling colored v2.1.0 |
1322 | 2024-12-19T05:36:34.284Z | Compiling clap_lex v0.7.4 |
1323 | 2024-12-19T05:36:34.575Z | Compiling strsim v0.11.1 |
1324 | 2024-12-19T05:36:34.865Z | Compiling tabwriter v1.4.0 |
1325 | 2024-12-19T05:36:34.953Z | Compiling clap_builder v4.5.23 |
1326 | 2024-12-19T05:36:35.459Z | Compiling num-integer v0.1.46 |
1327 | 2024-12-19T05:36:35.626Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1328 | 2024-12-19T05:36:35.816Z | Compiling num-complex v0.4.6 |
1329 | 2024-12-19T05:36:36.221Z | Compiling num-iter v0.1.45 |
1330 | 2024-12-19T05:36:36.420Z | Compiling num-rational v0.4.2 |
1331 | 2024-12-19T05:36:36.911Z | Compiling fastrand v2.1.1 |
1332 | 2024-12-19T05:36:37.137Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1333 | 2024-12-19T05:36:37.270Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1334 | 2024-12-19T05:36:37.325Z | Compiling tempfile v3.12.0 |
1335 | 2024-12-19T05:36:37.438Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1336 | 2024-12-19T05:36:37.493Z | Compiling num v0.4.3 |
1337 | 2024-12-19T05:36:37.528Z | Compiling float-ord v0.3.2 |
1338 | 2024-12-19T05:36:37.600Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1339 | 2024-12-19T05:36:37.701Z | Compiling unicode-segmentation v1.12.0 |
1340 | 2024-12-19T05:36:38.073Z | Compiling camino-tempfile v1.1.1 |
1341 | 2024-12-19T05:36:38.349Z | Compiling crucible-workspace-hack v0.1.0 |
1342 | 2024-12-19T05:36:38.454Z | Compiling newline-converter v0.3.0 |
1343 | 2024-12-19T05:36:38.546Z | Compiling itertools v0.10.5 |
1344 | 2024-12-19T05:36:38.622Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1345 | 2024-12-19T05:36:38.692Z | Compiling console v0.15.8 |
1346 | 2024-12-19T05:36:39.113Z | Compiling clap v4.5.23 |
1347 | 2024-12-19T05:36:39.235Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1348 | 2024-12-19T05:36:39.466Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1349 | 2024-12-19T05:36:39.605Z | Compiling sigpipe v0.1.3 |
1350 | 2024-12-19T05:36:39.724Z | Compiling base64ct v1.6.0 |
1351 | 2024-12-19T05:36:40.352Z | Compiling similar v2.6.0 |
1352 | 2024-12-19T05:36:40.444Z | Compiling static_assertions v1.1.0 |
1353 | 2024-12-19T05:36:40.543Z | Compiling password-hash v0.5.0 |
1354 | 2024-12-19T05:36:41.506Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1355 | 2024-12-19T05:36:41.544Z | Compiling zone v0.3.0 |
1356 | 2024-12-19T05:36:41.782Z | Compiling expectorate v1.1.0 |
1357 | 2024-12-19T05:36:41.842Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95) |
1358 | 2024-12-19T05:36:41.944Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1359 | 2024-12-19T05:36:42.378Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1360 | 2024-12-19T05:36:42.754Z | Compiling blake2 v0.10.6 |
1361 | 2024-12-19T05:36:42.881Z | Compiling smf v0.2.3 |
1362 | 2024-12-19T05:36:42.893Z | Compiling whoami v1.5.2 |
1363 | 2024-12-19T05:36:43.079Z | Compiling fixedbitset v0.4.2 |
1364 | 2024-12-19T05:36:43.255Z | Compiling argon2 v0.5.3 |
1365 | 2024-12-19T05:36:43.302Z | Compiling zerocopy v0.6.6 |
1366 | 2024-12-19T05:36:43.585Z | Compiling petgraph v0.6.5 |
1367 | 2024-12-19T05:36:43.645Z | Compiling hubpack v0.1.2 |
1368 | 2024-12-19T05:36:44.013Z | Compiling prettyplease v0.2.22 |
1369 | 2024-12-19T05:36:44.101Z | Compiling serde-big-array v0.5.1 |
1370 | 2024-12-19T05:36:44.195Z | Compiling newtype_derive v0.1.6 |
1371 | 2024-12-19T05:36:44.312Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1372 | 2024-12-19T05:36:44.341Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1373 | 2024-12-19T05:36:44.492Z | Compiling cancel-safe-futures v0.1.5 |
1374 | 2024-12-19T05:36:44.705Z | Compiling owo-colors v4.1.0 |
1375 | 2024-12-19T05:36:44.796Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1376 | 2024-12-19T05:36:45.136Z | Compiling atomicwrites v0.4.4 |
1377 | 2024-12-19T05:36:45.484Z | Compiling itertools v0.13.0 |
1378 | 2024-12-19T05:36:45.521Z | Compiling libsw v3.3.1 |
1379 | 2024-12-19T05:36:45.862Z | Compiling idna v0.4.0 |
1380 | 2024-12-19T05:36:47.035Z | Compiling quick-error v1.2.3 |
1381 | 2024-12-19T05:36:47.104Z | Compiling highway v1.2.0 |
1382 | 2024-12-19T05:36:47.174Z | Compiling indent_write v2.2.0 |
1383 | 2024-12-19T05:36:47.398Z | Compiling linear-map v1.2.0 |
1384 | 2024-12-19T05:36:47.499Z | Compiling data-encoding v2.6.0 |
1385 | 2024-12-19T05:36:47.673Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1386 | 2024-12-19T05:36:47.770Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1387 | 2024-12-19T05:36:47.804Z | Compiling swrite v0.1.0 |
1388 | 2024-12-19T05:36:47.928Z | Compiling linked-hash-map v0.5.6 |
1389 | 2024-12-19T05:36:48.023Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1390 | 2024-12-19T05:36:48.303Z | Compiling hickory-proto v0.24.1 |
1391 | 2024-12-19T05:36:48.899Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1392 | 2024-12-19T05:36:50.373Z | Compiling lru-cache v0.1.2 |
1393 | 2024-12-19T05:36:50.584Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1394 | 2024-12-19T05:36:51.396Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1395 | 2024-12-19T05:36:52.136Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1396 | 2024-12-19T05:36:52.354Z | Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1397 | 2024-12-19T05:36:52.763Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1398 | 2024-12-19T05:36:54.345Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1399 | 2024-12-19T05:36:54.607Z | Compiling steno v0.4.1 |
1400 | 2024-12-19T05:36:54.780Z | Compiling resolv-conf v0.7.0 |
1401 | 2024-12-19T05:36:55.698Z | Compiling cookie v0.18.1 |
1402 | 2024-12-19T05:36:56.301Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
1403 | 2024-12-19T05:36:56.865Z | Compiling humantime v2.1.0 |
1404 | 2024-12-19T05:36:56.915Z | Compiling hickory-resolver v0.24.1 |
1405 | 2024-12-19T05:36:56.929Z | Compiling libscf-sys v1.0.0 (https://github.com/illumos/libscf-sys.git#bb0b82c3) |
1406 | 2024-12-19T05:36:56.957Z | Compiling slog-dtrace v0.3.0 |
1407 | 2024-12-19T05:36:57.172Z | Compiling parking_lot_core v0.8.6 |
1408 | 2024-12-19T05:36:57.273Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#f14ff351) |
1409 | 2024-12-19T05:36:57.300Z | Compiling crossbeam-epoch v0.9.18 |
1410 | 2024-12-19T05:36:57.419Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1411 | 2024-12-19T05:36:57.558Z | Compiling parking_lot v0.11.2 |
1412 | 2024-12-19T05:36:57.888Z | Compiling http v0.2.12 |
1413 | 2024-12-19T05:36:58.162Z | Compiling fxhash v0.2.1 |
1414 | 2024-12-19T05:36:58.223Z | Compiling crc32fast v1.4.2 |
1415 | 2024-12-19T05:36:58.371Z | Compiling sct v0.7.1 |
1416 | 2024-12-19T05:36:58.543Z | Compiling sled v0.34.7 |
1417 | 2024-12-19T05:36:58.587Z | Compiling rustls-webpki v0.101.7 |
1418 | 2024-12-19T05:36:58.713Z | Compiling half v2.4.1 |
1419 | 2024-12-19T05:36:59.298Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1420 | 2024-12-19T05:37:00.251Z | Compiling h2 v0.3.26 |
1421 | 2024-12-19T05:37:00.718Z | Compiling http-body v0.4.6 |
1422 | 2024-12-19T05:37:00.751Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1423 | 2024-12-19T05:37:00.928Z | Compiling ciborium-io v0.2.2 |
1424 | 2024-12-19T05:37:01.064Z | Compiling ciborium-ll v0.2.2 |
1425 | 2024-12-19T05:37:01.195Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1426 | 2024-12-19T05:37:01.513Z | Compiling rustls v0.21.12 |
1427 | 2024-12-19T05:37:02.897Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#4cdc7d7e) |
1428 | 2024-12-19T05:37:03.435Z | Compiling crc8 v0.1.1 |
1429 | 2024-12-19T05:37:03.599Z | Compiling arc-swap v1.7.1 |
1430 | 2024-12-19T05:37:03.800Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1431 | 2024-12-19T05:37:04.031Z | Compiling ciborium v0.2.2 |
1432 | 2024-12-19T05:37:04.306Z | Compiling slog-scope v4.4.0 |
1433 | 2024-12-19T05:37:04.343Z | Compiling base64 v0.21.7 |
1434 | 2024-12-19T05:37:04.875Z | Compiling rustls-pemfile v1.0.4 |
1435 | 2024-12-19T05:37:05.163Z | Compiling hyper v0.14.30 |
1436 | 2024-12-19T05:37:05.370Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#4cdc7d7e) |
1437 | 2024-12-19T05:37:05.656Z | Compiling tokio-rustls v0.24.1 |
1438 | 2024-12-19T05:37:06.094Z | Compiling slog-stdlog v4.1.1 |
1439 | 2024-12-19T05:37:06.516Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1440 | 2024-12-19T05:37:07.490Z | Compiling typify-impl v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1441 | 2024-12-19T05:37:08.278Z | Compiling sync_wrapper v0.1.2 |
1442 | 2024-12-19T05:37:08.417Z | Compiling spin v0.5.2 |
1443 | 2024-12-19T05:37:08.664Z | Compiling webpki-roots v0.25.4 |
1444 | 2024-12-19T05:37:08.839Z | Compiling no-std-compat v0.4.1 |
1445 | 2024-12-19T05:37:08.916Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1446 | 2024-12-19T05:37:08.957Z | Compiling num_enum v0.7.3 |
1447 | 2024-12-19T05:37:09.124Z | Compiling smartstring v1.0.1 |
1448 | 2024-12-19T05:37:09.764Z | Compiling hyper-tls v0.5.0 |
1449 | 2024-12-19T05:37:10.142Z | Compiling hyper-rustls v0.24.2 |
1450 | 2024-12-19T05:37:10.298Z | Compiling slog-envlogger v2.2.0 |
1451 | 2024-12-19T05:37:10.536Z | Compiling reqwest v0.11.27 |
1452 | 2024-12-19T05:37:11.269Z | Compiling typify v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1453 | 2024-12-19T05:37:11.426Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
1454 | 2024-12-19T05:37:11.558Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
1455 | 2024-12-19T05:37:12.058Z | Compiling thin-vec v0.2.13 |
1456 | 2024-12-19T05:37:12.141Z | Compiling minimal-lexical v0.2.1 |
1457 | 2024-12-19T05:37:12.175Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1458 | 2024-12-19T05:37:12.655Z | Compiling rhai v1.20.0 |
1459 | 2024-12-19T05:37:12.704Z | Compiling nom v7.1.3 |
1460 | 2024-12-19T05:37:13.339Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1461 | 2024-12-19T05:37:13.848Z | Compiling itertools v0.12.1 |
1462 | 2024-12-19T05:37:16.531Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1463 | 2024-12-19T05:37:17.154Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488) |
1464 | 2024-12-19T05:37:19.764Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1465 | 2024-12-19T05:37:19.809Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=2bfd39000c878c45675651a7588c015c486e7f43#2bfd3900) |
1466 | 2024-12-19T05:37:20.944Z | Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d8c38f89) |
1467 | 2024-12-19T05:37:21.612Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client) |
1468 | 2024-12-19T05:37:21.624Z | Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests) |
1469 | 2024-12-19T05:37:21.742Z | Compiling util v0.1.0 (/work/oxidecomputer/maghemite/util) |
1470 | 2024-12-19T05:37:21.911Z | Compiling mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify) |
1471 | 2024-12-19T05:37:26.834Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1472 | 2024-12-19T05:37:28.505Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
1473 | 2024-12-19T05:37:30.009Z | Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb) |
1474 | 2024-12-19T05:37:30.009Z | Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm) |
1475 | 2024-12-19T05:37:32.422Z | Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd) |
1476 | 2024-12-19T05:37:32.422Z | Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower) |
1477 | 2024-12-19T05:37:34.145Z | Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp) |
1478 | 2024-12-19T05:37:45.678Z | Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd) |
1479 | 2024-12-19T05:37:45.678Z | Compiling mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm) |
1480 | 2024-12-19T05:37:50.391Z | Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm) |
1481 | 2024-12-19T05:37:50.391Z | Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd) |
1482 | 2024-12-19T05:38:34.396Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 46s |
1483 | 2024-12-19T05:38:34.567Z | |
1484 | 2024-12-19T05:38:34.567Z | real 2:46.865095543 |
1485 | 2024-12-19T05:38:34.568Z | user 15:21.070816954 |
1486 | 2024-12-19T05:38:34.568Z | sys 2:53.874849554 |
1487 | 2024-12-19T05:38:34.568Z | trap 0.482029019 |
1488 | 2024-12-19T05:38:34.568Z | tflt 0.703883769 |
1489 | 2024-12-19T05:38:34.568Z | dflt 0.930744886 |
1490 | 2024-12-19T05:38:34.568Z | kflt 0.000055925 |
1491 | 2024-12-19T05:38:34.571Z | lock 31:10.241835725 |
1492 | 2024-12-19T05:38:34.571Z | slp 1:02:19.895059624 |
1493 | 2024-12-19T05:38:34.571Z | lat 28.428285161 |
1494 | 2024-12-19T05:38:34.571Z | stop 44.500306475 |
1495 | 2024-12-19T05:38:34.571Z | + ptime -m cargo build --release |
1496 | 2024-12-19T05:38:35.205Z | Compiling proc-macro2 v1.0.86 |
1497 | 2024-12-19T05:38:35.205Z | Compiling unicode-ident v1.0.13 |
1498 | 2024-12-19T05:38:35.207Z | Compiling libc v0.2.169 |
1499 | 2024-12-19T05:38:35.207Z | Compiling serde v1.0.215 |
1500 | 2024-12-19T05:38:35.207Z | Compiling version_check v0.9.5 |
1501 | 2024-12-19T05:38:35.207Z | Compiling autocfg v1.3.0 |
1502 | 2024-12-19T05:38:35.207Z | Compiling cfg-if v1.0.0 |
1503 | 2024-12-19T05:38:35.386Z | Compiling once_cell v1.20.2 |
1504 | 2024-12-19T05:38:35.418Z | Compiling libm v0.2.8 |
1505 | 2024-12-19T05:38:35.469Z | Compiling memchr v2.7.4 |
1506 | 2024-12-19T05:38:35.806Z | Compiling byteorder v1.5.0 |
1507 | 2024-12-19T05:38:35.893Z | Compiling parking_lot_core v0.9.10 |
1508 | 2024-12-19T05:38:36.261Z | Compiling lock_api v0.4.12 |
1509 | 2024-12-19T05:38:36.354Z | Compiling itoa v1.0.11 |
1510 | 2024-12-19T05:38:36.380Z | Compiling shlex v1.3.0 |
1511 | 2024-12-19T05:38:36.591Z | Compiling thiserror v1.0.69 |
1512 | 2024-12-19T05:38:36.627Z | Compiling cc v1.1.21 |
1513 | 2024-12-19T05:38:36.776Z | Compiling portable-atomic v1.8.0 |
1514 | 2024-12-19T05:38:37.204Z | Compiling quote v1.0.37 |
1515 | 2024-12-19T05:38:37.559Z | Compiling getrandom v0.2.15 |
1516 | 2024-12-19T05:38:37.642Z | Compiling syn v2.0.87 |
1517 | 2024-12-19T05:38:37.843Z | Compiling ahash v0.8.11 |
1518 | 2024-12-19T05:38:37.917Z | Compiling schemars v0.8.21 |
1519 | 2024-12-19T05:38:38.017Z | Compiling allocator-api2 v0.2.18 |
1520 | 2024-12-19T05:38:38.036Z | Compiling slab v0.4.9 |
1521 | 2024-12-19T05:38:38.236Z | Compiling pin-project-lite v0.2.14 |
1522 | 2024-12-19T05:38:38.303Z | Compiling ryu v1.0.18 |
1523 | 2024-12-19T05:38:38.360Z | Compiling serde_json v1.0.133 |
1524 | 2024-12-19T05:38:38.401Z | Compiling num-traits v0.2.19 |
1525 | 2024-12-19T05:38:38.848Z | Compiling scopeguard v1.2.0 |
1526 | 2024-12-19T05:38:38.930Z | Compiling crunchy v0.2.2 |
1527 | 2024-12-19T05:38:39.018Z | Compiling tiny-keccak v2.0.2 |
1528 | 2024-12-19T05:38:39.181Z | Compiling log v0.4.22 |
1529 | 2024-12-19T05:38:39.310Z | Compiling equivalent v1.0.1 |
1530 | 2024-12-19T05:38:39.397Z | Compiling mio v1.0.2 |
1531 | 2024-12-19T05:38:39.426Z | Compiling signal-hook-registry v1.4.2 |
1532 | 2024-12-19T05:38:39.529Z | Compiling socket2 v0.5.8 |
1533 | 2024-12-19T05:38:39.565Z | Compiling heck v0.5.0 |
1534 | 2024-12-19T05:38:39.698Z | Compiling ring v0.17.8 |
1535 | 2024-12-19T05:38:40.044Z | Compiling const-random-macro v0.1.16 |
1536 | 2024-12-19T05:38:41.082Z | Compiling const-random v0.1.18 |
1537 | 2024-12-19T05:38:41.185Z | Compiling httparse v1.9.4 |
1538 | 2024-12-19T05:38:41.199Z | Compiling pkg-config v0.3.31 |
1539 | 2024-12-19T05:38:41.278Z | Compiling vcpkg v0.2.15 |
1540 | 2024-12-19T05:38:41.387Z | Compiling fnv v1.0.7 |
1541 | 2024-12-19T05:38:41.843Z | Compiling futures-core v0.3.30 |
1542 | 2024-12-19T05:38:41.869Z | Compiling iana-time-zone v0.1.61 |
1543 | 2024-12-19T05:38:42.413Z | Compiling futures-sink v0.3.30 |
1544 | 2024-12-19T05:38:42.415Z | Compiling dyn-clone v1.0.17 |
1545 | 2024-12-19T05:38:42.616Z | Compiling semver v1.0.23 |
1546 | 2024-12-19T05:38:42.675Z | Compiling slog v2.7.0 |
1547 | 2024-12-19T05:38:42.774Z | Compiling futures-channel v0.3.30 |
1548 | 2024-12-19T05:38:42.828Z | Compiling tracing-core v0.1.32 |
1549 | 2024-12-19T05:38:42.950Z | Compiling openssl-sys v0.9.103 |
1550 | 2024-12-19T05:38:43.068Z | Compiling futures-io v0.3.30 |
1551 | 2024-12-19T05:38:43.172Z | Compiling futures-task v0.3.30 |
1552 | 2024-12-19T05:38:43.225Z | Compiling pin-utils v0.1.0 |
1553 | 2024-12-19T05:38:43.261Z | Compiling openssl v0.10.66 |
1554 | 2024-12-19T05:38:43.420Z | Compiling native-tls v0.2.12 |
1555 | 2024-12-19T05:38:43.523Z | Compiling bitflags v2.6.0 |
1556 | 2024-12-19T05:38:43.725Z | Compiling spin v0.9.8 |
1557 | 2024-12-19T05:38:43.794Z | Compiling untrusted v0.9.0 |
1558 | 2024-12-19T05:38:43.979Z | Compiling rustls v0.23.13 |
1559 | 2024-12-19T05:38:44.017Z | Compiling aho-corasick v1.1.3 |
1560 | 2024-12-19T05:38:44.039Z | Compiling regex-syntax v0.8.4 |
1561 | 2024-12-19T05:38:44.317Z | Compiling typenum v1.17.0 |
1562 | 2024-12-19T05:38:44.440Z | Compiling anyhow v1.0.94 |
1563 | 2024-12-19T05:38:45.062Z | Compiling serde_derive_internals v0.29.1 |
1564 | 2024-12-19T05:38:45.109Z | Compiling try-lock v0.2.5 |
1565 | 2024-12-19T05:38:45.290Z | Compiling want v0.3.1 |
1566 | 2024-12-19T05:38:45.474Z | Compiling httpdate v1.0.3 |
1567 | 2024-12-19T05:38:45.582Z | Compiling subtle v2.6.1 |
1568 | 2024-12-19T05:38:45.948Z | Compiling generic-array v0.14.7 |
1569 | 2024-12-19T05:38:46.315Z | Compiling tower-service v0.3.3 |
1570 | 2024-12-19T05:38:46.453Z | Compiling tinyvec_macros v0.1.1 |
1571 | 2024-12-19T05:38:46.556Z | Compiling tinyvec v1.8.0 |
1572 | 2024-12-19T05:38:48.248Z | Compiling regex-automata v0.4.7 |
1573 | 2024-12-19T05:38:48.619Z | Compiling foreign-types-shared v0.1.1 |
1574 | 2024-12-19T05:38:48.737Z | Compiling percent-encoding v2.3.1 |
1575 | 2024-12-19T05:38:49.218Z | Compiling form_urlencoded v1.2.1 |
1576 | 2024-12-19T05:38:49.667Z | Compiling foreign-types v0.3.2 |
1577 | 2024-12-19T05:38:49.769Z | Compiling unicode-normalization v0.1.24 |
1578 | 2024-12-19T05:38:49.984Z | Compiling rustls-pki-types v1.8.0 |
1579 | 2024-12-19T05:38:50.276Z | Compiling num-conv v0.1.0 |
1580 | 2024-12-19T05:38:50.565Z | Compiling time-core v0.1.2 |
1581 | 2024-12-19T05:38:50.619Z | Compiling serde_derive v1.0.215 |
1582 | 2024-12-19T05:38:50.734Z | Compiling zerocopy-derive v0.7.35 |
1583 | 2024-12-19T05:38:51.122Z | Compiling thiserror-impl v1.0.69 |
1584 | 2024-12-19T05:38:51.282Z | Compiling tokio-macros v2.4.0 |
1585 | 2024-12-19T05:38:51.302Z | Compiling schemars_derive v0.8.21 |
1586 | 2024-12-19T05:38:52.897Z | Compiling futures-macro v0.3.30 |
1587 | 2024-12-19T05:38:52.975Z | Compiling zerocopy v0.7.35 |
1588 | 2024-12-19T05:38:54.307Z | Compiling tracing-attributes v0.1.27 |
1589 | 2024-12-19T05:38:54.427Z | Compiling openssl-macros v0.1.1 |
1590 | 2024-12-19T05:38:54.864Z | Compiling futures-util v0.3.30 |
1591 | 2024-12-19T05:38:55.182Z | Compiling hashbrown v0.14.5 |
1592 | 2024-12-19T05:38:56.032Z | Compiling regex v1.10.6 |
1593 | 2024-12-19T05:38:56.679Z | Compiling regress v0.10.1 |
1594 | 2024-12-19T05:38:57.082Z | Compiling scroll_derive v0.12.0 |
1595 | 2024-12-19T05:38:57.681Z | Compiling unicode-bidi v0.3.15 |
1596 | 2024-12-19T05:38:57.798Z | Compiling tracing v0.1.40 |
1597 | 2024-12-19T05:38:58.671Z | Compiling ucd-trie v0.1.6 |
1598 | 2024-12-19T05:38:59.192Z | Compiling pest v2.7.13 |
1599 | 2024-12-19T05:39:01.416Z | Compiling time-macros v0.2.18 |
1600 | 2024-12-19T05:39:02.084Z | Compiling openssl-probe v0.1.5 |
1601 | 2024-12-19T05:39:02.254Z | Compiling unsafe-libyaml v0.2.11 |
1602 | 2024-12-19T05:39:02.593Z | Compiling pest_meta v2.7.13 |
1603 | 2024-12-19T05:39:03.094Z | Compiling idna v0.5.0 |
1604 | 2024-12-19T05:39:03.998Z | Compiling atomic-waker v1.1.2 |
1605 | 2024-12-19T05:39:04.193Z | Compiling syn v1.0.109 |
1606 | 2024-12-19T05:39:04.496Z | Compiling bytes v1.7.2 |
1607 | 2024-12-19T05:39:04.823Z | Compiling smallvec v1.13.2 |
1608 | 2024-12-19T05:39:06.554Z | Compiling parking_lot v0.12.3 |
1609 | 2024-12-19T05:39:06.748Z | Compiling indexmap v2.5.0 |
1610 | 2024-12-19T05:39:06.783Z | Compiling chrono v0.4.38 |
1611 | 2024-12-19T05:39:07.099Z | Compiling tokio v1.42.0 |
1612 | 2024-12-19T05:39:08.026Z | Compiling uuid v1.11.0 |
1613 | 2024-12-19T05:39:09.278Z | Compiling serde_tokenstream v0.2.2 |
1614 | 2024-12-19T05:39:11.771Z | Compiling http v1.2.0 |
1615 | 2024-12-19T05:39:12.096Z | Compiling openapiv3 v2.0.0 |
1616 | 2024-12-19T05:39:14.778Z | Compiling typify-impl v0.2.0 |
1617 | 2024-12-19T05:39:15.530Z | Compiling serde_yaml v0.9.34+deprecated |
1618 | 2024-12-19T05:39:16.623Z | Compiling http-body v1.0.1 |
1619 | 2024-12-19T05:39:16.964Z | Compiling tokio-util v0.7.12 |
1620 | 2024-12-19T05:39:17.641Z | Compiling tokio-native-tls v0.3.1 |
1621 | 2024-12-19T05:39:17.961Z | Compiling toml_datetime v0.6.8 |
1622 | 2024-12-19T05:39:18.422Z | Compiling url v2.5.2 |
1623 | 2024-12-19T05:39:18.915Z | Compiling pest_generator v2.7.13 |
1624 | 2024-12-19T05:39:19.089Z | Compiling rustls-webpki v0.102.8 |
1625 | 2024-12-19T05:39:19.487Z | Compiling rand_core v0.6.4 |
1626 | 2024-12-19T05:39:20.786Z | Compiling encoding_rs v0.8.34 |
1627 | 2024-12-19T05:39:23.605Z | Compiling ipnet v2.10.0 |
1628 | 2024-12-19T05:39:23.984Z | Compiling mime v0.3.17 |
1629 | 2024-12-19T05:39:25.120Z | Compiling zeroize v1.8.1 |
1630 | 2024-12-19T05:39:26.732Z | Compiling pest_derive v2.7.13 |
1631 | 2024-12-19T05:39:27.227Z | Compiling typify-macro v0.2.0 |
1632 | 2024-12-19T05:39:29.195Z | Compiling h2 v0.4.6 |
1633 | 2024-12-19T05:39:31.290Z | Compiling typify v0.2.0 |
1634 | 2024-12-19T05:39:31.764Z | Compiling ipnetwork v0.20.0 |
1635 | 2024-12-19T05:39:34.463Z | Compiling serde_urlencoded v0.7.1 |
1636 | 2024-12-19T05:39:36.067Z | Compiling usdt-impl v0.5.0 |
1637 | 2024-12-19T05:39:36.460Z | Compiling omicron-workspace-hack v0.1.0 |
1638 | 2024-12-19T05:39:38.153Z | Compiling hyper v1.5.1 |
1639 | 2024-12-19T05:39:39.338Z | Compiling progenitor-impl v0.8.0 |
1640 | 2024-12-19T05:39:42.548Z | Compiling scroll v0.12.0 |
1641 | 2024-12-19T05:39:43.156Z | Compiling ppv-lite86 v0.2.20 |
1642 | 2024-12-19T05:39:43.212Z | Compiling rustversion v1.0.17 |
1643 | 2024-12-19T05:39:43.581Z | Compiling plain v0.2.3 |
1644 | 2024-12-19T05:39:43.748Z | Compiling strsim v0.11.1 |
1645 | 2024-12-19T05:39:43.967Z | Compiling goblin v0.8.2 |
1646 | 2024-12-19T05:39:44.091Z | Compiling rand_chacha v0.3.1 |
1647 | 2024-12-19T05:39:44.199Z | Compiling hyper-util v0.1.10 |
1648 | 2024-12-19T05:39:44.792Z | Compiling slog-async v2.8.0 |
1649 | 2024-12-19T05:39:44.937Z | Compiling pretty-hex v0.4.1 |
1650 | 2024-12-19T05:39:45.333Z | Compiling rand v0.8.5 |
1651 | 2024-12-19T05:39:46.110Z | Compiling progenitor-macro v0.8.0 |
1652 | 2024-12-19T05:39:47.253Z | Compiling dtrace-parser v0.2.0 |
1653 | 2024-12-19T05:39:47.348Z | Compiling http-body-util v0.1.2 |
1654 | 2024-12-19T05:39:49.038Z | Compiling thread-id v4.2.2 |
1655 | 2024-12-19T05:39:49.151Z | Compiling base64 v0.22.1 |
1656 | 2024-12-19T05:39:49.162Z | Compiling ident_case v1.0.1 |
1657 | 2024-12-19T05:39:49.343Z | Compiling rustls v0.22.4 |
1658 | 2024-12-19T05:39:49.690Z | Compiling camino v1.1.9 |
1659 | 2024-12-19T05:39:49.912Z | Compiling dof v0.3.0 |
1660 | 2024-12-19T05:39:50.316Z | Compiling rustls-pemfile v2.1.3 |
1661 | 2024-12-19T05:39:50.328Z | Compiling darling_core v0.20.10 |
1662 | 2024-12-19T05:39:51.671Z | Compiling tokio-rustls v0.26.0 |
1663 | 2024-12-19T05:39:52.218Z | Compiling webpki-roots v0.26.6 |
1664 | 2024-12-19T05:39:53.257Z | Compiling hyper-rustls v0.27.3 |
1665 | 2024-12-19T05:39:53.413Z | Compiling hyper-tls v0.6.0 |
1666 | 2024-12-19T05:39:53.642Z | Compiling sync_wrapper v1.0.1 |
1667 | 2024-12-19T05:39:53.812Z | Compiling multer v3.1.0 |
1668 | 2024-12-19T05:39:53.856Z | Compiling winnow v0.6.18 |
1669 | 2024-12-19T05:39:54.172Z | Compiling crossbeam-utils v0.8.20 |
1670 | 2024-12-19T05:39:54.192Z | Compiling paste v1.0.15 |
1671 | 2024-12-19T05:39:54.764Z | Compiling powerfmt v0.2.0 |
1672 | 2024-12-19T05:39:54.818Z | Compiling reqwest v0.12.9 |
1673 | 2024-12-19T05:39:55.271Z | Compiling deranged v0.3.11 |
1674 | 2024-12-19T05:39:56.316Z | Compiling usdt-macro v0.5.0 |
1675 | 2024-12-19T05:39:56.514Z | Compiling darling_macro v0.20.10 |
1676 | 2024-12-19T05:39:57.578Z | Compiling darling v0.20.10 |
1677 | 2024-12-19T05:39:57.612Z | Compiling usdt-attr-macro v0.5.0 |
1678 | 2024-12-19T05:39:58.274Z | Compiling async-trait v0.1.83 |
1679 | 2024-12-19T05:39:59.412Z | Compiling num_threads v0.1.7 |
1680 | 2024-12-19T05:39:59.836Z | Compiling time v0.3.36 |
1681 | 2024-12-19T05:39:59.973Z | Compiling serde_with_macros v3.9.0 |
1682 | 2024-12-19T05:40:01.926Z | Compiling strum_macros v0.26.4 |
1683 | 2024-12-19T05:40:02.760Z | Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265) |
1684 | 2024-12-19T05:40:03.255Z | Compiling async-stream-impl v0.3.5 |
1685 | 2024-12-19T05:40:04.765Z | Compiling structmeta-derive v0.3.0 |
1686 | 2024-12-19T05:40:06.600Z | Compiling dropshot v0.12.0 |
1687 | 2024-12-19T05:40:06.780Z | Compiling lazy_static v1.5.0 |
1688 | 2024-12-19T05:40:06.963Z | Compiling progenitor-client v0.8.0 |
1689 | 2024-12-19T05:40:07.651Z | Compiling structmeta v0.3.0 |
1690 | 2024-12-19T05:40:08.338Z | Compiling dirs-sys-next v0.1.2 |
1691 | 2024-12-19T05:40:11.164Z | Compiling progenitor v0.8.0 |
1692 | 2024-12-19T05:40:11.400Z | Compiling dirs-next v2.0.0 |
1693 | 2024-12-19T05:40:11.773Z | Compiling parse-display-derive v0.10.0 |
1694 | 2024-12-19T05:40:12.654Z | Compiling block-buffer v0.10.4 |
1695 | 2024-12-19T05:40:12.919Z | Compiling crypto-common v0.1.6 |
1696 | 2024-12-19T05:40:13.148Z | Compiling dropshot_endpoint v0.12.0 |
1697 | 2024-12-19T05:40:15.876Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1698 | 2024-12-19T05:40:16.284Z | Compiling thread_local v1.1.8 |
1699 | 2024-12-19T05:40:17.615Z | Compiling digest v0.10.7 |
1700 | 2024-12-19T05:40:18.004Z | Compiling term v0.7.0 |
1701 | 2024-12-19T05:40:18.097Z | Compiling crossbeam-channel v0.5.13 |
1702 | 2024-12-19T05:40:19.800Z | Compiling is-terminal v0.4.13 |
1703 | 2024-12-19T05:40:19.944Z | Compiling rustix v0.38.37 |
1704 | 2024-12-19T05:40:20.707Z | Compiling take_mut v0.2.2 |
1705 | 2024-12-19T05:40:20.897Z | Compiling match_cfg v0.1.0 |
1706 | 2024-12-19T05:40:21.677Z | Compiling hostname v0.3.1 |
1707 | 2024-12-19T05:40:25.118Z | Compiling slog-term v2.9.1 |
1708 | 2024-12-19T05:40:26.357Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1709 | 2024-12-19T05:40:27.467Z | Compiling futures-executor v0.3.30 |
1710 | 2024-12-19T05:40:28.110Z | Compiling errno v0.3.9 |
1711 | 2024-12-19T05:40:28.458Z | Compiling instant v0.1.13 |
1712 | 2024-12-19T05:40:28.632Z | Compiling unicode-width v0.1.14 |
1713 | 2024-12-19T05:40:28.964Z | Compiling cpufeatures v0.2.14 |
1714 | 2024-12-19T05:40:30.375Z | Compiling futures v0.3.30 |
1715 | 2024-12-19T05:40:32.226Z | Compiling serde_spanned v0.6.7 |
1716 | 2024-12-19T05:40:32.771Z | Compiling memmap v0.7.0 |
1717 | 2024-12-19T05:40:33.129Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1718 | 2024-12-19T05:40:33.211Z | Compiling winnow v0.5.40 |
1719 | 2024-12-19T05:40:33.682Z | Compiling usdt v0.5.0 |
1720 | 2024-12-19T05:40:33.936Z | Compiling toml_edit v0.22.21 |
1721 | 2024-12-19T05:40:37.196Z | Compiling toml_edit v0.19.15 |
1722 | 2024-12-19T05:40:38.768Z | Compiling strum v0.26.3 |
1723 | 2024-12-19T05:40:38.976Z | Compiling slog-json v2.6.1 |
1724 | 2024-12-19T05:40:39.442Z | Compiling serde_with v3.9.0 |
1725 | 2024-12-19T05:40:41.043Z | Compiling debug-ignore v1.0.5 |
1726 | 2024-12-19T05:40:41.201Z | Compiling heapless v0.8.0 |
1727 | 2024-12-19T05:40:43.511Z | Compiling tokio-rustls v0.25.0 |
1728 | 2024-12-19T05:40:43.968Z | Compiling proc-macro-crate v1.3.1 |
1729 | 2024-12-19T05:40:44.003Z | Compiling slog-bunyan v2.5.0 |
1730 | 2024-12-19T05:40:44.290Z | Compiling toml v0.8.19 |
1731 | 2024-12-19T05:40:44.892Z | Compiling sha1 v0.10.6 |
1732 | 2024-12-19T05:40:45.780Z | Compiling async-stream v0.3.5 |
1733 | 2024-12-19T05:40:46.061Z | Compiling newtype-uuid v1.1.0 |
1734 | 2024-12-19T05:40:46.107Z | Compiling serde_path_to_error v0.1.16 |
1735 | 2024-12-19T05:40:46.326Z | Compiling hex v0.4.3 |
1736 | 2024-12-19T05:40:46.340Z | Compiling waitgroup v0.1.2 |
1737 | 2024-12-19T05:40:46.490Z | Compiling hostname v0.4.0 |
1738 | 2024-12-19T05:40:46.589Z | Compiling hash32 v0.3.1 |
1739 | 2024-12-19T05:40:46.860Z | Compiling stable_deref_trait v1.2.0 |
1740 | 2024-12-19T05:40:46.973Z | Compiling smoltcp v0.11.0 |
1741 | 2024-12-19T05:40:47.081Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1742 | 2024-12-19T05:40:47.157Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1743 | 2024-12-19T05:40:49.303Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1744 | 2024-12-19T05:40:49.870Z | Compiling num_enum_derive v0.5.11 |
1745 | 2024-12-19T05:40:49.988Z | Compiling backoff v0.4.0 |
1746 | 2024-12-19T05:40:50.393Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1747 | 2024-12-19T05:40:50.653Z | Compiling parse-display v0.10.0 |
1748 | 2024-12-19T05:40:51.124Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
1749 | 2024-12-19T05:40:52.360Z | Compiling macaddr v1.0.1 |
1750 | 2024-12-19T05:40:52.661Z | Compiling regress v0.9.1 |
1751 | 2024-12-19T05:40:52.987Z | Compiling clap_derive v4.5.18 |
1752 | 2024-12-19T05:40:55.377Z | Compiling foreign-types-macros v0.2.3 |
1753 | 2024-12-19T05:40:56.955Z | Compiling proc-macro-error-attr v1.0.4 |
1754 | 2024-12-19T05:40:57.327Z | Compiling managed v0.8.0 |
1755 | 2024-12-19T05:40:57.834Z | Compiling cobs v0.2.3 |
1756 | 2024-12-19T05:40:57.932Z | Compiling foreign-types-shared v0.3.1 |
1757 | 2024-12-19T05:40:58.058Z | Compiling heck v0.4.1 |
1758 | 2024-12-19T05:40:58.239Z | Compiling either v1.13.0 |
1759 | 2024-12-19T05:40:58.263Z | Compiling utf8parse v0.2.2 |
1760 | 2024-12-19T05:40:58.428Z | Compiling bitflags v1.3.2 |
1761 | 2024-12-19T05:40:58.490Z | Compiling anstyle-parse v0.2.5 |
1762 | 2024-12-19T05:40:58.909Z | Compiling foreign-types v0.5.0 |
1763 | 2024-12-19T05:40:59.029Z | Compiling postcard v1.0.10 |
1764 | 2024-12-19T05:40:59.789Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1765 | 2024-12-19T05:41:01.370Z | Compiling num_enum v0.5.11 |
1766 | 2024-12-19T05:41:03.608Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1767 | 2024-12-19T05:41:04.898Z | Compiling cstr-argument v0.1.2 |
1768 | 2024-12-19T05:41:05.166Z | Compiling proc-macro-error v1.0.4 |
1769 | 2024-12-19T05:41:05.540Z | Compiling is_terminal_polyfill v1.70.1 |
1770 | 2024-12-19T05:41:05.996Z | Compiling pretty-hex v0.2.1 |
1771 | 2024-12-19T05:41:06.231Z | Compiling colorchoice v1.0.2 |
1772 | 2024-12-19T05:41:06.409Z | Compiling anstyle v1.0.10 |
1773 | 2024-12-19T05:41:07.175Z | Compiling anstyle-query v1.1.1 |
1774 | 2024-12-19T05:41:07.338Z | Compiling anstream v0.6.15 |
1775 | 2024-12-19T05:41:09.014Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1776 | 2024-12-19T05:41:09.439Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1777 | 2024-12-19T05:41:09.974Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1778 | 2024-12-19T05:41:10.863Z | Compiling terminal_size v0.4.0 |
1779 | 2024-12-19T05:41:11.098Z | Compiling colored v2.1.0 |
1780 | 2024-12-19T05:41:11.319Z | Compiling clap_lex v0.7.4 |
1781 | 2024-12-19T05:41:11.968Z | Compiling clap_builder v4.5.23 |
1782 | 2024-12-19T05:41:13.278Z | Compiling tabwriter v1.4.0 |
1783 | 2024-12-19T05:41:13.473Z | Compiling num-integer v0.1.46 |
1784 | 2024-12-19T05:41:16.332Z | Compiling clap v4.5.23 |
1785 | 2024-12-19T05:41:16.353Z | Compiling prettyplease v0.2.22 |
1786 | 2024-12-19T05:41:18.258Z | Compiling num-iter v0.1.45 |
1787 | 2024-12-19T05:41:18.472Z | Compiling num-rational v0.4.2 |
1788 | 2024-12-19T05:41:19.373Z | Compiling num-complex v0.4.6 |
1789 | 2024-12-19T05:41:19.781Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1790 | 2024-12-19T05:41:20.090Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1791 | 2024-12-19T05:41:20.159Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1792 | 2024-12-19T05:41:20.561Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1793 | 2024-12-19T05:41:20.708Z | Compiling fastrand v2.1.1 |
1794 | 2024-12-19T05:41:20.725Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1795 | 2024-12-19T05:41:21.400Z | Compiling tempfile v3.12.0 |
1796 | 2024-12-19T05:41:21.830Z | Compiling num v0.4.3 |
1797 | 2024-12-19T05:41:25.356Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1798 | 2024-12-19T05:41:25.847Z | Compiling float-ord v0.3.2 |
1799 | 2024-12-19T05:41:25.886Z | Compiling crucible-workspace-hack v0.1.0 |
1800 | 2024-12-19T05:41:26.008Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1801 | 2024-12-19T05:41:33.278Z | Compiling unicode-segmentation v1.12.0 |
1802 | 2024-12-19T05:41:34.316Z | Compiling semver v0.1.20 |
1803 | 2024-12-19T05:41:34.534Z | Compiling newline-converter v0.3.0 |
1804 | 2024-12-19T05:41:34.735Z | Compiling rustc_version v0.1.7 |
1805 | 2024-12-19T05:41:34.924Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1806 | 2024-12-19T05:41:35.267Z | Compiling camino-tempfile v1.1.1 |
1807 | 2024-12-19T05:41:35.847Z | Compiling zone_cfg_derive v0.3.0 |
1808 | 2024-12-19T05:41:36.036Z | Compiling itertools v0.10.5 |
1809 | 2024-12-19T05:41:37.402Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1810 | 2024-12-19T05:41:37.918Z | Compiling console v0.15.8 |
1811 | 2024-12-19T05:41:37.918Z | Compiling num-derive v0.4.2 |
1812 | 2024-12-19T05:41:38.907Z | Compiling sigpipe v0.1.3 |
1813 | 2024-12-19T05:41:39.048Z | Compiling base64ct v1.6.0 |
1814 | 2024-12-19T05:41:39.451Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1815 | 2024-12-19T05:41:39.788Z | Compiling static_assertions v1.1.0 |
1816 | 2024-12-19T05:41:39.900Z | Compiling similar v2.6.0 |
1817 | 2024-12-19T05:41:40.036Z | Compiling password-hash v0.5.0 |
1818 | 2024-12-19T05:41:40.357Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95) |
1819 | 2024-12-19T05:41:40.945Z | Compiling expectorate v1.1.0 |
1820 | 2024-12-19T05:41:41.214Z | Compiling zone v0.3.0 |
1821 | 2024-12-19T05:41:41.958Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1822 | 2024-12-19T05:41:42.232Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1823 | 2024-12-19T05:41:42.248Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1824 | 2024-12-19T05:41:44.662Z | Compiling newtype_derive v0.1.6 |
1825 | 2024-12-19T05:41:45.052Z | Compiling blake2 v0.10.6 |
1826 | 2024-12-19T05:41:45.259Z | Compiling hubpack_derive v0.1.1 |
1827 | 2024-12-19T05:41:45.635Z | Compiling smf v0.2.3 |
1828 | 2024-12-19T05:41:46.212Z | Compiling zerocopy-derive v0.6.6 |
1829 | 2024-12-19T05:41:46.253Z | Compiling fixedbitset v0.4.2 |
1830 | 2024-12-19T05:41:46.297Z | Compiling owo-colors v4.1.0 |
1831 | 2024-12-19T05:41:46.422Z | Compiling whoami v1.5.2 |
1832 | 2024-12-19T05:41:46.934Z | Compiling cancel-safe-futures v0.1.5 |
1833 | 2024-12-19T05:41:47.407Z | Compiling petgraph v0.6.5 |
1834 | 2024-12-19T05:41:48.213Z | Compiling hubpack v0.1.2 |
1835 | 2024-12-19T05:41:48.359Z | Compiling zerocopy v0.6.6 |
1836 | 2024-12-19T05:41:48.755Z | Compiling argon2 v0.5.3 |
1837 | 2024-12-19T05:41:49.395Z | Compiling strum_macros v0.25.3 |
1838 | 2024-12-19T05:41:50.823Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1839 | 2024-12-19T05:41:51.235Z | Compiling serde-big-array v0.5.1 |
1840 | 2024-12-19T05:41:51.505Z | Compiling serde_repr v0.1.19 |
1841 | 2024-12-19T05:41:52.165Z | Compiling cookie v0.18.1 |
1842 | 2024-12-19T05:41:52.535Z | Compiling convert_case v0.4.0 |
1843 | 2024-12-19T05:41:52.709Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
1844 | 2024-12-19T05:41:53.083Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1845 | 2024-12-19T05:41:53.226Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1846 | 2024-12-19T05:41:53.259Z | Compiling derive_more v0.99.18 |
1847 | 2024-12-19T05:41:53.773Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1848 | 2024-12-19T05:41:54.383Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1849 | 2024-12-19T05:41:56.220Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1850 | 2024-12-19T05:41:57.471Z | Compiling atomicwrites v0.4.4 |
1851 | 2024-12-19T05:41:58.007Z | Compiling itertools v0.13.0 |
1852 | 2024-12-19T05:42:00.360Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1853 | 2024-12-19T05:42:00.571Z | Compiling libsw v3.3.1 |
1854 | 2024-12-19T05:42:00.944Z | Compiling idna v0.4.0 |
1855 | 2024-12-19T05:42:01.572Z | Compiling enum-as-inner v0.6.1 |
1856 | 2024-12-19T05:42:01.980Z | Compiling derive-where v1.2.7 |
1857 | 2024-12-19T05:42:02.403Z | Compiling quick-error v1.2.3 |
1858 | 2024-12-19T05:42:02.572Z | Compiling highway v1.2.0 |
1859 | 2024-12-19T05:42:02.663Z | Compiling indent_write v2.2.0 |
1860 | 2024-12-19T05:42:02.755Z | Compiling swrite v0.1.0 |
1861 | 2024-12-19T05:42:02.894Z | Compiling data-encoding v2.6.0 |
1862 | 2024-12-19T05:42:02.907Z | Compiling linear-map v1.2.0 |
1863 | 2024-12-19T05:42:03.371Z | Compiling linked-hash-map v0.5.6 |
1864 | 2024-12-19T05:42:03.822Z | Compiling lru-cache v0.1.2 |
1865 | 2024-12-19T05:42:04.019Z | Compiling hickory-proto v0.24.1 |
1866 | 2024-12-19T05:42:04.055Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1867 | 2024-12-19T05:42:04.846Z | Compiling resolv-conf v0.7.0 |
1868 | 2024-12-19T05:42:05.452Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1869 | 2024-12-19T05:42:06.496Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1870 | 2024-12-19T05:42:07.852Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1871 | 2024-12-19T05:42:08.275Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1872 | 2024-12-19T05:42:10.071Z | Compiling steno v0.4.1 |
1873 | 2024-12-19T05:42:10.379Z | Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1874 | 2024-12-19T05:42:16.466Z | Compiling slog-dtrace v0.3.0 |
1875 | 2024-12-19T05:42:16.844Z | Compiling parking_lot_core v0.8.6 |
1876 | 2024-12-19T05:42:17.258Z | Compiling humantime v2.1.0 |
1877 | 2024-12-19T05:42:17.418Z | Compiling hickory-resolver v0.24.1 |
1878 | 2024-12-19T05:42:18.139Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1879 | 2024-12-19T05:42:18.260Z | Compiling num-derive v0.3.3 |
1880 | 2024-12-19T05:42:19.330Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1881 | 2024-12-19T05:42:20.580Z | Compiling libscf-sys v1.0.0 (https://github.com/illumos/libscf-sys.git#bb0b82c3) |
1882 | 2024-12-19T05:42:22.301Z | Compiling parking_lot v0.11.2 |
1883 | 2024-12-19T05:42:22.356Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#f14ff351) |
1884 | 2024-12-19T05:42:22.444Z | Compiling crossbeam-epoch v0.9.18 |
1885 | 2024-12-19T05:42:23.675Z | Compiling http v0.2.12 |
1886 | 2024-12-19T05:42:23.870Z | Compiling fxhash v0.2.1 |
1887 | 2024-12-19T05:42:24.106Z | Compiling crc32fast v1.4.2 |
1888 | 2024-12-19T05:42:24.314Z | Compiling typify-impl v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1889 | 2024-12-19T05:42:24.660Z | Compiling sled v0.34.7 |
1890 | 2024-12-19T05:42:25.080Z | Compiling rustls v0.21.12 |
1891 | 2024-12-19T05:42:25.447Z | Compiling rustls-webpki v0.101.7 |
1892 | 2024-12-19T05:42:28.469Z | Compiling h2 v0.3.26 |
1893 | 2024-12-19T05:42:29.423Z | Compiling http-body v0.4.6 |
1894 | 2024-12-19T05:42:29.966Z | Compiling sct v0.7.1 |
1895 | 2024-12-19T05:42:30.444Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1896 | 2024-12-19T05:42:30.831Z | Compiling half v2.4.1 |
1897 | 2024-12-19T05:42:31.536Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1898 | 2024-12-19T05:42:31.718Z | Compiling ciborium-io v0.2.2 |
1899 | 2024-12-19T05:42:31.867Z | Compiling ciborium-ll v0.2.2 |
1900 | 2024-12-19T05:42:32.407Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1901 | 2024-12-19T05:42:35.748Z | Compiling hyper v0.14.30 |
1902 | 2024-12-19T05:42:36.613Z | Compiling typify-macro v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1903 | 2024-12-19T05:42:39.836Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1904 | 2024-12-19T05:42:40.716Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#4cdc7d7e) |
1905 | 2024-12-19T05:42:40.840Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1906 | 2024-12-19T05:42:41.881Z | Compiling crc8 v0.1.1 |
1907 | 2024-12-19T05:42:42.213Z | Compiling arc-swap v1.7.1 |
1908 | 2024-12-19T05:42:42.959Z | Compiling slog-scope v4.4.0 |
1909 | 2024-12-19T05:42:43.307Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#4cdc7d7e) |
1910 | 2024-12-19T05:42:43.972Z | Compiling tokio-rustls v0.24.1 |
1911 | 2024-12-19T05:42:44.462Z | Compiling ciborium v0.2.2 |
1912 | 2024-12-19T05:42:46.806Z | Compiling proc-macro-crate v3.2.0 |
1913 | 2024-12-19T05:42:48.000Z | Compiling smartstring v1.0.1 |
1914 | 2024-12-19T05:42:48.426Z | Compiling base64 v0.21.7 |
1915 | 2024-12-19T05:42:49.166Z | Compiling rustls-pemfile v1.0.4 |
1916 | 2024-12-19T05:42:49.607Z | Compiling num_enum_derive v0.7.3 |
1917 | 2024-12-19T05:42:49.959Z | Compiling hyper-rustls v0.24.2 |
1918 | 2024-12-19T05:42:50.354Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1919 | 2024-12-19T05:42:52.308Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1920 | 2024-12-19T05:42:53.309Z | Compiling slog-stdlog v4.1.1 |
1921 | 2024-12-19T05:42:54.051Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
1922 | 2024-12-19T05:42:54.129Z | Compiling typify v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1923 | 2024-12-19T05:42:54.288Z | Compiling hyper-tls v0.5.0 |
1924 | 2024-12-19T05:42:59.708Z | Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb) |
1925 | 2024-12-19T05:43:03.081Z | Compiling spin v0.5.2 |
1926 | 2024-12-19T05:43:03.369Z | Compiling webpki-roots v0.25.4 |
1927 | 2024-12-19T05:43:03.564Z | Compiling sync_wrapper v0.1.2 |
1928 | 2024-12-19T05:43:03.719Z | Compiling reqwest v0.11.27 |
1929 | 2024-12-19T05:43:04.653Z | Compiling no-std-compat v0.4.1 |
1930 | 2024-12-19T05:43:04.784Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1931 | 2024-12-19T05:43:11.889Z | Compiling slog-envlogger v2.2.0 |
1932 | 2024-12-19T05:43:14.093Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1933 | 2024-12-19T05:43:14.663Z | Compiling num_enum v0.7.3 |
1934 | 2024-12-19T05:43:15.568Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
1935 | 2024-12-19T05:43:17.088Z | Compiling thin-vec v0.2.13 |
1936 | 2024-12-19T05:43:17.821Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
1937 | 2024-12-19T05:43:18.097Z | Compiling rhai_codegen v2.2.0 |
1938 | 2024-12-19T05:43:18.391Z | Compiling minimal-lexical v0.2.1 |
1939 | 2024-12-19T05:43:19.056Z | Compiling nom v7.1.3 |
1940 | 2024-12-19T05:43:21.280Z | Compiling rhai v1.20.0 |
1941 | 2024-12-19T05:43:22.979Z | Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm) |
1942 | 2024-12-19T05:43:34.075Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1943 | 2024-12-19T05:43:34.287Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1944 | 2024-12-19T05:43:36.012Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488) |
1945 | 2024-12-19T05:43:37.565Z | Compiling itertools v0.12.1 |
1946 | 2024-12-19T05:43:41.619Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=2bfd39000c878c45675651a7588c015c486e7f43#2bfd3900) |
1947 | 2024-12-19T05:43:42.012Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488) |
1948 | 2024-12-19T05:43:45.674Z | Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d8c38f89) |
1949 | 2024-12-19T05:43:47.663Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1950 | 2024-12-19T05:43:47.727Z | Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower) |
1951 | 2024-12-19T05:43:48.316Z | Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd) |
1952 | 2024-12-19T05:43:49.576Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client) |
1953 | 2024-12-19T05:43:55.404Z | Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests) |
1954 | 2024-12-19T05:43:55.523Z | Compiling util v0.1.0 (/work/oxidecomputer/maghemite/util) |
1955 | 2024-12-19T05:43:57.681Z | Compiling mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify) |
1956 | 2024-12-19T05:44:02.477Z | Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp) |
1957 | 2024-12-19T05:44:28.614Z | Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm) |
1958 | 2024-12-19T05:44:29.398Z | Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd) |
1959 | 2024-12-19T05:44:37.476Z | Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd) |
1960 | 2024-12-19T05:44:37.860Z | Compiling mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm) |
1961 | 2024-12-19T05:45:13.717Z | Finished `release` profile [optimized] target(s) in 6m 39s |
1962 | 2024-12-19T05:45:13.865Z | |
1963 | 2024-12-19T05:45:13.865Z | real 6:39.238660582 |
1964 | 2024-12-19T05:45:13.865Z | user 47:12.485483310 |
1965 | 2024-12-19T05:45:13.865Z | sys 4:14.455714412 |
1966 | 2024-12-19T05:45:13.865Z | trap 1.337697822 |
1967 | 2024-12-19T05:45:13.865Z | tflt 2.716426055 |
1968 | 2024-12-19T05:45:13.865Z | dflt 0.814189573 |
1969 | 2024-12-19T05:45:13.865Z | kflt 0.017399271 |
1970 | 2024-12-19T05:45:13.865Z | lock 1:49:44.852276236 |
1971 | 2024-12-19T05:45:13.865Z | slp 2:54:00.845186341 |
1972 | 2024-12-19T05:45:13.865Z | lat 2:09.497429537 |
1973 | 2024-12-19T05:45:13.865Z | stop 2:09.689794931 |
1974 | 2024-12-19T05:45:13.868Z | + for x in debug release |
1975 | 2024-12-19T05:45:13.868Z | + mkdir -p /work/debug |
1976 | 2024-12-19T05:45:13.868Z | + cp target/debug/ddmd /work/debug/ddmd |
1977 | 2024-12-19T05:45:14.294Z | + cp target/debug/ddmadm /work/debug/ddmadm |
1978 | 2024-12-19T05:45:14.596Z | + for x in debug release |
1979 | 2024-12-19T05:45:14.596Z | + mkdir -p /work/release |
1980 | 2024-12-19T05:45:14.598Z | + cp target/release/ddmd /work/release/ddmd |
1981 | 2024-12-19T05:45:14.642Z | + cp target/release/ddmadm /work/release/ddmadm |
1982 | 2024-12-19T05:45:14.665Z | process exited: duration 804926 ms, exit code 0 |
|
1983 | 2024-12-19T05:45:14.676Z | found 4 output files |
1984 | 2024-12-19T05:45:14.676Z | uploading: /work/debug/ddmadm (341490816 bytes) |
1985 | 2024-12-19T05:45:22.549Z | uploaded: /work/debug/ddmadm |
1986 | 2024-12-19T05:45:22.549Z | uploading: /work/debug/ddmd (419788352 bytes) |
1987 | 2024-12-19T05:45:29.069Z | uploaded: /work/debug/ddmd |
1988 | 2024-12-19T05:45:29.069Z | uploading: /work/release/ddmadm (19658240 bytes) |
1989 | 2024-12-19T05:45:30.344Z | uploaded: /work/release/ddmadm |
1990 | 2024-12-19T05:45:30.347Z | uploading: /work/release/ddmd (44968608 bytes) |
1991 | 2024-12-19T05:45:31.847Z | uploaded: /work/release/ddmd |