|
|
|
1 | 2025-02-25T01:41:23.147Z | job assigned to worker 01JMXC6T4WSWZDH94G772Z8PWZ [factory aws, i-07c8b7522d9861ea7] (queued for 59 m 33 s) |
|
2 | 2025-02-25T01:41:31.938Z | starting task 0: "setup" |
3 | 2025-02-25T01:41:31.946Z | ++ uname -s |
4 | 2025-02-25T01:41:31.949Z | + kern=SunOS |
5 | 2025-02-25T01:41:31.949Z | + build_user=build |
6 | 2025-02-25T01:41:31.949Z | + build_uid=12345 |
7 | 2025-02-25T01:41:31.949Z | + work_dir=/work |
8 | 2025-02-25T01:41:31.949Z | + input_dir=/input |
9 | 2025-02-25T01:41:31.949Z | + [[ 0 == 12345 ]] |
10 | 2025-02-25T01:41:31.949Z | + case "$kern" in |
11 | 2025-02-25T01:41:31.949Z | + groupadd -g 12345 build |
12 | 2025-02-25T01:41:31.951Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-02-25T01:41:33.959Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-02-25T01:41:34.088Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-02-25T01:41:34.091Z | + home_fs=zfs |
16 | 2025-02-25T01:41:34.091Z | + [[ zfs == autofs ]] |
17 | 2025-02-25T01:41:34.091Z | + mkdir -p /home/build |
18 | 2025-02-25T01:41:34.093Z | + chown build:build /home/build /work |
19 | 2025-02-25T01:41:36.095Z | + chmod 0700 /home/build /work |
20 | 2025-02-25T01:41:36.100Z | process exited: duration 4160 ms, exit code 0 |
|
21 | 2025-02-25T01:41:36.111Z | starting task 1: "rust-toolchain" |
22 | 2025-02-25T01:41:36.118Z | + printf ' * rust toolchain channel = "%s"\n' 1.85.0 |
23 | 2025-02-25T01:41:36.118Z | * rust toolchain channel = "1.85.0" |
24 | 2025-02-25T01:41:36.118Z | * rust toolchain profile = "default" |
25 | 2025-02-25T01:41:36.118Z | + printf ' * rust toolchain profile = "%s"\n' default |
26 | 2025-02-25T01:41:36.118Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-02-25T01:41:36.118Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-02-25T01:41:36.118Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-02-25T01:41:36.125Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default |
30 | 2025-02-25T01:41:36.266Z | info: downloading installer |
31 | 2025-02-25T01:41:37.489Z | warning: it looks like you have an existing installation of Rust at: |
32 | 2025-02-25T01:41:37.489Z | warning: /opt/ooce/bin |
33 | 2025-02-25T01:41:37.489Z | warning: It is recommended that rustup be the primary Rust installation. |
34 | 2025-02-25T01:41:37.489Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
35 | 2025-02-25T01:41:37.489Z | warning: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-02-25T01:41:37.489Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-02-25T01:41:37.489Z | warning: or pass `-y' to ignore all ignorable checks. |
38 | 2025-02-25T01:41:37.489Z | error: cannot install while Rust is installed |
39 | 2025-02-25T01:41:37.489Z | warning: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-02-25T01:41:37.527Z | info: profile set to 'default' |
41 | 2025-02-25T01:41:37.527Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-02-25T01:41:37.530Z | info: syncing channel updates for '1.85.0-x86_64-unknown-illumos' |
43 | 2025-02-25T01:41:37.695Z | info: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17) |
44 | 2025-02-25T01:41:37.695Z | info: downloading component 'cargo' |
45 | 2025-02-25T01:41:38.594Z | info: downloading component 'clippy' |
46 | 2025-02-25T01:41:38.944Z | info: downloading component 'rust-docs' |
47 | 2025-02-25T01:41:40.313Z | info: downloading component 'rust-std' |
48 | 2025-02-25T01:41:42.324Z | info: downloading component 'rustc' |
49 | 2025-02-25T01:41:49.242Z | info: downloading component 'rustfmt' |
50 | 2025-02-25T01:41:49.500Z | info: installing component 'cargo' |
51 | 2025-02-25T01:41:50.367Z | info: installing component 'clippy' |
52 | 2025-02-25T01:41:50.756Z | info: installing component 'rust-docs' |
53 | 2025-02-25T01:41:52.559Z | info: installing component 'rust-std' |
54 | 2025-02-25T01:41:54.543Z | info: installing component 'rustc' |
55 | 2025-02-25T01:42:00.657Z | info: installing component 'rustfmt' |
56 | 2025-02-25T01:42:01.003Z | info: default toolchain set to '1.85.0-x86_64-unknown-illumos' |
57 | 2025-02-25T01:42:01.003Z | |
58 | 2025-02-25T01:42:01.371Z | 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17) |
59 | 2025-02-25T01:42:01.371Z | |
60 | 2025-02-25T01:42:01.374Z | |
61 | 2025-02-25T01:42:01.374Z | Rust is installed now. Great! |
62 | 2025-02-25T01:42:01.374Z | |
63 | 2025-02-25T01:42:01.374Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-02-25T01:42:01.374Z | environment variable. This has not been done automatically. |
65 | 2025-02-25T01:42:01.374Z | |
66 | 2025-02-25T01:42:01.374Z | To configure your current shell, you need to source |
67 | 2025-02-25T01:42:01.374Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-02-25T01:42:01.374Z | |
69 | 2025-02-25T01:42:01.374Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-02-25T01:42:01.374Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-02-25T01:42:01.374Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-02-25T01:42:01.457Z | + rustup --version |
73 | 2025-02-25T01:42:01.465Z | rustup 1.27.1 (54dd3d00f 2024-04-24) |
74 | 2025-02-25T01:42:01.465Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
75 | 2025-02-25T01:42:01.551Z | info: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)` |
76 | 2025-02-25T01:42:01.555Z | + cargo --version |
77 | 2025-02-25T01:42:01.621Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
78 | 2025-02-25T01:42:01.626Z | + rustc --version |
79 | 2025-02-25T01:42:01.690Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
80 | 2025-02-25T01:42:01.695Z | process exited: duration 25591 ms, exit code 0 |
|
81 | 2025-02-25T01:42:01.701Z | starting task 2: "authentication" |
82 | 2025-02-25T01:42:01.727Z | process exited: duration 25 ms, exit code 0 |
|
83 | 2025-02-25T01:42:01.738Z | starting task 3: "clone repository" |
84 | 2025-02-25T01:42:01.743Z | + mkdir -p /work/oxidecomputer/omicron |
85 | 2025-02-25T01:42:01.747Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
86 | 2025-02-25T01:42:01.852Z | Cloning into '/work/oxidecomputer/omicron'... |
87 | 2025-02-25T01:42:09.859Z | + cd /work/oxidecomputer/omicron |
88 | 2025-02-25T01:42:09.862Z | + git fetch origin 0e54843a98440d9bf47052fda013cd22848268e3 |
89 | 2025-02-25T01:42:10.183Z | From https://github.com/oxidecomputer/omicron |
90 | 2025-02-25T01:42:10.183Z | * branch 0e54843a98440d9bf47052fda013cd22848268e3 -> FETCH_HEAD |
91 | 2025-02-25T01:42:10.195Z | + [[ -n vmm-reduce-contention ]] |
92 | 2025-02-25T01:42:10.198Z | ++ git branch --show-current |
93 | 2025-02-25T01:42:10.201Z | + current=main |
94 | 2025-02-25T01:42:10.201Z | + [[ main != vmm-reduce-contention ]] |
95 | 2025-02-25T01:42:10.201Z | + git branch -f vmm-reduce-contention 0e54843a98440d9bf47052fda013cd22848268e3 |
96 | 2025-02-25T01:42:10.204Z | + git checkout -f vmm-reduce-contention |
97 | 2025-02-25T01:42:10.311Z | Switched to branch 'vmm-reduce-contention' |
98 | 2025-02-25T01:42:10.314Z | + git reset --hard 0e54843a98440d9bf47052fda013cd22848268e3 |
99 | 2025-02-25T01:42:10.424Z | HEAD is now at 0e54843a9 Merge branch 'vmm-reserve-bench' into vmm-reduce-contention |
100 | 2025-02-25T01:42:10.427Z | process exited: duration 8691 ms, exit code 0 |
|
101 | 2025-02-25T01:42:10.433Z | starting task 4: "build" |
102 | 2025-02-25T01:42:10.438Z | + source .github/buildomat/ci-env.sh |
103 | 2025-02-25T01:42:10.438Z | ++ export CARGO_TERM_COLOR=always |
104 | 2025-02-25T01:42:10.438Z | ++ CARGO_TERM_COLOR=always |
105 | 2025-02-25T01:42:10.439Z | + cargo --version |
106 | 2025-02-25T01:42:10.493Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
107 | 2025-02-25T01:42:10.496Z | + rustc --version |
108 | 2025-02-25T01:42:10.563Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
109 | 2025-02-25T01:42:10.567Z | + cd /tmp |
110 | 2025-02-25T01:42:10.569Z | + cargo new --lib test-project |
111 | 2025-02-25T01:42:10.631Z | Creating library `test-project` package |
112 | 2025-02-25T01:42:10.717Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
113 | 2025-02-25T01:42:10.720Z | + cd test-project |
114 | 2025-02-25T01:42:10.720Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
115 | 2025-02-25T01:42:10.787Z | Adding omicron-common (local) to dependencies |
116 | 2025-02-25T01:42:10.787Z | Features: |
117 | 2025-02-25T01:42:10.788Z | - proptest |
118 | 2025-02-25T01:42:10.788Z | - test-strategy |
119 | 2025-02-25T01:42:10.788Z | - testing |
120 | 2025-02-25T01:42:10.819Z | Updating crates.io index |
121 | 2025-02-25T01:42:10.882Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
122 | 2025-02-25T01:42:11.409Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
123 | 2025-02-25T01:42:11.837Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
124 | 2025-02-25T01:42:13.343Z | Locking 335 packages to latest Rust 1.85.0 compatible versions |
125 | 2025-02-25T01:42:13.528Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
126 | 2025-02-25T01:42:13.532Z | + cargo check |
127 | 2025-02-25T01:42:13.726Z | Updating crates.io index |
128 | 2025-02-25T01:42:14.640Z | Locking 1 package to latest Rust 1.85.0 compatible version |
129 | 2025-02-25T01:42:14.640Z | Adding omicron-workspace-hack v0.1.0 |
130 | 2025-02-25T01:42:14.705Z | Downloading crates ... |
131 | 2025-02-25T01:42:14.793Z | Downloaded async-stream-impl v0.3.6 |
132 | 2025-02-25T01:42:14.805Z | Downloaded async-stream v0.3.6 |
133 | 2025-02-25T01:42:14.808Z | Downloaded autocfg v1.4.0 |
134 | 2025-02-25T01:42:14.811Z | Downloaded cfg-if v1.0.0 |
135 | 2025-02-25T01:42:14.815Z | Downloaded camino v1.1.9 |
136 | 2025-02-25T01:42:14.818Z | Downloaded match_cfg v0.1.0 |
137 | 2025-02-25T01:42:14.818Z | Downloaded tinyvec_macros v0.1.1 |
138 | 2025-02-25T01:42:14.821Z | Downloaded backoff v0.4.0 |
139 | 2025-02-25T01:42:14.823Z | Downloaded allocator-api2 v0.2.18 |
140 | 2025-02-25T01:42:14.828Z | Downloaded time-core v0.1.2 |
141 | 2025-02-25T01:42:14.828Z | Downloaded thiserror-impl v1.0.69 |
142 | 2025-02-25T01:42:14.828Z | Downloaded cc v1.2.15 |
143 | 2025-02-25T01:42:14.833Z | Downloaded tokio-rustls v0.25.0 |
144 | 2025-02-25T01:42:14.837Z | Downloaded want v0.3.1 |
145 | 2025-02-25T01:42:14.840Z | Downloaded tower-service v0.3.3 |
146 | 2025-02-25T01:42:14.840Z | Downloaded num_threads v0.1.7 |
147 | 2025-02-25T01:42:14.840Z | Downloaded tower-layer v0.3.3 |
148 | 2025-02-25T01:42:14.843Z | Downloaded usdt-attr-macro v0.5.0 |
149 | 2025-02-25T01:42:14.843Z | Downloaded tinyvec v1.8.0 |
150 | 2025-02-25T01:42:14.846Z | Downloaded yoke-derive v0.7.4 |
151 | 2025-02-25T01:42:14.849Z | Downloaded write16 v1.0.0 |
152 | 2025-02-25T01:42:14.849Z | Downloaded bytes v1.9.0 |
153 | 2025-02-25T01:42:14.852Z | Downloaded tokio-macros v2.5.0 |
154 | 2025-02-25T01:42:14.855Z | Downloaded thread-id v4.2.2 |
155 | 2025-02-25T01:42:14.855Z | Downloaded omicron-workspace-hack v0.1.0 |
156 | 2025-02-25T01:42:14.861Z | Downloaded percent-encoding v2.3.1 |
157 | 2025-02-25T01:42:14.864Z | Downloaded try-lock v0.2.5 |
158 | 2025-02-25T01:42:14.867Z | Downloaded pretty-hex v0.4.1 |
159 | 2025-02-25T01:42:14.870Z | Downloaded toml_datetime v0.6.8 |
160 | 2025-02-25T01:42:14.872Z | Downloaded tokio-native-tls v0.3.1 |
161 | 2025-02-25T01:42:14.872Z | Downloaded tinystr v0.7.6 |
162 | 2025-02-25T01:42:14.875Z | Downloaded zeroize v1.8.1 |
163 | 2025-02-25T01:42:14.878Z | Downloaded utf8_iter v1.0.4 |
164 | 2025-02-25T01:42:14.883Z | Downloaded thiserror-impl v2.0.11 |
165 | 2025-02-25T01:42:14.883Z | Downloaded futures-macro v0.3.31 |
166 | 2025-02-25T01:42:14.885Z | Downloaded mime v0.3.17 |
167 | 2025-02-25T01:42:14.885Z | Downloaded dof v0.3.0 |
168 | 2025-02-25T01:42:14.890Z | Downloaded thiserror v2.0.11 |
169 | 2025-02-25T01:42:14.894Z | Downloaded ppv-lite86 v0.2.20 |
170 | 2025-02-25T01:42:14.897Z | Downloaded pest_generator v2.7.14 |
171 | 2025-02-25T01:42:14.899Z | Downloaded version_check v0.9.5 |
172 | 2025-02-25T01:42:14.902Z | Downloaded oxnet v0.1.0 |
173 | 2025-02-25T01:42:14.902Z | Downloaded hyper-util v0.1.10 |
174 | 2025-02-25T01:42:14.907Z | Downloaded memmap v0.7.0 |
175 | 2025-02-25T01:42:14.910Z | Downloaded iana-time-zone v0.1.61 |
176 | 2025-02-25T01:42:14.913Z | Downloaded pin-utils v0.1.0 |
177 | 2025-02-25T01:42:14.915Z | Downloaded pest_derive v2.7.14 |
178 | 2025-02-25T01:42:14.919Z | Downloaded yoke v0.7.4 |
179 | 2025-02-25T01:42:14.922Z | Downloaded pkg-config v0.3.31 |
180 | 2025-02-25T01:42:14.924Z | Downloaded pin-project-lite v0.2.14 |
181 | 2025-02-25T01:42:14.929Z | Downloaded progenitor-client v0.8.0 |
182 | 2025-02-25T01:42:14.931Z | Downloaded typify v0.2.0 |
183 | 2025-02-25T01:42:14.934Z | Downloaded plain v0.2.3 |
184 | 2025-02-25T01:42:14.937Z | Downloaded parse-display-derive v0.10.0 |
185 | 2025-02-25T01:42:14.937Z | Downloaded debug-ignore v1.0.5 |
186 | 2025-02-25T01:42:14.940Z | Downloaded hashbrown v0.15.1 |
187 | 2025-02-25T01:42:14.946Z | Downloaded take_mut v0.2.2 |
188 | 2025-02-25T01:42:14.949Z | Downloaded progenitor v0.8.0 |
189 | 2025-02-25T01:42:14.952Z | Downloaded sync_wrapper v1.0.1 |
190 | 2025-02-25T01:42:14.952Z | Downloaded strum v0.26.3 |
191 | 2025-02-25T01:42:14.952Z | Downloaded zerocopy-derive v0.7.35 |
192 | 2025-02-25T01:42:14.957Z | Downloaded shlex v1.3.0 |
193 | 2025-02-25T01:42:14.960Z | Downloaded hostname v0.3.1 |
194 | 2025-02-25T01:42:14.963Z | Downloaded multer v3.1.0 |
195 | 2025-02-25T01:42:14.965Z | Downloaded rustversion v1.0.17 |
196 | 2025-02-25T01:42:14.969Z | Downloaded powerfmt v0.2.0 |
197 | 2025-02-25T01:42:14.972Z | Downloaded icu_provider_macros v1.5.0 |
198 | 2025-02-25T01:42:14.972Z | Downloaded structmeta-derive v0.3.0 |
199 | 2025-02-25T01:42:14.972Z | Downloaded foreign-types v0.3.2 |
200 | 2025-02-25T01:42:14.974Z | Downloaded progenitor-impl v0.8.0 |
201 | 2025-02-25T01:42:14.977Z | Downloaded progenitor-client v0.9.1 |
202 | 2025-02-25T01:42:14.977Z | Downloaded instant v0.1.13 |
203 | 2025-02-25T01:42:14.980Z | Downloaded serde_urlencoded v0.7.1 |
204 | 2025-02-25T01:42:14.980Z | Downloaded ucd-trie v0.1.7 |
205 | 2025-02-25T01:42:14.983Z | Downloaded stable_deref_trait v1.2.0 |
206 | 2025-02-25T01:42:14.983Z | Downloaded semver v1.0.25 |
207 | 2025-02-25T01:42:14.986Z | Downloaded proc-macro2 v1.0.93 |
208 | 2025-02-25T01:42:14.989Z | Downloaded pest_meta v2.7.14 |
209 | 2025-02-25T01:42:14.992Z | Downloaded uuid v1.12.0 |
210 | 2025-02-25T01:42:14.995Z | Downloaded slog-async v2.8.0 |
211 | 2025-02-25T01:42:14.998Z | Downloaded structmeta v0.3.0 |
212 | 2025-02-25T01:42:15.001Z | Downloaded schemars_derive v0.8.21 |
213 | 2025-02-25T01:42:15.001Z | Downloaded thiserror v1.0.69 |
214 | 2025-02-25T01:42:15.006Z | Downloaded quinn-udp v0.5.5 |
215 | 2025-02-25T01:42:15.009Z | Downloaded parking_lot v0.12.3 |
216 | 2025-02-25T01:42:15.011Z | Downloaded scroll_derive v0.12.0 |
217 | 2025-02-25T01:42:15.014Z | Downloaded toml_edit v0.22.22 |
218 | 2025-02-25T01:42:15.037Z | Downloaded rand_chacha v0.3.1 |
219 | 2025-02-25T01:42:15.039Z | Downloaded unsafe-libyaml v0.2.11 |
220 | 2025-02-25T01:42:15.041Z | Downloaded thread_local v1.1.8 |
221 | 2025-02-25T01:42:15.044Z | Downloaded daft v0.1.1 |
222 | 2025-02-25T01:42:15.047Z | Downloaded scroll v0.12.0 |
223 | 2025-02-25T01:42:15.047Z | Downloaded heck v0.5.0 |
224 | 2025-02-25T01:42:15.049Z | Downloaded schemars v0.8.21 |
225 | 2025-02-25T01:42:15.061Z | Downloaded rand_core v0.6.4 |
226 | 2025-02-25T01:42:15.063Z | Downloaded progenitor-macro v0.8.0 |
227 | 2025-02-25T01:42:15.066Z | Downloaded synstructure v0.13.1 |
228 | 2025-02-25T01:42:15.066Z | Downloaded parking_lot_core v0.9.10 |
229 | 2025-02-25T01:42:15.069Z | Downloaded openssl-sys v0.9.106 |
230 | 2025-02-25T01:42:15.073Z | Downloaded serde_derive_internals v0.29.1 |
231 | 2025-02-25T01:42:15.076Z | Downloaded time-macros v0.2.18 |
232 | 2025-02-25T01:42:15.078Z | Downloaded signal-hook-registry v1.4.2 |
233 | 2025-02-25T01:42:15.081Z | Downloaded sha1 v0.10.6 |
234 | 2025-02-25T01:42:15.081Z | Downloaded slog-json v2.6.1 |
235 | 2025-02-25T01:42:15.084Z | Downloaded slog-bunyan v2.5.0 |
236 | 2025-02-25T01:42:15.086Z | Downloaded serde_tokenstream v0.2.2 |
237 | 2025-02-25T01:42:15.086Z | Downloaded slab v0.4.9 |
238 | 2025-02-25T01:42:15.089Z | Downloaded strsim v0.11.1 |
239 | 2025-02-25T01:42:15.089Z | Downloaded subtle v2.6.1 |
240 | 2025-02-25T01:42:15.091Z | Downloaded displaydoc v0.2.5 |
241 | 2025-02-25T01:42:15.094Z | Downloaded getrandom v0.2.15 |
242 | 2025-02-25T01:42:15.097Z | Downloaded smallvec v1.14.0 |
243 | 2025-02-25T01:42:15.099Z | Downloaded tower v0.5.2 |
244 | 2025-02-25T01:42:15.109Z | Downloaded macaddr v1.0.1 |
245 | 2025-02-25T01:42:15.112Z | Downloaded quinn v0.11.5 |
246 | 2025-02-25T01:42:15.115Z | Downloaded tracing v0.1.40 |
247 | 2025-02-25T01:42:15.120Z | Downloaded url v2.5.3 |
248 | 2025-02-25T01:42:15.123Z | Downloaded crossbeam-channel v0.5.13 |
249 | 2025-02-25T01:42:15.128Z | Downloaded slog v2.7.0 |
250 | 2025-02-25T01:42:15.131Z | Downloaded serde_with_macros v3.11.0 |
251 | 2025-02-25T01:42:15.134Z | Downloaded rustls-pki-types v1.10.0 |
252 | 2025-02-25T01:42:15.138Z | Downloaded indexmap v1.9.3 |
253 | 2025-02-25T01:42:15.142Z | Downloaded ahash v0.8.11 |
254 | 2025-02-25T01:42:15.145Z | Downloaded time v0.3.36 |
255 | 2025-02-25T01:42:15.153Z | Downloaded bitflags v2.6.0 |
256 | 2025-02-25T01:42:15.157Z | Downloaded rand v0.8.5 |
257 | 2025-02-25T01:42:15.162Z | Downloaded futures v0.3.31 |
258 | 2025-02-25T01:42:15.167Z | Downloaded memchr v2.7.4 |
259 | 2025-02-25T01:42:15.173Z | Downloaded log v0.4.22 |
260 | 2025-02-25T01:42:15.176Z | Downloaded icu_properties v1.5.1 |
261 | 2025-02-25T01:42:15.179Z | Downloaded zerocopy v0.7.35 |
262 | 2025-02-25T01:42:15.197Z | Downloaded serde_derive v1.0.218 |
263 | 2025-02-25T01:42:15.200Z | Downloaded serde_yaml v0.9.34+deprecated |
264 | 2025-02-25T01:42:15.203Z | Downloaded quote v1.0.38 |
265 | 2025-02-25T01:42:15.208Z | Downloaded pest v2.7.14 |
266 | 2025-02-25T01:42:15.212Z | Downloaded http v1.2.0 |
267 | 2025-02-25T01:42:15.217Z | Downloaded socket2 v0.5.8 |
268 | 2025-02-25T01:42:15.219Z | Downloaded winnow v0.6.20 |
269 | 2025-02-25T01:42:15.229Z | Downloaded hashbrown v0.12.3 |
270 | 2025-02-25T01:42:15.232Z | Downloaded zerovec v0.10.4 |
271 | 2025-02-25T01:42:15.239Z | Downloaded indexmap v2.7.1 |
272 | 2025-02-25T01:42:15.243Z | Downloaded serde_json v1.0.139 |
273 | 2025-02-25T01:42:15.251Z | Downloaded quinn-proto v0.11.8 |
274 | 2025-02-25T01:42:15.258Z | Downloaded vcpkg v0.2.15 |
275 | 2025-02-25T01:42:15.297Z | Downloaded hashbrown v0.14.5 |
276 | 2025-02-25T01:42:15.302Z | Downloaded webpki-roots v0.26.6 |
277 | 2025-02-25T01:42:15.306Z | Downloaded idna v1.0.3 |
278 | 2025-02-25T01:42:15.311Z | Downloaded hyper v1.5.2 |
279 | 2025-02-25T01:42:15.318Z | Downloaded reqwest v0.12.12 |
280 | 2025-02-25T01:42:15.328Z | Downloaded h2 v0.4.6 |
281 | 2025-02-25T01:42:15.335Z | Downloaded openssl v0.10.71 |
282 | 2025-02-25T01:42:15.345Z | Downloaded rustls-webpki v0.102.8 |
283 | 2025-02-25T01:42:15.365Z | Downloaded regex v1.11.1 |
284 | 2025-02-25T01:42:15.378Z | Downloaded syn v2.0.96 |
285 | 2025-02-25T01:42:15.389Z | Downloaded waitgroup v0.1.2 |
286 | 2025-02-25T01:42:15.392Z | Downloaded openssl-macros v0.1.1 |
287 | 2025-02-25T01:42:15.392Z | Downloaded icu_properties_data v1.5.0 |
288 | 2025-02-25T01:42:15.402Z | Downloaded openapiv3 v2.0.0 |
289 | 2025-02-25T01:42:15.413Z | Downloaded regress v0.10.1 |
290 | 2025-02-25T01:42:15.423Z | Downloaded rustls v0.23.19 |
291 | 2025-02-25T01:42:15.434Z | Downloaded dropshot v0.15.1 |
292 | 2025-02-25T01:42:15.456Z | Downloaded regex-syntax v0.8.5 |
293 | 2025-02-25T01:42:15.464Z | Downloaded regress v0.9.1 |
294 | 2025-02-25T01:42:15.472Z | Downloaded typify-impl v0.2.0 |
295 | 2025-02-25T01:42:15.486Z | Downloaded rustls v0.22.4 |
296 | 2025-02-25T01:42:15.500Z | Downloaded tokio-util v0.7.12 |
297 | 2025-02-25T01:42:15.506Z | Downloaded chrono v0.4.39 |
298 | 2025-02-25T01:42:15.513Z | Downloaded goblin v0.8.2 |
299 | 2025-02-25T01:42:15.520Z | Downloaded futures-util v0.3.31 |
300 | 2025-02-25T01:42:15.531Z | Downloaded regex-automata v0.4.8 |
301 | 2025-02-25T01:42:15.547Z | Downloaded serde_with v3.11.0 |
302 | 2025-02-25T01:42:15.555Z | Downloaded icu_collections v1.5.0 |
303 | 2025-02-25T01:42:15.560Z | Downloaded icu_locid_transform_data v1.5.0 |
304 | 2025-02-25T01:42:15.562Z | Downloaded anyhow v1.0.96 |
305 | 2025-02-25T01:42:15.566Z | Downloaded icu_normalizer_data v1.5.0 |
306 | 2025-02-25T01:42:15.570Z | Downloaded futures-channel v0.3.31 |
307 | 2025-02-25T01:42:15.572Z | Downloaded rustls-pemfile v2.2.0 |
308 | 2025-02-25T01:42:15.572Z | Downloaded tokio v1.43.0 |
309 | 2025-02-25T01:42:15.611Z | Downloaded slog-term v2.9.1 |
310 | 2025-02-25T01:42:15.614Z | Downloaded serde v1.0.218 |
311 | 2025-02-25T01:42:15.617Z | Downloaded lock_api v0.4.12 |
312 | 2025-02-25T01:42:15.619Z | Downloaded litemap v0.7.3 |
313 | 2025-02-25T01:42:15.622Z | Downloaded base64 v0.22.1 |
314 | 2025-02-25T01:42:15.625Z | Downloaded async-trait v0.1.86 |
315 | 2025-02-25T01:42:15.628Z | Downloaded ipnet v2.10.1 |
316 | 2025-02-25T01:42:15.630Z | Downloaded icu_provider v1.5.0 |
317 | 2025-02-25T01:42:15.633Z | Downloaded icu_locid v1.5.0 |
318 | 2025-02-25T01:42:15.636Z | Downloaded dropshot_endpoint v0.15.1 |
319 | 2025-02-25T01:42:15.639Z | Downloaded ryu v1.0.18 |
320 | 2025-02-25T01:42:15.642Z | Downloaded usdt-impl v0.5.0 |
321 | 2025-02-25T01:42:15.645Z | Downloaded term v0.7.0 |
322 | 2025-02-25T01:42:15.648Z | Downloaded ring v0.17.11 |
323 | 2025-02-25T01:42:15.688Z | Downloaded mio v1.0.2 |
324 | 2025-02-25T01:42:15.694Z | Downloaded num-traits v0.2.19 |
325 | 2025-02-25T01:42:15.696Z | Downloaded libc v0.2.170 |
326 | 2025-02-25T01:42:15.719Z | Downloaded newtype-uuid v1.2.1 |
327 | 2025-02-25T01:42:15.722Z | Downloaded serde_spanned v0.6.8 |
328 | 2025-02-25T01:42:15.722Z | Downloaded rustc-hash v2.1.1 |
329 | 2025-02-25T01:42:15.725Z | Downloaded once_cell v1.20.3 |
330 | 2025-02-25T01:42:15.729Z | Downloaded icu_normalizer v1.5.0 |
331 | 2025-02-25T01:42:15.733Z | Downloaded icu_locid_transform v1.5.0 |
332 | 2025-02-25T01:42:15.733Z | Downloaded tracing-core v0.1.32 |
333 | 2025-02-25T01:42:15.736Z | Downloaded futures-task v0.3.31 |
334 | 2025-02-25T01:42:15.736Z | Downloaded cpufeatures v0.2.14 |
335 | 2025-02-25T01:42:15.736Z | Downloaded ipnetwork v0.21.1 |
336 | 2025-02-25T01:42:15.739Z | Downloaded serde_path_to_error v0.1.16 |
337 | 2025-02-25T01:42:15.739Z | Downloaded spin v0.9.8 |
338 | 2025-02-25T01:42:15.741Z | Downloaded parse-display v0.10.0 |
339 | 2025-02-25T01:42:15.741Z | Downloaded zerovec-derive v0.10.3 |
340 | 2025-02-25T01:42:15.744Z | Downloaded typify-macro v0.2.0 |
341 | 2025-02-25T01:42:15.744Z | Downloaded itoa v1.0.11 |
342 | 2025-02-25T01:42:15.744Z | Downloaded is-terminal v0.4.13 |
343 | 2025-02-25T01:42:15.746Z | Downloaded hyper-tls v0.6.0 |
344 | 2025-02-25T01:42:15.747Z | Downloaded hostname v0.4.0 |
345 | 2025-02-25T01:42:15.749Z | Downloaded generic-array v0.14.7 |
346 | 2025-02-25T01:42:15.749Z | Downloaded futures-io v0.3.31 |
347 | 2025-02-25T01:42:15.749Z | Downloaded futures-core v0.3.31 |
348 | 2025-02-25T01:42:15.752Z | Downloaded digest v0.10.7 |
349 | 2025-02-25T01:42:15.752Z | Downloaded strum_macros v0.26.4 |
350 | 2025-02-25T01:42:15.754Z | Downloaded sha2 v0.10.8 |
351 | 2025-02-25T01:42:15.758Z | Downloaded scopeguard v1.2.0 |
352 | 2025-02-25T01:42:15.758Z | Downloaded openssl-probe v0.1.5 |
353 | 2025-02-25T01:42:15.760Z | Downloaded http-body-util v0.1.2 |
354 | 2025-02-25T01:42:15.760Z | Downloaded futures-sink v0.3.31 |
355 | 2025-02-25T01:42:15.761Z | Downloaded form_urlencoded v1.2.1 |
356 | 2025-02-25T01:42:15.761Z | Downloaded dyn-clone v1.0.18 |
357 | 2025-02-25T01:42:15.763Z | Downloaded byteorder v1.5.0 |
358 | 2025-02-25T01:42:15.763Z | Downloaded block-buffer v0.10.4 |
359 | 2025-02-25T01:42:15.766Z | Downloaded httpdate v1.0.3 |
360 | 2025-02-25T01:42:15.766Z | Downloaded dirs-next v2.0.0 |
361 | 2025-02-25T01:42:15.770Z | Downloaded typenum v1.17.0 |
362 | 2025-02-25T01:42:15.770Z | Downloaded dtrace-parser v0.2.0 |
363 | 2025-02-25T01:42:15.773Z | Downloaded crossbeam-utils v0.8.20 |
364 | 2025-02-25T01:42:15.773Z | Downloaded encoding_rs v0.8.34 |
365 | 2025-02-25T01:42:15.792Z | Downloaded unicode-ident v1.0.14 |
366 | 2025-02-25T01:42:15.795Z | Downloaded http-body v1.0.1 |
367 | 2025-02-25T01:42:15.798Z | Downloaded darling_macro v0.20.10 |
368 | 2025-02-25T01:42:15.798Z | Downloaded toml v0.8.19 |
369 | 2025-02-25T01:42:15.800Z | Downloaded ident_case v1.0.1 |
370 | 2025-02-25T01:42:15.800Z | Downloaded native-tls v0.2.12 |
371 | 2025-02-25T01:42:15.803Z | Downloaded writeable v0.5.5 |
372 | 2025-02-25T01:42:15.803Z | Downloaded idna_adapter v1.2.0 |
373 | 2025-02-25T01:42:15.806Z | Downloaded dirs-sys-next v0.1.2 |
374 | 2025-02-25T01:42:15.806Z | Downloaded darling v0.20.10 |
375 | 2025-02-25T01:42:15.808Z | Downloaded tokio-rustls v0.26.0 |
376 | 2025-02-25T01:42:15.811Z | Downloaded equivalent v1.0.1 |
377 | 2025-02-25T01:42:15.811Z | Downloaded atomic-waker v1.1.2 |
378 | 2025-02-25T01:42:15.814Z | Downloaded aho-corasick v1.1.3 |
379 | 2025-02-25T01:42:15.816Z | Downloaded untrusted v0.9.0 |
380 | 2025-02-25T01:42:15.820Z | Downloaded foreign-types-shared v0.1.1 |
381 | 2025-02-25T01:42:15.820Z | Downloaded paste v1.0.15 |
382 | 2025-02-25T01:42:15.822Z | Downloaded httparse v1.9.5 |
383 | 2025-02-25T01:42:15.824Z | Downloaded hex v0.4.3 |
384 | 2025-02-25T01:42:15.827Z | Downloaded num-conv v0.1.0 |
385 | 2025-02-25T01:42:15.827Z | Downloaded zerofrom v0.1.4 |
386 | 2025-02-25T01:42:15.827Z | Downloaded usdt-macro v0.5.0 |
387 | 2025-02-25T01:42:15.827Z | Downloaded hyper-rustls v0.27.3 |
388 | 2025-02-25T01:42:15.830Z | Downloaded futures-executor v0.3.31 |
389 | 2025-02-25T01:42:15.832Z | Downloaded crypto-common v0.1.6 |
390 | 2025-02-25T01:42:15.832Z | Downloaded daft-derive v0.1.1 |
391 | 2025-02-25T01:42:15.835Z | Downloaded zerofrom-derive v0.1.4 |
392 | 2025-02-25T01:42:15.837Z | Downloaded utf16_iter v1.0.5 |
393 | 2025-02-25T01:42:15.837Z | Downloaded fnv v1.0.7 |
394 | 2025-02-25T01:42:15.837Z | Downloaded darling_core v0.20.10 |
395 | 2025-02-25T01:42:15.841Z | Downloaded usdt v0.5.0 |
396 | 2025-02-25T01:42:15.843Z | Downloaded deranged v0.3.11 |
397 | 2025-02-25T01:42:15.969Z | Compiling proc-macro2 v1.0.93 |
398 | 2025-02-25T01:42:15.969Z | Compiling unicode-ident v1.0.14 |
399 | 2025-02-25T01:42:15.973Z | Compiling libc v0.2.170 |
400 | 2025-02-25T01:42:15.973Z | Checking cfg-if v1.0.0 |
401 | 2025-02-25T01:42:15.973Z | Compiling autocfg v1.4.0 |
402 | 2025-02-25T01:42:15.990Z | Compiling serde v1.0.218 |
403 | 2025-02-25T01:42:15.993Z | Compiling version_check v0.9.5 |
404 | 2025-02-25T01:42:15.993Z | Checking memchr v2.7.4 |
405 | 2025-02-25T01:42:16.135Z | Checking itoa v1.0.11 |
406 | 2025-02-25T01:42:16.185Z | Compiling serde_json v1.0.139 |
407 | 2025-02-25T01:42:16.579Z | Checking once_cell v1.20.3 |
408 | 2025-02-25T01:42:16.731Z | Compiling thiserror v1.0.69 |
409 | 2025-02-25T01:42:16.756Z | Compiling shlex v1.3.0 |
410 | 2025-02-25T01:42:16.824Z | Checking pin-project-lite v0.2.14 |
411 | 2025-02-25T01:42:17.048Z | Compiling cc v1.2.15 |
412 | 2025-02-25T01:42:17.452Z | Checking smallvec v1.14.0 |
413 | 2025-02-25T01:42:17.762Z | Compiling num-traits v0.2.19 |
414 | 2025-02-25T01:42:18.156Z | Checking bytes v1.9.0 |
415 | 2025-02-25T01:42:18.189Z | Checking ryu v1.0.18 |
416 | 2025-02-25T01:42:18.424Z | Checking futures-core v0.3.31 |
417 | 2025-02-25T01:42:18.442Z | Compiling lock_api v0.4.12 |
418 | 2025-02-25T01:42:18.462Z | Compiling semver v1.0.25 |
419 | 2025-02-25T01:42:18.511Z | Compiling parking_lot_core v0.9.10 |
420 | 2025-02-25T01:42:18.623Z | Checking scopeguard v1.2.0 |
421 | 2025-02-25T01:42:18.835Z | Checking getrandom v0.2.15 |
422 | 2025-02-25T01:42:18.955Z | Compiling slab v0.4.9 |
423 | 2025-02-25T01:42:19.059Z | Checking futures-sink v0.3.31 |
424 | 2025-02-25T01:42:19.073Z | Compiling byteorder v1.5.0 |
425 | 2025-02-25T01:42:19.208Z | Checking socket2 v0.5.8 |
426 | 2025-02-25T01:42:19.337Z | Compiling quote v1.0.38 |
427 | 2025-02-25T01:42:19.350Z | Checking signal-hook-registry v1.4.2 |
428 | 2025-02-25T01:42:19.380Z | Checking parking_lot v0.12.3 |
429 | 2025-02-25T01:42:19.524Z | Checking mio v1.0.2 |
430 | 2025-02-25T01:42:19.542Z | Compiling ahash v0.8.11 |
431 | 2025-02-25T01:42:19.688Z | Checking log v0.4.22 |
432 | 2025-02-25T01:42:19.723Z | Compiling syn v2.0.96 |
433 | 2025-02-25T01:42:19.803Z | Checking stable_deref_trait v1.2.0 |
434 | 2025-02-25T01:42:19.906Z | Compiling ring v0.17.11 |
435 | 2025-02-25T01:42:19.938Z | Checking futures-channel v0.3.31 |
436 | 2025-02-25T01:42:19.941Z | Checking pin-utils v0.1.0 |
437 | 2025-02-25T01:42:19.977Z | Checking equivalent v1.0.1 |
438 | 2025-02-25T01:42:20.008Z | Checking fnv v1.0.7 |
439 | 2025-02-25T01:42:20.022Z | Checking hashbrown v0.15.1 |
440 | 2025-02-25T01:42:20.036Z | Checking futures-task v0.3.31 |
441 | 2025-02-25T01:42:20.084Z | Checking futures-io v0.3.31 |
442 | 2025-02-25T01:42:20.100Z | Compiling vcpkg v0.2.15 |
443 | 2025-02-25T01:42:20.126Z | Checking http v1.2.0 |
444 | 2025-02-25T01:42:20.266Z | Checking rustls-pki-types v1.10.0 |
445 | 2025-02-25T01:42:20.280Z | Compiling pkg-config v0.3.31 |
446 | 2025-02-25T01:42:20.837Z | Compiling schemars v0.8.21 |
447 | 2025-02-25T01:42:21.015Z | Checking untrusted v0.9.0 |
448 | 2025-02-25T01:42:21.167Z | Checking iana-time-zone v0.1.61 |
449 | 2025-02-25T01:42:21.256Z | Compiling heck v0.5.0 |
450 | 2025-02-25T01:42:21.318Z | Checking litemap v0.7.3 |
451 | 2025-02-25T01:42:21.356Z | Compiling httparse v1.9.5 |
452 | 2025-02-25T01:42:21.435Z | Compiling openssl-sys v0.9.106 |
453 | 2025-02-25T01:42:21.449Z | Checking writeable v0.5.5 |
454 | 2025-02-25T01:42:21.640Z | Checking tracing-core v0.1.32 |
455 | 2025-02-25T01:42:21.653Z | Compiling ucd-trie v0.1.7 |
456 | 2025-02-25T01:42:21.656Z | Checking dyn-clone v1.0.18 |
457 | 2025-02-25T01:42:21.772Z | Checking atomic-waker v1.1.2 |
458 | 2025-02-25T01:42:21.874Z | Checking http-body v1.0.1 |
459 | 2025-02-25T01:42:22.081Z | Checking zeroize v1.8.1 |
460 | 2025-02-25T01:42:22.241Z | Checking tracing v0.1.40 |
461 | 2025-02-25T01:42:22.305Z | Checking subtle v2.6.1 |
462 | 2025-02-25T01:42:22.438Z | Checking icu_locid_transform_data v1.5.0 |
463 | 2025-02-25T01:42:22.491Z | Compiling allocator-api2 v0.2.18 |
464 | 2025-02-25T01:42:22.530Z | Checking try-lock v0.2.5 |
465 | 2025-02-25T01:42:22.566Z | Checking foreign-types-shared v0.1.1 |
466 | 2025-02-25T01:42:22.647Z | Checking want v0.3.1 |
467 | 2025-02-25T01:42:22.802Z | Compiling openssl v0.10.71 |
468 | 2025-02-25T01:42:22.975Z | Checking icu_properties_data v1.5.0 |
469 | 2025-02-25T01:42:23.147Z | Compiling chrono v0.4.39 |
470 | 2025-02-25T01:42:23.190Z | Checking httpdate v1.0.3 |
471 | 2025-02-25T01:42:23.221Z | Compiling uuid v1.12.0 |
472 | 2025-02-25T01:42:23.234Z | Checking tower-service v0.3.3 |
473 | 2025-02-25T01:42:23.354Z | Checking foreign-types v0.3.2 |
474 | 2025-02-25T01:42:23.402Z | Checking utf16_iter v1.0.5 |
475 | 2025-02-25T01:42:23.431Z | Checking percent-encoding v2.3.1 |
476 | 2025-02-25T01:42:23.588Z | Compiling rustls v0.23.19 |
477 | 2025-02-25T01:42:23.626Z | Checking write16 v1.0.0 |
478 | 2025-02-25T01:42:23.640Z | Checking utf8_iter v1.0.4 |
479 | 2025-02-25T01:42:23.703Z | Compiling native-tls v0.2.12 |
480 | 2025-02-25T01:42:23.810Z | Checking bitflags v2.6.0 |
481 | 2025-02-25T01:42:23.920Z | Compiling slog v2.7.0 |
482 | 2025-02-25T01:42:24.015Z | Checking icu_normalizer_data v1.5.0 |
483 | 2025-02-25T01:42:24.039Z | Checking form_urlencoded v1.2.1 |
484 | 2025-02-25T01:42:24.098Z | Compiling aho-corasick v1.1.3 |
485 | 2025-02-25T01:42:24.473Z | Compiling typenum v1.17.0 |
486 | 2025-02-25T01:42:24.769Z | Compiling regex-syntax v0.8.5 |
487 | 2025-02-25T01:42:24.782Z | Checking openssl-probe v0.1.5 |
488 | 2025-02-25T01:42:25.314Z | Compiling generic-array v0.14.7 |
489 | 2025-02-25T01:42:25.399Z | Checking encoding_rs v0.8.34 |
490 | 2025-02-25T01:42:25.515Z | Checking mime v0.3.17 |
491 | 2025-02-25T01:42:26.722Z | Compiling synstructure v0.13.1 |
492 | 2025-02-25T01:42:27.146Z | Compiling serde_derive_internals v0.29.1 |
493 | 2025-02-25T01:42:27.561Z | Checking webpki-roots v0.26.6 |
494 | 2025-02-25T01:42:27.759Z | Checking rustls-pemfile v2.2.0 |
495 | 2025-02-25T01:42:27.836Z | Checking sync_wrapper v1.0.1 |
496 | 2025-02-25T01:42:27.988Z | Compiling usdt-impl v0.5.0 |
497 | 2025-02-25T01:42:28.428Z | Compiling regex-automata v0.4.8 |
498 | 2025-02-25T01:42:28.486Z | Compiling time-core v0.1.2 |
499 | 2025-02-25T01:42:28.664Z | Checking powerfmt v0.2.0 |
500 | 2025-02-25T01:42:28.920Z | Checking tower-layer v0.3.3 |
501 | 2025-02-25T01:42:29.026Z | Checking base64 v0.22.1 |
502 | 2025-02-25T01:42:29.159Z | Compiling num-conv v0.1.0 |
503 | 2025-02-25T01:42:29.449Z | Compiling time-macros v0.2.18 |
504 | 2025-02-25T01:42:29.499Z | Checking deranged v0.3.11 |
505 | 2025-02-25T01:42:29.691Z | Compiling thread-id v4.2.2 |
506 | 2025-02-25T01:42:30.017Z | Compiling strsim v0.11.1 |
507 | 2025-02-25T01:42:30.356Z | Compiling serde_derive v1.0.218 |
508 | 2025-02-25T01:42:30.594Z | Compiling zerocopy-derive v0.7.35 |
509 | 2025-02-25T01:42:30.775Z | Compiling thiserror-impl v1.0.69 |
510 | 2025-02-25T01:42:30.824Z | Compiling tokio-macros v2.5.0 |
511 | 2025-02-25T01:42:31.486Z | Compiling zerofrom-derive v0.1.4 |
512 | 2025-02-25T01:42:32.201Z | Compiling schemars_derive v0.8.21 |
513 | 2025-02-25T01:42:32.375Z | Compiling yoke-derive v0.7.4 |
514 | 2025-02-25T01:42:32.482Z | Checking tokio v1.43.0 |
515 | 2025-02-25T01:42:32.512Z | Compiling zerocopy v0.7.35 |
516 | 2025-02-25T01:42:33.897Z | Compiling zerovec-derive v0.10.3 |
517 | 2025-02-25T01:42:34.601Z | Checking zerofrom v0.1.4 |
518 | 2025-02-25T01:42:34.796Z | Compiling futures-macro v0.3.31 |
519 | 2025-02-25T01:42:34.809Z | Checking yoke v0.7.4 |
520 | 2025-02-25T01:42:34.945Z | Compiling displaydoc v0.2.5 |
521 | 2025-02-25T01:42:35.148Z | Compiling icu_provider_macros v1.5.0 |
522 | 2025-02-25T01:42:35.748Z | Compiling pest v2.7.14 |
523 | 2025-02-25T01:42:36.286Z | Checking zerovec v0.10.4 |
524 | 2025-02-25T01:42:36.444Z | Compiling hashbrown v0.14.5 |
525 | 2025-02-25T01:42:36.488Z | Compiling openssl-macros v0.1.1 |
526 | 2025-02-25T01:42:36.632Z | Checking futures-util v0.3.31 |
527 | 2025-02-25T01:42:37.340Z | Checking rustls-webpki v0.102.8 |
528 | 2025-02-25T01:42:37.991Z | Checking tinystr v0.7.6 |
529 | 2025-02-25T01:42:38.106Z | Checking icu_collections v1.5.0 |
530 | 2025-02-25T01:42:38.342Z | Checking icu_locid v1.5.0 |
531 | 2025-02-25T01:42:38.742Z | Compiling pest_meta v2.7.14 |
532 | 2025-02-25T01:42:38.831Z | Compiling regress v0.10.1 |
533 | 2025-02-25T01:42:39.397Z | Checking icu_provider v1.5.0 |
534 | 2025-02-25T01:42:39.646Z | Checking tokio-util v0.7.12 |
535 | 2025-02-25T01:42:40.061Z | Checking icu_locid_transform v1.5.0 |
536 | 2025-02-25T01:42:40.489Z | Compiling pest_generator v2.7.14 |
537 | 2025-02-25T01:42:41.074Z | Checking icu_properties v1.5.1 |
538 | 2025-02-25T01:42:42.469Z | Checking indexmap v2.7.1 |
539 | 2025-02-25T01:42:43.171Z | Compiling serde_tokenstream v0.2.2 |
540 | 2025-02-25T01:42:43.739Z | Checking h2 v0.4.6 |
541 | 2025-02-25T01:42:43.753Z | Compiling pest_derive v2.7.14 |
542 | 2025-02-25T01:42:44.123Z | Checking http-body-util v0.1.2 |
543 | 2025-02-25T01:42:44.403Z | Checking tokio-native-tls v0.3.1 |
544 | 2025-02-25T01:42:44.492Z | Checking icu_normalizer v1.5.0 |
545 | 2025-02-25T01:42:44.632Z | Checking serde_urlencoded v0.7.1 |
546 | 2025-02-25T01:42:44.683Z | Compiling regex v1.11.1 |
547 | 2025-02-25T01:42:45.325Z | Checking idna_adapter v1.2.0 |
548 | 2025-02-25T01:42:45.480Z | Compiling scroll_derive v0.12.0 |
549 | 2025-02-25T01:42:45.515Z | Checking idna v1.0.3 |
550 | 2025-02-25T01:42:45.634Z | Compiling dof v0.3.0 |
551 | 2025-02-25T01:42:45.936Z | Compiling dtrace-parser v0.2.0 |
552 | 2025-02-25T01:42:46.032Z | Checking url v2.5.3 |
553 | 2025-02-25T01:42:46.664Z | Checking tokio-rustls v0.26.0 |
554 | 2025-02-25T01:42:46.828Z | Checking tower v0.5.2 |
555 | 2025-02-25T01:42:46.946Z | Checking scroll v0.12.0 |
556 | 2025-02-25T01:42:47.046Z | Compiling typify-impl v0.2.0 |
557 | 2025-02-25T01:42:47.435Z | Compiling paste v1.0.15 |
558 | 2025-02-25T01:42:47.506Z | Checking ipnet v2.10.1 |
559 | 2025-02-25T01:42:47.802Z | Compiling crossbeam-utils v0.8.20 |
560 | 2025-02-25T01:42:47.991Z | Checking plain v0.2.3 |
561 | 2025-02-25T01:42:48.144Z | Checking hyper v1.5.2 |
562 | 2025-02-25T01:42:48.315Z | Compiling ident_case v1.0.1 |
563 | 2025-02-25T01:42:48.382Z | Checking num_threads v0.1.7 |
564 | 2025-02-25T01:42:48.496Z | Compiling darling_core v0.20.10 |
565 | 2025-02-25T01:42:48.510Z | Checking time v0.3.36 |
566 | 2025-02-25T01:42:50.169Z | Checking goblin v0.8.2 |
567 | 2025-02-25T01:42:50.194Z | Checking hyper-util v0.1.10 |
568 | 2025-02-25T01:42:51.119Z | Compiling openapiv3 v2.0.0 |
569 | 2025-02-25T01:42:51.921Z | Checking hyper-tls v0.6.0 |
570 | 2025-02-25T01:42:52.217Z | Checking hyper-rustls v0.27.3 |
571 | 2025-02-25T01:42:52.408Z | Checking dirs-sys-next v0.1.2 |
572 | 2025-02-25T01:42:52.555Z | Checking reqwest v0.12.12 |
573 | 2025-02-25T01:42:52.751Z | Compiling newtype-uuid v1.2.1 |
574 | 2025-02-25T01:42:53.053Z | Compiling omicron-workspace-hack v0.1.0 |
575 | 2025-02-25T01:42:53.141Z | Compiling rustversion v1.0.17 |
576 | 2025-02-25T01:42:53.428Z | Compiling unsafe-libyaml v0.2.11 |
577 | 2025-02-25T01:42:53.817Z | Checking pretty-hex v0.4.1 |
578 | 2025-02-25T01:42:53.839Z | Compiling rustls v0.22.4 |
579 | 2025-02-25T01:42:54.032Z | Compiling darling_macro v0.20.10 |
580 | 2025-02-25T01:42:54.199Z | Checking dirs-next v2.0.0 |
581 | 2025-02-25T01:42:54.747Z | Compiling serde_yaml v0.9.34+deprecated |
582 | 2025-02-25T01:42:55.020Z | Checking ipnetwork v0.21.1 |
583 | 2025-02-25T01:42:55.147Z | Checking serde_spanned v0.6.8 |
584 | 2025-02-25T01:42:55.162Z | Checking toml_datetime v0.6.8 |
585 | 2025-02-25T01:42:55.351Z | Checking ppv-lite86 v0.2.20 |
586 | 2025-02-25T01:42:55.364Z | Checking crypto-common v0.1.6 |
587 | 2025-02-25T01:42:55.401Z | Checking block-buffer v0.10.4 |
588 | 2025-02-25T01:42:55.415Z | Compiling structmeta-derive v0.3.0 |
589 | 2025-02-25T01:42:55.436Z | Checking rand_core v0.6.4 |
590 | 2025-02-25T01:42:55.609Z | Checking thread_local v1.1.8 |
591 | 2025-02-25T01:42:55.642Z | Compiling multer v3.1.0 |
592 | 2025-02-25T01:42:55.747Z | Checking match_cfg v0.1.0 |
593 | 2025-02-25T01:42:55.844Z | Compiling thiserror v2.0.11 |
594 | 2025-02-25T01:42:55.905Z | Compiling camino v1.1.9 |
595 | 2025-02-25T01:42:55.923Z | Compiling anyhow v1.0.96 |
596 | 2025-02-25T01:42:56.036Z | Compiling slog-async v2.8.0 |
597 | 2025-02-25T01:42:56.113Z | Checking winnow v0.6.20 |
598 | 2025-02-25T01:42:56.564Z | Checking rand_chacha v0.3.1 |
599 | 2025-02-25T01:42:56.854Z | Checking hostname v0.3.1 |
600 | 2025-02-25T01:42:56.890Z | Checking digest v0.10.7 |
601 | 2025-02-25T01:42:56.910Z | Checking oxnet v0.1.0 |
602 | 2025-02-25T01:42:56.991Z | Checking crossbeam-channel v0.5.13 |
603 | 2025-02-25T01:42:57.225Z | Compiling darling v0.20.10 |
604 | 2025-02-25T01:42:57.268Z | Checking term v0.7.0 |
605 | 2025-02-25T01:42:57.725Z | Checking progenitor-client v0.8.0 |
606 | 2025-02-25T01:42:57.743Z | Compiling usdt-macro v0.5.0 |
607 | 2025-02-25T01:42:57.854Z | Compiling structmeta v0.3.0 |
608 | 2025-02-25T01:42:57.936Z | Compiling usdt-attr-macro v0.5.0 |
609 | 2025-02-25T01:42:58.035Z | Checking slog-json v2.6.1 |
610 | 2025-02-25T01:42:58.236Z | Checking futures-executor v0.3.31 |
611 | 2025-02-25T01:42:58.317Z | Compiling daft-derive v0.1.1 |
612 | 2025-02-25T01:42:58.482Z | Compiling async-stream-impl v0.3.6 |
613 | 2025-02-25T01:42:58.618Z | Compiling typify-macro v0.2.0 |
614 | 2025-02-25T01:42:58.798Z | Compiling thiserror-impl v2.0.11 |
615 | 2025-02-25T01:42:59.016Z | Checking is-terminal v0.4.13 |
616 | 2025-02-25T01:42:59.059Z | Checking toml_edit v0.22.22 |
617 | 2025-02-25T01:42:59.146Z | Checking memmap v0.7.0 |
618 | 2025-02-25T01:42:59.374Z | Compiling dropshot v0.15.1 |
619 | 2025-02-25T01:42:59.376Z | Checking cpufeatures v0.2.14 |
620 | 2025-02-25T01:42:59.485Z | Checking take_mut v0.2.2 |
621 | 2025-02-25T01:42:59.638Z | Checking spin v0.9.8 |
622 | 2025-02-25T01:42:59.683Z | Checking async-stream v0.3.6 |
623 | 2025-02-25T01:42:59.847Z | Checking daft v0.1.1 |
624 | 2025-02-25T01:42:59.889Z | Checking sha1 v0.10.6 |
625 | 2025-02-25T01:43:00.145Z | Checking usdt v0.5.0 |
626 | 2025-02-25T01:43:00.174Z | Checking slog-term v2.9.1 |
627 | 2025-02-25T01:43:00.194Z | Compiling strum_macros v0.26.4 |
628 | 2025-02-25T01:43:00.278Z | Checking futures v0.3.31 |
629 | 2025-02-25T01:43:00.387Z | Checking slog-bunyan v2.5.0 |
630 | 2025-02-25T01:43:00.399Z | Compiling parse-display-derive v0.10.0 |
631 | 2025-02-25T01:43:00.562Z | Compiling serde_with_macros v3.11.0 |
632 | 2025-02-25T01:43:00.680Z | Checking rand v0.8.5 |
633 | 2025-02-25T01:43:00.823Z | Checking tokio-rustls v0.25.0 |
634 | 2025-02-25T01:43:01.759Z | Checking toml v0.8.19 |
635 | 2025-02-25T01:43:01.903Z | Compiling dropshot_endpoint v0.15.1 |
636 | 2025-02-25T01:43:01.917Z | Checking hex v0.4.3 |
637 | 2025-02-25T01:43:01.942Z | Compiling typify v0.2.0 |
638 | 2025-02-25T01:43:02.073Z | Compiling progenitor-impl v0.8.0 |
639 | 2025-02-25T01:43:02.417Z | Checking serde_path_to_error v0.1.16 |
640 | 2025-02-25T01:43:02.516Z | Compiling async-trait v0.1.86 |
641 | 2025-02-25T01:43:03.017Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
642 | 2025-02-25T01:43:03.044Z | Checking waitgroup v0.1.2 |
643 | 2025-02-25T01:43:03.196Z | Checking hostname v0.4.0 |
644 | 2025-02-25T01:43:03.335Z | Checking instant v0.1.13 |
645 | 2025-02-25T01:43:03.459Z | Checking debug-ignore v1.0.5 |
646 | 2025-02-25T01:43:03.610Z | Checking backoff v0.4.0 |
647 | 2025-02-25T01:43:03.877Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
648 | 2025-02-25T01:43:03.916Z | Checking serde_with v3.11.0 |
649 | 2025-02-25T01:43:04.026Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
650 | 2025-02-25T01:43:04.040Z | Checking parse-display v0.10.0 |
651 | 2025-02-25T01:43:04.179Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
652 | 2025-02-25T01:43:04.271Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
653 | 2025-02-25T01:43:04.398Z | Checking strum v0.26.3 |
654 | 2025-02-25T01:43:04.410Z | Checking progenitor-client v0.9.1 |
655 | 2025-02-25T01:43:04.557Z | Checking regress v0.9.1 |
656 | 2025-02-25T01:43:04.683Z | Checking macaddr v1.0.1 |
657 | 2025-02-25T01:43:05.631Z | Compiling progenitor-macro v0.8.0 |
658 | 2025-02-25T01:43:09.395Z | Checking progenitor v0.8.0 |
659 | 2025-02-25T01:43:09.511Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
660 | 2025-02-25T01:43:12.528Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
661 | 2025-02-25T01:43:20.650Z | Checking test-project v0.1.0 (/tmp/test-project) |
662 | 2025-02-25T01:43:20.719Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s |
663 | 2025-02-25T01:43:20.856Z | + cargo build --release |
664 | 2025-02-25T01:43:21.131Z | Compiling proc-macro2 v1.0.93 |
665 | 2025-02-25T01:43:21.131Z | Compiling unicode-ident v1.0.14 |
666 | 2025-02-25T01:43:21.131Z | Compiling libc v0.2.170 |
667 | 2025-02-25T01:43:21.131Z | Compiling cfg-if v1.0.0 |
668 | 2025-02-25T01:43:21.133Z | Compiling autocfg v1.4.0 |
669 | 2025-02-25T01:43:21.133Z | Compiling serde v1.0.218 |
670 | 2025-02-25T01:43:21.177Z | Compiling version_check v0.9.5 |
671 | 2025-02-25T01:43:21.180Z | Compiling memchr v2.7.4 |
672 | 2025-02-25T01:43:21.280Z | Compiling serde_json v1.0.139 |
673 | 2025-02-25T01:43:21.341Z | Compiling itoa v1.0.11 |
674 | 2025-02-25T01:43:21.653Z | Compiling thiserror v1.0.69 |
675 | 2025-02-25T01:43:21.733Z | Compiling once_cell v1.20.3 |
676 | 2025-02-25T01:43:21.757Z | Compiling shlex v1.3.0 |
677 | 2025-02-25T01:43:21.922Z | Compiling pin-project-lite v0.2.14 |
678 | 2025-02-25T01:43:22.055Z | Compiling cc v1.2.15 |
679 | 2025-02-25T01:43:22.147Z | Compiling num-traits v0.2.19 |
680 | 2025-02-25T01:43:22.241Z | Compiling smallvec v1.14.0 |
681 | 2025-02-25T01:43:22.546Z | Compiling getrandom v0.2.15 |
682 | 2025-02-25T01:43:22.660Z | Compiling bytes v1.9.0 |
683 | 2025-02-25T01:43:22.885Z | Compiling quote v1.0.38 |
684 | 2025-02-25T01:43:22.928Z | Compiling ryu v1.0.18 |
685 | 2025-02-25T01:43:22.976Z | Compiling semver v1.0.25 |
686 | 2025-02-25T01:43:23.066Z | Compiling futures-core v0.3.31 |
687 | 2025-02-25T01:43:23.324Z | Compiling syn v2.0.96 |
688 | 2025-02-25T01:43:23.376Z | Compiling lock_api v0.4.12 |
689 | 2025-02-25T01:43:23.464Z | Compiling parking_lot_core v0.9.10 |
690 | 2025-02-25T01:43:23.556Z | Compiling scopeguard v1.2.0 |
691 | 2025-02-25T01:43:23.720Z | Compiling slab v0.4.9 |
692 | 2025-02-25T01:43:23.733Z | Compiling ahash v0.8.11 |
693 | 2025-02-25T01:43:24.134Z | Compiling futures-sink v0.3.31 |
694 | 2025-02-25T01:43:24.142Z | Compiling byteorder v1.5.0 |
695 | 2025-02-25T01:43:24.300Z | Compiling socket2 v0.5.8 |
696 | 2025-02-25T01:43:24.333Z | Compiling parking_lot v0.12.3 |
697 | 2025-02-25T01:43:24.384Z | Compiling signal-hook-registry v1.4.2 |
698 | 2025-02-25T01:43:24.469Z | Compiling mio v1.0.2 |
699 | 2025-02-25T01:43:24.795Z | Compiling log v0.4.22 |
700 | 2025-02-25T01:43:25.130Z | Compiling stable_deref_trait v1.2.0 |
701 | 2025-02-25T01:43:25.243Z | Compiling ring v0.17.11 |
702 | 2025-02-25T01:43:25.251Z | Compiling futures-channel v0.3.31 |
703 | 2025-02-25T01:43:25.369Z | Compiling futures-task v0.3.31 |
704 | 2025-02-25T01:43:25.688Z | Compiling futures-io v0.3.31 |
705 | 2025-02-25T01:43:25.713Z | Compiling fnv v1.0.7 |
706 | 2025-02-25T01:43:25.866Z | Compiling hashbrown v0.15.1 |
707 | 2025-02-25T01:43:25.952Z | Compiling equivalent v1.0.1 |
708 | 2025-02-25T01:43:26.041Z | Compiling pin-utils v0.1.0 |
709 | 2025-02-25T01:43:26.069Z | Compiling http v1.2.0 |
710 | 2025-02-25T01:43:26.131Z | Compiling rustls-pki-types v1.10.0 |
711 | 2025-02-25T01:43:26.200Z | Compiling vcpkg v0.2.15 |
712 | 2025-02-25T01:43:26.319Z | Compiling pkg-config v0.3.31 |
713 | 2025-02-25T01:43:27.342Z | Compiling iana-time-zone v0.1.61 |
714 | 2025-02-25T01:43:27.384Z | Compiling litemap v0.7.3 |
715 | 2025-02-25T01:43:27.620Z | Compiling openssl-sys v0.9.106 |
716 | 2025-02-25T01:43:27.826Z | Compiling writeable v0.5.5 |
717 | 2025-02-25T01:43:27.973Z | Compiling untrusted v0.9.0 |
718 | 2025-02-25T01:43:28.102Z | Compiling schemars v0.8.21 |
719 | 2025-02-25T01:43:28.179Z | Compiling httparse v1.9.5 |
720 | 2025-02-25T01:43:28.516Z | Compiling heck v0.5.0 |
721 | 2025-02-25T01:43:28.886Z | Compiling tracing-core v0.1.32 |
722 | 2025-02-25T01:43:28.908Z | Compiling ucd-trie v0.1.7 |
723 | 2025-02-25T01:43:28.916Z | Compiling dyn-clone v1.0.18 |
724 | 2025-02-25T01:43:28.975Z | Compiling atomic-waker v1.1.2 |
725 | 2025-02-25T01:43:29.188Z | Compiling http-body v1.0.1 |
726 | 2025-02-25T01:43:29.434Z | Compiling subtle v2.6.1 |
727 | 2025-02-25T01:43:29.674Z | Compiling tracing v0.1.40 |
728 | 2025-02-25T01:43:29.689Z | Compiling icu_locid_transform_data v1.5.0 |
729 | 2025-02-25T01:43:30.018Z | Compiling try-lock v0.2.5 |
730 | 2025-02-25T01:43:30.192Z | Compiling zeroize v1.8.1 |
731 | 2025-02-25T01:43:30.339Z | Compiling allocator-api2 v0.2.18 |
732 | 2025-02-25T01:43:30.544Z | Compiling want v0.3.1 |
733 | 2025-02-25T01:43:31.070Z | Compiling chrono v0.4.39 |
734 | 2025-02-25T01:43:31.088Z | Compiling synstructure v0.13.1 |
735 | 2025-02-25T01:43:31.088Z | Compiling serde_derive_internals v0.29.1 |
736 | 2025-02-25T01:43:31.088Z | Compiling icu_properties_data v1.5.0 |
737 | 2025-02-25T01:43:31.154Z | Compiling tower-service v0.3.3 |
738 | 2025-02-25T01:43:31.288Z | Compiling httpdate v1.0.3 |
739 | 2025-02-25T01:43:31.324Z | Compiling foreign-types-shared v0.1.1 |
740 | 2025-02-25T01:43:31.572Z | Compiling uuid v1.12.0 |
741 | 2025-02-25T01:43:32.018Z | Compiling openssl v0.10.71 |
742 | 2025-02-25T01:43:32.166Z | Compiling foreign-types v0.3.2 |
743 | 2025-02-25T01:43:32.585Z | Compiling percent-encoding v2.3.1 |
744 | 2025-02-25T01:43:32.900Z | Compiling write16 v1.0.0 |
745 | 2025-02-25T01:43:32.932Z | Compiling native-tls v0.2.12 |
746 | 2025-02-25T01:43:33.041Z | Compiling rustls v0.23.19 |
747 | 2025-02-25T01:43:33.086Z | Compiling slog v2.7.0 |
748 | 2025-02-25T01:43:33.354Z | Compiling utf8_iter v1.0.4 |
749 | 2025-02-25T01:43:33.404Z | Compiling utf16_iter v1.0.5 |
750 | 2025-02-25T01:43:33.614Z | Compiling bitflags v2.6.0 |
751 | 2025-02-25T01:43:33.626Z | Compiling icu_normalizer_data v1.5.0 |
752 | 2025-02-25T01:43:33.657Z | Compiling form_urlencoded v1.2.1 |
753 | 2025-02-25T01:43:33.725Z | Compiling aho-corasick v1.1.3 |
754 | 2025-02-25T01:43:34.166Z | Compiling regex-syntax v0.8.5 |
755 | 2025-02-25T01:43:34.168Z | Compiling openssl-probe v0.1.5 |
756 | 2025-02-25T01:43:34.699Z | Compiling typenum v1.17.0 |
757 | 2025-02-25T01:43:34.942Z | Compiling serde_derive v1.0.218 |
758 | 2025-02-25T01:43:35.068Z | Compiling zerocopy-derive v0.7.35 |
759 | 2025-02-25T01:43:35.692Z | Compiling thiserror-impl v1.0.69 |
760 | 2025-02-25T01:43:36.056Z | Compiling schemars_derive v0.8.21 |
761 | 2025-02-25T01:43:36.740Z | Compiling zerofrom-derive v0.1.4 |
762 | 2025-02-25T01:43:37.014Z | Compiling zerocopy v0.7.35 |
763 | 2025-02-25T01:43:37.618Z | Compiling tokio-macros v2.5.0 |
764 | 2025-02-25T01:43:38.620Z | Compiling yoke-derive v0.7.4 |
765 | 2025-02-25T01:43:38.973Z | Compiling zerovec-derive v0.10.3 |
766 | 2025-02-25T01:43:39.148Z | Compiling tokio v1.43.0 |
767 | 2025-02-25T01:43:39.551Z | Compiling futures-macro v0.3.31 |
768 | 2025-02-25T01:43:39.814Z | Compiling zerofrom v0.1.4 |
769 | 2025-02-25T01:43:39.955Z | Compiling displaydoc v0.2.5 |
770 | 2025-02-25T01:43:41.094Z | Compiling yoke v0.7.4 |
771 | 2025-02-25T01:43:41.414Z | Compiling futures-util v0.3.31 |
772 | 2025-02-25T01:43:41.457Z | Compiling zerovec v0.10.4 |
773 | 2025-02-25T01:43:41.465Z | Compiling icu_provider_macros v1.5.0 |
774 | 2025-02-25T01:43:41.495Z | Compiling pest v2.7.14 |
775 | 2025-02-25T01:43:44.298Z | Compiling tinystr v0.7.6 |
776 | 2025-02-25T01:43:44.475Z | Compiling rustls-webpki v0.102.8 |
777 | 2025-02-25T01:43:44.736Z | Compiling icu_locid v1.5.0 |
778 | 2025-02-25T01:43:47.882Z | Compiling icu_provider v1.5.0 |
779 | 2025-02-25T01:43:49.310Z | Compiling indexmap v2.7.1 |
780 | 2025-02-25T01:43:50.274Z | Compiling serde_tokenstream v0.2.2 |
781 | 2025-02-25T01:43:51.071Z | Compiling tokio-util v0.7.12 |
782 | 2025-02-25T01:43:52.619Z | Compiling h2 v0.4.6 |
783 | 2025-02-25T01:43:52.720Z | Compiling icu_locid_transform v1.5.0 |
784 | 2025-02-25T01:43:52.856Z | Compiling hashbrown v0.14.5 |
785 | 2025-02-25T01:43:53.351Z | Compiling pest_meta v2.7.14 |
786 | 2025-02-25T01:43:54.748Z | Compiling icu_collections v1.5.0 |
787 | 2025-02-25T01:43:57.011Z | Compiling icu_properties v1.5.1 |
788 | 2025-02-25T01:43:57.512Z | Compiling pest_generator v2.7.14 |
789 | 2025-02-25T01:43:58.743Z | Compiling hyper v1.5.2 |
790 | 2025-02-25T01:43:59.273Z | Compiling regress v0.10.1 |
791 | 2025-02-25T01:44:02.623Z | Compiling openssl-macros v0.1.1 |
792 | 2025-02-25T01:44:03.713Z | Compiling typify-impl v0.2.0 |
793 | 2025-02-25T01:44:03.969Z | Compiling hyper-util v0.1.10 |
794 | 2025-02-25T01:44:07.080Z | Compiling icu_normalizer v1.5.0 |
795 | 2025-02-25T01:44:08.962Z | Compiling pest_derive v2.7.14 |
796 | 2025-02-25T01:44:11.044Z | Compiling idna_adapter v1.2.0 |
797 | 2025-02-25T01:44:11.261Z | Compiling http-body-util v0.1.2 |
798 | 2025-02-25T01:44:11.302Z | Compiling regex-automata v0.4.8 |
799 | 2025-02-25T01:44:11.913Z | Compiling generic-array v0.14.7 |
800 | 2025-02-25T01:44:12.304Z | Compiling encoding_rs v0.8.34 |
801 | 2025-02-25T01:44:12.898Z | Compiling mime v0.3.17 |
802 | 2025-02-25T01:44:14.144Z | Compiling typify-macro v0.2.0 |
803 | 2025-02-25T01:44:15.190Z | Compiling idna v1.0.3 |
804 | 2025-02-25T01:44:15.992Z | Compiling regex v1.11.1 |
805 | 2025-02-25T01:44:16.893Z | Compiling tokio-native-tls v0.3.1 |
806 | 2025-02-25T01:44:17.215Z | Compiling tokio-rustls v0.26.0 |
807 | 2025-02-25T01:44:17.612Z | Compiling serde_urlencoded v0.7.1 |
808 | 2025-02-25T01:44:17.716Z | Compiling scroll_derive v0.12.0 |
809 | 2025-02-25T01:44:17.746Z | Compiling rustls-pemfile v2.2.0 |
810 | 2025-02-25T01:44:18.394Z | Compiling webpki-roots v0.26.6 |
811 | 2025-02-25T01:44:18.404Z | Compiling sync_wrapper v1.0.1 |
812 | 2025-02-25T01:44:18.404Z | Compiling usdt-impl v0.5.0 |
813 | 2025-02-25T01:44:18.404Z | Compiling tower-layer v0.3.3 |
814 | 2025-02-25T01:44:18.780Z | Compiling powerfmt v0.2.0 |
815 | 2025-02-25T01:44:18.808Z | Compiling time-core v0.1.2 |
816 | 2025-02-25T01:44:19.243Z | Compiling num-conv v0.1.0 |
817 | 2025-02-25T01:44:19.268Z | Compiling base64 v0.22.1 |
818 | 2025-02-25T01:44:19.513Z | Compiling time-macros v0.2.18 |
819 | 2025-02-25T01:44:20.420Z | Compiling scroll v0.12.0 |
820 | 2025-02-25T01:44:20.859Z | Compiling deranged v0.3.11 |
821 | 2025-02-25T01:44:21.219Z | Compiling tower v0.5.2 |
822 | 2025-02-25T01:44:22.208Z | Compiling hyper-rustls v0.27.3 |
823 | 2025-02-25T01:44:22.402Z | Compiling hyper-tls v0.6.0 |
824 | 2025-02-25T01:44:22.631Z | Compiling url v2.5.3 |
825 | 2025-02-25T01:44:23.889Z | Compiling thread-id v4.2.2 |
826 | 2025-02-25T01:44:24.286Z | Compiling dtrace-parser v0.2.0 |
827 | 2025-02-25T01:44:25.894Z | Compiling dof v0.3.0 |
828 | 2025-02-25T01:44:26.728Z | Compiling num_threads v0.1.7 |
829 | 2025-02-25T01:44:26.867Z | Compiling ident_case v1.0.1 |
830 | 2025-02-25T01:44:27.054Z | Compiling ipnet v2.10.1 |
831 | 2025-02-25T01:44:28.839Z | Compiling strsim v0.11.1 |
832 | 2025-02-25T01:44:30.174Z | Compiling omicron-workspace-hack v0.1.0 |
833 | 2025-02-25T01:44:30.833Z | Compiling plain v0.2.3 |
834 | 2025-02-25T01:44:31.034Z | Compiling crossbeam-utils v0.8.20 |
835 | 2025-02-25T01:44:31.878Z | Compiling paste v1.0.15 |
836 | 2025-02-25T01:44:32.616Z | Compiling time v0.3.36 |
837 | 2025-02-25T01:44:33.041Z | Compiling goblin v0.8.2 |
838 | 2025-02-25T01:44:36.954Z | Compiling darling_core v0.20.10 |
839 | 2025-02-25T01:44:39.690Z | Compiling reqwest v0.12.12 |
840 | 2025-02-25T01:44:41.870Z | Compiling typify v0.2.0 |
841 | 2025-02-25T01:44:41.997Z | Compiling openapiv3 v2.0.0 |
842 | 2025-02-25T01:44:42.483Z | Compiling dirs-sys-next v0.1.2 |
843 | 2025-02-25T01:44:44.106Z | Compiling pretty-hex v0.4.1 |
844 | 2025-02-25T01:44:44.361Z | Compiling rustls v0.22.4 |
845 | 2025-02-25T01:44:44.750Z | Compiling rustversion v1.0.17 |
846 | 2025-02-25T01:44:45.436Z | Compiling newtype-uuid v1.2.1 |
847 | 2025-02-25T01:44:45.846Z | Compiling unsafe-libyaml v0.2.11 |
848 | 2025-02-25T01:44:46.103Z | Compiling progenitor-impl v0.8.0 |
849 | 2025-02-25T01:44:47.568Z | Compiling serde_yaml v0.9.34+deprecated |
850 | 2025-02-25T01:44:51.129Z | Compiling dirs-next v2.0.0 |
851 | 2025-02-25T01:44:51.398Z | Compiling darling_macro v0.20.10 |
852 | 2025-02-25T01:44:54.423Z | Compiling crypto-common v0.1.6 |
853 | 2025-02-25T01:44:54.650Z | Compiling block-buffer v0.10.4 |
854 | 2025-02-25T01:44:54.659Z | Compiling ipnetwork v0.21.1 |
855 | 2025-02-25T01:44:54.909Z | Compiling serde_spanned v0.6.8 |
856 | 2025-02-25T01:44:55.170Z | Compiling toml_datetime v0.6.8 |
857 | 2025-02-25T01:44:55.346Z | Compiling ppv-lite86 v0.2.20 |
858 | 2025-02-25T01:44:55.884Z | Compiling structmeta-derive v0.3.0 |
859 | 2025-02-25T01:44:56.230Z | Compiling rand_core v0.6.4 |
860 | 2025-02-25T01:44:56.837Z | Compiling thread_local v1.1.8 |
861 | 2025-02-25T01:44:57.096Z | Compiling multer v3.1.0 |
862 | 2025-02-25T01:44:57.498Z | Compiling winnow v0.6.20 |
863 | 2025-02-25T01:44:57.620Z | Compiling slog-async v2.8.0 |
864 | 2025-02-25T01:44:58.150Z | Compiling camino v1.1.9 |
865 | 2025-02-25T01:44:58.328Z | Compiling anyhow v1.0.96 |
866 | 2025-02-25T01:44:58.488Z | Compiling match_cfg v0.1.0 |
867 | 2025-02-25T01:44:58.582Z | Compiling thiserror v2.0.11 |
868 | 2025-02-25T01:44:58.815Z | Compiling hostname v0.3.1 |
869 | 2025-02-25T01:44:58.987Z | Compiling structmeta v0.3.0 |
870 | 2025-02-25T01:44:59.336Z | Compiling rand_chacha v0.3.1 |
871 | 2025-02-25T01:44:59.360Z | Compiling oxnet v0.1.0 |
872 | 2025-02-25T01:44:59.386Z | Compiling digest v0.10.7 |
873 | 2025-02-25T01:44:59.578Z | Compiling crossbeam-channel v0.5.13 |
874 | 2025-02-25T01:44:59.789Z | Compiling darling v0.20.10 |
875 | 2025-02-25T01:45:01.135Z | Compiling progenitor-macro v0.8.0 |
876 | 2025-02-25T01:45:01.302Z | Compiling toml_edit v0.22.22 |
877 | 2025-02-25T01:45:02.005Z | Compiling term v0.7.0 |
878 | 2025-02-25T01:45:08.216Z | Compiling progenitor-client v0.8.0 |
879 | 2025-02-25T01:45:09.165Z | Compiling usdt-macro v0.5.0 |
880 | 2025-02-25T01:45:10.568Z | Compiling usdt-attr-macro v0.5.0 |
881 | 2025-02-25T01:45:10.818Z | Compiling slog-json v2.6.1 |
882 | 2025-02-25T01:45:11.351Z | Compiling futures-executor v0.3.31 |
883 | 2025-02-25T01:45:11.936Z | Compiling daft-derive v0.1.1 |
884 | 2025-02-25T01:45:12.190Z | Compiling async-stream-impl v0.3.6 |
885 | 2025-02-25T01:45:12.484Z | Compiling thiserror-impl v2.0.11 |
886 | 2025-02-25T01:45:13.530Z | Compiling is-terminal v0.4.13 |
887 | 2025-02-25T01:45:13.548Z | Compiling memmap v0.7.0 |
888 | 2025-02-25T01:45:13.667Z | Compiling dropshot v0.15.1 |
889 | 2025-02-25T01:45:13.974Z | Compiling take_mut v0.2.2 |
890 | 2025-02-25T01:45:14.068Z | Compiling spin v0.9.8 |
891 | 2025-02-25T01:45:14.150Z | Compiling cpufeatures v0.2.14 |
892 | 2025-02-25T01:45:14.267Z | Compiling sha1 v0.10.6 |
893 | 2025-02-25T01:45:15.773Z | Compiling usdt v0.5.0 |
894 | 2025-02-25T01:45:17.081Z | Compiling slog-term v2.9.1 |
895 | 2025-02-25T01:45:17.262Z | Compiling async-stream v0.3.6 |
896 | 2025-02-25T01:45:17.638Z | Compiling daft v0.1.1 |
897 | 2025-02-25T01:45:18.147Z | Compiling progenitor v0.8.0 |
898 | 2025-02-25T01:45:18.350Z | Compiling futures v0.3.31 |
899 | 2025-02-25T01:45:18.479Z | Compiling slog-bunyan v2.5.0 |
900 | 2025-02-25T01:45:18.566Z | Compiling tokio-rustls v0.25.0 |
901 | 2025-02-25T01:45:18.816Z | Compiling strum_macros v0.26.4 |
902 | 2025-02-25T01:45:19.028Z | Compiling toml v0.8.19 |
903 | 2025-02-25T01:45:19.973Z | Compiling serde_with_macros v3.11.0 |
904 | 2025-02-25T01:45:22.570Z | Compiling rand v0.8.5 |
905 | 2025-02-25T01:45:24.398Z | Compiling parse-display-derive v0.10.0 |
906 | 2025-02-25T01:45:24.822Z | Compiling dropshot_endpoint v0.15.1 |
907 | 2025-02-25T01:45:25.805Z | Compiling hex v0.4.3 |
908 | 2025-02-25T01:45:25.814Z | Compiling serde_path_to_error v0.1.16 |
909 | 2025-02-25T01:45:26.493Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
910 | 2025-02-25T01:45:26.627Z | Compiling async-trait v0.1.86 |
911 | 2025-02-25T01:45:26.844Z | Compiling waitgroup v0.1.2 |
912 | 2025-02-25T01:45:27.101Z | Compiling hostname v0.4.0 |
913 | 2025-02-25T01:45:27.383Z | Compiling instant v0.1.13 |
914 | 2025-02-25T01:45:27.406Z | Compiling debug-ignore v1.0.5 |
915 | 2025-02-25T01:45:27.554Z | Compiling backoff v0.4.0 |
916 | 2025-02-25T01:45:27.573Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
917 | 2025-02-25T01:45:27.797Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
918 | 2025-02-25T01:45:27.974Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
919 | 2025-02-25T01:45:28.006Z | Compiling strum v0.26.3 |
920 | 2025-02-25T01:45:28.193Z | Compiling parse-display v0.10.0 |
921 | 2025-02-25T01:45:28.204Z | Compiling serde_with v3.11.0 |
922 | 2025-02-25T01:45:28.891Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
923 | 2025-02-25T01:45:29.748Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
924 | 2025-02-25T01:45:30.295Z | Compiling progenitor-client v0.9.1 |
925 | 2025-02-25T01:45:30.572Z | Compiling regress v0.9.1 |
926 | 2025-02-25T01:45:31.331Z | Compiling macaddr v1.0.1 |
927 | 2025-02-25T01:45:38.998Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
928 | 2025-02-25T01:45:49.769Z | Compiling test-project v0.1.0 (/tmp/test-project) |
929 | 2025-02-25T01:46:00.031Z | Finished `release` profile [optimized] target(s) in 2m 39s |
930 | 2025-02-25T01:46:00.102Z | process exited: duration 229714 ms, exit code 0 |
|
931 | 2025-02-25T01:46:00.109Z | found 0 output files |