|
|
|
1 | 2025-01-08T17:36:19.325Z | job assigned to worker 01JH3FRGNSN7ZSNJNY6NJ151JB [factory aws, i-088aa13da458e1cfa] (queued for 1 m 1 s) |
|
2 | 2025-01-08T17:36:27.002Z | starting task 0: "setup" |
3 | 2025-01-08T17:36:27.012Z | ++ uname -s |
4 | 2025-01-08T17:36:27.015Z | + kern=SunOS |
5 | 2025-01-08T17:36:27.015Z | + case "$kern" in |
6 | 2025-01-08T17:36:27.015Z | + groupadd -g 12345 build |
7 | 2025-01-08T17:36:27.018Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2025-01-08T17:36:29.025Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2025-01-08T17:36:29.115Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2025-01-08T17:36:29.117Z | + home_fs=zfs |
11 | 2025-01-08T17:36:29.117Z | + [[ zfs == autofs ]] |
12 | 2025-01-08T17:36:29.117Z | + mkdir -p /home/build |
13 | 2025-01-08T17:36:29.120Z | + chown build:build /home/build /work |
14 | 2025-01-08T17:36:31.122Z | + chmod 0700 /home/build /work |
15 | 2025-01-08T17:36:31.124Z | process exited: duration 4122 ms, exit code 0 |
|
16 | 2025-01-08T17:36:31.130Z | starting task 1: "rust-toolchain" |
17 | 2025-01-08T17:36:31.135Z | + printf ' * toolchain channel = "%s" |
18 | 2025-01-08T17:36:31.135Z | ' 1.81.0 |
19 | 2025-01-08T17:36:31.135Z | + printf ' * toolchain profile = "%s" |
20 | 2025-01-08T17:36:31.135Z | ' default |
21 | 2025-01-08T17:36:31.135Z | * toolchain channel = "1.81.0" |
22 | 2025-01-08T17:36:31.135Z | * toolchain profile = "default" |
23 | 2025-01-08T17:36:31.138Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2025-01-08T17:36:31.138Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2025-01-08T17:36:31.252Z | info: downloading installer |
26 | 2025-01-08T17:36:32.432Z | info: profile set to 'default' |
27 | 2025-01-08T17:36:32.432Z | info: default host triple is x86_64-unknown-illumos |
28 | 2025-01-08T17:36:32.435Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2025-01-08T17:36:32.591Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2025-01-08T17:36:32.591Z | info: downloading component 'cargo' |
31 | 2025-01-08T17:36:33.462Z | info: downloading component 'clippy' |
32 | 2025-01-08T17:36:33.786Z | info: downloading component 'rust-docs' |
33 | 2025-01-08T17:36:34.996Z | info: downloading component 'rust-std' |
34 | 2025-01-08T17:36:36.877Z | info: downloading component 'rustc' |
35 | 2025-01-08T17:36:43.636Z | info: downloading component 'rustfmt' |
36 | 2025-01-08T17:36:43.889Z | info: installing component 'cargo' |
37 | 2025-01-08T17:36:44.697Z | info: installing component 'clippy' |
38 | 2025-01-08T17:36:45.062Z | info: installing component 'rust-docs' |
39 | 2025-01-08T17:36:46.724Z | info: installing component 'rust-std' |
40 | 2025-01-08T17:36:48.462Z | info: installing component 'rustc' |
41 | 2025-01-08T17:36:54.169Z | info: installing component 'rustfmt' |
42 | 2025-01-08T17:36:54.488Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2025-01-08T17:36:54.488Z | |
44 | 2025-01-08T17:36:54.853Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2025-01-08T17:36:54.853Z | |
46 | 2025-01-08T17:36:54.856Z | |
47 | 2025-01-08T17:36:54.856Z | Rust is installed now. Great! |
48 | 2025-01-08T17:36:54.856Z | |
49 | 2025-01-08T17:36:54.856Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2025-01-08T17:36:54.856Z | environment variable. This has not been done automatically. |
51 | 2025-01-08T17:36:54.856Z | |
52 | 2025-01-08T17:36:54.856Z | To configure your current shell, you need to source |
53 | 2025-01-08T17:36:54.856Z | the corresponding env file under $HOME/.cargo. |
54 | 2025-01-08T17:36:54.856Z | |
55 | 2025-01-08T17:36:54.856Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2025-01-08T17:36:54.856Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2025-01-08T17:36:54.856Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2025-01-08T17:36:54.925Z | + rustc --version |
59 | 2025-01-08T17:36:54.990Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2025-01-08T17:36:54.993Z | process exited: duration 23859 ms, exit code 0 |
|
61 | 2025-01-08T17:36:54.998Z | starting task 2: "authentication" |
62 | 2025-01-08T17:36:55.024Z | process exited: duration 23 ms, exit code 0 |
|
63 | 2025-01-08T17:36:55.034Z | starting task 3: "clone repository" |
64 | 2025-01-08T17:36:55.038Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2025-01-08T17:36:55.040Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2025-01-08T17:36:55.081Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2025-01-08T17:37:02.457Z | + cd /work/oxidecomputer/omicron |
68 | 2025-01-08T17:37:02.457Z | + git fetch origin 95cfd680cf02778daa4c1e551dfbc84fa5def630 |
69 | 2025-01-08T17:37:02.808Z | From https://github.com/oxidecomputer/omicron |
70 | 2025-01-08T17:37:02.808Z | * branch 95cfd680cf02778daa4c1e551dfbc84fa5def630 -> FETCH_HEAD |
71 | 2025-01-08T17:37:02.818Z | + [[ -n blueprint-zones-map ]] |
72 | 2025-01-08T17:37:02.821Z | ++ git branch --show-current |
73 | 2025-01-08T17:37:02.824Z | + current=main |
74 | 2025-01-08T17:37:02.824Z | + [[ main != blueprint-zones-map ]] |
75 | 2025-01-08T17:37:02.824Z | + git branch -f blueprint-zones-map 95cfd680cf02778daa4c1e551dfbc84fa5def630 |
76 | 2025-01-08T17:37:02.827Z | + git checkout -f blueprint-zones-map |
77 | 2025-01-08T17:37:03.003Z | Switched to branch 'blueprint-zones-map' |
78 | 2025-01-08T17:37:03.005Z | + git reset --hard 95cfd680cf02778daa4c1e551dfbc84fa5def630 |
79 | 2025-01-08T17:37:03.178Z | HEAD is now at 95cfd680c review feedback |
80 | 2025-01-08T17:37:03.181Z | process exited: duration 8146 ms, exit code 0 |
|
81 | 2025-01-08T17:37:03.186Z | starting task 4: "build" |
82 | 2025-01-08T17:37:03.192Z | + source .github/buildomat/ci-env.sh |
83 | 2025-01-08T17:37:03.195Z | ++ export CARGO_TERM_COLOR=always |
84 | 2025-01-08T17:37:03.195Z | ++ CARGO_TERM_COLOR=always |
85 | 2025-01-08T17:37:03.195Z | + cargo --version |
86 | 2025-01-08T17:37:03.251Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2025-01-08T17:37:03.254Z | + rustc --version |
88 | 2025-01-08T17:37:03.315Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2025-01-08T17:37:03.317Z | + cd /tmp |
90 | 2025-01-08T17:37:03.317Z | + cargo new --lib test-project |
91 | 2025-01-08T17:37:03.376Z | Creating library `test-project` package |
92 | 2025-01-08T17:37:03.452Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
93 | 2025-01-08T17:37:03.454Z | + cd test-project |
94 | 2025-01-08T17:37:03.454Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
95 | 2025-01-08T17:37:03.513Z | Adding omicron-common (local) to dependencies |
96 | 2025-01-08T17:37:03.513Z | Features: |
97 | 2025-01-08T17:37:03.516Z | - proptest |
98 | 2025-01-08T17:37:03.516Z | - test-strategy |
99 | 2025-01-08T17:37:03.516Z | - testing |
100 | 2025-01-08T17:37:03.516Z | Updating crates.io index |
101 | 2025-01-08T17:37:03.601Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
102 | 2025-01-08T17:37:04.042Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
103 | 2025-01-08T17:37:04.658Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
104 | 2025-01-08T17:37:05.128Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
105 | 2025-01-08T17:37:05.553Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
106 | 2025-01-08T17:37:06.828Z | Locking 334 packages to latest compatible versions |
107 | 2025-01-08T17:37:06.830Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
108 | 2025-01-08T17:37:06.830Z | Adding dropshot v0.13.0 (latest: v0.15.1) |
109 | 2025-01-08T17:37:06.830Z | Adding dropshot_endpoint v0.13.0 (latest: v0.15.1) |
110 | 2025-01-08T17:37:06.833Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
111 | 2025-01-08T17:37:06.833Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
112 | 2025-01-08T17:37:06.833Z | Adding generic-array v0.14.7 (latest: v1.1.1) |
113 | 2025-01-08T17:37:06.833Z | Adding goblin v0.8.2 (latest: v0.9.3) |
114 | 2025-01-08T17:37:06.833Z | Adding hashbrown v0.12.3 (latest: v0.15.2) |
115 | 2025-01-08T17:37:06.833Z | Adding hashbrown v0.14.5 (latest: v0.15.2) |
116 | 2025-01-08T17:37:06.833Z | Adding hostname v0.3.1 (latest: v0.4.0) |
117 | 2025-01-08T17:37:06.836Z | Adding indexmap v1.9.3 (latest: v2.7.0) |
118 | 2025-01-08T17:37:06.836Z | Adding ipnetwork v0.20.0 (latest: v0.21.1) |
119 | 2025-01-08T17:37:06.836Z | Adding itertools v0.10.5 (latest: v0.14.0) |
120 | 2025-01-08T17:37:06.836Z | Adding linux-raw-sys v0.4.15 (latest: v0.7.0) |
121 | 2025-01-08T17:37:06.838Z | Adding progenitor v0.8.0 (latest: v0.9.1) |
122 | 2025-01-08T17:37:06.838Z | Adding progenitor-client v0.8.0 (latest: v0.9.1) |
123 | 2025-01-08T17:37:06.838Z | Adding progenitor-impl v0.8.0 (latest: v0.9.1) |
124 | 2025-01-08T17:37:06.838Z | Adding progenitor-macro v0.8.0 (latest: v0.9.1) |
125 | 2025-01-08T17:37:06.838Z | Adding redox_users v0.4.6 (latest: v0.5.0) |
126 | 2025-01-08T17:37:06.838Z | Adding regress v0.9.1 (latest: v0.10.1) |
127 | 2025-01-08T17:37:06.846Z | Adding rustls v0.22.4 (latest: v0.23.20) |
128 | 2025-01-08T17:37:06.848Z | Adding security-framework v2.11.1 (latest: v3.2.0) |
129 | 2025-01-08T17:37:06.850Z | Adding syn v1.0.109 (latest: v2.0.95) |
130 | 2025-01-08T17:37:06.853Z | Adding term v0.7.0 (latest: v1.0.1) |
131 | 2025-01-08T17:37:06.853Z | Adding thiserror v1.0.69 (latest: v2.0.9) |
132 | 2025-01-08T17:37:06.853Z | Adding thiserror-impl v1.0.69 (latest: v2.0.9) |
133 | 2025-01-08T17:37:06.853Z | Adding thread-id v4.2.2 (latest: v5.0.0) |
134 | 2025-01-08T17:37:06.853Z | Adding tinystr v0.7.6 (latest: v0.8.0) |
135 | 2025-01-08T17:37:06.853Z | Adding tokio-rustls v0.25.0 (latest: v0.26.1) |
136 | 2025-01-08T17:37:06.856Z | Adding typify v0.2.0 (latest: v0.3.0) |
137 | 2025-01-08T17:37:06.856Z | Adding typify-impl v0.2.0 (latest: v0.3.0) |
138 | 2025-01-08T17:37:06.856Z | Adding typify-macro v0.2.0 (latest: v0.3.0) |
139 | 2025-01-08T17:37:06.856Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.3+wasi-0.2.2) |
140 | 2025-01-08T17:37:06.856Z | Adding windows v0.52.0 (latest: v0.59.0) |
141 | 2025-01-08T17:37:06.859Z | Adding windows-core v0.52.0 (latest: v0.59.0) |
142 | 2025-01-08T17:37:06.859Z | Adding windows-registry v0.2.0 (latest: v0.4.0) |
143 | 2025-01-08T17:37:06.859Z | Adding windows-result v0.2.0 (latest: v0.3.0) |
144 | 2025-01-08T17:37:06.859Z | Adding windows-strings v0.1.0 (latest: v0.3.0) |
145 | 2025-01-08T17:37:06.859Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
146 | 2025-01-08T17:37:06.859Z | Adding windows-targets v0.52.6 (latest: v0.53.0) |
147 | 2025-01-08T17:37:06.859Z | Adding windows_aarch64_gnullvm v0.52.6 (latest: v0.53.0) |
148 | 2025-01-08T17:37:06.860Z | Adding windows_aarch64_msvc v0.52.6 (latest: v0.53.0) |
149 | 2025-01-08T17:37:06.860Z | Adding windows_i686_gnu v0.52.6 (latest: v0.53.0) |
150 | 2025-01-08T17:37:06.860Z | Adding windows_i686_gnullvm v0.52.6 (latest: v0.53.0) |
151 | 2025-01-08T17:37:06.860Z | Adding windows_i686_msvc v0.52.6 (latest: v0.53.0) |
152 | 2025-01-08T17:37:06.860Z | Adding windows_x86_64_gnu v0.52.6 (latest: v0.53.0) |
153 | 2025-01-08T17:37:06.860Z | Adding windows_x86_64_gnullvm v0.52.6 (latest: v0.53.0) |
154 | 2025-01-08T17:37:06.860Z | Adding windows_x86_64_msvc v0.52.6 (latest: v0.53.0) |
155 | 2025-01-08T17:37:06.860Z | Adding writeable v0.5.5 (latest: v0.6.0) |
156 | 2025-01-08T17:37:06.860Z | Adding zerocopy v0.7.35 (latest: v0.8.14) |
157 | 2025-01-08T17:37:06.860Z | Adding zerocopy-derive v0.7.35 (latest: v0.8.14) |
158 | 2025-01-08T17:37:06.860Z | Adding zerovec v0.10.4 (latest: v0.11.0) |
159 | 2025-01-08T17:37:06.860Z | Adding zerovec-derive v0.10.3 (latest: v0.11.0) |
160 | 2025-01-08T17:37:06.935Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
161 | 2025-01-08T17:37:06.938Z | + cargo check |
162 | 2025-01-08T17:37:07.103Z | Updating crates.io index |
163 | 2025-01-08T17:37:07.864Z | Locking 2 packages to latest compatible versions |
164 | 2025-01-08T17:37:10.611Z | Adding omicron-workspace-hack v0.1.0 |
165 | 2025-01-08T17:37:12.699Z | Adding test-project v0.1.0 (/tmp/test-project) |
166 | 2025-01-08T17:37:13.447Z | Downloading crates ... |
167 | 2025-01-08T17:37:13.530Z | Downloaded take_mut v0.2.2 |
168 | 2025-01-08T17:37:13.534Z | Downloaded match_cfg v0.1.0 |
169 | 2025-01-08T17:37:13.541Z | Downloaded term v0.7.0 |
170 | 2025-01-08T17:37:13.544Z | Downloaded tinyvec_macros v0.1.1 |
171 | 2025-01-08T17:37:13.548Z | Downloaded ahash v0.8.11 |
172 | 2025-01-08T17:37:13.553Z | Downloaded usdt-macro v0.5.0 |
173 | 2025-01-08T17:37:13.561Z | Downloaded time-core v0.1.2 |
174 | 2025-01-08T17:37:13.565Z | Downloaded num-conv v0.1.0 |
175 | 2025-01-08T17:37:13.567Z | Downloaded openssl-macros v0.1.1 |
176 | 2025-01-08T17:37:13.570Z | Downloaded async-trait v0.1.83 |
177 | 2025-01-08T17:37:13.573Z | Downloaded progenitor-client v0.8.0 |
178 | 2025-01-08T17:37:13.576Z | Downloaded want v0.3.1 |
179 | 2025-01-08T17:37:13.576Z | Downloaded usdt-attr-macro v0.5.0 |
180 | 2025-01-08T17:37:13.576Z | Downloaded try-lock v0.2.5 |
181 | 2025-01-08T17:37:13.579Z | Downloaded tower-service v0.3.3 |
182 | 2025-01-08T17:37:13.579Z | Downloaded async-stream-impl v0.3.6 |
183 | 2025-01-08T17:37:13.579Z | Downloaded yoke-derive v0.7.4 |
184 | 2025-01-08T17:37:13.583Z | Downloaded pretty-hex v0.4.1 |
185 | 2025-01-08T17:37:13.583Z | Downloaded omicron-workspace-hack v0.1.0 |
186 | 2025-01-08T17:37:13.587Z | Downloaded openssl-probe v0.1.5 |
187 | 2025-01-08T17:37:13.593Z | Downloaded num_threads v0.1.7 |
188 | 2025-01-08T17:37:13.593Z | Downloaded tokio-macros v2.4.0 |
189 | 2025-01-08T17:37:13.596Z | Downloaded zerofrom v0.1.4 |
190 | 2025-01-08T17:37:13.599Z | Downloaded write16 v1.0.0 |
191 | 2025-01-08T17:37:13.599Z | Downloaded autocfg v1.4.0 |
192 | 2025-01-08T17:37:13.601Z | Downloaded atomic-waker v1.1.2 |
193 | 2025-01-08T17:37:13.601Z | Downloaded thiserror-impl v1.0.69 |
194 | 2025-01-08T17:37:13.604Z | Downloaded debug-ignore v1.0.5 |
195 | 2025-01-08T17:37:13.604Z | Downloaded cfg-if v1.0.0 |
196 | 2025-01-08T17:37:13.608Z | Downloaded darling_macro v0.20.10 |
197 | 2025-01-08T17:37:13.608Z | Downloaded toml_datetime v0.6.8 |
198 | 2025-01-08T17:37:13.608Z | Downloaded thiserror v1.0.69 |
199 | 2025-01-08T17:37:13.613Z | Downloaded pkg-config v0.3.31 |
200 | 2025-01-08T17:37:13.616Z | Downloaded darling v0.20.10 |
201 | 2025-01-08T17:37:13.619Z | Downloaded thread_local v1.1.8 |
202 | 2025-01-08T17:37:13.622Z | Downloaded zeroize v1.8.1 |
203 | 2025-01-08T17:37:13.622Z | Downloaded crossbeam-utils v0.8.20 |
204 | 2025-01-08T17:37:13.625Z | Downloaded plain v0.2.3 |
205 | 2025-01-08T17:37:13.627Z | Downloaded usdt v0.5.0 |
206 | 2025-01-08T17:37:13.627Z | Downloaded parse-display v0.10.0 |
207 | 2025-01-08T17:37:13.627Z | Downloaded cc v1.1.30 |
208 | 2025-01-08T17:37:13.630Z | Downloaded powerfmt v0.2.0 |
209 | 2025-01-08T17:37:13.633Z | Downloaded bytes v1.8.0 |
210 | 2025-01-08T17:37:13.636Z | Downloaded pin-utils v0.1.0 |
211 | 2025-01-08T17:37:13.638Z | Downloaded utf8_iter v1.0.4 |
212 | 2025-01-08T17:37:13.640Z | Downloaded paste v1.0.15 |
213 | 2025-01-08T17:37:13.643Z | Downloaded newtype-uuid v1.1.3 |
214 | 2025-01-08T17:37:13.646Z | Downloaded darling_core v0.20.10 |
215 | 2025-01-08T17:37:13.649Z | Downloaded tokio-native-tls v0.3.1 |
216 | 2025-01-08T17:37:13.651Z | Downloaded foreign-types-shared v0.1.1 |
217 | 2025-01-08T17:37:13.651Z | Downloaded ppv-lite86 v0.2.20 |
218 | 2025-01-08T17:37:13.654Z | Downloaded zerofrom-derive v0.1.4 |
219 | 2025-01-08T17:37:13.654Z | Downloaded http-body v1.0.1 |
220 | 2025-01-08T17:37:13.656Z | Downloaded equivalent v1.0.1 |
221 | 2025-01-08T17:37:13.656Z | Downloaded progenitor v0.8.0 |
222 | 2025-01-08T17:37:13.659Z | Downloaded memmap v0.7.0 |
223 | 2025-01-08T17:37:13.659Z | Downloaded version_check v0.9.5 |
224 | 2025-01-08T17:37:13.661Z | Downloaded utf16_iter v1.0.5 |
225 | 2025-01-08T17:37:13.661Z | Downloaded strum v0.26.3 |
226 | 2025-01-08T17:37:13.664Z | Downloaded typify-macro v0.2.0 |
227 | 2025-01-08T17:37:13.664Z | Downloaded foreign-types v0.3.2 |
228 | 2025-01-08T17:37:13.665Z | Downloaded cpufeatures v0.2.14 |
229 | 2025-01-08T17:37:13.667Z | Downloaded camino v1.1.9 |
230 | 2025-01-08T17:37:13.667Z | Downloaded serde_spanned v0.6.8 |
231 | 2025-01-08T17:37:13.669Z | Downloaded waitgroup v0.1.2 |
232 | 2025-01-08T17:37:13.669Z | Downloaded ident_case v1.0.1 |
233 | 2025-01-08T17:37:13.672Z | Downloaded icu_provider_macros v1.5.0 |
234 | 2025-01-08T17:37:13.672Z | Downloaded block-buffer v0.10.4 |
235 | 2025-01-08T17:37:13.672Z | Downloaded digest v0.10.7 |
236 | 2025-01-08T17:37:13.675Z | Downloaded deranged v0.3.11 |
237 | 2025-01-08T17:37:13.675Z | Downloaded quinn-udp v0.5.5 |
238 | 2025-01-08T17:37:13.677Z | Downloaded progenitor-macro v0.8.0 |
239 | 2025-01-08T17:37:13.677Z | Downloaded pest_generator v2.7.14 |
240 | 2025-01-08T17:37:13.680Z | Downloaded writeable v0.5.5 |
241 | 2025-01-08T17:37:13.682Z | Downloaded allocator-api2 v0.2.18 |
242 | 2025-01-08T17:37:13.685Z | Downloaded zerovec-derive v0.10.3 |
243 | 2025-01-08T17:37:13.687Z | Downloaded instant v0.1.13 |
244 | 2025-01-08T17:37:13.687Z | Downloaded yoke v0.7.4 |
245 | 2025-01-08T17:37:13.690Z | Downloaded tokio-rustls v0.25.0 |
246 | 2025-01-08T17:37:13.692Z | Downloaded untrusted v0.9.0 |
247 | 2025-01-08T17:37:13.692Z | Downloaded futures-core v0.3.31 |
248 | 2025-01-08T17:37:13.695Z | Downloaded pest_derive v2.7.14 |
249 | 2025-01-08T17:37:13.697Z | Downloaded time-macros v0.2.18 |
250 | 2025-01-08T17:37:13.697Z | Downloaded parking_lot_core v0.9.10 |
251 | 2025-01-08T17:37:13.699Z | Downloaded fnv v1.0.7 |
252 | 2025-01-08T17:37:13.702Z | Downloaded dof v0.3.0 |
253 | 2025-01-08T17:37:13.702Z | Downloaded usdt-impl v0.5.0 |
254 | 2025-01-08T17:37:13.704Z | Downloaded parse-display-derive v0.10.0 |
255 | 2025-01-08T17:37:13.704Z | Downloaded native-tls v0.2.12 |
256 | 2025-01-08T17:37:13.707Z | Downloaded pin-project-lite v0.2.14 |
257 | 2025-01-08T17:37:13.710Z | Downloaded hyper-tls v0.6.0 |
258 | 2025-01-08T17:37:13.712Z | Downloaded multer v3.1.0 |
259 | 2025-01-08T17:37:13.715Z | Downloaded hostname v0.4.0 |
260 | 2025-01-08T17:37:13.718Z | Downloaded http-body-util v0.1.2 |
261 | 2025-01-08T17:37:13.718Z | Downloaded futures-io v0.3.31 |
262 | 2025-01-08T17:37:13.718Z | Downloaded form_urlencoded v1.2.1 |
263 | 2025-01-08T17:37:13.720Z | Downloaded zerocopy-derive v0.7.35 |
264 | 2025-01-08T17:37:13.723Z | Downloaded typify v0.2.0 |
265 | 2025-01-08T17:37:13.726Z | Downloaded subtle v2.6.1 |
266 | 2025-01-08T17:37:13.728Z | Downloaded shlex v1.3.0 |
267 | 2025-01-08T17:37:13.728Z | Downloaded serde_path_to_error v0.1.16 |
268 | 2025-01-08T17:37:13.731Z | Downloaded hostname v0.3.1 |
269 | 2025-01-08T17:37:13.731Z | Downloaded scroll_derive v0.12.0 |
270 | 2025-01-08T17:37:13.733Z | Downloaded futures-task v0.3.31 |
271 | 2025-01-08T17:37:13.733Z | Downloaded toml v0.8.19 |
272 | 2025-01-08T17:37:13.736Z | Downloaded serde_tokenstream v0.2.2 |
273 | 2025-01-08T17:37:13.738Z | Downloaded scroll v0.12.0 |
274 | 2025-01-08T17:37:13.741Z | Downloaded slog-async v2.8.0 |
275 | 2025-01-08T17:37:13.741Z | Downloaded percent-encoding v2.3.1 |
276 | 2025-01-08T17:37:13.741Z | Downloaded idna_adapter v1.2.0 |
277 | 2025-01-08T17:37:13.743Z | Downloaded mime v0.3.17 |
278 | 2025-01-08T17:37:13.743Z | Downloaded itoa v1.0.11 |
279 | 2025-01-08T17:37:13.745Z | Downloaded futures-macro v0.3.31 |
280 | 2025-01-08T17:37:13.745Z | Downloaded macaddr v1.0.1 |
281 | 2025-01-08T17:37:13.748Z | Downloaded hex v0.4.3 |
282 | 2025-01-08T17:37:13.750Z | Downloaded structmeta-derive v0.3.0 |
283 | 2025-01-08T17:37:13.750Z | Downloaded structmeta v0.3.0 |
284 | 2025-01-08T17:37:13.752Z | Downloaded strsim v0.11.1 |
285 | 2025-01-08T17:37:13.752Z | Downloaded sync_wrapper v1.0.1 |
286 | 2025-01-08T17:37:13.752Z | Downloaded once_cell v1.20.2 |
287 | 2025-01-08T17:37:13.755Z | Downloaded num-traits v0.2.19 |
288 | 2025-01-08T17:37:13.757Z | Downloaded rustc-hash v2.0.0 |
289 | 2025-01-08T17:37:13.760Z | Downloaded slog-json v2.6.1 |
290 | 2025-01-08T17:37:13.762Z | Downloaded uuid v1.11.0 |
291 | 2025-01-08T17:37:13.765Z | Downloaded serde_urlencoded v0.7.1 |
292 | 2025-01-08T17:37:13.765Z | Downloaded pest_meta v2.7.14 |
293 | 2025-01-08T17:37:13.767Z | Downloaded progenitor-impl v0.8.0 |
294 | 2025-01-08T17:37:13.770Z | Downloaded unicode-ident v1.0.13 |
295 | 2025-01-08T17:37:13.772Z | Downloaded synstructure v0.13.1 |
296 | 2025-01-08T17:37:13.772Z | Downloaded slog-bunyan v2.5.0 |
297 | 2025-01-08T17:37:13.775Z | Downloaded tokio-util v0.7.12 |
298 | 2025-01-08T17:37:13.779Z | Downloaded sha1 v0.10.6 |
299 | 2025-01-08T17:37:13.781Z | Downloaded semver v1.0.23 |
300 | 2025-01-08T17:37:13.784Z | Downloaded async-stream v0.3.6 |
301 | 2025-01-08T17:37:13.786Z | Downloaded slab v0.4.9 |
302 | 2025-01-08T17:37:13.786Z | Downloaded signal-hook-registry v1.4.2 |
303 | 2025-01-08T17:37:13.789Z | Downloaded futures-channel v0.3.31 |
304 | 2025-01-08T17:37:13.789Z | Downloaded strum_macros v0.26.4 |
305 | 2025-01-08T17:37:13.791Z | Downloaded crossbeam-channel v0.5.13 |
306 | 2025-01-08T17:37:13.794Z | Downloaded rand_chacha v0.3.1 |
307 | 2025-01-08T17:37:13.797Z | Downloaded scopeguard v1.2.0 |
308 | 2025-01-08T17:37:13.797Z | Downloaded schemars_derive v0.8.21 |
309 | 2025-01-08T17:37:13.800Z | Downloaded typenum v1.17.0 |
310 | 2025-01-08T17:37:13.802Z | Downloaded rustversion v1.0.17 |
311 | 2025-01-08T17:37:13.805Z | Downloaded icu_locid_transform v1.5.0 |
312 | 2025-01-08T17:37:13.805Z | Downloaded ipnetwork v0.20.0 |
313 | 2025-01-08T17:37:13.807Z | Downloaded unsafe-libyaml v0.2.11 |
314 | 2025-01-08T17:37:13.810Z | Downloaded litemap v0.7.3 |
315 | 2025-01-08T17:37:13.813Z | Downloaded ipnet v2.10.1 |
316 | 2025-01-08T17:37:13.815Z | Downloaded lock_api v0.4.12 |
317 | 2025-01-08T17:37:13.816Z | Downloaded spin v0.9.8 |
318 | 2025-01-08T17:37:13.818Z | Downloaded iana-time-zone v0.1.61 |
319 | 2025-01-08T17:37:13.821Z | Downloaded httparse v1.9.5 |
320 | 2025-01-08T17:37:13.825Z | Downloaded serde_derive_internals v0.29.1 |
321 | 2025-01-08T17:37:13.825Z | Downloaded hyper-rustls v0.27.3 |
322 | 2025-01-08T17:37:13.828Z | Downloaded serde_with_macros v3.11.0 |
323 | 2025-01-08T17:37:13.828Z | Downloaded tracing-core v0.1.32 |
324 | 2025-01-08T17:37:13.830Z | Downloaded slog-term v2.9.1 |
325 | 2025-01-08T17:37:13.834Z | Downloaded icu_normalizer_data v1.5.0 |
326 | 2025-01-08T17:37:13.837Z | Downloaded parking_lot v0.12.3 |
327 | 2025-01-08T17:37:13.837Z | Downloaded icu_normalizer v1.5.0 |
328 | 2025-01-08T17:37:13.840Z | Downloaded tracing v0.1.40 |
329 | 2025-01-08T17:37:13.844Z | Downloaded rustls-pemfile v2.2.0 |
330 | 2025-01-08T17:37:13.847Z | Downloaded indexmap v1.9.3 |
331 | 2025-01-08T17:37:13.849Z | Downloaded sha2 v0.10.8 |
332 | 2025-01-08T17:37:13.852Z | Downloaded icu_locid v1.5.0 |
333 | 2025-01-08T17:37:13.856Z | Downloaded url v2.5.3 |
334 | 2025-01-08T17:37:13.859Z | Downloaded slog v2.7.0 |
335 | 2025-01-08T17:37:13.861Z | Downloaded smallvec v1.13.2 |
336 | 2025-01-08T17:37:13.864Z | Downloaded toml_edit v0.22.22 |
337 | 2025-01-08T17:37:13.884Z | Downloaded rustls-pki-types v1.10.0 |
338 | 2025-01-08T17:37:13.886Z | Downloaded ryu v1.0.18 |
339 | 2025-01-08T17:37:13.889Z | Downloaded serde_derive v1.0.215 |
340 | 2025-01-08T17:37:13.891Z | Downloaded memchr v2.7.4 |
341 | 2025-01-08T17:37:13.896Z | Downloaded icu_properties v1.5.1 |
342 | 2025-01-08T17:37:13.899Z | Downloaded futures v0.3.31 |
343 | 2025-01-08T17:37:13.903Z | Downloaded serde_yaml v0.9.34+deprecated |
344 | 2025-01-08T17:37:13.906Z | Downloaded schemars v0.8.21 |
345 | 2025-01-08T17:37:13.917Z | Downloaded mio v1.0.2 |
346 | 2025-01-08T17:37:13.922Z | Downloaded icu_provider v1.5.0 |
347 | 2025-01-08T17:37:13.925Z | Downloaded hyper-util v0.1.10 |
348 | 2025-01-08T17:37:13.929Z | Downloaded rand_core v0.6.4 |
349 | 2025-01-08T17:37:13.931Z | Downloaded socket2 v0.5.7 |
350 | 2025-01-08T17:37:13.934Z | Downloaded rand v0.8.5 |
351 | 2025-01-08T17:37:13.936Z | Downloaded pest v2.7.14 |
352 | 2025-01-08T17:37:13.941Z | Downloaded icu_collections v1.5.0 |
353 | 2025-01-08T17:37:13.946Z | Downloaded http v1.1.0 |
354 | 2025-01-08T17:37:13.950Z | Downloaded serde v1.0.215 |
355 | 2025-01-08T17:37:13.953Z | Downloaded hashbrown v0.12.3 |
356 | 2025-01-08T17:37:13.957Z | Downloaded indexmap v2.6.0 |
357 | 2025-01-08T17:37:13.961Z | Downloaded log v0.4.22 |
358 | 2025-01-08T17:37:13.964Z | Downloaded anyhow v1.0.93 |
359 | 2025-01-08T17:37:13.967Z | Downloaded zerocopy v0.7.35 |
360 | 2025-01-08T17:37:13.981Z | Downloaded zerovec v0.10.4 |
361 | 2025-01-08T17:37:13.987Z | Downloaded icu_locid_transform_data v1.5.0 |
362 | 2025-01-08T17:37:13.989Z | Downloaded quinn v0.11.5 |
363 | 2025-01-08T17:37:13.992Z | Downloaded time v0.3.36 |
364 | 2025-01-08T17:37:13.998Z | Downloaded itertools v0.10.5 |
365 | 2025-01-08T17:37:14.005Z | Downloaded serde_json v1.0.133 |
366 | 2025-01-08T17:37:14.010Z | Downloaded aho-corasick v1.1.3 |
367 | 2025-01-08T17:37:14.016Z | Downloaded reqwest v0.12.9 |
368 | 2025-01-08T17:37:14.023Z | Downloaded serde_with v3.11.0 |
369 | 2025-01-08T17:37:14.031Z | Downloaded h2 v0.4.6 |
370 | 2025-01-08T17:37:14.037Z | Downloaded chrono v0.4.38 |
371 | 2025-01-08T17:37:14.044Z | Downloaded hyper v1.5.0 |
372 | 2025-01-08T17:37:14.050Z | Downloaded goblin v0.8.2 |
373 | 2025-01-08T17:37:14.055Z | Downloaded webpki-roots v0.26.6 |
374 | 2025-01-08T17:37:14.059Z | Downloaded vcpkg v0.2.15 |
375 | 2025-01-08T17:37:14.094Z | Downloaded openssl v0.10.66 |
376 | 2025-01-08T17:37:14.103Z | Downloaded regex v1.11.1 |
377 | 2025-01-08T17:37:14.115Z | Downloaded rustls-webpki v0.102.8 |
378 | 2025-01-08T17:37:14.131Z | Downloaded syn v1.0.109 |
379 | 2025-01-08T17:37:14.140Z | Downloaded syn v2.0.87 |
380 | 2025-01-08T17:37:14.150Z | Downloaded icu_properties_data v1.5.0 |
381 | 2025-01-08T17:37:14.160Z | Downloaded rustls v0.22.4 |
382 | 2025-01-08T17:37:14.171Z | Downloaded regress v0.10.1 |
383 | 2025-01-08T17:37:14.179Z | Downloaded regress v0.9.1 |
384 | 2025-01-08T17:37:14.186Z | Downloaded regex-syntax v0.8.5 |
385 | 2025-01-08T17:37:14.193Z | Downloaded dropshot v0.13.0 |
386 | 2025-01-08T17:37:14.212Z | Downloaded openapiv3 v2.0.0 |
387 | 2025-01-08T17:37:14.222Z | Downloaded rustls v0.23.19 |
388 | 2025-01-08T17:37:14.233Z | Downloaded quinn-proto v0.11.8 |
389 | 2025-01-08T17:37:14.238Z | Downloaded typify-impl v0.2.0 |
390 | 2025-01-08T17:37:14.251Z | Downloaded hashbrown v0.15.1 |
391 | 2025-01-08T17:37:14.256Z | Downloaded winnow v0.6.20 |
392 | 2025-01-08T17:37:14.263Z | Downloaded hashbrown v0.14.5 |
393 | 2025-01-08T17:37:14.268Z | Downloaded futures-util v0.3.31 |
394 | 2025-01-08T17:37:14.278Z | Downloaded idna v1.0.3 |
395 | 2025-01-08T17:37:14.282Z | Downloaded openssl-sys v0.9.103 |
396 | 2025-01-08T17:37:14.286Z | Downloaded quote v1.0.37 |
397 | 2025-01-08T17:37:14.290Z | Downloaded proc-macro2 v1.0.89 |
398 | 2025-01-08T17:37:14.292Z | Downloaded httpdate v1.0.3 |
399 | 2025-01-08T17:37:14.292Z | Downloaded dropshot_endpoint v0.13.0 |
400 | 2025-01-08T17:37:14.295Z | Downloaded getrandom v0.2.15 |
401 | 2025-01-08T17:37:14.298Z | Downloaded displaydoc v0.2.5 |
402 | 2025-01-08T17:37:14.300Z | Downloaded tinyvec v1.8.0 |
403 | 2025-01-08T17:37:14.303Z | Downloaded regex-automata v0.4.8 |
404 | 2025-01-08T17:37:14.318Z | Downloaded ucd-trie v0.1.7 |
405 | 2025-01-08T17:37:14.321Z | Downloaded tokio-rustls v0.26.0 |
406 | 2025-01-08T17:37:14.321Z | Downloaded is-terminal v0.4.13 |
407 | 2025-01-08T17:37:14.323Z | Downloaded dyn-clone v1.0.17 |
408 | 2025-01-08T17:37:14.323Z | Downloaded stable_deref_trait v1.2.0 |
409 | 2025-01-08T17:37:14.323Z | Downloaded heck v0.5.0 |
410 | 2025-01-08T17:37:14.325Z | Downloaded futures-executor v0.3.31 |
411 | 2025-01-08T17:37:14.326Z | Downloaded either v1.13.0 |
412 | 2025-01-08T17:37:14.328Z | Downloaded tokio v1.40.0 |
413 | 2025-01-08T17:37:14.360Z | Downloaded generic-array v0.14.7 |
414 | 2025-01-08T17:37:14.363Z | Downloaded futures-sink v0.3.31 |
415 | 2025-01-08T17:37:14.363Z | Downloaded dirs-sys-next v0.1.2 |
416 | 2025-01-08T17:37:14.365Z | Downloaded libc v0.2.162 |
417 | 2025-01-08T17:37:14.387Z | Downloaded dtrace-parser v0.2.0 |
418 | 2025-01-08T17:37:14.390Z | Downloaded dirs-next v2.0.0 |
419 | 2025-01-08T17:37:14.390Z | Downloaded crypto-common v0.1.6 |
420 | 2025-01-08T17:37:14.390Z | Downloaded bitflags v2.6.0 |
421 | 2025-01-08T17:37:14.393Z | Downloaded tinystr v0.7.6 |
422 | 2025-01-08T17:37:14.395Z | Downloaded thread-id v4.2.2 |
423 | 2025-01-08T17:37:14.398Z | Downloaded base64 v0.22.1 |
424 | 2025-01-08T17:37:14.400Z | Downloaded backoff v0.4.0 |
425 | 2025-01-08T17:37:14.400Z | Downloaded byteorder v1.5.0 |
426 | 2025-01-08T17:37:14.489Z | Downloaded encoding_rs v0.8.34 |
427 | 2025-01-08T17:37:14.690Z | Downloaded ring v0.17.8 |
428 | 2025-01-08T17:37:15.020Z | Compiling proc-macro2 v1.0.89 |
429 | 2025-01-08T17:37:15.020Z | Compiling unicode-ident v1.0.13 |
430 | 2025-01-08T17:37:15.023Z | Compiling libc v0.2.162 |
431 | 2025-01-08T17:37:15.023Z | Checking cfg-if v1.0.0 |
432 | 2025-01-08T17:37:15.023Z | Compiling autocfg v1.4.0 |
433 | 2025-01-08T17:37:15.023Z | Compiling serde v1.0.215 |
434 | 2025-01-08T17:37:15.023Z | Compiling version_check v0.9.5 |
435 | 2025-01-08T17:37:15.023Z | Checking memchr v2.7.4 |
436 | 2025-01-08T17:37:15.185Z | Compiling serde_json v1.0.133 |
437 | 2025-01-08T17:37:15.212Z | Checking itoa v1.0.11 |
438 | 2025-01-08T17:37:15.602Z | Compiling thiserror v1.0.69 |
439 | 2025-01-08T17:37:15.697Z | Checking once_cell v1.20.2 |
440 | 2025-01-08T17:37:15.787Z | Compiling shlex v1.3.0 |
441 | 2025-01-08T17:37:16.003Z | Compiling num-traits v0.2.19 |
442 | 2025-01-08T17:37:16.203Z | Compiling cc v1.1.30 |
443 | 2025-01-08T17:37:16.362Z | Checking pin-project-lite v0.2.14 |
444 | 2025-01-08T17:37:16.483Z | Checking smallvec v1.13.2 |
445 | 2025-01-08T17:37:16.509Z | Checking ryu v1.0.18 |
446 | 2025-01-08T17:37:16.571Z | Checking bytes v1.8.0 |
447 | 2025-01-08T17:37:16.590Z | Checking getrandom v0.2.15 |
448 | 2025-01-08T17:37:16.680Z | Checking futures-core v0.3.31 |
449 | 2025-01-08T17:37:16.819Z | Compiling quote v1.0.37 |
450 | 2025-01-08T17:37:16.838Z | Compiling lock_api v0.4.12 |
451 | 2025-01-08T17:37:16.874Z | Compiling parking_lot_core v0.9.10 |
452 | 2025-01-08T17:37:16.976Z | Compiling schemars v0.8.21 |
453 | 2025-01-08T17:37:17.073Z | Compiling byteorder v1.5.0 |
454 | 2025-01-08T17:37:17.316Z | Compiling syn v2.0.87 |
455 | 2025-01-08T17:37:17.417Z | Compiling ahash v0.8.11 |
456 | 2025-01-08T17:37:17.493Z | Checking scopeguard v1.2.0 |
457 | 2025-01-08T17:37:17.532Z | Compiling slab v0.4.9 |
458 | 2025-01-08T17:37:17.551Z | Checking log v0.4.22 |
459 | 2025-01-08T17:37:17.824Z | Checking futures-sink v0.3.31 |
460 | 2025-01-08T17:37:17.844Z | Checking socket2 v0.5.7 |
461 | 2025-01-08T17:37:17.844Z | Checking signal-hook-registry v1.4.2 |
462 | 2025-01-08T17:37:17.866Z | Checking mio v1.0.2 |
463 | 2025-01-08T17:37:17.970Z | Checking stable_deref_trait v1.2.0 |
464 | 2025-01-08T17:37:18.028Z | Checking parking_lot v0.12.3 |
465 | 2025-01-08T17:37:18.076Z | Checking fnv v1.0.7 |
466 | 2025-01-08T17:37:18.110Z | Checking hashbrown v0.15.1 |
467 | 2025-01-08T17:37:18.202Z | Checking equivalent v1.0.1 |
468 | 2025-01-08T17:37:18.304Z | Compiling semver v1.0.23 |
469 | 2025-01-08T17:37:18.322Z | Checking http v1.1.0 |
470 | 2025-01-08T17:37:18.325Z | Checking futures-channel v0.3.31 |
471 | 2025-01-08T17:37:18.370Z | Checking futures-task v0.3.31 |
472 | 2025-01-08T17:37:18.475Z | Checking pin-utils v0.1.0 |
473 | 2025-01-08T17:37:18.567Z | Checking futures-io v0.3.31 |
474 | 2025-01-08T17:37:18.660Z | Checking spin v0.9.8 |
475 | 2025-01-08T17:37:18.757Z | Checking rustls-pki-types v1.10.0 |
476 | 2025-01-08T17:37:18.870Z | Compiling vcpkg v0.2.15 |
477 | 2025-01-08T17:37:18.891Z | Compiling heck v0.5.0 |
478 | 2025-01-08T17:37:19.191Z | Compiling pkg-config v0.3.31 |
479 | 2025-01-08T17:37:19.214Z | Compiling ring v0.17.8 |
480 | 2025-01-08T17:37:19.342Z | Checking iana-time-zone v0.1.61 |
481 | 2025-01-08T17:37:19.375Z | Compiling httparse v1.9.5 |
482 | 2025-01-08T17:37:19.497Z | Checking litemap v0.7.3 |
483 | 2025-01-08T17:37:19.762Z | Checking writeable v0.5.5 |
484 | 2025-01-08T17:37:19.936Z | Checking untrusted v0.9.0 |
485 | 2025-01-08T17:37:20.059Z | Checking dyn-clone v1.0.17 |
486 | 2025-01-08T17:37:20.085Z | Compiling ucd-trie v0.1.7 |
487 | 2025-01-08T17:37:20.176Z | Checking tracing-core v0.1.32 |
488 | 2025-01-08T17:37:20.367Z | Compiling allocator-api2 v0.2.18 |
489 | 2025-01-08T17:37:20.433Z | Checking atomic-waker v1.1.2 |
490 | 2025-01-08T17:37:20.495Z | Compiling openssl-sys v0.9.103 |
491 | 2025-01-08T17:37:20.850Z | Checking tracing v0.1.40 |
492 | 2025-01-08T17:37:21.049Z | Checking http-body v1.0.1 |
493 | 2025-01-08T17:37:21.140Z | Checking zeroize v1.8.1 |
494 | 2025-01-08T17:37:21.224Z | Checking try-lock v0.2.5 |
495 | 2025-01-08T17:37:21.355Z | Checking icu_locid_transform_data v1.5.0 |
496 | 2025-01-08T17:37:21.373Z | Checking subtle v2.6.1 |
497 | 2025-01-08T17:37:21.376Z | Compiling uuid v1.11.0 |
498 | 2025-01-08T17:37:21.410Z | Checking want v0.3.1 |
499 | 2025-01-08T17:37:21.609Z | Checking icu_properties_data v1.5.0 |
500 | 2025-01-08T17:37:21.630Z | Checking foreign-types-shared v0.1.1 |
501 | 2025-01-08T17:37:21.732Z | Compiling slog v2.7.0 |
502 | 2025-01-08T17:37:21.777Z | Checking httpdate v1.0.3 |
503 | 2025-01-08T17:37:21.851Z | Compiling chrono v0.4.38 |
504 | 2025-01-08T17:37:21.916Z | Compiling openssl v0.10.66 |
505 | 2025-01-08T17:37:21.972Z | Checking foreign-types v0.3.2 |
506 | 2025-01-08T17:37:22.053Z | Compiling aho-corasick v1.1.3 |
507 | 2025-01-08T17:37:22.402Z | Checking icu_normalizer_data v1.5.0 |
508 | 2025-01-08T17:37:22.503Z | Compiling native-tls v0.2.12 |
509 | 2025-01-08T17:37:22.866Z | Checking percent-encoding v2.3.1 |
510 | 2025-01-08T17:37:22.928Z | Checking tower-service v0.3.3 |
511 | 2025-01-08T17:37:23.042Z | Checking utf16_iter v1.0.5 |
512 | 2025-01-08T17:37:23.063Z | Checking utf8_iter v1.0.4 |
513 | 2025-01-08T17:37:23.204Z | Compiling rustls v0.23.19 |
514 | 2025-01-08T17:37:23.265Z | Compiling typenum v1.17.0 |
515 | 2025-01-08T17:37:23.293Z | Compiling regex-syntax v0.8.5 |
516 | 2025-01-08T17:37:23.506Z | Checking bitflags v2.6.0 |
517 | 2025-01-08T17:37:23.752Z | Checking write16 v1.0.0 |
518 | 2025-01-08T17:37:23.827Z | Checking form_urlencoded v1.2.1 |
519 | 2025-01-08T17:37:24.024Z | Compiling generic-array v0.14.7 |
520 | 2025-01-08T17:37:24.375Z | Checking openssl-probe v0.1.5 |
521 | 2025-01-08T17:37:25.280Z | Compiling serde_derive_internals v0.29.1 |
522 | 2025-01-08T17:37:25.629Z | Compiling synstructure v0.13.1 |
523 | 2025-01-08T17:37:25.782Z | Checking rustls-webpki v0.102.8 |
524 | 2025-01-08T17:37:26.561Z | Compiling usdt-impl v0.5.0 |
525 | 2025-01-08T17:37:26.924Z | Compiling regex-automata v0.4.8 |
526 | 2025-01-08T17:37:27.030Z | Checking encoding_rs v0.8.34 |
527 | 2025-01-08T17:37:27.052Z | Compiling time-core v0.1.2 |
528 | 2025-01-08T17:37:27.216Z | Checking mime v0.3.17 |
529 | 2025-01-08T17:37:27.320Z | Checking powerfmt v0.2.0 |
530 | 2025-01-08T17:37:27.547Z | Compiling num-conv v0.1.0 |
531 | 2025-01-08T17:37:27.575Z | Checking deranged v0.3.11 |
532 | 2025-01-08T17:37:27.838Z | Compiling time-macros v0.2.18 |
533 | 2025-01-08T17:37:29.189Z | Compiling thread-id v4.2.2 |
534 | 2025-01-08T17:37:29.439Z | Checking rustls-pemfile v2.2.0 |
535 | 2025-01-08T17:37:29.488Z | Checking webpki-roots v0.26.6 |
536 | 2025-01-08T17:37:29.848Z | Checking plain v0.2.3 |
537 | 2025-01-08T17:37:29.878Z | Compiling ident_case v1.0.1 |
538 | 2025-01-08T17:37:29.982Z | Compiling syn v1.0.109 |
539 | 2025-01-08T17:37:30.050Z | Compiling strsim v0.11.1 |
540 | 2025-01-08T17:37:30.438Z | Compiling serde_derive v1.0.215 |
541 | 2025-01-08T17:37:30.548Z | Compiling zerocopy-derive v0.7.35 |
542 | 2025-01-08T17:37:30.567Z | Compiling thiserror-impl v1.0.69 |
543 | 2025-01-08T17:37:30.749Z | Compiling schemars_derive v0.8.21 |
544 | 2025-01-08T17:37:30.787Z | Compiling zerofrom-derive v0.1.4 |
545 | 2025-01-08T17:37:30.926Z | Compiling tokio-macros v2.4.0 |
546 | 2025-01-08T17:37:31.507Z | Compiling yoke-derive v0.7.4 |
547 | 2025-01-08T17:37:32.450Z | Checking tokio v1.40.0 |
548 | 2025-01-08T17:37:32.611Z | Compiling zerocopy v0.7.35 |
549 | 2025-01-08T17:37:33.739Z | Compiling zerovec-derive v0.10.3 |
550 | 2025-01-08T17:37:34.185Z | Compiling futures-macro v0.3.31 |
551 | 2025-01-08T17:37:34.210Z | Compiling displaydoc v0.2.5 |
552 | 2025-01-08T17:37:34.313Z | Checking zerofrom v0.1.4 |
553 | 2025-01-08T17:37:34.530Z | Checking yoke v0.7.4 |
554 | 2025-01-08T17:37:34.878Z | Compiling pest v2.7.14 |
555 | 2025-01-08T17:37:35.116Z | Compiling icu_provider_macros v1.5.0 |
556 | 2025-01-08T17:37:35.157Z | Compiling hashbrown v0.14.5 |
557 | 2025-01-08T17:37:36.049Z | Checking futures-util v0.3.31 |
558 | 2025-01-08T17:37:36.221Z | Compiling openssl-macros v0.1.1 |
559 | 2025-01-08T17:37:36.257Z | Checking zerovec v0.10.4 |
560 | 2025-01-08T17:37:36.511Z | Compiling regress v0.10.1 |
561 | 2025-01-08T17:37:37.380Z | Compiling regex v1.11.1 |
562 | 2025-01-08T17:37:37.948Z | Checking tinystr v0.7.6 |
563 | 2025-01-08T17:37:38.341Z | Checking icu_locid v1.5.0 |
564 | 2025-01-08T17:37:38.390Z | Compiling pest_meta v2.7.14 |
565 | 2025-01-08T17:37:39.336Z | Checking icu_provider v1.5.0 |
566 | 2025-01-08T17:37:39.585Z | Checking tokio-util v0.7.12 |
567 | 2025-01-08T17:37:39.983Z | Checking icu_locid_transform v1.5.0 |
568 | 2025-01-08T17:37:40.428Z | Compiling pest_generator v2.7.14 |
569 | 2025-01-08T17:37:41.053Z | Checking icu_collections v1.5.0 |
570 | 2025-01-08T17:37:41.215Z | Compiling scroll_derive v0.12.0 |
571 | 2025-01-08T17:37:41.378Z | Checking http-body-util v0.1.2 |
572 | 2025-01-08T17:37:41.727Z | Checking icu_properties v1.5.1 |
573 | 2025-01-08T17:37:41.847Z | Checking tokio-rustls v0.26.0 |
574 | 2025-01-08T17:37:42.607Z | Checking scroll v0.12.0 |
575 | 2025-01-08T17:37:42.670Z | Compiling pest_derive v2.7.14 |
576 | 2025-01-08T17:37:42.790Z | Checking tokio-native-tls v0.3.1 |
577 | 2025-01-08T17:37:43.102Z | Checking indexmap v2.6.0 |
578 | 2025-01-08T17:37:43.896Z | Compiling serde_tokenstream v0.2.2 |
579 | 2025-01-08T17:37:44.452Z | Checking h2 v0.4.6 |
580 | 2025-01-08T17:37:45.033Z | Checking icu_normalizer v1.5.0 |
581 | 2025-01-08T17:37:45.522Z | Compiling dtrace-parser v0.2.0 |
582 | 2025-01-08T17:37:45.813Z | Compiling dof v0.3.0 |
583 | 2025-01-08T17:37:45.847Z | Checking idna_adapter v1.2.0 |
584 | 2025-01-08T17:37:46.040Z | Checking idna v1.0.3 |
585 | 2025-01-08T17:37:46.115Z | Checking serde_urlencoded v0.7.1 |
586 | 2025-01-08T17:37:46.539Z | Checking base64 v0.22.1 |
587 | 2025-01-08T17:37:46.718Z | Compiling crossbeam-utils v0.8.20 |
588 | 2025-01-08T17:37:46.721Z | Checking num_threads v0.1.7 |
589 | 2025-01-08T17:37:46.836Z | Checking time v0.3.36 |
590 | 2025-01-08T17:37:47.219Z | Checking typify-impl v0.2.0 |
591 | 2025-01-08T17:37:47.323Z | Checking url v2.5.3 |
592 | 2025-01-08T17:37:48.647Z | Compiling openapiv3 v2.0.0 |
593 | 2025-01-08T17:37:48.685Z | Checking hyper v1.5.0 |
594 | 2025-01-08T17:37:49.283Z | Checking goblin v0.8.2 |
595 | 2025-01-08T17:37:49.610Z | Compiling darling_core v0.20.10 |
596 | 2025-01-08T17:37:49.728Z | Checking sync_wrapper v1.0.1 |
597 | 2025-01-08T17:37:49.870Z | Checking dirs-sys-next v0.1.2 |
598 | 2025-01-08T17:37:50.431Z | Compiling paste v1.0.15 |
599 | 2025-01-08T17:37:50.547Z | Checking ipnet v2.10.1 |
600 | 2025-01-08T17:37:50.864Z | Checking hyper-util v0.1.10 |
601 | 2025-01-08T17:37:50.944Z | Compiling omicron-workspace-hack v0.1.0 |
602 | 2025-01-08T17:37:51.033Z | Compiling unsafe-libyaml v0.2.11 |
603 | 2025-01-08T17:37:51.238Z | Compiling rustversion v1.0.17 |
604 | 2025-01-08T17:37:51.930Z | Compiling rustls v0.22.4 |
605 | 2025-01-08T17:37:52.256Z | Compiling newtype-uuid v1.1.3 |
606 | 2025-01-08T17:37:52.427Z | Checking pretty-hex v0.4.1 |
607 | 2025-01-08T17:37:52.552Z | Checking hyper-rustls v0.27.3 |
608 | 2025-01-08T17:37:52.571Z | Checking hyper-tls v0.6.0 |
609 | 2025-01-08T17:37:52.627Z | Compiling serde_yaml v0.9.34+deprecated |
610 | 2025-01-08T17:37:52.870Z | Checking reqwest v0.12.9 |
611 | 2025-01-08T17:37:52.928Z | Checking dirs-next v2.0.0 |
612 | 2025-01-08T17:37:53.548Z | Checking ipnetwork v0.20.0 |
613 | 2025-01-08T17:37:53.812Z | Checking toml_datetime v0.6.8 |
614 | 2025-01-08T17:37:53.896Z | Checking serde_spanned v0.6.8 |
615 | 2025-01-08T17:37:54.090Z | Checking ppv-lite86 v0.2.20 |
616 | 2025-01-08T17:37:54.109Z | Checking block-buffer v0.10.4 |
617 | 2025-01-08T17:37:54.300Z | Checking crypto-common v0.1.6 |
618 | 2025-01-08T17:37:54.432Z | Compiling structmeta-derive v0.3.0 |
619 | 2025-01-08T17:37:54.477Z | Checking rand_core v0.6.4 |
620 | 2025-01-08T17:37:54.870Z | Checking thread_local v1.1.8 |
621 | 2025-01-08T17:37:54.889Z | Compiling multer v3.1.0 |
622 | 2025-01-08T17:37:55.151Z | Checking winnow v0.6.20 |
623 | 2025-01-08T17:37:55.170Z | Compiling anyhow v1.0.93 |
624 | 2025-01-08T17:37:55.217Z | Checking either v1.13.0 |
625 | 2025-01-08T17:37:55.616Z | Compiling camino v1.1.9 |
626 | 2025-01-08T17:37:55.665Z | Compiling darling_macro v0.20.10 |
627 | 2025-01-08T17:37:55.765Z | Compiling slog-async v2.8.0 |
628 | 2025-01-08T17:37:56.224Z | Checking match_cfg v0.1.0 |
629 | 2025-01-08T17:37:56.324Z | Checking hostname v0.3.1 |
630 | 2025-01-08T17:37:56.352Z | Checking itertools v0.10.5 |
631 | 2025-01-08T17:37:56.635Z | Compiling darling v0.20.10 |
632 | 2025-01-08T17:37:56.655Z | Checking rand_chacha v0.3.1 |
633 | 2025-01-08T17:37:56.744Z | Checking digest v0.10.7 |
634 | 2025-01-08T17:37:56.994Z | Checking progenitor-client v0.8.0 |
635 | 2025-01-08T17:37:57.073Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
636 | 2025-01-08T17:37:57.087Z | Checking crossbeam-channel v0.5.13 |
637 | 2025-01-08T17:37:57.104Z | Compiling structmeta v0.3.0 |
638 | 2025-01-08T17:37:57.336Z | Checking term v0.7.0 |
639 | 2025-01-08T17:37:58.077Z | Checking slog-json v2.6.1 |
640 | 2025-01-08T17:37:58.252Z | Checking toml_edit v0.22.22 |
641 | 2025-01-08T17:37:58.340Z | Compiling usdt-macro v0.5.0 |
642 | 2025-01-08T17:37:58.488Z | Compiling usdt-attr-macro v0.5.0 |
643 | 2025-01-08T17:37:58.718Z | Checking futures-executor v0.3.31 |
644 | 2025-01-08T17:37:58.721Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
645 | 2025-01-08T17:37:58.756Z | Compiling async-stream-impl v0.3.6 |
646 | 2025-01-08T17:37:58.965Z | Checking is-terminal v0.4.13 |
647 | 2025-01-08T17:37:59.091Z | Checking memmap v0.7.0 |
648 | 2025-01-08T17:37:59.311Z | Compiling dropshot v0.13.0 |
649 | 2025-01-08T17:37:59.628Z | Checking cpufeatures v0.2.14 |
650 | 2025-01-08T17:37:59.647Z | Checking take_mut v0.2.2 |
651 | 2025-01-08T17:37:59.721Z | Checking sha1 v0.10.6 |
652 | 2025-01-08T17:37:59.837Z | Checking diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
653 | 2025-01-08T17:37:59.911Z | Checking usdt v0.5.0 |
654 | 2025-01-08T17:38:00.023Z | Checking async-stream v0.3.6 |
655 | 2025-01-08T17:38:00.042Z | Checking slog-term v2.9.1 |
656 | 2025-01-08T17:38:00.086Z | Checking futures v0.3.31 |
657 | 2025-01-08T17:38:00.155Z | Compiling strum_macros v0.26.4 |
658 | 2025-01-08T17:38:00.195Z | Checking slog-bunyan v2.5.0 |
659 | 2025-01-08T17:38:00.215Z | Compiling parse-display-derive v0.10.0 |
660 | 2025-01-08T17:38:00.362Z | Checking rand v0.8.5 |
661 | 2025-01-08T17:38:00.402Z | Compiling serde_with_macros v3.11.0 |
662 | 2025-01-08T17:38:00.874Z | Checking toml v0.8.19 |
663 | 2025-01-08T17:38:01.343Z | Checking tokio-rustls v0.25.0 |
664 | 2025-01-08T17:38:01.604Z | Compiling dropshot_endpoint v0.13.0 |
665 | 2025-01-08T17:38:01.623Z | Compiling typify-macro v0.2.0 |
666 | 2025-01-08T17:38:01.686Z | Checking hex v0.4.3 |
667 | 2025-01-08T17:38:01.708Z | Checking serde_path_to_error v0.1.16 |
668 | 2025-01-08T17:38:01.858Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
669 | 2025-01-08T17:38:02.249Z | Compiling async-trait v0.1.83 |
670 | 2025-01-08T17:38:02.352Z | Checking waitgroup v0.1.2 |
671 | 2025-01-08T17:38:02.510Z | Checking hostname v0.4.0 |
672 | 2025-01-08T17:38:02.617Z | Checking instant v0.1.13 |
673 | 2025-01-08T17:38:02.660Z | Checking debug-ignore v1.0.5 |
674 | 2025-01-08T17:38:02.789Z | Checking backoff v0.4.0 |
675 | 2025-01-08T17:38:02.819Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
676 | 2025-01-08T17:38:02.975Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
677 | 2025-01-08T17:38:03.027Z | Checking serde_with v3.11.0 |
678 | 2025-01-08T17:38:03.080Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
679 | 2025-01-08T17:38:03.156Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
680 | 2025-01-08T17:38:03.593Z | Checking macaddr v1.0.1 |
681 | 2025-01-08T17:38:03.909Z | Checking regress v0.9.1 |
682 | 2025-01-08T17:38:04.062Z | Checking parse-display v0.10.0 |
683 | 2025-01-08T17:38:04.604Z | Checking strum v0.26.3 |
684 | 2025-01-08T17:38:05.001Z | Compiling typify v0.2.0 |
685 | 2025-01-08T17:38:05.101Z | Compiling progenitor-impl v0.8.0 |
686 | 2025-01-08T17:38:08.014Z | Compiling progenitor-macro v0.8.0 |
687 | 2025-01-08T17:38:12.188Z | Checking progenitor v0.8.0 |
688 | 2025-01-08T17:38:12.320Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
689 | 2025-01-08T17:38:15.287Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
690 | 2025-01-08T17:38:23.010Z | Checking test-project v0.1.0 (/tmp/test-project) |
691 | 2025-01-08T17:38:23.072Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 16s |
692 | 2025-01-08T17:38:23.404Z | + cargo build --release |
693 | 2025-01-08T17:38:23.663Z | Compiling proc-macro2 v1.0.89 |
694 | 2025-01-08T17:38:23.663Z | Compiling unicode-ident v1.0.13 |
695 | 2025-01-08T17:38:23.663Z | Compiling libc v0.2.162 |
696 | 2025-01-08T17:38:23.663Z | Compiling cfg-if v1.0.0 |
697 | 2025-01-08T17:38:23.666Z | Compiling autocfg v1.4.0 |
698 | 2025-01-08T17:38:23.666Z | Compiling serde v1.0.215 |
699 | 2025-01-08T17:38:23.666Z | Compiling version_check v0.9.5 |
700 | 2025-01-08T17:38:23.666Z | Compiling memchr v2.7.4 |
701 | 2025-01-08T17:38:23.788Z | Compiling serde_json v1.0.133 |
702 | 2025-01-08T17:38:23.848Z | Compiling itoa v1.0.11 |
703 | 2025-01-08T17:38:24.126Z | Compiling thiserror v1.0.69 |
704 | 2025-01-08T17:38:24.255Z | Compiling once_cell v1.20.2 |
705 | 2025-01-08T17:38:24.305Z | Compiling shlex v1.3.0 |
706 | 2025-01-08T17:38:24.566Z | Compiling cc v1.1.30 |
707 | 2025-01-08T17:38:24.677Z | Compiling num-traits v0.2.19 |
708 | 2025-01-08T17:38:24.997Z | Compiling pin-project-lite v0.2.14 |
709 | 2025-01-08T17:38:25.099Z | Compiling smallvec v1.13.2 |
710 | 2025-01-08T17:38:25.107Z | Compiling getrandom v0.2.15 |
711 | 2025-01-08T17:38:25.252Z | Compiling ryu v1.0.18 |
712 | 2025-01-08T17:38:25.371Z | Compiling quote v1.0.37 |
713 | 2025-01-08T17:38:25.439Z | Compiling bytes v1.8.0 |
714 | 2025-01-08T17:38:25.487Z | Compiling schemars v0.8.21 |
715 | 2025-01-08T17:38:25.573Z | Compiling futures-core v0.3.31 |
716 | 2025-01-08T17:38:25.804Z | Compiling syn v2.0.87 |
717 | 2025-01-08T17:38:25.865Z | Compiling lock_api v0.4.12 |
718 | 2025-01-08T17:38:25.969Z | Compiling ahash v0.8.11 |
719 | 2025-01-08T17:38:26.096Z | Compiling parking_lot_core v0.9.10 |
720 | 2025-01-08T17:38:26.203Z | Compiling byteorder v1.5.0 |
721 | 2025-01-08T17:38:26.345Z | Compiling scopeguard v1.2.0 |
722 | 2025-01-08T17:38:26.421Z | Compiling slab v0.4.9 |
723 | 2025-01-08T17:38:26.651Z | Compiling log v0.4.22 |
724 | 2025-01-08T17:38:26.762Z | Compiling futures-sink v0.3.31 |
725 | 2025-01-08T17:38:26.911Z | Compiling signal-hook-registry v1.4.2 |
726 | 2025-01-08T17:38:26.996Z | Compiling parking_lot v0.12.3 |
727 | 2025-01-08T17:38:27.035Z | Compiling socket2 v0.5.7 |
728 | 2025-01-08T17:38:27.104Z | Compiling mio v1.0.2 |
729 | 2025-01-08T17:38:27.271Z | Compiling stable_deref_trait v1.2.0 |
730 | 2025-01-08T17:38:27.302Z | Compiling semver v1.0.23 |
731 | 2025-01-08T17:38:27.538Z | Compiling ring v0.17.8 |
732 | 2025-01-08T17:38:27.702Z | Compiling hashbrown v0.15.1 |
733 | 2025-01-08T17:38:27.796Z | Compiling equivalent v1.0.1 |
734 | 2025-01-08T17:38:27.900Z | Compiling fnv v1.0.7 |
735 | 2025-01-08T17:38:28.022Z | Compiling http v1.1.0 |
736 | 2025-01-08T17:38:28.457Z | Compiling futures-channel v0.3.31 |
737 | 2025-01-08T17:38:28.773Z | Compiling futures-task v0.3.31 |
738 | 2025-01-08T17:38:28.886Z | Compiling pin-utils v0.1.0 |
739 | 2025-01-08T17:38:28.916Z | Compiling futures-io v0.3.31 |
740 | 2025-01-08T17:38:29.046Z | Compiling spin v0.9.8 |
741 | 2025-01-08T17:38:29.114Z | Compiling heck v0.5.0 |
742 | 2025-01-08T17:38:29.190Z | Compiling rustls-pki-types v1.10.0 |
743 | 2025-01-08T17:38:29.233Z | Compiling pkg-config v0.3.31 |
744 | 2025-01-08T17:38:29.297Z | Compiling vcpkg v0.2.15 |
745 | 2025-01-08T17:38:29.508Z | Compiling iana-time-zone v0.1.61 |
746 | 2025-01-08T17:38:30.537Z | Compiling ucd-trie v0.1.7 |
747 | 2025-01-08T17:38:30.681Z | Compiling dyn-clone v1.0.17 |
748 | 2025-01-08T17:38:30.889Z | Compiling httparse v1.9.5 |
749 | 2025-01-08T17:38:30.969Z | Compiling openssl-sys v0.9.103 |
750 | 2025-01-08T17:38:31.001Z | Compiling untrusted v0.9.0 |
751 | 2025-01-08T17:38:31.123Z | Compiling litemap v0.7.3 |
752 | 2025-01-08T17:38:31.177Z | Compiling writeable v0.5.5 |
753 | 2025-01-08T17:38:31.559Z | Compiling tracing-core v0.1.32 |
754 | 2025-01-08T17:38:31.947Z | Compiling allocator-api2 v0.2.18 |
755 | 2025-01-08T17:38:32.039Z | Compiling atomic-waker v1.1.2 |
756 | 2025-01-08T17:38:32.695Z | Compiling tracing v0.1.40 |
757 | 2025-01-08T17:38:32.718Z | Compiling http-body v1.0.1 |
758 | 2025-01-08T17:38:32.939Z | Compiling chrono v0.4.38 |
759 | 2025-01-08T17:38:32.963Z | Compiling try-lock v0.2.5 |
760 | 2025-01-08T17:38:33.110Z | Compiling uuid v1.11.0 |
761 | 2025-01-08T17:38:33.378Z | Compiling zeroize v1.8.1 |
762 | 2025-01-08T17:38:33.385Z | Compiling subtle v2.6.1 |
763 | 2025-01-08T17:38:33.639Z | Compiling synstructure v0.13.1 |
764 | 2025-01-08T17:38:33.646Z | Compiling serde_derive_internals v0.29.1 |
765 | 2025-01-08T17:38:33.692Z | Compiling icu_locid_transform_data v1.5.0 |
766 | 2025-01-08T17:38:33.956Z | Compiling want v0.3.1 |
767 | 2025-01-08T17:38:34.293Z | Compiling icu_properties_data v1.5.0 |
768 | 2025-01-08T17:38:34.521Z | Compiling foreign-types-shared v0.1.1 |
769 | 2025-01-08T17:38:34.982Z | Compiling openssl v0.10.66 |
770 | 2025-01-08T17:38:34.985Z | Compiling httpdate v1.0.3 |
771 | 2025-01-08T17:38:35.019Z | Compiling slog v2.7.0 |
772 | 2025-01-08T17:38:35.422Z | Compiling foreign-types v0.3.2 |
773 | 2025-01-08T17:38:35.709Z | Compiling aho-corasick v1.1.3 |
774 | 2025-01-08T17:38:35.855Z | Compiling utf16_iter v1.0.5 |
775 | 2025-01-08T17:38:35.937Z | Compiling regex-syntax v0.8.5 |
776 | 2025-01-08T17:38:36.068Z | Compiling rustls v0.23.19 |
777 | 2025-01-08T17:38:36.372Z | Compiling icu_normalizer_data v1.5.0 |
778 | 2025-01-08T17:38:36.458Z | Compiling write16 v1.0.0 |
779 | 2025-01-08T17:38:36.577Z | Compiling typenum v1.17.0 |
780 | 2025-01-08T17:38:36.900Z | Compiling tower-service v0.3.3 |
781 | 2025-01-08T17:38:37.537Z | Compiling native-tls v0.2.12 |
782 | 2025-01-08T17:38:37.841Z | Compiling utf8_iter v1.0.4 |
783 | 2025-01-08T17:38:37.887Z | Compiling bitflags v2.6.0 |
784 | 2025-01-08T17:38:37.895Z | Compiling percent-encoding v2.3.1 |
785 | 2025-01-08T17:38:38.086Z | Compiling form_urlencoded v1.2.1 |
786 | 2025-01-08T17:38:38.460Z | Compiling generic-array v0.14.7 |
787 | 2025-01-08T17:38:38.668Z | Compiling openssl-probe v0.1.5 |
788 | 2025-01-08T17:38:39.109Z | Compiling serde_derive v1.0.215 |
789 | 2025-01-08T17:38:39.162Z | Compiling zerocopy-derive v0.7.35 |
790 | 2025-01-08T17:38:39.375Z | Compiling thiserror-impl v1.0.69 |
791 | 2025-01-08T17:38:40.014Z | Compiling schemars_derive v0.8.21 |
792 | 2025-01-08T17:38:40.060Z | Compiling zerofrom-derive v0.1.4 |
793 | 2025-01-08T17:38:41.229Z | Compiling zerocopy v0.7.35 |
794 | 2025-01-08T17:38:42.504Z | Compiling tokio-macros v2.4.0 |
795 | 2025-01-08T17:38:42.845Z | Compiling yoke-derive v0.7.4 |
796 | 2025-01-08T17:38:43.043Z | Compiling zerovec-derive v0.10.3 |
797 | 2025-01-08T17:38:43.602Z | Compiling zerofrom v0.1.4 |
798 | 2025-01-08T17:38:43.605Z | Compiling futures-macro v0.3.31 |
799 | 2025-01-08T17:38:43.829Z | Compiling displaydoc v0.2.5 |
800 | 2025-01-08T17:38:44.047Z | Compiling tokio v1.40.0 |
801 | 2025-01-08T17:38:45.448Z | Compiling futures-util v0.3.31 |
802 | 2025-01-08T17:38:45.562Z | Compiling pest v2.7.14 |
803 | 2025-01-08T17:38:45.617Z | Compiling yoke v0.7.4 |
804 | 2025-01-08T17:38:45.960Z | Compiling zerovec v0.10.4 |
805 | 2025-01-08T17:38:46.037Z | Compiling icu_provider_macros v1.5.0 |
806 | 2025-01-08T17:38:46.046Z | Compiling hashbrown v0.14.5 |
807 | 2025-01-08T17:38:47.395Z | Compiling rustls-webpki v0.102.8 |
808 | 2025-01-08T17:38:48.421Z | Compiling tinystr v0.7.6 |
809 | 2025-01-08T17:38:48.863Z | Compiling icu_locid v1.5.0 |
810 | 2025-01-08T17:38:49.047Z | Compiling pest_meta v2.7.14 |
811 | 2025-01-08T17:38:52.133Z | Compiling icu_provider v1.5.0 |
812 | 2025-01-08T17:38:52.487Z | Compiling pest_generator v2.7.14 |
813 | 2025-01-08T17:38:53.090Z | Compiling tokio-util v0.7.12 |
814 | 2025-01-08T17:38:54.216Z | Compiling indexmap v2.6.0 |
815 | 2025-01-08T17:38:54.405Z | Compiling serde_tokenstream v0.2.2 |
816 | 2025-01-08T17:38:56.243Z | Compiling h2 v0.4.6 |
817 | 2025-01-08T17:38:56.631Z | Compiling icu_locid_transform v1.5.0 |
818 | 2025-01-08T17:38:56.717Z | Compiling icu_collections v1.5.0 |
819 | 2025-01-08T17:38:59.749Z | Compiling regress v0.10.1 |
820 | 2025-01-08T17:38:59.905Z | Compiling icu_properties v1.5.1 |
821 | 2025-01-08T17:39:02.712Z | Compiling hyper v1.5.0 |
822 | 2025-01-08T17:39:03.570Z | Compiling typify-impl v0.2.0 |
823 | 2025-01-08T17:39:04.558Z | Compiling pest_derive v2.7.14 |
824 | 2025-01-08T17:39:06.048Z | Compiling openssl-macros v0.1.1 |
825 | 2025-01-08T17:39:07.832Z | Compiling hyper-util v0.1.10 |
826 | 2025-01-08T17:39:11.820Z | Compiling icu_normalizer v1.5.0 |
827 | 2025-01-08T17:39:12.198Z | Compiling regex-automata v0.4.8 |
828 | 2025-01-08T17:39:13.286Z | Compiling idna_adapter v1.2.0 |
829 | 2025-01-08T17:39:14.917Z | Compiling http-body-util v0.1.2 |
830 | 2025-01-08T17:39:15.488Z | Compiling scroll_derive v0.12.0 |
831 | 2025-01-08T17:39:15.700Z | Compiling typify-macro v0.2.0 |
832 | 2025-01-08T17:39:16.908Z | Compiling regex v1.11.1 |
833 | 2025-01-08T17:39:17.936Z | Compiling usdt-impl v0.5.0 |
834 | 2025-01-08T17:39:18.306Z | Compiling encoding_rs v0.8.34 |
835 | 2025-01-08T17:39:18.464Z | Compiling mime v0.3.17 |
836 | 2025-01-08T17:39:19.589Z | Compiling powerfmt v0.2.0 |
837 | 2025-01-08T17:39:20.024Z | Compiling num-conv v0.1.0 |
838 | 2025-01-08T17:39:20.043Z | Compiling time-core v0.1.2 |
839 | 2025-01-08T17:39:20.193Z | Compiling deranged v0.3.11 |
840 | 2025-01-08T17:39:20.289Z | Compiling time-macros v0.2.18 |
841 | 2025-01-08T17:39:22.528Z | Compiling tokio-rustls v0.26.0 |
842 | 2025-01-08T17:39:22.867Z | Compiling scroll v0.12.0 |
843 | 2025-01-08T17:39:22.998Z | Compiling thread-id v4.2.2 |
844 | 2025-01-08T17:39:23.094Z | Compiling tokio-native-tls v0.3.1 |
845 | 2025-01-08T17:39:23.378Z | Compiling idna v1.0.3 |
846 | 2025-01-08T17:39:29.046Z | Compiling dtrace-parser v0.2.0 |
847 | 2025-01-08T17:39:29.132Z | Compiling dof v0.3.0 |
848 | 2025-01-08T17:39:29.992Z | Compiling serde_urlencoded v0.7.1 |
849 | 2025-01-08T17:39:30.580Z | Compiling webpki-roots v0.26.6 |
850 | 2025-01-08T17:39:30.799Z | Compiling rustls-pemfile v2.2.0 |
851 | 2025-01-08T17:39:30.819Z | Compiling omicron-workspace-hack v0.1.0 |
852 | 2025-01-08T17:39:31.121Z | Compiling plain v0.2.3 |
853 | 2025-01-08T17:39:31.260Z | Compiling base64 v0.22.1 |
854 | 2025-01-08T17:39:31.275Z | Compiling num_threads v0.1.7 |
855 | 2025-01-08T17:39:31.640Z | Compiling ident_case v1.0.1 |
856 | 2025-01-08T17:39:31.817Z | Compiling strsim v0.11.1 |
857 | 2025-01-08T17:39:32.460Z | Compiling syn v1.0.109 |
858 | 2025-01-08T17:39:32.510Z | Compiling crossbeam-utils v0.8.20 |
859 | 2025-01-08T17:39:33.658Z | Compiling time v0.3.36 |
860 | 2025-01-08T17:39:36.142Z | Compiling darling_core v0.20.10 |
861 | 2025-01-08T17:39:36.998Z | Compiling goblin v0.8.2 |
862 | 2025-01-08T17:39:37.508Z | Compiling hyper-rustls v0.27.3 |
863 | 2025-01-08T17:39:42.213Z | Compiling url v2.5.3 |
864 | 2025-01-08T17:39:42.313Z | Compiling hyper-tls v0.6.0 |
865 | 2025-01-08T17:39:42.789Z | Compiling typify v0.2.0 |
866 | 2025-01-08T17:39:42.804Z | Compiling openapiv3 v2.0.0 |
867 | 2025-01-08T17:39:44.380Z | Compiling sync_wrapper v1.0.1 |
868 | 2025-01-08T17:39:44.524Z | Compiling dirs-sys-next v0.1.2 |
869 | 2025-01-08T17:39:45.983Z | Compiling newtype-uuid v1.1.3 |
870 | 2025-01-08T17:39:46.286Z | Compiling unsafe-libyaml v0.2.11 |
871 | 2025-01-08T17:39:47.020Z | Compiling pretty-hex v0.4.1 |
872 | 2025-01-08T17:39:47.239Z | Compiling ipnet v2.10.1 |
873 | 2025-01-08T17:39:47.992Z | Compiling rustversion v1.0.17 |
874 | 2025-01-08T17:39:48.046Z | Compiling paste v1.0.15 |
875 | 2025-01-08T17:39:48.527Z | Compiling rustls v0.22.4 |
876 | 2025-01-08T17:39:48.724Z | Compiling reqwest v0.12.9 |
877 | 2025-01-08T17:39:48.842Z | Compiling serde_yaml v0.9.34+deprecated |
878 | 2025-01-08T17:39:50.363Z | Compiling progenitor-impl v0.8.0 |
879 | 2025-01-08T17:39:52.646Z | Compiling dirs-next v2.0.0 |
880 | 2025-01-08T17:39:52.906Z | Compiling darling_macro v0.20.10 |
881 | 2025-01-08T17:39:55.887Z | Compiling block-buffer v0.10.4 |
882 | 2025-01-08T17:39:56.119Z | Compiling crypto-common v0.1.6 |
883 | 2025-01-08T17:39:56.358Z | Compiling ipnetwork v0.20.0 |
884 | 2025-01-08T17:39:57.137Z | Compiling toml_datetime v0.6.8 |
885 | 2025-01-08T17:39:57.840Z | Compiling serde_spanned v0.6.8 |
886 | 2025-01-08T17:39:58.069Z | Compiling ppv-lite86 v0.2.20 |
887 | 2025-01-08T17:39:59.003Z | Compiling structmeta-derive v0.3.0 |
888 | 2025-01-08T17:40:00.351Z | Compiling rand_core v0.6.4 |
889 | 2025-01-08T17:40:00.939Z | Compiling thread_local v1.1.8 |
890 | 2025-01-08T17:40:01.030Z | Compiling multer v3.1.0 |
891 | 2025-01-08T17:40:01.364Z | Compiling anyhow v1.0.93 |
892 | 2025-01-08T17:40:01.456Z | Compiling match_cfg v0.1.0 |
893 | 2025-01-08T17:40:01.547Z | Compiling camino v1.1.9 |
894 | 2025-01-08T17:40:01.603Z | Compiling winnow v0.6.20 |
895 | 2025-01-08T17:40:01.738Z | Compiling either v1.13.0 |
896 | 2025-01-08T17:40:01.746Z | Compiling slog-async v2.8.0 |
897 | 2025-01-08T17:40:01.766Z | Compiling structmeta v0.3.0 |
898 | 2025-01-08T17:40:02.134Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
899 | 2025-01-08T17:40:02.167Z | Compiling itertools v0.10.5 |
900 | 2025-01-08T17:40:02.184Z | Compiling hostname v0.3.1 |
901 | 2025-01-08T17:40:02.330Z | Compiling rand_chacha v0.3.1 |
902 | 2025-01-08T17:40:02.417Z | Compiling progenitor-macro v0.8.0 |
903 | 2025-01-08T17:40:03.340Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
904 | 2025-01-08T17:40:04.109Z | Compiling digest v0.10.7 |
905 | 2025-01-08T17:40:04.494Z | Compiling crossbeam-channel v0.5.13 |
906 | 2025-01-08T17:40:05.514Z | Compiling toml_edit v0.22.22 |
907 | 2025-01-08T17:40:06.139Z | Compiling darling v0.20.10 |
908 | 2025-01-08T17:40:06.240Z | Compiling term v0.7.0 |
909 | 2025-01-08T17:40:08.710Z | Compiling progenitor-client v0.8.0 |
910 | 2025-01-08T17:40:13.291Z | Compiling usdt-macro v0.5.0 |
911 | 2025-01-08T17:40:13.669Z | Compiling usdt-attr-macro v0.5.0 |
912 | 2025-01-08T17:40:14.585Z | Compiling slog-json v2.6.1 |
913 | 2025-01-08T17:40:15.036Z | Compiling futures-executor v0.3.31 |
914 | 2025-01-08T17:40:15.122Z | Compiling async-stream-impl v0.3.6 |
915 | 2025-01-08T17:40:15.286Z | Compiling is-terminal v0.4.13 |
916 | 2025-01-08T17:40:15.401Z | Compiling memmap v0.7.0 |
917 | 2025-01-08T17:40:15.847Z | Compiling dropshot v0.13.0 |
918 | 2025-01-08T17:40:16.167Z | Compiling cpufeatures v0.2.14 |
919 | 2025-01-08T17:40:16.239Z | Compiling take_mut v0.2.2 |
920 | 2025-01-08T17:40:16.255Z | Compiling sha1 v0.10.6 |
921 | 2025-01-08T17:40:16.442Z | Compiling async-stream v0.3.6 |
922 | 2025-01-08T17:40:16.792Z | Compiling usdt v0.5.0 |
923 | 2025-01-08T17:40:17.016Z | Compiling slog-term v2.9.1 |
924 | 2025-01-08T17:40:18.344Z | Compiling progenitor v0.8.0 |
925 | 2025-01-08T17:40:18.555Z | Compiling futures v0.3.31 |
926 | 2025-01-08T17:40:18.750Z | Compiling slog-bunyan v2.5.0 |
927 | 2025-01-08T17:40:19.013Z | Compiling tokio-rustls v0.25.0 |
928 | 2025-01-08T17:40:19.447Z | Compiling strum_macros v0.26.4 |
929 | 2025-01-08T17:40:19.802Z | Compiling toml v0.8.19 |
930 | 2025-01-08T17:40:20.009Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
931 | 2025-01-08T17:40:21.742Z | Compiling serde_with_macros v3.11.0 |
932 | 2025-01-08T17:40:24.147Z | Compiling rand v0.8.5 |
933 | 2025-01-08T17:40:27.251Z | Compiling parse-display-derive v0.10.0 |
934 | 2025-01-08T17:40:27.507Z | Compiling dropshot_endpoint v0.13.0 |
935 | 2025-01-08T17:40:28.532Z | Compiling serde_path_to_error v0.1.16 |
936 | 2025-01-08T17:40:28.639Z | Compiling hex v0.4.3 |
937 | 2025-01-08T17:40:29.349Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
938 | 2025-01-08T17:40:29.565Z | Compiling async-trait v0.1.83 |
939 | 2025-01-08T17:40:30.188Z | Compiling waitgroup v0.1.2 |
940 | 2025-01-08T17:40:30.424Z | Compiling hostname v0.4.0 |
941 | 2025-01-08T17:40:30.658Z | Compiling instant v0.1.13 |
942 | 2025-01-08T17:40:30.813Z | Compiling debug-ignore v1.0.5 |
943 | 2025-01-08T17:40:30.951Z | Compiling backoff v0.4.0 |
944 | 2025-01-08T17:40:31.269Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
945 | 2025-01-08T17:40:31.279Z | Compiling parse-display v0.10.0 |
946 | 2025-01-08T17:40:31.461Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
947 | 2025-01-08T17:40:31.708Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
948 | 2025-01-08T17:40:31.878Z | Compiling serde_with v3.11.0 |
949 | 2025-01-08T17:40:32.492Z | Compiling strum v0.26.3 |
950 | 2025-01-08T17:40:32.663Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
951 | 2025-01-08T17:40:33.339Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
952 | 2025-01-08T17:40:33.457Z | Compiling regress v0.9.1 |
953 | 2025-01-08T17:40:34.144Z | Compiling macaddr v1.0.1 |
954 | 2025-01-08T17:40:38.828Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
955 | 2025-01-08T17:40:50.552Z | Compiling test-project v0.1.0 (/tmp/test-project) |
956 | 2025-01-08T17:41:00.681Z | Finished `release` profile [optimized] target(s) in 2m 37s |
957 | 2025-01-08T17:41:00.750Z | process exited: duration 237527 ms, exit code 0 |
|
958 | 2025-01-08T17:41:00.756Z | found 0 output files |