|
|
|
1 | 2024-12-11T04:16:43.358Z | job assigned to worker 01JESYWN3M67QZGM615SMBAVBQ [factory aws, i-0361ce8650a904209] (queued for 51 s) |
|
2 | 2024-12-11T04:16:50.982Z | starting task 0: "setup" |
3 | 2024-12-11T04:16:50.992Z | ++ uname -s |
4 | 2024-12-11T04:16:50.995Z | + kern=SunOS |
5 | 2024-12-11T04:16:50.995Z | + case "$kern" in |
6 | 2024-12-11T04:16:50.995Z | + groupadd -g 12345 build |
7 | 2024-12-11T04:16:50.997Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-11T04:16:53.003Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-11T04:16:53.250Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-11T04:16:53.256Z | + home_fs=zfs |
11 | 2024-12-11T04:16:53.256Z | + [[ zfs == autofs ]] |
12 | 2024-12-11T04:16:53.256Z | + mkdir -p /home/build |
13 | 2024-12-11T04:16:53.256Z | + chown build:build /home/build /work |
14 | 2024-12-11T04:16:54.118Z | + chmod 0700 /home/build /work |
15 | 2024-12-11T04:16:54.122Z | process exited: duration 3138 ms, exit code 0 |
|
16 | 2024-12-11T04:16:54.127Z | starting task 1: "rust-toolchain" |
17 | 2024-12-11T04:16:54.132Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-11T04:16:54.132Z | ' stable |
19 | 2024-12-11T04:16:54.132Z | * toolchain channel = "stable" |
20 | 2024-12-11T04:16:54.132Z | + printf ' * toolchain profile = "%s" |
21 | 2024-12-11T04:16:54.132Z | ' default |
22 | 2024-12-11T04:16:54.132Z | * toolchain profile = "default" |
23 | 2024-12-11T04:16:54.135Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-11T04:16:54.135Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
25 | 2024-12-11T04:16:54.263Z | info: downloading installer |
26 | 2024-12-11T04:16:55.625Z | info: profile set to 'default' |
27 | 2024-12-11T04:16:55.625Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-11T04:16:55.627Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
29 | 2024-12-11T04:16:55.792Z | info: latest update on 2024-11-28, rust version 1.83.0 (90b35a623 2024-11-26) |
30 | 2024-12-11T04:16:55.792Z | info: downloading component 'cargo' |
31 | 2024-12-11T04:16:56.549Z | info: downloading component 'clippy' |
32 | 2024-12-11T04:16:56.839Z | info: downloading component 'rust-docs' |
33 | 2024-12-11T04:16:57.901Z | info: downloading component 'rust-std' |
34 | 2024-12-11T04:16:59.425Z | info: downloading component 'rustc' |
35 | 2024-12-11T04:17:05.193Z | info: downloading component 'rustfmt' |
36 | 2024-12-11T04:17:05.413Z | info: installing component 'cargo' |
37 | 2024-12-11T04:17:06.224Z | info: installing component 'clippy' |
38 | 2024-12-11T04:17:06.598Z | info: installing component 'rust-docs' |
39 | 2024-12-11T04:17:08.286Z | info: installing component 'rust-std' |
40 | 2024-12-11T04:17:09.934Z | info: installing component 'rustc' |
41 | 2024-12-11T04:17:15.632Z | info: installing component 'rustfmt' |
42 | 2024-12-11T04:17:15.963Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
43 | 2024-12-11T04:17:15.963Z | |
44 | 2024-12-11T04:17:16.324Z | stable-x86_64-unknown-illumos installed - rustc 1.83.0 (90b35a623 2024-11-26) |
45 | 2024-12-11T04:17:16.324Z | |
46 | 2024-12-11T04:17:16.327Z | |
47 | 2024-12-11T04:17:16.327Z | Rust is installed now. Great! |
48 | 2024-12-11T04:17:16.327Z | |
49 | 2024-12-11T04:17:16.327Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-11T04:17:16.327Z | environment variable. This has not been done automatically. |
51 | 2024-12-11T04:17:16.327Z | |
52 | 2024-12-11T04:17:16.327Z | To configure your current shell, you need to source |
53 | 2024-12-11T04:17:16.327Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-11T04:17:16.327Z | |
55 | 2024-12-11T04:17:16.327Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-11T04:17:16.327Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-11T04:17:16.327Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-11T04:17:16.399Z | + rustc --version |
59 | 2024-12-11T04:17:16.465Z | rustc 1.83.0 (90b35a623 2024-11-26) |
60 | 2024-12-11T04:17:16.468Z | process exited: duration 22338 ms, exit code 0 |
|
61 | 2024-12-11T04:17:16.474Z | starting task 2: "authentication" |
62 | 2024-12-11T04:17:16.494Z | process exited: duration 19 ms, exit code 0 |
|
63 | 2024-12-11T04:17:16.499Z | starting task 3: "clone repository" |
64 | 2024-12-11T04:17:16.504Z | + mkdir -p /work/oxidecomputer/maghemite |
65 | 2024-12-11T04:17:16.507Z | + git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite |
66 | 2024-12-11T04:17:16.542Z | Cloning into '/work/oxidecomputer/maghemite'... |
67 | 2024-12-11T04:17:17.184Z | + cd /work/oxidecomputer/maghemite |
68 | 2024-12-11T04:17:17.184Z | + git fetch origin 8c8c05726385430561deac06b456006fe403a0fb |
69 | 2024-12-11T04:17:17.483Z | From https://github.com/oxidecomputer/maghemite |
70 | 2024-12-11T04:17:17.483Z | * branch 8c8c05726385430561deac06b456006fe403a0fb -> FETCH_HEAD |
71 | 2024-12-11T04:17:17.492Z | + [[ -n renovate/serde-monorepo ]] |
72 | 2024-12-11T04:17:17.495Z | ++ git branch --show-current |
73 | 2024-12-11T04:17:17.495Z | + current=main |
74 | 2024-12-11T04:17:17.495Z | + [[ main != renovate/serde-monorepo ]] |
75 | 2024-12-11T04:17:17.495Z | + git branch -f renovate/serde-monorepo 8c8c05726385430561deac06b456006fe403a0fb |
76 | 2024-12-11T04:17:17.499Z | + git checkout -f renovate/serde-monorepo |
77 | 2024-12-11T04:17:17.513Z | Switched to branch 'renovate/serde-monorepo' |
78 | 2024-12-11T04:17:17.515Z | + git reset --hard 8c8c05726385430561deac06b456006fe403a0fb |
79 | 2024-12-11T04:17:17.527Z | HEAD is now at 8c8c057 Update Rust crate serde to 1.0.216 |
80 | 2024-12-11T04:17:17.529Z | process exited: duration 1028 ms, exit code 0 |
|
81 | 2024-12-11T04:17:17.534Z | starting task 4: "build" |
82 | 2024-12-11T04:17:17.539Z | + cargo --version |
83 | 2024-12-11T04:17:17.543Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
84 | 2024-12-11T04:17:17.705Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
85 | 2024-12-11T04:17:17.705Z | info: downloading component 'cargo' |
86 | 2024-12-11T04:17:18.567Z | info: downloading component 'clippy' |
87 | 2024-12-11T04:17:18.883Z | info: downloading component 'rust-docs' |
88 | 2024-12-11T04:17:20.060Z | info: downloading component 'rust-std' |
89 | 2024-12-11T04:17:21.988Z | info: downloading component 'rustc' |
90 | 2024-12-11T04:17:28.674Z | info: downloading component 'rustfmt' |
91 | 2024-12-11T04:17:28.920Z | info: installing component 'cargo' |
92 | 2024-12-11T04:17:29.710Z | info: installing component 'clippy' |
93 | 2024-12-11T04:17:30.069Z | info: installing component 'rust-docs' |
94 | 2024-12-11T04:17:31.663Z | info: installing component 'rust-std' |
95 | 2024-12-11T04:17:33.354Z | info: installing component 'rustc' |
96 | 2024-12-11T04:17:38.961Z | info: installing component 'rustfmt' |
97 | 2024-12-11T04:17:39.365Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
98 | 2024-12-11T04:17:39.368Z | + rustc --version |
99 | 2024-12-11T04:17:39.434Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
100 | 2024-12-11T04:17:39.438Z | + banner check |
101 | 2024-12-11T04:17:39.442Z | |
102 | 2024-12-11T04:17:39.442Z | #### # # ###### #### # # |
103 | 2024-12-11T04:17:39.442Z | # # # # # # # # # |
104 | 2024-12-11T04:17:39.442Z | # ###### ##### # #### |
105 | 2024-12-11T04:17:39.442Z | # # # # # # # |
106 | 2024-12-11T04:17:39.442Z | # # # # # # # # # |
107 | 2024-12-11T04:17:39.442Z | #### # # ###### #### # # |
108 | 2024-12-11T04:17:39.442Z | |
109 | 2024-12-11T04:17:39.445Z | + cargo fmt -- --check |
110 | 2024-12-11T04:17:40.049Z | + cargo clippy --all-targets -- --deny warnings |
111 | 2024-12-11T04:17:40.426Z | Updating git repository `https://www.github.com/oxidecomputer/oxnet` |
112 | 2024-12-11T04:17:40.514Z | warning: redirecting to https://github.com/oxidecomputer/oxnet.git/ |
113 | 2024-12-11T04:17:40.790Z | From https://www.github.com/oxidecomputer/oxnet |
114 | 2024-12-11T04:17:40.790Z | * [new branch] ci -> origin/ci |
115 | 2024-12-11T04:17:40.793Z | * [new branch] main -> origin/main |
116 | 2024-12-11T04:17:40.793Z | * [new ref] -> origin/HEAD |
117 | 2024-12-11T04:17:40.802Z | Updating crates.io index |
118 | 2024-12-11T04:17:40.866Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
119 | 2024-12-11T04:17:41.603Z | From https://github.com/oxidecomputer/falcon |
120 | 2024-12-11T04:17:41.603Z | * [new ref] d8c38f890040f90cdc467e23f3f06b6372a9921c -> refs/commit/d8c38f890040f90cdc467e23f3f06b6372a9921c |
121 | 2024-12-11T04:17:41.709Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
122 | 2024-12-11T04:17:42.790Z | From https://github.com/oxidecomputer/dendrite |
123 | 2024-12-11T04:17:42.790Z | * [new ref] 4cdc7d7e18a25833843686d76b95a9ca4a5dfab0 -> refs/commit/4cdc7d7e18a25833843686d76b95a9ca4a5dfab0 |
124 | 2024-12-11T04:17:42.846Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
125 | 2024-12-11T04:17:43.228Z | From https://github.com/oxidecomputer/ispf |
126 | 2024-12-11T04:17:43.228Z | * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496 |
127 | 2024-12-11T04:17:43.237Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
128 | 2024-12-11T04:17:43.689Z | From https://github.com/oxidecomputer/netadm-sys |
129 | 2024-12-11T04:17:43.689Z | * [new ref] e07ad76458eb50601e0da4f9da16dbc942bfc2ba -> refs/commit/e07ad76458eb50601e0da4f9da16dbc942bfc2ba |
130 | 2024-12-11T04:17:43.701Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
131 | 2024-12-11T04:17:47.129Z | From https://github.com/oxidecomputer/omicron |
132 | 2024-12-11T04:17:47.129Z | * [new ref] 48125c8e00738710bde6aed65c253c606c2bdb30 -> refs/commit/48125c8e00738710bde6aed65c253c606c2bdb30 |
133 | 2024-12-11T04:17:47.158Z | * [new tag] dogfood -> dogfood |
134 | 2024-12-11T04:17:47.161Z | * [new tag] v5 -> v5 |
135 | 2024-12-11T04:17:47.161Z | * [new tag] v6 -> v6 |
136 | 2024-12-11T04:17:47.161Z | * [new tag] v7 -> v7 |
137 | 2024-12-11T04:17:47.161Z | * [new tag] v8 -> v8 |
138 | 2024-12-11T04:17:47.161Z | * [new tag] v9 -> v9 |
139 | 2024-12-11T04:17:47.511Z | Updating git repository `https://github.com/oxidecomputer/opte` |
140 | 2024-12-11T04:17:48.471Z | From https://github.com/oxidecomputer/opte |
141 | 2024-12-11T04:17:48.472Z | * [new ref] 3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d -> refs/commit/3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d |
142 | 2024-12-11T04:17:48.539Z | Updating git repository `https://github.com/illumos/smf-rs` |
143 | 2024-12-11T04:17:48.943Z | From https://github.com/illumos/smf-rs |
144 | 2024-12-11T04:17:48.943Z | * [new ref] f14ff3517648206baa4b42ef522d2114ed5bcb48 -> refs/commit/f14ff3517648206baa4b42ef522d2114ed5bcb48 |
145 | 2024-12-11T04:17:48.953Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
146 | 2024-12-11T04:17:49.474Z | From https://github.com/oxidecomputer/maghemite |
147 | 2024-12-11T04:17:49.474Z | * [new ref] 2bfd39000c878c45675651a7588c015c486e7f43 -> refs/commit/2bfd39000c878c45675651a7588c015c486e7f43 |
148 | 2024-12-11T04:17:49.490Z | * [new tag] rift -> rift |
149 | 2024-12-11T04:17:49.493Z | * [new tag] srp -> srp |
150 | 2024-12-11T04:17:49.493Z | * [new tag] tie-spf -> tie-spf |
151 | 2024-12-11T04:17:49.620Z | Updating git repository `https://github.com/oxidecomputer/zone` |
152 | 2024-12-11T04:17:50.096Z | From https://github.com/oxidecomputer/zone |
153 | 2024-12-11T04:17:50.096Z | * [new ref] 7a0cb48801eaf5d1c91dfb36108528bd754e2e70 -> refs/commit/7a0cb48801eaf5d1c91dfb36108528bd754e2e70 |
154 | 2024-12-11T04:17:50.123Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
155 | 2024-12-11T04:17:50.883Z | From https://github.com/oxidecomputer/propolis |
156 | 2024-12-11T04:17:50.883Z | * [new ref] fae5334bcad5e864794332c6fed5e6bb9ec88831 -> refs/commit/fae5334bcad5e864794332c6fed5e6bb9ec88831 |
157 | 2024-12-11T04:17:50.986Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
158 | 2024-12-11T04:17:51.400Z | From https://github.com/oxidecomputer/dlpi-sys |
159 | 2024-12-11T04:17:51.400Z | * [new ref] 1d587ea98cf2d36f1b1624b0b960559c76d475d2 -> refs/commit/1d587ea98cf2d36f1b1624b0b960559c76d475d2 |
160 | 2024-12-11T04:17:51.430Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
161 | 2024-12-11T04:17:51.838Z | From https://github.com/jmesmon/rust-libzfs |
162 | 2024-12-11T04:17:51.838Z | * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850 |
163 | 2024-12-11T04:17:51.853Z | * [new tag] v0.4.0 -> v0.4.0 |
164 | 2024-12-11T04:17:51.867Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
165 | 2024-12-11T04:17:52.283Z | From https://github.com/oxidecomputer/rusty-doors |
166 | 2024-12-11T04:17:52.283Z | * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf |
167 | 2024-12-11T04:17:52.401Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
168 | 2024-12-11T04:17:52.841Z | From https://github.com/oxidecomputer/maghemite |
169 | 2024-12-11T04:17:52.841Z | * [new ref] b13b5b240f3967de753fd589b1036745d2770b52 -> refs/commit/b13b5b240f3967de753fd589b1036745d2770b52 |
170 | 2024-12-11T04:17:52.877Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
171 | 2024-12-11T04:17:53.251Z | From https://github.com/oxidecomputer/serde_human_bytes |
172 | 2024-12-11T04:17:53.251Z | * [new ref] 0a09794501b6208120528c3b457d5f3a8cb17424 -> refs/commit/0a09794501b6208120528c3b457d5f3a8cb17424 |
173 | 2024-12-11T04:17:53.275Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
174 | 2024-12-11T04:17:53.668Z | From https://github.com/oxidecomputer/slog-error-chain |
175 | 2024-12-11T04:17:53.668Z | * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2 |
176 | 2024-12-11T04:17:53.705Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
177 | 2024-12-11T04:17:54.057Z | From https://github.com/oxidecomputer/poptrie |
178 | 2024-12-11T04:17:54.057Z | * [new ref] ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 -> refs/commit/ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 |
179 | 2024-12-11T04:17:54.107Z | Updating git repository `https://github.com/illumos/libscf-sys.git` |
180 | 2024-12-11T04:17:54.571Z | From https://github.com/illumos/libscf-sys |
181 | 2024-12-11T04:17:54.571Z | * [new ref] bb0b82c32cff5eee65efc4f214924c3daf7edc93 -> refs/commit/bb0b82c32cff5eee65efc4f214924c3daf7edc93 |
182 | 2024-12-11T04:17:54.581Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
183 | 2024-12-11T04:17:55.432Z | From https://github.com/oxidecomputer/progenitor |
184 | 2024-12-11T04:17:55.432Z | * [new ref] e0a1045aed55a0db2cd67939252ea354e284d840 -> refs/commit/e0a1045aed55a0db2cd67939252ea354e284d840 |
185 | 2024-12-11T04:17:55.454Z | * [new tag] v0.1.1 -> v0.1.1 |
186 | 2024-12-11T04:17:55.458Z | * [new tag] v0.2.0 -> v0.2.0 |
187 | 2024-12-11T04:17:55.458Z | * [new tag] v0.3.0 -> v0.3.0 |
188 | 2024-12-11T04:17:55.458Z | * [new tag] v0.4.0 -> v0.4.0 |
189 | 2024-12-11T04:17:55.458Z | * [new tag] v0.5.0 -> v0.5.0 |
190 | 2024-12-11T04:17:55.458Z | * [new tag] v0.6.0 -> v0.6.0 |
191 | 2024-12-11T04:17:55.458Z | * [new tag] v0.7.0 -> v0.7.0 |
192 | 2024-12-11T04:17:55.564Z | Updating git repository `https://github.com/oxidecomputer/typify` |
193 | 2024-12-11T04:17:56.303Z | From https://github.com/oxidecomputer/typify |
194 | 2024-12-11T04:17:56.303Z | * [new ref] 50d969668dcad42300423f893de9b3903f11b65c -> refs/commit/50d969668dcad42300423f893de9b3903f11b65c |
195 | 2024-12-11T04:17:56.307Z | * [new tag] v0.2.0 -> v0.2.0 |
196 | 2024-12-11T04:17:56.321Z | * [new tag] v0.0.10 -> v0.0.10 |
197 | 2024-12-11T04:17:56.325Z | * [new tag] v0.0.11 -> v0.0.11 |
198 | 2024-12-11T04:17:56.326Z | * [new tag] v0.0.12 -> v0.0.12 |
199 | 2024-12-11T04:17:56.326Z | * [new tag] v0.0.13 -> v0.0.13 |
200 | 2024-12-11T04:17:56.326Z | * [new tag] v0.0.14 -> v0.0.14 |
201 | 2024-12-11T04:17:56.326Z | * [new tag] v0.0.15 -> v0.0.15 |
202 | 2024-12-11T04:17:56.326Z | * [new tag] v0.0.16 -> v0.0.16 |
203 | 2024-12-11T04:17:56.326Z | * [new tag] v0.0.4 -> v0.0.4 |
204 | 2024-12-11T04:17:56.326Z | * [new tag] v0.0.5 -> v0.0.5 |
205 | 2024-12-11T04:17:56.326Z | * [new tag] v0.0.7 -> v0.0.7 |
206 | 2024-12-11T04:17:56.326Z | * [new tag] v0.0.8 -> v0.0.8 |
207 | 2024-12-11T04:17:56.326Z | * [new tag] v0.0.9 -> v0.0.9 |
208 | 2024-12-11T04:17:56.326Z | * [new tag] v0.1.0 -> v0.1.0 |
209 | 2024-12-11T04:17:56.591Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
210 | 2024-12-11T04:17:58.443Z | From https://github.com/oxidecomputer/crucible |
211 | 2024-12-11T04:17:58.444Z | * [new ref] 74286f952a2953cd08512015076f0947050deba7 -> refs/commit/74286f952a2953cd08512015076f0947050deba7 |
212 | 2024-12-11T04:17:58.499Z | Updating git repository `https://github.com/oxidecomputer/opte` |
213 | 2024-12-11T04:17:58.942Z | From https://github.com/oxidecomputer/opte |
214 | 2024-12-11T04:17:58.942Z | * [new ref] 76878de67229ea113d70503c441eab47ac5dc653 -> refs/commit/76878de67229ea113d70503c441eab47ac5dc653 |
215 | 2024-12-11T04:17:58.986Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
216 | 2024-12-11T04:17:59.617Z | From https://github.com/oxidecomputer/management-gateway-service |
217 | 2024-12-11T04:17:59.617Z | * [new ref] 9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 -> refs/commit/9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 |
218 | 2024-12-11T04:18:00.515Z | Downloading crates ... |
219 | 2024-12-11T04:18:00.654Z | Downloaded const-random v0.1.18 |
220 | 2024-12-11T04:18:00.661Z | Downloaded cookie v0.18.1 |
221 | 2024-12-11T04:18:00.668Z | Downloaded base64 v0.22.1 |
222 | 2024-12-11T04:18:00.672Z | Downloaded futures-executor v0.3.30 |
223 | 2024-12-11T04:18:00.674Z | Downloaded futures v0.3.30 |
224 | 2024-12-11T04:18:00.678Z | Downloaded float-ord v0.3.2 |
225 | 2024-12-11T04:18:00.681Z | Downloaded expectorate v1.1.0 |
226 | 2024-12-11T04:18:00.684Z | Downloaded allocator-api2 v0.2.18 |
227 | 2024-12-11T04:18:00.686Z | Downloaded anstyle-query v1.1.1 |
228 | 2024-12-11T04:18:00.688Z | Downloaded anstyle v1.0.10 |
229 | 2024-12-11T04:18:00.693Z | Downloaded anstyle-parse v0.2.5 |
230 | 2024-12-11T04:18:00.697Z | Downloaded ahash v0.8.11 |
231 | 2024-12-11T04:18:00.706Z | Downloaded aho-corasick v1.1.3 |
232 | 2024-12-11T04:18:00.711Z | Downloaded anstream v0.6.15 |
233 | 2024-12-11T04:18:00.728Z | Downloaded colored v2.1.0 |
234 | 2024-12-11T04:18:00.731Z | Downloaded anyhow v1.0.94 |
235 | 2024-12-11T04:18:00.735Z | Downloaded backoff v0.4.0 |
236 | 2024-12-11T04:18:00.739Z | Downloaded const-random-macro v0.1.16 |
237 | 2024-12-11T04:18:00.743Z | Downloaded clap v4.5.23 |
238 | 2024-12-11T04:18:00.747Z | Downloaded bitflags v2.6.0 |
239 | 2024-12-11T04:18:00.751Z | Downloaded atomic-waker v1.1.2 |
240 | 2024-12-11T04:18:00.754Z | Downloaded camino v1.1.9 |
241 | 2024-12-11T04:18:00.757Z | Downloaded plain v0.2.3 |
242 | 2024-12-11T04:18:00.757Z | Downloaded percent-encoding v2.3.1 |
243 | 2024-12-11T04:18:00.760Z | Downloaded colorchoice v1.0.2 |
244 | 2024-12-11T04:18:00.763Z | Downloaded clap_builder v4.5.23 |
245 | 2024-12-11T04:18:00.769Z | Downloaded pretty-hex v0.2.1 |
246 | 2024-12-11T04:18:00.772Z | Downloaded paste v1.0.15 |
247 | 2024-12-11T04:18:00.774Z | Downloaded postcard v1.0.10 |
248 | 2024-12-11T04:18:00.777Z | Downloaded pretty-hex v0.4.1 |
249 | 2024-12-11T04:18:00.780Z | Downloaded async-stream v0.3.5 |
250 | 2024-12-11T04:18:00.782Z | Downloaded equivalent v1.0.1 |
251 | 2024-12-11T04:18:00.782Z | Downloaded ciborium-io v0.2.2 |
252 | 2024-12-11T04:18:00.785Z | Downloaded autocfg v1.3.0 |
253 | 2024-12-11T04:18:00.788Z | Downloaded progenitor-client v0.8.0 |
254 | 2024-12-11T04:18:00.788Z | Downloaded bitflags v1.3.2 |
255 | 2024-12-11T04:18:00.792Z | Downloaded quick-error v1.2.3 |
256 | 2024-12-11T04:18:00.795Z | Downloaded progenitor-macro v0.8.0 |
257 | 2024-12-11T04:18:00.795Z | Downloaded proc-macro-crate v3.2.0 |
258 | 2024-12-11T04:18:00.798Z | Downloaded foreign-types-shared v0.3.1 |
259 | 2024-12-11T04:18:00.798Z | Downloaded dtrace-parser v0.2.0 |
260 | 2024-12-11T04:18:00.801Z | Downloaded camino-tempfile v1.1.1 |
261 | 2024-12-11T04:18:00.801Z | Downloaded proc-macro-crate v1.3.1 |
262 | 2024-12-11T04:18:00.806Z | Downloaded futures-macro v0.3.30 |
263 | 2024-12-11T04:18:00.806Z | Downloaded progenitor v0.8.0 |
264 | 2024-12-11T04:18:00.806Z | Downloaded pin-utils v0.1.0 |
265 | 2024-12-11T04:18:00.806Z | Downloaded futures-io v0.3.30 |
266 | 2024-12-11T04:18:00.810Z | Downloaded foreign-types-shared v0.1.1 |
267 | 2024-12-11T04:18:00.810Z | Downloaded darling_macro v0.20.10 |
268 | 2024-12-11T04:18:00.813Z | Downloaded crunchy v0.2.2 |
269 | 2024-12-11T04:18:00.813Z | Downloaded cstr-argument v0.1.2 |
270 | 2024-12-11T04:18:00.813Z | Downloaded crucible-workspace-hack v0.1.0 |
271 | 2024-12-11T04:18:00.813Z | Downloaded foreign-types v0.3.2 |
272 | 2024-12-11T04:18:00.816Z | Downloaded dyn-clone v1.0.17 |
273 | 2024-12-11T04:18:00.817Z | Downloaded dirs-next v2.0.0 |
274 | 2024-12-11T04:18:00.820Z | Downloaded cobs v0.2.3 |
275 | 2024-12-11T04:18:00.820Z | Downloaded pest_generator v2.7.13 |
276 | 2024-12-11T04:18:00.822Z | Downloaded proc-macro-error v1.0.4 |
277 | 2024-12-11T04:18:00.825Z | Downloaded proc-macro-error-attr v1.0.4 |
278 | 2024-12-11T04:18:00.828Z | Downloaded enum-as-inner v0.6.1 |
279 | 2024-12-11T04:18:00.828Z | Downloaded either v1.13.0 |
280 | 2024-12-11T04:18:00.831Z | Downloaded defmt v0.3.8 |
281 | 2024-12-11T04:18:00.834Z | Downloaded serde-big-array v0.5.1 |
282 | 2024-12-11T04:18:00.838Z | Downloaded crc32fast v1.4.2 |
283 | 2024-12-11T04:18:00.838Z | Downloaded async-trait v0.1.83 |
284 | 2024-12-11T04:18:00.842Z | Downloaded sync_wrapper v1.0.1 |
285 | 2024-12-11T04:18:00.845Z | Downloaded tinyvec_macros v0.1.1 |
286 | 2024-12-11T04:18:00.845Z | Downloaded sync_wrapper v0.1.2 |
287 | 2024-12-11T04:18:00.845Z | Downloaded num_threads v0.1.7 |
288 | 2024-12-11T04:18:00.848Z | Downloaded num-conv v0.1.0 |
289 | 2024-12-11T04:18:00.848Z | Downloaded scroll_derive v0.12.0 |
290 | 2024-12-11T04:18:00.853Z | Downloaded sigpipe v0.1.3 |
291 | 2024-12-11T04:18:00.853Z | Downloaded fnv v1.0.7 |
292 | 2024-12-11T04:18:00.853Z | Downloaded fixedbitset v0.4.2 |
293 | 2024-12-11T04:18:00.857Z | Downloaded futures-core v0.3.30 |
294 | 2024-12-11T04:18:00.857Z | Downloaded foreign-types v0.5.0 |
295 | 2024-12-11T04:18:00.857Z | Downloaded want v0.3.1 |
296 | 2024-12-11T04:18:00.860Z | Downloaded hex v0.4.3 |
297 | 2024-12-11T04:18:00.860Z | Downloaded waitgroup v0.1.2 |
298 | 2024-12-11T04:18:00.860Z | Downloaded base64ct v1.6.0 |
299 | 2024-12-11T04:18:00.863Z | Downloaded lazy_static v1.5.0 |
300 | 2024-12-11T04:18:00.866Z | Downloaded is_terminal_polyfill v1.70.1 |
301 | 2024-12-11T04:18:00.869Z | Downloaded rand_chacha v0.3.1 |
302 | 2024-12-11T04:18:00.869Z | Downloaded pest_derive v2.7.13 |
303 | 2024-12-11T04:18:00.871Z | Downloaded deranged v0.3.11 |
304 | 2024-12-11T04:18:00.874Z | Downloaded clap_derive v4.5.18 |
305 | 2024-12-11T04:18:00.876Z | Downloaded instant v0.1.13 |
306 | 2024-12-11T04:18:00.878Z | Downloaded sha1 v0.10.6 |
307 | 2024-12-11T04:18:00.878Z | Downloaded pin-project-lite v0.2.14 |
308 | 2024-12-11T04:18:00.884Z | Downloaded tabwriter v1.4.0 |
309 | 2024-12-11T04:18:00.887Z | Downloaded tokio-macros v2.4.0 |
310 | 2024-12-11T04:18:00.891Z | Downloaded resolv-conf v0.7.0 |
311 | 2024-12-11T04:18:00.891Z | Downloaded foreign-types-macros v0.2.3 |
312 | 2024-12-11T04:18:00.895Z | Downloaded darling v0.20.10 |
313 | 2024-12-11T04:18:00.898Z | Downloaded hyper-rustls v0.27.3 |
314 | 2024-12-11T04:18:00.898Z | Downloaded serde_urlencoded v0.7.1 |
315 | 2024-12-11T04:18:00.901Z | Downloaded heck v0.4.1 |
316 | 2024-12-11T04:18:00.904Z | Downloaded slog-stdlog v4.1.1 |
317 | 2024-12-11T04:18:00.907Z | Downloaded slog-async v2.8.0 |
318 | 2024-12-11T04:18:00.907Z | Downloaded arc-swap v1.7.1 |
319 | 2024-12-11T04:18:00.911Z | Downloaded ident_case v1.0.1 |
320 | 2024-12-11T04:18:00.915Z | Downloaded slog-bunyan v2.5.0 |
321 | 2024-12-11T04:18:00.915Z | Downloaded serde_repr v0.1.19 |
322 | 2024-12-11T04:18:00.918Z | Downloaded no-std-compat v0.4.1 |
323 | 2024-12-11T04:18:00.918Z | Downloaded swrite v0.1.0 |
324 | 2024-12-11T04:18:00.921Z | Downloaded argon2 v0.5.3 |
325 | 2024-12-11T04:18:00.921Z | Downloaded slog-dtrace v0.3.0 |
326 | 2024-12-11T04:18:00.923Z | Downloaded thread-id v4.2.2 |
327 | 2024-12-11T04:18:00.927Z | Downloaded thiserror v1.0.69 |
328 | 2024-12-11T04:18:00.931Z | Downloaded time-core v0.1.2 |
329 | 2024-12-11T04:18:00.933Z | Downloaded omicron-workspace-hack v0.1.0 |
330 | 2024-12-11T04:18:00.933Z | Downloaded utf8parse v0.2.2 |
331 | 2024-12-11T04:18:00.936Z | Downloaded heck v0.5.0 |
332 | 2024-12-11T04:18:00.936Z | Downloaded is-terminal v0.4.13 |
333 | 2024-12-11T04:18:00.939Z | Downloaded futures-task v0.3.30 |
334 | 2024-12-11T04:18:00.939Z | Downloaded usdt v0.5.0 |
335 | 2024-12-11T04:18:00.942Z | Downloaded static_assertions v1.1.0 |
336 | 2024-12-11T04:18:00.942Z | Downloaded rustls-pki-types v1.8.0 |
337 | 2024-12-11T04:18:00.945Z | Downloaded newline-converter v0.3.0 |
338 | 2024-12-11T04:18:00.948Z | Downloaded futures-sink v0.3.30 |
339 | 2024-12-11T04:18:00.948Z | Downloaded rustls-pemfile v1.0.4 |
340 | 2024-12-11T04:18:00.951Z | Downloaded strum v0.26.3 |
341 | 2024-12-11T04:18:00.952Z | Downloaded smallvec v1.13.2 |
342 | 2024-12-11T04:18:00.954Z | Downloaded openssl-macros v0.1.1 |
343 | 2024-12-11T04:18:00.954Z | Downloaded itoa v1.0.11 |
344 | 2024-12-11T04:18:00.956Z | Downloaded openssl-probe v0.1.5 |
345 | 2024-12-11T04:18:00.958Z | Downloaded num_enum v0.7.3 |
346 | 2024-12-11T04:18:00.962Z | Downloaded structmeta v0.3.0 |
347 | 2024-12-11T04:18:00.965Z | Downloaded darling_core v0.20.10 |
348 | 2024-12-11T04:18:00.969Z | Downloaded slog-scope v4.4.0 |
349 | 2024-12-11T04:18:00.972Z | Downloaded tower-service v0.3.3 |
350 | 2024-12-11T04:18:00.972Z | Downloaded serde_with_macros v3.9.0 |
351 | 2024-12-11T04:18:00.975Z | Downloaded sha2 v0.10.8 |
352 | 2024-12-11T04:18:00.977Z | Downloaded typify-macro v0.2.0 |
353 | 2024-12-11T04:18:00.980Z | Downloaded typify v0.2.0 |
354 | 2024-12-11T04:18:00.982Z | Downloaded thread_local v1.1.8 |
355 | 2024-12-11T04:18:00.984Z | Downloaded rustls-pemfile v2.1.3 |
356 | 2024-12-11T04:18:00.987Z | Downloaded serde_tokenstream v0.2.2 |
357 | 2024-12-11T04:18:00.989Z | Downloaded cc v1.1.21 |
358 | 2024-12-11T04:18:00.991Z | Downloaded http-body v1.0.1 |
359 | 2024-12-11T04:18:01.000Z | Downloaded managed v0.8.0 |
360 | 2024-12-11T04:18:01.000Z | Downloaded linear-map v1.2.0 |
361 | 2024-12-11T04:18:01.000Z | Downloaded whoami v1.5.2 |
362 | 2024-12-11T04:18:01.000Z | Downloaded iana-time-zone v0.1.61 |
363 | 2024-12-11T04:18:01.003Z | Downloaded tokio-rustls v0.24.1 |
364 | 2024-12-11T04:18:01.007Z | Downloaded zone_cfg_derive v0.3.0 |
365 | 2024-12-11T04:18:01.007Z | Downloaded indexmap v1.9.3 |
366 | 2024-12-11T04:18:01.011Z | Downloaded toml_datetime v0.6.8 |
367 | 2024-12-11T04:18:01.014Z | Downloaded prettyplease v0.2.22 |
368 | 2024-12-11T04:18:01.014Z | Downloaded thiserror-impl v1.0.69 |
369 | 2024-12-11T04:18:01.018Z | Downloaded version_check v0.9.5 |
370 | 2024-12-11T04:18:01.022Z | Downloaded httpdate v1.0.3 |
371 | 2024-12-11T04:18:01.022Z | Downloaded hubpack v0.1.2 |
372 | 2024-12-11T04:18:01.022Z | Downloaded http-body-util v0.1.2 |
373 | 2024-12-11T04:18:01.023Z | Downloaded generic-array v0.14.7 |
374 | 2024-12-11T04:18:01.025Z | Downloaded try-lock v0.2.5 |
375 | 2024-12-11T04:18:01.025Z | Downloaded usdt-attr-macro v0.5.0 |
376 | 2024-12-11T04:18:01.025Z | Downloaded hyper-tls v0.5.0 |
377 | 2024-12-11T04:18:01.027Z | Downloaded ryu v1.0.18 |
378 | 2024-12-11T04:18:01.030Z | Downloaded http-body v0.4.6 |
379 | 2024-12-11T04:18:01.033Z | Downloaded tiny-keccak v2.0.2 |
380 | 2024-12-11T04:18:01.035Z | Downloaded typenum v1.17.0 |
381 | 2024-12-11T04:18:01.038Z | Downloaded hash32 v0.3.1 |
382 | 2024-12-11T04:18:01.040Z | Downloaded time-macros v0.2.18 |
383 | 2024-12-11T04:18:01.042Z | Downloaded thin-vec v0.2.13 |
384 | 2024-12-11T04:18:01.045Z | Downloaded take_mut v0.2.2 |
385 | 2024-12-11T04:18:01.045Z | Downloaded tokio-rustls v0.25.0 |
386 | 2024-12-11T04:18:01.047Z | Downloaded slog v2.7.0 |
387 | 2024-12-11T04:18:01.050Z | Downloaded similar v2.6.0 |
388 | 2024-12-11T04:18:01.054Z | Downloaded hubpack_derive v0.1.1 |
389 | 2024-12-11T04:18:01.057Z | Downloaded zeroize v1.8.1 |
390 | 2024-12-11T04:18:01.057Z | Downloaded mime v0.3.17 |
391 | 2024-12-11T04:18:01.060Z | Downloaded serde_derive_internals v0.29.1 |
392 | 2024-12-11T04:18:01.062Z | Downloaded semver v1.0.23 |
393 | 2024-12-11T04:18:01.065Z | Downloaded once_cell v1.20.2 |
394 | 2024-12-11T04:18:01.067Z | Downloaded usdt-impl v0.5.0 |
395 | 2024-12-11T04:18:01.067Z | Downloaded tokio-rustls v0.26.0 |
396 | 2024-12-11T04:18:01.070Z | Downloaded stable_deref_trait v1.2.0 |
397 | 2024-12-11T04:18:01.070Z | Downloaded num-derive v0.4.2 |
398 | 2024-12-11T04:18:01.073Z | Downloaded hashbrown v0.12.3 |
399 | 2024-12-11T04:18:01.076Z | Downloaded usdt-macro v0.5.0 |
400 | 2024-12-11T04:18:01.079Z | Downloaded crossbeam-channel v0.5.13 |
401 | 2024-12-11T04:18:01.081Z | Downloaded humantime v2.1.0 |
402 | 2024-12-11T04:18:01.084Z | Downloaded term v0.7.0 |
403 | 2024-12-11T04:18:01.088Z | Downloaded httparse v1.9.4 |
404 | 2024-12-11T04:18:01.090Z | Downloaded memmap v0.7.0 |
405 | 2024-12-11T04:18:01.092Z | Downloaded serde_yaml v0.9.34+deprecated |
406 | 2024-12-11T04:18:01.095Z | Downloaded macaddr v1.0.1 |
407 | 2024-12-11T04:18:01.097Z | Downloaded num-rational v0.4.2 |
408 | 2024-12-11T04:18:01.097Z | Downloaded newtype-uuid v1.1.0 |
409 | 2024-12-11T04:18:01.100Z | Downloaded lru-cache v0.1.2 |
410 | 2024-12-11T04:18:01.100Z | Downloaded num_enum v0.5.11 |
411 | 2024-12-11T04:18:01.104Z | Downloaded strsim v0.11.1 |
412 | 2024-12-11T04:18:01.106Z | Downloaded mio v1.0.2 |
413 | 2024-12-11T04:18:01.111Z | Downloaded parse-display-derive v0.10.0 |
414 | 2024-12-11T04:18:01.113Z | Downloaded smf v0.2.3 |
415 | 2024-12-11T04:18:01.113Z | Downloaded native-tls v0.2.12 |
416 | 2024-12-11T04:18:01.116Z | Downloaded multer v3.1.0 |
417 | 2024-12-11T04:18:01.119Z | Downloaded libsw v3.3.1 |
418 | 2024-12-11T04:18:01.122Z | Downloaded http v0.2.12 |
419 | 2024-12-11T04:18:01.124Z | Downloaded untrusted v0.9.0 |
420 | 2024-12-11T04:18:01.127Z | Downloaded linked-hash-map v0.5.6 |
421 | 2024-12-11T04:18:01.127Z | Downloaded subtle v2.6.1 |
422 | 2024-12-11T04:18:01.130Z | Downloaded tempfile v3.12.0 |
423 | 2024-12-11T04:18:01.130Z | Downloaded tracing-attributes v0.1.27 |
424 | 2024-12-11T04:18:01.133Z | Downloaded ucd-trie v0.1.6 |
425 | 2024-12-11T04:18:01.136Z | Downloaded strum_macros v0.25.3 |
426 | 2024-12-11T04:18:01.138Z | Downloaded num-integer v0.1.46 |
427 | 2024-12-11T04:18:01.138Z | Downloaded spin v0.5.2 |
428 | 2024-12-11T04:18:01.141Z | Downloaded num-complex v0.4.6 |
429 | 2024-12-11T04:18:01.141Z | Downloaded unicode-bidi v0.3.15 |
430 | 2024-12-11T04:18:01.143Z | Downloaded zerocopy-derive v0.7.35 |
431 | 2024-12-11T04:18:01.147Z | Downloaded unicode-ident v1.0.13 |
432 | 2024-12-11T04:18:01.150Z | Downloaded getrandom v0.2.15 |
433 | 2024-12-11T04:18:01.153Z | Downloaded rand v0.8.5 |
434 | 2024-12-11T04:18:01.157Z | Downloaded toml v0.8.19 |
435 | 2024-12-11T04:18:01.160Z | Downloaded hyper-util v0.1.10 |
436 | 2024-12-11T04:18:01.164Z | Downloaded num v0.4.3 |
437 | 2024-12-11T04:18:01.167Z | Downloaded parking_lot_core v0.9.10 |
438 | 2024-12-11T04:18:01.169Z | Downloaded smartstring v1.0.1 |
439 | 2024-12-11T04:18:01.174Z | Downloaded serde v1.0.216 |
440 | 2024-12-11T04:18:01.177Z | Downloaded strum_macros v0.26.4 |
441 | 2024-12-11T04:18:01.177Z | Downloaded yansi v1.0.1 |
442 | 2024-12-11T04:18:01.180Z | Downloaded structmeta-derive v0.3.0 |
443 | 2024-12-11T04:18:01.183Z | Downloaded log v0.4.22 |
444 | 2024-12-11T04:18:01.185Z | Downloaded url v2.5.2 |
445 | 2024-12-11T04:18:01.188Z | Downloaded unsafe-libyaml v0.2.11 |
446 | 2024-12-11T04:18:01.191Z | Downloaded slog-term v2.9.1 |
447 | 2024-12-11T04:18:01.194Z | Downloaded uuid v1.11.0 |
448 | 2024-12-11T04:18:01.197Z | Downloaded tracing-core v0.1.32 |
449 | 2024-12-11T04:18:01.200Z | Downloaded zerocopy v0.6.6 |
450 | 2024-12-11T04:18:01.202Z | Downloaded pest v2.7.13 |
451 | 2024-12-11T04:18:01.208Z | Downloaded socket2 v0.5.8 |
452 | 2024-12-11T04:18:01.210Z | Downloaded half v2.4.1 |
453 | 2024-12-11T04:18:01.213Z | Downloaded num-traits v0.2.19 |
454 | 2024-12-11T04:18:01.216Z | Downloaded openssl-sys v0.9.103 |
455 | 2024-12-11T04:18:01.222Z | Downloaded parking_lot_core v0.8.6 |
456 | 2024-12-11T04:18:01.224Z | Downloaded toml_edit v0.22.21 |
457 | 2024-12-11T04:18:01.248Z | Downloaded hickory-resolver v0.24.1 |
458 | 2024-12-11T04:18:01.252Z | Downloaded minimal-lexical v0.2.1 |
459 | 2024-12-11T04:18:01.257Z | Downloaded http v1.2.0 |
460 | 2024-12-11T04:18:01.261Z | Downloaded portable-atomic v1.8.0 |
461 | 2024-12-11T04:18:01.268Z | Downloaded tracing v0.1.40 |
462 | 2024-12-11T04:18:01.273Z | Downloaded unicode-segmentation v1.12.0 |
463 | 2024-12-11T04:18:01.277Z | Downloaded heapless v0.8.0 |
464 | 2024-12-11T04:18:01.281Z | Downloaded memchr v2.7.4 |
465 | 2024-12-11T04:18:01.287Z | Downloaded winnow v0.5.40 |
466 | 2024-12-11T04:18:01.295Z | Downloaded libm v0.2.8 |
467 | 2024-12-11T04:18:01.304Z | Downloaded toml_edit v0.19.15 |
468 | 2024-12-11T04:18:01.323Z | Downloaded zerocopy v0.7.35 |
469 | 2024-12-11T04:18:01.338Z | Downloaded hyper v1.5.1 |
470 | 2024-12-11T04:18:01.344Z | Downloaded serde_with v3.9.0 |
471 | 2024-12-11T04:18:01.353Z | Downloaded futures-util v0.3.30 |
472 | 2024-12-11T04:18:01.365Z | Downloaded hyper v0.14.30 |
473 | 2024-12-11T04:18:01.373Z | Downloaded itertools v0.13.0 |
474 | 2024-12-11T04:18:01.381Z | Downloaded itertools v0.12.1 |
475 | 2024-12-11T04:18:01.388Z | Downloaded hashbrown v0.14.5 |
476 | 2024-12-11T04:18:01.394Z | Downloaded syn v2.0.87 |
477 | 2024-12-11T04:18:01.406Z | Downloaded idna v0.4.0 |
478 | 2024-12-11T04:18:01.413Z | Downloaded syn v1.0.109 |
479 | 2024-12-11T04:18:01.424Z | Downloaded webpki-roots v0.26.6 |
480 | 2024-12-11T04:18:01.427Z | Downloaded openssl v0.10.66 |
481 | 2024-12-11T04:18:01.437Z | Downloaded rustls-webpki v0.102.8 |
482 | 2024-12-11T04:18:01.456Z | Downloaded h2 v0.3.26 |
483 | 2024-12-11T04:18:01.464Z | Downloaded quinn-proto v0.11.8 |
484 | 2024-12-11T04:18:01.469Z | Downloaded smoltcp v0.11.0 |
485 | 2024-12-11T04:18:01.481Z | Downloaded idna v0.5.0 |
486 | 2024-12-11T04:18:01.488Z | Downloaded regex v1.10.6 |
487 | 2024-12-11T04:18:01.500Z | Downloaded goblin v0.8.2 |
488 | 2024-12-11T04:18:01.506Z | Downloaded dropshot v0.12.0 |
489 | 2024-12-11T04:18:01.526Z | Downloaded reqwest v0.12.9 |
490 | 2024-12-11T04:18:01.534Z | Downloaded hickory-proto v0.24.1 |
491 | 2024-12-11T04:18:01.550Z | Downloaded typify-impl v0.2.0 |
492 | 2024-12-11T04:18:01.563Z | Downloaded rustls v0.21.12 |
493 | 2024-12-11T04:18:01.577Z | Downloaded unicode-width v0.1.14 |
494 | 2024-12-11T04:18:01.581Z | Downloaded rustls v0.23.13 |
495 | 2024-12-11T04:18:01.594Z | Downloaded rustls v0.22.4 |
496 | 2024-12-11T04:18:01.606Z | Downloaded rustix v0.38.37 |
497 | 2024-12-11T04:18:01.627Z | Downloaded zerocopy-derive v0.6.6 |
498 | 2024-12-11T04:18:01.636Z | Downloaded regress v0.9.1 |
499 | 2024-12-11T04:18:01.643Z | Downloaded regex-syntax v0.8.4 |
500 | 2024-12-11T04:18:01.651Z | Downloaded openapiv3 v2.0.0 |
501 | 2024-12-11T04:18:01.662Z | Downloaded rhai v1.20.0 |
502 | 2024-12-11T04:18:01.674Z | Downloaded regress v0.10.1 |
503 | 2024-12-11T04:18:01.682Z | Downloaded webpki-roots v0.25.4 |
504 | 2024-12-11T04:18:01.686Z | Downloaded vcpkg v0.2.15 |
505 | 2024-12-11T04:18:01.724Z | Downloaded reqwest v0.11.27 |
506 | 2024-12-11T04:18:01.729Z | Downloaded sled v0.34.7 |
507 | 2024-12-11T04:18:01.739Z | Downloaded unicode-normalization v0.1.24 |
508 | 2024-12-11T04:18:01.744Z | Downloaded serde_json v1.0.133 |
509 | 2024-12-11T04:18:01.749Z | Downloaded rustls-webpki v0.101.7 |
510 | 2024-12-11T04:18:01.763Z | Downloaded winnow v0.6.18 |
511 | 2024-12-11T04:18:01.771Z | Downloaded chrono v0.4.38 |
512 | 2024-12-11T04:18:01.778Z | Downloaded regex-automata v0.4.7 |
513 | 2024-12-11T04:18:01.794Z | Downloaded libc v0.2.167 |
514 | 2024-12-11T04:18:01.817Z | Downloaded itertools v0.10.5 |
515 | 2024-12-11T04:18:01.823Z | Downloaded time v0.3.36 |
516 | 2024-12-11T04:18:01.829Z | Downloaded tokio v1.42.0 |
517 | 2024-12-11T04:18:01.865Z | Downloaded h2 v0.4.6 |
518 | 2024-12-11T04:18:01.871Z | Downloaded tokio-util v0.7.12 |
519 | 2024-12-11T04:18:01.878Z | Downloaded nom v7.1.3 |
520 | 2024-12-11T04:18:01.883Z | Downloaded petgraph v0.6.5 |
521 | 2024-12-11T04:18:01.899Z | Downloaded steno v0.4.1 |
522 | 2024-12-11T04:18:01.903Z | Downloaded parking_lot v0.11.2 |
523 | 2024-12-11T04:18:01.905Z | Downloaded serde_derive v1.0.216 |
524 | 2024-12-11T04:18:01.908Z | Downloaded schemars v0.8.21 |
525 | 2024-12-11T04:18:01.919Z | Downloaded quinn v0.11.5 |
526 | 2024-12-11T04:18:01.922Z | Downloaded highway v1.2.0 |
527 | 2024-12-11T04:18:01.925Z | Downloaded hyper-rustls v0.24.2 |
528 | 2024-12-11T04:18:01.928Z | Downloaded indexmap v2.5.0 |
529 | 2024-12-11T04:18:01.931Z | Downloaded pretty_assertions v1.4.1 |
530 | 2024-12-11T04:18:01.933Z | Downloaded num-derive v0.3.3 |
531 | 2024-12-11T04:18:01.936Z | Downloaded owo-colors v4.1.0 |
532 | 2024-12-11T04:18:01.941Z | Downloaded ipnetwork v0.20.0 |
533 | 2024-12-11T04:18:01.941Z | Downloaded sct v0.7.1 |
534 | 2024-12-11T04:18:01.943Z | Downloaded spin v0.9.8 |
535 | 2024-12-11T04:18:01.943Z | Downloaded tinyvec v1.8.0 |
536 | 2024-12-11T04:18:01.947Z | Downloaded quote v1.0.37 |
537 | 2024-12-11T04:18:01.949Z | Downloaded rustversion v1.0.17 |
538 | 2024-12-11T04:18:01.951Z | Downloaded ipnet v2.10.0 |
539 | 2024-12-11T04:18:01.958Z | Downloaded rhai_codegen v2.2.0 |
540 | 2024-12-11T04:18:01.960Z | Downloaded tokio-native-tls v0.3.1 |
541 | 2024-12-11T04:18:01.963Z | Downloaded slab v0.4.9 |
542 | 2024-12-11T04:18:01.963Z | Downloaded rustc_version v0.1.7 |
543 | 2024-12-11T04:18:01.966Z | Downloaded parking_lot v0.12.3 |
544 | 2024-12-11T04:18:01.966Z | Downloaded crossbeam-utils v0.8.20 |
545 | 2024-12-11T04:18:01.969Z | Downloaded terminal_size v0.4.0 |
546 | 2024-12-11T04:18:01.972Z | Downloaded dropshot_endpoint v0.12.0 |
547 | 2024-12-11T04:18:01.972Z | Downloaded signal-hook-registry v1.4.2 |
548 | 2024-12-11T04:18:01.974Z | Downloaded scroll v0.12.0 |
549 | 2024-12-11T04:18:01.975Z | Downloaded encoding_rs v0.8.34 |
550 | 2024-12-11T04:18:01.993Z | Downloaded quinn-udp v0.5.5 |
551 | 2024-12-11T04:18:01.996Z | Downloaded indent_write v2.2.0 |
552 | 2024-12-11T04:18:01.998Z | Downloaded hyper-tls v0.6.0 |
553 | 2024-12-11T04:18:01.998Z | Downloaded slog-envlogger v2.2.0 |
554 | 2024-12-11T04:18:02.001Z | Downloaded schemars_derive v0.8.21 |
555 | 2024-12-11T04:18:02.001Z | Downloaded futures-channel v0.3.30 |
556 | 2024-12-11T04:18:02.004Z | Downloaded derive_more v0.99.18 |
557 | 2024-12-11T04:18:02.006Z | Downloaded derive-where v1.2.7 |
558 | 2024-12-11T04:18:02.009Z | Downloaded crossbeam-epoch v0.9.18 |
559 | 2024-12-11T04:18:02.013Z | Downloaded slog-json v2.6.1 |
560 | 2024-12-11T04:18:02.016Z | Downloaded shlex v1.3.0 |
561 | 2024-12-11T04:18:02.016Z | Downloaded semver v0.1.20 |
562 | 2024-12-11T04:18:02.016Z | Downloaded zone v0.3.0 |
563 | 2024-12-11T04:18:02.016Z | Downloaded lock_api v0.4.12 |
564 | 2024-12-11T04:18:02.019Z | Downloaded serde_path_to_error v0.1.16 |
565 | 2024-12-11T04:18:02.019Z | Downloaded scopeguard v1.2.0 |
566 | 2024-12-11T04:18:02.021Z | Downloaded parse-display v0.10.0 |
567 | 2024-12-11T04:18:02.021Z | Downloaded num_enum_derive v0.7.3 |
568 | 2024-12-11T04:18:02.021Z | Downloaded num_enum_derive v0.5.11 |
569 | 2024-12-11T04:18:02.024Z | Downloaded num-iter v0.1.45 |
570 | 2024-12-11T04:18:02.024Z | Downloaded progenitor-impl v0.8.0 |
571 | 2024-12-11T04:18:02.027Z | Downloaded proc-macro2 v1.0.86 |
572 | 2024-12-11T04:18:02.031Z | Downloaded pest_meta v2.7.13 |
573 | 2024-12-11T04:18:02.031Z | Downloaded rustc-hash v2.0.0 |
574 | 2024-12-11T04:18:02.031Z | Downloaded rand_core v0.6.4 |
575 | 2024-12-11T04:18:02.033Z | Downloaded fxhash v0.2.1 |
576 | 2024-12-11T04:18:02.033Z | Downloaded match_cfg v0.1.0 |
577 | 2024-12-11T04:18:02.033Z | Downloaded diff v0.1.13 |
578 | 2024-12-11T04:18:02.036Z | Downloaded hostname v0.4.0 |
579 | 2024-12-11T04:18:02.039Z | Downloaded hostname v0.3.1 |
580 | 2024-12-11T04:18:02.039Z | Downloaded form_urlencoded v1.2.1 |
581 | 2024-12-11T04:18:02.043Z | Downloaded serde_spanned v0.6.7 |
582 | 2024-12-11T04:18:02.043Z | Downloaded rustc_version v0.4.1 |
583 | 2024-12-11T04:18:02.046Z | Downloaded defmt-macros v0.3.9 |
584 | 2024-12-11T04:18:02.046Z | Downloaded fastrand v2.1.1 |
585 | 2024-12-11T04:18:02.046Z | Downloaded debug-ignore v1.0.5 |
586 | 2024-12-11T04:18:02.048Z | Downloaded data-encoding v2.6.0 |
587 | 2024-12-11T04:18:02.048Z | Downloaded crypto-common v0.1.6 |
588 | 2024-12-11T04:18:02.050Z | Downloaded newtype_derive v0.1.6 |
589 | 2024-12-11T04:18:02.050Z | Downloaded embedded-io v0.4.0 |
590 | 2024-12-11T04:18:02.053Z | Downloaded digest v0.10.7 |
591 | 2024-12-11T04:18:02.053Z | Downloaded defmt-parser v0.3.4 |
592 | 2024-12-11T04:18:02.056Z | Downloaded embedded-io v0.6.1 |
593 | 2024-12-11T04:18:02.056Z | Downloaded dof v0.3.0 |
594 | 2024-12-11T04:18:02.058Z | Downloaded dirs-sys-next v0.1.2 |
595 | 2024-12-11T04:18:02.058Z | Downloaded clap_lex v0.7.4 |
596 | 2024-12-11T04:18:02.058Z | Downloaded powerfmt v0.2.0 |
597 | 2024-12-11T04:18:02.060Z | Downloaded convert_case v0.4.0 |
598 | 2024-12-11T04:18:02.061Z | Downloaded ciborium v0.2.2 |
599 | 2024-12-11T04:18:02.063Z | Downloaded cfg-if v1.0.0 |
600 | 2024-12-11T04:18:02.063Z | Downloaded errno v0.3.9 |
601 | 2024-12-11T04:18:02.070Z | Downloaded crc8 v0.1.1 |
602 | 2024-12-11T04:18:02.070Z | Downloaded cpufeatures v0.2.14 |
603 | 2024-12-11T04:18:02.070Z | Downloaded block-buffer v0.10.4 |
604 | 2024-12-11T04:18:02.073Z | Downloaded ppv-lite86 v0.2.20 |
605 | 2024-12-11T04:18:02.073Z | Downloaded atomicwrites v0.4.4 |
606 | 2024-12-11T04:18:02.073Z | Downloaded byteorder v1.5.0 |
607 | 2024-12-11T04:18:02.073Z | Downloaded blake2 v0.10.6 |
608 | 2024-12-11T04:18:02.073Z | Downloaded password-hash v0.5.0 |
609 | 2024-12-11T04:18:02.076Z | Downloaded pkg-config v0.3.31 |
610 | 2024-12-11T04:18:02.076Z | Downloaded console v0.15.8 |
611 | 2024-12-11T04:18:02.079Z | Downloaded ciborium-ll v0.2.2 |
612 | 2024-12-11T04:18:02.081Z | Downloaded bytes v1.7.2 |
613 | 2024-12-11T04:18:02.084Z | Downloaded async-stream-impl v0.3.5 |
614 | 2024-12-11T04:18:02.084Z | Downloaded cancel-safe-futures v0.1.5 |
615 | 2024-12-11T04:18:02.086Z | Downloaded base64 v0.21.7 |
616 | 2024-12-11T04:18:02.229Z | Downloaded ring v0.17.8 |
617 | 2024-12-11T04:18:02.651Z | Compiling proc-macro2 v1.0.86 |
618 | 2024-12-11T04:18:02.651Z | Compiling unicode-ident v1.0.13 |
619 | 2024-12-11T04:18:02.659Z | Compiling libc v0.2.167 |
620 | 2024-12-11T04:18:02.659Z | Compiling serde v1.0.216 |
621 | 2024-12-11T04:18:02.659Z | Compiling autocfg v1.3.0 |
622 | 2024-12-11T04:18:02.659Z | Compiling version_check v0.9.5 |
623 | 2024-12-11T04:18:02.659Z | Compiling cfg-if v1.0.0 |
624 | 2024-12-11T04:18:02.702Z | Compiling once_cell v1.20.2 |
625 | 2024-12-11T04:18:02.833Z | Compiling portable-atomic v1.8.0 |
626 | 2024-12-11T04:18:02.874Z | Compiling libm v0.2.8 |
627 | 2024-12-11T04:18:03.112Z | Compiling parking_lot_core v0.9.10 |
628 | 2024-12-11T04:18:03.346Z | Compiling thiserror v1.0.69 |
629 | 2024-12-11T04:18:03.371Z | Compiling serde_json v1.0.133 |
630 | 2024-12-11T04:18:03.391Z | Compiling byteorder v1.5.0 |
631 | 2024-12-11T04:18:03.520Z | Compiling lock_api v0.4.12 |
632 | 2024-12-11T04:18:03.813Z | Compiling num-traits v0.2.19 |
633 | 2024-12-11T04:18:03.861Z | Compiling shlex v1.3.0 |
634 | 2024-12-11T04:18:03.963Z | Compiling schemars v0.8.21 |
635 | 2024-12-11T04:18:04.209Z | Compiling cc v1.1.21 |
636 | 2024-12-11T04:18:04.238Z | Compiling memchr v2.7.4 |
637 | 2024-12-11T04:18:04.357Z | Compiling slab v0.4.9 |
638 | 2024-12-11T04:18:04.464Z | Compiling quote v1.0.37 |
639 | 2024-12-11T04:18:04.687Z | Compiling getrandom v0.2.15 |
640 | 2024-12-11T04:18:04.869Z | Compiling syn v2.0.87 |
641 | 2024-12-11T04:18:04.888Z | Compiling crunchy v0.2.2 |
642 | 2024-12-11T04:18:04.896Z | Compiling tiny-keccak v2.0.2 |
643 | 2024-12-11T04:18:04.977Z | Compiling ahash v0.8.11 |
644 | 2024-12-11T04:18:05.176Z | Compiling allocator-api2 v0.2.18 |
645 | 2024-12-11T04:18:05.234Z | Compiling itoa v1.0.11 |
646 | 2024-12-11T04:18:05.419Z | Compiling ryu v1.0.18 |
647 | 2024-12-11T04:18:05.603Z | Compiling heck v0.5.0 |
648 | 2024-12-11T04:18:05.817Z | Compiling equivalent v1.0.1 |
649 | 2024-12-11T04:18:05.835Z | Compiling httparse v1.9.4 |
650 | 2024-12-11T04:18:05.927Z | Compiling log v0.4.22 |
651 | 2024-12-11T04:18:05.973Z | Compiling vcpkg v0.2.15 |
652 | 2024-12-11T04:18:06.020Z | Compiling pkg-config v0.3.31 |
653 | 2024-12-11T04:18:06.077Z | Compiling const-random-macro v0.1.16 |
654 | 2024-12-11T04:18:06.617Z | Compiling slog v2.7.0 |
655 | 2024-12-11T04:18:06.882Z | Compiling fnv v1.0.7 |
656 | 2024-12-11T04:18:07.022Z | Compiling openssl v0.10.66 |
657 | 2024-12-11T04:18:07.203Z | Compiling semver v1.0.23 |
658 | 2024-12-11T04:18:07.283Z | Compiling ring v0.17.8 |
659 | 2024-12-11T04:18:07.302Z | Compiling iana-time-zone v0.1.61 |
660 | 2024-12-11T04:18:07.488Z | Compiling native-tls v0.2.12 |
661 | 2024-12-11T04:18:07.689Z | Compiling dyn-clone v1.0.17 |
662 | 2024-12-11T04:18:07.716Z | Compiling openssl-sys v0.9.103 |
663 | 2024-12-11T04:18:08.305Z | Compiling rustls v0.23.13 |
664 | 2024-12-11T04:18:08.641Z | Compiling anyhow v1.0.94 |
665 | 2024-12-11T04:18:08.763Z | Compiling aho-corasick v1.1.3 |
666 | 2024-12-11T04:18:08.773Z | Compiling regex-syntax v0.8.4 |
667 | 2024-12-11T04:18:09.027Z | Compiling typenum v1.17.0 |
668 | 2024-12-11T04:18:09.490Z | Compiling generic-array v0.14.7 |
669 | 2024-12-11T04:18:09.600Z | Compiling unsafe-libyaml v0.2.11 |
670 | 2024-12-11T04:18:09.808Z | Checking pin-project-lite v0.2.14 |
671 | 2024-12-11T04:18:09.904Z | Compiling num-conv v0.1.0 |
672 | 2024-12-11T04:18:09.926Z | Compiling time-core v0.1.2 |
673 | 2024-12-11T04:18:10.189Z | Compiling time-macros v0.2.18 |
674 | 2024-12-11T04:18:10.335Z | Compiling syn v1.0.109 |
675 | 2024-12-11T04:18:10.937Z | Checking scopeguard v1.2.0 |
676 | 2024-12-11T04:18:11.424Z | Compiling ucd-trie v0.1.6 |
677 | 2024-12-11T04:18:11.519Z | Checking signal-hook-registry v1.4.2 |
678 | 2024-12-11T04:18:11.770Z | Checking mio v1.0.2 |
679 | 2024-12-11T04:18:11.899Z | Checking socket2 v0.5.8 |
680 | 2024-12-11T04:18:12.366Z | Compiling serde_derive_internals v0.29.1 |
681 | 2024-12-11T04:18:12.390Z | Compiling regex-automata v0.4.7 |
682 | 2024-12-11T04:18:12.925Z | Compiling omicron-workspace-hack v0.1.0 |
683 | 2024-12-11T04:18:13.165Z | Compiling rustversion v1.0.17 |
684 | 2024-12-11T04:18:13.260Z | Compiling crossbeam-utils v0.8.20 |
685 | 2024-12-11T04:18:13.531Z | Checking const-random v0.1.18 |
686 | 2024-12-11T04:18:13.619Z | Compiling usdt-impl v0.5.0 |
687 | 2024-12-11T04:18:14.151Z | Compiling slog-async v2.8.0 |
688 | 2024-12-11T04:18:14.602Z | Compiling plain v0.2.3 |
689 | 2024-12-11T04:18:14.676Z | Compiling strsim v0.11.1 |
690 | 2024-12-11T04:18:14.833Z | Compiling pretty-hex v0.4.1 |
691 | 2024-12-11T04:18:15.143Z | Compiling thread-id v4.2.2 |
692 | 2024-12-11T04:18:15.179Z | Checking futures-core v0.3.30 |
693 | 2024-12-11T04:18:15.376Z | Compiling camino v1.1.9 |
694 | 2024-12-11T04:18:15.415Z | Compiling ident_case v1.0.1 |
695 | 2024-12-11T04:18:15.625Z | Compiling darling_core v0.20.10 |
696 | 2024-12-11T04:18:15.683Z | Compiling rustls v0.22.4 |
697 | 2024-12-11T04:18:16.078Z | Checking futures-sink v0.3.30 |
698 | 2024-12-11T04:18:16.367Z | Compiling paste v1.0.15 |
699 | 2024-12-11T04:18:16.493Z | Compiling regex v1.10.6 |
700 | 2024-12-11T04:18:16.495Z | Compiling multer v3.1.0 |
701 | 2024-12-11T04:18:16.918Z | Checking futures-channel v0.3.30 |
702 | 2024-12-11T04:18:17.013Z | Checking tracing-core v0.1.32 |
703 | 2024-12-11T04:18:17.300Z | Checking pin-utils v0.1.0 |
704 | 2024-12-11T04:18:17.394Z | Checking futures-task v0.3.30 |
705 | 2024-12-11T04:18:17.463Z | Compiling rustix v0.38.37 |
706 | 2024-12-11T04:18:17.637Z | Checking futures-io v0.3.30 |
707 | 2024-12-11T04:18:17.724Z | Compiling serde_derive v1.0.216 |
708 | 2024-12-11T04:18:17.788Z | Compiling zerocopy-derive v0.7.35 |
709 | 2024-12-11T04:18:17.814Z | Compiling tokio-macros v2.4.0 |
710 | 2024-12-11T04:18:17.999Z | Compiling thiserror-impl v1.0.69 |
711 | 2024-12-11T04:18:18.161Z | Compiling schemars_derive v0.8.21 |
712 | 2024-12-11T04:18:19.364Z | Compiling futures-macro v0.3.30 |
713 | 2024-12-11T04:18:19.883Z | Compiling zerocopy v0.7.35 |
714 | 2024-12-11T04:18:20.152Z | Compiling tracing-attributes v0.1.27 |
715 | 2024-12-11T04:18:21.122Z | Compiling openssl-macros v0.1.1 |
716 | 2024-12-11T04:18:21.592Z | Compiling scroll_derive v0.12.0 |
717 | 2024-12-11T04:18:21.925Z | Compiling pest v2.7.13 |
718 | 2024-12-11T04:18:22.007Z | Compiling hashbrown v0.14.5 |
719 | 2024-12-11T04:18:22.693Z | Compiling darling_macro v0.20.10 |
720 | 2024-12-11T04:18:22.801Z | Compiling async-trait v0.1.83 |
721 | 2024-12-11T04:18:23.052Z | Compiling scroll v0.12.0 |
722 | 2024-12-11T04:18:23.355Z | Compiling regress v0.10.1 |
723 | 2024-12-11T04:18:23.480Z | Compiling strum_macros v0.26.4 |
724 | 2024-12-11T04:18:23.593Z | Compiling goblin v0.8.2 |
725 | 2024-12-11T04:18:23.661Z | Compiling darling v0.20.10 |
726 | 2024-12-11T04:18:23.779Z | Compiling serde_with_macros v3.9.0 |
727 | 2024-12-11T04:18:24.412Z | Compiling pest_meta v2.7.13 |
728 | 2024-12-11T04:18:24.788Z | Compiling async-stream-impl v0.3.5 |
729 | 2024-12-11T04:18:26.441Z | Compiling pest_generator v2.7.13 |
730 | 2024-12-11T04:18:28.082Z | Compiling structmeta-derive v0.3.0 |
731 | 2024-12-11T04:18:28.231Z | Checking tracing v0.1.40 |
732 | 2024-12-11T04:18:28.501Z | Checking futures-util v0.3.30 |
733 | 2024-12-11T04:18:28.688Z | Compiling dropshot v0.12.0 |
734 | 2024-12-11T04:18:28.708Z | Compiling pest_derive v2.7.13 |
735 | 2024-12-11T04:18:29.581Z | Compiling dtrace-parser v0.2.0 |
736 | 2024-12-11T04:18:30.505Z | Checking bytes v1.7.2 |
737 | 2024-12-11T04:18:30.790Z | Checking smallvec v1.13.2 |
738 | 2024-12-11T04:18:31.413Z | Compiling indexmap v2.5.0 |
739 | 2024-12-11T04:18:31.441Z | Compiling serde_tokenstream v0.2.2 |
740 | 2024-12-11T04:18:31.489Z | Compiling uuid v1.11.0 |
741 | 2024-12-11T04:18:32.020Z | Compiling chrono v0.4.38 |
742 | 2024-12-11T04:18:32.673Z | Compiling http v1.2.0 |
743 | 2024-12-11T04:18:32.831Z | Compiling serde_yaml v0.9.34+deprecated |
744 | 2024-12-11T04:18:33.062Z | Compiling toml_datetime v0.6.8 |
745 | 2024-12-11T04:18:33.223Z | Compiling openapiv3 v2.0.0 |
746 | 2024-12-11T04:18:33.333Z | Checking parking_lot v0.12.3 |
747 | 2024-12-11T04:18:33.691Z | Checking tokio v1.42.0 |
748 | 2024-12-11T04:18:33.922Z | Compiling dof v0.3.0 |
749 | 2024-12-11T04:18:36.115Z | Compiling structmeta v0.3.0 |
750 | 2024-12-11T04:18:36.293Z | Compiling typify-impl v0.2.0 |
751 | 2024-12-11T04:18:36.534Z | Compiling usdt-macro v0.5.0 |
752 | 2024-12-11T04:18:36.554Z | Compiling usdt-attr-macro v0.5.0 |
753 | 2024-12-11T04:18:37.590Z | Compiling parse-display-derive v0.10.0 |
754 | 2024-12-11T04:18:38.012Z | Compiling dropshot_endpoint v0.12.0 |
755 | 2024-12-11T04:18:38.251Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
756 | 2024-12-11T04:18:39.596Z | Checking bitflags v2.6.0 |
757 | 2024-12-11T04:18:39.888Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
758 | 2024-12-11T04:18:40.025Z | Checking spin v0.9.8 |
759 | 2024-12-11T04:18:40.603Z | Compiling winnow v0.5.40 |
760 | 2024-12-11T04:18:40.769Z | Compiling heapless v0.8.0 |
761 | 2024-12-11T04:18:41.315Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
762 | 2024-12-11T04:18:41.515Z | Checking untrusted v0.9.0 |
763 | 2024-12-11T04:18:42.170Z | Compiling smoltcp v0.11.0 |
764 | 2024-12-11T04:18:42.815Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
765 | 2024-12-11T04:18:43.164Z | Checking tokio-util v0.7.12 |
766 | 2024-12-11T04:18:43.184Z | Compiling foreign-types-macros v0.2.3 |
767 | 2024-12-11T04:18:44.121Z | Compiling toml_edit v0.19.15 |
768 | 2024-12-11T04:18:44.527Z | Checking try-lock v0.2.5 |
769 | 2024-12-11T04:18:44.642Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
770 | 2024-12-11T04:18:44.667Z | Checking want v0.3.1 |
771 | 2024-12-11T04:18:45.403Z | Checking subtle v2.6.1 |
772 | 2024-12-11T04:18:45.497Z | Checking httpdate v1.0.3 |
773 | 2024-12-11T04:18:45.642Z | Compiling clap_derive v4.5.18 |
774 | 2024-12-11T04:18:46.080Z | Checking tinyvec_macros v0.1.1 |
775 | 2024-12-11T04:18:46.170Z | Compiling heck v0.4.1 |
776 | 2024-12-11T04:18:46.231Z | Checking tower-service v0.3.3 |
777 | 2024-12-11T04:18:46.259Z | Checking tinyvec v1.8.0 |
778 | 2024-12-11T04:18:47.026Z | Compiling proc-macro-crate v1.3.1 |
779 | 2024-12-11T04:18:48.619Z | Checking percent-encoding v2.3.1 |
780 | 2024-12-11T04:18:48.709Z | Checking foreign-types-shared v0.1.1 |
781 | 2024-12-11T04:18:48.844Z | Checking form_urlencoded v1.2.1 |
782 | 2024-12-11T04:18:49.043Z | Checking foreign-types v0.3.2 |
783 | 2024-12-11T04:18:49.046Z | Checking unicode-normalization v0.1.24 |
784 | 2024-12-11T04:18:49.983Z | Compiling proc-macro-error-attr v1.0.4 |
785 | 2024-12-11T04:18:50.246Z | Compiling num_enum_derive v0.5.11 |
786 | 2024-12-11T04:18:50.328Z | Checking unicode-bidi v0.3.15 |
787 | 2024-12-11T04:18:50.331Z | Compiling typify-macro v0.2.0 |
788 | 2024-12-11T04:18:50.377Z | Compiling rustls-pki-types v1.8.0 |
789 | 2024-12-11T04:18:51.364Z | Compiling proc-macro-error v1.0.4 |
790 | 2024-12-11T04:18:51.787Z | Checking openssl-probe v0.1.5 |
791 | 2024-12-11T04:18:52.564Z | Checking idna v0.5.0 |
792 | 2024-12-11T04:18:53.084Z | Compiling atomic-waker v1.1.2 |
793 | 2024-12-11T04:18:53.414Z | Checking url v2.5.2 |
794 | 2024-12-11T04:18:54.004Z | Compiling rustls-webpki v0.102.8 |
795 | 2024-12-11T04:18:54.240Z | Compiling typify v0.2.0 |
796 | 2024-12-11T04:18:54.372Z | Compiling progenitor-impl v0.8.0 |
797 | 2024-12-11T04:18:54.580Z | Checking http-body v1.0.1 |
798 | 2024-12-11T04:18:55.710Z | Checking encoding_rs v0.8.34 |
799 | 2024-12-11T04:18:55.860Z | Checking zeroize v1.8.1 |
800 | 2024-12-11T04:18:56.133Z | Checking mime v0.3.17 |
801 | 2024-12-11T04:18:56.549Z | Checking ipnet v2.10.0 |
802 | 2024-12-11T04:18:56.619Z | Checking tokio-native-tls v0.3.1 |
803 | 2024-12-11T04:18:56.877Z | Compiling h2 v0.4.6 |
804 | 2024-12-11T04:18:57.036Z | Checking serde_urlencoded v0.7.1 |
805 | 2024-12-11T04:18:58.571Z | Checking ipnetwork v0.20.0 |
806 | 2024-12-11T04:18:59.222Z | Checking rand_core v0.6.4 |
807 | 2024-12-11T04:19:01.030Z | Compiling progenitor-macro v0.8.0 |
808 | 2024-12-11T04:19:01.144Z | Checking hyper v1.5.1 |
809 | 2024-12-11T04:19:01.316Z | Compiling serde_spanned v0.6.7 |
810 | 2024-12-11T04:19:02.241Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
811 | 2024-12-11T04:19:02.693Z | Compiling winnow v0.6.18 |
812 | 2024-12-11T04:19:02.815Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
813 | 2024-12-11T04:19:03.276Z | Checking hyper-util v0.1.10 |
814 | 2024-12-11T04:19:05.323Z | Compiling http-body-util v0.1.2 |
815 | 2024-12-11T04:19:06.356Z | Compiling toml_edit v0.22.21 |
816 | 2024-12-11T04:19:07.949Z | Checking ppv-lite86 v0.2.20 |
817 | 2024-12-11T04:19:08.754Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
818 | 2024-12-11T04:19:09.687Z | Compiling base64 v0.22.1 |
819 | 2024-12-11T04:19:10.252Z | Compiling powerfmt v0.2.0 |
820 | 2024-12-11T04:19:11.276Z | Checking rustls-pemfile v2.1.3 |
821 | 2024-12-11T04:19:11.505Z | Compiling deranged v0.3.11 |
822 | 2024-12-11T04:19:11.536Z | Compiling tokio-rustls v0.26.0 |
823 | 2024-12-11T04:19:12.362Z | Checking rand_chacha v0.3.1 |
824 | 2024-12-11T04:19:13.260Z | Checking webpki-roots v0.26.6 |
825 | 2024-12-11T04:19:13.503Z | Compiling crucible-workspace-hack v0.1.0 |
826 | 2024-12-11T04:19:13.540Z | Compiling num_threads v0.1.7 |
827 | 2024-12-11T04:19:13.679Z | Compiling time v0.3.36 |
828 | 2024-12-11T04:19:13.827Z | Compiling hyper-rustls v0.27.3 |
829 | 2024-12-11T04:19:13.905Z | Compiling hyper-tls v0.6.0 |
830 | 2024-12-11T04:19:14.176Z | Checking rand v0.8.5 |
831 | 2024-12-11T04:19:14.303Z | Compiling sync_wrapper v1.0.1 |
832 | 2024-12-11T04:19:14.451Z | Compiling dirs-sys-next v0.1.2 |
833 | 2024-12-11T04:19:14.558Z | Compiling prettyplease v0.2.22 |
834 | 2024-12-11T04:19:14.920Z | Compiling dirs-next v2.0.0 |
835 | 2024-12-11T04:19:14.988Z | Checking reqwest v0.12.9 |
836 | 2024-12-11T04:19:15.847Z | Compiling block-buffer v0.10.4 |
837 | 2024-12-11T04:19:16.007Z | Compiling crypto-common v0.1.6 |
838 | 2024-12-11T04:19:16.467Z | Compiling thread_local v1.1.8 |
839 | 2024-12-11T04:19:16.884Z | Compiling match_cfg v0.1.0 |
840 | 2024-12-11T04:19:16.962Z | Compiling crossbeam-channel v0.5.13 |
841 | 2024-12-11T04:19:16.983Z | Compiling hostname v0.3.1 |
842 | 2024-12-11T04:19:17.060Z | Compiling digest v0.10.7 |
843 | 2024-12-11T04:19:17.412Z | Compiling slog-json v2.6.1 |
844 | 2024-12-11T04:19:17.565Z | Compiling term v0.7.0 |
845 | 2024-12-11T04:19:17.783Z | Compiling progenitor-client v0.8.0 |
846 | 2024-12-11T04:19:18.171Z | Compiling futures-executor v0.3.30 |
847 | 2024-12-11T04:19:18.191Z | Compiling zone_cfg_derive v0.3.0 |
848 | 2024-12-11T04:19:18.658Z | Compiling num-derive v0.4.2 |
849 | 2024-12-11T04:19:18.677Z | Compiling num-integer v0.1.46 |
850 | 2024-12-11T04:19:19.404Z | Compiling memmap v0.7.0 |
851 | 2024-12-11T04:19:19.604Z | Compiling errno v0.3.9 |
852 | 2024-12-11T04:19:19.746Z | Compiling is-terminal v0.4.13 |
853 | 2024-12-11T04:19:19.812Z | Compiling take_mut v0.2.2 |
854 | 2024-12-11T04:19:19.972Z | Compiling cpufeatures v0.2.14 |
855 | 2024-12-11T04:19:20.076Z | Compiling utf8parse v0.2.2 |
856 | 2024-12-11T04:19:20.812Z | Compiling anstyle-parse v0.2.5 |
857 | 2024-12-11T04:19:20.934Z | Compiling sha1 v0.10.6 |
858 | 2024-12-11T04:19:21.333Z | Compiling slog-term v2.9.1 |
859 | 2024-12-11T04:19:22.124Z | Compiling usdt v0.5.0 |
860 | 2024-12-11T04:19:22.468Z | Compiling tokio-rustls v0.25.0 |
861 | 2024-12-11T04:19:22.758Z | Compiling futures v0.3.30 |
862 | 2024-12-11T04:19:22.883Z | Compiling progenitor v0.8.0 |
863 | 2024-12-11T04:19:22.902Z | Compiling slog-bunyan v2.5.0 |
864 | 2024-12-11T04:19:23.743Z | Compiling toml v0.8.19 |
865 | 2024-12-11T04:19:23.855Z | Checking oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265) |
866 | 2024-12-11T04:19:24.188Z | Compiling waitgroup v0.1.2 |
867 | 2024-12-11T04:19:24.385Z | Compiling async-stream v0.3.5 |
868 | 2024-12-11T04:19:24.447Z | Compiling newtype-uuid v1.1.0 |
869 | 2024-12-11T04:19:24.661Z | Compiling hex v0.4.3 |
870 | 2024-12-11T04:19:24.732Z | Compiling serde_path_to_error v0.1.16 |
871 | 2024-12-11T04:19:25.621Z | Compiling hostname v0.4.0 |
872 | 2024-12-11T04:19:25.845Z | Compiling instant v0.1.13 |
873 | 2024-12-11T04:19:25.915Z | Compiling colorchoice v1.0.2 |
874 | 2024-12-11T04:19:25.995Z | Compiling anstyle v1.0.10 |
875 | 2024-12-11T04:19:26.074Z | Compiling is_terminal_polyfill v1.70.1 |
876 | 2024-12-11T04:19:26.129Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
877 | 2024-12-11T04:19:26.210Z | Compiling debug-ignore v1.0.5 |
878 | 2024-12-11T04:19:26.359Z | Compiling semver v0.1.20 |
879 | 2024-12-11T04:19:26.613Z | Compiling anstyle-query v1.1.1 |
880 | 2024-12-11T04:19:26.767Z | Compiling anstream v0.6.15 |
881 | 2024-12-11T04:19:26.813Z | Compiling rustc_version v0.1.7 |
882 | 2024-12-11T04:19:27.238Z | Compiling backoff v0.4.0 |
883 | 2024-12-11T04:19:27.438Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
884 | 2024-12-11T04:19:27.566Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
885 | 2024-12-11T04:19:27.866Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
886 | 2024-12-11T04:19:28.198Z | Compiling terminal_size v0.4.0 |
887 | 2024-12-11T04:19:28.218Z | Compiling num-rational v0.4.2 |
888 | 2024-12-11T04:19:28.413Z | Compiling num-iter v0.1.45 |
889 | 2024-12-11T04:19:28.431Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
890 | 2024-12-11T04:19:28.588Z | Compiling parse-display v0.10.0 |
891 | 2024-12-11T04:19:28.611Z | Compiling serde_with v3.9.0 |
892 | 2024-12-11T04:19:28.836Z | Compiling macaddr v1.0.1 |
893 | 2024-12-11T04:19:29.132Z | Compiling strum v0.26.3 |
894 | 2024-12-11T04:19:29.251Z | Compiling regress v0.9.1 |
895 | 2024-12-11T04:19:29.277Z | Compiling hubpack_derive v0.1.1 |
896 | 2024-12-11T04:19:29.422Z | Compiling zerocopy-derive v0.6.6 |
897 | 2024-12-11T04:19:30.248Z | Compiling num-complex v0.4.6 |
898 | 2024-12-11T04:19:30.438Z | Compiling clap_lex v0.7.4 |
899 | 2024-12-11T04:19:30.559Z | Checking lazy_static v1.5.0 |
900 | 2024-12-11T04:19:30.695Z | Compiling clap_builder v4.5.23 |
901 | 2024-12-11T04:19:31.277Z | Compiling num v0.4.3 |
902 | 2024-12-11T04:19:31.377Z | Compiling newtype_derive v0.1.6 |
903 | 2024-12-11T04:19:31.703Z | Compiling owo-colors v4.1.0 |
904 | 2024-12-11T04:19:31.723Z | Compiling float-ord v0.3.2 |
905 | 2024-12-11T04:19:31.878Z | Compiling cancel-safe-futures v0.1.5 |
906 | 2024-12-11T04:19:33.101Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
907 | 2024-12-11T04:19:33.605Z | Compiling strum_macros v0.25.3 |
908 | 2024-12-11T04:19:34.813Z | Compiling clap v4.5.23 |
909 | 2024-12-11T04:19:35.216Z | Compiling serde_repr v0.1.19 |
910 | 2024-12-11T04:19:37.720Z | Compiling cookie v0.18.1 |
911 | 2024-12-11T04:19:38.016Z | Compiling convert_case v0.4.0 |
912 | 2024-12-11T04:19:38.019Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
913 | 2024-12-11T04:19:38.485Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
914 | 2024-12-11T04:19:38.781Z | Compiling derive_more v0.99.18 |
915 | 2024-12-11T04:19:38.818Z | Compiling derive-where v1.2.7 |
916 | 2024-12-11T04:19:38.845Z | Compiling enum-as-inner v0.6.1 |
917 | 2024-12-11T04:19:39.268Z | Checking unicode-width v0.1.14 |
918 | 2024-12-11T04:19:44.652Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
919 | 2024-12-11T04:19:46.319Z | Checking hash32 v0.3.1 |
920 | 2024-12-11T04:19:46.528Z | Compiling slog-dtrace v0.3.0 |
921 | 2024-12-11T04:19:46.615Z | Checking stable_deref_trait v1.2.0 |
922 | 2024-12-11T04:19:47.613Z | Compiling num-derive v0.3.3 |
923 | 2024-12-11T04:19:47.903Z | Compiling parking_lot_core v0.8.6 |
924 | 2024-12-11T04:19:47.922Z | Checking cobs v0.2.3 |
925 | 2024-12-11T04:19:48.366Z | Checking either v1.13.0 |
926 | 2024-12-11T04:19:48.470Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
927 | 2024-12-11T04:19:48.747Z | Checking foreign-types-shared v0.3.1 |
928 | 2024-12-11T04:19:49.018Z | Checking managed v0.8.0 |
929 | 2024-12-11T04:19:49.429Z | Checking bitflags v1.3.2 |
930 | 2024-12-11T04:19:50.108Z | Checking foreign-types v0.5.0 |
931 | 2024-12-11T04:19:50.912Z | Checking postcard v1.0.10 |
932 | 2024-12-11T04:19:51.871Z | Checking num_enum v0.5.11 |
933 | 2024-12-11T04:19:52.196Z | Checking cstr-argument v0.1.2 |
934 | 2024-12-11T04:19:52.467Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
935 | 2024-12-11T04:19:52.539Z | Checking pretty-hex v0.2.1 |
936 | 2024-12-11T04:19:52.696Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
937 | 2024-12-11T04:19:52.854Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
938 | 2024-12-11T04:19:53.169Z | Checking colored v2.1.0 |
939 | 2024-12-11T04:19:53.278Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
940 | 2024-12-11T04:19:53.736Z | Checking tabwriter v1.4.0 |
941 | 2024-12-11T04:19:57.941Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
942 | 2024-12-11T04:19:57.967Z | Checking fastrand v2.1.1 |
943 | 2024-12-11T04:19:57.988Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
944 | 2024-12-11T04:19:58.139Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
945 | 2024-12-11T04:19:58.290Z | Checking tempfile v3.12.0 |
946 | 2024-12-11T04:20:00.288Z | Checking unicode-segmentation v1.12.0 |
947 | 2024-12-11T04:20:01.020Z | Checking newline-converter v0.3.0 |
948 | 2024-12-11T04:20:01.263Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
949 | 2024-12-11T04:20:01.461Z | Checking camino-tempfile v1.1.1 |
950 | 2024-12-11T04:20:01.731Z | Checking itertools v0.10.5 |
951 | 2024-12-11T04:20:02.045Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
952 | 2024-12-11T04:20:02.196Z | Checking console v0.15.8 |
953 | 2024-12-11T04:20:02.466Z | Checking sigpipe v0.1.3 |
954 | 2024-12-11T04:20:02.560Z | Checking static_assertions v1.1.0 |
955 | 2024-12-11T04:20:02.581Z | Checking similar v2.6.0 |
956 | 2024-12-11T04:20:02.662Z | Checking base64ct v1.6.0 |
957 | 2024-12-11T04:20:02.766Z | Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
958 | 2024-12-11T04:20:02.960Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
959 | 2024-12-11T04:20:03.007Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95) |
960 | 2024-12-11T04:20:03.106Z | Checking password-hash v0.5.0 |
961 | 2024-12-11T04:20:03.248Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
962 | 2024-12-11T04:20:03.285Z | Checking expectorate v1.1.0 |
963 | 2024-12-11T04:20:03.470Z | Checking blake2 v0.10.6 |
964 | 2024-12-11T04:20:03.495Z | Checking smf v0.2.3 |
965 | 2024-12-11T04:20:03.683Z | Checking whoami v1.5.2 |
966 | 2024-12-11T04:20:03.869Z | Checking fixedbitset v0.4.2 |
967 | 2024-12-11T04:20:03.962Z | Checking argon2 v0.5.3 |
968 | 2024-12-11T04:20:04.007Z | Checking zerocopy v0.6.6 |
969 | 2024-12-11T04:20:04.046Z | Checking hubpack v0.1.2 |
970 | 2024-12-11T04:20:04.112Z | Checking zone v0.3.0 |
971 | 2024-12-11T04:20:04.133Z | Checking petgraph v0.6.5 |
972 | 2024-12-11T04:20:04.613Z | Checking serde-big-array v0.5.1 |
973 | 2024-12-11T04:20:04.784Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
974 | 2024-12-11T04:20:04.823Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
975 | 2024-12-11T04:20:05.064Z | Checking dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
976 | 2024-12-11T04:20:05.680Z | Checking atomicwrites v0.4.4 |
977 | 2024-12-11T04:20:05.870Z | Checking itertools v0.13.0 |
978 | 2024-12-11T04:20:06.433Z | Checking idna v0.4.0 |
979 | 2024-12-11T04:20:06.480Z | Checking libsw v3.3.1 |
980 | 2024-12-11T04:20:07.301Z | Checking indent_write v2.2.0 |
981 | 2024-12-11T04:20:07.517Z | Checking linked-hash-map v0.5.6 |
982 | 2024-12-11T04:20:07.560Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
983 | 2024-12-11T04:20:07.593Z | Checking swrite v0.1.0 |
984 | 2024-12-11T04:20:07.613Z | Checking linear-map v1.2.0 |
985 | 2024-12-11T04:20:07.713Z | Checking highway v1.2.0 |
986 | 2024-12-11T04:20:07.860Z | Checking quick-error v1.2.3 |
987 | 2024-12-11T04:20:07.998Z | Checking data-encoding v2.6.0 |
988 | 2024-12-11T04:20:08.192Z | Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
989 | 2024-12-11T04:20:08.195Z | Checking nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
990 | 2024-12-11T04:20:08.351Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
991 | 2024-12-11T04:20:08.602Z | Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
992 | 2024-12-11T04:20:08.665Z | Checking hickory-proto v0.24.1 |
993 | 2024-12-11T04:20:09.718Z | Checking resolv-conf v0.7.0 |
994 | 2024-12-11T04:20:09.748Z | Checking lru-cache v0.1.2 |
995 | 2024-12-11T04:20:10.024Z | Checking steno v0.4.1 |
996 | 2024-12-11T04:20:10.057Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
997 | 2024-12-11T04:20:10.183Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
998 | 2024-12-11T04:20:10.601Z | Checking humantime v2.1.0 |
999 | 2024-12-11T04:20:12.284Z | Checking hickory-resolver v0.24.1 |
1000 | 2024-12-11T04:20:12.393Z | Checking libscf-sys v1.0.0 (https://github.com/illumos/libscf-sys.git#bb0b82c3) |
1001 | 2024-12-11T04:20:13.254Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#f14ff351) |
1002 | 2024-12-11T04:20:13.686Z | Checking internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1003 | 2024-12-11T04:20:13.880Z | Compiling rustls v0.21.12 |
1004 | 2024-12-11T04:20:14.270Z | Checking parking_lot v0.11.2 |
1005 | 2024-12-11T04:20:14.508Z | Checking crossbeam-epoch v0.9.18 |
1006 | 2024-12-11T04:20:14.713Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1007 | 2024-12-11T04:20:14.978Z | Checking fxhash v0.2.1 |
1008 | 2024-12-11T04:20:15.159Z | Checking crc32fast v1.4.2 |
1009 | 2024-12-11T04:20:15.180Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1010 | 2024-12-11T04:20:15.410Z | Checking sled v0.34.7 |
1011 | 2024-12-11T04:20:17.983Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1012 | 2024-12-11T04:20:20.872Z | Compiling typify-impl v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1013 | 2024-12-11T04:20:21.377Z | Compiling proc-macro-crate v3.2.0 |
1014 | 2024-12-11T04:20:22.268Z | Checking half v2.4.1 |
1015 | 2024-12-11T04:20:22.384Z | Compiling smartstring v1.0.1 |
1016 | 2024-12-11T04:20:22.469Z | Checking ciborium-io v0.2.2 |
1017 | 2024-12-11T04:20:22.490Z | Compiling num_enum_derive v0.7.3 |
1018 | 2024-12-11T04:20:22.729Z | Checking ciborium-ll v0.2.2 |
1019 | 2024-12-11T04:20:23.214Z | Checking http v0.2.12 |
1020 | 2024-12-11T04:20:24.591Z | Checking ciborium v0.2.2 |
1021 | 2024-12-11T04:20:24.680Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#4cdc7d7e) |
1022 | 2024-12-11T04:20:24.864Z | Compiling rhai_codegen v2.2.0 |
1023 | 2024-12-11T04:20:25.120Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1024 | 2024-12-11T04:20:25.279Z | Checking crc8 v0.1.1 |
1025 | 2024-12-11T04:20:25.423Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1026 | 2024-12-11T04:20:25.632Z | Checking h2 v0.3.26 |
1027 | 2024-12-11T04:20:26.677Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#4cdc7d7e) |
1028 | 2024-12-11T04:20:26.699Z | Checking http-body v0.4.6 |
1029 | 2024-12-11T04:20:27.128Z | Checking rustls-webpki v0.101.7 |
1030 | 2024-12-11T04:20:27.841Z | Checking sct v0.7.1 |
1031 | 2024-12-11T04:20:29.741Z | Checking hyper v0.14.30 |
1032 | 2024-12-11T04:20:30.651Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1033 | 2024-12-11T04:20:34.085Z | Checking arc-swap v1.7.1 |
1034 | 2024-12-11T04:20:34.547Z | Checking slog-scope v4.4.0 |
1035 | 2024-12-11T04:20:34.719Z | Checking tokio-rustls v0.24.1 |
1036 | 2024-12-11T04:20:34.890Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1037 | 2024-12-11T04:20:34.992Z | Compiling typify-macro v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1038 | 2024-12-11T04:20:35.297Z | Checking num_enum v0.7.3 |
1039 | 2024-12-11T04:20:35.465Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488) |
1040 | 2024-12-11T04:20:36.220Z | Checking spin v0.5.2 |
1041 | 2024-12-11T04:20:36.445Z | Checking base64 v0.21.7 |
1042 | 2024-12-11T04:20:36.694Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1043 | 2024-12-11T04:20:36.934Z | Checking rustls-pemfile v1.0.4 |
1044 | 2024-12-11T04:20:36.962Z | Checking no-std-compat v0.4.1 |
1045 | 2024-12-11T04:20:37.079Z | Checking hyper-rustls v0.24.2 |
1046 | 2024-12-11T04:20:37.310Z | Checking slog-stdlog v4.1.1 |
1047 | 2024-12-11T04:20:37.438Z | Checking hyper-tls v0.5.0 |
1048 | 2024-12-11T04:20:37.777Z | Checking ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
1049 | 2024-12-11T04:20:38.728Z | Checking thin-vec v0.2.13 |
1050 | 2024-12-11T04:20:38.809Z | Compiling typify v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1051 | 2024-12-11T04:20:38.963Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1052 | 2024-12-11T04:20:39.217Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
1053 | 2024-12-11T04:20:39.523Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=2bfd39000c878c45675651a7588c015c486e7f43#2bfd3900) |
1054 | 2024-12-11T04:20:39.606Z | Checking sync_wrapper v0.1.2 |
1055 | 2024-12-11T04:20:39.744Z | Checking yansi v1.0.1 |
1056 | 2024-12-11T04:20:39.974Z | Checking diff v0.1.13 |
1057 | 2024-12-11T04:20:39.997Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1058 | 2024-12-11T04:20:40.192Z | Checking minimal-lexical v0.2.1 |
1059 | 2024-12-11T04:20:40.285Z | Checking webpki-roots v0.25.4 |
1060 | 2024-12-11T04:20:40.454Z | Checking reqwest v0.11.27 |
1061 | 2024-12-11T04:20:40.618Z | Checking nom v7.1.3 |
1062 | 2024-12-11T04:20:40.772Z | Checking pretty_assertions v1.4.1 |
1063 | 2024-12-11T04:20:40.978Z | Checking mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
1064 | 2024-12-11T04:20:41.141Z | Checking rhai v1.20.0 |
1065 | 2024-12-11T04:20:41.891Z | Checking slog-envlogger v2.2.0 |
1066 | 2024-12-11T04:20:42.492Z | Checking rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb) |
1067 | 2024-12-11T04:20:44.070Z | Checking ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm) |
1068 | 2024-12-11T04:20:45.246Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1069 | 2024-12-11T04:20:45.635Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1070 | 2024-12-11T04:20:47.054Z | Checking itertools v0.12.1 |
1071 | 2024-12-11T04:20:47.866Z | Checking bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd) |
1072 | 2024-12-11T04:20:49.408Z | Checking mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower) |
1073 | 2024-12-11T04:20:49.812Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488) |
1074 | 2024-12-11T04:20:49.916Z | Checking mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client) |
1075 | 2024-12-11T04:20:50.502Z | Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d8c38f89) |
1076 | 2024-12-11T04:20:51.418Z | Checking ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd) |
1077 | 2024-12-11T04:20:51.492Z | Checking ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm) |
1078 | 2024-12-11T04:20:58.197Z | Checking util v0.1.0 (/work/oxidecomputer/maghemite/util) |
1079 | 2024-12-11T04:20:58.451Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1080 | 2024-12-11T04:20:59.837Z | Checking mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests) |
1081 | 2024-12-11T04:21:00.253Z | Checking mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify) |
1082 | 2024-12-11T04:21:00.556Z | Checking bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp) |
1083 | 2024-12-11T04:21:06.496Z | Checking mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm) |
1084 | 2024-12-11T04:21:06.496Z | Checking mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd) |
1085 | 2024-12-11T04:21:13.462Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 33s |
1086 | 2024-12-11T04:21:13.785Z | + banner build |
1087 | 2024-12-11T04:21:13.788Z | |
1088 | 2024-12-11T04:21:13.788Z | ##### # # # # ##### |
1089 | 2024-12-11T04:21:13.789Z | # # # # # # # # |
1090 | 2024-12-11T04:21:13.789Z | ##### # # # # # # |
1091 | 2024-12-11T04:21:13.789Z | # # # # # # # # |
1092 | 2024-12-11T04:21:13.789Z | # # # # # # # # |
1093 | 2024-12-11T04:21:13.789Z | ##### #### # ###### ##### |
1094 | 2024-12-11T04:21:13.789Z | |
1095 | 2024-12-11T04:21:13.789Z | + ptime -m cargo build |
1096 | 2024-12-11T04:21:14.574Z | Compiling cfg-if v1.0.0 |
1097 | 2024-12-11T04:21:14.577Z | Compiling memchr v2.7.4 |
1098 | 2024-12-11T04:21:14.577Z | Compiling byteorder v1.5.0 |
1099 | 2024-12-11T04:21:14.609Z | Compiling libc v0.2.167 |
1100 | 2024-12-11T04:21:14.618Z | Compiling itoa v1.0.11 |
1101 | 2024-12-11T04:21:14.621Z | Compiling serde v1.0.216 |
1102 | 2024-12-11T04:21:14.633Z | Compiling portable-atomic v1.8.0 |
1103 | 2024-12-11T04:21:14.644Z | Compiling pin-project-lite v0.2.14 |
1104 | 2024-12-11T04:21:14.657Z | Compiling ryu v1.0.18 |
1105 | 2024-12-11T04:21:14.752Z | Compiling libm v0.2.8 |
1106 | 2024-12-11T04:21:14.815Z | Compiling scopeguard v1.2.0 |
1107 | 2024-12-11T04:21:14.969Z | Compiling lock_api v0.4.12 |
1108 | 2024-12-11T04:21:15.020Z | Compiling zerocopy v0.7.35 |
1109 | 2024-12-11T04:21:15.041Z | Compiling const-random v0.1.18 |
1110 | 2024-12-11T04:21:15.124Z | Compiling allocator-api2 v0.2.18 |
1111 | 2024-12-11T04:21:15.414Z | Compiling once_cell v1.20.2 |
1112 | 2024-12-11T04:21:15.454Z | Compiling futures-core v0.3.30 |
1113 | 2024-12-11T04:21:15.729Z | Compiling num-traits v0.2.19 |
1114 | 2024-12-11T04:21:15.848Z | Compiling iana-time-zone v0.1.61 |
1115 | 2024-12-11T04:21:15.948Z | Compiling getrandom v0.2.15 |
1116 | 2024-12-11T04:21:16.232Z | Compiling signal-hook-registry v1.4.2 |
1117 | 2024-12-11T04:21:16.253Z | Compiling socket2 v0.5.8 |
1118 | 2024-12-11T04:21:16.276Z | Compiling mio v1.0.2 |
1119 | 2024-12-11T04:21:16.368Z | Compiling log v0.4.22 |
1120 | 2024-12-11T04:21:16.387Z | Compiling thiserror v1.0.69 |
1121 | 2024-12-11T04:21:16.522Z | Compiling dyn-clone v1.0.17 |
1122 | 2024-12-11T04:21:16.702Z | Compiling ahash v0.8.11 |
1123 | 2024-12-11T04:21:16.754Z | Compiling futures-sink v0.3.30 |
1124 | 2024-12-11T04:21:16.844Z | Compiling slab v0.4.9 |
1125 | 2024-12-11T04:21:16.912Z | Compiling futures-channel v0.3.30 |
1126 | 2024-12-11T04:21:17.138Z | Compiling tracing-core v0.1.32 |
1127 | 2024-12-11T04:21:17.184Z | Compiling futures-task v0.3.30 |
1128 | 2024-12-11T04:21:17.317Z | Compiling hashbrown v0.14.5 |
1129 | 2024-12-11T04:21:17.345Z | Compiling futures-io v0.3.30 |
1130 | 2024-12-11T04:21:17.356Z | Compiling equivalent v1.0.1 |
1131 | 2024-12-11T04:21:17.455Z | Compiling pin-utils v0.1.0 |
1132 | 2024-12-11T04:21:17.489Z | Compiling fnv v1.0.7 |
1133 | 2024-12-11T04:21:17.544Z | Compiling futures-util v0.3.30 |
1134 | 2024-12-11T04:21:17.590Z | Compiling bitflags v2.6.0 |
1135 | 2024-12-11T04:21:17.617Z | Compiling spin v0.9.8 |
1136 | 2024-12-11T04:21:17.696Z | Compiling untrusted v0.9.0 |
1137 | 2024-12-11T04:21:17.753Z | Compiling httparse v1.9.4 |
1138 | 2024-12-11T04:21:17.854Z | Compiling ring v0.17.8 |
1139 | 2024-12-11T04:21:17.875Z | Compiling tracing v0.1.40 |
1140 | 2024-12-11T04:21:18.039Z | Compiling unicode-ident v1.0.13 |
1141 | 2024-12-11T04:21:18.227Z | Compiling try-lock v0.2.5 |
1142 | 2024-12-11T04:21:18.315Z | Compiling proc-macro2 v1.0.86 |
1143 | 2024-12-11T04:21:18.374Z | Compiling want v0.3.1 |
1144 | 2024-12-11T04:21:18.541Z | Compiling httpdate v1.0.3 |
1145 | 2024-12-11T04:21:18.665Z | Compiling subtle v2.6.1 |
1146 | 2024-12-11T04:21:18.685Z | Compiling tower-service v0.3.3 |
1147 | 2024-12-11T04:21:18.725Z | Compiling tinyvec_macros v0.1.1 |
1148 | 2024-12-11T04:21:18.811Z | Compiling tinyvec v1.8.0 |
1149 | 2024-12-11T04:21:18.814Z | Compiling slog v2.7.0 |
1150 | 2024-12-11T04:21:18.921Z | Compiling percent-encoding v2.3.1 |
1151 | 2024-12-11T04:21:19.065Z | Compiling quote v1.0.37 |
1152 | 2024-12-11T04:21:19.319Z | Compiling foreign-types-shared v0.1.1 |
1153 | 2024-12-11T04:21:19.432Z | Compiling foreign-types v0.3.2 |
1154 | 2024-12-11T04:21:19.525Z | Compiling syn v2.0.87 |
1155 | 2024-12-11T04:21:19.691Z | Compiling form_urlencoded v1.2.1 |
1156 | 2024-12-11T04:21:19.832Z | Compiling openssl-sys v0.9.103 |
1157 | 2024-12-11T04:21:20.016Z | Compiling rustls-pki-types v1.8.0 |
1158 | 2024-12-11T04:21:20.221Z | Compiling unicode-normalization v0.1.24 |
1159 | 2024-12-11T04:21:20.284Z | Compiling unicode-bidi v0.3.15 |
1160 | 2024-12-11T04:21:20.926Z | Compiling bytes v1.7.2 |
1161 | 2024-12-11T04:21:21.002Z | Compiling smallvec v1.13.2 |
1162 | 2024-12-11T04:21:21.303Z | Compiling serde_json v1.0.133 |
1163 | 2024-12-11T04:21:21.387Z | Compiling chrono v0.4.38 |
1164 | 2024-12-11T04:21:21.473Z | Compiling parking_lot_core v0.9.10 |
1165 | 2024-12-11T04:21:21.859Z | Compiling parking_lot v0.12.3 |
1166 | 2024-12-11T04:21:21.872Z | Compiling uuid v1.11.0 |
1167 | 2024-12-11T04:21:22.179Z | Compiling indexmap v2.5.0 |
1168 | 2024-12-11T04:21:22.315Z | Compiling tokio v1.42.0 |
1169 | 2024-12-11T04:21:22.777Z | Compiling http v1.2.0 |
1170 | 2024-12-11T04:21:22.832Z | Compiling openssl v0.10.66 |
1171 | 2024-12-11T04:21:23.674Z | Compiling openssl-probe v0.1.5 |
1172 | 2024-12-11T04:21:23.939Z | Compiling schemars v0.8.21 |
1173 | 2024-12-11T04:21:24.062Z | Compiling idna v0.5.0 |
1174 | 2024-12-11T04:21:24.444Z | Compiling atomic-waker v1.1.2 |
1175 | 2024-12-11T04:21:24.644Z | Compiling http-body v1.0.1 |
1176 | 2024-12-11T04:21:24.884Z | Compiling rustls-webpki v0.102.8 |
1177 | 2024-12-11T04:21:25.353Z | Compiling url v2.5.2 |
1178 | 2024-12-11T04:21:25.476Z | Compiling rand_core v0.6.4 |
1179 | 2024-12-11T04:21:25.941Z | Compiling aho-corasick v1.1.3 |
1180 | 2024-12-11T04:21:25.985Z | Compiling encoding_rs v0.8.34 |
1181 | 2024-12-11T04:21:27.158Z | Compiling mime v0.3.17 |
1182 | 2024-12-11T04:21:27.382Z | Compiling regex-syntax v0.8.4 |
1183 | 2024-12-11T04:21:27.816Z | Compiling ipnet v2.10.0 |
1184 | 2024-12-11T04:21:27.943Z | Compiling zeroize v1.8.1 |
1185 | 2024-12-11T04:21:28.279Z | Compiling ipnetwork v0.20.0 |
1186 | 2024-12-11T04:21:29.211Z | Compiling native-tls v0.2.12 |
1187 | 2024-12-11T04:21:29.275Z | Compiling semver v1.0.23 |
1188 | 2024-12-11T04:21:29.899Z | Compiling serde_urlencoded v0.7.1 |
1189 | 2024-12-11T04:21:30.105Z | Compiling regress v0.10.1 |
1190 | 2024-12-11T04:21:30.445Z | Compiling heck v0.5.0 |
1191 | 2024-12-11T04:21:30.975Z | Compiling regex-automata v0.4.7 |
1192 | 2024-12-11T04:21:31.040Z | Compiling anyhow v1.0.94 |
1193 | 2024-12-11T04:21:31.686Z | Compiling tokio-util v0.7.12 |
1194 | 2024-12-11T04:21:31.858Z | Compiling tokio-native-tls v0.3.1 |
1195 | 2024-12-11T04:21:32.053Z | Compiling ppv-lite86 v0.2.20 |
1196 | 2024-12-11T04:21:32.133Z | Compiling rustls v0.23.13 |
1197 | 2024-12-11T04:21:32.917Z | Compiling h2 v0.4.6 |
1198 | 2024-12-11T04:21:33.049Z | Compiling rand_chacha v0.3.1 |
1199 | 2024-12-11T04:21:33.177Z | Compiling http-body-util v0.1.2 |
1200 | 2024-12-11T04:21:33.704Z | Compiling rand v0.8.5 |
1201 | 2024-12-11T04:21:34.176Z | Compiling openapiv3 v2.0.0 |
1202 | 2024-12-11T04:21:34.562Z | Compiling base64 v0.22.1 |
1203 | 2024-12-11T04:21:35.329Z | Compiling regex v1.10.6 |
1204 | 2024-12-11T04:21:35.393Z | Compiling rustls-pemfile v2.1.3 |
1205 | 2024-12-11T04:21:35.459Z | Compiling webpki-roots v0.26.6 |
1206 | 2024-12-11T04:21:35.712Z | Compiling sync_wrapper v1.0.1 |
1207 | 2024-12-11T04:21:35.867Z | Compiling powerfmt v0.2.0 |
1208 | 2024-12-11T04:21:35.937Z | Compiling winnow v0.6.18 |
1209 | 2024-12-11T04:21:36.416Z | Compiling deranged v0.3.11 |
1210 | 2024-12-11T04:21:36.537Z | Compiling typify-impl v0.2.0 |
1211 | 2024-12-11T04:21:38.289Z | Compiling hyper v1.5.1 |
1212 | 2024-12-11T04:21:38.724Z | Compiling tokio-rustls v0.26.0 |
1213 | 2024-12-11T04:21:39.208Z | Compiling typenum v1.17.0 |
1214 | 2024-12-11T04:21:39.853Z | Compiling num-conv v0.1.0 |
1215 | 2024-12-11T04:21:40.156Z | Compiling num_threads v0.1.7 |
1216 | 2024-12-11T04:21:40.283Z | Compiling time-core v0.1.2 |
1217 | 2024-12-11T04:21:40.455Z | Compiling time v0.3.36 |
1218 | 2024-12-11T04:21:40.567Z | Compiling generic-array v0.14.7 |
1219 | 2024-12-11T04:21:40.598Z | Compiling typify v0.2.0 |
1220 | 2024-12-11T04:21:40.612Z | Compiling crossbeam-utils v0.8.20 |
1221 | 2024-12-11T04:21:40.744Z | Compiling hyper-util v0.1.10 |
1222 | 2024-12-11T04:21:40.996Z | Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265) |
1223 | 2024-12-11T04:21:41.820Z | Compiling lazy_static v1.5.0 |
1224 | 2024-12-11T04:21:41.901Z | Compiling progenitor-impl v0.8.0 |
1225 | 2024-12-11T04:21:41.950Z | Compiling dirs-sys-next v0.1.2 |
1226 | 2024-12-11T04:21:41.986Z | Compiling block-buffer v0.10.4 |
1227 | 2024-12-11T04:21:42.201Z | Compiling dirs-next v2.0.0 |
1228 | 2024-12-11T04:21:42.403Z | Compiling crypto-common v0.1.6 |
1229 | 2024-12-11T04:21:42.590Z | Compiling scroll v0.12.0 |
1230 | 2024-12-11T04:21:42.689Z | Compiling hyper-tls v0.6.0 |
1231 | 2024-12-11T04:21:42.782Z | Compiling hyper-rustls v0.27.3 |
1232 | 2024-12-11T04:21:43.128Z | Compiling thread_local v1.1.8 |
1233 | 2024-12-11T04:21:43.189Z | Compiling reqwest v0.12.9 |
1234 | 2024-12-11T04:21:43.452Z | Compiling ucd-trie v0.1.6 |
1235 | 2024-12-11T04:21:43.683Z | Compiling plain v0.2.3 |
1236 | 2024-12-11T04:21:43.735Z | Compiling pest v2.7.13 |
1237 | 2024-12-11T04:21:43.829Z | Compiling goblin v0.8.2 |
1238 | 2024-12-11T04:21:44.169Z | Compiling digest v0.10.7 |
1239 | 2024-12-11T04:21:44.598Z | Compiling term v0.7.0 |
1240 | 2024-12-11T04:21:46.297Z | Compiling progenitor-client v0.8.0 |
1241 | 2024-12-11T04:21:46.374Z | Compiling crossbeam-channel v0.5.13 |
1242 | 2024-12-11T04:21:46.493Z | Compiling omicron-workspace-hack v0.1.0 |
1243 | 2024-12-11T04:21:46.597Z | Compiling is-terminal v0.4.13 |
1244 | 2024-12-11T04:21:46.723Z | Compiling progenitor v0.8.0 |
1245 | 2024-12-11T04:21:46.777Z | Compiling pretty-hex v0.4.1 |
1246 | 2024-12-11T04:21:46.890Z | Compiling take_mut v0.2.2 |
1247 | 2024-12-11T04:21:46.949Z | Compiling match_cfg v0.1.0 |
1248 | 2024-12-11T04:21:46.991Z | Compiling slog-term v2.9.1 |
1249 | 2024-12-11T04:21:47.039Z | Compiling hostname v0.3.1 |
1250 | 2024-12-11T04:21:47.049Z | Compiling dtrace-parser v0.2.0 |
1251 | 2024-12-11T04:21:47.314Z | Compiling slog-async v2.8.0 |
1252 | 2024-12-11T04:21:47.517Z | Compiling futures-executor v0.3.30 |
1253 | 2024-12-11T04:21:48.153Z | Compiling thread-id v4.2.2 |
1254 | 2024-12-11T04:21:48.202Z | Compiling errno v0.3.9 |
1255 | 2024-12-11T04:21:48.265Z | Compiling instant v0.1.13 |
1256 | 2024-12-11T04:21:48.421Z | Compiling cpufeatures v0.2.14 |
1257 | 2024-12-11T04:21:48.439Z | Compiling unicode-width v0.1.14 |
1258 | 2024-12-11T04:21:48.516Z | Compiling rustix v0.38.37 |
1259 | 2024-12-11T04:21:48.580Z | Compiling futures v0.3.30 |
1260 | 2024-12-11T04:21:48.696Z | Compiling camino v1.1.9 |
1261 | 2024-12-11T04:21:48.965Z | Compiling toml_datetime v0.6.8 |
1262 | 2024-12-11T04:21:49.285Z | Compiling serde_spanned v0.6.7 |
1263 | 2024-12-11T04:21:49.534Z | Compiling memmap v0.7.0 |
1264 | 2024-12-11T04:21:49.546Z | Compiling toml_edit v0.22.21 |
1265 | 2024-12-11T04:21:49.819Z | Compiling dof v0.3.0 |
1266 | 2024-12-11T04:21:49.893Z | Compiling slog-json v2.6.1 |
1267 | 2024-12-11T04:21:50.295Z | Compiling strum v0.26.3 |
1268 | 2024-12-11T04:21:50.470Z | Compiling serde_with v3.9.0 |
1269 | 2024-12-11T04:21:50.964Z | Compiling usdt-impl v0.5.0 |
1270 | 2024-12-11T04:21:51.534Z | Compiling rustls v0.22.4 |
1271 | 2024-12-11T04:21:52.351Z | Compiling usdt v0.5.0 |
1272 | 2024-12-11T04:21:52.612Z | Compiling debug-ignore v1.0.5 |
1273 | 2024-12-11T04:21:52.765Z | Compiling slog-bunyan v2.5.0 |
1274 | 2024-12-11T04:21:52.942Z | Compiling toml v0.8.19 |
1275 | 2024-12-11T04:21:52.984Z | Compiling sha1 v0.10.6 |
1276 | 2024-12-11T04:21:53.419Z | Compiling async-stream v0.3.5 |
1277 | 2024-12-11T04:21:53.756Z | Compiling multer v3.1.0 |
1278 | 2024-12-11T04:21:54.065Z | Compiling newtype-uuid v1.1.0 |
1279 | 2024-12-11T04:21:54.385Z | Compiling waitgroup v0.1.2 |
1280 | 2024-12-11T04:21:54.464Z | Compiling hex v0.4.3 |
1281 | 2024-12-11T04:21:54.630Z | Compiling serde_path_to_error v0.1.16 |
1282 | 2024-12-11T04:21:54.736Z | Compiling hostname v0.4.0 |
1283 | 2024-12-11T04:21:54.907Z | Compiling hash32 v0.3.1 |
1284 | 2024-12-11T04:21:55.015Z | Compiling stable_deref_trait v1.2.0 |
1285 | 2024-12-11T04:21:55.104Z | Compiling heapless v0.8.0 |
1286 | 2024-12-11T04:21:55.117Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1287 | 2024-12-11T04:21:55.144Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1288 | 2024-12-11T04:21:55.274Z | Compiling backoff v0.4.0 |
1289 | 2024-12-11T04:21:55.447Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
1290 | 2024-12-11T04:21:55.508Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1291 | 2024-12-11T04:21:55.604Z | Compiling parse-display v0.10.0 |
1292 | 2024-12-11T04:21:55.696Z | Compiling tokio-rustls v0.25.0 |
1293 | 2024-12-11T04:21:55.715Z | Compiling macaddr v1.0.1 |
1294 | 2024-12-11T04:21:56.161Z | Compiling dropshot v0.12.0 |
1295 | 2024-12-11T04:21:56.183Z | Compiling regress v0.9.1 |
1296 | 2024-12-11T04:21:56.206Z | Compiling foreign-types-shared v0.3.1 |
1297 | 2024-12-11T04:21:56.321Z | Compiling managed v0.8.0 |
1298 | 2024-12-11T04:21:56.429Z | Compiling utf8parse v0.2.2 |
1299 | 2024-12-11T04:21:56.583Z | Compiling bitflags v1.3.2 |
1300 | 2024-12-11T04:21:56.684Z | Compiling cobs v0.2.3 |
1301 | 2024-12-11T04:21:56.762Z | Compiling either v1.13.0 |
1302 | 2024-12-11T04:21:56.987Z | Compiling postcard v1.0.10 |
1303 | 2024-12-11T04:21:57.169Z | Compiling smoltcp v0.11.0 |
1304 | 2024-12-11T04:21:57.671Z | Compiling anstyle-parse v0.2.5 |
1305 | 2024-12-11T04:21:58.040Z | Compiling foreign-types v0.5.0 |
1306 | 2024-12-11T04:21:58.042Z | Compiling num_enum v0.5.11 |
1307 | 2024-12-11T04:21:58.154Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1308 | 2024-12-11T04:21:58.156Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1309 | 2024-12-11T04:21:58.204Z | Compiling cstr-argument v0.1.2 |
1310 | 2024-12-11T04:21:58.308Z | Compiling anstyle-query v1.1.1 |
1311 | 2024-12-11T04:21:58.346Z | Compiling is_terminal_polyfill v1.70.1 |
1312 | 2024-12-11T04:21:58.460Z | Compiling anstyle v1.0.10 |
1313 | 2024-12-11T04:21:58.473Z | Compiling colorchoice v1.0.2 |
1314 | 2024-12-11T04:21:58.475Z | Compiling pretty-hex v0.2.1 |
1315 | 2024-12-11T04:21:58.640Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1316 | 2024-12-11T04:21:58.653Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1317 | 2024-12-11T04:21:58.919Z | Compiling anstream v0.6.15 |
1318 | 2024-12-11T04:21:59.053Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1319 | 2024-12-11T04:21:59.217Z | Compiling terminal_size v0.4.0 |
1320 | 2024-12-11T04:21:59.341Z | Compiling colored v2.1.0 |
1321 | 2024-12-11T04:21:59.431Z | Compiling strsim v0.11.1 |
1322 | 2024-12-11T04:21:59.738Z | Compiling clap_lex v0.7.4 |
1323 | 2024-12-11T04:22:00.153Z | Compiling clap_builder v4.5.23 |
1324 | 2024-12-11T04:22:00.296Z | Compiling tabwriter v1.4.0 |
1325 | 2024-12-11T04:22:00.451Z | Compiling num-integer v0.1.46 |
1326 | 2024-12-11T04:22:00.872Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1327 | 2024-12-11T04:22:01.262Z | Compiling num-rational v0.4.2 |
1328 | 2024-12-11T04:22:01.561Z | Compiling num-iter v0.1.45 |
1329 | 2024-12-11T04:22:01.750Z | Compiling num-complex v0.4.6 |
1330 | 2024-12-11T04:22:02.362Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1331 | 2024-12-11T04:22:02.600Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1332 | 2024-12-11T04:22:02.695Z | Compiling fastrand v2.1.1 |
1333 | 2024-12-11T04:22:02.759Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1334 | 2024-12-11T04:22:02.817Z | Compiling num v0.4.3 |
1335 | 2024-12-11T04:22:02.832Z | Compiling float-ord v0.3.2 |
1336 | 2024-12-11T04:22:02.849Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1337 | 2024-12-11T04:22:02.923Z | Compiling unicode-segmentation v1.12.0 |
1338 | 2024-12-11T04:22:02.994Z | Compiling crucible-workspace-hack v0.1.0 |
1339 | 2024-12-11T04:22:03.092Z | Compiling tempfile v3.12.0 |
1340 | 2024-12-11T04:22:03.277Z | Compiling itertools v0.10.5 |
1341 | 2024-12-11T04:22:03.856Z | Compiling newline-converter v0.3.0 |
1342 | 2024-12-11T04:22:04.003Z | Compiling clap v4.5.23 |
1343 | 2024-12-11T04:22:04.016Z | Compiling camino-tempfile v1.1.1 |
1344 | 2024-12-11T04:22:04.124Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1345 | 2024-12-11T04:22:04.344Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1346 | 2024-12-11T04:22:04.467Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1347 | 2024-12-11T04:22:04.879Z | Compiling console v0.15.8 |
1348 | 2024-12-11T04:22:04.957Z | Compiling sigpipe v0.1.3 |
1349 | 2024-12-11T04:22:05.081Z | Compiling base64ct v1.6.0 |
1350 | 2024-12-11T04:22:05.772Z | Compiling static_assertions v1.1.0 |
1351 | 2024-12-11T04:22:05.873Z | Compiling similar v2.6.0 |
1352 | 2024-12-11T04:22:06.290Z | Compiling zone v0.3.0 |
1353 | 2024-12-11T04:22:06.607Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1354 | 2024-12-11T04:22:06.653Z | Compiling password-hash v0.5.0 |
1355 | 2024-12-11T04:22:06.685Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95) |
1356 | 2024-12-11T04:22:07.144Z | Compiling expectorate v1.1.0 |
1357 | 2024-12-11T04:22:07.317Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1358 | 2024-12-11T04:22:07.657Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1359 | 2024-12-11T04:22:07.791Z | Compiling blake2 v0.10.6 |
1360 | 2024-12-11T04:22:07.957Z | Compiling smf v0.2.3 |
1361 | 2024-12-11T04:22:07.975Z | Compiling whoami v1.5.2 |
1362 | 2024-12-11T04:22:08.144Z | Compiling fixedbitset v0.4.2 |
1363 | 2024-12-11T04:22:08.534Z | Compiling petgraph v0.6.5 |
1364 | 2024-12-11T04:22:08.623Z | Compiling argon2 v0.5.3 |
1365 | 2024-12-11T04:22:08.636Z | Compiling zerocopy v0.6.6 |
1366 | 2024-12-11T04:22:08.693Z | Compiling hubpack v0.1.2 |
1367 | 2024-12-11T04:22:09.008Z | Compiling prettyplease v0.2.22 |
1368 | 2024-12-11T04:22:09.141Z | Compiling serde-big-array v0.5.1 |
1369 | 2024-12-11T04:22:09.373Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1370 | 2024-12-11T04:22:09.488Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1371 | 2024-12-11T04:22:09.515Z | Compiling newtype_derive v0.1.6 |
1372 | 2024-12-11T04:22:09.631Z | Compiling owo-colors v4.1.0 |
1373 | 2024-12-11T04:22:09.798Z | Compiling cancel-safe-futures v0.1.5 |
1374 | 2024-12-11T04:22:10.028Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1375 | 2024-12-11T04:22:10.400Z | Compiling atomicwrites v0.4.4 |
1376 | 2024-12-11T04:22:10.572Z | Compiling itertools v0.13.0 |
1377 | 2024-12-11T04:22:10.802Z | Compiling libsw v3.3.1 |
1378 | 2024-12-11T04:22:11.114Z | Compiling idna v0.4.0 |
1379 | 2024-12-11T04:22:11.976Z | Compiling highway v1.2.0 |
1380 | 2024-12-11T04:22:12.309Z | Compiling linked-hash-map v0.5.6 |
1381 | 2024-12-11T04:22:12.458Z | Compiling linear-map v1.2.0 |
1382 | 2024-12-11T04:22:12.692Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1383 | 2024-12-11T04:22:12.709Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1384 | 2024-12-11T04:22:12.828Z | Compiling swrite v0.1.0 |
1385 | 2024-12-11T04:22:12.854Z | Compiling quick-error v1.2.3 |
1386 | 2024-12-11T04:22:12.945Z | Compiling data-encoding v2.6.0 |
1387 | 2024-12-11T04:22:12.957Z | Compiling indent_write v2.2.0 |
1388 | 2024-12-11T04:22:12.996Z | Compiling resolv-conf v0.7.0 |
1389 | 2024-12-11T04:22:13.162Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1390 | 2024-12-11T04:22:13.818Z | Compiling hickory-proto v0.24.1 |
1391 | 2024-12-11T04:22:13.851Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1392 | 2024-12-11T04:22:15.811Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1393 | 2024-12-11T04:22:16.527Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1394 | 2024-12-11T04:22:16.750Z | Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1395 | 2024-12-11T04:22:17.250Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1396 | 2024-12-11T04:22:17.565Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1397 | 2024-12-11T04:22:18.960Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1398 | 2024-12-11T04:22:19.105Z | Compiling lru-cache v0.1.2 |
1399 | 2024-12-11T04:22:19.316Z | Compiling steno v0.4.1 |
1400 | 2024-12-11T04:22:19.365Z | Compiling cookie v0.18.1 |
1401 | 2024-12-11T04:22:20.577Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
1402 | 2024-12-11T04:22:20.635Z | Compiling humantime v2.1.0 |
1403 | 2024-12-11T04:22:21.227Z | Compiling hickory-resolver v0.24.1 |
1404 | 2024-12-11T04:22:21.704Z | Compiling libscf-sys v1.0.0 (https://github.com/illumos/libscf-sys.git#bb0b82c3) |
1405 | 2024-12-11T04:22:21.742Z | Compiling slog-dtrace v0.3.0 |
1406 | 2024-12-11T04:22:21.878Z | Compiling parking_lot_core v0.8.6 |
1407 | 2024-12-11T04:22:21.928Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#f14ff351) |
1408 | 2024-12-11T04:22:22.326Z | Compiling parking_lot v0.11.2 |
1409 | 2024-12-11T04:22:22.555Z | Compiling crossbeam-epoch v0.9.18 |
1410 | 2024-12-11T04:22:22.685Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1411 | 2024-12-11T04:22:22.786Z | Compiling http v0.2.12 |
1412 | 2024-12-11T04:22:23.252Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1413 | 2024-12-11T04:22:23.357Z | Compiling fxhash v0.2.1 |
1414 | 2024-12-11T04:22:23.633Z | Compiling crc32fast v1.4.2 |
1415 | 2024-12-11T04:22:23.807Z | Compiling sled v0.34.7 |
1416 | 2024-12-11T04:22:23.907Z | Compiling sct v0.7.1 |
1417 | 2024-12-11T04:22:24.255Z | Compiling rustls-webpki v0.101.7 |
1418 | 2024-12-11T04:22:24.399Z | Compiling http-body v0.4.6 |
1419 | 2024-12-11T04:22:24.871Z | Compiling h2 v0.3.26 |
1420 | 2024-12-11T04:22:25.504Z | Compiling half v2.4.1 |
1421 | 2024-12-11T04:22:26.141Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1422 | 2024-12-11T04:22:26.314Z | Compiling ciborium-io v0.2.2 |
1423 | 2024-12-11T04:22:26.393Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1424 | 2024-12-11T04:22:26.443Z | Compiling ciborium-ll v0.2.2 |
1425 | 2024-12-11T04:22:26.801Z | Compiling rustls v0.21.12 |
1426 | 2024-12-11T04:22:26.864Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#4cdc7d7e) |
1427 | 2024-12-11T04:22:28.286Z | Compiling crc8 v0.1.1 |
1428 | 2024-12-11T04:22:28.361Z | Compiling arc-swap v1.7.1 |
1429 | 2024-12-11T04:22:28.448Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1430 | 2024-12-11T04:22:28.561Z | Compiling ciborium v0.2.2 |
1431 | 2024-12-11T04:22:28.660Z | Compiling base64 v0.21.7 |
1432 | 2024-12-11T04:22:29.020Z | Compiling slog-scope v4.4.0 |
1433 | 2024-12-11T04:22:29.503Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#4cdc7d7e) |
1434 | 2024-12-11T04:22:29.621Z | Compiling hyper v0.14.30 |
1435 | 2024-12-11T04:22:30.212Z | Compiling slog-stdlog v4.1.1 |
1436 | 2024-12-11T04:22:30.644Z | Compiling rustls-pemfile v1.0.4 |
1437 | 2024-12-11T04:22:31.138Z | Compiling tokio-rustls v0.24.1 |
1438 | 2024-12-11T04:22:31.322Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1439 | 2024-12-11T04:22:31.556Z | Compiling typify-impl v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1440 | 2024-12-11T04:22:32.754Z | Compiling spin v0.5.2 |
1441 | 2024-12-11T04:22:32.999Z | Compiling webpki-roots v0.25.4 |
1442 | 2024-12-11T04:22:33.159Z | Compiling sync_wrapper v0.1.2 |
1443 | 2024-12-11T04:22:33.291Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1444 | 2024-12-11T04:22:33.541Z | Compiling no-std-compat v0.4.1 |
1445 | 2024-12-11T04:22:33.658Z | Compiling hyper-rustls v0.24.2 |
1446 | 2024-12-11T04:22:34.050Z | Compiling hyper-tls v0.5.0 |
1447 | 2024-12-11T04:22:34.418Z | Compiling reqwest v0.11.27 |
1448 | 2024-12-11T04:22:34.655Z | Compiling num_enum v0.7.3 |
1449 | 2024-12-11T04:22:34.825Z | Compiling smartstring v1.0.1 |
1450 | 2024-12-11T04:22:35.489Z | Compiling typify v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1451 | 2024-12-11T04:22:35.635Z | Compiling slog-envlogger v2.2.0 |
1452 | 2024-12-11T04:22:36.576Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
1453 | 2024-12-11T04:22:36.597Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
1454 | 2024-12-11T04:22:36.748Z | Compiling thin-vec v0.2.13 |
1455 | 2024-12-11T04:22:37.015Z | Compiling minimal-lexical v0.2.1 |
1456 | 2024-12-11T04:22:37.034Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1457 | 2024-12-11T04:22:37.371Z | Compiling rhai v1.20.0 |
1458 | 2024-12-11T04:22:37.530Z | Compiling nom v7.1.3 |
1459 | 2024-12-11T04:22:37.578Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1460 | 2024-12-11T04:22:38.427Z | Compiling itertools v0.12.1 |
1461 | 2024-12-11T04:22:41.331Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1462 | 2024-12-11T04:22:41.675Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488) |
1463 | 2024-12-11T04:22:43.461Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1464 | 2024-12-11T04:22:43.691Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=2bfd39000c878c45675651a7588c015c486e7f43#2bfd3900) |
1465 | 2024-12-11T04:22:45.258Z | Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d8c38f89) |
1466 | 2024-12-11T04:22:45.291Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client) |
1467 | 2024-12-11T04:22:46.307Z | Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests) |
1468 | 2024-12-11T04:22:46.419Z | Compiling util v0.1.0 (/work/oxidecomputer/maghemite/util) |
1469 | 2024-12-11T04:22:46.831Z | Compiling mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify) |
1470 | 2024-12-11T04:22:51.371Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1471 | 2024-12-11T04:22:52.976Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
1472 | 2024-12-11T04:22:55.364Z | Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb) |
1473 | 2024-12-11T04:22:55.364Z | Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm) |
1474 | 2024-12-11T04:22:57.037Z | Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd) |
1475 | 2024-12-11T04:22:57.041Z | Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower) |
1476 | 2024-12-11T04:22:58.460Z | Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp) |
1477 | 2024-12-11T04:23:09.770Z | Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd) |
1478 | 2024-12-11T04:23:09.770Z | Compiling mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm) |
1479 | 2024-12-11T04:23:14.269Z | Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm) |
1480 | 2024-12-11T04:23:14.269Z | Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd) |
1481 | 2024-12-11T04:23:55.075Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 41s |
1482 | 2024-12-11T04:23:55.226Z | |
1483 | 2024-12-11T04:23:55.226Z | real 2:41.387055073 |
1484 | 2024-12-11T04:23:55.226Z | user 14:54.452354276 |
1485 | 2024-12-11T04:23:55.226Z | sys 2:49.900752092 |
1486 | 2024-12-11T04:23:55.226Z | trap 0.449769302 |
1487 | 2024-12-11T04:23:55.229Z | tflt 0.697762554 |
1488 | 2024-12-11T04:23:55.229Z | dflt 0.945806733 |
1489 | 2024-12-11T04:23:55.229Z | kflt 0.000020766 |
1490 | 2024-12-11T04:23:55.229Z | lock 30:14.843872455 |
1491 | 2024-12-11T04:23:55.229Z | slp 1:00:24.528031944 |
1492 | 2024-12-11T04:23:55.229Z | lat 28.872349346 |
1493 | 2024-12-11T04:23:55.229Z | stop 46.376225355 |
1494 | 2024-12-11T04:23:55.229Z | + ptime -m cargo build --release |
1495 | 2024-12-11T04:23:55.837Z | Compiling proc-macro2 v1.0.86 |
1496 | 2024-12-11T04:23:55.837Z | Compiling unicode-ident v1.0.13 |
1497 | 2024-12-11T04:23:55.840Z | Compiling libc v0.2.167 |
1498 | 2024-12-11T04:23:55.840Z | Compiling serde v1.0.216 |
1499 | 2024-12-11T04:23:55.840Z | Compiling version_check v0.9.5 |
1500 | 2024-12-11T04:23:55.840Z | Compiling autocfg v1.3.0 |
1501 | 2024-12-11T04:23:55.840Z | Compiling cfg-if v1.0.0 |
1502 | 2024-12-11T04:23:56.017Z | Compiling once_cell v1.20.2 |
1503 | 2024-12-11T04:23:56.033Z | Compiling libm v0.2.8 |
1504 | 2024-12-11T04:23:56.080Z | Compiling memchr v2.7.4 |
1505 | 2024-12-11T04:23:56.418Z | Compiling byteorder v1.5.0 |
1506 | 2024-12-11T04:23:56.605Z | Compiling lock_api v0.4.12 |
1507 | 2024-12-11T04:23:56.910Z | Compiling parking_lot_core v0.9.10 |
1508 | 2024-12-11T04:23:56.934Z | Compiling itoa v1.0.11 |
1509 | 2024-12-11T04:23:57.004Z | Compiling shlex v1.3.0 |
1510 | 2024-12-11T04:23:57.159Z | Compiling thiserror v1.0.69 |
1511 | 2024-12-11T04:23:57.350Z | Compiling cc v1.1.21 |
1512 | 2024-12-11T04:23:57.373Z | Compiling portable-atomic v1.8.0 |
1513 | 2024-12-11T04:23:57.823Z | Compiling quote v1.0.37 |
1514 | 2024-12-11T04:23:58.140Z | Compiling getrandom v0.2.15 |
1515 | 2024-12-11T04:23:58.357Z | Compiling syn v2.0.87 |
1516 | 2024-12-11T04:23:58.486Z | Compiling ahash v0.8.11 |
1517 | 2024-12-11T04:23:58.500Z | Compiling schemars v0.8.21 |
1518 | 2024-12-11T04:23:58.741Z | Compiling allocator-api2 v0.2.18 |
1519 | 2024-12-11T04:23:58.751Z | Compiling slab v0.4.9 |
1520 | 2024-12-11T04:23:58.856Z | Compiling pin-project-lite v0.2.14 |
1521 | 2024-12-11T04:23:58.894Z | Compiling ryu v1.0.18 |
1522 | 2024-12-11T04:23:58.927Z | Compiling serde_json v1.0.133 |
1523 | 2024-12-11T04:23:59.100Z | Compiling num-traits v0.2.19 |
1524 | 2024-12-11T04:23:59.512Z | Compiling scopeguard v1.2.0 |
1525 | 2024-12-11T04:23:59.579Z | Compiling crunchy v0.2.2 |
1526 | 2024-12-11T04:23:59.677Z | Compiling tiny-keccak v2.0.2 |
1527 | 2024-12-11T04:23:59.903Z | Compiling log v0.4.22 |
1528 | 2024-12-11T04:23:59.934Z | Compiling equivalent v1.0.1 |
1529 | 2024-12-11T04:24:00.024Z | Compiling mio v1.0.2 |
1530 | 2024-12-11T04:24:00.037Z | Compiling signal-hook-registry v1.4.2 |
1531 | 2024-12-11T04:24:00.136Z | Compiling socket2 v0.5.8 |
1532 | 2024-12-11T04:24:00.479Z | Compiling ring v0.17.8 |
1533 | 2024-12-11T04:24:00.591Z | Compiling heck v0.5.0 |
1534 | 2024-12-11T04:24:01.030Z | Compiling const-random-macro v0.1.16 |
1535 | 2024-12-11T04:24:01.779Z | Compiling httparse v1.9.4 |
1536 | 2024-12-11T04:24:01.804Z | Compiling const-random v0.1.18 |
1537 | 2024-12-11T04:24:02.002Z | Compiling vcpkg v0.2.15 |
1538 | 2024-12-11T04:24:02.025Z | Compiling pkg-config v0.3.31 |
1539 | 2024-12-11T04:24:02.055Z | Compiling fnv v1.0.7 |
1540 | 2024-12-11T04:24:02.463Z | Compiling futures-core v0.3.30 |
1541 | 2024-12-11T04:24:02.746Z | Compiling iana-time-zone v0.1.61 |
1542 | 2024-12-11T04:24:02.782Z | Compiling dyn-clone v1.0.17 |
1543 | 2024-12-11T04:24:03.008Z | Compiling futures-sink v0.3.30 |
1544 | 2024-12-11T04:24:03.177Z | Compiling semver v1.0.23 |
1545 | 2024-12-11T04:24:03.183Z | Compiling slog v2.7.0 |
1546 | 2024-12-11T04:24:03.379Z | Compiling futures-channel v0.3.30 |
1547 | 2024-12-11T04:24:03.455Z | Compiling tracing-core v0.1.32 |
1548 | 2024-12-11T04:24:03.664Z | Compiling openssl-sys v0.9.103 |
1549 | 2024-12-11T04:24:03.677Z | Compiling pin-utils v0.1.0 |
1550 | 2024-12-11T04:24:03.689Z | Compiling futures-task v0.3.30 |
1551 | 2024-12-11T04:24:03.691Z | Compiling futures-io v0.3.30 |
1552 | 2024-12-11T04:24:03.762Z | Compiling openssl v0.10.66 |
1553 | 2024-12-11T04:24:03.974Z | Compiling native-tls v0.2.12 |
1554 | 2024-12-11T04:24:04.044Z | Compiling bitflags v2.6.0 |
1555 | 2024-12-11T04:24:04.194Z | Compiling spin v0.9.8 |
1556 | 2024-12-11T04:24:04.328Z | Compiling untrusted v0.9.0 |
1557 | 2024-12-11T04:24:04.461Z | Compiling rustls v0.23.13 |
1558 | 2024-12-11T04:24:04.573Z | Compiling aho-corasick v1.1.3 |
1559 | 2024-12-11T04:24:04.576Z | Compiling regex-syntax v0.8.4 |
1560 | 2024-12-11T04:24:04.967Z | Compiling try-lock v0.2.5 |
1561 | 2024-12-11T04:24:05.000Z | Compiling typenum v1.17.0 |
1562 | 2024-12-11T04:24:05.125Z | Compiling anyhow v1.0.94 |
1563 | 2024-12-11T04:24:05.592Z | Compiling serde_derive_internals v0.29.1 |
1564 | 2024-12-11T04:24:05.703Z | Compiling want v0.3.1 |
1565 | 2024-12-11T04:24:05.999Z | Compiling httpdate v1.0.3 |
1566 | 2024-12-11T04:24:06.050Z | Compiling subtle v2.6.1 |
1567 | 2024-12-11T04:24:06.382Z | Compiling generic-array v0.14.7 |
1568 | 2024-12-11T04:24:06.761Z | Compiling tower-service v0.3.3 |
1569 | 2024-12-11T04:24:06.891Z | Compiling tinyvec_macros v0.1.1 |
1570 | 2024-12-11T04:24:06.985Z | Compiling tinyvec v1.8.0 |
1571 | 2024-12-11T04:24:08.697Z | Compiling regex-automata v0.4.7 |
1572 | 2024-12-11T04:24:09.084Z | Compiling percent-encoding v2.3.1 |
1573 | 2024-12-11T04:24:09.571Z | Compiling foreign-types-shared v0.1.1 |
1574 | 2024-12-11T04:24:09.686Z | Compiling foreign-types v0.3.2 |
1575 | 2024-12-11T04:24:09.787Z | Compiling form_urlencoded v1.2.1 |
1576 | 2024-12-11T04:24:09.932Z | Compiling unicode-normalization v0.1.24 |
1577 | 2024-12-11T04:24:10.482Z | Compiling ucd-trie v0.1.6 |
1578 | 2024-12-11T04:24:10.622Z | Compiling time-core v0.1.2 |
1579 | 2024-12-11T04:24:10.797Z | Compiling num-conv v0.1.0 |
1580 | 2024-12-11T04:24:10.999Z | Compiling rustls-pki-types v1.8.0 |
1581 | 2024-12-11T04:24:11.073Z | Compiling unicode-bidi v0.3.15 |
1582 | 2024-12-11T04:24:11.108Z | Compiling serde_derive v1.0.216 |
1583 | 2024-12-11T04:24:11.253Z | Compiling zerocopy-derive v0.7.35 |
1584 | 2024-12-11T04:24:11.736Z | Compiling thiserror-impl v1.0.69 |
1585 | 2024-12-11T04:24:12.256Z | Compiling tokio-macros v2.4.0 |
1586 | 2024-12-11T04:24:13.403Z | Compiling zerocopy v0.7.35 |
1587 | 2024-12-11T04:24:13.914Z | Compiling schemars_derive v0.8.21 |
1588 | 2024-12-11T04:24:14.046Z | Compiling futures-macro v0.3.30 |
1589 | 2024-12-11T04:24:15.041Z | Compiling tracing-attributes v0.1.27 |
1590 | 2024-12-11T04:24:15.474Z | Compiling hashbrown v0.14.5 |
1591 | 2024-12-11T04:24:15.943Z | Compiling futures-util v0.3.30 |
1592 | 2024-12-11T04:24:16.328Z | Compiling openssl-macros v0.1.1 |
1593 | 2024-12-11T04:24:16.915Z | Compiling regress v0.10.1 |
1594 | 2024-12-11T04:24:17.178Z | Compiling regex v1.10.6 |
1595 | 2024-12-11T04:24:17.831Z | Compiling scroll_derive v0.12.0 |
1596 | 2024-12-11T04:24:18.471Z | Compiling tracing v0.1.40 |
1597 | 2024-12-11T04:24:19.363Z | Compiling pest v2.7.13 |
1598 | 2024-12-11T04:24:21.766Z | Compiling time-macros v0.2.18 |
1599 | 2024-12-11T04:24:22.312Z | Compiling unsafe-libyaml v0.2.11 |
1600 | 2024-12-11T04:24:22.698Z | Compiling openssl-probe v0.1.5 |
1601 | 2024-12-11T04:24:23.211Z | Compiling pest_meta v2.7.13 |
1602 | 2024-12-11T04:24:24.100Z | Compiling idna v0.5.0 |
1603 | 2024-12-11T04:24:24.556Z | Compiling atomic-waker v1.1.2 |
1604 | 2024-12-11T04:24:24.745Z | Compiling syn v1.0.109 |
1605 | 2024-12-11T04:24:24.798Z | Compiling pest_generator v2.7.13 |
1606 | 2024-12-11T04:24:25.327Z | Compiling bytes v1.7.2 |
1607 | 2024-12-11T04:24:25.695Z | Compiling smallvec v1.13.2 |
1608 | 2024-12-11T04:24:27.190Z | Compiling indexmap v2.5.0 |
1609 | 2024-12-11T04:24:27.256Z | Compiling chrono v0.4.38 |
1610 | 2024-12-11T04:24:27.688Z | Compiling parking_lot v0.12.3 |
1611 | 2024-12-11T04:24:27.989Z | Compiling uuid v1.11.0 |
1612 | 2024-12-11T04:24:28.725Z | Compiling tokio v1.42.0 |
1613 | 2024-12-11T04:24:29.329Z | Compiling serde_tokenstream v0.2.2 |
1614 | 2024-12-11T04:24:32.725Z | Compiling http v1.2.0 |
1615 | 2024-12-11T04:24:33.111Z | Compiling openapiv3 v2.0.0 |
1616 | 2024-12-11T04:24:35.122Z | Compiling typify-impl v0.2.0 |
1617 | 2024-12-11T04:24:35.557Z | Compiling serde_yaml v0.9.34+deprecated |
1618 | 2024-12-11T04:24:36.825Z | Compiling http-body v1.0.1 |
1619 | 2024-12-11T04:24:37.147Z | Compiling toml_datetime v0.6.8 |
1620 | 2024-12-11T04:24:37.534Z | Compiling url v2.5.2 |
1621 | 2024-12-11T04:24:37.598Z | Compiling rustls-webpki v0.102.8 |
1622 | 2024-12-11T04:24:38.950Z | Compiling tokio-util v0.7.12 |
1623 | 2024-12-11T04:24:39.345Z | Compiling tokio-native-tls v0.3.1 |
1624 | 2024-12-11T04:24:39.725Z | Compiling rand_core v0.6.4 |
1625 | 2024-12-11T04:24:40.459Z | Compiling encoding_rs v0.8.34 |
1626 | 2024-12-11T04:24:41.014Z | Compiling zeroize v1.8.1 |
1627 | 2024-12-11T04:24:41.379Z | Compiling ipnet v2.10.0 |
1628 | 2024-12-11T04:24:42.073Z | Compiling mime v0.3.17 |
1629 | 2024-12-11T04:24:43.174Z | Compiling h2 v0.4.6 |
1630 | 2024-12-11T04:24:47.339Z | Compiling typify-macro v0.2.0 |
1631 | 2024-12-11T04:24:51.342Z | Compiling typify v0.2.0 |
1632 | 2024-12-11T04:24:51.492Z | Compiling ipnetwork v0.20.0 |
1633 | 2024-12-11T04:24:54.433Z | Compiling pest_derive v2.7.13 |
1634 | 2024-12-11T04:24:55.384Z | Compiling serde_urlencoded v0.7.1 |
1635 | 2024-12-11T04:24:56.370Z | Compiling usdt-impl v0.5.0 |
1636 | 2024-12-11T04:24:56.772Z | Compiling omicron-workspace-hack v0.1.0 |
1637 | 2024-12-11T04:24:58.448Z | Compiling progenitor-impl v0.8.0 |
1638 | 2024-12-11T04:24:59.041Z | Compiling hyper v1.5.1 |
1639 | 2024-12-11T04:24:59.660Z | Compiling scroll v0.12.0 |
1640 | 2024-12-11T04:25:00.208Z | Compiling ppv-lite86 v0.2.20 |
1641 | 2024-12-11T04:25:00.523Z | Compiling rustversion v1.0.17 |
1642 | 2024-12-11T04:25:00.819Z | Compiling strsim v0.11.1 |
1643 | 2024-12-11T04:25:01.162Z | Compiling plain v0.2.3 |
1644 | 2024-12-11T04:25:01.300Z | Compiling goblin v0.8.2 |
1645 | 2024-12-11T04:25:01.318Z | Compiling rand_chacha v0.3.1 |
1646 | 2024-12-11T04:25:01.557Z | Compiling slog-async v2.8.0 |
1647 | 2024-12-11T04:25:02.072Z | Compiling hyper-util v0.1.10 |
1648 | 2024-12-11T04:25:03.057Z | Compiling pretty-hex v0.4.1 |
1649 | 2024-12-11T04:25:03.522Z | Compiling rand v0.8.5 |
1650 | 2024-12-11T04:25:05.212Z | Compiling progenitor-macro v0.8.0 |
1651 | 2024-12-11T04:25:05.537Z | Compiling dtrace-parser v0.2.0 |
1652 | 2024-12-11T04:25:05.818Z | Compiling http-body-util v0.1.2 |
1653 | 2024-12-11T04:25:07.299Z | Compiling dof v0.3.0 |
1654 | 2024-12-11T04:25:07.645Z | Compiling thread-id v4.2.2 |
1655 | 2024-12-11T04:25:07.762Z | Compiling rustls v0.22.4 |
1656 | 2024-12-11T04:25:08.098Z | Compiling camino v1.1.9 |
1657 | 2024-12-11T04:25:08.706Z | Compiling ident_case v1.0.1 |
1658 | 2024-12-11T04:25:08.892Z | Compiling base64 v0.22.1 |
1659 | 2024-12-11T04:25:08.986Z | Compiling darling_core v0.20.10 |
1660 | 2024-12-11T04:25:09.823Z | Compiling rustls-pemfile v2.1.3 |
1661 | 2024-12-11T04:25:10.579Z | Compiling tokio-rustls v0.26.0 |
1662 | 2024-12-11T04:25:10.739Z | Compiling webpki-roots v0.26.6 |
1663 | 2024-12-11T04:25:11.335Z | Compiling hyper-rustls v0.27.3 |
1664 | 2024-12-11T04:25:11.762Z | Compiling hyper-tls v0.6.0 |
1665 | 2024-12-11T04:25:12.197Z | Compiling sync_wrapper v1.0.1 |
1666 | 2024-12-11T04:25:12.212Z | Compiling multer v3.1.0 |
1667 | 2024-12-11T04:25:12.347Z | Compiling paste v1.0.15 |
1668 | 2024-12-11T04:25:12.470Z | Compiling winnow v0.6.18 |
1669 | 2024-12-11T04:25:12.557Z | Compiling crossbeam-utils v0.8.20 |
1670 | 2024-12-11T04:25:12.858Z | Compiling powerfmt v0.2.0 |
1671 | 2024-12-11T04:25:12.943Z | Compiling reqwest v0.12.9 |
1672 | 2024-12-11T04:25:13.189Z | Compiling deranged v0.3.11 |
1673 | 2024-12-11T04:25:15.197Z | Compiling darling_macro v0.20.10 |
1674 | 2024-12-11T04:25:15.521Z | Compiling usdt-attr-macro v0.5.0 |
1675 | 2024-12-11T04:25:15.703Z | Compiling usdt-macro v0.5.0 |
1676 | 2024-12-11T04:25:16.247Z | Compiling darling v0.20.10 |
1677 | 2024-12-11T04:25:16.945Z | Compiling async-trait v0.1.83 |
1678 | 2024-12-11T04:25:18.272Z | Compiling num_threads v0.1.7 |
1679 | 2024-12-11T04:25:18.549Z | Compiling time v0.3.36 |
1680 | 2024-12-11T04:25:19.444Z | Compiling serde_with_macros v3.9.0 |
1681 | 2024-12-11T04:25:22.561Z | Compiling strum_macros v0.26.4 |
1682 | 2024-12-11T04:25:23.343Z | Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265) |
1683 | 2024-12-11T04:25:23.561Z | Compiling async-stream-impl v0.3.5 |
1684 | 2024-12-11T04:25:24.966Z | Compiling structmeta-derive v0.3.0 |
1685 | 2024-12-11T04:25:26.920Z | Compiling dropshot v0.12.0 |
1686 | 2024-12-11T04:25:27.202Z | Compiling lazy_static v1.5.0 |
1687 | 2024-12-11T04:25:27.335Z | Compiling progenitor-client v0.8.0 |
1688 | 2024-12-11T04:25:27.717Z | Compiling structmeta v0.3.0 |
1689 | 2024-12-11T04:25:28.589Z | Compiling dirs-sys-next v0.1.2 |
1690 | 2024-12-11T04:25:31.141Z | Compiling progenitor v0.8.0 |
1691 | 2024-12-11T04:25:31.285Z | Compiling dirs-next v2.0.0 |
1692 | 2024-12-11T04:25:31.458Z | Compiling parse-display-derive v0.10.0 |
1693 | 2024-12-11T04:25:31.546Z | Compiling block-buffer v0.10.4 |
1694 | 2024-12-11T04:25:31.795Z | Compiling crypto-common v0.1.6 |
1695 | 2024-12-11T04:25:32.045Z | Compiling dropshot_endpoint v0.12.0 |
1696 | 2024-12-11T04:25:35.255Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1697 | 2024-12-11T04:25:35.608Z | Compiling thread_local v1.1.8 |
1698 | 2024-12-11T04:25:37.108Z | Compiling digest v0.10.7 |
1699 | 2024-12-11T04:25:37.495Z | Compiling term v0.7.0 |
1700 | 2024-12-11T04:25:37.585Z | Compiling crossbeam-channel v0.5.13 |
1701 | 2024-12-11T04:25:39.243Z | Compiling is-terminal v0.4.13 |
1702 | 2024-12-11T04:25:39.966Z | Compiling take_mut v0.2.2 |
1703 | 2024-12-11T04:25:40.140Z | Compiling rustix v0.38.37 |
1704 | 2024-12-11T04:25:40.526Z | Compiling match_cfg v0.1.0 |
1705 | 2024-12-11T04:25:40.872Z | Compiling hostname v0.3.1 |
1706 | 2024-12-11T04:25:44.593Z | Compiling slog-term v2.9.1 |
1707 | 2024-12-11T04:25:44.623Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1708 | 2024-12-11T04:25:45.708Z | Compiling futures-executor v0.3.30 |
1709 | 2024-12-11T04:25:46.943Z | Compiling errno v0.3.9 |
1710 | 2024-12-11T04:25:47.240Z | Compiling instant v0.1.13 |
1711 | 2024-12-11T04:25:47.411Z | Compiling cpufeatures v0.2.14 |
1712 | 2024-12-11T04:25:47.516Z | Compiling unicode-width v0.1.14 |
1713 | 2024-12-11T04:25:49.237Z | Compiling futures v0.3.30 |
1714 | 2024-12-11T04:25:50.964Z | Compiling serde_spanned v0.6.7 |
1715 | 2024-12-11T04:25:51.206Z | Compiling memmap v0.7.0 |
1716 | 2024-12-11T04:25:51.220Z | Compiling winnow v0.5.40 |
1717 | 2024-12-11T04:25:51.931Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1718 | 2024-12-11T04:25:52.344Z | Compiling usdt v0.5.0 |
1719 | 2024-12-11T04:25:52.501Z | Compiling toml_edit v0.22.21 |
1720 | 2024-12-11T04:25:55.198Z | Compiling toml_edit v0.19.15 |
1721 | 2024-12-11T04:25:58.095Z | Compiling strum v0.26.3 |
1722 | 2024-12-11T04:25:58.290Z | Compiling serde_with v3.9.0 |
1723 | 2024-12-11T04:25:59.523Z | Compiling slog-json v2.6.1 |
1724 | 2024-12-11T04:26:00.027Z | Compiling debug-ignore v1.0.5 |
1725 | 2024-12-11T04:26:00.602Z | Compiling heapless v0.8.0 |
1726 | 2024-12-11T04:26:01.473Z | Compiling slog-bunyan v2.5.0 |
1727 | 2024-12-11T04:26:01.736Z | Compiling tokio-rustls v0.25.0 |
1728 | 2024-12-11T04:26:02.216Z | Compiling proc-macro-crate v1.3.1 |
1729 | 2024-12-11T04:26:02.772Z | Compiling toml v0.8.19 |
1730 | 2024-12-11T04:26:03.100Z | Compiling sha1 v0.10.6 |
1731 | 2024-12-11T04:26:04.139Z | Compiling async-stream v0.3.5 |
1732 | 2024-12-11T04:26:04.454Z | Compiling newtype-uuid v1.1.0 |
1733 | 2024-12-11T04:26:04.703Z | Compiling serde_path_to_error v0.1.16 |
1734 | 2024-12-11T04:26:04.806Z | Compiling hex v0.4.3 |
1735 | 2024-12-11T04:26:04.901Z | Compiling waitgroup v0.1.2 |
1736 | 2024-12-11T04:26:05.234Z | Compiling hostname v0.4.0 |
1737 | 2024-12-11T04:26:05.295Z | Compiling hash32 v0.3.1 |
1738 | 2024-12-11T04:26:05.501Z | Compiling stable_deref_trait v1.2.0 |
1739 | 2024-12-11T04:26:05.549Z | Compiling smoltcp v0.11.0 |
1740 | 2024-12-11T04:26:05.628Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1741 | 2024-12-11T04:26:07.440Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1742 | 2024-12-11T04:26:08.378Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1743 | 2024-12-11T04:26:08.390Z | Compiling num_enum_derive v0.5.11 |
1744 | 2024-12-11T04:26:08.930Z | Compiling backoff v0.4.0 |
1745 | 2024-12-11T04:26:09.331Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1746 | 2024-12-11T04:26:09.512Z | Compiling parse-display v0.10.0 |
1747 | 2024-12-11T04:26:09.545Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
1748 | 2024-12-11T04:26:10.780Z | Compiling macaddr v1.0.1 |
1749 | 2024-12-11T04:26:11.406Z | Compiling regress v0.9.1 |
1750 | 2024-12-11T04:26:11.454Z | Compiling clap_derive v4.5.18 |
1751 | 2024-12-11T04:26:14.051Z | Compiling foreign-types-macros v0.2.3 |
1752 | 2024-12-11T04:26:15.564Z | Compiling proc-macro-error-attr v1.0.4 |
1753 | 2024-12-11T04:26:15.915Z | Compiling managed v0.8.0 |
1754 | 2024-12-11T04:26:16.202Z | Compiling heck v0.4.1 |
1755 | 2024-12-11T04:26:16.215Z | Compiling bitflags v1.3.2 |
1756 | 2024-12-11T04:26:16.323Z | Compiling utf8parse v0.2.2 |
1757 | 2024-12-11T04:26:16.488Z | Compiling cobs v0.2.3 |
1758 | 2024-12-11T04:26:16.635Z | Compiling foreign-types-shared v0.3.1 |
1759 | 2024-12-11T04:26:16.740Z | Compiling either v1.13.0 |
1760 | 2024-12-11T04:26:16.761Z | Compiling foreign-types v0.5.0 |
1761 | 2024-12-11T04:26:16.874Z | Compiling postcard v1.0.10 |
1762 | 2024-12-11T04:26:17.212Z | Compiling anstyle-parse v0.2.5 |
1763 | 2024-12-11T04:26:17.711Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1764 | 2024-12-11T04:26:19.945Z | Compiling num_enum v0.5.11 |
1765 | 2024-12-11T04:26:21.017Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1766 | 2024-12-11T04:26:21.460Z | Compiling cstr-argument v0.1.2 |
1767 | 2024-12-11T04:26:21.733Z | Compiling proc-macro-error v1.0.4 |
1768 | 2024-12-11T04:26:23.329Z | Compiling anstyle v1.0.10 |
1769 | 2024-12-11T04:26:25.464Z | Compiling pretty-hex v0.2.1 |
1770 | 2024-12-11T04:26:25.541Z | Compiling is_terminal_polyfill v1.70.1 |
1771 | 2024-12-11T04:26:25.681Z | Compiling colorchoice v1.0.2 |
1772 | 2024-12-11T04:26:25.803Z | Compiling anstyle-query v1.1.1 |
1773 | 2024-12-11T04:26:25.851Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1774 | 2024-12-11T04:26:25.962Z | Compiling anstream v0.6.15 |
1775 | 2024-12-11T04:26:27.601Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1776 | 2024-12-11T04:26:27.614Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1777 | 2024-12-11T04:26:28.805Z | Compiling terminal_size v0.4.0 |
1778 | 2024-12-11T04:26:29.027Z | Compiling colored v2.1.0 |
1779 | 2024-12-11T04:26:29.219Z | Compiling clap_lex v0.7.4 |
1780 | 2024-12-11T04:26:29.845Z | Compiling clap_builder v4.5.23 |
1781 | 2024-12-11T04:26:30.953Z | Compiling tabwriter v1.4.0 |
1782 | 2024-12-11T04:26:31.542Z | Compiling num-integer v0.1.46 |
1783 | 2024-12-11T04:26:33.913Z | Compiling prettyplease v0.2.22 |
1784 | 2024-12-11T04:26:34.207Z | Compiling clap v4.5.23 |
1785 | 2024-12-11T04:26:35.562Z | Compiling num-iter v0.1.45 |
1786 | 2024-12-11T04:26:35.650Z | Compiling num-rational v0.4.2 |
1787 | 2024-12-11T04:26:36.717Z | Compiling num-complex v0.4.6 |
1788 | 2024-12-11T04:26:37.604Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1789 | 2024-12-11T04:26:37.606Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1790 | 2024-12-11T04:26:37.983Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1791 | 2024-12-11T04:26:38.120Z | Compiling fastrand v2.1.1 |
1792 | 2024-12-11T04:26:38.180Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1793 | 2024-12-11T04:26:38.532Z | Compiling tempfile v3.12.0 |
1794 | 2024-12-11T04:26:38.785Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1795 | 2024-12-11T04:26:38.963Z | Compiling num v0.4.3 |
1796 | 2024-12-11T04:26:42.885Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1797 | 2024-12-11T04:26:43.227Z | Compiling crucible-workspace-hack v0.1.0 |
1798 | 2024-12-11T04:26:43.282Z | Compiling float-ord v0.3.2 |
1799 | 2024-12-11T04:26:43.439Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1800 | 2024-12-11T04:26:50.606Z | Compiling semver v0.1.20 |
1801 | 2024-12-11T04:26:51.285Z | Compiling unicode-segmentation v1.12.0 |
1802 | 2024-12-11T04:26:51.374Z | Compiling rustc_version v0.1.7 |
1803 | 2024-12-11T04:26:51.824Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1804 | 2024-12-11T04:26:52.537Z | Compiling newline-converter v0.3.0 |
1805 | 2024-12-11T04:26:52.872Z | Compiling camino-tempfile v1.1.1 |
1806 | 2024-12-11T04:26:53.044Z | Compiling zone_cfg_derive v0.3.0 |
1807 | 2024-12-11T04:26:53.668Z | Compiling itertools v0.10.5 |
1808 | 2024-12-11T04:26:54.562Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1809 | 2024-12-11T04:26:54.801Z | Compiling console v0.15.8 |
1810 | 2024-12-11T04:26:55.033Z | Compiling num-derive v0.4.2 |
1811 | 2024-12-11T04:26:56.176Z | Compiling sigpipe v0.1.3 |
1812 | 2024-12-11T04:26:56.308Z | Compiling static_assertions v1.1.0 |
1813 | 2024-12-11T04:26:56.585Z | Compiling base64ct v1.6.0 |
1814 | 2024-12-11T04:26:56.900Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1815 | 2024-12-11T04:26:57.262Z | Compiling similar v2.6.0 |
1816 | 2024-12-11T04:26:57.295Z | Compiling password-hash v0.5.0 |
1817 | 2024-12-11T04:26:57.370Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95) |
1818 | 2024-12-11T04:26:57.790Z | Compiling zone v0.3.0 |
1819 | 2024-12-11T04:26:58.964Z | Compiling expectorate v1.1.0 |
1820 | 2024-12-11T04:26:59.146Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1821 | 2024-12-11T04:26:59.276Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1822 | 2024-12-11T04:26:59.483Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1823 | 2024-12-11T04:27:01.193Z | Compiling newtype_derive v0.1.6 |
1824 | 2024-12-11T04:27:01.588Z | Compiling blake2 v0.10.6 |
1825 | 2024-12-11T04:27:02.416Z | Compiling hubpack_derive v0.1.1 |
1826 | 2024-12-11T04:27:02.532Z | Compiling smf v0.2.3 |
1827 | 2024-12-11T04:27:02.812Z | Compiling zerocopy-derive v0.6.6 |
1828 | 2024-12-11T04:27:03.338Z | Compiling cancel-safe-futures v0.1.5 |
1829 | 2024-12-11T04:27:03.351Z | Compiling fixedbitset v0.4.2 |
1830 | 2024-12-11T04:27:03.729Z | Compiling whoami v1.5.2 |
1831 | 2024-12-11T04:27:04.026Z | Compiling owo-colors v4.1.0 |
1832 | 2024-12-11T04:27:04.684Z | Compiling petgraph v0.6.5 |
1833 | 2024-12-11T04:27:04.939Z | Compiling zerocopy v0.6.6 |
1834 | 2024-12-11T04:27:05.144Z | Compiling hubpack v0.1.2 |
1835 | 2024-12-11T04:27:05.636Z | Compiling argon2 v0.5.3 |
1836 | 2024-12-11T04:27:06.028Z | Compiling strum_macros v0.25.3 |
1837 | 2024-12-11T04:27:07.828Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1838 | 2024-12-11T04:27:08.126Z | Compiling serde-big-array v0.5.1 |
1839 | 2024-12-11T04:27:08.393Z | Compiling serde_repr v0.1.19 |
1840 | 2024-12-11T04:27:09.379Z | Compiling cookie v0.18.1 |
1841 | 2024-12-11T04:27:09.512Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
1842 | 2024-12-11T04:27:09.598Z | Compiling convert_case v0.4.0 |
1843 | 2024-12-11T04:27:09.805Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1844 | 2024-12-11T04:27:09.823Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1845 | 2024-12-11T04:27:10.378Z | Compiling derive_more v0.99.18 |
1846 | 2024-12-11T04:27:10.787Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1847 | 2024-12-11T04:27:11.213Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1848 | 2024-12-11T04:27:12.219Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1849 | 2024-12-11T04:27:15.107Z | Compiling atomicwrites v0.4.4 |
1850 | 2024-12-11T04:27:15.590Z | Compiling itertools v0.13.0 |
1851 | 2024-12-11T04:27:17.132Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1852 | 2024-12-11T04:27:17.148Z | Compiling libsw v3.3.1 |
1853 | 2024-12-11T04:27:17.476Z | Compiling idna v0.4.0 |
1854 | 2024-12-11T04:27:18.389Z | Compiling derive-where v1.2.7 |
1855 | 2024-12-11T04:27:18.570Z | Compiling enum-as-inner v0.6.1 |
1856 | 2024-12-11T04:27:19.009Z | Compiling swrite v0.1.0 |
1857 | 2024-12-11T04:27:19.142Z | Compiling indent_write v2.2.0 |
1858 | 2024-12-11T04:27:19.379Z | Compiling linked-hash-map v0.5.6 |
1859 | 2024-12-11T04:27:19.625Z | Compiling highway v1.2.0 |
1860 | 2024-12-11T04:27:19.749Z | Compiling quick-error v1.2.3 |
1861 | 2024-12-11T04:27:19.813Z | Compiling linear-map v1.2.0 |
1862 | 2024-12-11T04:27:19.912Z | Compiling data-encoding v2.6.0 |
1863 | 2024-12-11T04:27:20.256Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1864 | 2024-12-11T04:27:21.033Z | Compiling hickory-proto v0.24.1 |
1865 | 2024-12-11T04:27:21.372Z | Compiling resolv-conf v0.7.0 |
1866 | 2024-12-11T04:27:21.687Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1867 | 2024-12-11T04:27:22.954Z | Compiling lru-cache v0.1.2 |
1868 | 2024-12-11T04:27:23.196Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1869 | 2024-12-11T04:27:24.497Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1870 | 2024-12-11T04:27:24.923Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1871 | 2024-12-11T04:27:26.792Z | Compiling steno v0.4.1 |
1872 | 2024-12-11T04:27:27.314Z | Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1873 | 2024-12-11T04:27:32.542Z | Compiling slog-dtrace v0.3.0 |
1874 | 2024-12-11T04:27:32.930Z | Compiling humantime v2.1.0 |
1875 | 2024-12-11T04:27:33.818Z | Compiling parking_lot_core v0.8.6 |
1876 | 2024-12-11T04:27:33.852Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1877 | 2024-12-11T04:27:34.365Z | Compiling hickory-resolver v0.24.1 |
1878 | 2024-12-11T04:27:35.022Z | Compiling num-derive v0.3.3 |
1879 | 2024-12-11T04:27:36.840Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1880 | 2024-12-11T04:27:37.274Z | Compiling libscf-sys v1.0.0 (https://github.com/illumos/libscf-sys.git#bb0b82c3) |
1881 | 2024-12-11T04:27:37.796Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#f14ff351) |
1882 | 2024-12-11T04:27:38.341Z | Compiling parking_lot v0.11.2 |
1883 | 2024-12-11T04:27:38.717Z | Compiling crossbeam-epoch v0.9.18 |
1884 | 2024-12-11T04:27:39.308Z | Compiling http v0.2.12 |
1885 | 2024-12-11T04:27:39.873Z | Compiling fxhash v0.2.1 |
1886 | 2024-12-11T04:27:40.098Z | Compiling crc32fast v1.4.2 |
1887 | 2024-12-11T04:27:40.315Z | Compiling typify-impl v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1888 | 2024-12-11T04:27:40.612Z | Compiling sled v0.34.7 |
1889 | 2024-12-11T04:27:41.753Z | Compiling rustls v0.21.12 |
1890 | 2024-12-11T04:27:42.117Z | Compiling http-body v0.4.6 |
1891 | 2024-12-11T04:27:42.658Z | Compiling h2 v0.3.26 |
1892 | 2024-12-11T04:27:44.032Z | Compiling rustls-webpki v0.101.7 |
1893 | 2024-12-11T04:27:48.033Z | Compiling sct v0.7.1 |
1894 | 2024-12-11T04:27:48.489Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1895 | 2024-12-11T04:27:48.865Z | Compiling half v2.4.1 |
1896 | 2024-12-11T04:27:49.405Z | Compiling ciborium-io v0.2.2 |
1897 | 2024-12-11T04:27:49.548Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1898 | 2024-12-11T04:27:49.569Z | Compiling ciborium-ll v0.2.2 |
1899 | 2024-12-11T04:27:49.715Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1900 | 2024-12-11T04:27:52.586Z | Compiling typify-macro v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1901 | 2024-12-11T04:27:53.043Z | Compiling hyper v0.14.30 |
1902 | 2024-12-11T04:27:56.475Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1903 | 2024-12-11T04:27:56.599Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#4cdc7d7e) |
1904 | 2024-12-11T04:27:57.320Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1905 | 2024-12-11T04:27:58.237Z | Compiling arc-swap v1.7.1 |
1906 | 2024-12-11T04:27:58.411Z | Compiling crc8 v0.1.1 |
1907 | 2024-12-11T04:27:58.721Z | Compiling slog-scope v4.4.0 |
1908 | 2024-12-11T04:27:58.919Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#4cdc7d7e) |
1909 | 2024-12-11T04:27:59.714Z | Compiling tokio-rustls v0.24.1 |
1910 | 2024-12-11T04:28:00.200Z | Compiling ciborium v0.2.2 |
1911 | 2024-12-11T04:28:02.547Z | Compiling proc-macro-crate v3.2.0 |
1912 | 2024-12-11T04:28:03.767Z | Compiling smartstring v1.0.1 |
1913 | 2024-12-11T04:28:04.186Z | Compiling base64 v0.21.7 |
1914 | 2024-12-11T04:28:05.365Z | Compiling rustls-pemfile v1.0.4 |
1915 | 2024-12-11T04:28:06.109Z | Compiling num_enum_derive v0.7.3 |
1916 | 2024-12-11T04:28:06.252Z | Compiling hyper-rustls v0.24.2 |
1917 | 2024-12-11T04:28:06.633Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1918 | 2024-12-11T04:28:08.764Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1919 | 2024-12-11T04:28:09.615Z | Compiling slog-stdlog v4.1.1 |
1920 | 2024-12-11T04:28:10.021Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
1921 | 2024-12-11T04:28:10.413Z | Compiling hyper-tls v0.5.0 |
1922 | 2024-12-11T04:28:10.877Z | Compiling typify v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1923 | 2024-12-11T04:28:16.440Z | Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb) |
1924 | 2024-12-11T04:28:18.856Z | Compiling sync_wrapper v0.1.2 |
1925 | 2024-12-11T04:28:19.007Z | Compiling spin v0.5.2 |
1926 | 2024-12-11T04:28:19.278Z | Compiling webpki-roots v0.25.4 |
1927 | 2024-12-11T04:28:19.462Z | Compiling reqwest v0.11.27 |
1928 | 2024-12-11T04:28:20.636Z | Compiling no-std-compat v0.4.1 |
1929 | 2024-12-11T04:28:20.761Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1930 | 2024-12-11T04:28:27.785Z | Compiling slog-envlogger v2.2.0 |
1931 | 2024-12-11T04:28:29.438Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1932 | 2024-12-11T04:28:30.500Z | Compiling num_enum v0.7.3 |
1933 | 2024-12-11T04:28:31.400Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
1934 | 2024-12-11T04:28:32.924Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
1935 | 2024-12-11T04:28:33.343Z | Compiling thin-vec v0.2.13 |
1936 | 2024-12-11T04:28:33.487Z | Compiling rhai_codegen v2.2.0 |
1937 | 2024-12-11T04:28:34.069Z | Compiling minimal-lexical v0.2.1 |
1938 | 2024-12-11T04:28:34.736Z | Compiling nom v7.1.3 |
1939 | 2024-12-11T04:28:36.607Z | Compiling rhai v1.20.0 |
1940 | 2024-12-11T04:28:39.270Z | Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm) |
1941 | 2024-12-11T04:28:49.376Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1942 | 2024-12-11T04:28:50.029Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1943 | 2024-12-11T04:28:51.729Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488) |
1944 | 2024-12-11T04:28:53.255Z | Compiling itertools v0.12.1 |
1945 | 2024-12-11T04:28:57.125Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=2bfd39000c878c45675651a7588c015c486e7f43#2bfd3900) |
1946 | 2024-12-11T04:28:57.491Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488) |
1947 | 2024-12-11T04:29:01.084Z | Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d8c38f89) |
1948 | 2024-12-11T04:29:02.646Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1949 | 2024-12-11T04:29:02.684Z | Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower) |
1950 | 2024-12-11T04:29:03.746Z | Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd) |
1951 | 2024-12-11T04:29:04.502Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client) |
1952 | 2024-12-11T04:29:10.791Z | Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp) |
1953 | 2024-12-11T04:29:12.400Z | Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests) |
1954 | 2024-12-11T04:29:12.518Z | Compiling util v0.1.0 (/work/oxidecomputer/maghemite/util) |
1955 | 2024-12-11T04:29:15.452Z | Compiling mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify) |
1956 | 2024-12-11T04:29:41.851Z | Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm) |
1957 | 2024-12-11T04:29:45.075Z | Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd) |
1958 | 2024-12-11T04:29:48.389Z | Compiling mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm) |
1959 | 2024-12-11T04:29:49.296Z | Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd) |
1960 | 2024-12-11T04:30:25.524Z | Finished `release` profile [optimized] target(s) in 6m 30s |
1961 | 2024-12-11T04:30:25.670Z | |
1962 | 2024-12-11T04:30:25.672Z | real 6:30.361529908 |
1963 | 2024-12-11T04:30:25.672Z | user 46:16.099706654 |
1964 | 2024-12-11T04:30:25.673Z | sys 4:11.252277963 |
1965 | 2024-12-11T04:30:25.673Z | trap 1.272821418 |
1966 | 2024-12-11T04:30:25.673Z | tflt 2.749547704 |
1967 | 2024-12-11T04:30:25.673Z | dflt 0.870159873 |
1968 | 2024-12-11T04:30:25.673Z | kflt 0.010903682 |
1969 | 2024-12-11T04:30:25.673Z | lock 1:47:45.639263492 |
1970 | 2024-12-11T04:30:25.673Z | slp 2:50:38.935101191 |
1971 | 2024-12-11T04:30:25.673Z | lat 2:06.097457550 |
1972 | 2024-12-11T04:30:25.673Z | stop 2:08.140384141 |
1973 | 2024-12-11T04:30:25.673Z | + for x in debug release |
1974 | 2024-12-11T04:30:25.673Z | + mkdir -p /work/debug |
1975 | 2024-12-11T04:30:25.676Z | + cp target/debug/ddmd /work/debug/ddmd |
1976 | 2024-12-11T04:30:26.101Z | + cp target/debug/ddmadm /work/debug/ddmadm |
1977 | 2024-12-11T04:30:26.433Z | + for x in debug release |
1978 | 2024-12-11T04:30:26.433Z | + mkdir -p /work/release |
1979 | 2024-12-11T04:30:26.437Z | + cp target/release/ddmd /work/release/ddmd |
1980 | 2024-12-11T04:30:26.494Z | + cp target/release/ddmadm /work/release/ddmadm |
1981 | 2024-12-11T04:30:26.523Z | process exited: duration 788876 ms, exit code 0 |
|
1982 | 2024-12-11T04:30:26.529Z | found 4 output files |
1983 | 2024-12-11T04:30:26.529Z | uploading: /work/debug/ddmadm (341581392 bytes) |
1984 | 2024-12-11T04:30:32.561Z | uploaded: /work/debug/ddmadm |
1985 | 2024-12-11T04:30:32.561Z | uploading: /work/debug/ddmd (419727528 bytes) |
1986 | 2024-12-11T04:30:40.365Z | uploaded: /work/debug/ddmd |
1987 | 2024-12-11T04:30:40.368Z | uploading: /work/release/ddmadm (19669128 bytes) |
1988 | 2024-12-11T04:30:41.695Z | uploaded: /work/release/ddmadm |
1989 | 2024-12-11T04:30:41.698Z | uploading: /work/release/ddmd (44978072 bytes) |
1990 | 2024-12-11T04:30:43.305Z | uploaded: /work/release/ddmd |