|
|
|
1 | 2024-12-12T21:45:11.484Z | job assigned to worker 01JEYD8YYFAF34VZ81HQG94ZSA [factory aws, i-0db003d7cde9c69cf] (queued for 51 s) |
|
2 | 2024-12-12T21:45:19.587Z | starting task 0: "setup" |
3 | 2024-12-12T21:45:19.597Z | ++ uname -s |
4 | 2024-12-12T21:45:19.599Z | + kern=SunOS |
5 | 2024-12-12T21:45:19.599Z | + case "$kern" in |
6 | 2024-12-12T21:45:19.599Z | + groupadd -g 12345 build |
7 | 2024-12-12T21:45:19.601Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-12T21:45:21.607Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-12T21:45:21.689Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-12T21:45:21.691Z | + home_fs=zfs |
11 | 2024-12-12T21:45:21.691Z | + [[ zfs == autofs ]] |
12 | 2024-12-12T21:45:21.691Z | + mkdir -p /home/build |
13 | 2024-12-12T21:45:21.693Z | + chown build:build /home/build /work |
14 | 2024-12-12T21:45:23.695Z | + chmod 0700 /home/build /work |
15 | 2024-12-12T21:45:23.697Z | process exited: duration 4109 ms, exit code 0 |
|
16 | 2024-12-12T21:45:23.703Z | starting task 1: "rust-toolchain" |
17 | 2024-12-12T21:45:23.708Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-12T21:45:23.708Z | ' 1.81.0 |
19 | 2024-12-12T21:45:23.708Z | * toolchain channel = "1.81.0" |
20 | 2024-12-12T21:45:23.708Z | + printf ' * toolchain profile = "%s" |
21 | 2024-12-12T21:45:23.708Z | ' default |
22 | 2024-12-12T21:45:23.710Z | * toolchain profile = "default" |
23 | 2024-12-12T21:45:23.710Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-12T21:45:23.710Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-12-12T21:45:23.824Z | info: downloading installer |
26 | 2024-12-12T21:45:25.114Z | info: profile set to 'default' |
27 | 2024-12-12T21:45:25.114Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-12T21:45:25.116Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-12-12T21:45:25.289Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-12-12T21:45:25.289Z | info: downloading component 'cargo' |
31 | 2024-12-12T21:45:26.271Z | info: downloading component 'clippy' |
32 | 2024-12-12T21:45:26.634Z | info: downloading component 'rust-docs' |
33 | 2024-12-12T21:45:27.999Z | info: downloading component 'rust-std' |
34 | 2024-12-12T21:45:30.147Z | info: downloading component 'rustc' |
35 | 2024-12-12T21:45:37.815Z | info: downloading component 'rustfmt' |
36 | 2024-12-12T21:45:38.099Z | info: installing component 'cargo' |
37 | 2024-12-12T21:45:38.924Z | info: installing component 'clippy' |
38 | 2024-12-12T21:45:39.297Z | info: installing component 'rust-docs' |
39 | 2024-12-12T21:45:40.889Z | info: installing component 'rust-std' |
40 | 2024-12-12T21:45:42.642Z | info: installing component 'rustc' |
41 | 2024-12-12T21:45:48.444Z | info: installing component 'rustfmt' |
42 | 2024-12-12T21:45:48.763Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-12-12T21:45:48.764Z | |
44 | 2024-12-12T21:45:49.126Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-12-12T21:45:49.126Z | |
46 | 2024-12-12T21:45:49.128Z | |
47 | 2024-12-12T21:45:49.128Z | Rust is installed now. Great! |
48 | 2024-12-12T21:45:49.128Z | |
49 | 2024-12-12T21:45:49.128Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-12T21:45:49.128Z | environment variable. This has not been done automatically. |
51 | 2024-12-12T21:45:49.128Z | |
52 | 2024-12-12T21:45:49.128Z | To configure your current shell, you need to source |
53 | 2024-12-12T21:45:49.128Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-12T21:45:49.128Z | |
55 | 2024-12-12T21:45:49.128Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-12T21:45:49.128Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-12T21:45:49.128Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-12T21:45:49.205Z | + rustc --version |
59 | 2024-12-12T21:45:49.270Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-12-12T21:45:49.273Z | process exited: duration 25568 ms, exit code 0 |
|
61 | 2024-12-12T21:45:49.277Z | starting task 2: "authentication" |
62 | 2024-12-12T21:45:49.298Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-12-12T21:45:49.303Z | starting task 3: "clone repository" |
64 | 2024-12-12T21:45:49.308Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-12-12T21:45:49.311Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-12-12T21:45:49.583Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-12-12T21:45:57.283Z | + cd /work/oxidecomputer/omicron |
68 | 2024-12-12T21:45:57.283Z | + git fetch origin b354f8b06a437f4be8373e68c76e234c8ffa7e98 |
69 | 2024-12-12T21:45:57.569Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-12-12T21:45:57.569Z | * branch b354f8b06a437f4be8373e68c76e234c8ffa7e98 -> FETCH_HEAD |
71 | 2024-12-12T21:45:57.579Z | + [[ -n '' ]] |
72 | 2024-12-12T21:45:57.579Z | + git reset --hard b354f8b06a437f4be8373e68c76e234c8ffa7e98 |
73 | 2024-12-12T21:45:57.752Z | HEAD is now at b354f8b06 [spr] initial version |
74 | 2024-12-12T21:45:57.754Z | process exited: duration 8450 ms, exit code 0 |
|
75 | 2024-12-12T21:45:57.759Z | starting task 4: "build" |
76 | 2024-12-12T21:45:57.764Z | + source .github/buildomat/ci-env.sh |
77 | 2024-12-12T21:45:57.764Z | ++ export CARGO_TERM_COLOR=always |
78 | 2024-12-12T21:45:57.764Z | ++ CARGO_TERM_COLOR=always |
79 | 2024-12-12T21:45:57.768Z | + cargo --version |
80 | 2024-12-12T21:45:57.821Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
81 | 2024-12-12T21:45:57.824Z | + rustc --version |
82 | 2024-12-12T21:45:57.884Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
83 | 2024-12-12T21:45:57.887Z | + cd /tmp |
84 | 2024-12-12T21:45:57.887Z | + cargo new --lib test-project |
85 | 2024-12-12T21:45:57.945Z | Creating library `test-project` package |
86 | 2024-12-12T21:45:58.021Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
87 | 2024-12-12T21:45:58.024Z | + cd test-project |
88 | 2024-12-12T21:45:58.024Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
89 | 2024-12-12T21:45:58.082Z | Adding omicron-common (local) to dependencies |
90 | 2024-12-12T21:45:58.082Z | Features: |
91 | 2024-12-12T21:45:58.085Z | - proptest |
92 | 2024-12-12T21:45:58.085Z | - test-strategy |
93 | 2024-12-12T21:45:58.085Z | - testing |
94 | 2024-12-12T21:45:58.085Z | Updating crates.io index |
95 | 2024-12-12T21:45:58.135Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
96 | 2024-12-12T21:45:58.768Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
97 | 2024-12-12T21:45:59.250Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
98 | 2024-12-12T21:45:59.713Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
99 | 2024-12-12T21:46:00.955Z | Locking 327 packages to latest compatible versions |
100 | 2024-12-12T21:46:00.958Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
101 | 2024-12-12T21:46:00.958Z | Adding dropshot v0.13.0 (latest: v0.15.1) |
102 | 2024-12-12T21:46:00.958Z | Adding dropshot_endpoint v0.13.0 (latest: v0.15.1) |
103 | 2024-12-12T21:46:00.960Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
104 | 2024-12-12T21:46:00.960Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
105 | 2024-12-12T21:46:00.960Z | Adding generic-array v0.14.7 (latest: v1.1.1) |
106 | 2024-12-12T21:46:00.960Z | Adding goblin v0.8.2 (latest: v0.9.2) |
107 | 2024-12-12T21:46:00.960Z | Adding hashbrown v0.12.3 (latest: v0.15.2) |
108 | 2024-12-12T21:46:00.960Z | Adding hashbrown v0.14.5 (latest: v0.15.2) |
109 | 2024-12-12T21:46:00.960Z | Adding hostname v0.3.1 (latest: v0.4.0) |
110 | 2024-12-12T21:46:00.962Z | Adding indexmap v1.9.3 (latest: v2.7.0) |
111 | 2024-12-12T21:46:00.962Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.5) |
112 | 2024-12-12T21:46:00.965Z | Adding regress v0.9.1 (latest: v0.10.1) |
113 | 2024-12-12T21:46:00.971Z | Adding rustls v0.22.4 (latest: v0.23.20) |
114 | 2024-12-12T21:46:00.974Z | Adding security-framework v2.11.1 (latest: v3.0.1) |
115 | 2024-12-12T21:46:00.976Z | Adding term v0.7.0 (latest: v1.0.0) |
116 | 2024-12-12T21:46:00.976Z | Adding thiserror v1.0.69 (latest: v2.0.6) |
117 | 2024-12-12T21:46:00.976Z | Adding thiserror-impl v1.0.69 (latest: v2.0.6) |
118 | 2024-12-12T21:46:00.976Z | Adding thread-id v4.2.2 (latest: v5.0.0) |
119 | 2024-12-12T21:46:00.976Z | Adding tinystr v0.7.6 (latest: v0.8.0) |
120 | 2024-12-12T21:46:00.979Z | Adding tokio-rustls v0.25.0 (latest: v0.26.1) |
121 | 2024-12-12T21:46:00.981Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.3+wasi-0.2.2) |
122 | 2024-12-12T21:46:00.981Z | Adding windows v0.52.0 (latest: v0.58.0) |
123 | 2024-12-12T21:46:00.981Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
124 | 2024-12-12T21:46:00.981Z | Adding windows-registry v0.2.0 (latest: v0.3.0) |
125 | 2024-12-12T21:46:00.981Z | Adding windows-strings v0.1.0 (latest: v0.2.0) |
126 | 2024-12-12T21:46:00.981Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
127 | 2024-12-12T21:46:00.982Z | Adding writeable v0.5.5 (latest: v0.6.0) |
128 | 2024-12-12T21:46:00.982Z | Adding zerocopy v0.7.35 (latest: v0.8.13) |
129 | 2024-12-12T21:46:00.982Z | Adding zerocopy-derive v0.7.35 (latest: v0.8.13) |
130 | 2024-12-12T21:46:00.982Z | Adding zerovec v0.10.4 (latest: v0.11.0) |
131 | 2024-12-12T21:46:00.982Z | Adding zerovec-derive v0.10.3 (latest: v0.11.0) |
132 | 2024-12-12T21:46:01.061Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
133 | 2024-12-12T21:46:01.063Z | + cargo check |
134 | 2024-12-12T21:46:01.228Z | Updating crates.io index |
135 | 2024-12-12T21:46:01.979Z | Locking 2 packages to latest compatible versions |
136 | 2024-12-12T21:46:05.639Z | Adding omicron-workspace-hack v0.1.0 |
137 | 2024-12-12T21:46:07.844Z | Adding test-project v0.1.0 (/tmp/test-project) |
138 | 2024-12-12T21:46:08.712Z | Downloading crates ... |
139 | 2024-12-12T21:46:08.809Z | Downloaded memmap v0.7.0 |
140 | 2024-12-12T21:46:08.812Z | Downloaded ahash v0.8.11 |
141 | 2024-12-12T21:46:08.815Z | Downloaded time-core v0.1.2 |
142 | 2024-12-12T21:46:08.818Z | Downloaded thiserror-impl v1.0.69 |
143 | 2024-12-12T21:46:08.820Z | Downloaded thread-id v4.2.2 |
144 | 2024-12-12T21:46:08.823Z | Downloaded aho-corasick v1.1.3 |
145 | 2024-12-12T21:46:08.827Z | Downloaded time-macros v0.2.18 |
146 | 2024-12-12T21:46:08.830Z | Downloaded thread_local v1.1.8 |
147 | 2024-12-12T21:46:08.832Z | Downloaded anyhow v1.0.93 |
148 | 2024-12-12T21:46:08.835Z | Downloaded time v0.3.36 |
149 | 2024-12-12T21:46:08.843Z | Downloaded tinystr v0.7.6 |
150 | 2024-12-12T21:46:08.845Z | Downloaded cpufeatures v0.2.14 |
151 | 2024-12-12T21:46:08.847Z | Downloaded cfg-if v1.0.0 |
152 | 2024-12-12T21:46:08.850Z | Downloaded byteorder v1.5.0 |
153 | 2024-12-12T21:46:08.850Z | Downloaded async-stream v0.3.6 |
154 | 2024-12-12T21:46:08.852Z | Downloaded autocfg v1.4.0 |
155 | 2024-12-12T21:46:08.854Z | Downloaded atomic-waker v1.1.2 |
156 | 2024-12-12T21:46:08.856Z | Downloaded toml_datetime v0.6.8 |
157 | 2024-12-12T21:46:08.859Z | Downloaded proc-macro2 v1.0.89 |
158 | 2024-12-12T21:46:08.861Z | Downloaded camino v1.1.9 |
159 | 2024-12-12T21:46:08.863Z | Downloaded cc v1.1.30 |
160 | 2024-12-12T21:46:08.866Z | Downloaded crossbeam-utils v0.8.20 |
161 | 2024-12-12T21:46:08.868Z | Downloaded num_threads v0.1.7 |
162 | 2024-12-12T21:46:08.871Z | Downloaded usdt-macro v0.5.0 |
163 | 2024-12-12T21:46:08.872Z | Downloaded untrusted v0.9.0 |
164 | 2024-12-12T21:46:08.874Z | Downloaded darling_macro v0.20.10 |
165 | 2024-12-12T21:46:08.874Z | Downloaded unsafe-libyaml v0.2.11 |
166 | 2024-12-12T21:46:08.877Z | Downloaded waitgroup v0.1.2 |
167 | 2024-12-12T21:46:08.880Z | Downloaded try-lock v0.2.5 |
168 | 2024-12-12T21:46:08.880Z | Downloaded crypto-common v0.1.6 |
169 | 2024-12-12T21:46:08.882Z | Downloaded ucd-trie v0.1.7 |
170 | 2024-12-12T21:46:08.883Z | Downloaded debug-ignore v1.0.5 |
171 | 2024-12-12T21:46:08.885Z | Downloaded tokio-native-tls v0.3.1 |
172 | 2024-12-12T21:46:08.890Z | Downloaded tinyvec_macros v0.1.1 |
173 | 2024-12-12T21:46:08.890Z | Downloaded base64 v0.22.1 |
174 | 2024-12-12T21:46:08.893Z | Downloaded openssl-probe v0.1.5 |
175 | 2024-12-12T21:46:08.896Z | Downloaded foreign-types-shared v0.1.1 |
176 | 2024-12-12T21:46:08.896Z | Downloaded async-trait v0.1.83 |
177 | 2024-12-12T21:46:08.898Z | Downloaded zeroize v1.8.1 |
178 | 2024-12-12T21:46:08.900Z | Downloaded version_check v0.9.5 |
179 | 2024-12-12T21:46:08.903Z | Downloaded foreign-types v0.3.2 |
180 | 2024-12-12T21:46:08.903Z | Downloaded utf16_iter v1.0.5 |
181 | 2024-12-12T21:46:08.905Z | Downloaded yoke-derive v0.7.4 |
182 | 2024-12-12T21:46:08.905Z | Downloaded want v0.3.1 |
183 | 2024-12-12T21:46:08.908Z | Downloaded tower-service v0.3.3 |
184 | 2024-12-12T21:46:08.908Z | Downloaded dtrace-parser v0.2.0 |
185 | 2024-12-12T21:46:08.908Z | Downloaded darling v0.20.10 |
186 | 2024-12-12T21:46:08.912Z | Downloaded utf8_iter v1.0.4 |
187 | 2024-12-12T21:46:08.914Z | Downloaded backoff v0.4.0 |
188 | 2024-12-12T21:46:08.917Z | Downloaded paste v1.0.15 |
189 | 2024-12-12T21:46:08.919Z | Downloaded http-body v1.0.1 |
190 | 2024-12-12T21:46:08.921Z | Downloaded zerovec-derive v0.10.3 |
191 | 2024-12-12T21:46:08.923Z | Downloaded tokio-macros v2.4.0 |
192 | 2024-12-12T21:46:08.926Z | Downloaded icu_provider_macros v1.5.0 |
193 | 2024-12-12T21:46:08.926Z | Downloaded equivalent v1.0.1 |
194 | 2024-12-12T21:46:08.926Z | Downloaded async-stream-impl v0.3.6 |
195 | 2024-12-12T21:46:08.928Z | Downloaded block-buffer v0.10.4 |
196 | 2024-12-12T21:46:08.928Z | Downloaded ident_case v1.0.1 |
197 | 2024-12-12T21:46:08.931Z | Downloaded bitflags v2.6.0 |
198 | 2024-12-12T21:46:08.933Z | Downloaded bytes v1.8.0 |
199 | 2024-12-12T21:46:08.937Z | Downloaded strum v0.26.3 |
200 | 2024-12-12T21:46:08.939Z | Downloaded match_cfg v0.1.0 |
201 | 2024-12-12T21:46:08.939Z | Downloaded instant v0.1.13 |
202 | 2024-12-12T21:46:08.942Z | Downloaded write16 v1.0.0 |
203 | 2024-12-12T21:46:08.942Z | Downloaded openssl-macros v0.1.1 |
204 | 2024-12-12T21:46:08.944Z | Downloaded tokio-rustls v0.26.0 |
205 | 2024-12-12T21:46:08.947Z | Downloaded futures-core v0.3.31 |
206 | 2024-12-12T21:46:08.947Z | Downloaded generic-array v0.14.7 |
207 | 2024-12-12T21:46:08.950Z | Downloaded futures-macro v0.3.31 |
208 | 2024-12-12T21:46:08.950Z | Downloaded form_urlencoded v1.2.1 |
209 | 2024-12-12T21:46:08.952Z | Downloaded dyn-clone v1.0.17 |
210 | 2024-12-12T21:46:08.952Z | Downloaded pretty-hex v0.4.1 |
211 | 2024-12-12T21:46:08.954Z | Downloaded zerofrom v0.1.4 |
212 | 2024-12-12T21:46:08.954Z | Downloaded sync_wrapper v1.0.1 |
213 | 2024-12-12T21:46:08.957Z | Downloaded allocator-api2 v0.2.18 |
214 | 2024-12-12T21:46:08.959Z | Downloaded subtle v2.6.1 |
215 | 2024-12-12T21:46:08.959Z | Downloaded futures-sink v0.3.31 |
216 | 2024-12-12T21:46:08.961Z | Downloaded http-body-util v0.1.2 |
217 | 2024-12-12T21:46:08.964Z | Downloaded progenitor-client v0.8.0 |
218 | 2024-12-12T21:46:08.964Z | Downloaded httpdate v1.0.3 |
219 | 2024-12-12T21:46:08.966Z | Downloaded displaydoc v0.2.5 |
220 | 2024-12-12T21:46:08.969Z | Downloaded darling_core v0.20.10 |
221 | 2024-12-12T21:46:08.972Z | Downloaded scroll_derive v0.12.0 |
222 | 2024-12-12T21:46:08.975Z | Downloaded pin-utils v0.1.0 |
223 | 2024-12-12T21:46:08.975Z | Downloaded mime v0.3.17 |
224 | 2024-12-12T21:46:08.977Z | Downloaded quinn-udp v0.5.5 |
225 | 2024-12-12T21:46:08.977Z | Downloaded percent-encoding v2.3.1 |
226 | 2024-12-12T21:46:08.980Z | Downloaded zerofrom-derive v0.1.4 |
227 | 2024-12-12T21:46:08.980Z | Downloaded idna_adapter v1.2.0 |
228 | 2024-12-12T21:46:08.980Z | Downloaded hyper-tls v0.6.0 |
229 | 2024-12-12T21:46:08.982Z | Downloaded multer v3.1.0 |
230 | 2024-12-12T21:46:08.984Z | Downloaded heck v0.5.0 |
231 | 2024-12-12T21:46:08.986Z | Downloaded hostname v0.3.1 |
232 | 2024-12-12T21:46:08.989Z | Downloaded hex v0.4.3 |
233 | 2024-12-12T21:46:08.989Z | Downloaded futures-task v0.3.31 |
234 | 2024-12-12T21:46:08.992Z | Downloaded omicron-workspace-hack v0.1.0 |
235 | 2024-12-12T21:46:08.992Z | Downloaded num-conv v0.1.0 |
236 | 2024-12-12T21:46:08.994Z | Downloaded usdt-attr-macro v0.5.0 |
237 | 2024-12-12T21:46:08.994Z | Downloaded unicode-ident v1.0.13 |
238 | 2024-12-12T21:46:08.996Z | Downloaded plain v0.2.3 |
239 | 2024-12-12T21:46:08.998Z | Downloaded uuid v1.11.0 |
240 | 2024-12-12T21:46:09.000Z | Downloaded macaddr v1.0.1 |
241 | 2024-12-12T21:46:09.003Z | Downloaded itoa v1.0.11 |
242 | 2024-12-12T21:46:09.003Z | Downloaded is-terminal v0.4.13 |
243 | 2024-12-12T21:46:09.005Z | Downloaded pkg-config v0.3.31 |
244 | 2024-12-12T21:46:09.005Z | Downloaded shlex v1.3.0 |
245 | 2024-12-12T21:46:09.007Z | Downloaded typify-macro v0.2.0 |
246 | 2024-12-12T21:46:09.007Z | Downloaded ipnetwork v0.20.0 |
247 | 2024-12-12T21:46:09.009Z | Downloaded fnv v1.0.7 |
248 | 2024-12-12T21:46:09.012Z | Downloaded usdt-impl v0.5.0 |
249 | 2024-12-12T21:46:09.012Z | Downloaded typify v0.2.0 |
250 | 2024-12-12T21:46:09.014Z | Downloaded rand_core v0.6.4 |
251 | 2024-12-12T21:46:09.017Z | Downloaded futures-io v0.3.31 |
252 | 2024-12-12T21:46:09.020Z | Downloaded futures-executor v0.3.31 |
253 | 2024-12-12T21:46:09.020Z | Downloaded futures-channel v0.3.31 |
254 | 2024-12-12T21:46:09.022Z | Downloaded slab v0.4.9 |
255 | 2024-12-12T21:46:09.022Z | Downloaded parse-display-derive v0.10.0 |
256 | 2024-12-12T21:46:09.025Z | Downloaded progenitor-macro v0.8.0 |
257 | 2024-12-12T21:46:09.025Z | Downloaded ppv-lite86 v0.2.20 |
258 | 2024-12-12T21:46:09.027Z | Downloaded powerfmt v0.2.0 |
259 | 2024-12-12T21:46:09.027Z | Downloaded hyper-rustls v0.27.3 |
260 | 2024-12-12T21:46:09.030Z | Downloaded parse-display v0.10.0 |
261 | 2024-12-12T21:46:09.032Z | Downloaded usdt v0.5.0 |
262 | 2024-12-12T21:46:09.032Z | Downloaded typenum v1.17.0 |
263 | 2024-12-12T21:46:09.035Z | Downloaded strsim v0.11.1 |
264 | 2024-12-12T21:46:09.037Z | Downloaded take_mut v0.2.2 |
265 | 2024-12-12T21:46:09.037Z | Downloaded rand_chacha v0.3.1 |
266 | 2024-12-12T21:46:09.040Z | Downloaded progenitor v0.8.0 |
267 | 2024-12-12T21:46:09.040Z | Downloaded httparse v1.9.5 |
268 | 2024-12-12T21:46:09.042Z | Downloaded newtype-uuid v1.1.3 |
269 | 2024-12-12T21:46:09.042Z | Downloaded icu_locid_transform v1.5.0 |
270 | 2024-12-12T21:46:09.045Z | Downloaded signal-hook-registry v1.4.2 |
271 | 2024-12-12T21:46:09.047Z | Downloaded tokio-rustls v0.25.0 |
272 | 2024-12-12T21:46:09.050Z | Downloaded tinyvec v1.8.0 |
273 | 2024-12-12T21:46:09.052Z | Downloaded quote v1.0.37 |
274 | 2024-12-12T21:46:09.054Z | Downloaded serde_path_to_error v0.1.16 |
275 | 2024-12-12T21:46:09.057Z | Downloaded stable_deref_trait v1.2.0 |
276 | 2024-12-12T21:46:09.057Z | Downloaded synstructure v0.13.1 |
277 | 2024-12-12T21:46:09.060Z | Downloaded native-tls v0.2.12 |
278 | 2024-12-12T21:46:09.060Z | Downloaded lock_api v0.4.12 |
279 | 2024-12-12T21:46:09.062Z | Downloaded semver v1.0.23 |
280 | 2024-12-12T21:46:09.065Z | Downloaded sha1 v0.10.6 |
281 | 2024-12-12T21:46:09.067Z | Downloaded slog-bunyan v2.5.0 |
282 | 2024-12-12T21:46:09.067Z | Downloaded slog-async v2.8.0 |
283 | 2024-12-12T21:46:09.069Z | Downloaded dropshot_endpoint v0.13.0 |
284 | 2024-12-12T21:46:09.072Z | Downloaded slog-json v2.6.1 |
285 | 2024-12-12T21:46:09.074Z | Downloaded rustls-pemfile v2.2.0 |
286 | 2024-12-12T21:46:09.076Z | Downloaded yoke v0.7.4 |
287 | 2024-12-12T21:46:09.078Z | Downloaded serde_spanned v0.6.8 |
288 | 2024-12-12T21:46:09.078Z | Downloaded schemars_derive v0.8.21 |
289 | 2024-12-12T21:46:09.082Z | Downloaded structmeta-derive v0.3.0 |
290 | 2024-12-12T21:46:09.082Z | Downloaded serde_urlencoded v0.7.1 |
291 | 2024-12-12T21:46:09.082Z | Downloaded pest_generator v2.7.14 |
292 | 2024-12-12T21:46:09.084Z | Downloaded serde_with_macros v3.11.0 |
293 | 2024-12-12T21:46:09.086Z | Downloaded zerocopy-derive v0.7.35 |
294 | 2024-12-12T21:46:09.090Z | Downloaded writeable v0.5.5 |
295 | 2024-12-12T21:46:09.092Z | Downloaded icu_locid_transform_data v1.5.0 |
296 | 2024-12-12T21:46:09.095Z | Downloaded icu_locid v1.5.0 |
297 | 2024-12-12T21:46:09.099Z | Downloaded serde_tokenstream v0.2.2 |
298 | 2024-12-12T21:46:09.101Z | Downloaded structmeta v0.3.0 |
299 | 2024-12-12T21:46:09.101Z | Downloaded serde_derive_internals v0.29.1 |
300 | 2024-12-12T21:46:09.105Z | Downloaded parking_lot_core v0.9.10 |
301 | 2024-12-12T21:46:09.107Z | Downloaded once_cell v1.20.2 |
302 | 2024-12-12T21:46:09.110Z | Downloaded rustc-hash v2.0.0 |
303 | 2024-12-12T21:46:09.110Z | Downloaded pest_meta v2.7.14 |
304 | 2024-12-12T21:46:09.113Z | Downloaded crossbeam-channel v0.5.13 |
305 | 2024-12-12T21:46:09.116Z | Downloaded thiserror v1.0.69 |
306 | 2024-12-12T21:46:09.121Z | Downloaded slog-term v2.9.1 |
307 | 2024-12-12T21:46:09.124Z | Downloaded spin v0.9.8 |
308 | 2024-12-12T21:46:09.126Z | Downloaded smallvec v1.13.2 |
309 | 2024-12-12T21:46:09.128Z | Downloaded scopeguard v1.2.0 |
310 | 2024-12-12T21:46:09.131Z | Downloaded parking_lot v0.12.3 |
311 | 2024-12-12T21:46:09.133Z | Downloaded log v0.4.22 |
312 | 2024-12-12T21:46:09.135Z | Downloaded url v2.5.3 |
313 | 2024-12-12T21:46:09.138Z | Downloaded litemap v0.7.3 |
314 | 2024-12-12T21:46:09.140Z | Downloaded indexmap v1.9.3 |
315 | 2024-12-12T21:46:09.143Z | Downloaded icu_properties v1.5.1 |
316 | 2024-12-12T21:46:09.147Z | Downloaded hyper-util v0.1.10 |
317 | 2024-12-12T21:46:09.151Z | Downloaded progenitor-impl v0.8.0 |
318 | 2024-12-12T21:46:09.153Z | Downloaded openssl-sys v0.9.103 |
319 | 2024-12-12T21:46:09.157Z | Downloaded indexmap v2.6.0 |
320 | 2024-12-12T21:46:09.162Z | Downloaded term v0.7.0 |
321 | 2024-12-12T21:46:09.165Z | Downloaded slog v2.7.0 |
322 | 2024-12-12T21:46:09.168Z | Downloaded http v1.1.0 |
323 | 2024-12-12T21:46:09.172Z | Downloaded serde_derive v1.0.215 |
324 | 2024-12-12T21:46:09.174Z | Downloaded tracing-core v0.1.32 |
325 | 2024-12-12T21:46:09.177Z | Downloaded serde_yaml v0.9.34+deprecated |
326 | 2024-12-12T21:46:09.181Z | Downloaded schemars v0.8.21 |
327 | 2024-12-12T21:46:09.193Z | Downloaded serde v1.0.215 |
328 | 2024-12-12T21:46:09.196Z | Downloaded hashbrown v0.12.3 |
329 | 2024-12-12T21:46:09.200Z | Downloaded ryu v1.0.18 |
330 | 2024-12-12T21:46:09.204Z | Downloaded quinn v0.11.5 |
331 | 2024-12-12T21:46:09.207Z | Downloaded num-traits v0.2.19 |
332 | 2024-12-12T21:46:09.209Z | Downloaded rand v0.8.5 |
333 | 2024-12-12T21:46:09.213Z | Downloaded toml_edit v0.22.22 |
334 | 2024-12-12T21:46:09.235Z | Downloaded idna v1.0.3 |
335 | 2024-12-12T21:46:09.239Z | Downloaded pest v2.7.14 |
336 | 2024-12-12T21:46:09.243Z | Downloaded tokio-util v0.7.12 |
337 | 2024-12-12T21:46:09.250Z | Downloaded mio v1.0.2 |
338 | 2024-12-12T21:46:09.255Z | Downloaded serde_json v1.0.132 |
339 | 2024-12-12T21:46:09.262Z | Downloaded futures-util v0.3.31 |
340 | 2024-12-12T21:46:09.274Z | Downloaded winnow v0.6.20 |
341 | 2024-12-12T21:46:09.283Z | Downloaded hyper v1.5.0 |
342 | 2024-12-12T21:46:09.290Z | Downloaded rustls-webpki v0.102.8 |
343 | 2024-12-12T21:46:09.308Z | Downloaded zerovec v0.10.4 |
344 | 2024-12-12T21:46:09.313Z | Downloaded icu_properties_data v1.5.0 |
345 | 2024-12-12T21:46:09.323Z | Downloaded serde_with v3.11.0 |
346 | 2024-12-12T21:46:09.332Z | Downloaded zerocopy v0.7.35 |
347 | 2024-12-12T21:46:09.346Z | Downloaded goblin v0.8.2 |
348 | 2024-12-12T21:46:09.354Z | Downloaded h2 v0.4.6 |
349 | 2024-12-12T21:46:09.359Z | Downloaded hashbrown v0.15.1 |
350 | 2024-12-12T21:46:09.365Z | Downloaded reqwest v0.12.9 |
351 | 2024-12-12T21:46:09.372Z | Downloaded rustls v0.22.4 |
352 | 2024-12-12T21:46:09.384Z | Downloaded regress v0.10.1 |
353 | 2024-12-12T21:46:09.392Z | Downloaded webpki-roots v0.26.6 |
354 | 2024-12-12T21:46:09.395Z | Downloaded quinn-proto v0.11.8 |
355 | 2024-12-12T21:46:09.401Z | Downloaded vcpkg v0.2.15 |
356 | 2024-12-12T21:46:09.438Z | Downloaded dropshot v0.13.0 |
357 | 2024-12-12T21:46:09.457Z | Downloaded regex v1.11.1 |
358 | 2024-12-12T21:46:09.469Z | Downloaded openssl v0.10.66 |
359 | 2024-12-12T21:46:09.477Z | Downloaded hashbrown v0.14.5 |
360 | 2024-12-12T21:46:09.482Z | Downloaded syn v2.0.87 |
361 | 2024-12-12T21:46:09.492Z | Downloaded memchr v2.7.4 |
362 | 2024-12-12T21:46:09.497Z | Downloaded regress v0.9.1 |
363 | 2024-12-12T21:46:09.505Z | Downloaded rustls v0.23.14 |
364 | 2024-12-12T21:46:09.516Z | Downloaded regex-syntax v0.8.5 |
365 | 2024-12-12T21:46:09.524Z | Downloaded openapiv3 v2.0.0 |
366 | 2024-12-12T21:46:09.534Z | Downloaded icu_collections v1.5.0 |
367 | 2024-12-12T21:46:09.539Z | Downloaded socket2 v0.5.7 |
368 | 2024-12-12T21:46:09.541Z | Downloaded sha2 v0.10.8 |
369 | 2024-12-12T21:46:09.544Z | Downloaded tracing v0.1.40 |
370 | 2024-12-12T21:46:09.547Z | Downloaded rustls-pki-types v1.9.0 |
371 | 2024-12-12T21:46:09.550Z | Downloaded regex-automata v0.4.8 |
372 | 2024-12-12T21:46:09.565Z | Downloaded typify-impl v0.2.0 |
373 | 2024-12-12T21:46:09.578Z | Downloaded icu_provider v1.5.0 |
374 | 2024-12-12T21:46:09.581Z | Downloaded icu_normalizer_data v1.5.0 |
375 | 2024-12-12T21:46:09.583Z | Downloaded icu_normalizer v1.5.0 |
376 | 2024-12-12T21:46:09.585Z | Downloaded rustversion v1.0.17 |
377 | 2024-12-12T21:46:09.588Z | Downloaded pin-project-lite v0.2.14 |
378 | 2024-12-12T21:46:09.592Z | Downloaded pest_derive v2.7.14 |
379 | 2024-12-12T21:46:09.598Z | Downloaded getrandom v0.2.15 |
380 | 2024-12-12T21:46:09.598Z | Downloaded futures v0.3.31 |
381 | 2024-12-12T21:46:09.601Z | Downloaded scroll v0.12.0 |
382 | 2024-12-12T21:46:09.603Z | Downloaded strum_macros v0.26.4 |
383 | 2024-12-12T21:46:09.606Z | Downloaded ipnet v2.10.1 |
384 | 2024-12-12T21:46:09.609Z | Downloaded libc v0.2.162 |
385 | 2024-12-12T21:46:09.631Z | Downloaded iana-time-zone v0.1.61 |
386 | 2024-12-12T21:46:09.634Z | Downloaded hostname v0.4.0 |
387 | 2024-12-12T21:46:09.636Z | Downloaded toml v0.8.19 |
388 | 2024-12-12T21:46:09.638Z | Downloaded chrono v0.4.38 |
389 | 2024-12-12T21:46:09.644Z | Downloaded dof v0.3.0 |
390 | 2024-12-12T21:46:09.646Z | Downloaded deranged v0.3.11 |
391 | 2024-12-12T21:46:09.647Z | Downloaded tokio v1.40.0 |
392 | 2024-12-12T21:46:09.680Z | Downloaded dirs-sys-next v0.1.2 |
393 | 2024-12-12T21:46:09.683Z | Downloaded dirs-next v2.0.0 |
394 | 2024-12-12T21:46:09.683Z | Downloaded digest v0.10.7 |
395 | 2024-12-12T21:46:09.752Z | Downloaded encoding_rs v0.8.34 |
396 | 2024-12-12T21:46:09.959Z | Downloaded ring v0.17.8 |
397 | 2024-12-12T21:46:10.293Z | Compiling proc-macro2 v1.0.89 |
398 | 2024-12-12T21:46:10.294Z | Compiling unicode-ident v1.0.13 |
399 | 2024-12-12T21:46:10.294Z | Compiling libc v0.2.162 |
400 | 2024-12-12T21:46:10.296Z | Checking cfg-if v1.0.0 |
401 | 2024-12-12T21:46:10.297Z | Compiling autocfg v1.4.0 |
402 | 2024-12-12T21:46:10.297Z | Compiling serde v1.0.215 |
403 | 2024-12-12T21:46:10.318Z | Compiling version_check v0.9.5 |
404 | 2024-12-12T21:46:10.320Z | Checking memchr v2.7.4 |
405 | 2024-12-12T21:46:10.432Z | Checking itoa v1.0.11 |
406 | 2024-12-12T21:46:10.559Z | Compiling serde_json v1.0.132 |
407 | 2024-12-12T21:46:10.995Z | Compiling thiserror v1.0.69 |
408 | 2024-12-12T21:46:11.195Z | Checking once_cell v1.20.2 |
409 | 2024-12-12T21:46:11.198Z | Compiling shlex v1.3.0 |
410 | 2024-12-12T21:46:11.442Z | Compiling cc v1.1.30 |
411 | 2024-12-12T21:46:12.100Z | Checking pin-project-lite v0.2.14 |
412 | 2024-12-12T21:46:12.182Z | Compiling num-traits v0.2.19 |
413 | 2024-12-12T21:46:12.914Z | Checking smallvec v1.13.2 |
414 | 2024-12-12T21:46:13.044Z | Checking bytes v1.8.0 |
415 | 2024-12-12T21:46:13.081Z | Checking ryu v1.0.18 |
416 | 2024-12-12T21:46:13.235Z | Checking futures-core v0.3.31 |
417 | 2024-12-12T21:46:13.274Z | Compiling lock_api v0.4.12 |
418 | 2024-12-12T21:46:13.399Z | Compiling byteorder v1.5.0 |
419 | 2024-12-12T21:46:13.417Z | Compiling parking_lot_core v0.9.10 |
420 | 2024-12-12T21:46:13.640Z | Compiling ahash v0.8.11 |
421 | 2024-12-12T21:46:13.698Z | Checking getrandom v0.2.15 |
422 | 2024-12-12T21:46:13.727Z | Compiling schemars v0.8.21 |
423 | 2024-12-12T21:46:13.792Z | Checking scopeguard v1.2.0 |
424 | 2024-12-12T21:46:13.845Z | Compiling slab v0.4.9 |
425 | 2024-12-12T21:46:13.906Z | Checking log v0.4.22 |
426 | 2024-12-12T21:46:14.043Z | Compiling quote v1.0.37 |
427 | 2024-12-12T21:46:14.112Z | Checking futures-sink v0.3.31 |
428 | 2024-12-12T21:46:14.135Z | Checking mio v1.0.2 |
429 | 2024-12-12T21:46:14.159Z | Checking signal-hook-registry v1.4.2 |
430 | 2024-12-12T21:46:14.197Z | Checking socket2 v0.5.7 |
431 | 2024-12-12T21:46:14.243Z | Checking stable_deref_trait v1.2.0 |
432 | 2024-12-12T21:46:14.330Z | Checking parking_lot v0.12.3 |
433 | 2024-12-12T21:46:14.348Z | Compiling ring v0.17.8 |
434 | 2024-12-12T21:46:14.402Z | Compiling syn v2.0.87 |
435 | 2024-12-12T21:46:14.582Z | Checking fnv v1.0.7 |
436 | 2024-12-12T21:46:14.654Z | Checking hashbrown v0.15.1 |
437 | 2024-12-12T21:46:14.687Z | Compiling semver v1.0.23 |
438 | 2024-12-12T21:46:14.690Z | Checking equivalent v1.0.1 |
439 | 2024-12-12T21:46:14.727Z | Checking http v1.1.0 |
440 | 2024-12-12T21:46:14.730Z | Checking futures-channel v0.3.31 |
441 | 2024-12-12T21:46:14.764Z | Checking pin-utils v0.1.0 |
442 | 2024-12-12T21:46:14.804Z | Checking futures-task v0.3.31 |
443 | 2024-12-12T21:46:14.844Z | Checking futures-io v0.3.31 |
444 | 2024-12-12T21:46:15.028Z | Compiling vcpkg v0.2.15 |
445 | 2024-12-12T21:46:15.032Z | Compiling pkg-config v0.3.31 |
446 | 2024-12-12T21:46:15.087Z | Compiling heck v0.5.0 |
447 | 2024-12-12T21:46:15.231Z | Checking rustls-pki-types v1.9.0 |
448 | 2024-12-12T21:46:15.514Z | Checking spin v0.9.8 |
449 | 2024-12-12T21:46:15.745Z | Checking writeable v0.5.5 |
450 | 2024-12-12T21:46:15.760Z | Checking iana-time-zone v0.1.61 |
451 | 2024-12-12T21:46:15.883Z | Compiling ucd-trie v0.1.7 |
452 | 2024-12-12T21:46:16.096Z | Compiling httparse v1.9.5 |
453 | 2024-12-12T21:46:16.118Z | Checking untrusted v0.9.0 |
454 | 2024-12-12T21:46:16.217Z | Checking litemap v0.7.3 |
455 | 2024-12-12T21:46:16.343Z | Checking tracing-core v0.1.32 |
456 | 2024-12-12T21:46:16.540Z | Compiling allocator-api2 v0.2.18 |
457 | 2024-12-12T21:46:16.586Z | Compiling openssl-sys v0.9.103 |
458 | 2024-12-12T21:46:16.973Z | Checking atomic-waker v1.1.2 |
459 | 2024-12-12T21:46:17.007Z | Checking dyn-clone v1.0.17 |
460 | 2024-12-12T21:46:17.095Z | Checking tracing v0.1.40 |
461 | 2024-12-12T21:46:17.156Z | Checking http-body v1.0.1 |
462 | 2024-12-12T21:46:17.367Z | Checking subtle v2.6.1 |
463 | 2024-12-12T21:46:17.386Z | Compiling uuid v1.11.0 |
464 | 2024-12-12T21:46:17.561Z | Checking zeroize v1.8.1 |
465 | 2024-12-12T21:46:17.761Z | Checking try-lock v0.2.5 |
466 | 2024-12-12T21:46:17.780Z | Checking icu_locid_transform_data v1.5.0 |
467 | 2024-12-12T21:46:17.855Z | Compiling chrono v0.4.38 |
468 | 2024-12-12T21:46:17.874Z | Checking want v0.3.1 |
469 | 2024-12-12T21:46:17.891Z | Checking icu_properties_data v1.5.0 |
470 | 2024-12-12T21:46:17.922Z | Checking httpdate v1.0.3 |
471 | 2024-12-12T21:46:18.035Z | Compiling slog v2.7.0 |
472 | 2024-12-12T21:46:18.113Z | Compiling openssl v0.10.66 |
473 | 2024-12-12T21:46:18.161Z | Checking foreign-types-shared v0.1.1 |
474 | 2024-12-12T21:46:18.243Z | Checking foreign-types v0.3.2 |
475 | 2024-12-12T21:46:18.453Z | Compiling aho-corasick v1.1.3 |
476 | 2024-12-12T21:46:18.472Z | Checking utf8_iter v1.0.4 |
477 | 2024-12-12T21:46:18.549Z | Checking tower-service v0.3.3 |
478 | 2024-12-12T21:46:18.650Z | Compiling regex-syntax v0.8.5 |
479 | 2024-12-12T21:46:18.669Z | Compiling typenum v1.17.0 |
480 | 2024-12-12T21:46:19.590Z | Checking bitflags v2.6.0 |
481 | 2024-12-12T21:46:19.646Z | Checking utf16_iter v1.0.5 |
482 | 2024-12-12T21:46:19.802Z | Compiling native-tls v0.2.12 |
483 | 2024-12-12T21:46:19.846Z | Compiling rustls v0.23.14 |
484 | 2024-12-12T21:46:20.110Z | Checking percent-encoding v2.3.1 |
485 | 2024-12-12T21:46:20.132Z | Checking write16 v1.0.0 |
486 | 2024-12-12T21:46:20.225Z | Checking icu_normalizer_data v1.5.0 |
487 | 2024-12-12T21:46:20.314Z | Checking form_urlencoded v1.2.1 |
488 | 2024-12-12T21:46:20.930Z | Compiling synstructure v0.13.1 |
489 | 2024-12-12T21:46:21.031Z | Compiling serde_derive_internals v0.29.1 |
490 | 2024-12-12T21:46:22.239Z | Compiling regex-automata v0.4.8 |
491 | 2024-12-12T21:46:22.259Z | Compiling generic-array v0.14.7 |
492 | 2024-12-12T21:46:22.809Z | Checking openssl-probe v0.1.5 |
493 | 2024-12-12T21:46:23.656Z | Compiling usdt-impl v0.5.0 |
494 | 2024-12-12T21:46:23.738Z | Checking encoding_rs v0.8.34 |
495 | 2024-12-12T21:46:23.798Z | Compiling num-conv v0.1.0 |
496 | 2024-12-12T21:46:23.987Z | Checking mime v0.3.17 |
497 | 2024-12-12T21:46:23.989Z | Checking powerfmt v0.2.0 |
498 | 2024-12-12T21:46:24.084Z | Compiling time-core v0.1.2 |
499 | 2024-12-12T21:46:24.253Z | Compiling time-macros v0.2.18 |
500 | 2024-12-12T21:46:24.327Z | Checking deranged v0.3.11 |
501 | 2024-12-12T21:46:25.789Z | Compiling thread-id v4.2.2 |
502 | 2024-12-12T21:46:25.894Z | Checking rustls-pemfile v2.2.0 |
503 | 2024-12-12T21:46:25.963Z | Compiling serde_derive v1.0.215 |
504 | 2024-12-12T21:46:25.984Z | Compiling zerocopy-derive v0.7.35 |
505 | 2024-12-12T21:46:26.068Z | Compiling thiserror-impl v1.0.69 |
506 | 2024-12-12T21:46:26.104Z | Compiling zerofrom-derive v0.1.4 |
507 | 2024-12-12T21:46:27.047Z | Compiling schemars_derive v0.8.21 |
508 | 2024-12-12T21:46:27.449Z | Compiling yoke-derive v0.7.4 |
509 | 2024-12-12T21:46:27.973Z | Compiling zerocopy v0.7.35 |
510 | 2024-12-12T21:46:29.288Z | Checking zerofrom v0.1.4 |
511 | 2024-12-12T21:46:29.507Z | Compiling tokio-macros v2.4.0 |
512 | 2024-12-12T21:46:29.548Z | Compiling zerovec-derive v0.10.3 |
513 | 2024-12-12T21:46:29.647Z | Compiling futures-macro v0.3.31 |
514 | 2024-12-12T21:46:29.850Z | Compiling displaydoc v0.2.5 |
515 | 2024-12-12T21:46:29.920Z | Checking yoke v0.7.4 |
516 | 2024-12-12T21:46:30.451Z | Compiling pest v2.7.14 |
517 | 2024-12-12T21:46:30.873Z | Compiling icu_provider_macros v1.5.0 |
518 | 2024-12-12T21:46:30.983Z | Checking tokio v1.40.0 |
519 | 2024-12-12T21:46:31.354Z | Compiling hashbrown v0.14.5 |
520 | 2024-12-12T21:46:31.496Z | Checking futures-util v0.3.31 |
521 | 2024-12-12T21:46:31.969Z | Checking zerovec v0.10.4 |
522 | 2024-12-12T21:46:32.404Z | Compiling openssl-macros v0.1.1 |
523 | 2024-12-12T21:46:32.691Z | Compiling regress v0.10.1 |
524 | 2024-12-12T21:46:33.376Z | Compiling pest_meta v2.7.14 |
525 | 2024-12-12T21:46:33.602Z | Checking tinystr v0.7.6 |
526 | 2024-12-12T21:46:33.757Z | Checking rustls-webpki v0.102.8 |
527 | 2024-12-12T21:46:33.985Z | Checking icu_locid v1.5.0 |
528 | 2024-12-12T21:46:34.515Z | Checking icu_collections v1.5.0 |
529 | 2024-12-12T21:46:35.062Z | Checking icu_provider v1.5.0 |
530 | 2024-12-12T21:46:35.171Z | Compiling pest_generator v2.7.14 |
531 | 2024-12-12T21:46:35.720Z | Checking icu_locid_transform v1.5.0 |
532 | 2024-12-12T21:46:36.729Z | Checking icu_properties v1.5.1 |
533 | 2024-12-12T21:46:37.627Z | Compiling pest_derive v2.7.14 |
534 | 2024-12-12T21:46:37.992Z | Checking tokio-util v0.7.12 |
535 | 2024-12-12T21:46:38.094Z | Checking http-body-util v0.1.2 |
536 | 2024-12-12T21:46:38.446Z | Checking indexmap v2.6.0 |
537 | 2024-12-12T21:46:39.512Z | Compiling serde_tokenstream v0.2.2 |
538 | 2024-12-12T21:46:39.731Z | Checking h2 v0.4.6 |
539 | 2024-12-12T21:46:40.023Z | Checking icu_normalizer v1.5.0 |
540 | 2024-12-12T21:46:40.363Z | Compiling regex v1.11.1 |
541 | 2024-12-12T21:46:40.798Z | Checking idna_adapter v1.2.0 |
542 | 2024-12-12T21:46:40.991Z | Compiling scroll_derive v0.12.0 |
543 | 2024-12-12T21:46:41.575Z | Compiling dof v0.3.0 |
544 | 2024-12-12T21:46:42.121Z | Checking idna v1.0.3 |
545 | 2024-12-12T21:46:42.277Z | Checking tokio-rustls v0.26.0 |
546 | 2024-12-12T21:46:42.352Z | Checking tokio-native-tls v0.3.1 |
547 | 2024-12-12T21:46:42.402Z | Checking scroll v0.12.0 |
548 | 2024-12-12T21:46:42.474Z | Compiling dtrace-parser v0.2.0 |
549 | 2024-12-12T21:46:42.478Z | Checking serde_urlencoded v0.7.1 |
550 | 2024-12-12T21:46:42.642Z | Checking webpki-roots v0.26.6 |
551 | 2024-12-12T21:46:42.846Z | Checking plain v0.2.3 |
552 | 2024-12-12T21:46:42.884Z | Compiling ident_case v1.0.1 |
553 | 2024-12-12T21:46:42.985Z | Compiling crossbeam-utils v0.8.20 |
554 | 2024-12-12T21:46:43.307Z | Compiling typify-impl v0.2.0 |
555 | 2024-12-12T21:46:43.685Z | Checking num_threads v0.1.7 |
556 | 2024-12-12T21:46:43.907Z | Checking hyper v1.5.0 |
557 | 2024-12-12T21:46:44.008Z | Checking base64 v0.22.1 |
558 | 2024-12-12T21:46:44.225Z | Compiling strsim v0.11.1 |
559 | 2024-12-12T21:46:44.506Z | Checking time v0.3.36 |
560 | 2024-12-12T21:46:44.980Z | Compiling darling_core v0.20.10 |
561 | 2024-12-12T21:46:46.027Z | Checking hyper-util v0.1.10 |
562 | 2024-12-12T21:46:46.658Z | Checking goblin v0.8.2 |
563 | 2024-12-12T21:46:46.787Z | Checking url v2.5.3 |
564 | 2024-12-12T21:46:46.852Z | Compiling openapiv3 v2.0.0 |
565 | 2024-12-12T21:46:47.693Z | Checking hyper-rustls v0.27.3 |
566 | 2024-12-12T21:46:47.712Z | Checking hyper-tls v0.6.0 |
567 | 2024-12-12T21:46:47.987Z | Checking dirs-sys-next v0.1.2 |
568 | 2024-12-12T21:46:48.022Z | Checking sync_wrapper v1.0.1 |
569 | 2024-12-12T21:46:48.189Z | Compiling unsafe-libyaml v0.2.11 |
570 | 2024-12-12T21:46:48.554Z | Compiling rustls v0.22.4 |
571 | 2024-12-12T21:46:48.637Z | Compiling paste v1.0.15 |
572 | 2024-12-12T21:46:48.874Z | Checking pretty-hex v0.4.1 |
573 | 2024-12-12T21:46:49.048Z | Compiling rustversion v1.0.17 |
574 | 2024-12-12T21:46:49.154Z | Checking ipnet v2.10.1 |
575 | 2024-12-12T21:46:49.638Z | Compiling omicron-workspace-hack v0.1.0 |
576 | 2024-12-12T21:46:49.768Z | Checking reqwest v0.12.9 |
577 | 2024-12-12T21:46:49.972Z | Compiling serde_yaml v0.9.34+deprecated |
578 | 2024-12-12T21:46:50.221Z | Checking dirs-next v2.0.0 |
579 | 2024-12-12T21:46:51.057Z | Compiling darling_macro v0.20.10 |
580 | 2024-12-12T21:46:51.075Z | Checking serde_spanned v0.6.8 |
581 | 2024-12-12T21:46:51.095Z | Checking toml_datetime v0.6.8 |
582 | 2024-12-12T21:46:51.228Z | Checking ppv-lite86 v0.2.20 |
583 | 2024-12-12T21:46:51.263Z | Compiling structmeta-derive v0.3.0 |
584 | 2024-12-12T21:46:51.366Z | Checking crypto-common v0.1.6 |
585 | 2024-12-12T21:46:51.518Z | Checking block-buffer v0.10.4 |
586 | 2024-12-12T21:46:51.539Z | Checking rand_core v0.6.4 |
587 | 2024-12-12T21:46:51.825Z | Checking thread_local v1.1.8 |
588 | 2024-12-12T21:46:51.846Z | Compiling multer v3.1.0 |
589 | 2024-12-12T21:46:51.980Z | Checking winnow v0.6.20 |
590 | 2024-12-12T21:46:52.010Z | Compiling newtype-uuid v1.1.3 |
591 | 2024-12-12T21:46:52.120Z | Checking match_cfg v0.1.0 |
592 | 2024-12-12T21:46:52.168Z | Compiling slog-async v2.8.0 |
593 | 2024-12-12T21:46:52.209Z | Compiling anyhow v1.0.93 |
594 | 2024-12-12T21:46:52.316Z | Compiling camino v1.1.9 |
595 | 2024-12-12T21:46:52.760Z | Checking hostname v0.3.1 |
596 | 2024-12-12T21:46:52.885Z | Compiling darling v0.20.10 |
597 | 2024-12-12T21:46:52.952Z | Checking rand_chacha v0.3.1 |
598 | 2024-12-12T21:46:52.989Z | Checking digest v0.10.7 |
599 | 2024-12-12T21:46:53.021Z | Checking crossbeam-channel v0.5.13 |
600 | 2024-12-12T21:46:53.150Z | Checking progenitor-client v0.8.0 |
601 | 2024-12-12T21:46:53.300Z | Checking term v0.7.0 |
602 | 2024-12-12T21:46:53.714Z | Compiling usdt-attr-macro v0.5.0 |
603 | 2024-12-12T21:46:53.735Z | Compiling usdt-macro v0.5.0 |
604 | 2024-12-12T21:46:53.837Z | Compiling structmeta v0.3.0 |
605 | 2024-12-12T21:46:54.228Z | Checking slog-json v2.6.1 |
606 | 2024-12-12T21:46:54.495Z | Checking futures-executor v0.3.31 |
607 | 2024-12-12T21:46:54.550Z | Compiling async-stream-impl v0.3.6 |
608 | 2024-12-12T21:46:54.732Z | Checking is-terminal v0.4.13 |
609 | 2024-12-12T21:46:54.775Z | Checking memmap v0.7.0 |
610 | 2024-12-12T21:46:54.852Z | Compiling dropshot v0.13.0 |
611 | 2024-12-12T21:46:54.990Z | Checking take_mut v0.2.2 |
612 | 2024-12-12T21:46:55.007Z | Checking cpufeatures v0.2.14 |
613 | 2024-12-12T21:46:55.028Z | Checking toml_edit v0.22.22 |
614 | 2024-12-12T21:46:55.109Z | Checking sha1 v0.10.6 |
615 | 2024-12-12T21:46:55.159Z | Checking usdt v0.5.0 |
616 | 2024-12-12T21:46:55.247Z | Checking slog-term v2.9.1 |
617 | 2024-12-12T21:46:55.369Z | Compiling strum_macros v0.26.4 |
618 | 2024-12-12T21:46:55.397Z | Checking futures v0.3.31 |
619 | 2024-12-12T21:46:55.434Z | Checking slog-bunyan v2.5.0 |
620 | 2024-12-12T21:46:55.510Z | Compiling parse-display-derive v0.10.0 |
621 | 2024-12-12T21:46:55.603Z | Checking rand v0.8.5 |
622 | 2024-12-12T21:46:55.789Z | Checking async-stream v0.3.6 |
623 | 2024-12-12T21:46:55.987Z | Compiling serde_with_macros v3.11.0 |
624 | 2024-12-12T21:46:56.939Z | Checking tokio-rustls v0.25.0 |
625 | 2024-12-12T21:46:57.085Z | Checking ipnetwork v0.20.0 |
626 | 2024-12-12T21:46:57.103Z | Compiling typify-macro v0.2.0 |
627 | 2024-12-12T21:46:57.169Z | Compiling dropshot_endpoint v0.13.0 |
628 | 2024-12-12T21:46:57.278Z | Checking serde_path_to_error v0.1.16 |
629 | 2024-12-12T21:46:57.438Z | Checking hex v0.4.3 |
630 | 2024-12-12T21:46:57.629Z | Checking toml v0.8.19 |
631 | 2024-12-12T21:46:57.907Z | Compiling async-trait v0.1.83 |
632 | 2024-12-12T21:46:57.967Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
633 | 2024-12-12T21:46:58.390Z | Checking waitgroup v0.1.2 |
634 | 2024-12-12T21:46:58.525Z | Checking hostname v0.4.0 |
635 | 2024-12-12T21:46:58.558Z | Checking instant v0.1.13 |
636 | 2024-12-12T21:46:58.653Z | Checking debug-ignore v1.0.5 |
637 | 2024-12-12T21:46:58.672Z | Checking backoff v0.4.0 |
638 | 2024-12-12T21:46:58.745Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
639 | 2024-12-12T21:46:58.792Z | Checking serde_with v3.11.0 |
640 | 2024-12-12T21:46:58.891Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
641 | 2024-12-12T21:46:58.949Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
642 | 2024-12-12T21:46:59.046Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
643 | 2024-12-12T21:46:59.295Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
644 | 2024-12-12T21:46:59.343Z | Checking parse-display v0.10.0 |
645 | 2024-12-12T21:46:59.581Z | Checking macaddr v1.0.1 |
646 | 2024-12-12T21:46:59.652Z | Checking regress v0.9.1 |
647 | 2024-12-12T21:46:59.808Z | Checking strum v0.26.3 |
648 | 2024-12-12T21:47:00.618Z | Compiling typify v0.2.0 |
649 | 2024-12-12T21:47:00.714Z | Checking progenitor-impl v0.8.0 |
650 | 2024-12-12T21:47:03.328Z | Compiling progenitor-macro v0.8.0 |
651 | 2024-12-12T21:47:07.534Z | Checking progenitor v0.8.0 |
652 | 2024-12-12T21:47:07.667Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
653 | 2024-12-12T21:47:10.484Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
654 | 2024-12-12T21:47:17.921Z | Checking test-project v0.1.0 (/tmp/test-project) |
655 | 2024-12-12T21:47:18.006Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 16s |
656 | 2024-12-12T21:47:18.288Z | + cargo build --release |
657 | 2024-12-12T21:47:18.537Z | Compiling proc-macro2 v1.0.89 |
658 | 2024-12-12T21:47:18.537Z | Compiling unicode-ident v1.0.13 |
659 | 2024-12-12T21:47:18.539Z | Compiling libc v0.2.162 |
660 | 2024-12-12T21:47:18.539Z | Compiling cfg-if v1.0.0 |
661 | 2024-12-12T21:47:18.539Z | Compiling autocfg v1.4.0 |
662 | 2024-12-12T21:47:18.539Z | Compiling serde v1.0.215 |
663 | 2024-12-12T21:47:18.581Z | Compiling version_check v0.9.5 |
664 | 2024-12-12T21:47:18.584Z | Compiling memchr v2.7.4 |
665 | 2024-12-12T21:47:18.645Z | Compiling serde_json v1.0.132 |
666 | 2024-12-12T21:47:18.723Z | Compiling itoa v1.0.11 |
667 | 2024-12-12T21:47:18.971Z | Compiling thiserror v1.0.69 |
668 | 2024-12-12T21:47:19.114Z | Compiling once_cell v1.20.2 |
669 | 2024-12-12T21:47:19.204Z | Compiling shlex v1.3.0 |
670 | 2024-12-12T21:47:19.417Z | Compiling cc v1.1.30 |
671 | 2024-12-12T21:47:19.570Z | Compiling num-traits v0.2.19 |
672 | 2024-12-12T21:47:19.825Z | Compiling pin-project-lite v0.2.14 |
673 | 2024-12-12T21:47:19.931Z | Compiling smallvec v1.13.2 |
674 | 2024-12-12T21:47:20.022Z | Compiling getrandom v0.2.15 |
675 | 2024-12-12T21:47:20.084Z | Compiling bytes v1.8.0 |
676 | 2024-12-12T21:47:20.238Z | Compiling quote v1.0.37 |
677 | 2024-12-12T21:47:20.319Z | Compiling ryu v1.0.18 |
678 | 2024-12-12T21:47:20.392Z | Compiling futures-core v0.3.31 |
679 | 2024-12-12T21:47:20.559Z | Compiling lock_api v0.4.12 |
680 | 2024-12-12T21:47:20.623Z | Compiling syn v2.0.87 |
681 | 2024-12-12T21:47:20.852Z | Compiling ahash v0.8.11 |
682 | 2024-12-12T21:47:20.860Z | Compiling schemars v0.8.21 |
683 | 2024-12-12T21:47:20.886Z | Compiling byteorder v1.5.0 |
684 | 2024-12-12T21:47:20.927Z | Compiling parking_lot_core v0.9.10 |
685 | 2024-12-12T21:47:21.314Z | Compiling scopeguard v1.2.0 |
686 | 2024-12-12T21:47:21.325Z | Compiling slab v0.4.9 |
687 | 2024-12-12T21:47:21.446Z | Compiling futures-sink v0.3.31 |
688 | 2024-12-12T21:47:21.595Z | Compiling log v0.4.22 |
689 | 2024-12-12T21:47:21.773Z | Compiling signal-hook-registry v1.4.2 |
690 | 2024-12-12T21:47:21.808Z | Compiling socket2 v0.5.7 |
691 | 2024-12-12T21:47:21.898Z | Compiling parking_lot v0.12.3 |
692 | 2024-12-12T21:47:21.943Z | Compiling mio v1.0.2 |
693 | 2024-12-12T21:47:22.055Z | Compiling stable_deref_trait v1.2.0 |
694 | 2024-12-12T21:47:22.150Z | Compiling semver v1.0.23 |
695 | 2024-12-12T21:47:22.349Z | Compiling ring v0.17.8 |
696 | 2024-12-12T21:47:22.472Z | Compiling equivalent v1.0.1 |
697 | 2024-12-12T21:47:22.570Z | Compiling hashbrown v0.15.1 |
698 | 2024-12-12T21:47:22.634Z | Compiling fnv v1.0.7 |
699 | 2024-12-12T21:47:22.760Z | Compiling http v1.1.0 |
700 | 2024-12-12T21:47:23.297Z | Compiling futures-channel v0.3.31 |
701 | 2024-12-12T21:47:23.461Z | Compiling futures-task v0.3.31 |
702 | 2024-12-12T21:47:23.570Z | Compiling pin-utils v0.1.0 |
703 | 2024-12-12T21:47:23.655Z | Compiling futures-io v0.3.31 |
704 | 2024-12-12T21:47:23.741Z | Compiling heck v0.5.0 |
705 | 2024-12-12T21:47:23.938Z | Compiling rustls-pki-types v1.9.0 |
706 | 2024-12-12T21:47:23.967Z | Compiling spin v0.9.8 |
707 | 2024-12-12T21:47:23.970Z | Compiling vcpkg v0.2.15 |
708 | 2024-12-12T21:47:23.980Z | Compiling pkg-config v0.3.31 |
709 | 2024-12-12T21:47:24.809Z | Compiling httparse v1.9.5 |
710 | 2024-12-12T21:47:25.126Z | Compiling litemap v0.7.3 |
711 | 2024-12-12T21:47:25.498Z | Compiling writeable v0.5.5 |
712 | 2024-12-12T21:47:25.551Z | Compiling iana-time-zone v0.1.61 |
713 | 2024-12-12T21:47:25.585Z | Compiling openssl-sys v0.9.103 |
714 | 2024-12-12T21:47:25.817Z | Compiling untrusted v0.9.0 |
715 | 2024-12-12T21:47:25.988Z | Compiling ucd-trie v0.1.7 |
716 | 2024-12-12T21:47:26.374Z | Compiling tracing-core v0.1.32 |
717 | 2024-12-12T21:47:26.574Z | Compiling allocator-api2 v0.2.18 |
718 | 2024-12-12T21:47:26.648Z | Compiling atomic-waker v1.1.2 |
719 | 2024-12-12T21:47:26.806Z | Compiling dyn-clone v1.0.17 |
720 | 2024-12-12T21:47:27.351Z | Compiling tracing v0.1.40 |
721 | 2024-12-12T21:47:27.363Z | Compiling http-body v1.0.1 |
722 | 2024-12-12T21:47:27.586Z | Compiling try-lock v0.2.5 |
723 | 2024-12-12T21:47:27.721Z | Compiling zeroize v1.8.1 |
724 | 2024-12-12T21:47:28.018Z | Compiling chrono v0.4.38 |
725 | 2024-12-12T21:47:28.039Z | Compiling subtle v2.6.1 |
726 | 2024-12-12T21:47:28.049Z | Compiling icu_locid_transform_data v1.5.0 |
727 | 2024-12-12T21:47:28.133Z | Compiling uuid v1.11.0 |
728 | 2024-12-12T21:47:28.294Z | Compiling synstructure v0.13.1 |
729 | 2024-12-12T21:47:28.349Z | Compiling serde_derive_internals v0.29.1 |
730 | 2024-12-12T21:47:28.696Z | Compiling want v0.3.1 |
731 | 2024-12-12T21:47:29.023Z | Compiling openssl v0.10.66 |
732 | 2024-12-12T21:47:29.455Z | Compiling httpdate v1.0.3 |
733 | 2024-12-12T21:47:29.637Z | Compiling foreign-types-shared v0.1.1 |
734 | 2024-12-12T21:47:29.738Z | Compiling icu_properties_data v1.5.0 |
735 | 2024-12-12T21:47:30.067Z | Compiling slog v2.7.0 |
736 | 2024-12-12T21:47:30.181Z | Compiling foreign-types v0.3.2 |
737 | 2024-12-12T21:47:30.600Z | Compiling aho-corasick v1.1.3 |
738 | 2024-12-12T21:47:30.607Z | Compiling tower-service v0.3.3 |
739 | 2024-12-12T21:47:30.712Z | Compiling utf16_iter v1.0.5 |
740 | 2024-12-12T21:47:30.719Z | Compiling icu_normalizer_data v1.5.0 |
741 | 2024-12-12T21:47:30.912Z | Compiling rustls v0.23.14 |
742 | 2024-12-12T21:47:31.217Z | Compiling native-tls v0.2.12 |
743 | 2024-12-12T21:47:31.575Z | Compiling typenum v1.17.0 |
744 | 2024-12-12T21:47:31.671Z | Compiling write16 v1.0.0 |
745 | 2024-12-12T21:47:31.751Z | Compiling bitflags v2.6.0 |
746 | 2024-12-12T21:47:31.789Z | Compiling regex-syntax v0.8.5 |
747 | 2024-12-12T21:47:32.103Z | Compiling percent-encoding v2.3.1 |
748 | 2024-12-12T21:47:32.302Z | Compiling utf8_iter v1.0.4 |
749 | 2024-12-12T21:47:32.534Z | Compiling form_urlencoded v1.2.1 |
750 | 2024-12-12T21:47:32.683Z | Compiling generic-array v0.14.7 |
751 | 2024-12-12T21:47:32.995Z | Compiling openssl-probe v0.1.5 |
752 | 2024-12-12T21:47:33.862Z | Compiling serde_derive v1.0.215 |
753 | 2024-12-12T21:47:34.293Z | Compiling zerocopy-derive v0.7.35 |
754 | 2024-12-12T21:47:34.354Z | Compiling thiserror-impl v1.0.69 |
755 | 2024-12-12T21:47:35.045Z | Compiling zerofrom-derive v0.1.4 |
756 | 2024-12-12T21:47:35.052Z | Compiling schemars_derive v0.8.21 |
757 | 2024-12-12T21:47:36.402Z | Compiling zerocopy v0.7.35 |
758 | 2024-12-12T21:47:37.637Z | Compiling yoke-derive v0.7.4 |
759 | 2024-12-12T21:47:37.979Z | Compiling tokio-macros v2.4.0 |
760 | 2024-12-12T21:47:38.058Z | Compiling zerovec-derive v0.10.3 |
761 | 2024-12-12T21:47:38.627Z | Compiling zerofrom v0.1.4 |
762 | 2024-12-12T21:47:38.858Z | Compiling futures-macro v0.3.31 |
763 | 2024-12-12T21:47:39.098Z | Compiling displaydoc v0.2.5 |
764 | 2024-12-12T21:47:39.491Z | Compiling tokio v1.40.0 |
765 | 2024-12-12T21:47:40.393Z | Compiling yoke v0.7.4 |
766 | 2024-12-12T21:47:40.633Z | Compiling pest v2.7.14 |
767 | 2024-12-12T21:47:40.731Z | Compiling zerovec v0.10.4 |
768 | 2024-12-12T21:47:40.752Z | Compiling futures-util v0.3.31 |
769 | 2024-12-12T21:47:40.993Z | Compiling icu_provider_macros v1.5.0 |
770 | 2024-12-12T21:47:41.106Z | Compiling hashbrown v0.14.5 |
771 | 2024-12-12T21:47:42.478Z | Compiling rustls-webpki v0.102.8 |
772 | 2024-12-12T21:47:43.546Z | Compiling tinystr v0.7.6 |
773 | 2024-12-12T21:47:43.742Z | Compiling pest_meta v2.7.14 |
774 | 2024-12-12T21:47:43.997Z | Compiling icu_locid v1.5.0 |
775 | 2024-12-12T21:47:47.149Z | Compiling icu_provider v1.5.0 |
776 | 2024-12-12T21:47:47.703Z | Compiling pest_generator v2.7.14 |
777 | 2024-12-12T21:47:48.406Z | Compiling indexmap v2.6.0 |
778 | 2024-12-12T21:47:49.401Z | Compiling serde_tokenstream v0.2.2 |
779 | 2024-12-12T21:47:50.215Z | Compiling tokio-util v0.7.12 |
780 | 2024-12-12T21:47:51.443Z | Compiling h2 v0.4.6 |
781 | 2024-12-12T21:47:51.508Z | Compiling icu_locid_transform v1.5.0 |
782 | 2024-12-12T21:47:52.517Z | Compiling icu_collections v1.5.0 |
783 | 2024-12-12T21:47:54.330Z | Compiling regress v0.10.1 |
784 | 2024-12-12T21:47:55.180Z | Compiling icu_properties v1.5.1 |
785 | 2024-12-12T21:47:57.403Z | Compiling hyper v1.5.0 |
786 | 2024-12-12T21:47:58.438Z | Compiling typify-impl v0.2.0 |
787 | 2024-12-12T21:47:59.128Z | Compiling pest_derive v2.7.14 |
788 | 2024-12-12T21:48:00.577Z | Compiling openssl-macros v0.1.1 |
789 | 2024-12-12T21:48:03.177Z | Compiling hyper-util v0.1.10 |
790 | 2024-12-12T21:48:06.691Z | Compiling icu_normalizer v1.5.0 |
791 | 2024-12-12T21:48:07.411Z | Compiling regex-automata v0.4.8 |
792 | 2024-12-12T21:48:09.075Z | Compiling idna_adapter v1.2.0 |
793 | 2024-12-12T21:48:09.520Z | Compiling http-body-util v0.1.2 |
794 | 2024-12-12T21:48:10.612Z | Compiling typify-macro v0.2.0 |
795 | 2024-12-12T21:48:10.726Z | Compiling scroll_derive v0.12.0 |
796 | 2024-12-12T21:48:12.004Z | Compiling regex v1.11.1 |
797 | 2024-12-12T21:48:12.206Z | Compiling usdt-impl v0.5.0 |
798 | 2024-12-12T21:48:12.599Z | Compiling encoding_rs v0.8.34 |
799 | 2024-12-12T21:48:12.957Z | Compiling mime v0.3.17 |
800 | 2024-12-12T21:48:13.994Z | Compiling time-core v0.1.2 |
801 | 2024-12-12T21:48:14.380Z | Compiling powerfmt v0.2.0 |
802 | 2024-12-12T21:48:14.843Z | Compiling num-conv v0.1.0 |
803 | 2024-12-12T21:48:15.116Z | Compiling time-macros v0.2.18 |
804 | 2024-12-12T21:48:15.229Z | Compiling deranged v0.3.11 |
805 | 2024-12-12T21:48:15.855Z | Compiling scroll v0.12.0 |
806 | 2024-12-12T21:48:16.506Z | Compiling tokio-rustls v0.26.0 |
807 | 2024-12-12T21:48:16.982Z | Compiling idna v1.0.3 |
808 | 2024-12-12T21:48:17.572Z | Compiling tokio-native-tls v0.3.1 |
809 | 2024-12-12T21:48:22.753Z | Compiling dtrace-parser v0.2.0 |
810 | 2024-12-12T21:48:23.306Z | Compiling dof v0.3.0 |
811 | 2024-12-12T21:48:24.171Z | Compiling serde_urlencoded v0.7.1 |
812 | 2024-12-12T21:48:24.753Z | Compiling thread-id v4.2.2 |
813 | 2024-12-12T21:48:24.852Z | Compiling webpki-roots v0.26.6 |
814 | 2024-12-12T21:48:25.066Z | Compiling rustls-pemfile v2.2.0 |
815 | 2024-12-12T21:48:25.911Z | Compiling num_threads v0.1.7 |
816 | 2024-12-12T21:48:26.459Z | Compiling base64 v0.22.1 |
817 | 2024-12-12T21:48:26.598Z | Compiling strsim v0.11.1 |
818 | 2024-12-12T21:48:26.641Z | Compiling ident_case v1.0.1 |
819 | 2024-12-12T21:48:26.665Z | Compiling omicron-workspace-hack v0.1.0 |
820 | 2024-12-12T21:48:26.805Z | Compiling crossbeam-utils v0.8.20 |
821 | 2024-12-12T21:48:27.291Z | Compiling plain v0.2.3 |
822 | 2024-12-12T21:48:27.356Z | Compiling darling_core v0.20.10 |
823 | 2024-12-12T21:48:27.444Z | Compiling goblin v0.8.2 |
824 | 2024-12-12T21:48:27.541Z | Compiling time v0.3.36 |
825 | 2024-12-12T21:48:33.450Z | Compiling hyper-rustls v0.27.3 |
826 | 2024-12-12T21:48:35.759Z | Compiling hyper-tls v0.6.0 |
827 | 2024-12-12T21:48:36.240Z | Compiling url v2.5.3 |
828 | 2024-12-12T21:48:36.661Z | Compiling typify v0.2.0 |
829 | 2024-12-12T21:48:36.714Z | Compiling openapiv3 v2.0.0 |
830 | 2024-12-12T21:48:38.804Z | Compiling sync_wrapper v1.0.1 |
831 | 2024-12-12T21:48:38.953Z | Compiling dirs-sys-next v0.1.2 |
832 | 2024-12-12T21:48:40.400Z | Compiling rustversion v1.0.17 |
833 | 2024-12-12T21:48:40.836Z | Compiling rustls v0.22.4 |
834 | 2024-12-12T21:48:41.050Z | Compiling pretty-hex v0.4.1 |
835 | 2024-12-12T21:48:41.140Z | Compiling paste v1.0.15 |
836 | 2024-12-12T21:48:41.277Z | Compiling ipnet v2.10.1 |
837 | 2024-12-12T21:48:41.656Z | Compiling unsafe-libyaml v0.2.11 |
838 | 2024-12-12T21:48:42.013Z | Compiling reqwest v0.12.9 |
839 | 2024-12-12T21:48:43.213Z | Compiling serde_yaml v0.9.34+deprecated |
840 | 2024-12-12T21:48:44.423Z | Compiling progenitor-impl v0.8.0 |
841 | 2024-12-12T21:48:47.094Z | Compiling dirs-next v2.0.0 |
842 | 2024-12-12T21:48:47.477Z | Compiling darling_macro v0.20.10 |
843 | 2024-12-12T21:48:49.883Z | Compiling crypto-common v0.1.6 |
844 | 2024-12-12T21:48:50.089Z | Compiling block-buffer v0.10.4 |
845 | 2024-12-12T21:48:50.236Z | Compiling serde_spanned v0.6.8 |
846 | 2024-12-12T21:48:50.314Z | Compiling toml_datetime v0.6.8 |
847 | 2024-12-12T21:48:50.470Z | Compiling ppv-lite86 v0.2.20 |
848 | 2024-12-12T21:48:51.006Z | Compiling structmeta-derive v0.3.0 |
849 | 2024-12-12T21:48:51.242Z | Compiling rand_core v0.6.4 |
850 | 2024-12-12T21:48:51.513Z | Compiling thread_local v1.1.8 |
851 | 2024-12-12T21:48:51.702Z | Compiling multer v3.1.0 |
852 | 2024-12-12T21:48:51.932Z | Compiling camino v1.1.9 |
853 | 2024-12-12T21:48:52.026Z | Compiling winnow v0.6.20 |
854 | 2024-12-12T21:48:52.204Z | Compiling slog-async v2.8.0 |
855 | 2024-12-12T21:48:52.536Z | Compiling match_cfg v0.1.0 |
856 | 2024-12-12T21:48:52.623Z | Compiling newtype-uuid v1.1.3 |
857 | 2024-12-12T21:48:52.691Z | Compiling anyhow v1.0.93 |
858 | 2024-12-12T21:48:52.997Z | Compiling hostname v0.3.1 |
859 | 2024-12-12T21:48:53.320Z | Compiling rand_chacha v0.3.1 |
860 | 2024-12-12T21:48:53.648Z | Compiling structmeta v0.3.0 |
861 | 2024-12-12T21:48:54.027Z | Compiling progenitor-macro v0.8.0 |
862 | 2024-12-12T21:48:54.359Z | Compiling digest v0.10.7 |
863 | 2024-12-12T21:48:54.384Z | Compiling crossbeam-channel v0.5.13 |
864 | 2024-12-12T21:48:54.752Z | Compiling darling v0.20.10 |
865 | 2024-12-12T21:48:55.059Z | Compiling term v0.7.0 |
866 | 2024-12-12T21:48:55.983Z | Compiling toml_edit v0.22.22 |
867 | 2024-12-12T21:48:59.700Z | Compiling progenitor-client v0.8.0 |
868 | 2024-12-12T21:49:01.704Z | Compiling usdt-macro v0.5.0 |
869 | 2024-12-12T21:49:03.025Z | Compiling usdt-attr-macro v0.5.0 |
870 | 2024-12-12T21:49:04.532Z | Compiling slog-json v2.6.1 |
871 | 2024-12-12T21:49:04.881Z | Compiling futures-executor v0.3.31 |
872 | 2024-12-12T21:49:04.960Z | Compiling async-stream-impl v0.3.6 |
873 | 2024-12-12T21:49:06.034Z | Compiling is-terminal v0.4.13 |
874 | 2024-12-12T21:49:06.151Z | Compiling memmap v0.7.0 |
875 | 2024-12-12T21:49:06.335Z | Compiling dropshot v0.13.0 |
876 | 2024-12-12T21:49:06.598Z | Compiling take_mut v0.2.2 |
877 | 2024-12-12T21:49:06.672Z | Compiling cpufeatures v0.2.14 |
878 | 2024-12-12T21:49:06.755Z | Compiling sha1 v0.10.6 |
879 | 2024-12-12T21:49:06.757Z | Compiling progenitor v0.8.0 |
880 | 2024-12-12T21:49:07.026Z | Compiling usdt v0.5.0 |
881 | 2024-12-12T21:49:07.495Z | Compiling async-stream v0.3.6 |
882 | 2024-12-12T21:49:07.790Z | Compiling slog-term v2.9.1 |
883 | 2024-12-12T21:49:08.537Z | Compiling futures v0.3.31 |
884 | 2024-12-12T21:49:08.741Z | Compiling slog-bunyan v2.5.0 |
885 | 2024-12-12T21:49:09.006Z | Compiling tokio-rustls v0.25.0 |
886 | 2024-12-12T21:49:09.433Z | Compiling toml v0.8.19 |
887 | 2024-12-12T21:49:10.146Z | Compiling strum_macros v0.26.4 |
888 | 2024-12-12T21:49:10.756Z | Compiling serde_with_macros v3.11.0 |
889 | 2024-12-12T21:49:13.411Z | Compiling parse-display-derive v0.10.0 |
890 | 2024-12-12T21:49:14.822Z | Compiling rand v0.8.5 |
891 | 2024-12-12T21:49:18.587Z | Compiling ipnetwork v0.20.0 |
892 | 2024-12-12T21:49:18.694Z | Compiling dropshot_endpoint v0.13.0 |
893 | 2024-12-12T21:49:18.820Z | Compiling hex v0.4.3 |
894 | 2024-12-12T21:49:19.519Z | Compiling serde_path_to_error v0.1.16 |
895 | 2024-12-12T21:49:19.522Z | Compiling async-trait v0.1.83 |
896 | 2024-12-12T21:49:20.525Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
897 | 2024-12-12T21:49:21.326Z | Compiling waitgroup v0.1.2 |
898 | 2024-12-12T21:49:21.536Z | Compiling hostname v0.4.0 |
899 | 2024-12-12T21:49:21.782Z | Compiling instant v0.1.13 |
900 | 2024-12-12T21:49:21.926Z | Compiling debug-ignore v1.0.5 |
901 | 2024-12-12T21:49:21.953Z | Compiling backoff v0.4.0 |
902 | 2024-12-12T21:49:22.058Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
903 | 2024-12-12T21:49:22.255Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
904 | 2024-12-12T21:49:22.289Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
905 | 2024-12-12T21:49:22.498Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
906 | 2024-12-12T21:49:23.076Z | Compiling parse-display v0.10.0 |
907 | 2024-12-12T21:49:23.629Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
908 | 2024-12-12T21:49:25.266Z | Compiling strum v0.26.3 |
909 | 2024-12-12T21:49:25.445Z | Compiling serde_with v3.11.0 |
910 | 2024-12-12T21:49:26.016Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
911 | 2024-12-12T21:49:26.818Z | Compiling regress v0.9.1 |
912 | 2024-12-12T21:49:27.164Z | Compiling macaddr v1.0.1 |
913 | 2024-12-12T21:49:31.153Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
914 | 2024-12-12T21:49:42.676Z | Compiling test-project v0.1.0 (/tmp/test-project) |
915 | 2024-12-12T21:49:52.444Z | Finished `release` profile [optimized] target(s) in 2m 34s |
916 | 2024-12-12T21:49:52.508Z | process exited: duration 234730 ms, exit code 0 |
|
917 | 2024-12-12T21:49:52.513Z | found 0 output files |