|
|
|
1 | 2024-12-16T04:15:12.453Z | job assigned to worker 01JF6TT1W6JXQZFNYA7PCB06CX [factory gimlet-EVT22200007-propolis, EVT22200007/20460] (queued for 24 s) |
|
2 | 2024-12-16T04:15:20.769Z | starting task 0: "setup" |
3 | 2024-12-16T04:15:20.793Z | ++ uname -s |
4 | 2024-12-16T04:15:20.793Z | + kern=SunOS |
5 | 2024-12-16T04:15:20.793Z | + case "$kern" in |
6 | 2024-12-16T04:15:20.793Z | + groupadd -g 12345 build |
7 | 2024-12-16T04:15:20.793Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-16T04:15:22.792Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-16T04:15:22.827Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-16T04:15:22.851Z | + home_fs=zfs |
11 | 2024-12-16T04:15:22.851Z | + [[ zfs == autofs ]] |
12 | 2024-12-16T04:15:22.851Z | + mkdir -p /home/build |
13 | 2024-12-16T04:15:22.851Z | + chown build:build /home/build /work |
14 | 2024-12-16T04:15:24.836Z | + chmod 0700 /home/build /work |
15 | 2024-12-16T04:15:24.859Z | process exited: duration 4073 ms, exit code 0 |
|
16 | 2024-12-16T04:15:24.906Z | starting task 1: "rust-toolchain" |
17 | 2024-12-16T04:15:24.930Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-16T04:15:24.930Z | * toolchain channel = "stable" |
19 | 2024-12-16T04:15:24.930Z | * toolchain profile = "default" |
20 | 2024-12-16T04:15:24.930Z | ' stable |
21 | 2024-12-16T04:15:24.930Z | + printf ' * toolchain profile = "%s" |
22 | 2024-12-16T04:15:24.930Z | ' default |
23 | 2024-12-16T04:15:24.930Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-16T04:15:24.930Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
25 | 2024-12-16T04:15:25.062Z | info: downloading installer |
26 | 2024-12-16T04:15:25.458Z | info: profile set to 'default' |
27 | 2024-12-16T04:15:25.458Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-16T04:15:25.483Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
29 | 2024-12-16T04:15:25.557Z | info: latest update on 2024-11-28, rust version 1.83.0 (90b35a623 2024-11-26) |
30 | 2024-12-16T04:15:25.557Z | info: downloading component 'cargo' |
31 | 2024-12-16T04:15:25.832Z | info: downloading component 'clippy' |
32 | 2024-12-16T04:15:26.015Z | info: downloading component 'rust-docs' |
33 | 2024-12-16T04:15:26.212Z | info: downloading component 'rust-std' |
34 | 2024-12-16T04:15:26.444Z | info: downloading component 'rustc' |
35 | 2024-12-16T04:15:28.455Z | info: downloading component 'rustfmt' |
36 | 2024-12-16T04:15:28.632Z | info: installing component 'cargo' |
37 | 2024-12-16T04:15:29.697Z | info: installing component 'clippy' |
38 | 2024-12-16T04:15:30.141Z | info: installing component 'rust-docs' |
39 | 2024-12-16T04:15:33.041Z | info: installing component 'rust-std' |
40 | 2024-12-16T04:15:34.985Z | info: installing component 'rustc' |
41 | 2024-12-16T04:15:41.816Z | info: installing component 'rustfmt' |
42 | 2024-12-16T04:15:42.198Z | |
43 | 2024-12-16T04:15:42.198Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
44 | 2024-12-16T04:15:42.339Z | stable-x86_64-unknown-illumos installed - rustc 1.83.0 (90b35a623 2024-11-26) |
45 | 2024-12-16T04:15:42.339Z | |
46 | 2024-12-16T04:15:42.363Z | |
47 | 2024-12-16T04:15:42.363Z | Rust is installed now. Great! |
48 | 2024-12-16T04:15:42.363Z | |
49 | 2024-12-16T04:15:42.363Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-16T04:15:42.363Z | environment variable. This has not been done automatically. |
51 | 2024-12-16T04:15:42.363Z | |
52 | 2024-12-16T04:15:42.363Z | To configure your current shell, you need to source |
53 | 2024-12-16T04:15:42.363Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-16T04:15:42.363Z | |
55 | 2024-12-16T04:15:42.363Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-16T04:15:42.363Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-16T04:15:42.363Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-16T04:15:42.428Z | + rustc --version |
59 | 2024-12-16T04:15:42.545Z | rustc 1.83.0 (90b35a623 2024-11-26) |
60 | 2024-12-16T04:15:42.569Z | process exited: duration 17642 ms, exit code 0 |
|
61 | 2024-12-16T04:15:42.619Z | starting task 2: "authentication" |
62 | 2024-12-16T04:15:42.673Z | process exited: duration 56 ms, exit code 0 |
|
63 | 2024-12-16T04:15:42.721Z | starting task 3: "clone repository" |
64 | 2024-12-16T04:15:42.744Z | + mkdir -p /work/oxidecomputer/maghemite |
65 | 2024-12-16T04:15:42.744Z | + git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite |
66 | 2024-12-16T04:15:42.767Z | Cloning into '/work/oxidecomputer/maghemite'... |
67 | 2024-12-16T04:15:43.570Z | + cd /work/oxidecomputer/maghemite |
68 | 2024-12-16T04:15:43.570Z | + git fetch origin 6d55df19805d43f00c0ab8b47f9100d38d06ee39 |
69 | 2024-12-16T04:15:43.890Z | From https://github.com/oxidecomputer/maghemite |
70 | 2024-12-16T04:15:43.890Z | * branch 6d55df19805d43f00c0ab8b47f9100d38d06ee39 -> FETCH_HEAD |
71 | 2024-12-16T04:15:43.914Z | + [[ -n renovate/colored-2.x-lockfile ]] |
72 | 2024-12-16T04:15:43.914Z | ++ git branch --show-current |
73 | 2024-12-16T04:15:43.914Z | + current=main |
74 | 2024-12-16T04:15:43.914Z | + [[ main != renovate/colored-2.x-lockfile ]] |
75 | 2024-12-16T04:15:43.914Z | + git branch -f renovate/colored-2.x-lockfile 6d55df19805d43f00c0ab8b47f9100d38d06ee39 |
76 | 2024-12-16T04:15:43.937Z | + git checkout -f renovate/colored-2.x-lockfile |
77 | 2024-12-16T04:15:43.937Z | Switched to branch 'renovate/colored-2.x-lockfile' |
78 | 2024-12-16T04:15:43.937Z | + git reset --hard 6d55df19805d43f00c0ab8b47f9100d38d06ee39 |
79 | 2024-12-16T04:15:43.960Z | HEAD is now at 6d55df1 Update Rust crate colored to v2.2.0 |
80 | 2024-12-16T04:15:43.960Z | process exited: duration 1234 ms, exit code 0 |
|
81 | 2024-12-16T04:15:44.007Z | starting task 4: "build" |
82 | 2024-12-16T04:15:44.030Z | + cargo --version |
83 | 2024-12-16T04:15:44.030Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
84 | 2024-12-16T04:15:44.141Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
85 | 2024-12-16T04:15:44.141Z | info: downloading component 'cargo' |
86 | 2024-12-16T04:15:44.565Z | info: downloading component 'clippy' |
87 | 2024-12-16T04:15:44.746Z | info: downloading component 'rust-docs' |
88 | 2024-12-16T04:15:44.897Z | info: downloading component 'rust-std' |
89 | 2024-12-16T04:15:45.460Z | info: downloading component 'rustc' |
90 | 2024-12-16T04:15:47.365Z | info: downloading component 'rustfmt' |
91 | 2024-12-16T04:15:47.505Z | info: installing component 'cargo' |
92 | 2024-12-16T04:15:48.555Z | info: installing component 'clippy' |
93 | 2024-12-16T04:15:48.977Z | info: installing component 'rust-docs' |
94 | 2024-12-16T04:15:51.454Z | info: installing component 'rust-std' |
95 | 2024-12-16T04:15:53.371Z | info: installing component 'rustc' |
96 | 2024-12-16T04:16:00.027Z | info: installing component 'rustfmt' |
97 | 2024-12-16T04:16:00.491Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
98 | 2024-12-16T04:16:00.515Z | + rustc --version |
99 | 2024-12-16T04:16:00.597Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
100 | 2024-12-16T04:16:00.620Z | + banner check |
101 | 2024-12-16T04:16:00.620Z | |
102 | 2024-12-16T04:16:00.620Z | #### # # ###### #### # # |
103 | 2024-12-16T04:16:00.620Z | # # # # # # # # # |
104 | 2024-12-16T04:16:00.620Z | # ###### ##### # #### |
105 | 2024-12-16T04:16:00.620Z | # # # # # # # |
106 | 2024-12-16T04:16:00.620Z | # # # # # # # # # |
107 | 2024-12-16T04:16:00.620Z | #### # # ###### #### # # |
108 | 2024-12-16T04:16:00.620Z | |
109 | 2024-12-16T04:16:00.620Z | + cargo fmt -- --check |
110 | 2024-12-16T04:16:01.340Z | + cargo clippy --all-targets -- --deny warnings |
111 | 2024-12-16T04:16:01.650Z | Updating git repository `https://www.github.com/oxidecomputer/oxnet` |
112 | 2024-12-16T04:16:01.958Z | warning: redirecting to https://github.com/oxidecomputer/oxnet.git/ |
113 | 2024-12-16T04:16:02.250Z | From https://www.github.com/oxidecomputer/oxnet |
114 | 2024-12-16T04:16:02.250Z | * [new branch] ci -> origin/ci |
115 | 2024-12-16T04:16:02.274Z | * [new branch] main -> origin/main |
116 | 2024-12-16T04:16:02.274Z | * [new ref] -> origin/HEAD |
117 | 2024-12-16T04:16:02.274Z | Updating crates.io index |
118 | 2024-12-16T04:16:02.274Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
119 | 2024-12-16T04:16:03.116Z | From https://github.com/oxidecomputer/falcon |
120 | 2024-12-16T04:16:03.116Z | * [new ref] d8c38f890040f90cdc467e23f3f06b6372a9921c -> refs/commit/d8c38f890040f90cdc467e23f3f06b6372a9921c |
121 | 2024-12-16T04:16:03.305Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
122 | 2024-12-16T04:16:04.539Z | From https://github.com/oxidecomputer/dendrite |
123 | 2024-12-16T04:16:04.539Z | * [new ref] 4cdc7d7e18a25833843686d76b95a9ca4a5dfab0 -> refs/commit/4cdc7d7e18a25833843686d76b95a9ca4a5dfab0 |
124 | 2024-12-16T04:16:04.586Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
125 | 2024-12-16T04:16:05.044Z | From https://github.com/oxidecomputer/ispf |
126 | 2024-12-16T04:16:05.045Z | * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496 |
127 | 2024-12-16T04:16:05.068Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
128 | 2024-12-16T04:16:05.593Z | From https://github.com/oxidecomputer/netadm-sys |
129 | 2024-12-16T04:16:05.593Z | * [new ref] e07ad76458eb50601e0da4f9da16dbc942bfc2ba -> refs/commit/e07ad76458eb50601e0da4f9da16dbc942bfc2ba |
130 | 2024-12-16T04:16:05.616Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
131 | 2024-12-16T04:16:09.229Z | From https://github.com/oxidecomputer/omicron |
132 | 2024-12-16T04:16:09.229Z | * [new ref] 48125c8e00738710bde6aed65c253c606c2bdb30 -> refs/commit/48125c8e00738710bde6aed65c253c606c2bdb30 |
133 | 2024-12-16T04:16:09.267Z | * [new tag] dogfood -> dogfood |
134 | 2024-12-16T04:16:09.290Z | * [new tag] v5 -> v5 |
135 | 2024-12-16T04:16:09.290Z | * [new tag] v6 -> v6 |
136 | 2024-12-16T04:16:09.290Z | * [new tag] v7 -> v7 |
137 | 2024-12-16T04:16:09.290Z | * [new tag] v8 -> v8 |
138 | 2024-12-16T04:16:09.290Z | * [new tag] v9 -> v9 |
139 | 2024-12-16T04:16:09.705Z | Updating git repository `https://github.com/oxidecomputer/opte` |
140 | 2024-12-16T04:16:10.829Z | From https://github.com/oxidecomputer/opte |
141 | 2024-12-16T04:16:10.829Z | * [new ref] 3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d -> refs/commit/3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d |
142 | 2024-12-16T04:16:10.881Z | Updating git repository `https://github.com/illumos/smf-rs` |
143 | 2024-12-16T04:16:11.369Z | From https://github.com/illumos/smf-rs |
144 | 2024-12-16T04:16:11.369Z | * [new ref] f14ff3517648206baa4b42ef522d2114ed5bcb48 -> refs/commit/f14ff3517648206baa4b42ef522d2114ed5bcb48 |
145 | 2024-12-16T04:16:11.479Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
146 | 2024-12-16T04:16:12.076Z | From https://github.com/oxidecomputer/maghemite |
147 | 2024-12-16T04:16:12.076Z | * [new ref] 2bfd39000c878c45675651a7588c015c486e7f43 -> refs/commit/2bfd39000c878c45675651a7588c015c486e7f43 |
148 | 2024-12-16T04:16:12.099Z | * [new tag] rift -> rift |
149 | 2024-12-16T04:16:12.099Z | * [new tag] srp -> srp |
150 | 2024-12-16T04:16:12.100Z | * [new tag] tie-spf -> tie-spf |
151 | 2024-12-16T04:16:12.152Z | Updating git repository `https://github.com/oxidecomputer/zone` |
152 | 2024-12-16T04:16:12.665Z | From https://github.com/oxidecomputer/zone |
153 | 2024-12-16T04:16:12.665Z | * [new ref] 7a0cb48801eaf5d1c91dfb36108528bd754e2e70 -> refs/commit/7a0cb48801eaf5d1c91dfb36108528bd754e2e70 |
154 | 2024-12-16T04:16:12.750Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
155 | 2024-12-16T04:16:13.612Z | From https://github.com/oxidecomputer/propolis |
156 | 2024-12-16T04:16:13.612Z | * [new ref] fae5334bcad5e864794332c6fed5e6bb9ec88831 -> refs/commit/fae5334bcad5e864794332c6fed5e6bb9ec88831 |
157 | 2024-12-16T04:16:13.736Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
158 | 2024-12-16T04:16:14.218Z | From https://github.com/oxidecomputer/dlpi-sys |
159 | 2024-12-16T04:16:14.218Z | * [new ref] 1d587ea98cf2d36f1b1624b0b960559c76d475d2 -> refs/commit/1d587ea98cf2d36f1b1624b0b960559c76d475d2 |
160 | 2024-12-16T04:16:14.242Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
161 | 2024-12-16T04:16:14.740Z | From https://github.com/jmesmon/rust-libzfs |
162 | 2024-12-16T04:16:14.740Z | * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850 |
163 | 2024-12-16T04:16:14.764Z | * [new tag] v0.4.0 -> v0.4.0 |
164 | 2024-12-16T04:16:14.788Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
165 | 2024-12-16T04:16:15.228Z | From https://github.com/oxidecomputer/rusty-doors |
166 | 2024-12-16T04:16:15.228Z | * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf |
167 | 2024-12-16T04:16:15.257Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
168 | 2024-12-16T04:16:15.808Z | From https://github.com/oxidecomputer/maghemite |
169 | 2024-12-16T04:16:15.808Z | * [new ref] b13b5b240f3967de753fd589b1036745d2770b52 -> refs/commit/b13b5b240f3967de753fd589b1036745d2770b52 |
170 | 2024-12-16T04:16:15.950Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
171 | 2024-12-16T04:16:16.399Z | From https://github.com/oxidecomputer/serde_human_bytes |
172 | 2024-12-16T04:16:16.399Z | * [new ref] 0a09794501b6208120528c3b457d5f3a8cb17424 -> refs/commit/0a09794501b6208120528c3b457d5f3a8cb17424 |
173 | 2024-12-16T04:16:16.422Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
174 | 2024-12-16T04:16:16.935Z | From https://github.com/oxidecomputer/slog-error-chain |
175 | 2024-12-16T04:16:16.935Z | * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2 |
176 | 2024-12-16T04:16:16.961Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
177 | 2024-12-16T04:16:17.440Z | From https://github.com/oxidecomputer/poptrie |
178 | 2024-12-16T04:16:17.440Z | * [new ref] ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 -> refs/commit/ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 |
179 | 2024-12-16T04:16:17.488Z | Updating git repository `https://github.com/illumos/libscf-sys.git` |
180 | 2024-12-16T04:16:17.952Z | From https://github.com/illumos/libscf-sys |
181 | 2024-12-16T04:16:17.952Z | * [new ref] bb0b82c32cff5eee65efc4f214924c3daf7edc93 -> refs/commit/bb0b82c32cff5eee65efc4f214924c3daf7edc93 |
182 | 2024-12-16T04:16:17.976Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
183 | 2024-12-16T04:16:18.953Z | From https://github.com/oxidecomputer/progenitor |
184 | 2024-12-16T04:16:18.953Z | * [new ref] e0a1045aed55a0db2cd67939252ea354e284d840 -> refs/commit/e0a1045aed55a0db2cd67939252ea354e284d840 |
185 | 2024-12-16T04:16:18.980Z | * [new tag] v0.1.1 -> v0.1.1 |
186 | 2024-12-16T04:16:18.980Z | * [new tag] v0.2.0 -> v0.2.0 |
187 | 2024-12-16T04:16:19.004Z | * [new tag] v0.3.0 -> v0.3.0 |
188 | 2024-12-16T04:16:19.004Z | * [new tag] v0.4.0 -> v0.4.0 |
189 | 2024-12-16T04:16:19.004Z | * [new tag] v0.5.0 -> v0.5.0 |
190 | 2024-12-16T04:16:19.004Z | * [new tag] v0.6.0 -> v0.6.0 |
191 | 2024-12-16T04:16:19.004Z | * [new tag] v0.7.0 -> v0.7.0 |
192 | 2024-12-16T04:16:19.254Z | Updating git repository `https://github.com/oxidecomputer/typify` |
193 | 2024-12-16T04:16:20.121Z | From https://github.com/oxidecomputer/typify |
194 | 2024-12-16T04:16:20.121Z | * [new ref] 50d969668dcad42300423f893de9b3903f11b65c -> refs/commit/50d969668dcad42300423f893de9b3903f11b65c |
195 | 2024-12-16T04:16:20.121Z | * [new tag] v0.2.0 -> v0.2.0 |
196 | 2024-12-16T04:16:20.147Z | * [new tag] v0.0.10 -> v0.0.10 |
197 | 2024-12-16T04:16:20.170Z | * [new tag] v0.0.11 -> v0.0.11 |
198 | 2024-12-16T04:16:20.170Z | * [new tag] v0.0.12 -> v0.0.12 |
199 | 2024-12-16T04:16:20.171Z | * [new tag] v0.0.13 -> v0.0.13 |
200 | 2024-12-16T04:16:20.171Z | * [new tag] v0.0.14 -> v0.0.14 |
201 | 2024-12-16T04:16:20.171Z | * [new tag] v0.0.15 -> v0.0.15 |
202 | 2024-12-16T04:16:20.171Z | * [new tag] v0.0.16 -> v0.0.16 |
203 | 2024-12-16T04:16:20.171Z | * [new tag] v0.0.4 -> v0.0.4 |
204 | 2024-12-16T04:16:20.171Z | * [new tag] v0.0.5 -> v0.0.5 |
205 | 2024-12-16T04:16:20.171Z | * [new tag] v0.0.7 -> v0.0.7 |
206 | 2024-12-16T04:16:20.171Z | * [new tag] v0.0.8 -> v0.0.8 |
207 | 2024-12-16T04:16:20.171Z | * [new tag] v0.0.9 -> v0.0.9 |
208 | 2024-12-16T04:16:20.171Z | * [new tag] v0.1.0 -> v0.1.0 |
209 | 2024-12-16T04:16:20.321Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
210 | 2024-12-16T04:16:21.386Z | From https://github.com/oxidecomputer/crucible |
211 | 2024-12-16T04:16:21.386Z | * [new ref] 74286f952a2953cd08512015076f0947050deba7 -> refs/commit/74286f952a2953cd08512015076f0947050deba7 |
212 | 2024-12-16T04:16:21.466Z | Updating git repository `https://github.com/oxidecomputer/opte` |
213 | 2024-12-16T04:16:21.993Z | From https://github.com/oxidecomputer/opte |
214 | 2024-12-16T04:16:21.993Z | * [new ref] 76878de67229ea113d70503c441eab47ac5dc653 -> refs/commit/76878de67229ea113d70503c441eab47ac5dc653 |
215 | 2024-12-16T04:16:22.081Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
216 | 2024-12-16T04:16:22.857Z | From https://github.com/oxidecomputer/management-gateway-service |
217 | 2024-12-16T04:16:22.857Z | * [new ref] 9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 -> refs/commit/9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 |
218 | 2024-12-16T04:16:23.852Z | Downloading crates ... |
219 | 2024-12-16T04:16:23.929Z | Downloaded const-random-macro v0.1.16 |
220 | 2024-12-16T04:16:23.954Z | Downloaded anstyle-query v1.1.1 |
221 | 2024-12-16T04:16:23.954Z | Downloaded foreign-types-shared v0.3.1 |
222 | 2024-12-16T04:16:23.978Z | Downloaded pretty-hex v0.4.1 |
223 | 2024-12-16T04:16:24.002Z | Downloaded hash32 v0.3.1 |
224 | 2024-12-16T04:16:24.002Z | Downloaded is-terminal v0.4.13 |
225 | 2024-12-16T04:16:24.026Z | Downloaded newline-converter v0.3.0 |
226 | 2024-12-16T04:16:24.026Z | Downloaded is_terminal_polyfill v1.70.1 |
227 | 2024-12-16T04:16:24.050Z | Downloaded no-std-compat v0.4.1 |
228 | 2024-12-16T04:16:24.074Z | Downloaded usdt-macro v0.5.0 |
229 | 2024-12-16T04:16:24.074Z | Downloaded zone_cfg_derive v0.3.0 |
230 | 2024-12-16T04:16:24.074Z | Downloaded fxhash v0.2.1 |
231 | 2024-12-16T04:16:24.074Z | Downloaded generic-array v0.14.7 |
232 | 2024-12-16T04:16:24.098Z | Downloaded yansi v1.0.1 |
233 | 2024-12-16T04:16:24.098Z | Downloaded hostname v0.3.1 |
234 | 2024-12-16T04:16:24.098Z | Downloaded highway v1.2.0 |
235 | 2024-12-16T04:16:24.122Z | Downloaded untrusted v0.9.0 |
236 | 2024-12-16T04:16:24.122Z | Downloaded heck v0.4.1 |
237 | 2024-12-16T04:16:24.122Z | Downloaded hickory-resolver v0.24.1 |
238 | 2024-12-16T04:16:24.146Z | Downloaded winnow v0.5.40 |
239 | 2024-12-16T04:16:24.146Z | Downloaded getrandom v0.2.15 |
240 | 2024-12-16T04:16:24.169Z | Downloaded url v2.5.2 |
241 | 2024-12-16T04:16:24.169Z | Downloaded vcpkg v0.2.15 |
242 | 2024-12-16T04:16:24.205Z | Downloaded webpki-roots v0.26.6 |
243 | 2024-12-16T04:16:24.229Z | Downloaded hashbrown v0.12.3 |
244 | 2024-12-16T04:16:24.229Z | Downloaded serde_json v1.0.133 |
245 | 2024-12-16T04:16:24.252Z | Downloaded reqwest v0.11.27 |
246 | 2024-12-16T04:16:24.252Z | Downloaded heapless v0.8.0 |
247 | 2024-12-16T04:16:24.276Z | Downloaded hashbrown v0.14.5 |
248 | 2024-12-16T04:16:24.276Z | Downloaded openapiv3 v2.0.0 |
249 | 2024-12-16T04:16:24.299Z | Downloaded quinn-proto v0.11.8 |
250 | 2024-12-16T04:16:24.299Z | Downloaded syn v1.0.109 |
251 | 2024-12-16T04:16:24.322Z | Downloaded regex v1.10.6 |
252 | 2024-12-16T04:16:24.323Z | Downloaded webpki-roots v0.25.4 |
253 | 2024-12-16T04:16:24.323Z | Downloaded unicode-normalization v0.1.24 |
254 | 2024-12-16T04:16:24.346Z | Downloaded unicode-width v0.1.14 |
255 | 2024-12-16T04:16:24.347Z | Downloaded rustls v0.21.12 |
256 | 2024-12-16T04:16:24.370Z | Downloaded hickory-proto v0.24.1 |
257 | 2024-12-16T04:16:24.393Z | Downloaded rustix v0.38.37 |
258 | 2024-12-16T04:16:24.417Z | Downloaded regress v0.9.1 |
259 | 2024-12-16T04:16:24.417Z | Downloaded zerocopy-derive v0.6.6 |
260 | 2024-12-16T04:16:24.440Z | Downloaded regex-syntax v0.8.4 |
261 | 2024-12-16T04:16:24.440Z | Downloaded rustls v0.23.13 |
262 | 2024-12-16T04:16:24.463Z | Downloaded rustls v0.22.4 |
263 | 2024-12-16T04:16:24.487Z | Downloaded regress v0.10.1 |
264 | 2024-12-16T04:16:24.487Z | Downloaded libc v0.2.167 |
265 | 2024-12-16T04:16:24.510Z | Downloaded typify-impl v0.2.0 |
266 | 2024-12-16T04:16:24.533Z | Downloaded sled v0.34.7 |
267 | 2024-12-16T04:16:24.533Z | Downloaded syn v2.0.87 |
268 | 2024-12-16T04:16:24.559Z | Downloaded rhai v1.20.0 |
269 | 2024-12-16T04:16:24.582Z | Downloaded rustls-webpki v0.102.8 |
270 | 2024-12-16T04:16:24.605Z | Downloaded tokio v1.42.0 |
271 | 2024-12-16T04:16:24.628Z | Downloaded regex-automata v0.4.7 |
272 | 2024-12-16T04:16:24.652Z | Downloaded portable-atomic v1.8.0 |
273 | 2024-12-16T04:16:24.675Z | Downloaded rustls-webpki v0.101.7 |
274 | 2024-12-16T04:16:24.676Z | Downloaded reqwest v0.12.9 |
275 | 2024-12-16T04:16:24.699Z | Downloaded unicode-segmentation v1.12.0 |
276 | 2024-12-16T04:16:24.699Z | Downloaded petgraph v0.6.5 |
277 | 2024-12-16T04:16:24.722Z | Downloaded toml_edit v0.19.15 |
278 | 2024-12-16T04:16:24.723Z | Downloaded nom v7.1.3 |
279 | 2024-12-16T04:16:24.746Z | Downloaded serde_with v3.9.0 |
280 | 2024-12-16T04:16:24.746Z | Downloaded toml_edit v0.22.21 |
281 | 2024-12-16T04:16:24.769Z | Downloaded rand v0.8.5 |
282 | 2024-12-16T04:16:24.769Z | Downloaded pest v2.7.13 |
283 | 2024-12-16T04:16:24.792Z | Downloaded tracing v0.1.40 |
284 | 2024-12-16T04:16:24.792Z | Downloaded encoding_rs v0.8.34 |
285 | 2024-12-16T04:16:24.816Z | Downloaded smoltcp v0.11.0 |
286 | 2024-12-16T04:16:24.816Z | Downloaded futures-util v0.3.30 |
287 | 2024-12-16T04:16:24.840Z | Downloaded uuid v1.11.0 |
288 | 2024-12-16T04:16:24.840Z | Downloaded usdt-impl v0.5.0 |
289 | 2024-12-16T04:16:24.840Z | Downloaded unsafe-libyaml v0.2.11 |
290 | 2024-12-16T04:16:24.840Z | Downloaded unicode-ident v1.0.13 |
291 | 2024-12-16T04:16:24.840Z | Downloaded unicode-bidi v0.3.15 |
292 | 2024-12-16T04:16:24.840Z | Downloaded ucd-trie v0.1.6 |
293 | 2024-12-16T04:16:24.863Z | Downloaded typenum v1.17.0 |
294 | 2024-12-16T04:16:24.863Z | Downloaded tracing-core v0.1.32 |
295 | 2024-12-16T04:16:24.863Z | Downloaded pretty_assertions v1.4.1 |
296 | 2024-12-16T04:16:24.863Z | Downloaded zerocopy v0.7.35 |
297 | 2024-12-16T04:16:24.887Z | Downloaded utf8parse v0.2.2 |
298 | 2024-12-16T04:16:24.887Z | Downloaded serde v1.0.215 |
299 | 2024-12-16T04:16:24.887Z | Downloaded winnow v0.6.18 |
300 | 2024-12-16T04:16:24.887Z | Downloaded typify v0.2.0 |
301 | 2024-12-16T04:16:24.887Z | Downloaded tracing-attributes v0.1.27 |
302 | 2024-12-16T04:16:24.887Z | Downloaded tokio-util v0.7.12 |
303 | 2024-12-16T04:16:24.910Z | Downloaded time v0.3.36 |
304 | 2024-12-16T04:16:24.910Z | Downloaded term v0.7.0 |
305 | 2024-12-16T04:16:24.910Z | Downloaded tempfile v3.12.0 |
306 | 2024-12-16T04:16:24.910Z | Downloaded openssl v0.10.66 |
307 | 2024-12-16T04:16:24.933Z | Downloaded serde_yaml v0.9.34+deprecated |
308 | 2024-12-16T04:16:24.933Z | Downloaded quote v1.0.37 |
309 | 2024-12-16T04:16:24.934Z | Downloaded quinn v0.11.5 |
310 | 2024-12-16T04:16:24.934Z | Downloaded hex v0.4.3 |
311 | 2024-12-16T04:16:24.934Z | Downloaded heck v0.5.0 |
312 | 2024-12-16T04:16:24.934Z | Downloaded zone v0.3.0 |
313 | 2024-12-16T04:16:24.934Z | Downloaded version_check v0.9.5 |
314 | 2024-12-16T04:16:24.934Z | Downloaded usdt v0.5.0 |
315 | 2024-12-16T04:16:24.957Z | Downloaded typify-macro v0.2.0 |
316 | 2024-12-16T04:16:24.957Z | Downloaded thin-vec v0.2.13 |
317 | 2024-12-16T04:16:24.957Z | Downloaded http v1.2.0 |
318 | 2024-12-16T04:16:24.957Z | Downloaded hyper v0.14.30 |
319 | 2024-12-16T04:16:24.957Z | Downloaded sha2 v0.10.8 |
320 | 2024-12-16T04:16:24.981Z | Downloaded serde_derive v1.0.215 |
321 | 2024-12-16T04:16:24.981Z | Downloaded schemars v0.8.21 |
322 | 2024-12-16T04:16:24.981Z | Downloaded prettyplease v0.2.22 |
323 | 2024-12-16T04:16:24.981Z | Downloaded want v0.3.1 |
324 | 2024-12-16T04:16:24.981Z | Downloaded tinyvec v1.8.0 |
325 | 2024-12-16T04:16:25.004Z | Downloaded http v0.2.12 |
326 | 2024-12-16T04:16:25.004Z | Downloaded terminal_size v0.4.0 |
327 | 2024-12-16T04:16:25.004Z | Downloaded tabwriter v1.4.0 |
328 | 2024-12-16T04:16:25.004Z | Downloaded idna v0.5.0 |
329 | 2024-12-16T04:16:25.004Z | Downloaded proc-macro2 v1.0.86 |
330 | 2024-12-16T04:16:25.004Z | Downloaded clap_builder v4.5.23 |
331 | 2024-12-16T04:16:25.028Z | Downloaded zeroize v1.8.1 |
332 | 2024-12-16T04:16:25.028Z | Downloaded zerocopy v0.6.6 |
333 | 2024-12-16T04:16:25.028Z | Downloaded tower-service v0.3.3 |
334 | 2024-12-16T04:16:25.028Z | Downloaded toml v0.8.19 |
335 | 2024-12-16T04:16:25.028Z | Downloaded itertools v0.13.0 |
336 | 2024-12-16T04:16:25.028Z | Downloaded hyper v1.5.1 |
337 | 2024-12-16T04:16:25.051Z | Downloaded slog v2.7.0 |
338 | 2024-12-16T04:16:25.051Z | Downloaded ryu v1.0.18 |
339 | 2024-12-16T04:16:25.051Z | Downloaded futures-task v0.3.30 |
340 | 2024-12-16T04:16:25.051Z | Downloaded futures-sink v0.3.30 |
341 | 2024-12-16T04:16:25.051Z | Downloaded zerocopy-derive v0.7.35 |
342 | 2024-12-16T04:16:25.051Z | Downloaded whoami v1.5.2 |
343 | 2024-12-16T04:16:25.051Z | Downloaded tokio-rustls v0.26.0 |
344 | 2024-12-16T04:16:25.051Z | Downloaded itertools v0.12.1 |
345 | 2024-12-16T04:16:25.074Z | Downloaded waitgroup v0.1.2 |
346 | 2024-12-16T04:16:25.074Z | Downloaded tokio-rustls v0.25.0 |
347 | 2024-12-16T04:16:25.074Z | Downloaded tokio-rustls v0.24.1 |
348 | 2024-12-16T04:16:25.074Z | Downloaded thiserror-impl v1.0.69 |
349 | 2024-12-16T04:16:25.074Z | Downloaded num-traits v0.2.19 |
350 | 2024-12-16T04:16:25.074Z | Downloaded newtype-uuid v1.1.0 |
351 | 2024-12-16T04:16:25.074Z | Downloaded libm v0.2.8 |
352 | 2024-12-16T04:16:25.075Z | Downloaded itertools v0.10.5 |
353 | 2024-12-16T04:16:25.098Z | Downloaded idna v0.4.0 |
354 | 2024-12-16T04:16:25.098Z | Downloaded parse-display-derive v0.10.0 |
355 | 2024-12-16T04:16:25.098Z | Downloaded usdt-attr-macro v0.5.0 |
356 | 2024-12-16T04:16:25.098Z | Downloaded try-lock v0.2.5 |
357 | 2024-12-16T04:16:25.098Z | Downloaded toml_datetime v0.6.8 |
358 | 2024-12-16T04:16:25.098Z | Downloaded tokio-native-tls v0.3.1 |
359 | 2024-12-16T04:16:25.098Z | Downloaded tokio-macros v2.4.0 |
360 | 2024-12-16T04:16:25.098Z | Downloaded tinyvec_macros v0.1.1 |
361 | 2024-12-16T04:16:25.099Z | Downloaded tiny-keccak v2.0.2 |
362 | 2024-12-16T04:16:25.122Z | Downloaded time-macros v0.2.18 |
363 | 2024-12-16T04:16:25.122Z | Downloaded time-core v0.1.2 |
364 | 2024-12-16T04:16:25.122Z | Downloaded thread_local v1.1.8 |
365 | 2024-12-16T04:16:25.122Z | Downloaded thread-id v4.2.2 |
366 | 2024-12-16T04:16:25.122Z | Downloaded thiserror v1.0.69 |
367 | 2024-12-16T04:16:25.122Z | Downloaded hostname v0.4.0 |
368 | 2024-12-16T04:16:25.122Z | Downloaded take_mut v0.2.2 |
369 | 2024-12-16T04:16:25.122Z | Downloaded sync_wrapper v1.0.1 |
370 | 2024-12-16T04:16:25.122Z | Downloaded sync_wrapper v0.1.2 |
371 | 2024-12-16T04:16:25.122Z | Downloaded once_cell v1.20.2 |
372 | 2024-12-16T04:16:25.122Z | Downloaded omicron-workspace-hack v0.1.0 |
373 | 2024-12-16T04:16:25.122Z | Downloaded num_threads v0.1.7 |
374 | 2024-12-16T04:16:25.122Z | Downloaded num_enum_derive v0.7.3 |
375 | 2024-12-16T04:16:25.122Z | Downloaded num_enum_derive v0.5.11 |
376 | 2024-12-16T04:16:25.122Z | Downloaded num_enum v0.7.3 |
377 | 2024-12-16T04:16:25.146Z | Downloaded num_enum v0.5.11 |
378 | 2024-12-16T04:16:25.146Z | Downloaded num-rational v0.4.2 |
379 | 2024-12-16T04:16:25.146Z | Downloaded num-iter v0.1.45 |
380 | 2024-12-16T04:16:25.146Z | Downloaded num-integer v0.1.46 |
381 | 2024-12-16T04:16:25.146Z | Downloaded num-derive v0.4.2 |
382 | 2024-12-16T04:16:25.146Z | Downloaded num-derive v0.3.3 |
383 | 2024-12-16T04:16:25.146Z | Downloaded num-conv v0.1.0 |
384 | 2024-12-16T04:16:25.146Z | Downloaded num-complex v0.4.6 |
385 | 2024-12-16T04:16:25.169Z | Downloaded num v0.4.3 |
386 | 2024-12-16T04:16:25.169Z | Downloaded mio v1.0.2 |
387 | 2024-12-16T04:16:25.169Z | Downloaded minimal-lexical v0.2.1 |
388 | 2024-12-16T04:16:25.169Z | Downloaded memchr v2.7.4 |
389 | 2024-12-16T04:16:25.169Z | Downloaded macaddr v1.0.1 |
390 | 2024-12-16T04:16:25.169Z | Downloaded libsw v3.3.1 |
391 | 2024-12-16T04:16:25.192Z | Downloaded subtle v2.6.1 |
392 | 2024-12-16T04:16:25.192Z | Downloaded steno v0.4.1 |
393 | 2024-12-16T04:16:25.192Z | Downloaded parking_lot v0.11.2 |
394 | 2024-12-16T04:16:25.192Z | Downloaded slab v0.4.9 |
395 | 2024-12-16T04:16:25.192Z | Downloaded similar v2.6.0 |
396 | 2024-12-16T04:16:25.192Z | Downloaded shlex v1.3.0 |
397 | 2024-12-16T04:16:25.192Z | Downloaded serde_with_macros v3.9.0 |
398 | 2024-12-16T04:16:25.192Z | Downloaded serde_derive_internals v0.29.1 |
399 | 2024-12-16T04:16:25.192Z | Downloaded scroll v0.12.0 |
400 | 2024-12-16T04:16:25.215Z | Downloaded rustls-pki-types v1.8.0 |
401 | 2024-12-16T04:16:25.216Z | Downloaded resolv-conf v0.7.0 |
402 | 2024-12-16T04:16:25.216Z | Downloaded progenitor-impl v0.8.0 |
403 | 2024-12-16T04:16:25.216Z | Downloaded proc-macro-error v1.0.4 |
404 | 2024-12-16T04:16:25.216Z | Downloaded ppv-lite86 v0.2.20 |
405 | 2024-12-16T04:16:25.216Z | Downloaded pest_meta v2.7.13 |
406 | 2024-12-16T04:16:25.216Z | Downloaded parking_lot v0.12.3 |
407 | 2024-12-16T04:16:25.216Z | Downloaded newtype_derive v0.1.6 |
408 | 2024-12-16T04:16:25.216Z | Downloaded native-tls v0.2.12 |
409 | 2024-12-16T04:16:25.216Z | Downloaded multer v3.1.0 |
410 | 2024-12-16T04:16:25.216Z | Downloaded mime v0.3.17 |
411 | 2024-12-16T04:16:25.239Z | Downloaded memmap v0.7.0 |
412 | 2024-12-16T04:16:25.239Z | Downloaded match_cfg v0.1.0 |
413 | 2024-12-16T04:16:25.239Z | Downloaded managed v0.8.0 |
414 | 2024-12-16T04:16:25.239Z | Downloaded lru-cache v0.1.2 |
415 | 2024-12-16T04:16:25.239Z | Downloaded log v0.4.22 |
416 | 2024-12-16T04:16:25.239Z | Downloaded lock_api v0.4.12 |
417 | 2024-12-16T04:16:25.239Z | Downloaded linked-hash-map v0.5.6 |
418 | 2024-12-16T04:16:25.239Z | Downloaded linear-map v1.2.0 |
419 | 2024-12-16T04:16:25.239Z | Downloaded lazy_static v1.5.0 |
420 | 2024-12-16T04:16:25.239Z | Downloaded itoa v1.0.11 |
421 | 2024-12-16T04:16:25.239Z | Downloaded hyper-rustls v0.24.2 |
422 | 2024-12-16T04:16:25.239Z | Downloaded hubpack v0.1.2 |
423 | 2024-12-16T04:16:25.239Z | Downloaded httpdate v1.0.3 |
424 | 2024-12-16T04:16:25.239Z | Downloaded http-body v0.4.6 |
425 | 2024-12-16T04:16:25.263Z | Downloaded serde_path_to_error v0.1.16 |
426 | 2024-12-16T04:16:25.263Z | Downloaded semver v1.0.23 |
427 | 2024-12-16T04:16:25.263Z | Downloaded sct v0.7.1 |
428 | 2024-12-16T04:16:25.263Z | Downloaded rustls-pemfile v2.1.3 |
429 | 2024-12-16T04:16:25.263Z | Downloaded progenitor-macro v0.8.0 |
430 | 2024-12-16T04:16:25.263Z | Downloaded pest_derive v2.7.13 |
431 | 2024-12-16T04:16:25.263Z | Downloaded blake2 v0.10.6 |
432 | 2024-12-16T04:16:25.263Z | Downloaded humantime v2.1.0 |
433 | 2024-12-16T04:16:25.263Z | Downloaded hubpack_derive v0.1.1 |
434 | 2024-12-16T04:16:25.263Z | Downloaded http-body v1.0.1 |
435 | 2024-12-16T04:16:25.263Z | Downloaded swrite v0.1.0 |
436 | 2024-12-16T04:16:25.263Z | Downloaded strum_macros v0.26.4 |
437 | 2024-12-16T04:16:25.263Z | Downloaded structmeta v0.3.0 |
438 | 2024-12-16T04:16:25.286Z | Downloaded spin v0.9.8 |
439 | 2024-12-16T04:16:25.287Z | Downloaded socket2 v0.5.8 |
440 | 2024-12-16T04:16:25.287Z | Downloaded smf v0.2.3 |
441 | 2024-12-16T04:16:25.287Z | Downloaded smartstring v1.0.1 |
442 | 2024-12-16T04:16:25.287Z | Downloaded smallvec v1.13.2 |
443 | 2024-12-16T04:16:25.287Z | Downloaded slog-term v2.9.1 |
444 | 2024-12-16T04:16:25.287Z | Downloaded slog-stdlog v4.1.1 |
445 | 2024-12-16T04:16:25.287Z | Downloaded slog-json v2.6.1 |
446 | 2024-12-16T04:16:25.287Z | Downloaded slog-envlogger v2.2.0 |
447 | 2024-12-16T04:16:25.310Z | Downloaded slog-dtrace v0.3.0 |
448 | 2024-12-16T04:16:25.310Z | Downloaded owo-colors v4.1.0 |
449 | 2024-12-16T04:16:25.310Z | Downloaded openssl-sys v0.9.103 |
450 | 2024-12-16T04:16:25.310Z | Downloaded serde_tokenstream v0.2.2 |
451 | 2024-12-16T04:16:25.310Z | Downloaded schemars_derive v0.8.21 |
452 | 2024-12-16T04:16:25.310Z | Downloaded rustls-pemfile v1.0.4 |
453 | 2024-12-16T04:16:25.310Z | Downloaded rhai_codegen v2.2.0 |
454 | 2024-12-16T04:16:25.334Z | Downloaded dropshot v0.12.0 |
455 | 2024-12-16T04:16:25.334Z | Downloaded colorchoice v1.0.2 |
456 | 2024-12-16T04:16:25.357Z | Downloaded bitflags v1.3.2 |
457 | 2024-12-16T04:16:25.357Z | Downloaded base64ct v1.6.0 |
458 | 2024-12-16T04:16:25.357Z | Downloaded strum_macros v0.25.3 |
459 | 2024-12-16T04:16:25.358Z | Downloaded strum v0.26.3 |
460 | 2024-12-16T04:16:25.358Z | Downloaded structmeta-derive v0.3.0 |
461 | 2024-12-16T04:16:25.358Z | Downloaded strsim v0.11.1 |
462 | 2024-12-16T04:16:25.358Z | Downloaded static_assertions v1.1.0 |
463 | 2024-12-16T04:16:25.358Z | Downloaded stable_deref_trait v1.2.0 |
464 | 2024-12-16T04:16:25.358Z | Downloaded spin v0.5.2 |
465 | 2024-12-16T04:16:25.358Z | Downloaded slog-scope v4.4.0 |
466 | 2024-12-16T04:16:25.358Z | Downloaded openssl-probe v0.1.5 |
467 | 2024-12-16T04:16:25.358Z | Downloaded openssl-macros v0.1.1 |
468 | 2024-12-16T04:16:25.358Z | Downloaded ipnet v2.10.0 |
469 | 2024-12-16T04:16:25.358Z | Downloaded indexmap v2.5.0 |
470 | 2024-12-16T04:16:25.381Z | Downloaded indexmap v1.9.3 |
471 | 2024-12-16T04:16:25.381Z | Downloaded indent_write v2.2.0 |
472 | 2024-12-16T04:16:25.381Z | Downloaded iana-time-zone v0.1.61 |
473 | 2024-12-16T04:16:25.381Z | Downloaded hyper-util v0.1.10 |
474 | 2024-12-16T04:16:25.382Z | Downloaded hyper-tls v0.6.0 |
475 | 2024-12-16T04:16:25.382Z | Downloaded hyper-rustls v0.27.3 |
476 | 2024-12-16T04:16:25.382Z | Downloaded h2 v0.4.6 |
477 | 2024-12-16T04:16:25.405Z | Downloaded h2 v0.3.26 |
478 | 2024-12-16T04:16:25.405Z | Downloaded goblin v0.8.2 |
479 | 2024-12-16T04:16:25.405Z | Downloaded slog-bunyan v2.5.0 |
480 | 2024-12-16T04:16:25.405Z | Downloaded slog-async v2.8.0 |
481 | 2024-12-16T04:16:25.405Z | Downloaded signal-hook-registry v1.4.2 |
482 | 2024-12-16T04:16:25.405Z | Downloaded ring v0.17.8 |
483 | 2024-12-16T04:16:25.478Z | Downloaded sha1 v0.10.6 |
484 | 2024-12-16T04:16:25.501Z | Downloaded serde_urlencoded v0.7.1 |
485 | 2024-12-16T04:16:25.501Z | Downloaded serde_spanned v0.6.7 |
486 | 2024-12-16T04:16:25.501Z | Downloaded serde_repr v0.1.19 |
487 | 2024-12-16T04:16:25.501Z | Downloaded semver v0.1.20 |
488 | 2024-12-16T04:16:25.502Z | Downloaded scopeguard v1.2.0 |
489 | 2024-12-16T04:16:25.502Z | Downloaded rustversion v1.0.17 |
490 | 2024-12-16T04:16:25.502Z | Downloaded rustc_version v0.4.1 |
491 | 2024-12-16T04:16:25.502Z | Downloaded rustc_version v0.1.7 |
492 | 2024-12-16T04:16:25.502Z | Downloaded rustc-hash v2.0.0 |
493 | 2024-12-16T04:16:25.502Z | Downloaded rand_chacha v0.3.1 |
494 | 2024-12-16T04:16:25.502Z | Downloaded quinn-udp v0.5.5 |
495 | 2024-12-16T04:16:25.502Z | Downloaded progenitor-client v0.8.0 |
496 | 2024-12-16T04:16:25.502Z | Downloaded progenitor v0.8.0 |
497 | 2024-12-16T04:16:25.502Z | Downloaded proc-macro-error-attr v1.0.4 |
498 | 2024-12-16T04:16:25.502Z | Downloaded proc-macro-crate v1.3.1 |
499 | 2024-12-16T04:16:25.525Z | Downloaded postcard v1.0.10 |
500 | 2024-12-16T04:16:25.525Z | Downloaded pin-project-lite v0.2.14 |
501 | 2024-12-16T04:16:25.525Z | Downloaded paste v1.0.15 |
502 | 2024-12-16T04:16:25.525Z | Downloaded password-hash v0.5.0 |
503 | 2024-12-16T04:16:25.525Z | Downloaded parking_lot_core v0.9.10 |
504 | 2024-12-16T04:16:25.525Z | Downloaded parking_lot_core v0.8.6 |
505 | 2024-12-16T04:16:25.525Z | Downloaded futures-macro v0.3.30 |
506 | 2024-12-16T04:16:25.525Z | Downloaded chrono v0.4.38 |
507 | 2024-12-16T04:16:25.570Z | Downloaded ipnetwork v0.20.0 |
508 | 2024-12-16T04:16:25.570Z | Downloaded instant v0.1.13 |
509 | 2024-12-16T04:16:25.570Z | Downloaded ident_case v1.0.1 |
510 | 2024-12-16T04:16:25.570Z | Downloaded hyper-tls v0.5.0 |
511 | 2024-12-16T04:16:25.570Z | Downloaded httparse v1.9.4 |
512 | 2024-12-16T04:16:25.570Z | Downloaded http-body-util v0.1.2 |
513 | 2024-12-16T04:16:25.570Z | Downloaded half v2.4.1 |
514 | 2024-12-16T04:16:25.570Z | Downloaded serde-big-array v0.5.1 |
515 | 2024-12-16T04:16:25.571Z | Downloaded scroll_derive v0.12.0 |
516 | 2024-12-16T04:16:25.571Z | Downloaded rand_core v0.6.4 |
517 | 2024-12-16T04:16:25.571Z | Downloaded quick-error v1.2.3 |
518 | 2024-12-16T04:16:25.595Z | Downloaded proc-macro-crate v3.2.0 |
519 | 2024-12-16T04:16:25.595Z | Downloaded plain v0.2.3 |
520 | 2024-12-16T04:16:25.595Z | Downloaded pkg-config v0.3.31 |
521 | 2024-12-16T04:16:25.595Z | Downloaded pest_generator v2.7.13 |
522 | 2024-12-16T04:16:25.595Z | Downloaded parse-display v0.10.0 |
523 | 2024-12-16T04:16:25.595Z | Downloaded expectorate v1.1.0 |
524 | 2024-12-16T04:16:25.595Z | Downloaded darling_core v0.20.10 |
525 | 2024-12-16T04:16:25.618Z | Downloaded crossbeam-channel v0.5.13 |
526 | 2024-12-16T04:16:25.619Z | Downloaded crc8 v0.1.1 |
527 | 2024-12-16T04:16:25.619Z | Downloaded cc v1.1.21 |
528 | 2024-12-16T04:16:25.619Z | Downloaded bytes v1.7.2 |
529 | 2024-12-16T04:16:25.619Z | Downloaded base64 v0.22.1 |
530 | 2024-12-16T04:16:25.642Z | Downloaded arc-swap v1.7.1 |
531 | 2024-12-16T04:16:25.642Z | Downloaded aho-corasick v1.1.3 |
532 | 2024-12-16T04:16:25.642Z | Downloaded sigpipe v0.1.3 |
533 | 2024-12-16T04:16:25.642Z | Downloaded powerfmt v0.2.0 |
534 | 2024-12-16T04:16:25.642Z | Downloaded pin-utils v0.1.0 |
535 | 2024-12-16T04:16:25.666Z | Downloaded percent-encoding v2.3.1 |
536 | 2024-12-16T04:16:25.666Z | Downloaded futures-executor v0.3.30 |
537 | 2024-12-16T04:16:25.666Z | Downloaded futures-channel v0.3.30 |
538 | 2024-12-16T04:16:25.666Z | Downloaded futures v0.3.30 |
539 | 2024-12-16T04:16:25.666Z | Downloaded foreign-types-macros v0.2.3 |
540 | 2024-12-16T04:16:25.666Z | Downloaded either v1.13.0 |
541 | 2024-12-16T04:16:25.666Z | Downloaded dropshot_endpoint v0.12.0 |
542 | 2024-12-16T04:16:25.666Z | Downloaded dof v0.3.0 |
543 | 2024-12-16T04:16:25.666Z | Downloaded dirs-sys-next v0.1.2 |
544 | 2024-12-16T04:16:25.690Z | Downloaded diff v0.1.13 |
545 | 2024-12-16T04:16:25.690Z | Downloaded derive_more v0.99.18 |
546 | 2024-12-16T04:16:25.690Z | Downloaded derive-where v1.2.7 |
547 | 2024-12-16T04:16:25.714Z | Downloaded defmt-macros v0.3.9 |
548 | 2024-12-16T04:16:25.714Z | Downloaded defmt v0.3.8 |
549 | 2024-12-16T04:16:25.714Z | Downloaded darling v0.20.10 |
550 | 2024-12-16T04:16:25.714Z | Downloaded crypto-common v0.1.6 |
551 | 2024-12-16T04:16:25.714Z | Downloaded crossbeam-utils v0.8.20 |
552 | 2024-12-16T04:16:25.738Z | Downloaded crossbeam-epoch v0.9.18 |
553 | 2024-12-16T04:16:25.738Z | Downloaded crc32fast v1.4.2 |
554 | 2024-12-16T04:16:25.738Z | Downloaded cookie v0.18.1 |
555 | 2024-12-16T04:16:25.738Z | Downloaded convert_case v0.4.0 |
556 | 2024-12-16T04:16:25.738Z | Downloaded colored v2.2.0 |
557 | 2024-12-16T04:16:25.761Z | Downloaded clap_derive v4.5.18 |
558 | 2024-12-16T04:16:25.761Z | Downloaded clap v4.5.23 |
559 | 2024-12-16T04:16:25.761Z | Downloaded ciborium v0.2.2 |
560 | 2024-12-16T04:16:25.785Z | Downloaded cancel-safe-futures v0.1.5 |
561 | 2024-12-16T04:16:25.810Z | Downloaded bitflags v2.6.0 |
562 | 2024-12-16T04:16:25.811Z | Downloaded base64 v0.21.7 |
563 | 2024-12-16T04:16:25.811Z | Downloaded backoff v0.4.0 |
564 | 2024-12-16T04:16:25.811Z | Downloaded autocfg v1.3.0 |
565 | 2024-12-16T04:16:25.811Z | Downloaded async-trait v0.1.83 |
566 | 2024-12-16T04:16:25.811Z | Downloaded argon2 v0.5.3 |
567 | 2024-12-16T04:16:25.811Z | Downloaded anyhow v1.0.94 |
568 | 2024-12-16T04:16:25.811Z | Downloaded allocator-api2 v0.2.18 |
569 | 2024-12-16T04:16:25.811Z | Downloaded pretty-hex v0.2.1 |
570 | 2024-12-16T04:16:25.811Z | Downloaded futures-io v0.3.30 |
571 | 2024-12-16T04:16:25.811Z | Downloaded futures-core v0.3.30 |
572 | 2024-12-16T04:16:25.811Z | Downloaded form_urlencoded v1.2.1 |
573 | 2024-12-16T04:16:25.811Z | Downloaded fnv v1.0.7 |
574 | 2024-12-16T04:16:25.811Z | Downloaded fastrand v2.1.1 |
575 | 2024-12-16T04:16:25.811Z | Downloaded errno v0.3.9 |
576 | 2024-12-16T04:16:25.811Z | Downloaded enum-as-inner v0.6.1 |
577 | 2024-12-16T04:16:25.811Z | Downloaded embedded-io v0.6.1 |
578 | 2024-12-16T04:16:25.811Z | Downloaded embedded-io v0.4.0 |
579 | 2024-12-16T04:16:25.811Z | Downloaded dyn-clone v1.0.17 |
580 | 2024-12-16T04:16:25.834Z | Downloaded dtrace-parser v0.2.0 |
581 | 2024-12-16T04:16:25.834Z | Downloaded digest v0.10.7 |
582 | 2024-12-16T04:16:25.834Z | Downloaded deranged v0.3.11 |
583 | 2024-12-16T04:16:25.834Z | Downloaded defmt-parser v0.3.4 |
584 | 2024-12-16T04:16:25.834Z | Downloaded debug-ignore v1.0.5 |
585 | 2024-12-16T04:16:25.834Z | Downloaded data-encoding v2.6.0 |
586 | 2024-12-16T04:16:25.834Z | Downloaded cpufeatures v0.2.14 |
587 | 2024-12-16T04:16:25.834Z | Downloaded console v0.15.8 |
588 | 2024-12-16T04:16:25.834Z | Downloaded ciborium-ll v0.2.2 |
589 | 2024-12-16T04:16:25.834Z | Downloaded cfg-if v1.0.0 |
590 | 2024-12-16T04:16:25.834Z | Downloaded camino-tempfile v1.1.1 |
591 | 2024-12-16T04:16:25.835Z | Downloaded camino v1.1.9 |
592 | 2024-12-16T04:16:25.835Z | Downloaded byteorder v1.5.0 |
593 | 2024-12-16T04:16:25.835Z | Downloaded atomicwrites v0.4.4 |
594 | 2024-12-16T04:16:25.835Z | Downloaded atomic-waker v1.1.2 |
595 | 2024-12-16T04:16:25.835Z | Downloaded async-stream v0.3.5 |
596 | 2024-12-16T04:16:25.858Z | Downloaded anstream v0.6.15 |
597 | 2024-12-16T04:16:25.858Z | Downloaded ahash v0.8.11 |
598 | 2024-12-16T04:16:25.858Z | Downloaded foreign-types-shared v0.1.1 |
599 | 2024-12-16T04:16:25.858Z | Downloaded foreign-types v0.5.0 |
600 | 2024-12-16T04:16:25.858Z | Downloaded foreign-types v0.3.2 |
601 | 2024-12-16T04:16:25.858Z | Downloaded float-ord v0.3.2 |
602 | 2024-12-16T04:16:25.858Z | Downloaded fixedbitset v0.4.2 |
603 | 2024-12-16T04:16:25.858Z | Downloaded equivalent v1.0.1 |
604 | 2024-12-16T04:16:25.858Z | Downloaded dirs-next v2.0.0 |
605 | 2024-12-16T04:16:25.858Z | Downloaded darling_macro v0.20.10 |
606 | 2024-12-16T04:16:25.858Z | Downloaded cstr-argument v0.1.2 |
607 | 2024-12-16T04:16:25.858Z | Downloaded crunchy v0.2.2 |
608 | 2024-12-16T04:16:25.858Z | Downloaded crucible-workspace-hack v0.1.0 |
609 | 2024-12-16T04:16:25.858Z | Downloaded cobs v0.2.3 |
610 | 2024-12-16T04:16:25.858Z | Downloaded clap_lex v0.7.4 |
611 | 2024-12-16T04:16:25.858Z | Downloaded block-buffer v0.10.4 |
612 | 2024-12-16T04:16:25.858Z | Downloaded anstyle v1.0.10 |
613 | 2024-12-16T04:16:25.858Z | Downloaded const-random v0.1.18 |
614 | 2024-12-16T04:16:25.858Z | Downloaded ciborium-io v0.2.2 |
615 | 2024-12-16T04:16:25.882Z | Downloaded async-stream-impl v0.3.5 |
616 | 2024-12-16T04:16:25.882Z | Downloaded anstyle-parse v0.2.5 |
617 | 2024-12-16T04:16:26.170Z | Compiling proc-macro2 v1.0.86 |
618 | 2024-12-16T04:16:26.170Z | Compiling unicode-ident v1.0.13 |
619 | 2024-12-16T04:16:26.193Z | Compiling libc v0.2.167 |
620 | 2024-12-16T04:16:26.193Z | Compiling serde v1.0.215 |
621 | 2024-12-16T04:16:26.194Z | Compiling autocfg v1.3.0 |
622 | 2024-12-16T04:16:26.194Z | Compiling version_check v0.9.5 |
623 | 2024-12-16T04:16:26.194Z | Compiling cfg-if v1.0.0 |
624 | 2024-12-16T04:16:26.194Z | Compiling once_cell v1.20.2 |
625 | 2024-12-16T04:16:26.409Z | Compiling portable-atomic v1.8.0 |
626 | 2024-12-16T04:16:26.453Z | Compiling libm v0.2.8 |
627 | 2024-12-16T04:16:26.646Z | Compiling parking_lot_core v0.9.10 |
628 | 2024-12-16T04:16:26.909Z | Compiling thiserror v1.0.69 |
629 | 2024-12-16T04:16:26.950Z | Compiling serde_json v1.0.133 |
630 | 2024-12-16T04:16:26.973Z | Compiling byteorder v1.5.0 |
631 | 2024-12-16T04:16:26.973Z | Compiling lock_api v0.4.12 |
632 | 2024-12-16T04:16:27.065Z | Compiling num-traits v0.2.19 |
633 | 2024-12-16T04:16:27.383Z | Compiling shlex v1.3.0 |
634 | 2024-12-16T04:16:27.406Z | Compiling schemars v0.8.21 |
635 | 2024-12-16T04:16:27.569Z | Compiling memchr v2.7.4 |
636 | 2024-12-16T04:16:27.681Z | Compiling cc v1.1.21 |
637 | 2024-12-16T04:16:27.729Z | Compiling slab v0.4.9 |
638 | 2024-12-16T04:16:27.878Z | Compiling crunchy v0.2.2 |
639 | 2024-12-16T04:16:28.077Z | Compiling quote v1.0.37 |
640 | 2024-12-16T04:16:28.294Z | Compiling getrandom v0.2.15 |
641 | 2024-12-16T04:16:28.400Z | Compiling tiny-keccak v2.0.2 |
642 | 2024-12-16T04:16:28.424Z | Compiling syn v2.0.87 |
643 | 2024-12-16T04:16:28.568Z | Compiling ahash v0.8.11 |
644 | 2024-12-16T04:16:28.653Z | Compiling allocator-api2 v0.2.18 |
645 | 2024-12-16T04:16:28.726Z | Compiling itoa v1.0.11 |
646 | 2024-12-16T04:16:28.940Z | Compiling ryu v1.0.18 |
647 | 2024-12-16T04:16:29.011Z | Compiling heck v0.5.0 |
648 | 2024-12-16T04:16:29.058Z | Compiling equivalent v1.0.1 |
649 | 2024-12-16T04:16:29.175Z | Compiling httparse v1.9.4 |
650 | 2024-12-16T04:16:29.202Z | Compiling const-random-macro v0.1.16 |
651 | 2024-12-16T04:16:29.228Z | Compiling log v0.4.22 |
652 | 2024-12-16T04:16:29.333Z | Compiling vcpkg v0.2.15 |
653 | 2024-12-16T04:16:29.363Z | Compiling pkg-config v0.3.31 |
654 | 2024-12-16T04:16:29.826Z | Compiling slog v2.7.0 |
655 | 2024-12-16T04:16:29.849Z | Compiling fnv v1.0.7 |
656 | 2024-12-16T04:16:29.965Z | Compiling openssl v0.10.66 |
657 | 2024-12-16T04:16:30.265Z | Compiling ring v0.17.8 |
658 | 2024-12-16T04:16:30.299Z | Compiling semver v1.0.23 |
659 | 2024-12-16T04:16:30.324Z | Compiling iana-time-zone v0.1.61 |
660 | 2024-12-16T04:16:30.377Z | Compiling dyn-clone v1.0.17 |
661 | 2024-12-16T04:16:30.730Z | Compiling openssl-sys v0.9.103 |
662 | 2024-12-16T04:16:30.754Z | Compiling native-tls v0.2.12 |
663 | 2024-12-16T04:16:31.232Z | Compiling rustls v0.23.13 |
664 | 2024-12-16T04:16:31.510Z | Compiling anyhow v1.0.94 |
665 | 2024-12-16T04:16:31.718Z | Compiling aho-corasick v1.1.3 |
666 | 2024-12-16T04:16:31.742Z | Compiling regex-syntax v0.8.4 |
667 | 2024-12-16T04:16:31.954Z | Compiling typenum v1.17.0 |
668 | 2024-12-16T04:16:32.147Z | Compiling generic-array v0.14.7 |
669 | 2024-12-16T04:16:32.308Z | Checking pin-project-lite v0.2.14 |
670 | 2024-12-16T04:16:32.421Z | Compiling unsafe-libyaml v0.2.11 |
671 | 2024-12-16T04:16:32.508Z | Compiling time-core v0.1.2 |
672 | 2024-12-16T04:16:32.591Z | Compiling num-conv v0.1.0 |
673 | 2024-12-16T04:16:32.830Z | Compiling time-macros v0.2.18 |
674 | 2024-12-16T04:16:32.855Z | Checking scopeguard v1.2.0 |
675 | 2024-12-16T04:16:33.006Z | Compiling syn v1.0.109 |
676 | 2024-12-16T04:16:33.745Z | Compiling ucd-trie v0.1.6 |
677 | 2024-12-16T04:16:33.898Z | Checking mio v1.0.2 |
678 | 2024-12-16T04:16:34.162Z | Compiling serde_derive_internals v0.29.1 |
679 | 2024-12-16T04:16:34.385Z | Compiling regex-automata v0.4.7 |
680 | 2024-12-16T04:16:34.871Z | Checking socket2 v0.5.8 |
681 | 2024-12-16T04:16:35.055Z | Checking signal-hook-registry v1.4.2 |
682 | 2024-12-16T04:16:35.262Z | Compiling omicron-workspace-hack v0.1.0 |
683 | 2024-12-16T04:16:35.299Z | Compiling crossbeam-utils v0.8.20 |
684 | 2024-12-16T04:16:35.613Z | Compiling rustversion v1.0.17 |
685 | 2024-12-16T04:16:35.637Z | Checking const-random v0.1.18 |
686 | 2024-12-16T04:16:35.722Z | Compiling usdt-impl v0.5.0 |
687 | 2024-12-16T04:16:36.004Z | Compiling plain v0.2.3 |
688 | 2024-12-16T04:16:36.173Z | Compiling strsim v0.11.1 |
689 | 2024-12-16T04:16:36.293Z | Compiling slog-async v2.8.0 |
690 | 2024-12-16T04:16:36.671Z | Compiling pretty-hex v0.4.1 |
691 | 2024-12-16T04:16:36.798Z | Compiling thread-id v4.2.2 |
692 | 2024-12-16T04:16:36.978Z | Compiling camino v1.1.9 |
693 | 2024-12-16T04:16:37.155Z | Compiling ident_case v1.0.1 |
694 | 2024-12-16T04:16:37.260Z | Checking futures-core v0.3.30 |
695 | 2024-12-16T04:16:37.307Z | Compiling darling_core v0.20.10 |
696 | 2024-12-16T04:16:37.330Z | Compiling rustls v0.22.4 |
697 | 2024-12-16T04:16:37.583Z | Compiling regex v1.10.6 |
698 | 2024-12-16T04:16:37.883Z | Compiling paste v1.0.15 |
699 | 2024-12-16T04:16:37.926Z | Checking futures-sink v0.3.30 |
700 | 2024-12-16T04:16:38.159Z | Compiling multer v3.1.0 |
701 | 2024-12-16T04:16:38.425Z | Checking futures-channel v0.3.30 |
702 | 2024-12-16T04:16:38.457Z | Compiling serde_derive v1.0.215 |
703 | 2024-12-16T04:16:38.457Z | Compiling zerocopy-derive v0.7.35 |
704 | 2024-12-16T04:16:38.512Z | Compiling tokio-macros v2.4.0 |
705 | 2024-12-16T04:16:38.730Z | Compiling thiserror-impl v1.0.69 |
706 | 2024-12-16T04:16:39.218Z | Compiling schemars_derive v0.8.21 |
707 | 2024-12-16T04:16:39.731Z | Compiling futures-macro v0.3.30 |
708 | 2024-12-16T04:16:40.148Z | Compiling zerocopy v0.7.35 |
709 | 2024-12-16T04:16:40.792Z | Compiling tracing-attributes v0.1.27 |
710 | 2024-12-16T04:16:41.352Z | Compiling openssl-macros v0.1.1 |
711 | 2024-12-16T04:16:42.060Z | Compiling hashbrown v0.14.5 |
712 | 2024-12-16T04:16:42.114Z | Compiling scroll_derive v0.12.0 |
713 | 2024-12-16T04:16:42.193Z | Compiling pest v2.7.13 |
714 | 2024-12-16T04:16:42.710Z | Compiling darling_macro v0.20.10 |
715 | 2024-12-16T04:16:42.993Z | Compiling async-trait v0.1.83 |
716 | 2024-12-16T04:16:43.198Z | Compiling regress v0.10.1 |
717 | 2024-12-16T04:16:43.270Z | Compiling scroll v0.12.0 |
718 | 2024-12-16T04:16:43.526Z | Compiling strum_macros v0.26.4 |
719 | 2024-12-16T04:16:43.555Z | Compiling darling v0.20.10 |
720 | 2024-12-16T04:16:43.663Z | Compiling serde_with_macros v3.9.0 |
721 | 2024-12-16T04:16:43.726Z | Compiling goblin v0.8.2 |
722 | 2024-12-16T04:16:44.127Z | Compiling async-stream-impl v0.3.5 |
723 | 2024-12-16T04:16:45.168Z | Compiling pest_meta v2.7.13 |
724 | 2024-12-16T04:16:46.200Z | Compiling pest_generator v2.7.13 |
725 | 2024-12-16T04:16:46.741Z | Compiling structmeta-derive v0.3.0 |
726 | 2024-12-16T04:16:47.026Z | Checking tracing-core v0.1.32 |
727 | 2024-12-16T04:16:47.483Z | Checking futures-io v0.3.30 |
728 | 2024-12-16T04:16:47.579Z | Compiling rustix v0.38.37 |
729 | 2024-12-16T04:16:47.649Z | Checking futures-task v0.3.30 |
730 | 2024-12-16T04:16:47.855Z | Checking pin-utils v0.1.0 |
731 | 2024-12-16T04:16:48.031Z | Checking futures-util v0.3.30 |
732 | 2024-12-16T04:16:48.264Z | Checking tracing v0.1.40 |
733 | 2024-12-16T04:16:48.434Z | Compiling pest_derive v2.7.13 |
734 | 2024-12-16T04:16:48.543Z | Checking bytes v1.7.2 |
735 | 2024-12-16T04:16:48.567Z | Checking smallvec v1.13.2 |
736 | 2024-12-16T04:16:49.113Z | Compiling indexmap v2.5.0 |
737 | 2024-12-16T04:16:49.158Z | Compiling serde_tokenstream v0.2.2 |
738 | 2024-12-16T04:16:49.217Z | Compiling uuid v1.11.0 |
739 | 2024-12-16T04:16:49.609Z | Compiling chrono v0.4.38 |
740 | 2024-12-16T04:16:50.038Z | Compiling http v1.2.0 |
741 | 2024-12-16T04:16:50.268Z | Compiling serde_yaml v0.9.34+deprecated |
742 | 2024-12-16T04:16:50.406Z | Compiling openapiv3 v2.0.0 |
743 | 2024-12-16T04:16:50.855Z | Checking parking_lot v0.12.3 |
744 | 2024-12-16T04:16:50.978Z | Compiling toml_datetime v0.6.8 |
745 | 2024-12-16T04:16:51.166Z | Checking tokio v1.42.0 |
746 | 2024-12-16T04:16:51.411Z | Compiling dof v0.3.0 |
747 | 2024-12-16T04:16:52.174Z | Compiling dtrace-parser v0.2.0 |
748 | 2024-12-16T04:16:53.305Z | Compiling structmeta v0.3.0 |
749 | 2024-12-16T04:16:53.630Z | Compiling typify-impl v0.2.0 |
750 | 2024-12-16T04:16:53.672Z | Compiling dropshot v0.12.0 |
751 | 2024-12-16T04:16:53.747Z | Compiling usdt-attr-macro v0.5.0 |
752 | 2024-12-16T04:16:53.946Z | Compiling usdt-macro v0.5.0 |
753 | 2024-12-16T04:16:54.877Z | Compiling parse-display-derive v0.10.0 |
754 | 2024-12-16T04:16:55.110Z | Compiling dropshot_endpoint v0.12.0 |
755 | 2024-12-16T04:16:55.159Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
756 | 2024-12-16T04:16:56.428Z | Checking bitflags v2.6.0 |
757 | 2024-12-16T04:16:56.497Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
758 | 2024-12-16T04:16:56.791Z | Checking spin v0.9.8 |
759 | 2024-12-16T04:16:57.097Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
760 | 2024-12-16T04:16:57.144Z | Compiling heapless v0.8.0 |
761 | 2024-12-16T04:16:57.410Z | Compiling winnow v0.5.40 |
762 | 2024-12-16T04:16:57.600Z | Checking untrusted v0.9.0 |
763 | 2024-12-16T04:16:58.508Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
764 | 2024-12-16T04:16:58.763Z | Compiling smoltcp v0.11.0 |
765 | 2024-12-16T04:16:59.115Z | Checking tokio-util v0.7.12 |
766 | 2024-12-16T04:16:59.214Z | Compiling foreign-types-macros v0.2.3 |
767 | 2024-12-16T04:17:00.189Z | Compiling toml_edit v0.19.15 |
768 | 2024-12-16T04:17:00.247Z | Checking try-lock v0.2.5 |
769 | 2024-12-16T04:17:00.379Z | Checking want v0.3.1 |
770 | 2024-12-16T04:17:00.411Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
771 | 2024-12-16T04:17:01.057Z | Checking httpdate v1.0.3 |
772 | 2024-12-16T04:17:01.102Z | Checking subtle v2.6.1 |
773 | 2024-12-16T04:17:01.259Z | Compiling clap_derive v4.5.18 |
774 | 2024-12-16T04:17:01.374Z | Checking tinyvec_macros v0.1.1 |
775 | 2024-12-16T04:17:01.475Z | Compiling heck v0.4.1 |
776 | 2024-12-16T04:17:01.565Z | Checking tower-service v0.3.3 |
777 | 2024-12-16T04:17:01.823Z | Checking tinyvec v1.8.0 |
778 | 2024-12-16T04:17:02.249Z | Compiling proc-macro-crate v1.3.1 |
779 | 2024-12-16T04:17:03.091Z | Checking foreign-types-shared v0.1.1 |
780 | 2024-12-16T04:17:03.530Z | Checking percent-encoding v2.3.1 |
781 | 2024-12-16T04:17:03.717Z | Checking form_urlencoded v1.2.1 |
782 | 2024-12-16T04:17:03.895Z | Checking foreign-types v0.3.2 |
783 | 2024-12-16T04:17:03.982Z | Checking unicode-normalization v0.1.24 |
784 | 2024-12-16T04:17:04.215Z | Compiling typify-macro v0.2.0 |
785 | 2024-12-16T04:17:04.686Z | Compiling proc-macro-error-attr v1.0.4 |
786 | 2024-12-16T04:17:04.738Z | Checking rustls-pki-types v1.8.0 |
787 | 2024-12-16T04:17:05.066Z | Compiling num_enum_derive v0.5.11 |
788 | 2024-12-16T04:17:05.173Z | Checking unicode-bidi v0.3.15 |
789 | 2024-12-16T04:17:05.794Z | Compiling proc-macro-error v1.0.4 |
790 | 2024-12-16T04:17:06.054Z | Checking openssl-probe v0.1.5 |
791 | 2024-12-16T04:17:06.719Z | Checking idna v0.5.0 |
792 | 2024-12-16T04:17:06.976Z | Compiling atomic-waker v1.1.2 |
793 | 2024-12-16T04:17:07.277Z | Compiling typify v0.2.0 |
794 | 2024-12-16T04:17:07.330Z | Checking url v2.5.2 |
795 | 2024-12-16T04:17:07.411Z | Compiling progenitor-impl v0.8.0 |
796 | 2024-12-16T04:17:07.963Z | Compiling rustls-webpki v0.102.8 |
797 | 2024-12-16T04:17:08.111Z | Checking http-body v1.0.1 |
798 | 2024-12-16T04:17:09.038Z | Checking encoding_rs v0.8.34 |
799 | 2024-12-16T04:17:09.514Z | Compiling zeroize v1.8.1 |
800 | 2024-12-16T04:17:09.777Z | Checking mime v0.3.17 |
801 | 2024-12-16T04:17:09.900Z | Checking ipnet v2.10.0 |
802 | 2024-12-16T04:17:10.111Z | Compiling h2 v0.4.6 |
803 | 2024-12-16T04:17:10.241Z | Checking tokio-native-tls v0.3.1 |
804 | 2024-12-16T04:17:10.314Z | Checking serde_urlencoded v0.7.1 |
805 | 2024-12-16T04:17:11.814Z | Checking ipnetwork v0.20.0 |
806 | 2024-12-16T04:17:12.148Z | Checking rand_core v0.6.4 |
807 | 2024-12-16T04:17:12.700Z | Compiling progenitor-macro v0.8.0 |
808 | 2024-12-16T04:17:13.893Z | Compiling serde_spanned v0.6.7 |
809 | 2024-12-16T04:17:13.916Z | Checking hyper v1.5.1 |
810 | 2024-12-16T04:17:14.888Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
811 | 2024-12-16T04:17:15.164Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
812 | 2024-12-16T04:17:15.466Z | Compiling winnow v0.6.18 |
813 | 2024-12-16T04:17:15.718Z | Checking hyper-util v0.1.10 |
814 | 2024-12-16T04:17:17.274Z | Compiling http-body-util v0.1.2 |
815 | 2024-12-16T04:17:18.739Z | Compiling toml_edit v0.22.21 |
816 | 2024-12-16T04:17:19.172Z | Checking ppv-lite86 v0.2.20 |
817 | 2024-12-16T04:17:19.795Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
818 | 2024-12-16T04:17:20.542Z | Checking base64 v0.22.1 |
819 | 2024-12-16T04:17:21.268Z | Compiling powerfmt v0.2.0 |
820 | 2024-12-16T04:17:21.601Z | Compiling tokio-rustls v0.26.0 |
821 | 2024-12-16T04:17:21.634Z | Compiling deranged v0.3.11 |
822 | 2024-12-16T04:17:21.985Z | Compiling rustls-pemfile v2.1.3 |
823 | 2024-12-16T04:17:22.723Z | Checking rand_chacha v0.3.1 |
824 | 2024-12-16T04:17:23.143Z | Compiling webpki-roots v0.26.6 |
825 | 2024-12-16T04:17:23.369Z | Compiling num_threads v0.1.7 |
826 | 2024-12-16T04:17:23.487Z | Compiling crucible-workspace-hack v0.1.0 |
827 | 2024-12-16T04:17:23.647Z | Compiling time v0.3.36 |
828 | 2024-12-16T04:17:23.722Z | Checking hyper-rustls v0.27.3 |
829 | 2024-12-16T04:17:23.910Z | Compiling hyper-tls v0.6.0 |
830 | 2024-12-16T04:17:24.012Z | Checking rand v0.8.5 |
831 | 2024-12-16T04:17:24.269Z | Compiling sync_wrapper v1.0.1 |
832 | 2024-12-16T04:17:24.494Z | Compiling dirs-sys-next v0.1.2 |
833 | 2024-12-16T04:17:24.517Z | Compiling prettyplease v0.2.22 |
834 | 2024-12-16T04:17:24.939Z | Compiling dirs-next v2.0.0 |
835 | 2024-12-16T04:17:24.963Z | Compiling reqwest v0.12.9 |
836 | 2024-12-16T04:17:25.427Z | Compiling block-buffer v0.10.4 |
837 | 2024-12-16T04:17:25.688Z | Compiling crypto-common v0.1.6 |
838 | 2024-12-16T04:17:26.199Z | Compiling thread_local v1.1.8 |
839 | 2024-12-16T04:17:26.359Z | Compiling match_cfg v0.1.0 |
840 | 2024-12-16T04:17:26.539Z | Compiling hostname v0.3.1 |
841 | 2024-12-16T04:17:26.563Z | Compiling crossbeam-channel v0.5.13 |
842 | 2024-12-16T04:17:26.735Z | Compiling digest v0.10.7 |
843 | 2024-12-16T04:17:27.050Z | Compiling progenitor-client v0.8.0 |
844 | 2024-12-16T04:17:27.144Z | Compiling slog-json v2.6.1 |
845 | 2024-12-16T04:17:27.292Z | Compiling term v0.7.0 |
846 | 2024-12-16T04:17:27.445Z | Compiling futures-executor v0.3.30 |
847 | 2024-12-16T04:17:27.565Z | Compiling zone_cfg_derive v0.3.0 |
848 | 2024-12-16T04:17:27.852Z | Compiling num-derive v0.4.2 |
849 | 2024-12-16T04:17:27.887Z | Compiling num-integer v0.1.46 |
850 | 2024-12-16T04:17:28.600Z | Compiling errno v0.3.9 |
851 | 2024-12-16T04:17:28.730Z | Compiling memmap v0.7.0 |
852 | 2024-12-16T04:17:28.801Z | Compiling is-terminal v0.4.13 |
853 | 2024-12-16T04:17:29.245Z | Compiling cpufeatures v0.2.14 |
854 | 2024-12-16T04:17:29.306Z | Compiling utf8parse v0.2.2 |
855 | 2024-12-16T04:17:29.459Z | Compiling take_mut v0.2.2 |
856 | 2024-12-16T04:17:29.626Z | Compiling anstyle-parse v0.2.5 |
857 | 2024-12-16T04:17:29.748Z | Compiling sha1 v0.10.6 |
858 | 2024-12-16T04:17:30.063Z | Compiling usdt v0.5.0 |
859 | 2024-12-16T04:17:30.294Z | Compiling slog-term v2.9.1 |
860 | 2024-12-16T04:17:31.206Z | Compiling tokio-rustls v0.25.0 |
861 | 2024-12-16T04:17:31.332Z | Compiling futures v0.3.30 |
862 | 2024-12-16T04:17:31.446Z | Compiling slog-bunyan v2.5.0 |
863 | 2024-12-16T04:17:31.559Z | Compiling progenitor v0.8.0 |
864 | 2024-12-16T04:17:31.961Z | Compiling toml v0.8.19 |
865 | 2024-12-16T04:17:31.998Z | Checking oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265) |
866 | 2024-12-16T04:17:32.288Z | Compiling waitgroup v0.1.2 |
867 | 2024-12-16T04:17:32.477Z | Compiling async-stream v0.3.5 |
868 | 2024-12-16T04:17:32.622Z | Compiling newtype-uuid v1.1.0 |
869 | 2024-12-16T04:17:32.887Z | Compiling hex v0.4.3 |
870 | 2024-12-16T04:17:33.176Z | Compiling serde_path_to_error v0.1.16 |
871 | 2024-12-16T04:17:33.858Z | Compiling hostname v0.4.0 |
872 | 2024-12-16T04:17:33.897Z | Compiling instant v0.1.13 |
873 | 2024-12-16T04:17:34.039Z | Compiling debug-ignore v1.0.5 |
874 | 2024-12-16T04:17:34.063Z | Compiling anstyle-query v1.1.1 |
875 | 2024-12-16T04:17:34.178Z | Compiling anstyle v1.0.10 |
876 | 2024-12-16T04:17:34.226Z | Compiling colorchoice v1.0.2 |
877 | 2024-12-16T04:17:34.286Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
878 | 2024-12-16T04:17:34.323Z | Compiling semver v0.1.20 |
879 | 2024-12-16T04:17:34.415Z | Compiling is_terminal_polyfill v1.70.1 |
880 | 2024-12-16T04:17:34.546Z | Compiling anstream v0.6.15 |
881 | 2024-12-16T04:17:34.643Z | Compiling rustc_version v0.1.7 |
882 | 2024-12-16T04:17:35.017Z | Compiling backoff v0.4.0 |
883 | 2024-12-16T04:17:35.089Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
884 | 2024-12-16T04:17:35.114Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
885 | 2024-12-16T04:17:35.261Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
886 | 2024-12-16T04:17:35.491Z | Compiling terminal_size v0.4.0 |
887 | 2024-12-16T04:17:35.515Z | Compiling num-iter v0.1.45 |
888 | 2024-12-16T04:17:35.569Z | Compiling num-rational v0.4.2 |
889 | 2024-12-16T04:17:35.699Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
890 | 2024-12-16T04:17:35.722Z | Compiling parse-display v0.10.0 |
891 | 2024-12-16T04:17:35.750Z | Compiling serde_with v3.9.0 |
892 | 2024-12-16T04:17:35.861Z | Compiling macaddr v1.0.1 |
893 | 2024-12-16T04:17:36.174Z | Compiling strum v0.26.3 |
894 | 2024-12-16T04:17:36.217Z | Compiling regress v0.9.1 |
895 | 2024-12-16T04:17:36.659Z | Compiling hubpack_derive v0.1.1 |
896 | 2024-12-16T04:17:36.842Z | Compiling zerocopy-derive v0.6.6 |
897 | 2024-12-16T04:17:37.271Z | Compiling num-complex v0.4.6 |
898 | 2024-12-16T04:17:37.402Z | Compiling clap_lex v0.7.4 |
899 | 2024-12-16T04:17:37.435Z | Checking lazy_static v1.5.0 |
900 | 2024-12-16T04:17:37.775Z | Compiling clap_builder v4.5.23 |
901 | 2024-12-16T04:17:38.081Z | Compiling num v0.4.3 |
902 | 2024-12-16T04:17:38.175Z | Compiling newtype_derive v0.1.6 |
903 | 2024-12-16T04:17:38.463Z | Compiling owo-colors v4.1.0 |
904 | 2024-12-16T04:17:38.626Z | Compiling cancel-safe-futures v0.1.5 |
905 | 2024-12-16T04:17:38.754Z | Compiling float-ord v0.3.2 |
906 | 2024-12-16T04:17:39.162Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
907 | 2024-12-16T04:17:39.797Z | Compiling strum_macros v0.25.3 |
908 | 2024-12-16T04:17:41.139Z | Compiling clap v4.5.23 |
909 | 2024-12-16T04:17:41.253Z | Compiling serde_repr v0.1.19 |
910 | 2024-12-16T04:17:42.987Z | Compiling cookie v0.18.1 |
911 | 2024-12-16T04:17:43.261Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
912 | 2024-12-16T04:17:43.287Z | Compiling convert_case v0.4.0 |
913 | 2024-12-16T04:17:43.774Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
914 | 2024-12-16T04:17:43.954Z | Compiling derive_more v0.99.18 |
915 | 2024-12-16T04:17:44.135Z | Compiling enum-as-inner v0.6.1 |
916 | 2024-12-16T04:17:44.183Z | Compiling derive-where v1.2.7 |
917 | 2024-12-16T04:17:44.784Z | Checking unicode-width v0.1.14 |
918 | 2024-12-16T04:17:48.260Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
919 | 2024-12-16T04:17:50.265Z | Checking hash32 v0.3.1 |
920 | 2024-12-16T04:17:50.449Z | Compiling slog-dtrace v0.3.0 |
921 | 2024-12-16T04:17:50.473Z | Checking stable_deref_trait v1.2.0 |
922 | 2024-12-16T04:17:51.392Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
923 | 2024-12-16T04:17:51.416Z | Compiling num-derive v0.3.3 |
924 | 2024-12-16T04:17:51.826Z | Checking cobs v0.2.3 |
925 | 2024-12-16T04:17:51.983Z | Checking managed v0.8.0 |
926 | 2024-12-16T04:17:52.544Z | Checking foreign-types-shared v0.3.1 |
927 | 2024-12-16T04:17:52.646Z | Compiling parking_lot_core v0.8.6 |
928 | 2024-12-16T04:17:52.992Z | Checking bitflags v1.3.2 |
929 | 2024-12-16T04:17:53.016Z | Checking either v1.13.0 |
930 | 2024-12-16T04:17:53.652Z | Checking foreign-types v0.5.0 |
931 | 2024-12-16T04:17:53.813Z | Checking postcard v1.0.10 |
932 | 2024-12-16T04:17:54.279Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
933 | 2024-12-16T04:17:54.362Z | Checking num_enum v0.5.11 |
934 | 2024-12-16T04:17:54.654Z | Checking cstr-argument v0.1.2 |
935 | 2024-12-16T04:17:54.823Z | Checking pretty-hex v0.2.1 |
936 | 2024-12-16T04:17:55.399Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
937 | 2024-12-16T04:17:55.673Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
938 | 2024-12-16T04:17:55.756Z | Checking colored v2.2.0 |
939 | 2024-12-16T04:17:55.865Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
940 | 2024-12-16T04:17:56.324Z | Checking tabwriter v1.4.0 |
941 | 2024-12-16T04:17:59.632Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
942 | 2024-12-16T04:17:59.657Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
943 | 2024-12-16T04:17:59.680Z | Checking fastrand v2.1.1 |
944 | 2024-12-16T04:17:59.783Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
945 | 2024-12-16T04:17:59.988Z | Checking tempfile v3.12.0 |
946 | 2024-12-16T04:18:01.941Z | Checking unicode-segmentation v1.12.0 |
947 | 2024-12-16T04:18:02.505Z | Checking newline-converter v0.3.0 |
948 | 2024-12-16T04:18:02.582Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
949 | 2024-12-16T04:18:02.674Z | Checking camino-tempfile v1.1.1 |
950 | 2024-12-16T04:18:02.925Z | Checking itertools v0.10.5 |
951 | 2024-12-16T04:18:02.948Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
952 | 2024-12-16T04:18:03.273Z | Checking console v0.15.8 |
953 | 2024-12-16T04:18:03.389Z | Checking sigpipe v0.1.3 |
954 | 2024-12-16T04:18:03.459Z | Checking base64ct v1.6.0 |
955 | 2024-12-16T04:18:03.524Z | Checking similar v2.6.0 |
956 | 2024-12-16T04:18:03.751Z | Checking static_assertions v1.1.0 |
957 | 2024-12-16T04:18:03.846Z | Checking password-hash v0.5.0 |
958 | 2024-12-16T04:18:03.870Z | Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
959 | 2024-12-16T04:18:03.962Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
960 | 2024-12-16T04:18:04.084Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95) |
961 | 2024-12-16T04:18:04.127Z | Checking expectorate v1.1.0 |
962 | 2024-12-16T04:18:04.222Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
963 | 2024-12-16T04:18:04.284Z | Checking blake2 v0.10.6 |
964 | 2024-12-16T04:18:04.439Z | Checking smf v0.2.3 |
965 | 2024-12-16T04:18:04.464Z | Checking whoami v1.5.2 |
966 | 2024-12-16T04:18:04.633Z | Checking fixedbitset v0.4.2 |
967 | 2024-12-16T04:18:04.754Z | Checking argon2 v0.5.3 |
968 | 2024-12-16T04:18:04.789Z | Checking zone v0.3.0 |
969 | 2024-12-16T04:18:04.831Z | Checking zerocopy v0.6.6 |
970 | 2024-12-16T04:18:04.889Z | Checking hubpack v0.1.2 |
971 | 2024-12-16T04:18:04.913Z | Checking petgraph v0.6.5 |
972 | 2024-12-16T04:18:05.244Z | Checking serde-big-array v0.5.1 |
973 | 2024-12-16T04:18:05.453Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
974 | 2024-12-16T04:18:05.478Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
975 | 2024-12-16T04:18:05.890Z | Checking dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
976 | 2024-12-16T04:18:06.063Z | Checking atomicwrites v0.4.4 |
977 | 2024-12-16T04:18:06.233Z | Checking itertools v0.13.0 |
978 | 2024-12-16T04:18:06.853Z | Checking idna v0.4.0 |
979 | 2024-12-16T04:18:07.002Z | Checking libsw v3.3.1 |
980 | 2024-12-16T04:18:07.475Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
981 | 2024-12-16T04:18:07.499Z | Checking swrite v0.1.0 |
982 | 2024-12-16T04:18:07.624Z | Checking data-encoding v2.6.0 |
983 | 2024-12-16T04:18:08.016Z | Checking highway v1.2.0 |
984 | 2024-12-16T04:18:08.064Z | Checking linear-map v1.2.0 |
985 | 2024-12-16T04:18:08.135Z | Checking indent_write v2.2.0 |
986 | 2024-12-16T04:18:08.164Z | Checking linked-hash-map v0.5.6 |
987 | 2024-12-16T04:18:08.190Z | Checking quick-error v1.2.3 |
988 | 2024-12-16T04:18:08.322Z | Checking hickory-proto v0.24.1 |
989 | 2024-12-16T04:18:08.346Z | Checking resolv-conf v0.7.0 |
990 | 2024-12-16T04:18:08.369Z | Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
991 | 2024-12-16T04:18:08.369Z | Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
992 | 2024-12-16T04:18:08.416Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
993 | 2024-12-16T04:18:08.471Z | Checking lru-cache v0.1.2 |
994 | 2024-12-16T04:18:08.965Z | Checking nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
995 | 2024-12-16T04:18:09.595Z | Checking steno v0.4.1 |
996 | 2024-12-16T04:18:09.637Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
997 | 2024-12-16T04:18:09.675Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
998 | 2024-12-16T04:18:10.114Z | Checking humantime v2.1.0 |
999 | 2024-12-16T04:18:11.326Z | Checking hickory-resolver v0.24.1 |
1000 | 2024-12-16T04:18:11.780Z | Checking libscf-sys v1.0.0 (https://github.com/illumos/libscf-sys.git#bb0b82c3) |
1001 | 2024-12-16T04:18:12.447Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#f14ff351) |
1002 | 2024-12-16T04:18:12.509Z | Checking internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1003 | 2024-12-16T04:18:13.219Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1004 | 2024-12-16T04:18:13.219Z | Compiling rustls v0.21.12 |
1005 | 2024-12-16T04:18:13.264Z | Checking parking_lot v0.11.2 |
1006 | 2024-12-16T04:18:13.525Z | Checking crossbeam-epoch v0.9.18 |
1007 | 2024-12-16T04:18:13.902Z | Checking fxhash v0.2.1 |
1008 | 2024-12-16T04:18:13.972Z | Checking crc32fast v1.4.2 |
1009 | 2024-12-16T04:18:14.033Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1010 | 2024-12-16T04:18:14.180Z | Checking sled v0.34.7 |
1011 | 2024-12-16T04:18:16.245Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1012 | 2024-12-16T04:18:18.611Z | Compiling typify-impl v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1013 | 2024-12-16T04:18:19.108Z | Compiling proc-macro-crate v3.2.0 |
1014 | 2024-12-16T04:18:19.591Z | Checking half v2.4.1 |
1015 | 2024-12-16T04:18:19.714Z | Compiling smartstring v1.0.1 |
1016 | 2024-12-16T04:18:19.737Z | Checking ciborium-io v0.2.2 |
1017 | 2024-12-16T04:18:19.984Z | Checking ciborium-ll v0.2.2 |
1018 | 2024-12-16T04:18:20.039Z | Compiling num_enum_derive v0.7.3 |
1019 | 2024-12-16T04:18:20.458Z | Checking http v0.2.12 |
1020 | 2024-12-16T04:18:21.580Z | Checking ciborium v0.2.2 |
1021 | 2024-12-16T04:18:21.635Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#4cdc7d7e) |
1022 | 2024-12-16T04:18:21.859Z | Compiling rhai_codegen v2.2.0 |
1023 | 2024-12-16T04:18:22.070Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1024 | 2024-12-16T04:18:22.211Z | Checking crc8 v0.1.1 |
1025 | 2024-12-16T04:18:22.337Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1026 | 2024-12-16T04:18:22.395Z | Checking h2 v0.3.26 |
1027 | 2024-12-16T04:18:23.128Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#4cdc7d7e) |
1028 | 2024-12-16T04:18:23.276Z | Checking http-body v0.4.6 |
1029 | 2024-12-16T04:18:23.945Z | Checking rustls-webpki v0.101.7 |
1030 | 2024-12-16T04:18:24.152Z | Checking sct v0.7.1 |
1031 | 2024-12-16T04:18:25.693Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1032 | 2024-12-16T04:18:25.747Z | Checking hyper v0.14.30 |
1033 | 2024-12-16T04:18:29.111Z | Checking arc-swap v1.7.1 |
1034 | 2024-12-16T04:18:29.278Z | Compiling typify-macro v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1035 | 2024-12-16T04:18:29.466Z | Checking tokio-rustls v0.24.1 |
1036 | 2024-12-16T04:18:29.490Z | Checking slog-scope v4.4.0 |
1037 | 2024-12-16T04:18:29.785Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1038 | 2024-12-16T04:18:30.133Z | Checking num_enum v0.7.3 |
1039 | 2024-12-16T04:18:30.283Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488) |
1040 | 2024-12-16T04:18:30.717Z | Checking spin v0.5.2 |
1041 | 2024-12-16T04:18:30.790Z | Checking base64 v0.21.7 |
1042 | 2024-12-16T04:18:31.168Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1043 | 2024-12-16T04:18:31.196Z | Checking rustls-pemfile v1.0.4 |
1044 | 2024-12-16T04:18:31.387Z | Checking no-std-compat v0.4.1 |
1045 | 2024-12-16T04:18:31.436Z | Checking hyper-rustls v0.24.2 |
1046 | 2024-12-16T04:18:31.472Z | Checking slog-stdlog v4.1.1 |
1047 | 2024-12-16T04:18:31.706Z | Checking hyper-tls v0.5.0 |
1048 | 2024-12-16T04:18:31.965Z | Checking ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
1049 | 2024-12-16T04:18:32.356Z | Compiling typify v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1050 | 2024-12-16T04:18:32.489Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1051 | 2024-12-16T04:18:32.716Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1052 | 2024-12-16T04:18:32.803Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
1053 | 2024-12-16T04:18:33.124Z | Checking thin-vec v0.2.13 |
1054 | 2024-12-16T04:18:33.421Z | Checking yansi v1.0.1 |
1055 | 2024-12-16T04:18:33.544Z | Checking minimal-lexical v0.2.1 |
1056 | 2024-12-16T04:18:33.601Z | Checking mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
1057 | 2024-12-16T04:18:33.883Z | Checking diff v0.1.13 |
1058 | 2024-12-16T04:18:33.906Z | Checking sync_wrapper v0.1.2 |
1059 | 2024-12-16T04:18:33.929Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=2bfd39000c878c45675651a7588c015c486e7f43#2bfd3900) |
1060 | 2024-12-16T04:18:34.047Z | Checking webpki-roots v0.25.4 |
1061 | 2024-12-16T04:18:34.259Z | Checking reqwest v0.11.27 |
1062 | 2024-12-16T04:18:34.306Z | Checking pretty_assertions v1.4.1 |
1063 | 2024-12-16T04:18:34.629Z | Checking nom v7.1.3 |
1064 | 2024-12-16T04:18:34.658Z | Checking rhai v1.20.0 |
1065 | 2024-12-16T04:18:34.806Z | Checking rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb) |
1066 | 2024-12-16T04:18:35.382Z | Checking slog-envlogger v2.2.0 |
1067 | 2024-12-16T04:18:37.222Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1068 | 2024-12-16T04:18:37.505Z | Checking ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm) |
1069 | 2024-12-16T04:18:37.708Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1070 | 2024-12-16T04:18:38.920Z | Checking itertools v0.12.1 |
1071 | 2024-12-16T04:18:39.436Z | Checking bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd) |
1072 | 2024-12-16T04:18:40.595Z | Checking mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower) |
1073 | 2024-12-16T04:18:40.993Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488) |
1074 | 2024-12-16T04:18:41.554Z | Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d8c38f89) |
1075 | 2024-12-16T04:18:41.826Z | Checking mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client) |
1076 | 2024-12-16T04:18:42.139Z | Checking ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd) |
1077 | 2024-12-16T04:18:42.558Z | Checking ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm) |
1078 | 2024-12-16T04:18:47.106Z | Checking util v0.1.0 (/work/oxidecomputer/maghemite/util) |
1079 | 2024-12-16T04:18:47.954Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1080 | 2024-12-16T04:18:49.231Z | Checking mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests) |
1081 | 2024-12-16T04:18:49.556Z | Checking mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify) |
1082 | 2024-12-16T04:18:50.155Z | Checking bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp) |
1083 | 2024-12-16T04:18:56.491Z | Checking mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm) |
1084 | 2024-12-16T04:18:56.491Z | Checking mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd) |
1085 | 2024-12-16T04:19:04.690Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 03s |
1086 | 2024-12-16T04:19:04.979Z | + banner build |
1087 | 2024-12-16T04:19:05.003Z | |
1088 | 2024-12-16T04:19:05.003Z | ##### # # # # ##### |
1089 | 2024-12-16T04:19:05.003Z | # # # # # # # # |
1090 | 2024-12-16T04:19:05.003Z | ##### # # # # # # |
1091 | 2024-12-16T04:19:05.003Z | # # # # # # # # |
1092 | 2024-12-16T04:19:05.003Z | # # # # # # # # |
1093 | 2024-12-16T04:19:05.003Z | ##### #### # ###### ##### |
1094 | 2024-12-16T04:19:05.003Z | |
1095 | 2024-12-16T04:19:05.003Z | + ptime -m cargo build |
1096 | 2024-12-16T04:19:05.941Z | Compiling cfg-if v1.0.0 |
1097 | 2024-12-16T04:19:05.965Z | Compiling memchr v2.7.4 |
1098 | 2024-12-16T04:19:05.965Z | Compiling libc v0.2.167 |
1099 | 2024-12-16T04:19:05.965Z | Compiling byteorder v1.5.0 |
1100 | 2024-12-16T04:19:05.994Z | Compiling itoa v1.0.11 |
1101 | 2024-12-16T04:19:06.017Z | Compiling serde v1.0.215 |
1102 | 2024-12-16T04:19:06.041Z | Compiling portable-atomic v1.8.0 |
1103 | 2024-12-16T04:19:06.041Z | Compiling pin-project-lite v0.2.14 |
1104 | 2024-12-16T04:19:06.041Z | Compiling ryu v1.0.18 |
1105 | 2024-12-16T04:19:06.139Z | Compiling libm v0.2.8 |
1106 | 2024-12-16T04:19:06.183Z | Compiling scopeguard v1.2.0 |
1107 | 2024-12-16T04:19:06.325Z | Compiling zerocopy v0.7.35 |
1108 | 2024-12-16T04:19:06.348Z | Compiling lock_api v0.4.12 |
1109 | 2024-12-16T04:19:06.371Z | Compiling const-random v0.1.18 |
1110 | 2024-12-16T04:19:06.451Z | Compiling allocator-api2 v0.2.18 |
1111 | 2024-12-16T04:19:06.643Z | Compiling once_cell v1.20.2 |
1112 | 2024-12-16T04:19:06.751Z | Compiling log v0.4.22 |
1113 | 2024-12-16T04:19:07.001Z | Compiling getrandom v0.2.15 |
1114 | 2024-12-16T04:19:07.099Z | Compiling num-traits v0.2.19 |
1115 | 2024-12-16T04:19:07.139Z | Compiling socket2 v0.5.8 |
1116 | 2024-12-16T04:19:07.215Z | Compiling mio v1.0.2 |
1117 | 2024-12-16T04:19:07.267Z | Compiling signal-hook-registry v1.4.2 |
1118 | 2024-12-16T04:19:07.291Z | Compiling iana-time-zone v0.1.61 |
1119 | 2024-12-16T04:19:07.391Z | Compiling futures-core v0.3.30 |
1120 | 2024-12-16T04:19:07.592Z | Compiling ahash v0.8.11 |
1121 | 2024-12-16T04:19:07.616Z | Compiling thiserror v1.0.69 |
1122 | 2024-12-16T04:19:07.739Z | Compiling futures-sink v0.3.30 |
1123 | 2024-12-16T04:19:07.762Z | Compiling dyn-clone v1.0.17 |
1124 | 2024-12-16T04:19:07.873Z | Compiling slab v0.4.9 |
1125 | 2024-12-16T04:19:07.945Z | Compiling futures-channel v0.3.30 |
1126 | 2024-12-16T04:19:08.014Z | Compiling tracing-core v0.1.32 |
1127 | 2024-12-16T04:19:08.074Z | Compiling hashbrown v0.14.5 |
1128 | 2024-12-16T04:19:08.109Z | Compiling pin-utils v0.1.0 |
1129 | 2024-12-16T04:19:08.132Z | Compiling futures-io v0.3.30 |
1130 | 2024-12-16T04:19:08.201Z | Compiling futures-task v0.3.30 |
1131 | 2024-12-16T04:19:08.307Z | Compiling equivalent v1.0.1 |
1132 | 2024-12-16T04:19:08.331Z | Compiling fnv v1.0.7 |
1133 | 2024-12-16T04:19:08.410Z | Compiling futures-util v0.3.30 |
1134 | 2024-12-16T04:19:08.433Z | Compiling bitflags v2.6.0 |
1135 | 2024-12-16T04:19:08.460Z | Compiling spin v0.9.8 |
1136 | 2024-12-16T04:19:08.483Z | Compiling untrusted v0.9.0 |
1137 | 2024-12-16T04:19:08.632Z | Compiling tracing v0.1.40 |
1138 | 2024-12-16T04:19:08.667Z | Compiling ring v0.17.8 |
1139 | 2024-12-16T04:19:08.698Z | Compiling httparse v1.9.4 |
1140 | 2024-12-16T04:19:08.821Z | Compiling try-lock v0.2.5 |
1141 | 2024-12-16T04:19:08.946Z | Compiling unicode-ident v1.0.13 |
1142 | 2024-12-16T04:19:09.006Z | Compiling want v0.3.1 |
1143 | 2024-12-16T04:19:09.114Z | Compiling proc-macro2 v1.0.86 |
1144 | 2024-12-16T04:19:09.209Z | Compiling httpdate v1.0.3 |
1145 | 2024-12-16T04:19:09.256Z | Compiling subtle v2.6.1 |
1146 | 2024-12-16T04:19:09.339Z | Compiling tower-service v0.3.3 |
1147 | 2024-12-16T04:19:09.362Z | Compiling tinyvec_macros v0.1.1 |
1148 | 2024-12-16T04:19:09.444Z | Compiling tinyvec v1.8.0 |
1149 | 2024-12-16T04:19:09.467Z | Compiling slog v2.7.0 |
1150 | 2024-12-16T04:19:09.490Z | Compiling foreign-types-shared v0.1.1 |
1151 | 2024-12-16T04:19:09.582Z | Compiling percent-encoding v2.3.1 |
1152 | 2024-12-16T04:19:09.665Z | Compiling foreign-types v0.3.2 |
1153 | 2024-12-16T04:19:09.754Z | Compiling quote v1.0.37 |
1154 | 2024-12-16T04:19:09.932Z | Compiling form_urlencoded v1.2.1 |
1155 | 2024-12-16T04:19:10.191Z | Compiling syn v2.0.87 |
1156 | 2024-12-16T04:19:10.238Z | Compiling openssl-sys v0.9.103 |
1157 | 2024-12-16T04:19:10.380Z | Compiling rustls-pki-types v1.8.0 |
1158 | 2024-12-16T04:19:10.638Z | Compiling bytes v1.7.2 |
1159 | 2024-12-16T04:19:10.763Z | Compiling smallvec v1.13.2 |
1160 | 2024-12-16T04:19:10.871Z | Compiling serde_json v1.0.133 |
1161 | 2024-12-16T04:19:11.137Z | Compiling parking_lot_core v0.9.10 |
1162 | 2024-12-16T04:19:11.169Z | Compiling uuid v1.11.0 |
1163 | 2024-12-16T04:19:11.356Z | Compiling chrono v0.4.38 |
1164 | 2024-12-16T04:19:11.705Z | Compiling parking_lot v0.12.3 |
1165 | 2024-12-16T04:19:11.794Z | Compiling indexmap v2.5.0 |
1166 | 2024-12-16T04:19:11.907Z | Compiling http v1.2.0 |
1167 | 2024-12-16T04:19:11.970Z | Compiling unicode-normalization v0.1.24 |
1168 | 2024-12-16T04:19:12.476Z | Compiling tokio v1.42.0 |
1169 | 2024-12-16T04:19:12.856Z | Compiling unicode-bidi v0.3.15 |
1170 | 2024-12-16T04:19:12.984Z | Compiling openssl v0.10.66 |
1171 | 2024-12-16T04:19:13.363Z | Compiling schemars v0.8.21 |
1172 | 2024-12-16T04:19:13.481Z | Compiling openssl-probe v0.1.5 |
1173 | 2024-12-16T04:19:13.805Z | Compiling idna v0.5.0 |
1174 | 2024-12-16T04:19:14.054Z | Compiling atomic-waker v1.1.2 |
1175 | 2024-12-16T04:19:14.111Z | Compiling http-body v1.0.1 |
1176 | 2024-12-16T04:19:14.227Z | Compiling rustls-webpki v0.102.8 |
1177 | 2024-12-16T04:19:14.322Z | Compiling rand_core v0.6.4 |
1178 | 2024-12-16T04:19:14.505Z | Compiling url v2.5.2 |
1179 | 2024-12-16T04:19:14.709Z | Compiling aho-corasick v1.1.3 |
1180 | 2024-12-16T04:19:15.185Z | Compiling encoding_rs v0.8.34 |
1181 | 2024-12-16T04:19:15.999Z | Compiling ipnet v2.10.0 |
1182 | 2024-12-16T04:19:16.134Z | Compiling zeroize v1.8.1 |
1183 | 2024-12-16T04:19:16.387Z | Compiling mime v0.3.17 |
1184 | 2024-12-16T04:19:16.428Z | Compiling regex-syntax v0.8.4 |
1185 | 2024-12-16T04:19:16.929Z | Compiling ipnetwork v0.20.0 |
1186 | 2024-12-16T04:19:17.167Z | Compiling semver v1.0.23 |
1187 | 2024-12-16T04:19:17.717Z | Compiling native-tls v0.2.12 |
1188 | 2024-12-16T04:19:17.822Z | Compiling serde_urlencoded v0.7.1 |
1189 | 2024-12-16T04:19:18.250Z | Compiling regress v0.10.1 |
1190 | 2024-12-16T04:19:18.277Z | Compiling heck v0.5.0 |
1191 | 2024-12-16T04:19:18.731Z | Compiling anyhow v1.0.94 |
1192 | 2024-12-16T04:19:18.885Z | Compiling ppv-lite86 v0.2.20 |
1193 | 2024-12-16T04:19:19.371Z | Compiling regex-automata v0.4.7 |
1194 | 2024-12-16T04:19:19.556Z | Compiling rand_chacha v0.3.1 |
1195 | 2024-12-16T04:19:19.581Z | Compiling rustls v0.23.13 |
1196 | 2024-12-16T04:19:19.938Z | Compiling tokio-util v0.7.12 |
1197 | 2024-12-16T04:19:20.474Z | Compiling tokio-native-tls v0.3.1 |
1198 | 2024-12-16T04:19:20.740Z | Compiling h2 v0.4.6 |
1199 | 2024-12-16T04:19:20.764Z | Compiling rand v0.8.5 |
1200 | 2024-12-16T04:19:21.083Z | Compiling http-body-util v0.1.2 |
1201 | 2024-12-16T04:19:21.480Z | Compiling openapiv3 v2.0.0 |
1202 | 2024-12-16T04:19:21.969Z | Compiling base64 v0.22.1 |
1203 | 2024-12-16T04:19:22.005Z | Compiling webpki-roots v0.26.6 |
1204 | 2024-12-16T04:19:22.183Z | Compiling sync_wrapper v1.0.1 |
1205 | 2024-12-16T04:19:22.228Z | Compiling winnow v0.6.18 |
1206 | 2024-12-16T04:19:22.327Z | Compiling powerfmt v0.2.0 |
1207 | 2024-12-16T04:19:22.636Z | Compiling regex v1.10.6 |
1208 | 2024-12-16T04:19:22.673Z | Compiling rustls-pemfile v2.1.3 |
1209 | 2024-12-16T04:19:23.101Z | Compiling deranged v0.3.11 |
1210 | 2024-12-16T04:19:23.559Z | Compiling typify-impl v0.2.0 |
1211 | 2024-12-16T04:19:24.613Z | Compiling hyper v1.5.1 |
1212 | 2024-12-16T04:19:24.687Z | Compiling tokio-rustls v0.26.0 |
1213 | 2024-12-16T04:19:25.092Z | Compiling typenum v1.17.0 |
1214 | 2024-12-16T04:19:25.130Z | Compiling num_threads v0.1.7 |
1215 | 2024-12-16T04:19:25.256Z | Compiling time-core v0.1.2 |
1216 | 2024-12-16T04:19:25.403Z | Compiling num-conv v0.1.0 |
1217 | 2024-12-16T04:19:25.691Z | Compiling time v0.3.36 |
1218 | 2024-12-16T04:19:26.168Z | Compiling generic-array v0.14.7 |
1219 | 2024-12-16T04:19:26.876Z | Compiling hyper-util v0.1.10 |
1220 | 2024-12-16T04:19:27.167Z | Compiling typify v0.2.0 |
1221 | 2024-12-16T04:19:27.289Z | Compiling crossbeam-utils v0.8.20 |
1222 | 2024-12-16T04:19:27.318Z | Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265) |
1223 | 2024-12-16T04:19:27.342Z | Compiling lazy_static v1.5.0 |
1224 | 2024-12-16T04:19:27.444Z | Compiling progenitor-impl v0.8.0 |
1225 | 2024-12-16T04:19:27.972Z | Compiling dirs-sys-next v0.1.2 |
1226 | 2024-12-16T04:19:28.203Z | Compiling dirs-next v2.0.0 |
1227 | 2024-12-16T04:19:28.377Z | Compiling hyper-tls v0.6.0 |
1228 | 2024-12-16T04:19:28.401Z | Compiling hyper-rustls v0.27.3 |
1229 | 2024-12-16T04:19:28.621Z | Compiling crypto-common v0.1.6 |
1230 | 2024-12-16T04:19:28.749Z | Compiling reqwest v0.12.9 |
1231 | 2024-12-16T04:19:28.793Z | Compiling block-buffer v0.10.4 |
1232 | 2024-12-16T04:19:28.952Z | Compiling scroll v0.12.0 |
1233 | 2024-12-16T04:19:28.984Z | Compiling thread_local v1.1.8 |
1234 | 2024-12-16T04:19:29.233Z | Compiling plain v0.2.3 |
1235 | 2024-12-16T04:19:29.371Z | Compiling ucd-trie v0.1.6 |
1236 | 2024-12-16T04:19:29.438Z | Compiling goblin v0.8.2 |
1237 | 2024-12-16T04:19:29.517Z | Compiling digest v0.10.7 |
1238 | 2024-12-16T04:19:29.844Z | Compiling pest v2.7.13 |
1239 | 2024-12-16T04:19:29.954Z | Compiling term v0.7.0 |
1240 | 2024-12-16T04:19:30.321Z | Compiling crossbeam-channel v0.5.13 |
1241 | 2024-12-16T04:19:30.969Z | Compiling progenitor-client v0.8.0 |
1242 | 2024-12-16T04:19:31.320Z | Compiling progenitor v0.8.0 |
1243 | 2024-12-16T04:19:31.345Z | Compiling omicron-workspace-hack v0.1.0 |
1244 | 2024-12-16T04:19:31.369Z | Compiling is-terminal v0.4.13 |
1245 | 2024-12-16T04:19:31.449Z | Compiling take_mut v0.2.2 |
1246 | 2024-12-16T04:19:31.485Z | Compiling pretty-hex v0.4.1 |
1247 | 2024-12-16T04:19:31.515Z | Compiling match_cfg v0.1.0 |
1248 | 2024-12-16T04:19:31.588Z | Compiling hostname v0.3.1 |
1249 | 2024-12-16T04:19:31.611Z | Compiling slog-async v2.8.0 |
1250 | 2024-12-16T04:19:31.679Z | Compiling slog-term v2.9.1 |
1251 | 2024-12-16T04:19:31.840Z | Compiling futures-executor v0.3.30 |
1252 | 2024-12-16T04:19:32.358Z | Compiling dtrace-parser v0.2.0 |
1253 | 2024-12-16T04:19:32.381Z | Compiling errno v0.3.9 |
1254 | 2024-12-16T04:19:32.594Z | Compiling thread-id v4.2.2 |
1255 | 2024-12-16T04:19:32.653Z | Compiling instant v0.1.13 |
1256 | 2024-12-16T04:19:32.682Z | Compiling cpufeatures v0.2.14 |
1257 | 2024-12-16T04:19:32.707Z | Compiling unicode-width v0.1.14 |
1258 | 2024-12-16T04:19:32.780Z | Compiling rustix v0.38.37 |
1259 | 2024-12-16T04:19:32.803Z | Compiling futures v0.3.30 |
1260 | 2024-12-16T04:19:32.906Z | Compiling camino v1.1.9 |
1261 | 2024-12-16T04:19:33.145Z | Compiling serde_spanned v0.6.7 |
1262 | 2024-12-16T04:19:33.350Z | Compiling toml_datetime v0.6.8 |
1263 | 2024-12-16T04:19:33.763Z | Compiling memmap v0.7.0 |
1264 | 2024-12-16T04:19:33.817Z | Compiling toml_edit v0.22.21 |
1265 | 2024-12-16T04:19:34.068Z | Compiling dof v0.3.0 |
1266 | 2024-12-16T04:19:34.173Z | Compiling slog-json v2.6.1 |
1267 | 2024-12-16T04:19:34.502Z | Compiling strum v0.26.3 |
1268 | 2024-12-16T04:19:34.659Z | Compiling usdt-impl v0.5.0 |
1269 | 2024-12-16T04:19:34.835Z | Compiling serde_with v3.9.0 |
1270 | 2024-12-16T04:19:35.129Z | Compiling usdt v0.5.0 |
1271 | 2024-12-16T04:19:35.648Z | Compiling rustls v0.22.4 |
1272 | 2024-12-16T04:19:36.005Z | Compiling debug-ignore v1.0.5 |
1273 | 2024-12-16T04:19:36.075Z | Compiling slog-bunyan v2.5.0 |
1274 | 2024-12-16T04:19:36.149Z | Compiling sha1 v0.10.6 |
1275 | 2024-12-16T04:19:36.269Z | Compiling async-stream v0.3.5 |
1276 | 2024-12-16T04:19:36.523Z | Compiling toml v0.8.19 |
1277 | 2024-12-16T04:19:36.551Z | Compiling multer v3.1.0 |
1278 | 2024-12-16T04:19:37.528Z | Compiling newtype-uuid v1.1.0 |
1279 | 2024-12-16T04:19:37.589Z | Compiling waitgroup v0.1.2 |
1280 | 2024-12-16T04:19:37.793Z | Compiling serde_path_to_error v0.1.16 |
1281 | 2024-12-16T04:19:37.817Z | Compiling hex v0.4.3 |
1282 | 2024-12-16T04:19:37.956Z | Compiling hostname v0.4.0 |
1283 | 2024-12-16T04:19:37.984Z | Compiling hash32 v0.3.1 |
1284 | 2024-12-16T04:19:38.196Z | Compiling stable_deref_trait v1.2.0 |
1285 | 2024-12-16T04:19:38.219Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1286 | 2024-12-16T04:19:38.293Z | Compiling heapless v0.8.0 |
1287 | 2024-12-16T04:19:38.317Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1288 | 2024-12-16T04:19:38.462Z | Compiling backoff v0.4.0 |
1289 | 2024-12-16T04:19:38.486Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
1290 | 2024-12-16T04:19:38.515Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1291 | 2024-12-16T04:19:38.664Z | Compiling parse-display v0.10.0 |
1292 | 2024-12-16T04:19:38.687Z | Compiling macaddr v1.0.1 |
1293 | 2024-12-16T04:19:38.802Z | Compiling regress v0.9.1 |
1294 | 2024-12-16T04:19:39.061Z | Compiling tokio-rustls v0.25.0 |
1295 | 2024-12-16T04:19:39.175Z | Compiling cobs v0.2.3 |
1296 | 2024-12-16T04:19:39.306Z | Compiling foreign-types-shared v0.3.1 |
1297 | 2024-12-16T04:19:39.420Z | Compiling dropshot v0.12.0 |
1298 | 2024-12-16T04:19:39.444Z | Compiling either v1.13.0 |
1299 | 2024-12-16T04:19:39.467Z | Compiling utf8parse v0.2.2 |
1300 | 2024-12-16T04:19:39.597Z | Compiling bitflags v1.3.2 |
1301 | 2024-12-16T04:19:39.691Z | Compiling managed v0.8.0 |
1302 | 2024-12-16T04:19:39.795Z | Compiling anstyle-parse v0.2.5 |
1303 | 2024-12-16T04:19:39.983Z | Compiling foreign-types v0.5.0 |
1304 | 2024-12-16T04:19:40.070Z | Compiling smoltcp v0.11.0 |
1305 | 2024-12-16T04:19:40.094Z | Compiling postcard v1.0.10 |
1306 | 2024-12-16T04:19:40.094Z | Compiling num_enum v0.5.11 |
1307 | 2024-12-16T04:19:40.242Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1308 | 2024-12-16T04:19:40.377Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1309 | 2024-12-16T04:19:40.532Z | Compiling cstr-argument v0.1.2 |
1310 | 2024-12-16T04:19:40.690Z | Compiling colorchoice v1.0.2 |
1311 | 2024-12-16T04:19:40.713Z | Compiling pretty-hex v0.2.1 |
1312 | 2024-12-16T04:19:40.792Z | Compiling is_terminal_polyfill v1.70.1 |
1313 | 2024-12-16T04:19:40.844Z | Compiling anstyle v1.0.10 |
1314 | 2024-12-16T04:19:40.881Z | Compiling anstyle-query v1.1.1 |
1315 | 2024-12-16T04:19:40.907Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1316 | 2024-12-16T04:19:41.020Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1317 | 2024-12-16T04:19:41.237Z | Compiling anstream v0.6.15 |
1318 | 2024-12-16T04:19:41.261Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1319 | 2024-12-16T04:19:41.409Z | Compiling terminal_size v0.4.0 |
1320 | 2024-12-16T04:19:41.574Z | Compiling colored v2.2.0 |
1321 | 2024-12-16T04:19:41.598Z | Compiling clap_lex v0.7.4 |
1322 | 2024-12-16T04:19:41.897Z | Compiling strsim v0.11.1 |
1323 | 2024-12-16T04:19:42.061Z | Compiling tabwriter v1.4.0 |
1324 | 2024-12-16T04:19:42.394Z | Compiling clap_builder v4.5.23 |
1325 | 2024-12-16T04:19:42.542Z | Compiling num-integer v0.1.46 |
1326 | 2024-12-16T04:19:42.750Z | Compiling num-complex v0.4.6 |
1327 | 2024-12-16T04:19:42.963Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1328 | 2024-12-16T04:19:43.174Z | Compiling num-rational v0.4.2 |
1329 | 2024-12-16T04:19:43.584Z | Compiling num-iter v0.1.45 |
1330 | 2024-12-16T04:19:43.745Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1331 | 2024-12-16T04:19:44.035Z | Compiling fastrand v2.1.1 |
1332 | 2024-12-16T04:19:44.159Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1333 | 2024-12-16T04:19:44.312Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1334 | 2024-12-16T04:19:44.335Z | Compiling tempfile v3.12.0 |
1335 | 2024-12-16T04:19:44.358Z | Compiling num v0.4.3 |
1336 | 2024-12-16T04:19:44.449Z | Compiling float-ord v0.3.2 |
1337 | 2024-12-16T04:19:44.472Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1338 | 2024-12-16T04:19:44.550Z | Compiling unicode-segmentation v1.12.0 |
1339 | 2024-12-16T04:19:44.598Z | Compiling crucible-workspace-hack v0.1.0 |
1340 | 2024-12-16T04:19:44.693Z | Compiling camino-tempfile v1.1.1 |
1341 | 2024-12-16T04:19:45.079Z | Compiling newline-converter v0.3.0 |
1342 | 2024-12-16T04:19:45.112Z | Compiling itertools v0.10.5 |
1343 | 2024-12-16T04:19:45.225Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1344 | 2024-12-16T04:19:45.277Z | Compiling console v0.15.8 |
1345 | 2024-12-16T04:19:45.657Z | Compiling clap v4.5.23 |
1346 | 2024-12-16T04:19:45.765Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1347 | 2024-12-16T04:19:45.950Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1348 | 2024-12-16T04:19:46.063Z | Compiling sigpipe v0.1.3 |
1349 | 2024-12-16T04:19:46.173Z | Compiling similar v2.6.0 |
1350 | 2024-12-16T04:19:46.709Z | Compiling base64ct v1.6.0 |
1351 | 2024-12-16T04:19:47.238Z | Compiling static_assertions v1.1.0 |
1352 | 2024-12-16T04:19:47.335Z | Compiling zone v0.3.0 |
1353 | 2024-12-16T04:19:47.367Z | Compiling password-hash v0.5.0 |
1354 | 2024-12-16T04:19:47.578Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1355 | 2024-12-16T04:19:47.673Z | Compiling expectorate v1.1.0 |
1356 | 2024-12-16T04:19:47.821Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95) |
1357 | 2024-12-16T04:19:47.960Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1358 | 2024-12-16T04:19:48.221Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1359 | 2024-12-16T04:19:48.304Z | Compiling blake2 v0.10.6 |
1360 | 2024-12-16T04:19:48.597Z | Compiling smf v0.2.3 |
1361 | 2024-12-16T04:19:48.629Z | Compiling whoami v1.5.2 |
1362 | 2024-12-16T04:19:48.708Z | Compiling fixedbitset v0.4.2 |
1363 | 2024-12-16T04:19:48.731Z | Compiling argon2 v0.5.3 |
1364 | 2024-12-16T04:19:49.033Z | Compiling petgraph v0.6.5 |
1365 | 2024-12-16T04:19:49.132Z | Compiling zerocopy v0.6.6 |
1366 | 2024-12-16T04:19:49.224Z | Compiling hubpack v0.1.2 |
1367 | 2024-12-16T04:19:49.247Z | Compiling prettyplease v0.2.22 |
1368 | 2024-12-16T04:19:49.613Z | Compiling serde-big-array v0.5.1 |
1369 | 2024-12-16T04:19:49.802Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1370 | 2024-12-16T04:19:49.826Z | Compiling newtype_derive v0.1.6 |
1371 | 2024-12-16T04:19:49.850Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1372 | 2024-12-16T04:19:49.883Z | Compiling owo-colors v4.1.0 |
1373 | 2024-12-16T04:19:49.928Z | Compiling cancel-safe-futures v0.1.5 |
1374 | 2024-12-16T04:19:50.207Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1375 | 2024-12-16T04:19:50.425Z | Compiling atomicwrites v0.4.4 |
1376 | 2024-12-16T04:19:50.658Z | Compiling itertools v0.13.0 |
1377 | 2024-12-16T04:19:50.791Z | Compiling libsw v3.3.1 |
1378 | 2024-12-16T04:19:51.042Z | Compiling idna v0.4.0 |
1379 | 2024-12-16T04:19:51.664Z | Compiling highway v1.2.0 |
1380 | 2024-12-16T04:19:51.966Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1381 | 2024-12-16T04:19:51.990Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1382 | 2024-12-16T04:19:52.291Z | Compiling linked-hash-map v0.5.6 |
1383 | 2024-12-16T04:19:52.374Z | Compiling quick-error v1.2.3 |
1384 | 2024-12-16T04:19:52.397Z | Compiling swrite v0.1.0 |
1385 | 2024-12-16T04:19:52.510Z | Compiling indent_write v2.2.0 |
1386 | 2024-12-16T04:19:52.534Z | Compiling data-encoding v2.6.0 |
1387 | 2024-12-16T04:19:52.597Z | Compiling linear-map v1.2.0 |
1388 | 2024-12-16T04:19:52.696Z | Compiling lru-cache v0.1.2 |
1389 | 2024-12-16T04:19:52.865Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1390 | 2024-12-16T04:19:52.903Z | Compiling resolv-conf v0.7.0 |
1391 | 2024-12-16T04:19:53.214Z | Compiling hickory-proto v0.24.1 |
1392 | 2024-12-16T04:19:53.605Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1393 | 2024-12-16T04:19:54.679Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1394 | 2024-12-16T04:19:55.169Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1395 | 2024-12-16T04:19:55.451Z | Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1396 | 2024-12-16T04:19:56.018Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1397 | 2024-12-16T04:19:56.593Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1398 | 2024-12-16T04:19:56.931Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1399 | 2024-12-16T04:19:57.047Z | Compiling steno v0.4.1 |
1400 | 2024-12-16T04:19:57.211Z | Compiling cookie v0.18.1 |
1401 | 2024-12-16T04:19:58.187Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
1402 | 2024-12-16T04:19:58.396Z | Compiling humantime v2.1.0 |
1403 | 2024-12-16T04:19:58.559Z | Compiling hickory-resolver v0.24.1 |
1404 | 2024-12-16T04:19:58.855Z | Compiling libscf-sys v1.0.0 (https://github.com/illumos/libscf-sys.git#bb0b82c3) |
1405 | 2024-12-16T04:19:59.057Z | Compiling slog-dtrace v0.3.0 |
1406 | 2024-12-16T04:19:59.154Z | Compiling parking_lot_core v0.8.6 |
1407 | 2024-12-16T04:19:59.560Z | Compiling parking_lot v0.11.2 |
1408 | 2024-12-16T04:19:59.737Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#f14ff351) |
1409 | 2024-12-16T04:19:59.761Z | Compiling crossbeam-epoch v0.9.18 |
1410 | 2024-12-16T04:20:00.247Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1411 | 2024-12-16T04:20:00.335Z | Compiling http v0.2.12 |
1412 | 2024-12-16T04:20:00.420Z | Compiling fxhash v0.2.1 |
1413 | 2024-12-16T04:20:00.490Z | Compiling crc32fast v1.4.2 |
1414 | 2024-12-16T04:20:00.656Z | Compiling sct v0.7.1 |
1415 | 2024-12-16T04:20:00.833Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1416 | 2024-12-16T04:20:00.955Z | Compiling sled v0.34.7 |
1417 | 2024-12-16T04:20:01.340Z | Compiling rustls-webpki v0.101.7 |
1418 | 2024-12-16T04:20:01.611Z | Compiling h2 v0.3.26 |
1419 | 2024-12-16T04:20:02.470Z | Compiling http-body v0.4.6 |
1420 | 2024-12-16T04:20:02.852Z | Compiling half v2.4.1 |
1421 | 2024-12-16T04:20:03.007Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1422 | 2024-12-16T04:20:03.122Z | Compiling ciborium-io v0.2.2 |
1423 | 2024-12-16T04:20:03.161Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1424 | 2024-12-16T04:20:03.243Z | Compiling ciborium-ll v0.2.2 |
1425 | 2024-12-16T04:20:03.319Z | Compiling rustls v0.21.12 |
1426 | 2024-12-16T04:20:03.609Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#4cdc7d7e) |
1427 | 2024-12-16T04:20:04.054Z | Compiling arc-swap v1.7.1 |
1428 | 2024-12-16T04:20:04.275Z | Compiling crc8 v0.1.1 |
1429 | 2024-12-16T04:20:04.419Z | Compiling slog-scope v4.4.0 |
1430 | 2024-12-16T04:20:04.612Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1431 | 2024-12-16T04:20:04.796Z | Compiling ciborium v0.2.2 |
1432 | 2024-12-16T04:20:04.878Z | Compiling base64 v0.21.7 |
1433 | 2024-12-16T04:20:04.901Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1434 | 2024-12-16T04:20:05.513Z | Compiling hyper v0.14.30 |
1435 | 2024-12-16T04:20:06.093Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#4cdc7d7e) |
1436 | 2024-12-16T04:20:06.632Z | Compiling tokio-rustls v0.24.1 |
1437 | 2024-12-16T04:20:06.976Z | Compiling rustls-pemfile v1.0.4 |
1438 | 2024-12-16T04:20:07.097Z | Compiling slog-stdlog v4.1.1 |
1439 | 2024-12-16T04:20:07.376Z | Compiling typify-impl v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1440 | 2024-12-16T04:20:07.435Z | Compiling webpki-roots v0.25.4 |
1441 | 2024-12-16T04:20:07.577Z | Compiling sync_wrapper v0.1.2 |
1442 | 2024-12-16T04:20:07.701Z | Compiling spin v0.5.2 |
1443 | 2024-12-16T04:20:07.744Z | Compiling slog-envlogger v2.2.0 |
1444 | 2024-12-16T04:20:07.907Z | Compiling no-std-compat v0.4.1 |
1445 | 2024-12-16T04:20:08.008Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1446 | 2024-12-16T04:20:08.514Z | Compiling num_enum v0.7.3 |
1447 | 2024-12-16T04:20:08.669Z | Compiling hyper-rustls v0.24.2 |
1448 | 2024-12-16T04:20:08.978Z | Compiling hyper-tls v0.5.0 |
1449 | 2024-12-16T04:20:09.083Z | Compiling smartstring v1.0.1 |
1450 | 2024-12-16T04:20:09.286Z | Compiling reqwest v0.11.27 |
1451 | 2024-12-16T04:20:09.594Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
1452 | 2024-12-16T04:20:10.894Z | Compiling typify v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1453 | 2024-12-16T04:20:10.958Z | Compiling thin-vec v0.2.13 |
1454 | 2024-12-16T04:20:11.031Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
1455 | 2024-12-16T04:20:11.054Z | Compiling minimal-lexical v0.2.1 |
1456 | 2024-12-16T04:20:11.160Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1457 | 2024-12-16T04:20:11.432Z | Compiling rhai v1.20.0 |
1458 | 2024-12-16T04:20:11.480Z | Compiling nom v7.1.3 |
1459 | 2024-12-16T04:20:11.504Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1460 | 2024-12-16T04:20:11.580Z | Compiling itertools v0.12.1 |
1461 | 2024-12-16T04:20:14.084Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488) |
1462 | 2024-12-16T04:20:14.388Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1463 | 2024-12-16T04:20:14.587Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=2bfd39000c878c45675651a7588c015c486e7f43#2bfd3900) |
1464 | 2024-12-16T04:20:15.507Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1465 | 2024-12-16T04:20:15.930Z | Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d8c38f89) |
1466 | 2024-12-16T04:20:16.715Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client) |
1467 | 2024-12-16T04:20:18.276Z | Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests) |
1468 | 2024-12-16T04:20:18.370Z | Compiling util v0.1.0 (/work/oxidecomputer/maghemite/util) |
1469 | 2024-12-16T04:20:18.568Z | Compiling mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify) |
1470 | 2024-12-16T04:20:23.416Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1471 | 2024-12-16T04:20:24.825Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
1472 | 2024-12-16T04:20:26.145Z | Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb) |
1473 | 2024-12-16T04:20:26.145Z | Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm) |
1474 | 2024-12-16T04:20:28.466Z | Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd) |
1475 | 2024-12-16T04:20:28.466Z | Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower) |
1476 | 2024-12-16T04:20:28.866Z | Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp) |
1477 | 2024-12-16T04:20:41.057Z | Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd) |
1478 | 2024-12-16T04:20:41.080Z | Compiling mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm) |
1479 | 2024-12-16T04:20:46.175Z | Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd) |
1480 | 2024-12-16T04:20:46.198Z | Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm) |
1481 | 2024-12-16T04:21:33.678Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 28s |
1482 | 2024-12-16T04:21:33.807Z | |
1483 | 2024-12-16T04:21:33.807Z | real 2:28.787896392 |
1484 | 2024-12-16T04:21:33.807Z | user 12:22.283588225 |
1485 | 2024-12-16T04:21:33.807Z | sys 2:45.329925153 |
1486 | 2024-12-16T04:21:33.807Z | trap 0.351223829 |
1487 | 2024-12-16T04:21:33.807Z | tflt 0.327598087 |
1488 | 2024-12-16T04:21:33.807Z | dflt 1.313291138 |
1489 | 2024-12-16T04:21:33.807Z | kflt 0.000290973 |
1490 | 2024-12-16T04:21:33.807Z | lock 25:51.310583201 |
1491 | 2024-12-16T04:21:33.807Z | slp 51:49.624877679 |
1492 | 2024-12-16T04:21:33.807Z | lat 33.699873575 |
1493 | 2024-12-16T04:21:33.807Z | stop 56.540105838 |
1494 | 2024-12-16T04:21:33.830Z | + ptime -m cargo build --release |
1495 | 2024-12-16T04:21:34.593Z | Compiling proc-macro2 v1.0.86 |
1496 | 2024-12-16T04:21:34.593Z | Compiling unicode-ident v1.0.13 |
1497 | 2024-12-16T04:21:34.593Z | Compiling libc v0.2.167 |
1498 | 2024-12-16T04:21:34.617Z | Compiling serde v1.0.215 |
1499 | 2024-12-16T04:21:34.617Z | Compiling version_check v0.9.5 |
1500 | 2024-12-16T04:21:34.617Z | Compiling autocfg v1.3.0 |
1501 | 2024-12-16T04:21:34.617Z | Compiling cfg-if v1.0.0 |
1502 | 2024-12-16T04:21:34.716Z | Compiling once_cell v1.20.2 |
1503 | 2024-12-16T04:21:34.745Z | Compiling libm v0.2.8 |
1504 | 2024-12-16T04:21:34.826Z | Compiling memchr v2.7.4 |
1505 | 2024-12-16T04:21:35.065Z | Compiling byteorder v1.5.0 |
1506 | 2024-12-16T04:21:35.298Z | Compiling lock_api v0.4.12 |
1507 | 2024-12-16T04:21:35.506Z | Compiling parking_lot_core v0.9.10 |
1508 | 2024-12-16T04:21:35.567Z | Compiling itoa v1.0.11 |
1509 | 2024-12-16T04:21:35.591Z | Compiling shlex v1.3.0 |
1510 | 2024-12-16T04:21:35.760Z | Compiling thiserror v1.0.69 |
1511 | 2024-12-16T04:21:35.894Z | Compiling cc v1.1.21 |
1512 | 2024-12-16T04:21:35.918Z | Compiling portable-atomic v1.8.0 |
1513 | 2024-12-16T04:21:36.221Z | Compiling quote v1.0.37 |
1514 | 2024-12-16T04:21:36.244Z | Compiling getrandom v0.2.15 |
1515 | 2024-12-16T04:21:36.577Z | Compiling syn v2.0.87 |
1516 | 2024-12-16T04:21:36.704Z | Compiling ahash v0.8.11 |
1517 | 2024-12-16T04:21:36.750Z | Compiling schemars v0.8.21 |
1518 | 2024-12-16T04:21:36.773Z | Compiling allocator-api2 v0.2.18 |
1519 | 2024-12-16T04:21:36.796Z | Compiling slab v0.4.9 |
1520 | 2024-12-16T04:21:36.976Z | Compiling pin-project-lite v0.2.14 |
1521 | 2024-12-16T04:21:37.083Z | Compiling ryu v1.0.18 |
1522 | 2024-12-16T04:21:37.106Z | Compiling serde_json v1.0.133 |
1523 | 2024-12-16T04:21:37.129Z | Compiling num-traits v0.2.19 |
1524 | 2024-12-16T04:21:37.571Z | Compiling scopeguard v1.2.0 |
1525 | 2024-12-16T04:21:37.655Z | Compiling crunchy v0.2.2 |
1526 | 2024-12-16T04:21:37.724Z | Compiling tiny-keccak v2.0.2 |
1527 | 2024-12-16T04:21:37.850Z | Compiling log v0.4.22 |
1528 | 2024-12-16T04:21:37.915Z | Compiling equivalent v1.0.1 |
1529 | 2024-12-16T04:21:38.013Z | Compiling socket2 v0.5.8 |
1530 | 2024-12-16T04:21:38.036Z | Compiling signal-hook-registry v1.4.2 |
1531 | 2024-12-16T04:21:38.148Z | Compiling mio v1.0.2 |
1532 | 2024-12-16T04:21:38.171Z | Compiling heck v0.5.0 |
1533 | 2024-12-16T04:21:38.354Z | Compiling ring v0.17.8 |
1534 | 2024-12-16T04:21:38.913Z | Compiling const-random-macro v0.1.16 |
1535 | 2024-12-16T04:21:39.517Z | Compiling httparse v1.9.4 |
1536 | 2024-12-16T04:21:39.547Z | Compiling const-random v0.1.18 |
1537 | 2024-12-16T04:21:39.630Z | Compiling vcpkg v0.2.15 |
1538 | 2024-12-16T04:21:39.705Z | Compiling pkg-config v0.3.31 |
1539 | 2024-12-16T04:21:39.796Z | Compiling fnv v1.0.7 |
1540 | 2024-12-16T04:21:40.130Z | Compiling futures-core v0.3.30 |
1541 | 2024-12-16T04:21:40.307Z | Compiling iana-time-zone v0.1.61 |
1542 | 2024-12-16T04:21:40.385Z | Compiling dyn-clone v1.0.17 |
1543 | 2024-12-16T04:21:40.408Z | Compiling futures-sink v0.3.30 |
1544 | 2024-12-16T04:21:40.696Z | Compiling slog v2.7.0 |
1545 | 2024-12-16T04:21:40.720Z | Compiling semver v1.0.23 |
1546 | 2024-12-16T04:21:40.854Z | Compiling futures-channel v0.3.30 |
1547 | 2024-12-16T04:21:40.909Z | Compiling tracing-core v0.1.32 |
1548 | 2024-12-16T04:21:40.959Z | Compiling openssl-sys v0.9.103 |
1549 | 2024-12-16T04:21:41.053Z | Compiling openssl v0.10.66 |
1550 | 2024-12-16T04:21:41.129Z | Compiling pin-utils v0.1.0 |
1551 | 2024-12-16T04:21:41.218Z | Compiling futures-io v0.3.30 |
1552 | 2024-12-16T04:21:41.250Z | Compiling futures-task v0.3.30 |
1553 | 2024-12-16T04:21:41.392Z | Compiling native-tls v0.2.12 |
1554 | 2024-12-16T04:21:41.520Z | Compiling bitflags v2.6.0 |
1555 | 2024-12-16T04:21:41.544Z | Compiling spin v0.9.8 |
1556 | 2024-12-16T04:21:41.709Z | Compiling untrusted v0.9.0 |
1557 | 2024-12-16T04:21:41.774Z | Compiling rustls v0.23.13 |
1558 | 2024-12-16T04:21:41.827Z | Compiling aho-corasick v1.1.3 |
1559 | 2024-12-16T04:21:41.852Z | Compiling regex-syntax v0.8.4 |
1560 | 2024-12-16T04:21:42.048Z | Compiling typenum v1.17.0 |
1561 | 2024-12-16T04:21:42.272Z | Compiling serde_derive_internals v0.29.1 |
1562 | 2024-12-16T04:21:42.723Z | Compiling anyhow v1.0.94 |
1563 | 2024-12-16T04:21:42.823Z | Compiling try-lock v0.2.5 |
1564 | 2024-12-16T04:21:42.951Z | Compiling want v0.3.1 |
1565 | 2024-12-16T04:21:43.228Z | Compiling httpdate v1.0.3 |
1566 | 2024-12-16T04:21:43.271Z | Compiling subtle v2.6.1 |
1567 | 2024-12-16T04:21:43.563Z | Compiling generic-array v0.14.7 |
1568 | 2024-12-16T04:21:43.861Z | Compiling tower-service v0.3.3 |
1569 | 2024-12-16T04:21:43.973Z | Compiling tinyvec_macros v0.1.1 |
1570 | 2024-12-16T04:21:44.054Z | Compiling tinyvec v1.8.0 |
1571 | 2024-12-16T04:21:44.960Z | Compiling regex-automata v0.4.7 |
1572 | 2024-12-16T04:21:45.402Z | Compiling percent-encoding v2.3.1 |
1573 | 2024-12-16T04:21:45.730Z | Compiling foreign-types-shared v0.1.1 |
1574 | 2024-12-16T04:21:45.797Z | Compiling form_urlencoded v1.2.1 |
1575 | 2024-12-16T04:21:45.844Z | Compiling foreign-types v0.3.2 |
1576 | 2024-12-16T04:21:45.935Z | Compiling unicode-normalization v0.1.24 |
1577 | 2024-12-16T04:21:46.437Z | Compiling time-core v0.1.2 |
1578 | 2024-12-16T04:21:46.594Z | Compiling ucd-trie v0.1.6 |
1579 | 2024-12-16T04:21:46.684Z | Compiling serde_derive v1.0.215 |
1580 | 2024-12-16T04:21:46.887Z | Compiling zerocopy-derive v0.7.35 |
1581 | 2024-12-16T04:21:46.967Z | Compiling thiserror-impl v1.0.69 |
1582 | 2024-12-16T04:21:47.006Z | Compiling tokio-macros v2.4.0 |
1583 | 2024-12-16T04:21:47.366Z | Compiling schemars_derive v0.8.21 |
1584 | 2024-12-16T04:21:48.269Z | Compiling futures-macro v0.3.30 |
1585 | 2024-12-16T04:21:48.592Z | Compiling zerocopy v0.7.35 |
1586 | 2024-12-16T04:21:49.597Z | Compiling tracing-attributes v0.1.27 |
1587 | 2024-12-16T04:21:49.835Z | Compiling futures-util v0.3.30 |
1588 | 2024-12-16T04:21:49.919Z | Compiling openssl-macros v0.1.1 |
1589 | 2024-12-16T04:21:50.242Z | Compiling hashbrown v0.14.5 |
1590 | 2024-12-16T04:21:51.182Z | Compiling regex v1.10.6 |
1591 | 2024-12-16T04:21:51.393Z | Compiling regress v0.10.1 |
1592 | 2024-12-16T04:21:51.953Z | Compiling scroll_derive v0.12.0 |
1593 | 2024-12-16T04:21:52.204Z | Compiling unicode-bidi v0.3.15 |
1594 | 2024-12-16T04:21:52.252Z | Compiling tracing v0.1.40 |
1595 | 2024-12-16T04:21:53.672Z | Compiling num-conv v0.1.0 |
1596 | 2024-12-16T04:21:53.696Z | Compiling rustls-pki-types v1.8.0 |
1597 | 2024-12-16T04:21:54.400Z | Compiling time-macros v0.2.18 |
1598 | 2024-12-16T04:21:54.956Z | Compiling pest v2.7.13 |
1599 | 2024-12-16T04:21:55.310Z | Compiling unsafe-libyaml v0.2.11 |
1600 | 2024-12-16T04:21:56.560Z | Compiling openssl-probe v0.1.5 |
1601 | 2024-12-16T04:21:56.596Z | Compiling idna v0.5.0 |
1602 | 2024-12-16T04:21:56.644Z | Compiling atomic-waker v1.1.2 |
1603 | 2024-12-16T04:21:56.800Z | Compiling syn v1.0.109 |
1604 | 2024-12-16T04:21:56.965Z | Compiling pest_meta v2.7.13 |
1605 | 2024-12-16T04:21:57.278Z | Compiling bytes v1.7.2 |
1606 | 2024-12-16T04:21:57.471Z | Compiling smallvec v1.13.2 |
1607 | 2024-12-16T04:21:58.852Z | Compiling parking_lot v0.12.3 |
1608 | 2024-12-16T04:21:58.963Z | Compiling indexmap v2.5.0 |
1609 | 2024-12-16T04:21:59.496Z | Compiling tokio v1.42.0 |
1610 | 2024-12-16T04:22:00.027Z | Compiling chrono v0.4.38 |
1611 | 2024-12-16T04:22:00.128Z | Compiling uuid v1.11.0 |
1612 | 2024-12-16T04:22:00.858Z | Compiling serde_tokenstream v0.2.2 |
1613 | 2024-12-16T04:22:01.861Z | Compiling http v1.2.0 |
1614 | 2024-12-16T04:22:03.036Z | Compiling openapiv3 v2.0.0 |
1615 | 2024-12-16T04:22:05.101Z | Compiling typify-impl v0.2.0 |
1616 | 2024-12-16T04:22:06.200Z | Compiling serde_yaml v0.9.34+deprecated |
1617 | 2024-12-16T04:22:06.873Z | Compiling http-body v1.0.1 |
1618 | 2024-12-16T04:22:07.094Z | Compiling pest_generator v2.7.13 |
1619 | 2024-12-16T04:22:07.226Z | Compiling toml_datetime v0.6.8 |
1620 | 2024-12-16T04:22:07.378Z | Compiling tokio-util v0.7.12 |
1621 | 2024-12-16T04:22:07.591Z | Compiling tokio-native-tls v0.3.1 |
1622 | 2024-12-16T04:22:07.840Z | Compiling url v2.5.2 |
1623 | 2024-12-16T04:22:08.364Z | Compiling rustls-webpki v0.102.8 |
1624 | 2024-12-16T04:22:09.058Z | Compiling rand_core v0.6.4 |
1625 | 2024-12-16T04:22:09.445Z | Compiling encoding_rs v0.8.34 |
1626 | 2024-12-16T04:22:10.563Z | Compiling mime v0.3.17 |
1627 | 2024-12-16T04:22:11.425Z | Compiling ipnet v2.10.0 |
1628 | 2024-12-16T04:22:11.954Z | Compiling zeroize v1.8.1 |
1629 | 2024-12-16T04:22:13.438Z | Compiling pest_derive v2.7.13 |
1630 | 2024-12-16T04:22:13.820Z | Compiling h2 v0.4.6 |
1631 | 2024-12-16T04:22:14.241Z | Compiling typify-macro v0.2.0 |
1632 | 2024-12-16T04:22:17.239Z | Compiling typify v0.2.0 |
1633 | 2024-12-16T04:22:17.451Z | Compiling ipnetwork v0.20.0 |
1634 | 2024-12-16T04:22:19.882Z | Compiling serde_urlencoded v0.7.1 |
1635 | 2024-12-16T04:22:21.026Z | Compiling usdt-impl v0.5.0 |
1636 | 2024-12-16T04:22:22.355Z | Compiling omicron-workspace-hack v0.1.0 |
1637 | 2024-12-16T04:22:23.846Z | Compiling hyper v1.5.1 |
1638 | 2024-12-16T04:22:24.787Z | Compiling progenitor-impl v0.8.0 |
1639 | 2024-12-16T04:22:24.986Z | Compiling scroll v0.12.0 |
1640 | 2024-12-16T04:22:25.011Z | Compiling ppv-lite86 v0.2.20 |
1641 | 2024-12-16T04:22:25.201Z | Compiling rustversion v1.0.17 |
1642 | 2024-12-16T04:22:25.440Z | Compiling strsim v0.11.1 |
1643 | 2024-12-16T04:22:25.733Z | Compiling plain v0.2.3 |
1644 | 2024-12-16T04:22:25.813Z | Compiling rand_chacha v0.3.1 |
1645 | 2024-12-16T04:22:25.868Z | Compiling goblin v0.8.2 |
1646 | 2024-12-16T04:22:26.268Z | Compiling hyper-util v0.1.10 |
1647 | 2024-12-16T04:22:26.612Z | Compiling slog-async v2.8.0 |
1648 | 2024-12-16T04:22:27.015Z | Compiling pretty-hex v0.4.1 |
1649 | 2024-12-16T04:22:27.089Z | Compiling rand v0.8.5 |
1650 | 2024-12-16T04:22:29.011Z | Compiling dtrace-parser v0.2.0 |
1651 | 2024-12-16T04:22:29.540Z | Compiling http-body-util v0.1.2 |
1652 | 2024-12-16T04:22:29.927Z | Compiling progenitor-macro v0.8.0 |
1653 | 2024-12-16T04:22:30.472Z | Compiling dof v0.3.0 |
1654 | 2024-12-16T04:22:30.724Z | Compiling thread-id v4.2.2 |
1655 | 2024-12-16T04:22:30.820Z | Compiling ident_case v1.0.1 |
1656 | 2024-12-16T04:22:30.977Z | Compiling camino v1.1.9 |
1657 | 2024-12-16T04:22:31.466Z | Compiling rustls v0.22.4 |
1658 | 2024-12-16T04:22:31.724Z | Compiling base64 v0.22.1 |
1659 | 2024-12-16T04:22:32.282Z | Compiling rustls-pemfile v2.1.3 |
1660 | 2024-12-16T04:22:32.602Z | Compiling tokio-rustls v0.26.0 |
1661 | 2024-12-16T04:22:32.867Z | Compiling darling_core v0.20.10 |
1662 | 2024-12-16T04:22:32.890Z | Compiling webpki-roots v0.26.6 |
1663 | 2024-12-16T04:22:33.168Z | Compiling hyper-rustls v0.27.3 |
1664 | 2024-12-16T04:22:33.613Z | Compiling hyper-tls v0.6.0 |
1665 | 2024-12-16T04:22:34.022Z | Compiling sync_wrapper v1.0.1 |
1666 | 2024-12-16T04:22:34.046Z | Compiling multer v3.1.0 |
1667 | 2024-12-16T04:22:34.156Z | Compiling crossbeam-utils v0.8.20 |
1668 | 2024-12-16T04:22:34.313Z | Compiling powerfmt v0.2.0 |
1669 | 2024-12-16T04:22:34.346Z | Compiling winnow v0.6.18 |
1670 | 2024-12-16T04:22:34.664Z | Compiling paste v1.0.15 |
1671 | 2024-12-16T04:22:34.755Z | Compiling deranged v0.3.11 |
1672 | 2024-12-16T04:22:34.791Z | Compiling reqwest v0.12.9 |
1673 | 2024-12-16T04:22:36.495Z | Compiling usdt-attr-macro v0.5.0 |
1674 | 2024-12-16T04:22:36.824Z | Compiling usdt-macro v0.5.0 |
1675 | 2024-12-16T04:22:37.691Z | Compiling darling_macro v0.20.10 |
1676 | 2024-12-16T04:22:37.864Z | Compiling async-trait v0.1.83 |
1677 | 2024-12-16T04:22:38.553Z | Compiling darling v0.20.10 |
1678 | 2024-12-16T04:22:39.424Z | Compiling num_threads v0.1.7 |
1679 | 2024-12-16T04:22:39.699Z | Compiling time v0.3.36 |
1680 | 2024-12-16T04:22:39.844Z | Compiling serde_with_macros v3.9.0 |
1681 | 2024-12-16T04:22:42.030Z | Compiling strum_macros v0.26.4 |
1682 | 2024-12-16T04:22:42.484Z | Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265) |
1683 | 2024-12-16T04:22:43.112Z | Compiling structmeta-derive v0.3.0 |
1684 | 2024-12-16T04:22:45.319Z | Compiling async-stream-impl v0.3.5 |
1685 | 2024-12-16T04:22:45.342Z | Compiling dropshot v0.12.0 |
1686 | 2024-12-16T04:22:45.633Z | Compiling lazy_static v1.5.0 |
1687 | 2024-12-16T04:22:45.656Z | Compiling structmeta v0.3.0 |
1688 | 2024-12-16T04:22:45.979Z | Compiling progenitor-client v0.8.0 |
1689 | 2024-12-16T04:22:46.758Z | Compiling dirs-sys-next v0.1.2 |
1690 | 2024-12-16T04:22:49.039Z | Compiling progenitor v0.8.0 |
1691 | 2024-12-16T04:22:49.215Z | Compiling dirs-next v2.0.0 |
1692 | 2024-12-16T04:22:49.526Z | Compiling parse-display-derive v0.10.0 |
1693 | 2024-12-16T04:22:49.607Z | Compiling block-buffer v0.10.4 |
1694 | 2024-12-16T04:22:49.817Z | Compiling crypto-common v0.1.6 |
1695 | 2024-12-16T04:22:50.027Z | Compiling dropshot_endpoint v0.12.0 |
1696 | 2024-12-16T04:22:52.680Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1697 | 2024-12-16T04:22:52.736Z | Compiling thread_local v1.1.8 |
1698 | 2024-12-16T04:22:53.913Z | Compiling digest v0.10.7 |
1699 | 2024-12-16T04:22:54.211Z | Compiling term v0.7.0 |
1700 | 2024-12-16T04:22:54.304Z | Compiling crossbeam-channel v0.5.13 |
1701 | 2024-12-16T04:22:55.559Z | Compiling is-terminal v0.4.13 |
1702 | 2024-12-16T04:22:55.674Z | Compiling rustix v0.38.37 |
1703 | 2024-12-16T04:22:56.569Z | Compiling take_mut v0.2.2 |
1704 | 2024-12-16T04:22:56.750Z | Compiling match_cfg v0.1.0 |
1705 | 2024-12-16T04:22:56.868Z | Compiling hostname v0.3.1 |
1706 | 2024-12-16T04:22:57.661Z | Compiling slog-term v2.9.1 |
1707 | 2024-12-16T04:22:59.571Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1708 | 2024-12-16T04:22:59.941Z | Compiling futures-executor v0.3.30 |
1709 | 2024-12-16T04:23:00.371Z | Compiling errno v0.3.9 |
1710 | 2024-12-16T04:23:00.724Z | Compiling instant v0.1.13 |
1711 | 2024-12-16T04:23:01.035Z | Compiling cpufeatures v0.2.14 |
1712 | 2024-12-16T04:23:01.121Z | Compiling unicode-width v0.1.14 |
1713 | 2024-12-16T04:23:03.527Z | Compiling futures v0.3.30 |
1714 | 2024-12-16T04:23:05.091Z | Compiling serde_spanned v0.6.7 |
1715 | 2024-12-16T04:23:05.151Z | Compiling memmap v0.7.0 |
1716 | 2024-12-16T04:23:05.301Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1717 | 2024-12-16T04:23:05.459Z | Compiling winnow v0.5.40 |
1718 | 2024-12-16T04:23:05.763Z | Compiling usdt v0.5.0 |
1719 | 2024-12-16T04:23:05.814Z | Compiling toml_edit v0.22.21 |
1720 | 2024-12-16T04:23:08.332Z | Compiling toml_edit v0.19.15 |
1721 | 2024-12-16T04:23:08.355Z | Compiling strum v0.26.3 |
1722 | 2024-12-16T04:23:08.516Z | Compiling slog-json v2.6.1 |
1723 | 2024-12-16T04:23:08.882Z | Compiling serde_with v3.9.0 |
1724 | 2024-12-16T04:23:11.280Z | Compiling debug-ignore v1.0.5 |
1725 | 2024-12-16T04:23:11.417Z | Compiling heapless v0.8.0 |
1726 | 2024-12-16T04:23:12.316Z | Compiling tokio-rustls v0.25.0 |
1727 | 2024-12-16T04:23:12.704Z | Compiling proc-macro-crate v1.3.1 |
1728 | 2024-12-16T04:23:13.192Z | Compiling slog-bunyan v2.5.0 |
1729 | 2024-12-16T04:23:13.415Z | Compiling toml v0.8.19 |
1730 | 2024-12-16T04:23:13.438Z | Compiling sha1 v0.10.6 |
1731 | 2024-12-16T04:23:14.241Z | Compiling async-stream v0.3.5 |
1732 | 2024-12-16T04:23:14.562Z | Compiling newtype-uuid v1.1.0 |
1733 | 2024-12-16T04:23:14.849Z | Compiling serde_path_to_error v0.1.16 |
1734 | 2024-12-16T04:23:15.147Z | Compiling hex v0.4.3 |
1735 | 2024-12-16T04:23:15.186Z | Compiling waitgroup v0.1.2 |
1736 | 2024-12-16T04:23:15.408Z | Compiling hostname v0.4.0 |
1737 | 2024-12-16T04:23:15.472Z | Compiling hash32 v0.3.1 |
1738 | 2024-12-16T04:23:15.704Z | Compiling stable_deref_trait v1.2.0 |
1739 | 2024-12-16T04:23:15.790Z | Compiling smoltcp v0.11.0 |
1740 | 2024-12-16T04:23:15.814Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1741 | 2024-12-16T04:23:16.359Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1742 | 2024-12-16T04:23:17.491Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1743 | 2024-12-16T04:23:17.930Z | Compiling num_enum_derive v0.5.11 |
1744 | 2024-12-16T04:23:18.074Z | Compiling backoff v0.4.0 |
1745 | 2024-12-16T04:23:18.391Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1746 | 2024-12-16T04:23:18.570Z | Compiling parse-display v0.10.0 |
1747 | 2024-12-16T04:23:18.596Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
1748 | 2024-12-16T04:23:19.862Z | Compiling macaddr v1.0.1 |
1749 | 2024-12-16T04:23:20.160Z | Compiling regress v0.9.1 |
1750 | 2024-12-16T04:23:20.349Z | Compiling clap_derive v4.5.18 |
1751 | 2024-12-16T04:23:22.489Z | Compiling foreign-types-macros v0.2.3 |
1752 | 2024-12-16T04:23:23.668Z | Compiling proc-macro-error-attr v1.0.4 |
1753 | 2024-12-16T04:23:23.780Z | Compiling bitflags v1.3.2 |
1754 | 2024-12-16T04:23:23.809Z | Compiling managed v0.8.0 |
1755 | 2024-12-16T04:23:23.969Z | Compiling utf8parse v0.2.2 |
1756 | 2024-12-16T04:23:24.103Z | Compiling heck v0.4.1 |
1757 | 2024-12-16T04:23:24.150Z | Compiling foreign-types-shared v0.3.1 |
1758 | 2024-12-16T04:23:24.232Z | Compiling cobs v0.2.3 |
1759 | 2024-12-16T04:23:24.267Z | Compiling either v1.13.0 |
1760 | 2024-12-16T04:23:24.446Z | Compiling postcard v1.0.10 |
1761 | 2024-12-16T04:23:24.629Z | Compiling foreign-types v0.5.0 |
1762 | 2024-12-16T04:23:24.740Z | Compiling anstyle-parse v0.2.5 |
1763 | 2024-12-16T04:23:25.516Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1764 | 2024-12-16T04:23:26.655Z | Compiling num_enum v0.5.11 |
1765 | 2024-12-16T04:23:28.309Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1766 | 2024-12-16T04:23:29.035Z | Compiling cstr-argument v0.1.2 |
1767 | 2024-12-16T04:23:29.100Z | Compiling proc-macro-error v1.0.4 |
1768 | 2024-12-16T04:23:29.405Z | Compiling anstyle v1.0.10 |
1769 | 2024-12-16T04:23:30.214Z | Compiling pretty-hex v0.2.1 |
1770 | 2024-12-16T04:23:30.402Z | Compiling is_terminal_polyfill v1.70.1 |
1771 | 2024-12-16T04:23:30.523Z | Compiling anstyle-query v1.1.1 |
1772 | 2024-12-16T04:23:31.058Z | Compiling colorchoice v1.0.2 |
1773 | 2024-12-16T04:23:31.975Z | Compiling anstream v0.6.15 |
1774 | 2024-12-16T04:23:32.336Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1775 | 2024-12-16T04:23:32.837Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1776 | 2024-12-16T04:23:32.981Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1777 | 2024-12-16T04:23:33.899Z | Compiling terminal_size v0.4.0 |
1778 | 2024-12-16T04:23:34.047Z | Compiling colored v2.2.0 |
1779 | 2024-12-16T04:23:34.214Z | Compiling clap_lex v0.7.4 |
1780 | 2024-12-16T04:23:34.720Z | Compiling clap_builder v4.5.23 |
1781 | 2024-12-16T04:23:35.709Z | Compiling tabwriter v1.4.0 |
1782 | 2024-12-16T04:23:35.864Z | Compiling num-integer v0.1.46 |
1783 | 2024-12-16T04:23:38.108Z | Compiling clap v4.5.23 |
1784 | 2024-12-16T04:23:38.293Z | Compiling prettyplease v0.2.22 |
1785 | 2024-12-16T04:23:39.513Z | Compiling num-rational v0.4.2 |
1786 | 2024-12-16T04:23:39.741Z | Compiling num-iter v0.1.45 |
1787 | 2024-12-16T04:23:40.679Z | Compiling num-complex v0.4.6 |
1788 | 2024-12-16T04:23:41.146Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1789 | 2024-12-16T04:23:41.357Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1790 | 2024-12-16T04:23:41.520Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1791 | 2024-12-16T04:23:41.651Z | Compiling fastrand v2.1.1 |
1792 | 2024-12-16T04:23:41.675Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1793 | 2024-12-16T04:23:41.770Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1794 | 2024-12-16T04:23:42.027Z | Compiling tempfile v3.12.0 |
1795 | 2024-12-16T04:23:42.349Z | Compiling num v0.4.3 |
1796 | 2024-12-16T04:23:45.400Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1797 | 2024-12-16T04:23:45.679Z | Compiling crucible-workspace-hack v0.1.0 |
1798 | 2024-12-16T04:23:45.792Z | Compiling float-ord v0.3.2 |
1799 | 2024-12-16T04:23:45.942Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1800 | 2024-12-16T04:23:51.760Z | Compiling semver v0.1.20 |
1801 | 2024-12-16T04:23:51.814Z | Compiling unicode-segmentation v1.12.0 |
1802 | 2024-12-16T04:23:52.229Z | Compiling rustc_version v0.1.7 |
1803 | 2024-12-16T04:23:52.588Z | Compiling newline-converter v0.3.0 |
1804 | 2024-12-16T04:23:52.767Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1805 | 2024-12-16T04:23:52.915Z | Compiling camino-tempfile v1.1.1 |
1806 | 2024-12-16T04:23:53.285Z | Compiling zone_cfg_derive v0.3.0 |
1807 | 2024-12-16T04:23:53.567Z | Compiling itertools v0.10.5 |
1808 | 2024-12-16T04:23:54.491Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1809 | 2024-12-16T04:23:54.899Z | Compiling console v0.15.8 |
1810 | 2024-12-16T04:23:55.034Z | Compiling num-derive v0.4.2 |
1811 | 2024-12-16T04:23:55.219Z | Compiling sigpipe v0.1.3 |
1812 | 2024-12-16T04:23:55.337Z | Compiling similar v2.6.0 |
1813 | 2024-12-16T04:23:56.275Z | Compiling static_assertions v1.1.0 |
1814 | 2024-12-16T04:23:56.377Z | Compiling base64ct v1.6.0 |
1815 | 2024-12-16T04:23:56.721Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1816 | 2024-12-16T04:23:56.944Z | Compiling password-hash v0.5.0 |
1817 | 2024-12-16T04:23:57.019Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95) |
1818 | 2024-12-16T04:23:57.212Z | Compiling expectorate v1.1.0 |
1819 | 2024-12-16T04:23:57.375Z | Compiling zone v0.3.0 |
1820 | 2024-12-16T04:23:57.854Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1821 | 2024-12-16T04:23:58.394Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1822 | 2024-12-16T04:23:58.655Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1823 | 2024-12-16T04:24:00.026Z | Compiling newtype_derive v0.1.6 |
1824 | 2024-12-16T04:24:00.331Z | Compiling blake2 v0.10.6 |
1825 | 2024-12-16T04:24:00.354Z | Compiling hubpack_derive v0.1.1 |
1826 | 2024-12-16T04:24:00.447Z | Compiling smf v0.2.3 |
1827 | 2024-12-16T04:24:00.981Z | Compiling zerocopy-derive v0.6.6 |
1828 | 2024-12-16T04:24:01.143Z | Compiling cancel-safe-futures v0.1.5 |
1829 | 2024-12-16T04:24:01.216Z | Compiling owo-colors v4.1.0 |
1830 | 2024-12-16T04:24:01.469Z | Compiling fixedbitset v0.4.2 |
1831 | 2024-12-16T04:24:01.511Z | Compiling whoami v1.5.2 |
1832 | 2024-12-16T04:24:01.671Z | Compiling hubpack v0.1.2 |
1833 | 2024-12-16T04:24:02.292Z | Compiling petgraph v0.6.5 |
1834 | 2024-12-16T04:24:02.540Z | Compiling argon2 v0.5.3 |
1835 | 2024-12-16T04:24:02.615Z | Compiling zerocopy v0.6.6 |
1836 | 2024-12-16T04:24:03.320Z | Compiling strum_macros v0.25.3 |
1837 | 2024-12-16T04:24:04.284Z | Compiling serde-big-array v0.5.1 |
1838 | 2024-12-16T04:24:04.379Z | Compiling serde_repr v0.1.19 |
1839 | 2024-12-16T04:24:04.518Z | Compiling cookie v0.18.1 |
1840 | 2024-12-16T04:24:04.820Z | Compiling convert_case v0.4.0 |
1841 | 2024-12-16T04:24:05.351Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1842 | 2024-12-16T04:24:05.481Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
1843 | 2024-12-16T04:24:05.835Z | Compiling derive_more v0.99.18 |
1844 | 2024-12-16T04:24:06.009Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1845 | 2024-12-16T04:24:06.284Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1846 | 2024-12-16T04:24:07.471Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1847 | 2024-12-16T04:24:08.067Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1848 | 2024-12-16T04:24:08.518Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1849 | 2024-12-16T04:24:10.092Z | Compiling atomicwrites v0.4.4 |
1850 | 2024-12-16T04:24:10.522Z | Compiling itertools v0.13.0 |
1851 | 2024-12-16T04:24:11.007Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1852 | 2024-12-16T04:24:11.925Z | Compiling libsw v3.3.1 |
1853 | 2024-12-16T04:24:12.202Z | Compiling idna v0.4.0 |
1854 | 2024-12-16T04:24:12.895Z | Compiling enum-as-inner v0.6.1 |
1855 | 2024-12-16T04:24:13.445Z | Compiling derive-where v1.2.7 |
1856 | 2024-12-16T04:24:13.554Z | Compiling indent_write v2.2.0 |
1857 | 2024-12-16T04:24:13.578Z | Compiling linked-hash-map v0.5.6 |
1858 | 2024-12-16T04:24:13.827Z | Compiling quick-error v1.2.3 |
1859 | 2024-12-16T04:24:13.897Z | Compiling swrite v0.1.0 |
1860 | 2024-12-16T04:24:13.946Z | Compiling linear-map v1.2.0 |
1861 | 2024-12-16T04:24:13.970Z | Compiling data-encoding v2.6.0 |
1862 | 2024-12-16T04:24:14.011Z | Compiling highway v1.2.0 |
1863 | 2024-12-16T04:24:14.299Z | Compiling resolv-conf v0.7.0 |
1864 | 2024-12-16T04:24:15.074Z | Compiling hickory-proto v0.24.1 |
1865 | 2024-12-16T04:24:15.153Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1866 | 2024-12-16T04:24:15.518Z | Compiling lru-cache v0.1.2 |
1867 | 2024-12-16T04:24:15.714Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1868 | 2024-12-16T04:24:16.062Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1869 | 2024-12-16T04:24:17.734Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1870 | 2024-12-16T04:24:18.058Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1871 | 2024-12-16T04:24:18.971Z | Compiling steno v0.4.1 |
1872 | 2024-12-16T04:24:20.278Z | Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1873 | 2024-12-16T04:24:22.458Z | Compiling slog-dtrace v0.3.0 |
1874 | 2024-12-16T04:24:22.755Z | Compiling humantime v2.1.0 |
1875 | 2024-12-16T04:24:23.404Z | Compiling parking_lot_core v0.8.6 |
1876 | 2024-12-16T04:24:23.821Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1877 | 2024-12-16T04:24:23.995Z | Compiling hickory-resolver v0.24.1 |
1878 | 2024-12-16T04:24:26.250Z | Compiling num-derive v0.3.3 |
1879 | 2024-12-16T04:24:26.785Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1880 | 2024-12-16T04:24:27.864Z | Compiling libscf-sys v1.0.0 (https://github.com/illumos/libscf-sys.git#bb0b82c3) |
1881 | 2024-12-16T04:24:28.980Z | Compiling parking_lot v0.11.2 |
1882 | 2024-12-16T04:24:29.239Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#f14ff351) |
1883 | 2024-12-16T04:24:29.266Z | Compiling crossbeam-epoch v0.9.18 |
1884 | 2024-12-16T04:24:30.188Z | Compiling http v0.2.12 |
1885 | 2024-12-16T04:24:30.468Z | Compiling fxhash v0.2.1 |
1886 | 2024-12-16T04:24:30.539Z | Compiling crc32fast v1.4.2 |
1887 | 2024-12-16T04:24:30.674Z | Compiling typify-impl v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1888 | 2024-12-16T04:24:30.960Z | Compiling sled v0.34.7 |
1889 | 2024-12-16T04:24:31.117Z | Compiling rustls v0.21.12 |
1890 | 2024-12-16T04:24:31.423Z | Compiling sct v0.7.1 |
1891 | 2024-12-16T04:24:31.801Z | Compiling h2 v0.3.26 |
1892 | 2024-12-16T04:24:33.782Z | Compiling http-body v0.4.6 |
1893 | 2024-12-16T04:24:34.200Z | Compiling rustls-webpki v0.101.7 |
1894 | 2024-12-16T04:24:36.762Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1895 | 2024-12-16T04:24:37.050Z | Compiling half v2.4.1 |
1896 | 2024-12-16T04:24:37.265Z | Compiling ciborium-io v0.2.2 |
1897 | 2024-12-16T04:24:37.384Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1898 | 2024-12-16T04:24:37.522Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1899 | 2024-12-16T04:24:37.623Z | Compiling ciborium-ll v0.2.2 |
1900 | 2024-12-16T04:24:38.093Z | Compiling hyper v0.14.30 |
1901 | 2024-12-16T04:24:39.873Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1902 | 2024-12-16T04:24:40.131Z | Compiling typify-macro v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1903 | 2024-12-16T04:24:43.181Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#4cdc7d7e) |
1904 | 2024-12-16T04:24:43.294Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1905 | 2024-12-16T04:24:43.341Z | Compiling arc-swap v1.7.1 |
1906 | 2024-12-16T04:24:43.921Z | Compiling crc8 v0.1.1 |
1907 | 2024-12-16T04:24:44.175Z | Compiling slog-scope v4.4.0 |
1908 | 2024-12-16T04:24:44.319Z | Compiling tokio-rustls v0.24.1 |
1909 | 2024-12-16T04:24:44.702Z | Compiling ciborium v0.2.2 |
1910 | 2024-12-16T04:24:44.821Z | Compiling proc-macro-crate v3.2.0 |
1911 | 2024-12-16T04:24:45.758Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#4cdc7d7e) |
1912 | 2024-12-16T04:24:46.418Z | Compiling smartstring v1.0.1 |
1913 | 2024-12-16T04:24:46.733Z | Compiling base64 v0.21.7 |
1914 | 2024-12-16T04:24:47.608Z | Compiling rustls-pemfile v1.0.4 |
1915 | 2024-12-16T04:24:47.999Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1916 | 2024-12-16T04:24:48.597Z | Compiling num_enum_derive v0.7.3 |
1917 | 2024-12-16T04:24:50.587Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
1918 | 2024-12-16T04:24:53.414Z | Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb) |
1919 | 2024-12-16T04:24:58.561Z | Compiling hyper-rustls v0.24.2 |
1920 | 2024-12-16T04:24:58.882Z | Compiling slog-stdlog v4.1.1 |
1921 | 2024-12-16T04:24:58.970Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1922 | 2024-12-16T04:24:59.546Z | Compiling typify v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1923 | 2024-12-16T04:24:59.667Z | Compiling hyper-tls v0.5.0 |
1924 | 2024-12-16T04:25:01.529Z | Compiling spin v0.5.2 |
1925 | 2024-12-16T04:25:01.756Z | Compiling sync_wrapper v0.1.2 |
1926 | 2024-12-16T04:25:01.879Z | Compiling webpki-roots v0.25.4 |
1927 | 2024-12-16T04:25:02.070Z | Compiling reqwest v0.11.27 |
1928 | 2024-12-16T04:25:03.138Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1929 | 2024-12-16T04:25:08.174Z | Compiling no-std-compat v0.4.1 |
1930 | 2024-12-16T04:25:08.276Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1931 | 2024-12-16T04:25:08.831Z | Compiling slog-envlogger v2.2.0 |
1932 | 2024-12-16T04:25:10.994Z | Compiling num_enum v0.7.3 |
1933 | 2024-12-16T04:25:11.183Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
1934 | 2024-12-16T04:25:11.322Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
1935 | 2024-12-16T04:25:11.718Z | Compiling thin-vec v0.2.13 |
1936 | 2024-12-16T04:25:11.747Z | Compiling rhai_codegen v2.2.0 |
1937 | 2024-12-16T04:25:12.283Z | Compiling minimal-lexical v0.2.1 |
1938 | 2024-12-16T04:25:12.353Z | Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm) |
1939 | 2024-12-16T04:25:12.794Z | Compiling nom v7.1.3 |
1940 | 2024-12-16T04:25:14.070Z | Compiling rhai v1.20.0 |
1941 | 2024-12-16T04:25:16.110Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1942 | 2024-12-16T04:25:20.841Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1943 | 2024-12-16T04:25:22.179Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488) |
1944 | 2024-12-16T04:25:23.326Z | Compiling itertools v0.12.1 |
1945 | 2024-12-16T04:25:26.187Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=2bfd39000c878c45675651a7588c015c486e7f43#2bfd3900) |
1946 | 2024-12-16T04:25:26.211Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1947 | 2024-12-16T04:25:26.402Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488) |
1948 | 2024-12-16T04:25:27.781Z | Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d8c38f89) |
1949 | 2024-12-16T04:25:29.186Z | Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower) |
1950 | 2024-12-16T04:25:29.878Z | Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd) |
1951 | 2024-12-16T04:25:35.397Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client) |
1952 | 2024-12-16T04:25:35.602Z | Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests) |
1953 | 2024-12-16T04:25:35.705Z | Compiling util v0.1.0 (/work/oxidecomputer/maghemite/util) |
1954 | 2024-12-16T04:25:38.026Z | Compiling mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify) |
1955 | 2024-12-16T04:25:44.754Z | Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp) |
1956 | 2024-12-16T04:26:03.999Z | Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd) |
1957 | 2024-12-16T04:26:04.494Z | Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm) |
1958 | 2024-12-16T04:26:11.670Z | Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd) |
1959 | 2024-12-16T04:26:12.374Z | Compiling mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm) |
1960 | 2024-12-16T04:26:44.186Z | Finished `release` profile [optimized] target(s) in 5m 10s |
1961 | 2024-12-16T04:26:44.319Z | |
1962 | 2024-12-16T04:26:44.343Z | real 5:10.473469968 |
1963 | 2024-12-16T04:26:44.343Z | user 36:05.857569784 |
1964 | 2024-12-16T04:26:44.343Z | sys 3:27.484255134 |
1965 | 2024-12-16T04:26:44.343Z | trap 0.955710571 |
1966 | 2024-12-16T04:26:44.343Z | tflt 1.215339942 |
1967 | 2024-12-16T04:26:44.343Z | dflt 0.761399604 |
1968 | 2024-12-16T04:26:44.343Z | kflt 0.004636500 |
1969 | 2024-12-16T04:26:44.343Z | lock 1:23:08.432126143 |
1970 | 2024-12-16T04:26:44.343Z | slp 2:12:27.694397382 |
1971 | 2024-12-16T04:26:44.343Z | lat 2:01.465618678 |
1972 | 2024-12-16T04:26:44.343Z | stop 2:18.917724328 |
1973 | 2024-12-16T04:26:44.343Z | + for x in debug release |
1974 | 2024-12-16T04:26:44.343Z | + mkdir -p /work/debug |
1975 | 2024-12-16T04:26:44.343Z | + cp target/debug/ddmd /work/debug/ddmd |
1976 | 2024-12-16T04:26:44.686Z | + cp target/debug/ddmadm /work/debug/ddmadm |
1977 | 2024-12-16T04:26:44.972Z | + for x in debug release |
1978 | 2024-12-16T04:26:44.972Z | + mkdir -p /work/release |
1979 | 2024-12-16T04:26:44.996Z | + cp target/release/ddmd /work/release/ddmd |
1980 | 2024-12-16T04:26:45.022Z | + cp target/release/ddmadm /work/release/ddmadm |
1981 | 2024-12-16T04:26:45.045Z | process exited: duration 661037 ms, exit code 0 |
|
1982 | 2024-12-16T04:26:45.093Z | found 4 output files |
1983 | 2024-12-16T04:26:45.142Z | uploading: /work/debug/ddmadm (339575464 bytes) |
1984 | 2024-12-16T04:27:19.836Z | uploaded: /work/debug/ddmadm |
1985 | 2024-12-16T04:27:19.836Z | uploading: /work/debug/ddmd (419853248 bytes) |
1986 | 2024-12-16T04:28:18.731Z | uploaded: /work/debug/ddmd |
1987 | 2024-12-16T04:28:18.731Z | uploading: /work/release/ddmadm (19661320 bytes) |
1988 | 2024-12-16T04:28:22.518Z | uploaded: /work/release/ddmadm |
1989 | 2024-12-16T04:28:22.518Z | uploading: /work/release/ddmd (44965840 bytes) |
1990 | 2024-12-16T04:28:32.861Z | uploaded: /work/release/ddmd |