|
|
|
1 | 2025-03-03T04:04:44.526Z | job assigned to worker 01JND2SK33HABE086D6NNNF8GY [factory aws, i-0bdcdbb5424792424] (queued for 59 s) |
|
2 | 2025-03-03T04:04:53.063Z | starting task 0: "setup" |
3 | 2025-03-03T04:04:53.070Z | ++ uname -s |
4 | 2025-03-03T04:04:53.074Z | + kern=SunOS |
5 | 2025-03-03T04:04:53.074Z | + build_user=build |
6 | 2025-03-03T04:04:53.074Z | + build_uid=12345 |
7 | 2025-03-03T04:04:53.074Z | + work_dir=/work |
8 | 2025-03-03T04:04:53.074Z | + input_dir=/input |
9 | 2025-03-03T04:04:53.074Z | + [[ 0 == 12345 ]] |
10 | 2025-03-03T04:04:53.074Z | + case "$kern" in |
11 | 2025-03-03T04:04:53.074Z | + groupadd -g 12345 build |
12 | 2025-03-03T04:04:53.077Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-03-03T04:04:55.093Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-03-03T04:04:55.208Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-03-03T04:04:55.221Z | + home_fs=zfs |
16 | 2025-03-03T04:04:55.222Z | + [[ zfs == autofs ]] |
17 | 2025-03-03T04:04:55.222Z | + mkdir -p /home/build |
18 | 2025-03-03T04:04:55.222Z | + chown build:build /home/build /work |
19 | 2025-03-03T04:04:57.212Z | + chmod 0700 /home/build /work |
20 | 2025-03-03T04:04:57.215Z | process exited: duration 4151 ms, exit code 0 |
|
21 | 2025-03-03T04:04:57.222Z | starting task 1: "rust-toolchain" |
22 | 2025-03-03T04:04:57.227Z | + printf ' * rust toolchain channel = "%s"\n' 1.85.0 |
23 | 2025-03-03T04:04:57.227Z | * rust toolchain channel = "1.85.0" |
24 | 2025-03-03T04:04:57.227Z | + printf ' * rust toolchain profile = "%s"\n' default |
25 | 2025-03-03T04:04:57.227Z | * rust toolchain profile = "default" |
26 | 2025-03-03T04:04:57.227Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-03-03T04:04:57.227Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-03-03T04:04:57.231Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-03-03T04:04:57.231Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default |
30 | 2025-03-03T04:04:57.344Z | info: downloading installer |
31 | 2025-03-03T04:04:58.564Z | warning: it looks like you have an existing installation of Rust at: |
32 | 2025-03-03T04:04:58.564Z | warning: /opt/ooce/bin |
33 | 2025-03-03T04:04:58.564Z | warning: It is recommended that rustup be the primary Rust installation. |
34 | 2025-03-03T04:04:58.564Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
35 | 2025-03-03T04:04:58.564Z | warning: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-03-03T04:04:58.564Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-03-03T04:04:58.564Z | warning: or pass `-y' to ignore all ignorable checks. |
38 | 2025-03-03T04:04:58.564Z | error: cannot install while Rust is installed |
39 | 2025-03-03T04:04:58.565Z | warning: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-03-03T04:04:58.588Z | info: profile set to 'default' |
41 | 2025-03-03T04:04:58.588Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-03-03T04:04:58.591Z | info: syncing channel updates for '1.85.0-x86_64-unknown-illumos' |
43 | 2025-03-03T04:04:58.745Z | info: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17) |
44 | 2025-03-03T04:04:58.748Z | info: downloading component 'cargo' |
45 | 2025-03-03T04:04:59.482Z | info: downloading component 'clippy' |
46 | 2025-03-03T04:04:59.766Z | info: downloading component 'rust-docs' |
47 | 2025-03-03T04:05:00.885Z | info: downloading component 'rust-std' |
48 | 2025-03-03T04:05:02.514Z | info: downloading component 'rustc' |
49 | 2025-03-03T04:05:08.451Z | info: downloading component 'rustfmt' |
50 | 2025-03-03T04:05:08.677Z | info: installing component 'cargo' |
51 | 2025-03-03T04:05:09.505Z | info: installing component 'clippy' |
52 | 2025-03-03T04:05:09.889Z | info: installing component 'rust-docs' |
53 | 2025-03-03T04:05:11.591Z | info: installing component 'rust-std' |
54 | 2025-03-03T04:05:13.519Z | info: installing component 'rustc' |
55 | 2025-03-03T04:05:19.524Z | info: installing component 'rustfmt' |
56 | 2025-03-03T04:05:19.870Z | info: default toolchain set to '1.85.0-x86_64-unknown-illumos' |
57 | 2025-03-03T04:05:19.870Z | |
58 | 2025-03-03T04:05:20.234Z | 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17) |
59 | 2025-03-03T04:05:20.234Z | |
60 | 2025-03-03T04:05:20.241Z | |
61 | 2025-03-03T04:05:20.241Z | Rust is installed now. Great! |
62 | 2025-03-03T04:05:20.241Z | |
63 | 2025-03-03T04:05:20.241Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-03-03T04:05:20.241Z | environment variable. This has not been done automatically. |
65 | 2025-03-03T04:05:20.241Z | |
66 | 2025-03-03T04:05:20.241Z | To configure your current shell, you need to source |
67 | 2025-03-03T04:05:20.242Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-03-03T04:05:20.242Z | |
69 | 2025-03-03T04:05:20.242Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-03-03T04:05:20.242Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-03-03T04:05:20.242Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-03-03T04:05:20.311Z | + rustup --version |
73 | 2025-03-03T04:05:20.318Z | rustup 1.27.1 (54dd3d00f 2024-04-24) |
74 | 2025-03-03T04:05:20.319Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
75 | 2025-03-03T04:05:20.402Z | info: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)` |
76 | 2025-03-03T04:05:20.407Z | + cargo --version |
77 | 2025-03-03T04:05:20.467Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
78 | 2025-03-03T04:05:20.482Z | + rustc --version |
79 | 2025-03-03T04:05:20.537Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
80 | 2025-03-03T04:05:20.540Z | process exited: duration 23316 ms, exit code 0 |
|
81 | 2025-03-03T04:05:20.550Z | starting task 2: "authentication" |
82 | 2025-03-03T04:05:20.571Z | process exited: duration 22 ms, exit code 0 |
|
83 | 2025-03-03T04:05:20.580Z | starting task 3: "clone repository" |
84 | 2025-03-03T04:05:20.585Z | + mkdir -p /work/oxidecomputer/omicron |
85 | 2025-03-03T04:05:20.588Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
86 | 2025-03-03T04:05:20.628Z | Cloning into '/work/oxidecomputer/omicron'... |
87 | 2025-03-03T04:05:29.002Z | + cd /work/oxidecomputer/omicron |
88 | 2025-03-03T04:05:29.003Z | + git fetch origin b6d67bab80d3f1297f6d0f5eeb54a4ca11876df5 |
89 | 2025-03-03T04:05:29.345Z | From https://github.com/oxidecomputer/omicron |
90 | 2025-03-03T04:05:29.345Z | * branch b6d67bab80d3f1297f6d0f5eeb54a4ca11876df5 -> FETCH_HEAD |
91 | 2025-03-03T04:05:29.364Z | + [[ -n renovate/hyper-rustls-0.x ]] |
92 | 2025-03-03T04:05:29.383Z | ++ git branch --show-current |
93 | 2025-03-03T04:05:29.383Z | + current=main |
94 | 2025-03-03T04:05:29.383Z | + [[ main != renovate/hyper-rustls-0.x ]] |
95 | 2025-03-03T04:05:29.383Z | + git branch -f renovate/hyper-rustls-0.x b6d67bab80d3f1297f6d0f5eeb54a4ca11876df5 |
96 | 2025-03-03T04:05:29.383Z | + git checkout -f renovate/hyper-rustls-0.x |
97 | 2025-03-03T04:05:29.571Z | Switched to branch 'renovate/hyper-rustls-0.x' |
98 | 2025-03-03T04:05:29.599Z | + git reset --hard b6d67bab80d3f1297f6d0f5eeb54a4ca11876df5 |
99 | 2025-03-03T04:05:29.599Z | HEAD is now at b6d67bab8 Update Rust crate hyper-rustls to 0.27.5 |
100 | 2025-03-03T04:05:29.599Z | process exited: duration 8993 ms, exit code 0 |
|
101 | 2025-03-03T04:05:29.628Z | starting task 4: "build" |
102 | 2025-03-03T04:05:29.647Z | + source .github/buildomat/ci-env.sh |
103 | 2025-03-03T04:05:29.647Z | ++ export CARGO_TERM_COLOR=always |
104 | 2025-03-03T04:05:29.647Z | ++ CARGO_TERM_COLOR=always |
105 | 2025-03-03T04:05:29.647Z | + cargo --version |
106 | 2025-03-03T04:05:29.678Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
107 | 2025-03-03T04:05:29.690Z | + rustc --version |
108 | 2025-03-03T04:05:29.768Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
109 | 2025-03-03T04:05:29.793Z | + cd /tmp |
110 | 2025-03-03T04:05:29.793Z | + cargo new --lib test-project |
111 | 2025-03-03T04:05:29.837Z | Creating library `test-project` package |
112 | 2025-03-03T04:05:29.906Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
113 | 2025-03-03T04:05:29.927Z | + cd test-project |
114 | 2025-03-03T04:05:29.927Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
115 | 2025-03-03T04:05:29.964Z | Adding omicron-common (local) to dependencies |
116 | 2025-03-03T04:05:29.974Z | Features: |
117 | 2025-03-03T04:05:29.974Z | - proptest |
118 | 2025-03-03T04:05:29.974Z | - test-strategy |
119 | 2025-03-03T04:05:29.975Z | - testing |
120 | 2025-03-03T04:05:30.015Z | Updating crates.io index |
121 | 2025-03-03T04:05:30.071Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
122 | 2025-03-03T04:05:30.584Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
123 | 2025-03-03T04:05:30.886Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
124 | 2025-03-03T04:05:31.180Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
125 | 2025-03-03T04:05:32.710Z | Locking 344 packages to latest Rust 1.85.0 compatible versions |
126 | 2025-03-03T04:05:32.897Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
127 | 2025-03-03T04:05:32.900Z | + cargo check |
128 | 2025-03-03T04:05:33.090Z | Updating crates.io index |
129 | 2025-03-03T04:05:34.068Z | Locking 1 package to latest Rust 1.85.0 compatible version |
130 | 2025-03-03T04:05:34.069Z | Adding omicron-workspace-hack v0.1.0 |
131 | 2025-03-03T04:05:34.130Z | Downloading crates ... |
132 | 2025-03-03T04:05:34.291Z | Downloaded async-stream-impl v0.3.6 |
133 | 2025-03-03T04:05:34.295Z | Downloaded strsim v0.11.1 |
134 | 2025-03-03T04:05:34.298Z | Downloaded tinyvec_macros v0.1.1 |
135 | 2025-03-03T04:05:34.304Z | Downloaded futures-io v0.3.31 |
136 | 2025-03-03T04:05:34.308Z | Downloaded time-macros v0.2.18 |
137 | 2025-03-03T04:05:34.313Z | Downloaded autocfg v1.4.0 |
138 | 2025-03-03T04:05:34.313Z | Downloaded deranged v0.3.11 |
139 | 2025-03-03T04:05:34.316Z | Downloaded foreign-types v0.3.2 |
140 | 2025-03-03T04:05:34.316Z | Downloaded yoke v0.7.4 |
141 | 2025-03-03T04:05:34.316Z | Downloaded tinystr v0.7.6 |
142 | 2025-03-03T04:05:34.319Z | Downloaded num-conv v0.1.0 |
143 | 2025-03-03T04:05:34.322Z | Downloaded waitgroup v0.1.2 |
144 | 2025-03-03T04:05:34.326Z | Downloaded dof v0.3.0 |
145 | 2025-03-03T04:05:34.326Z | Downloaded match_cfg v0.1.0 |
146 | 2025-03-03T04:05:34.326Z | Downloaded uuid v1.15.1 |
147 | 2025-03-03T04:05:34.331Z | Downloaded zerofrom-derive v0.1.4 |
148 | 2025-03-03T04:05:34.334Z | Downloaded toml_datetime v0.6.8 |
149 | 2025-03-03T04:05:34.334Z | Downloaded foldhash v0.1.3 |
150 | 2025-03-03T04:05:34.334Z | Downloaded futures-executor v0.3.31 |
151 | 2025-03-03T04:05:34.337Z | Downloaded fnv v1.0.7 |
152 | 2025-03-03T04:05:34.337Z | Downloaded cfg-if v1.0.0 |
153 | 2025-03-03T04:05:34.340Z | Downloaded displaydoc v0.2.5 |
154 | 2025-03-03T04:05:34.343Z | Downloaded futures-core v0.3.31 |
155 | 2025-03-03T04:05:34.344Z | Downloaded macaddr v1.0.1 |
156 | 2025-03-03T04:05:34.347Z | Downloaded zeroize v1.8.1 |
157 | 2025-03-03T04:05:34.347Z | Downloaded instant v0.1.13 |
158 | 2025-03-03T04:05:34.351Z | Downloaded tokio-native-tls v0.3.1 |
159 | 2025-03-03T04:05:34.351Z | Downloaded anyhow v1.0.96 |
160 | 2025-03-03T04:05:34.355Z | Downloaded tokio-rustls v0.26.0 |
161 | 2025-03-03T04:05:34.358Z | Downloaded is-terminal v0.4.13 |
162 | 2025-03-03T04:05:34.361Z | Downloaded crypto-common v0.1.6 |
163 | 2025-03-03T04:05:34.361Z | Downloaded version_check v0.9.5 |
164 | 2025-03-03T04:05:34.365Z | Downloaded strum_macros v0.26.4 |
165 | 2025-03-03T04:05:34.368Z | Downloaded darling_macro v0.20.10 |
166 | 2025-03-03T04:05:34.368Z | Downloaded tempfile v3.13.0 |
167 | 2025-03-03T04:05:34.371Z | Downloaded multer v3.1.0 |
168 | 2025-03-03T04:05:34.374Z | Downloaded idna_adapter v1.2.0 |
169 | 2025-03-03T04:05:34.374Z | Downloaded aho-corasick v1.1.3 |
170 | 2025-03-03T04:05:34.380Z | Downloaded writeable v0.5.5 |
171 | 2025-03-03T04:05:34.383Z | Downloaded want v0.3.1 |
172 | 2025-03-03T04:05:34.386Z | Downloaded lazy_static v1.5.0 |
173 | 2025-03-03T04:05:34.386Z | Downloaded futures-sink v0.3.31 |
174 | 2025-03-03T04:05:34.390Z | Downloaded tinyvec v1.8.0 |
175 | 2025-03-03T04:05:34.393Z | Downloaded errno v0.3.9 |
176 | 2025-03-03T04:05:34.393Z | Downloaded thread-id v4.2.2 |
177 | 2025-03-03T04:05:34.396Z | Downloaded take_mut v0.2.2 |
178 | 2025-03-03T04:05:34.396Z | Downloaded try-lock v0.2.5 |
179 | 2025-03-03T04:05:34.399Z | Downloaded write16 v1.0.0 |
180 | 2025-03-03T04:05:34.399Z | Downloaded strum v0.26.3 |
181 | 2025-03-03T04:05:34.399Z | Downloaded http-body-util v0.1.2 |
182 | 2025-03-03T04:05:34.402Z | Downloaded dirs-next v2.0.0 |
183 | 2025-03-03T04:05:34.405Z | Downloaded darling v0.20.10 |
184 | 2025-03-03T04:05:34.408Z | Downloaded usdt v0.5.0 |
185 | 2025-03-03T04:05:34.411Z | Downloaded hex v0.4.3 |
186 | 2025-03-03T04:05:34.411Z | Downloaded async-stream v0.3.6 |
187 | 2025-03-03T04:05:34.414Z | Downloaded time-core v0.1.2 |
188 | 2025-03-03T04:05:34.414Z | Downloaded utf16_iter v1.0.5 |
189 | 2025-03-03T04:05:34.418Z | Downloaded tokio-macros v2.5.0 |
190 | 2025-03-03T04:05:34.418Z | Downloaded stable_deref_trait v1.2.0 |
191 | 2025-03-03T04:05:34.418Z | Downloaded generic-array v0.14.7 |
192 | 2025-03-03T04:05:34.421Z | Downloaded tower-layer v0.3.3 |
193 | 2025-03-03T04:05:34.421Z | Downloaded debug-ignore v1.0.5 |
194 | 2025-03-03T04:05:34.424Z | Downloaded typify-macro v0.2.0 |
195 | 2025-03-03T04:05:34.424Z | Downloaded toml v0.8.20 |
196 | 2025-03-03T04:05:34.428Z | Downloaded newtype-uuid v1.2.1 |
197 | 2025-03-03T04:05:34.431Z | Downloaded thread_local v1.1.8 |
198 | 2025-03-03T04:05:34.431Z | Downloaded iana-time-zone v0.1.61 |
199 | 2025-03-03T04:05:34.435Z | Downloaded unarray v0.1.4 |
200 | 2025-03-03T04:05:34.439Z | Downloaded httpdate v1.0.3 |
201 | 2025-03-03T04:05:34.439Z | Downloaded bitflags v2.6.0 |
202 | 2025-03-03T04:05:34.443Z | Downloaded schemars_derive v0.8.22 |
203 | 2025-03-03T04:05:34.443Z | Downloaded structmeta-derive v0.3.0 |
204 | 2025-03-03T04:05:34.446Z | Downloaded pretty-hex v0.4.1 |
205 | 2025-03-03T04:05:34.446Z | Downloaded daft v0.1.1 |
206 | 2025-03-03T04:05:34.449Z | Downloaded async-trait v0.1.86 |
207 | 2025-03-03T04:05:34.453Z | Downloaded tracing-core v0.1.32 |
208 | 2025-03-03T04:05:34.457Z | Downloaded tokio-rustls v0.25.0 |
209 | 2025-03-03T04:05:34.457Z | Downloaded equivalent v1.0.1 |
210 | 2025-03-03T04:05:34.460Z | Downloaded mio v1.0.2 |
211 | 2025-03-03T04:05:34.464Z | Downloaded percent-encoding v2.3.1 |
212 | 2025-03-03T04:05:34.467Z | Downloaded sha1 v0.10.6 |
213 | 2025-03-03T04:05:34.467Z | Downloaded thiserror-impl v2.0.11 |
214 | 2025-03-03T04:05:34.470Z | Downloaded atomic-waker v1.1.2 |
215 | 2025-03-03T04:05:34.470Z | Downloaded zerofrom v0.1.4 |
216 | 2025-03-03T04:05:34.473Z | Downloaded openssl-probe v0.1.5 |
217 | 2025-03-03T04:05:34.473Z | Downloaded usdt-macro v0.5.0 |
218 | 2025-03-03T04:05:34.473Z | Downloaded rand_xorshift v0.3.0 |
219 | 2025-03-03T04:05:34.477Z | Downloaded num_threads v0.1.7 |
220 | 2025-03-03T04:05:34.477Z | Downloaded tower-service v0.3.3 |
221 | 2025-03-03T04:05:34.477Z | Downloaded synstructure v0.13.1 |
222 | 2025-03-03T04:05:34.480Z | Downloaded usdt-attr-macro v0.5.0 |
223 | 2025-03-03T04:05:34.480Z | Downloaded smallvec v1.14.0 |
224 | 2025-03-03T04:05:34.483Z | Downloaded slog-bunyan v2.5.0 |
225 | 2025-03-03T04:05:34.483Z | Downloaded shlex v1.3.0 |
226 | 2025-03-03T04:05:34.486Z | Downloaded thiserror v2.0.11 |
227 | 2025-03-03T04:05:34.490Z | Downloaded parking_lot_core v0.9.10 |
228 | 2025-03-03T04:05:34.493Z | Downloaded log v0.4.22 |
229 | 2025-03-03T04:05:34.496Z | Downloaded yoke-derive v0.7.4 |
230 | 2025-03-03T04:05:34.496Z | Downloaded slog-term v2.9.1 |
231 | 2025-03-03T04:05:34.499Z | Downloaded quick-error v1.2.3 |
232 | 2025-03-03T04:05:34.504Z | Downloaded icu_normalizer_data v1.5.0 |
233 | 2025-03-03T04:05:34.508Z | Downloaded darling_core v0.20.10 |
234 | 2025-03-03T04:05:34.513Z | Downloaded omicron-workspace-hack v0.1.0 |
235 | 2025-03-03T04:05:34.513Z | Downloaded mime v0.3.17 |
236 | 2025-03-03T04:05:34.513Z | Downloaded itoa v1.0.11 |
237 | 2025-03-03T04:05:34.513Z | Downloaded icu_normalizer v1.5.0 |
238 | 2025-03-03T04:05:34.516Z | Downloaded powerfmt v0.2.0 |
239 | 2025-03-03T04:05:34.519Z | Downloaded progenitor-client v0.9.1 |
240 | 2025-03-03T04:05:34.519Z | Downloaded scroll_derive v0.12.0 |
241 | 2025-03-03T04:05:34.519Z | Downloaded icu_provider v1.5.0 |
242 | 2025-03-03T04:05:34.522Z | Downloaded slog-json v2.6.1 |
243 | 2025-03-03T04:05:34.526Z | Downloaded sha2 v0.10.8 |
244 | 2025-03-03T04:05:34.529Z | Downloaded scopeguard v1.2.0 |
245 | 2025-03-03T04:05:34.529Z | Downloaded zerovec-derive v0.10.3 |
246 | 2025-03-03T04:05:34.532Z | Downloaded oxnet v0.1.1 |
247 | 2025-03-03T04:05:34.532Z | Downloaded memmap v0.7.0 |
248 | 2025-03-03T04:05:34.536Z | Downloaded rand_chacha v0.3.1 |
249 | 2025-03-03T04:05:34.536Z | Downloaded rustc-hash v2.1.1 |
250 | 2025-03-03T04:05:34.536Z | Downloaded hostname v0.4.0 |
251 | 2025-03-03T04:05:34.539Z | Downloaded once_cell v1.20.3 |
252 | 2025-03-03T04:05:34.542Z | Downloaded scroll v0.12.0 |
253 | 2025-03-03T04:05:34.542Z | Downloaded digest v0.10.7 |
254 | 2025-03-03T04:05:34.546Z | Downloaded serde_with_macros v3.12.0 |
255 | 2025-03-03T04:05:34.550Z | Downloaded zerovec v0.10.4 |
256 | 2025-03-03T04:05:34.553Z | Downloaded pest_generator v2.7.14 |
257 | 2025-03-03T04:05:34.556Z | Downloaded rustls-pemfile v2.2.0 |
258 | 2025-03-03T04:05:34.559Z | Downloaded slab v0.4.9 |
259 | 2025-03-03T04:05:34.559Z | Downloaded parking_lot v0.12.3 |
260 | 2025-03-03T04:05:34.563Z | Downloaded quote v1.0.38 |
261 | 2025-03-03T04:05:34.567Z | Downloaded quinn-udp v0.5.5 |
262 | 2025-03-03T04:05:34.567Z | Downloaded litemap v0.7.3 |
263 | 2025-03-03T04:05:34.571Z | Downloaded signal-hook-registry v1.4.2 |
264 | 2025-03-03T04:05:34.571Z | Downloaded pest_derive v2.7.14 |
265 | 2025-03-03T04:05:34.575Z | Downloaded serde_derive_internals v0.29.1 |
266 | 2025-03-03T04:05:34.575Z | Downloaded socket2 v0.5.8 |
267 | 2025-03-03T04:05:34.579Z | Downloaded allocator-api2 v0.2.18 |
268 | 2025-03-03T04:05:34.582Z | Downloaded parse-display v0.10.0 |
269 | 2025-03-03T04:05:34.582Z | Downloaded rustls-pki-types v1.10.0 |
270 | 2025-03-03T04:05:34.586Z | Downloaded ryu v1.0.18 |
271 | 2025-03-03T04:05:34.590Z | Downloaded serde_urlencoded v0.7.1 |
272 | 2025-03-03T04:05:34.590Z | Downloaded tracing v0.1.40 |
273 | 2025-03-03T04:05:34.594Z | Downloaded rand_core v0.6.4 |
274 | 2025-03-03T04:05:34.598Z | Downloaded slog-async v2.8.0 |
275 | 2025-03-03T04:05:34.598Z | Downloaded semver v1.0.25 |
276 | 2025-03-03T04:05:34.602Z | Downloaded progenitor v0.8.0 |
277 | 2025-03-03T04:05:34.602Z | Downloaded openssl-sys v0.9.106 |
278 | 2025-03-03T04:05:34.607Z | Downloaded pin-utils v0.1.0 |
279 | 2025-03-03T04:05:34.611Z | Downloaded url v2.5.3 |
280 | 2025-03-03T04:05:34.614Z | Downloaded parse-display-derive v0.10.0 |
281 | 2025-03-03T04:05:34.614Z | Downloaded serde_tokenstream v0.2.2 |
282 | 2025-03-03T04:05:34.614Z | Downloaded futures v0.3.31 |
283 | 2025-03-03T04:05:34.619Z | Downloaded schemars v0.8.22 |
284 | 2025-03-03T04:05:34.632Z | Downloaded progenitor-impl v0.8.0 |
285 | 2025-03-03T04:05:34.636Z | Downloaded unsafe-libyaml v0.2.11 |
286 | 2025-03-03T04:05:34.640Z | Downloaded hyper-util v0.1.10 |
287 | 2025-03-03T04:05:34.645Z | Downloaded memchr v2.7.4 |
288 | 2025-03-03T04:05:34.650Z | Downloaded futures-channel v0.3.31 |
289 | 2025-03-03T04:05:34.654Z | Downloaded tower v0.5.2 |
290 | 2025-03-03T04:05:34.659Z | Downloaded serde_derive v1.0.218 |
291 | 2025-03-03T04:05:34.662Z | Downloaded futures-macro v0.3.31 |
292 | 2025-03-03T04:05:34.666Z | Downloaded tokio-util v0.7.13 |
293 | 2025-03-03T04:05:34.670Z | Downloaded slog v2.7.0 |
294 | 2025-03-03T04:05:34.675Z | Downloaded crossbeam-utils v0.8.20 |
295 | 2025-03-03T04:05:34.679Z | Downloaded indexmap v2.7.1 |
296 | 2025-03-03T04:05:34.683Z | Downloaded quinn v0.11.5 |
297 | 2025-03-03T04:05:34.687Z | Downloaded goblin v0.8.2 |
298 | 2025-03-03T04:05:34.690Z | Downloaded rand v0.8.5 |
299 | 2025-03-03T04:05:34.694Z | Downloaded webpki-roots v0.26.6 |
300 | 2025-03-03T04:05:34.698Z | Downloaded chrono v0.4.40 |
301 | 2025-03-03T04:05:34.708Z | Downloaded hashbrown v0.15.1 |
302 | 2025-03-03T04:05:34.712Z | Downloaded serde_json v1.0.139 |
303 | 2025-03-03T04:05:34.718Z | Downloaded serde_with v3.12.0 |
304 | 2025-03-03T04:05:34.728Z | Downloaded winnow v0.7.3 |
305 | 2025-03-03T04:05:34.737Z | Downloaded vcpkg v0.2.15 |
306 | 2025-03-03T04:05:34.777Z | Downloaded rustls-webpki v0.102.8 |
307 | 2025-03-03T04:05:34.799Z | Downloaded lock_api v0.4.12 |
308 | 2025-03-03T04:05:34.805Z | Downloaded syn v2.0.98 |
309 | 2025-03-03T04:05:34.812Z | Downloaded rustls v0.22.4 |
310 | 2025-03-03T04:05:34.824Z | Downloaded reqwest v0.12.12 |
311 | 2025-03-03T04:05:34.834Z | Downloaded typify-impl v0.2.0 |
312 | 2025-03-03T04:05:34.842Z | Downloaded plain v0.2.3 |
313 | 2025-03-03T04:05:34.846Z | Downloaded serde_yaml v0.9.34+deprecated |
314 | 2025-03-03T04:05:34.849Z | Downloaded serde_spanned v0.6.8 |
315 | 2025-03-03T04:05:34.850Z | Downloaded dirs-sys-next v0.1.2 |
316 | 2025-03-03T04:05:34.850Z | Downloaded wait-timeout v0.2.0 |
317 | 2025-03-03T04:05:34.853Z | Downloaded ipnetwork v0.21.1 |
318 | 2025-03-03T04:05:34.853Z | Downloaded rustix v0.38.37 |
319 | 2025-03-03T04:05:34.874Z | Downloaded icu_properties_data v1.5.0 |
320 | 2025-03-03T04:05:34.884Z | Downloaded regex v1.11.1 |
321 | 2025-03-03T04:05:34.896Z | Downloaded libc v0.2.170 |
322 | 2025-03-03T04:05:34.922Z | Downloaded regress v0.10.3 |
323 | 2025-03-03T04:05:34.928Z | Downloaded rustls v0.23.19 |
324 | 2025-03-03T04:05:34.939Z | Downloaded paste v1.0.15 |
325 | 2025-03-03T04:05:34.942Z | Downloaded regex-syntax v0.8.5 |
326 | 2025-03-03T04:05:34.950Z | Downloaded ipnet v2.11.0 |
327 | 2025-03-03T04:05:34.953Z | Downloaded httparse v1.9.5 |
328 | 2025-03-03T04:05:34.953Z | Downloaded dropshot v0.16.0 |
329 | 2025-03-03T04:05:34.976Z | Downloaded serde v1.0.218 |
330 | 2025-03-03T04:05:34.980Z | Downloaded icu_collections v1.5.0 |
331 | 2025-03-03T04:05:34.986Z | Downloaded progenitor-client v0.8.0 |
332 | 2025-03-03T04:05:34.989Z | Downloaded openapiv3 v2.0.0 |
333 | 2025-03-03T04:05:34.997Z | Downloaded camino v1.1.9 |
334 | 2025-03-03T04:05:35.000Z | Downloaded rusty-fork v0.3.0 |
335 | 2025-03-03T04:05:35.000Z | Downloaded hashbrown v0.12.3 |
336 | 2025-03-03T04:05:35.004Z | Downloaded proptest v1.6.0 |
337 | 2025-03-03T04:05:35.014Z | Downloaded idna v1.0.3 |
338 | 2025-03-03T04:05:35.017Z | Downloaded serde_path_to_error v0.1.16 |
339 | 2025-03-03T04:05:35.022Z | Downloaded spin v0.9.8 |
340 | 2025-03-03T04:05:35.025Z | Downloaded progenitor-macro v0.8.0 |
341 | 2025-03-03T04:05:35.025Z | Downloaded tokio v1.43.0 |
342 | 2025-03-03T04:05:35.057Z | Downloaded futures-util v0.3.31 |
343 | 2025-03-03T04:05:35.068Z | Downloaded quinn-proto v0.11.8 |
344 | 2025-03-03T04:05:35.073Z | Downloaded pest v2.7.14 |
345 | 2025-03-03T04:05:35.078Z | Downloaded openssl v0.10.71 |
346 | 2025-03-03T04:05:35.087Z | Downloaded hyper v1.6.0 |
347 | 2025-03-03T04:05:35.092Z | Downloaded time v0.3.36 |
348 | 2025-03-03T04:05:35.102Z | Downloaded h2 v0.4.6 |
349 | 2025-03-03T04:05:35.105Z | Downloaded http v1.2.0 |
350 | 2025-03-03T04:05:35.109Z | Downloaded dyn-clone v1.0.18 |
351 | 2025-03-03T04:05:35.113Z | Downloaded cc v1.2.15 |
352 | 2025-03-03T04:05:35.117Z | Downloaded pin-project-lite v0.2.14 |
353 | 2025-03-03T04:05:35.120Z | Downloaded crossbeam-channel v0.5.13 |
354 | 2025-03-03T04:05:35.123Z | Downloaded toml_edit v0.22.24 |
355 | 2025-03-03T04:05:35.142Z | Downloaded zerocopy v0.7.35 |
356 | 2025-03-03T04:05:35.157Z | Downloaded unicode-ident v1.0.14 |
357 | 2025-03-03T04:05:35.160Z | Downloaded indexmap v1.9.3 |
358 | 2025-03-03T04:05:35.163Z | Downloaded term v0.7.0 |
359 | 2025-03-03T04:05:35.166Z | Downloaded proc-macro2 v1.0.93 |
360 | 2025-03-03T04:05:35.170Z | Downloaded getrandom v0.2.15 |
361 | 2025-03-03T04:05:35.176Z | Downloaded rustversion v1.0.17 |
362 | 2025-03-03T04:05:35.176Z | Downloaded num-traits v0.2.19 |
363 | 2025-03-03T04:05:35.180Z | Downloaded typify v0.2.0 |
364 | 2025-03-03T04:05:35.180Z | Downloaded block-buffer v0.10.4 |
365 | 2025-03-03T04:05:35.180Z | Downloaded regex-automata v0.4.8 |
366 | 2025-03-03T04:05:35.196Z | Downloaded zerocopy-derive v0.7.35 |
367 | 2025-03-03T04:05:35.199Z | Downloaded pkg-config v0.3.31 |
368 | 2025-03-03T04:05:35.204Z | Downloaded icu_locid_transform v1.5.0 |
369 | 2025-03-03T04:05:35.204Z | Downloaded dropshot_endpoint v0.16.0 |
370 | 2025-03-03T04:05:35.207Z | Downloaded structmeta v0.3.0 |
371 | 2025-03-03T04:05:35.208Z | Downloaded untrusted v0.9.0 |
372 | 2025-03-03T04:05:35.215Z | Downloaded pest_meta v2.7.14 |
373 | 2025-03-03T04:05:35.215Z | Downloaded native-tls v0.2.12 |
374 | 2025-03-03T04:05:35.220Z | Downloaded ucd-trie v0.1.7 |
375 | 2025-03-03T04:05:35.220Z | Downloaded ppv-lite86 v0.2.20 |
376 | 2025-03-03T04:05:35.220Z | Downloaded thiserror v1.0.69 |
377 | 2025-03-03T04:05:35.229Z | Downloaded hyper-tls v0.6.0 |
378 | 2025-03-03T04:05:35.229Z | Downloaded openssl-macros v0.1.1 |
379 | 2025-03-03T04:05:35.230Z | Downloaded utf8_iter v1.0.4 |
380 | 2025-03-03T04:05:35.230Z | Downloaded typenum v1.17.0 |
381 | 2025-03-03T04:05:35.233Z | Downloaded icu_properties v1.5.1 |
382 | 2025-03-03T04:05:35.234Z | Downloaded hyper-rustls v0.27.5 |
383 | 2025-03-03T04:05:35.234Z | Downloaded icu_locid v1.5.0 |
384 | 2025-03-03T04:05:35.234Z | Downloaded hostname v0.3.1 |
385 | 2025-03-03T04:05:35.238Z | Downloaded heck v0.5.0 |
386 | 2025-03-03T04:05:35.238Z | Downloaded icu_locid_transform_data v1.5.0 |
387 | 2025-03-03T04:05:35.238Z | Downloaded daft-derive v0.1.1 |
388 | 2025-03-03T04:05:35.242Z | Downloaded sync_wrapper v1.0.1 |
389 | 2025-03-03T04:05:35.242Z | Downloaded futures-task v0.3.31 |
390 | 2025-03-03T04:05:35.246Z | Downloaded cpufeatures v0.2.14 |
391 | 2025-03-03T04:05:35.246Z | Downloaded test-strategy v0.4.0 |
392 | 2025-03-03T04:05:35.250Z | Downloaded ident_case v1.0.1 |
393 | 2025-03-03T04:05:35.250Z | Downloaded encoding_rs v0.8.34 |
394 | 2025-03-03T04:05:35.267Z | Downloaded icu_provider_macros v1.5.0 |
395 | 2025-03-03T04:05:35.271Z | Downloaded foreign-types-shared v0.1.1 |
396 | 2025-03-03T04:05:35.272Z | Downloaded fastrand v2.1.1 |
397 | 2025-03-03T04:05:35.272Z | Downloaded byteorder v1.5.0 |
398 | 2025-03-03T04:05:35.276Z | Downloaded usdt-impl v0.5.0 |
399 | 2025-03-03T04:05:35.276Z | Downloaded bytes v1.10.0 |
400 | 2025-03-03T04:05:35.280Z | Downloaded http-body v1.0.1 |
401 | 2025-03-03T04:05:35.281Z | Downloaded getrandom v0.3.1 |
402 | 2025-03-03T04:05:35.285Z | Downloaded dtrace-parser v0.2.0 |
403 | 2025-03-03T04:05:35.285Z | Downloaded base64 v0.22.1 |
404 | 2025-03-03T04:05:35.285Z | Downloaded ring v0.17.11 |
405 | 2025-03-03T04:05:35.322Z | Downloaded subtle v2.6.1 |
406 | 2025-03-03T04:05:35.327Z | Downloaded thiserror-impl v1.0.69 |
407 | 2025-03-03T04:05:35.327Z | Downloaded form_urlencoded v1.2.1 |
408 | 2025-03-03T04:05:35.327Z | Downloaded bit-set v0.8.0 |
409 | 2025-03-03T04:05:35.327Z | Downloaded bit-vec v0.8.0 |
410 | 2025-03-03T04:05:35.331Z | Downloaded backoff v0.4.0 |
411 | 2025-03-03T04:05:35.455Z | Compiling proc-macro2 v1.0.93 |
412 | 2025-03-03T04:05:35.455Z | Compiling unicode-ident v1.0.14 |
413 | 2025-03-03T04:05:35.459Z | Compiling libc v0.2.170 |
414 | 2025-03-03T04:05:35.459Z | Checking cfg-if v1.0.0 |
415 | 2025-03-03T04:05:35.479Z | Compiling autocfg v1.4.0 |
416 | 2025-03-03T04:05:35.486Z | Compiling serde v1.0.218 |
417 | 2025-03-03T04:05:35.486Z | Checking memchr v2.7.4 |
418 | 2025-03-03T04:05:35.489Z | Compiling serde_json v1.0.139 |
419 | 2025-03-03T04:05:35.553Z | Checking itoa v1.0.11 |
420 | 2025-03-03T04:05:35.753Z | Compiling thiserror v1.0.69 |
421 | 2025-03-03T04:05:36.112Z | Compiling shlex v1.3.0 |
422 | 2025-03-03T04:05:36.153Z | Checking pin-project-lite v0.2.14 |
423 | 2025-03-03T04:05:36.263Z | Checking once_cell v1.20.3 |
424 | 2025-03-03T04:05:36.313Z | Compiling cc v1.2.15 |
425 | 2025-03-03T04:05:36.400Z | Checking smallvec v1.14.0 |
426 | 2025-03-03T04:05:36.533Z | Checking ryu v1.0.18 |
427 | 2025-03-03T04:05:36.626Z | Checking bytes v1.10.0 |
428 | 2025-03-03T04:05:36.746Z | Checking futures-core v0.3.31 |
429 | 2025-03-03T04:05:36.758Z | Compiling semver v1.0.25 |
430 | 2025-03-03T04:05:36.827Z | Compiling version_check v0.9.5 |
431 | 2025-03-03T04:05:36.923Z | Compiling lock_api v0.4.12 |
432 | 2025-03-03T04:05:36.935Z | Compiling parking_lot_core v0.9.10 |
433 | 2025-03-03T04:05:37.253Z | Compiling quote v1.0.38 |
434 | 2025-03-03T04:05:37.338Z | Checking getrandom v0.2.15 |
435 | 2025-03-03T04:05:37.453Z | Checking scopeguard v1.2.0 |
436 | 2025-03-03T04:05:37.484Z | Checking equivalent v1.0.1 |
437 | 2025-03-03T04:05:37.488Z | Checking foldhash v0.1.3 |
438 | 2025-03-03T04:05:37.563Z | Checking allocator-api2 v0.2.18 |
439 | 2025-03-03T04:05:37.685Z | Compiling syn v2.0.98 |
440 | 2025-03-03T04:05:37.755Z | Compiling slab v0.4.9 |
441 | 2025-03-03T04:05:37.825Z | Checking futures-sink v0.3.31 |
442 | 2025-03-03T04:05:37.975Z | Checking fnv v1.0.7 |
443 | 2025-03-03T04:05:37.993Z | Checking signal-hook-registry v1.4.2 |
444 | 2025-03-03T04:05:38.056Z | Checking parking_lot v0.12.3 |
445 | 2025-03-03T04:05:38.106Z | Checking mio v1.0.2 |
446 | 2025-03-03T04:05:38.192Z | Checking hashbrown v0.15.1 |
447 | 2025-03-03T04:05:38.207Z | Checking socket2 v0.5.8 |
448 | 2025-03-03T04:05:38.270Z | Checking log v0.4.22 |
449 | 2025-03-03T04:05:38.477Z | Compiling num-traits v0.2.19 |
450 | 2025-03-03T04:05:38.596Z | Checking stable_deref_trait v1.2.0 |
451 | 2025-03-03T04:05:38.641Z | Checking futures-channel v0.3.31 |
452 | 2025-03-03T04:05:38.698Z | Checking futures-io v0.3.31 |
453 | 2025-03-03T04:05:38.737Z | Compiling getrandom v0.3.1 |
454 | 2025-03-03T04:05:38.741Z | Checking futures-task v0.3.31 |
455 | 2025-03-03T04:05:38.888Z | Checking pin-utils v0.1.0 |
456 | 2025-03-03T04:05:38.966Z | Checking http v1.2.0 |
457 | 2025-03-03T04:05:38.979Z | Compiling vcpkg v0.2.15 |
458 | 2025-03-03T04:05:39.367Z | Compiling ring v0.17.11 |
459 | 2025-03-03T04:05:39.378Z | Compiling schemars v0.8.22 |
460 | 2025-03-03T04:05:39.413Z | Checking rustls-pki-types v1.10.0 |
461 | 2025-03-03T04:05:39.693Z | Compiling heck v0.5.0 |
462 | 2025-03-03T04:05:39.761Z | Checking bitflags v2.6.0 |
463 | 2025-03-03T04:05:39.940Z | Compiling pkg-config v0.3.31 |
464 | 2025-03-03T04:05:40.074Z | Checking iana-time-zone v0.1.61 |
465 | 2025-03-03T04:05:40.313Z | Checking litemap v0.7.3 |
466 | 2025-03-03T04:05:40.339Z | Checking untrusted v0.9.0 |
467 | 2025-03-03T04:05:40.496Z | Checking writeable v0.5.5 |
468 | 2025-03-03T04:05:40.544Z | Compiling httparse v1.9.5 |
469 | 2025-03-03T04:05:40.616Z | Checking dyn-clone v1.0.18 |
470 | 2025-03-03T04:05:40.744Z | Checking tracing-core v0.1.32 |
471 | 2025-03-03T04:05:40.795Z | Compiling ucd-trie v0.1.7 |
472 | 2025-03-03T04:05:40.829Z | Checking atomic-waker v1.1.2 |
473 | 2025-03-03T04:05:40.926Z | Compiling openssl-sys v0.9.106 |
474 | 2025-03-03T04:05:41.199Z | Checking http-body v1.0.1 |
475 | 2025-03-03T04:05:41.305Z | Checking zeroize v1.8.1 |
476 | 2025-03-03T04:05:41.332Z | Checking tracing v0.1.40 |
477 | 2025-03-03T04:05:41.657Z | Checking icu_locid_transform_data v1.5.0 |
478 | 2025-03-03T04:05:41.723Z | Checking subtle v2.6.1 |
479 | 2025-03-03T04:05:41.758Z | Checking try-lock v0.2.5 |
480 | 2025-03-03T04:05:41.815Z | Checking byteorder v1.5.0 |
481 | 2025-03-03T04:05:41.871Z | Checking want v0.3.1 |
482 | 2025-03-03T04:05:41.957Z | Checking tower-service v0.3.3 |
483 | 2025-03-03T04:05:42.058Z | Checking icu_properties_data v1.5.0 |
484 | 2025-03-03T04:05:42.085Z | Compiling uuid v1.15.1 |
485 | 2025-03-03T04:05:42.118Z | Checking foreign-types-shared v0.1.1 |
486 | 2025-03-03T04:05:42.204Z | Checking httpdate v1.0.3 |
487 | 2025-03-03T04:05:42.264Z | Compiling chrono v0.4.40 |
488 | 2025-03-03T04:05:42.350Z | Compiling openssl v0.10.71 |
489 | 2025-03-03T04:05:42.424Z | Checking foreign-types v0.3.2 |
490 | 2025-03-03T04:05:42.528Z | Compiling regress v0.10.3 |
491 | 2025-03-03T04:05:42.630Z | Compiling aho-corasick v1.1.3 |
492 | 2025-03-03T04:05:42.811Z | Compiling rustls v0.23.19 |
493 | 2025-03-03T04:05:42.844Z | Checking icu_normalizer_data v1.5.0 |
494 | 2025-03-03T04:05:42.928Z | Checking utf8_iter v1.0.4 |
495 | 2025-03-03T04:05:43.145Z | Checking percent-encoding v2.3.1 |
496 | 2025-03-03T04:05:43.364Z | Compiling native-tls v0.2.12 |
497 | 2025-03-03T04:05:43.416Z | Checking write16 v1.0.0 |
498 | 2025-03-03T04:05:43.523Z | Compiling regex-syntax v0.8.5 |
499 | 2025-03-03T04:05:43.534Z | Compiling slog v2.7.0 |
500 | 2025-03-03T04:05:43.731Z | Checking utf16_iter v1.0.5 |
501 | 2025-03-03T04:05:43.926Z | Checking form_urlencoded v1.2.1 |
502 | 2025-03-03T04:05:44.132Z | Compiling typenum v1.17.0 |
503 | 2025-03-03T04:05:45.040Z | Compiling synstructure v0.13.1 |
504 | 2025-03-03T04:05:45.342Z | Compiling serde_derive_internals v0.29.1 |
505 | 2025-03-03T04:05:46.302Z | Checking openssl-probe v0.1.5 |
506 | 2025-03-03T04:05:46.997Z | Compiling regex-automata v0.4.8 |
507 | 2025-03-03T04:05:47.280Z | Compiling generic-array v0.14.7 |
508 | 2025-03-03T04:05:47.610Z | Checking encoding_rs v0.8.34 |
509 | 2025-03-03T04:05:47.704Z | Checking mime v0.3.17 |
510 | 2025-03-03T04:05:48.534Z | Checking rustls-webpki v0.102.8 |
511 | 2025-03-03T04:05:48.573Z | Compiling serde_derive v1.0.218 |
512 | 2025-03-03T04:05:48.752Z | Compiling thiserror-impl v1.0.69 |
513 | 2025-03-03T04:05:48.755Z | Compiling schemars_derive v0.8.22 |
514 | 2025-03-03T04:05:48.963Z | Compiling tokio-macros v2.5.0 |
515 | 2025-03-03T04:05:49.348Z | Compiling zerofrom-derive v0.1.4 |
516 | 2025-03-03T04:05:49.583Z | Compiling yoke-derive v0.7.4 |
517 | 2025-03-03T04:05:49.941Z | Compiling zerovec-derive v0.10.3 |
518 | 2025-03-03T04:05:50.492Z | Checking tokio v1.43.0 |
519 | 2025-03-03T04:05:51.449Z | Compiling zerocopy-derive v0.7.35 |
520 | 2025-03-03T04:05:51.549Z | Compiling futures-macro v0.3.31 |
521 | 2025-03-03T04:05:52.091Z | Compiling displaydoc v0.2.5 |
522 | 2025-03-03T04:05:52.340Z | Checking zerofrom v0.1.4 |
523 | 2025-03-03T04:05:52.408Z | Compiling icu_provider_macros v1.5.0 |
524 | 2025-03-03T04:05:52.581Z | Checking yoke v0.7.4 |
525 | 2025-03-03T04:05:52.905Z | Checking zerovec v0.10.4 |
526 | 2025-03-03T04:05:53.290Z | Compiling pest v2.7.14 |
527 | 2025-03-03T04:05:53.363Z | Checking futures-util v0.3.31 |
528 | 2025-03-03T04:05:53.478Z | Checking zerocopy v0.7.35 |
529 | 2025-03-03T04:05:53.542Z | Compiling openssl-macros v0.1.1 |
530 | 2025-03-03T04:05:53.628Z | Compiling regex v1.11.1 |
531 | 2025-03-03T04:05:54.419Z | Checking tinystr v0.7.6 |
532 | 2025-03-03T04:05:54.573Z | Checking icu_collections v1.5.0 |
533 | 2025-03-03T04:05:54.736Z | Checking icu_locid v1.5.0 |
534 | 2025-03-03T04:05:56.199Z | Checking icu_provider v1.5.0 |
535 | 2025-03-03T04:05:56.559Z | Compiling pest_meta v2.7.14 |
536 | 2025-03-03T04:05:56.813Z | Checking icu_locid_transform v1.5.0 |
537 | 2025-03-03T04:05:57.102Z | Checking tokio-util v0.7.13 |
538 | 2025-03-03T04:05:57.823Z | Checking icu_properties v1.5.1 |
539 | 2025-03-03T04:05:57.911Z | Compiling pest_generator v2.7.14 |
540 | 2025-03-03T04:05:57.977Z | Checking http-body-util v0.1.2 |
541 | 2025-03-03T04:05:59.237Z | Checking tokio-rustls v0.26.0 |
542 | 2025-03-03T04:05:59.602Z | Compiling scroll_derive v0.12.0 |
543 | 2025-03-03T04:05:59.751Z | Checking indexmap v2.7.1 |
544 | 2025-03-03T04:06:01.036Z | Compiling serde_tokenstream v0.2.2 |
545 | 2025-03-03T04:06:01.149Z | Checking h2 v0.4.6 |
546 | 2025-03-03T04:06:01.225Z | Checking icu_normalizer v1.5.0 |
547 | 2025-03-03T04:06:01.361Z | Compiling pest_derive v2.7.14 |
548 | 2025-03-03T04:06:01.730Z | Checking tokio-native-tls v0.3.1 |
549 | 2025-03-03T04:06:01.788Z | Checking serde_urlencoded v0.7.1 |
550 | 2025-03-03T04:06:01.976Z | Checking rustls-pemfile v2.2.0 |
551 | 2025-03-03T04:06:01.994Z | Checking idna_adapter v1.2.0 |
552 | 2025-03-03T04:06:02.169Z | Checking webpki-roots v0.26.6 |
553 | 2025-03-03T04:06:02.176Z | Checking idna v1.0.3 |
554 | 2025-03-03T04:06:02.223Z | Checking rand_core v0.6.4 |
555 | 2025-03-03T04:06:02.244Z | Compiling usdt-impl v0.5.0 |
556 | 2025-03-03T04:06:02.413Z | Checking sync_wrapper v1.0.1 |
557 | 2025-03-03T04:06:02.512Z | Checking tower-layer v0.3.3 |
558 | 2025-03-03T04:06:02.648Z | Checking powerfmt v0.2.0 |
559 | 2025-03-03T04:06:02.695Z | Compiling rustix v0.38.37 |
560 | 2025-03-03T04:06:02.765Z | Compiling time-core v0.1.2 |
561 | 2025-03-03T04:06:02.871Z | Compiling num-conv v0.1.0 |
562 | 2025-03-03T04:06:02.908Z | Checking base64 v0.22.1 |
563 | 2025-03-03T04:06:02.968Z | Checking deranged v0.3.11 |
564 | 2025-03-03T04:06:03.192Z | Compiling time-macros v0.2.18 |
565 | 2025-03-03T04:06:03.290Z | Checking tower v0.5.2 |
566 | 2025-03-03T04:06:03.423Z | Checking url v2.5.3 |
567 | 2025-03-03T04:06:03.699Z | Compiling dof v0.3.0 |
568 | 2025-03-03T04:06:03.730Z | Compiling dtrace-parser v0.2.0 |
569 | 2025-03-03T04:06:04.178Z | Checking scroll v0.12.0 |
570 | 2025-03-03T04:06:04.280Z | Compiling thread-id v4.2.2 |
571 | 2025-03-03T04:06:04.402Z | Compiling typify-impl v0.2.0 |
572 | 2025-03-03T04:06:04.487Z | Checking ppv-lite86 v0.2.20 |
573 | 2025-03-03T04:06:04.639Z | Compiling structmeta-derive v0.3.0 |
574 | 2025-03-03T04:06:05.293Z | Checking errno v0.3.9 |
575 | 2025-03-03T04:06:05.460Z | Checking ipnet v2.11.0 |
576 | 2025-03-03T04:06:05.466Z | Checking hyper v1.6.0 |
577 | 2025-03-03T04:06:05.487Z | Checking num_threads v0.1.7 |
578 | 2025-03-03T04:06:05.782Z | Compiling ident_case v1.0.1 |
579 | 2025-03-03T04:06:05.797Z | Compiling strsim v0.11.1 |
580 | 2025-03-03T04:06:05.910Z | Compiling paste v1.0.15 |
581 | 2025-03-03T04:06:06.345Z | Compiling rustversion v1.0.17 |
582 | 2025-03-03T04:06:06.463Z | Checking plain v0.2.3 |
583 | 2025-03-03T04:06:06.633Z | Compiling crossbeam-utils v0.8.20 |
584 | 2025-03-03T04:06:06.728Z | Checking time v0.3.36 |
585 | 2025-03-03T04:06:07.101Z | Checking goblin v0.8.2 |
586 | 2025-03-03T04:06:07.211Z | Compiling structmeta v0.3.0 |
587 | 2025-03-03T04:06:07.309Z | Compiling darling_core v0.20.10 |
588 | 2025-03-03T04:06:07.508Z | Checking hyper-util v0.1.10 |
589 | 2025-03-03T04:06:08.984Z | Checking rand_chacha v0.3.1 |
590 | 2025-03-03T04:06:09.100Z | Checking hyper-rustls v0.27.5 |
591 | 2025-03-03T04:06:09.353Z | Checking hyper-tls v0.6.0 |
592 | 2025-03-03T04:06:09.635Z | Checking reqwest v0.12.12 |
593 | 2025-03-03T04:06:09.820Z | Compiling openapiv3 v2.0.0 |
594 | 2025-03-03T04:06:11.024Z | Checking dirs-sys-next v0.1.2 |
595 | 2025-03-03T04:06:11.116Z | Compiling newtype-uuid v1.2.1 |
596 | 2025-03-03T04:06:11.205Z | Compiling rustls v0.22.4 |
597 | 2025-03-03T04:06:11.365Z | Checking fastrand v2.1.1 |
598 | 2025-03-03T04:06:11.451Z | Compiling unsafe-libyaml v0.2.11 |
599 | 2025-03-03T04:06:11.550Z | Compiling omicron-workspace-hack v0.1.0 |
600 | 2025-03-03T04:06:11.701Z | Checking pretty-hex v0.4.1 |
601 | 2025-03-03T04:06:11.902Z | Checking tempfile v3.13.0 |
602 | 2025-03-03T04:06:11.971Z | Checking dirs-next v2.0.0 |
603 | 2025-03-03T04:06:12.268Z | Checking rand v0.8.5 |
604 | 2025-03-03T04:06:12.549Z | Compiling darling_macro v0.20.10 |
605 | 2025-03-03T04:06:12.738Z | Compiling serde_yaml v0.9.34+deprecated |
606 | 2025-03-03T04:06:13.455Z | Checking crypto-common v0.1.6 |
607 | 2025-03-03T04:06:13.504Z | Checking block-buffer v0.10.4 |
608 | 2025-03-03T04:06:13.639Z | Checking ipnetwork v0.21.1 |
609 | 2025-03-03T04:06:13.653Z | Checking toml_datetime v0.6.8 |
610 | 2025-03-03T04:06:13.679Z | Checking serde_spanned v0.6.8 |
611 | 2025-03-03T04:06:13.729Z | Compiling multer v3.1.0 |
612 | 2025-03-03T04:06:13.859Z | Checking wait-timeout v0.2.0 |
613 | 2025-03-03T04:06:13.914Z | Checking thread_local v1.1.8 |
614 | 2025-03-03T04:06:13.981Z | Compiling camino v1.1.9 |
615 | 2025-03-03T04:06:13.998Z | Compiling slog-async v2.8.0 |
616 | 2025-03-03T04:06:14.046Z | Checking bit-vec v0.8.0 |
617 | 2025-03-03T04:06:14.064Z | Compiling anyhow v1.0.96 |
618 | 2025-03-03T04:06:14.179Z | Checking quick-error v1.2.3 |
619 | 2025-03-03T04:06:14.308Z | Compiling thiserror v2.0.11 |
620 | 2025-03-03T04:06:14.403Z | Checking match_cfg v0.1.0 |
621 | 2025-03-03T04:06:14.482Z | Checking winnow v0.7.3 |
622 | 2025-03-03T04:06:14.494Z | Checking hostname v0.3.1 |
623 | 2025-03-03T04:06:14.579Z | Compiling strum_macros v0.26.4 |
624 | 2025-03-03T04:06:14.627Z | Checking bit-set v0.8.0 |
625 | 2025-03-03T04:06:14.679Z | Checking rusty-fork v0.3.0 |
626 | 2025-03-03T04:06:14.989Z | Checking oxnet v0.1.1 |
627 | 2025-03-03T04:06:15.050Z | Checking crossbeam-channel v0.5.13 |
628 | 2025-03-03T04:06:15.255Z | Checking digest v0.10.7 |
629 | 2025-03-03T04:06:15.283Z | Compiling darling v0.20.10 |
630 | 2025-03-03T04:06:15.394Z | Checking term v0.7.0 |
631 | 2025-03-03T04:06:15.696Z | Checking progenitor-client v0.8.0 |
632 | 2025-03-03T04:06:15.739Z | Compiling usdt-attr-macro v0.5.0 |
633 | 2025-03-03T04:06:15.812Z | Compiling usdt-macro v0.5.0 |
634 | 2025-03-03T04:06:15.877Z | Checking slog-json v2.6.1 |
635 | 2025-03-03T04:06:15.975Z | Compiling typify-macro v0.2.0 |
636 | 2025-03-03T04:06:16.002Z | Compiling parse-display-derive v0.10.0 |
637 | 2025-03-03T04:06:16.122Z | Checking rand_xorshift v0.3.0 |
638 | 2025-03-03T04:06:16.308Z | Checking hex v0.4.3 |
639 | 2025-03-03T04:06:16.803Z | Checking futures-executor v0.3.31 |
640 | 2025-03-03T04:06:17.038Z | Compiling daft-derive v0.1.1 |
641 | 2025-03-03T04:06:17.075Z | Compiling thiserror-impl v2.0.11 |
642 | 2025-03-03T04:06:17.102Z | Compiling async-stream-impl v0.3.6 |
643 | 2025-03-03T04:06:17.218Z | Checking toml_edit v0.22.24 |
644 | 2025-03-03T04:06:18.399Z | Compiling dropshot v0.16.0 |
645 | 2025-03-03T04:06:18.535Z | Checking memmap v0.7.0 |
646 | 2025-03-03T04:06:18.684Z | Checking is-terminal v0.4.13 |
647 | 2025-03-03T04:06:18.736Z | Checking take_mut v0.2.2 |
648 | 2025-03-03T04:06:18.752Z | Checking unarray v0.1.4 |
649 | 2025-03-03T04:06:18.820Z | Checking lazy_static v1.5.0 |
650 | 2025-03-03T04:06:18.880Z | Checking spin v0.9.8 |
651 | 2025-03-03T04:06:18.907Z | Checking cpufeatures v0.2.14 |
652 | 2025-03-03T04:06:18.938Z | Checking proptest v1.6.0 |
653 | 2025-03-03T04:06:19.007Z | Checking sha1 v0.10.6 |
654 | 2025-03-03T04:06:19.024Z | Checking tokio-rustls v0.25.0 |
655 | 2025-03-03T04:06:19.233Z | Compiling typify v0.2.0 |
656 | 2025-03-03T04:06:19.353Z | Compiling progenitor-impl v0.8.0 |
657 | 2025-03-03T04:06:19.447Z | Checking slog-term v2.9.1 |
658 | 2025-03-03T04:06:19.526Z | Checking parse-display v0.10.0 |
659 | 2025-03-03T04:06:19.748Z | Checking usdt v0.5.0 |
660 | 2025-03-03T04:06:19.798Z | Checking strum v0.26.3 |
661 | 2025-03-03T04:06:19.969Z | Checking daft v0.1.1 |
662 | 2025-03-03T04:06:20.007Z | Checking toml v0.8.20 |
663 | 2025-03-03T04:06:20.007Z | Checking async-stream v0.3.6 |
664 | 2025-03-03T04:06:20.034Z | Checking futures v0.3.31 |
665 | 2025-03-03T04:06:20.154Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
666 | 2025-03-03T04:06:20.174Z | Checking slog-bunyan v2.5.0 |
667 | 2025-03-03T04:06:20.197Z | Compiling serde_with_macros v3.12.0 |
668 | 2025-03-03T04:06:20.439Z | Compiling test-strategy v0.4.0 |
669 | 2025-03-03T04:06:20.626Z | Compiling dropshot_endpoint v0.16.0 |
670 | 2025-03-03T04:06:20.672Z | Checking serde_path_to_error v0.1.16 |
671 | 2025-03-03T04:06:20.793Z | Compiling async-trait v0.1.86 |
672 | 2025-03-03T04:06:21.245Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
673 | 2025-03-03T04:06:21.354Z | Checking waitgroup v0.1.2 |
674 | 2025-03-03T04:06:21.525Z | Checking hostname v0.4.0 |
675 | 2025-03-03T04:06:21.673Z | Checking instant v0.1.13 |
676 | 2025-03-03T04:06:21.815Z | Checking debug-ignore v1.0.5 |
677 | 2025-03-03T04:06:21.951Z | Checking backoff v0.4.0 |
678 | 2025-03-03T04:06:22.079Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
679 | 2025-03-03T04:06:22.232Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
680 | 2025-03-03T04:06:22.235Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
681 | 2025-03-03T04:06:22.632Z | Checking serde_with v3.12.0 |
682 | 2025-03-03T04:06:22.740Z | Checking progenitor-client v0.9.1 |
683 | 2025-03-03T04:06:23.028Z | Checking macaddr v1.0.1 |
684 | 2025-03-03T04:06:23.564Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
685 | 2025-03-03T04:06:23.831Z | Compiling progenitor-macro v0.8.0 |
686 | 2025-03-03T04:06:27.463Z | Checking progenitor v0.8.0 |
687 | 2025-03-03T04:06:27.579Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
688 | 2025-03-03T04:06:30.479Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
689 | 2025-03-03T04:06:37.884Z | Checking test-project v0.1.0 (/tmp/test-project) |
690 | 2025-03-03T04:06:37.949Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 04s |
691 | 2025-03-03T04:06:38.078Z | + cargo build --release |
692 | 2025-03-03T04:06:38.343Z | Compiling proc-macro2 v1.0.93 |
693 | 2025-03-03T04:06:38.343Z | Compiling unicode-ident v1.0.14 |
694 | 2025-03-03T04:06:38.347Z | Compiling libc v0.2.170 |
695 | 2025-03-03T04:06:38.347Z | Compiling cfg-if v1.0.0 |
696 | 2025-03-03T04:06:38.348Z | Compiling autocfg v1.4.0 |
697 | 2025-03-03T04:06:38.348Z | Compiling serde v1.0.218 |
698 | 2025-03-03T04:06:38.392Z | Compiling memchr v2.7.4 |
699 | 2025-03-03T04:06:38.396Z | Compiling serde_json v1.0.139 |
700 | 2025-03-03T04:06:38.469Z | Compiling itoa v1.0.11 |
701 | 2025-03-03T04:06:38.701Z | Compiling thiserror v1.0.69 |
702 | 2025-03-03T04:06:38.795Z | Compiling shlex v1.3.0 |
703 | 2025-03-03T04:06:38.984Z | Compiling once_cell v1.20.3 |
704 | 2025-03-03T04:06:39.119Z | Compiling cc v1.2.15 |
705 | 2025-03-03T04:06:39.325Z | Compiling pin-project-lite v0.2.14 |
706 | 2025-03-03T04:06:39.381Z | Compiling ryu v1.0.18 |
707 | 2025-03-03T04:06:39.403Z | Compiling smallvec v1.14.0 |
708 | 2025-03-03T04:06:39.843Z | Compiling bytes v1.10.0 |
709 | 2025-03-03T04:06:39.868Z | Compiling semver v1.0.25 |
710 | 2025-03-03T04:06:39.946Z | Compiling futures-core v0.3.31 |
711 | 2025-03-03T04:06:40.015Z | Compiling version_check v0.9.5 |
712 | 2025-03-03T04:06:40.185Z | Compiling quote v1.0.38 |
713 | 2025-03-03T04:06:40.378Z | Compiling lock_api v0.4.12 |
714 | 2025-03-03T04:06:40.551Z | Compiling syn v2.0.98 |
715 | 2025-03-03T04:06:40.583Z | Compiling parking_lot_core v0.9.10 |
716 | 2025-03-03T04:06:40.739Z | Compiling getrandom v0.2.15 |
717 | 2025-03-03T04:06:40.777Z | Compiling scopeguard v1.2.0 |
718 | 2025-03-03T04:06:40.890Z | Compiling allocator-api2 v0.2.18 |
719 | 2025-03-03T04:06:40.923Z | Compiling equivalent v1.0.1 |
720 | 2025-03-03T04:06:41.029Z | Compiling foldhash v0.1.3 |
721 | 2025-03-03T04:06:41.225Z | Compiling slab v0.4.9 |
722 | 2025-03-03T04:06:41.547Z | Compiling fnv v1.0.7 |
723 | 2025-03-03T04:06:41.610Z | Compiling hashbrown v0.15.1 |
724 | 2025-03-03T04:06:41.659Z | Compiling futures-sink v0.3.31 |
725 | 2025-03-03T04:06:41.681Z | Compiling parking_lot v0.12.3 |
726 | 2025-03-03T04:06:41.805Z | Compiling mio v1.0.2 |
727 | 2025-03-03T04:06:41.808Z | Compiling socket2 v0.5.8 |
728 | 2025-03-03T04:06:41.819Z | Compiling signal-hook-registry v1.4.2 |
729 | 2025-03-03T04:06:41.906Z | Compiling log v0.4.22 |
730 | 2025-03-03T04:06:42.238Z | Compiling num-traits v0.2.19 |
731 | 2025-03-03T04:06:42.318Z | Compiling stable_deref_trait v1.2.0 |
732 | 2025-03-03T04:06:42.429Z | Compiling ring v0.17.11 |
733 | 2025-03-03T04:06:42.828Z | Compiling futures-channel v0.3.31 |
734 | 2025-03-03T04:06:43.048Z | Compiling pin-utils v0.1.0 |
735 | 2025-03-03T04:06:43.142Z | Compiling getrandom v0.3.1 |
736 | 2025-03-03T04:06:43.271Z | Compiling futures-task v0.3.31 |
737 | 2025-03-03T04:06:43.321Z | Compiling futures-io v0.3.31 |
738 | 2025-03-03T04:06:43.525Z | Compiling http v1.2.0 |
739 | 2025-03-03T04:06:43.584Z | Compiling heck v0.5.0 |
740 | 2025-03-03T04:06:43.640Z | Compiling vcpkg v0.2.15 |
741 | 2025-03-03T04:06:43.736Z | Compiling bitflags v2.6.0 |
742 | 2025-03-03T04:06:43.866Z | Compiling rustls-pki-types v1.10.0 |
743 | 2025-03-03T04:06:43.940Z | Compiling schemars v0.8.22 |
744 | 2025-03-03T04:06:44.488Z | Compiling iana-time-zone v0.1.61 |
745 | 2025-03-03T04:06:45.049Z | Compiling pkg-config v0.3.31 |
746 | 2025-03-03T04:06:45.508Z | Compiling litemap v0.7.3 |
747 | 2025-03-03T04:06:45.593Z | Compiling httparse v1.9.5 |
748 | 2025-03-03T04:06:45.683Z | Compiling untrusted v0.9.0 |
749 | 2025-03-03T04:06:45.859Z | Compiling dyn-clone v1.0.18 |
750 | 2025-03-03T04:06:45.924Z | Compiling writeable v0.5.5 |
751 | 2025-03-03T04:06:46.077Z | Compiling openssl-sys v0.9.106 |
752 | 2025-03-03T04:06:46.365Z | Compiling tracing-core v0.1.32 |
753 | 2025-03-03T04:06:46.382Z | Compiling atomic-waker v1.1.2 |
754 | 2025-03-03T04:06:46.571Z | Compiling ucd-trie v0.1.7 |
755 | 2025-03-03T04:06:46.981Z | Compiling http-body v1.0.1 |
756 | 2025-03-03T04:06:47.150Z | Compiling tracing v0.1.40 |
757 | 2025-03-03T04:06:47.820Z | Compiling serde_derive_internals v0.29.1 |
758 | 2025-03-03T04:06:47.954Z | Compiling synstructure v0.13.1 |
759 | 2025-03-03T04:06:47.972Z | Compiling byteorder v1.5.0 |
760 | 2025-03-03T04:06:47.993Z | Compiling try-lock v0.2.5 |
761 | 2025-03-03T04:06:48.130Z | Compiling icu_locid_transform_data v1.5.0 |
762 | 2025-03-03T04:06:48.220Z | Compiling zeroize v1.8.1 |
763 | 2025-03-03T04:06:48.462Z | Compiling subtle v2.6.1 |
764 | 2025-03-03T04:06:48.553Z | Compiling want v0.3.1 |
765 | 2025-03-03T04:06:48.571Z | Compiling chrono v0.4.40 |
766 | 2025-03-03T04:06:48.762Z | Compiling tower-service v0.3.3 |
767 | 2025-03-03T04:06:48.842Z | Compiling httpdate v1.0.3 |
768 | 2025-03-03T04:06:48.879Z | Compiling foreign-types-shared v0.1.1 |
769 | 2025-03-03T04:06:48.985Z | Compiling uuid v1.15.1 |
770 | 2025-03-03T04:06:49.374Z | Compiling openssl v0.10.71 |
771 | 2025-03-03T04:06:49.537Z | Compiling icu_properties_data v1.5.0 |
772 | 2025-03-03T04:06:49.620Z | Compiling foreign-types v0.3.2 |
773 | 2025-03-03T04:06:49.766Z | Compiling regress v0.10.3 |
774 | 2025-03-03T04:06:49.842Z | Compiling aho-corasick v1.1.3 |
775 | 2025-03-03T04:06:50.331Z | Compiling slog v2.7.0 |
776 | 2025-03-03T04:06:50.823Z | Compiling utf8_iter v1.0.4 |
777 | 2025-03-03T04:06:50.988Z | Compiling regex-syntax v0.8.5 |
778 | 2025-03-03T04:06:51.094Z | Compiling native-tls v0.2.12 |
779 | 2025-03-03T04:06:51.495Z | Compiling percent-encoding v2.3.1 |
780 | 2025-03-03T04:06:51.571Z | Compiling write16 v1.0.0 |
781 | 2025-03-03T04:06:51.709Z | Compiling rustls v0.23.19 |
782 | 2025-03-03T04:06:51.730Z | Compiling serde_derive v1.0.218 |
783 | 2025-03-03T04:06:51.986Z | Compiling thiserror-impl v1.0.69 |
784 | 2025-03-03T04:06:52.046Z | Compiling schemars_derive v0.8.22 |
785 | 2025-03-03T04:06:53.113Z | Compiling zerofrom-derive v0.1.4 |
786 | 2025-03-03T04:06:53.503Z | Compiling tokio-macros v2.5.0 |
787 | 2025-03-03T04:06:53.797Z | Compiling yoke-derive v0.7.4 |
788 | 2025-03-03T04:06:54.058Z | Compiling zerocopy-derive v0.7.35 |
789 | 2025-03-03T04:06:54.754Z | Compiling futures-macro v0.3.31 |
790 | 2025-03-03T04:06:54.763Z | Compiling zerovec-derive v0.10.3 |
791 | 2025-03-03T04:06:55.011Z | Compiling tokio v1.43.0 |
792 | 2025-03-03T04:06:55.836Z | Compiling displaydoc v0.2.5 |
793 | 2025-03-03T04:06:56.089Z | Compiling zerofrom v0.1.4 |
794 | 2025-03-03T04:06:56.190Z | Compiling icu_provider_macros v1.5.0 |
795 | 2025-03-03T04:06:56.315Z | Compiling yoke v0.7.4 |
796 | 2025-03-03T04:06:56.547Z | Compiling futures-util v0.3.31 |
797 | 2025-03-03T04:06:56.670Z | Compiling pest v2.7.14 |
798 | 2025-03-03T04:06:57.147Z | Compiling zerovec v0.10.4 |
799 | 2025-03-03T04:06:57.245Z | Compiling zerocopy v0.7.35 |
800 | 2025-03-03T04:06:57.352Z | Compiling openssl-macros v0.1.1 |
801 | 2025-03-03T04:06:58.169Z | Compiling icu_normalizer_data v1.5.0 |
802 | 2025-03-03T04:06:58.650Z | Compiling utf16_iter v1.0.5 |
803 | 2025-03-03T04:06:58.876Z | Compiling rustls-webpki v0.102.8 |
804 | 2025-03-03T04:06:59.511Z | Compiling tinystr v0.7.6 |
805 | 2025-03-03T04:06:59.851Z | Compiling icu_locid v1.5.0 |
806 | 2025-03-03T04:06:59.910Z | Compiling pest_meta v2.7.14 |
807 | 2025-03-03T04:07:02.684Z | Compiling icu_provider v1.5.0 |
808 | 2025-03-03T04:07:03.355Z | Compiling icu_collections v1.5.0 |
809 | 2025-03-03T04:07:03.389Z | Compiling pest_generator v2.7.14 |
810 | 2025-03-03T04:07:04.881Z | Compiling indexmap v2.7.1 |
811 | 2025-03-03T04:07:06.334Z | Compiling serde_tokenstream v0.2.2 |
812 | 2025-03-03T04:07:06.862Z | Compiling tokio-util v0.7.13 |
813 | 2025-03-03T04:07:07.109Z | Compiling icu_locid_transform v1.5.0 |
814 | 2025-03-03T04:07:07.305Z | Compiling pest_derive v2.7.14 |
815 | 2025-03-03T04:07:09.038Z | Compiling h2 v0.4.6 |
816 | 2025-03-03T04:07:10.201Z | Compiling icu_properties v1.5.1 |
817 | 2025-03-03T04:07:10.307Z | Compiling typify-impl v0.2.0 |
818 | 2025-03-03T04:07:12.936Z | Compiling regex-automata v0.4.8 |
819 | 2025-03-03T04:07:13.489Z | Compiling form_urlencoded v1.2.1 |
820 | 2025-03-03T04:07:13.991Z | Compiling icu_normalizer v1.5.0 |
821 | 2025-03-03T04:07:16.383Z | Compiling hyper v1.6.0 |
822 | 2025-03-03T04:07:19.582Z | Compiling hyper-util v0.1.10 |
823 | 2025-03-03T04:07:20.151Z | Compiling typenum v1.17.0 |
824 | 2025-03-03T04:07:20.390Z | Compiling openssl-probe v0.1.5 |
825 | 2025-03-03T04:07:21.636Z | Compiling typify-macro v0.2.0 |
826 | 2025-03-03T04:07:23.235Z | Compiling regex v1.11.1 |
827 | 2025-03-03T04:07:24.102Z | Compiling idna_adapter v1.2.0 |
828 | 2025-03-03T04:07:24.338Z | Compiling http-body-util v0.1.2 |
829 | 2025-03-03T04:07:24.495Z | Compiling generic-array v0.14.7 |
830 | 2025-03-03T04:07:24.851Z | Compiling encoding_rs v0.8.34 |
831 | 2025-03-03T04:07:25.064Z | Compiling mime v0.3.17 |
832 | 2025-03-03T04:07:26.055Z | Compiling idna v1.0.3 |
833 | 2025-03-03T04:07:27.352Z | Compiling tokio-native-tls v0.3.1 |
834 | 2025-03-03T04:07:28.835Z | Compiling serde_urlencoded v0.7.1 |
835 | 2025-03-03T04:07:30.685Z | Compiling scroll_derive v0.12.0 |
836 | 2025-03-03T04:07:31.510Z | Compiling tokio-rustls v0.26.0 |
837 | 2025-03-03T04:07:32.005Z | Compiling rustls-pemfile v2.2.0 |
838 | 2025-03-03T04:07:32.080Z | Compiling webpki-roots v0.26.6 |
839 | 2025-03-03T04:07:32.280Z | Compiling rand_core v0.6.4 |
840 | 2025-03-03T04:07:32.484Z | Compiling usdt-impl v0.5.0 |
841 | 2025-03-03T04:07:32.751Z | Compiling sync_wrapper v1.0.1 |
842 | 2025-03-03T04:07:32.900Z | Compiling tower-layer v0.3.3 |
843 | 2025-03-03T04:07:32.903Z | Compiling time-core v0.1.2 |
844 | 2025-03-03T04:07:33.064Z | Compiling num-conv v0.1.0 |
845 | 2025-03-03T04:07:33.284Z | Compiling powerfmt v0.2.0 |
846 | 2025-03-03T04:07:33.331Z | Compiling rustix v0.38.37 |
847 | 2025-03-03T04:07:33.758Z | Compiling base64 v0.22.1 |
848 | 2025-03-03T04:07:34.110Z | Compiling deranged v0.3.11 |
849 | 2025-03-03T04:07:34.810Z | Compiling time-macros v0.2.18 |
850 | 2025-03-03T04:07:35.751Z | Compiling tower v0.5.2 |
851 | 2025-03-03T04:07:36.118Z | Compiling hyper-rustls v0.27.5 |
852 | 2025-03-03T04:07:36.658Z | Compiling scroll v0.12.0 |
853 | 2025-03-03T04:07:37.588Z | Compiling hyper-tls v0.6.0 |
854 | 2025-03-03T04:07:38.076Z | Compiling thread-id v4.2.2 |
855 | 2025-03-03T04:07:38.185Z | Compiling url v2.5.3 |
856 | 2025-03-03T04:07:38.615Z | Compiling dof v0.3.0 |
857 | 2025-03-03T04:07:38.772Z | Compiling dtrace-parser v0.2.0 |
858 | 2025-03-03T04:07:38.792Z | Compiling ppv-lite86 v0.2.20 |
859 | 2025-03-03T04:07:39.395Z | Compiling structmeta-derive v0.3.0 |
860 | 2025-03-03T04:07:40.290Z | Compiling errno v0.3.9 |
861 | 2025-03-03T04:07:40.726Z | Compiling crossbeam-utils v0.8.20 |
862 | 2025-03-03T04:07:41.286Z | Compiling paste v1.0.15 |
863 | 2025-03-03T04:07:41.704Z | Compiling strsim v0.11.1 |
864 | 2025-03-03T04:07:41.846Z | Compiling omicron-workspace-hack v0.1.0 |
865 | 2025-03-03T04:07:42.300Z | Compiling rustversion v1.0.17 |
866 | 2025-03-03T04:07:42.467Z | Compiling ident_case v1.0.1 |
867 | 2025-03-03T04:07:42.644Z | Compiling plain v0.2.3 |
868 | 2025-03-03T04:07:42.805Z | Compiling ipnet v2.11.0 |
869 | 2025-03-03T04:07:43.104Z | Compiling num_threads v0.1.7 |
870 | 2025-03-03T04:07:43.229Z | Compiling time v0.3.36 |
871 | 2025-03-03T04:07:44.269Z | Compiling reqwest v0.12.12 |
872 | 2025-03-03T04:07:47.791Z | Compiling goblin v0.8.2 |
873 | 2025-03-03T04:07:48.337Z | Compiling darling_core v0.20.10 |
874 | 2025-03-03T04:07:52.158Z | Compiling structmeta v0.3.0 |
875 | 2025-03-03T04:07:54.766Z | Compiling rand_chacha v0.3.1 |
876 | 2025-03-03T04:07:56.463Z | Compiling openapiv3 v2.0.0 |
877 | 2025-03-03T04:07:56.472Z | Compiling typify v0.2.0 |
878 | 2025-03-03T04:07:58.045Z | Compiling dirs-sys-next v0.1.2 |
879 | 2025-03-03T04:07:59.124Z | Compiling rustls v0.22.4 |
880 | 2025-03-03T04:07:59.471Z | Compiling fastrand v2.1.1 |
881 | 2025-03-03T04:08:00.167Z | Compiling pretty-hex v0.4.1 |
882 | 2025-03-03T04:08:00.332Z | Compiling newtype-uuid v1.2.1 |
883 | 2025-03-03T04:08:00.407Z | Compiling unsafe-libyaml v0.2.11 |
884 | 2025-03-03T04:08:02.107Z | Compiling serde_yaml v0.9.34+deprecated |
885 | 2025-03-03T04:08:02.357Z | Compiling progenitor-impl v0.8.0 |
886 | 2025-03-03T04:08:05.319Z | Compiling tempfile v3.13.0 |
887 | 2025-03-03T04:08:06.938Z | Compiling dirs-next v2.0.0 |
888 | 2025-03-03T04:08:07.281Z | Compiling rand v0.8.5 |
889 | 2025-03-03T04:08:08.020Z | Compiling darling_macro v0.20.10 |
890 | 2025-03-03T04:08:09.885Z | Compiling block-buffer v0.10.4 |
891 | 2025-03-03T04:08:10.023Z | Compiling crypto-common v0.1.6 |
892 | 2025-03-03T04:08:10.124Z | Compiling ipnetwork v0.21.1 |
893 | 2025-03-03T04:08:10.233Z | Compiling toml_datetime v0.6.8 |
894 | 2025-03-03T04:08:10.314Z | Compiling serde_spanned v0.6.8 |
895 | 2025-03-03T04:08:10.551Z | Compiling multer v3.1.0 |
896 | 2025-03-03T04:08:10.905Z | Compiling wait-timeout v0.2.0 |
897 | 2025-03-03T04:08:11.020Z | Compiling thread_local v1.1.8 |
898 | 2025-03-03T04:08:11.614Z | Compiling match_cfg v0.1.0 |
899 | 2025-03-03T04:08:11.707Z | Compiling slog-async v2.8.0 |
900 | 2025-03-03T04:08:11.744Z | Compiling anyhow v1.0.96 |
901 | 2025-03-03T04:08:11.900Z | Compiling winnow v0.7.3 |
902 | 2025-03-03T04:08:12.213Z | Compiling thiserror v2.0.11 |
903 | 2025-03-03T04:08:12.345Z | Compiling bit-vec v0.8.0 |
904 | 2025-03-03T04:08:12.796Z | Compiling quick-error v1.2.3 |
905 | 2025-03-03T04:08:12.876Z | Compiling camino v1.1.9 |
906 | 2025-03-03T04:08:12.954Z | Compiling rusty-fork v0.3.0 |
907 | 2025-03-03T04:08:13.643Z | Compiling bit-set v0.8.0 |
908 | 2025-03-03T04:08:13.912Z | Compiling hostname v0.3.1 |
909 | 2025-03-03T04:08:14.266Z | Compiling oxnet v0.1.1 |
910 | 2025-03-03T04:08:14.577Z | Compiling strum_macros v0.26.4 |
911 | 2025-03-03T04:08:14.895Z | Compiling digest v0.10.7 |
912 | 2025-03-03T04:08:16.209Z | Compiling toml_edit v0.22.24 |
913 | 2025-03-03T04:08:18.810Z | Compiling darling v0.20.10 |
914 | 2025-03-03T04:08:18.913Z | Compiling crossbeam-channel v0.5.13 |
915 | 2025-03-03T04:08:19.109Z | Compiling progenitor-macro v0.8.0 |
916 | 2025-03-03T04:08:20.183Z | Compiling term v0.7.0 |
917 | 2025-03-03T04:08:24.881Z | Compiling usdt-attr-macro v0.5.0 |
918 | 2025-03-03T04:08:25.008Z | Compiling usdt-macro v0.5.0 |
919 | 2025-03-03T04:08:25.558Z | Compiling parse-display-derive v0.10.0 |
920 | 2025-03-03T04:08:26.287Z | Compiling progenitor-client v0.8.0 |
921 | 2025-03-03T04:08:26.287Z | Compiling slog-json v2.6.1 |
922 | 2025-03-03T04:08:26.797Z | Compiling rand_xorshift v0.3.0 |
923 | 2025-03-03T04:08:27.078Z | Compiling hex v0.4.3 |
924 | 2025-03-03T04:08:27.176Z | Compiling futures-executor v0.3.31 |
925 | 2025-03-03T04:08:27.730Z | Compiling thiserror-impl v2.0.11 |
926 | 2025-03-03T04:08:28.218Z | Compiling daft-derive v0.1.1 |
927 | 2025-03-03T04:08:29.087Z | Compiling async-stream-impl v0.3.6 |
928 | 2025-03-03T04:08:29.636Z | Compiling dropshot v0.16.0 |
929 | 2025-03-03T04:08:29.759Z | Compiling is-terminal v0.4.13 |
930 | 2025-03-03T04:08:29.880Z | Compiling memmap v0.7.0 |
931 | 2025-03-03T04:08:29.990Z | Compiling spin v0.9.8 |
932 | 2025-03-03T04:08:30.177Z | Compiling cpufeatures v0.2.14 |
933 | 2025-03-03T04:08:30.271Z | Compiling unarray v0.1.4 |
934 | 2025-03-03T04:08:30.281Z | Compiling lazy_static v1.5.0 |
935 | 2025-03-03T04:08:30.288Z | Compiling take_mut v0.2.2 |
936 | 2025-03-03T04:08:30.432Z | Compiling proptest v1.6.0 |
937 | 2025-03-03T04:08:30.448Z | Compiling async-stream v0.3.6 |
938 | 2025-03-03T04:08:30.738Z | Compiling sha1 v0.10.6 |
939 | 2025-03-03T04:08:31.550Z | Compiling usdt v0.5.0 |
940 | 2025-03-03T04:08:33.022Z | Compiling slog-term v2.9.1 |
941 | 2025-03-03T04:08:33.500Z | Compiling daft v0.1.1 |
942 | 2025-03-03T04:08:33.584Z | Compiling progenitor v0.8.0 |
943 | 2025-03-03T04:08:33.771Z | Compiling parse-display v0.10.0 |
944 | 2025-03-03T04:08:33.962Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
945 | 2025-03-03T04:08:34.146Z | Compiling futures v0.3.31 |
946 | 2025-03-03T04:08:34.355Z | Compiling slog-bunyan v2.5.0 |
947 | 2025-03-03T04:08:34.636Z | Compiling tokio-rustls v0.25.0 |
948 | 2025-03-03T04:08:35.060Z | Compiling toml v0.8.20 |
949 | 2025-03-03T04:08:35.827Z | Compiling serde_with_macros v3.12.0 |
950 | 2025-03-03T04:08:35.849Z | Compiling strum v0.26.3 |
951 | 2025-03-03T04:08:38.286Z | Compiling test-strategy v0.4.0 |
952 | 2025-03-03T04:08:38.745Z | Compiling dropshot_endpoint v0.16.0 |
953 | 2025-03-03T04:08:39.093Z | Compiling serde_path_to_error v0.1.16 |
954 | 2025-03-03T04:08:40.107Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
955 | 2025-03-03T04:08:40.920Z | Compiling async-trait v0.1.86 |
956 | 2025-03-03T04:08:41.356Z | Compiling waitgroup v0.1.2 |
957 | 2025-03-03T04:08:41.596Z | Compiling hostname v0.4.0 |
958 | 2025-03-03T04:08:41.858Z | Compiling instant v0.1.13 |
959 | 2025-03-03T04:08:42.011Z | Compiling debug-ignore v1.0.5 |
960 | 2025-03-03T04:08:42.092Z | Compiling backoff v0.4.0 |
961 | 2025-03-03T04:08:42.168Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
962 | 2025-03-03T04:08:42.404Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
963 | 2025-03-03T04:08:42.640Z | Compiling serde_with v3.12.0 |
964 | 2025-03-03T04:08:42.690Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
965 | 2025-03-03T04:08:43.986Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
966 | 2025-03-03T04:08:44.822Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
967 | 2025-03-03T04:08:45.620Z | Compiling progenitor-client v0.9.1 |
968 | 2025-03-03T04:08:46.620Z | Compiling macaddr v1.0.1 |
969 | 2025-03-03T04:08:49.910Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
970 | 2025-03-03T04:09:00.617Z | Compiling test-project v0.1.0 (/tmp/test-project) |
971 | 2025-03-03T04:09:10.219Z | Finished `release` profile [optimized] target(s) in 2m 32s |
972 | 2025-03-03T04:09:10.289Z | process exited: duration 220663 ms, exit code 0 |
|
973 | 2025-03-03T04:09:10.296Z | found 0 output files |