|
|
|
1 | 2025-03-25T21:07:07.127Z | job assigned to worker 01JQ7J10K1NAJH93NDBPY6S4R0 [factory aws, i-0c59cf1068e0b0fe0] (queued for 1 m 5 s) |
|
2 | 2025-03-25T21:07:15.556Z | starting task 0: "setup" |
3 | 2025-03-25T21:07:15.563Z | ++ uname -s |
4 | 2025-03-25T21:07:15.567Z | + kern=SunOS |
5 | 2025-03-25T21:07:15.567Z | + build_user=build |
6 | 2025-03-25T21:07:15.567Z | + build_uid=12345 |
7 | 2025-03-25T21:07:15.567Z | + work_dir=/work |
8 | 2025-03-25T21:07:15.567Z | + input_dir=/input |
9 | 2025-03-25T21:07:15.567Z | + [[ 0 == 12345 ]] |
10 | 2025-03-25T21:07:15.567Z | + case "$kern" in |
11 | 2025-03-25T21:07:15.567Z | + groupadd -g 12345 build |
12 | 2025-03-25T21:07:15.570Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-03-25T21:07:17.575Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-03-25T21:07:17.695Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-03-25T21:07:17.699Z | + home_fs=zfs |
16 | 2025-03-25T21:07:17.699Z | + [[ zfs == autofs ]] |
17 | 2025-03-25T21:07:17.699Z | + mkdir -p /home/build |
18 | 2025-03-25T21:07:17.702Z | + chown build:build /home/build /work |
19 | 2025-03-25T21:07:19.702Z | + chmod 0700 /home/build /work |
20 | 2025-03-25T21:07:19.706Z | process exited: duration 4148 ms, exit code 0 |
|
21 | 2025-03-25T21:07:19.713Z | starting task 1: "rust-toolchain" |
22 | 2025-03-25T21:07:19.718Z | + printf ' * rust toolchain channel = "%s"\n' 1.85.0 |
23 | 2025-03-25T21:07:19.718Z | * rust toolchain channel = "1.85.0" |
24 | 2025-03-25T21:07:19.718Z | + printf ' * rust toolchain profile = "%s"\n' default |
25 | 2025-03-25T21:07:19.718Z | * rust toolchain profile = "default" |
26 | 2025-03-25T21:07:19.718Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-03-25T21:07:19.718Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-03-25T21:07:19.722Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-03-25T21:07:19.722Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default |
30 | 2025-03-25T21:07:19.822Z | info: downloading installer |
31 | 2025-03-25T21:07:21.262Z | warn: It looks like you have an existing installation of Rust at: |
32 | 2025-03-25T21:07:21.262Z | warn: /opt/ooce/bin |
33 | 2025-03-25T21:07:21.263Z | warn: It is recommended that rustup be the primary Rust installation. |
34 | 2025-03-25T21:07:21.263Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
35 | 2025-03-25T21:07:21.263Z | warn: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-03-25T21:07:21.263Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-03-25T21:07:21.263Z | warn: or pass `-y' to ignore all ignorable checks. |
38 | 2025-03-25T21:07:21.263Z | error: cannot install while Rust is installed |
39 | 2025-03-25T21:07:21.263Z | warn: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-03-25T21:07:21.304Z | info: profile set to 'default' |
41 | 2025-03-25T21:07:21.304Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-03-25T21:07:21.308Z | info: syncing channel updates for '1.85.0-x86_64-unknown-illumos' |
43 | 2025-03-25T21:07:21.470Z | info: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17) |
44 | 2025-03-25T21:07:21.473Z | info: downloading component 'cargo' |
45 | 2025-03-25T21:07:22.554Z | info: downloading component 'clippy' |
46 | 2025-03-25T21:07:22.866Z | info: downloading component 'rust-docs' |
47 | 2025-03-25T21:07:24.011Z | info: downloading component 'rust-std' |
48 | 2025-03-25T21:07:26.312Z | info: downloading component 'rustc' |
49 | 2025-03-25T21:07:31.900Z | info: downloading component 'rustfmt' |
50 | 2025-03-25T21:07:32.236Z | info: installing component 'cargo' |
51 | 2025-03-25T21:07:33.063Z | info: installing component 'clippy' |
52 | 2025-03-25T21:07:33.448Z | info: installing component 'rust-docs' |
53 | 2025-03-25T21:07:35.208Z | info: installing component 'rust-std' |
54 | 2025-03-25T21:07:37.078Z | info: installing component 'rustc' |
55 | 2025-03-25T21:07:42.990Z | info: installing component 'rustfmt' |
56 | 2025-03-25T21:07:43.321Z | info: default toolchain set to '1.85.0-x86_64-unknown-illumos' |
57 | 2025-03-25T21:07:43.321Z | |
58 | 2025-03-25T21:07:43.686Z | 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17) |
59 | 2025-03-25T21:07:43.686Z | |
60 | 2025-03-25T21:07:43.690Z | |
61 | 2025-03-25T21:07:43.690Z | Rust is installed now. Great! |
62 | 2025-03-25T21:07:43.690Z | |
63 | 2025-03-25T21:07:43.690Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-03-25T21:07:43.690Z | environment variable. This has not been done automatically. |
65 | 2025-03-25T21:07:43.690Z | |
66 | 2025-03-25T21:07:43.690Z | To configure your current shell, you need to source |
67 | 2025-03-25T21:07:43.690Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-03-25T21:07:43.690Z | |
69 | 2025-03-25T21:07:43.690Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-03-25T21:07:43.690Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-03-25T21:07:43.690Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-03-25T21:07:43.690Z | source "$HOME/.cargo/env.nu" # For nushell |
73 | 2025-03-25T21:07:43.759Z | + rustup --version |
74 | 2025-03-25T21:07:43.769Z | rustup 1.28.1 (f9edccde0 2025-03-05) |
75 | 2025-03-25T21:07:43.772Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
76 | 2025-03-25T21:07:43.797Z | info: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)` |
77 | 2025-03-25T21:07:43.801Z | + cargo --version |
78 | 2025-03-25T21:07:43.818Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
79 | 2025-03-25T21:07:43.821Z | + rustc --version |
80 | 2025-03-25T21:07:43.846Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
81 | 2025-03-25T21:07:43.849Z | process exited: duration 24130 ms, exit code 0 |
|
82 | 2025-03-25T21:07:43.855Z | starting task 2: "authentication" |
83 | 2025-03-25T21:07:43.878Z | process exited: duration 22 ms, exit code 0 |
|
84 | 2025-03-25T21:07:43.884Z | starting task 3: "clone repository" |
85 | 2025-03-25T21:07:43.889Z | + mkdir -p /work/oxidecomputer/omicron |
86 | 2025-03-25T21:07:43.892Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
87 | 2025-03-25T21:07:44.147Z | Cloning into '/work/oxidecomputer/omicron'... |
88 | 2025-03-25T21:07:51.416Z | + cd /work/oxidecomputer/omicron |
89 | 2025-03-25T21:07:51.416Z | + git fetch origin b70751d98c98338cde209e6ab518e9005834d3dd |
90 | 2025-03-25T21:07:51.731Z | From https://github.com/oxidecomputer/omicron |
91 | 2025-03-25T21:07:51.731Z | * branch b70751d98c98338cde209e6ab518e9005834d3dd -> FETCH_HEAD |
92 | 2025-03-25T21:07:51.742Z | + [[ -n eliza/ereporter-api-2 ]] |
93 | 2025-03-25T21:07:51.745Z | ++ git branch --show-current |
94 | 2025-03-25T21:07:51.745Z | + current=main |
95 | 2025-03-25T21:07:51.745Z | + [[ main != eliza/ereporter-api-2 ]] |
96 | 2025-03-25T21:07:51.748Z | + git branch -f eliza/ereporter-api-2 b70751d98c98338cde209e6ab518e9005834d3dd |
97 | 2025-03-25T21:07:51.752Z | + git checkout -f eliza/ereporter-api-2 |
98 | 2025-03-25T21:07:51.939Z | Switched to branch 'eliza/ereporter-api-2' |
99 | 2025-03-25T21:07:51.942Z | + git reset --hard b70751d98c98338cde209e6ab518e9005834d3dd |
100 | 2025-03-25T21:07:51.987Z | HEAD is now at b70751d98 s/ereporter/ereport |
101 | 2025-03-25T21:07:51.991Z | process exited: duration 8103 ms, exit code 0 |
|
102 | 2025-03-25T21:07:51.998Z | starting task 4: "build" |
103 | 2025-03-25T21:07:52.003Z | + source .github/buildomat/ci-env.sh |
104 | 2025-03-25T21:07:52.003Z | ++ export CARGO_TERM_COLOR=always |
105 | 2025-03-25T21:07:52.003Z | ++ CARGO_TERM_COLOR=always |
106 | 2025-03-25T21:07:52.006Z | + cargo --version |
107 | 2025-03-25T21:07:52.057Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
108 | 2025-03-25T21:07:52.061Z | + rustc --version |
109 | 2025-03-25T21:07:52.127Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
110 | 2025-03-25T21:07:52.130Z | + cd /tmp |
111 | 2025-03-25T21:07:52.130Z | + cargo new --lib test-project |
112 | 2025-03-25T21:07:52.152Z | Creating library `test-project` package |
113 | 2025-03-25T21:07:52.237Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
114 | 2025-03-25T21:07:52.242Z | + cd test-project |
115 | 2025-03-25T21:07:52.242Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
116 | 2025-03-25T21:07:52.264Z | Adding omicron-common (local) to dependencies |
117 | 2025-03-25T21:07:52.264Z | Features: |
118 | 2025-03-25T21:07:52.264Z | - proptest |
119 | 2025-03-25T21:07:52.264Z | - test-strategy |
120 | 2025-03-25T21:07:52.264Z | - testing |
121 | 2025-03-25T21:07:52.295Z | Updating crates.io index |
122 | 2025-03-25T21:07:52.415Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
123 | 2025-03-25T21:07:52.932Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
124 | 2025-03-25T21:07:53.399Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
125 | 2025-03-25T21:07:53.803Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
126 | 2025-03-25T21:07:55.250Z | Locking 360 packages to latest Rust 1.85.0 compatible versions |
127 | 2025-03-25T21:07:55.424Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
128 | 2025-03-25T21:07:55.428Z | + cargo check |
129 | 2025-03-25T21:07:55.569Z | Updating crates.io index |
130 | 2025-03-25T21:07:56.543Z | Locking 1 package to latest Rust 1.85.0 compatible version |
131 | 2025-03-25T21:07:56.543Z | Adding omicron-workspace-hack v0.1.0 |
132 | 2025-03-25T21:07:56.601Z | Downloading crates ... |
133 | 2025-03-25T21:07:56.704Z | Downloaded foreign-types v0.3.2 |
134 | 2025-03-25T21:07:56.707Z | Downloaded take_mut v0.2.2 |
135 | 2025-03-25T21:07:56.710Z | Downloaded sync_wrapper v1.0.1 |
136 | 2025-03-25T21:07:56.714Z | Downloaded foreign-types-shared v0.1.1 |
137 | 2025-03-25T21:07:56.714Z | Downloaded thread_local v1.1.8 |
138 | 2025-03-25T21:07:56.717Z | Downloaded ident_case v1.0.1 |
139 | 2025-03-25T21:07:56.720Z | Downloaded thiserror-impl v2.0.11 |
140 | 2025-03-25T21:07:56.720Z | Downloaded strsim v0.11.1 |
141 | 2025-03-25T21:07:56.725Z | Downloaded instant v0.1.13 |
142 | 2025-03-25T21:07:56.728Z | Downloaded match_cfg v0.1.0 |
143 | 2025-03-25T21:07:56.728Z | Downloaded bit-set v0.8.0 |
144 | 2025-03-25T21:07:56.731Z | Downloaded atomic-waker v1.1.2 |
145 | 2025-03-25T21:07:56.731Z | Downloaded async-stream v0.3.6 |
146 | 2025-03-25T21:07:56.734Z | Downloaded yoke-derive v0.7.4 |
147 | 2025-03-25T21:07:56.737Z | Downloaded tinyvec_macros v0.1.1 |
148 | 2025-03-25T21:07:56.737Z | Downloaded openssl-probe v0.1.5 |
149 | 2025-03-25T21:07:56.740Z | Downloaded usdt-attr-macro v0.5.0 |
150 | 2025-03-25T21:07:56.740Z | Downloaded http-body v1.0.1 |
151 | 2025-03-25T21:07:56.744Z | Downloaded fnv v1.0.7 |
152 | 2025-03-25T21:07:56.744Z | Downloaded zerofrom v0.1.4 |
153 | 2025-03-25T21:07:56.747Z | Downloaded darling_macro v0.20.10 |
154 | 2025-03-25T21:07:56.747Z | Downloaded strum v0.26.3 |
155 | 2025-03-25T21:07:56.750Z | Downloaded write16 v1.0.0 |
156 | 2025-03-25T21:07:56.750Z | Downloaded equivalent v1.0.1 |
157 | 2025-03-25T21:07:56.750Z | Downloaded tower-service v0.3.3 |
158 | 2025-03-25T21:07:56.753Z | Downloaded num-conv v0.1.0 |
159 | 2025-03-25T21:07:56.753Z | Downloaded try-lock v0.2.5 |
160 | 2025-03-25T21:07:56.753Z | Downloaded waitgroup v0.1.2 |
161 | 2025-03-25T21:07:56.757Z | Downloaded block-buffer v0.10.4 |
162 | 2025-03-25T21:07:56.757Z | Downloaded autocfg v1.4.0 |
163 | 2025-03-25T21:07:56.757Z | Downloaded tower-layer v0.3.3 |
164 | 2025-03-25T21:07:56.760Z | Downloaded structmeta-derive v0.3.0 |
165 | 2025-03-25T21:07:56.760Z | Downloaded form_urlencoded v1.2.1 |
166 | 2025-03-25T21:07:56.760Z | Downloaded want v0.3.1 |
167 | 2025-03-25T21:07:56.763Z | Downloaded foldhash v0.1.3 |
168 | 2025-03-25T21:07:56.763Z | Downloaded openssl-macros v0.1.1 |
169 | 2025-03-25T21:07:56.763Z | Downloaded futures-macro v0.3.31 |
170 | 2025-03-25T21:07:56.767Z | Downloaded futures-io v0.3.31 |
171 | 2025-03-25T21:07:56.767Z | Downloaded dirs-sys-next v0.1.2 |
172 | 2025-03-25T21:07:56.767Z | Downloaded dirs-next v2.0.0 |
173 | 2025-03-25T21:07:56.770Z | Downloaded usdt-macro v0.5.0 |
174 | 2025-03-25T21:07:56.770Z | Downloaded num_threads v0.1.7 |
175 | 2025-03-25T21:07:56.770Z | Downloaded httpdate v1.0.3 |
176 | 2025-03-25T21:07:56.773Z | Downloaded omicron-workspace-hack v0.1.0 |
177 | 2025-03-25T21:07:56.773Z | Downloaded idna_adapter v1.2.0 |
178 | 2025-03-25T21:07:56.773Z | Downloaded hostname v0.3.1 |
179 | 2025-03-25T21:07:56.776Z | Downloaded hex v0.4.3 |
180 | 2025-03-25T21:07:56.776Z | Downloaded hostname v0.4.0 |
181 | 2025-03-25T21:07:56.779Z | Downloaded thread-id v4.2.2 |
182 | 2025-03-25T21:07:56.779Z | Downloaded usdt-impl v0.5.0 |
183 | 2025-03-25T21:07:56.782Z | Downloaded heck v0.5.0 |
184 | 2025-03-25T21:07:56.782Z | Downloaded dof v0.3.0 |
185 | 2025-03-25T21:07:56.782Z | Downloaded toml_datetime v0.6.8 |
186 | 2025-03-25T21:07:56.786Z | Downloaded thiserror-impl v1.0.69 |
187 | 2025-03-25T21:07:56.786Z | Downloaded macaddr v1.0.1 |
188 | 2025-03-25T21:07:56.789Z | Downloaded mime v0.3.17 |
189 | 2025-03-25T21:07:56.789Z | Downloaded dtrace-parser v0.2.0 |
190 | 2025-03-25T21:07:56.792Z | Downloaded unarray v0.1.4 |
191 | 2025-03-25T21:07:56.792Z | Downloaded utf16_iter v1.0.5 |
192 | 2025-03-25T21:07:56.792Z | Downloaded untrusted v0.9.0 |
193 | 2025-03-25T21:07:56.795Z | Downloaded zerovec-derive v0.10.3 |
194 | 2025-03-25T21:07:56.795Z | Downloaded zeroize v1.8.1 |
195 | 2025-03-25T21:07:56.798Z | Downloaded utf8_iter v1.0.4 |
196 | 2025-03-25T21:07:56.798Z | Downloaded is-terminal v0.4.13 |
197 | 2025-03-25T21:07:56.801Z | Downloaded dyn-clone v1.0.19 |
198 | 2025-03-25T21:07:56.801Z | Downloaded displaydoc v0.2.5 |
199 | 2025-03-25T21:07:56.804Z | Downloaded writeable v0.5.5 |
200 | 2025-03-25T21:07:56.807Z | Downloaded newtype-uuid v1.2.1 |
201 | 2025-03-25T21:07:56.807Z | Downloaded wait-timeout v0.2.0 |
202 | 2025-03-25T21:07:56.810Z | Downloaded thiserror v2.0.11 |
203 | 2025-03-25T21:07:56.813Z | Downloaded http-body-util v0.1.2 |
204 | 2025-03-25T21:07:56.816Z | Downloaded version_check v0.9.5 |
205 | 2025-03-25T21:07:56.817Z | Downloaded term v0.7.0 |
206 | 2025-03-25T21:07:56.819Z | Downloaded backoff v0.4.0 |
207 | 2025-03-25T21:07:56.823Z | Downloaded oxnet v0.1.1 |
208 | 2025-03-25T21:07:56.823Z | Downloaded zerofrom-derive v0.1.4 |
209 | 2025-03-25T21:07:56.826Z | Downloaded generic-array v0.14.7 |
210 | 2025-03-25T21:07:56.826Z | Downloaded camino v1.1.9 |
211 | 2025-03-25T21:07:56.829Z | Downloaded progenitor-client v0.9.1 |
212 | 2025-03-25T21:07:56.829Z | Downloaded typify-macro v0.2.0 |
213 | 2025-03-25T21:07:56.829Z | Downloaded strum_macros v0.26.4 |
214 | 2025-03-25T21:07:56.832Z | Downloaded thiserror v1.0.69 |
215 | 2025-03-25T21:07:56.835Z | Downloaded ipnet v2.11.0 |
216 | 2025-03-25T21:07:56.838Z | Downloaded percent-encoding v2.3.1 |
217 | 2025-03-25T21:07:56.838Z | Downloaded tinystr v0.7.6 |
218 | 2025-03-25T21:07:56.842Z | Downloaded itoa v1.0.11 |
219 | 2025-03-25T21:07:56.842Z | Downloaded futures-core v0.3.31 |
220 | 2025-03-25T21:07:56.845Z | Downloaded bitflags v2.6.0 |
221 | 2025-03-25T21:07:56.848Z | Downloaded typify v0.2.0 |
222 | 2025-03-25T21:07:56.851Z | Downloaded native-tls v0.2.12 |
223 | 2025-03-25T21:07:56.851Z | Downloaded tokio-rustls v0.25.0 |
224 | 2025-03-25T21:07:56.854Z | Downloaded tokio-macros v2.5.0 |
225 | 2025-03-25T21:07:56.854Z | Downloaded multer v3.1.0 |
226 | 2025-03-25T21:07:56.857Z | Downloaded lock_api v0.4.12 |
227 | 2025-03-25T21:07:56.861Z | Downloaded litemap v0.7.3 |
228 | 2025-03-25T21:07:56.861Z | Downloaded tokio-rustls v0.26.0 |
229 | 2025-03-25T21:07:56.864Z | Downloaded time-macros v0.2.18 |
230 | 2025-03-25T21:07:56.867Z | Downloaded daft v0.1.2 |
231 | 2025-03-25T21:07:56.867Z | Downloaded dropshot_endpoint v0.16.0 |
232 | 2025-03-25T21:07:56.870Z | Downloaded icu_locid_transform v1.5.0 |
233 | 2025-03-25T21:07:56.873Z | Downloaded getrandom v0.2.15 |
234 | 2025-03-25T21:07:56.876Z | Downloaded schemars_derive v0.8.22 |
235 | 2025-03-25T21:07:56.876Z | Downloaded rand_core v0.6.4 |
236 | 2025-03-25T21:07:56.877Z | Downloaded ppv-lite86 v0.2.20 |
237 | 2025-03-25T21:07:56.880Z | Downloaded time-core v0.1.2 |
238 | 2025-03-25T21:07:56.880Z | Downloaded progenitor-client v0.8.0 |
239 | 2025-03-25T21:07:56.880Z | Downloaded yoke v0.7.4 |
240 | 2025-03-25T21:07:56.883Z | Downloaded pin-utils v0.1.0 |
241 | 2025-03-25T21:07:56.883Z | Downloaded scroll_derive v0.12.0 |
242 | 2025-03-25T21:07:56.886Z | Downloaded pretty-hex v0.4.1 |
243 | 2025-03-25T21:07:56.886Z | Downloaded ipnetwork v0.21.1 |
244 | 2025-03-25T21:07:56.886Z | Downloaded anyhow v1.0.97 |
245 | 2025-03-25T21:07:56.889Z | Downloaded serde_spanned v0.6.8 |
246 | 2025-03-25T21:07:56.892Z | Downloaded rand_chacha v0.3.1 |
247 | 2025-03-25T21:07:56.892Z | Downloaded progenitor-macro v0.8.0 |
248 | 2025-03-25T21:07:56.895Z | Downloaded parse-display v0.10.0 |
249 | 2025-03-25T21:07:56.895Z | Downloaded icu_normalizer_data v1.5.0 |
250 | 2025-03-25T21:07:56.899Z | Downloaded darling v0.20.10 |
251 | 2025-03-25T21:07:56.902Z | Downloaded once_cell v1.20.3 |
252 | 2025-03-25T21:07:56.905Z | Downloaded log v0.4.22 |
253 | 2025-03-25T21:07:56.905Z | Downloaded scopeguard v1.2.0 |
254 | 2025-03-25T21:07:56.905Z | Downloaded hyper-rustls v0.27.3 |
255 | 2025-03-25T21:07:56.909Z | Downloaded futures-executor v0.3.31 |
256 | 2025-03-25T21:07:56.912Z | Downloaded pest_generator v2.7.14 |
257 | 2025-03-25T21:07:56.912Z | Downloaded iana-time-zone v0.1.61 |
258 | 2025-03-25T21:07:56.915Z | Downloaded rustversion v1.0.17 |
259 | 2025-03-25T21:07:56.915Z | Downloaded zerocopy-derive v0.7.35 |
260 | 2025-03-25T21:07:56.918Z | Downloaded signal-hook-registry v1.4.2 |
261 | 2025-03-25T21:07:56.921Z | Downloaded slog-bunyan v2.5.0 |
262 | 2025-03-25T21:07:56.921Z | Downloaded slog-async v2.8.0 |
263 | 2025-03-25T21:07:56.924Z | Downloaded sha1 v0.10.6 |
264 | 2025-03-25T21:07:56.924Z | Downloaded icu_locid_transform_data v1.5.0 |
265 | 2025-03-25T21:07:56.928Z | Downloaded ucd-trie v0.1.7 |
266 | 2025-03-25T21:07:56.928Z | Downloaded indexmap v1.9.3 |
267 | 2025-03-25T21:07:56.932Z | Downloaded futures-channel v0.3.31 |
268 | 2025-03-25T21:07:56.932Z | Downloaded parse-display-derive v0.10.0 |
269 | 2025-03-25T21:07:56.935Z | Downloaded scroll v0.12.0 |
270 | 2025-03-25T21:07:56.935Z | Downloaded httparse v1.9.5 |
271 | 2025-03-25T21:07:56.938Z | Downloaded memmap v0.7.0 |
272 | 2025-03-25T21:07:56.938Z | Downloaded shlex v1.3.0 |
273 | 2025-03-25T21:07:56.941Z | Downloaded serde_with_macros v3.12.0 |
274 | 2025-03-25T21:07:56.941Z | Downloaded rand_xorshift v0.3.0 |
275 | 2025-03-25T21:07:56.944Z | Downloaded rustc-hash v2.1.1 |
276 | 2025-03-25T21:07:56.944Z | Downloaded toml v0.8.20 |
277 | 2025-03-25T21:07:56.948Z | Downloaded serde_tokenstream v0.2.2 |
278 | 2025-03-25T21:07:56.948Z | Downloaded icu_normalizer v1.5.0 |
279 | 2025-03-25T21:07:56.951Z | Downloaded darling_core v0.20.10 |
280 | 2025-03-25T21:07:56.954Z | Downloaded plain v0.2.3 |
281 | 2025-03-25T21:07:56.958Z | Downloaded pin-project-lite v0.2.14 |
282 | 2025-03-25T21:07:56.961Z | Downloaded typenum v1.17.0 |
283 | 2025-03-25T21:07:56.964Z | Downloaded num-traits v0.2.19 |
284 | 2025-03-25T21:07:56.967Z | Downloaded pest_derive v2.7.14 |
285 | 2025-03-25T21:07:56.967Z | Downloaded uuid v1.15.1 |
286 | 2025-03-25T21:07:56.970Z | Downloaded powerfmt v0.2.0 |
287 | 2025-03-25T21:07:56.973Z | Downloaded tracing-core v0.1.32 |
288 | 2025-03-25T21:07:56.976Z | Downloaded slog-json v2.6.1 |
289 | 2025-03-25T21:07:56.976Z | Downloaded serde_path_to_error v0.1.16 |
290 | 2025-03-25T21:07:56.976Z | Downloaded unicode-ident v1.0.14 |
291 | 2025-03-25T21:07:56.980Z | Downloaded pest_meta v2.7.14 |
292 | 2025-03-25T21:07:56.983Z | Downloaded quinn-udp v0.5.5 |
293 | 2025-03-25T21:07:56.983Z | Downloaded spin v0.9.8 |
294 | 2025-03-25T21:07:56.986Z | Downloaded parking_lot v0.12.3 |
295 | 2025-03-25T21:07:56.989Z | Downloaded icu_properties v1.5.1 |
296 | 2025-03-25T21:07:56.992Z | Downloaded rustls-pemfile v2.2.0 |
297 | 2025-03-25T21:07:56.992Z | Downloaded slog-term v2.9.1 |
298 | 2025-03-25T21:07:56.995Z | Downloaded bytes v1.10.1 |
299 | 2025-03-25T21:07:56.998Z | Downloaded quote v1.0.39 |
300 | 2025-03-25T21:07:57.002Z | Downloaded indexmap v2.7.1 |
301 | 2025-03-25T21:07:57.005Z | Downloaded openssl-sys v0.9.106 |
302 | 2025-03-25T21:07:57.010Z | Downloaded ryu v1.0.18 |
303 | 2025-03-25T21:07:57.012Z | Downloaded serde_urlencoded v0.7.1 |
304 | 2025-03-25T21:07:57.013Z | Downloaded rustls-pki-types v1.10.0 |
305 | 2025-03-25T21:07:57.016Z | Downloaded semver v1.0.25 |
306 | 2025-03-25T21:07:57.019Z | Downloaded socket2 v0.5.8 |
307 | 2025-03-25T21:07:57.022Z | Downloaded hyper-util v0.1.10 |
308 | 2025-03-25T21:07:57.025Z | Downloaded serde_yaml v0.9.34+deprecated |
309 | 2025-03-25T21:07:57.028Z | Downloaded proc-macro2 v1.0.94 |
310 | 2025-03-25T21:07:57.032Z | Downloaded hashbrown v0.12.3 |
311 | 2025-03-25T21:07:57.035Z | Downloaded tracing v0.1.40 |
312 | 2025-03-25T21:07:57.038Z | Downloaded crossbeam-channel v0.5.13 |
313 | 2025-03-25T21:07:57.041Z | Downloaded serde v1.0.218 |
314 | 2025-03-25T21:07:57.044Z | Downloaded smallvec v1.14.0 |
315 | 2025-03-25T21:07:57.047Z | Downloaded cc v1.2.15 |
316 | 2025-03-25T21:07:57.050Z | Downloaded serde_derive v1.0.218 |
317 | 2025-03-25T21:07:57.053Z | Downloaded schemars v0.8.22 |
318 | 2025-03-25T21:07:57.063Z | Downloaded quinn v0.11.5 |
319 | 2025-03-25T21:07:57.067Z | Downloaded memchr v2.7.4 |
320 | 2025-03-25T21:07:57.070Z | Downloaded tower v0.5.2 |
321 | 2025-03-25T21:07:57.079Z | Downloaded http v1.2.0 |
322 | 2025-03-25T21:07:57.082Z | Downloaded tokio-util v0.7.13 |
323 | 2025-03-25T21:07:57.088Z | Downloaded time v0.3.36 |
324 | 2025-03-25T21:07:57.094Z | Downloaded rand v0.8.5 |
325 | 2025-03-25T21:07:57.098Z | Downloaded toml_edit v0.22.24 |
326 | 2025-03-25T21:07:57.119Z | Downloaded pest v2.7.14 |
327 | 2025-03-25T21:07:57.122Z | Downloaded hashbrown v0.15.1 |
328 | 2025-03-25T21:07:57.127Z | Downloaded zerocopy v0.7.35 |
329 | 2025-03-25T21:07:57.141Z | Downloaded serde_json v1.0.139 |
330 | 2025-03-25T21:07:57.148Z | Downloaded winnow v0.7.3 |
331 | 2025-03-25T21:07:57.156Z | Downloaded h2 v0.4.6 |
332 | 2025-03-25T21:07:57.163Z | Downloaded hyper v1.6.0 |
333 | 2025-03-25T21:07:57.168Z | Downloaded futures-util v0.3.31 |
334 | 2025-03-25T21:07:57.179Z | Downloaded reqwest v0.12.12 |
335 | 2025-03-25T21:07:57.186Z | Downloaded vcpkg v0.2.15 |
336 | 2025-03-25T21:07:57.221Z | Downloaded serde_with v3.12.0 |
337 | 2025-03-25T21:07:57.229Z | Downloaded quinn-proto v0.11.8 |
338 | 2025-03-25T21:07:57.234Z | Downloaded proptest v1.6.0 |
339 | 2025-03-25T21:07:57.243Z | Downloaded webpki-roots v0.26.6 |
340 | 2025-03-25T21:07:57.246Z | Downloaded icu_properties_data v1.5.0 |
341 | 2025-03-25T21:07:57.255Z | Downloaded openssl v0.10.71 |
342 | 2025-03-25T21:07:57.265Z | Downloaded chrono v0.4.40 |
343 | 2025-03-25T21:07:57.271Z | Downloaded syn v2.0.98 |
344 | 2025-03-25T21:07:57.282Z | Downloaded regex v1.11.1 |
345 | 2025-03-25T21:07:57.293Z | Downloaded rustls-webpki v0.102.8 |
346 | 2025-03-25T21:07:57.309Z | Downloaded regress v0.10.3 |
347 | 2025-03-25T21:07:57.317Z | Downloaded dropshot v0.16.0 |
348 | 2025-03-25T21:07:57.336Z | Downloaded regex-syntax v0.8.5 |
349 | 2025-03-25T21:07:57.343Z | Downloaded rustls v0.22.4 |
350 | 2025-03-25T21:07:57.355Z | Downloaded rustix v0.38.37 |
351 | 2025-03-25T21:07:57.375Z | Downloaded rustls v0.23.19 |
352 | 2025-03-25T21:07:57.385Z | Downloaded openapiv3 v2.0.0 |
353 | 2025-03-25T21:07:57.395Z | Downloaded typify-impl v0.2.0 |
354 | 2025-03-25T21:07:57.407Z | Downloaded goblin v0.8.2 |
355 | 2025-03-25T21:07:57.413Z | Downloaded zerovec v0.10.4 |
356 | 2025-03-25T21:07:57.418Z | Downloaded idna v1.0.3 |
357 | 2025-03-25T21:07:57.421Z | Downloaded mio v1.0.2 |
358 | 2025-03-25T21:07:57.426Z | Downloaded url v2.5.3 |
359 | 2025-03-25T21:07:57.429Z | Downloaded aho-corasick v1.1.3 |
360 | 2025-03-25T21:07:57.434Z | Downloaded slog v2.7.0 |
361 | 2025-03-25T21:07:57.437Z | Downloaded unsafe-libyaml v0.2.11 |
362 | 2025-03-25T21:07:57.440Z | Downloaded icu_collections v1.5.0 |
363 | 2025-03-25T21:07:57.444Z | Downloaded icu_locid v1.5.0 |
364 | 2025-03-25T21:07:57.449Z | Downloaded regex-automata v0.4.8 |
365 | 2025-03-25T21:07:57.464Z | Downloaded icu_provider v1.5.0 |
366 | 2025-03-25T21:07:57.467Z | Downloaded getrandom v0.3.1 |
367 | 2025-03-25T21:07:57.470Z | Downloaded paste v1.0.15 |
368 | 2025-03-25T21:07:57.473Z | Downloaded parking_lot_core v0.9.10 |
369 | 2025-03-25T21:07:57.473Z | Downloaded sha2 v0.10.8 |
370 | 2025-03-25T21:07:57.477Z | Downloaded serde_derive_internals v0.29.1 |
371 | 2025-03-25T21:07:57.477Z | Downloaded progenitor-impl v0.8.0 |
372 | 2025-03-25T21:07:57.481Z | Downloaded futures v0.3.31 |
373 | 2025-03-25T21:07:57.484Z | Downloaded base64 v0.22.1 |
374 | 2025-03-25T21:07:57.487Z | Downloaded pkg-config v0.3.31 |
375 | 2025-03-25T21:07:57.487Z | Downloaded progenitor v0.8.0 |
376 | 2025-03-25T21:07:57.490Z | Downloaded libc v0.2.170 |
377 | 2025-03-25T21:07:57.516Z | Downloaded rusty-fork v0.3.0 |
378 | 2025-03-25T21:07:57.516Z | Downloaded tokio v1.43.0 |
379 | 2025-03-25T21:07:57.546Z | Downloaded test-strategy v0.4.0 |
380 | 2025-03-25T21:07:57.549Z | Downloaded tinyvec v1.8.0 |
381 | 2025-03-25T21:07:57.552Z | Downloaded allocator-api2 v0.2.18 |
382 | 2025-03-25T21:07:57.556Z | Downloaded slab v0.4.9 |
383 | 2025-03-25T21:07:57.556Z | Downloaded structmeta v0.3.0 |
384 | 2025-03-25T21:07:57.560Z | Downloaded quick-error v1.2.3 |
385 | 2025-03-25T21:07:57.560Z | Downloaded crossbeam-utils v0.8.20 |
386 | 2025-03-25T21:07:57.560Z | Downloaded hyper-tls v0.6.0 |
387 | 2025-03-25T21:07:57.563Z | Downloaded async-trait v0.1.87 |
388 | 2025-03-25T21:07:57.563Z | Downloaded tempfile v3.13.0 |
389 | 2025-03-25T21:07:57.566Z | Downloaded synstructure v0.13.1 |
390 | 2025-03-25T21:07:57.569Z | Downloaded stable_deref_trait v1.2.0 |
391 | 2025-03-25T21:07:57.569Z | Downloaded usdt v0.5.0 |
392 | 2025-03-25T21:07:57.569Z | Downloaded deranged v0.3.11 |
393 | 2025-03-25T21:07:57.569Z | Downloaded lazy_static v1.5.0 |
394 | 2025-03-25T21:07:57.572Z | Downloaded daft-derive v0.1.2 |
395 | 2025-03-25T21:07:57.575Z | Downloaded cpufeatures v0.2.14 |
396 | 2025-03-25T21:07:57.575Z | Downloaded tokio-native-tls v0.3.1 |
397 | 2025-03-25T21:07:57.578Z | Downloaded bit-vec v0.8.0 |
398 | 2025-03-25T21:07:57.578Z | Downloaded subtle v2.6.1 |
399 | 2025-03-25T21:07:57.578Z | Downloaded futures-sink v0.3.31 |
400 | 2025-03-25T21:07:57.582Z | Downloaded fastrand v2.1.1 |
401 | 2025-03-25T21:07:57.582Z | Downloaded digest v0.10.7 |
402 | 2025-03-25T21:07:57.582Z | Downloaded debug-ignore v1.0.5 |
403 | 2025-03-25T21:07:57.585Z | Downloaded crypto-common v0.1.6 |
404 | 2025-03-25T21:07:57.585Z | Downloaded byteorder v1.5.0 |
405 | 2025-03-25T21:07:57.590Z | Downloaded futures-task v0.3.31 |
406 | 2025-03-25T21:07:57.590Z | Downloaded errno v0.3.9 |
407 | 2025-03-25T21:07:57.590Z | Downloaded cfg-if v1.0.0 |
408 | 2025-03-25T21:07:57.590Z | Downloaded icu_provider_macros v1.5.0 |
409 | 2025-03-25T21:07:57.593Z | Downloaded async-stream-impl v0.3.6 |
410 | 2025-03-25T21:07:57.626Z | Downloaded encoding_rs v0.8.34 |
411 | 2025-03-25T21:07:57.646Z | Downloaded ring v0.17.11 |
412 | 2025-03-25T21:07:57.810Z | Compiling proc-macro2 v1.0.94 |
413 | 2025-03-25T21:07:57.810Z | Compiling unicode-ident v1.0.14 |
414 | 2025-03-25T21:07:57.814Z | Compiling libc v0.2.170 |
415 | 2025-03-25T21:07:57.814Z | Checking cfg-if v1.0.0 |
416 | 2025-03-25T21:07:57.832Z | Compiling autocfg v1.4.0 |
417 | 2025-03-25T21:07:57.835Z | Compiling serde v1.0.218 |
418 | 2025-03-25T21:07:57.835Z | Checking memchr v2.7.4 |
419 | 2025-03-25T21:07:57.835Z | Compiling serde_json v1.0.139 |
420 | 2025-03-25T21:07:57.940Z | Checking itoa v1.0.11 |
421 | 2025-03-25T21:07:58.129Z | Compiling thiserror v1.0.69 |
422 | 2025-03-25T21:07:58.518Z | Compiling shlex v1.3.0 |
423 | 2025-03-25T21:07:58.585Z | Checking once_cell v1.20.3 |
424 | 2025-03-25T21:07:58.597Z | Checking pin-project-lite v0.2.14 |
425 | 2025-03-25T21:07:58.709Z | Checking smallvec v1.14.0 |
426 | 2025-03-25T21:07:58.833Z | Compiling cc v1.2.15 |
427 | 2025-03-25T21:07:58.846Z | Checking ryu v1.0.18 |
428 | 2025-03-25T21:07:58.949Z | Checking bytes v1.10.1 |
429 | 2025-03-25T21:07:59.013Z | Checking futures-core v0.3.31 |
430 | 2025-03-25T21:07:59.081Z | Compiling version_check v0.9.5 |
431 | 2025-03-25T21:07:59.142Z | Compiling semver v1.0.25 |
432 | 2025-03-25T21:07:59.208Z | Compiling lock_api v0.4.12 |
433 | 2025-03-25T21:07:59.274Z | Compiling parking_lot_core v0.9.10 |
434 | 2025-03-25T21:07:59.569Z | Compiling quote v1.0.39 |
435 | 2025-03-25T21:07:59.655Z | Checking getrandom v0.2.15 |
436 | 2025-03-25T21:07:59.767Z | Checking equivalent v1.0.1 |
437 | 2025-03-25T21:07:59.784Z | Checking foldhash v0.1.3 |
438 | 2025-03-25T21:07:59.878Z | Checking allocator-api2 v0.2.18 |
439 | 2025-03-25T21:07:59.893Z | Checking scopeguard v1.2.0 |
440 | 2025-03-25T21:07:59.998Z | Compiling syn v2.0.98 |
441 | 2025-03-25T21:08:00.082Z | Compiling slab v0.4.9 |
442 | 2025-03-25T21:08:00.137Z | Checking fnv v1.0.7 |
443 | 2025-03-25T21:08:00.264Z | Checking futures-sink v0.3.31 |
444 | 2025-03-25T21:08:00.300Z | Checking mio v1.0.2 |
445 | 2025-03-25T21:08:00.408Z | Checking socket2 v0.5.8 |
446 | 2025-03-25T21:08:00.458Z | Checking parking_lot v0.12.3 |
447 | 2025-03-25T21:08:00.508Z | Checking signal-hook-registry v1.4.2 |
448 | 2025-03-25T21:08:00.524Z | Checking hashbrown v0.15.1 |
449 | 2025-03-25T21:08:00.607Z | Checking log v0.4.22 |
450 | 2025-03-25T21:08:00.798Z | Compiling num-traits v0.2.19 |
451 | 2025-03-25T21:08:00.877Z | Checking stable_deref_trait v1.2.0 |
452 | 2025-03-25T21:08:00.890Z | Checking futures-channel v0.3.31 |
453 | 2025-03-25T21:08:00.903Z | Checking futures-task v0.3.31 |
454 | 2025-03-25T21:08:00.988Z | Checking pin-utils v0.1.0 |
455 | 2025-03-25T21:08:01.023Z | Checking futures-io v0.3.31 |
456 | 2025-03-25T21:08:01.071Z | Compiling getrandom v0.3.1 |
457 | 2025-03-25T21:08:01.127Z | Checking http v1.2.0 |
458 | 2025-03-25T21:08:01.196Z | Compiling schemars v0.8.22 |
459 | 2025-03-25T21:08:01.573Z | Compiling vcpkg v0.2.15 |
460 | 2025-03-25T21:08:01.577Z | Compiling heck v0.5.0 |
461 | 2025-03-25T21:08:01.714Z | Checking bitflags v2.6.0 |
462 | 2025-03-25T21:08:01.749Z | Compiling ring v0.17.11 |
463 | 2025-03-25T21:08:01.999Z | Checking rustls-pki-types v1.10.0 |
464 | 2025-03-25T21:08:02.074Z | Checking iana-time-zone v0.1.61 |
465 | 2025-03-25T21:08:02.229Z | Compiling pkg-config v0.3.31 |
466 | 2025-03-25T21:08:02.549Z | Checking writeable v0.5.5 |
467 | 2025-03-25T21:08:02.742Z | Compiling httparse v1.9.5 |
468 | 2025-03-25T21:08:02.838Z | Checking untrusted v0.9.0 |
469 | 2025-03-25T21:08:02.877Z | Checking dyn-clone v1.0.19 |
470 | 2025-03-25T21:08:02.936Z | Checking litemap v0.7.3 |
471 | 2025-03-25T21:08:03.011Z | Checking tracing-core v0.1.32 |
472 | 2025-03-25T21:08:03.201Z | Compiling ucd-trie v0.1.7 |
473 | 2025-03-25T21:08:03.238Z | Compiling openssl-sys v0.9.106 |
474 | 2025-03-25T21:08:03.251Z | Checking atomic-waker v1.1.2 |
475 | 2025-03-25T21:08:03.397Z | Checking http-body v1.0.1 |
476 | 2025-03-25T21:08:03.564Z | Checking byteorder v1.5.0 |
477 | 2025-03-25T21:08:03.603Z | Checking tracing v0.1.40 |
478 | 2025-03-25T21:08:03.851Z | Checking icu_locid_transform_data v1.5.0 |
479 | 2025-03-25T21:08:03.916Z | Checking try-lock v0.2.5 |
480 | 2025-03-25T21:08:03.932Z | Checking subtle v2.6.1 |
481 | 2025-03-25T21:08:03.971Z | Checking zeroize v1.8.1 |
482 | 2025-03-25T21:08:04.059Z | Checking want v0.3.1 |
483 | 2025-03-25T21:08:04.221Z | Checking icu_properties_data v1.5.0 |
484 | 2025-03-25T21:08:04.279Z | Checking httpdate v1.0.3 |
485 | 2025-03-25T21:08:04.379Z | Checking tower-service v0.3.3 |
486 | 2025-03-25T21:08:04.431Z | Compiling openssl v0.10.71 |
487 | 2025-03-25T21:08:04.474Z | Compiling uuid v1.15.1 |
488 | 2025-03-25T21:08:04.491Z | Checking foreign-types-shared v0.1.1 |
489 | 2025-03-25T21:08:04.614Z | Checking foreign-types v0.3.2 |
490 | 2025-03-25T21:08:04.697Z | Compiling chrono v0.4.40 |
491 | 2025-03-25T21:08:04.738Z | Compiling regress v0.10.3 |
492 | 2025-03-25T21:08:04.912Z | Compiling aho-corasick v1.1.3 |
493 | 2025-03-25T21:08:05.055Z | Checking icu_normalizer_data v1.5.0 |
494 | 2025-03-25T21:08:05.118Z | Checking utf16_iter v1.0.5 |
495 | 2025-03-25T21:08:05.146Z | Checking write16 v1.0.0 |
496 | 2025-03-25T21:08:05.266Z | Compiling regex-syntax v0.8.5 |
497 | 2025-03-25T21:08:05.289Z | Checking utf8_iter v1.0.4 |
498 | 2025-03-25T21:08:05.471Z | Compiling rustls v0.23.19 |
499 | 2025-03-25T21:08:05.593Z | Compiling slog v2.7.0 |
500 | 2025-03-25T21:08:05.818Z | Checking percent-encoding v2.3.1 |
501 | 2025-03-25T21:08:06.076Z | Compiling native-tls v0.2.12 |
502 | 2025-03-25T21:08:06.399Z | Checking form_urlencoded v1.2.1 |
503 | 2025-03-25T21:08:06.599Z | Compiling typenum v1.17.0 |
504 | 2025-03-25T21:08:07.201Z | Compiling synstructure v0.13.1 |
505 | 2025-03-25T21:08:07.490Z | Compiling serde_derive_internals v0.29.1 |
506 | 2025-03-25T21:08:08.643Z | Compiling regex-automata v0.4.8 |
507 | 2025-03-25T21:08:09.066Z | Checking openssl-probe v0.1.5 |
508 | 2025-03-25T21:08:09.732Z | Compiling generic-array v0.14.7 |
509 | 2025-03-25T21:08:09.933Z | Checking encoding_rs v0.8.34 |
510 | 2025-03-25T21:08:10.432Z | Checking mime v0.3.17 |
511 | 2025-03-25T21:08:10.553Z | Checking rustls-webpki v0.102.8 |
512 | 2025-03-25T21:08:10.941Z | Compiling serde_derive v1.0.218 |
513 | 2025-03-25T21:08:11.179Z | Compiling thiserror-impl v1.0.69 |
514 | 2025-03-25T21:08:11.255Z | Compiling schemars_derive v0.8.22 |
515 | 2025-03-25T21:08:11.305Z | Compiling tokio-macros v2.5.0 |
516 | 2025-03-25T21:08:11.371Z | Compiling zerofrom-derive v0.1.4 |
517 | 2025-03-25T21:08:11.775Z | Compiling yoke-derive v0.7.4 |
518 | 2025-03-25T21:08:12.201Z | Compiling zerocopy-derive v0.7.35 |
519 | 2025-03-25T21:08:12.811Z | Checking tokio v1.43.0 |
520 | 2025-03-25T21:08:13.893Z | Compiling futures-macro v0.3.31 |
521 | 2025-03-25T21:08:13.937Z | Compiling zerovec-derive v0.10.3 |
522 | 2025-03-25T21:08:14.039Z | Compiling displaydoc v0.2.5 |
523 | 2025-03-25T21:08:14.146Z | Compiling icu_provider_macros v1.5.0 |
524 | 2025-03-25T21:08:14.298Z | Checking zerofrom v0.1.4 |
525 | 2025-03-25T21:08:14.513Z | Checking yoke v0.7.4 |
526 | 2025-03-25T21:08:14.856Z | Compiling pest v2.7.14 |
527 | 2025-03-25T21:08:15.229Z | Checking zerocopy v0.7.35 |
528 | 2025-03-25T21:08:15.241Z | Compiling openssl-macros v0.1.1 |
529 | 2025-03-25T21:08:15.466Z | Compiling regex v1.11.1 |
530 | 2025-03-25T21:08:15.621Z | Checking futures-util v0.3.31 |
531 | 2025-03-25T21:08:16.282Z | Checking zerovec v0.10.4 |
532 | 2025-03-25T21:08:17.734Z | Checking tinystr v0.7.6 |
533 | 2025-03-25T21:08:17.754Z | Checking icu_collections v1.5.0 |
534 | 2025-03-25T21:08:18.072Z | Checking icu_locid v1.5.0 |
535 | 2025-03-25T21:08:18.406Z | Compiling pest_meta v2.7.14 |
536 | 2025-03-25T21:08:19.051Z | Checking icu_provider v1.5.0 |
537 | 2025-03-25T21:08:19.557Z | Checking tokio-util v0.7.13 |
538 | 2025-03-25T21:08:19.696Z | Checking icu_locid_transform v1.5.0 |
539 | 2025-03-25T21:08:20.202Z | Compiling pest_generator v2.7.14 |
540 | 2025-03-25T21:08:20.391Z | Checking http-body-util v0.1.2 |
541 | 2025-03-25T21:08:20.691Z | Checking icu_properties v1.5.1 |
542 | 2025-03-25T21:08:20.896Z | Checking tokio-rustls v0.26.0 |
543 | 2025-03-25T21:08:21.266Z | Compiling scroll_derive v0.12.0 |
544 | 2025-03-25T21:08:21.440Z | Checking tokio-native-tls v0.3.1 |
545 | 2025-03-25T21:08:21.691Z | Checking rustls-pemfile v2.2.0 |
546 | 2025-03-25T21:08:21.818Z | Checking webpki-roots v0.26.6 |
547 | 2025-03-25T21:08:21.849Z | Compiling pest_derive v2.7.14 |
548 | 2025-03-25T21:08:21.915Z | Checking rand_core v0.6.4 |
549 | 2025-03-25T21:08:22.023Z | Compiling usdt-impl v0.5.0 |
550 | 2025-03-25T21:08:22.199Z | Checking sync_wrapper v1.0.1 |
551 | 2025-03-25T21:08:22.343Z | Checking indexmap v2.7.1 |
552 | 2025-03-25T21:08:23.104Z | Compiling serde_tokenstream v0.2.2 |
553 | 2025-03-25T21:08:23.494Z | Checking h2 v0.4.6 |
554 | 2025-03-25T21:08:23.789Z | Checking serde_urlencoded v0.7.1 |
555 | 2025-03-25T21:08:23.811Z | Checking base64 v0.22.1 |
556 | 2025-03-25T21:08:23.851Z | Checking icu_normalizer v1.5.0 |
557 | 2025-03-25T21:08:24.026Z | Checking powerfmt v0.2.0 |
558 | 2025-03-25T21:08:24.184Z | Compiling rustix v0.38.37 |
559 | 2025-03-25T21:08:24.294Z | Checking tower-layer v0.3.3 |
560 | 2025-03-25T21:08:24.308Z | Compiling num-conv v0.1.0 |
561 | 2025-03-25T21:08:24.570Z | Compiling time-core v0.1.2 |
562 | 2025-03-25T21:08:24.570Z | Checking tower v0.5.2 |
563 | 2025-03-25T21:08:24.751Z | Checking idna_adapter v1.2.0 |
564 | 2025-03-25T21:08:24.870Z | Compiling time-macros v0.2.18 |
565 | 2025-03-25T21:08:24.942Z | Checking idna v1.0.3 |
566 | 2025-03-25T21:08:24.982Z | Compiling dof v0.3.0 |
567 | 2025-03-25T21:08:25.185Z | Checking deranged v0.3.11 |
568 | 2025-03-25T21:08:25.420Z | Checking url v2.5.3 |
569 | 2025-03-25T21:08:25.761Z | Compiling dtrace-parser v0.2.0 |
570 | 2025-03-25T21:08:25.880Z | Checking scroll v0.12.0 |
571 | 2025-03-25T21:08:26.088Z | Checking ppv-lite86 v0.2.20 |
572 | 2025-03-25T21:08:26.330Z | Compiling thread-id v4.2.2 |
573 | 2025-03-25T21:08:26.443Z | Compiling structmeta-derive v0.3.0 |
574 | 2025-03-25T21:08:26.527Z | Compiling typify-impl v0.2.0 |
575 | 2025-03-25T21:08:27.281Z | Checking errno v0.3.9 |
576 | 2025-03-25T21:08:27.294Z | Compiling rustversion v1.0.17 |
577 | 2025-03-25T21:08:27.462Z | Checking ipnet v2.11.0 |
578 | 2025-03-25T21:08:27.496Z | Compiling paste v1.0.15 |
579 | 2025-03-25T21:08:27.580Z | Checking plain v0.2.3 |
580 | 2025-03-25T21:08:27.630Z | Checking hyper v1.6.0 |
581 | 2025-03-25T21:08:27.735Z | Compiling ident_case v1.0.1 |
582 | 2025-03-25T21:08:27.921Z | Checking num_threads v0.1.7 |
583 | 2025-03-25T21:08:27.967Z | Compiling strsim v0.11.1 |
584 | 2025-03-25T21:08:28.310Z | Compiling crossbeam-utils v0.8.20 |
585 | 2025-03-25T21:08:28.432Z | Checking time v0.3.36 |
586 | 2025-03-25T21:08:28.789Z | Compiling structmeta v0.3.0 |
587 | 2025-03-25T21:08:28.842Z | Compiling darling_core v0.20.10 |
588 | 2025-03-25T21:08:29.314Z | Checking goblin v0.8.2 |
589 | 2025-03-25T21:08:29.515Z | Checking hyper-util v0.1.10 |
590 | 2025-03-25T21:08:31.068Z | Checking hyper-rustls v0.27.3 |
591 | 2025-03-25T21:08:31.115Z | Checking hyper-tls v0.6.0 |
592 | 2025-03-25T21:08:31.137Z | Checking rand_chacha v0.3.1 |
593 | 2025-03-25T21:08:31.405Z | Checking reqwest v0.12.12 |
594 | 2025-03-25T21:08:31.511Z | Compiling openapiv3 v2.0.0 |
595 | 2025-03-25T21:08:32.778Z | Checking dirs-sys-next v0.1.2 |
596 | 2025-03-25T21:08:32.867Z | Compiling newtype-uuid v1.2.1 |
597 | 2025-03-25T21:08:32.975Z | Compiling omicron-workspace-hack v0.1.0 |
598 | 2025-03-25T21:08:33.065Z | Compiling unsafe-libyaml v0.2.11 |
599 | 2025-03-25T21:08:33.204Z | Checking fastrand v2.1.1 |
600 | 2025-03-25T21:08:33.303Z | Compiling rustls v0.22.4 |
601 | 2025-03-25T21:08:33.534Z | Checking pretty-hex v0.4.1 |
602 | 2025-03-25T21:08:33.667Z | Checking tempfile v3.13.0 |
603 | 2025-03-25T21:08:33.908Z | Checking dirs-next v2.0.0 |
604 | 2025-03-25T21:08:34.010Z | Checking rand v0.8.5 |
605 | 2025-03-25T21:08:34.013Z | Compiling darling_macro v0.20.10 |
606 | 2025-03-25T21:08:34.510Z | Compiling serde_yaml v0.9.34+deprecated |
607 | 2025-03-25T21:08:34.963Z | Checking crypto-common v0.1.6 |
608 | 2025-03-25T21:08:35.131Z | Checking block-buffer v0.10.4 |
609 | 2025-03-25T21:08:35.163Z | Checking ipnetwork v0.21.1 |
610 | 2025-03-25T21:08:35.337Z | Checking serde_spanned v0.6.8 |
611 | 2025-03-25T21:08:35.350Z | Checking toml_datetime v0.6.8 |
612 | 2025-03-25T21:08:35.520Z | Compiling multer v3.1.0 |
613 | 2025-03-25T21:08:35.548Z | Checking wait-timeout v0.2.0 |
614 | 2025-03-25T21:08:35.618Z | Checking thread_local v1.1.8 |
615 | 2025-03-25T21:08:35.645Z | Checking bit-vec v0.8.0 |
616 | 2025-03-25T21:08:35.716Z | Compiling camino v1.1.9 |
617 | 2025-03-25T21:08:35.720Z | Compiling anyhow v1.0.97 |
618 | 2025-03-25T21:08:35.877Z | Compiling thiserror v2.0.11 |
619 | 2025-03-25T21:08:35.881Z | Checking quick-error v1.2.3 |
620 | 2025-03-25T21:08:35.903Z | Checking winnow v0.7.3 |
621 | 2025-03-25T21:08:35.996Z | Compiling slog-async v2.8.0 |
622 | 2025-03-25T21:08:36.034Z | Checking match_cfg v0.1.0 |
623 | 2025-03-25T21:08:36.124Z | Checking hostname v0.3.1 |
624 | 2025-03-25T21:08:36.254Z | Checking rusty-fork v0.3.0 |
625 | 2025-03-25T21:08:36.355Z | Checking bit-set v0.8.0 |
626 | 2025-03-25T21:08:36.525Z | Compiling strum_macros v0.26.4 |
627 | 2025-03-25T21:08:36.606Z | Checking crossbeam-channel v0.5.13 |
628 | 2025-03-25T21:08:36.652Z | Checking oxnet v0.1.1 |
629 | 2025-03-25T21:08:36.801Z | Checking digest v0.10.7 |
630 | 2025-03-25T21:08:37.007Z | Compiling darling v0.20.10 |
631 | 2025-03-25T21:08:37.108Z | Checking term v0.7.0 |
632 | 2025-03-25T21:08:37.304Z | Checking progenitor-client v0.8.0 |
633 | 2025-03-25T21:08:37.363Z | Compiling usdt-attr-macro v0.5.0 |
634 | 2025-03-25T21:08:37.401Z | Compiling typify-macro v0.2.0 |
635 | 2025-03-25T21:08:37.539Z | Compiling usdt-macro v0.5.0 |
636 | 2025-03-25T21:08:37.595Z | Checking slog-json v2.6.1 |
637 | 2025-03-25T21:08:37.612Z | Compiling parse-display-derive v0.10.0 |
638 | 2025-03-25T21:08:37.849Z | Checking hex v0.4.3 |
639 | 2025-03-25T21:08:38.347Z | Checking rand_xorshift v0.3.0 |
640 | 2025-03-25T21:08:38.542Z | Checking futures-executor v0.3.31 |
641 | 2025-03-25T21:08:38.684Z | Checking toml_edit v0.22.24 |
642 | 2025-03-25T21:08:38.747Z | Compiling async-stream-impl v0.3.6 |
643 | 2025-03-25T21:08:38.779Z | Compiling thiserror-impl v2.0.11 |
644 | 2025-03-25T21:08:38.810Z | Compiling daft-derive v0.1.2 |
645 | 2025-03-25T21:08:40.004Z | Compiling dropshot v0.16.0 |
646 | 2025-03-25T21:08:40.329Z | Checking memmap v0.7.0 |
647 | 2025-03-25T21:08:40.365Z | Checking is-terminal v0.4.13 |
648 | 2025-03-25T21:08:40.481Z | Checking spin v0.9.8 |
649 | 2025-03-25T21:08:40.493Z | Checking take_mut v0.2.2 |
650 | 2025-03-25T21:08:40.552Z | Checking unarray v0.1.4 |
651 | 2025-03-25T21:08:40.601Z | Checking lazy_static v1.5.0 |
652 | 2025-03-25T21:08:40.625Z | Compiling typify v0.2.0 |
653 | 2025-03-25T21:08:40.640Z | Checking cpufeatures v0.2.14 |
654 | 2025-03-25T21:08:40.733Z | Compiling progenitor-impl v0.8.0 |
655 | 2025-03-25T21:08:40.747Z | Checking sha1 v0.10.6 |
656 | 2025-03-25T21:08:40.751Z | Checking proptest v1.6.0 |
657 | 2025-03-25T21:08:41.031Z | Checking parse-display v0.10.0 |
658 | 2025-03-25T21:08:41.083Z | Checking strum v0.26.3 |
659 | 2025-03-25T21:08:41.234Z | Checking usdt v0.5.0 |
660 | 2025-03-25T21:08:41.269Z | Checking tokio-rustls v0.25.0 |
661 | 2025-03-25T21:08:41.298Z | Checking slog-term v2.9.1 |
662 | 2025-03-25T21:08:41.359Z | Checking toml v0.8.20 |
663 | 2025-03-25T21:08:41.528Z | Checking daft v0.1.2 |
664 | 2025-03-25T21:08:41.610Z | Checking async-stream v0.3.6 |
665 | 2025-03-25T21:08:41.743Z | Checking futures v0.3.31 |
666 | 2025-03-25T21:08:41.785Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
667 | 2025-03-25T21:08:41.802Z | Checking slog-bunyan v2.5.0 |
668 | 2025-03-25T21:08:41.849Z | Compiling serde_with_macros v3.12.0 |
669 | 2025-03-25T21:08:42.033Z | Compiling test-strategy v0.4.0 |
670 | 2025-03-25T21:08:42.056Z | Compiling dropshot_endpoint v0.16.0 |
671 | 2025-03-25T21:08:42.291Z | Checking serde_path_to_error v0.1.16 |
672 | 2025-03-25T21:08:42.454Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
673 | 2025-03-25T21:08:42.693Z | Compiling async-trait v0.1.87 |
674 | 2025-03-25T21:08:42.898Z | Checking waitgroup v0.1.2 |
675 | 2025-03-25T21:08:43.047Z | Checking hostname v0.4.0 |
676 | 2025-03-25T21:08:43.191Z | Checking instant v0.1.13 |
677 | 2025-03-25T21:08:43.247Z | Checking debug-ignore v1.0.5 |
678 | 2025-03-25T21:08:43.304Z | Checking backoff v0.4.0 |
679 | 2025-03-25T21:08:43.380Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
680 | 2025-03-25T21:08:43.527Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
681 | 2025-03-25T21:08:43.574Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
682 | 2025-03-25T21:08:44.091Z | Checking progenitor-client v0.9.1 |
683 | 2025-03-25T21:08:44.227Z | Checking serde_with v3.12.0 |
684 | 2025-03-25T21:08:44.406Z | Checking macaddr v1.0.1 |
685 | 2025-03-25T21:08:45.002Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
686 | 2025-03-25T21:08:45.192Z | Compiling progenitor-macro v0.8.0 |
687 | 2025-03-25T21:08:48.738Z | Checking progenitor v0.8.0 |
688 | 2025-03-25T21:08:48.849Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889) |
689 | 2025-03-25T21:08:51.597Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
690 | 2025-03-25T21:08:58.637Z | Checking test-project v0.1.0 (/tmp/test-project) |
691 | 2025-03-25T21:08:58.699Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 03s |
692 | 2025-03-25T21:08:58.832Z | + cargo build --release |
693 | 2025-03-25T21:08:59.060Z | Compiling proc-macro2 v1.0.94 |
694 | 2025-03-25T21:08:59.060Z | Compiling unicode-ident v1.0.14 |
695 | 2025-03-25T21:08:59.060Z | Compiling libc v0.2.170 |
696 | 2025-03-25T21:08:59.064Z | Compiling cfg-if v1.0.0 |
697 | 2025-03-25T21:08:59.064Z | Compiling autocfg v1.4.0 |
698 | 2025-03-25T21:08:59.064Z | Compiling serde v1.0.218 |
699 | 2025-03-25T21:08:59.064Z | Compiling memchr v2.7.4 |
700 | 2025-03-25T21:08:59.064Z | Compiling serde_json v1.0.139 |
701 | 2025-03-25T21:08:59.181Z | Compiling itoa v1.0.11 |
702 | 2025-03-25T21:08:59.413Z | Compiling thiserror v1.0.69 |
703 | 2025-03-25T21:08:59.484Z | Compiling shlex v1.3.0 |
704 | 2025-03-25T21:08:59.668Z | Compiling once_cell v1.20.3 |
705 | 2025-03-25T21:08:59.777Z | Compiling cc v1.2.15 |
706 | 2025-03-25T21:08:59.828Z | Compiling pin-project-lite v0.2.14 |
707 | 2025-03-25T21:08:59.951Z | Compiling smallvec v1.14.0 |
708 | 2025-03-25T21:09:00.088Z | Compiling ryu v1.0.18 |
709 | 2025-03-25T21:09:00.506Z | Compiling bytes v1.10.1 |
710 | 2025-03-25T21:09:00.514Z | Compiling semver v1.0.25 |
711 | 2025-03-25T21:09:00.653Z | Compiling futures-core v0.3.31 |
712 | 2025-03-25T21:09:00.712Z | Compiling version_check v0.9.5 |
713 | 2025-03-25T21:09:00.891Z | Compiling quote v1.0.39 |
714 | 2025-03-25T21:09:01.015Z | Compiling lock_api v0.4.12 |
715 | 2025-03-25T21:09:01.258Z | Compiling syn v2.0.98 |
716 | 2025-03-25T21:09:01.265Z | Compiling parking_lot_core v0.9.10 |
717 | 2025-03-25T21:09:01.362Z | Compiling getrandom v0.2.15 |
718 | 2025-03-25T21:09:01.528Z | Compiling equivalent v1.0.1 |
719 | 2025-03-25T21:09:01.630Z | Compiling foldhash v0.1.3 |
720 | 2025-03-25T21:09:01.637Z | Compiling scopeguard v1.2.0 |
721 | 2025-03-25T21:09:01.704Z | Compiling allocator-api2 v0.2.18 |
722 | 2025-03-25T21:09:01.720Z | Compiling slab v0.4.9 |
723 | 2025-03-25T21:09:02.098Z | Compiling futures-sink v0.3.31 |
724 | 2025-03-25T21:09:02.220Z | Compiling fnv v1.0.7 |
725 | 2025-03-25T21:09:02.246Z | Compiling parking_lot v0.12.3 |
726 | 2025-03-25T21:09:02.347Z | Compiling mio v1.0.2 |
727 | 2025-03-25T21:09:02.424Z | Compiling hashbrown v0.15.1 |
728 | 2025-03-25T21:09:02.475Z | Compiling socket2 v0.5.8 |
729 | 2025-03-25T21:09:02.507Z | Compiling signal-hook-registry v1.4.2 |
730 | 2025-03-25T21:09:02.596Z | Compiling log v0.4.22 |
731 | 2025-03-25T21:09:02.914Z | Compiling num-traits v0.2.19 |
732 | 2025-03-25T21:09:03.029Z | Compiling stable_deref_trait v1.2.0 |
733 | 2025-03-25T21:09:03.137Z | Compiling ring v0.17.11 |
734 | 2025-03-25T21:09:03.506Z | Compiling futures-channel v0.3.31 |
735 | 2025-03-25T21:09:03.868Z | Compiling pin-utils v0.1.0 |
736 | 2025-03-25T21:09:03.958Z | Compiling futures-task v0.3.31 |
737 | 2025-03-25T21:09:03.958Z | Compiling futures-io v0.3.31 |
738 | 2025-03-25T21:09:03.973Z | Compiling getrandom v0.3.1 |
739 | 2025-03-25T21:09:04.167Z | Compiling http v1.2.0 |
740 | 2025-03-25T21:09:04.278Z | Compiling bitflags v2.6.0 |
741 | 2025-03-25T21:09:04.537Z | Compiling iana-time-zone v0.1.61 |
742 | 2025-03-25T21:09:04.712Z | Compiling schemars v0.8.22 |
743 | 2025-03-25T21:09:05.001Z | Compiling rustls-pki-types v1.10.0 |
744 | 2025-03-25T21:09:05.048Z | Compiling pkg-config v0.3.31 |
745 | 2025-03-25T21:09:05.099Z | Compiling heck v0.5.0 |
746 | 2025-03-25T21:09:05.249Z | Compiling vcpkg v0.2.15 |
747 | 2025-03-25T21:09:06.050Z | Compiling httparse v1.9.5 |
748 | 2025-03-25T21:09:06.344Z | Compiling litemap v0.7.3 |
749 | 2025-03-25T21:09:06.562Z | Compiling openssl-sys v0.9.106 |
750 | 2025-03-25T21:09:06.679Z | Compiling writeable v0.5.5 |
751 | 2025-03-25T21:09:06.696Z | Compiling dyn-clone v1.0.19 |
752 | 2025-03-25T21:09:06.708Z | Compiling untrusted v0.9.0 |
753 | 2025-03-25T21:09:06.915Z | Compiling tracing-core v0.1.32 |
754 | 2025-03-25T21:09:07.002Z | Compiling atomic-waker v1.1.2 |
755 | 2025-03-25T21:09:07.193Z | Compiling ucd-trie v0.1.7 |
756 | 2025-03-25T21:09:07.623Z | Compiling tracing v0.1.40 |
757 | 2025-03-25T21:09:07.677Z | Compiling http-body v1.0.1 |
758 | 2025-03-25T21:09:08.247Z | Compiling subtle v2.6.1 |
759 | 2025-03-25T21:09:08.476Z | Compiling serde_derive_internals v0.29.1 |
760 | 2025-03-25T21:09:08.490Z | Compiling synstructure v0.13.1 |
761 | 2025-03-25T21:09:08.520Z | Compiling zeroize v1.8.1 |
762 | 2025-03-25T21:09:08.581Z | Compiling icu_locid_transform_data v1.5.0 |
763 | 2025-03-25T21:09:08.773Z | Compiling try-lock v0.2.5 |
764 | 2025-03-25T21:09:08.836Z | Compiling byteorder v1.5.0 |
765 | 2025-03-25T21:09:09.024Z | Compiling want v0.3.1 |
766 | 2025-03-25T21:09:09.114Z | Compiling chrono v0.4.40 |
767 | 2025-03-25T21:09:09.285Z | Compiling httpdate v1.0.3 |
768 | 2025-03-25T21:09:09.320Z | Compiling openssl v0.10.71 |
769 | 2025-03-25T21:09:09.591Z | Compiling icu_properties_data v1.5.0 |
770 | 2025-03-25T21:09:09.763Z | Compiling tower-service v0.3.3 |
771 | 2025-03-25T21:09:09.841Z | Compiling uuid v1.15.1 |
772 | 2025-03-25T21:09:10.016Z | Compiling foreign-types-shared v0.1.1 |
773 | 2025-03-25T21:09:10.219Z | Compiling foreign-types v0.3.2 |
774 | 2025-03-25T21:09:10.307Z | Compiling regress v0.10.3 |
775 | 2025-03-25T21:09:10.382Z | Compiling aho-corasick v1.1.3 |
776 | 2025-03-25T21:09:10.880Z | Compiling native-tls v0.2.12 |
777 | 2025-03-25T21:09:11.286Z | Compiling slog v2.7.0 |
778 | 2025-03-25T21:09:11.783Z | Compiling icu_normalizer_data v1.5.0 |
779 | 2025-03-25T21:09:11.859Z | Compiling rustls v0.23.19 |
780 | 2025-03-25T21:09:11.880Z | Compiling utf8_iter v1.0.4 |
781 | 2025-03-25T21:09:12.088Z | Compiling write16 v1.0.0 |
782 | 2025-03-25T21:09:12.145Z | Compiling regex-syntax v0.8.5 |
783 | 2025-03-25T21:09:12.210Z | Compiling utf16_iter v1.0.5 |
784 | 2025-03-25T21:09:12.221Z | Compiling percent-encoding v2.3.1 |
785 | 2025-03-25T21:09:12.341Z | Compiling serde_derive v1.0.218 |
786 | 2025-03-25T21:09:12.417Z | Compiling thiserror-impl v1.0.69 |
787 | 2025-03-25T21:09:12.683Z | Compiling schemars_derive v0.8.22 |
788 | 2025-03-25T21:09:13.869Z | Compiling zerofrom-derive v0.1.4 |
789 | 2025-03-25T21:09:14.161Z | Compiling tokio-macros v2.5.0 |
790 | 2025-03-25T21:09:14.411Z | Compiling yoke-derive v0.7.4 |
791 | 2025-03-25T21:09:14.597Z | Compiling zerovec-derive v0.10.3 |
792 | 2025-03-25T21:09:15.195Z | Compiling zerocopy-derive v0.7.35 |
793 | 2025-03-25T21:09:15.436Z | Compiling futures-macro v0.3.31 |
794 | 2025-03-25T21:09:15.614Z | Compiling tokio v1.43.0 |
795 | 2025-03-25T21:09:16.781Z | Compiling displaydoc v0.2.5 |
796 | 2025-03-25T21:09:16.875Z | Compiling zerofrom v0.1.4 |
797 | 2025-03-25T21:09:17.015Z | Compiling icu_provider_macros v1.5.0 |
798 | 2025-03-25T21:09:17.095Z | Compiling yoke v0.7.4 |
799 | 2025-03-25T21:09:17.220Z | Compiling futures-util v0.3.31 |
800 | 2025-03-25T21:09:17.265Z | Compiling pest v2.7.14 |
801 | 2025-03-25T21:09:17.449Z | Compiling zerovec v0.10.4 |
802 | 2025-03-25T21:09:18.247Z | Compiling zerocopy v0.7.35 |
803 | 2025-03-25T21:09:18.251Z | Compiling openssl-macros v0.1.1 |
804 | 2025-03-25T21:09:19.632Z | Compiling tinystr v0.7.6 |
805 | 2025-03-25T21:09:20.005Z | Compiling icu_locid v1.5.0 |
806 | 2025-03-25T21:09:20.089Z | Compiling rustls-webpki v0.102.8 |
807 | 2025-03-25T21:09:20.146Z | Compiling pest_meta v2.7.14 |
808 | 2025-03-25T21:09:23.340Z | Compiling icu_provider v1.5.0 |
809 | 2025-03-25T21:09:23.653Z | Compiling icu_collections v1.5.0 |
810 | 2025-03-25T21:09:25.060Z | Compiling indexmap v2.7.1 |
811 | 2025-03-25T21:09:26.798Z | Compiling serde_tokenstream v0.2.2 |
812 | 2025-03-25T21:09:27.325Z | Compiling tokio-util v0.7.13 |
813 | 2025-03-25T21:09:27.532Z | Compiling icu_locid_transform v1.5.0 |
814 | 2025-03-25T21:09:27.817Z | Compiling pest_generator v2.7.14 |
815 | 2025-03-25T21:09:29.425Z | Compiling h2 v0.4.6 |
816 | 2025-03-25T21:09:29.486Z | Compiling icu_properties v1.5.1 |
817 | 2025-03-25T21:09:30.441Z | Compiling pest_derive v2.7.14 |
818 | 2025-03-25T21:09:30.708Z | Compiling typify-impl v0.2.0 |
819 | 2025-03-25T21:09:33.369Z | Compiling icu_normalizer v1.5.0 |
820 | 2025-03-25T21:09:33.943Z | Compiling regex-automata v0.4.8 |
821 | 2025-03-25T21:09:35.707Z | Compiling hyper v1.6.0 |
822 | 2025-03-25T21:09:39.103Z | Compiling hyper-util v0.1.10 |
823 | 2025-03-25T21:09:40.290Z | Compiling form_urlencoded v1.2.1 |
824 | 2025-03-25T21:09:41.461Z | Compiling openssl-probe v0.1.5 |
825 | 2025-03-25T21:09:41.959Z | Compiling typenum v1.17.0 |
826 | 2025-03-25T21:09:44.031Z | Compiling typify-macro v0.2.0 |
827 | 2025-03-25T21:09:45.036Z | Compiling regex v1.11.1 |
828 | 2025-03-25T21:09:45.122Z | Compiling idna_adapter v1.2.0 |
829 | 2025-03-25T21:09:45.362Z | Compiling http-body-util v0.1.2 |
830 | 2025-03-25T21:09:45.860Z | Compiling generic-array v0.14.7 |
831 | 2025-03-25T21:09:45.917Z | Compiling encoding_rs v0.8.34 |
832 | 2025-03-25T21:09:46.220Z | Compiling mime v0.3.17 |
833 | 2025-03-25T21:09:47.264Z | Compiling idna v1.0.3 |
834 | 2025-03-25T21:09:48.496Z | Compiling tokio-native-tls v0.3.1 |
835 | 2025-03-25T21:09:50.048Z | Compiling serde_urlencoded v0.7.1 |
836 | 2025-03-25T21:09:51.983Z | Compiling tokio-rustls v0.26.0 |
837 | 2025-03-25T21:09:52.464Z | Compiling scroll_derive v0.12.0 |
838 | 2025-03-25T21:09:52.719Z | Compiling rustls-pemfile v2.2.0 |
839 | 2025-03-25T21:09:53.190Z | Compiling webpki-roots v0.26.6 |
840 | 2025-03-25T21:09:53.400Z | Compiling rand_core v0.6.4 |
841 | 2025-03-25T21:09:53.870Z | Compiling usdt-impl v0.5.0 |
842 | 2025-03-25T21:09:53.898Z | Compiling sync_wrapper v1.0.1 |
843 | 2025-03-25T21:09:54.049Z | Compiling rustix v0.38.37 |
844 | 2025-03-25T21:09:54.283Z | Compiling time-core v0.1.2 |
845 | 2025-03-25T21:09:54.453Z | Compiling tower-layer v0.3.3 |
846 | 2025-03-25T21:09:54.699Z | Compiling num-conv v0.1.0 |
847 | 2025-03-25T21:09:54.845Z | Compiling base64 v0.22.1 |
848 | 2025-03-25T21:09:54.959Z | Compiling powerfmt v0.2.0 |
849 | 2025-03-25T21:09:55.436Z | Compiling deranged v0.3.11 |
850 | 2025-03-25T21:09:55.926Z | Compiling time-macros v0.2.18 |
851 | 2025-03-25T21:09:57.094Z | Compiling tower v0.5.2 |
852 | 2025-03-25T21:09:57.421Z | Compiling scroll v0.12.0 |
853 | 2025-03-25T21:09:57.992Z | Compiling hyper-rustls v0.27.3 |
854 | 2025-03-25T21:09:58.701Z | Compiling hyper-tls v0.6.0 |
855 | 2025-03-25T21:09:59.192Z | Compiling dof v0.3.0 |
856 | 2025-03-25T21:09:59.306Z | Compiling url v2.5.3 |
857 | 2025-03-25T21:09:59.922Z | Compiling thread-id v4.2.2 |
858 | 2025-03-25T21:09:59.959Z | Compiling dtrace-parser v0.2.0 |
859 | 2025-03-25T21:09:59.981Z | Compiling ppv-lite86 v0.2.20 |
860 | 2025-03-25T21:10:00.024Z | Compiling structmeta-derive v0.3.0 |
861 | 2025-03-25T21:10:01.288Z | Compiling errno v0.3.9 |
862 | 2025-03-25T21:10:01.444Z | Compiling num_threads v0.1.7 |
863 | 2025-03-25T21:10:01.572Z | Compiling ipnet v2.11.0 |
864 | 2025-03-25T21:10:01.798Z | Compiling strsim v0.11.1 |
865 | 2025-03-25T21:10:02.394Z | Compiling paste v1.0.15 |
866 | 2025-03-25T21:10:02.497Z | Compiling rustversion v1.0.17 |
867 | 2025-03-25T21:10:02.911Z | Compiling plain v0.2.3 |
868 | 2025-03-25T21:10:03.381Z | Compiling omicron-workspace-hack v0.1.0 |
869 | 2025-03-25T21:10:04.368Z | Compiling crossbeam-utils v0.8.20 |
870 | 2025-03-25T21:10:04.912Z | Compiling ident_case v1.0.1 |
871 | 2025-03-25T21:10:05.086Z | Compiling darling_core v0.20.10 |
872 | 2025-03-25T21:10:07.703Z | Compiling time v0.3.36 |
873 | 2025-03-25T21:10:08.987Z | Compiling goblin v0.8.2 |
874 | 2025-03-25T21:10:09.451Z | Compiling structmeta v0.3.0 |
875 | 2025-03-25T21:10:09.814Z | Compiling reqwest v0.12.12 |
876 | 2025-03-25T21:10:13.266Z | Compiling rand_chacha v0.3.1 |
877 | 2025-03-25T21:10:15.978Z | Compiling openapiv3 v2.0.0 |
878 | 2025-03-25T21:10:16.163Z | Compiling typify v0.2.0 |
879 | 2025-03-25T21:10:16.975Z | Compiling dirs-sys-next v0.1.2 |
880 | 2025-03-25T21:10:18.030Z | Compiling unsafe-libyaml v0.2.11 |
881 | 2025-03-25T21:10:19.679Z | Compiling pretty-hex v0.4.1 |
882 | 2025-03-25T21:10:19.904Z | Compiling rustls v0.22.4 |
883 | 2025-03-25T21:10:19.917Z | Compiling newtype-uuid v1.2.1 |
884 | 2025-03-25T21:10:20.274Z | Compiling fastrand v2.1.1 |
885 | 2025-03-25T21:10:20.977Z | Compiling tempfile v3.13.0 |
886 | 2025-03-25T21:10:22.204Z | Compiling progenitor-impl v0.8.0 |
887 | 2025-03-25T21:10:22.852Z | Compiling serde_yaml v0.9.34+deprecated |
888 | 2025-03-25T21:10:26.002Z | Compiling dirs-next v2.0.0 |
889 | 2025-03-25T21:10:26.403Z | Compiling rand v0.8.5 |
890 | 2025-03-25T21:10:26.625Z | Compiling darling_macro v0.20.10 |
891 | 2025-03-25T21:10:28.973Z | Compiling crypto-common v0.1.6 |
892 | 2025-03-25T21:10:29.021Z | Compiling block-buffer v0.10.4 |
893 | 2025-03-25T21:10:29.187Z | Compiling ipnetwork v0.21.1 |
894 | 2025-03-25T21:10:29.249Z | Compiling toml_datetime v0.6.8 |
895 | 2025-03-25T21:10:29.931Z | Compiling serde_spanned v0.6.8 |
896 | 2025-03-25T21:10:30.207Z | Compiling multer v3.1.0 |
897 | 2025-03-25T21:10:30.575Z | Compiling wait-timeout v0.2.0 |
898 | 2025-03-25T21:10:30.699Z | Compiling thread_local v1.1.8 |
899 | 2025-03-25T21:10:31.416Z | Compiling anyhow v1.0.97 |
900 | 2025-03-25T21:10:31.608Z | Compiling match_cfg v0.1.0 |
901 | 2025-03-25T21:10:31.704Z | Compiling thiserror v2.0.11 |
902 | 2025-03-25T21:10:32.015Z | Compiling bit-vec v0.8.0 |
903 | 2025-03-25T21:10:32.306Z | Compiling quick-error v1.2.3 |
904 | 2025-03-25T21:10:32.455Z | Compiling winnow v0.7.3 |
905 | 2025-03-25T21:10:32.571Z | Compiling camino v1.1.9 |
906 | 2025-03-25T21:10:33.115Z | Compiling slog-async v2.8.0 |
907 | 2025-03-25T21:10:33.220Z | Compiling bit-set v0.8.0 |
908 | 2025-03-25T21:10:33.546Z | Compiling rusty-fork v0.3.0 |
909 | 2025-03-25T21:10:34.043Z | Compiling hostname v0.3.1 |
910 | 2025-03-25T21:10:34.358Z | Compiling oxnet v0.1.1 |
911 | 2025-03-25T21:10:34.531Z | Compiling crossbeam-channel v0.5.13 |
912 | 2025-03-25T21:10:35.556Z | Compiling digest v0.10.7 |
913 | 2025-03-25T21:10:35.973Z | Compiling toml_edit v0.22.24 |
914 | 2025-03-25T21:10:36.119Z | Compiling strum_macros v0.26.4 |
915 | 2025-03-25T21:10:36.757Z | Compiling progenitor-macro v0.8.0 |
916 | 2025-03-25T21:10:40.363Z | Compiling darling v0.20.10 |
917 | 2025-03-25T21:10:40.473Z | Compiling term v0.7.0 |
918 | 2025-03-25T21:10:45.353Z | Compiling usdt-attr-macro v0.5.0 |
919 | 2025-03-25T21:10:46.294Z | Compiling usdt-macro v0.5.0 |
920 | 2025-03-25T21:10:46.741Z | Compiling progenitor-client v0.8.0 |
921 | 2025-03-25T21:10:47.298Z | Compiling slog-json v2.6.1 |
922 | 2025-03-25T21:10:47.540Z | Compiling parse-display-derive v0.10.0 |
923 | 2025-03-25T21:10:47.679Z | Compiling rand_xorshift v0.3.0 |
924 | 2025-03-25T21:10:47.767Z | Compiling hex v0.4.3 |
925 | 2025-03-25T21:10:47.966Z | Compiling futures-executor v0.3.31 |
926 | 2025-03-25T21:10:48.409Z | Compiling daft-derive v0.1.2 |
927 | 2025-03-25T21:10:49.034Z | Compiling thiserror-impl v2.0.11 |
928 | 2025-03-25T21:10:49.968Z | Compiling async-stream-impl v0.3.6 |
929 | 2025-03-25T21:10:51.092Z | Compiling dropshot v0.16.0 |
930 | 2025-03-25T21:10:51.251Z | Compiling memmap v0.7.0 |
931 | 2025-03-25T21:10:51.472Z | Compiling is-terminal v0.4.13 |
932 | 2025-03-25T21:10:51.603Z | Compiling lazy_static v1.5.0 |
933 | 2025-03-25T21:10:51.627Z | Compiling unarray v0.1.4 |
934 | 2025-03-25T21:10:51.672Z | Compiling cpufeatures v0.2.14 |
935 | 2025-03-25T21:10:51.743Z | Compiling spin v0.9.8 |
936 | 2025-03-25T21:10:51.771Z | Compiling take_mut v0.2.2 |
937 | 2025-03-25T21:10:51.795Z | Compiling proptest v1.6.0 |
938 | 2025-03-25T21:10:52.032Z | Compiling sha1 v0.10.6 |
939 | 2025-03-25T21:10:52.837Z | Compiling slog-term v2.9.1 |
940 | 2025-03-25T21:10:54.731Z | Compiling usdt v0.5.0 |
941 | 2025-03-25T21:10:55.104Z | Compiling async-stream v0.3.6 |
942 | 2025-03-25T21:10:55.456Z | Compiling parse-display v0.10.0 |
943 | 2025-03-25T21:10:55.660Z | Compiling daft v0.1.2 |
944 | 2025-03-25T21:10:56.137Z | Compiling tokio-rustls v0.25.0 |
945 | 2025-03-25T21:10:56.161Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
946 | 2025-03-25T21:10:56.345Z | Compiling futures v0.3.31 |
947 | 2025-03-25T21:10:56.541Z | Compiling slog-bunyan v2.5.0 |
948 | 2025-03-25T21:10:56.574Z | Compiling progenitor v0.8.0 |
949 | 2025-03-25T21:10:56.760Z | Compiling serde_with_macros v3.12.0 |
950 | 2025-03-25T21:10:56.815Z | Compiling strum v0.26.3 |
951 | 2025-03-25T21:10:57.008Z | Compiling toml v0.8.20 |
952 | 2025-03-25T21:10:59.227Z | Compiling test-strategy v0.4.0 |
953 | 2025-03-25T21:10:59.247Z | Compiling dropshot_endpoint v0.16.0 |
954 | 2025-03-25T21:11:00.234Z | Compiling serde_path_to_error v0.1.16 |
955 | 2025-03-25T21:11:01.210Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
956 | 2025-03-25T21:11:02.037Z | Compiling async-trait v0.1.87 |
957 | 2025-03-25T21:11:02.416Z | Compiling waitgroup v0.1.2 |
958 | 2025-03-25T21:11:02.664Z | Compiling hostname v0.4.0 |
959 | 2025-03-25T21:11:02.932Z | Compiling instant v0.1.13 |
960 | 2025-03-25T21:11:03.085Z | Compiling debug-ignore v1.0.5 |
961 | 2025-03-25T21:11:03.237Z | Compiling backoff v0.4.0 |
962 | 2025-03-25T21:11:03.241Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
963 | 2025-03-25T21:11:03.570Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
964 | 2025-03-25T21:11:03.880Z | Compiling serde_with v3.12.0 |
965 | 2025-03-25T21:11:04.073Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889) |
966 | 2025-03-25T21:11:04.990Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
967 | 2025-03-25T21:11:05.806Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
968 | 2025-03-25T21:11:06.599Z | Compiling progenitor-client v0.9.1 |
969 | 2025-03-25T21:11:07.586Z | Compiling macaddr v1.0.1 |
970 | 2025-03-25T21:11:12.725Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
971 | 2025-03-25T21:11:23.100Z | Compiling test-project v0.1.0 (/tmp/test-project) |
972 | 2025-03-25T21:11:32.603Z | Finished `release` profile [optimized] target(s) in 2m 33s |
973 | 2025-03-25T21:11:32.671Z | process exited: duration 220625 ms, exit code 0 |
|
974 | 2025-03-25T21:11:32.686Z | found 0 output files |