|
|
|
1 | 2024-12-20T21:15:59.133Z | job assigned to worker 01JFJYS7PMPAK5Y8J7F5K4GAWD [factory aws, i-088dcd2769614d35c] (queued for 1 m 0 s) |
|
2 | 2024-12-20T21:16:07.268Z | starting task 0: "setup" |
3 | 2024-12-20T21:16:07.275Z | ++ uname -s |
4 | 2024-12-20T21:16:07.277Z | + kern=SunOS |
5 | 2024-12-20T21:16:07.277Z | + case "$kern" in |
6 | 2024-12-20T21:16:07.277Z | + groupadd -g 12345 build |
7 | 2024-12-20T21:16:07.279Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-20T21:16:09.285Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-20T21:16:09.362Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-20T21:16:09.364Z | + home_fs=zfs |
11 | 2024-12-20T21:16:09.365Z | + [[ zfs == autofs ]] |
12 | 2024-12-20T21:16:09.365Z | + mkdir -p /home/build |
13 | 2024-12-20T21:16:09.367Z | + chown build:build /home/build /work |
14 | 2024-12-20T21:16:11.368Z | + chmod 0700 /home/build /work |
15 | 2024-12-20T21:16:11.372Z | process exited: duration 4104 ms, exit code 0 |
|
16 | 2024-12-20T21:16:11.377Z | starting task 1: "rust-toolchain" |
17 | 2024-12-20T21:16:11.382Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-20T21:16:11.382Z | ' 1.81.0 |
19 | 2024-12-20T21:16:11.382Z | * toolchain channel = "1.81.0" |
20 | 2024-12-20T21:16:11.383Z | * toolchain profile = "default" |
21 | 2024-12-20T21:16:11.383Z | + printf ' * toolchain profile = "%s" |
22 | 2024-12-20T21:16:11.383Z | ' default |
23 | 2024-12-20T21:16:11.386Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-20T21:16:11.386Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-12-20T21:16:11.497Z | info: downloading installer |
26 | 2024-12-20T21:16:13.023Z | info: profile set to 'default' |
27 | 2024-12-20T21:16:13.023Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-20T21:16:13.023Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-12-20T21:16:13.164Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-12-20T21:16:13.164Z | info: downloading component 'cargo' |
31 | 2024-12-20T21:16:13.900Z | info: downloading component 'clippy' |
32 | 2024-12-20T21:16:14.174Z | info: downloading component 'rust-docs' |
33 | 2024-12-20T21:16:15.196Z | info: downloading component 'rust-std' |
34 | 2024-12-20T21:16:16.783Z | info: downloading component 'rustc' |
35 | 2024-12-20T21:16:22.477Z | info: downloading component 'rustfmt' |
36 | 2024-12-20T21:16:22.692Z | info: installing component 'cargo' |
37 | 2024-12-20T21:16:23.487Z | info: installing component 'clippy' |
38 | 2024-12-20T21:16:23.881Z | info: installing component 'rust-docs' |
39 | 2024-12-20T21:16:25.452Z | info: installing component 'rust-std' |
40 | 2024-12-20T21:16:27.111Z | info: installing component 'rustc' |
41 | 2024-12-20T21:16:32.707Z | info: installing component 'rustfmt' |
42 | 2024-12-20T21:16:33.033Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-12-20T21:16:33.034Z | |
44 | 2024-12-20T21:16:33.392Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-12-20T21:16:33.392Z | |
46 | 2024-12-20T21:16:33.394Z | |
47 | 2024-12-20T21:16:33.394Z | Rust is installed now. Great! |
48 | 2024-12-20T21:16:33.394Z | |
49 | 2024-12-20T21:16:33.394Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-20T21:16:33.394Z | environment variable. This has not been done automatically. |
51 | 2024-12-20T21:16:33.394Z | |
52 | 2024-12-20T21:16:33.394Z | To configure your current shell, you need to source |
53 | 2024-12-20T21:16:33.394Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-20T21:16:33.394Z | |
55 | 2024-12-20T21:16:33.395Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-20T21:16:33.395Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-20T21:16:33.395Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-20T21:16:33.486Z | + rustc --version |
59 | 2024-12-20T21:16:33.528Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-12-20T21:16:33.533Z | process exited: duration 22150 ms, exit code 0 |
|
61 | 2024-12-20T21:16:33.540Z | starting task 2: "authentication" |
62 | 2024-12-20T21:16:33.563Z | process exited: duration 22 ms, exit code 0 |
|
63 | 2024-12-20T21:16:33.568Z | starting task 3: "clone repository" |
64 | 2024-12-20T21:16:33.576Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-12-20T21:16:33.579Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-12-20T21:16:33.864Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-12-20T21:16:40.351Z | + cd /work/oxidecomputer/omicron |
68 | 2024-12-20T21:16:40.351Z | + git fetch origin 5ecbe5f8c69e9341929462519acbb113b522705b |
69 | 2024-12-20T21:16:40.621Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-12-20T21:16:40.621Z | * branch 5ecbe5f8c69e9341929462519acbb113b522705b -> FETCH_HEAD |
71 | 2024-12-20T21:16:40.629Z | + [[ -n sunshowers/spr/2n-omicron-package-better-error-messages-around-target ]] |
72 | 2024-12-20T21:16:40.631Z | ++ git branch --show-current |
73 | 2024-12-20T21:16:40.635Z | + current=main |
74 | 2024-12-20T21:16:40.635Z | + [[ main != sunshowers/spr/2n-omicron-package-better-error-messages-around-target ]] |
75 | 2024-12-20T21:16:40.635Z | + git branch -f sunshowers/spr/2n-omicron-package-better-error-messages-around-target 5ecbe5f8c69e9341929462519acbb113b522705b |
76 | 2024-12-20T21:16:40.637Z | + git checkout -f sunshowers/spr/2n-omicron-package-better-error-messages-around-target |
77 | 2024-12-20T21:16:40.807Z | Switched to branch 'sunshowers/spr/2n-omicron-package-better-error-messages-around-target' |
78 | 2024-12-20T21:16:40.809Z | + git reset --hard 5ecbe5f8c69e9341929462519acbb113b522705b |
79 | 2024-12-20T21:16:40.819Z | HEAD is now at 5ecbe5f8c rebase |
80 | 2024-12-20T21:16:40.821Z | process exited: duration 7250 ms, exit code 0 |
|
81 | 2024-12-20T21:16:40.826Z | starting task 4: "build" |
82 | 2024-12-20T21:16:40.831Z | + source .github/buildomat/ci-env.sh |
83 | 2024-12-20T21:16:40.831Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-12-20T21:16:40.831Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-12-20T21:16:40.835Z | + cargo --version |
86 | 2024-12-20T21:16:40.888Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-12-20T21:16:40.891Z | + rustc --version |
88 | 2024-12-20T21:16:40.948Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-12-20T21:16:40.950Z | + cd /tmp |
90 | 2024-12-20T21:16:40.950Z | + cargo new --lib test-project |
91 | 2024-12-20T21:16:41.008Z | Creating library `test-project` package |
92 | 2024-12-20T21:16:41.083Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
93 | 2024-12-20T21:16:41.085Z | + cd test-project |
94 | 2024-12-20T21:16:41.086Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
95 | 2024-12-20T21:16:41.143Z | Adding omicron-common (local) to dependencies |
96 | 2024-12-20T21:16:41.143Z | Features: |
97 | 2024-12-20T21:16:41.143Z | - proptest |
98 | 2024-12-20T21:16:41.143Z | - test-strategy |
99 | 2024-12-20T21:16:41.143Z | - testing |
100 | 2024-12-20T21:16:41.147Z | Updating crates.io index |
101 | 2024-12-20T21:16:41.200Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
102 | 2024-12-20T21:16:41.726Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
103 | 2024-12-20T21:16:42.125Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
104 | 2024-12-20T21:16:42.495Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
105 | 2024-12-20T21:16:43.668Z | Locking 327 packages to latest compatible versions |
106 | 2024-12-20T21:16:43.671Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
107 | 2024-12-20T21:16:43.671Z | Adding dropshot v0.13.0 (latest: v0.15.1) |
108 | 2024-12-20T21:16:43.671Z | Adding dropshot_endpoint v0.13.0 (latest: v0.15.1) |
109 | 2024-12-20T21:16:43.671Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
110 | 2024-12-20T21:16:43.671Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
111 | 2024-12-20T21:16:43.673Z | Adding generic-array v0.14.7 (latest: v1.1.1) |
112 | 2024-12-20T21:16:43.674Z | Adding goblin v0.8.2 (latest: v0.9.2) |
113 | 2024-12-20T21:16:43.674Z | Adding hashbrown v0.12.3 (latest: v0.15.2) |
114 | 2024-12-20T21:16:43.674Z | Adding hashbrown v0.14.5 (latest: v0.15.2) |
115 | 2024-12-20T21:16:43.674Z | Adding hostname v0.3.1 (latest: v0.4.0) |
116 | 2024-12-20T21:16:43.676Z | Adding indexmap v1.9.3 (latest: v2.7.0) |
117 | 2024-12-20T21:16:43.676Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.5) |
118 | 2024-12-20T21:16:43.678Z | Adding regress v0.9.1 (latest: v0.10.1) |
119 | 2024-12-20T21:16:43.684Z | Adding rustls v0.22.4 (latest: v0.23.20) |
120 | 2024-12-20T21:16:43.686Z | Adding security-framework v2.11.1 (latest: v3.1.0) |
121 | 2024-12-20T21:16:43.688Z | Adding term v0.7.0 (latest: v1.0.1) |
122 | 2024-12-20T21:16:43.691Z | Adding thiserror v1.0.69 (latest: v2.0.8) |
123 | 2024-12-20T21:16:43.691Z | Adding thiserror-impl v1.0.69 (latest: v2.0.8) |
124 | 2024-12-20T21:16:43.691Z | Adding thread-id v4.2.2 (latest: v5.0.0) |
125 | 2024-12-20T21:16:43.691Z | Adding tinystr v0.7.6 (latest: v0.8.0) |
126 | 2024-12-20T21:16:43.691Z | Adding tokio-rustls v0.25.0 (latest: v0.26.1) |
127 | 2024-12-20T21:16:43.693Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.3+wasi-0.2.2) |
128 | 2024-12-20T21:16:43.693Z | Adding windows v0.52.0 (latest: v0.58.0) |
129 | 2024-12-20T21:16:43.693Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
130 | 2024-12-20T21:16:43.693Z | Adding windows-registry v0.2.0 (latest: v0.3.0) |
131 | 2024-12-20T21:16:43.693Z | Adding windows-strings v0.1.0 (latest: v0.2.0) |
132 | 2024-12-20T21:16:43.693Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
133 | 2024-12-20T21:16:43.695Z | Adding writeable v0.5.5 (latest: v0.6.0) |
134 | 2024-12-20T21:16:43.695Z | Adding zerocopy v0.7.35 (latest: v0.8.13) |
135 | 2024-12-20T21:16:43.695Z | Adding zerocopy-derive v0.7.35 (latest: v0.8.13) |
136 | 2024-12-20T21:16:43.695Z | Adding zerovec v0.10.4 (latest: v0.11.0) |
137 | 2024-12-20T21:16:43.695Z | Adding zerovec-derive v0.10.3 (latest: v0.11.0) |
138 | 2024-12-20T21:16:43.769Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
139 | 2024-12-20T21:16:43.771Z | + cargo check |
140 | 2024-12-20T21:16:43.932Z | Updating crates.io index |
141 | 2024-12-20T21:16:44.632Z | Locking 2 packages to latest compatible versions |
142 | 2024-12-20T21:16:47.423Z | Adding omicron-workspace-hack v0.1.0 |
143 | 2024-12-20T21:16:49.014Z | Adding test-project v0.1.0 (/tmp/test-project) |
144 | 2024-12-20T21:16:49.679Z | Downloading crates ... |
145 | 2024-12-20T21:16:49.746Z | Downloaded async-stream-impl v0.3.6 |
146 | 2024-12-20T21:16:49.749Z | Downloaded async-stream v0.3.6 |
147 | 2024-12-20T21:16:49.751Z | Downloaded equivalent v1.0.1 |
148 | 2024-12-20T21:16:49.754Z | Downloaded foreign-types v0.3.2 |
149 | 2024-12-20T21:16:49.757Z | Downloaded darling_macro v0.20.10 |
150 | 2024-12-20T21:16:49.765Z | Downloaded thread-id v4.2.2 |
151 | 2024-12-20T21:16:49.766Z | Downloaded tinyvec_macros v0.1.1 |
152 | 2024-12-20T21:16:49.766Z | Downloaded icu_provider_macros v1.5.0 |
153 | 2024-12-20T21:16:49.766Z | Downloaded time-core v0.1.2 |
154 | 2024-12-20T21:16:49.766Z | Downloaded http-body v1.0.1 |
155 | 2024-12-20T21:16:49.766Z | Downloaded thiserror-impl v1.0.69 |
156 | 2024-12-20T21:16:49.770Z | Downloaded foreign-types-shared v0.1.1 |
157 | 2024-12-20T21:16:49.770Z | Downloaded thread_local v1.1.8 |
158 | 2024-12-20T21:16:49.770Z | Downloaded memmap v0.7.0 |
159 | 2024-12-20T21:16:49.773Z | Downloaded openssl-macros v0.1.1 |
160 | 2024-12-20T21:16:49.774Z | Downloaded waitgroup v0.1.2 |
161 | 2024-12-20T21:16:49.774Z | Downloaded omicron-workspace-hack v0.1.0 |
162 | 2024-12-20T21:16:49.781Z | Downloaded match_cfg v0.1.0 |
163 | 2024-12-20T21:16:49.783Z | Downloaded dtrace-parser v0.2.0 |
164 | 2024-12-20T21:16:49.783Z | Downloaded ident_case v1.0.1 |
165 | 2024-12-20T21:16:49.786Z | Downloaded yoke-derive v0.7.4 |
166 | 2024-12-20T21:16:49.786Z | Downloaded usdt-macro v0.5.0 |
167 | 2024-12-20T21:16:49.786Z | Downloaded crypto-common v0.1.6 |
168 | 2024-12-20T21:16:49.789Z | Downloaded openssl-probe v0.1.5 |
169 | 2024-12-20T21:16:49.789Z | Downloaded autocfg v1.4.0 |
170 | 2024-12-20T21:16:49.792Z | Downloaded zerofrom v0.1.4 |
171 | 2024-12-20T21:16:49.792Z | Downloaded atomic-waker v1.1.2 |
172 | 2024-12-20T21:16:49.792Z | Downloaded toml_datetime v0.6.8 |
173 | 2024-12-20T21:16:49.796Z | Downloaded cfg-if v1.0.0 |
174 | 2024-12-20T21:16:49.796Z | Downloaded num-conv v0.1.0 |
175 | 2024-12-20T21:16:49.796Z | Downloaded tokio-macros v2.4.0 |
176 | 2024-12-20T21:16:49.800Z | Downloaded instant v0.1.13 |
177 | 2024-12-20T21:16:49.800Z | Downloaded tinystr v0.7.6 |
178 | 2024-12-20T21:16:49.803Z | Downloaded num_threads v0.1.7 |
179 | 2024-12-20T21:16:49.803Z | Downloaded write16 v1.0.0 |
180 | 2024-12-20T21:16:49.804Z | Downloaded try-lock v0.2.5 |
181 | 2024-12-20T21:16:49.804Z | Downloaded cpufeatures v0.2.14 |
182 | 2024-12-20T21:16:49.807Z | Downloaded idna_adapter v1.2.0 |
183 | 2024-12-20T21:16:49.807Z | Downloaded futures-io v0.3.31 |
184 | 2024-12-20T21:16:49.807Z | Downloaded dyn-clone v1.0.17 |
185 | 2024-12-20T21:16:49.810Z | Downloaded futures-macro v0.3.31 |
186 | 2024-12-20T21:16:49.810Z | Downloaded pretty-hex v0.4.1 |
187 | 2024-12-20T21:16:49.813Z | Downloaded want v0.3.1 |
188 | 2024-12-20T21:16:49.813Z | Downloaded usdt-attr-macro v0.5.0 |
189 | 2024-12-20T21:16:49.813Z | Downloaded ipnetwork v0.20.0 |
190 | 2024-12-20T21:16:49.817Z | Downloaded progenitor-client v0.8.0 |
191 | 2024-12-20T21:16:49.817Z | Downloaded tower-service v0.3.3 |
192 | 2024-12-20T21:16:49.817Z | Downloaded tokio-native-tls v0.3.1 |
193 | 2024-12-20T21:16:49.819Z | Downloaded hex v0.4.3 |
194 | 2024-12-20T21:16:49.820Z | Downloaded generic-array v0.14.7 |
195 | 2024-12-20T21:16:49.822Z | Downloaded futures-executor v0.3.31 |
196 | 2024-12-20T21:16:49.822Z | Downloaded ppv-lite86 v0.2.20 |
197 | 2024-12-20T21:16:49.826Z | Downloaded quinn-udp v0.5.5 |
198 | 2024-12-20T21:16:49.826Z | Downloaded zerofrom-derive v0.1.4 |
199 | 2024-12-20T21:16:49.829Z | Downloaded deranged v0.3.11 |
200 | 2024-12-20T21:16:49.829Z | Downloaded utf16_iter v1.0.5 |
201 | 2024-12-20T21:16:49.832Z | Downloaded macaddr v1.0.1 |
202 | 2024-12-20T21:16:49.832Z | Downloaded itoa v1.0.11 |
203 | 2024-12-20T21:16:49.832Z | Downloaded hyper-tls v0.6.0 |
204 | 2024-12-20T21:16:49.837Z | Downloaded is-terminal v0.4.13 |
205 | 2024-12-20T21:16:49.837Z | Downloaded paste v1.0.15 |
206 | 2024-12-20T21:16:49.840Z | Downloaded pin-utils v0.1.0 |
207 | 2024-12-20T21:16:49.840Z | Downloaded newtype-uuid v1.1.3 |
208 | 2024-12-20T21:16:49.840Z | Downloaded progenitor-macro v0.8.0 |
209 | 2024-12-20T21:16:49.843Z | Downloaded parse-display v0.10.0 |
210 | 2024-12-20T21:16:49.843Z | Downloaded utf8_iter v1.0.4 |
211 | 2024-12-20T21:16:49.843Z | Downloaded usdt v0.5.0 |
212 | 2024-12-20T21:16:49.847Z | Downloaded byteorder v1.5.0 |
213 | 2024-12-20T21:16:49.847Z | Downloaded untrusted v0.9.0 |
214 | 2024-12-20T21:16:49.847Z | Downloaded tokio-rustls v0.26.0 |
215 | 2024-12-20T21:16:49.850Z | Downloaded mime v0.3.17 |
216 | 2024-12-20T21:16:49.850Z | Downloaded tokio-rustls v0.25.0 |
217 | 2024-12-20T21:16:49.853Z | Downloaded darling v0.20.10 |
218 | 2024-12-20T21:16:49.857Z | Downloaded rand_core v0.6.4 |
219 | 2024-12-20T21:16:49.857Z | Downloaded zerovec-derive v0.10.3 |
220 | 2024-12-20T21:16:49.860Z | Downloaded powerfmt v0.2.0 |
221 | 2024-12-20T21:16:49.860Z | Downloaded rand_chacha v0.3.1 |
222 | 2024-12-20T21:16:49.864Z | Downloaded progenitor v0.8.0 |
223 | 2024-12-20T21:16:49.864Z | Downloaded take_mut v0.2.2 |
224 | 2024-12-20T21:16:49.864Z | Downloaded sync_wrapper v1.0.1 |
225 | 2024-12-20T21:16:49.864Z | Downloaded camino v1.1.9 |
226 | 2024-12-20T21:16:49.868Z | Downloaded backoff v0.4.0 |
227 | 2024-12-20T21:16:49.868Z | Downloaded heck v0.5.0 |
228 | 2024-12-20T21:16:49.871Z | Downloaded async-trait v0.1.83 |
229 | 2024-12-20T21:16:49.874Z | Downloaded pkg-config v0.3.31 |
230 | 2024-12-20T21:16:49.874Z | Downloaded percent-encoding v2.3.1 |
231 | 2024-12-20T21:16:49.874Z | Downloaded parse-display-derive v0.10.0 |
232 | 2024-12-20T21:16:49.877Z | Downloaded getrandom v0.2.15 |
233 | 2024-12-20T21:16:49.880Z | Downloaded parking_lot_core v0.9.10 |
234 | 2024-12-20T21:16:49.880Z | Downloaded litemap v0.7.3 |
235 | 2024-12-20T21:16:49.884Z | Downloaded lock_api v0.4.12 |
236 | 2024-12-20T21:16:49.884Z | Downloaded icu_locid_transform v1.5.0 |
237 | 2024-12-20T21:16:49.891Z | Downloaded iana-time-zone v0.1.61 |
238 | 2024-12-20T21:16:49.894Z | Downloaded yoke v0.7.4 |
239 | 2024-12-20T21:16:49.894Z | Downloaded httparse v1.9.5 |
240 | 2024-12-20T21:16:49.894Z | Downloaded serde_spanned v0.6.8 |
241 | 2024-12-20T21:16:49.894Z | Downloaded pest_generator v2.7.14 |
242 | 2024-12-20T21:16:49.897Z | Downloaded hyper-rustls v0.27.3 |
243 | 2024-12-20T21:16:49.897Z | Downloaded strum v0.26.3 |
244 | 2024-12-20T21:16:49.901Z | Downloaded crossbeam-utils v0.8.20 |
245 | 2024-12-20T21:16:49.901Z | Downloaded serde_path_to_error v0.1.16 |
246 | 2024-12-20T21:16:49.904Z | Downloaded bitflags v2.6.0 |
247 | 2024-12-20T21:16:49.908Z | Downloaded version_check v0.9.5 |
248 | 2024-12-20T21:16:49.908Z | Downloaded anyhow v1.0.93 |
249 | 2024-12-20T21:16:49.911Z | Downloaded pin-project-lite v0.2.14 |
250 | 2024-12-20T21:16:49.914Z | Downloaded strsim v0.11.1 |
251 | 2024-12-20T21:16:49.914Z | Downloaded signal-hook-registry v1.4.2 |
252 | 2024-12-20T21:16:49.918Z | Downloaded synstructure v0.13.1 |
253 | 2024-12-20T21:16:49.919Z | Downloaded scroll_derive v0.12.0 |
254 | 2024-12-20T21:16:49.920Z | Downloaded slog-async v2.8.0 |
255 | 2024-12-20T21:16:49.923Z | Downloaded quote v1.0.37 |
256 | 2024-12-20T21:16:49.923Z | Downloaded schemars_derive v0.8.21 |
257 | 2024-12-20T21:16:49.923Z | Downloaded sha1 v0.10.6 |
258 | 2024-12-20T21:16:49.927Z | Downloaded ipnet v2.10.1 |
259 | 2024-12-20T21:16:49.927Z | Downloaded once_cell v1.20.2 |
260 | 2024-12-20T21:16:49.931Z | Downloaded pest_meta v2.7.14 |
261 | 2024-12-20T21:16:49.931Z | Downloaded typenum v1.17.0 |
262 | 2024-12-20T21:16:49.936Z | Downloaded multer v3.1.0 |
263 | 2024-12-20T21:16:49.936Z | Downloaded log v0.4.22 |
264 | 2024-12-20T21:16:49.945Z | Downloaded pest_derive v2.7.14 |
265 | 2024-12-20T21:16:49.945Z | Downloaded ucd-trie v0.1.7 |
266 | 2024-12-20T21:16:49.948Z | Downloaded indexmap v1.9.3 |
267 | 2024-12-20T21:16:49.948Z | Downloaded sha2 v0.10.8 |
268 | 2024-12-20T21:16:49.948Z | Downloaded slog-json v2.6.1 |
269 | 2024-12-20T21:16:49.948Z | Downloaded icu_normalizer v1.5.0 |
270 | 2024-12-20T21:16:49.955Z | Downloaded num-traits v0.2.19 |
271 | 2024-12-20T21:16:49.959Z | Downloaded structmeta v0.3.0 |
272 | 2024-12-20T21:16:49.959Z | Downloaded progenitor-impl v0.8.0 |
273 | 2024-12-20T21:16:49.959Z | Downloaded stable_deref_trait v1.2.0 |
274 | 2024-12-20T21:16:49.959Z | Downloaded subtle v2.6.1 |
275 | 2024-12-20T21:16:49.959Z | Downloaded serde_urlencoded v0.7.1 |
276 | 2024-12-20T21:16:49.959Z | Downloaded serde_tokenstream v0.2.2 |
277 | 2024-12-20T21:16:49.963Z | Downloaded scopeguard v1.2.0 |
278 | 2024-12-20T21:16:49.963Z | Downloaded shlex v1.3.0 |
279 | 2024-12-20T21:16:49.963Z | Downloaded serde_with_macros v3.11.0 |
280 | 2024-12-20T21:16:49.967Z | Downloaded httpdate v1.0.3 |
281 | 2024-12-20T21:16:49.967Z | Downloaded parking_lot v0.12.3 |
282 | 2024-12-20T21:16:49.967Z | Downloaded slab v0.4.9 |
283 | 2024-12-20T21:16:49.970Z | Downloaded rustversion v1.0.17 |
284 | 2024-12-20T21:16:49.974Z | Downloaded icu_locid v1.5.0 |
285 | 2024-12-20T21:16:49.978Z | Downloaded thiserror v1.0.69 |
286 | 2024-12-20T21:16:49.980Z | Downloaded icu_properties v1.5.1 |
287 | 2024-12-20T21:16:49.984Z | Downloaded slog-term v2.9.1 |
288 | 2024-12-20T21:16:49.987Z | Downloaded ryu v1.0.18 |
289 | 2024-12-20T21:16:49.988Z | Downloaded tracing-core v0.1.32 |
290 | 2024-12-20T21:16:49.991Z | Downloaded scroll v0.12.0 |
291 | 2024-12-20T21:16:49.991Z | Downloaded serde_derive v1.0.215 |
292 | 2024-12-20T21:16:49.995Z | Downloaded serde_derive_internals v0.29.1 |
293 | 2024-12-20T21:16:49.995Z | Downloaded dropshot_endpoint v0.13.0 |
294 | 2024-12-20T21:16:50.000Z | Downloaded term v0.7.0 |
295 | 2024-12-20T21:16:50.006Z | Downloaded smallvec v1.13.2 |
296 | 2024-12-20T21:16:50.007Z | Downloaded darling_core v0.20.10 |
297 | 2024-12-20T21:16:50.013Z | Downloaded slog v2.7.0 |
298 | 2024-12-20T21:16:50.013Z | Downloaded strum_macros v0.26.4 |
299 | 2024-12-20T21:16:50.013Z | Downloaded serde_yaml v0.9.34+deprecated |
300 | 2024-12-20T21:16:50.018Z | Downloaded url v2.5.3 |
301 | 2024-12-20T21:16:50.018Z | Downloaded quinn v0.11.5 |
302 | 2024-12-20T21:16:50.023Z | Downloaded tracing v0.1.40 |
303 | 2024-12-20T21:16:50.028Z | Downloaded schemars v0.8.21 |
304 | 2024-12-20T21:16:50.035Z | Downloaded rustls-pemfile v2.2.0 |
305 | 2024-12-20T21:16:50.040Z | Downloaded time v0.3.36 |
306 | 2024-12-20T21:16:50.048Z | Downloaded toml_edit v0.22.22 |
307 | 2024-12-20T21:16:50.064Z | Downloaded tokio-util v0.7.12 |
308 | 2024-12-20T21:16:50.071Z | Downloaded memchr v2.7.4 |
309 | 2024-12-20T21:16:50.078Z | Downloaded zerovec v0.10.4 |
310 | 2024-12-20T21:16:50.086Z | Downloaded hashbrown v0.12.3 |
311 | 2024-12-20T21:16:50.086Z | Downloaded http v1.1.0 |
312 | 2024-12-20T21:16:50.097Z | Downloaded pest v2.7.14 |
313 | 2024-12-20T21:16:50.097Z | Downloaded indexmap v2.6.0 |
314 | 2024-12-20T21:16:50.097Z | Downloaded cc v1.1.30 |
315 | 2024-12-20T21:16:50.108Z | Downloaded serde v1.0.215 |
316 | 2024-12-20T21:16:50.108Z | Downloaded rand v0.8.5 |
317 | 2024-12-20T21:16:50.108Z | Downloaded hashbrown v0.14.5 |
318 | 2024-12-20T21:16:50.122Z | Downloaded winnow v0.6.20 |
319 | 2024-12-20T21:16:50.122Z | Downloaded zerocopy v0.7.35 |
320 | 2024-12-20T21:16:50.136Z | Downloaded serde_json v1.0.132 |
321 | 2024-12-20T21:16:50.150Z | Downloaded reqwest v0.12.9 |
322 | 2024-12-20T21:16:50.150Z | Downloaded quinn-proto v0.11.8 |
323 | 2024-12-20T21:16:50.166Z | Downloaded vcpkg v0.2.15 |
324 | 2024-12-20T21:16:50.188Z | Downloaded serde_with v3.11.0 |
325 | 2024-12-20T21:16:50.205Z | Downloaded webpki-roots v0.26.6 |
326 | 2024-12-20T21:16:50.205Z | Downloaded goblin v0.8.2 |
327 | 2024-12-20T21:16:50.222Z | Downloaded h2 v0.4.6 |
328 | 2024-12-20T21:16:50.222Z | Downloaded openssl v0.10.66 |
329 | 2024-12-20T21:16:50.222Z | Downloaded futures-util v0.3.31 |
330 | 2024-12-20T21:16:50.243Z | Downloaded aho-corasick v1.1.3 |
331 | 2024-12-20T21:16:50.244Z | Downloaded rustls-webpki v0.102.8 |
332 | 2024-12-20T21:16:50.272Z | Downloaded rustls v0.22.4 |
333 | 2024-12-20T21:16:50.272Z | Downloaded regex-syntax v0.8.5 |
334 | 2024-12-20T21:16:50.272Z | Downloaded chrono v0.4.38 |
335 | 2024-12-20T21:16:50.305Z | Downloaded icu_properties_data v1.5.0 |
336 | 2024-12-20T21:16:50.305Z | Downloaded syn v2.0.87 |
337 | 2024-12-20T21:16:50.305Z | Downloaded regex v1.11.1 |
338 | 2024-12-20T21:16:50.341Z | Downloaded regress v0.9.1 |
339 | 2024-12-20T21:16:50.341Z | Downloaded regress v0.10.1 |
340 | 2024-12-20T21:16:50.341Z | Downloaded rustls v0.23.19 |
341 | 2024-12-20T21:16:50.341Z | Downloaded dropshot v0.13.0 |
342 | 2024-12-20T21:16:50.371Z | Downloaded typify-impl v0.2.0 |
343 | 2024-12-20T21:16:50.371Z | Downloaded openapiv3 v2.0.0 |
344 | 2024-12-20T21:16:50.412Z | Downloaded idna v1.0.3 |
345 | 2024-12-20T21:16:50.412Z | Downloaded hyper v1.5.0 |
346 | 2024-12-20T21:16:50.412Z | Downloaded hashbrown v0.15.1 |
347 | 2024-12-20T21:16:50.412Z | Downloaded mio v1.0.2 |
348 | 2024-12-20T21:16:50.412Z | Downloaded icu_normalizer_data v1.5.0 |
349 | 2024-12-20T21:16:50.412Z | Downloaded crossbeam-channel v0.5.13 |
350 | 2024-12-20T21:16:50.413Z | Downloaded base64 v0.22.1 |
351 | 2024-12-20T21:16:50.413Z | Downloaded icu_collections v1.5.0 |
352 | 2024-12-20T21:16:50.842Z | Downloaded hyper-util v0.1.10 |
353 | 2024-12-20T21:16:50.842Z | Downloaded rustls-pki-types v1.10.0 |
354 | 2024-12-20T21:16:50.842Z | Downloaded socket2 v0.5.7 |
355 | 2024-12-20T21:16:50.842Z | Downloaded semver v1.0.23 |
356 | 2024-12-20T21:16:50.842Z | Downloaded openssl-sys v0.9.103 |
357 | 2024-12-20T21:16:50.842Z | Downloaded unsafe-libyaml v0.2.11 |
358 | 2024-12-20T21:16:50.842Z | Downloaded unicode-ident v1.0.13 |
359 | 2024-12-20T21:16:50.842Z | Downloaded proc-macro2 v1.0.89 |
360 | 2024-12-20T21:16:50.842Z | Downloaded allocator-api2 v0.2.18 |
361 | 2024-12-20T21:16:50.842Z | Downloaded regex-automata v0.4.8 |
362 | 2024-12-20T21:16:50.842Z | Downloaded futures v0.3.31 |
363 | 2024-12-20T21:16:50.847Z | Downloaded tokio v1.40.0 |
364 | 2024-12-20T21:16:50.847Z | Downloaded bytes v1.8.0 |
365 | 2024-12-20T21:16:50.847Z | Downloaded slog-bunyan v2.5.0 |
366 | 2024-12-20T21:16:50.847Z | Downloaded rustc-hash v2.0.0 |
367 | 2024-12-20T21:16:50.847Z | Downloaded structmeta-derive v0.3.0 |
368 | 2024-12-20T21:16:50.847Z | Downloaded spin v0.9.8 |
369 | 2024-12-20T21:16:50.847Z | Downloaded tinyvec v1.8.0 |
370 | 2024-12-20T21:16:50.847Z | Downloaded uuid v1.11.0 |
371 | 2024-12-20T21:16:50.847Z | Downloaded displaydoc v0.2.5 |
372 | 2024-12-20T21:16:50.847Z | Downloaded icu_locid_transform_data v1.5.0 |
373 | 2024-12-20T21:16:50.847Z | Downloaded usdt-impl v0.5.0 |
374 | 2024-12-20T21:16:50.847Z | Downloaded icu_provider v1.5.0 |
375 | 2024-12-20T21:16:50.847Z | Downloaded native-tls v0.2.12 |
376 | 2024-12-20T21:16:50.847Z | Downloaded libc v0.2.162 |
377 | 2024-12-20T21:16:50.847Z | Downloaded toml v0.8.19 |
378 | 2024-12-20T21:16:50.847Z | Downloaded ahash v0.8.11 |
379 | 2024-12-20T21:16:50.847Z | Downloaded futures-channel v0.3.31 |
380 | 2024-12-20T21:16:50.847Z | Downloaded dirs-sys-next v0.1.2 |
381 | 2024-12-20T21:16:50.847Z | Downloaded dirs-next v2.0.0 |
382 | 2024-12-20T21:16:50.847Z | Downloaded zerocopy-derive v0.7.35 |
383 | 2024-12-20T21:16:50.847Z | Downloaded typify v0.2.0 |
384 | 2024-12-20T21:16:50.847Z | Downloaded plain v0.2.3 |
385 | 2024-12-20T21:16:50.847Z | Downloaded typify-macro v0.2.0 |
386 | 2024-12-20T21:16:50.847Z | Downloaded zeroize v1.8.1 |
387 | 2024-12-20T21:16:50.847Z | Downloaded writeable v0.5.5 |
388 | 2024-12-20T21:16:50.847Z | Downloaded form_urlencoded v1.2.1 |
389 | 2024-12-20T21:16:50.848Z | Downloaded fnv v1.0.7 |
390 | 2024-12-20T21:16:50.848Z | Downloaded futures-sink v0.3.31 |
391 | 2024-12-20T21:16:50.848Z | Downloaded digest v0.10.7 |
392 | 2024-12-20T21:16:50.848Z | Downloaded time-macros v0.2.18 |
393 | 2024-12-20T21:16:50.848Z | Downloaded http-body-util v0.1.2 |
394 | 2024-12-20T21:16:50.848Z | Downloaded hostname v0.4.0 |
395 | 2024-12-20T21:16:50.848Z | Downloaded futures-core v0.3.31 |
396 | 2024-12-20T21:16:50.848Z | Downloaded dof v0.3.0 |
397 | 2024-12-20T21:16:50.848Z | Downloaded hostname v0.3.1 |
398 | 2024-12-20T21:16:50.848Z | Downloaded futures-task v0.3.31 |
399 | 2024-12-20T21:16:50.848Z | Downloaded debug-ignore v1.0.5 |
400 | 2024-12-20T21:16:50.849Z | Downloaded block-buffer v0.10.4 |
401 | 2024-12-20T21:16:50.849Z | Downloaded encoding_rs v0.8.34 |
402 | 2024-12-20T21:16:50.849Z | Downloaded ring v0.17.8 |
403 | 2024-12-20T21:16:51.105Z | Compiling proc-macro2 v1.0.89 |
404 | 2024-12-20T21:16:51.105Z | Compiling unicode-ident v1.0.13 |
405 | 2024-12-20T21:16:51.105Z | Compiling libc v0.2.162 |
406 | 2024-12-20T21:16:51.105Z | Checking cfg-if v1.0.0 |
407 | 2024-12-20T21:16:51.111Z | Compiling autocfg v1.4.0 |
408 | 2024-12-20T21:16:51.111Z | Compiling serde v1.0.215 |
409 | 2024-12-20T21:16:51.120Z | Compiling version_check v0.9.5 |
410 | 2024-12-20T21:16:51.127Z | Checking memchr v2.7.4 |
411 | 2024-12-20T21:16:51.225Z | Checking itoa v1.0.11 |
412 | 2024-12-20T21:16:51.280Z | Compiling serde_json v1.0.132 |
413 | 2024-12-20T21:16:51.785Z | Compiling thiserror v1.0.69 |
414 | 2024-12-20T21:16:51.853Z | Checking once_cell v1.20.2 |
415 | 2024-12-20T21:16:51.957Z | Compiling shlex v1.3.0 |
416 | 2024-12-20T21:16:52.227Z | Compiling cc v1.1.30 |
417 | 2024-12-20T21:16:52.813Z | Checking pin-project-lite v0.2.14 |
418 | 2024-12-20T21:16:52.928Z | Compiling num-traits v0.2.19 |
419 | 2024-12-20T21:16:53.028Z | Checking smallvec v1.13.2 |
420 | 2024-12-20T21:16:53.079Z | Checking ryu v1.0.18 |
421 | 2024-12-20T21:16:53.099Z | Checking bytes v1.8.0 |
422 | 2024-12-20T21:16:53.305Z | Checking futures-core v0.3.31 |
423 | 2024-12-20T21:16:53.391Z | Compiling lock_api v0.4.12 |
424 | 2024-12-20T21:16:53.448Z | Compiling byteorder v1.5.0 |
425 | 2024-12-20T21:16:53.487Z | Compiling parking_lot_core v0.9.10 |
426 | 2024-12-20T21:16:53.752Z | Checking getrandom v0.2.15 |
427 | 2024-12-20T21:16:53.833Z | Compiling ahash v0.8.11 |
428 | 2024-12-20T21:16:53.851Z | Compiling schemars v0.8.21 |
429 | 2024-12-20T21:16:53.903Z | Checking scopeguard v1.2.0 |
430 | 2024-12-20T21:16:53.961Z | Compiling slab v0.4.9 |
431 | 2024-12-20T21:16:54.173Z | Compiling quote v1.0.37 |
432 | 2024-12-20T21:16:54.275Z | Checking log v0.4.22 |
433 | 2024-12-20T21:16:54.291Z | Checking futures-sink v0.3.31 |
434 | 2024-12-20T21:16:54.295Z | Checking signal-hook-registry v1.4.2 |
435 | 2024-12-20T21:16:54.427Z | Checking mio v1.0.2 |
436 | 2024-12-20T21:16:54.451Z | Checking socket2 v0.5.7 |
437 | 2024-12-20T21:16:54.468Z | Checking parking_lot v0.12.3 |
438 | 2024-12-20T21:16:54.528Z | Compiling syn v2.0.87 |
439 | 2024-12-20T21:16:54.548Z | Checking stable_deref_trait v1.2.0 |
440 | 2024-12-20T21:16:54.800Z | Checking fnv v1.0.7 |
441 | 2024-12-20T21:16:54.800Z | Compiling semver v1.0.23 |
442 | 2024-12-20T21:16:54.832Z | Checking hashbrown v0.15.1 |
443 | 2024-12-20T21:16:54.899Z | Compiling ring v0.17.8 |
444 | 2024-12-20T21:16:54.919Z | Checking equivalent v1.0.1 |
445 | 2024-12-20T21:16:54.922Z | Checking http v1.1.0 |
446 | 2024-12-20T21:16:54.922Z | Checking futures-channel v0.3.31 |
447 | 2024-12-20T21:16:54.978Z | Checking futures-io v0.3.31 |
448 | 2024-12-20T21:16:55.009Z | Checking pin-utils v0.1.0 |
449 | 2024-12-20T21:16:55.095Z | Checking futures-task v0.3.31 |
450 | 2024-12-20T21:16:55.157Z | Compiling heck v0.5.0 |
451 | 2024-12-20T21:16:55.316Z | Compiling pkg-config v0.3.31 |
452 | 2024-12-20T21:16:55.333Z | Checking spin v0.9.8 |
453 | 2024-12-20T21:16:55.355Z | Compiling vcpkg v0.2.15 |
454 | 2024-12-20T21:16:55.544Z | Checking rustls-pki-types v1.10.0 |
455 | 2024-12-20T21:16:56.073Z | Compiling ucd-trie v0.1.7 |
456 | 2024-12-20T21:16:56.147Z | Checking iana-time-zone v0.1.61 |
457 | 2024-12-20T21:16:56.256Z | Checking writeable v0.5.5 |
458 | 2024-12-20T21:16:56.275Z | Checking untrusted v0.9.0 |
459 | 2024-12-20T21:16:56.420Z | Compiling httparse v1.9.5 |
460 | 2024-12-20T21:16:56.443Z | Checking litemap v0.7.3 |
461 | 2024-12-20T21:16:56.544Z | Checking tracing-core v0.1.32 |
462 | 2024-12-20T21:16:56.924Z | Checking dyn-clone v1.0.17 |
463 | 2024-12-20T21:16:56.956Z | Compiling openssl-sys v0.9.103 |
464 | 2024-12-20T21:16:56.988Z | Checking atomic-waker v1.1.2 |
465 | 2024-12-20T21:16:57.045Z | Compiling allocator-api2 v0.2.18 |
466 | 2024-12-20T21:16:57.169Z | Checking tracing v0.1.40 |
467 | 2024-12-20T21:16:57.446Z | Checking http-body v1.0.1 |
468 | 2024-12-20T21:16:57.465Z | Checking try-lock v0.2.5 |
469 | 2024-12-20T21:16:57.593Z | Checking icu_locid_transform_data v1.5.0 |
470 | 2024-12-20T21:16:57.613Z | Checking subtle v2.6.1 |
471 | 2024-12-20T21:16:57.767Z | Checking zeroize v1.8.1 |
472 | 2024-12-20T21:16:57.809Z | Compiling uuid v1.11.0 |
473 | 2024-12-20T21:16:57.918Z | Checking want v0.3.1 |
474 | 2024-12-20T21:16:57.983Z | Checking httpdate v1.0.3 |
475 | 2024-12-20T21:16:58.069Z | Compiling chrono v0.4.38 |
476 | 2024-12-20T21:16:58.148Z | Checking foreign-types-shared v0.1.1 |
477 | 2024-12-20T21:16:58.166Z | Compiling openssl v0.10.66 |
478 | 2024-12-20T21:16:58.224Z | Compiling slog v2.7.0 |
479 | 2024-12-20T21:16:58.292Z | Checking icu_properties_data v1.5.0 |
480 | 2024-12-20T21:16:58.494Z | Checking foreign-types v0.3.2 |
481 | 2024-12-20T21:16:58.539Z | Compiling aho-corasick v1.1.3 |
482 | 2024-12-20T21:16:58.575Z | Checking icu_normalizer_data v1.5.0 |
483 | 2024-12-20T21:16:58.676Z | Checking percent-encoding v2.3.1 |
484 | 2024-12-20T21:16:58.722Z | Checking utf16_iter v1.0.5 |
485 | 2024-12-20T21:16:58.848Z | Checking bitflags v2.6.0 |
486 | 2024-12-20T21:16:59.080Z | Checking write16 v1.0.0 |
487 | 2024-12-20T21:16:59.203Z | Compiling native-tls v0.2.12 |
488 | 2024-12-20T21:16:59.498Z | Compiling rustls v0.23.19 |
489 | 2024-12-20T21:16:59.533Z | Compiling typenum v1.17.0 |
490 | 2024-12-20T21:16:59.780Z | Checking utf8_iter v1.0.4 |
491 | 2024-12-20T21:16:59.798Z | Compiling regex-syntax v0.8.5 |
492 | 2024-12-20T21:16:59.955Z | Checking tower-service v0.3.3 |
493 | 2024-12-20T21:17:00.101Z | Checking form_urlencoded v1.2.1 |
494 | 2024-12-20T21:17:00.464Z | Compiling generic-array v0.14.7 |
495 | 2024-12-20T21:17:00.590Z | Checking openssl-probe v0.1.5 |
496 | 2024-12-20T21:17:01.590Z | Compiling synstructure v0.13.1 |
497 | 2024-12-20T21:17:01.772Z | Compiling serde_derive_internals v0.29.1 |
498 | 2024-12-20T21:17:02.647Z | Compiling usdt-impl v0.5.0 |
499 | 2024-12-20T21:17:02.953Z | Checking encoding_rs v0.8.34 |
500 | 2024-12-20T21:17:02.988Z | Compiling time-core v0.1.2 |
501 | 2024-12-20T21:17:03.162Z | Compiling regex-automata v0.4.8 |
502 | 2024-12-20T21:17:03.257Z | Compiling num-conv v0.1.0 |
503 | 2024-12-20T21:17:03.530Z | Checking mime v0.3.17 |
504 | 2024-12-20T21:17:03.841Z | Checking powerfmt v0.2.0 |
505 | 2024-12-20T21:17:03.885Z | Compiling time-macros v0.2.18 |
506 | 2024-12-20T21:17:04.117Z | Checking deranged v0.3.11 |
507 | 2024-12-20T21:17:05.459Z | Compiling thread-id v4.2.2 |
508 | 2024-12-20T21:17:05.570Z | Checking rustls-pemfile v2.2.0 |
509 | 2024-12-20T21:17:05.788Z | Checking webpki-roots v0.26.6 |
510 | 2024-12-20T21:17:05.937Z | Checking base64 v0.22.1 |
511 | 2024-12-20T21:17:05.994Z | Checking plain v0.2.3 |
512 | 2024-12-20T21:17:06.138Z | Compiling strsim v0.11.1 |
513 | 2024-12-20T21:17:06.506Z | Compiling ident_case v1.0.1 |
514 | 2024-12-20T21:17:06.592Z | Compiling serde_derive v1.0.215 |
515 | 2024-12-20T21:17:06.653Z | Compiling zerocopy-derive v0.7.35 |
516 | 2024-12-20T21:17:06.669Z | Compiling thiserror-impl v1.0.69 |
517 | 2024-12-20T21:17:06.712Z | Compiling zerofrom-derive v0.1.4 |
518 | 2024-12-20T21:17:06.809Z | Compiling schemars_derive v0.8.21 |
519 | 2024-12-20T21:17:06.941Z | Compiling yoke-derive v0.7.4 |
520 | 2024-12-20T21:17:07.526Z | Compiling tokio-macros v2.4.0 |
521 | 2024-12-20T21:17:08.648Z | Compiling zerocopy v0.7.35 |
522 | 2024-12-20T21:17:09.686Z | Checking tokio v1.40.0 |
523 | 2024-12-20T21:17:09.710Z | Compiling zerovec-derive v0.10.3 |
524 | 2024-12-20T21:17:09.788Z | Compiling displaydoc v0.2.5 |
525 | 2024-12-20T21:17:10.242Z | Compiling futures-macro v0.3.31 |
526 | 2024-12-20T21:17:10.263Z | Checking zerofrom v0.1.4 |
527 | 2024-12-20T21:17:10.488Z | Checking yoke v0.7.4 |
528 | 2024-12-20T21:17:10.664Z | Compiling pest v2.7.14 |
529 | 2024-12-20T21:17:10.945Z | Compiling icu_provider_macros v1.5.0 |
530 | 2024-12-20T21:17:11.329Z | Compiling hashbrown v0.14.5 |
531 | 2024-12-20T21:17:12.098Z | Checking futures-util v0.3.31 |
532 | 2024-12-20T21:17:12.213Z | Checking zerovec v0.10.4 |
533 | 2024-12-20T21:17:12.503Z | Compiling openssl-macros v0.1.1 |
534 | 2024-12-20T21:17:12.714Z | Compiling regress v0.10.1 |
535 | 2024-12-20T21:17:12.731Z | Checking rustls-webpki v0.102.8 |
536 | 2024-12-20T21:17:13.310Z | Compiling pest_meta v2.7.14 |
537 | 2024-12-20T21:17:13.905Z | Checking tinystr v0.7.6 |
538 | 2024-12-20T21:17:14.628Z | Checking icu_locid v1.5.0 |
539 | 2024-12-20T21:17:15.644Z | Checking icu_provider v1.5.0 |
540 | 2024-12-20T21:17:16.315Z | Checking icu_locid_transform v1.5.0 |
541 | 2024-12-20T21:17:16.816Z | Checking tokio-util v0.7.12 |
542 | 2024-12-20T21:17:17.194Z | Compiling pest_generator v2.7.14 |
543 | 2024-12-20T21:17:17.316Z | Checking icu_collections v1.5.0 |
544 | 2024-12-20T21:17:17.468Z | Checking http-body-util v0.1.2 |
545 | 2024-12-20T21:17:17.651Z | Compiling regex v1.11.1 |
546 | 2024-12-20T21:17:17.915Z | Compiling scroll_derive v0.12.0 |
547 | 2024-12-20T21:17:17.943Z | Checking icu_properties v1.5.1 |
548 | 2024-12-20T21:17:19.041Z | Compiling pest_derive v2.7.14 |
549 | 2024-12-20T21:17:19.277Z | Checking indexmap v2.6.0 |
550 | 2024-12-20T21:17:20.488Z | Compiling serde_tokenstream v0.2.2 |
551 | 2024-12-20T21:17:20.687Z | Checking h2 v0.4.6 |
552 | 2024-12-20T21:17:21.196Z | Checking icu_normalizer v1.5.0 |
553 | 2024-12-20T21:17:21.215Z | Compiling dtrace-parser v0.2.0 |
554 | 2024-12-20T21:17:21.956Z | Checking idna_adapter v1.2.0 |
555 | 2024-12-20T21:17:22.154Z | Checking idna v1.0.3 |
556 | 2024-12-20T21:17:22.473Z | Checking tokio-rustls v0.26.0 |
557 | 2024-12-20T21:17:22.493Z | Compiling dof v0.3.0 |
558 | 2024-12-20T21:17:22.656Z | Checking scroll v0.12.0 |
559 | 2024-12-20T21:17:22.855Z | Checking tokio-native-tls v0.3.1 |
560 | 2024-12-20T21:17:22.875Z | Checking serde_urlencoded v0.7.1 |
561 | 2024-12-20T21:17:23.101Z | Checking num_threads v0.1.7 |
562 | 2024-12-20T21:17:23.126Z | Compiling crossbeam-utils v0.8.20 |
563 | 2024-12-20T21:17:23.416Z | Checking goblin v0.8.2 |
564 | 2024-12-20T21:17:23.472Z | Checking typify-impl v0.2.0 |
565 | 2024-12-20T21:17:23.538Z | Checking time v0.3.36 |
566 | 2024-12-20T21:17:24.827Z | Checking hyper v1.5.0 |
567 | 2024-12-20T21:17:25.359Z | Checking url v2.5.3 |
568 | 2024-12-20T21:17:25.519Z | Compiling openapiv3 v2.0.0 |
569 | 2024-12-20T21:17:26.205Z | Compiling darling_core v0.20.10 |
570 | 2024-12-20T21:17:26.917Z | Checking hyper-util v0.1.10 |
571 | 2024-12-20T21:17:27.210Z | Checking dirs-sys-next v0.1.2 |
572 | 2024-12-20T21:17:27.393Z | Checking sync_wrapper v1.0.1 |
573 | 2024-12-20T21:17:27.884Z | Compiling rustls v0.22.4 |
574 | 2024-12-20T21:17:28.191Z | Compiling omicron-workspace-hack v0.1.0 |
575 | 2024-12-20T21:17:28.384Z | Compiling rustversion v1.0.17 |
576 | 2024-12-20T21:17:28.462Z | Compiling unsafe-libyaml v0.2.11 |
577 | 2024-12-20T21:17:28.488Z | Checking pretty-hex v0.4.1 |
578 | 2024-12-20T21:17:28.638Z | Checking hyper-tls v0.6.0 |
579 | 2024-12-20T21:17:28.658Z | Checking hyper-rustls v0.27.3 |
580 | 2024-12-20T21:17:28.921Z | Compiling paste v1.0.15 |
581 | 2024-12-20T21:17:28.961Z | Checking ipnet v2.10.1 |
582 | 2024-12-20T21:17:29.400Z | Checking reqwest v0.12.9 |
583 | 2024-12-20T21:17:29.476Z | Checking dirs-next v2.0.0 |
584 | 2024-12-20T21:17:29.643Z | Checking toml_datetime v0.6.8 |
585 | 2024-12-20T21:17:29.697Z | Checking serde_spanned v0.6.8 |
586 | 2024-12-20T21:17:29.886Z | Compiling serde_yaml v0.9.34+deprecated |
587 | 2024-12-20T21:17:29.919Z | Checking ppv-lite86 v0.2.20 |
588 | 2024-12-20T21:17:29.978Z | Compiling structmeta-derive v0.3.0 |
589 | 2024-12-20T21:17:30.203Z | Checking block-buffer v0.10.4 |
590 | 2024-12-20T21:17:30.327Z | Checking crypto-common v0.1.6 |
591 | 2024-12-20T21:17:30.400Z | Checking rand_core v0.6.4 |
592 | 2024-12-20T21:17:30.607Z | Checking thread_local v1.1.8 |
593 | 2024-12-20T21:17:30.684Z | Compiling multer v3.1.0 |
594 | 2024-12-20T21:17:30.704Z | Compiling anyhow v1.0.93 |
595 | 2024-12-20T21:17:30.871Z | Checking winnow v0.6.20 |
596 | 2024-12-20T21:17:30.891Z | Checking match_cfg v0.1.0 |
597 | 2024-12-20T21:17:30.979Z | Compiling slog-async v2.8.0 |
598 | 2024-12-20T21:17:31.007Z | Compiling newtype-uuid v1.1.3 |
599 | 2024-12-20T21:17:31.289Z | Compiling camino v1.1.9 |
600 | 2024-12-20T21:17:31.577Z | Checking hostname v0.3.1 |
601 | 2024-12-20T21:17:31.704Z | Checking progenitor-client v0.8.0 |
602 | 2024-12-20T21:17:31.724Z | Checking rand_chacha v0.3.1 |
603 | 2024-12-20T21:17:32.040Z | Checking digest v0.10.7 |
604 | 2024-12-20T21:17:32.099Z | Checking crossbeam-channel v0.5.13 |
605 | 2024-12-20T21:17:32.120Z | Compiling darling_macro v0.20.10 |
606 | 2024-12-20T21:17:32.362Z | Checking term v0.7.0 |
607 | 2024-12-20T21:17:32.536Z | Compiling structmeta v0.3.0 |
608 | 2024-12-20T21:17:32.931Z | Checking slog-json v2.6.1 |
609 | 2024-12-20T21:17:33.096Z | Compiling darling v0.20.10 |
610 | 2024-12-20T21:17:33.186Z | Compiling usdt-macro v0.5.0 |
611 | 2024-12-20T21:17:33.214Z | Compiling usdt-attr-macro v0.5.0 |
612 | 2024-12-20T21:17:33.430Z | Checking futures-executor v0.3.31 |
613 | 2024-12-20T21:17:33.552Z | Compiling async-stream-impl v0.3.6 |
614 | 2024-12-20T21:17:33.646Z | Checking memmap v0.7.0 |
615 | 2024-12-20T21:17:33.855Z | Checking is-terminal v0.4.13 |
616 | 2024-12-20T21:17:33.978Z | Compiling dropshot v0.13.0 |
617 | 2024-12-20T21:17:33.980Z | Checking toml_edit v0.22.22 |
618 | 2024-12-20T21:17:34.069Z | Checking cpufeatures v0.2.14 |
619 | 2024-12-20T21:17:34.159Z | Checking take_mut v0.2.2 |
620 | 2024-12-20T21:17:34.369Z | Checking sha1 v0.10.6 |
621 | 2024-12-20T21:17:34.450Z | Compiling strum_macros v0.26.4 |
622 | 2024-12-20T21:17:34.599Z | Checking slog-term v2.9.1 |
623 | 2024-12-20T21:17:34.619Z | Checking futures v0.3.31 |
624 | 2024-12-20T21:17:34.637Z | Checking usdt v0.5.0 |
625 | 2024-12-20T21:17:34.720Z | Compiling serde_with_macros v3.11.0 |
626 | 2024-12-20T21:17:34.821Z | Checking async-stream v0.3.6 |
627 | 2024-12-20T21:17:34.860Z | Checking slog-bunyan v2.5.0 |
628 | 2024-12-20T21:17:35.011Z | Compiling parse-display-derive v0.10.0 |
629 | 2024-12-20T21:17:35.031Z | Checking rand v0.8.5 |
630 | 2024-12-20T21:17:36.423Z | Checking tokio-rustls v0.25.0 |
631 | 2024-12-20T21:17:36.531Z | Checking toml v0.8.19 |
632 | 2024-12-20T21:17:36.555Z | Checking ipnetwork v0.20.0 |
633 | 2024-12-20T21:17:36.573Z | Compiling dropshot_endpoint v0.13.0 |
634 | 2024-12-20T21:17:36.745Z | Checking hex v0.4.3 |
635 | 2024-12-20T21:17:36.919Z | Checking serde_path_to_error v0.1.16 |
636 | 2024-12-20T21:17:37.264Z | Compiling async-trait v0.1.83 |
637 | 2024-12-20T21:17:37.295Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
638 | 2024-12-20T21:17:37.331Z | Checking waitgroup v0.1.2 |
639 | 2024-12-20T21:17:37.481Z | Checking hostname v0.4.0 |
640 | 2024-12-20T21:17:37.550Z | Checking instant v0.1.13 |
641 | 2024-12-20T21:17:37.577Z | Checking debug-ignore v1.0.5 |
642 | 2024-12-20T21:17:37.673Z | Checking backoff v0.4.0 |
643 | 2024-12-20T21:17:37.713Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
644 | 2024-12-20T21:17:37.868Z | Checking serde_with v3.11.0 |
645 | 2024-12-20T21:17:37.932Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
646 | 2024-12-20T21:17:38.245Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
647 | 2024-12-20T21:17:38.488Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
648 | 2024-12-20T21:17:38.742Z | Checking parse-display v0.10.0 |
649 | 2024-12-20T21:17:38.762Z | Compiling typify-macro v0.2.0 |
650 | 2024-12-20T21:17:38.782Z | Checking strum v0.26.3 |
651 | 2024-12-20T21:17:38.947Z | Checking macaddr v1.0.1 |
652 | 2024-12-20T21:17:39.002Z | Checking regress v0.9.1 |
653 | 2024-12-20T21:17:39.438Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
654 | 2024-12-20T21:17:40.964Z | Compiling typify v0.2.0 |
655 | 2024-12-20T21:17:41.046Z | Compiling progenitor-impl v0.8.0 |
656 | 2024-12-20T21:17:43.513Z | Compiling progenitor-macro v0.8.0 |
657 | 2024-12-20T21:17:47.609Z | Checking progenitor v0.8.0 |
658 | 2024-12-20T21:17:47.738Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
659 | 2024-12-20T21:17:50.556Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
660 | 2024-12-20T21:17:57.869Z | Checking test-project v0.1.0 (/tmp/test-project) |
661 | 2024-12-20T21:17:57.930Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 14s |
662 | 2024-12-20T21:17:58.253Z | + cargo build --release |
663 | 2024-12-20T21:17:58.495Z | Compiling proc-macro2 v1.0.89 |
664 | 2024-12-20T21:17:58.495Z | Compiling unicode-ident v1.0.13 |
665 | 2024-12-20T21:17:58.495Z | Compiling libc v0.2.162 |
666 | 2024-12-20T21:17:58.495Z | Compiling cfg-if v1.0.0 |
667 | 2024-12-20T21:17:58.497Z | Compiling autocfg v1.4.0 |
668 | 2024-12-20T21:17:58.497Z | Compiling version_check v0.9.5 |
669 | 2024-12-20T21:17:58.497Z | Compiling serde v1.0.215 |
670 | 2024-12-20T21:17:58.497Z | Compiling memchr v2.7.4 |
671 | 2024-12-20T21:17:58.605Z | Compiling serde_json v1.0.132 |
672 | 2024-12-20T21:17:58.703Z | Compiling itoa v1.0.11 |
673 | 2024-12-20T21:17:58.927Z | Compiling thiserror v1.0.69 |
674 | 2024-12-20T21:17:59.036Z | Compiling once_cell v1.20.2 |
675 | 2024-12-20T21:17:59.123Z | Compiling shlex v1.3.0 |
676 | 2024-12-20T21:17:59.409Z | Compiling cc v1.1.30 |
677 | 2024-12-20T21:17:59.459Z | Compiling num-traits v0.2.19 |
678 | 2024-12-20T21:17:59.774Z | Compiling pin-project-lite v0.2.14 |
679 | 2024-12-20T21:17:59.888Z | Compiling smallvec v1.13.2 |
680 | 2024-12-20T21:17:59.957Z | Compiling getrandom v0.2.15 |
681 | 2024-12-20T21:18:00.029Z | Compiling bytes v1.8.0 |
682 | 2024-12-20T21:18:00.114Z | Compiling ryu v1.0.18 |
683 | 2024-12-20T21:18:00.289Z | Compiling quote v1.0.37 |
684 | 2024-12-20T21:18:00.349Z | Compiling futures-core v0.3.31 |
685 | 2024-12-20T21:18:00.497Z | Compiling lock_api v0.4.12 |
686 | 2024-12-20T21:18:00.592Z | Compiling ahash v0.8.11 |
687 | 2024-12-20T21:18:00.656Z | Compiling syn v2.0.87 |
688 | 2024-12-20T21:18:00.851Z | Compiling byteorder v1.5.0 |
689 | 2024-12-20T21:18:00.902Z | Compiling schemars v0.8.21 |
690 | 2024-12-20T21:18:00.935Z | Compiling parking_lot_core v0.9.10 |
691 | 2024-12-20T21:18:01.219Z | Compiling scopeguard v1.2.0 |
692 | 2024-12-20T21:18:01.267Z | Compiling slab v0.4.9 |
693 | 2024-12-20T21:18:01.278Z | Compiling futures-sink v0.3.31 |
694 | 2024-12-20T21:18:01.415Z | Compiling log v0.4.22 |
695 | 2024-12-20T21:18:01.720Z | Compiling mio v1.0.2 |
696 | 2024-12-20T21:18:01.732Z | Compiling socket2 v0.5.7 |
697 | 2024-12-20T21:18:01.841Z | Compiling parking_lot v0.12.3 |
698 | 2024-12-20T21:18:01.848Z | Compiling signal-hook-registry v1.4.2 |
699 | 2024-12-20T21:18:01.848Z | Compiling semver v1.0.23 |
700 | 2024-12-20T21:18:02.177Z | Compiling stable_deref_trait v1.2.0 |
701 | 2024-12-20T21:18:02.336Z | Compiling hashbrown v0.15.1 |
702 | 2024-12-20T21:18:02.350Z | Compiling ring v0.17.8 |
703 | 2024-12-20T21:18:02.616Z | Compiling equivalent v1.0.1 |
704 | 2024-12-20T21:18:02.711Z | Compiling fnv v1.0.7 |
705 | 2024-12-20T21:18:02.833Z | Compiling http v1.1.0 |
706 | 2024-12-20T21:18:03.336Z | Compiling futures-channel v0.3.31 |
707 | 2024-12-20T21:18:03.365Z | Compiling pin-utils v0.1.0 |
708 | 2024-12-20T21:18:03.376Z | Compiling futures-task v0.3.31 |
709 | 2024-12-20T21:18:03.444Z | Compiling futures-io v0.3.31 |
710 | 2024-12-20T21:18:03.757Z | Compiling spin v0.9.8 |
711 | 2024-12-20T21:18:03.769Z | Compiling vcpkg v0.2.15 |
712 | 2024-12-20T21:18:03.806Z | Compiling heck v0.5.0 |
713 | 2024-12-20T21:18:03.843Z | Compiling pkg-config v0.3.31 |
714 | 2024-12-20T21:18:03.870Z | Compiling rustls-pki-types v1.10.0 |
715 | 2024-12-20T21:18:04.817Z | Compiling litemap v0.7.3 |
716 | 2024-12-20T21:18:05.030Z | Compiling httparse v1.9.5 |
717 | 2024-12-20T21:18:05.251Z | Compiling writeable v0.5.5 |
718 | 2024-12-20T21:18:05.338Z | Compiling openssl-sys v0.9.103 |
719 | 2024-12-20T21:18:05.702Z | Compiling untrusted v0.9.0 |
720 | 2024-12-20T21:18:05.796Z | Compiling ucd-trie v0.1.7 |
721 | 2024-12-20T21:18:05.874Z | Compiling iana-time-zone v0.1.61 |
722 | 2024-12-20T21:18:06.253Z | Compiling tracing-core v0.1.32 |
723 | 2024-12-20T21:18:06.425Z | Compiling dyn-clone v1.0.17 |
724 | 2024-12-20T21:18:06.583Z | Compiling atomic-waker v1.1.2 |
725 | 2024-12-20T21:18:06.692Z | Compiling allocator-api2 v0.2.18 |
726 | 2024-12-20T21:18:07.430Z | Compiling tracing v0.1.40 |
727 | 2024-12-20T21:18:07.462Z | Compiling http-body v1.0.1 |
728 | 2024-12-20T21:18:07.728Z | Compiling zeroize v1.8.1 |
729 | 2024-12-20T21:18:07.855Z | Compiling try-lock v0.2.5 |
730 | 2024-12-20T21:18:07.963Z | Compiling chrono v0.4.38 |
731 | 2024-12-20T21:18:07.981Z | Compiling uuid v1.11.0 |
732 | 2024-12-20T21:18:08.062Z | Compiling icu_locid_transform_data v1.5.0 |
733 | 2024-12-20T21:18:08.142Z | Compiling subtle v2.6.1 |
734 | 2024-12-20T21:18:08.272Z | Compiling want v0.3.1 |
735 | 2024-12-20T21:18:08.397Z | Compiling synstructure v0.13.1 |
736 | 2024-12-20T21:18:08.522Z | Compiling serde_derive_internals v0.29.1 |
737 | 2024-12-20T21:18:08.603Z | Compiling slog v2.7.0 |
738 | 2024-12-20T21:18:09.449Z | Compiling icu_properties_data v1.5.0 |
739 | 2024-12-20T21:18:09.698Z | Compiling openssl v0.10.66 |
740 | 2024-12-20T21:18:09.774Z | Compiling foreign-types-shared v0.1.1 |
741 | 2024-12-20T21:18:09.872Z | Compiling httpdate v1.0.3 |
742 | 2024-12-20T21:18:10.011Z | Compiling foreign-types v0.3.2 |
743 | 2024-12-20T21:18:10.592Z | Compiling aho-corasick v1.1.3 |
744 | 2024-12-20T21:18:10.659Z | Compiling native-tls v0.2.12 |
745 | 2024-12-20T21:18:11.021Z | Compiling write16 v1.0.0 |
746 | 2024-12-20T21:18:11.150Z | Compiling regex-syntax v0.8.5 |
747 | 2024-12-20T21:18:11.419Z | Compiling rustls v0.23.19 |
748 | 2024-12-20T21:18:11.574Z | Compiling percent-encoding v2.3.1 |
749 | 2024-12-20T21:18:11.726Z | Compiling utf8_iter v1.0.4 |
750 | 2024-12-20T21:18:11.976Z | Compiling typenum v1.17.0 |
751 | 2024-12-20T21:18:12.050Z | Compiling bitflags v2.6.0 |
752 | 2024-12-20T21:18:12.133Z | Compiling tower-service v0.3.3 |
753 | 2024-12-20T21:18:12.238Z | Compiling utf16_iter v1.0.5 |
754 | 2024-12-20T21:18:12.400Z | Compiling icu_normalizer_data v1.5.0 |
755 | 2024-12-20T21:18:12.454Z | Compiling form_urlencoded v1.2.1 |
756 | 2024-12-20T21:18:13.005Z | Compiling generic-array v0.14.7 |
757 | 2024-12-20T21:18:13.015Z | Compiling openssl-probe v0.1.5 |
758 | 2024-12-20T21:18:13.866Z | Compiling serde_derive v1.0.215 |
759 | 2024-12-20T21:18:14.343Z | Compiling zerocopy-derive v0.7.35 |
760 | 2024-12-20T21:18:14.640Z | Compiling thiserror-impl v1.0.69 |
761 | 2024-12-20T21:18:14.978Z | Compiling schemars_derive v0.8.21 |
762 | 2024-12-20T21:18:15.029Z | Compiling zerofrom-derive v0.1.4 |
763 | 2024-12-20T21:18:16.438Z | Compiling zerocopy v0.7.35 |
764 | 2024-12-20T21:18:17.626Z | Compiling yoke-derive v0.7.4 |
765 | 2024-12-20T21:18:18.013Z | Compiling tokio-macros v2.4.0 |
766 | 2024-12-20T21:18:18.030Z | Compiling zerovec-derive v0.10.3 |
767 | 2024-12-20T21:18:18.553Z | Compiling zerofrom v0.1.4 |
768 | 2024-12-20T21:18:18.688Z | Compiling futures-macro v0.3.31 |
769 | 2024-12-20T21:18:18.779Z | Compiling displaydoc v0.2.5 |
770 | 2024-12-20T21:18:19.527Z | Compiling tokio v1.40.0 |
771 | 2024-12-20T21:18:20.363Z | Compiling yoke v0.7.4 |
772 | 2024-12-20T21:18:20.509Z | Compiling pest v2.7.14 |
773 | 2024-12-20T21:18:20.537Z | Compiling futures-util v0.3.31 |
774 | 2024-12-20T21:18:20.733Z | Compiling zerovec v0.10.4 |
775 | 2024-12-20T21:18:20.851Z | Compiling icu_provider_macros v1.5.0 |
776 | 2024-12-20T21:18:20.916Z | Compiling hashbrown v0.14.5 |
777 | 2024-12-20T21:18:22.350Z | Compiling rustls-webpki v0.102.8 |
778 | 2024-12-20T21:18:23.436Z | Compiling tinystr v0.7.6 |
779 | 2024-12-20T21:18:23.744Z | Compiling pest_meta v2.7.14 |
780 | 2024-12-20T21:18:23.885Z | Compiling icu_locid v1.5.0 |
781 | 2024-12-20T21:18:26.976Z | Compiling icu_provider v1.5.0 |
782 | 2024-12-20T21:18:27.531Z | Compiling pest_generator v2.7.14 |
783 | 2024-12-20T21:18:28.134Z | Compiling indexmap v2.6.0 |
784 | 2024-12-20T21:18:29.244Z | Compiling serde_tokenstream v0.2.2 |
785 | 2024-12-20T21:18:29.960Z | Compiling tokio-util v0.7.12 |
786 | 2024-12-20T21:18:31.152Z | Compiling h2 v0.4.6 |
787 | 2024-12-20T21:18:31.366Z | Compiling icu_locid_transform v1.5.0 |
788 | 2024-12-20T21:18:32.220Z | Compiling icu_collections v1.5.0 |
789 | 2024-12-20T21:18:34.582Z | Compiling regress v0.10.1 |
790 | 2024-12-20T21:18:34.956Z | Compiling icu_properties v1.5.1 |
791 | 2024-12-20T21:18:37.340Z | Compiling hyper v1.5.0 |
792 | 2024-12-20T21:18:38.241Z | Compiling pest_derive v2.7.14 |
793 | 2024-12-20T21:18:39.101Z | Compiling typify-impl v0.2.0 |
794 | 2024-12-20T21:18:39.858Z | Compiling openssl-macros v0.1.1 |
795 | 2024-12-20T21:18:41.277Z | Compiling hyper-util v0.1.10 |
796 | 2024-12-20T21:18:46.834Z | Compiling icu_normalizer v1.5.0 |
797 | 2024-12-20T21:18:47.212Z | Compiling regex-automata v0.4.8 |
798 | 2024-12-20T21:18:48.238Z | Compiling idna_adapter v1.2.0 |
799 | 2024-12-20T21:18:49.581Z | Compiling http-body-util v0.1.2 |
800 | 2024-12-20T21:18:50.152Z | Compiling scroll_derive v0.12.0 |
801 | 2024-12-20T21:18:51.097Z | Compiling typify-macro v0.2.0 |
802 | 2024-12-20T21:18:51.649Z | Compiling regex v1.11.1 |
803 | 2024-12-20T21:18:52.133Z | Compiling usdt-impl v0.5.0 |
804 | 2024-12-20T21:18:52.491Z | Compiling encoding_rs v0.8.34 |
805 | 2024-12-20T21:18:52.644Z | Compiling num-conv v0.1.0 |
806 | 2024-12-20T21:18:52.905Z | Compiling mime v0.3.17 |
807 | 2024-12-20T21:18:53.982Z | Compiling powerfmt v0.2.0 |
808 | 2024-12-20T21:18:54.918Z | Compiling time-core v0.1.2 |
809 | 2024-12-20T21:18:55.054Z | Compiling deranged v0.3.11 |
810 | 2024-12-20T21:18:55.066Z | Compiling time-macros v0.2.18 |
811 | 2024-12-20T21:18:55.245Z | Compiling scroll v0.12.0 |
812 | 2024-12-20T21:18:55.866Z | Compiling tokio-native-tls v0.3.1 |
813 | 2024-12-20T21:18:56.142Z | Compiling idna v1.0.3 |
814 | 2024-12-20T21:18:57.331Z | Compiling tokio-rustls v0.26.0 |
815 | 2024-12-20T21:18:58.111Z | Compiling dtrace-parser v0.2.0 |
816 | 2024-12-20T21:19:01.822Z | Compiling dof v0.3.0 |
817 | 2024-12-20T21:19:02.693Z | Compiling serde_urlencoded v0.7.1 |
818 | 2024-12-20T21:19:03.268Z | Compiling thread-id v4.2.2 |
819 | 2024-12-20T21:19:03.376Z | Compiling rustls-pemfile v2.2.0 |
820 | 2024-12-20T21:19:03.816Z | Compiling webpki-roots v0.26.6 |
821 | 2024-12-20T21:19:04.013Z | Compiling num_threads v0.1.7 |
822 | 2024-12-20T21:19:04.120Z | Compiling ident_case v1.0.1 |
823 | 2024-12-20T21:19:04.965Z | Compiling base64 v0.22.1 |
824 | 2024-12-20T21:19:05.405Z | Compiling omicron-workspace-hack v0.1.0 |
825 | 2024-12-20T21:19:06.099Z | Compiling plain v0.2.3 |
826 | 2024-12-20T21:19:06.401Z | Compiling crossbeam-utils v0.8.20 |
827 | 2024-12-20T21:19:06.421Z | Compiling strsim v0.11.1 |
828 | 2024-12-20T21:19:06.612Z | Compiling time v0.3.36 |
829 | 2024-12-20T21:19:06.893Z | Compiling darling_core v0.20.10 |
830 | 2024-12-20T21:19:06.962Z | Compiling goblin v0.8.2 |
831 | 2024-12-20T21:19:14.399Z | Compiling hyper-rustls v0.27.3 |
832 | 2024-12-20T21:19:16.106Z | Compiling url v2.5.3 |
833 | 2024-12-20T21:19:16.320Z | Compiling hyper-tls v0.6.0 |
834 | 2024-12-20T21:19:16.650Z | Compiling typify v0.2.0 |
835 | 2024-12-20T21:19:16.769Z | Compiling openapiv3 v2.0.0 |
836 | 2024-12-20T21:19:17.307Z | Compiling sync_wrapper v1.0.1 |
837 | 2024-12-20T21:19:17.453Z | Compiling dirs-sys-next v0.1.2 |
838 | 2024-12-20T21:19:18.934Z | Compiling rustversion v1.0.17 |
839 | 2024-12-20T21:19:19.585Z | Compiling ipnet v2.10.1 |
840 | 2024-12-20T21:19:20.993Z | Compiling paste v1.0.15 |
841 | 2024-12-20T21:19:21.475Z | Compiling rustls v0.22.4 |
842 | 2024-12-20T21:19:21.786Z | Compiling pretty-hex v0.4.1 |
843 | 2024-12-20T21:19:21.871Z | Compiling unsafe-libyaml v0.2.11 |
844 | 2024-12-20T21:19:22.824Z | Compiling progenitor-impl v0.8.0 |
845 | 2024-12-20T21:19:23.367Z | Compiling serde_yaml v0.9.34+deprecated |
846 | 2024-12-20T21:19:23.599Z | Compiling reqwest v0.12.9 |
847 | 2024-12-20T21:19:27.305Z | Compiling dirs-next v2.0.0 |
848 | 2024-12-20T21:19:27.687Z | Compiling darling_macro v0.20.10 |
849 | 2024-12-20T21:19:29.479Z | Compiling block-buffer v0.10.4 |
850 | 2024-12-20T21:19:29.714Z | Compiling crypto-common v0.1.6 |
851 | 2024-12-20T21:19:29.920Z | Compiling serde_spanned v0.6.8 |
852 | 2024-12-20T21:19:30.154Z | Compiling toml_datetime v0.6.8 |
853 | 2024-12-20T21:19:30.196Z | Compiling ppv-lite86 v0.2.20 |
854 | 2024-12-20T21:19:30.485Z | Compiling structmeta-derive v0.3.0 |
855 | 2024-12-20T21:19:30.831Z | Compiling rand_core v0.6.4 |
856 | 2024-12-20T21:19:31.230Z | Compiling thread_local v1.1.8 |
857 | 2024-12-20T21:19:31.292Z | Compiling multer v3.1.0 |
858 | 2024-12-20T21:19:31.619Z | Compiling anyhow v1.0.93 |
859 | 2024-12-20T21:19:31.768Z | Compiling newtype-uuid v1.1.3 |
860 | 2024-12-20T21:19:31.931Z | Compiling camino v1.1.9 |
861 | 2024-12-20T21:19:32.073Z | Compiling match_cfg v0.1.0 |
862 | 2024-12-20T21:19:32.158Z | Compiling winnow v0.6.20 |
863 | 2024-12-20T21:19:32.209Z | Compiling slog-async v2.8.0 |
864 | 2024-12-20T21:19:32.739Z | Compiling hostname v0.3.1 |
865 | 2024-12-20T21:19:32.958Z | Compiling rand_chacha v0.3.1 |
866 | 2024-12-20T21:19:33.223Z | Compiling structmeta v0.3.0 |
867 | 2024-12-20T21:19:33.594Z | Compiling digest v0.10.7 |
868 | 2024-12-20T21:19:34.005Z | Compiling crossbeam-channel v0.5.13 |
869 | 2024-12-20T21:19:34.675Z | Compiling progenitor-macro v0.8.0 |
870 | 2024-12-20T21:19:35.033Z | Compiling darling v0.20.10 |
871 | 2024-12-20T21:19:35.602Z | Compiling term v0.7.0 |
872 | 2024-12-20T21:19:36.000Z | Compiling toml_edit v0.22.22 |
873 | 2024-12-20T21:19:37.787Z | Compiling progenitor-client v0.8.0 |
874 | 2024-12-20T21:19:40.221Z | Compiling usdt-attr-macro v0.5.0 |
875 | 2024-12-20T21:19:41.676Z | Compiling usdt-macro v0.5.0 |
876 | 2024-12-20T21:19:43.016Z | Compiling slog-json v2.6.1 |
877 | 2024-12-20T21:19:43.449Z | Compiling futures-executor v0.3.31 |
878 | 2024-12-20T21:19:44.227Z | Compiling async-stream-impl v0.3.6 |
879 | 2024-12-20T21:19:44.633Z | Compiling is-terminal v0.4.13 |
880 | 2024-12-20T21:19:44.747Z | Compiling memmap v0.7.0 |
881 | 2024-12-20T21:19:45.176Z | Compiling dropshot v0.13.0 |
882 | 2024-12-20T21:19:45.502Z | Compiling take_mut v0.2.2 |
883 | 2024-12-20T21:19:45.572Z | Compiling cpufeatures v0.2.14 |
884 | 2024-12-20T21:19:45.638Z | Compiling sha1 v0.10.6 |
885 | 2024-12-20T21:19:46.416Z | Compiling async-stream v0.3.6 |
886 | 2024-12-20T21:19:46.759Z | Compiling usdt v0.5.0 |
887 | 2024-12-20T21:19:47.643Z | Compiling progenitor v0.8.0 |
888 | 2024-12-20T21:19:47.832Z | Compiling slog-term v2.9.1 |
889 | 2024-12-20T21:19:48.300Z | Compiling tokio-rustls v0.25.0 |
890 | 2024-12-20T21:19:48.733Z | Compiling futures v0.3.31 |
891 | 2024-12-20T21:19:48.923Z | Compiling slog-bunyan v2.5.0 |
892 | 2024-12-20T21:19:48.955Z | Compiling toml v0.8.19 |
893 | 2024-12-20T21:19:49.186Z | Compiling strum_macros v0.26.4 |
894 | 2024-12-20T21:19:50.781Z | Compiling serde_with_macros v3.11.0 |
895 | 2024-12-20T21:19:53.465Z | Compiling parse-display-derive v0.10.0 |
896 | 2024-12-20T21:19:53.734Z | Compiling rand v0.8.5 |
897 | 2024-12-20T21:19:58.118Z | Compiling ipnetwork v0.20.0 |
898 | 2024-12-20T21:19:58.383Z | Compiling dropshot_endpoint v0.13.0 |
899 | 2024-12-20T21:19:58.734Z | Compiling hex v0.4.3 |
900 | 2024-12-20T21:19:59.050Z | Compiling serde_path_to_error v0.1.16 |
901 | 2024-12-20T21:19:59.434Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
902 | 2024-12-20T21:20:00.095Z | Compiling async-trait v0.1.83 |
903 | 2024-12-20T21:20:00.237Z | Compiling waitgroup v0.1.2 |
904 | 2024-12-20T21:20:00.464Z | Compiling hostname v0.4.0 |
905 | 2024-12-20T21:20:00.714Z | Compiling instant v0.1.13 |
906 | 2024-12-20T21:20:00.860Z | Compiling debug-ignore v1.0.5 |
907 | 2024-12-20T21:20:01.082Z | Compiling backoff v0.4.0 |
908 | 2024-12-20T21:20:01.401Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
909 | 2024-12-20T21:20:01.577Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
910 | 2024-12-20T21:20:01.745Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
911 | 2024-12-20T21:20:02.650Z | Compiling parse-display v0.10.0 |
912 | 2024-12-20T21:20:03.142Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
913 | 2024-12-20T21:20:04.749Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
914 | 2024-12-20T21:20:05.400Z | Compiling strum v0.26.3 |
915 | 2024-12-20T21:20:05.508Z | Compiling serde_with v3.11.0 |
916 | 2024-12-20T21:20:06.658Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
917 | 2024-12-20T21:20:07.215Z | Compiling regress v0.9.1 |
918 | 2024-12-20T21:20:07.471Z | Compiling macaddr v1.0.1 |
919 | 2024-12-20T21:20:13.305Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
920 | 2024-12-20T21:20:23.746Z | Compiling test-project v0.1.0 (/tmp/test-project) |
921 | 2024-12-20T21:20:33.239Z | Finished `release` profile [optimized] target(s) in 2m 34s |
922 | 2024-12-20T21:20:33.303Z | process exited: duration 232444 ms, exit code 0 |
|
923 | 2024-12-20T21:20:33.309Z | found 0 output files |