|
|
|
1 | 2024-12-28T04:14:17.310Z | job assigned to worker 01JG5QGCRFK4KVZ76A6W4S41GM [factory aws, i-087ed2b0acd97fdca] (queued for 57 s) |
|
2 | 2024-12-28T04:14:25.247Z | starting task 0: "setup" |
3 | 2024-12-28T04:14:25.258Z | ++ uname -s |
4 | 2024-12-28T04:14:25.261Z | + kern=SunOS |
5 | 2024-12-28T04:14:25.261Z | + case "$kern" in |
6 | 2024-12-28T04:14:25.261Z | + groupadd -g 12345 build |
7 | 2024-12-28T04:14:25.263Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-28T04:14:27.271Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-28T04:14:27.384Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-28T04:14:27.387Z | + home_fs=zfs |
11 | 2024-12-28T04:14:27.387Z | + [[ zfs == autofs ]] |
12 | 2024-12-28T04:14:27.387Z | + mkdir -p /home/build |
13 | 2024-12-28T04:14:27.389Z | + chown build:build /home/build /work |
14 | 2024-12-28T04:14:29.392Z | + chmod 0700 /home/build /work |
15 | 2024-12-28T04:14:29.395Z | process exited: duration 4146 ms, exit code 0 |
|
16 | 2024-12-28T04:14:29.400Z | starting task 1: "rust-toolchain" |
17 | 2024-12-28T04:14:29.405Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-28T04:14:29.405Z | ' stable |
19 | 2024-12-28T04:14:29.405Z | * toolchain channel = "stable" |
20 | 2024-12-28T04:14:29.408Z | * toolchain profile = "default" |
21 | 2024-12-28T04:14:29.408Z | + printf ' * toolchain profile = "%s" |
22 | 2024-12-28T04:14:29.408Z | ' default |
23 | 2024-12-28T04:14:29.408Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-28T04:14:29.408Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
25 | 2024-12-28T04:14:29.516Z | info: downloading installer |
26 | 2024-12-28T04:14:30.742Z | info: profile set to 'default' |
27 | 2024-12-28T04:14:30.742Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-28T04:14:30.745Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
29 | 2024-12-28T04:14:30.904Z | info: latest update on 2024-11-28, rust version 1.83.0 (90b35a623 2024-11-26) |
30 | 2024-12-28T04:14:30.904Z | info: downloading component 'cargo' |
31 | 2024-12-28T04:14:32.125Z | info: downloading component 'clippy' |
32 | 2024-12-28T04:14:32.698Z | info: downloading component 'rust-docs' |
33 | 2024-12-28T04:14:33.931Z | info: downloading component 'rust-std' |
34 | 2024-12-28T04:14:36.163Z | info: downloading component 'rustc' |
35 | 2024-12-28T04:14:43.336Z | info: downloading component 'rustfmt' |
36 | 2024-12-28T04:14:43.744Z | info: installing component 'cargo' |
37 | 2024-12-28T04:14:44.555Z | info: installing component 'clippy' |
38 | 2024-12-28T04:14:44.927Z | info: installing component 'rust-docs' |
39 | 2024-12-28T04:14:46.658Z | info: installing component 'rust-std' |
40 | 2024-12-28T04:14:48.312Z | info: installing component 'rustc' |
41 | 2024-12-28T04:14:54.083Z | info: installing component 'rustfmt' |
42 | 2024-12-28T04:14:54.421Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
43 | 2024-12-28T04:14:54.421Z | |
44 | 2024-12-28T04:14:54.789Z | stable-x86_64-unknown-illumos installed - rustc 1.83.0 (90b35a623 2024-11-26) |
45 | 2024-12-28T04:14:54.789Z | |
46 | 2024-12-28T04:14:54.792Z | |
47 | 2024-12-28T04:14:54.792Z | Rust is installed now. Great! |
48 | 2024-12-28T04:14:54.792Z | |
49 | 2024-12-28T04:14:54.792Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-28T04:14:54.792Z | environment variable. This has not been done automatically. |
51 | 2024-12-28T04:14:54.792Z | |
52 | 2024-12-28T04:14:54.792Z | To configure your current shell, you need to source |
53 | 2024-12-28T04:14:54.792Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-28T04:14:54.792Z | |
55 | 2024-12-28T04:14:54.792Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-28T04:14:54.792Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-28T04:14:54.792Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-28T04:14:54.865Z | + rustc --version |
59 | 2024-12-28T04:14:54.935Z | rustc 1.83.0 (90b35a623 2024-11-26) |
60 | 2024-12-28T04:14:54.938Z | process exited: duration 25526 ms, exit code 0 |
|
61 | 2024-12-28T04:14:54.945Z | starting task 2: "authentication" |
62 | 2024-12-28T04:14:54.964Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-12-28T04:14:54.972Z | starting task 3: "clone repository" |
64 | 2024-12-28T04:14:54.977Z | + mkdir -p /work/oxidecomputer/maghemite |
65 | 2024-12-28T04:14:54.979Z | + git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite |
66 | 2024-12-28T04:14:55.018Z | Cloning into '/work/oxidecomputer/maghemite'... |
67 | 2024-12-28T04:14:55.612Z | + cd /work/oxidecomputer/maghemite |
68 | 2024-12-28T04:14:55.614Z | + git fetch origin 09bbcb2812149526743d90a59ad50fe551b7223f |
69 | 2024-12-28T04:14:55.868Z | From https://github.com/oxidecomputer/maghemite |
70 | 2024-12-28T04:14:55.868Z | * branch 09bbcb2812149526743d90a59ad50fe551b7223f -> FETCH_HEAD |
71 | 2024-12-28T04:14:55.876Z | + [[ -n renovate/serde-monorepo ]] |
72 | 2024-12-28T04:14:55.878Z | ++ git branch --show-current |
73 | 2024-12-28T04:14:55.880Z | + current=main |
74 | 2024-12-28T04:14:55.880Z | + [[ main != renovate/serde-monorepo ]] |
75 | 2024-12-28T04:14:55.880Z | + git branch -f renovate/serde-monorepo 09bbcb2812149526743d90a59ad50fe551b7223f |
76 | 2024-12-28T04:14:55.884Z | + git checkout -f renovate/serde-monorepo |
77 | 2024-12-28T04:14:55.898Z | Switched to branch 'renovate/serde-monorepo' |
78 | 2024-12-28T04:14:55.900Z | + git reset --hard 09bbcb2812149526743d90a59ad50fe551b7223f |
79 | 2024-12-28T04:14:55.912Z | HEAD is now at 09bbcb2 Update Rust crate serde to 1.0.217 |
80 | 2024-12-28T04:14:55.915Z | process exited: duration 941 ms, exit code 0 |
|
81 | 2024-12-28T04:14:55.920Z | starting task 4: "build" |
82 | 2024-12-28T04:14:55.926Z | + cargo --version |
83 | 2024-12-28T04:14:55.930Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
84 | 2024-12-28T04:14:56.093Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
85 | 2024-12-28T04:14:56.093Z | info: downloading component 'cargo' |
86 | 2024-12-28T04:14:57.265Z | info: downloading component 'clippy' |
87 | 2024-12-28T04:14:57.699Z | info: downloading component 'rust-docs' |
88 | 2024-12-28T04:14:58.905Z | info: downloading component 'rust-std' |
89 | 2024-12-28T04:15:01.135Z | info: downloading component 'rustc' |
90 | 2024-12-28T04:15:08.844Z | info: downloading component 'rustfmt' |
91 | 2024-12-28T04:15:09.312Z | info: installing component 'cargo' |
92 | 2024-12-28T04:15:10.102Z | info: installing component 'clippy' |
93 | 2024-12-28T04:15:10.457Z | info: installing component 'rust-docs' |
94 | 2024-12-28T04:15:12.012Z | info: installing component 'rust-std' |
95 | 2024-12-28T04:15:13.723Z | info: installing component 'rustc' |
96 | 2024-12-28T04:15:19.421Z | info: installing component 'rustfmt' |
97 | 2024-12-28T04:15:19.811Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
98 | 2024-12-28T04:15:19.813Z | + rustc --version |
99 | 2024-12-28T04:15:19.881Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
100 | 2024-12-28T04:15:19.885Z | + banner check |
101 | 2024-12-28T04:15:19.888Z | |
102 | 2024-12-28T04:15:19.888Z | #### # # ###### #### # # |
103 | 2024-12-28T04:15:19.889Z | # # # # # # # # # |
104 | 2024-12-28T04:15:19.889Z | # ###### ##### # #### |
105 | 2024-12-28T04:15:19.889Z | # # # # # # # |
106 | 2024-12-28T04:15:19.889Z | # # # # # # # # # |
107 | 2024-12-28T04:15:19.889Z | #### # # ###### #### # # |
108 | 2024-12-28T04:15:19.889Z | |
109 | 2024-12-28T04:15:19.893Z | + cargo fmt -- --check |
110 | 2024-12-28T04:15:20.506Z | + cargo clippy --all-targets -- --deny warnings |
111 | 2024-12-28T04:15:20.751Z | Updating git repository `https://www.github.com/oxidecomputer/oxnet` |
112 | 2024-12-28T04:15:20.968Z | warning: redirecting to https://github.com/oxidecomputer/oxnet.git/ |
113 | 2024-12-28T04:15:21.177Z | From https://www.github.com/oxidecomputer/oxnet |
114 | 2024-12-28T04:15:21.178Z | * [new branch] ci -> origin/ci |
115 | 2024-12-28T04:15:21.182Z | * [new branch] dependabot/cargo/serde-1.0.216 -> origin/dependabot/cargo/serde-1.0.216 |
116 | 2024-12-28T04:15:21.182Z | * [new branch] dependabot/cargo/serde_json-1.0.134 -> origin/dependabot/cargo/serde_json-1.0.134 |
117 | 2024-12-28T04:15:21.182Z | * [new branch] main -> origin/main |
118 | 2024-12-28T04:15:21.182Z | * [new ref] -> origin/HEAD |
119 | 2024-12-28T04:15:21.189Z | Updating crates.io index |
120 | 2024-12-28T04:15:21.312Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
121 | 2024-12-28T04:15:22.004Z | From https://github.com/oxidecomputer/falcon |
122 | 2024-12-28T04:15:22.005Z | * [new ref] d8c38f890040f90cdc467e23f3f06b6372a9921c -> refs/commit/d8c38f890040f90cdc467e23f3f06b6372a9921c |
123 | 2024-12-28T04:15:22.119Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
124 | 2024-12-28T04:15:23.211Z | From https://github.com/oxidecomputer/dendrite |
125 | 2024-12-28T04:15:23.211Z | * [new ref] 4cdc7d7e18a25833843686d76b95a9ca4a5dfab0 -> refs/commit/4cdc7d7e18a25833843686d76b95a9ca4a5dfab0 |
126 | 2024-12-28T04:15:23.243Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
127 | 2024-12-28T04:15:26.325Z | From https://github.com/oxidecomputer/ispf |
128 | 2024-12-28T04:15:26.326Z | * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496 |
129 | 2024-12-28T04:15:26.346Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
130 | 2024-12-28T04:15:26.782Z | From https://github.com/oxidecomputer/netadm-sys |
131 | 2024-12-28T04:15:26.782Z | * [new ref] e07ad76458eb50601e0da4f9da16dbc942bfc2ba -> refs/commit/e07ad76458eb50601e0da4f9da16dbc942bfc2ba |
132 | 2024-12-28T04:15:26.795Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
133 | 2024-12-28T04:15:30.248Z | From https://github.com/oxidecomputer/omicron |
134 | 2024-12-28T04:15:30.248Z | * [new ref] 48125c8e00738710bde6aed65c253c606c2bdb30 -> refs/commit/48125c8e00738710bde6aed65c253c606c2bdb30 |
135 | 2024-12-28T04:15:30.279Z | * [new tag] dogfood -> dogfood |
136 | 2024-12-28T04:15:30.282Z | * [new tag] v5 -> v5 |
137 | 2024-12-28T04:15:30.282Z | * [new tag] v6 -> v6 |
138 | 2024-12-28T04:15:30.282Z | * [new tag] v7 -> v7 |
139 | 2024-12-28T04:15:30.282Z | * [new tag] v8 -> v8 |
140 | 2024-12-28T04:15:30.282Z | * [new tag] v9 -> v9 |
141 | 2024-12-28T04:15:30.634Z | Updating git repository `https://github.com/oxidecomputer/opte` |
142 | 2024-12-28T04:15:31.237Z | From https://github.com/oxidecomputer/opte |
143 | 2024-12-28T04:15:31.237Z | * [new ref] 3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d -> refs/commit/3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d |
144 | 2024-12-28T04:15:31.306Z | Updating git repository `https://github.com/illumos/smf-rs` |
145 | 2024-12-28T04:15:31.659Z | From https://github.com/illumos/smf-rs |
146 | 2024-12-28T04:15:31.659Z | * [new ref] f14ff3517648206baa4b42ef522d2114ed5bcb48 -> refs/commit/f14ff3517648206baa4b42ef522d2114ed5bcb48 |
147 | 2024-12-28T04:15:31.689Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
148 | 2024-12-28T04:15:32.132Z | From https://github.com/oxidecomputer/maghemite |
149 | 2024-12-28T04:15:32.132Z | * [new ref] 2bfd39000c878c45675651a7588c015c486e7f43 -> refs/commit/2bfd39000c878c45675651a7588c015c486e7f43 |
150 | 2024-12-28T04:15:32.149Z | * [new tag] rift -> rift |
151 | 2024-12-28T04:15:32.151Z | * [new tag] srp -> srp |
152 | 2024-12-28T04:15:32.151Z | * [new tag] tie-spf -> tie-spf |
153 | 2024-12-28T04:15:32.190Z | Updating git repository `https://github.com/oxidecomputer/zone` |
154 | 2024-12-28T04:15:32.550Z | From https://github.com/oxidecomputer/zone |
155 | 2024-12-28T04:15:32.550Z | * [new ref] 7a0cb48801eaf5d1c91dfb36108528bd754e2e70 -> refs/commit/7a0cb48801eaf5d1c91dfb36108528bd754e2e70 |
156 | 2024-12-28T04:15:32.594Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
157 | 2024-12-28T04:15:33.310Z | From https://github.com/oxidecomputer/propolis |
158 | 2024-12-28T04:15:33.310Z | * [new ref] fae5334bcad5e864794332c6fed5e6bb9ec88831 -> refs/commit/fae5334bcad5e864794332c6fed5e6bb9ec88831 |
159 | 2024-12-28T04:15:33.421Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
160 | 2024-12-28T04:15:33.768Z | From https://github.com/oxidecomputer/dlpi-sys |
161 | 2024-12-28T04:15:33.768Z | * [new ref] 1d587ea98cf2d36f1b1624b0b960559c76d475d2 -> refs/commit/1d587ea98cf2d36f1b1624b0b960559c76d475d2 |
162 | 2024-12-28T04:15:33.778Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
163 | 2024-12-28T04:15:34.169Z | From https://github.com/jmesmon/rust-libzfs |
164 | 2024-12-28T04:15:34.169Z | * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850 |
165 | 2024-12-28T04:15:34.185Z | * [new tag] v0.4.0 -> v0.4.0 |
166 | 2024-12-28T04:15:34.199Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
167 | 2024-12-28T04:15:34.557Z | From https://github.com/oxidecomputer/rusty-doors |
168 | 2024-12-28T04:15:34.557Z | * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf |
169 | 2024-12-28T04:15:34.587Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
170 | 2024-12-28T04:15:35.071Z | From https://github.com/oxidecomputer/maghemite |
171 | 2024-12-28T04:15:35.071Z | * [new ref] b13b5b240f3967de753fd589b1036745d2770b52 -> refs/commit/b13b5b240f3967de753fd589b1036745d2770b52 |
172 | 2024-12-28T04:15:35.119Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
173 | 2024-12-28T04:15:35.491Z | From https://github.com/oxidecomputer/serde_human_bytes |
174 | 2024-12-28T04:15:35.491Z | * [new ref] 0a09794501b6208120528c3b457d5f3a8cb17424 -> refs/commit/0a09794501b6208120528c3b457d5f3a8cb17424 |
175 | 2024-12-28T04:15:35.513Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
176 | 2024-12-28T04:15:35.942Z | From https://github.com/oxidecomputer/slog-error-chain |
177 | 2024-12-28T04:15:35.942Z | * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2 |
178 | 2024-12-28T04:15:35.978Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
179 | 2024-12-28T04:15:36.367Z | From https://github.com/oxidecomputer/poptrie |
180 | 2024-12-28T04:15:36.367Z | * [new ref] ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 -> refs/commit/ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 |
181 | 2024-12-28T04:15:36.416Z | Updating git repository `https://github.com/illumos/libscf-sys.git` |
182 | 2024-12-28T04:15:36.858Z | From https://github.com/illumos/libscf-sys |
183 | 2024-12-28T04:15:36.858Z | * [new ref] bb0b82c32cff5eee65efc4f214924c3daf7edc93 -> refs/commit/bb0b82c32cff5eee65efc4f214924c3daf7edc93 |
184 | 2024-12-28T04:15:36.878Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
185 | 2024-12-28T04:15:37.801Z | From https://github.com/oxidecomputer/progenitor |
186 | 2024-12-28T04:15:37.801Z | * [new ref] e0a1045aed55a0db2cd67939252ea354e284d840 -> refs/commit/e0a1045aed55a0db2cd67939252ea354e284d840 |
187 | 2024-12-28T04:15:37.821Z | * [new tag] v0.1.1 -> v0.1.1 |
188 | 2024-12-28T04:15:37.824Z | * [new tag] v0.2.0 -> v0.2.0 |
189 | 2024-12-28T04:15:37.824Z | * [new tag] v0.3.0 -> v0.3.0 |
190 | 2024-12-28T04:15:37.824Z | * [new tag] v0.4.0 -> v0.4.0 |
191 | 2024-12-28T04:15:37.824Z | * [new tag] v0.5.0 -> v0.5.0 |
192 | 2024-12-28T04:15:37.824Z | * [new tag] v0.6.0 -> v0.6.0 |
193 | 2024-12-28T04:15:37.824Z | * [new tag] v0.7.0 -> v0.7.0 |
194 | 2024-12-28T04:15:37.997Z | Updating git repository `https://github.com/oxidecomputer/typify` |
195 | 2024-12-28T04:15:38.730Z | From https://github.com/oxidecomputer/typify |
196 | 2024-12-28T04:15:38.730Z | * [new ref] 50d969668dcad42300423f893de9b3903f11b65c -> refs/commit/50d969668dcad42300423f893de9b3903f11b65c |
197 | 2024-12-28T04:15:38.733Z | * [new tag] v0.2.0 -> v0.2.0 |
198 | 2024-12-28T04:15:38.750Z | * [new tag] v0.0.10 -> v0.0.10 |
199 | 2024-12-28T04:15:38.753Z | * [new tag] v0.0.11 -> v0.0.11 |
200 | 2024-12-28T04:15:38.753Z | * [new tag] v0.0.12 -> v0.0.12 |
201 | 2024-12-28T04:15:38.753Z | * [new tag] v0.0.13 -> v0.0.13 |
202 | 2024-12-28T04:15:38.753Z | * [new tag] v0.0.14 -> v0.0.14 |
203 | 2024-12-28T04:15:38.753Z | * [new tag] v0.0.15 -> v0.0.15 |
204 | 2024-12-28T04:15:38.753Z | * [new tag] v0.0.16 -> v0.0.16 |
205 | 2024-12-28T04:15:38.753Z | * [new tag] v0.0.4 -> v0.0.4 |
206 | 2024-12-28T04:15:38.753Z | * [new tag] v0.0.5 -> v0.0.5 |
207 | 2024-12-28T04:15:38.753Z | * [new tag] v0.0.7 -> v0.0.7 |
208 | 2024-12-28T04:15:38.753Z | * [new tag] v0.0.8 -> v0.0.8 |
209 | 2024-12-28T04:15:38.753Z | * [new tag] v0.0.9 -> v0.0.9 |
210 | 2024-12-28T04:15:38.753Z | * [new tag] v0.1.0 -> v0.1.0 |
211 | 2024-12-28T04:15:38.906Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
212 | 2024-12-28T04:15:39.925Z | From https://github.com/oxidecomputer/crucible |
213 | 2024-12-28T04:15:39.925Z | * [new ref] 74286f952a2953cd08512015076f0947050deba7 -> refs/commit/74286f952a2953cd08512015076f0947050deba7 |
214 | 2024-12-28T04:15:39.989Z | Updating git repository `https://github.com/oxidecomputer/opte` |
215 | 2024-12-28T04:15:40.452Z | From https://github.com/oxidecomputer/opte |
216 | 2024-12-28T04:15:40.452Z | * [new ref] 76878de67229ea113d70503c441eab47ac5dc653 -> refs/commit/76878de67229ea113d70503c441eab47ac5dc653 |
217 | 2024-12-28T04:15:40.498Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
218 | 2024-12-28T04:15:41.104Z | From https://github.com/oxidecomputer/management-gateway-service |
219 | 2024-12-28T04:15:41.104Z | * [new ref] 9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 -> refs/commit/9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 |
220 | 2024-12-28T04:15:41.815Z | Downloading crates ... |
221 | 2024-12-28T04:15:41.923Z | Downloaded anstyle v1.0.10 |
222 | 2024-12-28T04:15:41.930Z | Downloaded atomicwrites v0.4.4 |
223 | 2024-12-28T04:15:41.938Z | Downloaded anstream v0.6.15 |
224 | 2024-12-28T04:15:41.947Z | Downloaded pin-utils v0.1.0 |
225 | 2024-12-28T04:15:41.952Z | Downloaded async-stream-impl v0.3.5 |
226 | 2024-12-28T04:15:41.981Z | Downloaded const-random v0.1.18 |
227 | 2024-12-28T04:15:41.982Z | Downloaded ciborium-io v0.2.2 |
228 | 2024-12-28T04:15:41.982Z | Downloaded plain v0.2.3 |
229 | 2024-12-28T04:15:41.982Z | Downloaded darling_macro v0.20.10 |
230 | 2024-12-28T04:15:41.982Z | Downloaded postcard v1.0.10 |
231 | 2024-12-28T04:15:41.987Z | Downloaded pest_generator v2.7.13 |
232 | 2024-12-28T04:15:41.987Z | Downloaded equivalent v1.0.1 |
233 | 2024-12-28T04:15:41.987Z | Downloaded crucible-workspace-hack v0.1.0 |
234 | 2024-12-28T04:15:41.987Z | Downloaded crc8 v0.1.1 |
235 | 2024-12-28T04:15:41.987Z | Downloaded sigpipe v0.1.3 |
236 | 2024-12-28T04:15:41.987Z | Downloaded cstr-argument v0.1.2 |
237 | 2024-12-28T04:15:41.987Z | Downloaded scroll_derive v0.12.0 |
238 | 2024-12-28T04:15:41.987Z | Downloaded foreign-types v0.5.0 |
239 | 2024-12-28T04:15:41.987Z | Downloaded crunchy v0.2.2 |
240 | 2024-12-28T04:15:41.990Z | Downloaded progenitor-client v0.8.0 |
241 | 2024-12-28T04:15:41.993Z | Downloaded foreign-types-shared v0.1.1 |
242 | 2024-12-28T04:15:41.995Z | Downloaded foreign-types v0.3.2 |
243 | 2024-12-28T04:15:41.997Z | Downloaded dtrace-parser v0.2.0 |
244 | 2024-12-28T04:15:42.001Z | Downloaded atomic-waker v1.1.2 |
245 | 2024-12-28T04:15:42.005Z | Downloaded anstyle-parse v0.2.5 |
246 | 2024-12-28T04:15:42.007Z | Downloaded serde-big-array v0.5.1 |
247 | 2024-12-28T04:15:42.010Z | Downloaded ciborium-ll v0.2.2 |
248 | 2024-12-28T04:15:42.013Z | Downloaded pest_derive v2.7.13 |
249 | 2024-12-28T04:15:42.015Z | Downloaded paste v1.0.15 |
250 | 2024-12-28T04:15:42.017Z | Downloaded const-random-macro v0.1.16 |
251 | 2024-12-28T04:15:42.020Z | Downloaded pretty-hex v0.4.1 |
252 | 2024-12-28T04:15:42.020Z | Downloaded bitflags v1.3.2 |
253 | 2024-12-28T04:15:42.023Z | Downloaded colored v2.1.0 |
254 | 2024-12-28T04:15:42.026Z | Downloaded colorchoice v1.0.2 |
255 | 2024-12-28T04:15:42.026Z | Downloaded byteorder v1.5.0 |
256 | 2024-12-28T04:15:42.029Z | Downloaded rustversion v1.0.17 |
257 | 2024-12-28T04:15:42.031Z | Downloaded proc-macro-crate v1.3.1 |
258 | 2024-12-28T04:15:42.033Z | Downloaded powerfmt v0.2.0 |
259 | 2024-12-28T04:15:42.036Z | Downloaded sha1 v0.10.6 |
260 | 2024-12-28T04:15:42.036Z | Downloaded resolv-conf v0.7.0 |
261 | 2024-12-28T04:15:42.039Z | Downloaded defmt v0.3.8 |
262 | 2024-12-28T04:15:42.042Z | Downloaded quinn-udp v0.5.5 |
263 | 2024-12-28T04:15:42.044Z | Downloaded cpufeatures v0.2.14 |
264 | 2024-12-28T04:15:42.047Z | Downloaded serde_spanned v0.6.7 |
265 | 2024-12-28T04:15:42.047Z | Downloaded clap_lex v0.7.4 |
266 | 2024-12-28T04:15:42.050Z | Downloaded shlex v1.3.0 |
267 | 2024-12-28T04:15:42.052Z | Downloaded proc-macro-error-attr v1.0.4 |
268 | 2024-12-28T04:15:42.052Z | Downloaded float-ord v0.3.2 |
269 | 2024-12-28T04:15:42.052Z | Downloaded futures-executor v0.3.30 |
270 | 2024-12-28T04:15:42.054Z | Downloaded serde_tokenstream v0.2.2 |
271 | 2024-12-28T04:15:42.057Z | Downloaded dof v0.3.0 |
272 | 2024-12-28T04:15:42.059Z | Downloaded slog-envlogger v2.2.0 |
273 | 2024-12-28T04:15:42.059Z | Downloaded futures-io v0.3.30 |
274 | 2024-12-28T04:15:42.061Z | Downloaded form_urlencoded v1.2.1 |
275 | 2024-12-28T04:15:42.061Z | Downloaded foreign-types-shared v0.3.1 |
276 | 2024-12-28T04:15:42.064Z | Downloaded dyn-clone v1.0.17 |
277 | 2024-12-28T04:15:42.067Z | Downloaded dirs-sys-next v0.1.2 |
278 | 2024-12-28T04:15:42.067Z | Downloaded serde_urlencoded v0.7.1 |
279 | 2024-12-28T04:15:42.069Z | Downloaded rand_core v0.6.4 |
280 | 2024-12-28T04:15:42.069Z | Downloaded foreign-types-macros v0.2.3 |
281 | 2024-12-28T04:15:42.071Z | Downloaded deranged v0.3.11 |
282 | 2024-12-28T04:15:42.074Z | Downloaded rustc-hash v2.0.0 |
283 | 2024-12-28T04:15:42.074Z | Downloaded futures-core v0.3.30 |
284 | 2024-12-28T04:15:42.077Z | Downloaded slog-stdlog v4.1.1 |
285 | 2024-12-28T04:15:42.077Z | Downloaded slog-json v2.6.1 |
286 | 2024-12-28T04:15:42.079Z | Downloaded num-conv v0.1.0 |
287 | 2024-12-28T04:15:42.081Z | Downloaded progenitor-macro v0.8.0 |
288 | 2024-12-28T04:15:42.081Z | Downloaded schemars_derive v0.8.21 |
289 | 2024-12-28T04:15:42.083Z | Downloaded slog-scope v4.4.0 |
290 | 2024-12-28T04:15:42.087Z | Downloaded slog-dtrace v0.3.0 |
291 | 2024-12-28T04:15:42.089Z | Downloaded hex v0.4.3 |
292 | 2024-12-28T04:15:42.089Z | Downloaded backoff v0.4.0 |
293 | 2024-12-28T04:15:42.092Z | Downloaded slog-async v2.8.0 |
294 | 2024-12-28T04:15:42.094Z | Downloaded hostname v0.4.0 |
295 | 2024-12-28T04:15:42.094Z | Downloaded serde_repr v0.1.19 |
296 | 2024-12-28T04:15:42.096Z | Downloaded console v0.15.8 |
297 | 2024-12-28T04:15:42.099Z | Downloaded want v0.3.1 |
298 | 2024-12-28T04:15:42.102Z | Downloaded signal-hook-registry v1.4.2 |
299 | 2024-12-28T04:15:42.105Z | Downloaded rhai_codegen v2.2.0 |
300 | 2024-12-28T04:15:42.110Z | Downloaded sha2 v0.10.8 |
301 | 2024-12-28T04:15:42.113Z | Downloaded rustls-pemfile v2.1.3 |
302 | 2024-12-28T04:15:42.116Z | Downloaded rustls-pki-types v1.8.0 |
303 | 2024-12-28T04:15:42.118Z | Downloaded password-hash v0.5.0 |
304 | 2024-12-28T04:15:42.120Z | Downloaded futures-channel v0.3.30 |
305 | 2024-12-28T04:15:42.122Z | Downloaded darling v0.20.10 |
306 | 2024-12-28T04:15:42.127Z | Downloaded rustc_version v0.1.7 |
307 | 2024-12-28T04:15:42.129Z | Downloaded proc-macro-error v1.0.4 |
308 | 2024-12-28T04:15:42.131Z | Downloaded tinyvec_macros v0.1.1 |
309 | 2024-12-28T04:15:42.135Z | Downloaded fnv v1.0.7 |
310 | 2024-12-28T04:15:42.135Z | Downloaded serde_with_macros v3.9.0 |
311 | 2024-12-28T04:15:42.138Z | Downloaded semver v1.0.23 |
312 | 2024-12-28T04:15:42.140Z | Downloaded usdt-attr-macro v0.5.0 |
313 | 2024-12-28T04:15:42.140Z | Downloaded pest_meta v2.7.13 |
314 | 2024-12-28T04:15:42.143Z | Downloaded newline-converter v0.3.0 |
315 | 2024-12-28T04:15:42.143Z | Downloaded http-body v1.0.1 |
316 | 2024-12-28T04:15:42.146Z | Downloaded scroll v0.12.0 |
317 | 2024-12-28T04:15:42.146Z | Downloaded rustc_version v0.4.1 |
318 | 2024-12-28T04:15:42.148Z | Downloaded serde_derive_internals v0.29.1 |
319 | 2024-12-28T04:15:42.150Z | Downloaded errno v0.3.9 |
320 | 2024-12-28T04:15:42.152Z | Downloaded newtype_derive v0.1.6 |
321 | 2024-12-28T04:15:42.152Z | Downloaded humantime v2.1.0 |
322 | 2024-12-28T04:15:42.155Z | Downloaded http-body-util v0.1.2 |
323 | 2024-12-28T04:15:42.155Z | Downloaded hubpack_derive v0.1.1 |
324 | 2024-12-28T04:15:42.157Z | Downloaded num-iter v0.1.45 |
325 | 2024-12-28T04:15:42.157Z | Downloaded macaddr v1.0.1 |
326 | 2024-12-28T04:15:42.160Z | Downloaded tokio-macros v2.4.0 |
327 | 2024-12-28T04:15:42.162Z | Downloaded ryu v1.0.18 |
328 | 2024-12-28T04:15:42.164Z | Downloaded spin v0.5.2 |
329 | 2024-12-28T04:15:42.166Z | Downloaded parse-display-derive v0.10.0 |
330 | 2024-12-28T04:15:42.168Z | Downloaded num_enum_derive v0.7.3 |
331 | 2024-12-28T04:15:42.168Z | Downloaded clap_derive v4.5.18 |
332 | 2024-12-28T04:15:42.171Z | Downloaded similar v2.6.0 |
333 | 2024-12-28T04:15:42.176Z | Downloaded crossbeam-epoch v0.9.18 |
334 | 2024-12-28T04:15:42.179Z | Downloaded dropshot_endpoint v0.12.0 |
335 | 2024-12-28T04:15:42.182Z | Downloaded sct v0.7.1 |
336 | 2024-12-28T04:15:42.186Z | Downloaded progenitor-impl v0.8.0 |
337 | 2024-12-28T04:15:42.206Z | Downloaded instant v0.1.13 |
338 | 2024-12-28T04:15:42.209Z | Downloaded allocator-api2 v0.2.18 |
339 | 2024-12-28T04:15:42.212Z | Downloaded zone_cfg_derive v0.3.0 |
340 | 2024-12-28T04:15:42.212Z | Downloaded waitgroup v0.1.2 |
341 | 2024-12-28T04:15:42.214Z | Downloaded time-core v0.1.2 |
342 | 2024-12-28T04:15:42.214Z | Downloaded openssl-probe v0.1.5 |
343 | 2024-12-28T04:15:42.216Z | Downloaded omicron-workspace-hack v0.1.0 |
344 | 2024-12-28T04:15:42.216Z | Downloaded tower-service v0.3.3 |
345 | 2024-12-28T04:15:42.218Z | Downloaded managed v0.8.0 |
346 | 2024-12-28T04:15:42.218Z | Downloaded parse-display v0.10.0 |
347 | 2024-12-28T04:15:42.220Z | Downloaded lru-cache v0.1.2 |
348 | 2024-12-28T04:15:42.222Z | Downloaded httpdate v1.0.3 |
349 | 2024-12-28T04:15:42.222Z | Downloaded zeroize v1.8.1 |
350 | 2024-12-28T04:15:42.224Z | Downloaded usdt v0.5.0 |
351 | 2024-12-28T04:15:42.224Z | Downloaded toml_datetime v0.6.8 |
352 | 2024-12-28T04:15:42.226Z | Downloaded tokio-native-tls v0.3.1 |
353 | 2024-12-28T04:15:42.229Z | Downloaded smf v0.2.3 |
354 | 2024-12-28T04:15:42.231Z | Downloaded bitflags v2.6.0 |
355 | 2024-12-28T04:15:42.233Z | Downloaded serde_derive v1.0.217 |
356 | 2024-12-28T04:15:42.236Z | Downloaded schemars v0.8.21 |
357 | 2024-12-28T04:15:42.247Z | Downloaded hash32 v0.3.1 |
358 | 2024-12-28T04:15:42.250Z | Downloaded parking_lot v0.12.3 |
359 | 2024-12-28T04:15:42.252Z | Downloaded crc32fast v1.4.2 |
360 | 2024-12-28T04:15:42.254Z | Downloaded bytes v1.7.2 |
361 | 2024-12-28T04:15:42.257Z | Downloaded cookie v0.18.1 |
362 | 2024-12-28T04:15:42.260Z | Downloaded heck v0.5.0 |
363 | 2024-12-28T04:15:42.263Z | Downloaded darling_core v0.20.10 |
364 | 2024-12-28T04:15:42.266Z | Downloaded anyhow v1.0.94 |
365 | 2024-12-28T04:15:42.270Z | Downloaded ident_case v1.0.1 |
366 | 2024-12-28T04:15:42.272Z | Downloaded untrusted v0.9.0 |
367 | 2024-12-28T04:15:42.275Z | Downloaded parking_lot v0.11.2 |
368 | 2024-12-28T04:15:42.277Z | Downloaded arc-swap v1.7.1 |
369 | 2024-12-28T04:15:42.280Z | Downloaded tracing-attributes v0.1.27 |
370 | 2024-12-28T04:15:42.284Z | Downloaded terminal_size v0.4.0 |
371 | 2024-12-28T04:15:42.287Z | Downloaded num_threads v0.1.7 |
372 | 2024-12-28T04:15:42.287Z | Downloaded match_cfg v0.1.0 |
373 | 2024-12-28T04:15:42.287Z | Downloaded openssl-macros v0.1.1 |
374 | 2024-12-28T04:15:42.287Z | Downloaded strsim v0.11.1 |
375 | 2024-12-28T04:15:42.289Z | Downloaded static_assertions v1.1.0 |
376 | 2024-12-28T04:15:42.291Z | Downloaded zerocopy-derive v0.7.35 |
377 | 2024-12-28T04:15:42.293Z | Downloaded smallvec v1.13.2 |
378 | 2024-12-28T04:15:42.296Z | Downloaded structmeta v0.3.0 |
379 | 2024-12-28T04:15:42.298Z | Downloaded slog-term v2.9.1 |
380 | 2024-12-28T04:15:42.300Z | Downloaded generic-array v0.14.7 |
381 | 2024-12-28T04:15:42.303Z | Downloaded stable_deref_trait v1.2.0 |
382 | 2024-12-28T04:15:42.303Z | Downloaded smartstring v1.0.1 |
383 | 2024-12-28T04:15:42.305Z | Downloaded serde v1.0.217 |
384 | 2024-12-28T04:15:42.307Z | Downloaded num-rational v0.4.2 |
385 | 2024-12-28T04:15:42.310Z | Downloaded num-integer v0.1.46 |
386 | 2024-12-28T04:15:42.312Z | Downloaded thread-id v4.2.2 |
387 | 2024-12-28T04:15:42.314Z | Downloaded serde_yaml v0.9.34+deprecated |
388 | 2024-12-28T04:15:42.316Z | Downloaded quinn v0.11.5 |
389 | 2024-12-28T04:15:42.319Z | Downloaded pretty_assertions v1.4.1 |
390 | 2024-12-28T04:15:42.321Z | Downloaded usdt-macro v0.5.0 |
391 | 2024-12-28T04:15:42.323Z | Downloaded pest v2.7.13 |
392 | 2024-12-28T04:15:42.327Z | Downloaded utf8parse v0.2.2 |
393 | 2024-12-28T04:15:42.329Z | Downloaded futures-task v0.3.30 |
394 | 2024-12-28T04:15:42.331Z | Downloaded futures-sink v0.3.30 |
395 | 2024-12-28T04:15:42.331Z | Downloaded cc v1.1.21 |
396 | 2024-12-28T04:15:42.333Z | Downloaded base64 v0.22.1 |
397 | 2024-12-28T04:15:42.337Z | Downloaded num-complex v0.4.6 |
398 | 2024-12-28T04:15:42.339Z | Downloaded sync_wrapper v0.1.2 |
399 | 2024-12-28T04:15:42.341Z | Downloaded highway v1.2.0 |
400 | 2024-12-28T04:15:42.344Z | Downloaded strum v0.26.3 |
401 | 2024-12-28T04:15:42.344Z | Downloaded tokio-rustls v0.26.0 |
402 | 2024-12-28T04:15:42.346Z | Downloaded once_cell v1.20.2 |
403 | 2024-12-28T04:15:42.348Z | Downloaded sync_wrapper v1.0.1 |
404 | 2024-12-28T04:15:42.350Z | Downloaded swrite v0.1.0 |
405 | 2024-12-28T04:15:42.350Z | Downloaded mime v0.3.17 |
406 | 2024-12-28T04:15:42.353Z | Downloaded fxhash v0.2.1 |
407 | 2024-12-28T04:15:42.353Z | Downloaded typify-macro v0.2.0 |
408 | 2024-12-28T04:15:42.355Z | Downloaded indent_write v2.2.0 |
409 | 2024-12-28T04:15:42.355Z | Downloaded ipnet v2.10.0 |
410 | 2024-12-28T04:15:42.357Z | Downloaded structmeta-derive v0.3.0 |
411 | 2024-12-28T04:15:42.357Z | Downloaded num_enum v0.7.3 |
412 | 2024-12-28T04:15:42.362Z | Downloaded tempfile v3.12.0 |
413 | 2024-12-28T04:15:42.364Z | Downloaded spin v0.9.8 |
414 | 2024-12-28T04:15:42.367Z | Downloaded prettyplease v0.2.22 |
415 | 2024-12-28T04:15:42.370Z | Downloaded num_enum_derive v0.5.11 |
416 | 2024-12-28T04:15:42.372Z | Downloaded httparse v1.9.4 |
417 | 2024-12-28T04:15:42.374Z | Downloaded no-std-compat v0.4.1 |
418 | 2024-12-28T04:15:42.376Z | Downloaded memmap v0.7.0 |
419 | 2024-12-28T04:15:42.376Z | Downloaded num-derive v0.4.2 |
420 | 2024-12-28T04:15:42.378Z | Downloaded num-traits v0.2.19 |
421 | 2024-12-28T04:15:42.381Z | Downloaded linked-hash-map v0.5.6 |
422 | 2024-12-28T04:15:42.383Z | Downloaded whoami v1.5.2 |
423 | 2024-12-28T04:15:42.386Z | Downloaded rand v0.8.5 |
424 | 2024-12-28T04:15:42.388Z | Downloaded thiserror v1.0.69 |
425 | 2024-12-28T04:15:42.393Z | Downloaded thread_local v1.1.8 |
426 | 2024-12-28T04:15:42.395Z | Downloaded tabwriter v1.4.0 |
427 | 2024-12-28T04:15:42.397Z | Downloaded subtle v2.6.1 |
428 | 2024-12-28T04:15:42.397Z | Downloaded tokio-rustls v0.24.1 |
429 | 2024-12-28T04:15:42.400Z | Downloaded term v0.7.0 |
430 | 2024-12-28T04:15:42.403Z | Downloaded hyper-rustls v0.27.3 |
431 | 2024-12-28T04:15:42.405Z | Downloaded base64 v0.21.7 |
432 | 2024-12-28T04:15:42.409Z | Downloaded strum_macros v0.26.4 |
433 | 2024-12-28T04:15:42.411Z | Downloaded num v0.4.3 |
434 | 2024-12-28T04:15:42.413Z | Downloaded is_terminal_polyfill v1.70.1 |
435 | 2024-12-28T04:15:42.413Z | Downloaded num_enum v0.5.11 |
436 | 2024-12-28T04:15:42.418Z | Downloaded iana-time-zone v0.1.61 |
437 | 2024-12-28T04:15:42.420Z | Downloaded usdt-impl v0.5.0 |
438 | 2024-12-28T04:15:42.423Z | Downloaded indexmap v1.9.3 |
439 | 2024-12-28T04:15:42.425Z | Downloaded hostname v0.3.1 |
440 | 2024-12-28T04:15:42.427Z | Downloaded typenum v1.17.0 |
441 | 2024-12-28T04:15:42.429Z | Downloaded version_check v0.9.5 |
442 | 2024-12-28T04:15:42.431Z | Downloaded hyper-tls v0.6.0 |
443 | 2024-12-28T04:15:42.433Z | Downloaded hyper-tls v0.5.0 |
444 | 2024-12-28T04:15:42.433Z | Downloaded hyper-rustls v0.24.2 |
445 | 2024-12-28T04:15:42.436Z | Downloaded zerocopy v0.6.6 |
446 | 2024-12-28T04:15:42.438Z | Downloaded tiny-keccak v2.0.2 |
447 | 2024-12-28T04:15:42.441Z | Downloaded tinyvec v1.8.0 |
448 | 2024-12-28T04:15:42.447Z | Downloaded heapless v0.8.0 |
449 | 2024-12-28T04:15:42.449Z | Downloaded unsafe-libyaml v0.2.11 |
450 | 2024-12-28T04:15:42.451Z | Downloaded ucd-trie v0.1.6 |
451 | 2024-12-28T04:15:42.453Z | Downloaded time-macros v0.2.18 |
452 | 2024-12-28T04:15:42.455Z | Downloaded typify v0.2.0 |
453 | 2024-12-28T04:15:42.458Z | Downloaded tokio-rustls v0.25.0 |
454 | 2024-12-28T04:15:42.460Z | Downloaded num-derive v0.3.3 |
455 | 2024-12-28T04:15:42.462Z | Downloaded hashbrown v0.12.3 |
456 | 2024-12-28T04:15:42.466Z | Downloaded linear-map v1.2.0 |
457 | 2024-12-28T04:15:42.468Z | Downloaded tracing-core v0.1.32 |
458 | 2024-12-28T04:15:42.470Z | Downloaded half v2.4.1 |
459 | 2024-12-28T04:15:42.473Z | Downloaded owo-colors v4.1.0 |
460 | 2024-12-28T04:15:42.476Z | Downloaded http-body v0.4.6 |
461 | 2024-12-28T04:15:42.478Z | Downloaded is-terminal v0.4.13 |
462 | 2024-12-28T04:15:42.480Z | Downloaded aho-corasick v1.1.3 |
463 | 2024-12-28T04:15:42.484Z | Downloaded log v0.4.22 |
464 | 2024-12-28T04:15:42.486Z | Downloaded lock_api v0.4.12 |
465 | 2024-12-28T04:15:42.488Z | Downloaded socket2 v0.5.8 |
466 | 2024-12-28T04:15:42.490Z | Downloaded expectorate v1.1.0 |
467 | 2024-12-28T04:15:42.492Z | Downloaded mio v1.0.2 |
468 | 2024-12-28T04:15:42.498Z | Downloaded toml v0.8.19 |
469 | 2024-12-28T04:15:42.501Z | Downloaded crossbeam-channel v0.5.13 |
470 | 2024-12-28T04:15:42.506Z | Downloaded parking_lot_core v0.9.10 |
471 | 2024-12-28T04:15:42.508Z | Downloaded parking_lot_core v0.8.6 |
472 | 2024-12-28T04:15:42.510Z | Downloaded indexmap v2.5.0 |
473 | 2024-12-28T04:15:42.514Z | Downloaded toml_edit v0.19.15 |
474 | 2024-12-28T04:15:42.530Z | Downloaded yansi v1.0.1 |
475 | 2024-12-28T04:15:42.533Z | Downloaded tracing v0.1.40 |
476 | 2024-12-28T04:15:42.536Z | Downloaded native-tls v0.2.12 |
477 | 2024-12-28T04:15:42.538Z | Downloaded multer v3.1.0 |
478 | 2024-12-28T04:15:42.541Z | Downloaded unicode-ident v1.0.13 |
479 | 2024-12-28T04:15:42.543Z | Downloaded hickory-resolver v0.24.1 |
480 | 2024-12-28T04:15:42.548Z | Downloaded openssl-sys v0.9.103 |
481 | 2024-12-28T04:15:42.552Z | Downloaded memchr v2.7.4 |
482 | 2024-12-28T04:15:42.557Z | Downloaded uuid v1.11.0 |
483 | 2024-12-28T04:15:42.560Z | Downloaded hyper-util v0.1.10 |
484 | 2024-12-28T04:15:42.566Z | Downloaded unicode-segmentation v1.12.0 |
485 | 2024-12-28T04:15:42.568Z | Downloaded portable-atomic v1.8.0 |
486 | 2024-12-28T04:15:42.575Z | Downloaded serde_json v1.0.133 |
487 | 2024-12-28T04:15:42.581Z | Downloaded clap_builder v4.5.23 |
488 | 2024-12-28T04:15:42.588Z | Downloaded minimal-lexical v0.2.1 |
489 | 2024-12-28T04:15:42.594Z | Downloaded http v0.2.12 |
490 | 2024-12-28T04:15:42.597Z | Downloaded toml_edit v0.22.21 |
491 | 2024-12-28T04:15:42.619Z | Downloaded unicode-normalization v0.1.24 |
492 | 2024-12-28T04:15:42.622Z | Downloaded itertools v0.12.1 |
493 | 2024-12-28T04:15:42.629Z | Downloaded url v2.5.2 |
494 | 2024-12-28T04:15:42.632Z | Downloaded itertools v0.13.0 |
495 | 2024-12-28T04:15:42.638Z | Downloaded reqwest v0.12.9 |
496 | 2024-12-28T04:15:42.649Z | Downloaded rustls-webpki v0.101.7 |
497 | 2024-12-28T04:15:42.661Z | Downloaded http v1.2.0 |
498 | 2024-12-28T04:15:42.665Z | Downloaded nom v7.1.3 |
499 | 2024-12-28T04:15:42.670Z | Downloaded libm v0.2.8 |
500 | 2024-12-28T04:15:42.677Z | Downloaded tokio-util v0.7.12 |
501 | 2024-12-28T04:15:42.684Z | Downloaded h2 v0.4.6 |
502 | 2024-12-28T04:15:42.691Z | Downloaded time v0.3.36 |
503 | 2024-12-28T04:15:42.697Z | Downloaded zerocopy v0.7.35 |
504 | 2024-12-28T04:15:42.713Z | Downloaded winnow v0.6.18 |
505 | 2024-12-28T04:15:42.720Z | Downloaded hyper v0.14.30 |
506 | 2024-12-28T04:15:42.728Z | Downloaded winnow v0.5.40 |
507 | 2024-12-28T04:15:42.737Z | Downloaded futures-util v0.3.30 |
508 | 2024-12-28T04:15:42.748Z | Downloaded hyper v1.5.1 |
509 | 2024-12-28T04:15:42.754Z | Downloaded chrono v0.4.38 |
510 | 2024-12-28T04:15:42.761Z | Downloaded goblin v0.8.2 |
511 | 2024-12-28T04:15:42.767Z | Downloaded h2 v0.3.26 |
512 | 2024-12-28T04:15:42.773Z | Downloaded rustls-webpki v0.102.8 |
513 | 2024-12-28T04:15:42.792Z | Downloaded idna v0.4.0 |
514 | 2024-12-28T04:15:42.798Z | Downloaded syn v2.0.87 |
515 | 2024-12-28T04:15:42.808Z | Downloaded vcpkg v0.2.15 |
516 | 2024-12-28T04:15:42.845Z | Downloaded idna v0.5.0 |
517 | 2024-12-28T04:15:42.851Z | Downloaded unicode-width v0.1.14 |
518 | 2024-12-28T04:15:42.857Z | Downloaded rustls v0.21.12 |
519 | 2024-12-28T04:15:42.867Z | Downloaded syn v1.0.109 |
520 | 2024-12-28T04:15:42.877Z | Downloaded openssl v0.10.66 |
521 | 2024-12-28T04:15:42.886Z | Downloaded webpki-roots v0.26.6 |
522 | 2024-12-28T04:15:42.889Z | Downloaded hickory-proto v0.24.1 |
523 | 2024-12-28T04:15:42.904Z | Downloaded rustls v0.23.13 |
524 | 2024-12-28T04:15:42.915Z | Downloaded rustix v0.38.37 |
525 | 2024-12-28T04:15:42.936Z | Downloaded rhai v1.20.0 |
526 | 2024-12-28T04:15:42.947Z | Downloaded smoltcp v0.11.0 |
527 | 2024-12-28T04:15:42.958Z | Downloaded rustls v0.22.4 |
528 | 2024-12-28T04:15:42.970Z | Downloaded regex-syntax v0.8.4 |
529 | 2024-12-28T04:15:42.977Z | Downloaded sled v0.34.7 |
530 | 2024-12-28T04:15:42.987Z | Downloaded openapiv3 v2.0.0 |
531 | 2024-12-28T04:15:42.997Z | Downloaded zerocopy-derive v0.6.6 |
532 | 2024-12-28T04:15:43.006Z | Downloaded regress v0.10.1 |
533 | 2024-12-28T04:15:43.013Z | Downloaded typify-impl v0.2.0 |
534 | 2024-12-28T04:15:43.026Z | Downloaded regress v0.9.1 |
535 | 2024-12-28T04:15:43.034Z | Downloaded webpki-roots v0.25.4 |
536 | 2024-12-28T04:15:43.038Z | Downloaded regex v1.10.6 |
537 | 2024-12-28T04:15:43.049Z | Downloaded regex-automata v0.4.7 |
538 | 2024-12-28T04:15:43.065Z | Downloaded dropshot v0.12.0 |
539 | 2024-12-28T04:15:43.083Z | Downloaded petgraph v0.6.5 |
540 | 2024-12-28T04:15:43.099Z | Downloaded hashbrown v0.14.5 |
541 | 2024-12-28T04:15:43.103Z | Downloaded quinn-proto v0.11.8 |
542 | 2024-12-28T04:15:43.109Z | Downloaded serde_with v3.9.0 |
543 | 2024-12-28T04:15:43.117Z | Downloaded itertools v0.10.5 |
544 | 2024-12-28T04:15:43.122Z | Downloaded reqwest v0.11.27 |
545 | 2024-12-28T04:15:43.129Z | Downloaded steno v0.4.1 |
546 | 2024-12-28T04:15:43.133Z | Downloaded unicode-bidi v0.3.15 |
547 | 2024-12-28T04:15:43.135Z | Downloaded getrandom v0.2.15 |
548 | 2024-12-28T04:15:43.137Z | Downloaded libsw v3.3.1 |
549 | 2024-12-28T04:15:43.140Z | Downloaded thin-vec v0.2.13 |
550 | 2024-12-28T04:15:43.142Z | Downloaded ipnetwork v0.20.0 |
551 | 2024-12-28T04:15:43.144Z | Downloaded lazy_static v1.5.0 |
552 | 2024-12-28T04:15:43.145Z | Downloaded itoa v1.0.11 |
553 | 2024-12-28T04:15:43.146Z | Downloaded hubpack v0.1.2 |
554 | 2024-12-28T04:15:43.148Z | Downloaded heck v0.4.1 |
555 | 2024-12-28T04:15:43.148Z | Downloaded zone v0.3.0 |
556 | 2024-12-28T04:15:43.150Z | Downloaded thiserror-impl v1.0.69 |
557 | 2024-12-28T04:15:43.150Z | Downloaded tokio v1.42.0 |
558 | 2024-12-28T04:15:43.185Z | Downloaded libc v0.2.167 |
559 | 2024-12-28T04:15:43.207Z | Downloaded strum_macros v0.25.3 |
560 | 2024-12-28T04:15:43.209Z | Downloaded futures v0.3.30 |
561 | 2024-12-28T04:15:43.213Z | Downloaded diff v0.1.13 |
562 | 2024-12-28T04:15:43.216Z | Downloaded derive_more v0.99.18 |
563 | 2024-12-28T04:15:43.220Z | Downloaded derive-where v1.2.7 |
564 | 2024-12-28T04:15:43.223Z | Downloaded either v1.13.0 |
565 | 2024-12-28T04:15:43.225Z | Downloaded clap v4.5.23 |
566 | 2024-12-28T04:15:43.232Z | Downloaded crossbeam-utils v0.8.20 |
567 | 2024-12-28T04:15:43.234Z | Downloaded ahash v0.8.11 |
568 | 2024-12-28T04:15:43.237Z | Downloaded blake2 v0.10.6 |
569 | 2024-12-28T04:15:43.239Z | Downloaded proc-macro2 v1.0.86 |
570 | 2024-12-28T04:15:43.242Z | Downloaded slog v2.7.0 |
571 | 2024-12-28T04:15:43.244Z | Downloaded newtype-uuid v1.1.0 |
572 | 2024-12-28T04:15:43.244Z | Downloaded pin-project-lite v0.2.14 |
573 | 2024-12-28T04:15:43.248Z | Downloaded cancel-safe-futures v0.1.5 |
574 | 2024-12-28T04:15:43.251Z | Downloaded async-trait v0.1.83 |
575 | 2024-12-28T04:15:43.254Z | Downloaded quote v1.0.37 |
576 | 2024-12-28T04:15:43.256Z | Downloaded try-lock v0.2.5 |
577 | 2024-12-28T04:15:43.258Z | Downloaded take_mut v0.2.2 |
578 | 2024-12-28T04:15:43.258Z | Downloaded semver v0.1.20 |
579 | 2024-12-28T04:15:43.260Z | Downloaded rand_chacha v0.3.1 |
580 | 2024-12-28T04:15:43.260Z | Downloaded futures-macro v0.3.30 |
581 | 2024-12-28T04:15:43.262Z | Downloaded ciborium v0.2.2 |
582 | 2024-12-28T04:15:43.264Z | Downloaded serde_path_to_error v0.1.16 |
583 | 2024-12-28T04:15:43.264Z | Downloaded scopeguard v1.2.0 |
584 | 2024-12-28T04:15:43.266Z | Downloaded pkg-config v0.3.31 |
585 | 2024-12-28T04:15:43.269Z | Downloaded ppv-lite86 v0.2.20 |
586 | 2024-12-28T04:15:43.269Z | Downloaded camino v1.1.9 |
587 | 2024-12-28T04:15:43.269Z | Downloaded argon2 v0.5.3 |
588 | 2024-12-28T04:15:43.273Z | Downloaded embedded-io v0.4.0 |
589 | 2024-12-28T04:15:43.275Z | Downloaded proc-macro-crate v3.2.0 |
590 | 2024-12-28T04:15:43.275Z | Downloaded slog-bunyan v2.5.0 |
591 | 2024-12-28T04:15:43.275Z | Downloaded quick-error v1.2.3 |
592 | 2024-12-28T04:15:43.278Z | Downloaded progenitor v0.8.0 |
593 | 2024-12-28T04:15:43.278Z | Downloaded base64ct v1.6.0 |
594 | 2024-12-28T04:15:43.280Z | Downloaded fixedbitset v0.4.2 |
595 | 2024-12-28T04:15:43.280Z | Downloaded enum-as-inner v0.6.1 |
596 | 2024-12-28T04:15:43.283Z | Downloaded embedded-io v0.6.1 |
597 | 2024-12-28T04:15:43.283Z | Downloaded encoding_rs v0.8.34 |
598 | 2024-12-28T04:15:43.302Z | Downloaded defmt-parser v0.3.4 |
599 | 2024-12-28T04:15:43.304Z | Downloaded data-encoding v2.6.0 |
600 | 2024-12-28T04:15:43.304Z | Downloaded crypto-common v0.1.6 |
601 | 2024-12-28T04:15:43.307Z | Downloaded dirs-next v2.0.0 |
602 | 2024-12-28T04:15:43.307Z | Downloaded slab v0.4.9 |
603 | 2024-12-28T04:15:43.307Z | Downloaded defmt-macros v0.3.9 |
604 | 2024-12-28T04:15:43.311Z | Downloaded async-stream v0.3.5 |
605 | 2024-12-28T04:15:43.313Z | Downloaded convert_case v0.4.0 |
606 | 2024-12-28T04:15:43.313Z | Downloaded autocfg v1.3.0 |
607 | 2024-12-28T04:15:43.313Z | Downloaded pretty-hex v0.2.1 |
608 | 2024-12-28T04:15:43.317Z | Downloaded rustls-pemfile v1.0.4 |
609 | 2024-12-28T04:15:43.317Z | Downloaded digest v0.10.7 |
610 | 2024-12-28T04:15:43.317Z | Downloaded debug-ignore v1.0.5 |
611 | 2024-12-28T04:15:43.319Z | Downloaded block-buffer v0.10.4 |
612 | 2024-12-28T04:15:43.319Z | Downloaded fastrand v2.1.1 |
613 | 2024-12-28T04:15:43.321Z | Downloaded cobs v0.2.3 |
614 | 2024-12-28T04:15:43.321Z | Downloaded camino-tempfile v1.1.1 |
615 | 2024-12-28T04:15:43.323Z | Downloaded percent-encoding v2.3.1 |
616 | 2024-12-28T04:15:43.323Z | Downloaded anstyle-query v1.1.1 |
617 | 2024-12-28T04:15:43.327Z | Downloaded cfg-if v1.0.0 |
618 | 2024-12-28T04:15:43.493Z | Downloaded ring v0.17.8 |
619 | 2024-12-28T04:15:43.887Z | Compiling proc-macro2 v1.0.86 |
620 | 2024-12-28T04:15:43.887Z | Compiling unicode-ident v1.0.13 |
621 | 2024-12-28T04:15:43.887Z | Compiling libc v0.2.167 |
622 | 2024-12-28T04:15:43.889Z | Compiling serde v1.0.217 |
623 | 2024-12-28T04:15:43.889Z | Compiling autocfg v1.3.0 |
624 | 2024-12-28T04:15:43.889Z | Compiling version_check v0.9.5 |
625 | 2024-12-28T04:15:43.927Z | Compiling cfg-if v1.0.0 |
626 | 2024-12-28T04:15:43.929Z | Compiling once_cell v1.20.2 |
627 | 2024-12-28T04:15:44.049Z | Compiling portable-atomic v1.8.0 |
628 | 2024-12-28T04:15:44.093Z | Compiling libm v0.2.8 |
629 | 2024-12-28T04:15:44.369Z | Compiling parking_lot_core v0.9.10 |
630 | 2024-12-28T04:15:44.548Z | Compiling thiserror v1.0.69 |
631 | 2024-12-28T04:15:44.590Z | Compiling serde_json v1.0.133 |
632 | 2024-12-28T04:15:44.648Z | Compiling byteorder v1.5.0 |
633 | 2024-12-28T04:15:44.724Z | Compiling lock_api v0.4.12 |
634 | 2024-12-28T04:15:45.042Z | Compiling num-traits v0.2.19 |
635 | 2024-12-28T04:15:45.079Z | Compiling shlex v1.3.0 |
636 | 2024-12-28T04:15:45.182Z | Compiling schemars v0.8.21 |
637 | 2024-12-28T04:15:45.424Z | Compiling cc v1.1.21 |
638 | 2024-12-28T04:15:45.442Z | Compiling memchr v2.7.4 |
639 | 2024-12-28T04:15:45.549Z | Compiling quote v1.0.37 |
640 | 2024-12-28T04:15:45.593Z | Compiling slab v0.4.9 |
641 | 2024-12-28T04:15:45.948Z | Compiling syn v2.0.87 |
642 | 2024-12-28T04:15:46.104Z | Compiling getrandom v0.2.15 |
643 | 2024-12-28T04:15:46.239Z | Compiling crunchy v0.2.2 |
644 | 2024-12-28T04:15:46.308Z | Compiling tiny-keccak v2.0.2 |
645 | 2024-12-28T04:15:46.328Z | Compiling ahash v0.8.11 |
646 | 2024-12-28T04:15:46.537Z | Compiling allocator-api2 v0.2.18 |
647 | 2024-12-28T04:15:46.669Z | Compiling itoa v1.0.11 |
648 | 2024-12-28T04:15:46.799Z | Compiling ryu v1.0.18 |
649 | 2024-12-28T04:15:46.892Z | Compiling heck v0.5.0 |
650 | 2024-12-28T04:15:47.017Z | Compiling equivalent v1.0.1 |
651 | 2024-12-28T04:15:47.126Z | Compiling httparse v1.9.4 |
652 | 2024-12-28T04:15:47.128Z | Compiling log v0.4.22 |
653 | 2024-12-28T04:15:47.282Z | Compiling pkg-config v0.3.31 |
654 | 2024-12-28T04:15:47.345Z | Compiling vcpkg v0.2.15 |
655 | 2024-12-28T04:15:47.389Z | Compiling const-random-macro v0.1.16 |
656 | 2024-12-28T04:15:47.913Z | Compiling slog v2.7.0 |
657 | 2024-12-28T04:15:47.933Z | Compiling fnv v1.0.7 |
658 | 2024-12-28T04:15:48.194Z | Compiling openssl v0.10.66 |
659 | 2024-12-28T04:15:48.506Z | Compiling semver v1.0.23 |
660 | 2024-12-28T04:15:48.599Z | Compiling iana-time-zone v0.1.61 |
661 | 2024-12-28T04:15:48.641Z | Compiling ring v0.17.8 |
662 | 2024-12-28T04:15:48.657Z | Compiling dyn-clone v1.0.17 |
663 | 2024-12-28T04:15:48.957Z | Compiling native-tls v0.2.12 |
664 | 2024-12-28T04:15:49.059Z | Compiling openssl-sys v0.9.103 |
665 | 2024-12-28T04:15:49.410Z | Compiling rustls v0.23.13 |
666 | 2024-12-28T04:15:49.739Z | Compiling anyhow v1.0.94 |
667 | 2024-12-28T04:15:49.925Z | Compiling aho-corasick v1.1.3 |
668 | 2024-12-28T04:15:50.088Z | Compiling regex-syntax v0.8.4 |
669 | 2024-12-28T04:15:50.265Z | Compiling typenum v1.17.0 |
670 | 2024-12-28T04:15:50.664Z | Compiling generic-array v0.14.7 |
671 | 2024-12-28T04:15:50.796Z | Checking pin-project-lite v0.2.14 |
672 | 2024-12-28T04:15:50.908Z | Compiling unsafe-libyaml v0.2.11 |
673 | 2024-12-28T04:15:51.091Z | Compiling num-conv v0.1.0 |
674 | 2024-12-28T04:15:51.196Z | Compiling time-core v0.1.2 |
675 | 2024-12-28T04:15:51.377Z | Compiling time-macros v0.2.18 |
676 | 2024-12-28T04:15:51.575Z | Compiling syn v1.0.109 |
677 | 2024-12-28T04:15:52.157Z | Checking scopeguard v1.2.0 |
678 | 2024-12-28T04:15:52.737Z | Compiling ucd-trie v0.1.6 |
679 | 2024-12-28T04:15:52.925Z | Checking signal-hook-registry v1.4.2 |
680 | 2024-12-28T04:15:53.174Z | Compiling serde_derive_internals v0.29.1 |
681 | 2024-12-28T04:15:53.222Z | Checking socket2 v0.5.8 |
682 | 2024-12-28T04:15:53.732Z | Compiling regex-automata v0.4.7 |
683 | 2024-12-28T04:15:54.103Z | Checking mio v1.0.2 |
684 | 2024-12-28T04:15:54.379Z | Compiling omicron-workspace-hack v0.1.0 |
685 | 2024-12-28T04:15:54.456Z | Compiling rustversion v1.0.17 |
686 | 2024-12-28T04:15:54.716Z | Compiling crossbeam-utils v0.8.20 |
687 | 2024-12-28T04:15:54.931Z | Checking const-random v0.1.18 |
688 | 2024-12-28T04:15:55.020Z | Compiling usdt-impl v0.5.0 |
689 | 2024-12-28T04:15:55.575Z | Compiling strsim v0.11.1 |
690 | 2024-12-28T04:15:55.592Z | Compiling plain v0.2.3 |
691 | 2024-12-28T04:15:55.748Z | Compiling slog-async v2.8.0 |
692 | 2024-12-28T04:15:56.367Z | Compiling pretty-hex v0.4.1 |
693 | 2024-12-28T04:15:56.370Z | Compiling thread-id v4.2.2 |
694 | 2024-12-28T04:15:56.491Z | Compiling camino v1.1.9 |
695 | 2024-12-28T04:15:56.739Z | Compiling ident_case v1.0.1 |
696 | 2024-12-28T04:15:56.831Z | Checking futures-core v0.3.30 |
697 | 2024-12-28T04:15:56.909Z | Compiling darling_core v0.20.10 |
698 | 2024-12-28T04:15:56.990Z | Compiling rustls v0.22.4 |
699 | 2024-12-28T04:15:57.609Z | Checking futures-sink v0.3.30 |
700 | 2024-12-28T04:15:57.643Z | Compiling paste v1.0.15 |
701 | 2024-12-28T04:15:57.716Z | Compiling regex v1.10.6 |
702 | 2024-12-28T04:15:57.753Z | Compiling multer v3.1.0 |
703 | 2024-12-28T04:15:58.154Z | Checking futures-channel v0.3.30 |
704 | 2024-12-28T04:15:58.248Z | Checking tracing-core v0.1.32 |
705 | 2024-12-28T04:15:58.531Z | Compiling rustix v0.38.37 |
706 | 2024-12-28T04:15:58.683Z | Checking futures-io v0.3.30 |
707 | 2024-12-28T04:15:58.701Z | Compiling serde_derive v1.0.217 |
708 | 2024-12-28T04:15:58.863Z | Compiling zerocopy-derive v0.7.35 |
709 | 2024-12-28T04:15:58.891Z | Compiling tokio-macros v2.4.0 |
710 | 2024-12-28T04:15:59.260Z | Compiling thiserror-impl v1.0.69 |
711 | 2024-12-28T04:15:59.280Z | Compiling schemars_derive v0.8.21 |
712 | 2024-12-28T04:16:00.449Z | Compiling futures-macro v0.3.30 |
713 | 2024-12-28T04:16:01.023Z | Compiling zerocopy v0.7.35 |
714 | 2024-12-28T04:16:01.520Z | Compiling tracing-attributes v0.1.27 |
715 | 2024-12-28T04:16:02.286Z | Compiling openssl-macros v0.1.1 |
716 | 2024-12-28T04:16:02.876Z | Compiling scroll_derive v0.12.0 |
717 | 2024-12-28T04:16:03.090Z | Compiling pest v2.7.13 |
718 | 2024-12-28T04:16:03.203Z | Compiling hashbrown v0.14.5 |
719 | 2024-12-28T04:16:03.889Z | Compiling darling_macro v0.20.10 |
720 | 2024-12-28T04:16:04.074Z | Compiling async-trait v0.1.83 |
721 | 2024-12-28T04:16:04.355Z | Compiling scroll v0.12.0 |
722 | 2024-12-28T04:16:04.576Z | Compiling regress v0.10.1 |
723 | 2024-12-28T04:16:04.824Z | Compiling goblin v0.8.2 |
724 | 2024-12-28T04:16:04.869Z | Compiling strum_macros v0.26.4 |
725 | 2024-12-28T04:16:04.889Z | Compiling darling v0.20.10 |
726 | 2024-12-28T04:16:05.000Z | Compiling serde_with_macros v3.9.0 |
727 | 2024-12-28T04:16:05.505Z | Compiling pest_meta v2.7.13 |
728 | 2024-12-28T04:16:05.921Z | Compiling async-stream-impl v0.3.5 |
729 | 2024-12-28T04:16:07.731Z | Compiling pest_generator v2.7.13 |
730 | 2024-12-28T04:16:09.511Z | Compiling structmeta-derive v0.3.0 |
731 | 2024-12-28T04:16:09.653Z | Checking futures-task v0.3.30 |
732 | 2024-12-28T04:16:09.812Z | Compiling pest_derive v2.7.13 |
733 | 2024-12-28T04:16:09.902Z | Checking pin-utils v0.1.0 |
734 | 2024-12-28T04:16:09.954Z | Checking tracing v0.1.40 |
735 | 2024-12-28T04:16:09.995Z | Checking futures-util v0.3.30 |
736 | 2024-12-28T04:16:10.410Z | Compiling dropshot v0.12.0 |
737 | 2024-12-28T04:16:10.684Z | Compiling dtrace-parser v0.2.0 |
738 | 2024-12-28T04:16:11.903Z | Checking bytes v1.7.2 |
739 | 2024-12-28T04:16:12.201Z | Checking smallvec v1.13.2 |
740 | 2024-12-28T04:16:12.630Z | Compiling indexmap v2.5.0 |
741 | 2024-12-28T04:16:12.671Z | Compiling serde_tokenstream v0.2.2 |
742 | 2024-12-28T04:16:12.695Z | Compiling uuid v1.11.0 |
743 | 2024-12-28T04:16:12.790Z | Compiling chrono v0.4.38 |
744 | 2024-12-28T04:16:13.641Z | Compiling http v1.2.0 |
745 | 2024-12-28T04:16:14.097Z | Compiling serde_yaml v0.9.34+deprecated |
746 | 2024-12-28T04:16:14.297Z | Compiling toml_datetime v0.6.8 |
747 | 2024-12-28T04:16:14.503Z | Compiling openapiv3 v2.0.0 |
748 | 2024-12-28T04:16:14.757Z | Checking parking_lot v0.12.3 |
749 | 2024-12-28T04:16:15.160Z | Checking tokio v1.42.0 |
750 | 2024-12-28T04:16:15.823Z | Compiling dof v0.3.0 |
751 | 2024-12-28T04:16:17.198Z | Compiling typify-impl v0.2.0 |
752 | 2024-12-28T04:16:17.880Z | Compiling structmeta v0.3.0 |
753 | 2024-12-28T04:16:18.155Z | Compiling usdt-attr-macro v0.5.0 |
754 | 2024-12-28T04:16:18.257Z | Compiling usdt-macro v0.5.0 |
755 | 2024-12-28T04:16:18.880Z | Compiling parse-display-derive v0.10.0 |
756 | 2024-12-28T04:16:19.730Z | Compiling dropshot_endpoint v0.12.0 |
757 | 2024-12-28T04:16:19.828Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
758 | 2024-12-28T04:16:20.931Z | Checking bitflags v2.6.0 |
759 | 2024-12-28T04:16:21.164Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
760 | 2024-12-28T04:16:21.270Z | Checking spin v0.9.8 |
761 | 2024-12-28T04:16:21.795Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
762 | 2024-12-28T04:16:22.002Z | Checking untrusted v0.9.0 |
763 | 2024-12-28T04:16:22.163Z | Compiling winnow v0.5.40 |
764 | 2024-12-28T04:16:22.165Z | Compiling heapless v0.8.0 |
765 | 2024-12-28T04:16:23.987Z | Compiling smoltcp v0.11.0 |
766 | 2024-12-28T04:16:24.006Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
767 | 2024-12-28T04:16:24.557Z | Checking tokio-util v0.7.12 |
768 | 2024-12-28T04:16:24.578Z | Compiling foreign-types-macros v0.2.3 |
769 | 2024-12-28T04:16:25.807Z | Compiling toml_edit v0.19.15 |
770 | 2024-12-28T04:16:25.829Z | Checking try-lock v0.2.5 |
771 | 2024-12-28T04:16:26.019Z | Checking want v0.3.1 |
772 | 2024-12-28T04:16:26.128Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
773 | 2024-12-28T04:16:26.905Z | Checking httpdate v1.0.3 |
774 | 2024-12-28T04:16:27.013Z | Checking subtle v2.6.1 |
775 | 2024-12-28T04:16:27.134Z | Compiling clap_derive v4.5.18 |
776 | 2024-12-28T04:16:27.419Z | Checking tinyvec_macros v0.1.1 |
777 | 2024-12-28T04:16:27.502Z | Compiling heck v0.4.1 |
778 | 2024-12-28T04:16:27.519Z | Checking tower-service v0.3.3 |
779 | 2024-12-28T04:16:27.632Z | Checking tinyvec v1.8.0 |
780 | 2024-12-28T04:16:28.341Z | Compiling proc-macro-crate v1.3.1 |
781 | 2024-12-28T04:16:29.726Z | Checking foreign-types-shared v0.1.1 |
782 | 2024-12-28T04:16:30.016Z | Checking percent-encoding v2.3.1 |
783 | 2024-12-28T04:16:30.232Z | Checking form_urlencoded v1.2.1 |
784 | 2024-12-28T04:16:30.407Z | Checking foreign-types v0.3.2 |
785 | 2024-12-28T04:16:30.433Z | Checking unicode-normalization v0.1.24 |
786 | 2024-12-28T04:16:31.003Z | Compiling typify-macro v0.2.0 |
787 | 2024-12-28T04:16:31.424Z | Compiling proc-macro-error-attr v1.0.4 |
788 | 2024-12-28T04:16:31.759Z | Checking unicode-bidi v0.3.15 |
789 | 2024-12-28T04:16:31.787Z | Checking rustls-pki-types v1.8.0 |
790 | 2024-12-28T04:16:32.001Z | Compiling num_enum_derive v0.5.11 |
791 | 2024-12-28T04:16:32.621Z | Compiling proc-macro-error v1.0.4 |
792 | 2024-12-28T04:16:32.964Z | Checking openssl-probe v0.1.5 |
793 | 2024-12-28T04:16:34.306Z | Checking idna v0.5.0 |
794 | 2024-12-28T04:16:34.564Z | Compiling atomic-waker v1.1.2 |
795 | 2024-12-28T04:16:34.840Z | Compiling typify v0.2.0 |
796 | 2024-12-28T04:16:34.974Z | Compiling progenitor-impl v0.8.0 |
797 | 2024-12-28T04:16:35.153Z | Checking url v2.5.2 |
798 | 2024-12-28T04:16:35.427Z | Compiling rustls-webpki v0.102.8 |
799 | 2024-12-28T04:16:36.080Z | Checking http-body v1.0.1 |
800 | 2024-12-28T04:16:37.288Z | Checking encoding_rs v0.8.34 |
801 | 2024-12-28T04:16:37.449Z | Compiling zeroize v1.8.1 |
802 | 2024-12-28T04:16:37.564Z | Checking mime v0.3.17 |
803 | 2024-12-28T04:16:37.887Z | Checking ipnet v2.10.0 |
804 | 2024-12-28T04:16:38.246Z | Compiling h2 v0.4.6 |
805 | 2024-12-28T04:16:38.390Z | Checking tokio-native-tls v0.3.1 |
806 | 2024-12-28T04:16:38.441Z | Checking serde_urlencoded v0.7.1 |
807 | 2024-12-28T04:16:40.333Z | Checking ipnetwork v0.20.0 |
808 | 2024-12-28T04:16:40.811Z | Checking rand_core v0.6.4 |
809 | 2024-12-28T04:16:41.664Z | Compiling progenitor-macro v0.8.0 |
810 | 2024-12-28T04:16:42.536Z | Checking hyper v1.5.1 |
811 | 2024-12-28T04:16:42.627Z | Compiling serde_spanned v0.6.7 |
812 | 2024-12-28T04:16:43.953Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
813 | 2024-12-28T04:16:44.035Z | Compiling winnow v0.6.18 |
814 | 2024-12-28T04:16:44.279Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
815 | 2024-12-28T04:16:44.677Z | Checking hyper-util v0.1.10 |
816 | 2024-12-28T04:16:46.769Z | Compiling http-body-util v0.1.2 |
817 | 2024-12-28T04:16:47.739Z | Compiling toml_edit v0.22.21 |
818 | 2024-12-28T04:16:49.399Z | Checking ppv-lite86 v0.2.20 |
819 | 2024-12-28T04:16:50.191Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
820 | 2024-12-28T04:16:51.124Z | Compiling base64 v0.22.1 |
821 | 2024-12-28T04:16:51.722Z | Compiling powerfmt v0.2.0 |
822 | 2024-12-28T04:16:52.606Z | Checking rustls-pemfile v2.1.3 |
823 | 2024-12-28T04:16:52.660Z | Compiling tokio-rustls v0.26.0 |
824 | 2024-12-28T04:16:52.847Z | Compiling deranged v0.3.11 |
825 | 2024-12-28T04:16:53.923Z | Checking rand_chacha v0.3.1 |
826 | 2024-12-28T04:16:54.511Z | Compiling webpki-roots v0.26.6 |
827 | 2024-12-28T04:16:54.748Z | Compiling crucible-workspace-hack v0.1.0 |
828 | 2024-12-28T04:16:54.986Z | Compiling num_threads v0.1.7 |
829 | 2024-12-28T04:16:55.074Z | Checking hyper-rustls v0.27.3 |
830 | 2024-12-28T04:16:55.125Z | Compiling time v0.3.36 |
831 | 2024-12-28T04:16:55.261Z | Compiling hyper-tls v0.6.0 |
832 | 2024-12-28T04:16:55.401Z | Checking rand v0.8.5 |
833 | 2024-12-28T04:16:55.644Z | Compiling sync_wrapper v1.0.1 |
834 | 2024-12-28T04:16:55.798Z | Compiling dirs-sys-next v0.1.2 |
835 | 2024-12-28T04:16:56.048Z | Compiling prettyplease v0.2.22 |
836 | 2024-12-28T04:16:56.401Z | Compiling dirs-next v2.0.0 |
837 | 2024-12-28T04:16:56.425Z | Checking reqwest v0.12.9 |
838 | 2024-12-28T04:16:57.095Z | Compiling block-buffer v0.10.4 |
839 | 2024-12-28T04:16:57.321Z | Compiling crypto-common v0.1.6 |
840 | 2024-12-28T04:16:57.875Z | Compiling thread_local v1.1.8 |
841 | 2024-12-28T04:16:58.354Z | Compiling match_cfg v0.1.0 |
842 | 2024-12-28T04:16:58.490Z | Compiling hostname v0.3.1 |
843 | 2024-12-28T04:16:58.507Z | Compiling crossbeam-channel v0.5.13 |
844 | 2024-12-28T04:16:58.701Z | Compiling digest v0.10.7 |
845 | 2024-12-28T04:16:58.742Z | Compiling slog-json v2.6.1 |
846 | 2024-12-28T04:16:59.067Z | Compiling progenitor-client v0.8.0 |
847 | 2024-12-28T04:16:59.101Z | Compiling term v0.7.0 |
848 | 2024-12-28T04:16:59.529Z | Compiling futures-executor v0.3.30 |
849 | 2024-12-28T04:16:59.655Z | Compiling zone_cfg_derive v0.3.0 |
850 | 2024-12-28T04:16:59.955Z | Compiling num-derive v0.4.2 |
851 | 2024-12-28T04:17:00.020Z | Compiling num-integer v0.1.46 |
852 | 2024-12-28T04:17:00.775Z | Compiling memmap v0.7.0 |
853 | 2024-12-28T04:17:01.091Z | Compiling is-terminal v0.4.13 |
854 | 2024-12-28T04:17:01.111Z | Compiling errno v0.3.9 |
855 | 2024-12-28T04:17:01.224Z | Compiling cpufeatures v0.2.14 |
856 | 2024-12-28T04:17:01.659Z | Compiling take_mut v0.2.2 |
857 | 2024-12-28T04:17:02.066Z | Compiling utf8parse v0.2.2 |
858 | 2024-12-28T04:17:02.257Z | Compiling anstyle-parse v0.2.5 |
859 | 2024-12-28T04:17:02.599Z | Compiling sha1 v0.10.6 |
860 | 2024-12-28T04:17:02.981Z | Compiling slog-term v2.9.1 |
861 | 2024-12-28T04:17:03.603Z | Compiling tokio-rustls v0.25.0 |
862 | 2024-12-28T04:17:04.025Z | Compiling usdt v0.5.0 |
863 | 2024-12-28T04:17:04.150Z | Compiling futures v0.3.30 |
864 | 2024-12-28T04:17:04.283Z | Compiling progenitor v0.8.0 |
865 | 2024-12-28T04:17:04.371Z | Compiling slog-bunyan v2.5.0 |
866 | 2024-12-28T04:17:04.826Z | Compiling toml v0.8.19 |
867 | 2024-12-28T04:17:05.219Z | Checking oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265) |
868 | 2024-12-28T04:17:05.479Z | Compiling waitgroup v0.1.2 |
869 | 2024-12-28T04:17:05.674Z | Compiling async-stream v0.3.5 |
870 | 2024-12-28T04:17:05.917Z | Compiling newtype-uuid v1.1.0 |
871 | 2024-12-28T04:17:06.357Z | Compiling hex v0.4.3 |
872 | 2024-12-28T04:17:06.502Z | Compiling serde_path_to_error v0.1.16 |
873 | 2024-12-28T04:17:07.171Z | Compiling hostname v0.4.0 |
874 | 2024-12-28T04:17:07.319Z | Compiling instant v0.1.13 |
875 | 2024-12-28T04:17:07.400Z | Compiling anstyle-query v1.1.1 |
876 | 2024-12-28T04:17:07.727Z | Compiling is_terminal_polyfill v1.70.1 |
877 | 2024-12-28T04:17:07.772Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
878 | 2024-12-28T04:17:07.851Z | Compiling semver v0.1.20 |
879 | 2024-12-28T04:17:07.902Z | Compiling debug-ignore v1.0.5 |
880 | 2024-12-28T04:17:08.000Z | Compiling colorchoice v1.0.2 |
881 | 2024-12-28T04:17:08.039Z | Compiling anstyle v1.0.10 |
882 | 2024-12-28T04:17:08.164Z | Compiling rustc_version v0.1.7 |
883 | 2024-12-28T04:17:08.409Z | Compiling anstream v0.6.15 |
884 | 2024-12-28T04:17:08.580Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
885 | 2024-12-28T04:17:09.069Z | Compiling backoff v0.4.0 |
886 | 2024-12-28T04:17:09.353Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
887 | 2024-12-28T04:17:09.503Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
888 | 2024-12-28T04:17:09.634Z | Compiling terminal_size v0.4.0 |
889 | 2024-12-28T04:17:09.761Z | Compiling num-rational v0.4.2 |
890 | 2024-12-28T04:17:09.807Z | Compiling num-iter v0.1.45 |
891 | 2024-12-28T04:17:09.837Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
892 | 2024-12-28T04:17:09.973Z | Compiling parse-display v0.10.0 |
893 | 2024-12-28T04:17:10.006Z | Compiling macaddr v1.0.1 |
894 | 2024-12-28T04:17:10.092Z | Compiling serde_with v3.9.0 |
895 | 2024-12-28T04:17:10.450Z | Compiling strum v0.26.3 |
896 | 2024-12-28T04:17:10.540Z | Compiling regress v0.9.1 |
897 | 2024-12-28T04:17:10.591Z | Compiling hubpack_derive v0.1.1 |
898 | 2024-12-28T04:17:10.880Z | Compiling zerocopy-derive v0.6.6 |
899 | 2024-12-28T04:17:11.558Z | Compiling num-complex v0.4.6 |
900 | 2024-12-28T04:17:11.848Z | Checking lazy_static v1.5.0 |
901 | 2024-12-28T04:17:11.980Z | Compiling clap_lex v0.7.4 |
902 | 2024-12-28T04:17:12.433Z | Compiling clap_builder v4.5.23 |
903 | 2024-12-28T04:17:12.549Z | Compiling num v0.4.3 |
904 | 2024-12-28T04:17:12.645Z | Compiling newtype_derive v0.1.6 |
905 | 2024-12-28T04:17:12.989Z | Compiling cancel-safe-futures v0.1.5 |
906 | 2024-12-28T04:17:13.054Z | Compiling float-ord v0.3.2 |
907 | 2024-12-28T04:17:13.228Z | Compiling owo-colors v4.1.0 |
908 | 2024-12-28T04:17:14.260Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
909 | 2024-12-28T04:17:14.887Z | Compiling strum_macros v0.25.3 |
910 | 2024-12-28T04:17:16.485Z | Compiling clap v4.5.23 |
911 | 2024-12-28T04:17:16.611Z | Compiling serde_repr v0.1.19 |
912 | 2024-12-28T04:17:19.073Z | Compiling cookie v0.18.1 |
913 | 2024-12-28T04:17:19.117Z | Compiling convert_case v0.4.0 |
914 | 2024-12-28T04:17:19.406Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
915 | 2024-12-28T04:17:19.889Z | Compiling derive_more v0.99.18 |
916 | 2024-12-28T04:17:20.108Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
917 | 2024-12-28T04:17:20.279Z | Compiling enum-as-inner v0.6.1 |
918 | 2024-12-28T04:17:20.328Z | Compiling derive-where v1.2.7 |
919 | 2024-12-28T04:17:20.677Z | Checking unicode-width v0.1.14 |
920 | 2024-12-28T04:17:25.771Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
921 | 2024-12-28T04:17:27.722Z | Checking hash32 v0.3.1 |
922 | 2024-12-28T04:17:28.039Z | Compiling slog-dtrace v0.3.0 |
923 | 2024-12-28T04:17:28.083Z | Checking stable_deref_trait v1.2.0 |
924 | 2024-12-28T04:17:29.116Z | Compiling num-derive v0.3.3 |
925 | 2024-12-28T04:17:29.439Z | Checking cobs v0.2.3 |
926 | 2024-12-28T04:17:29.623Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
927 | 2024-12-28T04:17:29.640Z | Checking either v1.13.0 |
928 | 2024-12-28T04:17:30.014Z | Checking managed v0.8.0 |
929 | 2024-12-28T04:17:30.570Z | Checking foreign-types-shared v0.3.1 |
930 | 2024-12-28T04:17:30.689Z | Checking bitflags v1.3.2 |
931 | 2024-12-28T04:17:30.944Z | Compiling parking_lot_core v0.8.6 |
932 | 2024-12-28T04:17:32.004Z | Checking foreign-types v0.5.0 |
933 | 2024-12-28T04:17:32.387Z | Checking postcard v1.0.10 |
934 | 2024-12-28T04:17:33.048Z | Checking num_enum v0.5.11 |
935 | 2024-12-28T04:17:33.499Z | Checking cstr-argument v0.1.2 |
936 | 2024-12-28T04:17:33.783Z | Checking pretty-hex v0.2.1 |
937 | 2024-12-28T04:17:33.783Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
938 | 2024-12-28T04:17:34.090Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
939 | 2024-12-28T04:17:34.376Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
940 | 2024-12-28T04:17:34.626Z | Checking colored v2.1.0 |
941 | 2024-12-28T04:17:34.671Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
942 | 2024-12-28T04:17:35.245Z | Checking tabwriter v1.4.0 |
943 | 2024-12-28T04:17:39.264Z | Checking fastrand v2.1.1 |
944 | 2024-12-28T04:17:39.282Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
945 | 2024-12-28T04:17:39.423Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
946 | 2024-12-28T04:17:39.426Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
947 | 2024-12-28T04:17:39.564Z | Checking tempfile v3.12.0 |
948 | 2024-12-28T04:17:41.609Z | Checking unicode-segmentation v1.12.0 |
949 | 2024-12-28T04:17:42.278Z | Checking newline-converter v0.3.0 |
950 | 2024-12-28T04:17:42.708Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
951 | 2024-12-28T04:17:42.874Z | Checking camino-tempfile v1.1.1 |
952 | 2024-12-28T04:17:43.094Z | Checking itertools v0.10.5 |
953 | 2024-12-28T04:17:43.482Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
954 | 2024-12-28T04:17:43.485Z | Checking console v0.15.8 |
955 | 2024-12-28T04:17:43.837Z | Checking sigpipe v0.1.3 |
956 | 2024-12-28T04:17:43.856Z | Checking base64ct v1.6.0 |
957 | 2024-12-28T04:17:43.981Z | Checking similar v2.6.0 |
958 | 2024-12-28T04:17:44.036Z | Checking static_assertions v1.1.0 |
959 | 2024-12-28T04:17:44.199Z | Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
960 | 2024-12-28T04:17:44.318Z | Checking password-hash v0.5.0 |
961 | 2024-12-28T04:17:44.376Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
962 | 2024-12-28T04:17:44.434Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
963 | 2024-12-28T04:17:44.666Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95) |
964 | 2024-12-28T04:17:44.710Z | Checking expectorate v1.1.0 |
965 | 2024-12-28T04:17:44.739Z | Checking blake2 v0.10.6 |
966 | 2024-12-28T04:17:44.865Z | Checking smf v0.2.3 |
967 | 2024-12-28T04:17:45.112Z | Checking whoami v1.5.2 |
968 | 2024-12-28T04:17:45.140Z | Checking fixedbitset v0.4.2 |
969 | 2024-12-28T04:17:45.348Z | Checking argon2 v0.5.3 |
970 | 2024-12-28T04:17:45.402Z | Checking zerocopy v0.6.6 |
971 | 2024-12-28T04:17:45.422Z | Checking petgraph v0.6.5 |
972 | 2024-12-28T04:17:45.425Z | Checking zone v0.3.0 |
973 | 2024-12-28T04:17:45.425Z | Checking hubpack v0.1.2 |
974 | 2024-12-28T04:17:45.951Z | Checking serde-big-array v0.5.1 |
975 | 2024-12-28T04:17:46.177Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
976 | 2024-12-28T04:17:46.179Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
977 | 2024-12-28T04:17:46.977Z | Checking dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
978 | 2024-12-28T04:17:47.133Z | Checking atomicwrites v0.4.4 |
979 | 2024-12-28T04:17:47.333Z | Checking itertools v0.13.0 |
980 | 2024-12-28T04:17:47.907Z | Checking idna v0.4.0 |
981 | 2024-12-28T04:17:48.249Z | Checking libsw v3.3.1 |
982 | 2024-12-28T04:17:48.823Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
983 | 2024-12-28T04:17:48.921Z | Checking data-encoding v2.6.0 |
984 | 2024-12-28T04:17:49.260Z | Checking swrite v0.1.0 |
985 | 2024-12-28T04:17:49.391Z | Checking indent_write v2.2.0 |
986 | 2024-12-28T04:17:49.460Z | Checking highway v1.2.0 |
987 | 2024-12-28T04:17:49.496Z | Checking linear-map v1.2.0 |
988 | 2024-12-28T04:17:49.548Z | Checking quick-error v1.2.3 |
989 | 2024-12-28T04:17:49.600Z | Checking linked-hash-map v0.5.6 |
990 | 2024-12-28T04:17:49.683Z | Checking resolv-conf v0.7.0 |
991 | 2024-12-28T04:17:49.738Z | Checking hickory-proto v0.24.1 |
992 | 2024-12-28T04:17:49.826Z | Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
993 | 2024-12-28T04:17:49.883Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
994 | 2024-12-28T04:17:49.946Z | Checking lru-cache v0.1.2 |
995 | 2024-12-28T04:17:50.007Z | Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
996 | 2024-12-28T04:17:50.027Z | Checking nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
997 | 2024-12-28T04:17:51.398Z | Checking steno v0.4.1 |
998 | 2024-12-28T04:17:51.506Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
999 | 2024-12-28T04:17:51.566Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1000 | 2024-12-28T04:17:51.947Z | Checking humantime v2.1.0 |
1001 | 2024-12-28T04:17:53.369Z | Checking hickory-resolver v0.24.1 |
1002 | 2024-12-28T04:17:54.029Z | Checking libscf-sys v1.0.0 (https://github.com/illumos/libscf-sys.git#bb0b82c3) |
1003 | 2024-12-28T04:17:54.689Z | Checking internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1004 | 2024-12-28T04:17:54.879Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#f14ff351) |
1005 | 2024-12-28T04:17:55.392Z | Compiling rustls v0.21.12 |
1006 | 2024-12-28T04:17:55.748Z | Checking parking_lot v0.11.2 |
1007 | 2024-12-28T04:17:55.944Z | Checking crossbeam-epoch v0.9.18 |
1008 | 2024-12-28T04:17:55.992Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1009 | 2024-12-28T04:17:56.441Z | Checking fxhash v0.2.1 |
1010 | 2024-12-28T04:17:56.596Z | Checking crc32fast v1.4.2 |
1011 | 2024-12-28T04:17:56.619Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1012 | 2024-12-28T04:17:56.845Z | Checking sled v0.34.7 |
1013 | 2024-12-28T04:17:59.666Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1014 | 2024-12-28T04:18:02.364Z | Compiling typify-impl v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1015 | 2024-12-28T04:18:02.997Z | Compiling proc-macro-crate v3.2.0 |
1016 | 2024-12-28T04:18:03.675Z | Checking half v2.4.1 |
1017 | 2024-12-28T04:18:03.701Z | Compiling smartstring v1.0.1 |
1018 | 2024-12-28T04:18:03.840Z | Checking ciborium-io v0.2.2 |
1019 | 2024-12-28T04:18:04.146Z | Checking ciborium-ll v0.2.2 |
1020 | 2024-12-28T04:18:04.148Z | Compiling num_enum_derive v0.7.3 |
1021 | 2024-12-28T04:18:04.512Z | Checking http v0.2.12 |
1022 | 2024-12-28T04:18:05.903Z | Checking ciborium v0.2.2 |
1023 | 2024-12-28T04:18:06.139Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#4cdc7d7e) |
1024 | 2024-12-28T04:18:06.738Z | Compiling rhai_codegen v2.2.0 |
1025 | 2024-12-28T04:18:06.763Z | Checking crc8 v0.1.1 |
1026 | 2024-12-28T04:18:06.905Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1027 | 2024-12-28T04:18:06.930Z | Checking http-body v0.4.6 |
1028 | 2024-12-28T04:18:07.055Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1029 | 2024-12-28T04:18:07.330Z | Checking h2 v0.3.26 |
1030 | 2024-12-28T04:18:08.111Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#4cdc7d7e) |
1031 | 2024-12-28T04:18:08.707Z | Checking rustls-webpki v0.101.7 |
1032 | 2024-12-28T04:18:09.409Z | Checking sct v0.7.1 |
1033 | 2024-12-28T04:18:11.664Z | Checking hyper v0.14.30 |
1034 | 2024-12-28T04:18:11.739Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1035 | 2024-12-28T04:18:15.718Z | Checking arc-swap v1.7.1 |
1036 | 2024-12-28T04:18:16.114Z | Checking tokio-rustls v0.24.1 |
1037 | 2024-12-28T04:18:16.184Z | Checking slog-scope v4.4.0 |
1038 | 2024-12-28T04:18:16.421Z | Compiling typify-macro v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1039 | 2024-12-28T04:18:16.482Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1040 | 2024-12-28T04:18:16.958Z | Checking num_enum v0.7.3 |
1041 | 2024-12-28T04:18:17.133Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488) |
1042 | 2024-12-28T04:18:17.551Z | Checking spin v0.5.2 |
1043 | 2024-12-28T04:18:17.765Z | Checking base64 v0.21.7 |
1044 | 2024-12-28T04:18:18.250Z | Checking rustls-pemfile v1.0.4 |
1045 | 2024-12-28T04:18:18.269Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1046 | 2024-12-28T04:18:18.461Z | Checking no-std-compat v0.4.1 |
1047 | 2024-12-28T04:18:18.594Z | Checking hyper-rustls v0.24.2 |
1048 | 2024-12-28T04:18:18.834Z | Checking slog-stdlog v4.1.1 |
1049 | 2024-12-28T04:18:18.917Z | Checking hyper-tls v0.5.0 |
1050 | 2024-12-28T04:18:19.206Z | Checking ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
1051 | 2024-12-28T04:18:20.217Z | Compiling typify v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1052 | 2024-12-28T04:18:20.259Z | Checking thin-vec v0.2.13 |
1053 | 2024-12-28T04:18:20.376Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1054 | 2024-12-28T04:18:20.745Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
1055 | 2024-12-28T04:18:20.938Z | Checking sync_wrapper v0.1.2 |
1056 | 2024-12-28T04:18:20.997Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1057 | 2024-12-28T04:18:21.135Z | Checking webpki-roots v0.25.4 |
1058 | 2024-12-28T04:18:21.272Z | Checking diff v0.1.13 |
1059 | 2024-12-28T04:18:21.442Z | Checking minimal-lexical v0.2.1 |
1060 | 2024-12-28T04:18:21.494Z | Checking yansi v1.0.1 |
1061 | 2024-12-28T04:18:21.770Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=2bfd39000c878c45675651a7588c015c486e7f43#2bfd3900) |
1062 | 2024-12-28T04:18:22.018Z | Checking reqwest v0.11.27 |
1063 | 2024-12-28T04:18:22.052Z | Checking pretty_assertions v1.4.1 |
1064 | 2024-12-28T04:18:22.055Z | Checking mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
1065 | 2024-12-28T04:18:22.116Z | Checking nom v7.1.3 |
1066 | 2024-12-28T04:18:22.382Z | Checking rhai v1.20.0 |
1067 | 2024-12-28T04:18:23.545Z | Checking rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb) |
1068 | 2024-12-28T04:18:23.617Z | Checking slog-envlogger v2.2.0 |
1069 | 2024-12-28T04:18:25.705Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1070 | 2024-12-28T04:18:26.049Z | Checking ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm) |
1071 | 2024-12-28T04:18:27.158Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1072 | 2024-12-28T04:18:28.606Z | Checking itertools v0.12.1 |
1073 | 2024-12-28T04:18:29.081Z | Checking bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd) |
1074 | 2024-12-28T04:18:30.611Z | Checking mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower) |
1075 | 2024-12-28T04:18:31.405Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488) |
1076 | 2024-12-28T04:18:31.824Z | Checking mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client) |
1077 | 2024-12-28T04:18:32.142Z | Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d8c38f89) |
1078 | 2024-12-28T04:18:32.463Z | Checking ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd) |
1079 | 2024-12-28T04:18:33.097Z | Checking ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm) |
1080 | 2024-12-28T04:18:38.508Z | Checking util v0.1.0 (/work/oxidecomputer/maghemite/util) |
1081 | 2024-12-28T04:18:39.910Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1082 | 2024-12-28T04:18:41.450Z | Checking mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests) |
1083 | 2024-12-28T04:18:41.693Z | Checking bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp) |
1084 | 2024-12-28T04:18:41.857Z | Checking mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify) |
1085 | 2024-12-28T04:18:47.835Z | Checking mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd) |
1086 | 2024-12-28T04:18:47.835Z | Checking mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm) |
1087 | 2024-12-28T04:18:55.065Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 34s |
1088 | 2024-12-28T04:18:55.390Z | + banner build |
1089 | 2024-12-28T04:18:55.393Z | |
1090 | 2024-12-28T04:18:55.393Z | ##### # # # # ##### |
1091 | 2024-12-28T04:18:55.393Z | # # # # # # # # |
1092 | 2024-12-28T04:18:55.393Z | ##### # # # # # # |
1093 | 2024-12-28T04:18:55.393Z | # # # # # # # # |
1094 | 2024-12-28T04:18:55.393Z | # # # # # # # # |
1095 | 2024-12-28T04:18:55.393Z | ##### #### # ###### ##### |
1096 | 2024-12-28T04:18:55.393Z | |
1097 | 2024-12-28T04:18:55.393Z | + ptime -m cargo build |
1098 | 2024-12-28T04:18:56.197Z | Compiling cfg-if v1.0.0 |
1099 | 2024-12-28T04:18:56.199Z | Compiling memchr v2.7.4 |
1100 | 2024-12-28T04:18:56.220Z | Compiling libc v0.2.167 |
1101 | 2024-12-28T04:18:56.227Z | Compiling byteorder v1.5.0 |
1102 | 2024-12-28T04:18:56.243Z | Compiling itoa v1.0.11 |
1103 | 2024-12-28T04:18:56.253Z | Compiling serde v1.0.217 |
1104 | 2024-12-28T04:18:56.265Z | Compiling portable-atomic v1.8.0 |
1105 | 2024-12-28T04:18:56.276Z | Compiling pin-project-lite v0.2.14 |
1106 | 2024-12-28T04:18:56.286Z | Compiling ryu v1.0.18 |
1107 | 2024-12-28T04:18:56.382Z | Compiling libm v0.2.8 |
1108 | 2024-12-28T04:18:56.449Z | Compiling scopeguard v1.2.0 |
1109 | 2024-12-28T04:18:56.596Z | Compiling lock_api v0.4.12 |
1110 | 2024-12-28T04:18:56.639Z | Compiling zerocopy v0.7.35 |
1111 | 2024-12-28T04:18:56.683Z | Compiling const-random v0.1.18 |
1112 | 2024-12-28T04:18:56.774Z | Compiling allocator-api2 v0.2.18 |
1113 | 2024-12-28T04:18:57.053Z | Compiling once_cell v1.20.2 |
1114 | 2024-12-28T04:18:57.066Z | Compiling iana-time-zone v0.1.61 |
1115 | 2024-12-28T04:18:57.479Z | Compiling num-traits v0.2.19 |
1116 | 2024-12-28T04:18:57.593Z | Compiling getrandom v0.2.15 |
1117 | 2024-12-28T04:18:57.627Z | Compiling signal-hook-registry v1.4.2 |
1118 | 2024-12-28T04:18:57.821Z | Compiling mio v1.0.2 |
1119 | 2024-12-28T04:18:57.824Z | Compiling socket2 v0.5.8 |
1120 | 2024-12-28T04:18:57.905Z | Compiling log v0.4.22 |
1121 | 2024-12-28T04:18:58.017Z | Compiling futures-core v0.3.30 |
1122 | 2024-12-28T04:18:58.260Z | Compiling ahash v0.8.11 |
1123 | 2024-12-28T04:18:58.272Z | Compiling thiserror v1.0.69 |
1124 | 2024-12-28T04:18:58.356Z | Compiling futures-sink v0.3.30 |
1125 | 2024-12-28T04:18:58.402Z | Compiling dyn-clone v1.0.17 |
1126 | 2024-12-28T04:18:58.510Z | Compiling slab v0.4.9 |
1127 | 2024-12-28T04:18:58.580Z | Compiling futures-channel v0.3.30 |
1128 | 2024-12-28T04:18:58.629Z | Compiling tracing-core v0.1.32 |
1129 | 2024-12-28T04:18:58.811Z | Compiling hashbrown v0.14.5 |
1130 | 2024-12-28T04:18:58.888Z | Compiling equivalent v1.0.1 |
1131 | 2024-12-28T04:18:58.900Z | Compiling futures-io v0.3.30 |
1132 | 2024-12-28T04:18:58.990Z | Compiling futures-task v0.3.30 |
1133 | 2024-12-28T04:18:59.001Z | Compiling pin-utils v0.1.0 |
1134 | 2024-12-28T04:18:59.043Z | Compiling fnv v1.0.7 |
1135 | 2024-12-28T04:18:59.083Z | Compiling bitflags v2.6.0 |
1136 | 2024-12-28T04:18:59.168Z | Compiling spin v0.9.8 |
1137 | 2024-12-28T04:18:59.248Z | Compiling futures-util v0.3.30 |
1138 | 2024-12-28T04:18:59.292Z | Compiling untrusted v0.9.0 |
1139 | 2024-12-28T04:18:59.406Z | Compiling tracing v0.1.40 |
1140 | 2024-12-28T04:18:59.469Z | Compiling ring v0.17.8 |
1141 | 2024-12-28T04:18:59.528Z | Compiling httparse v1.9.4 |
1142 | 2024-12-28T04:18:59.540Z | Compiling try-lock v0.2.5 |
1143 | 2024-12-28T04:18:59.677Z | Compiling unicode-ident v1.0.13 |
1144 | 2024-12-28T04:18:59.848Z | Compiling proc-macro2 v1.0.86 |
1145 | 2024-12-28T04:18:59.864Z | Compiling want v0.3.1 |
1146 | 2024-12-28T04:19:00.150Z | Compiling subtle v2.6.1 |
1147 | 2024-12-28T04:19:00.166Z | Compiling httpdate v1.0.3 |
1148 | 2024-12-28T04:19:00.179Z | Compiling tower-service v0.3.3 |
1149 | 2024-12-28T04:19:00.293Z | Compiling tinyvec_macros v0.1.1 |
1150 | 2024-12-28T04:19:00.306Z | Compiling slog v2.7.0 |
1151 | 2024-12-28T04:19:00.378Z | Compiling tinyvec v1.8.0 |
1152 | 2024-12-28T04:19:00.413Z | Compiling foreign-types-shared v0.1.1 |
1153 | 2024-12-28T04:19:00.517Z | Compiling percent-encoding v2.3.1 |
1154 | 2024-12-28T04:19:00.687Z | Compiling quote v1.0.37 |
1155 | 2024-12-28T04:19:00.910Z | Compiling form_urlencoded v1.2.1 |
1156 | 2024-12-28T04:19:01.210Z | Compiling syn v2.0.87 |
1157 | 2024-12-28T04:19:01.258Z | Compiling foreign-types v0.3.2 |
1158 | 2024-12-28T04:19:01.352Z | Compiling openssl-sys v0.9.103 |
1159 | 2024-12-28T04:19:01.473Z | Compiling unicode-bidi v0.3.15 |
1160 | 2024-12-28T04:19:01.860Z | Compiling unicode-normalization v0.1.24 |
1161 | 2024-12-28T04:19:01.915Z | Compiling rustls-pki-types v1.8.0 |
1162 | 2024-12-28T04:19:02.650Z | Compiling bytes v1.7.2 |
1163 | 2024-12-28T04:19:02.762Z | Compiling smallvec v1.13.2 |
1164 | 2024-12-28T04:19:02.807Z | Compiling serde_json v1.0.133 |
1165 | 2024-12-28T04:19:03.040Z | Compiling uuid v1.11.0 |
1166 | 2024-12-28T04:19:03.056Z | Compiling chrono v0.4.38 |
1167 | 2024-12-28T04:19:03.218Z | Compiling parking_lot_core v0.9.10 |
1168 | 2024-12-28T04:19:03.532Z | Compiling indexmap v2.5.0 |
1169 | 2024-12-28T04:19:03.927Z | Compiling parking_lot v0.12.3 |
1170 | 2024-12-28T04:19:03.945Z | Compiling http v1.2.0 |
1171 | 2024-12-28T04:19:04.006Z | Compiling openssl v0.10.66 |
1172 | 2024-12-28T04:19:04.868Z | Compiling tokio v1.42.0 |
1173 | 2024-12-28T04:19:05.044Z | Compiling openssl-probe v0.1.5 |
1174 | 2024-12-28T04:19:05.426Z | Compiling schemars v0.8.21 |
1175 | 2024-12-28T04:19:05.493Z | Compiling idna v0.5.0 |
1176 | 2024-12-28T04:19:05.975Z | Compiling atomic-waker v1.1.2 |
1177 | 2024-12-28T04:19:06.179Z | Compiling http-body v1.0.1 |
1178 | 2024-12-28T04:19:06.435Z | Compiling url v2.5.2 |
1179 | 2024-12-28T04:19:06.679Z | Compiling rustls-webpki v0.102.8 |
1180 | 2024-12-28T04:19:07.086Z | Compiling rand_core v0.6.4 |
1181 | 2024-12-28T04:19:07.362Z | Compiling aho-corasick v1.1.3 |
1182 | 2024-12-28T04:19:07.542Z | Compiling encoding_rs v0.8.34 |
1183 | 2024-12-28T04:19:08.448Z | Compiling zeroize v1.8.1 |
1184 | 2024-12-28T04:19:08.777Z | Compiling regex-syntax v0.8.4 |
1185 | 2024-12-28T04:19:08.886Z | Compiling mime v0.3.17 |
1186 | 2024-12-28T04:19:09.435Z | Compiling ipnet v2.10.0 |
1187 | 2024-12-28T04:19:09.530Z | Compiling ipnetwork v0.20.0 |
1188 | 2024-12-28T04:19:10.525Z | Compiling native-tls v0.2.12 |
1189 | 2024-12-28T04:19:10.831Z | Compiling semver v1.0.23 |
1190 | 2024-12-28T04:19:11.223Z | Compiling serde_urlencoded v0.7.1 |
1191 | 2024-12-28T04:19:11.689Z | Compiling regress v0.10.1 |
1192 | 2024-12-28T04:19:11.797Z | Compiling heck v0.5.0 |
1193 | 2024-12-28T04:19:12.346Z | Compiling regex-automata v0.4.7 |
1194 | 2024-12-28T04:19:12.469Z | Compiling anyhow v1.0.94 |
1195 | 2024-12-28T04:19:12.880Z | Compiling ppv-lite86 v0.2.20 |
1196 | 2024-12-28T04:19:13.424Z | Compiling rustls v0.23.13 |
1197 | 2024-12-28T04:19:13.463Z | Compiling http-body-util v0.1.2 |
1198 | 2024-12-28T04:19:13.746Z | Compiling rand_chacha v0.3.1 |
1199 | 2024-12-28T04:19:13.963Z | Compiling tokio-util v0.7.12 |
1200 | 2024-12-28T04:19:14.792Z | Compiling tokio-native-tls v0.3.1 |
1201 | 2024-12-28T04:19:14.856Z | Compiling rand v0.8.5 |
1202 | 2024-12-28T04:19:15.076Z | Compiling h2 v0.4.6 |
1203 | 2024-12-28T04:19:15.335Z | Compiling openapiv3 v2.0.0 |
1204 | 2024-12-28T04:19:16.015Z | Compiling base64 v0.22.1 |
1205 | 2024-12-28T04:19:16.541Z | Compiling regex v1.10.6 |
1206 | 2024-12-28T04:19:16.870Z | Compiling rustls-pemfile v2.1.3 |
1207 | 2024-12-28T04:19:16.972Z | Compiling webpki-roots v0.26.6 |
1208 | 2024-12-28T04:19:17.190Z | Compiling sync_wrapper v1.0.1 |
1209 | 2024-12-28T04:19:17.340Z | Compiling winnow v0.6.18 |
1210 | 2024-12-28T04:19:17.378Z | Compiling powerfmt v0.2.0 |
1211 | 2024-12-28T04:19:17.741Z | Compiling deranged v0.3.11 |
1212 | 2024-12-28T04:19:17.791Z | Compiling typify-impl v0.2.0 |
1213 | 2024-12-28T04:19:19.723Z | Compiling hyper v1.5.1 |
1214 | 2024-12-28T04:19:19.753Z | Compiling tokio-rustls v0.26.0 |
1215 | 2024-12-28T04:19:20.235Z | Compiling typenum v1.17.0 |
1216 | 2024-12-28T04:19:21.243Z | Compiling num-conv v0.1.0 |
1217 | 2024-12-28T04:19:21.534Z | Compiling time-core v0.1.2 |
1218 | 2024-12-28T04:19:21.650Z | Compiling num_threads v0.1.7 |
1219 | 2024-12-28T04:19:21.713Z | Compiling generic-array v0.14.7 |
1220 | 2024-12-28T04:19:21.777Z | Compiling time v0.3.36 |
1221 | 2024-12-28T04:19:22.421Z | Compiling hyper-util v0.1.10 |
1222 | 2024-12-28T04:19:22.798Z | Compiling typify v0.2.0 |
1223 | 2024-12-28T04:19:22.941Z | Compiling crossbeam-utils v0.8.20 |
1224 | 2024-12-28T04:19:22.959Z | Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265) |
1225 | 2024-12-28T04:19:23.055Z | Compiling lazy_static v1.5.0 |
1226 | 2024-12-28T04:19:23.180Z | Compiling progenitor-impl v0.8.0 |
1227 | 2024-12-28T04:19:23.811Z | Compiling dirs-sys-next v0.1.2 |
1228 | 2024-12-28T04:19:24.263Z | Compiling hyper-tls v0.6.0 |
1229 | 2024-12-28T04:19:24.275Z | Compiling hyper-rustls v0.27.3 |
1230 | 2024-12-28T04:19:24.547Z | Compiling dirs-next v2.0.0 |
1231 | 2024-12-28T04:19:24.705Z | Compiling reqwest v0.12.9 |
1232 | 2024-12-28T04:19:24.749Z | Compiling crypto-common v0.1.6 |
1233 | 2024-12-28T04:19:24.923Z | Compiling block-buffer v0.10.4 |
1234 | 2024-12-28T04:19:24.946Z | Compiling scroll v0.12.0 |
1235 | 2024-12-28T04:19:25.139Z | Compiling thread_local v1.1.8 |
1236 | 2024-12-28T04:19:25.263Z | Compiling ucd-trie v0.1.6 |
1237 | 2024-12-28T04:19:25.533Z | Compiling plain v0.2.3 |
1238 | 2024-12-28T04:19:25.686Z | Compiling goblin v0.8.2 |
1239 | 2024-12-28T04:19:25.735Z | Compiling pest v2.7.13 |
1240 | 2024-12-28T04:19:25.975Z | Compiling digest v0.10.7 |
1241 | 2024-12-28T04:19:26.417Z | Compiling term v0.7.0 |
1242 | 2024-12-28T04:19:27.629Z | Compiling progenitor-client v0.8.0 |
1243 | 2024-12-28T04:19:27.763Z | Compiling crossbeam-channel v0.5.13 |
1244 | 2024-12-28T04:19:28.073Z | Compiling progenitor v0.8.0 |
1245 | 2024-12-28T04:19:28.137Z | Compiling omicron-workspace-hack v0.1.0 |
1246 | 2024-12-28T04:19:28.229Z | Compiling is-terminal v0.4.13 |
1247 | 2024-12-28T04:19:28.272Z | Compiling match_cfg v0.1.0 |
1248 | 2024-12-28T04:19:28.351Z | Compiling pretty-hex v0.4.1 |
1249 | 2024-12-28T04:19:28.366Z | Compiling take_mut v0.2.2 |
1250 | 2024-12-28T04:19:28.522Z | Compiling hostname v0.3.1 |
1251 | 2024-12-28T04:19:28.553Z | Compiling slog-term v2.9.1 |
1252 | 2024-12-28T04:19:28.803Z | Compiling slog-async v2.8.0 |
1253 | 2024-12-28T04:19:28.858Z | Compiling dtrace-parser v0.2.0 |
1254 | 2024-12-28T04:19:28.937Z | Compiling futures-executor v0.3.30 |
1255 | 2024-12-28T04:19:29.565Z | Compiling thread-id v4.2.2 |
1256 | 2024-12-28T04:19:29.679Z | Compiling errno v0.3.9 |
1257 | 2024-12-28T04:19:29.742Z | Compiling instant v0.1.13 |
1258 | 2024-12-28T04:19:29.893Z | Compiling unicode-width v0.1.14 |
1259 | 2024-12-28T04:19:29.911Z | Compiling cpufeatures v0.2.14 |
1260 | 2024-12-28T04:19:30.004Z | Compiling rustix v0.38.37 |
1261 | 2024-12-28T04:19:30.100Z | Compiling futures v0.3.30 |
1262 | 2024-12-28T04:19:30.219Z | Compiling camino v1.1.9 |
1263 | 2024-12-28T04:19:30.431Z | Compiling serde_spanned v0.6.7 |
1264 | 2024-12-28T04:19:30.670Z | Compiling toml_datetime v0.6.8 |
1265 | 2024-12-28T04:19:31.077Z | Compiling memmap v0.7.0 |
1266 | 2024-12-28T04:19:31.298Z | Compiling toml_edit v0.22.21 |
1267 | 2024-12-28T04:19:31.347Z | Compiling slog-json v2.6.1 |
1268 | 2024-12-28T04:19:31.469Z | Compiling dof v0.3.0 |
1269 | 2024-12-28T04:19:31.744Z | Compiling strum v0.26.3 |
1270 | 2024-12-28T04:19:31.918Z | Compiling serde_with v3.9.0 |
1271 | 2024-12-28T04:19:32.443Z | Compiling usdt-impl v0.5.0 |
1272 | 2024-12-28T04:19:33.019Z | Compiling rustls v0.22.4 |
1273 | 2024-12-28T04:19:33.937Z | Compiling usdt v0.5.0 |
1274 | 2024-12-28T04:19:34.127Z | Compiling debug-ignore v1.0.5 |
1275 | 2024-12-28T04:19:34.269Z | Compiling slog-bunyan v2.5.0 |
1276 | 2024-12-28T04:19:34.490Z | Compiling sha1 v0.10.6 |
1277 | 2024-12-28T04:19:34.503Z | Compiling async-stream v0.3.5 |
1278 | 2024-12-28T04:19:34.808Z | Compiling toml v0.8.19 |
1279 | 2024-12-28T04:19:34.949Z | Compiling multer v3.1.0 |
1280 | 2024-12-28T04:19:35.642Z | Compiling newtype-uuid v1.1.0 |
1281 | 2024-12-28T04:19:35.845Z | Compiling waitgroup v0.1.2 |
1282 | 2024-12-28T04:19:35.952Z | Compiling hex v0.4.3 |
1283 | 2024-12-28T04:19:36.110Z | Compiling serde_path_to_error v0.1.16 |
1284 | 2024-12-28T04:19:36.187Z | Compiling hostname v0.4.0 |
1285 | 2024-12-28T04:19:36.488Z | Compiling hash32 v0.3.1 |
1286 | 2024-12-28T04:19:36.615Z | Compiling stable_deref_trait v1.2.0 |
1287 | 2024-12-28T04:19:36.643Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1288 | 2024-12-28T04:19:36.711Z | Compiling heapless v0.8.0 |
1289 | 2024-12-28T04:19:36.726Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1290 | 2024-12-28T04:19:36.804Z | Compiling backoff v0.4.0 |
1291 | 2024-12-28T04:19:37.003Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
1292 | 2024-12-28T04:19:37.026Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1293 | 2024-12-28T04:19:37.195Z | Compiling parse-display v0.10.0 |
1294 | 2024-12-28T04:19:37.215Z | Compiling tokio-rustls v0.25.0 |
1295 | 2024-12-28T04:19:37.341Z | Compiling macaddr v1.0.1 |
1296 | 2024-12-28T04:19:37.650Z | Compiling dropshot v0.12.0 |
1297 | 2024-12-28T04:19:37.763Z | Compiling regress v0.9.1 |
1298 | 2024-12-28T04:19:37.806Z | Compiling foreign-types-shared v0.3.1 |
1299 | 2024-12-28T04:19:37.921Z | Compiling managed v0.8.0 |
1300 | 2024-12-28T04:19:37.973Z | Compiling utf8parse v0.2.2 |
1301 | 2024-12-28T04:19:38.133Z | Compiling cobs v0.2.3 |
1302 | 2024-12-28T04:19:38.333Z | Compiling either v1.13.0 |
1303 | 2024-12-28T04:19:38.424Z | Compiling bitflags v1.3.2 |
1304 | 2024-12-28T04:19:38.526Z | Compiling smoltcp v0.11.0 |
1305 | 2024-12-28T04:19:38.763Z | Compiling postcard v1.0.10 |
1306 | 2024-12-28T04:19:39.273Z | Compiling anstyle-parse v0.2.5 |
1307 | 2024-12-28T04:19:39.400Z | Compiling foreign-types v0.5.0 |
1308 | 2024-12-28T04:19:39.508Z | Compiling num_enum v0.5.11 |
1309 | 2024-12-28T04:19:39.614Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1310 | 2024-12-28T04:19:39.658Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1311 | 2024-12-28T04:19:39.780Z | Compiling cstr-argument v0.1.2 |
1312 | 2024-12-28T04:19:39.825Z | Compiling is_terminal_polyfill v1.70.1 |
1313 | 2024-12-28T04:19:39.837Z | Compiling pretty-hex v0.2.1 |
1314 | 2024-12-28T04:19:39.949Z | Compiling anstyle-query v1.1.1 |
1315 | 2024-12-28T04:19:40.016Z | Compiling colorchoice v1.0.2 |
1316 | 2024-12-28T04:19:40.047Z | Compiling anstyle v1.0.10 |
1317 | 2024-12-28T04:19:40.093Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1318 | 2024-12-28T04:19:40.177Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1319 | 2024-12-28T04:19:40.494Z | Compiling anstream v0.6.15 |
1320 | 2024-12-28T04:19:40.527Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1321 | 2024-12-28T04:19:40.694Z | Compiling terminal_size v0.4.0 |
1322 | 2024-12-28T04:19:40.820Z | Compiling colored v2.1.0 |
1323 | 2024-12-28T04:19:40.888Z | Compiling clap_lex v0.7.4 |
1324 | 2024-12-28T04:19:41.329Z | Compiling strsim v0.11.1 |
1325 | 2024-12-28T04:19:41.519Z | Compiling tabwriter v1.4.0 |
1326 | 2024-12-28T04:19:41.690Z | Compiling clap_builder v4.5.23 |
1327 | 2024-12-28T04:19:42.096Z | Compiling num-integer v0.1.46 |
1328 | 2024-12-28T04:19:42.399Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1329 | 2024-12-28T04:19:42.877Z | Compiling num-iter v0.1.45 |
1330 | 2024-12-28T04:19:43.061Z | Compiling num-rational v0.4.2 |
1331 | 2024-12-28T04:19:43.112Z | Compiling num-complex v0.4.6 |
1332 | 2024-12-28T04:19:43.834Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1333 | 2024-12-28T04:19:43.985Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1334 | 2024-12-28T04:19:44.024Z | Compiling fastrand v2.1.1 |
1335 | 2024-12-28T04:19:44.246Z | Compiling num v0.4.3 |
1336 | 2024-12-28T04:19:44.259Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1337 | 2024-12-28T04:19:44.331Z | Compiling float-ord v0.3.2 |
1338 | 2024-12-28T04:19:44.348Z | Compiling tempfile v3.12.0 |
1339 | 2024-12-28T04:19:44.500Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1340 | 2024-12-28T04:19:44.596Z | Compiling unicode-segmentation v1.12.0 |
1341 | 2024-12-28T04:19:44.609Z | Compiling crucible-workspace-hack v0.1.0 |
1342 | 2024-12-28T04:19:44.706Z | Compiling itertools v0.10.5 |
1343 | 2024-12-28T04:19:45.291Z | Compiling newline-converter v0.3.0 |
1344 | 2024-12-28T04:19:45.454Z | Compiling clap v4.5.23 |
1345 | 2024-12-28T04:19:45.537Z | Compiling camino-tempfile v1.1.1 |
1346 | 2024-12-28T04:19:45.569Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1347 | 2024-12-28T04:19:45.785Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1348 | 2024-12-28T04:19:46.001Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1349 | 2024-12-28T04:19:46.397Z | Compiling console v0.15.8 |
1350 | 2024-12-28T04:19:46.501Z | Compiling sigpipe v0.1.3 |
1351 | 2024-12-28T04:19:46.619Z | Compiling base64ct v1.6.0 |
1352 | 2024-12-28T04:19:47.239Z | Compiling static_assertions v1.1.0 |
1353 | 2024-12-28T04:19:47.340Z | Compiling similar v2.6.0 |
1354 | 2024-12-28T04:19:47.712Z | Compiling zone v0.3.0 |
1355 | 2024-12-28T04:19:48.081Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1356 | 2024-12-28T04:19:48.096Z | Compiling password-hash v0.5.0 |
1357 | 2024-12-28T04:19:48.361Z | Compiling expectorate v1.1.0 |
1358 | 2024-12-28T04:19:48.507Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95) |
1359 | 2024-12-28T04:19:48.526Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1360 | 2024-12-28T04:19:49.212Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1361 | 2024-12-28T04:19:49.431Z | Compiling blake2 v0.10.6 |
1362 | 2024-12-28T04:19:49.443Z | Compiling smf v0.2.3 |
1363 | 2024-12-28T04:19:49.472Z | Compiling fixedbitset v0.4.2 |
1364 | 2024-12-28T04:19:49.685Z | Compiling whoami v1.5.2 |
1365 | 2024-12-28T04:19:49.855Z | Compiling argon2 v0.5.3 |
1366 | 2024-12-28T04:19:49.963Z | Compiling petgraph v0.6.5 |
1367 | 2024-12-28T04:19:49.975Z | Compiling zerocopy v0.6.6 |
1368 | 2024-12-28T04:19:50.409Z | Compiling hubpack v0.1.2 |
1369 | 2024-12-28T04:19:50.649Z | Compiling prettyplease v0.2.22 |
1370 | 2024-12-28T04:19:50.831Z | Compiling serde-big-array v0.5.1 |
1371 | 2024-12-28T04:19:50.874Z | Compiling newtype_derive v0.1.6 |
1372 | 2024-12-28T04:19:50.987Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1373 | 2024-12-28T04:19:51.034Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1374 | 2024-12-28T04:19:51.056Z | Compiling owo-colors v4.1.0 |
1375 | 2024-12-28T04:19:51.374Z | Compiling cancel-safe-futures v0.1.5 |
1376 | 2024-12-28T04:19:51.477Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1377 | 2024-12-28T04:19:51.967Z | Compiling atomicwrites v0.4.4 |
1378 | 2024-12-28T04:19:51.979Z | Compiling itertools v0.13.0 |
1379 | 2024-12-28T04:19:52.293Z | Compiling libsw v3.3.1 |
1380 | 2024-12-28T04:19:52.604Z | Compiling idna v0.4.0 |
1381 | 2024-12-28T04:19:53.528Z | Compiling data-encoding v2.6.0 |
1382 | 2024-12-28T04:19:53.636Z | Compiling quick-error v1.2.3 |
1383 | 2024-12-28T04:19:53.781Z | Compiling swrite v0.1.0 |
1384 | 2024-12-28T04:19:53.905Z | Compiling linear-map v1.2.0 |
1385 | 2024-12-28T04:19:54.070Z | Compiling highway v1.2.0 |
1386 | 2024-12-28T04:19:54.174Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1387 | 2024-12-28T04:19:54.271Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1388 | 2024-12-28T04:19:54.361Z | Compiling indent_write v2.2.0 |
1389 | 2024-12-28T04:19:54.579Z | Compiling linked-hash-map v0.5.6 |
1390 | 2024-12-28T04:19:54.922Z | Compiling lru-cache v0.1.2 |
1391 | 2024-12-28T04:19:54.947Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1392 | 2024-12-28T04:19:55.113Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1393 | 2024-12-28T04:19:55.201Z | Compiling hickory-proto v0.24.1 |
1394 | 2024-12-28T04:19:56.306Z | Compiling steno v0.4.1 |
1395 | 2024-12-28T04:19:58.064Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1396 | 2024-12-28T04:19:58.931Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1397 | 2024-12-28T04:19:58.977Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1398 | 2024-12-28T04:19:59.862Z | Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1399 | 2024-12-28T04:20:00.822Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1400 | 2024-12-28T04:20:01.258Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1401 | 2024-12-28T04:20:02.061Z | Compiling resolv-conf v0.7.0 |
1402 | 2024-12-28T04:20:02.088Z | Compiling cookie v0.18.1 |
1403 | 2024-12-28T04:20:02.957Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
1404 | 2024-12-28T04:20:03.312Z | Compiling humantime v2.1.0 |
1405 | 2024-12-28T04:20:03.326Z | Compiling hickory-resolver v0.24.1 |
1406 | 2024-12-28T04:20:03.388Z | Compiling libscf-sys v1.0.0 (https://github.com/illumos/libscf-sys.git#bb0b82c3) |
1407 | 2024-12-28T04:20:03.584Z | Compiling slog-dtrace v0.3.0 |
1408 | 2024-12-28T04:20:03.611Z | Compiling parking_lot_core v0.8.6 |
1409 | 2024-12-28T04:20:03.892Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#f14ff351) |
1410 | 2024-12-28T04:20:03.917Z | Compiling crossbeam-epoch v0.9.18 |
1411 | 2024-12-28T04:20:04.175Z | Compiling parking_lot v0.11.2 |
1412 | 2024-12-28T04:20:04.320Z | Compiling http v0.2.12 |
1413 | 2024-12-28T04:20:04.712Z | Compiling fxhash v0.2.1 |
1414 | 2024-12-28T04:20:04.786Z | Compiling crc32fast v1.4.2 |
1415 | 2024-12-28T04:20:04.914Z | Compiling sct v0.7.1 |
1416 | 2024-12-28T04:20:05.001Z | Compiling rustls-webpki v0.101.7 |
1417 | 2024-12-28T04:20:05.104Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1418 | 2024-12-28T04:20:05.149Z | Compiling sled v0.34.7 |
1419 | 2024-12-28T04:20:05.236Z | Compiling half v2.4.1 |
1420 | 2024-12-28T04:20:05.813Z | Compiling ciborium-io v0.2.2 |
1421 | 2024-12-28T04:20:05.933Z | Compiling h2 v0.3.26 |
1422 | 2024-12-28T04:20:06.836Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1423 | 2024-12-28T04:20:07.020Z | Compiling http-body v0.4.6 |
1424 | 2024-12-28T04:20:07.103Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1425 | 2024-12-28T04:20:07.269Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1426 | 2024-12-28T04:20:07.421Z | Compiling ciborium-ll v0.2.2 |
1427 | 2024-12-28T04:20:07.456Z | Compiling rustls v0.21.12 |
1428 | 2024-12-28T04:20:07.833Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#4cdc7d7e) |
1429 | 2024-12-28T04:20:08.592Z | Compiling crc8 v0.1.1 |
1430 | 2024-12-28T04:20:08.757Z | Compiling arc-swap v1.7.1 |
1431 | 2024-12-28T04:20:09.408Z | Compiling slog-scope v4.4.0 |
1432 | 2024-12-28T04:20:09.441Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1433 | 2024-12-28T04:20:09.642Z | Compiling ciborium v0.2.2 |
1434 | 2024-12-28T04:20:09.983Z | Compiling base64 v0.21.7 |
1435 | 2024-12-28T04:20:10.551Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#4cdc7d7e) |
1436 | 2024-12-28T04:20:10.781Z | Compiling hyper v0.14.30 |
1437 | 2024-12-28T04:20:11.243Z | Compiling tokio-rustls v0.24.1 |
1438 | 2024-12-28T04:20:11.672Z | Compiling rustls-pemfile v1.0.4 |
1439 | 2024-12-28T04:20:12.138Z | Compiling slog-stdlog v4.1.1 |
1440 | 2024-12-28T04:20:12.382Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1441 | 2024-12-28T04:20:12.555Z | Compiling typify-impl v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1442 | 2024-12-28T04:20:13.892Z | Compiling sync_wrapper v0.1.2 |
1443 | 2024-12-28T04:20:14.051Z | Compiling webpki-roots v0.25.4 |
1444 | 2024-12-28T04:20:14.185Z | Compiling spin v0.5.2 |
1445 | 2024-12-28T04:20:14.413Z | Compiling no-std-compat v0.4.1 |
1446 | 2024-12-28T04:20:14.528Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1447 | 2024-12-28T04:20:14.618Z | Compiling slog-envlogger v2.2.0 |
1448 | 2024-12-28T04:20:15.595Z | Compiling hyper-rustls v0.24.2 |
1449 | 2024-12-28T04:20:15.911Z | Compiling hyper-tls v0.5.0 |
1450 | 2024-12-28T04:20:15.974Z | Compiling typify v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1451 | 2024-12-28T04:20:16.145Z | Compiling num_enum v0.7.3 |
1452 | 2024-12-28T04:20:16.284Z | Compiling reqwest v0.11.27 |
1453 | 2024-12-28T04:20:16.316Z | Compiling smartstring v1.0.1 |
1454 | 2024-12-28T04:20:16.971Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
1455 | 2024-12-28T04:20:17.110Z | Compiling thin-vec v0.2.13 |
1456 | 2024-12-28T04:20:17.710Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
1457 | 2024-12-28T04:20:17.723Z | Compiling minimal-lexical v0.2.1 |
1458 | 2024-12-28T04:20:18.183Z | Compiling nom v7.1.3 |
1459 | 2024-12-28T04:20:18.290Z | Compiling rhai v1.20.0 |
1460 | 2024-12-28T04:20:18.385Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1461 | 2024-12-28T04:20:18.761Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1462 | 2024-12-28T04:20:19.206Z | Compiling itertools v0.12.1 |
1463 | 2024-12-28T04:20:22.029Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1464 | 2024-12-28T04:20:22.256Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=2bfd39000c878c45675651a7588c015c486e7f43#2bfd3900) |
1465 | 2024-12-28T04:20:22.605Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488) |
1466 | 2024-12-28T04:20:23.854Z | Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d8c38f89) |
1467 | 2024-12-28T04:20:24.348Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client) |
1468 | 2024-12-28T04:20:24.820Z | Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests) |
1469 | 2024-12-28T04:20:24.930Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1470 | 2024-12-28T04:20:26.332Z | Compiling util v0.1.0 (/work/oxidecomputer/maghemite/util) |
1471 | 2024-12-28T04:20:27.417Z | Compiling mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify) |
1472 | 2024-12-28T04:20:34.268Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1473 | 2024-12-28T04:20:35.982Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
1474 | 2024-12-28T04:20:36.740Z | Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb) |
1475 | 2024-12-28T04:20:36.740Z | Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm) |
1476 | 2024-12-28T04:20:39.234Z | Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp) |
1477 | 2024-12-28T04:20:39.300Z | Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower) |
1478 | 2024-12-28T04:20:39.318Z | Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd) |
1479 | 2024-12-28T04:20:50.966Z | Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd) |
1480 | 2024-12-28T04:20:50.966Z | Compiling mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm) |
1481 | 2024-12-28T04:20:56.664Z | Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm) |
1482 | 2024-12-28T04:20:56.664Z | Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd) |
1483 | 2024-12-28T04:21:37.759Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 42s |
1484 | 2024-12-28T04:21:37.912Z | |
1485 | 2024-12-28T04:21:37.912Z | real 2:42.422692299 |
1486 | 2024-12-28T04:21:37.914Z | user 14:56.426084255 |
1487 | 2024-12-28T04:21:37.914Z | sys 2:49.485926854 |
1488 | 2024-12-28T04:21:37.914Z | trap 0.462801502 |
1489 | 2024-12-28T04:21:37.914Z | tflt 0.637062396 |
1490 | 2024-12-28T04:21:37.914Z | dflt 0.813354605 |
1491 | 2024-12-28T04:21:37.914Z | kflt 0.000030656 |
1492 | 2024-12-28T04:21:37.914Z | lock 30:24.263431805 |
1493 | 2024-12-28T04:21:37.914Z | slp 1:00:41.527337811 |
1494 | 2024-12-28T04:21:37.914Z | lat 26.580631159 |
1495 | 2024-12-28T04:21:37.914Z | stop 42.191057001 |
1496 | 2024-12-28T04:21:37.914Z | + ptime -m cargo build --release |
1497 | 2024-12-28T04:21:38.582Z | Compiling proc-macro2 v1.0.86 |
1498 | 2024-12-28T04:21:38.582Z | Compiling unicode-ident v1.0.13 |
1499 | 2024-12-28T04:21:38.585Z | Compiling libc v0.2.167 |
1500 | 2024-12-28T04:21:38.585Z | Compiling serde v1.0.217 |
1501 | 2024-12-28T04:21:38.585Z | Compiling version_check v0.9.5 |
1502 | 2024-12-28T04:21:38.585Z | Compiling autocfg v1.3.0 |
1503 | 2024-12-28T04:21:38.585Z | Compiling cfg-if v1.0.0 |
1504 | 2024-12-28T04:21:38.783Z | Compiling once_cell v1.20.2 |
1505 | 2024-12-28T04:21:38.805Z | Compiling libm v0.2.8 |
1506 | 2024-12-28T04:21:38.822Z | Compiling memchr v2.7.4 |
1507 | 2024-12-28T04:21:39.217Z | Compiling byteorder v1.5.0 |
1508 | 2024-12-28T04:21:39.315Z | Compiling parking_lot_core v0.9.10 |
1509 | 2024-12-28T04:21:39.684Z | Compiling lock_api v0.4.12 |
1510 | 2024-12-28T04:21:39.749Z | Compiling itoa v1.0.11 |
1511 | 2024-12-28T04:21:39.760Z | Compiling shlex v1.3.0 |
1512 | 2024-12-28T04:21:39.970Z | Compiling cc v1.1.21 |
1513 | 2024-12-28T04:21:40.032Z | Compiling thiserror v1.0.69 |
1514 | 2024-12-28T04:21:40.101Z | Compiling portable-atomic v1.8.0 |
1515 | 2024-12-28T04:21:40.603Z | Compiling quote v1.0.37 |
1516 | 2024-12-28T04:21:40.884Z | Compiling getrandom v0.2.15 |
1517 | 2024-12-28T04:21:40.992Z | Compiling syn v2.0.87 |
1518 | 2024-12-28T04:21:41.218Z | Compiling ahash v0.8.11 |
1519 | 2024-12-28T04:21:41.235Z | Compiling schemars v0.8.21 |
1520 | 2024-12-28T04:21:41.305Z | Compiling allocator-api2 v0.2.18 |
1521 | 2024-12-28T04:21:41.330Z | Compiling slab v0.4.9 |
1522 | 2024-12-28T04:21:41.612Z | Compiling pin-project-lite v0.2.14 |
1523 | 2024-12-28T04:21:41.642Z | Compiling ryu v1.0.18 |
1524 | 2024-12-28T04:21:41.661Z | Compiling serde_json v1.0.133 |
1525 | 2024-12-28T04:21:41.727Z | Compiling num-traits v0.2.19 |
1526 | 2024-12-28T04:21:42.155Z | Compiling scopeguard v1.2.0 |
1527 | 2024-12-28T04:21:42.187Z | Compiling crunchy v0.2.2 |
1528 | 2024-12-28T04:21:42.368Z | Compiling log v0.4.22 |
1529 | 2024-12-28T04:21:42.392Z | Compiling tiny-keccak v2.0.2 |
1530 | 2024-12-28T04:21:42.615Z | Compiling equivalent v1.0.1 |
1531 | 2024-12-28T04:21:42.710Z | Compiling signal-hook-registry v1.4.2 |
1532 | 2024-12-28T04:21:42.732Z | Compiling mio v1.0.2 |
1533 | 2024-12-28T04:21:42.735Z | Compiling socket2 v0.5.8 |
1534 | 2024-12-28T04:21:42.752Z | Compiling heck v0.5.0 |
1535 | 2024-12-28T04:21:42.985Z | Compiling ring v0.17.8 |
1536 | 2024-12-28T04:21:43.191Z | Compiling const-random-macro v0.1.16 |
1537 | 2024-12-28T04:21:44.353Z | Compiling const-random v0.1.18 |
1538 | 2024-12-28T04:21:44.402Z | Compiling httparse v1.9.4 |
1539 | 2024-12-28T04:21:44.439Z | Compiling pkg-config v0.3.31 |
1540 | 2024-12-28T04:21:44.570Z | Compiling fnv v1.0.7 |
1541 | 2024-12-28T04:21:44.586Z | Compiling vcpkg v0.2.15 |
1542 | 2024-12-28T04:21:45.319Z | Compiling futures-core v0.3.30 |
1543 | 2024-12-28T04:21:45.533Z | Compiling iana-time-zone v0.1.61 |
1544 | 2024-12-28T04:21:45.626Z | Compiling futures-sink v0.3.30 |
1545 | 2024-12-28T04:21:45.637Z | Compiling dyn-clone v1.0.17 |
1546 | 2024-12-28T04:21:45.792Z | Compiling slog v2.7.0 |
1547 | 2024-12-28T04:21:45.849Z | Compiling semver v1.0.23 |
1548 | 2024-12-28T04:21:45.986Z | Compiling futures-channel v0.3.30 |
1549 | 2024-12-28T04:21:46.234Z | Compiling openssl-sys v0.9.103 |
1550 | 2024-12-28T04:21:46.246Z | Compiling tracing-core v0.1.32 |
1551 | 2024-12-28T04:21:46.258Z | Compiling futures-io v0.3.30 |
1552 | 2024-12-28T04:21:46.295Z | Compiling futures-task v0.3.30 |
1553 | 2024-12-28T04:21:46.351Z | Compiling pin-utils v0.1.0 |
1554 | 2024-12-28T04:21:46.444Z | Compiling openssl v0.10.66 |
1555 | 2024-12-28T04:21:46.587Z | Compiling native-tls v0.2.12 |
1556 | 2024-12-28T04:21:46.667Z | Compiling bitflags v2.6.0 |
1557 | 2024-12-28T04:21:46.888Z | Compiling spin v0.9.8 |
1558 | 2024-12-28T04:21:46.958Z | Compiling untrusted v0.9.0 |
1559 | 2024-12-28T04:21:47.040Z | Compiling rustls v0.23.13 |
1560 | 2024-12-28T04:21:47.163Z | Compiling aho-corasick v1.1.3 |
1561 | 2024-12-28T04:21:47.174Z | Compiling regex-syntax v0.8.4 |
1562 | 2024-12-28T04:21:47.358Z | Compiling anyhow v1.0.94 |
1563 | 2024-12-28T04:21:47.573Z | Compiling try-lock v0.2.5 |
1564 | 2024-12-28T04:21:47.735Z | Compiling typenum v1.17.0 |
1565 | 2024-12-28T04:21:48.150Z | Compiling serde_derive_internals v0.29.1 |
1566 | 2024-12-28T04:21:48.413Z | Compiling want v0.3.1 |
1567 | 2024-12-28T04:21:48.711Z | Compiling httpdate v1.0.3 |
1568 | 2024-12-28T04:21:48.767Z | Compiling subtle v2.6.1 |
1569 | 2024-12-28T04:21:49.113Z | Compiling generic-array v0.14.7 |
1570 | 2024-12-28T04:21:49.473Z | Compiling tinyvec_macros v0.1.1 |
1571 | 2024-12-28T04:21:49.556Z | Compiling tower-service v0.3.3 |
1572 | 2024-12-28T04:21:49.688Z | Compiling tinyvec v1.8.0 |
1573 | 2024-12-28T04:21:51.385Z | Compiling regex-automata v0.4.7 |
1574 | 2024-12-28T04:21:51.798Z | Compiling foreign-types-shared v0.1.1 |
1575 | 2024-12-28T04:21:51.910Z | Compiling percent-encoding v2.3.1 |
1576 | 2024-12-28T04:21:52.366Z | Compiling form_urlencoded v1.2.1 |
1577 | 2024-12-28T04:21:52.663Z | Compiling foreign-types v0.3.2 |
1578 | 2024-12-28T04:21:52.758Z | Compiling unicode-normalization v0.1.24 |
1579 | 2024-12-28T04:21:53.157Z | Compiling num-conv v0.1.0 |
1580 | 2024-12-28T04:21:53.244Z | Compiling unicode-bidi v0.3.15 |
1581 | 2024-12-28T04:21:53.451Z | Compiling rustls-pki-types v1.8.0 |
1582 | 2024-12-28T04:21:53.757Z | Compiling serde_derive v1.0.217 |
1583 | 2024-12-28T04:21:54.101Z | Compiling zerocopy-derive v0.7.35 |
1584 | 2024-12-28T04:21:54.305Z | Compiling thiserror-impl v1.0.69 |
1585 | 2024-12-28T04:21:54.682Z | Compiling tokio-macros v2.4.0 |
1586 | 2024-12-28T04:21:56.057Z | Compiling schemars_derive v0.8.21 |
1587 | 2024-12-28T04:21:56.240Z | Compiling futures-macro v0.3.30 |
1588 | 2024-12-28T04:21:56.274Z | Compiling zerocopy v0.7.35 |
1589 | 2024-12-28T04:21:57.592Z | Compiling tracing-attributes v0.1.27 |
1590 | 2024-12-28T04:21:58.112Z | Compiling futures-util v0.3.30 |
1591 | 2024-12-28T04:21:58.418Z | Compiling hashbrown v0.14.5 |
1592 | 2024-12-28T04:21:59.150Z | Compiling openssl-macros v0.1.1 |
1593 | 2024-12-28T04:21:59.892Z | Compiling regress v0.10.1 |
1594 | 2024-12-28T04:22:00.010Z | Compiling regex v1.10.6 |
1595 | 2024-12-28T04:22:00.822Z | Compiling scroll_derive v0.12.0 |
1596 | 2024-12-28T04:22:00.937Z | Compiling time-core v0.1.2 |
1597 | 2024-12-28T04:22:01.008Z | Compiling tracing v0.1.40 |
1598 | 2024-12-28T04:22:01.112Z | Compiling ucd-trie v0.1.6 |
1599 | 2024-12-28T04:22:01.707Z | Compiling pest v2.7.13 |
1600 | 2024-12-28T04:22:02.287Z | Compiling time-macros v0.2.18 |
1601 | 2024-12-28T04:22:04.725Z | Compiling openssl-probe v0.1.5 |
1602 | 2024-12-28T04:22:05.117Z | Compiling unsafe-libyaml v0.2.11 |
1603 | 2024-12-28T04:22:05.252Z | Compiling pest_meta v2.7.13 |
1604 | 2024-12-28T04:22:05.347Z | Compiling idna v0.5.0 |
1605 | 2024-12-28T04:22:06.830Z | Compiling atomic-waker v1.1.2 |
1606 | 2024-12-28T04:22:06.862Z | Compiling syn v1.0.109 |
1607 | 2024-12-28T04:22:07.005Z | Compiling pest_generator v2.7.13 |
1608 | 2024-12-28T04:22:07.496Z | Compiling url v2.5.2 |
1609 | 2024-12-28T04:22:08.019Z | Compiling bytes v1.7.2 |
1610 | 2024-12-28T04:22:08.832Z | Compiling smallvec v1.13.2 |
1611 | 2024-12-28T04:22:09.607Z | Compiling indexmap v2.5.0 |
1612 | 2024-12-28T04:22:09.911Z | Compiling parking_lot v0.12.3 |
1613 | 2024-12-28T04:22:10.166Z | Compiling chrono v0.4.38 |
1614 | 2024-12-28T04:22:11.069Z | Compiling tokio v1.42.0 |
1615 | 2024-12-28T04:22:11.908Z | Compiling uuid v1.11.0 |
1616 | 2024-12-28T04:22:12.706Z | Compiling serde_tokenstream v0.2.2 |
1617 | 2024-12-28T04:22:15.183Z | Compiling http v1.2.0 |
1618 | 2024-12-28T04:22:16.628Z | Compiling openapiv3 v2.0.0 |
1619 | 2024-12-28T04:22:18.706Z | Compiling typify-impl v0.2.0 |
1620 | 2024-12-28T04:22:20.288Z | Compiling serde_yaml v0.9.34+deprecated |
1621 | 2024-12-28T04:22:20.749Z | Compiling http-body v1.0.1 |
1622 | 2024-12-28T04:22:21.016Z | Compiling toml_datetime v0.6.8 |
1623 | 2024-12-28T04:22:21.067Z | Compiling rustls-webpki v0.102.8 |
1624 | 2024-12-28T04:22:21.480Z | Compiling tokio-util v0.7.12 |
1625 | 2024-12-28T04:22:22.235Z | Compiling tokio-native-tls v0.3.1 |
1626 | 2024-12-28T04:22:22.615Z | Compiling rand_core v0.6.4 |
1627 | 2024-12-28T04:22:23.527Z | Compiling encoding_rs v0.8.34 |
1628 | 2024-12-28T04:22:23.836Z | Compiling zeroize v1.8.1 |
1629 | 2024-12-28T04:22:24.081Z | Compiling mime v0.3.17 |
1630 | 2024-12-28T04:22:25.138Z | Compiling ipnet v2.10.0 |
1631 | 2024-12-28T04:22:27.028Z | Compiling h2 v0.4.6 |
1632 | 2024-12-28T04:22:30.727Z | Compiling typify-macro v0.2.0 |
1633 | 2024-12-28T04:22:34.412Z | Compiling ipnetwork v0.20.0 |
1634 | 2024-12-28T04:22:34.696Z | Compiling typify v0.2.0 |
1635 | 2024-12-28T04:22:34.837Z | Compiling pest_derive v2.7.13 |
1636 | 2024-12-28T04:22:35.746Z | Compiling serde_urlencoded v0.7.1 |
1637 | 2024-12-28T04:22:39.029Z | Compiling usdt-impl v0.5.0 |
1638 | 2024-12-28T04:22:39.434Z | Compiling omicron-workspace-hack v0.1.0 |
1639 | 2024-12-28T04:22:41.092Z | Compiling progenitor-impl v0.8.0 |
1640 | 2024-12-28T04:22:42.510Z | Compiling hyper v1.5.1 |
1641 | 2024-12-28T04:22:43.042Z | Compiling scroll v0.12.0 |
1642 | 2024-12-28T04:22:43.638Z | Compiling ppv-lite86 v0.2.20 |
1643 | 2024-12-28T04:22:44.571Z | Compiling plain v0.2.3 |
1644 | 2024-12-28T04:22:44.726Z | Compiling rustversion v1.0.17 |
1645 | 2024-12-28T04:22:44.739Z | Compiling strsim v0.11.1 |
1646 | 2024-12-28T04:22:45.458Z | Compiling hyper-util v0.1.10 |
1647 | 2024-12-28T04:22:45.470Z | Compiling goblin v0.8.2 |
1648 | 2024-12-28T04:22:45.581Z | Compiling rand_chacha v0.3.1 |
1649 | 2024-12-28T04:22:47.296Z | Compiling slog-async v2.8.0 |
1650 | 2024-12-28T04:22:47.309Z | Compiling pretty-hex v0.4.1 |
1651 | 2024-12-28T04:22:47.794Z | Compiling rand v0.8.5 |
1652 | 2024-12-28T04:22:47.975Z | Compiling progenitor-macro v0.8.0 |
1653 | 2024-12-28T04:22:49.462Z | Compiling dtrace-parser v0.2.0 |
1654 | 2024-12-28T04:22:49.662Z | Compiling http-body-util v0.1.2 |
1655 | 2024-12-28T04:22:51.051Z | Compiling thread-id v4.2.2 |
1656 | 2024-12-28T04:22:51.164Z | Compiling base64 v0.22.1 |
1657 | 2024-12-28T04:22:51.250Z | Compiling rustls v0.22.4 |
1658 | 2024-12-28T04:22:51.580Z | Compiling dof v0.3.0 |
1659 | 2024-12-28T04:22:52.288Z | Compiling ident_case v1.0.1 |
1660 | 2024-12-28T04:22:52.467Z | Compiling camino v1.1.9 |
1661 | 2024-12-28T04:22:53.104Z | Compiling darling_core v0.20.10 |
1662 | 2024-12-28T04:22:53.412Z | Compiling rustls-pemfile v2.1.3 |
1663 | 2024-12-28T04:22:54.159Z | Compiling tokio-rustls v0.26.0 |
1664 | 2024-12-28T04:22:54.659Z | Compiling webpki-roots v0.26.6 |
1665 | 2024-12-28T04:22:54.946Z | Compiling hyper-rustls v0.27.3 |
1666 | 2024-12-28T04:22:55.506Z | Compiling hyper-tls v0.6.0 |
1667 | 2024-12-28T04:22:55.937Z | Compiling sync_wrapper v1.0.1 |
1668 | 2024-12-28T04:22:55.980Z | Compiling multer v3.1.0 |
1669 | 2024-12-28T04:22:56.091Z | Compiling powerfmt v0.2.0 |
1670 | 2024-12-28T04:22:56.328Z | Compiling winnow v0.6.18 |
1671 | 2024-12-28T04:22:56.379Z | Compiling crossbeam-utils v0.8.20 |
1672 | 2024-12-28T04:22:56.471Z | Compiling paste v1.0.15 |
1673 | 2024-12-28T04:22:56.581Z | Compiling deranged v0.3.11 |
1674 | 2024-12-28T04:22:56.982Z | Compiling reqwest v0.12.9 |
1675 | 2024-12-28T04:22:58.972Z | Compiling usdt-attr-macro v0.5.0 |
1676 | 2024-12-28T04:22:59.340Z | Compiling darling_macro v0.20.10 |
1677 | 2024-12-28T04:22:59.460Z | Compiling usdt-macro v0.5.0 |
1678 | 2024-12-28T04:23:00.348Z | Compiling darling v0.20.10 |
1679 | 2024-12-28T04:23:00.456Z | Compiling async-trait v0.1.83 |
1680 | 2024-12-28T04:23:01.439Z | Compiling num_threads v0.1.7 |
1681 | 2024-12-28T04:23:01.646Z | Compiling time v0.3.36 |
1682 | 2024-12-28T04:23:01.954Z | Compiling serde_with_macros v3.9.0 |
1683 | 2024-12-28T04:23:04.391Z | Compiling strum_macros v0.26.4 |
1684 | 2024-12-28T04:23:04.772Z | Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265) |
1685 | 2024-12-28T04:23:05.039Z | Compiling async-stream-impl v0.3.5 |
1686 | 2024-12-28T04:23:06.495Z | Compiling structmeta-derive v0.3.0 |
1687 | 2024-12-28T04:23:08.425Z | Compiling dropshot v0.12.0 |
1688 | 2024-12-28T04:23:08.807Z | Compiling lazy_static v1.5.0 |
1689 | 2024-12-28T04:23:09.072Z | Compiling progenitor-client v0.8.0 |
1690 | 2024-12-28T04:23:09.326Z | Compiling structmeta v0.3.0 |
1691 | 2024-12-28T04:23:10.166Z | Compiling dirs-sys-next v0.1.2 |
1692 | 2024-12-28T04:23:12.965Z | Compiling progenitor v0.8.0 |
1693 | 2024-12-28T04:23:13.172Z | Compiling dirs-next v2.0.0 |
1694 | 2024-12-28T04:23:13.546Z | Compiling parse-display-derive v0.10.0 |
1695 | 2024-12-28T04:23:14.579Z | Compiling block-buffer v0.10.4 |
1696 | 2024-12-28T04:23:14.817Z | Compiling crypto-common v0.1.6 |
1697 | 2024-12-28T04:23:15.066Z | Compiling dropshot_endpoint v0.12.0 |
1698 | 2024-12-28T04:23:17.704Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1699 | 2024-12-28T04:23:18.122Z | Compiling thread_local v1.1.8 |
1700 | 2024-12-28T04:23:19.471Z | Compiling digest v0.10.7 |
1701 | 2024-12-28T04:23:19.889Z | Compiling term v0.7.0 |
1702 | 2024-12-28T04:23:19.902Z | Compiling crossbeam-channel v0.5.13 |
1703 | 2024-12-28T04:23:21.511Z | Compiling is-terminal v0.4.13 |
1704 | 2024-12-28T04:23:21.644Z | Compiling take_mut v0.2.2 |
1705 | 2024-12-28T04:23:21.979Z | Compiling rustix v0.38.37 |
1706 | 2024-12-28T04:23:22.717Z | Compiling match_cfg v0.1.0 |
1707 | 2024-12-28T04:23:23.197Z | Compiling hostname v0.3.1 |
1708 | 2024-12-28T04:23:27.197Z | Compiling slog-term v2.9.1 |
1709 | 2024-12-28T04:23:28.179Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1710 | 2024-12-28T04:23:29.256Z | Compiling futures-executor v0.3.30 |
1711 | 2024-12-28T04:23:29.666Z | Compiling errno v0.3.9 |
1712 | 2024-12-28T04:23:29.964Z | Compiling instant v0.1.13 |
1713 | 2024-12-28T04:23:30.145Z | Compiling cpufeatures v0.2.14 |
1714 | 2024-12-28T04:23:30.183Z | Compiling unicode-width v0.1.14 |
1715 | 2024-12-28T04:23:31.902Z | Compiling futures v0.3.30 |
1716 | 2024-12-28T04:23:34.425Z | Compiling serde_spanned v0.6.7 |
1717 | 2024-12-28T04:23:34.576Z | Compiling memmap v0.7.0 |
1718 | 2024-12-28T04:23:34.790Z | Compiling winnow v0.5.40 |
1719 | 2024-12-28T04:23:35.138Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1720 | 2024-12-28T04:23:35.523Z | Compiling usdt v0.5.0 |
1721 | 2024-12-28T04:23:35.556Z | Compiling toml_edit v0.22.21 |
1722 | 2024-12-28T04:23:38.759Z | Compiling toml_edit v0.19.15 |
1723 | 2024-12-28T04:23:39.250Z | Compiling strum v0.26.3 |
1724 | 2024-12-28T04:23:39.450Z | Compiling serde_with v3.9.0 |
1725 | 2024-12-28T04:23:42.519Z | Compiling slog-json v2.6.1 |
1726 | 2024-12-28T04:23:43.058Z | Compiling heapless v0.8.0 |
1727 | 2024-12-28T04:23:43.557Z | Compiling debug-ignore v1.0.5 |
1728 | 2024-12-28T04:23:43.999Z | Compiling slog-bunyan v2.5.0 |
1729 | 2024-12-28T04:23:44.268Z | Compiling tokio-rustls v0.25.0 |
1730 | 2024-12-28T04:23:44.746Z | Compiling proc-macro-crate v1.3.1 |
1731 | 2024-12-28T04:23:44.979Z | Compiling toml v0.8.19 |
1732 | 2024-12-28T04:23:45.625Z | Compiling sha1 v0.10.6 |
1733 | 2024-12-28T04:23:46.590Z | Compiling async-stream v0.3.5 |
1734 | 2024-12-28T04:23:46.890Z | Compiling newtype-uuid v1.1.0 |
1735 | 2024-12-28T04:23:47.218Z | Compiling serde_path_to_error v0.1.16 |
1736 | 2024-12-28T04:23:47.291Z | Compiling hex v0.4.3 |
1737 | 2024-12-28T04:23:47.535Z | Compiling waitgroup v0.1.2 |
1738 | 2024-12-28T04:23:47.828Z | Compiling hostname v0.4.0 |
1739 | 2024-12-28T04:23:47.860Z | Compiling hash32 v0.3.1 |
1740 | 2024-12-28T04:23:48.076Z | Compiling smoltcp v0.11.0 |
1741 | 2024-12-28T04:23:48.104Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1742 | 2024-12-28T04:23:48.119Z | Compiling stable_deref_trait v1.2.0 |
1743 | 2024-12-28T04:23:49.655Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1744 | 2024-12-28T04:23:50.608Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1745 | 2024-12-28T04:23:51.160Z | Compiling num_enum_derive v0.5.11 |
1746 | 2024-12-28T04:23:51.455Z | Compiling backoff v0.4.0 |
1747 | 2024-12-28T04:23:51.850Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1748 | 2024-12-28T04:23:51.899Z | Compiling parse-display v0.10.0 |
1749 | 2024-12-28T04:23:52.053Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
1750 | 2024-12-28T04:23:53.611Z | Compiling macaddr v1.0.1 |
1751 | 2024-12-28T04:23:53.826Z | Compiling regress v0.9.1 |
1752 | 2024-12-28T04:23:54.245Z | Compiling clap_derive v4.5.18 |
1753 | 2024-12-28T04:23:57.052Z | Compiling foreign-types-macros v0.2.3 |
1754 | 2024-12-28T04:23:58.462Z | Compiling proc-macro-error-attr v1.0.4 |
1755 | 2024-12-28T04:23:58.476Z | Compiling either v1.13.0 |
1756 | 2024-12-28T04:23:58.824Z | Compiling utf8parse v0.2.2 |
1757 | 2024-12-28T04:23:58.935Z | Compiling heck v0.4.1 |
1758 | 2024-12-28T04:23:58.961Z | Compiling foreign-types-shared v0.3.1 |
1759 | 2024-12-28T04:23:58.978Z | Compiling bitflags v1.3.2 |
1760 | 2024-12-28T04:23:59.081Z | Compiling cobs v0.2.3 |
1761 | 2024-12-28T04:23:59.360Z | Compiling managed v0.8.0 |
1762 | 2024-12-28T04:23:59.397Z | Compiling postcard v1.0.10 |
1763 | 2024-12-28T04:24:00.055Z | Compiling foreign-types v0.5.0 |
1764 | 2024-12-28T04:24:00.129Z | Compiling anstyle-parse v0.2.5 |
1765 | 2024-12-28T04:24:00.532Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1766 | 2024-12-28T04:24:02.508Z | Compiling num_enum v0.5.11 |
1767 | 2024-12-28T04:24:04.257Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1768 | 2024-12-28T04:24:04.953Z | Compiling cstr-argument v0.1.2 |
1769 | 2024-12-28T04:24:05.206Z | Compiling proc-macro-error v1.0.4 |
1770 | 2024-12-28T04:24:05.568Z | Compiling colorchoice v1.0.2 |
1771 | 2024-12-28T04:24:05.760Z | Compiling pretty-hex v0.2.1 |
1772 | 2024-12-28T04:24:08.312Z | Compiling is_terminal_polyfill v1.70.1 |
1773 | 2024-12-28T04:24:08.463Z | Compiling anstyle v1.0.10 |
1774 | 2024-12-28T04:24:08.760Z | Compiling anstyle-query v1.1.1 |
1775 | 2024-12-28T04:24:08.901Z | Compiling anstream v0.6.15 |
1776 | 2024-12-28T04:24:10.393Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1777 | 2024-12-28T04:24:10.470Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1778 | 2024-12-28T04:24:10.552Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1779 | 2024-12-28T04:24:11.669Z | Compiling terminal_size v0.4.0 |
1780 | 2024-12-28T04:24:11.895Z | Compiling colored v2.1.0 |
1781 | 2024-12-28T04:24:12.035Z | Compiling clap_lex v0.7.4 |
1782 | 2024-12-28T04:24:12.570Z | Compiling clap_builder v4.5.23 |
1783 | 2024-12-28T04:24:13.978Z | Compiling tabwriter v1.4.0 |
1784 | 2024-12-28T04:24:14.208Z | Compiling num-integer v0.1.46 |
1785 | 2024-12-28T04:24:17.124Z | Compiling clap v4.5.23 |
1786 | 2024-12-28T04:24:17.240Z | Compiling prettyplease v0.2.22 |
1787 | 2024-12-28T04:24:18.941Z | Compiling num-iter v0.1.45 |
1788 | 2024-12-28T04:24:18.986Z | Compiling num-rational v0.4.2 |
1789 | 2024-12-28T04:24:19.746Z | Compiling num-complex v0.4.6 |
1790 | 2024-12-28T04:24:20.324Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1791 | 2024-12-28T04:24:20.439Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1792 | 2024-12-28T04:24:20.585Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1793 | 2024-12-28T04:24:20.974Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1794 | 2024-12-28T04:24:20.993Z | Compiling fastrand v2.1.1 |
1795 | 2024-12-28T04:24:21.473Z | Compiling tempfile v3.12.0 |
1796 | 2024-12-28T04:24:21.547Z | Compiling num v0.4.3 |
1797 | 2024-12-28T04:24:21.672Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1798 | 2024-12-28T04:24:25.764Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1799 | 2024-12-28T04:24:25.955Z | Compiling float-ord v0.3.2 |
1800 | 2024-12-28T04:24:26.126Z | Compiling crucible-workspace-hack v0.1.0 |
1801 | 2024-12-28T04:24:26.359Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1802 | 2024-12-28T04:24:33.543Z | Compiling unicode-segmentation v1.12.0 |
1803 | 2024-12-28T04:24:34.492Z | Compiling semver v0.1.20 |
1804 | 2024-12-28T04:24:34.824Z | Compiling rustc_version v0.1.7 |
1805 | 2024-12-28T04:24:34.837Z | Compiling newline-converter v0.3.0 |
1806 | 2024-12-28T04:24:35.123Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1807 | 2024-12-28T04:24:35.331Z | Compiling camino-tempfile v1.1.1 |
1808 | 2024-12-28T04:24:35.791Z | Compiling zone_cfg_derive v0.3.0 |
1809 | 2024-12-28T04:24:36.126Z | Compiling itertools v0.10.5 |
1810 | 2024-12-28T04:24:37.305Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1811 | 2024-12-28T04:24:37.803Z | Compiling console v0.15.8 |
1812 | 2024-12-28T04:24:38.009Z | Compiling num-derive v0.4.2 |
1813 | 2024-12-28T04:24:39.030Z | Compiling sigpipe v0.1.3 |
1814 | 2024-12-28T04:24:39.159Z | Compiling static_assertions v1.1.0 |
1815 | 2024-12-28T04:24:39.438Z | Compiling base64ct v1.6.0 |
1816 | 2024-12-28T04:24:39.602Z | Compiling similar v2.6.0 |
1817 | 2024-12-28T04:24:40.104Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1818 | 2024-12-28T04:24:40.446Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95) |
1819 | 2024-12-28T04:24:40.462Z | Compiling password-hash v0.5.0 |
1820 | 2024-12-28T04:24:40.778Z | Compiling expectorate v1.1.0 |
1821 | 2024-12-28T04:24:40.970Z | Compiling zone v0.3.0 |
1822 | 2024-12-28T04:24:41.993Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1823 | 2024-12-28T04:24:42.252Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1824 | 2024-12-28T04:24:42.606Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1825 | 2024-12-28T04:24:44.401Z | Compiling newtype_derive v0.1.6 |
1826 | 2024-12-28T04:24:44.785Z | Compiling blake2 v0.10.6 |
1827 | 2024-12-28T04:24:45.291Z | Compiling hubpack_derive v0.1.1 |
1828 | 2024-12-28T04:24:45.537Z | Compiling smf v0.2.3 |
1829 | 2024-12-28T04:24:45.992Z | Compiling zerocopy-derive v0.6.6 |
1830 | 2024-12-28T04:24:46.022Z | Compiling whoami v1.5.2 |
1831 | 2024-12-28T04:24:46.276Z | Compiling owo-colors v4.1.0 |
1832 | 2024-12-28T04:24:46.470Z | Compiling cancel-safe-futures v0.1.5 |
1833 | 2024-12-28T04:24:46.625Z | Compiling fixedbitset v0.4.2 |
1834 | 2024-12-28T04:24:46.927Z | Compiling hubpack v0.1.2 |
1835 | 2024-12-28T04:24:47.418Z | Compiling petgraph v0.6.5 |
1836 | 2024-12-28T04:24:48.053Z | Compiling argon2 v0.5.3 |
1837 | 2024-12-28T04:24:48.056Z | Compiling zerocopy v0.6.6 |
1838 | 2024-12-28T04:24:49.193Z | Compiling strum_macros v0.25.3 |
1839 | 2024-12-28T04:24:50.504Z | Compiling serde-big-array v0.5.1 |
1840 | 2024-12-28T04:24:50.769Z | Compiling serde_repr v0.1.19 |
1841 | 2024-12-28T04:24:51.339Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1842 | 2024-12-28T04:24:52.013Z | Compiling cookie v0.18.1 |
1843 | 2024-12-28T04:24:52.114Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
1844 | 2024-12-28T04:24:52.367Z | Compiling convert_case v0.4.0 |
1845 | 2024-12-28T04:24:52.959Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1846 | 2024-12-28T04:24:53.070Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1847 | 2024-12-28T04:24:53.163Z | Compiling derive_more v0.99.18 |
1848 | 2024-12-28T04:24:54.578Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1849 | 2024-12-28T04:24:54.857Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1850 | 2024-12-28T04:24:56.213Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1851 | 2024-12-28T04:24:58.069Z | Compiling atomicwrites v0.4.4 |
1852 | 2024-12-28T04:24:58.602Z | Compiling itertools v0.13.0 |
1853 | 2024-12-28T04:24:59.965Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1854 | 2024-12-28T04:25:00.999Z | Compiling libsw v3.3.1 |
1855 | 2024-12-28T04:25:01.150Z | Compiling idna v0.4.0 |
1856 | 2024-12-28T04:25:01.338Z | Compiling derive-where v1.2.7 |
1857 | 2024-12-28T04:25:01.976Z | Compiling enum-as-inner v0.6.1 |
1858 | 2024-12-28T04:25:02.378Z | Compiling linked-hash-map v0.5.6 |
1859 | 2024-12-28T04:25:02.422Z | Compiling swrite v0.1.0 |
1860 | 2024-12-28T04:25:02.554Z | Compiling linear-map v1.2.0 |
1861 | 2024-12-28T04:25:02.784Z | Compiling quick-error v1.2.3 |
1862 | 2024-12-28T04:25:02.940Z | Compiling highway v1.2.0 |
1863 | 2024-12-28T04:25:03.003Z | Compiling data-encoding v2.6.0 |
1864 | 2024-12-28T04:25:03.130Z | Compiling indent_write v2.2.0 |
1865 | 2024-12-28T04:25:03.357Z | Compiling resolv-conf v0.7.0 |
1866 | 2024-12-28T04:25:04.434Z | Compiling hickory-proto v0.24.1 |
1867 | 2024-12-28T04:25:04.769Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1868 | 2024-12-28T04:25:04.981Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1869 | 2024-12-28T04:25:05.027Z | Compiling lru-cache v0.1.2 |
1870 | 2024-12-28T04:25:05.259Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1871 | 2024-12-28T04:25:07.359Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1872 | 2024-12-28T04:25:07.770Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1873 | 2024-12-28T04:25:09.821Z | Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1874 | 2024-12-28T04:25:10.047Z | Compiling steno v0.4.1 |
1875 | 2024-12-28T04:25:14.912Z | Compiling slog-dtrace v0.3.0 |
1876 | 2024-12-28T04:25:15.269Z | Compiling humantime v2.1.0 |
1877 | 2024-12-28T04:25:16.014Z | Compiling parking_lot_core v0.8.6 |
1878 | 2024-12-28T04:25:16.138Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1879 | 2024-12-28T04:25:16.596Z | Compiling hickory-resolver v0.24.1 |
1880 | 2024-12-28T04:25:17.590Z | Compiling num-derive v0.3.3 |
1881 | 2024-12-28T04:25:19.872Z | Compiling libscf-sys v1.0.0 (https://github.com/illumos/libscf-sys.git#bb0b82c3) |
1882 | 2024-12-28T04:25:20.041Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1883 | 2024-12-28T04:25:21.705Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#f14ff351) |
1884 | 2024-12-28T04:25:21.772Z | Compiling crossbeam-epoch v0.9.18 |
1885 | 2024-12-28T04:25:22.451Z | Compiling parking_lot v0.11.2 |
1886 | 2024-12-28T04:25:22.952Z | Compiling http v0.2.12 |
1887 | 2024-12-28T04:25:23.194Z | Compiling fxhash v0.2.1 |
1888 | 2024-12-28T04:25:23.423Z | Compiling crc32fast v1.4.2 |
1889 | 2024-12-28T04:25:23.955Z | Compiling sled v0.34.7 |
1890 | 2024-12-28T04:25:24.459Z | Compiling typify-impl v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1891 | 2024-12-28T04:25:25.070Z | Compiling rustls v0.21.12 |
1892 | 2024-12-28T04:25:25.436Z | Compiling http-body v0.4.6 |
1893 | 2024-12-28T04:25:25.984Z | Compiling h2 v0.3.26 |
1894 | 2024-12-28T04:25:27.767Z | Compiling rustls-webpki v0.101.7 |
1895 | 2024-12-28T04:25:31.763Z | Compiling sct v0.7.1 |
1896 | 2024-12-28T04:25:32.207Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1897 | 2024-12-28T04:25:32.566Z | Compiling half v2.4.1 |
1898 | 2024-12-28T04:25:32.779Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1899 | 2024-12-28T04:25:32.937Z | Compiling ciborium-io v0.2.2 |
1900 | 2024-12-28T04:25:33.079Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1901 | 2024-12-28T04:25:33.263Z | Compiling ciborium-ll v0.2.2 |
1902 | 2024-12-28T04:25:36.418Z | Compiling hyper v0.14.30 |
1903 | 2024-12-28T04:25:36.636Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1904 | 2024-12-28T04:25:38.758Z | Compiling typify-macro v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1905 | 2024-12-28T04:25:40.912Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#4cdc7d7e) |
1906 | 2024-12-28T04:25:41.451Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1907 | 2024-12-28T04:25:42.474Z | Compiling crc8 v0.1.1 |
1908 | 2024-12-28T04:25:42.776Z | Compiling arc-swap v1.7.1 |
1909 | 2024-12-28T04:25:43.075Z | Compiling tokio-rustls v0.24.1 |
1910 | 2024-12-28T04:25:43.496Z | Compiling slog-scope v4.4.0 |
1911 | 2024-12-28T04:25:43.558Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#4cdc7d7e) |
1912 | 2024-12-28T04:25:44.299Z | Compiling ciborium v0.2.2 |
1913 | 2024-12-28T04:25:46.503Z | Compiling proc-macro-crate v3.2.0 |
1914 | 2024-12-28T04:25:47.665Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1915 | 2024-12-28T04:25:48.957Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
1916 | 2024-12-28T04:25:53.949Z | Compiling smartstring v1.0.1 |
1917 | 2024-12-28T04:25:54.342Z | Compiling base64 v0.21.7 |
1918 | 2024-12-28T04:25:55.518Z | Compiling rustls-pemfile v1.0.4 |
1919 | 2024-12-28T04:25:56.790Z | Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb) |
1920 | 2024-12-28T04:25:59.405Z | Compiling num_enum_derive v0.7.3 |
1921 | 2024-12-28T04:25:59.670Z | Compiling slog-stdlog v4.1.1 |
1922 | 2024-12-28T04:26:00.096Z | Compiling hyper-rustls v0.24.2 |
1923 | 2024-12-28T04:26:00.475Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1924 | 2024-12-28T04:26:00.477Z | Compiling typify v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1925 | 2024-12-28T04:26:00.637Z | Compiling hyper-tls v0.5.0 |
1926 | 2024-12-28T04:26:03.331Z | Compiling spin v0.5.2 |
1927 | 2024-12-28T04:26:03.620Z | Compiling sync_wrapper v0.1.2 |
1928 | 2024-12-28T04:26:03.764Z | Compiling webpki-roots v0.25.4 |
1929 | 2024-12-28T04:26:03.955Z | Compiling reqwest v0.11.27 |
1930 | 2024-12-28T04:26:04.719Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1931 | 2024-12-28T04:26:11.565Z | Compiling no-std-compat v0.4.1 |
1932 | 2024-12-28T04:26:11.686Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1933 | 2024-12-28T04:26:14.028Z | Compiling num_enum v0.7.3 |
1934 | 2024-12-28T04:26:14.230Z | Compiling slog-envlogger v2.2.0 |
1935 | 2024-12-28T04:26:16.358Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
1936 | 2024-12-28T04:26:16.966Z | Compiling thin-vec v0.2.13 |
1937 | 2024-12-28T04:26:17.699Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
1938 | 2024-12-28T04:26:17.878Z | Compiling rhai_codegen v2.2.0 |
1939 | 2024-12-28T04:26:18.253Z | Compiling minimal-lexical v0.2.1 |
1940 | 2024-12-28T04:26:18.910Z | Compiling nom v7.1.3 |
1941 | 2024-12-28T04:26:19.752Z | Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm) |
1942 | 2024-12-28T04:26:21.013Z | Compiling rhai v1.20.0 |
1943 | 2024-12-28T04:26:23.313Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1944 | 2024-12-28T04:26:30.351Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1945 | 2024-12-28T04:26:32.497Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488) |
1946 | 2024-12-28T04:26:34.073Z | Compiling itertools v0.12.1 |
1947 | 2024-12-28T04:26:36.607Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=2bfd39000c878c45675651a7588c015c486e7f43#2bfd3900) |
1948 | 2024-12-28T04:26:36.979Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1949 | 2024-12-28T04:26:37.911Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488) |
1950 | 2024-12-28T04:26:38.885Z | Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d8c38f89) |
1951 | 2024-12-28T04:26:41.600Z | Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower) |
1952 | 2024-12-28T04:26:41.660Z | Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd) |
1953 | 2024-12-28T04:26:46.945Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client) |
1954 | 2024-12-28T04:26:48.809Z | Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests) |
1955 | 2024-12-28T04:26:48.918Z | Compiling util v0.1.0 (/work/oxidecomputer/maghemite/util) |
1956 | 2024-12-28T04:26:51.876Z | Compiling mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify) |
1957 | 2024-12-28T04:27:02.732Z | Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp) |
1958 | 2024-12-28T04:27:25.413Z | Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm) |
1959 | 2024-12-28T04:27:28.625Z | Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd) |
1960 | 2024-12-28T04:27:34.953Z | Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd) |
1961 | 2024-12-28T04:27:36.395Z | Compiling mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm) |
1962 | 2024-12-28T04:28:11.074Z | Finished `release` profile [optimized] target(s) in 6m 32s |
1963 | 2024-12-28T04:28:11.219Z | |
1964 | 2024-12-28T04:28:11.219Z | real 6:33.119827029 |
1965 | 2024-12-28T04:28:11.219Z | user 46:34.475098158 |
1966 | 2024-12-28T04:28:11.219Z | sys 4:11.605310103 |
1967 | 2024-12-28T04:28:11.219Z | trap 1.300153171 |
1968 | 2024-12-28T04:28:11.219Z | tflt 2.668655567 |
1969 | 2024-12-28T04:28:11.222Z | dflt 0.977053036 |
1970 | 2024-12-28T04:28:11.222Z | kflt 0.007981086 |
1971 | 2024-12-28T04:28:11.222Z | lock 1:47:56.815021827 |
1972 | 2024-12-28T04:28:11.222Z | slp 2:51:03.769505669 |
1973 | 2024-12-28T04:28:11.222Z | lat 2:04.134393921 |
1974 | 2024-12-28T04:28:11.222Z | stop 2:02.702998451 |
1975 | 2024-12-28T04:28:11.222Z | + for x in debug release |
1976 | 2024-12-28T04:28:11.222Z | + mkdir -p /work/debug |
1977 | 2024-12-28T04:28:11.222Z | + cp target/debug/ddmd /work/debug/ddmd |
1978 | 2024-12-28T04:28:11.660Z | + cp target/debug/ddmadm /work/debug/ddmadm |
1979 | 2024-12-28T04:28:12.016Z | + for x in debug release |
1980 | 2024-12-28T04:28:12.016Z | + mkdir -p /work/release |
1981 | 2024-12-28T04:28:12.019Z | + cp target/release/ddmd /work/release/ddmd |
1982 | 2024-12-28T04:28:12.081Z | + cp target/release/ddmadm /work/release/ddmadm |
1983 | 2024-12-28T04:28:12.110Z | process exited: duration 795862 ms, exit code 0 |
|
1984 | 2024-12-28T04:28:12.122Z | found 4 output files |
1985 | 2024-12-28T04:28:12.122Z | uploading: /work/debug/ddmadm (341046088 bytes) |
1986 | 2024-12-28T04:28:19.859Z | uploaded: /work/debug/ddmadm |
1987 | 2024-12-28T04:28:19.863Z | uploading: /work/debug/ddmd (419502816 bytes) |
1988 | 2024-12-28T04:28:28.151Z | uploaded: /work/debug/ddmd |
1989 | 2024-12-28T04:28:28.157Z | uploading: /work/release/ddmadm (19657336 bytes) |
1990 | 2024-12-28T04:28:29.482Z | uploaded: /work/release/ddmadm |
1991 | 2024-12-28T04:28:29.485Z | uploading: /work/release/ddmd (44966008 bytes) |
1992 | 2024-12-28T04:28:31.271Z | uploaded: /work/release/ddmd |