|
|
|
1 | 2024-12-18T20:51:47.993Z | job assigned to worker 01JFDRK60EPGB8AT44PHJCJWM3 [factory aws, i-08ac632c13ceb0242] (queued for 1 m 1 s) |
|
2 | 2024-12-18T20:51:56.690Z | starting task 0: "setup" |
3 | 2024-12-18T20:51:56.697Z | ++ uname -s |
4 | 2024-12-18T20:51:56.701Z | + kern=SunOS |
5 | 2024-12-18T20:51:56.701Z | + case "$kern" in |
6 | 2024-12-18T20:51:56.701Z | + groupadd -g 12345 build |
7 | 2024-12-18T20:51:56.704Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-18T20:51:58.708Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-18T20:51:58.832Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-18T20:51:58.834Z | + home_fs=zfs |
11 | 2024-12-18T20:51:58.834Z | + [[ zfs == autofs ]] |
12 | 2024-12-18T20:51:58.835Z | + mkdir -p /home/build |
13 | 2024-12-18T20:51:58.837Z | + chown build:build /home/build /work |
14 | 2024-12-18T20:52:00.838Z | + chmod 0700 /home/build /work |
15 | 2024-12-18T20:52:00.841Z | process exited: duration 4152 ms, exit code 0 |
|
16 | 2024-12-18T20:52:00.845Z | starting task 1: "rust-toolchain" |
17 | 2024-12-18T20:52:00.851Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-18T20:52:00.851Z | ' 1.81.0 |
19 | 2024-12-18T20:52:00.851Z | * toolchain channel = "1.81.0" |
20 | 2024-12-18T20:52:00.853Z | * toolchain profile = "default" |
21 | 2024-12-18T20:52:00.853Z | + printf ' * toolchain profile = "%s" |
22 | 2024-12-18T20:52:00.853Z | ' default |
23 | 2024-12-18T20:52:00.853Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-18T20:52:00.853Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-12-18T20:52:00.968Z | info: downloading installer |
26 | 2024-12-18T20:52:02.269Z | info: profile set to 'default' |
27 | 2024-12-18T20:52:02.270Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-18T20:52:02.272Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-12-18T20:52:02.427Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-12-18T20:52:02.427Z | info: downloading component 'cargo' |
31 | 2024-12-18T20:52:03.306Z | info: downloading component 'clippy' |
32 | 2024-12-18T20:52:03.632Z | info: downloading component 'rust-docs' |
33 | 2024-12-18T20:52:05.063Z | info: downloading component 'rust-std' |
34 | 2024-12-18T20:52:06.730Z | info: downloading component 'rustc' |
35 | 2024-12-18T20:52:13.489Z | info: downloading component 'rustfmt' |
36 | 2024-12-18T20:52:13.745Z | info: installing component 'cargo' |
37 | 2024-12-18T20:52:14.551Z | info: installing component 'clippy' |
38 | 2024-12-18T20:52:14.907Z | info: installing component 'rust-docs' |
39 | 2024-12-18T20:52:16.505Z | info: installing component 'rust-std' |
40 | 2024-12-18T20:52:18.239Z | info: installing component 'rustc' |
41 | 2024-12-18T20:52:23.836Z | info: installing component 'rustfmt' |
42 | 2024-12-18T20:52:24.157Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-12-18T20:52:24.157Z | |
44 | 2024-12-18T20:52:24.515Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-12-18T20:52:24.515Z | |
46 | 2024-12-18T20:52:24.519Z | |
47 | 2024-12-18T20:52:24.519Z | Rust is installed now. Great! |
48 | 2024-12-18T20:52:24.519Z | |
49 | 2024-12-18T20:52:24.519Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-18T20:52:24.519Z | environment variable. This has not been done automatically. |
51 | 2024-12-18T20:52:24.519Z | |
52 | 2024-12-18T20:52:24.519Z | To configure your current shell, you need to source |
53 | 2024-12-18T20:52:24.519Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-18T20:52:24.519Z | |
55 | 2024-12-18T20:52:24.519Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-18T20:52:24.519Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-18T20:52:24.519Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-18T20:52:24.586Z | + rustc --version |
59 | 2024-12-18T20:52:24.651Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-12-18T20:52:24.653Z | process exited: duration 23805 ms, exit code 0 |
|
61 | 2024-12-18T20:52:24.658Z | starting task 2: "authentication" |
62 | 2024-12-18T20:52:24.678Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-12-18T20:52:24.684Z | starting task 3: "clone repository" |
64 | 2024-12-18T20:52:24.689Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-12-18T20:52:24.692Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-12-18T20:52:26.226Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-12-18T20:52:34.002Z | + cd /work/oxidecomputer/omicron |
68 | 2024-12-18T20:52:34.002Z | + git fetch origin 8b13de1f0bcf0d2ebfec4aa9c5f3f28b1416025c |
69 | 2024-12-18T20:52:34.320Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-12-18T20:52:34.320Z | * branch 8b13de1f0bcf0d2ebfec4aa9c5f3f28b1416025c -> FETCH_HEAD |
71 | 2024-12-18T20:52:34.334Z | + [[ -n wc/mgs-taskdump ]] |
72 | 2024-12-18T20:52:34.334Z | ++ git branch --show-current |
73 | 2024-12-18T20:52:34.334Z | + current=main |
74 | 2024-12-18T20:52:34.335Z | + [[ main != wc/mgs-taskdump ]] |
75 | 2024-12-18T20:52:34.335Z | + git branch -f wc/mgs-taskdump 8b13de1f0bcf0d2ebfec4aa9c5f3f28b1416025c |
76 | 2024-12-18T20:52:34.354Z | + git checkout -f wc/mgs-taskdump |
77 | 2024-12-18T20:52:34.511Z | Switched to branch 'wc/mgs-taskdump' |
78 | 2024-12-18T20:52:34.513Z | + git reset --hard 8b13de1f0bcf0d2ebfec4aa9c5f3f28b1416025c |
79 | 2024-12-18T20:52:34.680Z | HEAD is now at 8b13de1f0 Add task-dump endpoints to MGS |
80 | 2024-12-18T20:52:34.683Z | process exited: duration 9996 ms, exit code 0 |
|
81 | 2024-12-18T20:52:34.688Z | starting task 4: "build" |
82 | 2024-12-18T20:52:34.694Z | + source .github/buildomat/ci-env.sh |
83 | 2024-12-18T20:52:34.694Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-12-18T20:52:34.694Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-12-18T20:52:34.696Z | + cargo --version |
86 | 2024-12-18T20:52:34.751Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-12-18T20:52:34.753Z | + rustc --version |
88 | 2024-12-18T20:52:34.813Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-12-18T20:52:34.815Z | + cd /tmp |
90 | 2024-12-18T20:52:34.815Z | + cargo new --lib test-project |
91 | 2024-12-18T20:52:34.874Z | Creating library `test-project` package |
92 | 2024-12-18T20:52:34.951Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
93 | 2024-12-18T20:52:34.955Z | + cd test-project |
94 | 2024-12-18T20:52:34.955Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
95 | 2024-12-18T20:52:35.014Z | Adding omicron-common (local) to dependencies |
96 | 2024-12-18T20:52:35.014Z | Features: |
97 | 2024-12-18T20:52:35.014Z | - proptest |
98 | 2024-12-18T20:52:35.014Z | - test-strategy |
99 | 2024-12-18T20:52:35.017Z | - testing |
100 | 2024-12-18T20:52:35.017Z | Updating crates.io index |
101 | 2024-12-18T20:52:35.055Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
102 | 2024-12-18T20:52:35.552Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
103 | 2024-12-18T20:52:35.972Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
104 | 2024-12-18T20:52:36.424Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
105 | 2024-12-18T20:52:37.932Z | Locking 327 packages to latest compatible versions |
106 | 2024-12-18T20:52:37.935Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
107 | 2024-12-18T20:52:37.935Z | Adding dropshot v0.13.0 (latest: v0.15.1) |
108 | 2024-12-18T20:52:37.935Z | Adding dropshot_endpoint v0.13.0 (latest: v0.15.1) |
109 | 2024-12-18T20:52:37.935Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
110 | 2024-12-18T20:52:37.935Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
111 | 2024-12-18T20:52:37.938Z | Adding generic-array v0.14.7 (latest: v1.1.1) |
112 | 2024-12-18T20:52:37.938Z | Adding goblin v0.8.2 (latest: v0.9.2) |
113 | 2024-12-18T20:52:37.938Z | Adding hashbrown v0.12.3 (latest: v0.15.2) |
114 | 2024-12-18T20:52:37.938Z | Adding hashbrown v0.14.5 (latest: v0.15.2) |
115 | 2024-12-18T20:52:37.938Z | Adding hostname v0.3.1 (latest: v0.4.0) |
116 | 2024-12-18T20:52:37.941Z | Adding indexmap v1.9.3 (latest: v2.7.0) |
117 | 2024-12-18T20:52:37.941Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.5) |
118 | 2024-12-18T20:52:37.943Z | Adding regress v0.9.1 (latest: v0.10.1) |
119 | 2024-12-18T20:52:37.948Z | Adding rustls v0.22.4 (latest: v0.23.20) |
120 | 2024-12-18T20:52:37.951Z | Adding security-framework v2.11.1 (latest: v3.1.0) |
121 | 2024-12-18T20:52:37.954Z | Adding term v0.7.0 (latest: v1.0.1) |
122 | 2024-12-18T20:52:37.954Z | Adding thiserror v1.0.69 (latest: v2.0.8) |
123 | 2024-12-18T20:52:37.954Z | Adding thiserror-impl v1.0.69 (latest: v2.0.8) |
124 | 2024-12-18T20:52:37.954Z | Adding thread-id v4.2.2 (latest: v5.0.0) |
125 | 2024-12-18T20:52:37.954Z | Adding tinystr v0.7.6 (latest: v0.8.0) |
126 | 2024-12-18T20:52:37.958Z | Adding tokio-rustls v0.25.0 (latest: v0.26.1) |
127 | 2024-12-18T20:52:37.958Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.3+wasi-0.2.2) |
128 | 2024-12-18T20:52:37.960Z | Adding windows v0.52.0 (latest: v0.58.0) |
129 | 2024-12-18T20:52:37.960Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
130 | 2024-12-18T20:52:37.960Z | Adding windows-registry v0.2.0 (latest: v0.3.0) |
131 | 2024-12-18T20:52:37.960Z | Adding windows-strings v0.1.0 (latest: v0.2.0) |
132 | 2024-12-18T20:52:37.960Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
133 | 2024-12-18T20:52:37.960Z | Adding writeable v0.5.5 (latest: v0.6.0) |
134 | 2024-12-18T20:52:37.960Z | Adding zerocopy v0.7.35 (latest: v0.8.13) |
135 | 2024-12-18T20:52:37.960Z | Adding zerocopy-derive v0.7.35 (latest: v0.8.13) |
136 | 2024-12-18T20:52:37.961Z | Adding zerovec v0.10.4 (latest: v0.11.0) |
137 | 2024-12-18T20:52:37.961Z | Adding zerovec-derive v0.10.3 (latest: v0.11.0) |
138 | 2024-12-18T20:52:38.032Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
139 | 2024-12-18T20:52:38.034Z | + cargo check |
140 | 2024-12-18T20:52:38.197Z | Updating crates.io index |
141 | 2024-12-18T20:52:38.937Z | Locking 2 packages to latest compatible versions |
142 | 2024-12-18T20:52:41.997Z | Adding omicron-workspace-hack v0.1.0 |
143 | 2024-12-18T20:52:43.890Z | Adding test-project v0.1.0 (/tmp/test-project) |
144 | 2024-12-18T20:52:44.637Z | Downloading crates ... |
145 | 2024-12-18T20:52:44.712Z | Downloaded allocator-api2 v0.2.18 |
146 | 2024-12-18T20:52:44.716Z | Downloaded ahash v0.8.11 |
147 | 2024-12-18T20:52:44.726Z | Downloaded aho-corasick v1.1.3 |
148 | 2024-12-18T20:52:44.732Z | Downloaded thread_local v1.1.8 |
149 | 2024-12-18T20:52:44.735Z | Downloaded memmap v0.7.0 |
150 | 2024-12-18T20:52:44.737Z | Downloaded darling v0.20.10 |
151 | 2024-12-18T20:52:44.740Z | Downloaded thiserror-impl v1.0.69 |
152 | 2024-12-18T20:52:44.743Z | Downloaded usdt-attr-macro v0.5.0 |
153 | 2024-12-18T20:52:44.745Z | Downloaded usdt-macro v0.5.0 |
154 | 2024-12-18T20:52:44.745Z | Downloaded crossbeam-channel v0.5.13 |
155 | 2024-12-18T20:52:44.749Z | Downloaded want v0.3.1 |
156 | 2024-12-18T20:52:44.752Z | Downloaded try-lock v0.2.5 |
157 | 2024-12-18T20:52:44.752Z | Downloaded tower-service v0.3.3 |
158 | 2024-12-18T20:52:44.754Z | Downloaded tinyvec_macros v0.1.1 |
159 | 2024-12-18T20:52:44.754Z | Downloaded darling_macro v0.20.10 |
160 | 2024-12-18T20:52:44.757Z | Downloaded crypto-common v0.1.6 |
161 | 2024-12-18T20:52:44.757Z | Downloaded cpufeatures v0.2.14 |
162 | 2024-12-18T20:52:44.760Z | Downloaded write16 v1.0.0 |
163 | 2024-12-18T20:52:44.760Z | Downloaded cfg-if v1.0.0 |
164 | 2024-12-18T20:52:44.762Z | Downloaded darling_core v0.20.10 |
165 | 2024-12-18T20:52:44.765Z | Downloaded progenitor-client v0.8.0 |
166 | 2024-12-18T20:52:44.768Z | Downloaded cc v1.1.30 |
167 | 2024-12-18T20:52:44.771Z | Downloaded yoke-derive v0.7.4 |
168 | 2024-12-18T20:52:44.773Z | Downloaded waitgroup v0.1.2 |
169 | 2024-12-18T20:52:44.773Z | Downloaded crossbeam-utils v0.8.20 |
170 | 2024-12-18T20:52:44.776Z | Downloaded http-body v1.0.1 |
171 | 2024-12-18T20:52:44.779Z | Downloaded hex v0.4.3 |
172 | 2024-12-18T20:52:44.781Z | Downloaded tinystr v0.7.6 |
173 | 2024-12-18T20:52:44.781Z | Downloaded chrono v0.4.38 |
174 | 2024-12-18T20:52:44.789Z | Downloaded pretty-hex v0.4.1 |
175 | 2024-12-18T20:52:44.791Z | Downloaded openssl-macros v0.1.1 |
176 | 2024-12-18T20:52:44.793Z | Downloaded icu_normalizer v1.5.0 |
177 | 2024-12-18T20:52:44.796Z | Downloaded scroll_derive v0.12.0 |
178 | 2024-12-18T20:52:44.798Z | Downloaded omicron-workspace-hack v0.1.0 |
179 | 2024-12-18T20:52:44.798Z | Downloaded icu_locid_transform v1.5.0 |
180 | 2024-12-18T20:52:44.801Z | Downloaded untrusted v0.9.0 |
181 | 2024-12-18T20:52:44.804Z | Downloaded toml_datetime v0.6.8 |
182 | 2024-12-18T20:52:44.804Z | Downloaded icu_provider_macros v1.5.0 |
183 | 2024-12-18T20:52:44.806Z | Downloaded version_check v0.9.5 |
184 | 2024-12-18T20:52:44.806Z | Downloaded usdt v0.5.0 |
185 | 2024-12-18T20:52:44.809Z | Downloaded ident_case v1.0.1 |
186 | 2024-12-18T20:52:44.809Z | Downloaded hashbrown v0.14.5 |
187 | 2024-12-18T20:52:44.815Z | Downloaded plain v0.2.3 |
188 | 2024-12-18T20:52:44.817Z | Downloaded pin-utils v0.1.0 |
189 | 2024-12-18T20:52:44.817Z | Downloaded parse-display v0.10.0 |
190 | 2024-12-18T20:52:44.820Z | Downloaded mime v0.3.17 |
191 | 2024-12-18T20:52:44.823Z | Downloaded hashbrown v0.15.1 |
192 | 2024-12-18T20:52:44.826Z | Downloaded zerovec-derive v0.10.3 |
193 | 2024-12-18T20:52:44.830Z | Downloaded utf16_iter v1.0.5 |
194 | 2024-12-18T20:52:44.830Z | Downloaded pkg-config v0.3.31 |
195 | 2024-12-18T20:52:44.835Z | Downloaded usdt-impl v0.5.0 |
196 | 2024-12-18T20:52:44.835Z | Downloaded tokio-rustls v0.25.0 |
197 | 2024-12-18T20:52:44.835Z | Downloaded match_cfg v0.1.0 |
198 | 2024-12-18T20:52:44.838Z | Downloaded async-stream-impl v0.3.6 |
199 | 2024-12-18T20:52:44.838Z | Downloaded httpdate v1.0.3 |
200 | 2024-12-18T20:52:44.840Z | Downloaded rand_core v0.6.4 |
201 | 2024-12-18T20:52:44.843Z | Downloaded paste v1.0.15 |
202 | 2024-12-18T20:52:44.845Z | Downloaded progenitor-macro v0.8.0 |
203 | 2024-12-18T20:52:44.845Z | Downloaded foreign-types-shared v0.1.1 |
204 | 2024-12-18T20:52:44.845Z | Downloaded foreign-types v0.3.2 |
205 | 2024-12-18T20:52:44.848Z | Downloaded dtrace-parser v0.2.0 |
206 | 2024-12-18T20:52:44.848Z | Downloaded ppv-lite86 v0.2.20 |
207 | 2024-12-18T20:52:44.851Z | Downloaded parse-display-derive v0.10.0 |
208 | 2024-12-18T20:52:44.851Z | Downloaded sync_wrapper v1.0.1 |
209 | 2024-12-18T20:52:44.853Z | Downloaded equivalent v1.0.1 |
210 | 2024-12-18T20:52:44.853Z | Downloaded instant v0.1.13 |
211 | 2024-12-18T20:52:44.855Z | Downloaded newtype-uuid v1.1.3 |
212 | 2024-12-18T20:52:44.855Z | Downloaded async-stream v0.3.6 |
213 | 2024-12-18T20:52:44.861Z | Downloaded zerocopy-derive v0.7.35 |
214 | 2024-12-18T20:52:44.865Z | Downloaded byteorder v1.5.0 |
215 | 2024-12-18T20:52:44.865Z | Downloaded progenitor v0.8.0 |
216 | 2024-12-18T20:52:44.865Z | Downloaded tokio-native-tls v0.3.1 |
217 | 2024-12-18T20:52:44.868Z | Downloaded atomic-waker v1.1.2 |
218 | 2024-12-18T20:52:44.871Z | Downloaded utf8_iter v1.0.4 |
219 | 2024-12-18T20:52:44.871Z | Downloaded tokio-rustls v0.26.0 |
220 | 2024-12-18T20:52:44.875Z | Downloaded block-buffer v0.10.4 |
221 | 2024-12-18T20:52:44.875Z | Downloaded powerfmt v0.2.0 |
222 | 2024-12-18T20:52:44.877Z | Downloaded indexmap v1.9.3 |
223 | 2024-12-18T20:52:44.880Z | Downloaded quinn-udp v0.5.5 |
224 | 2024-12-18T20:52:44.880Z | Downloaded writeable v0.5.5 |
225 | 2024-12-18T20:52:44.883Z | Downloaded itoa v1.0.11 |
226 | 2024-12-18T20:52:44.885Z | Downloaded ipnetwork v0.20.0 |
227 | 2024-12-18T20:52:44.888Z | Downloaded futures-task v0.3.31 |
228 | 2024-12-18T20:52:44.888Z | Downloaded rand_chacha v0.3.1 |
229 | 2024-12-18T20:52:44.890Z | Downloaded futures-executor v0.3.31 |
230 | 2024-12-18T20:52:44.891Z | Downloaded futures-macro v0.3.31 |
231 | 2024-12-18T20:52:44.893Z | Downloaded deranged v0.3.11 |
232 | 2024-12-18T20:52:44.893Z | Downloaded quote v1.0.37 |
233 | 2024-12-18T20:52:44.896Z | Downloaded shlex v1.3.0 |
234 | 2024-12-18T20:52:44.898Z | Downloaded futures-sink v0.3.31 |
235 | 2024-12-18T20:52:44.901Z | Downloaded httparse v1.9.5 |
236 | 2024-12-18T20:52:44.901Z | Downloaded backoff v0.4.0 |
237 | 2024-12-18T20:52:44.903Z | Downloaded pest_derive v2.7.14 |
238 | 2024-12-18T20:52:44.906Z | Downloaded multer v3.1.0 |
239 | 2024-12-18T20:52:44.908Z | Downloaded strum v0.26.3 |
240 | 2024-12-18T20:52:44.911Z | Downloaded lock_api v0.4.12 |
241 | 2024-12-18T20:52:44.913Z | Downloaded openssl-probe v0.1.5 |
242 | 2024-12-18T20:52:44.913Z | Downloaded ipnet v2.10.1 |
243 | 2024-12-18T20:52:44.916Z | Downloaded take_mut v0.2.2 |
244 | 2024-12-18T20:52:44.916Z | Downloaded slog-bunyan v2.5.0 |
245 | 2024-12-18T20:52:44.916Z | Downloaded generic-array v0.14.7 |
246 | 2024-12-18T20:52:44.918Z | Downloaded futures-io v0.3.31 |
247 | 2024-12-18T20:52:44.918Z | Downloaded dof v0.3.0 |
248 | 2024-12-18T20:52:44.921Z | Downloaded synstructure v0.13.1 |
249 | 2024-12-18T20:52:44.921Z | Downloaded digest v0.10.7 |
250 | 2024-12-18T20:52:44.924Z | Downloaded serde_spanned v0.6.8 |
251 | 2024-12-18T20:52:44.926Z | Downloaded structmeta-derive v0.3.0 |
252 | 2024-12-18T20:52:44.926Z | Downloaded yoke v0.7.4 |
253 | 2024-12-18T20:52:44.929Z | Downloaded unicode-ident v1.0.13 |
254 | 2024-12-18T20:52:44.931Z | Downloaded macaddr v1.0.1 |
255 | 2024-12-18T20:52:44.934Z | Downloaded toml v0.8.19 |
256 | 2024-12-18T20:52:44.937Z | Downloaded futures-channel v0.3.31 |
257 | 2024-12-18T20:52:44.940Z | Downloaded log v0.4.22 |
258 | 2024-12-18T20:52:44.940Z | Downloaded anyhow v1.0.93 |
259 | 2024-12-18T20:52:44.943Z | Downloaded progenitor-impl v0.8.0 |
260 | 2024-12-18T20:52:44.946Z | Downloaded uuid v1.11.0 |
261 | 2024-12-18T20:52:44.949Z | Downloaded slab v0.4.9 |
262 | 2024-12-18T20:52:44.951Z | Downloaded rustversion v1.0.17 |
263 | 2024-12-18T20:52:44.954Z | Downloaded signal-hook-registry v1.4.2 |
264 | 2024-12-18T20:52:44.954Z | Downloaded structmeta v0.3.0 |
265 | 2024-12-18T20:52:44.954Z | Downloaded strsim v0.11.1 |
266 | 2024-12-18T20:52:44.956Z | Downloaded pest_meta v2.7.14 |
267 | 2024-12-18T20:52:44.959Z | Downloaded thiserror v1.0.69 |
268 | 2024-12-18T20:52:44.962Z | Downloaded serde_path_to_error v0.1.16 |
269 | 2024-12-18T20:52:44.964Z | Downloaded serde_tokenstream v0.2.2 |
270 | 2024-12-18T20:52:44.965Z | Downloaded pest_generator v2.7.14 |
271 | 2024-12-18T20:52:44.967Z | Downloaded schemars_derive v0.8.21 |
272 | 2024-12-18T20:52:44.970Z | Downloaded scopeguard v1.2.0 |
273 | 2024-12-18T20:52:44.970Z | Downloaded displaydoc v0.2.5 |
274 | 2024-12-18T20:52:44.972Z | Downloaded subtle v2.6.1 |
275 | 2024-12-18T20:52:44.972Z | Downloaded num-traits v0.2.19 |
276 | 2024-12-18T20:52:44.975Z | Downloaded sha2 v0.10.8 |
277 | 2024-12-18T20:52:44.977Z | Downloaded ryu v1.0.18 |
278 | 2024-12-18T20:52:44.980Z | Downloaded futures v0.3.31 |
279 | 2024-12-18T20:52:44.985Z | Downloaded rustls-pemfile v2.2.0 |
280 | 2024-12-18T20:52:44.987Z | Downloaded unsafe-libyaml v0.2.11 |
281 | 2024-12-18T20:52:44.990Z | Downloaded stable_deref_trait v1.2.0 |
282 | 2024-12-18T20:52:44.992Z | Downloaded indexmap v2.6.0 |
283 | 2024-12-18T20:52:44.995Z | Downloaded strum_macros v0.26.4 |
284 | 2024-12-18T20:52:44.997Z | Downloaded scroll v0.12.0 |
285 | 2024-12-18T20:52:45.000Z | Downloaded spin v0.9.8 |
286 | 2024-12-18T20:52:45.002Z | Downloaded serde_urlencoded v0.7.1 |
287 | 2024-12-18T20:52:45.002Z | Downloaded typenum v1.17.0 |
288 | 2024-12-18T20:52:45.005Z | Downloaded pin-project-lite v0.2.14 |
289 | 2024-12-18T20:52:45.009Z | Downloaded once_cell v1.20.2 |
290 | 2024-12-18T20:52:45.012Z | Downloaded rustls-pki-types v1.10.0 |
291 | 2024-12-18T20:52:45.015Z | Downloaded term v0.7.0 |
292 | 2024-12-18T20:52:45.017Z | Downloaded semver v1.0.23 |
293 | 2024-12-18T20:52:45.020Z | Downloaded socket2 v0.5.8 |
294 | 2024-12-18T20:52:45.022Z | Downloaded quinn v0.11.5 |
295 | 2024-12-18T20:52:45.025Z | Downloaded url v2.5.3 |
296 | 2024-12-18T20:52:45.028Z | Downloaded slog v2.7.0 |
297 | 2024-12-18T20:52:45.031Z | Downloaded serde_derive_internals v0.29.1 |
298 | 2024-12-18T20:52:45.033Z | Downloaded schemars v0.8.21 |
299 | 2024-12-18T20:52:45.043Z | Downloaded serde_yaml v0.9.34+deprecated |
300 | 2024-12-18T20:52:45.047Z | Downloaded hashbrown v0.12.3 |
301 | 2024-12-18T20:52:45.051Z | Downloaded rand v0.8.5 |
302 | 2024-12-18T20:52:45.054Z | Downloaded tracing v0.1.40 |
303 | 2024-12-18T20:52:45.059Z | Downloaded serde_derive v1.0.215 |
304 | 2024-12-18T20:52:45.061Z | Downloaded idna v1.0.3 |
305 | 2024-12-18T20:52:45.065Z | Downloaded memchr v2.7.4 |
306 | 2024-12-18T20:52:45.070Z | Downloaded openssl-sys v0.9.103 |
307 | 2024-12-18T20:52:45.075Z | Downloaded tracing-core v0.1.32 |
308 | 2024-12-18T20:52:45.077Z | Downloaded icu_collections v1.5.0 |
309 | 2024-12-18T20:52:45.083Z | Downloaded serde v1.0.215 |
310 | 2024-12-18T20:52:45.086Z | Downloaded tokio-util v0.7.12 |
311 | 2024-12-18T20:52:45.092Z | Downloaded toml_edit v0.22.22 |
312 | 2024-12-18T20:52:45.114Z | Downloaded pest v2.7.14 |
313 | 2024-12-18T20:52:45.118Z | Downloaded mio v1.0.2 |
314 | 2024-12-18T20:52:45.124Z | Downloaded futures-util v0.3.31 |
315 | 2024-12-18T20:52:45.135Z | Downloaded serde_with v3.11.0 |
316 | 2024-12-18T20:52:45.142Z | Downloaded winnow v0.6.20 |
317 | 2024-12-18T20:52:45.151Z | Downloaded serde_json v1.0.132 |
318 | 2024-12-18T20:52:45.157Z | Downloaded goblin v0.8.2 |
319 | 2024-12-18T20:52:45.163Z | Downloaded rustls-webpki v0.102.8 |
320 | 2024-12-18T20:52:45.180Z | Downloaded quinn-proto v0.11.8 |
321 | 2024-12-18T20:52:45.186Z | Downloaded icu_properties_data v1.5.0 |
322 | 2024-12-18T20:52:45.197Z | Downloaded regex v1.11.1 |
323 | 2024-12-18T20:52:45.208Z | Downloaded vcpkg v0.2.15 |
324 | 2024-12-18T20:52:45.244Z | Downloaded syn v2.0.87 |
325 | 2024-12-18T20:52:45.254Z | Downloaded webpki-roots v0.26.6 |
326 | 2024-12-18T20:52:45.258Z | Downloaded openssl v0.10.66 |
327 | 2024-12-18T20:52:45.266Z | Downloaded reqwest v0.12.9 |
328 | 2024-12-18T20:52:45.274Z | Downloaded regress v0.10.1 |
329 | 2024-12-18T20:52:45.282Z | Downloaded dropshot v0.13.0 |
330 | 2024-12-18T20:52:45.301Z | Downloaded zerocopy v0.7.35 |
331 | 2024-12-18T20:52:45.315Z | Downloaded regress v0.9.1 |
332 | 2024-12-18T20:52:45.322Z | Downloaded rustls v0.23.19 |
333 | 2024-12-18T20:52:45.333Z | Downloaded regex-syntax v0.8.5 |
334 | 2024-12-18T20:52:45.340Z | Downloaded openapiv3 v2.0.0 |
335 | 2024-12-18T20:52:45.350Z | Downloaded rustls v0.22.4 |
336 | 2024-12-18T20:52:45.362Z | Downloaded h2 v0.4.6 |
337 | 2024-12-18T20:52:45.368Z | Downloaded zerovec v0.10.4 |
338 | 2024-12-18T20:52:45.374Z | Downloaded typify-impl v0.2.0 |
339 | 2024-12-18T20:52:45.386Z | Downloaded time v0.3.36 |
340 | 2024-12-18T20:52:45.393Z | Downloaded base64 v0.22.1 |
341 | 2024-12-18T20:52:45.396Z | Downloaded hyper-util v0.1.10 |
342 | 2024-12-18T20:52:45.400Z | Downloaded smallvec v1.13.2 |
343 | 2024-12-18T20:52:45.402Z | Downloaded sha1 v0.10.6 |
344 | 2024-12-18T20:52:45.405Z | Downloaded serde_with_macros v3.11.0 |
345 | 2024-12-18T20:52:45.408Z | Downloaded tinyvec v1.8.0 |
346 | 2024-12-18T20:52:45.408Z | Downloaded icu_provider v1.5.0 |
347 | 2024-12-18T20:52:45.410Z | Downloaded icu_properties v1.5.1 |
348 | 2024-12-18T20:52:45.413Z | Downloaded hyper v1.5.0 |
349 | 2024-12-18T20:52:45.418Z | Downloaded dropshot_endpoint v0.13.0 |
350 | 2024-12-18T20:52:45.421Z | Downloaded regex-automata v0.4.8 |
351 | 2024-12-18T20:52:45.436Z | Downloaded typify v0.2.0 |
352 | 2024-12-18T20:52:45.439Z | Downloaded icu_normalizer_data v1.5.0 |
353 | 2024-12-18T20:52:45.442Z | Downloaded libc v0.2.162 |
354 | 2024-12-18T20:52:45.465Z | Downloaded parking_lot_core v0.9.10 |
355 | 2024-12-18T20:52:45.468Z | Downloaded rustc-hash v2.0.0 |
356 | 2024-12-18T20:52:45.470Z | Downloaded thread-id v4.2.2 |
357 | 2024-12-18T20:52:45.470Z | Downloaded tokio v1.40.0 |
358 | 2024-12-18T20:52:45.503Z | Downloaded slog-async v2.8.0 |
359 | 2024-12-18T20:52:45.506Z | Downloaded slog-term v2.9.1 |
360 | 2024-12-18T20:52:45.508Z | Downloaded slog-json v2.6.1 |
361 | 2024-12-18T20:52:45.508Z | Downloaded proc-macro2 v1.0.89 |
362 | 2024-12-18T20:52:45.510Z | Downloaded parking_lot v0.12.3 |
363 | 2024-12-18T20:52:45.513Z | Downloaded ucd-trie v0.1.7 |
364 | 2024-12-18T20:52:45.515Z | Downloaded http v1.1.0 |
365 | 2024-12-18T20:52:45.517Z | Downloaded litemap v0.7.3 |
366 | 2024-12-18T20:52:45.520Z | Downloaded bitflags v2.6.0 |
367 | 2024-12-18T20:52:45.523Z | Downloaded native-tls v0.2.12 |
368 | 2024-12-18T20:52:45.525Z | Downloaded async-trait v0.1.83 |
369 | 2024-12-18T20:52:45.528Z | Downloaded dyn-clone v1.0.17 |
370 | 2024-12-18T20:52:45.530Z | Downloaded form_urlencoded v1.2.1 |
371 | 2024-12-18T20:52:45.530Z | Downloaded debug-ignore v1.0.5 |
372 | 2024-12-18T20:52:45.530Z | Downloaded is-terminal v0.4.13 |
373 | 2024-12-18T20:52:45.533Z | Downloaded futures-core v0.3.31 |
374 | 2024-12-18T20:52:45.533Z | Downloaded dirs-sys-next v0.1.2 |
375 | 2024-12-18T20:52:45.535Z | Downloaded dirs-next v2.0.0 |
376 | 2024-12-18T20:52:45.535Z | Downloaded autocfg v1.4.0 |
377 | 2024-12-18T20:52:45.537Z | Downloaded fnv v1.0.7 |
378 | 2024-12-18T20:52:45.537Z | Downloaded icu_locid_transform_data v1.5.0 |
379 | 2024-12-18T20:52:45.537Z | Downloaded hyper-rustls v0.27.3 |
380 | 2024-12-18T20:52:45.541Z | Downloaded percent-encoding v2.3.1 |
381 | 2024-12-18T20:52:45.541Z | Downloaded zerofrom-derive v0.1.4 |
382 | 2024-12-18T20:52:45.541Z | Downloaded hostname v0.4.0 |
383 | 2024-12-18T20:52:45.544Z | Downloaded zeroize v1.8.1 |
384 | 2024-12-18T20:52:45.544Z | Downloaded icu_locid v1.5.0 |
385 | 2024-12-18T20:52:45.547Z | Downloaded iana-time-zone v0.1.61 |
386 | 2024-12-18T20:52:45.550Z | Downloaded hyper-tls v0.6.0 |
387 | 2024-12-18T20:52:45.552Z | Downloaded hostname v0.3.1 |
388 | 2024-12-18T20:52:45.553Z | Downloaded tokio-macros v2.4.0 |
389 | 2024-12-18T20:52:45.555Z | Downloaded typify-macro v0.2.0 |
390 | 2024-12-18T20:52:45.555Z | Downloaded time-macros v0.2.18 |
391 | 2024-12-18T20:52:45.555Z | Downloaded heck v0.5.0 |
392 | 2024-12-18T20:52:45.558Z | Downloaded getrandom v0.2.15 |
393 | 2024-12-18T20:52:45.560Z | Downloaded zerofrom v0.1.4 |
394 | 2024-12-18T20:52:45.560Z | Downloaded idna_adapter v1.2.0 |
395 | 2024-12-18T20:52:45.560Z | Downloaded http-body-util v0.1.2 |
396 | 2024-12-18T20:52:45.563Z | Downloaded num_threads v0.1.7 |
397 | 2024-12-18T20:52:45.563Z | Downloaded num-conv v0.1.0 |
398 | 2024-12-18T20:52:45.565Z | Downloaded camino v1.1.9 |
399 | 2024-12-18T20:52:45.565Z | Downloaded time-core v0.1.2 |
400 | 2024-12-18T20:52:45.566Z | Downloaded bytes v1.8.0 |
401 | 2024-12-18T20:52:45.585Z | Downloaded encoding_rs v0.8.34 |
402 | 2024-12-18T20:52:45.761Z | Downloaded ring v0.17.8 |
403 | 2024-12-18T20:52:46.086Z | Compiling proc-macro2 v1.0.89 |
404 | 2024-12-18T20:52:46.086Z | Compiling unicode-ident v1.0.13 |
405 | 2024-12-18T20:52:46.089Z | Compiling libc v0.2.162 |
406 | 2024-12-18T20:52:46.089Z | Checking cfg-if v1.0.0 |
407 | 2024-12-18T20:52:46.089Z | Compiling autocfg v1.4.0 |
408 | 2024-12-18T20:52:46.089Z | Compiling serde v1.0.215 |
409 | 2024-12-18T20:52:46.112Z | Compiling version_check v0.9.5 |
410 | 2024-12-18T20:52:46.114Z | Checking memchr v2.7.4 |
411 | 2024-12-18T20:52:46.216Z | Checking itoa v1.0.11 |
412 | 2024-12-18T20:52:46.272Z | Compiling serde_json v1.0.132 |
413 | 2024-12-18T20:52:46.716Z | Compiling thiserror v1.0.69 |
414 | 2024-12-18T20:52:46.934Z | Checking once_cell v1.20.2 |
415 | 2024-12-18T20:52:46.970Z | Compiling shlex v1.3.0 |
416 | 2024-12-18T20:52:47.181Z | Compiling cc v1.1.30 |
417 | 2024-12-18T20:52:47.615Z | Checking pin-project-lite v0.2.14 |
418 | 2024-12-18T20:52:48.005Z | Compiling num-traits v0.2.19 |
419 | 2024-12-18T20:52:48.193Z | Checking smallvec v1.13.2 |
420 | 2024-12-18T20:52:48.253Z | Checking bytes v1.8.0 |
421 | 2024-12-18T20:52:48.256Z | Checking ryu v1.0.18 |
422 | 2024-12-18T20:52:48.477Z | Checking futures-core v0.3.31 |
423 | 2024-12-18T20:52:48.534Z | Compiling lock_api v0.4.12 |
424 | 2024-12-18T20:52:48.556Z | Compiling parking_lot_core v0.9.10 |
425 | 2024-12-18T20:52:48.663Z | Compiling byteorder v1.5.0 |
426 | 2024-12-18T20:52:48.956Z | Checking getrandom v0.2.15 |
427 | 2024-12-18T20:52:48.995Z | Compiling ahash v0.8.11 |
428 | 2024-12-18T20:52:49.033Z | Compiling schemars v0.8.21 |
429 | 2024-12-18T20:52:49.067Z | Checking scopeguard v1.2.0 |
430 | 2024-12-18T20:52:49.172Z | Compiling slab v0.4.9 |
431 | 2024-12-18T20:52:49.332Z | Compiling quote v1.0.37 |
432 | 2024-12-18T20:52:49.419Z | Checking futures-sink v0.3.31 |
433 | 2024-12-18T20:52:49.461Z | Checking log v0.4.22 |
434 | 2024-12-18T20:52:49.480Z | Checking mio v1.0.2 |
435 | 2024-12-18T20:52:49.553Z | Checking socket2 v0.5.8 |
436 | 2024-12-18T20:52:49.631Z | Checking parking_lot v0.12.3 |
437 | 2024-12-18T20:52:49.649Z | Checking signal-hook-registry v1.4.2 |
438 | 2024-12-18T20:52:49.731Z | Compiling syn v2.0.87 |
439 | 2024-12-18T20:52:49.825Z | Checking stable_deref_trait v1.2.0 |
440 | 2024-12-18T20:52:49.881Z | Compiling ring v0.17.8 |
441 | 2024-12-18T20:52:49.963Z | Compiling semver v1.0.23 |
442 | 2024-12-18T20:52:49.981Z | Checking fnv v1.0.7 |
443 | 2024-12-18T20:52:50.001Z | Checking equivalent v1.0.1 |
444 | 2024-12-18T20:52:50.020Z | Checking hashbrown v0.15.1 |
445 | 2024-12-18T20:52:50.045Z | Checking futures-channel v0.3.31 |
446 | 2024-12-18T20:52:50.096Z | Checking pin-utils v0.1.0 |
447 | 2024-12-18T20:52:50.113Z | Checking http v1.1.0 |
448 | 2024-12-18T20:52:50.169Z | Checking futures-task v0.3.31 |
449 | 2024-12-18T20:52:50.188Z | Checking futures-io v0.3.31 |
450 | 2024-12-18T20:52:50.372Z | Compiling vcpkg v0.2.15 |
451 | 2024-12-18T20:52:50.393Z | Compiling pkg-config v0.3.31 |
452 | 2024-12-18T20:52:50.395Z | Checking rustls-pki-types v1.10.0 |
453 | 2024-12-18T20:52:50.504Z | Checking spin v0.9.8 |
454 | 2024-12-18T20:52:50.742Z | Compiling heck v0.5.0 |
455 | 2024-12-18T20:52:51.042Z | Compiling httparse v1.9.5 |
456 | 2024-12-18T20:52:51.172Z | Checking untrusted v0.9.0 |
457 | 2024-12-18T20:52:51.308Z | Compiling ucd-trie v0.1.7 |
458 | 2024-12-18T20:52:51.457Z | Checking writeable v0.5.5 |
459 | 2024-12-18T20:52:51.577Z | Checking iana-time-zone v0.1.61 |
460 | 2024-12-18T20:52:51.699Z | Checking litemap v0.7.3 |
461 | 2024-12-18T20:52:51.797Z | Checking tracing-core v0.1.32 |
462 | 2024-12-18T20:52:51.814Z | Compiling allocator-api2 v0.2.18 |
463 | 2024-12-18T20:52:51.939Z | Compiling openssl-sys v0.9.103 |
464 | 2024-12-18T20:52:52.034Z | Checking dyn-clone v1.0.17 |
465 | 2024-12-18T20:52:52.378Z | Checking atomic-waker v1.1.2 |
466 | 2024-12-18T20:52:52.414Z | Checking tracing v0.1.40 |
467 | 2024-12-18T20:52:52.525Z | Checking http-body v1.0.1 |
468 | 2024-12-18T20:52:52.703Z | Checking try-lock v0.2.5 |
469 | 2024-12-18T20:52:52.720Z | Checking zeroize v1.8.1 |
470 | 2024-12-18T20:52:52.836Z | Compiling uuid v1.11.0 |
471 | 2024-12-18T20:52:52.939Z | Checking icu_locid_transform_data v1.5.0 |
472 | 2024-12-18T20:52:52.958Z | Checking subtle v2.6.1 |
473 | 2024-12-18T20:52:53.155Z | Checking want v0.3.1 |
474 | 2024-12-18T20:52:53.175Z | Checking icu_properties_data v1.5.0 |
475 | 2024-12-18T20:52:53.317Z | Compiling chrono v0.4.38 |
476 | 2024-12-18T20:52:53.334Z | Checking foreign-types-shared v0.1.1 |
477 | 2024-12-18T20:52:53.373Z | Checking httpdate v1.0.3 |
478 | 2024-12-18T20:52:53.411Z | Compiling slog v2.7.0 |
479 | 2024-12-18T20:52:53.430Z | Compiling openssl v0.10.66 |
480 | 2024-12-18T20:52:53.578Z | Checking foreign-types v0.3.2 |
481 | 2024-12-18T20:52:53.712Z | Compiling aho-corasick v1.1.3 |
482 | 2024-12-18T20:52:53.818Z | Compiling native-tls v0.2.12 |
483 | 2024-12-18T20:52:53.891Z | Checking write16 v1.0.0 |
484 | 2024-12-18T20:52:54.006Z | Checking percent-encoding v2.3.1 |
485 | 2024-12-18T20:52:54.156Z | Checking tower-service v0.3.3 |
486 | 2024-12-18T20:52:54.158Z | Checking utf8_iter v1.0.4 |
487 | 2024-12-18T20:52:54.282Z | Compiling typenum v1.17.0 |
488 | 2024-12-18T20:52:54.352Z | Compiling rustls v0.23.19 |
489 | 2024-12-18T20:52:55.076Z | Checking icu_normalizer_data v1.5.0 |
490 | 2024-12-18T20:52:55.152Z | Checking utf16_iter v1.0.5 |
491 | 2024-12-18T20:52:55.216Z | Compiling regex-syntax v0.8.5 |
492 | 2024-12-18T20:52:55.238Z | Checking bitflags v2.6.0 |
493 | 2024-12-18T20:52:55.350Z | Checking form_urlencoded v1.2.1 |
494 | 2024-12-18T20:52:55.530Z | Compiling generic-array v0.14.7 |
495 | 2024-12-18T20:52:55.991Z | Checking openssl-probe v0.1.5 |
496 | 2024-12-18T20:52:56.860Z | Compiling synstructure v0.13.1 |
497 | 2024-12-18T20:52:57.301Z | Compiling serde_derive_internals v0.29.1 |
498 | 2024-12-18T20:52:58.147Z | Compiling usdt-impl v0.5.0 |
499 | 2024-12-18T20:52:58.161Z | Checking encoding_rs v0.8.34 |
500 | 2024-12-18T20:52:58.254Z | Checking mime v0.3.17 |
501 | 2024-12-18T20:52:58.465Z | Compiling regex-automata v0.4.8 |
502 | 2024-12-18T20:52:58.562Z | Checking powerfmt v0.2.0 |
503 | 2024-12-18T20:52:59.157Z | Compiling num-conv v0.1.0 |
504 | 2024-12-18T20:52:59.400Z | Compiling time-core v0.1.2 |
505 | 2024-12-18T20:52:59.436Z | Checking deranged v0.3.11 |
506 | 2024-12-18T20:52:59.580Z | Compiling time-macros v0.2.18 |
507 | 2024-12-18T20:53:00.504Z | Compiling thread-id v4.2.2 |
508 | 2024-12-18T20:53:00.649Z | Checking webpki-roots v0.26.6 |
509 | 2024-12-18T20:53:00.841Z | Checking rustls-pemfile v2.2.0 |
510 | 2024-12-18T20:53:01.207Z | Checking base64 v0.22.1 |
511 | 2024-12-18T20:53:01.264Z | Checking plain v0.2.3 |
512 | 2024-12-18T20:53:01.399Z | Compiling strsim v0.11.1 |
513 | 2024-12-18T20:53:01.446Z | Compiling serde_derive v1.0.215 |
514 | 2024-12-18T20:53:01.664Z | Compiling zerocopy-derive v0.7.35 |
515 | 2024-12-18T20:53:01.708Z | Compiling thiserror-impl v1.0.69 |
516 | 2024-12-18T20:53:01.952Z | Compiling schemars_derive v0.8.21 |
517 | 2024-12-18T20:53:02.118Z | Compiling zerofrom-derive v0.1.4 |
518 | 2024-12-18T20:53:02.830Z | Compiling tokio-macros v2.4.0 |
519 | 2024-12-18T20:53:03.486Z | Compiling zerocopy v0.7.35 |
520 | 2024-12-18T20:53:04.627Z | Compiling yoke-derive v0.7.4 |
521 | 2024-12-18T20:53:04.800Z | Checking tokio v1.40.0 |
522 | 2024-12-18T20:53:04.992Z | Compiling zerovec-derive v0.10.3 |
523 | 2024-12-18T20:53:05.214Z | Compiling futures-macro v0.3.31 |
524 | 2024-12-18T20:53:05.546Z | Checking zerofrom v0.1.4 |
525 | 2024-12-18T20:53:05.764Z | Compiling displaydoc v0.2.5 |
526 | 2024-12-18T20:53:06.544Z | Compiling pest v2.7.14 |
527 | 2024-12-18T20:53:07.068Z | Checking futures-util v0.3.31 |
528 | 2024-12-18T20:53:07.323Z | Checking yoke v0.7.4 |
529 | 2024-12-18T20:53:07.479Z | Compiling icu_provider_macros v1.5.0 |
530 | 2024-12-18T20:53:07.515Z | Compiling hashbrown v0.14.5 |
531 | 2024-12-18T20:53:07.582Z | Checking rustls-webpki v0.102.8 |
532 | 2024-12-18T20:53:07.647Z | Checking zerovec v0.10.4 |
533 | 2024-12-18T20:53:08.734Z | Compiling openssl-macros v0.1.1 |
534 | 2024-12-18T20:53:08.962Z | Compiling regress v0.10.1 |
535 | 2024-12-18T20:53:09.279Z | Checking tinystr v0.7.6 |
536 | 2024-12-18T20:53:09.474Z | Compiling pest_meta v2.7.14 |
537 | 2024-12-18T20:53:09.493Z | Checking icu_collections v1.5.0 |
538 | 2024-12-18T20:53:09.647Z | Checking icu_locid v1.5.0 |
539 | 2024-12-18T20:53:10.726Z | Checking icu_provider v1.5.0 |
540 | 2024-12-18T20:53:11.378Z | Checking icu_locid_transform v1.5.0 |
541 | 2024-12-18T20:53:11.946Z | Checking tokio-util v0.7.12 |
542 | 2024-12-18T20:53:12.200Z | Compiling pest_generator v2.7.14 |
543 | 2024-12-18T20:53:12.348Z | Checking icu_properties v1.5.1 |
544 | 2024-12-18T20:53:13.774Z | Checking indexmap v2.6.0 |
545 | 2024-12-18T20:53:14.885Z | Compiling serde_tokenstream v0.2.2 |
546 | 2024-12-18T20:53:15.293Z | Checking h2 v0.4.6 |
547 | 2024-12-18T20:53:15.439Z | Compiling pest_derive v2.7.14 |
548 | 2024-12-18T20:53:15.633Z | Checking icu_normalizer v1.5.0 |
549 | 2024-12-18T20:53:16.303Z | Checking http-body-util v0.1.2 |
550 | 2024-12-18T20:53:16.534Z | Checking idna_adapter v1.2.0 |
551 | 2024-12-18T20:53:16.722Z | Compiling regex v1.11.1 |
552 | 2024-12-18T20:53:16.742Z | Compiling scroll_derive v0.12.0 |
553 | 2024-12-18T20:53:17.150Z | Checking idna v1.0.3 |
554 | 2024-12-18T20:53:17.152Z | Compiling dof v0.3.0 |
555 | 2024-12-18T20:53:17.629Z | Compiling dtrace-parser v0.2.0 |
556 | 2024-12-18T20:53:17.712Z | Checking tokio-native-tls v0.3.1 |
557 | 2024-12-18T20:53:17.969Z | Checking serde_urlencoded v0.7.1 |
558 | 2024-12-18T20:53:18.212Z | Checking scroll v0.12.0 |
559 | 2024-12-18T20:53:18.400Z | Compiling typify-impl v0.2.0 |
560 | 2024-12-18T20:53:18.540Z | Checking tokio-rustls v0.26.0 |
561 | 2024-12-18T20:53:18.690Z | Compiling ident_case v1.0.1 |
562 | 2024-12-18T20:53:19.323Z | Compiling crossbeam-utils v0.8.20 |
563 | 2024-12-18T20:53:19.391Z | Checking hyper v1.5.0 |
564 | 2024-12-18T20:53:19.629Z | Checking num_threads v0.1.7 |
565 | 2024-12-18T20:53:19.742Z | Checking time v0.3.36 |
566 | 2024-12-18T20:53:20.023Z | Compiling darling_core v0.20.10 |
567 | 2024-12-18T20:53:21.464Z | Checking goblin v0.8.2 |
568 | 2024-12-18T20:53:21.484Z | Checking hyper-util v0.1.10 |
569 | 2024-12-18T20:53:22.191Z | Checking url v2.5.3 |
570 | 2024-12-18T20:53:22.209Z | Compiling openapiv3 v2.0.0 |
571 | 2024-12-18T20:53:23.206Z | Checking hyper-tls v0.6.0 |
572 | 2024-12-18T20:53:23.489Z | Checking hyper-rustls v0.27.3 |
573 | 2024-12-18T20:53:23.511Z | Checking dirs-sys-next v0.1.2 |
574 | 2024-12-18T20:53:23.691Z | Checking sync_wrapper v1.0.1 |
575 | 2024-12-18T20:53:23.833Z | Compiling omicron-workspace-hack v0.1.0 |
576 | 2024-12-18T20:53:23.833Z | Compiling unsafe-libyaml v0.2.11 |
577 | 2024-12-18T20:53:24.147Z | Compiling paste v1.0.15 |
578 | 2024-12-18T20:53:24.165Z | Checking pretty-hex v0.4.1 |
579 | 2024-12-18T20:53:24.347Z | Compiling rustversion v1.0.17 |
580 | 2024-12-18T20:53:24.656Z | Checking ipnet v2.10.1 |
581 | 2024-12-18T20:53:25.024Z | Compiling rustls v0.22.4 |
582 | 2024-12-18T20:53:25.119Z | Checking reqwest v0.12.9 |
583 | 2024-12-18T20:53:25.350Z | Compiling serde_yaml v0.9.34+deprecated |
584 | 2024-12-18T20:53:25.897Z | Checking dirs-next v2.0.0 |
585 | 2024-12-18T20:53:26.099Z | Compiling darling_macro v0.20.10 |
586 | 2024-12-18T20:53:26.473Z | Checking serde_spanned v0.6.8 |
587 | 2024-12-18T20:53:26.490Z | Checking toml_datetime v0.6.8 |
588 | 2024-12-18T20:53:26.636Z | Checking ppv-lite86 v0.2.20 |
589 | 2024-12-18T20:53:26.657Z | Checking block-buffer v0.10.4 |
590 | 2024-12-18T20:53:26.753Z | Checking crypto-common v0.1.6 |
591 | 2024-12-18T20:53:26.843Z | Compiling structmeta-derive v0.3.0 |
592 | 2024-12-18T20:53:26.928Z | Checking rand_core v0.6.4 |
593 | 2024-12-18T20:53:27.128Z | Checking thread_local v1.1.8 |
594 | 2024-12-18T20:53:27.147Z | Compiling multer v3.1.0 |
595 | 2024-12-18T20:53:27.216Z | Compiling newtype-uuid v1.1.3 |
596 | 2024-12-18T20:53:27.219Z | Compiling camino v1.1.9 |
597 | 2024-12-18T20:53:27.386Z | Checking match_cfg v0.1.0 |
598 | 2024-12-18T20:53:27.403Z | Compiling slog-async v2.8.0 |
599 | 2024-12-18T20:53:27.459Z | Compiling anyhow v1.0.93 |
600 | 2024-12-18T20:53:27.477Z | Checking winnow v0.6.20 |
601 | 2024-12-18T20:53:27.533Z | Checking hostname v0.3.1 |
602 | 2024-12-18T20:53:27.740Z | Checking rand_chacha v0.3.1 |
603 | 2024-12-18T20:53:27.960Z | Checking crossbeam-channel v0.5.13 |
604 | 2024-12-18T20:53:28.094Z | Compiling darling v0.20.10 |
605 | 2024-12-18T20:53:28.213Z | Checking digest v0.10.7 |
606 | 2024-12-18T20:53:28.393Z | Checking progenitor-client v0.8.0 |
607 | 2024-12-18T20:53:28.413Z | Checking term v0.7.0 |
608 | 2024-12-18T20:53:28.824Z | Compiling usdt-attr-macro v0.5.0 |
609 | 2024-12-18T20:53:28.954Z | Compiling usdt-macro v0.5.0 |
610 | 2024-12-18T20:53:29.475Z | Compiling structmeta v0.3.0 |
611 | 2024-12-18T20:53:29.645Z | Checking slog-json v2.6.1 |
612 | 2024-12-18T20:53:29.855Z | Checking futures-executor v0.3.31 |
613 | 2024-12-18T20:53:29.893Z | Compiling async-stream-impl v0.3.6 |
614 | 2024-12-18T20:53:29.959Z | Checking memmap v0.7.0 |
615 | 2024-12-18T20:53:30.073Z | Checking is-terminal v0.4.13 |
616 | 2024-12-18T20:53:30.154Z | Compiling dropshot v0.13.0 |
617 | 2024-12-18T20:53:30.193Z | Checking cpufeatures v0.2.14 |
618 | 2024-12-18T20:53:30.251Z | Checking take_mut v0.2.2 |
619 | 2024-12-18T20:53:30.254Z | Checking usdt v0.5.0 |
620 | 2024-12-18T20:53:30.288Z | Checking sha1 v0.10.6 |
621 | 2024-12-18T20:53:30.500Z | Checking slog-term v2.9.1 |
622 | 2024-12-18T20:53:30.539Z | Checking toml_edit v0.22.22 |
623 | 2024-12-18T20:53:30.558Z | Checking futures v0.3.31 |
624 | 2024-12-18T20:53:30.558Z | Compiling strum_macros v0.26.4 |
625 | 2024-12-18T20:53:30.661Z | Checking slog-bunyan v2.5.0 |
626 | 2024-12-18T20:53:30.687Z | Compiling parse-display-derive v0.10.0 |
627 | 2024-12-18T20:53:30.981Z | Compiling serde_with_macros v3.11.0 |
628 | 2024-12-18T20:53:31.168Z | Checking async-stream v0.3.6 |
629 | 2024-12-18T20:53:31.222Z | Checking rand v0.8.5 |
630 | 2024-12-18T20:53:31.984Z | Compiling typify-macro v0.2.0 |
631 | 2024-12-18T20:53:32.327Z | Checking tokio-rustls v0.25.0 |
632 | 2024-12-18T20:53:32.532Z | Checking ipnetwork v0.20.0 |
633 | 2024-12-18T20:53:32.605Z | Compiling dropshot_endpoint v0.13.0 |
634 | 2024-12-18T20:53:32.681Z | Checking serde_path_to_error v0.1.16 |
635 | 2024-12-18T20:53:32.902Z | Checking hex v0.4.3 |
636 | 2024-12-18T20:53:33.113Z | Checking toml v0.8.19 |
637 | 2024-12-18T20:53:33.317Z | Compiling async-trait v0.1.83 |
638 | 2024-12-18T20:53:33.434Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
639 | 2024-12-18T20:53:33.528Z | Checking waitgroup v0.1.2 |
640 | 2024-12-18T20:53:33.675Z | Checking hostname v0.4.0 |
641 | 2024-12-18T20:53:33.811Z | Checking instant v0.1.13 |
642 | 2024-12-18T20:53:33.883Z | Checking debug-ignore v1.0.5 |
643 | 2024-12-18T20:53:33.929Z | Checking backoff v0.4.0 |
644 | 2024-12-18T20:53:34.053Z | Checking serde_with v3.11.0 |
645 | 2024-12-18T20:53:34.191Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
646 | 2024-12-18T20:53:34.206Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
647 | 2024-12-18T20:53:34.332Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
648 | 2024-12-18T20:53:34.351Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
649 | 2024-12-18T20:53:34.497Z | Checking parse-display v0.10.0 |
650 | 2024-12-18T20:53:34.604Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
651 | 2024-12-18T20:53:34.709Z | Checking regress v0.9.1 |
652 | 2024-12-18T20:53:34.765Z | Checking macaddr v1.0.1 |
653 | 2024-12-18T20:53:35.083Z | Checking strum v0.26.3 |
654 | 2024-12-18T20:53:35.674Z | Compiling typify v0.2.0 |
655 | 2024-12-18T20:53:35.765Z | Compiling progenitor-impl v0.8.0 |
656 | 2024-12-18T20:53:38.644Z | Compiling progenitor-macro v0.8.0 |
657 | 2024-12-18T20:53:42.852Z | Checking progenitor v0.8.0 |
658 | 2024-12-18T20:53:42.983Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
659 | 2024-12-18T20:53:45.993Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
660 | 2024-12-18T20:53:53.593Z | Checking test-project v0.1.0 (/tmp/test-project) |
661 | 2024-12-18T20:53:53.658Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 15s |
662 | 2024-12-18T20:53:53.978Z | + cargo build --release |
663 | 2024-12-18T20:53:54.233Z | Compiling proc-macro2 v1.0.89 |
664 | 2024-12-18T20:53:54.233Z | Compiling unicode-ident v1.0.13 |
665 | 2024-12-18T20:53:54.236Z | Compiling libc v0.2.162 |
666 | 2024-12-18T20:53:54.236Z | Compiling cfg-if v1.0.0 |
667 | 2024-12-18T20:53:54.236Z | Compiling autocfg v1.4.0 |
668 | 2024-12-18T20:53:54.236Z | Compiling version_check v0.9.5 |
669 | 2024-12-18T20:53:54.236Z | Compiling serde v1.0.215 |
670 | 2024-12-18T20:53:54.236Z | Compiling memchr v2.7.4 |
671 | 2024-12-18T20:53:54.358Z | Compiling serde_json v1.0.132 |
672 | 2024-12-18T20:53:54.426Z | Compiling itoa v1.0.11 |
673 | 2024-12-18T20:53:54.687Z | Compiling thiserror v1.0.69 |
674 | 2024-12-18T20:53:54.810Z | Compiling once_cell v1.20.2 |
675 | 2024-12-18T20:53:54.844Z | Compiling shlex v1.3.0 |
676 | 2024-12-18T20:53:55.126Z | Compiling cc v1.1.30 |
677 | 2024-12-18T20:53:55.226Z | Compiling num-traits v0.2.19 |
678 | 2024-12-18T20:53:55.543Z | Compiling pin-project-lite v0.2.14 |
679 | 2024-12-18T20:53:55.647Z | Compiling getrandom v0.2.15 |
680 | 2024-12-18T20:53:55.681Z | Compiling smallvec v1.13.2 |
681 | 2024-12-18T20:53:55.732Z | Compiling ryu v1.0.18 |
682 | 2024-12-18T20:53:55.907Z | Compiling quote v1.0.37 |
683 | 2024-12-18T20:53:55.971Z | Compiling bytes v1.8.0 |
684 | 2024-12-18T20:53:56.062Z | Compiling futures-core v0.3.31 |
685 | 2024-12-18T20:53:56.280Z | Compiling syn v2.0.87 |
686 | 2024-12-18T20:53:56.297Z | Compiling lock_api v0.4.12 |
687 | 2024-12-18T20:53:56.346Z | Compiling ahash v0.8.11 |
688 | 2024-12-18T20:53:56.526Z | Compiling schemars v0.8.21 |
689 | 2024-12-18T20:53:56.560Z | Compiling parking_lot_core v0.9.10 |
690 | 2024-12-18T20:53:56.628Z | Compiling byteorder v1.5.0 |
691 | 2024-12-18T20:53:56.971Z | Compiling scopeguard v1.2.0 |
692 | 2024-12-18T20:53:57.013Z | Compiling slab v0.4.9 |
693 | 2024-12-18T20:53:57.055Z | Compiling log v0.4.22 |
694 | 2024-12-18T20:53:57.342Z | Compiling futures-sink v0.3.31 |
695 | 2024-12-18T20:53:57.476Z | Compiling mio v1.0.2 |
696 | 2024-12-18T20:53:57.479Z | Compiling signal-hook-registry v1.4.2 |
697 | 2024-12-18T20:53:57.589Z | Compiling parking_lot v0.12.3 |
698 | 2024-12-18T20:53:57.618Z | Compiling socket2 v0.5.8 |
699 | 2024-12-18T20:53:57.778Z | Compiling semver v1.0.23 |
700 | 2024-12-18T20:53:57.831Z | Compiling stable_deref_trait v1.2.0 |
701 | 2024-12-18T20:53:58.036Z | Compiling ring v0.17.8 |
702 | 2024-12-18T20:53:58.243Z | Compiling equivalent v1.0.1 |
703 | 2024-12-18T20:53:58.257Z | Compiling fnv v1.0.7 |
704 | 2024-12-18T20:53:58.340Z | Compiling hashbrown v0.15.1 |
705 | 2024-12-18T20:53:58.377Z | Compiling http v1.1.0 |
706 | 2024-12-18T20:53:58.990Z | Compiling futures-channel v0.3.31 |
707 | 2024-12-18T20:53:59.101Z | Compiling futures-io v0.3.31 |
708 | 2024-12-18T20:53:59.306Z | Compiling pin-utils v0.1.0 |
709 | 2024-12-18T20:53:59.385Z | Compiling futures-task v0.3.31 |
710 | 2024-12-18T20:53:59.438Z | Compiling vcpkg v0.2.15 |
711 | 2024-12-18T20:53:59.616Z | Compiling heck v0.5.0 |
712 | 2024-12-18T20:53:59.631Z | Compiling pkg-config v0.3.31 |
713 | 2024-12-18T20:53:59.666Z | Compiling spin v0.9.8 |
714 | 2024-12-18T20:53:59.789Z | Compiling rustls-pki-types v1.10.0 |
715 | 2024-12-18T20:54:00.630Z | Compiling writeable v0.5.5 |
716 | 2024-12-18T20:54:00.855Z | Compiling httparse v1.9.5 |
717 | 2024-12-18T20:54:01.011Z | Compiling openssl-sys v0.9.103 |
718 | 2024-12-18T20:54:01.549Z | Compiling ucd-trie v0.1.7 |
719 | 2024-12-18T20:54:01.685Z | Compiling litemap v0.7.3 |
720 | 2024-12-18T20:54:01.702Z | Compiling iana-time-zone v0.1.61 |
721 | 2024-12-18T20:54:02.013Z | Compiling untrusted v0.9.0 |
722 | 2024-12-18T20:54:02.105Z | Compiling tracing-core v0.1.32 |
723 | 2024-12-18T20:54:02.178Z | Compiling allocator-api2 v0.2.18 |
724 | 2024-12-18T20:54:02.444Z | Compiling atomic-waker v1.1.2 |
725 | 2024-12-18T20:54:02.568Z | Compiling dyn-clone v1.0.17 |
726 | 2024-12-18T20:54:02.929Z | Compiling tracing v0.1.40 |
727 | 2024-12-18T20:54:03.025Z | Compiling http-body v1.0.1 |
728 | 2024-12-18T20:54:03.267Z | Compiling try-lock v0.2.5 |
729 | 2024-12-18T20:54:03.410Z | Compiling uuid v1.11.0 |
730 | 2024-12-18T20:54:03.771Z | Compiling chrono v0.4.38 |
731 | 2024-12-18T20:54:03.778Z | Compiling zeroize v1.8.1 |
732 | 2024-12-18T20:54:03.958Z | Compiling synstructure v0.13.1 |
733 | 2024-12-18T20:54:04.005Z | Compiling serde_derive_internals v0.29.1 |
734 | 2024-12-18T20:54:04.113Z | Compiling subtle v2.6.1 |
735 | 2024-12-18T20:54:04.383Z | Compiling icu_locid_transform_data v1.5.0 |
736 | 2024-12-18T20:54:04.476Z | Compiling want v0.3.1 |
737 | 2024-12-18T20:54:04.808Z | Compiling httpdate v1.0.3 |
738 | 2024-12-18T20:54:05.364Z | Compiling slog v2.7.0 |
739 | 2024-12-18T20:54:05.543Z | Compiling openssl v0.10.66 |
740 | 2024-12-18T20:54:05.788Z | Compiling foreign-types-shared v0.1.1 |
741 | 2024-12-18T20:54:05.827Z | Compiling icu_properties_data v1.5.0 |
742 | 2024-12-18T20:54:05.980Z | Compiling foreign-types v0.3.2 |
743 | 2024-12-18T20:54:06.197Z | Compiling aho-corasick v1.1.3 |
744 | 2024-12-18T20:54:06.248Z | Compiling icu_normalizer_data v1.5.0 |
745 | 2024-12-18T20:54:06.339Z | Compiling percent-encoding v2.3.1 |
746 | 2024-12-18T20:54:06.443Z | Compiling typenum v1.17.0 |
747 | 2024-12-18T20:54:07.403Z | Compiling utf8_iter v1.0.4 |
748 | 2024-12-18T20:54:07.550Z | Compiling write16 v1.0.0 |
749 | 2024-12-18T20:54:07.652Z | Compiling utf16_iter v1.0.5 |
750 | 2024-12-18T20:54:07.660Z | Compiling regex-syntax v0.8.5 |
751 | 2024-12-18T20:54:07.671Z | Compiling bitflags v2.6.0 |
752 | 2024-12-18T20:54:07.864Z | Compiling rustls v0.23.19 |
753 | 2024-12-18T20:54:07.927Z | Compiling native-tls v0.2.12 |
754 | 2024-12-18T20:54:07.997Z | Compiling tower-service v0.3.3 |
755 | 2024-12-18T20:54:08.162Z | Compiling form_urlencoded v1.2.1 |
756 | 2024-12-18T20:54:08.389Z | Compiling generic-array v0.14.7 |
757 | 2024-12-18T20:54:08.655Z | Compiling openssl-probe v0.1.5 |
758 | 2024-12-18T20:54:09.628Z | Compiling serde_derive v1.0.215 |
759 | 2024-12-18T20:54:09.989Z | Compiling zerocopy-derive v0.7.35 |
760 | 2024-12-18T20:54:10.027Z | Compiling thiserror-impl v1.0.69 |
761 | 2024-12-18T20:54:10.539Z | Compiling schemars_derive v0.8.21 |
762 | 2024-12-18T20:54:10.744Z | Compiling zerofrom-derive v0.1.4 |
763 | 2024-12-18T20:54:12.060Z | Compiling zerocopy v0.7.35 |
764 | 2024-12-18T20:54:13.467Z | Compiling yoke-derive v0.7.4 |
765 | 2024-12-18T20:54:13.564Z | Compiling tokio-macros v2.4.0 |
766 | 2024-12-18T20:54:13.657Z | Compiling zerovec-derive v0.10.3 |
767 | 2024-12-18T20:54:14.332Z | Compiling zerofrom v0.1.4 |
768 | 2024-12-18T20:54:14.563Z | Compiling displaydoc v0.2.5 |
769 | 2024-12-18T20:54:14.725Z | Compiling futures-macro v0.3.31 |
770 | 2024-12-18T20:54:15.080Z | Compiling tokio v1.40.0 |
771 | 2024-12-18T20:54:16.188Z | Compiling yoke v0.7.4 |
772 | 2024-12-18T20:54:16.227Z | Compiling pest v2.7.14 |
773 | 2024-12-18T20:54:16.542Z | Compiling zerovec v0.10.4 |
774 | 2024-12-18T20:54:16.643Z | Compiling futures-util v0.3.31 |
775 | 2024-12-18T20:54:16.722Z | Compiling icu_provider_macros v1.5.0 |
776 | 2024-12-18T20:54:16.785Z | Compiling hashbrown v0.14.5 |
777 | 2024-12-18T20:54:18.072Z | Compiling rustls-webpki v0.102.8 |
778 | 2024-12-18T20:54:19.071Z | Compiling tinystr v0.7.6 |
779 | 2024-12-18T20:54:19.479Z | Compiling icu_locid v1.5.0 |
780 | 2024-12-18T20:54:19.616Z | Compiling pest_meta v2.7.14 |
781 | 2024-12-18T20:54:22.810Z | Compiling icu_provider v1.5.0 |
782 | 2024-12-18T20:54:23.769Z | Compiling indexmap v2.6.0 |
783 | 2024-12-18T20:54:25.045Z | Compiling serde_tokenstream v0.2.2 |
784 | 2024-12-18T20:54:26.178Z | Compiling tokio-util v0.7.12 |
785 | 2024-12-18T20:54:26.989Z | Compiling icu_locid_transform v1.5.0 |
786 | 2024-12-18T20:54:28.427Z | Compiling h2 v0.4.6 |
787 | 2024-12-18T20:54:30.151Z | Compiling pest_generator v2.7.14 |
788 | 2024-12-18T20:54:30.239Z | Compiling icu_collections v1.5.0 |
789 | 2024-12-18T20:54:31.900Z | Compiling regress v0.10.1 |
790 | 2024-12-18T20:54:32.487Z | Compiling pest_derive v2.7.14 |
791 | 2024-12-18T20:54:32.952Z | Compiling icu_properties v1.5.1 |
792 | 2024-12-18T20:54:33.361Z | Compiling openssl-macros v0.1.1 |
793 | 2024-12-18T20:54:34.148Z | Compiling hyper v1.5.0 |
794 | 2024-12-18T20:54:36.510Z | Compiling typify-impl v0.2.0 |
795 | 2024-12-18T20:54:39.298Z | Compiling hyper-util v0.1.10 |
796 | 2024-12-18T20:54:39.311Z | Compiling icu_normalizer v1.5.0 |
797 | 2024-12-18T20:54:44.170Z | Compiling regex-automata v0.4.8 |
798 | 2024-12-18T20:54:44.546Z | Compiling idna_adapter v1.2.0 |
799 | 2024-12-18T20:54:45.575Z | Compiling http-body-util v0.1.2 |
800 | 2024-12-18T20:54:46.187Z | Compiling scroll_derive v0.12.0 |
801 | 2024-12-18T20:54:46.757Z | Compiling usdt-impl v0.5.0 |
802 | 2024-12-18T20:54:47.124Z | Compiling encoding_rs v0.8.34 |
803 | 2024-12-18T20:54:48.651Z | Compiling typify-macro v0.2.0 |
804 | 2024-12-18T20:54:49.398Z | Compiling regex v1.11.1 |
805 | 2024-12-18T20:54:50.362Z | Compiling powerfmt v0.2.0 |
806 | 2024-12-18T20:54:50.840Z | Compiling mime v0.3.17 |
807 | 2024-12-18T20:54:51.921Z | Compiling num-conv v0.1.0 |
808 | 2024-12-18T20:54:52.119Z | Compiling time-core v0.1.2 |
809 | 2024-12-18T20:54:52.269Z | Compiling time-macros v0.2.18 |
810 | 2024-12-18T20:54:52.384Z | Compiling deranged v0.3.11 |
811 | 2024-12-18T20:54:54.694Z | Compiling tokio-rustls v0.26.0 |
812 | 2024-12-18T20:54:55.173Z | Compiling scroll v0.12.0 |
813 | 2024-12-18T20:54:55.436Z | Compiling tokio-native-tls v0.3.1 |
814 | 2024-12-18T20:54:55.720Z | Compiling idna v1.0.3 |
815 | 2024-12-18T20:54:57.912Z | Compiling dtrace-parser v0.2.0 |
816 | 2024-12-18T20:54:59.661Z | Compiling dof v0.3.0 |
817 | 2024-12-18T20:55:00.564Z | Compiling serde_urlencoded v0.7.1 |
818 | 2024-12-18T20:55:01.137Z | Compiling thread-id v4.2.2 |
819 | 2024-12-18T20:55:01.228Z | Compiling webpki-roots v0.26.6 |
820 | 2024-12-18T20:55:01.435Z | Compiling rustls-pemfile v2.2.0 |
821 | 2024-12-18T20:55:01.569Z | Compiling ident_case v1.0.1 |
822 | 2024-12-18T20:55:02.361Z | Compiling base64 v0.22.1 |
823 | 2024-12-18T20:55:02.911Z | Compiling crossbeam-utils v0.8.20 |
824 | 2024-12-18T20:55:03.183Z | Compiling plain v0.2.3 |
825 | 2024-12-18T20:55:03.336Z | Compiling strsim v0.11.1 |
826 | 2024-12-18T20:55:03.656Z | Compiling omicron-workspace-hack v0.1.0 |
827 | 2024-12-18T20:55:03.710Z | Compiling num_threads v0.1.7 |
828 | 2024-12-18T20:55:03.964Z | Compiling time v0.3.36 |
829 | 2024-12-18T20:55:04.470Z | Compiling darling_core v0.20.10 |
830 | 2024-12-18T20:55:04.986Z | Compiling goblin v0.8.2 |
831 | 2024-12-18T20:55:07.844Z | Compiling hyper-rustls v0.27.3 |
832 | 2024-12-18T20:55:10.891Z | Compiling url v2.5.3 |
833 | 2024-12-18T20:55:12.888Z | Compiling hyper-tls v0.6.0 |
834 | 2024-12-18T20:55:13.321Z | Compiling typify v0.2.0 |
835 | 2024-12-18T20:55:13.396Z | Compiling openapiv3 v2.0.0 |
836 | 2024-12-18T20:55:14.373Z | Compiling sync_wrapper v1.0.1 |
837 | 2024-12-18T20:55:14.513Z | Compiling dirs-sys-next v0.1.2 |
838 | 2024-12-18T20:55:15.994Z | Compiling unsafe-libyaml v0.2.11 |
839 | 2024-12-18T20:55:16.722Z | Compiling paste v1.0.15 |
840 | 2024-12-18T20:55:17.210Z | Compiling pretty-hex v0.4.1 |
841 | 2024-12-18T20:55:17.432Z | Compiling rustversion v1.0.17 |
842 | 2024-12-18T20:55:17.699Z | Compiling ipnet v2.10.1 |
843 | 2024-12-18T20:55:17.719Z | Compiling rustls v0.22.4 |
844 | 2024-12-18T20:55:18.109Z | Compiling progenitor-impl v0.8.0 |
845 | 2024-12-18T20:55:19.989Z | Compiling reqwest v0.12.9 |
846 | 2024-12-18T20:55:20.749Z | Compiling serde_yaml v0.9.34+deprecated |
847 | 2024-12-18T20:55:22.805Z | Compiling dirs-next v2.0.0 |
848 | 2024-12-18T20:55:23.186Z | Compiling darling_macro v0.20.10 |
849 | 2024-12-18T20:55:24.536Z | Compiling crypto-common v0.1.6 |
850 | 2024-12-18T20:55:24.730Z | Compiling block-buffer v0.10.4 |
851 | 2024-12-18T20:55:24.907Z | Compiling toml_datetime v0.6.8 |
852 | 2024-12-18T20:55:24.967Z | Compiling serde_spanned v0.6.8 |
853 | 2024-12-18T20:55:25.205Z | Compiling ppv-lite86 v0.2.20 |
854 | 2024-12-18T20:55:25.573Z | Compiling structmeta-derive v0.3.0 |
855 | 2024-12-18T20:55:26.119Z | Compiling rand_core v0.6.4 |
856 | 2024-12-18T20:55:26.441Z | Compiling thread_local v1.1.8 |
857 | 2024-12-18T20:55:26.603Z | Compiling multer v3.1.0 |
858 | 2024-12-18T20:55:26.929Z | Compiling match_cfg v0.1.0 |
859 | 2024-12-18T20:55:27.014Z | Compiling anyhow v1.0.93 |
860 | 2024-12-18T20:55:27.163Z | Compiling newtype-uuid v1.1.3 |
861 | 2024-12-18T20:55:27.468Z | Compiling camino v1.1.9 |
862 | 2024-12-18T20:55:27.608Z | Compiling winnow v0.6.20 |
863 | 2024-12-18T20:55:28.045Z | Compiling slog-async v2.8.0 |
864 | 2024-12-18T20:55:28.299Z | Compiling structmeta v0.3.0 |
865 | 2024-12-18T20:55:28.682Z | Compiling hostname v0.3.1 |
866 | 2024-12-18T20:55:28.960Z | Compiling rand_chacha v0.3.1 |
867 | 2024-12-18T20:55:29.536Z | Compiling crossbeam-channel v0.5.13 |
868 | 2024-12-18T20:55:30.643Z | Compiling digest v0.10.7 |
869 | 2024-12-18T20:55:30.692Z | Compiling progenitor-macro v0.8.0 |
870 | 2024-12-18T20:55:31.045Z | Compiling darling v0.20.10 |
871 | 2024-12-18T20:55:31.147Z | Compiling term v0.7.0 |
872 | 2024-12-18T20:55:32.067Z | Compiling toml_edit v0.22.22 |
873 | 2024-12-18T20:55:33.192Z | Compiling progenitor-client v0.8.0 |
874 | 2024-12-18T20:55:37.848Z | Compiling usdt-macro v0.5.0 |
875 | 2024-12-18T20:55:37.909Z | Compiling usdt-attr-macro v0.5.0 |
876 | 2024-12-18T20:55:38.617Z | Compiling slog-json v2.6.1 |
877 | 2024-12-18T20:55:39.044Z | Compiling futures-executor v0.3.31 |
878 | 2024-12-18T20:55:40.220Z | Compiling async-stream-impl v0.3.6 |
879 | 2024-12-18T20:55:40.227Z | Compiling is-terminal v0.4.13 |
880 | 2024-12-18T20:55:40.338Z | Compiling memmap v0.7.0 |
881 | 2024-12-18T20:55:40.782Z | Compiling dropshot v0.13.0 |
882 | 2024-12-18T20:55:41.116Z | Compiling cpufeatures v0.2.14 |
883 | 2024-12-18T20:55:41.210Z | Compiling take_mut v0.2.2 |
884 | 2024-12-18T20:55:41.565Z | Compiling async-stream v0.3.6 |
885 | 2024-12-18T20:55:41.842Z | Compiling sha1 v0.10.6 |
886 | 2024-12-18T20:55:42.662Z | Compiling usdt v0.5.0 |
887 | 2024-12-18T20:55:43.628Z | Compiling progenitor v0.8.0 |
888 | 2024-12-18T20:55:43.862Z | Compiling slog-term v2.9.1 |
889 | 2024-12-18T20:55:44.226Z | Compiling tokio-rustls v0.25.0 |
890 | 2024-12-18T20:55:44.649Z | Compiling futures v0.3.31 |
891 | 2024-12-18T20:55:44.753Z | Compiling slog-bunyan v2.5.0 |
892 | 2024-12-18T20:55:44.824Z | Compiling toml v0.8.19 |
893 | 2024-12-18T20:55:45.022Z | Compiling strum_macros v0.26.4 |
894 | 2024-12-18T20:55:46.844Z | Compiling serde_with_macros v3.11.0 |
895 | 2024-12-18T20:55:49.572Z | Compiling rand v0.8.5 |
896 | 2024-12-18T20:55:52.458Z | Compiling parse-display-derive v0.10.0 |
897 | 2024-12-18T20:55:52.985Z | Compiling ipnetwork v0.20.0 |
898 | 2024-12-18T20:55:53.886Z | Compiling dropshot_endpoint v0.13.0 |
899 | 2024-12-18T20:55:55.084Z | Compiling serde_path_to_error v0.1.16 |
900 | 2024-12-18T20:55:56.064Z | Compiling hex v0.4.3 |
901 | 2024-12-18T20:55:56.459Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
902 | 2024-12-18T20:55:56.755Z | Compiling async-trait v0.1.83 |
903 | 2024-12-18T20:55:57.279Z | Compiling waitgroup v0.1.2 |
904 | 2024-12-18T20:55:57.512Z | Compiling hostname v0.4.0 |
905 | 2024-12-18T20:55:57.757Z | Compiling instant v0.1.13 |
906 | 2024-12-18T20:55:57.898Z | Compiling debug-ignore v1.0.5 |
907 | 2024-12-18T20:55:57.997Z | Compiling backoff v0.4.0 |
908 | 2024-12-18T20:55:58.038Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
909 | 2024-12-18T20:55:58.215Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
910 | 2024-12-18T20:55:58.315Z | Compiling parse-display v0.10.0 |
911 | 2024-12-18T20:55:58.329Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
912 | 2024-12-18T20:55:58.455Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
913 | 2024-12-18T20:55:59.035Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
914 | 2024-12-18T20:56:00.487Z | Compiling strum v0.26.3 |
915 | 2024-12-18T20:56:00.671Z | Compiling serde_with v3.11.0 |
916 | 2024-12-18T20:56:03.308Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
917 | 2024-12-18T20:56:03.958Z | Compiling regress v0.9.1 |
918 | 2024-12-18T20:56:04.111Z | Compiling macaddr v1.0.1 |
919 | 2024-12-18T20:56:09.443Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
920 | 2024-12-18T20:56:20.117Z | Compiling test-project v0.1.0 (/tmp/test-project) |
921 | 2024-12-18T20:56:30.075Z | Finished `release` profile [optimized] target(s) in 2m 36s |
922 | 2024-12-18T20:56:30.141Z | process exited: duration 235433 ms, exit code 0 |
|
923 | 2024-12-18T20:56:30.150Z | found 0 output files |