|
|
|
1 | 2025-03-25T04:57:18.836Z | job assigned to worker 01JQ5TGZJPTA0ZMCHD7Q0SR07H [factory aws, i-05db8f10d82501d13] (queued for 1 m 11 s) |
|
2 | 2025-03-25T04:57:26.623Z | starting task 0: "setup" |
3 | 2025-03-25T04:57:26.628Z | ++ uname -s |
4 | 2025-03-25T04:57:26.634Z | + kern=SunOS |
5 | 2025-03-25T04:57:26.635Z | + build_user=build |
6 | 2025-03-25T04:57:26.635Z | + build_uid=12345 |
7 | 2025-03-25T04:57:26.635Z | + work_dir=/work |
8 | 2025-03-25T04:57:26.635Z | + input_dir=/input |
9 | 2025-03-25T04:57:26.635Z | + [[ 0 == 12345 ]] |
10 | 2025-03-25T04:57:26.635Z | + case "$kern" in |
11 | 2025-03-25T04:57:26.635Z | + groupadd -g 12345 build |
12 | 2025-03-25T04:57:26.639Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-03-25T04:57:28.650Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-03-25T04:57:28.775Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-03-25T04:57:28.778Z | + home_fs=zfs |
16 | 2025-03-25T04:57:28.778Z | + [[ zfs == autofs ]] |
17 | 2025-03-25T04:57:28.778Z | + mkdir -p /home/build |
18 | 2025-03-25T04:57:28.781Z | + chown build:build /home/build /work |
19 | 2025-03-25T04:57:30.781Z | + chmod 0700 /home/build /work |
20 | 2025-03-25T04:57:30.786Z | process exited: duration 4162 ms, exit code 0 |
|
21 | 2025-03-25T04:57:30.800Z | starting task 1: "rust-toolchain" |
22 | 2025-03-25T04:57:30.805Z | + printf ' * rust toolchain channel = "%s"\n' 1.85.0 |
23 | 2025-03-25T04:57:30.805Z | + printf ' * rust toolchain profile = "%s"\n' default |
24 | 2025-03-25T04:57:30.805Z | * rust toolchain channel = "1.85.0" |
25 | 2025-03-25T04:57:30.805Z | * rust toolchain profile = "default" |
26 | 2025-03-25T04:57:30.805Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-03-25T04:57:30.805Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-03-25T04:57:30.809Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-03-25T04:57:30.809Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default |
30 | 2025-03-25T04:57:30.930Z | info: downloading installer |
31 | 2025-03-25T04:57:32.589Z | warn: It looks like you have an existing installation of Rust at: |
32 | 2025-03-25T04:57:32.589Z | warn: /opt/ooce/bin |
33 | 2025-03-25T04:57:32.589Z | warn: It is recommended that rustup be the primary Rust installation. |
34 | 2025-03-25T04:57:32.589Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
35 | 2025-03-25T04:57:32.589Z | warn: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-03-25T04:57:32.589Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-03-25T04:57:32.589Z | warn: or pass `-y' to ignore all ignorable checks. |
38 | 2025-03-25T04:57:32.589Z | error: cannot install while Rust is installed |
39 | 2025-03-25T04:57:32.589Z | warn: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-03-25T04:57:32.617Z | info: profile set to 'default' |
41 | 2025-03-25T04:57:32.617Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-03-25T04:57:32.620Z | info: syncing channel updates for '1.85.0-x86_64-unknown-illumos' |
43 | 2025-03-25T04:57:32.813Z | info: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17) |
44 | 2025-03-25T04:57:32.813Z | info: downloading component 'cargo' |
45 | 2025-03-25T04:57:33.711Z | info: downloading component 'clippy' |
46 | 2025-03-25T04:57:34.023Z | info: downloading component 'rust-docs' |
47 | 2025-03-25T04:57:35.392Z | info: downloading component 'rust-std' |
48 | 2025-03-25T04:57:37.713Z | info: downloading component 'rustc' |
49 | 2025-03-25T04:57:43.600Z | info: downloading component 'rustfmt' |
50 | 2025-03-25T04:57:43.884Z | info: installing component 'cargo' |
51 | 2025-03-25T04:57:44.708Z | info: installing component 'clippy' |
52 | 2025-03-25T04:57:45.088Z | info: installing component 'rust-docs' |
53 | 2025-03-25T04:57:46.819Z | info: installing component 'rust-std' |
54 | 2025-03-25T04:57:48.708Z | info: installing component 'rustc' |
55 | 2025-03-25T04:57:54.541Z | info: installing component 'rustfmt' |
56 | 2025-03-25T04:57:54.869Z | info: default toolchain set to '1.85.0-x86_64-unknown-illumos' |
57 | 2025-03-25T04:57:54.869Z | |
58 | 2025-03-25T04:57:55.236Z | 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17) |
59 | 2025-03-25T04:57:55.236Z | |
60 | 2025-03-25T04:57:55.239Z | |
61 | 2025-03-25T04:57:55.239Z | Rust is installed now. Great! |
62 | 2025-03-25T04:57:55.239Z | |
63 | 2025-03-25T04:57:55.240Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-03-25T04:57:55.240Z | environment variable. This has not been done automatically. |
65 | 2025-03-25T04:57:55.240Z | |
66 | 2025-03-25T04:57:55.240Z | To configure your current shell, you need to source |
67 | 2025-03-25T04:57:55.240Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-03-25T04:57:55.240Z | |
69 | 2025-03-25T04:57:55.240Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-03-25T04:57:55.240Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-03-25T04:57:55.240Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-03-25T04:57:55.240Z | source "$HOME/.cargo/env.nu" # For nushell |
73 | 2025-03-25T04:57:55.315Z | + rustup --version |
74 | 2025-03-25T04:57:55.326Z | rustup 1.28.1 (f9edccde0 2025-03-05) |
75 | 2025-03-25T04:57:55.326Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
76 | 2025-03-25T04:57:55.355Z | info: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)` |
77 | 2025-03-25T04:57:55.358Z | + cargo --version |
78 | 2025-03-25T04:57:55.376Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
79 | 2025-03-25T04:57:55.379Z | + rustc --version |
80 | 2025-03-25T04:57:55.404Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
81 | 2025-03-25T04:57:55.407Z | process exited: duration 24605 ms, exit code 0 |
|
82 | 2025-03-25T04:57:55.414Z | starting task 2: "authentication" |
83 | 2025-03-25T04:57:55.436Z | process exited: duration 22 ms, exit code 0 |
|
84 | 2025-03-25T04:57:55.444Z | starting task 3: "clone repository" |
85 | 2025-03-25T04:57:55.449Z | + mkdir -p /work/oxidecomputer/omicron |
86 | 2025-03-25T04:57:55.452Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
87 | 2025-03-25T04:57:55.537Z | Cloning into '/work/oxidecomputer/omicron'... |
88 | 2025-03-25T04:58:03.290Z | + cd /work/oxidecomputer/omicron |
89 | 2025-03-25T04:58:03.297Z | + git fetch origin 36faafb666e626cf55506ab85f65e3e830c6d8f9 |
90 | 2025-03-25T04:58:03.620Z | From https://github.com/oxidecomputer/omicron |
91 | 2025-03-25T04:58:03.620Z | * branch 36faafb666e626cf55506ab85f65e3e830c6d8f9 -> FETCH_HEAD |
92 | 2025-03-25T04:58:03.630Z | + [[ -n iliana/artifact-store-writer-redo ]] |
93 | 2025-03-25T04:58:03.633Z | ++ git branch --show-current |
94 | 2025-03-25T04:58:03.633Z | + current=main |
95 | 2025-03-25T04:58:03.634Z | + [[ main != iliana/artifact-store-writer-redo ]] |
96 | 2025-03-25T04:58:03.634Z | + git branch -f iliana/artifact-store-writer-redo 36faafb666e626cf55506ab85f65e3e830c6d8f9 |
97 | 2025-03-25T04:58:03.642Z | + git checkout -f iliana/artifact-store-writer-redo |
98 | 2025-03-25T04:58:03.827Z | Switched to branch 'iliana/artifact-store-writer-redo' |
99 | 2025-03-25T04:58:03.830Z | + git reset --hard 36faafb666e626cf55506ab85f65e3e830c6d8f9 |
100 | 2025-03-25T04:58:03.847Z | HEAD is now at 36faafb66 fix comment numbering |
101 | 2025-03-25T04:58:03.850Z | process exited: duration 8403 ms, exit code 0 |
|
102 | 2025-03-25T04:58:03.865Z | starting task 4: "build" |
103 | 2025-03-25T04:58:03.868Z | + source .github/buildomat/ci-env.sh |
104 | 2025-03-25T04:58:03.868Z | ++ export CARGO_TERM_COLOR=always |
105 | 2025-03-25T04:58:03.868Z | ++ CARGO_TERM_COLOR=always |
106 | 2025-03-25T04:58:03.868Z | + cargo --version |
107 | 2025-03-25T04:58:03.923Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
108 | 2025-03-25T04:58:03.936Z | + rustc --version |
109 | 2025-03-25T04:58:03.992Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
110 | 2025-03-25T04:58:04.006Z | + cd /tmp |
111 | 2025-03-25T04:58:04.006Z | + cargo new --lib test-project |
112 | 2025-03-25T04:58:04.023Z | Creating library `test-project` package |
113 | 2025-03-25T04:58:04.102Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
114 | 2025-03-25T04:58:04.106Z | + cd test-project |
115 | 2025-03-25T04:58:04.106Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
116 | 2025-03-25T04:58:04.129Z | Adding omicron-common (local) to dependencies |
117 | 2025-03-25T04:58:04.133Z | Features: |
118 | 2025-03-25T04:58:04.133Z | - proptest |
119 | 2025-03-25T04:58:04.133Z | - test-strategy |
120 | 2025-03-25T04:58:04.133Z | - testing |
121 | 2025-03-25T04:58:04.160Z | Updating crates.io index |
122 | 2025-03-25T04:58:04.254Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
123 | 2025-03-25T04:58:04.821Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
124 | 2025-03-25T04:58:05.188Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
125 | 2025-03-25T04:58:05.565Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
126 | 2025-03-25T04:58:07.130Z | Locking 360 packages to latest Rust 1.85.0 compatible versions |
127 | 2025-03-25T04:58:07.306Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
128 | 2025-03-25T04:58:07.309Z | + cargo check |
129 | 2025-03-25T04:58:07.453Z | Updating crates.io index |
130 | 2025-03-25T04:58:08.531Z | Locking 1 package to latest Rust 1.85.0 compatible version |
131 | 2025-03-25T04:58:08.531Z | Adding omicron-workspace-hack v0.1.0 |
132 | 2025-03-25T04:58:08.592Z | Downloading crates ... |
133 | 2025-03-25T04:58:08.666Z | Downloaded byteorder v1.5.0 |
134 | 2025-03-25T04:58:08.669Z | Downloaded block-buffer v0.10.4 |
135 | 2025-03-25T04:58:08.674Z | Downloaded async-stream-impl v0.3.6 |
136 | 2025-03-25T04:58:08.682Z | Downloaded equivalent v1.0.1 |
137 | 2025-03-25T04:58:08.686Z | Downloaded icu_provider_macros v1.5.0 |
138 | 2025-03-25T04:58:08.689Z | Downloaded tinyvec_macros v0.1.1 |
139 | 2025-03-25T04:58:08.689Z | Downloaded time-core v0.1.2 |
140 | 2025-03-25T04:58:08.694Z | Downloaded cpufeatures v0.2.14 |
141 | 2025-03-25T04:58:08.694Z | Downloaded cfg-if v1.0.0 |
142 | 2025-03-25T04:58:08.694Z | Downloaded bit-set v0.8.0 |
143 | 2025-03-25T04:58:08.694Z | Downloaded bitflags v2.6.0 |
144 | 2025-03-25T04:58:08.698Z | Downloaded strum v0.26.3 |
145 | 2025-03-25T04:58:08.701Z | Downloaded http-body v1.0.1 |
146 | 2025-03-25T04:58:08.705Z | Downloaded sync_wrapper v1.0.1 |
147 | 2025-03-25T04:58:08.706Z | Downloaded foreign-types-shared v0.1.1 |
148 | 2025-03-25T04:58:08.706Z | Downloaded hostname v0.3.1 |
149 | 2025-03-25T04:58:08.709Z | Downloaded take_mut v0.2.2 |
150 | 2025-03-25T04:58:08.709Z | Downloaded instant v0.1.13 |
151 | 2025-03-25T04:58:08.709Z | Downloaded ident_case v1.0.1 |
152 | 2025-03-25T04:58:08.714Z | Downloaded usdt-attr-macro v0.5.0 |
153 | 2025-03-25T04:58:08.714Z | Downloaded try-lock v0.2.5 |
154 | 2025-03-25T04:58:08.714Z | Downloaded tower-layer v0.3.3 |
155 | 2025-03-25T04:58:08.718Z | Downloaded want v0.3.1 |
156 | 2025-03-25T04:58:08.718Z | Downloaded dirs-sys-next v0.1.2 |
157 | 2025-03-25T04:58:08.718Z | Downloaded waitgroup v0.1.2 |
158 | 2025-03-25T04:58:08.718Z | Downloaded dtrace-parser v0.2.0 |
159 | 2025-03-25T04:58:08.720Z | Downloaded num-conv v0.1.0 |
160 | 2025-03-25T04:58:08.720Z | Downloaded zerofrom v0.1.4 |
161 | 2025-03-25T04:58:08.720Z | Downloaded usdt-macro v0.5.0 |
162 | 2025-03-25T04:58:08.724Z | Downloaded write16 v1.0.0 |
163 | 2025-03-25T04:58:08.724Z | Downloaded yoke-derive v0.7.4 |
164 | 2025-03-25T04:58:08.724Z | Downloaded hyper-tls v0.6.0 |
165 | 2025-03-25T04:58:08.728Z | Downloaded omicron-workspace-hack v0.1.0 |
166 | 2025-03-25T04:58:08.728Z | Downloaded futures-task v0.3.31 |
167 | 2025-03-25T04:58:08.732Z | Downloaded fastrand v2.1.1 |
168 | 2025-03-25T04:58:08.732Z | Downloaded futures-io v0.3.31 |
169 | 2025-03-25T04:58:08.732Z | Downloaded dyn-clone v1.0.19 |
170 | 2025-03-25T04:58:08.732Z | Downloaded displaydoc v0.2.5 |
171 | 2025-03-25T04:58:08.735Z | Downloaded num_threads v0.1.7 |
172 | 2025-03-25T04:58:08.740Z | Downloaded thiserror v1.0.69 |
173 | 2025-03-25T04:58:08.744Z | Downloaded openssl-macros v0.1.1 |
174 | 2025-03-25T04:58:08.744Z | Downloaded match_cfg v0.1.0 |
175 | 2025-03-25T04:58:08.744Z | Downloaded openssl-probe v0.1.5 |
176 | 2025-03-25T04:58:08.747Z | Downloaded lazy_static v1.5.0 |
177 | 2025-03-25T04:58:08.750Z | Downloaded tower-service v0.3.3 |
178 | 2025-03-25T04:58:08.750Z | Downloaded httpdate v1.0.3 |
179 | 2025-03-25T04:58:08.753Z | Downloaded itoa v1.0.11 |
180 | 2025-03-25T04:58:08.753Z | Downloaded tinystr v0.7.6 |
181 | 2025-03-25T04:58:08.756Z | Downloaded thiserror-impl v2.0.12 |
182 | 2025-03-25T04:58:08.756Z | Downloaded thread_local v1.1.8 |
183 | 2025-03-25T04:58:08.759Z | Downloaded ipnetwork v0.21.1 |
184 | 2025-03-25T04:58:08.763Z | Downloaded version_check v0.9.5 |
185 | 2025-03-25T04:58:08.763Z | Downloaded toml_datetime v0.6.8 |
186 | 2025-03-25T04:58:08.766Z | Downloaded memmap v0.7.0 |
187 | 2025-03-25T04:58:08.766Z | Downloaded mime v0.3.17 |
188 | 2025-03-25T04:58:08.768Z | Downloaded usdt-impl v0.5.0 |
189 | 2025-03-25T04:58:08.768Z | Downloaded http-body-util v0.1.2 |
190 | 2025-03-25T04:58:08.772Z | Downloaded zerovec-derive v0.10.3 |
191 | 2025-03-25T04:58:08.775Z | Downloaded progenitor-client v0.9.1 |
192 | 2025-03-25T04:58:08.775Z | Downloaded backoff v0.4.0 |
193 | 2025-03-25T04:58:08.778Z | Downloaded utf16_iter v1.0.5 |
194 | 2025-03-25T04:58:08.778Z | Downloaded atomic-waker v1.1.2 |
195 | 2025-03-25T04:58:08.778Z | Downloaded writeable v0.5.5 |
196 | 2025-03-25T04:58:08.781Z | Downloaded icu_locid_transform v1.5.0 |
197 | 2025-03-25T04:58:08.784Z | Downloaded utf8_iter v1.0.4 |
198 | 2025-03-25T04:58:08.784Z | Downloaded tokio-native-tls v0.3.1 |
199 | 2025-03-25T04:58:08.788Z | Downloaded futures-channel v0.3.31 |
200 | 2025-03-25T04:58:08.793Z | Downloaded thiserror v2.0.12 |
201 | 2025-03-25T04:58:08.796Z | Downloaded scroll_derive v0.12.0 |
202 | 2025-03-25T04:58:08.796Z | Downloaded pretty-hex v0.4.1 |
203 | 2025-03-25T04:58:08.796Z | Downloaded macaddr v1.0.1 |
204 | 2025-03-25T04:58:08.799Z | Downloaded ipnet v2.11.0 |
205 | 2025-03-25T04:58:08.802Z | Downloaded oxnet v0.1.1 |
206 | 2025-03-25T04:58:08.802Z | Downloaded percent-encoding v2.3.1 |
207 | 2025-03-25T04:58:08.802Z | Downloaded iana-time-zone v0.1.61 |
208 | 2025-03-25T04:58:08.816Z | Downloaded is-terminal v0.4.13 |
209 | 2025-03-25T04:58:08.816Z | Downloaded digest v0.10.7 |
210 | 2025-03-25T04:58:08.816Z | Downloaded time-macros v0.2.18 |
211 | 2025-03-25T04:58:08.816Z | Downloaded daft-derive v0.1.2 |
212 | 2025-03-25T04:58:08.816Z | Downloaded yoke v0.7.4 |
213 | 2025-03-25T04:58:08.841Z | Downloaded ppv-lite86 v0.2.20 |
214 | 2025-03-25T04:58:08.842Z | Downloaded native-tls v0.2.12 |
215 | 2025-03-25T04:58:08.842Z | Downloaded plain v0.2.3 |
216 | 2025-03-25T04:58:08.842Z | Downloaded multer v3.1.0 |
217 | 2025-03-25T04:58:08.842Z | Downloaded hyper-rustls v0.27.3 |
218 | 2025-03-25T04:58:08.842Z | Downloaded once_cell v1.20.3 |
219 | 2025-03-25T04:58:08.842Z | Downloaded icu_locid v1.5.0 |
220 | 2025-03-25T04:58:08.852Z | Downloaded litemap v0.7.3 |
221 | 2025-03-25T04:58:08.853Z | Downloaded tinyvec v1.8.0 |
222 | 2025-03-25T04:58:08.853Z | Downloaded newtype-uuid v1.2.1 |
223 | 2025-03-25T04:58:08.853Z | Downloaded dropshot_endpoint v0.16.0 |
224 | 2025-03-25T04:58:08.853Z | Downloaded sha1 v0.10.6 |
225 | 2025-03-25T04:58:08.853Z | Downloaded progenitor-client v0.8.0 |
226 | 2025-03-25T04:58:08.857Z | Downloaded slog-json v2.6.1 |
227 | 2025-03-25T04:58:08.857Z | Downloaded pest_generator v2.7.14 |
228 | 2025-03-25T04:58:08.857Z | Downloaded allocator-api2 v0.2.18 |
229 | 2025-03-25T04:58:08.857Z | Downloaded rand_core v0.6.4 |
230 | 2025-03-25T04:58:08.857Z | Downloaded serde_tokenstream v0.2.2 |
231 | 2025-03-25T04:58:08.857Z | Downloaded serde_urlencoded v0.7.1 |
232 | 2025-03-25T04:58:08.861Z | Downloaded rand_chacha v0.3.1 |
233 | 2025-03-25T04:58:08.861Z | Downloaded indexmap v1.9.3 |
234 | 2025-03-25T04:58:08.874Z | Downloaded typenum v1.17.0 |
235 | 2025-03-25T04:58:08.875Z | Downloaded zerocopy-derive v0.7.35 |
236 | 2025-03-25T04:58:08.879Z | Downloaded icu_normalizer_data v1.5.0 |
237 | 2025-03-25T04:58:08.879Z | Downloaded icu_locid_transform_data v1.5.0 |
238 | 2025-03-25T04:58:08.879Z | Downloaded serde_spanned v0.6.8 |
239 | 2025-03-25T04:58:08.879Z | Downloaded scopeguard v1.2.0 |
240 | 2025-03-25T04:58:08.879Z | Downloaded scroll v0.12.0 |
241 | 2025-03-25T04:58:08.879Z | Downloaded pin-project-lite v0.2.14 |
242 | 2025-03-25T04:58:08.883Z | Downloaded icu_normalizer v1.5.0 |
243 | 2025-03-25T04:58:08.886Z | Downloaded rusty-fork v0.3.0 |
244 | 2025-03-25T04:58:08.890Z | Downloaded powerfmt v0.2.0 |
245 | 2025-03-25T04:58:08.890Z | Downloaded schemars_derive v0.8.22 |
246 | 2025-03-25T04:58:08.890Z | Downloaded smallvec v1.14.0 |
247 | 2025-03-25T04:58:08.896Z | Downloaded parse-display-derive v0.10.0 |
248 | 2025-03-25T04:58:08.896Z | Downloaded signal-hook-registry v1.4.2 |
249 | 2025-03-25T04:58:08.896Z | Downloaded pkg-config v0.3.31 |
250 | 2025-03-25T04:58:08.896Z | Downloaded pin-utils v0.1.0 |
251 | 2025-03-25T04:58:08.896Z | Downloaded paste v1.0.15 |
252 | 2025-03-25T04:58:08.900Z | Downloaded serde_with_macros v3.12.0 |
253 | 2025-03-25T04:58:08.910Z | Downloaded icu_properties v1.5.1 |
254 | 2025-03-25T04:58:08.910Z | Downloaded log v0.4.22 |
255 | 2025-03-25T04:58:08.910Z | Downloaded unsafe-libyaml v0.2.11 |
256 | 2025-03-25T04:58:08.910Z | Downloaded tracing-core v0.1.32 |
257 | 2025-03-25T04:58:08.916Z | Downloaded slog-async v2.8.0 |
258 | 2025-03-25T04:58:08.916Z | Downloaded rustls-pemfile v2.2.0 |
259 | 2025-03-25T04:58:08.920Z | Downloaded darling_core v0.20.10 |
260 | 2025-03-25T04:58:08.926Z | Downloaded pest_derive v2.7.14 |
261 | 2025-03-25T04:58:08.926Z | Downloaded rustversion v1.0.17 |
262 | 2025-03-25T04:58:08.930Z | Downloaded slab v0.4.9 |
263 | 2025-03-25T04:58:08.930Z | Downloaded quick-error v1.2.3 |
264 | 2025-03-25T04:58:08.930Z | Downloaded spin v0.9.8 |
265 | 2025-03-25T04:58:08.933Z | Downloaded uuid v1.15.1 |
266 | 2025-03-25T04:58:08.937Z | Downloaded parking_lot_core v0.9.10 |
267 | 2025-03-25T04:58:08.937Z | Downloaded serde_derive v1.0.218 |
268 | 2025-03-25T04:58:08.942Z | Downloaded indexmap v2.7.1 |
269 | 2025-03-25T04:58:08.946Z | Downloaded pest_meta v2.7.14 |
270 | 2025-03-25T04:58:08.946Z | Downloaded hashbrown v0.12.3 |
271 | 2025-03-25T04:58:08.952Z | Downloaded crossbeam-channel v0.5.13 |
272 | 2025-03-25T04:58:08.956Z | Downloaded progenitor-impl v0.8.0 |
273 | 2025-03-25T04:58:08.956Z | Downloaded socket2 v0.5.8 |
274 | 2025-03-25T04:58:08.959Z | Downloaded proc-macro2 v1.0.94 |
275 | 2025-03-25T04:58:08.962Z | Downloaded slog v2.7.0 |
276 | 2025-03-25T04:58:08.965Z | Downloaded cc v1.2.15 |
277 | 2025-03-25T04:58:08.968Z | Downloaded schemars v0.8.22 |
278 | 2025-03-25T04:58:08.978Z | Downloaded serde_yaml v0.9.34+deprecated |
279 | 2025-03-25T04:58:08.982Z | Downloaded tracing v0.1.40 |
280 | 2025-03-25T04:58:08.986Z | Downloaded quinn v0.11.5 |
281 | 2025-03-25T04:58:08.989Z | Downloaded tower v0.5.2 |
282 | 2025-03-25T04:58:08.998Z | Downloaded memchr v2.7.4 |
283 | 2025-03-25T04:58:09.004Z | Downloaded rand v0.8.5 |
284 | 2025-03-25T04:58:09.007Z | Downloaded mio v1.0.2 |
285 | 2025-03-25T04:58:09.012Z | Downloaded idna v1.0.3 |
286 | 2025-03-25T04:58:09.017Z | Downloaded toml_edit v0.22.24 |
287 | 2025-03-25T04:58:09.037Z | Downloaded pest v2.7.14 |
288 | 2025-03-25T04:58:09.043Z | Downloaded tokio-util v0.7.13 |
289 | 2025-03-25T04:58:09.048Z | Downloaded zerovec v0.10.4 |
290 | 2025-03-25T04:58:09.054Z | Downloaded serde_with v3.12.0 |
291 | 2025-03-25T04:58:09.066Z | Downloaded zerocopy v0.7.35 |
292 | 2025-03-25T04:58:09.077Z | Downloaded serde_json v1.0.139 |
293 | 2025-03-25T04:58:09.085Z | Downloaded winnow v0.7.3 |
294 | 2025-03-25T04:58:09.092Z | Downloaded rustls-webpki v0.102.8 |
295 | 2025-03-25T04:58:09.111Z | Downloaded proptest v1.6.0 |
296 | 2025-03-25T04:58:09.118Z | Downloaded icu_properties_data v1.5.0 |
297 | 2025-03-25T04:58:09.131Z | Downloaded reqwest v0.12.12 |
298 | 2025-03-25T04:58:09.135Z | Downloaded regex v1.11.1 |
299 | 2025-03-25T04:58:09.147Z | Downloaded vcpkg v0.2.15 |
300 | 2025-03-25T04:58:09.182Z | Downloaded webpki-roots v0.26.6 |
301 | 2025-03-25T04:58:09.185Z | Downloaded regress v0.10.3 |
302 | 2025-03-25T04:58:09.194Z | Downloaded openssl v0.10.71 |
303 | 2025-03-25T04:58:09.202Z | Downloaded regex-syntax v0.8.5 |
304 | 2025-03-25T04:58:09.209Z | Downloaded syn v2.0.98 |
305 | 2025-03-25T04:58:09.226Z | Downloaded dropshot v0.16.0 |
306 | 2025-03-25T04:58:09.240Z | Downloaded quinn-proto v0.11.8 |
307 | 2025-03-25T04:58:09.246Z | Downloaded rustls v0.23.19 |
308 | 2025-03-25T04:58:09.256Z | Downloaded chrono v0.4.40 |
309 | 2025-03-25T04:58:09.263Z | Downloaded rustls v0.22.4 |
310 | 2025-03-25T04:58:09.274Z | Downloaded rustix v0.38.37 |
311 | 2025-03-25T04:58:09.294Z | Downloaded openapiv3 v2.0.0 |
312 | 2025-03-25T04:58:09.304Z | Downloaded futures-util v0.3.31 |
313 | 2025-03-25T04:58:09.315Z | Downloaded typify-impl v0.2.0 |
314 | 2025-03-25T04:58:09.327Z | Downloaded goblin v0.8.2 |
315 | 2025-03-25T04:58:09.333Z | Downloaded hashbrown v0.15.1 |
316 | 2025-03-25T04:58:09.337Z | Downloaded h2 v0.4.6 |
317 | 2025-03-25T04:58:09.343Z | Downloaded time v0.3.36 |
318 | 2025-03-25T04:58:09.349Z | Downloaded regex-automata v0.4.8 |
319 | 2025-03-25T04:58:09.365Z | Downloaded hyper v1.6.0 |
320 | 2025-03-25T04:58:09.370Z | Downloaded aho-corasick v1.1.3 |
321 | 2025-03-25T04:58:09.375Z | Downloaded http v1.2.0 |
322 | 2025-03-25T04:58:09.379Z | Downloaded serde v1.0.218 |
323 | 2025-03-25T04:58:09.382Z | Downloaded openssl-sys v0.9.106 |
324 | 2025-03-25T04:58:09.386Z | Downloaded icu_collections v1.5.0 |
325 | 2025-03-25T04:58:09.392Z | Downloaded rustls-pki-types v1.10.0 |
326 | 2025-03-25T04:58:09.396Z | Downloaded url v2.5.3 |
327 | 2025-03-25T04:58:09.399Z | Downloaded ryu v1.0.18 |
328 | 2025-03-25T04:58:09.402Z | Downloaded num-traits v0.2.19 |
329 | 2025-03-25T04:58:09.406Z | Downloaded hyper-util v0.1.10 |
330 | 2025-03-25T04:58:09.408Z | Downloaded quote v1.0.39 |
331 | 2025-03-25T04:58:09.412Z | Downloaded tokio v1.43.0 |
332 | 2025-03-25T04:58:09.444Z | Downloaded sha2 v0.10.8 |
333 | 2025-03-25T04:58:09.448Z | Downloaded slog-term v2.9.1 |
334 | 2025-03-25T04:58:09.448Z | Downloaded libc v0.2.170 |
335 | 2025-03-25T04:58:09.470Z | Downloaded parking_lot v0.12.3 |
336 | 2025-03-25T04:58:09.475Z | Downloaded slog-bunyan v2.5.0 |
337 | 2025-03-25T04:58:09.475Z | Downloaded unicode-ident v1.0.14 |
338 | 2025-03-25T04:58:09.478Z | Downloaded serde_derive_internals v0.29.1 |
339 | 2025-03-25T04:58:09.478Z | Downloaded semver v1.0.25 |
340 | 2025-03-25T04:58:09.481Z | Downloaded shlex v1.3.0 |
341 | 2025-03-25T04:58:09.481Z | Downloaded rand_xorshift v0.3.0 |
342 | 2025-03-25T04:58:09.481Z | Downloaded quinn-udp v0.5.5 |
343 | 2025-03-25T04:58:09.484Z | Downloaded crossbeam-utils v0.8.20 |
344 | 2025-03-25T04:58:09.487Z | Downloaded base64 v0.22.1 |
345 | 2025-03-25T04:58:09.487Z | Downloaded bytes v1.10.1 |
346 | 2025-03-25T04:58:09.491Z | Downloaded futures v0.3.31 |
347 | 2025-03-25T04:58:09.495Z | Downloaded ucd-trie v0.1.7 |
348 | 2025-03-25T04:58:09.499Z | Downloaded toml v0.8.20 |
349 | 2025-03-25T04:58:09.501Z | Downloaded test-strategy v0.4.0 |
350 | 2025-03-25T04:58:09.504Z | Downloaded getrandom v0.3.1 |
351 | 2025-03-25T04:58:09.507Z | Downloaded progenitor v0.8.0 |
352 | 2025-03-25T04:58:09.507Z | Downloaded progenitor-macro v0.8.0 |
353 | 2025-03-25T04:58:09.510Z | Downloaded serde_path_to_error v0.1.16 |
354 | 2025-03-25T04:58:09.510Z | Downloaded rustc-hash v2.1.1 |
355 | 2025-03-25T04:58:09.514Z | Downloaded parse-display v0.10.0 |
356 | 2025-03-25T04:58:09.514Z | Downloaded unarray v0.1.4 |
357 | 2025-03-25T04:58:09.514Z | Downloaded tokio-rustls v0.26.0 |
358 | 2025-03-25T04:58:09.516Z | Downloaded term v0.7.0 |
359 | 2025-03-25T04:58:09.519Z | Downloaded icu_provider v1.5.0 |
360 | 2025-03-25T04:58:09.519Z | Downloaded lock_api v0.4.12 |
361 | 2025-03-25T04:58:09.523Z | Downloaded zeroize v1.8.1 |
362 | 2025-03-25T04:58:09.523Z | Downloaded anyhow v1.0.97 |
363 | 2025-03-25T04:58:09.526Z | Downloaded typify v0.2.0 |
364 | 2025-03-25T04:58:09.529Z | Downloaded tokio-rustls v0.25.0 |
365 | 2025-03-25T04:58:09.529Z | Downloaded getrandom v0.2.15 |
366 | 2025-03-25T04:58:09.533Z | Downloaded tempfile v3.13.0 |
367 | 2025-03-25T04:58:09.537Z | Downloaded futures-sink v0.3.31 |
368 | 2025-03-25T04:58:09.537Z | Downloaded daft v0.1.2 |
369 | 2025-03-25T04:58:09.537Z | Downloaded untrusted v0.9.0 |
370 | 2025-03-25T04:58:09.540Z | Downloaded httparse v1.9.5 |
371 | 2025-03-25T04:58:09.540Z | Downloaded strum_macros v0.26.4 |
372 | 2025-03-25T04:58:09.544Z | Downloaded stable_deref_trait v1.2.0 |
373 | 2025-03-25T04:58:09.544Z | Downloaded encoding_rs v0.8.34 |
374 | 2025-03-25T04:58:09.560Z | Downloaded hostname v0.4.0 |
375 | 2025-03-25T04:58:09.563Z | Downloaded darling v0.20.10 |
376 | 2025-03-25T04:58:09.566Z | Downloaded async-trait v0.1.87 |
377 | 2025-03-25T04:58:09.569Z | Downloaded wait-timeout v0.2.0 |
378 | 2025-03-25T04:58:09.569Z | Downloaded usdt v0.5.0 |
379 | 2025-03-25T04:58:09.572Z | Downloaded typify-macro v0.2.0 |
380 | 2025-03-25T04:58:09.572Z | Downloaded tokio-macros v2.5.0 |
381 | 2025-03-25T04:58:09.572Z | Downloaded idna_adapter v1.2.0 |
382 | 2025-03-25T04:58:09.575Z | Downloaded futures-executor v0.3.31 |
383 | 2025-03-25T04:58:09.575Z | Downloaded ring v0.17.11 |
384 | 2025-03-25T04:58:09.610Z | Downloaded form_urlencoded v1.2.1 |
385 | 2025-03-25T04:58:09.613Z | Downloaded zerofrom-derive v0.1.4 |
386 | 2025-03-25T04:58:09.614Z | Downloaded foreign-types v0.3.2 |
387 | 2025-03-25T04:58:09.614Z | Downloaded foldhash v0.1.3 |
388 | 2025-03-25T04:58:09.614Z | Downloaded dof v0.3.0 |
389 | 2025-03-25T04:58:09.617Z | Downloaded debug-ignore v1.0.5 |
390 | 2025-03-25T04:58:09.617Z | Downloaded thiserror-impl v1.0.69 |
391 | 2025-03-25T04:58:09.617Z | Downloaded heck v0.5.0 |
392 | 2025-03-25T04:58:09.617Z | Downloaded deranged v0.3.11 |
393 | 2025-03-25T04:58:09.621Z | Downloaded futures-core v0.3.31 |
394 | 2025-03-25T04:58:09.621Z | Downloaded futures-macro v0.3.31 |
395 | 2025-03-25T04:58:09.621Z | Downloaded fnv v1.0.7 |
396 | 2025-03-25T04:58:09.621Z | Downloaded synstructure v0.13.1 |
397 | 2025-03-25T04:58:09.625Z | Downloaded strsim v0.11.1 |
398 | 2025-03-25T04:58:09.625Z | Downloaded generic-array v0.14.7 |
399 | 2025-03-25T04:58:09.625Z | Downloaded errno v0.3.9 |
400 | 2025-03-25T04:58:09.625Z | Downloaded camino v1.1.9 |
401 | 2025-03-25T04:58:09.629Z | Downloaded dirs-next v2.0.0 |
402 | 2025-03-25T04:58:09.629Z | Downloaded bit-vec v0.8.0 |
403 | 2025-03-25T04:58:09.629Z | Downloaded thread-id v4.2.2 |
404 | 2025-03-25T04:58:09.632Z | Downloaded subtle v2.6.1 |
405 | 2025-03-25T04:58:09.632Z | Downloaded structmeta-derive v0.3.0 |
406 | 2025-03-25T04:58:09.632Z | Downloaded structmeta v0.3.0 |
407 | 2025-03-25T04:58:09.632Z | Downloaded hex v0.4.3 |
408 | 2025-03-25T04:58:09.636Z | Downloaded autocfg v1.4.0 |
409 | 2025-03-25T04:58:09.636Z | Downloaded async-stream v0.3.6 |
410 | 2025-03-25T04:58:09.639Z | Downloaded darling_macro v0.20.10 |
411 | 2025-03-25T04:58:09.639Z | Downloaded crypto-common v0.1.6 |
412 | 2025-03-25T04:58:09.763Z | Compiling proc-macro2 v1.0.94 |
413 | 2025-03-25T04:58:09.763Z | Compiling unicode-ident v1.0.14 |
414 | 2025-03-25T04:58:09.767Z | Compiling libc v0.2.170 |
415 | 2025-03-25T04:58:09.767Z | Checking cfg-if v1.0.0 |
416 | 2025-03-25T04:58:09.767Z | Compiling autocfg v1.4.0 |
417 | 2025-03-25T04:58:09.767Z | Compiling serde v1.0.218 |
418 | 2025-03-25T04:58:09.767Z | Checking memchr v2.7.4 |
419 | 2025-03-25T04:58:09.784Z | Compiling serde_json v1.0.139 |
420 | 2025-03-25T04:58:09.864Z | Checking itoa v1.0.11 |
421 | 2025-03-25T04:58:10.064Z | Compiling thiserror v1.0.69 |
422 | 2025-03-25T04:58:10.332Z | Compiling shlex v1.3.0 |
423 | 2025-03-25T04:58:10.538Z | Checking once_cell v1.20.3 |
424 | 2025-03-25T04:58:10.578Z | Compiling cc v1.2.15 |
425 | 2025-03-25T04:58:10.648Z | Checking pin-project-lite v0.2.14 |
426 | 2025-03-25T04:58:10.765Z | Checking ryu v1.0.18 |
427 | 2025-03-25T04:58:10.811Z | Checking smallvec v1.14.0 |
428 | 2025-03-25T04:58:10.920Z | Checking bytes v1.10.1 |
429 | 2025-03-25T04:58:10.933Z | Compiling semver v1.0.25 |
430 | 2025-03-25T04:58:10.981Z | Checking futures-core v0.3.31 |
431 | 2025-03-25T04:58:11.156Z | Compiling version_check v0.9.5 |
432 | 2025-03-25T04:58:11.177Z | Compiling lock_api v0.4.12 |
433 | 2025-03-25T04:58:11.231Z | Compiling parking_lot_core v0.9.10 |
434 | 2025-03-25T04:58:11.550Z | Compiling quote v1.0.39 |
435 | 2025-03-25T04:58:11.578Z | Checking getrandom v0.2.15 |
436 | 2025-03-25T04:58:11.736Z | Checking foldhash v0.1.3 |
437 | 2025-03-25T04:58:11.806Z | Checking equivalent v1.0.1 |
438 | 2025-03-25T04:58:11.819Z | Checking allocator-api2 v0.2.18 |
439 | 2025-03-25T04:58:11.897Z | Checking scopeguard v1.2.0 |
440 | 2025-03-25T04:58:11.935Z | Compiling syn v2.0.98 |
441 | 2025-03-25T04:58:11.983Z | Compiling slab v0.4.9 |
442 | 2025-03-25T04:58:12.055Z | Checking fnv v1.0.7 |
443 | 2025-03-25T04:58:12.196Z | Checking futures-sink v0.3.31 |
444 | 2025-03-25T04:58:12.289Z | Checking signal-hook-registry v1.4.2 |
445 | 2025-03-25T04:58:12.473Z | Checking mio v1.0.2 |
446 | 2025-03-25T04:58:12.538Z | Checking hashbrown v0.15.1 |
447 | 2025-03-25T04:58:12.555Z | Checking parking_lot v0.12.3 |
448 | 2025-03-25T04:58:12.575Z | Checking socket2 v0.5.8 |
449 | 2025-03-25T04:58:12.578Z | Checking log v0.4.22 |
450 | 2025-03-25T04:58:12.821Z | Compiling num-traits v0.2.19 |
451 | 2025-03-25T04:58:12.889Z | Checking stable_deref_trait v1.2.0 |
452 | 2025-03-25T04:58:12.903Z | Checking futures-channel v0.3.31 |
453 | 2025-03-25T04:58:12.995Z | Compiling getrandom v0.3.1 |
454 | 2025-03-25T04:58:13.032Z | Checking futures-task v0.3.31 |
455 | 2025-03-25T04:58:13.059Z | Checking pin-utils v0.1.0 |
456 | 2025-03-25T04:58:13.152Z | Checking futures-io v0.3.31 |
457 | 2025-03-25T04:58:13.235Z | Checking http v1.2.0 |
458 | 2025-03-25T04:58:13.251Z | Compiling schemars v0.8.22 |
459 | 2025-03-25T04:58:13.325Z | Checking bitflags v2.6.0 |
460 | 2025-03-25T04:58:13.588Z | Compiling ring v0.17.11 |
461 | 2025-03-25T04:58:13.627Z | Compiling pkg-config v0.3.31 |
462 | 2025-03-25T04:58:13.641Z | Checking iana-time-zone v0.1.61 |
463 | 2025-03-25T04:58:13.789Z | Checking rustls-pki-types v1.10.0 |
464 | 2025-03-25T04:58:13.918Z | Compiling heck v0.5.0 |
465 | 2025-03-25T04:58:14.285Z | Compiling vcpkg v0.2.15 |
466 | 2025-03-25T04:58:14.495Z | Checking writeable v0.5.5 |
467 | 2025-03-25T04:58:14.633Z | Compiling httparse v1.9.5 |
468 | 2025-03-25T04:58:14.727Z | Checking untrusted v0.9.0 |
469 | 2025-03-25T04:58:14.812Z | Checking litemap v0.7.3 |
470 | 2025-03-25T04:58:14.825Z | Checking dyn-clone v1.0.19 |
471 | 2025-03-25T04:58:14.953Z | Checking tracing-core v0.1.32 |
472 | 2025-03-25T04:58:15.111Z | Checking atomic-waker v1.1.2 |
473 | 2025-03-25T04:58:15.127Z | Compiling ucd-trie v0.1.7 |
474 | 2025-03-25T04:58:15.380Z | Checking http-body v1.0.1 |
475 | 2025-03-25T04:58:15.558Z | Checking icu_locid_transform_data v1.5.0 |
476 | 2025-03-25T04:58:15.571Z | Checking subtle v2.6.1 |
477 | 2025-03-25T04:58:15.584Z | Checking tracing v0.1.40 |
478 | 2025-03-25T04:58:15.645Z | Compiling openssl-sys v0.9.106 |
479 | 2025-03-25T04:58:15.657Z | Checking try-lock v0.2.5 |
480 | 2025-03-25T04:58:15.789Z | Checking zeroize v1.8.1 |
481 | 2025-03-25T04:58:15.804Z | Checking byteorder v1.5.0 |
482 | 2025-03-25T04:58:16.181Z | Checking want v0.3.1 |
483 | 2025-03-25T04:58:16.266Z | Checking foreign-types-shared v0.1.1 |
484 | 2025-03-25T04:58:16.287Z | Checking httpdate v1.0.3 |
485 | 2025-03-25T04:58:16.351Z | Checking tower-service v0.3.3 |
486 | 2025-03-25T04:58:16.363Z | Compiling openssl v0.10.71 |
487 | 2025-03-25T04:58:16.515Z | Compiling uuid v1.15.1 |
488 | 2025-03-25T04:58:16.627Z | Compiling chrono v0.4.40 |
489 | 2025-03-25T04:58:16.649Z | Checking icu_properties_data v1.5.0 |
490 | 2025-03-25T04:58:16.822Z | Checking foreign-types v0.3.2 |
491 | 2025-03-25T04:58:16.866Z | Compiling regress v0.10.3 |
492 | 2025-03-25T04:58:16.905Z | Compiling aho-corasick v1.1.3 |
493 | 2025-03-25T04:58:17.039Z | Checking utf16_iter v1.0.5 |
494 | 2025-03-25T04:58:17.154Z | Compiling native-tls v0.2.12 |
495 | 2025-03-25T04:58:17.211Z | Checking write16 v1.0.0 |
496 | 2025-03-25T04:58:17.351Z | Compiling rustls v0.23.19 |
497 | 2025-03-25T04:58:17.534Z | Checking percent-encoding v2.3.1 |
498 | 2025-03-25T04:58:17.680Z | Compiling slog v2.7.0 |
499 | 2025-03-25T04:58:17.747Z | Checking utf8_iter v1.0.4 |
500 | 2025-03-25T04:58:17.941Z | Compiling regex-syntax v0.8.5 |
501 | 2025-03-25T04:58:18.175Z | Checking icu_normalizer_data v1.5.0 |
502 | 2025-03-25T04:58:18.267Z | Checking form_urlencoded v1.2.1 |
503 | 2025-03-25T04:58:18.325Z | Compiling typenum v1.17.0 |
504 | 2025-03-25T04:58:19.115Z | Compiling serde_derive_internals v0.29.1 |
505 | 2025-03-25T04:58:19.251Z | Compiling synstructure v0.13.1 |
506 | 2025-03-25T04:58:20.069Z | Checking rustls-webpki v0.102.8 |
507 | 2025-03-25T04:58:20.408Z | Checking openssl-probe v0.1.5 |
508 | 2025-03-25T04:58:21.007Z | Compiling generic-array v0.14.7 |
509 | 2025-03-25T04:58:21.303Z | Checking encoding_rs v0.8.34 |
510 | 2025-03-25T04:58:21.355Z | Checking mime v0.3.17 |
511 | 2025-03-25T04:58:21.677Z | Compiling regex-automata v0.4.8 |
512 | 2025-03-25T04:58:22.890Z | Compiling serde_derive v1.0.218 |
513 | 2025-03-25T04:58:23.024Z | Compiling thiserror-impl v1.0.69 |
514 | 2025-03-25T04:58:23.239Z | Compiling schemars_derive v0.8.22 |
515 | 2025-03-25T04:58:23.243Z | Compiling tokio-macros v2.5.0 |
516 | 2025-03-25T04:58:23.537Z | Compiling zerofrom-derive v0.1.4 |
517 | 2025-03-25T04:58:23.733Z | Compiling yoke-derive v0.7.4 |
518 | 2025-03-25T04:58:24.682Z | Checking tokio v1.43.0 |
519 | 2025-03-25T04:58:25.225Z | Compiling zerovec-derive v0.10.3 |
520 | 2025-03-25T04:58:25.760Z | Compiling zerocopy-derive v0.7.35 |
521 | 2025-03-25T04:58:25.931Z | Compiling futures-macro v0.3.31 |
522 | 2025-03-25T04:58:26.059Z | Compiling displaydoc v0.2.5 |
523 | 2025-03-25T04:58:26.520Z | Checking zerofrom v0.1.4 |
524 | 2025-03-25T04:58:26.738Z | Checking yoke v0.7.4 |
525 | 2025-03-25T04:58:27.071Z | Compiling icu_provider_macros v1.5.0 |
526 | 2025-03-25T04:58:27.473Z | Compiling pest v2.7.14 |
527 | 2025-03-25T04:58:27.571Z | Checking zerovec v0.10.4 |
528 | 2025-03-25T04:58:27.721Z | Checking zerocopy v0.7.35 |
529 | 2025-03-25T04:58:27.734Z | Checking futures-util v0.3.31 |
530 | 2025-03-25T04:58:28.101Z | Compiling openssl-macros v0.1.1 |
531 | 2025-03-25T04:58:28.112Z | Compiling regex v1.11.1 |
532 | 2025-03-25T04:58:29.056Z | Checking tinystr v0.7.6 |
533 | 2025-03-25T04:58:29.371Z | Checking icu_locid v1.5.0 |
534 | 2025-03-25T04:58:30.287Z | Checking icu_provider v1.5.0 |
535 | 2025-03-25T04:58:30.415Z | Compiling pest_meta v2.7.14 |
536 | 2025-03-25T04:58:30.881Z | Checking icu_locid_transform v1.5.0 |
537 | 2025-03-25T04:58:31.406Z | Checking tokio-util v0.7.13 |
538 | 2025-03-25T04:58:31.864Z | Checking icu_collections v1.5.0 |
539 | 2025-03-25T04:58:32.064Z | Compiling pest_generator v2.7.14 |
540 | 2025-03-25T04:58:32.127Z | Checking http-body-util v0.1.2 |
541 | 2025-03-25T04:58:32.186Z | Checking tokio-rustls v0.26.0 |
542 | 2025-03-25T04:58:32.513Z | Checking icu_properties v1.5.1 |
543 | 2025-03-25T04:58:32.527Z | Compiling scroll_derive v0.12.0 |
544 | 2025-03-25T04:58:33.692Z | Checking rustls-pemfile v2.2.0 |
545 | 2025-03-25T04:58:33.889Z | Checking webpki-roots v0.26.6 |
546 | 2025-03-25T04:58:33.902Z | Compiling usdt-impl v0.5.0 |
547 | 2025-03-25T04:58:34.076Z | Checking rand_core v0.6.4 |
548 | 2025-03-25T04:58:34.097Z | Compiling pest_derive v2.7.14 |
549 | 2025-03-25T04:58:34.273Z | Checking indexmap v2.7.1 |
550 | 2025-03-25T04:58:34.694Z | Checking tokio-native-tls v0.3.1 |
551 | 2025-03-25T04:58:34.870Z | Checking serde_urlencoded v0.7.1 |
552 | 2025-03-25T04:58:34.930Z | Checking sync_wrapper v1.0.1 |
553 | 2025-03-25T04:58:34.943Z | Compiling paste v1.0.15 |
554 | 2025-03-25T04:58:35.081Z | Checking base64 v0.22.1 |
555 | 2025-03-25T04:58:35.389Z | Compiling serde_tokenstream v0.2.2 |
556 | 2025-03-25T04:58:35.525Z | Checking h2 v0.4.6 |
557 | 2025-03-25T04:58:35.570Z | Compiling num-conv v0.1.0 |
558 | 2025-03-25T04:58:35.749Z | Checking icu_normalizer v1.5.0 |
559 | 2025-03-25T04:58:35.827Z | Compiling time-core v0.1.2 |
560 | 2025-03-25T04:58:35.900Z | Checking tower-layer v0.3.3 |
561 | 2025-03-25T04:58:35.994Z | Checking powerfmt v0.2.0 |
562 | 2025-03-25T04:58:36.064Z | Compiling rustix v0.38.37 |
563 | 2025-03-25T04:58:36.157Z | Checking tower v0.5.2 |
564 | 2025-03-25T04:58:36.258Z | Checking deranged v0.3.11 |
565 | 2025-03-25T04:58:36.520Z | Checking idna_adapter v1.2.0 |
566 | 2025-03-25T04:58:36.711Z | Checking idna v1.0.3 |
567 | 2025-03-25T04:58:36.861Z | Compiling dof v0.3.0 |
568 | 2025-03-25T04:58:36.864Z | Compiling time-macros v0.2.18 |
569 | 2025-03-25T04:58:37.210Z | Checking url v2.5.3 |
570 | 2025-03-25T04:58:37.504Z | Compiling dtrace-parser v0.2.0 |
571 | 2025-03-25T04:58:37.696Z | Checking scroll v0.12.0 |
572 | 2025-03-25T04:58:37.790Z | Compiling thread-id v4.2.2 |
573 | 2025-03-25T04:58:37.965Z | Checking ppv-lite86 v0.2.20 |
574 | 2025-03-25T04:58:38.137Z | Compiling structmeta-derive v0.3.0 |
575 | 2025-03-25T04:58:38.665Z | Compiling typify-impl v0.2.0 |
576 | 2025-03-25T04:58:38.708Z | Checking errno v0.3.9 |
577 | 2025-03-25T04:58:38.897Z | Compiling strsim v0.11.1 |
578 | 2025-03-25T04:58:39.037Z | Compiling newtype-uuid v1.2.1 |
579 | 2025-03-25T04:58:39.590Z | Compiling crossbeam-utils v0.8.20 |
580 | 2025-03-25T04:58:39.628Z | Checking hyper v1.6.0 |
581 | 2025-03-25T04:58:39.643Z | Compiling rustversion v1.0.17 |
582 | 2025-03-25T04:58:39.700Z | Checking num_threads v0.1.7 |
583 | 2025-03-25T04:58:39.826Z | Checking plain v0.2.3 |
584 | 2025-03-25T04:58:39.973Z | Checking ipnet v2.11.0 |
585 | 2025-03-25T04:58:40.115Z | Compiling ident_case v1.0.1 |
586 | 2025-03-25T04:58:40.489Z | Checking time v0.3.36 |
587 | 2025-03-25T04:58:40.508Z | Compiling structmeta v0.3.0 |
588 | 2025-03-25T04:58:40.660Z | Compiling darling_core v0.20.10 |
589 | 2025-03-25T04:58:40.873Z | Checking goblin v0.8.2 |
590 | 2025-03-25T04:58:41.583Z | Checking hyper-util v0.1.10 |
591 | 2025-03-25T04:58:42.302Z | Checking rand_chacha v0.3.1 |
592 | 2025-03-25T04:58:43.194Z | Checking ipnetwork v0.21.1 |
593 | 2025-03-25T04:58:43.258Z | Checking hyper-rustls v0.27.3 |
594 | 2025-03-25T04:58:43.450Z | Checking hyper-tls v0.6.0 |
595 | 2025-03-25T04:58:43.587Z | Compiling openapiv3 v2.0.0 |
596 | 2025-03-25T04:58:43.718Z | Checking reqwest v0.12.12 |
597 | 2025-03-25T04:58:44.605Z | Checking dirs-sys-next v0.1.2 |
598 | 2025-03-25T04:58:44.794Z | Checking fastrand v2.1.1 |
599 | 2025-03-25T04:58:44.960Z | Compiling omicron-workspace-hack v0.1.0 |
600 | 2025-03-25T04:58:45.113Z | Compiling thiserror v2.0.12 |
601 | 2025-03-25T04:58:45.135Z | Compiling unsafe-libyaml v0.2.11 |
602 | 2025-03-25T04:58:45.312Z | Checking pretty-hex v0.4.1 |
603 | 2025-03-25T04:58:45.476Z | Compiling rustls v0.22.4 |
604 | 2025-03-25T04:58:45.490Z | Compiling darling_macro v0.20.10 |
605 | 2025-03-25T04:58:45.825Z | Checking tempfile v3.13.0 |
606 | 2025-03-25T04:58:46.131Z | Checking dirs-next v2.0.0 |
607 | 2025-03-25T04:58:46.189Z | Checking oxnet v0.1.1 |
608 | 2025-03-25T04:58:46.332Z | Checking rand v0.8.5 |
609 | 2025-03-25T04:58:46.441Z | Compiling serde_yaml v0.9.34+deprecated |
610 | 2025-03-25T04:58:46.853Z | Checking crypto-common v0.1.6 |
611 | 2025-03-25T04:58:47.020Z | Checking block-buffer v0.10.4 |
612 | 2025-03-25T04:58:47.080Z | Checking toml_datetime v0.6.8 |
613 | 2025-03-25T04:58:47.215Z | Checking serde_spanned v0.6.8 |
614 | 2025-03-25T04:58:47.320Z | Compiling thiserror-impl v2.0.12 |
615 | 2025-03-25T04:58:47.375Z | Compiling daft-derive v0.1.2 |
616 | 2025-03-25T04:58:47.413Z | Compiling multer v3.1.0 |
617 | 2025-03-25T04:58:47.427Z | Checking wait-timeout v0.2.0 |
618 | 2025-03-25T04:58:47.605Z | Checking thread_local v1.1.8 |
619 | 2025-03-25T04:58:47.632Z | Compiling camino v1.1.9 |
620 | 2025-03-25T04:58:47.775Z | Checking match_cfg v0.1.0 |
621 | 2025-03-25T04:58:47.871Z | Checking bit-vec v0.8.0 |
622 | 2025-03-25T04:58:47.884Z | Checking winnow v0.7.3 |
623 | 2025-03-25T04:58:47.931Z | Checking quick-error v1.2.3 |
624 | 2025-03-25T04:58:48.078Z | Compiling slog-async v2.8.0 |
625 | 2025-03-25T04:58:48.231Z | Compiling anyhow v1.0.97 |
626 | 2025-03-25T04:58:48.306Z | Checking bit-set v0.8.0 |
627 | 2025-03-25T04:58:48.566Z | Checking rusty-fork v0.3.0 |
628 | 2025-03-25T04:58:48.627Z | Compiling strum_macros v0.26.4 |
629 | 2025-03-25T04:58:48.795Z | Checking daft v0.1.2 |
630 | 2025-03-25T04:58:48.848Z | Checking hostname v0.3.1 |
631 | 2025-03-25T04:58:49.172Z | Checking crossbeam-channel v0.5.13 |
632 | 2025-03-25T04:58:49.198Z | Checking digest v0.10.7 |
633 | 2025-03-25T04:58:49.495Z | Compiling darling v0.20.10 |
634 | 2025-03-25T04:58:49.521Z | Checking term v0.7.0 |
635 | 2025-03-25T04:58:49.597Z | Checking progenitor-client v0.8.0 |
636 | 2025-03-25T04:58:49.700Z | Compiling typify-macro v0.2.0 |
637 | 2025-03-25T04:58:49.856Z | Compiling usdt-macro v0.5.0 |
638 | 2025-03-25T04:58:49.902Z | Compiling usdt-attr-macro v0.5.0 |
639 | 2025-03-25T04:58:49.955Z | Checking slog-json v2.6.1 |
640 | 2025-03-25T04:58:50.212Z | Compiling parse-display-derive v0.10.0 |
641 | 2025-03-25T04:58:50.216Z | Checking rand_xorshift v0.3.0 |
642 | 2025-03-25T04:58:50.398Z | Checking hex v0.4.3 |
643 | 2025-03-25T04:58:50.618Z | Checking toml_edit v0.22.24 |
644 | 2025-03-25T04:58:50.840Z | Checking futures-executor v0.3.31 |
645 | 2025-03-25T04:58:51.084Z | Compiling async-stream-impl v0.3.6 |
646 | 2025-03-25T04:58:51.088Z | Compiling dropshot v0.16.0 |
647 | 2025-03-25T04:58:51.220Z | Checking is-terminal v0.4.13 |
648 | 2025-03-25T04:58:51.358Z | Checking memmap v0.7.0 |
649 | 2025-03-25T04:58:51.472Z | Checking lazy_static v1.5.0 |
650 | 2025-03-25T04:58:51.580Z | Checking unarray v0.1.4 |
651 | 2025-03-25T04:58:51.616Z | Checking spin v0.9.8 |
652 | 2025-03-25T04:58:51.737Z | Checking cpufeatures v0.2.14 |
653 | 2025-03-25T04:58:51.790Z | Checking take_mut v0.2.2 |
654 | 2025-03-25T04:58:51.832Z | Checking sha1 v0.10.6 |
655 | 2025-03-25T04:58:52.241Z | Checking proptest v1.6.0 |
656 | 2025-03-25T04:58:52.302Z | Checking async-stream v0.3.6 |
657 | 2025-03-25T04:58:52.440Z | Checking usdt v0.5.0 |
658 | 2025-03-25T04:58:52.559Z | Checking slog-term v2.9.1 |
659 | 2025-03-25T04:58:52.602Z | Checking strum v0.26.3 |
660 | 2025-03-25T04:58:52.686Z | Checking futures v0.3.31 |
661 | 2025-03-25T04:58:52.767Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
662 | 2025-03-25T04:58:52.800Z | Checking slog-bunyan v2.5.0 |
663 | 2025-03-25T04:58:52.873Z | Compiling typify v0.2.0 |
664 | 2025-03-25T04:58:52.951Z | Checking tokio-rustls v0.25.0 |
665 | 2025-03-25T04:58:52.965Z | Compiling progenitor-impl v0.8.0 |
666 | 2025-03-25T04:58:52.992Z | Compiling serde_with_macros v3.12.0 |
667 | 2025-03-25T04:58:53.126Z | Checking toml v0.8.20 |
668 | 2025-03-25T04:58:53.473Z | Compiling test-strategy v0.4.0 |
669 | 2025-03-25T04:58:53.640Z | Checking parse-display v0.10.0 |
670 | 2025-03-25T04:58:53.744Z | Compiling dropshot_endpoint v0.16.0 |
671 | 2025-03-25T04:58:53.787Z | Checking serde_path_to_error v0.1.16 |
672 | 2025-03-25T04:58:53.871Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
673 | 2025-03-25T04:58:54.369Z | Compiling async-trait v0.1.87 |
674 | 2025-03-25T04:58:54.679Z | Checking waitgroup v0.1.2 |
675 | 2025-03-25T04:58:54.819Z | Checking hostname v0.4.0 |
676 | 2025-03-25T04:58:54.889Z | Checking instant v0.1.13 |
677 | 2025-03-25T04:58:54.955Z | Checking debug-ignore v1.0.5 |
678 | 2025-03-25T04:58:55.016Z | Checking backoff v0.4.0 |
679 | 2025-03-25T04:58:55.106Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
680 | 2025-03-25T04:58:55.257Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
681 | 2025-03-25T04:58:55.292Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
682 | 2025-03-25T04:58:55.382Z | Checking serde_with v3.12.0 |
683 | 2025-03-25T04:58:55.802Z | Checking progenitor-client v0.9.1 |
684 | 2025-03-25T04:58:56.090Z | Checking macaddr v1.0.1 |
685 | 2025-03-25T04:58:56.403Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#69e2896b) |
686 | 2025-03-25T04:58:56.947Z | Compiling progenitor-macro v0.8.0 |
687 | 2025-03-25T04:59:00.375Z | Checking progenitor v0.8.0 |
688 | 2025-03-25T04:59:00.482Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889) |
689 | 2025-03-25T04:59:03.193Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
690 | 2025-03-25T04:59:10.331Z | Checking test-project v0.1.0 (/tmp/test-project) |
691 | 2025-03-25T04:59:10.395Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 03s |
692 | 2025-03-25T04:59:10.526Z | + cargo build --release |
693 | 2025-03-25T04:59:10.756Z | Compiling proc-macro2 v1.0.94 |
694 | 2025-03-25T04:59:10.756Z | Compiling unicode-ident v1.0.14 |
695 | 2025-03-25T04:59:10.756Z | Compiling libc v0.2.170 |
696 | 2025-03-25T04:59:10.760Z | Compiling cfg-if v1.0.0 |
697 | 2025-03-25T04:59:10.760Z | Compiling autocfg v1.4.0 |
698 | 2025-03-25T04:59:10.760Z | Compiling serde v1.0.218 |
699 | 2025-03-25T04:59:10.760Z | Compiling memchr v2.7.4 |
700 | 2025-03-25T04:59:10.760Z | Compiling serde_json v1.0.139 |
701 | 2025-03-25T04:59:10.876Z | Compiling itoa v1.0.11 |
702 | 2025-03-25T04:59:11.104Z | Compiling thiserror v1.0.69 |
703 | 2025-03-25T04:59:11.165Z | Compiling shlex v1.3.0 |
704 | 2025-03-25T04:59:11.370Z | Compiling once_cell v1.20.3 |
705 | 2025-03-25T04:59:11.499Z | Compiling cc v1.2.15 |
706 | 2025-03-25T04:59:11.652Z | Compiling pin-project-lite v0.2.14 |
707 | 2025-03-25T04:59:11.775Z | Compiling smallvec v1.14.0 |
708 | 2025-03-25T04:59:11.775Z | Compiling ryu v1.0.18 |
709 | 2025-03-25T04:59:12.196Z | Compiling semver v1.0.25 |
710 | 2025-03-25T04:59:12.203Z | Compiling bytes v1.10.1 |
711 | 2025-03-25T04:59:12.359Z | Compiling version_check v0.9.5 |
712 | 2025-03-25T04:59:12.379Z | Compiling futures-core v0.3.31 |
713 | 2025-03-25T04:59:12.628Z | Compiling quote v1.0.39 |
714 | 2025-03-25T04:59:12.707Z | Compiling lock_api v0.4.12 |
715 | 2025-03-25T04:59:12.898Z | Compiling parking_lot_core v0.9.10 |
716 | 2025-03-25T04:59:13.002Z | Compiling syn v2.0.98 |
717 | 2025-03-25T04:59:13.075Z | Compiling getrandom v0.2.15 |
718 | 2025-03-25T04:59:13.227Z | Compiling allocator-api2 v0.2.18 |
719 | 2025-03-25T04:59:13.354Z | Compiling equivalent v1.0.1 |
720 | 2025-03-25T04:59:13.403Z | Compiling scopeguard v1.2.0 |
721 | 2025-03-25T04:59:13.406Z | Compiling foldhash v0.1.3 |
722 | 2025-03-25T04:59:13.464Z | Compiling slab v0.4.9 |
723 | 2025-03-25T04:59:13.849Z | Compiling futures-sink v0.3.31 |
724 | 2025-03-25T04:59:14.010Z | Compiling hashbrown v0.15.1 |
725 | 2025-03-25T04:59:14.018Z | Compiling fnv v1.0.7 |
726 | 2025-03-25T04:59:14.042Z | Compiling parking_lot v0.12.3 |
727 | 2025-03-25T04:59:14.142Z | Compiling socket2 v0.5.8 |
728 | 2025-03-25T04:59:14.191Z | Compiling mio v1.0.2 |
729 | 2025-03-25T04:59:14.206Z | Compiling signal-hook-registry v1.4.2 |
730 | 2025-03-25T04:59:14.262Z | Compiling log v0.4.22 |
731 | 2025-03-25T04:59:14.586Z | Compiling num-traits v0.2.19 |
732 | 2025-03-25T04:59:14.675Z | Compiling stable_deref_trait v1.2.0 |
733 | 2025-03-25T04:59:14.787Z | Compiling ring v0.17.11 |
734 | 2025-03-25T04:59:15.207Z | Compiling futures-channel v0.3.31 |
735 | 2025-03-25T04:59:15.443Z | Compiling futures-task v0.3.31 |
736 | 2025-03-25T04:59:15.663Z | Compiling getrandom v0.3.1 |
737 | 2025-03-25T04:59:15.675Z | Compiling pin-utils v0.1.0 |
738 | 2025-03-25T04:59:15.738Z | Compiling futures-io v0.3.31 |
739 | 2025-03-25T04:59:15.766Z | Compiling http v1.2.0 |
740 | 2025-03-25T04:59:16.068Z | Compiling schemars v0.8.22 |
741 | 2025-03-25T04:59:16.183Z | Compiling bitflags v2.6.0 |
742 | 2025-03-25T04:59:16.217Z | Compiling rustls-pki-types v1.10.0 |
743 | 2025-03-25T04:59:16.417Z | Compiling heck v0.5.0 |
744 | 2025-03-25T04:59:16.441Z | Compiling pkg-config v0.3.31 |
745 | 2025-03-25T04:59:16.913Z | Compiling vcpkg v0.2.15 |
746 | 2025-03-25T04:59:17.505Z | Compiling iana-time-zone v0.1.61 |
747 | 2025-03-25T04:59:17.930Z | Compiling writeable v0.5.5 |
748 | 2025-03-25T04:59:18.173Z | Compiling untrusted v0.9.0 |
749 | 2025-03-25T04:59:18.194Z | Compiling httparse v1.9.5 |
750 | 2025-03-25T04:59:18.249Z | Compiling openssl-sys v0.9.106 |
751 | 2025-03-25T04:59:18.365Z | Compiling litemap v0.7.3 |
752 | 2025-03-25T04:59:18.804Z | Compiling dyn-clone v1.0.19 |
753 | 2025-03-25T04:59:18.941Z | Compiling tracing-core v0.1.32 |
754 | 2025-03-25T04:59:18.975Z | Compiling ucd-trie v0.1.7 |
755 | 2025-03-25T04:59:18.989Z | Compiling atomic-waker v1.1.2 |
756 | 2025-03-25T04:59:19.300Z | Compiling http-body v1.0.1 |
757 | 2025-03-25T04:59:19.540Z | Compiling byteorder v1.5.0 |
758 | 2025-03-25T04:59:19.698Z | Compiling tracing v0.1.40 |
759 | 2025-03-25T04:59:20.132Z | Compiling serde_derive_internals v0.29.1 |
760 | 2025-03-25T04:59:20.240Z | Compiling synstructure v0.13.1 |
761 | 2025-03-25T04:59:20.281Z | Compiling zeroize v1.8.1 |
762 | 2025-03-25T04:59:20.341Z | Compiling subtle v2.6.1 |
763 | 2025-03-25T04:59:20.611Z | Compiling try-lock v0.2.5 |
764 | 2025-03-25T04:59:20.687Z | Compiling icu_locid_transform_data v1.5.0 |
765 | 2025-03-25T04:59:20.784Z | Compiling want v0.3.1 |
766 | 2025-03-25T04:59:20.951Z | Compiling chrono v0.4.40 |
767 | 2025-03-25T04:59:21.179Z | Compiling uuid v1.15.1 |
768 | 2025-03-25T04:59:21.321Z | Compiling foreign-types-shared v0.1.1 |
769 | 2025-03-25T04:59:21.325Z | Compiling httpdate v1.0.3 |
770 | 2025-03-25T04:59:21.442Z | Compiling tower-service v0.3.3 |
771 | 2025-03-25T04:59:21.716Z | Compiling icu_properties_data v1.5.0 |
772 | 2025-03-25T04:59:21.721Z | Compiling openssl v0.10.71 |
773 | 2025-03-25T04:59:21.965Z | Compiling foreign-types v0.3.2 |
774 | 2025-03-25T04:59:22.093Z | Compiling regress v0.10.3 |
775 | 2025-03-25T04:59:22.195Z | Compiling aho-corasick v1.1.3 |
776 | 2025-03-25T04:59:22.681Z | Compiling rustls v0.23.19 |
777 | 2025-03-25T04:59:23.033Z | Compiling percent-encoding v2.3.1 |
778 | 2025-03-25T04:59:23.305Z | Compiling icu_normalizer_data v1.5.0 |
779 | 2025-03-25T04:59:23.495Z | Compiling native-tls v0.2.12 |
780 | 2025-03-25T04:59:23.733Z | Compiling utf16_iter v1.0.5 |
781 | 2025-03-25T04:59:23.895Z | Compiling write16 v1.0.0 |
782 | 2025-03-25T04:59:23.947Z | Compiling utf8_iter v1.0.4 |
783 | 2025-03-25T04:59:24.003Z | Compiling regex-syntax v0.8.5 |
784 | 2025-03-25T04:59:24.025Z | Compiling slog v2.7.0 |
785 | 2025-03-25T04:59:24.108Z | Compiling serde_derive v1.0.218 |
786 | 2025-03-25T04:59:24.211Z | Compiling thiserror-impl v1.0.69 |
787 | 2025-03-25T04:59:24.513Z | Compiling schemars_derive v0.8.22 |
788 | 2025-03-25T04:59:25.595Z | Compiling zerofrom-derive v0.1.4 |
789 | 2025-03-25T04:59:25.709Z | Compiling tokio-macros v2.5.0 |
790 | 2025-03-25T04:59:26.167Z | Compiling yoke-derive v0.7.4 |
791 | 2025-03-25T04:59:26.408Z | Compiling futures-macro v0.3.31 |
792 | 2025-03-25T04:59:27.012Z | Compiling zerocopy-derive v0.7.35 |
793 | 2025-03-25T04:59:27.129Z | Compiling tokio v1.43.0 |
794 | 2025-03-25T04:59:27.291Z | Compiling zerovec-derive v0.10.3 |
795 | 2025-03-25T04:59:28.235Z | Compiling futures-util v0.3.31 |
796 | 2025-03-25T04:59:28.491Z | Compiling displaydoc v0.2.5 |
797 | 2025-03-25T04:59:28.591Z | Compiling zerofrom v0.1.4 |
798 | 2025-03-25T04:59:28.793Z | Compiling yoke v0.7.4 |
799 | 2025-03-25T04:59:29.154Z | Compiling icu_provider_macros v1.5.0 |
800 | 2025-03-25T04:59:29.176Z | Compiling pest v2.7.14 |
801 | 2025-03-25T04:59:29.594Z | Compiling zerovec v0.10.4 |
802 | 2025-03-25T04:59:30.141Z | Compiling zerocopy v0.7.35 |
803 | 2025-03-25T04:59:30.226Z | Compiling openssl-macros v0.1.1 |
804 | 2025-03-25T04:59:31.568Z | Compiling tinystr v0.7.6 |
805 | 2025-03-25T04:59:31.982Z | Compiling icu_locid v1.5.0 |
806 | 2025-03-25T04:59:32.073Z | Compiling rustls-webpki v0.102.8 |
807 | 2025-03-25T04:59:32.347Z | Compiling pest_meta v2.7.14 |
808 | 2025-03-25T04:59:34.276Z | Compiling icu_provider v1.5.0 |
809 | 2025-03-25T04:59:35.877Z | Compiling tokio-util v0.7.13 |
810 | 2025-03-25T04:59:36.548Z | Compiling indexmap v2.7.1 |
811 | 2025-03-25T04:59:38.235Z | Compiling serde_tokenstream v0.2.2 |
812 | 2025-03-25T04:59:38.769Z | Compiling h2 v0.4.6 |
813 | 2025-03-25T04:59:38.774Z | Compiling icu_locid_transform v1.5.0 |
814 | 2025-03-25T04:59:39.186Z | Compiling icu_collections v1.5.0 |
815 | 2025-03-25T04:59:39.469Z | Compiling pest_generator v2.7.14 |
816 | 2025-03-25T04:59:41.869Z | Compiling icu_properties v1.5.1 |
817 | 2025-03-25T04:59:42.327Z | Compiling typify-impl v0.2.0 |
818 | 2025-03-25T04:59:42.366Z | Compiling pest_derive v2.7.14 |
819 | 2025-03-25T04:59:44.509Z | Compiling hyper v1.6.0 |
820 | 2025-03-25T04:59:46.438Z | Compiling icu_normalizer v1.5.0 |
821 | 2025-03-25T04:59:48.147Z | Compiling hyper-util v0.1.10 |
822 | 2025-03-25T04:59:52.025Z | Compiling regex-automata v0.4.8 |
823 | 2025-03-25T04:59:52.184Z | Compiling form_urlencoded v1.2.1 |
824 | 2025-03-25T04:59:52.718Z | Compiling openssl-probe v0.1.5 |
825 | 2025-03-25T04:59:53.262Z | Compiling typenum v1.17.0 |
826 | 2025-03-25T04:59:55.205Z | Compiling typify-macro v0.2.0 |
827 | 2025-03-25T04:59:55.219Z | Compiling idna_adapter v1.2.0 |
828 | 2025-03-25T04:59:55.453Z | Compiling http-body-util v0.1.2 |
829 | 2025-03-25T04:59:55.972Z | Compiling regex v1.11.1 |
830 | 2025-03-25T04:59:56.825Z | Compiling generic-array v0.14.7 |
831 | 2025-03-25T04:59:57.205Z | Compiling encoding_rs v0.8.34 |
832 | 2025-03-25T04:59:57.644Z | Compiling mime v0.3.17 |
833 | 2025-03-25T04:59:58.655Z | Compiling idna v1.0.3 |
834 | 2025-03-25T04:59:58.704Z | Compiling tokio-native-tls v0.3.1 |
835 | 2025-03-25T05:00:00.856Z | Compiling serde_urlencoded v0.7.1 |
836 | 2025-03-25T05:00:02.753Z | Compiling tokio-rustls v0.26.0 |
837 | 2025-03-25T05:00:03.252Z | Compiling scroll_derive v0.12.0 |
838 | 2025-03-25T05:00:04.068Z | Compiling rustls-pemfile v2.2.0 |
839 | 2025-03-25T05:00:04.546Z | Compiling webpki-roots v0.26.6 |
840 | 2025-03-25T05:00:04.679Z | Compiling rand_core v0.6.4 |
841 | 2025-03-25T05:00:04.755Z | Compiling usdt-impl v0.5.0 |
842 | 2025-03-25T05:00:05.166Z | Compiling sync_wrapper v1.0.1 |
843 | 2025-03-25T05:00:05.170Z | Compiling base64 v0.22.1 |
844 | 2025-03-25T05:00:05.320Z | Compiling powerfmt v0.2.0 |
845 | 2025-03-25T05:00:06.007Z | Compiling num-conv v0.1.0 |
846 | 2025-03-25T05:00:06.074Z | Compiling rustix v0.38.37 |
847 | 2025-03-25T05:00:06.249Z | Compiling paste v1.0.15 |
848 | 2025-03-25T05:00:06.723Z | Compiling tower-layer v0.3.3 |
849 | 2025-03-25T05:00:06.731Z | Compiling time-core v0.1.2 |
850 | 2025-03-25T05:00:06.895Z | Compiling time-macros v0.2.18 |
851 | 2025-03-25T05:00:07.121Z | Compiling tower v0.5.2 |
852 | 2025-03-25T05:00:08.216Z | Compiling deranged v0.3.11 |
853 | 2025-03-25T05:00:08.410Z | Compiling hyper-rustls v0.27.3 |
854 | 2025-03-25T05:00:09.658Z | Compiling scroll v0.12.0 |
855 | 2025-03-25T05:00:09.931Z | Compiling thread-id v4.2.2 |
856 | 2025-03-25T05:00:10.268Z | Compiling dof v0.3.0 |
857 | 2025-03-25T05:00:10.796Z | Compiling url v2.5.3 |
858 | 2025-03-25T05:00:11.039Z | Compiling hyper-tls v0.6.0 |
859 | 2025-03-25T05:00:11.333Z | Compiling dtrace-parser v0.2.0 |
860 | 2025-03-25T05:00:11.507Z | Compiling ppv-lite86 v0.2.20 |
861 | 2025-03-25T05:00:11.524Z | Compiling structmeta-derive v0.3.0 |
862 | 2025-03-25T05:00:12.829Z | Compiling errno v0.3.9 |
863 | 2025-03-25T05:00:13.002Z | Compiling strsim v0.11.1 |
864 | 2025-03-25T05:00:13.093Z | Compiling crossbeam-utils v0.8.20 |
865 | 2025-03-25T05:00:13.579Z | Compiling newtype-uuid v1.2.1 |
866 | 2025-03-25T05:00:13.930Z | Compiling omicron-workspace-hack v0.1.0 |
867 | 2025-03-25T05:00:14.116Z | Compiling rustversion v1.0.17 |
868 | 2025-03-25T05:00:14.270Z | Compiling ident_case v1.0.1 |
869 | 2025-03-25T05:00:14.758Z | Compiling plain v0.2.3 |
870 | 2025-03-25T05:00:14.928Z | Compiling num_threads v0.1.7 |
871 | 2025-03-25T05:00:15.131Z | Compiling ipnet v2.11.0 |
872 | 2025-03-25T05:00:15.687Z | Compiling time v0.3.36 |
873 | 2025-03-25T05:00:16.328Z | Compiling reqwest v0.12.12 |
874 | 2025-03-25T05:00:18.139Z | Compiling goblin v0.8.2 |
875 | 2025-03-25T05:00:24.452Z | Compiling darling_core v0.20.10 |
876 | 2025-03-25T05:00:26.994Z | Compiling structmeta v0.3.0 |
877 | 2025-03-25T05:00:27.543Z | Compiling rand_chacha v0.3.1 |
878 | 2025-03-25T05:00:30.350Z | Compiling openapiv3 v2.0.0 |
879 | 2025-03-25T05:00:30.388Z | Compiling typify v0.2.0 |
880 | 2025-03-25T05:00:30.508Z | Compiling ipnetwork v0.21.1 |
881 | 2025-03-25T05:00:34.644Z | Compiling dirs-sys-next v0.1.2 |
882 | 2025-03-25T05:00:35.041Z | Compiling fastrand v2.1.1 |
883 | 2025-03-25T05:00:35.707Z | Compiling pretty-hex v0.4.1 |
884 | 2025-03-25T05:00:35.767Z | Compiling thiserror v2.0.12 |
885 | 2025-03-25T05:00:35.959Z | Compiling rustls v0.22.4 |
886 | 2025-03-25T05:00:36.314Z | Compiling unsafe-libyaml v0.2.11 |
887 | 2025-03-25T05:00:36.734Z | Compiling tempfile v3.13.0 |
888 | 2025-03-25T05:00:37.927Z | Compiling serde_yaml v0.9.34+deprecated |
889 | 2025-03-25T05:00:38.578Z | Compiling dirs-next v2.0.0 |
890 | 2025-03-25T05:00:38.957Z | Compiling progenitor-impl v0.8.0 |
891 | 2025-03-25T05:00:38.963Z | Compiling oxnet v0.1.1 |
892 | 2025-03-25T05:00:41.110Z | Compiling darling_macro v0.20.10 |
893 | 2025-03-25T05:00:41.806Z | Compiling rand v0.8.5 |
894 | 2025-03-25T05:00:43.931Z | Compiling crypto-common v0.1.6 |
895 | 2025-03-25T05:00:43.939Z | Compiling block-buffer v0.10.4 |
896 | 2025-03-25T05:00:44.147Z | Compiling serde_spanned v0.6.8 |
897 | 2025-03-25T05:00:44.176Z | Compiling toml_datetime v0.6.8 |
898 | 2025-03-25T05:00:44.384Z | Compiling daft-derive v0.1.2 |
899 | 2025-03-25T05:00:44.540Z | Compiling thiserror-impl v2.0.12 |
900 | 2025-03-25T05:00:44.695Z | Compiling multer v3.1.0 |
901 | 2025-03-25T05:00:44.943Z | Compiling wait-timeout v0.2.0 |
902 | 2025-03-25T05:00:45.070Z | Compiling thread_local v1.1.8 |
903 | 2025-03-25T05:00:45.869Z | Compiling bit-vec v0.8.0 |
904 | 2025-03-25T05:00:45.909Z | Compiling match_cfg v0.1.0 |
905 | 2025-03-25T05:00:45.917Z | Compiling camino v1.1.9 |
906 | 2025-03-25T05:00:46.026Z | Compiling anyhow v1.0.97 |
907 | 2025-03-25T05:00:46.442Z | Compiling winnow v0.7.3 |
908 | 2025-03-25T05:00:46.504Z | Compiling slog-async v2.8.0 |
909 | 2025-03-25T05:00:46.627Z | Compiling quick-error v1.2.3 |
910 | 2025-03-25T05:00:46.776Z | Compiling rusty-fork v0.3.0 |
911 | 2025-03-25T05:00:47.467Z | Compiling bit-set v0.8.0 |
912 | 2025-03-25T05:00:47.488Z | Compiling hostname v0.3.1 |
913 | 2025-03-25T05:00:47.745Z | Compiling daft v0.1.2 |
914 | 2025-03-25T05:00:48.195Z | Compiling strum_macros v0.26.4 |
915 | 2025-03-25T05:00:48.840Z | Compiling progenitor-macro v0.8.0 |
916 | 2025-03-25T05:00:49.371Z | Compiling digest v0.10.7 |
917 | 2025-03-25T05:00:50.765Z | Compiling toml_edit v0.22.24 |
918 | 2025-03-25T05:00:52.365Z | Compiling crossbeam-channel v0.5.13 |
919 | 2025-03-25T05:00:53.937Z | Compiling darling v0.20.10 |
920 | 2025-03-25T05:00:54.047Z | Compiling term v0.7.0 |
921 | 2025-03-25T05:00:57.797Z | Compiling usdt-attr-macro v0.5.0 |
922 | 2025-03-25T05:00:58.440Z | Compiling usdt-macro v0.5.0 |
923 | 2025-03-25T05:00:58.640Z | Compiling parse-display-derive v0.10.0 |
924 | 2025-03-25T05:00:59.209Z | Compiling progenitor-client v0.8.0 |
925 | 2025-03-25T05:00:59.277Z | Compiling slog-json v2.6.1 |
926 | 2025-03-25T05:00:59.698Z | Compiling rand_xorshift v0.3.0 |
927 | 2025-03-25T05:00:59.702Z | Compiling hex v0.4.3 |
928 | 2025-03-25T05:00:59.990Z | Compiling futures-executor v0.3.31 |
929 | 2025-03-25T05:01:00.095Z | Compiling async-stream-impl v0.3.6 |
930 | 2025-03-25T05:01:00.350Z | Compiling dropshot v0.16.0 |
931 | 2025-03-25T05:01:00.734Z | Compiling memmap v0.7.0 |
932 | 2025-03-25T05:01:01.062Z | Compiling is-terminal v0.4.13 |
933 | 2025-03-25T05:01:01.137Z | Compiling spin v0.9.8 |
934 | 2025-03-25T05:01:01.188Z | Compiling unarray v0.1.4 |
935 | 2025-03-25T05:01:01.325Z | Compiling lazy_static v1.5.0 |
936 | 2025-03-25T05:01:01.359Z | Compiling cpufeatures v0.2.14 |
937 | 2025-03-25T05:01:01.377Z | Compiling take_mut v0.2.2 |
938 | 2025-03-25T05:01:01.461Z | Compiling sha1 v0.10.6 |
939 | 2025-03-25T05:01:01.469Z | Compiling proptest v1.6.0 |
940 | 2025-03-25T05:01:02.074Z | Compiling parse-display v0.10.0 |
941 | 2025-03-25T05:01:02.251Z | Compiling tokio-rustls v0.25.0 |
942 | 2025-03-25T05:01:02.666Z | Compiling async-stream v0.3.6 |
943 | 2025-03-25T05:01:04.099Z | Compiling slog-term v2.9.1 |
944 | 2025-03-25T05:01:04.777Z | Compiling usdt v0.5.0 |
945 | 2025-03-25T05:01:05.760Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
946 | 2025-03-25T05:01:05.947Z | Compiling futures v0.3.31 |
947 | 2025-03-25T05:01:06.157Z | Compiling slog-bunyan v2.5.0 |
948 | 2025-03-25T05:01:06.192Z | Compiling progenitor v0.8.0 |
949 | 2025-03-25T05:01:06.385Z | Compiling toml v0.8.20 |
950 | 2025-03-25T05:01:06.446Z | Compiling serde_with_macros v3.12.0 |
951 | 2025-03-25T05:01:06.921Z | Compiling strum v0.26.3 |
952 | 2025-03-25T05:01:08.907Z | Compiling test-strategy v0.4.0 |
953 | 2025-03-25T05:01:09.855Z | Compiling dropshot_endpoint v0.16.0 |
954 | 2025-03-25T05:01:12.142Z | Compiling serde_path_to_error v0.1.16 |
955 | 2025-03-25T05:01:13.172Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
956 | 2025-03-25T05:01:13.458Z | Compiling async-trait v0.1.87 |
957 | 2025-03-25T05:01:13.754Z | Compiling waitgroup v0.1.2 |
958 | 2025-03-25T05:01:13.809Z | Compiling hostname v0.4.0 |
959 | 2025-03-25T05:01:13.981Z | Compiling instant v0.1.13 |
960 | 2025-03-25T05:01:14.019Z | Compiling debug-ignore v1.0.5 |
961 | 2025-03-25T05:01:14.080Z | Compiling backoff v0.4.0 |
962 | 2025-03-25T05:01:14.139Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
963 | 2025-03-25T05:01:14.182Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#69e2896b) |
964 | 2025-03-25T05:01:14.407Z | Compiling serde_with v3.12.0 |
965 | 2025-03-25T05:01:14.441Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889) |
966 | 2025-03-25T05:01:17.547Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
967 | 2025-03-25T05:01:18.365Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
968 | 2025-03-25T05:01:18.600Z | Compiling progenitor-client v0.9.1 |
969 | 2025-03-25T05:01:19.164Z | Compiling macaddr v1.0.1 |
970 | 2025-03-25T05:01:26.748Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
971 | 2025-03-25T05:01:34.053Z | Compiling test-project v0.1.0 (/tmp/test-project) |
972 | 2025-03-25T05:01:43.618Z | Finished `release` profile [optimized] target(s) in 2m 33s |
973 | 2025-03-25T05:01:43.690Z | process exited: duration 219817 ms, exit code 0 |
|
974 | 2025-03-25T05:01:43.701Z | found 0 output files |