|
|
|
1 | 2024-12-13T20:44:13.148Z | job assigned to worker 01JF0W5X9AKRE29Z1RDVSVNW82 [factory aws, i-0429b8576c2a03d0f] (queued for 59 s) |
|
2 | 2024-12-13T20:44:20.525Z | starting task 0: "setup" |
3 | 2024-12-13T20:44:20.535Z | ++ uname -s |
4 | 2024-12-13T20:44:20.537Z | + kern=SunOS |
5 | 2024-12-13T20:44:20.537Z | + case "$kern" in |
6 | 2024-12-13T20:44:20.537Z | + groupadd -g 12345 build |
7 | 2024-12-13T20:44:20.539Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-13T20:44:22.547Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-13T20:44:22.672Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-13T20:44:22.675Z | + home_fs=zfs |
11 | 2024-12-13T20:44:22.675Z | + [[ zfs == autofs ]] |
12 | 2024-12-13T20:44:22.675Z | + mkdir -p /home/build |
13 | 2024-12-13T20:44:22.677Z | + chown build:build /home/build /work |
14 | 2024-12-13T20:44:23.680Z | + chmod 0700 /home/build /work |
15 | 2024-12-13T20:44:23.683Z | process exited: duration 3157 ms, exit code 0 |
|
16 | 2024-12-13T20:44:23.690Z | starting task 1: "rust-toolchain" |
17 | 2024-12-13T20:44:23.695Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-13T20:44:23.695Z | ' 1.81.0 |
19 | 2024-12-13T20:44:23.695Z | + printf ' * toolchain profile = "%s" |
20 | 2024-12-13T20:44:23.695Z | ' default |
21 | 2024-12-13T20:44:23.696Z | * toolchain channel = "1.81.0" |
22 | 2024-12-13T20:44:23.696Z | * toolchain profile = "default" |
23 | 2024-12-13T20:44:23.698Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-13T20:44:23.698Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-12-13T20:44:23.858Z | info: downloading installer |
26 | 2024-12-13T20:44:25.241Z | info: profile set to 'default' |
27 | 2024-12-13T20:44:25.241Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-13T20:44:25.244Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-12-13T20:44:25.376Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-12-13T20:44:25.377Z | info: downloading component 'cargo' |
31 | 2024-12-13T20:44:26.082Z | info: downloading component 'clippy' |
32 | 2024-12-13T20:44:26.351Z | info: downloading component 'rust-docs' |
33 | 2024-12-13T20:44:27.323Z | info: downloading component 'rust-std' |
34 | 2024-12-13T20:44:28.835Z | info: downloading component 'rustc' |
35 | 2024-12-13T20:44:34.250Z | info: downloading component 'rustfmt' |
36 | 2024-12-13T20:44:34.453Z | info: installing component 'cargo' |
37 | 2024-12-13T20:44:35.253Z | info: installing component 'clippy' |
38 | 2024-12-13T20:44:35.614Z | info: installing component 'rust-docs' |
39 | 2024-12-13T20:44:37.246Z | info: installing component 'rust-std' |
40 | 2024-12-13T20:44:38.976Z | info: installing component 'rustc' |
41 | 2024-12-13T20:44:44.752Z | info: installing component 'rustfmt' |
42 | 2024-12-13T20:44:45.074Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-12-13T20:44:45.074Z | |
44 | 2024-12-13T20:44:45.446Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-12-13T20:44:45.446Z | |
46 | 2024-12-13T20:44:45.450Z | |
47 | 2024-12-13T20:44:45.450Z | Rust is installed now. Great! |
48 | 2024-12-13T20:44:45.450Z | |
49 | 2024-12-13T20:44:45.450Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-13T20:44:45.450Z | environment variable. This has not been done automatically. |
51 | 2024-12-13T20:44:45.450Z | |
52 | 2024-12-13T20:44:45.450Z | To configure your current shell, you need to source |
53 | 2024-12-13T20:44:45.450Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-13T20:44:45.450Z | |
55 | 2024-12-13T20:44:45.450Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-13T20:44:45.450Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-13T20:44:45.450Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-13T20:44:45.526Z | + rustc --version |
59 | 2024-12-13T20:44:45.592Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-12-13T20:44:45.596Z | process exited: duration 21902 ms, exit code 0 |
|
61 | 2024-12-13T20:44:45.603Z | starting task 2: "authentication" |
62 | 2024-12-13T20:44:45.624Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-12-13T20:44:45.630Z | starting task 3: "clone repository" |
64 | 2024-12-13T20:44:45.635Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-12-13T20:44:45.638Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-12-13T20:44:45.677Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-12-13T20:44:52.243Z | + cd /work/oxidecomputer/omicron |
68 | 2024-12-13T20:44:52.246Z | + git fetch origin b6506393d435740ac3a1fb86ea44770a762df51c |
69 | 2024-12-13T20:44:52.570Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-12-13T20:44:52.570Z | * branch b6506393d435740ac3a1fb86ea44770a762df51c -> FETCH_HEAD |
71 | 2024-12-13T20:44:52.580Z | + [[ -n sluggish-datasets ]] |
72 | 2024-12-13T20:44:52.583Z | ++ git branch --show-current |
73 | 2024-12-13T20:44:52.585Z | + current=main |
74 | 2024-12-13T20:44:52.585Z | + [[ main != sluggish-datasets ]] |
75 | 2024-12-13T20:44:52.585Z | + git branch -f sluggish-datasets b6506393d435740ac3a1fb86ea44770a762df51c |
76 | 2024-12-13T20:44:52.588Z | + git checkout -f sluggish-datasets |
77 | 2024-12-13T20:44:52.770Z | Switched to branch 'sluggish-datasets' |
78 | 2024-12-13T20:44:52.772Z | + git reset --hard b6506393d435740ac3a1fb86ea44770a762df51c |
79 | 2024-12-13T20:44:52.788Z | HEAD is now at b6506393d review feedback |
80 | 2024-12-13T20:44:52.790Z | process exited: duration 7157 ms, exit code 0 |
|
81 | 2024-12-13T20:44:52.798Z | starting task 4: "build" |
82 | 2024-12-13T20:44:52.803Z | + source .github/buildomat/ci-env.sh |
83 | 2024-12-13T20:44:52.803Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-12-13T20:44:52.803Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-12-13T20:44:52.806Z | + cargo --version |
86 | 2024-12-13T20:44:52.860Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-12-13T20:44:52.863Z | + rustc --version |
88 | 2024-12-13T20:44:52.925Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-12-13T20:44:52.928Z | + cd /tmp |
90 | 2024-12-13T20:44:52.928Z | + cargo new --lib test-project |
91 | 2024-12-13T20:44:52.987Z | Creating library `test-project` package |
92 | 2024-12-13T20:44:53.064Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
93 | 2024-12-13T20:44:53.066Z | + cd test-project |
94 | 2024-12-13T20:44:53.066Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
95 | 2024-12-13T20:44:53.126Z | Adding omicron-common (local) to dependencies |
96 | 2024-12-13T20:44:53.129Z | Features: |
97 | 2024-12-13T20:44:53.129Z | - proptest |
98 | 2024-12-13T20:44:53.129Z | - test-strategy |
99 | 2024-12-13T20:44:53.129Z | - testing |
100 | 2024-12-13T20:44:53.129Z | Updating crates.io index |
101 | 2024-12-13T20:44:53.219Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
102 | 2024-12-13T20:44:53.710Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
103 | 2024-12-13T20:44:54.181Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
104 | 2024-12-13T20:44:54.547Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
105 | 2024-12-13T20:44:55.826Z | Locking 327 packages to latest compatible versions |
106 | 2024-12-13T20:44:55.829Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
107 | 2024-12-13T20:44:55.829Z | Adding dropshot v0.13.0 (latest: v0.15.1) |
108 | 2024-12-13T20:44:55.829Z | Adding dropshot_endpoint v0.13.0 (latest: v0.15.1) |
109 | 2024-12-13T20:44:55.829Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
110 | 2024-12-13T20:44:55.829Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
111 | 2024-12-13T20:44:55.832Z | Adding generic-array v0.14.7 (latest: v1.1.1) |
112 | 2024-12-13T20:44:55.832Z | Adding goblin v0.8.2 (latest: v0.9.2) |
113 | 2024-12-13T20:44:55.832Z | Adding hashbrown v0.12.3 (latest: v0.15.2) |
114 | 2024-12-13T20:44:55.832Z | Adding hashbrown v0.14.5 (latest: v0.15.2) |
115 | 2024-12-13T20:44:55.832Z | Adding hostname v0.3.1 (latest: v0.4.0) |
116 | 2024-12-13T20:44:55.834Z | Adding indexmap v1.9.3 (latest: v2.7.0) |
117 | 2024-12-13T20:44:55.834Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.5) |
118 | 2024-12-13T20:44:55.836Z | Adding regress v0.9.1 (latest: v0.10.1) |
119 | 2024-12-13T20:44:55.843Z | Adding rustls v0.22.4 (latest: v0.23.20) |
120 | 2024-12-13T20:44:55.846Z | Adding security-framework v2.11.1 (latest: v3.0.1) |
121 | 2024-12-13T20:44:55.848Z | Adding term v0.7.0 (latest: v1.0.0) |
122 | 2024-12-13T20:44:55.848Z | Adding thiserror v1.0.69 (latest: v2.0.6) |
123 | 2024-12-13T20:44:55.848Z | Adding thiserror-impl v1.0.69 (latest: v2.0.6) |
124 | 2024-12-13T20:44:55.848Z | Adding thread-id v4.2.2 (latest: v5.0.0) |
125 | 2024-12-13T20:44:55.848Z | Adding tinystr v0.7.6 (latest: v0.8.0) |
126 | 2024-12-13T20:44:55.851Z | Adding tokio-rustls v0.25.0 (latest: v0.26.1) |
127 | 2024-12-13T20:44:55.851Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.3+wasi-0.2.2) |
128 | 2024-12-13T20:44:55.853Z | Adding windows v0.52.0 (latest: v0.58.0) |
129 | 2024-12-13T20:44:55.853Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
130 | 2024-12-13T20:44:55.853Z | Adding windows-registry v0.2.0 (latest: v0.3.0) |
131 | 2024-12-13T20:44:55.853Z | Adding windows-strings v0.1.0 (latest: v0.2.0) |
132 | 2024-12-13T20:44:55.853Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
133 | 2024-12-13T20:44:55.853Z | Adding writeable v0.5.5 (latest: v0.6.0) |
134 | 2024-12-13T20:44:55.854Z | Adding zerocopy v0.7.35 (latest: v0.8.13) |
135 | 2024-12-13T20:44:55.854Z | Adding zerocopy-derive v0.7.35 (latest: v0.8.13) |
136 | 2024-12-13T20:44:55.854Z | Adding zerovec v0.10.4 (latest: v0.11.0) |
137 | 2024-12-13T20:44:55.854Z | Adding zerovec-derive v0.10.3 (latest: v0.11.0) |
138 | 2024-12-13T20:44:55.929Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
139 | 2024-12-13T20:44:55.932Z | + cargo check |
140 | 2024-12-13T20:44:56.106Z | Updating crates.io index |
141 | 2024-12-13T20:44:56.850Z | Locking 2 packages to latest compatible versions |
142 | 2024-12-13T20:45:00.051Z | Adding omicron-workspace-hack v0.1.0 |
143 | 2024-12-13T20:45:02.156Z | Adding test-project v0.1.0 (/tmp/test-project) |
144 | 2024-12-13T20:45:02.910Z | Downloading crates ... |
145 | 2024-12-13T20:45:03.057Z | Downloaded memmap v0.7.0 |
146 | 2024-12-13T20:45:03.060Z | Downloaded thiserror-impl v1.0.69 |
147 | 2024-12-13T20:45:03.062Z | Downloaded thread-id v4.2.2 |
148 | 2024-12-13T20:45:03.065Z | Downloaded version_check v0.9.5 |
149 | 2024-12-13T20:45:03.071Z | Downloaded waitgroup v0.1.2 |
150 | 2024-12-13T20:45:03.074Z | Downloaded try-lock v0.2.5 |
151 | 2024-12-13T20:45:03.074Z | Downloaded yoke-derive v0.7.4 |
152 | 2024-12-13T20:45:03.078Z | Downloaded pretty-hex v0.4.1 |
153 | 2024-12-13T20:45:03.081Z | Downloaded openssl-probe v0.1.5 |
154 | 2024-12-13T20:45:03.081Z | Downloaded num_threads v0.1.7 |
155 | 2024-12-13T20:45:03.084Z | Downloaded zerofrom v0.1.4 |
156 | 2024-12-13T20:45:03.084Z | Downloaded time-core v0.1.2 |
157 | 2024-12-13T20:45:03.086Z | Downloaded usdt-attr-macro v0.5.0 |
158 | 2024-12-13T20:45:03.086Z | Downloaded tinyvec_macros v0.1.1 |
159 | 2024-12-13T20:45:03.089Z | Downloaded async-stream-impl v0.3.6 |
160 | 2024-12-13T20:45:03.089Z | Downloaded tower-service v0.3.3 |
161 | 2024-12-13T20:45:03.092Z | Downloaded utf8_iter v1.0.4 |
162 | 2024-12-13T20:45:03.095Z | Downloaded tokio-rustls v0.26.0 |
163 | 2024-12-13T20:45:03.098Z | Downloaded openssl-macros v0.1.1 |
164 | 2024-12-13T20:45:03.100Z | Downloaded async-stream v0.3.6 |
165 | 2024-12-13T20:45:03.102Z | Downloaded want v0.3.1 |
166 | 2024-12-13T20:45:03.102Z | Downloaded usdt-macro v0.5.0 |
167 | 2024-12-13T20:45:03.105Z | Downloaded progenitor-client v0.8.0 |
168 | 2024-12-13T20:45:03.108Z | Downloaded backoff v0.4.0 |
169 | 2024-12-13T20:45:03.110Z | Downloaded write16 v1.0.0 |
170 | 2024-12-13T20:45:03.110Z | Downloaded autocfg v1.4.0 |
171 | 2024-12-13T20:45:03.110Z | Downloaded allocator-api2 v0.2.18 |
172 | 2024-12-13T20:45:03.114Z | Downloaded omicron-workspace-hack v0.1.0 |
173 | 2024-12-13T20:45:03.116Z | Downloaded usdt v0.5.0 |
174 | 2024-12-13T20:45:03.117Z | Downloaded toml_datetime v0.6.8 |
175 | 2024-12-13T20:45:03.120Z | Downloaded thread_local v1.1.8 |
176 | 2024-12-13T20:45:03.120Z | Downloaded num-conv v0.1.0 |
177 | 2024-12-13T20:45:03.123Z | Downloaded foreign-types-shared v0.1.1 |
178 | 2024-12-13T20:45:03.123Z | Downloaded tokio-macros v2.4.0 |
179 | 2024-12-13T20:45:03.125Z | Downloaded typify-macro v0.2.0 |
180 | 2024-12-13T20:45:03.125Z | Downloaded tinystr v0.7.6 |
181 | 2024-12-13T20:45:03.128Z | Downloaded pkg-config v0.3.31 |
182 | 2024-12-13T20:45:03.139Z | Downloaded deranged v0.3.11 |
183 | 2024-12-13T20:45:03.139Z | Downloaded rand_core v0.6.4 |
184 | 2024-12-13T20:45:03.139Z | Downloaded cpufeatures v0.2.14 |
185 | 2024-12-13T20:45:03.140Z | Downloaded progenitor v0.8.0 |
186 | 2024-12-13T20:45:03.140Z | Downloaded form_urlencoded v1.2.1 |
187 | 2024-12-13T20:45:03.140Z | Downloaded equivalent v1.0.1 |
188 | 2024-12-13T20:45:03.140Z | Downloaded byteorder v1.5.0 |
189 | 2024-12-13T20:45:03.140Z | Downloaded dirs-next v2.0.0 |
190 | 2024-12-13T20:45:03.143Z | Downloaded quinn-udp v0.5.5 |
191 | 2024-12-13T20:45:03.143Z | Downloaded typenum v1.17.0 |
192 | 2024-12-13T20:45:03.146Z | Downloaded camino v1.1.9 |
193 | 2024-12-13T20:45:03.149Z | Downloaded pest_generator v2.7.14 |
194 | 2024-12-13T20:45:03.151Z | Downloaded dtrace-parser v0.2.0 |
195 | 2024-12-13T20:45:03.151Z | Downloaded dof v0.3.0 |
196 | 2024-12-13T20:45:03.154Z | Downloaded dirs-sys-next v0.1.2 |
197 | 2024-12-13T20:45:03.154Z | Downloaded foreign-types v0.3.2 |
198 | 2024-12-13T20:45:03.156Z | Downloaded utf16_iter v1.0.5 |
199 | 2024-12-13T20:45:03.156Z | Downloaded writeable v0.5.5 |
200 | 2024-12-13T20:45:03.159Z | Downloaded darling_macro v0.20.10 |
201 | 2024-12-13T20:45:03.159Z | Downloaded ppv-lite86 v0.2.20 |
202 | 2024-12-13T20:45:03.162Z | Downloaded newtype-uuid v1.1.3 |
203 | 2024-12-13T20:45:03.162Z | Downloaded http-body v1.0.1 |
204 | 2024-12-13T20:45:03.167Z | Downloaded digest v0.10.7 |
205 | 2024-12-13T20:45:03.167Z | Downloaded displaydoc v0.2.5 |
206 | 2024-12-13T20:45:03.170Z | Downloaded progenitor-macro v0.8.0 |
207 | 2024-12-13T20:45:03.170Z | Downloaded bytes v1.8.0 |
208 | 2024-12-13T20:45:03.173Z | Downloaded percent-encoding v2.3.1 |
209 | 2024-12-13T20:45:03.173Z | Downloaded bitflags v2.6.0 |
210 | 2024-12-13T20:45:03.178Z | Downloaded pin-project-lite v0.2.14 |
211 | 2024-12-13T20:45:03.183Z | Downloaded typify v0.2.0 |
212 | 2024-12-13T20:45:03.186Z | Downloaded zerocopy-derive v0.7.35 |
213 | 2024-12-13T20:45:03.189Z | Downloaded hostname v0.3.1 |
214 | 2024-12-13T20:45:03.192Z | Downloaded take_mut v0.2.2 |
215 | 2024-12-13T20:45:03.195Z | Downloaded usdt-impl v0.5.0 |
216 | 2024-12-13T20:45:03.195Z | Downloaded sync_wrapper v1.0.1 |
217 | 2024-12-13T20:45:03.198Z | Downloaded paste v1.0.15 |
218 | 2024-12-13T20:45:03.201Z | Downloaded futures-macro v0.3.31 |
219 | 2024-12-13T20:45:03.201Z | Downloaded tokio-rustls v0.25.0 |
220 | 2024-12-13T20:45:03.203Z | Downloaded fnv v1.0.7 |
221 | 2024-12-13T20:45:03.203Z | Downloaded pest_derive v2.7.14 |
222 | 2024-12-13T20:45:03.205Z | Downloaded multer v3.1.0 |
223 | 2024-12-13T20:45:03.207Z | Downloaded once_cell v1.20.2 |
224 | 2024-12-13T20:45:03.210Z | Downloaded cc v1.1.30 |
225 | 2024-12-13T20:45:03.213Z | Downloaded unicode-ident v1.0.13 |
226 | 2024-12-13T20:45:03.217Z | Downloaded idna_adapter v1.2.0 |
227 | 2024-12-13T20:45:03.221Z | Downloaded hyper-tls v0.6.0 |
228 | 2024-12-13T20:45:03.221Z | Downloaded is-terminal v0.4.13 |
229 | 2024-12-13T20:45:03.221Z | Downloaded strsim v0.11.1 |
230 | 2024-12-13T20:45:03.224Z | Downloaded stable_deref_trait v1.2.0 |
231 | 2024-12-13T20:45:03.224Z | Downloaded signal-hook-registry v1.4.2 |
232 | 2024-12-13T20:45:03.224Z | Downloaded ucd-trie v0.1.7 |
233 | 2024-12-13T20:45:03.227Z | Downloaded itoa v1.0.11 |
234 | 2024-12-13T20:45:03.227Z | Downloaded hex v0.4.3 |
235 | 2024-12-13T20:45:03.229Z | Downloaded crossbeam-channel v0.5.13 |
236 | 2024-12-13T20:45:03.233Z | Downloaded slog-json v2.6.1 |
237 | 2024-12-13T20:45:03.237Z | Downloaded strum v0.26.3 |
238 | 2024-12-13T20:45:03.239Z | Downloaded proc-macro2 v1.0.89 |
239 | 2024-12-13T20:45:03.239Z | Downloaded slog-async v2.8.0 |
240 | 2024-12-13T20:45:03.243Z | Downloaded structmeta v0.3.0 |
241 | 2024-12-13T20:45:03.243Z | Downloaded darling_core v0.20.10 |
242 | 2024-12-13T20:45:03.246Z | Downloaded shlex v1.3.0 |
243 | 2024-12-13T20:45:03.249Z | Downloaded serde_urlencoded v0.7.1 |
244 | 2024-12-13T20:45:03.254Z | Downloaded progenitor-impl v0.8.0 |
245 | 2024-12-13T20:45:03.254Z | Downloaded native-tls v0.2.12 |
246 | 2024-12-13T20:45:03.258Z | Downloaded semver v1.0.23 |
247 | 2024-12-13T20:45:03.262Z | Downloaded scopeguard v1.2.0 |
248 | 2024-12-13T20:45:03.262Z | Downloaded slog-bunyan v2.5.0 |
249 | 2024-12-13T20:45:03.262Z | Downloaded slab v0.4.9 |
250 | 2024-12-13T20:45:03.262Z | Downloaded rustversion v1.0.17 |
251 | 2024-12-13T20:45:03.266Z | Downloaded pest_meta v2.7.14 |
252 | 2024-12-13T20:45:03.268Z | Downloaded parking_lot v0.12.3 |
253 | 2024-12-13T20:45:03.268Z | Downloaded macaddr v1.0.1 |
254 | 2024-12-13T20:45:03.272Z | Downloaded lock_api v0.4.12 |
255 | 2024-12-13T20:45:03.275Z | Downloaded unsafe-libyaml v0.2.11 |
256 | 2024-12-13T20:45:03.277Z | Downloaded serde_derive_internals v0.29.1 |
257 | 2024-12-13T20:45:03.277Z | Downloaded scroll v0.12.0 |
258 | 2024-12-13T20:45:03.279Z | Downloaded icu_provider v1.5.0 |
259 | 2024-12-13T20:45:03.282Z | Downloaded serde_spanned v0.6.8 |
260 | 2024-12-13T20:45:03.284Z | Downloaded serde_path_to_error v0.1.16 |
261 | 2024-12-13T20:45:03.287Z | Downloaded serde_tokenstream v0.2.2 |
262 | 2024-12-13T20:45:03.287Z | Downloaded openssl-sys v0.9.103 |
263 | 2024-12-13T20:45:03.294Z | Downloaded ryu v1.0.18 |
264 | 2024-12-13T20:45:03.303Z | Downloaded icu_locid_transform_data v1.5.0 |
265 | 2024-12-13T20:45:03.303Z | Downloaded sha2 v0.10.8 |
266 | 2024-12-13T20:45:03.306Z | Downloaded sha1 v0.10.6 |
267 | 2024-12-13T20:45:03.306Z | Downloaded smallvec v1.13.2 |
268 | 2024-12-13T20:45:03.306Z | Downloaded term v0.7.0 |
269 | 2024-12-13T20:45:03.308Z | Downloaded spin v0.9.8 |
270 | 2024-12-13T20:45:03.312Z | Downloaded log v0.4.22 |
271 | 2024-12-13T20:45:03.315Z | Downloaded indexmap v1.9.3 |
272 | 2024-12-13T20:45:03.318Z | Downloaded icu_normalizer_data v1.5.0 |
273 | 2024-12-13T20:45:03.318Z | Downloaded iana-time-zone v0.1.61 |
274 | 2024-12-13T20:45:03.320Z | Downloaded socket2 v0.5.7 |
275 | 2024-12-13T20:45:03.323Z | Downloaded rustls-pki-types v1.10.0 |
276 | 2024-12-13T20:45:03.326Z | Downloaded tracing v0.1.40 |
277 | 2024-12-13T20:45:03.330Z | Downloaded icu_properties v1.5.1 |
278 | 2024-12-13T20:45:03.333Z | Downloaded icu_locid v1.5.0 |
279 | 2024-12-13T20:45:03.339Z | Downloaded hyper-util v0.1.10 |
280 | 2024-12-13T20:45:03.342Z | Downloaded schemars v0.8.21 |
281 | 2024-12-13T20:45:03.355Z | Downloaded strum_macros v0.26.4 |
282 | 2024-12-13T20:45:03.360Z | Downloaded toml_edit v0.22.22 |
283 | 2024-12-13T20:45:03.379Z | Downloaded hashbrown v0.12.3 |
284 | 2024-12-13T20:45:03.382Z | Downloaded slog v2.7.0 |
285 | 2024-12-13T20:45:03.387Z | Downloaded serde_yaml v0.9.34+deprecated |
286 | 2024-12-13T20:45:03.391Z | Downloaded memchr v2.7.4 |
287 | 2024-12-13T20:45:03.396Z | Downloaded serde v1.0.215 |
288 | 2024-12-13T20:45:03.398Z | Downloaded tokio-util v0.7.12 |
289 | 2024-12-13T20:45:03.405Z | Downloaded pest v2.7.14 |
290 | 2024-12-13T20:45:03.411Z | Downloaded hashbrown v0.15.1 |
291 | 2024-12-13T20:45:03.416Z | Downloaded zerovec v0.10.4 |
292 | 2024-12-13T20:45:03.422Z | Downloaded idna v1.0.3 |
293 | 2024-12-13T20:45:03.431Z | Downloaded zerocopy v0.7.35 |
294 | 2024-12-13T20:45:03.447Z | Downloaded serde_json v1.0.132 |
295 | 2024-12-13T20:45:03.450Z | Downloaded hyper v1.5.0 |
296 | 2024-12-13T20:45:03.456Z | Downloaded h2 v0.4.6 |
297 | 2024-12-13T20:45:03.464Z | Downloaded goblin v0.8.2 |
298 | 2024-12-13T20:45:03.469Z | Downloaded futures-util v0.3.31 |
299 | 2024-12-13T20:45:03.481Z | Downloaded reqwest v0.12.9 |
300 | 2024-12-13T20:45:03.488Z | Downloaded rustls-webpki v0.102.8 |
301 | 2024-12-13T20:45:03.506Z | Downloaded quinn-proto v0.11.8 |
302 | 2024-12-13T20:45:03.513Z | Downloaded webpki-roots v0.26.6 |
303 | 2024-12-13T20:45:03.516Z | Downloaded openssl v0.10.66 |
304 | 2024-12-13T20:45:03.526Z | Downloaded syn v2.0.87 |
305 | 2024-12-13T20:45:03.537Z | Downloaded regex v1.11.1 |
306 | 2024-12-13T20:45:03.549Z | Downloaded icu_properties_data v1.5.0 |
307 | 2024-12-13T20:45:03.559Z | Downloaded dropshot v0.13.0 |
308 | 2024-12-13T20:45:03.578Z | Downloaded rustls v0.23.19 |
309 | 2024-12-13T20:45:03.589Z | Downloaded regress v0.9.1 |
310 | 2024-12-13T20:45:03.596Z | Downloaded regex-syntax v0.8.5 |
311 | 2024-12-13T20:45:03.604Z | Downloaded rustls v0.22.4 |
312 | 2024-12-13T20:45:03.616Z | Downloaded openapiv3 v2.0.0 |
313 | 2024-12-13T20:45:03.627Z | Downloaded regress v0.10.1 |
314 | 2024-12-13T20:45:03.634Z | Downloaded vcpkg v0.2.15 |
315 | 2024-12-13T20:45:03.670Z | Downloaded typify-impl v0.2.0 |
316 | 2024-12-13T20:45:03.682Z | Downloaded chrono v0.4.38 |
317 | 2024-12-13T20:45:03.689Z | Downloaded serde_with v3.11.0 |
318 | 2024-12-13T20:45:03.697Z | Downloaded winnow v0.6.20 |
319 | 2024-12-13T20:45:03.705Z | Downloaded hashbrown v0.14.5 |
320 | 2024-12-13T20:45:03.709Z | Downloaded time v0.3.36 |
321 | 2024-12-13T20:45:03.716Z | Downloaded rand v0.8.5 |
322 | 2024-12-13T20:45:03.719Z | Downloaded url v2.5.3 |
323 | 2024-12-13T20:45:03.721Z | Downloaded indexmap v2.6.0 |
324 | 2024-12-13T20:45:03.725Z | Downloaded http v1.1.0 |
325 | 2024-12-13T20:45:03.729Z | Downloaded serde_derive v1.0.215 |
326 | 2024-12-13T20:45:03.731Z | Downloaded quinn v0.11.5 |
327 | 2024-12-13T20:45:03.735Z | Downloaded mio v1.0.2 |
328 | 2024-12-13T20:45:03.741Z | Downloaded icu_normalizer v1.5.0 |
329 | 2024-12-13T20:45:03.744Z | Downloaded icu_collections v1.5.0 |
330 | 2024-12-13T20:45:03.750Z | Downloaded regex-automata v0.4.8 |
331 | 2024-12-13T20:45:03.765Z | Downloaded synstructure v0.13.1 |
332 | 2024-12-13T20:45:03.768Z | Downloaded thiserror v1.0.69 |
333 | 2024-12-13T20:45:03.772Z | Downloaded subtle v2.6.1 |
334 | 2024-12-13T20:45:03.775Z | Downloaded structmeta-derive v0.3.0 |
335 | 2024-12-13T20:45:03.775Z | Downloaded tokio v1.40.0 |
336 | 2024-12-13T20:45:03.806Z | Downloaded slog-term v2.9.1 |
337 | 2024-12-13T20:45:03.809Z | Downloaded futures v0.3.31 |
338 | 2024-12-13T20:45:03.812Z | Downloaded libc v0.2.162 |
339 | 2024-12-13T20:45:03.837Z | Downloaded tracing-core v0.1.32 |
340 | 2024-12-13T20:45:03.840Z | Downloaded ipnet v2.10.1 |
341 | 2024-12-13T20:45:03.842Z | Downloaded litemap v0.7.3 |
342 | 2024-12-13T20:45:03.845Z | Downloaded rustc-hash v2.0.0 |
343 | 2024-12-13T20:45:03.845Z | Downloaded toml v0.8.19 |
344 | 2024-12-13T20:45:03.847Z | Downloaded icu_locid_transform v1.5.0 |
345 | 2024-12-13T20:45:03.849Z | Downloaded hyper-rustls v0.27.3 |
346 | 2024-12-13T20:45:03.852Z | Downloaded serde_with_macros v3.11.0 |
347 | 2024-12-13T20:45:03.854Z | Downloaded untrusted v0.9.0 |
348 | 2024-12-13T20:45:03.856Z | Downloaded quote v1.0.37 |
349 | 2024-12-13T20:45:03.858Z | Downloaded uuid v1.11.0 |
350 | 2024-12-13T20:45:03.860Z | Downloaded base64 v0.22.1 |
351 | 2024-12-13T20:45:03.863Z | Downloaded httparse v1.9.5 |
352 | 2024-12-13T20:45:03.865Z | Downloaded rustls-pemfile v2.2.0 |
353 | 2024-12-13T20:45:03.868Z | Downloaded tinyvec v1.8.0 |
354 | 2024-12-13T20:45:03.870Z | Downloaded getrandom v0.2.15 |
355 | 2024-12-13T20:45:03.874Z | Downloaded schemars_derive v0.8.21 |
356 | 2024-12-13T20:45:03.877Z | Downloaded num-traits v0.2.19 |
357 | 2024-12-13T20:45:03.877Z | Downloaded ipnetwork v0.20.0 |
358 | 2024-12-13T20:45:03.881Z | Downloaded hostname v0.4.0 |
359 | 2024-12-13T20:45:03.881Z | Downloaded crossbeam-utils v0.8.20 |
360 | 2024-12-13T20:45:03.883Z | Downloaded zerovec-derive v0.10.3 |
361 | 2024-12-13T20:45:03.885Z | Downloaded httpdate v1.0.3 |
362 | 2024-12-13T20:45:03.885Z | Downloaded http-body-util v0.1.2 |
363 | 2024-12-13T20:45:03.889Z | Downloaded scroll_derive v0.12.0 |
364 | 2024-12-13T20:45:03.889Z | Downloaded parking_lot_core v0.9.10 |
365 | 2024-12-13T20:45:03.889Z | Downloaded futures-sink v0.3.31 |
366 | 2024-12-13T20:45:03.893Z | Downloaded time-macros v0.2.18 |
367 | 2024-12-13T20:45:03.893Z | Downloaded heck v0.5.0 |
368 | 2024-12-13T20:45:03.893Z | Downloaded generic-array v0.14.7 |
369 | 2024-12-13T20:45:03.895Z | Downloaded futures-task v0.3.31 |
370 | 2024-12-13T20:45:03.895Z | Downloaded futures-io v0.3.31 |
371 | 2024-12-13T20:45:03.898Z | Downloaded futures-executor v0.3.31 |
372 | 2024-12-13T20:45:03.898Z | Downloaded futures-core v0.3.31 |
373 | 2024-12-13T20:45:03.898Z | Downloaded dyn-clone v1.0.17 |
374 | 2024-12-13T20:45:03.901Z | Downloaded crypto-common v0.1.6 |
375 | 2024-12-13T20:45:03.901Z | Downloaded futures-channel v0.3.31 |
376 | 2024-12-13T20:45:03.903Z | Downloaded match_cfg v0.1.0 |
377 | 2024-12-13T20:45:03.903Z | Downloaded icu_provider_macros v1.5.0 |
378 | 2024-12-13T20:45:03.903Z | Downloaded parse-display-derive v0.10.0 |
379 | 2024-12-13T20:45:03.906Z | Downloaded yoke v0.7.4 |
380 | 2024-12-13T20:45:03.906Z | Downloaded instant v0.1.13 |
381 | 2024-12-13T20:45:03.908Z | Downloaded ident_case v1.0.1 |
382 | 2024-12-13T20:45:03.908Z | Downloaded parse-display v0.10.0 |
383 | 2024-12-13T20:45:03.910Z | Downloaded encoding_rs v0.8.34 |
384 | 2024-12-13T20:45:03.928Z | Downloaded dropshot_endpoint v0.13.0 |
385 | 2024-12-13T20:45:03.930Z | Downloaded darling v0.20.10 |
386 | 2024-12-13T20:45:03.934Z | Downloaded plain v0.2.3 |
387 | 2024-12-13T20:45:03.936Z | Downloaded tokio-native-tls v0.3.1 |
388 | 2024-12-13T20:45:03.939Z | Downloaded cfg-if v1.0.0 |
389 | 2024-12-13T20:45:03.939Z | Downloaded block-buffer v0.10.4 |
390 | 2024-12-13T20:45:03.939Z | Downloaded rand_chacha v0.3.1 |
391 | 2024-12-13T20:45:03.942Z | Downloaded powerfmt v0.2.0 |
392 | 2024-12-13T20:45:03.942Z | Downloaded pin-utils v0.1.0 |
393 | 2024-12-13T20:45:03.942Z | Downloaded mime v0.3.17 |
394 | 2024-12-13T20:45:03.946Z | Downloaded zeroize v1.8.1 |
395 | 2024-12-13T20:45:03.946Z | Downloaded debug-ignore v1.0.5 |
396 | 2024-12-13T20:45:03.952Z | Downloaded zerofrom-derive v0.1.4 |
397 | 2024-12-13T20:45:03.952Z | Downloaded aho-corasick v1.1.3 |
398 | 2024-12-13T20:45:03.955Z | Downloaded anyhow v1.0.93 |
399 | 2024-12-13T20:45:03.955Z | Downloaded atomic-waker v1.1.2 |
400 | 2024-12-13T20:45:03.957Z | Downloaded async-trait v0.1.83 |
401 | 2024-12-13T20:45:03.959Z | Downloaded ahash v0.8.11 |
402 | 2024-12-13T20:45:04.104Z | Downloaded ring v0.17.8 |
403 | 2024-12-13T20:45:04.432Z | Compiling proc-macro2 v1.0.89 |
404 | 2024-12-13T20:45:04.432Z | Compiling unicode-ident v1.0.13 |
405 | 2024-12-13T20:45:04.432Z | Compiling libc v0.2.162 |
406 | 2024-12-13T20:45:04.434Z | Checking cfg-if v1.0.0 |
407 | 2024-12-13T20:45:04.434Z | Compiling autocfg v1.4.0 |
408 | 2024-12-13T20:45:04.434Z | Compiling serde v1.0.215 |
409 | 2024-12-13T20:45:04.434Z | Compiling version_check v0.9.5 |
410 | 2024-12-13T20:45:04.456Z | Checking memchr v2.7.4 |
411 | 2024-12-13T20:45:04.633Z | Compiling serde_json v1.0.132 |
412 | 2024-12-13T20:45:04.635Z | Checking itoa v1.0.11 |
413 | 2024-12-13T20:45:05.081Z | Compiling thiserror v1.0.69 |
414 | 2024-12-13T20:45:05.109Z | Checking once_cell v1.20.2 |
415 | 2024-12-13T20:45:05.181Z | Compiling shlex v1.3.0 |
416 | 2024-12-13T20:45:05.379Z | Checking pin-project-lite v0.2.14 |
417 | 2024-12-13T20:45:05.528Z | Compiling cc v1.1.30 |
418 | 2024-12-13T20:45:05.559Z | Compiling num-traits v0.2.19 |
419 | 2024-12-13T20:45:05.773Z | Checking smallvec v1.13.2 |
420 | 2024-12-13T20:45:05.871Z | Checking getrandom v0.2.15 |
421 | 2024-12-13T20:45:05.950Z | Checking ryu v1.0.18 |
422 | 2024-12-13T20:45:05.969Z | Checking bytes v1.8.0 |
423 | 2024-12-13T20:45:06.112Z | Checking futures-core v0.3.31 |
424 | 2024-12-13T20:45:06.129Z | Compiling lock_api v0.4.12 |
425 | 2024-12-13T20:45:06.172Z | Compiling quote v1.0.37 |
426 | 2024-12-13T20:45:06.357Z | Compiling byteorder v1.5.0 |
427 | 2024-12-13T20:45:06.387Z | Compiling parking_lot_core v0.9.10 |
428 | 2024-12-13T20:45:06.676Z | Compiling syn v2.0.87 |
429 | 2024-12-13T20:45:06.695Z | Compiling ahash v0.8.11 |
430 | 2024-12-13T20:45:06.833Z | Compiling schemars v0.8.21 |
431 | 2024-12-13T20:45:06.910Z | Checking scopeguard v1.2.0 |
432 | 2024-12-13T20:45:06.950Z | Compiling slab v0.4.9 |
433 | 2024-12-13T20:45:07.159Z | Checking log v0.4.22 |
434 | 2024-12-13T20:45:07.249Z | Checking futures-sink v0.3.31 |
435 | 2024-12-13T20:45:07.274Z | Checking signal-hook-registry v1.4.2 |
436 | 2024-12-13T20:45:07.274Z | Checking mio v1.0.2 |
437 | 2024-12-13T20:45:07.394Z | Checking socket2 v0.5.7 |
438 | 2024-12-13T20:45:07.429Z | Checking stable_deref_trait v1.2.0 |
439 | 2024-12-13T20:45:07.501Z | Checking parking_lot v0.12.3 |
440 | 2024-12-13T20:45:07.528Z | Checking fnv v1.0.7 |
441 | 2024-12-13T20:45:07.549Z | Compiling semver v1.0.23 |
442 | 2024-12-13T20:45:07.659Z | Checking hashbrown v0.15.1 |
443 | 2024-12-13T20:45:07.729Z | Checking equivalent v1.0.1 |
444 | 2024-12-13T20:45:07.842Z | Checking http v1.1.0 |
445 | 2024-12-13T20:45:07.862Z | Checking futures-channel v0.3.31 |
446 | 2024-12-13T20:45:07.882Z | Checking futures-io v0.3.31 |
447 | 2024-12-13T20:45:07.886Z | Checking futures-task v0.3.31 |
448 | 2024-12-13T20:45:08.064Z | Checking pin-utils v0.1.0 |
449 | 2024-12-13T20:45:08.143Z | Checking rustls-pki-types v1.10.0 |
450 | 2024-12-13T20:45:08.162Z | Compiling heck v0.5.0 |
451 | 2024-12-13T20:45:08.166Z | Compiling vcpkg v0.2.15 |
452 | 2024-12-13T20:45:08.210Z | Checking spin v0.9.8 |
453 | 2024-12-13T20:45:08.427Z | Compiling pkg-config v0.3.31 |
454 | 2024-12-13T20:45:08.645Z | Compiling ring v0.17.8 |
455 | 2024-12-13T20:45:08.718Z | Compiling httparse v1.9.5 |
456 | 2024-12-13T20:45:08.749Z | Checking litemap v0.7.3 |
457 | 2024-12-13T20:45:09.101Z | Checking untrusted v0.9.0 |
458 | 2024-12-13T20:45:09.245Z | Checking writeable v0.5.5 |
459 | 2024-12-13T20:45:09.266Z | Compiling ucd-trie v0.1.7 |
460 | 2024-12-13T20:45:09.407Z | Checking iana-time-zone v0.1.61 |
461 | 2024-12-13T20:45:09.665Z | Checking tracing-core v0.1.32 |
462 | 2024-12-13T20:45:09.786Z | Checking dyn-clone v1.0.17 |
463 | 2024-12-13T20:45:09.855Z | Compiling openssl-sys v0.9.103 |
464 | 2024-12-13T20:45:09.857Z | Compiling allocator-api2 v0.2.18 |
465 | 2024-12-13T20:45:09.915Z | Checking atomic-waker v1.1.2 |
466 | 2024-12-13T20:45:10.315Z | Checking tracing v0.1.40 |
467 | 2024-12-13T20:45:10.581Z | Checking http-body v1.0.1 |
468 | 2024-12-13T20:45:10.661Z | Compiling uuid v1.11.0 |
469 | 2024-12-13T20:45:10.712Z | Checking icu_locid_transform_data v1.5.0 |
470 | 2024-12-13T20:45:10.821Z | Checking subtle v2.6.1 |
471 | 2024-12-13T20:45:10.848Z | Checking try-lock v0.2.5 |
472 | 2024-12-13T20:45:10.923Z | Checking zeroize v1.8.1 |
473 | 2024-12-13T20:45:10.979Z | Checking want v0.3.1 |
474 | 2024-12-13T20:45:11.048Z | Compiling openssl v0.10.66 |
475 | 2024-12-13T20:45:11.153Z | Checking icu_properties_data v1.5.0 |
476 | 2024-12-13T20:45:11.155Z | Checking httpdate v1.0.3 |
477 | 2024-12-13T20:45:11.293Z | Compiling chrono v0.4.38 |
478 | 2024-12-13T20:45:11.377Z | Compiling slog v2.7.0 |
479 | 2024-12-13T20:45:11.407Z | Checking foreign-types-shared v0.1.1 |
480 | 2024-12-13T20:45:11.511Z | Checking foreign-types v0.3.2 |
481 | 2024-12-13T20:45:11.577Z | Compiling aho-corasick v1.1.3 |
482 | 2024-12-13T20:45:11.596Z | Checking utf16_iter v1.0.5 |
483 | 2024-12-13T20:45:11.928Z | Checking utf8_iter v1.0.4 |
484 | 2024-12-13T20:45:12.128Z | Checking bitflags v2.6.0 |
485 | 2024-12-13T20:45:12.372Z | Compiling regex-syntax v0.8.5 |
486 | 2024-12-13T20:45:12.416Z | Compiling native-tls v0.2.12 |
487 | 2024-12-13T20:45:12.789Z | Checking write16 v1.0.0 |
488 | 2024-12-13T20:45:12.811Z | Checking tower-service v0.3.3 |
489 | 2024-12-13T20:45:12.904Z | Checking icu_normalizer_data v1.5.0 |
490 | 2024-12-13T20:45:12.924Z | Compiling rustls v0.23.19 |
491 | 2024-12-13T20:45:12.996Z | Checking percent-encoding v2.3.1 |
492 | 2024-12-13T20:45:13.208Z | Compiling typenum v1.17.0 |
493 | 2024-12-13T20:45:13.256Z | Checking form_urlencoded v1.2.1 |
494 | 2024-12-13T20:45:13.446Z | Compiling generic-array v0.14.7 |
495 | 2024-12-13T20:45:13.799Z | Checking openssl-probe v0.1.5 |
496 | 2024-12-13T20:45:14.587Z | Compiling synstructure v0.13.1 |
497 | 2024-12-13T20:45:15.214Z | Compiling serde_derive_internals v0.29.1 |
498 | 2024-12-13T20:45:15.631Z | Checking rustls-webpki v0.102.8 |
499 | 2024-12-13T20:45:16.003Z | Compiling regex-automata v0.4.8 |
500 | 2024-12-13T20:45:16.233Z | Compiling usdt-impl v0.5.0 |
501 | 2024-12-13T20:45:16.508Z | Checking encoding_rs v0.8.34 |
502 | 2024-12-13T20:45:16.610Z | Checking mime v0.3.17 |
503 | 2024-12-13T20:45:16.664Z | Checking powerfmt v0.2.0 |
504 | 2024-12-13T20:45:16.930Z | Compiling time-core v0.1.2 |
505 | 2024-12-13T20:45:16.949Z | Compiling num-conv v0.1.0 |
506 | 2024-12-13T20:45:17.234Z | Compiling time-macros v0.2.18 |
507 | 2024-12-13T20:45:17.489Z | Checking deranged v0.3.11 |
508 | 2024-12-13T20:45:18.525Z | Compiling thread-id v4.2.2 |
509 | 2024-12-13T20:45:18.891Z | Checking rustls-pemfile v2.2.0 |
510 | 2024-12-13T20:45:19.101Z | Checking webpki-roots v0.26.6 |
511 | 2024-12-13T20:45:19.309Z | Compiling strsim v0.11.1 |
512 | 2024-12-13T20:45:19.557Z | Compiling ident_case v1.0.1 |
513 | 2024-12-13T20:45:19.746Z | Checking num_threads v0.1.7 |
514 | 2024-12-13T20:45:19.856Z | Compiling crossbeam-utils v0.8.20 |
515 | 2024-12-13T20:45:19.875Z | Checking plain v0.2.3 |
516 | 2024-12-13T20:45:20.017Z | Compiling regex v1.11.1 |
517 | 2024-12-13T20:45:20.035Z | Compiling serde_derive v1.0.215 |
518 | 2024-12-13T20:45:20.039Z | Compiling zerocopy-derive v0.7.35 |
519 | 2024-12-13T20:45:20.194Z | Compiling thiserror-impl v1.0.69 |
520 | 2024-12-13T20:45:20.435Z | Compiling schemars_derive v0.8.21 |
521 | 2024-12-13T20:45:20.438Z | Compiling zerofrom-derive v0.1.4 |
522 | 2024-12-13T20:45:21.030Z | Compiling yoke-derive v0.7.4 |
523 | 2024-12-13T20:45:21.481Z | Compiling tokio-macros v2.4.0 |
524 | 2024-12-13T20:45:22.095Z | Compiling zerocopy v0.7.35 |
525 | 2024-12-13T20:45:23.338Z | Checking tokio v1.40.0 |
526 | 2024-12-13T20:45:23.482Z | Compiling zerovec-derive v0.10.3 |
527 | 2024-12-13T20:45:23.727Z | Compiling futures-macro v0.3.31 |
528 | 2024-12-13T20:45:23.773Z | Compiling displaydoc v0.2.5 |
529 | 2024-12-13T20:45:24.075Z | Checking zerofrom v0.1.4 |
530 | 2024-12-13T20:45:24.301Z | Checking yoke v0.7.4 |
531 | 2024-12-13T20:45:24.366Z | Compiling pest v2.7.14 |
532 | 2024-12-13T20:45:24.603Z | Compiling icu_provider_macros v1.5.0 |
533 | 2024-12-13T20:45:24.636Z | Compiling hashbrown v0.14.5 |
534 | 2024-12-13T20:45:25.639Z | Checking futures-util v0.3.31 |
535 | 2024-12-13T20:45:25.727Z | Compiling openssl-macros v0.1.1 |
536 | 2024-12-13T20:45:26.008Z | Compiling regress v0.10.1 |
537 | 2024-12-13T20:45:26.028Z | Checking zerovec v0.10.4 |
538 | 2024-12-13T20:45:26.890Z | Compiling pest_meta v2.7.14 |
539 | 2024-12-13T20:45:27.272Z | Compiling scroll_derive v0.12.0 |
540 | 2024-12-13T20:45:28.766Z | Checking tinystr v0.7.6 |
541 | 2024-12-13T20:45:29.149Z | Checking icu_locid v1.5.0 |
542 | 2024-12-13T20:45:30.185Z | Checking icu_provider v1.5.0 |
543 | 2024-12-13T20:45:30.438Z | Checking tokio-util v0.7.12 |
544 | 2024-12-13T20:45:30.838Z | Checking icu_locid_transform v1.5.0 |
545 | 2024-12-13T20:45:30.897Z | Compiling pest_generator v2.7.14 |
546 | 2024-12-13T20:45:30.962Z | Checking icu_collections v1.5.0 |
547 | 2024-12-13T20:45:31.047Z | Checking http-body-util v0.1.2 |
548 | 2024-12-13T20:45:31.289Z | Checking tokio-rustls v0.26.0 |
549 | 2024-12-13T20:45:31.499Z | Checking scroll v0.12.0 |
550 | 2024-12-13T20:45:31.875Z | Checking icu_properties v1.5.1 |
551 | 2024-12-13T20:45:32.426Z | Checking tokio-native-tls v0.3.1 |
552 | 2024-12-13T20:45:32.598Z | Compiling pest_derive v2.7.14 |
553 | 2024-12-13T20:45:32.926Z | Checking indexmap v2.6.0 |
554 | 2024-12-13T20:45:34.043Z | Compiling serde_tokenstream v0.2.2 |
555 | 2024-12-13T20:45:34.341Z | Checking h2 v0.4.6 |
556 | 2024-12-13T20:45:35.112Z | Compiling dtrace-parser v0.2.0 |
557 | 2024-12-13T20:45:35.142Z | Checking icu_normalizer v1.5.0 |
558 | 2024-12-13T20:45:35.247Z | Checking serde_urlencoded v0.7.1 |
559 | 2024-12-13T20:45:35.582Z | Checking base64 v0.22.1 |
560 | 2024-12-13T20:45:36.086Z | Checking idna_adapter v1.2.0 |
561 | 2024-12-13T20:45:36.100Z | Compiling dof v0.3.0 |
562 | 2024-12-13T20:45:36.275Z | Checking idna v1.0.3 |
563 | 2024-12-13T20:45:36.292Z | Compiling openapiv3 v2.0.0 |
564 | 2024-12-13T20:45:36.785Z | Checking url v2.5.3 |
565 | 2024-12-13T20:45:37.052Z | Checking typify-impl v0.2.0 |
566 | 2024-12-13T20:45:37.652Z | Checking time v0.3.36 |
567 | 2024-12-13T20:45:38.815Z | Checking hyper v1.5.0 |
568 | 2024-12-13T20:45:39.531Z | Checking goblin v0.8.2 |
569 | 2024-12-13T20:45:39.723Z | Compiling darling_core v0.20.10 |
570 | 2024-12-13T20:45:39.723Z | Checking sync_wrapper v1.0.1 |
571 | 2024-12-13T20:45:39.910Z | Checking dirs-sys-next v0.1.2 |
572 | 2024-12-13T20:45:40.311Z | Compiling paste v1.0.15 |
573 | 2024-12-13T20:45:40.558Z | Checking ipnet v2.10.1 |
574 | 2024-12-13T20:45:40.628Z | Compiling unsafe-libyaml v0.2.11 |
575 | 2024-12-13T20:45:40.907Z | Compiling omicron-workspace-hack v0.1.0 |
576 | 2024-12-13T20:45:41.193Z | Checking hyper-util v0.1.10 |
577 | 2024-12-13T20:45:41.194Z | Compiling rustls v0.22.4 |
578 | 2024-12-13T20:45:41.544Z | Compiling rustversion v1.0.17 |
579 | 2024-12-13T20:45:41.544Z | Checking pretty-hex v0.4.1 |
580 | 2024-12-13T20:45:41.832Z | Checking dirs-next v2.0.0 |
581 | 2024-12-13T20:45:42.003Z | Compiling serde_yaml v0.9.34+deprecated |
582 | 2024-12-13T20:45:42.369Z | Checking serde_spanned v0.6.8 |
583 | 2024-12-13T20:45:42.452Z | Checking toml_datetime v0.6.8 |
584 | 2024-12-13T20:45:42.502Z | Checking hyper-tls v0.6.0 |
585 | 2024-12-13T20:45:42.536Z | Checking hyper-rustls v0.27.3 |
586 | 2024-12-13T20:45:42.537Z | Checking ppv-lite86 v0.2.20 |
587 | 2024-12-13T20:45:42.643Z | Compiling structmeta-derive v0.3.0 |
588 | 2024-12-13T20:45:42.779Z | Checking block-buffer v0.10.4 |
589 | 2024-12-13T20:45:42.857Z | Checking reqwest v0.12.9 |
590 | 2024-12-13T20:45:43.036Z | Checking crypto-common v0.1.6 |
591 | 2024-12-13T20:45:43.208Z | Checking rand_core v0.6.4 |
592 | 2024-12-13T20:45:43.446Z | Checking thread_local v1.1.8 |
593 | 2024-12-13T20:45:43.565Z | Compiling multer v3.1.0 |
594 | 2024-12-13T20:45:43.805Z | Compiling slog-async v2.8.0 |
595 | 2024-12-13T20:45:43.940Z | Compiling camino v1.1.9 |
596 | 2024-12-13T20:45:44.221Z | Checking winnow v0.6.20 |
597 | 2024-12-13T20:45:44.351Z | Checking match_cfg v0.1.0 |
598 | 2024-12-13T20:45:44.427Z | Compiling anyhow v1.0.93 |
599 | 2024-12-13T20:45:44.487Z | Compiling newtype-uuid v1.1.3 |
600 | 2024-12-13T20:45:44.757Z | Checking hostname v0.3.1 |
601 | 2024-12-13T20:45:44.962Z | Checking progenitor-client v0.8.0 |
602 | 2024-12-13T20:45:45.312Z | Compiling structmeta v0.3.0 |
603 | 2024-12-13T20:45:45.395Z | Checking rand_chacha v0.3.1 |
604 | 2024-12-13T20:45:45.425Z | Checking digest v0.10.7 |
605 | 2024-12-13T20:45:45.518Z | Checking crossbeam-channel v0.5.13 |
606 | 2024-12-13T20:45:45.636Z | Compiling darling_macro v0.20.10 |
607 | 2024-12-13T20:45:45.708Z | Checking term v0.7.0 |
608 | 2024-12-13T20:45:46.158Z | Checking slog-json v2.6.1 |
609 | 2024-12-13T20:45:46.262Z | Compiling usdt-macro v0.5.0 |
610 | 2024-12-13T20:45:46.418Z | Compiling usdt-attr-macro v0.5.0 |
611 | 2024-12-13T20:45:46.624Z | Compiling darling v0.20.10 |
612 | 2024-12-13T20:45:46.749Z | Checking futures-executor v0.3.31 |
613 | 2024-12-13T20:45:46.865Z | Compiling async-stream-impl v0.3.6 |
614 | 2024-12-13T20:45:46.988Z | Checking is-terminal v0.4.13 |
615 | 2024-12-13T20:45:47.032Z | Checking memmap v0.7.0 |
616 | 2024-12-13T20:45:47.109Z | Compiling dropshot v0.13.0 |
617 | 2024-12-13T20:45:47.252Z | Checking take_mut v0.2.2 |
618 | 2024-12-13T20:45:47.277Z | Checking toml_edit v0.22.22 |
619 | 2024-12-13T20:45:47.412Z | Checking cpufeatures v0.2.14 |
620 | 2024-12-13T20:45:47.526Z | Checking sha1 v0.10.6 |
621 | 2024-12-13T20:45:47.546Z | Checking slog-term v2.9.1 |
622 | 2024-12-13T20:45:47.815Z | Compiling strum_macros v0.26.4 |
623 | 2024-12-13T20:45:47.846Z | Checking futures v0.3.31 |
624 | 2024-12-13T20:45:47.866Z | Checking usdt v0.5.0 |
625 | 2024-12-13T20:45:47.950Z | Compiling serde_with_macros v3.11.0 |
626 | 2024-12-13T20:45:48.045Z | Checking slog-bunyan v2.5.0 |
627 | 2024-12-13T20:45:48.088Z | Checking rand v0.8.5 |
628 | 2024-12-13T20:45:48.156Z | Checking async-stream v0.3.6 |
629 | 2024-12-13T20:45:48.166Z | Compiling parse-display-derive v0.10.0 |
630 | 2024-12-13T20:45:49.592Z | Checking tokio-rustls v0.25.0 |
631 | 2024-12-13T20:45:49.680Z | Checking ipnetwork v0.20.0 |
632 | 2024-12-13T20:45:49.743Z | Compiling dropshot_endpoint v0.13.0 |
633 | 2024-12-13T20:45:49.788Z | Checking hex v0.4.3 |
634 | 2024-12-13T20:45:49.943Z | Checking toml v0.8.19 |
635 | 2024-12-13T20:45:50.045Z | Checking serde_path_to_error v0.1.16 |
636 | 2024-12-13T20:45:50.336Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
637 | 2024-12-13T20:45:50.508Z | Compiling async-trait v0.1.83 |
638 | 2024-12-13T20:45:50.677Z | Checking waitgroup v0.1.2 |
639 | 2024-12-13T20:45:50.695Z | Checking hostname v0.4.0 |
640 | 2024-12-13T20:45:50.818Z | Checking instant v0.1.13 |
641 | 2024-12-13T20:45:50.836Z | Checking debug-ignore v1.0.5 |
642 | 2024-12-13T20:45:50.946Z | Checking backoff v0.4.0 |
643 | 2024-12-13T20:45:50.987Z | Checking serde_with v3.11.0 |
644 | 2024-12-13T20:45:51.154Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
645 | 2024-12-13T20:45:51.240Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
646 | 2024-12-13T20:45:51.307Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
647 | 2024-12-13T20:45:51.401Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
648 | 2024-12-13T20:45:51.637Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
649 | 2024-12-13T20:45:52.018Z | Checking macaddr v1.0.1 |
650 | 2024-12-13T20:45:52.058Z | Checking parse-display v0.10.0 |
651 | 2024-12-13T20:45:52.262Z | Checking strum v0.26.3 |
652 | 2024-12-13T20:45:52.286Z | Checking regress v0.9.1 |
653 | 2024-12-13T20:45:52.340Z | Compiling typify-macro v0.2.0 |
654 | 2024-12-13T20:45:54.319Z | Compiling typify v0.2.0 |
655 | 2024-12-13T20:45:54.403Z | Compiling progenitor-impl v0.8.0 |
656 | 2024-12-13T20:45:56.956Z | Compiling progenitor-macro v0.8.0 |
657 | 2024-12-13T20:46:01.128Z | Checking progenitor v0.8.0 |
658 | 2024-12-13T20:46:01.265Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
659 | 2024-12-13T20:46:04.311Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
660 | 2024-12-13T20:46:11.879Z | Checking test-project v0.1.0 (/tmp/test-project) |
661 | 2024-12-13T20:46:11.950Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 15s |
662 | 2024-12-13T20:46:12.280Z | + cargo build --release |
663 | 2024-12-13T20:46:12.547Z | Compiling proc-macro2 v1.0.89 |
664 | 2024-12-13T20:46:12.548Z | Compiling unicode-ident v1.0.13 |
665 | 2024-12-13T20:46:12.548Z | Compiling libc v0.2.162 |
666 | 2024-12-13T20:46:12.554Z | Compiling cfg-if v1.0.0 |
667 | 2024-12-13T20:46:12.554Z | Compiling autocfg v1.4.0 |
668 | 2024-12-13T20:46:12.554Z | Compiling serde v1.0.215 |
669 | 2024-12-13T20:46:12.554Z | Compiling version_check v0.9.5 |
670 | 2024-12-13T20:46:12.554Z | Compiling memchr v2.7.4 |
671 | 2024-12-13T20:46:12.676Z | Compiling serde_json v1.0.132 |
672 | 2024-12-13T20:46:12.746Z | Compiling itoa v1.0.11 |
673 | 2024-12-13T20:46:13.012Z | Compiling thiserror v1.0.69 |
674 | 2024-12-13T20:46:13.147Z | Compiling once_cell v1.20.2 |
675 | 2024-12-13T20:46:13.230Z | Compiling shlex v1.3.0 |
676 | 2024-12-13T20:46:13.452Z | Compiling cc v1.1.30 |
677 | 2024-12-13T20:46:13.612Z | Compiling num-traits v0.2.19 |
678 | 2024-12-13T20:46:13.933Z | Compiling pin-project-lite v0.2.14 |
679 | 2024-12-13T20:46:14.030Z | Compiling getrandom v0.2.15 |
680 | 2024-12-13T20:46:14.060Z | Compiling smallvec v1.13.2 |
681 | 2024-12-13T20:46:14.105Z | Compiling bytes v1.8.0 |
682 | 2024-12-13T20:46:14.277Z | Compiling quote v1.0.37 |
683 | 2024-12-13T20:46:14.367Z | Compiling ryu v1.0.18 |
684 | 2024-12-13T20:46:14.553Z | Compiling futures-core v0.3.31 |
685 | 2024-12-13T20:46:14.603Z | Compiling lock_api v0.4.12 |
686 | 2024-12-13T20:46:14.780Z | Compiling syn v2.0.87 |
687 | 2024-12-13T20:46:14.921Z | Compiling ahash v0.8.11 |
688 | 2024-12-13T20:46:14.931Z | Compiling schemars v0.8.21 |
689 | 2024-12-13T20:46:14.936Z | Compiling parking_lot_core v0.9.10 |
690 | 2024-12-13T20:46:14.946Z | Compiling byteorder v1.5.0 |
691 | 2024-12-13T20:46:15.359Z | Compiling scopeguard v1.2.0 |
692 | 2024-12-13T20:46:15.400Z | Compiling slab v0.4.9 |
693 | 2024-12-13T20:46:15.567Z | Compiling log v0.4.22 |
694 | 2024-12-13T20:46:15.744Z | Compiling futures-sink v0.3.31 |
695 | 2024-12-13T20:46:15.900Z | Compiling socket2 v0.5.7 |
696 | 2024-12-13T20:46:15.971Z | Compiling parking_lot v0.12.3 |
697 | 2024-12-13T20:46:15.990Z | Compiling mio v1.0.2 |
698 | 2024-12-13T20:46:15.996Z | Compiling signal-hook-registry v1.4.2 |
699 | 2024-12-13T20:46:16.006Z | Compiling semver v1.0.23 |
700 | 2024-12-13T20:46:16.191Z | Compiling stable_deref_trait v1.2.0 |
701 | 2024-12-13T20:46:16.450Z | Compiling ring v0.17.8 |
702 | 2024-12-13T20:46:16.500Z | Compiling equivalent v1.0.1 |
703 | 2024-12-13T20:46:16.601Z | Compiling hashbrown v0.15.1 |
704 | 2024-12-13T20:46:16.624Z | Compiling fnv v1.0.7 |
705 | 2024-12-13T20:46:16.902Z | Compiling http v1.1.0 |
706 | 2024-12-13T20:46:17.565Z | Compiling futures-channel v0.3.31 |
707 | 2024-12-13T20:46:17.586Z | Compiling futures-io v0.3.31 |
708 | 2024-12-13T20:46:17.664Z | Compiling futures-task v0.3.31 |
709 | 2024-12-13T20:46:17.918Z | Compiling pin-utils v0.1.0 |
710 | 2024-12-13T20:46:18.005Z | Compiling vcpkg v0.2.15 |
711 | 2024-12-13T20:46:18.027Z | Compiling heck v0.5.0 |
712 | 2024-12-13T20:46:18.077Z | Compiling pkg-config v0.3.31 |
713 | 2024-12-13T20:46:18.139Z | Compiling rustls-pki-types v1.10.0 |
714 | 2024-12-13T20:46:18.159Z | Compiling spin v0.9.8 |
715 | 2024-12-13T20:46:19.047Z | Compiling writeable v0.5.5 |
716 | 2024-12-13T20:46:19.314Z | Compiling untrusted v0.9.0 |
717 | 2024-12-13T20:46:19.517Z | Compiling ucd-trie v0.1.7 |
718 | 2024-12-13T20:46:19.623Z | Compiling openssl-sys v0.9.103 |
719 | 2024-12-13T20:46:20.015Z | Compiling httparse v1.9.5 |
720 | 2024-12-13T20:46:20.038Z | Compiling litemap v0.7.3 |
721 | 2024-12-13T20:46:20.181Z | Compiling iana-time-zone v0.1.61 |
722 | 2024-12-13T20:46:20.623Z | Compiling tracing-core v0.1.32 |
723 | 2024-12-13T20:46:20.741Z | Compiling allocator-api2 v0.2.18 |
724 | 2024-12-13T20:46:20.882Z | Compiling dyn-clone v1.0.17 |
725 | 2024-12-13T20:46:21.077Z | Compiling atomic-waker v1.1.2 |
726 | 2024-12-13T20:46:21.530Z | Compiling tracing v0.1.40 |
727 | 2024-12-13T20:46:21.615Z | Compiling http-body v1.0.1 |
728 | 2024-12-13T20:46:21.788Z | Compiling uuid v1.11.0 |
729 | 2024-12-13T20:46:22.197Z | Compiling chrono v0.4.38 |
730 | 2024-12-13T20:46:22.300Z | Compiling try-lock v0.2.5 |
731 | 2024-12-13T20:46:22.315Z | Compiling zeroize v1.8.1 |
732 | 2024-12-13T20:46:22.411Z | Compiling subtle v2.6.1 |
733 | 2024-12-13T20:46:22.618Z | Compiling icu_locid_transform_data v1.5.0 |
734 | 2024-12-13T20:46:22.658Z | Compiling synstructure v0.13.1 |
735 | 2024-12-13T20:46:22.706Z | Compiling serde_derive_internals v0.29.1 |
736 | 2024-12-13T20:46:22.706Z | Compiling want v0.3.1 |
737 | 2024-12-13T20:46:23.025Z | Compiling foreign-types-shared v0.1.1 |
738 | 2024-12-13T20:46:23.134Z | Compiling slog v2.7.0 |
739 | 2024-12-13T20:46:23.624Z | Compiling openssl v0.10.66 |
740 | 2024-12-13T20:46:24.035Z | Compiling icu_properties_data v1.5.0 |
741 | 2024-12-13T20:46:24.165Z | Compiling httpdate v1.0.3 |
742 | 2024-12-13T20:46:27.545Z | Compiling foreign-types v0.3.2 |
743 | 2024-12-13T20:46:27.724Z | Compiling aho-corasick v1.1.3 |
744 | 2024-12-13T20:46:27.724Z | Compiling typenum v1.17.0 |
745 | 2024-12-13T20:46:27.725Z | Compiling native-tls v0.2.12 |
746 | 2024-12-13T20:46:27.725Z | Compiling percent-encoding v2.3.1 |
747 | 2024-12-13T20:46:27.733Z | Compiling utf16_iter v1.0.5 |
748 | 2024-12-13T20:46:27.733Z | Compiling rustls v0.23.19 |
749 | 2024-12-13T20:46:27.733Z | Compiling bitflags v2.6.0 |
750 | 2024-12-13T20:46:27.733Z | Compiling utf8_iter v1.0.4 |
751 | 2024-12-13T20:46:27.733Z | Compiling tower-service v0.3.3 |
752 | 2024-12-13T20:46:27.733Z | Compiling icu_normalizer_data v1.5.0 |
753 | 2024-12-13T20:46:27.733Z | Compiling regex-syntax v0.8.5 |
754 | 2024-12-13T20:46:27.733Z | Compiling write16 v1.0.0 |
755 | 2024-12-13T20:46:27.733Z | Compiling form_urlencoded v1.2.1 |
756 | 2024-12-13T20:46:27.733Z | Compiling generic-array v0.14.7 |
757 | 2024-12-13T20:46:27.733Z | Compiling openssl-probe v0.1.5 |
758 | 2024-12-13T20:46:28.301Z | Compiling serde_derive v1.0.215 |
759 | 2024-12-13T20:46:28.595Z | Compiling zerocopy-derive v0.7.35 |
760 | 2024-12-13T20:46:28.680Z | Compiling thiserror-impl v1.0.69 |
761 | 2024-12-13T20:46:29.320Z | Compiling zerofrom-derive v0.1.4 |
762 | 2024-12-13T20:46:29.413Z | Compiling schemars_derive v0.8.21 |
763 | 2024-12-13T20:46:30.723Z | Compiling zerocopy v0.7.35 |
764 | 2024-12-13T20:46:32.300Z | Compiling tokio-macros v2.4.0 |
765 | 2024-12-13T20:46:32.365Z | Compiling yoke-derive v0.7.4 |
766 | 2024-12-13T20:46:32.540Z | Compiling zerovec-derive v0.10.3 |
767 | 2024-12-13T20:46:32.939Z | Compiling zerofrom v0.1.4 |
768 | 2024-12-13T20:46:33.179Z | Compiling futures-macro v0.3.31 |
769 | 2024-12-13T20:46:33.546Z | Compiling displaydoc v0.2.5 |
770 | 2024-12-13T20:46:33.836Z | Compiling tokio v1.40.0 |
771 | 2024-12-13T20:46:35.077Z | Compiling futures-util v0.3.31 |
772 | 2024-12-13T20:46:35.290Z | Compiling yoke v0.7.4 |
773 | 2024-12-13T20:46:35.294Z | Compiling pest v2.7.14 |
774 | 2024-12-13T20:46:35.363Z | Compiling icu_provider_macros v1.5.0 |
775 | 2024-12-13T20:46:35.485Z | Compiling zerovec v0.10.4 |
776 | 2024-12-13T20:46:35.519Z | Compiling hashbrown v0.14.5 |
777 | 2024-12-13T20:46:36.830Z | Compiling rustls-webpki v0.102.8 |
778 | 2024-12-13T20:46:38.235Z | Compiling tinystr v0.7.6 |
779 | 2024-12-13T20:46:38.677Z | Compiling icu_locid v1.5.0 |
780 | 2024-12-13T20:46:38.681Z | Compiling pest_meta v2.7.14 |
781 | 2024-12-13T20:46:41.576Z | Compiling icu_provider v1.5.0 |
782 | 2024-12-13T20:46:42.075Z | Compiling pest_generator v2.7.14 |
783 | 2024-12-13T20:46:45.045Z | Compiling indexmap v2.6.0 |
784 | 2024-12-13T20:46:45.097Z | Compiling serde_tokenstream v0.2.2 |
785 | 2024-12-13T20:46:45.097Z | Compiling tokio-util v0.7.12 |
786 | 2024-12-13T20:46:45.865Z | Compiling h2 v0.4.6 |
787 | 2024-12-13T20:46:46.262Z | Compiling icu_locid_transform v1.5.0 |
788 | 2024-12-13T20:46:47.088Z | Compiling icu_collections v1.5.0 |
789 | 2024-12-13T20:46:49.427Z | Compiling regress v0.10.1 |
790 | 2024-12-13T20:46:49.861Z | Compiling icu_properties v1.5.1 |
791 | 2024-12-13T20:46:52.285Z | Compiling hyper v1.5.0 |
792 | 2024-12-13T20:46:53.159Z | Compiling typify-impl v0.2.0 |
793 | 2024-12-13T20:46:54.148Z | Compiling pest_derive v2.7.14 |
794 | 2024-12-13T20:46:55.618Z | Compiling openssl-macros v0.1.1 |
795 | 2024-12-13T20:46:58.041Z | Compiling hyper-util v0.1.10 |
796 | 2024-12-13T20:47:01.303Z | Compiling icu_normalizer v1.5.0 |
797 | 2024-12-13T20:47:02.008Z | Compiling regex-automata v0.4.8 |
798 | 2024-12-13T20:47:03.136Z | Compiling idna_adapter v1.2.0 |
799 | 2024-12-13T20:47:04.446Z | Compiling http-body-util v0.1.2 |
800 | 2024-12-13T20:47:05.349Z | Compiling typify-macro v0.2.0 |
801 | 2024-12-13T20:47:05.508Z | Compiling scroll_derive v0.12.0 |
802 | 2024-12-13T20:47:06.660Z | Compiling regex v1.11.1 |
803 | 2024-12-13T20:47:07.011Z | Compiling usdt-impl v0.5.0 |
804 | 2024-12-13T20:47:07.394Z | Compiling encoding_rs v0.8.34 |
805 | 2024-12-13T20:47:07.611Z | Compiling num-conv v0.1.0 |
806 | 2024-12-13T20:47:07.884Z | Compiling powerfmt v0.2.0 |
807 | 2024-12-13T20:47:08.380Z | Compiling time-core v0.1.2 |
808 | 2024-12-13T20:47:08.549Z | Compiling mime v0.3.17 |
809 | 2024-12-13T20:47:09.648Z | Compiling time-macros v0.2.18 |
810 | 2024-12-13T20:47:09.948Z | Compiling deranged v0.3.11 |
811 | 2024-12-13T20:47:11.182Z | Compiling scroll v0.12.0 |
812 | 2024-12-13T20:47:11.792Z | Compiling tokio-rustls v0.26.0 |
813 | 2024-12-13T20:47:12.256Z | Compiling tokio-native-tls v0.3.1 |
814 | 2024-12-13T20:47:12.320Z | Compiling idna v1.0.3 |
815 | 2024-12-13T20:47:12.680Z | Compiling dtrace-parser v0.2.0 |
816 | 2024-12-13T20:47:18.155Z | Compiling dof v0.3.0 |
817 | 2024-12-13T20:47:18.399Z | Compiling serde_urlencoded v0.7.1 |
818 | 2024-12-13T20:47:19.032Z | Compiling thread-id v4.2.2 |
819 | 2024-12-13T20:47:19.131Z | Compiling rustls-pemfile v2.2.0 |
820 | 2024-12-13T20:47:19.599Z | Compiling webpki-roots v0.26.6 |
821 | 2024-12-13T20:47:19.812Z | Compiling strsim v0.11.1 |
822 | 2024-12-13T20:47:20.447Z | Compiling omicron-workspace-hack v0.1.0 |
823 | 2024-12-13T20:47:20.721Z | Compiling ident_case v1.0.1 |
824 | 2024-12-13T20:47:20.884Z | Compiling base64 v0.22.1 |
825 | 2024-12-13T20:47:21.015Z | Compiling num_threads v0.1.7 |
826 | 2024-12-13T20:47:21.132Z | Compiling crossbeam-utils v0.8.20 |
827 | 2024-12-13T20:47:21.483Z | Compiling plain v0.2.3 |
828 | 2024-12-13T20:47:21.744Z | Compiling goblin v0.8.2 |
829 | 2024-12-13T20:47:22.954Z | Compiling time v0.3.36 |
830 | 2024-12-13T20:47:25.292Z | Compiling darling_core v0.20.10 |
831 | 2024-12-13T20:47:31.279Z | Compiling hyper-rustls v0.27.3 |
832 | 2024-12-13T20:47:32.398Z | Compiling url v2.5.3 |
833 | 2024-12-13T20:47:32.832Z | Compiling hyper-tls v0.6.0 |
834 | 2024-12-13T20:47:33.013Z | Compiling typify v0.2.0 |
835 | 2024-12-13T20:47:33.138Z | Compiling openapiv3 v2.0.0 |
836 | 2024-12-13T20:47:35.647Z | Compiling sync_wrapper v1.0.1 |
837 | 2024-12-13T20:47:35.793Z | Compiling dirs-sys-next v0.1.2 |
838 | 2024-12-13T20:47:37.373Z | Compiling paste v1.0.15 |
839 | 2024-12-13T20:47:37.421Z | Compiling unsafe-libyaml v0.2.11 |
840 | 2024-12-13T20:47:37.910Z | Compiling pretty-hex v0.4.1 |
841 | 2024-12-13T20:47:38.106Z | Compiling ipnet v2.10.1 |
842 | 2024-12-13T20:47:38.354Z | Compiling rustls v0.22.4 |
843 | 2024-12-13T20:47:38.780Z | Compiling rustversion v1.0.17 |
844 | 2024-12-13T20:47:39.217Z | Compiling serde_yaml v0.9.34+deprecated |
845 | 2024-12-13T20:47:39.428Z | Compiling reqwest v0.12.9 |
846 | 2024-12-13T20:47:41.634Z | Compiling progenitor-impl v0.8.0 |
847 | 2024-12-13T20:47:43.045Z | Compiling dirs-next v2.0.0 |
848 | 2024-12-13T20:47:43.355Z | Compiling darling_macro v0.20.10 |
849 | 2024-12-13T20:47:46.699Z | Compiling block-buffer v0.10.4 |
850 | 2024-12-13T20:47:46.733Z | Compiling crypto-common v0.1.6 |
851 | 2024-12-13T20:47:47.059Z | Compiling toml_datetime v0.6.8 |
852 | 2024-12-13T20:47:47.363Z | Compiling serde_spanned v0.6.8 |
853 | 2024-12-13T20:47:47.634Z | Compiling ppv-lite86 v0.2.20 |
854 | 2024-12-13T20:47:47.853Z | Compiling structmeta-derive v0.3.0 |
855 | 2024-12-13T20:47:47.853Z | Compiling rand_core v0.6.4 |
856 | 2024-12-13T20:47:48.271Z | Compiling thread_local v1.1.8 |
857 | 2024-12-13T20:47:48.353Z | Compiling multer v3.1.0 |
858 | 2024-12-13T20:47:48.367Z | Compiling anyhow v1.0.93 |
859 | 2024-12-13T20:47:48.515Z | Compiling camino v1.1.9 |
860 | 2024-12-13T20:47:48.946Z | Compiling match_cfg v0.1.0 |
861 | 2024-12-13T20:47:48.966Z | Compiling slog-async v2.8.0 |
862 | 2024-12-13T20:47:48.992Z | Compiling winnow v0.6.20 |
863 | 2024-12-13T20:47:49.124Z | Compiling newtype-uuid v1.1.3 |
864 | 2024-12-13T20:47:49.458Z | Compiling hostname v0.3.1 |
865 | 2024-12-13T20:47:49.761Z | Compiling progenitor-macro v0.8.0 |
866 | 2024-12-13T20:47:50.666Z | Compiling structmeta v0.3.0 |
867 | 2024-12-13T20:47:51.300Z | Compiling rand_chacha v0.3.1 |
868 | 2024-12-13T20:47:51.300Z | Compiling digest v0.10.7 |
869 | 2024-12-13T20:47:51.787Z | Compiling crossbeam-channel v0.5.13 |
870 | 2024-12-13T20:47:52.565Z | Compiling darling v0.20.10 |
871 | 2024-12-13T20:47:52.788Z | Compiling term v0.7.0 |
872 | 2024-12-13T20:47:53.680Z | Compiling toml_edit v0.22.22 |
873 | 2024-12-13T20:47:54.070Z | Compiling progenitor-client v0.8.0 |
874 | 2024-12-13T20:47:58.734Z | Compiling usdt-attr-macro v0.5.0 |
875 | 2024-12-13T20:48:00.153Z | Compiling usdt-macro v0.5.0 |
876 | 2024-12-13T20:48:01.279Z | Compiling slog-json v2.6.1 |
877 | 2024-12-13T20:48:01.554Z | Compiling futures-executor v0.3.31 |
878 | 2024-12-13T20:48:01.809Z | Compiling async-stream-impl v0.3.6 |
879 | 2024-12-13T20:48:02.764Z | Compiling memmap v0.7.0 |
880 | 2024-12-13T20:48:02.978Z | Compiling is-terminal v0.4.13 |
881 | 2024-12-13T20:48:03.149Z | Compiling dropshot v0.13.0 |
882 | 2024-12-13T20:48:03.149Z | Compiling take_mut v0.2.2 |
883 | 2024-12-13T20:48:03.149Z | Compiling cpufeatures v0.2.14 |
884 | 2024-12-13T20:48:03.307Z | Compiling sha1 v0.10.6 |
885 | 2024-12-13T20:48:03.501Z | Compiling async-stream v0.3.6 |
886 | 2024-12-13T20:48:03.749Z | Compiling slog-term v2.9.1 |
887 | 2024-12-13T20:48:03.916Z | Compiling progenitor v0.8.0 |
888 | 2024-12-13T20:48:04.075Z | Compiling usdt v0.5.0 |
889 | 2024-12-13T20:48:05.582Z | Compiling futures v0.3.31 |
890 | 2024-12-13T20:48:05.690Z | Compiling slog-bunyan v2.5.0 |
891 | 2024-12-13T20:48:06.055Z | Compiling tokio-rustls v0.25.0 |
892 | 2024-12-13T20:48:06.514Z | Compiling strum_macros v0.26.4 |
893 | 2024-12-13T20:48:06.605Z | Compiling toml v0.8.19 |
894 | 2024-12-13T20:48:06.633Z | Compiling serde_with_macros v3.11.0 |
895 | 2024-12-13T20:48:09.364Z | Compiling rand v0.8.5 |
896 | 2024-12-13T20:48:11.236Z | Compiling parse-display-derive v0.10.0 |
897 | 2024-12-13T20:48:15.403Z | Compiling ipnetwork v0.20.0 |
898 | 2024-12-13T20:48:15.602Z | Compiling dropshot_endpoint v0.13.0 |
899 | 2024-12-13T20:48:15.683Z | Compiling hex v0.4.3 |
900 | 2024-12-13T20:48:16.394Z | Compiling serde_path_to_error v0.1.16 |
901 | 2024-12-13T20:48:16.709Z | Compiling async-trait v0.1.83 |
902 | 2024-12-13T20:48:17.470Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
903 | 2024-12-13T20:48:18.327Z | Compiling waitgroup v0.1.2 |
904 | 2024-12-13T20:48:18.569Z | Compiling hostname v0.4.0 |
905 | 2024-12-13T20:48:18.824Z | Compiling instant v0.1.13 |
906 | 2024-12-13T20:48:18.979Z | Compiling debug-ignore v1.0.5 |
907 | 2024-12-13T20:48:19.123Z | Compiling backoff v0.4.0 |
908 | 2024-12-13T20:48:19.178Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
909 | 2024-12-13T20:48:19.382Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
910 | 2024-12-13T20:48:19.480Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
911 | 2024-12-13T20:48:19.539Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
912 | 2024-12-13T20:48:20.185Z | Compiling parse-display v0.10.0 |
913 | 2024-12-13T20:48:20.547Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
914 | 2024-12-13T20:48:22.424Z | Compiling strum v0.26.3 |
915 | 2024-12-13T20:48:22.612Z | Compiling serde_with v3.11.0 |
916 | 2024-12-13T20:48:23.877Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
917 | 2024-12-13T20:48:24.570Z | Compiling regress v0.9.1 |
918 | 2024-12-13T20:48:24.712Z | Compiling macaddr v1.0.1 |
919 | 2024-12-13T20:48:29.162Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
920 | 2024-12-13T20:48:40.193Z | Compiling test-project v0.1.0 (/tmp/test-project) |
921 | 2024-12-13T20:48:51.396Z | Finished `release` profile [optimized] target(s) in 2m 37s |
922 | 2024-12-13T20:48:51.506Z | process exited: duration 237483 ms, exit code 0 |
|
923 | 2024-12-13T20:48:51.564Z | found 0 output files |