|
|
|
1 | 2025-03-25T22:09:27.155Z | job assigned to worker 01JQ7NK9FAD569R6D5KC1PFJ8Q [factory aws, i-0c12e5ce89cc7c455] (queued for 53 s) |
|
2 | 2025-03-25T22:09:35.229Z | starting task 0: "setup" |
3 | 2025-03-25T22:09:35.235Z | ++ uname -s |
4 | 2025-03-25T22:09:35.235Z | + kern=SunOS |
5 | 2025-03-25T22:09:35.235Z | + build_user=build |
6 | 2025-03-25T22:09:35.235Z | + build_uid=12345 |
7 | 2025-03-25T22:09:35.236Z | + work_dir=/work |
8 | 2025-03-25T22:09:35.236Z | + input_dir=/input |
9 | 2025-03-25T22:09:35.236Z | + [[ 0 == 12345 ]] |
10 | 2025-03-25T22:09:35.236Z | + case "$kern" in |
11 | 2025-03-25T22:09:35.236Z | + groupadd -g 12345 build |
12 | 2025-03-25T22:09:35.236Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-03-25T22:09:37.242Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-03-25T22:09:37.387Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-03-25T22:09:37.394Z | + home_fs=zfs |
16 | 2025-03-25T22:09:37.394Z | + [[ zfs == autofs ]] |
17 | 2025-03-25T22:09:37.394Z | + mkdir -p /home/build |
18 | 2025-03-25T22:09:37.394Z | + chown build:build /home/build /work |
19 | 2025-03-25T22:09:39.420Z | + chmod 0700 /home/build /work |
20 | 2025-03-25T22:09:39.487Z | process exited: duration 4174 ms, exit code 0 |
|
21 | 2025-03-25T22:09:39.541Z | starting task 1: "rust-toolchain" |
22 | 2025-03-25T22:09:39.553Z | + printf ' * rust toolchain channel = "%s"\n' 1.85.0 |
23 | 2025-03-25T22:09:39.553Z | * rust toolchain channel = "1.85.0" |
24 | 2025-03-25T22:09:39.553Z | * rust toolchain profile = "default" |
25 | 2025-03-25T22:09:39.553Z | + printf ' * rust toolchain profile = "%s"\n' default |
26 | 2025-03-25T22:09:39.553Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-03-25T22:09:39.553Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-03-25T22:09:39.554Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-03-25T22:09:39.554Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default |
30 | 2025-03-25T22:09:39.670Z | info: downloading installer |
31 | 2025-03-25T22:09:41.042Z | warn: It looks like you have an existing installation of Rust at: |
32 | 2025-03-25T22:09:41.043Z | warn: /opt/ooce/bin |
33 | 2025-03-25T22:09:41.043Z | warn: It is recommended that rustup be the primary Rust installation. |
34 | 2025-03-25T22:09:41.043Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
35 | 2025-03-25T22:09:41.043Z | warn: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-03-25T22:09:41.043Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-03-25T22:09:41.043Z | warn: or pass `-y' to ignore all ignorable checks. |
38 | 2025-03-25T22:09:41.043Z | error: cannot install while Rust is installed |
39 | 2025-03-25T22:09:41.043Z | warn: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-03-25T22:09:41.048Z | info: profile set to 'default' |
41 | 2025-03-25T22:09:41.048Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-03-25T22:09:41.076Z | info: syncing channel updates for '1.85.0-x86_64-unknown-illumos' |
43 | 2025-03-25T22:09:41.204Z | info: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17) |
44 | 2025-03-25T22:09:41.204Z | info: downloading component 'cargo' |
45 | 2025-03-25T22:09:41.963Z | info: downloading component 'clippy' |
46 | 2025-03-25T22:09:42.280Z | info: downloading component 'rust-docs' |
47 | 2025-03-25T22:09:43.592Z | info: downloading component 'rust-std' |
48 | 2025-03-25T22:09:45.288Z | info: downloading component 'rustc' |
49 | 2025-03-25T22:09:51.275Z | info: downloading component 'rustfmt' |
50 | 2025-03-25T22:09:51.306Z | info: installing component 'cargo' |
51 | 2025-03-25T22:09:52.060Z | info: installing component 'clippy' |
52 | 2025-03-25T22:09:52.439Z | info: installing component 'rust-docs' |
53 | 2025-03-25T22:09:54.186Z | info: installing component 'rust-std' |
54 | 2025-03-25T22:09:56.069Z | info: installing component 'rustc' |
55 | 2025-03-25T22:10:01.903Z | info: installing component 'rustfmt' |
56 | 2025-03-25T22:10:02.243Z | info: default toolchain set to '1.85.0-x86_64-unknown-illumos' |
57 | 2025-03-25T22:10:02.243Z | |
58 | 2025-03-25T22:10:02.588Z | 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17) |
59 | 2025-03-25T22:10:02.589Z | |
60 | 2025-03-25T22:10:02.594Z | |
61 | 2025-03-25T22:10:02.594Z | Rust is installed now. Great! |
62 | 2025-03-25T22:10:02.594Z | |
63 | 2025-03-25T22:10:02.594Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-03-25T22:10:02.594Z | environment variable. This has not been done automatically. |
65 | 2025-03-25T22:10:02.595Z | |
66 | 2025-03-25T22:10:02.595Z | To configure your current shell, you need to source |
67 | 2025-03-25T22:10:02.595Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-03-25T22:10:02.595Z | |
69 | 2025-03-25T22:10:02.595Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-03-25T22:10:02.595Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-03-25T22:10:02.595Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-03-25T22:10:02.595Z | source "$HOME/.cargo/env.nu" # For nushell |
73 | 2025-03-25T22:10:02.650Z | + rustup --version |
74 | 2025-03-25T22:10:02.661Z | rustup 1.28.1 (f9edccde0 2025-03-05) |
75 | 2025-03-25T22:10:02.666Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
76 | 2025-03-25T22:10:02.699Z | info: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)` |
77 | 2025-03-25T22:10:02.711Z | + cargo --version |
78 | 2025-03-25T22:10:02.712Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
79 | 2025-03-25T22:10:02.712Z | + rustc --version |
80 | 2025-03-25T22:10:02.736Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
81 | 2025-03-25T22:10:02.740Z | process exited: duration 23208 ms, exit code 0 |
|
82 | 2025-03-25T22:10:02.748Z | starting task 2: "authentication" |
83 | 2025-03-25T22:10:02.771Z | process exited: duration 22 ms, exit code 0 |
|
84 | 2025-03-25T22:10:02.794Z | starting task 3: "clone repository" |
85 | 2025-03-25T22:10:02.798Z | + mkdir -p /work/oxidecomputer/omicron |
86 | 2025-03-25T22:10:02.801Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
87 | 2025-03-25T22:10:02.847Z | Cloning into '/work/oxidecomputer/omicron'... |
88 | 2025-03-25T22:10:11.403Z | + cd /work/oxidecomputer/omicron |
89 | 2025-03-25T22:10:11.403Z | + git fetch origin 29582a66bc0dec2b1045c85b0e054cce3e49059b |
90 | 2025-03-25T22:10:11.652Z | From https://github.com/oxidecomputer/omicron |
91 | 2025-03-25T22:10:11.652Z | * branch 29582a66bc0dec2b1045c85b0e054cce3e49059b -> FETCH_HEAD |
92 | 2025-03-25T22:10:11.667Z | + [[ -n omdb_sagas_part_1 ]] |
93 | 2025-03-25T22:10:11.672Z | ++ git branch --show-current |
94 | 2025-03-25T22:10:11.672Z | + current=main |
95 | 2025-03-25T22:10:11.672Z | + [[ main != omdb_sagas_part_1 ]] |
96 | 2025-03-25T22:10:11.672Z | + git branch -f omdb_sagas_part_1 29582a66bc0dec2b1045c85b0e054cce3e49059b |
97 | 2025-03-25T22:10:11.672Z | + git checkout -f omdb_sagas_part_1 |
98 | 2025-03-25T22:10:11.891Z | Switched to branch 'omdb_sagas_part_1' |
99 | 2025-03-25T22:10:11.950Z | + git reset --hard 29582a66bc0dec2b1045c85b0e054cce3e49059b |
100 | 2025-03-25T22:10:11.950Z | HEAD is now at 29582a66b Merge branch 'main' into omdb_sagas_part_1 |
101 | 2025-03-25T22:10:11.950Z | process exited: duration 9092 ms, exit code 0 |
|
102 | 2025-03-25T22:10:11.995Z | starting task 4: "build" |
103 | 2025-03-25T22:10:12.001Z | + source .github/buildomat/ci-env.sh |
104 | 2025-03-25T22:10:12.001Z | ++ export CARGO_TERM_COLOR=always |
105 | 2025-03-25T22:10:12.001Z | ++ CARGO_TERM_COLOR=always |
106 | 2025-03-25T22:10:12.001Z | + cargo --version |
107 | 2025-03-25T22:10:12.051Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
108 | 2025-03-25T22:10:12.056Z | + rustc --version |
109 | 2025-03-25T22:10:12.117Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
110 | 2025-03-25T22:10:12.122Z | + cd /tmp |
111 | 2025-03-25T22:10:12.122Z | + cargo new --lib test-project |
112 | 2025-03-25T22:10:12.142Z | Creating library `test-project` package |
113 | 2025-03-25T22:10:12.234Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
114 | 2025-03-25T22:10:12.242Z | + cd test-project |
115 | 2025-03-25T22:10:12.242Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
116 | 2025-03-25T22:10:12.260Z | Adding omicron-common (local) to dependencies |
117 | 2025-03-25T22:10:12.290Z | Features: |
118 | 2025-03-25T22:10:12.291Z | - proptest |
119 | 2025-03-25T22:10:12.291Z | - test-strategy |
120 | 2025-03-25T22:10:12.291Z | - testing |
121 | 2025-03-25T22:10:12.325Z | Updating crates.io index |
122 | 2025-03-25T22:10:12.376Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
123 | 2025-03-25T22:10:12.986Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
124 | 2025-03-25T22:10:13.428Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
125 | 2025-03-25T22:10:13.905Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
126 | 2025-03-25T22:10:15.499Z | Locking 360 packages to latest Rust 1.85.0 compatible versions |
127 | 2025-03-25T22:10:15.671Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
128 | 2025-03-25T22:10:15.676Z | + cargo check |
129 | 2025-03-25T22:10:15.817Z | Updating crates.io index |
130 | 2025-03-25T22:10:18.934Z | Locking 1 package to latest Rust 1.85.0 compatible version |
131 | 2025-03-25T22:10:18.934Z | Adding omicron-workspace-hack v0.1.0 |
132 | 2025-03-25T22:10:18.998Z | Downloading crates ... |
133 | 2025-03-25T22:10:18.998Z | Downloaded dropshot_endpoint v0.16.0 |
134 | 2025-03-25T22:10:18.998Z | Downloaded bitflags v2.6.0 |
135 | 2025-03-25T22:10:18.998Z | Downloaded byteorder v1.5.0 |
136 | 2025-03-25T22:10:18.998Z | Downloaded heck v0.5.0 |
137 | 2025-03-25T22:10:18.998Z | Downloaded dirs-sys-next v0.1.2 |
138 | 2025-03-25T22:10:18.998Z | Downloaded icu_provider_macros v1.5.0 |
139 | 2025-03-25T22:10:18.998Z | Downloaded futures-core v0.3.31 |
140 | 2025-03-25T22:10:18.998Z | Downloaded foreign-types v0.3.2 |
141 | 2025-03-25T22:10:18.998Z | Downloaded autocfg v1.4.0 |
142 | 2025-03-25T22:10:18.998Z | Downloaded strsim v0.11.1 |
143 | 2025-03-25T22:10:18.998Z | Downloaded hostname v0.4.0 |
144 | 2025-03-25T22:10:18.998Z | Downloaded camino v1.1.9 |
145 | 2025-03-25T22:10:18.998Z | Downloaded fastrand v2.1.1 |
146 | 2025-03-25T22:10:18.998Z | Downloaded tower-layer v0.3.3 |
147 | 2025-03-25T22:10:18.998Z | Downloaded http-body v1.0.1 |
148 | 2025-03-25T22:10:18.999Z | Downloaded subtle v2.6.1 |
149 | 2025-03-25T22:10:18.999Z | Downloaded tinyvec_macros v0.1.1 |
150 | 2025-03-25T22:10:18.999Z | Downloaded strum_macros v0.26.4 |
151 | 2025-03-25T22:10:18.999Z | Downloaded ipnetwork v0.21.1 |
152 | 2025-03-25T22:10:18.999Z | Downloaded hex v0.4.3 |
153 | 2025-03-25T22:10:18.999Z | Downloaded waitgroup v0.1.2 |
154 | 2025-03-25T22:10:18.999Z | Downloaded usdt-attr-macro v0.5.0 |
155 | 2025-03-25T22:10:18.999Z | Downloaded debug-ignore v1.0.5 |
156 | 2025-03-25T22:10:18.999Z | Downloaded num-conv v0.1.0 |
157 | 2025-03-25T22:10:18.999Z | Downloaded dirs-next v2.0.0 |
158 | 2025-03-25T22:10:18.999Z | Downloaded hyper-tls v0.6.0 |
159 | 2025-03-25T22:10:18.999Z | Downloaded match_cfg v0.1.0 |
160 | 2025-03-25T22:10:18.999Z | Downloaded idna_adapter v1.2.0 |
161 | 2025-03-25T22:10:18.999Z | Downloaded num_threads v0.1.7 |
162 | 2025-03-25T22:10:18.999Z | Downloaded bit-vec v0.8.0 |
163 | 2025-03-25T22:10:19.000Z | Downloaded thread-id v4.2.2 |
164 | 2025-03-25T22:10:19.000Z | Downloaded tokio-native-tls v0.3.1 |
165 | 2025-03-25T22:10:19.003Z | Downloaded macaddr v1.0.1 |
166 | 2025-03-25T22:10:19.003Z | Downloaded write16 v1.0.0 |
167 | 2025-03-25T22:10:19.003Z | Downloaded icu_locid v1.5.0 |
168 | 2025-03-25T22:10:19.003Z | Downloaded mime v0.3.17 |
169 | 2025-03-25T22:10:19.003Z | Downloaded yoke v0.7.4 |
170 | 2025-03-25T22:10:19.003Z | Downloaded version_check v0.9.5 |
171 | 2025-03-25T22:10:19.003Z | Downloaded thread_local v1.1.8 |
172 | 2025-03-25T22:10:19.003Z | Downloaded thiserror-impl v2.0.12 |
173 | 2025-03-25T22:10:19.003Z | Downloaded tokio-rustls v0.25.0 |
174 | 2025-03-25T22:10:19.003Z | Downloaded ident_case v1.0.1 |
175 | 2025-03-25T22:10:19.003Z | Downloaded stable_deref_trait v1.2.0 |
176 | 2025-03-25T22:10:19.003Z | Downloaded writeable v0.5.5 |
177 | 2025-03-25T22:10:19.003Z | Downloaded foreign-types-shared v0.1.1 |
178 | 2025-03-25T22:10:19.003Z | Downloaded openssl-macros v0.1.1 |
179 | 2025-03-25T22:10:19.003Z | Downloaded once_cell v1.20.3 |
180 | 2025-03-25T22:10:19.003Z | Downloaded zeroize v1.8.1 |
181 | 2025-03-25T22:10:19.003Z | Downloaded pretty-hex v0.4.1 |
182 | 2025-03-25T22:10:19.003Z | Downloaded newtype-uuid v1.2.1 |
183 | 2025-03-25T22:10:19.003Z | Downloaded progenitor-client v0.9.1 |
184 | 2025-03-25T22:10:19.003Z | Downloaded untrusted v0.9.0 |
185 | 2025-03-25T22:10:19.003Z | Downloaded darling_core v0.20.10 |
186 | 2025-03-25T22:10:19.003Z | Downloaded wait-timeout v0.2.0 |
187 | 2025-03-25T22:10:19.003Z | Downloaded iana-time-zone v0.1.61 |
188 | 2025-03-25T22:10:19.003Z | Downloaded zerofrom v0.1.4 |
189 | 2025-03-25T22:10:19.003Z | Downloaded futures-io v0.3.31 |
190 | 2025-03-25T22:10:19.003Z | Downloaded want v0.3.1 |
191 | 2025-03-25T22:10:19.004Z | Downloaded take_mut v0.2.2 |
192 | 2025-03-25T22:10:19.004Z | Downloaded cfg-if v1.0.0 |
193 | 2025-03-25T22:10:19.004Z | Downloaded pkg-config v0.3.31 |
194 | 2025-03-25T22:10:19.004Z | Downloaded toml v0.8.20 |
195 | 2025-03-25T22:10:19.004Z | Downloaded unicode-ident v1.0.14 |
196 | 2025-03-25T22:10:19.004Z | Downloaded itoa v1.0.11 |
197 | 2025-03-25T22:10:19.004Z | Downloaded num-traits v0.2.19 |
198 | 2025-03-25T22:10:19.004Z | Downloaded hostname v0.3.1 |
199 | 2025-03-25T22:10:19.004Z | Downloaded percent-encoding v2.3.1 |
200 | 2025-03-25T22:10:19.004Z | Downloaded rusty-fork v0.3.0 |
201 | 2025-03-25T22:10:19.004Z | Downloaded pin-utils v0.1.0 |
202 | 2025-03-25T22:10:19.004Z | Downloaded daft-derive v0.1.2 |
203 | 2025-03-25T22:10:19.004Z | Downloaded signal-hook-registry v1.4.2 |
204 | 2025-03-25T22:10:19.004Z | Downloaded futures-channel v0.3.31 |
205 | 2025-03-25T22:10:19.004Z | Downloaded bit-set v0.8.0 |
206 | 2025-03-25T22:10:19.004Z | Downloaded usdt-macro v0.5.0 |
207 | 2025-03-25T22:10:19.004Z | Downloaded digest v0.10.7 |
208 | 2025-03-25T22:10:19.004Z | Downloaded hyper-util v0.1.10 |
209 | 2025-03-25T22:10:19.004Z | Downloaded serde_tokenstream v0.2.2 |
210 | 2025-03-25T22:10:19.004Z | Downloaded rustls-pemfile v2.2.0 |
211 | 2025-03-25T22:10:19.004Z | Downloaded rand_core v0.6.4 |
212 | 2025-03-25T22:10:19.004Z | Downloaded rustc-hash v2.1.1 |
213 | 2025-03-25T22:10:19.004Z | Downloaded shlex v1.3.0 |
214 | 2025-03-25T22:10:19.004Z | Downloaded progenitor-macro v0.8.0 |
215 | 2025-03-25T22:10:19.004Z | Downloaded powerfmt v0.2.0 |
216 | 2025-03-25T22:10:19.004Z | Downloaded serde_urlencoded v0.7.1 |
217 | 2025-03-25T22:10:19.004Z | Downloaded serde_with_macros v3.12.0 |
218 | 2025-03-25T22:10:19.004Z | Downloaded uuid v1.15.1 |
219 | 2025-03-25T22:10:19.004Z | Downloaded slab v0.4.9 |
220 | 2025-03-25T22:10:19.004Z | Downloaded slog-bunyan v2.5.0 |
221 | 2025-03-25T22:10:19.004Z | Downloaded indexmap v1.9.3 |
222 | 2025-03-25T22:10:19.004Z | Downloaded crossbeam-channel v0.5.13 |
223 | 2025-03-25T22:10:19.004Z | Downloaded serde_spanned v0.6.8 |
224 | 2025-03-25T22:10:19.004Z | Downloaded progenitor-impl v0.8.0 |
225 | 2025-03-25T22:10:19.004Z | Downloaded progenitor v0.8.0 |
226 | 2025-03-25T22:10:19.004Z | Downloaded oxnet v0.1.1 |
227 | 2025-03-25T22:10:19.004Z | Downloaded quick-error v1.2.3 |
228 | 2025-03-25T22:10:19.004Z | Downloaded rand_xorshift v0.3.0 |
229 | 2025-03-25T22:10:19.004Z | Downloaded hashbrown v0.12.3 |
230 | 2025-03-25T22:10:19.005Z | Downloaded rustversion v1.0.17 |
231 | 2025-03-25T22:10:19.005Z | Downloaded scopeguard v1.2.0 |
232 | 2025-03-25T22:10:19.071Z | Downloaded parse-display v0.10.0 |
233 | 2025-03-25T22:10:19.071Z | Downloaded plain v0.2.3 |
234 | 2025-03-25T22:10:19.071Z | Downloaded ppv-lite86 v0.2.20 |
235 | 2025-03-25T22:10:19.071Z | Downloaded slog-async v2.8.0 |
236 | 2025-03-25T22:10:19.071Z | Downloaded darling v0.20.10 |
237 | 2025-03-25T22:10:19.071Z | Downloaded schemars_derive v0.8.22 |
238 | 2025-03-25T22:10:19.071Z | Downloaded memmap v0.7.0 |
239 | 2025-03-25T22:10:19.071Z | Downloaded dof v0.3.0 |
240 | 2025-03-25T22:10:19.071Z | Downloaded block-buffer v0.10.4 |
241 | 2025-03-25T22:10:19.071Z | Downloaded quote v1.0.39 |
242 | 2025-03-25T22:10:19.071Z | Downloaded lock_api v0.4.12 |
243 | 2025-03-25T22:10:19.071Z | Downloaded slog v2.7.0 |
244 | 2025-03-25T22:10:19.071Z | Downloaded rand_chacha v0.3.1 |
245 | 2025-03-25T22:10:19.071Z | Downloaded slog-term v2.9.1 |
246 | 2025-03-25T22:10:19.071Z | Downloaded quinn-udp v0.5.5 |
247 | 2025-03-25T22:10:19.071Z | Downloaded quinn v0.11.5 |
248 | 2025-03-25T22:10:19.071Z | Downloaded structmeta-derive v0.3.0 |
249 | 2025-03-25T22:10:19.071Z | Downloaded parse-display-derive v0.10.0 |
250 | 2025-03-25T22:10:19.071Z | Downloaded proc-macro2 v1.0.94 |
251 | 2025-03-25T22:10:19.071Z | Downloaded tinystr v0.7.6 |
252 | 2025-03-25T22:10:19.072Z | Downloaded scroll v0.12.0 |
253 | 2025-03-25T22:10:19.072Z | Downloaded tokio-util v0.7.13 |
254 | 2025-03-25T22:10:19.072Z | Downloaded smallvec v1.14.0 |
255 | 2025-03-25T22:10:19.072Z | Downloaded pest_meta v2.7.14 |
256 | 2025-03-25T22:10:19.072Z | Downloaded serde_yaml v0.9.34+deprecated |
257 | 2025-03-25T22:10:19.072Z | Downloaded usdt-impl v0.5.0 |
258 | 2025-03-25T22:10:19.072Z | Downloaded icu_normalizer_data v1.5.0 |
259 | 2025-03-25T22:10:19.072Z | Downloaded rand v0.8.5 |
260 | 2025-03-25T22:10:19.072Z | Downloaded icu_locid_transform v1.5.0 |
261 | 2025-03-25T22:10:19.072Z | Downloaded typenum v1.17.0 |
262 | 2025-03-25T22:10:19.072Z | Downloaded tinyvec v1.8.0 |
263 | 2025-03-25T22:10:19.072Z | Downloaded base64 v0.22.1 |
264 | 2025-03-25T22:10:19.072Z | Downloaded winnow v0.7.3 |
265 | 2025-03-25T22:10:19.072Z | Downloaded serde v1.0.218 |
266 | 2025-03-25T22:10:19.072Z | Downloaded http v1.2.0 |
267 | 2025-03-25T22:10:19.072Z | Downloaded zerovec v0.10.4 |
268 | 2025-03-25T22:10:19.072Z | Downloaded hashbrown v0.15.1 |
269 | 2025-03-25T22:10:19.072Z | Downloaded serde_with v3.12.0 |
270 | 2025-03-25T22:10:19.072Z | Downloaded memchr v2.7.4 |
271 | 2025-03-25T22:10:19.072Z | Downloaded goblin v0.8.2 |
272 | 2025-03-25T22:10:19.072Z | Downloaded vcpkg v0.2.15 |
273 | 2025-03-25T22:10:19.072Z | Downloaded time v0.3.36 |
274 | 2025-03-25T22:10:19.072Z | Downloaded dtrace-parser v0.2.0 |
275 | 2025-03-25T22:10:19.072Z | Downloaded darling_macro v0.20.10 |
276 | 2025-03-25T22:10:19.072Z | Downloaded tower v0.5.2 |
277 | 2025-03-25T22:10:19.072Z | Downloaded pest v2.7.14 |
278 | 2025-03-25T22:10:19.072Z | Downloaded reqwest v0.12.12 |
279 | 2025-03-25T22:10:19.072Z | Downloaded proptest v1.6.0 |
280 | 2025-03-25T22:10:19.073Z | Downloaded rustls-webpki v0.102.8 |
281 | 2025-03-25T22:10:19.073Z | Downloaded regex v1.11.1 |
282 | 2025-03-25T22:10:19.073Z | Downloaded unarray v0.1.4 |
283 | 2025-03-25T22:10:19.073Z | Downloaded tokio-macros v2.5.0 |
284 | 2025-03-25T22:10:19.073Z | Downloaded openssl-probe v0.1.5 |
285 | 2025-03-25T22:10:19.073Z | Downloaded zerofrom-derive v0.1.4 |
286 | 2025-03-25T22:10:19.073Z | Downloaded yoke-derive v0.7.4 |
287 | 2025-03-25T22:10:19.073Z | Downloaded usdt v0.5.0 |
288 | 2025-03-25T22:10:19.073Z | Downloaded async-stream-impl v0.3.6 |
289 | 2025-03-25T22:10:19.073Z | Downloaded tower-service v0.3.3 |
290 | 2025-03-25T22:10:19.073Z | Downloaded icu_properties_data v1.5.0 |
291 | 2025-03-25T22:10:19.073Z | Downloaded rustls v0.23.19 |
292 | 2025-03-25T22:10:19.073Z | Downloaded rustls v0.22.4 |
293 | 2025-03-25T22:10:19.073Z | Downloaded rustix v0.38.37 |
294 | 2025-03-25T22:10:19.073Z | Downloaded regress v0.10.3 |
295 | 2025-03-25T22:10:19.073Z | Downloaded libc v0.2.170 |
296 | 2025-03-25T22:10:19.073Z | Downloaded slog-json v2.6.1 |
297 | 2025-03-25T22:10:19.073Z | Downloaded tokio v1.43.0 |
298 | 2025-03-25T22:10:19.073Z | Downloaded regex-automata v0.4.8 |
299 | 2025-03-25T22:10:19.074Z | Downloaded paste v1.0.15 |
300 | 2025-03-25T22:10:19.074Z | Downloaded lazy_static v1.5.0 |
301 | 2025-03-25T22:10:19.074Z | Downloaded icu_provider v1.5.0 |
302 | 2025-03-25T22:10:19.074Z | Downloaded icu_locid_transform_data v1.5.0 |
303 | 2025-03-25T22:10:19.074Z | Downloaded progenitor-client v0.8.0 |
304 | 2025-03-25T22:10:19.074Z | Downloaded rustls-pki-types v1.10.0 |
305 | 2025-03-25T22:10:19.074Z | Downloaded getrandom v0.2.15 |
306 | 2025-03-25T22:10:19.074Z | Downloaded try-lock v0.2.5 |
307 | 2025-03-25T22:10:19.074Z | Downloaded structmeta v0.3.0 |
308 | 2025-03-25T22:10:19.074Z | Downloaded generic-array v0.14.7 |
309 | 2025-03-25T22:10:19.074Z | Downloaded regex-syntax v0.8.5 |
310 | 2025-03-25T22:10:19.074Z | Downloaded zerocopy v0.7.35 |
311 | 2025-03-25T22:10:19.074Z | Downloaded serde_path_to_error v0.1.16 |
312 | 2025-03-25T22:10:19.074Z | Downloaded socket2 v0.5.8 |
313 | 2025-03-25T22:10:19.074Z | Downloaded serde_derive v1.0.218 |
314 | 2025-03-25T22:10:19.074Z | Downloaded pest_derive v2.7.14 |
315 | 2025-03-25T22:10:19.074Z | Downloaded typify-macro v0.2.0 |
316 | 2025-03-25T22:10:19.074Z | Downloaded typify-impl v0.2.0 |
317 | 2025-03-25T22:10:19.074Z | Downloaded instant v0.1.13 |
318 | 2025-03-25T22:10:19.074Z | Downloaded tracing v0.1.40 |
319 | 2025-03-25T22:10:19.074Z | Downloaded toml_edit v0.22.24 |
320 | 2025-03-25T22:10:19.074Z | Downloaded idna v1.0.3 |
321 | 2025-03-25T22:10:19.074Z | Downloaded bytes v1.10.1 |
322 | 2025-03-25T22:10:19.074Z | Downloaded h2 v0.4.6 |
323 | 2025-03-25T22:10:19.074Z | Downloaded fnv v1.0.7 |
324 | 2025-03-25T22:10:19.074Z | Downloaded openapiv3 v2.0.0 |
325 | 2025-03-25T22:10:19.074Z | Downloaded zerocopy-derive v0.7.35 |
326 | 2025-03-25T22:10:19.074Z | Downloaded tracing-core v0.1.32 |
327 | 2025-03-25T22:10:19.074Z | Downloaded chrono v0.4.40 |
328 | 2025-03-25T22:10:19.074Z | Downloaded daft v0.1.2 |
329 | 2025-03-25T22:10:19.074Z | Downloaded quinn-proto v0.11.8 |
330 | 2025-03-25T22:10:19.074Z | Downloaded syn v2.0.98 |
331 | 2025-03-25T22:10:19.074Z | Downloaded dropshot v0.16.0 |
332 | 2025-03-25T22:10:19.080Z | Downloaded openssl v0.10.71 |
333 | 2025-03-25T22:10:19.080Z | Downloaded encoding_rs v0.8.34 |
334 | 2025-03-25T22:10:19.080Z | Downloaded webpki-roots v0.26.6 |
335 | 2025-03-25T22:10:19.080Z | Downloaded hyper v1.6.0 |
336 | 2025-03-25T22:10:19.080Z | Downloaded aho-corasick v1.1.3 |
337 | 2025-03-25T22:10:19.081Z | Downloaded futures-util v0.3.31 |
338 | 2025-03-25T22:10:19.081Z | Downloaded crossbeam-utils v0.8.20 |
339 | 2025-03-25T22:10:19.081Z | Downloaded ring v0.17.11 |
340 | 2025-03-25T22:10:19.081Z | Downloaded spin v0.9.8 |
341 | 2025-03-25T22:10:19.081Z | Downloaded futures-macro v0.3.31 |
342 | 2025-03-25T22:10:19.081Z | Downloaded schemars v0.8.22 |
343 | 2025-03-25T22:10:19.081Z | Downloaded ryu v1.0.18 |
344 | 2025-03-25T22:10:19.081Z | Downloaded typify v0.2.0 |
345 | 2025-03-25T22:10:19.082Z | Downloaded tempfile v3.13.0 |
346 | 2025-03-25T22:10:19.082Z | Downloaded async-stream v0.3.6 |
347 | 2025-03-25T22:10:19.082Z | Downloaded mio v1.0.2 |
348 | 2025-03-25T22:10:19.082Z | Downloaded multer v3.1.0 |
349 | 2025-03-25T22:10:19.082Z | Downloaded zerovec-derive v0.10.3 |
350 | 2025-03-25T22:10:19.082Z | Downloaded url v2.5.3 |
351 | 2025-03-25T22:10:19.082Z | Downloaded synstructure v0.13.1 |
352 | 2025-03-25T22:10:19.082Z | Downloaded backoff v0.4.0 |
353 | 2025-03-25T22:10:19.082Z | Downloaded allocator-api2 v0.2.18 |
354 | 2025-03-25T22:10:19.082Z | Downloaded httparse v1.9.5 |
355 | 2025-03-25T22:10:19.083Z | Downloaded getrandom v0.3.1 |
356 | 2025-03-25T22:10:19.083Z | Downloaded openssl-sys v0.9.106 |
357 | 2025-03-25T22:10:19.083Z | Downloaded indexmap v2.7.1 |
358 | 2025-03-25T22:10:19.083Z | Downloaded icu_collections v1.5.0 |
359 | 2025-03-25T22:10:19.083Z | Downloaded cc v1.2.15 |
360 | 2025-03-25T22:10:19.083Z | Downloaded serde_derive_internals v0.29.1 |
361 | 2025-03-25T22:10:19.083Z | Downloaded hyper-rustls v0.27.3 |
362 | 2025-03-25T22:10:19.083Z | Downloaded pin-project-lite v0.2.14 |
363 | 2025-03-25T22:10:19.083Z | Downloaded term v0.7.0 |
364 | 2025-03-25T22:10:19.083Z | Downloaded strum v0.26.3 |
365 | 2025-03-25T22:10:19.083Z | Downloaded scroll_derive v0.12.0 |
366 | 2025-03-25T22:10:19.083Z | Downloaded sha2 v0.10.8 |
367 | 2025-03-25T22:10:19.083Z | Downloaded native-tls v0.2.12 |
368 | 2025-03-25T22:10:19.083Z | Downloaded anyhow v1.0.97 |
369 | 2025-03-25T22:10:19.083Z | Downloaded utf16_iter v1.0.5 |
370 | 2025-03-25T22:10:19.083Z | Downloaded thiserror v1.0.69 |
371 | 2025-03-25T22:10:19.083Z | Downloaded log v0.4.22 |
372 | 2025-03-25T22:10:19.083Z | Downloaded ucd-trie v0.1.7 |
373 | 2025-03-25T22:10:19.083Z | Downloaded icu_properties v1.5.1 |
374 | 2025-03-25T22:10:19.083Z | Downloaded async-trait v0.1.87 |
375 | 2025-03-25T22:10:19.084Z | Downloaded is-terminal v0.4.13 |
376 | 2025-03-25T22:10:19.084Z | Downloaded icu_normalizer v1.5.0 |
377 | 2025-03-25T22:10:19.084Z | Downloaded crypto-common v0.1.6 |
378 | 2025-03-25T22:10:19.084Z | Downloaded cpufeatures v0.2.14 |
379 | 2025-03-25T22:10:19.084Z | Downloaded thiserror v2.0.12 |
380 | 2025-03-25T22:10:19.084Z | Downloaded test-strategy v0.4.0 |
381 | 2025-03-25T22:10:19.084Z | Downloaded parking_lot_core v0.9.10 |
382 | 2025-03-25T22:10:19.084Z | Downloaded time-macros v0.2.18 |
383 | 2025-03-25T22:10:19.084Z | Downloaded tokio-rustls v0.26.0 |
384 | 2025-03-25T22:10:19.085Z | Downloaded sync_wrapper v1.0.1 |
385 | 2025-03-25T22:10:19.085Z | Downloaded utf8_iter v1.0.4 |
386 | 2025-03-25T22:10:19.085Z | Downloaded toml_datetime v0.6.8 |
387 | 2025-03-25T22:10:19.085Z | Downloaded ipnet v2.11.0 |
388 | 2025-03-25T22:10:19.085Z | Downloaded futures v0.3.31 |
389 | 2025-03-25T22:10:19.085Z | Downloaded httpdate v1.0.3 |
390 | 2025-03-25T22:10:19.085Z | Downloaded http-body-util v0.1.2 |
391 | 2025-03-25T22:10:19.085Z | Downloaded futures-task v0.3.31 |
392 | 2025-03-25T22:10:19.085Z | Downloaded form_urlencoded v1.2.1 |
393 | 2025-03-25T22:10:19.085Z | Downloaded deranged v0.3.11 |
394 | 2025-03-25T22:10:19.085Z | Downloaded futures-sink v0.3.31 |
395 | 2025-03-25T22:10:19.085Z | Downloaded atomic-waker v1.1.2 |
396 | 2025-03-25T22:10:19.085Z | Downloaded displaydoc v0.2.5 |
397 | 2025-03-25T22:10:19.085Z | Downloaded foldhash v0.1.3 |
398 | 2025-03-25T22:10:19.085Z | Downloaded errno v0.3.9 |
399 | 2025-03-25T22:10:19.085Z | Downloaded equivalent v1.0.1 |
400 | 2025-03-25T22:10:19.086Z | Downloaded time-core v0.1.2 |
401 | 2025-03-25T22:10:19.086Z | Downloaded futures-executor v0.3.31 |
402 | 2025-03-25T22:10:19.086Z | Downloaded dyn-clone v1.0.19 |
403 | 2025-03-25T22:10:19.086Z | Downloaded thiserror-impl v1.0.69 |
404 | 2025-03-25T22:10:19.086Z | Downloaded litemap v0.7.3 |
405 | 2025-03-25T22:10:19.086Z | Downloaded omicron-workspace-hack v0.1.0 |
406 | 2025-03-25T22:10:19.086Z | Downloaded pest_generator v2.7.14 |
407 | 2025-03-25T22:10:19.086Z | Downloaded parking_lot v0.12.3 |
408 | 2025-03-25T22:10:19.086Z | Downloaded unsafe-libyaml v0.2.11 |
409 | 2025-03-25T22:10:19.086Z | Downloaded semver v1.0.25 |
410 | 2025-03-25T22:10:19.089Z | Downloaded sha1 v0.10.6 |
411 | 2025-03-25T22:10:19.089Z | Downloaded serde_json v1.0.139 |
412 | 2025-03-25T22:10:19.089Z | Compiling proc-macro2 v1.0.94 |
413 | 2025-03-25T22:10:19.090Z | Compiling unicode-ident v1.0.14 |
414 | 2025-03-25T22:10:19.090Z | Compiling libc v0.2.170 |
415 | 2025-03-25T22:10:19.090Z | Checking cfg-if v1.0.0 |
416 | 2025-03-25T22:10:19.090Z | Compiling autocfg v1.4.0 |
417 | 2025-03-25T22:10:19.090Z | Compiling serde v1.0.218 |
418 | 2025-03-25T22:10:19.090Z | Checking memchr v2.7.4 |
419 | 2025-03-25T22:10:19.090Z | Compiling serde_json v1.0.139 |
420 | 2025-03-25T22:10:19.090Z | Checking itoa v1.0.11 |
421 | 2025-03-25T22:10:19.090Z | Compiling thiserror v1.0.69 |
422 | 2025-03-25T22:10:19.090Z | Compiling shlex v1.3.0 |
423 | 2025-03-25T22:10:19.090Z | Checking pin-project-lite v0.2.14 |
424 | 2025-03-25T22:10:19.090Z | Compiling cc v1.2.15 |
425 | 2025-03-25T22:10:19.090Z | Checking once_cell v1.20.3 |
426 | 2025-03-25T22:10:19.090Z | Checking smallvec v1.14.0 |
427 | 2025-03-25T22:10:19.325Z | Checking ryu v1.0.18 |
428 | 2025-03-25T22:10:19.337Z | Checking bytes v1.10.1 |
429 | 2025-03-25T22:10:19.440Z | Checking futures-core v0.3.31 |
430 | 2025-03-25T22:10:19.567Z | Compiling version_check v0.9.5 |
431 | 2025-03-25T22:10:19.599Z | Compiling semver v1.0.25 |
432 | 2025-03-25T22:10:19.636Z | Compiling lock_api v0.4.12 |
433 | 2025-03-25T22:10:19.690Z | Compiling parking_lot_core v0.9.10 |
434 | 2025-03-25T22:10:20.009Z | Compiling quote v1.0.39 |
435 | 2025-03-25T22:10:20.066Z | Checking getrandom v0.2.15 |
436 | 2025-03-25T22:10:20.174Z | Checking scopeguard v1.2.0 |
437 | 2025-03-25T22:10:20.188Z | Checking equivalent v1.0.1 |
438 | 2025-03-25T22:10:20.285Z | Checking allocator-api2 v0.2.18 |
439 | 2025-03-25T22:10:20.296Z | Checking foldhash v0.1.3 |
440 | 2025-03-25T22:10:20.468Z | Compiling syn v2.0.98 |
441 | 2025-03-25T22:10:20.483Z | Compiling slab v0.4.9 |
442 | 2025-03-25T22:10:20.496Z | Checking futures-sink v0.3.31 |
443 | 2025-03-25T22:10:20.560Z | Checking fnv v1.0.7 |
444 | 2025-03-25T22:10:20.644Z | Checking mio v1.0.2 |
445 | 2025-03-25T22:10:20.672Z | Checking parking_lot v0.12.3 |
446 | 2025-03-25T22:10:20.686Z | Checking signal-hook-registry v1.4.2 |
447 | 2025-03-25T22:10:20.878Z | Checking hashbrown v0.15.1 |
448 | 2025-03-25T22:10:20.915Z | Checking socket2 v0.5.8 |
449 | 2025-03-25T22:10:20.927Z | Checking log v0.4.22 |
450 | 2025-03-25T22:10:20.990Z | Compiling num-traits v0.2.19 |
451 | 2025-03-25T22:10:21.168Z | Checking stable_deref_trait v1.2.0 |
452 | 2025-03-25T22:10:21.182Z | Checking futures-channel v0.3.31 |
453 | 2025-03-25T22:10:21.227Z | Compiling getrandom v0.3.1 |
454 | 2025-03-25T22:10:21.269Z | Checking pin-utils v0.1.0 |
455 | 2025-03-25T22:10:21.351Z | Checking futures-task v0.3.31 |
456 | 2025-03-25T22:10:21.364Z | Checking futures-io v0.3.31 |
457 | 2025-03-25T22:10:21.513Z | Checking http v1.2.0 |
458 | 2025-03-25T22:10:21.567Z | Compiling schemars v0.8.22 |
459 | 2025-03-25T22:10:21.671Z | Compiling ring v0.17.11 |
460 | 2025-03-25T22:10:21.782Z | Checking bitflags v2.6.0 |
461 | 2025-03-25T22:10:21.878Z | Checking iana-time-zone v0.1.61 |
462 | 2025-03-25T22:10:21.967Z | Compiling heck v0.5.0 |
463 | 2025-03-25T22:10:22.027Z | Checking rustls-pki-types v1.10.0 |
464 | 2025-03-25T22:10:22.040Z | Compiling pkg-config v0.3.31 |
465 | 2025-03-25T22:10:22.357Z | Compiling vcpkg v0.2.15 |
466 | 2025-03-25T22:10:22.741Z | Compiling httparse v1.9.5 |
467 | 2025-03-25T22:10:22.968Z | Checking dyn-clone v1.0.19 |
468 | 2025-03-25T22:10:23.007Z | Checking writeable v0.5.5 |
469 | 2025-03-25T22:10:23.063Z | Checking litemap v0.7.3 |
470 | 2025-03-25T22:10:23.108Z | Checking untrusted v0.9.0 |
471 | 2025-03-25T22:10:23.299Z | Checking tracing-core v0.1.32 |
472 | 2025-03-25T22:10:23.401Z | Compiling ucd-trie v0.1.7 |
473 | 2025-03-25T22:10:23.444Z | Checking atomic-waker v1.1.2 |
474 | 2025-03-25T22:10:23.626Z | Compiling openssl-sys v0.9.106 |
475 | 2025-03-25T22:10:23.731Z | Checking http-body v1.0.1 |
476 | 2025-03-25T22:10:23.908Z | Checking tracing v0.1.40 |
477 | 2025-03-25T22:10:23.982Z | Checking icu_locid_transform_data v1.5.0 |
478 | 2025-03-25T22:10:24.011Z | Checking zeroize v1.8.1 |
479 | 2025-03-25T22:10:24.074Z | Checking try-lock v0.2.5 |
480 | 2025-03-25T22:10:24.199Z | Checking subtle v2.6.1 |
481 | 2025-03-25T22:10:24.235Z | Checking byteorder v1.5.0 |
482 | 2025-03-25T22:10:24.288Z | Checking want v0.3.1 |
483 | 2025-03-25T22:10:24.450Z | Checking foreign-types-shared v0.1.1 |
484 | 2025-03-25T22:10:24.614Z | Compiling openssl v0.10.71 |
485 | 2025-03-25T22:10:24.682Z | Checking httpdate v1.0.3 |
486 | 2025-03-25T22:10:24.730Z | Compiling uuid v1.15.1 |
487 | 2025-03-25T22:10:24.742Z | Checking tower-service v0.3.3 |
488 | 2025-03-25T22:10:24.858Z | Compiling chrono v0.4.40 |
489 | 2025-03-25T22:10:24.902Z | Checking icu_properties_data v1.5.0 |
490 | 2025-03-25T22:10:25.073Z | Checking foreign-types v0.3.2 |
491 | 2025-03-25T22:10:25.129Z | Compiling regress v0.10.3 |
492 | 2025-03-25T22:10:25.178Z | Compiling aho-corasick v1.1.3 |
493 | 2025-03-25T22:10:25.395Z | Compiling native-tls v0.2.12 |
494 | 2025-03-25T22:10:25.614Z | Checking icu_normalizer_data v1.5.0 |
495 | 2025-03-25T22:10:25.699Z | Checking utf8_iter v1.0.4 |
496 | 2025-03-25T22:10:25.772Z | Checking utf16_iter v1.0.5 |
497 | 2025-03-25T22:10:25.878Z | Compiling slog v2.7.0 |
498 | 2025-03-25T22:10:25.945Z | Compiling rustls v0.23.19 |
499 | 2025-03-25T22:10:26.054Z | Checking percent-encoding v2.3.1 |
500 | 2025-03-25T22:10:26.243Z | Compiling regex-syntax v0.8.5 |
501 | 2025-03-25T22:10:26.268Z | Checking write16 v1.0.0 |
502 | 2025-03-25T22:10:26.407Z | Checking form_urlencoded v1.2.1 |
503 | 2025-03-25T22:10:26.601Z | Checking openssl-probe v0.1.5 |
504 | 2025-03-25T22:10:26.759Z | Compiling typenum v1.17.0 |
505 | 2025-03-25T22:10:27.270Z | Compiling serde_derive_internals v0.29.1 |
506 | 2025-03-25T22:10:27.674Z | Compiling synstructure v0.13.1 |
507 | 2025-03-25T22:10:27.878Z | Checking rustls-webpki v0.102.8 |
508 | 2025-03-25T22:10:29.094Z | Compiling generic-array v0.14.7 |
509 | 2025-03-25T22:10:29.464Z | Checking encoding_rs v0.8.34 |
510 | 2025-03-25T22:10:29.550Z | Checking mime v0.3.17 |
511 | 2025-03-25T22:10:29.865Z | Compiling regex-automata v0.4.8 |
512 | 2025-03-25T22:10:31.334Z | Compiling serde_derive v1.0.218 |
513 | 2025-03-25T22:10:31.367Z | Compiling thiserror-impl v1.0.69 |
514 | 2025-03-25T22:10:31.410Z | Compiling schemars_derive v0.8.22 |
515 | 2025-03-25T22:10:31.669Z | Compiling tokio-macros v2.5.0 |
516 | 2025-03-25T22:10:31.716Z | Compiling zerofrom-derive v0.1.4 |
517 | 2025-03-25T22:10:31.864Z | Compiling yoke-derive v0.7.4 |
518 | 2025-03-25T22:10:33.098Z | Checking tokio v1.43.0 |
519 | 2025-03-25T22:10:33.270Z | Compiling zerovec-derive v0.10.3 |
520 | 2025-03-25T22:10:34.078Z | Compiling futures-macro v0.3.31 |
521 | 2025-03-25T22:10:34.157Z | Compiling zerocopy-derive v0.7.35 |
522 | 2025-03-25T22:10:34.277Z | Compiling displaydoc v0.2.5 |
523 | 2025-03-25T22:10:34.709Z | Checking zerofrom v0.1.4 |
524 | 2025-03-25T22:10:34.932Z | Checking yoke v0.7.4 |
525 | 2025-03-25T22:10:35.248Z | Compiling icu_provider_macros v1.5.0 |
526 | 2025-03-25T22:10:35.508Z | Checking zerovec v0.10.4 |
527 | 2025-03-25T22:10:35.738Z | Compiling pest v2.7.14 |
528 | 2025-03-25T22:10:35.850Z | Checking futures-util v0.3.31 |
529 | 2025-03-25T22:10:36.118Z | Checking zerocopy v0.7.35 |
530 | 2025-03-25T22:10:36.284Z | Compiling openssl-macros v0.1.1 |
531 | 2025-03-25T22:10:36.329Z | Compiling regex v1.11.1 |
532 | 2025-03-25T22:10:37.003Z | Checking tinystr v0.7.6 |
533 | 2025-03-25T22:10:37.132Z | Checking icu_collections v1.5.0 |
534 | 2025-03-25T22:10:37.306Z | Checking icu_locid v1.5.0 |
535 | 2025-03-25T22:10:38.793Z | Checking icu_provider v1.5.0 |
536 | 2025-03-25T22:10:38.884Z | Compiling pest_meta v2.7.14 |
537 | 2025-03-25T22:10:39.164Z | Checking icu_locid_transform v1.5.0 |
538 | 2025-03-25T22:10:39.630Z | Checking tokio-util v0.7.13 |
539 | 2025-03-25T22:10:39.903Z | Checking icu_properties v1.5.1 |
540 | 2025-03-25T22:10:40.297Z | Compiling pest_generator v2.7.14 |
541 | 2025-03-25T22:10:40.413Z | Checking http-body-util v0.1.2 |
542 | 2025-03-25T22:10:40.819Z | Checking tokio-rustls v0.26.0 |
543 | 2025-03-25T22:10:40.994Z | Compiling scroll_derive v0.12.0 |
544 | 2025-03-25T22:10:41.862Z | Checking webpki-roots v0.26.6 |
545 | 2025-03-25T22:10:42.066Z | Checking rustls-pemfile v2.2.0 |
546 | 2025-03-25T22:10:42.078Z | Compiling pest_derive v2.7.14 |
547 | 2025-03-25T22:10:42.276Z | Checking rand_core v0.6.4 |
548 | 2025-03-25T22:10:42.287Z | Compiling usdt-impl v0.5.0 |
549 | 2025-03-25T22:10:42.360Z | Checking sync_wrapper v1.0.1 |
550 | 2025-03-25T22:10:42.460Z | Checking indexmap v2.7.1 |
551 | 2025-03-25T22:10:42.908Z | Checking tokio-native-tls v0.3.1 |
552 | 2025-03-25T22:10:42.921Z | Checking serde_urlencoded v0.7.1 |
553 | 2025-03-25T22:10:43.142Z | Checking icu_normalizer v1.5.0 |
554 | 2025-03-25T22:10:43.154Z | Compiling paste v1.0.15 |
555 | 2025-03-25T22:10:43.244Z | Checking powerfmt v0.2.0 |
556 | 2025-03-25T22:10:43.494Z | Compiling serde_tokenstream v0.2.2 |
557 | 2025-03-25T22:10:43.634Z | Checking h2 v0.4.6 |
558 | 2025-03-25T22:10:43.816Z | Compiling time-core v0.1.2 |
559 | 2025-03-25T22:10:43.918Z | Checking idna_adapter v1.2.0 |
560 | 2025-03-25T22:10:43.969Z | Compiling rustix v0.38.37 |
561 | 2025-03-25T22:10:44.012Z | Checking base64 v0.22.1 |
562 | 2025-03-25T22:10:44.097Z | Checking idna v1.0.3 |
563 | 2025-03-25T22:10:44.181Z | Checking tower-layer v0.3.3 |
564 | 2025-03-25T22:10:44.389Z | Compiling num-conv v0.1.0 |
565 | 2025-03-25T22:10:44.479Z | Checking tower v0.5.2 |
566 | 2025-03-25T22:10:44.569Z | Checking url v2.5.3 |
567 | 2025-03-25T22:10:44.636Z | Compiling time-macros v0.2.18 |
568 | 2025-03-25T22:10:44.801Z | Checking deranged v0.3.11 |
569 | 2025-03-25T22:10:44.909Z | Compiling dtrace-parser v0.2.0 |
570 | 2025-03-25T22:10:45.402Z | Compiling dof v0.3.0 |
571 | 2025-03-25T22:10:45.764Z | Checking scroll v0.12.0 |
572 | 2025-03-25T22:10:46.157Z | Checking ppv-lite86 v0.2.20 |
573 | 2025-03-25T22:10:46.215Z | Compiling thread-id v4.2.2 |
574 | 2025-03-25T22:10:46.327Z | Compiling structmeta-derive v0.3.0 |
575 | 2025-03-25T22:10:46.661Z | Checking errno v0.3.9 |
576 | 2025-03-25T22:10:46.966Z | Compiling typify-impl v0.2.0 |
577 | 2025-03-25T22:10:47.393Z | Compiling ident_case v1.0.1 |
578 | 2025-03-25T22:10:47.439Z | Compiling newtype-uuid v1.2.1 |
579 | 2025-03-25T22:10:47.561Z | Checking num_threads v0.1.7 |
580 | 2025-03-25T22:10:47.669Z | Checking ipnet v2.11.0 |
581 | 2025-03-25T22:10:47.722Z | Checking hyper v1.6.0 |
582 | 2025-03-25T22:10:47.942Z | Compiling rustversion v1.0.17 |
583 | 2025-03-25T22:10:47.962Z | Checking plain v0.2.3 |
584 | 2025-03-25T22:10:48.105Z | Compiling crossbeam-utils v0.8.20 |
585 | 2025-03-25T22:10:48.134Z | Compiling strsim v0.11.1 |
586 | 2025-03-25T22:10:48.146Z | Checking goblin v0.8.2 |
587 | 2025-03-25T22:10:48.607Z | Compiling darling_core v0.20.10 |
588 | 2025-03-25T22:10:48.651Z | Checking time v0.3.36 |
589 | 2025-03-25T22:10:48.687Z | Compiling structmeta v0.3.0 |
590 | 2025-03-25T22:10:49.621Z | Checking hyper-util v0.1.10 |
591 | 2025-03-25T22:10:50.319Z | Checking rand_chacha v0.3.1 |
592 | 2025-03-25T22:10:51.201Z | Checking hyper-tls v0.6.0 |
593 | 2025-03-25T22:10:51.475Z | Checking hyper-rustls v0.27.3 |
594 | 2025-03-25T22:10:51.634Z | Checking ipnetwork v0.21.1 |
595 | 2025-03-25T22:10:51.784Z | Checking reqwest v0.12.12 |
596 | 2025-03-25T22:10:51.852Z | Compiling openapiv3 v2.0.0 |
597 | 2025-03-25T22:10:52.760Z | Checking dirs-sys-next v0.1.2 |
598 | 2025-03-25T22:10:52.829Z | Checking fastrand v2.1.1 |
599 | 2025-03-25T22:10:52.928Z | Compiling rustls v0.22.4 |
600 | 2025-03-25T22:10:52.941Z | Compiling unsafe-libyaml v0.2.11 |
601 | 2025-03-25T22:10:53.151Z | Checking pretty-hex v0.4.1 |
602 | 2025-03-25T22:10:53.163Z | Compiling omicron-workspace-hack v0.1.0 |
603 | 2025-03-25T22:10:53.287Z | Compiling thiserror v2.0.12 |
604 | 2025-03-25T22:10:53.521Z | Compiling darling_macro v0.20.10 |
605 | 2025-03-25T22:10:53.549Z | Checking tempfile v3.13.0 |
606 | 2025-03-25T22:10:53.904Z | Checking dirs-next v2.0.0 |
607 | 2025-03-25T22:10:54.025Z | Checking oxnet v0.1.1 |
608 | 2025-03-25T22:10:54.209Z | Compiling serde_yaml v0.9.34+deprecated |
609 | 2025-03-25T22:10:54.373Z | Checking rand v0.8.5 |
610 | 2025-03-25T22:10:54.710Z | Checking block-buffer v0.10.4 |
611 | 2025-03-25T22:10:54.926Z | Checking crypto-common v0.1.6 |
612 | 2025-03-25T22:10:55.086Z | Checking toml_datetime v0.6.8 |
613 | 2025-03-25T22:10:55.101Z | Checking serde_spanned v0.6.8 |
614 | 2025-03-25T22:10:55.142Z | Compiling daft-derive v0.1.2 |
615 | 2025-03-25T22:10:55.299Z | Compiling thiserror-impl v2.0.12 |
616 | 2025-03-25T22:10:55.372Z | Compiling multer v3.1.0 |
617 | 2025-03-25T22:10:55.496Z | Checking wait-timeout v0.2.0 |
618 | 2025-03-25T22:10:55.646Z | Checking thread_local v1.1.8 |
619 | 2025-03-25T22:10:55.674Z | Compiling anyhow v1.0.97 |
620 | 2025-03-25T22:10:55.710Z | Compiling slog-async v2.8.0 |
621 | 2025-03-25T22:10:55.717Z | Compiling camino v1.1.9 |
622 | 2025-03-25T22:10:55.922Z | Checking winnow v0.7.3 |
623 | 2025-03-25T22:10:56.198Z | Checking bit-vec v0.8.0 |
624 | 2025-03-25T22:10:56.258Z | Checking match_cfg v0.1.0 |
625 | 2025-03-25T22:10:56.332Z | Checking quick-error v1.2.3 |
626 | 2025-03-25T22:10:56.350Z | Checking hostname v0.3.1 |
627 | 2025-03-25T22:10:56.453Z | Checking rusty-fork v0.3.0 |
628 | 2025-03-25T22:10:56.560Z | Checking bit-set v0.8.0 |
629 | 2025-03-25T22:10:56.575Z | Checking daft v0.1.2 |
630 | 2025-03-25T22:10:56.800Z | Compiling strum_macros v0.26.4 |
631 | 2025-03-25T22:10:56.901Z | Checking crossbeam-channel v0.5.13 |
632 | 2025-03-25T22:10:56.952Z | Checking digest v0.10.7 |
633 | 2025-03-25T22:10:57.198Z | Compiling darling v0.20.10 |
634 | 2025-03-25T22:10:57.249Z | Checking term v0.7.0 |
635 | 2025-03-25T22:10:57.394Z | Checking progenitor-client v0.8.0 |
636 | 2025-03-25T22:10:57.565Z | Compiling usdt-macro v0.5.0 |
637 | 2025-03-25T22:10:57.659Z | Compiling usdt-attr-macro v0.5.0 |
638 | 2025-03-25T22:10:57.698Z | Checking slog-json v2.6.1 |
639 | 2025-03-25T22:10:57.963Z | Compiling parse-display-derive v0.10.0 |
640 | 2025-03-25T22:10:58.005Z | Compiling typify-macro v0.2.0 |
641 | 2025-03-25T22:10:58.152Z | Checking rand_xorshift v0.3.0 |
642 | 2025-03-25T22:10:58.330Z | Checking hex v0.4.3 |
643 | 2025-03-25T22:10:58.675Z | Checking toml_edit v0.22.24 |
644 | 2025-03-25T22:10:58.780Z | Checking futures-executor v0.3.31 |
645 | 2025-03-25T22:10:58.793Z | Compiling async-stream-impl v0.3.6 |
646 | 2025-03-25T22:10:59.012Z | Compiling dropshot v0.16.0 |
647 | 2025-03-25T22:10:59.025Z | Checking is-terminal v0.4.13 |
648 | 2025-03-25T22:10:59.145Z | Checking memmap v0.7.0 |
649 | 2025-03-25T22:10:59.353Z | Checking cpufeatures v0.2.14 |
650 | 2025-03-25T22:10:59.372Z | Checking unarray v0.1.4 |
651 | 2025-03-25T22:10:59.445Z | Checking take_mut v0.2.2 |
652 | 2025-03-25T22:10:59.517Z | Checking lazy_static v1.5.0 |
653 | 2025-03-25T22:10:59.599Z | Checking spin v0.9.8 |
654 | 2025-03-25T22:10:59.652Z | Checking proptest v1.6.0 |
655 | 2025-03-25T22:10:59.962Z | Checking async-stream v0.3.6 |
656 | 2025-03-25T22:11:00.162Z | Checking sha1 v0.10.6 |
657 | 2025-03-25T22:11:00.423Z | Checking usdt v0.5.0 |
658 | 2025-03-25T22:11:00.470Z | Checking slog-term v2.9.1 |
659 | 2025-03-25T22:11:00.646Z | Checking tokio-rustls v0.25.0 |
660 | 2025-03-25T22:11:00.658Z | Checking futures v0.3.31 |
661 | 2025-03-25T22:11:00.737Z | Checking strum v0.26.3 |
662 | 2025-03-25T22:11:00.754Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
663 | 2025-03-25T22:11:00.899Z | Checking slog-bunyan v2.5.0 |
664 | 2025-03-25T22:11:00.915Z | Compiling serde_with_macros v3.12.0 |
665 | 2025-03-25T22:11:01.150Z | Compiling test-strategy v0.4.0 |
666 | 2025-03-25T22:11:01.199Z | Compiling typify v0.2.0 |
667 | 2025-03-25T22:11:01.265Z | Checking parse-display v0.10.0 |
668 | 2025-03-25T22:11:01.278Z | Checking toml v0.8.20 |
669 | 2025-03-25T22:11:01.322Z | Compiling progenitor-impl v0.8.0 |
670 | 2025-03-25T22:11:01.483Z | Compiling dropshot_endpoint v0.16.0 |
671 | 2025-03-25T22:11:01.496Z | Checking serde_path_to_error v0.1.16 |
672 | 2025-03-25T22:11:01.981Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
673 | 2025-03-25T22:11:02.090Z | Compiling async-trait v0.1.87 |
674 | 2025-03-25T22:11:02.780Z | Checking waitgroup v0.1.2 |
675 | 2025-03-25T22:11:02.926Z | Checking hostname v0.4.0 |
676 | 2025-03-25T22:11:03.056Z | Checking instant v0.1.13 |
677 | 2025-03-25T22:11:03.169Z | Checking debug-ignore v1.0.5 |
678 | 2025-03-25T22:11:03.183Z | Checking backoff v0.4.0 |
679 | 2025-03-25T22:11:03.241Z | Checking serde_with v3.12.0 |
680 | 2025-03-25T22:11:03.304Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
681 | 2025-03-25T22:11:03.450Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
682 | 2025-03-25T22:11:03.453Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
683 | 2025-03-25T22:11:03.643Z | Checking progenitor-client v0.9.1 |
684 | 2025-03-25T22:11:03.885Z | Checking macaddr v1.0.1 |
685 | 2025-03-25T22:11:04.084Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#69e2896b) |
686 | 2025-03-25T22:11:04.851Z | Compiling progenitor-macro v0.8.0 |
687 | 2025-03-25T22:11:08.245Z | Checking progenitor v0.8.0 |
688 | 2025-03-25T22:11:08.351Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889) |
689 | 2025-03-25T22:11:11.031Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
690 | 2025-03-25T22:11:19.892Z | Checking test-project v0.1.0 (/tmp/test-project) |
691 | 2025-03-25T22:11:20.082Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 02s |
692 | 2025-03-25T22:11:20.082Z | + cargo build --release |
693 | 2025-03-25T22:11:20.082Z | Compiling proc-macro2 v1.0.94 |
694 | 2025-03-25T22:11:20.082Z | Compiling unicode-ident v1.0.14 |
695 | 2025-03-25T22:11:20.082Z | Compiling libc v0.2.170 |
696 | 2025-03-25T22:11:20.082Z | Compiling cfg-if v1.0.0 |
697 | 2025-03-25T22:11:20.082Z | Compiling autocfg v1.4.0 |
698 | 2025-03-25T22:11:20.082Z | Compiling serde v1.0.218 |
699 | 2025-03-25T22:11:20.082Z | Compiling memchr v2.7.4 |
700 | 2025-03-25T22:11:20.082Z | Compiling serde_json v1.0.139 |
701 | 2025-03-25T22:11:20.082Z | Compiling itoa v1.0.11 |
702 | 2025-03-25T22:11:20.082Z | Compiling thiserror v1.0.69 |
703 | 2025-03-25T22:11:20.082Z | Compiling shlex v1.3.0 |
704 | 2025-03-25T22:11:20.082Z | Compiling once_cell v1.20.3 |
705 | 2025-03-25T22:11:20.082Z | Compiling cc v1.2.15 |
706 | 2025-03-25T22:11:20.082Z | Compiling pin-project-lite v0.2.14 |
707 | 2025-03-25T22:11:20.082Z | Compiling ryu v1.0.18 |
708 | 2025-03-25T22:11:20.082Z | Compiling smallvec v1.14.0 |
709 | 2025-03-25T22:11:20.141Z | Compiling bytes v1.10.1 |
710 | 2025-03-25T22:11:20.141Z | Compiling semver v1.0.25 |
711 | 2025-03-25T22:11:20.141Z | Compiling version_check v0.9.5 |
712 | 2025-03-25T22:11:20.281Z | Compiling quote v1.0.39 |
713 | 2025-03-25T22:11:20.491Z | Compiling futures-core v0.3.31 |
714 | 2025-03-25T22:11:20.532Z | Compiling lock_api v0.4.12 |
715 | 2025-03-25T22:11:20.718Z | Compiling syn v2.0.98 |
716 | 2025-03-25T22:11:20.732Z | Compiling parking_lot_core v0.9.10 |
717 | 2025-03-25T22:11:20.829Z | Compiling getrandom v0.2.15 |
718 | 2025-03-25T22:11:20.942Z | Compiling equivalent v1.0.1 |
719 | 2025-03-25T22:11:21.048Z | Compiling scopeguard v1.2.0 |
720 | 2025-03-25T22:11:21.057Z | Compiling allocator-api2 v0.2.18 |
721 | 2025-03-25T22:11:21.160Z | Compiling foldhash v0.1.3 |
722 | 2025-03-25T22:11:21.346Z | Compiling slab v0.4.9 |
723 | 2025-03-25T22:11:21.625Z | Compiling fnv v1.0.7 |
724 | 2025-03-25T22:11:21.733Z | Compiling futures-sink v0.3.31 |
725 | 2025-03-25T22:11:21.760Z | Compiling hashbrown v0.15.1 |
726 | 2025-03-25T22:11:21.833Z | Compiling parking_lot v0.12.3 |
727 | 2025-03-25T22:11:21.882Z | Compiling socket2 v0.5.8 |
728 | 2025-03-25T22:11:21.912Z | Compiling signal-hook-registry v1.4.2 |
729 | 2025-03-25T22:11:21.975Z | Compiling mio v1.0.2 |
730 | 2025-03-25T22:11:22.023Z | Compiling log v0.4.22 |
731 | 2025-03-25T22:11:22.383Z | Compiling num-traits v0.2.19 |
732 | 2025-03-25T22:11:22.459Z | Compiling stable_deref_trait v1.2.0 |
733 | 2025-03-25T22:11:22.563Z | Compiling ring v0.17.11 |
734 | 2025-03-25T22:11:22.967Z | Compiling futures-channel v0.3.31 |
735 | 2025-03-25T22:11:23.167Z | Compiling pin-utils v0.1.0 |
736 | 2025-03-25T22:11:23.259Z | Compiling futures-task v0.3.31 |
737 | 2025-03-25T22:11:23.389Z | Compiling futures-io v0.3.31 |
738 | 2025-03-25T22:11:23.407Z | Compiling getrandom v0.3.1 |
739 | 2025-03-25T22:11:23.554Z | Compiling http v1.2.0 |
740 | 2025-03-25T22:11:23.610Z | Compiling schemars v0.8.22 |
741 | 2025-03-25T22:11:23.713Z | Compiling vcpkg v0.2.15 |
742 | 2025-03-25T22:11:24.002Z | Compiling pkg-config v0.3.31 |
743 | 2025-03-25T22:11:24.024Z | Compiling bitflags v2.6.0 |
744 | 2025-03-25T22:11:24.129Z | Compiling rustls-pki-types v1.10.0 |
745 | 2025-03-25T22:11:24.725Z | Compiling iana-time-zone v0.1.61 |
746 | 2025-03-25T22:11:25.273Z | Compiling heck v0.5.0 |
747 | 2025-03-25T22:11:25.439Z | Compiling openssl-sys v0.9.106 |
748 | 2025-03-25T22:11:25.700Z | Compiling httparse v1.9.5 |
749 | 2025-03-25T22:11:25.867Z | Compiling untrusted v0.9.0 |
750 | 2025-03-25T22:11:25.941Z | Compiling writeable v0.5.5 |
751 | 2025-03-25T22:11:26.036Z | Compiling litemap v0.7.3 |
752 | 2025-03-25T22:11:26.972Z | Compiling dyn-clone v1.0.19 |
753 | 2025-03-25T22:11:27.339Z | Compiling tracing-core v0.1.32 |
754 | 2025-03-25T22:11:27.339Z | Compiling ucd-trie v0.1.7 |
755 | 2025-03-25T22:11:27.339Z | Compiling atomic-waker v1.1.2 |
756 | 2025-03-25T22:11:27.391Z | Compiling http-body v1.0.1 |
757 | 2025-03-25T22:11:27.391Z | Compiling icu_locid_transform_data v1.5.0 |
758 | 2025-03-25T22:11:27.391Z | Compiling tracing v0.1.40 |
759 | 2025-03-25T22:11:27.800Z | Compiling serde_derive_internals v0.29.1 |
760 | 2025-03-25T22:11:27.949Z | Compiling synstructure v0.13.1 |
761 | 2025-03-25T22:11:27.969Z | Compiling subtle v2.6.1 |
762 | 2025-03-25T22:11:27.976Z | Compiling try-lock v0.2.5 |
763 | 2025-03-25T22:11:28.221Z | Compiling zeroize v1.8.1 |
764 | 2025-03-25T22:11:28.349Z | Compiling byteorder v1.5.0 |
765 | 2025-03-25T22:11:28.690Z | Compiling chrono v0.4.40 |
766 | 2025-03-25T22:11:28.750Z | Compiling want v0.3.1 |
767 | 2025-03-25T22:11:28.787Z | Compiling openssl v0.10.71 |
768 | 2025-03-25T22:11:29.029Z | Compiling icu_properties_data v1.5.0 |
769 | 2025-03-25T22:11:29.154Z | Compiling uuid v1.15.1 |
770 | 2025-03-25T22:11:29.242Z | Compiling tower-service v0.3.3 |
771 | 2025-03-25T22:11:29.268Z | Compiling foreign-types-shared v0.1.1 |
772 | 2025-03-25T22:11:29.366Z | Compiling httpdate v1.0.3 |
773 | 2025-03-25T22:11:29.581Z | Compiling foreign-types v0.3.2 |
774 | 2025-03-25T22:11:29.686Z | Compiling regress v0.10.3 |
775 | 2025-03-25T22:11:30.128Z | Compiling aho-corasick v1.1.3 |
776 | 2025-03-25T22:11:30.412Z | Compiling utf16_iter v1.0.5 |
777 | 2025-03-25T22:11:30.637Z | Compiling native-tls v0.2.12 |
778 | 2025-03-25T22:11:30.968Z | Compiling rustls v0.23.19 |
779 | 2025-03-25T22:11:31.037Z | Compiling utf8_iter v1.0.4 |
780 | 2025-03-25T22:11:31.315Z | Compiling slog v2.7.0 |
781 | 2025-03-25T22:11:31.498Z | Compiling write16 v1.0.0 |
782 | 2025-03-25T22:11:31.593Z | Compiling serde_derive v1.0.218 |
783 | 2025-03-25T22:11:31.644Z | Compiling thiserror-impl v1.0.69 |
784 | 2025-03-25T22:11:31.649Z | Compiling schemars_derive v0.8.22 |
785 | 2025-03-25T22:11:31.802Z | Compiling tokio-macros v2.5.0 |
786 | 2025-03-25T22:11:33.207Z | Compiling zerofrom-derive v0.1.4 |
787 | 2025-03-25T22:11:33.300Z | Compiling tokio v1.43.0 |
788 | 2025-03-25T22:11:33.632Z | Compiling yoke-derive v0.7.4 |
789 | 2025-03-25T22:11:33.661Z | Compiling zerocopy-derive v0.7.35 |
790 | 2025-03-25T22:11:34.027Z | Compiling zerovec-derive v0.10.3 |
791 | 2025-03-25T22:11:34.316Z | Compiling futures-macro v0.3.31 |
792 | 2025-03-25T22:11:34.383Z | Compiling displaydoc v0.2.5 |
793 | 2025-03-25T22:11:35.819Z | Compiling icu_provider_macros v1.5.0 |
794 | 2025-03-25T22:11:35.957Z | Compiling pest v2.7.14 |
795 | 2025-03-25T22:11:36.019Z | Compiling futures-util v0.3.31 |
796 | 2025-03-25T22:11:36.221Z | Compiling zerofrom v0.1.4 |
797 | 2025-03-25T22:11:36.436Z | Compiling yoke v0.7.4 |
798 | 2025-03-25T22:11:36.516Z | Compiling zerocopy v0.7.35 |
799 | 2025-03-25T22:11:36.808Z | Compiling zerovec v0.10.4 |
800 | 2025-03-25T22:11:36.945Z | Compiling openssl-macros v0.1.1 |
801 | 2025-03-25T22:11:37.765Z | Compiling regex-syntax v0.8.5 |
802 | 2025-03-25T22:11:37.888Z | Compiling icu_normalizer_data v1.5.0 |
803 | 2025-03-25T22:11:37.994Z | Compiling percent-encoding v2.3.1 |
804 | 2025-03-25T22:11:38.819Z | Compiling tinystr v0.7.6 |
805 | 2025-03-25T22:11:39.209Z | Compiling icu_locid v1.5.0 |
806 | 2025-03-25T22:11:39.566Z | Compiling rustls-webpki v0.102.8 |
807 | 2025-03-25T22:11:41.920Z | Compiling tokio-util v0.7.13 |
808 | 2025-03-25T22:11:43.154Z | Compiling icu_provider v1.5.0 |
809 | 2025-03-25T22:11:44.057Z | Compiling indexmap v2.7.1 |
810 | 2025-03-25T22:11:45.636Z | Compiling serde_tokenstream v0.2.2 |
811 | 2025-03-25T22:11:46.153Z | Compiling h2 v0.4.6 |
812 | 2025-03-25T22:11:46.294Z | Compiling icu_locid_transform v1.5.0 |
813 | 2025-03-25T22:11:46.300Z | Compiling icu_collections v1.5.0 |
814 | 2025-03-25T22:11:46.632Z | Compiling pest_meta v2.7.14 |
815 | 2025-03-25T22:11:49.500Z | Compiling pest_generator v2.7.14 |
816 | 2025-03-25T22:11:49.775Z | Compiling icu_properties v1.5.1 |
817 | 2025-03-25T22:11:50.105Z | Compiling typify-impl v0.2.0 |
818 | 2025-03-25T22:11:51.082Z | Compiling pest_derive v2.7.14 |
819 | 2025-03-25T22:11:51.979Z | Compiling hyper v1.6.0 |
820 | 2025-03-25T22:11:52.008Z | Compiling regex-automata v0.4.8 |
821 | 2025-03-25T22:11:53.830Z | Compiling icu_normalizer v1.5.0 |
822 | 2025-03-25T22:11:56.067Z | Compiling hyper-util v0.1.10 |
823 | 2025-03-25T22:11:58.634Z | Compiling form_urlencoded v1.2.1 |
824 | 2025-03-25T22:11:59.891Z | Compiling openssl-probe v0.1.5 |
825 | 2025-03-25T22:12:00.601Z | Compiling typenum v1.17.0 |
826 | 2025-03-25T22:12:01.364Z | Compiling typify-macro v0.2.0 |
827 | 2025-03-25T22:12:02.644Z | Compiling regex v1.11.1 |
828 | 2025-03-25T22:12:02.653Z | Compiling idna_adapter v1.2.0 |
829 | 2025-03-25T22:12:02.878Z | Compiling http-body-util v0.1.2 |
830 | 2025-03-25T22:12:03.191Z | Compiling generic-array v0.14.7 |
831 | 2025-03-25T22:12:03.505Z | Compiling encoding_rs v0.8.34 |
832 | 2025-03-25T22:12:03.554Z | Compiling mime v0.3.17 |
833 | 2025-03-25T22:12:04.741Z | Compiling idna v1.0.3 |
834 | 2025-03-25T22:12:07.239Z | Compiling tokio-native-tls v0.3.1 |
835 | 2025-03-25T22:12:10.154Z | Compiling tokio-rustls v0.26.0 |
836 | 2025-03-25T22:12:12.424Z | Compiling serde_urlencoded v0.7.1 |
837 | 2025-03-25T22:12:12.947Z | Compiling scroll_derive v0.12.0 |
838 | 2025-03-25T22:12:13.735Z | Compiling rustls-pemfile v2.2.0 |
839 | 2025-03-25T22:12:14.202Z | Compiling webpki-roots v0.26.6 |
840 | 2025-03-25T22:12:15.302Z | Compiling rand_core v0.6.4 |
841 | 2025-03-25T22:12:15.368Z | Compiling sync_wrapper v1.0.1 |
842 | 2025-03-25T22:12:15.368Z | Compiling usdt-impl v0.5.0 |
843 | 2025-03-25T22:12:15.368Z | Compiling time-core v0.1.2 |
844 | 2025-03-25T22:12:15.369Z | Compiling num-conv v0.1.0 |
845 | 2025-03-25T22:12:15.369Z | Compiling base64 v0.22.1 |
846 | 2025-03-25T22:12:15.369Z | Compiling powerfmt v0.2.0 |
847 | 2025-03-25T22:12:15.369Z | Compiling tower-layer v0.3.3 |
848 | 2025-03-25T22:12:15.404Z | Compiling paste v1.0.15 |
849 | 2025-03-25T22:12:15.451Z | Compiling rustix v0.38.37 |
850 | 2025-03-25T22:12:15.902Z | Compiling tower v0.5.2 |
851 | 2025-03-25T22:12:15.948Z | Compiling deranged v0.3.11 |
852 | 2025-03-25T22:12:16.211Z | Compiling time-macros v0.2.18 |
853 | 2025-03-25T22:12:16.946Z | Compiling scroll v0.12.0 |
854 | 2025-03-25T22:12:17.234Z | Compiling hyper-rustls v0.27.3 |
855 | 2025-03-25T22:12:18.193Z | Compiling thread-id v4.2.2 |
856 | 2025-03-25T22:12:18.305Z | Compiling hyper-tls v0.6.0 |
857 | 2025-03-25T22:12:18.597Z | Compiling dof v0.3.0 |
858 | 2025-03-25T22:12:18.794Z | Compiling url v2.5.3 |
859 | 2025-03-25T22:12:18.804Z | Compiling dtrace-parser v0.2.0 |
860 | 2025-03-25T22:12:18.987Z | Compiling ppv-lite86 v0.2.20 |
861 | 2025-03-25T22:12:19.369Z | Compiling structmeta-derive v0.3.0 |
862 | 2025-03-25T22:12:20.264Z | Compiling errno v0.3.9 |
863 | 2025-03-25T22:12:21.057Z | Compiling plain v0.2.3 |
864 | 2025-03-25T22:12:21.298Z | Compiling newtype-uuid v1.2.1 |
865 | 2025-03-25T22:12:21.645Z | Compiling strsim v0.11.1 |
866 | 2025-03-25T22:12:21.801Z | Compiling rustversion v1.0.17 |
867 | 2025-03-25T22:12:21.934Z | Compiling omicron-workspace-hack v0.1.0 |
868 | 2025-03-25T22:12:22.190Z | Compiling ipnet v2.11.0 |
869 | 2025-03-25T22:12:22.287Z | Compiling crossbeam-utils v0.8.20 |
870 | 2025-03-25T22:12:22.462Z | Compiling ident_case v1.0.1 |
871 | 2025-03-25T22:12:22.854Z | Compiling num_threads v0.1.7 |
872 | 2025-03-25T22:12:24.594Z | Compiling time v0.3.36 |
873 | 2025-03-25T22:12:25.116Z | Compiling reqwest v0.12.12 |
874 | 2025-03-25T22:12:26.143Z | Compiling darling_core v0.20.10 |
875 | 2025-03-25T22:12:28.452Z | Compiling structmeta v0.3.0 |
876 | 2025-03-25T22:12:28.855Z | Compiling goblin v0.8.2 |
877 | 2025-03-25T22:12:35.183Z | Compiling rand_chacha v0.3.1 |
878 | 2025-03-25T22:12:36.405Z | Compiling openapiv3 v2.0.0 |
879 | 2025-03-25T22:12:36.852Z | Compiling typify v0.2.0 |
880 | 2025-03-25T22:12:36.969Z | Compiling ipnetwork v0.21.1 |
881 | 2025-03-25T22:12:40.661Z | Compiling dirs-sys-next v0.1.2 |
882 | 2025-03-25T22:12:41.429Z | Compiling thiserror v2.0.12 |
883 | 2025-03-25T22:12:41.702Z | Compiling unsafe-libyaml v0.2.11 |
884 | 2025-03-25T22:12:42.034Z | Compiling pretty-hex v0.4.1 |
885 | 2025-03-25T22:12:42.263Z | Compiling fastrand v2.1.1 |
886 | 2025-03-25T22:12:42.942Z | Compiling rustls v0.22.4 |
887 | 2025-03-25T22:12:43.088Z | Compiling serde_yaml v0.9.34+deprecated |
888 | 2025-03-25T22:12:43.292Z | Compiling tempfile v3.13.0 |
889 | 2025-03-25T22:12:45.113Z | Compiling dirs-next v2.0.0 |
890 | 2025-03-25T22:12:45.388Z | Compiling progenitor-impl v0.8.0 |
891 | 2025-03-25T22:12:45.509Z | Compiling oxnet v0.1.1 |
892 | 2025-03-25T22:12:46.240Z | Compiling rand v0.8.5 |
893 | 2025-03-25T22:12:49.590Z | Compiling darling_macro v0.20.10 |
894 | 2025-03-25T22:12:50.979Z | Compiling crypto-common v0.1.6 |
895 | 2025-03-25T22:12:51.194Z | Compiling block-buffer v0.10.4 |
896 | 2025-03-25T22:12:51.426Z | Compiling toml_datetime v0.6.8 |
897 | 2025-03-25T22:12:51.715Z | Compiling serde_spanned v0.6.8 |
898 | 2025-03-25T22:12:51.966Z | Compiling thiserror-impl v2.0.12 |
899 | 2025-03-25T22:12:52.085Z | Compiling daft-derive v0.1.2 |
900 | 2025-03-25T22:12:52.467Z | Compiling multer v3.1.0 |
901 | 2025-03-25T22:12:52.747Z | Compiling wait-timeout v0.2.0 |
902 | 2025-03-25T22:12:52.850Z | Compiling thread_local v1.1.8 |
903 | 2025-03-25T22:12:53.548Z | Compiling slog-async v2.8.0 |
904 | 2025-03-25T22:12:53.603Z | Compiling quick-error v1.2.3 |
905 | 2025-03-25T22:12:53.751Z | Compiling bit-vec v0.8.0 |
906 | 2025-03-25T22:12:53.759Z | Compiling winnow v0.7.3 |
907 | 2025-03-25T22:12:54.031Z | Compiling anyhow v1.0.97 |
908 | 2025-03-25T22:12:54.255Z | Compiling match_cfg v0.1.0 |
909 | 2025-03-25T22:12:54.296Z | Compiling camino v1.1.9 |
910 | 2025-03-25T22:12:54.347Z | Compiling hostname v0.3.1 |
911 | 2025-03-25T22:12:54.578Z | Compiling bit-set v0.8.0 |
912 | 2025-03-25T22:12:54.892Z | Compiling rusty-fork v0.3.0 |
913 | 2025-03-25T22:12:54.917Z | Compiling daft v0.1.2 |
914 | 2025-03-25T22:12:54.979Z | Compiling strum_macros v0.26.4 |
915 | 2025-03-25T22:12:55.360Z | Compiling crossbeam-channel v0.5.13 |
916 | 2025-03-25T22:12:56.900Z | Compiling digest v0.10.7 |
917 | 2025-03-25T22:12:56.904Z | Compiling progenitor-macro v0.8.0 |
918 | 2025-03-25T22:12:57.291Z | Compiling toml_edit v0.22.24 |
919 | 2025-03-25T22:12:59.098Z | Compiling darling v0.20.10 |
920 | 2025-03-25T22:12:59.217Z | Compiling term v0.7.0 |
921 | 2025-03-25T22:13:03.880Z | Compiling usdt-macro v0.5.0 |
922 | 2025-03-25T22:13:05.155Z | Compiling usdt-attr-macro v0.5.0 |
923 | 2025-03-25T22:13:05.653Z | Compiling parse-display-derive v0.10.0 |
924 | 2025-03-25T22:13:06.165Z | Compiling progenitor-client v0.8.0 |
925 | 2025-03-25T22:13:06.532Z | Compiling slog-json v2.6.1 |
926 | 2025-03-25T22:13:07.018Z | Compiling rand_xorshift v0.3.0 |
927 | 2025-03-25T22:13:07.073Z | Compiling hex v0.4.3 |
928 | 2025-03-25T22:13:07.301Z | Compiling futures-executor v0.3.31 |
929 | 2025-03-25T22:13:07.351Z | Compiling async-stream-impl v0.3.6 |
930 | 2025-03-25T22:13:07.731Z | Compiling dropshot v0.16.0 |
931 | 2025-03-25T22:13:08.105Z | Compiling memmap v0.7.0 |
932 | 2025-03-25T22:13:08.332Z | Compiling is-terminal v0.4.13 |
933 | 2025-03-25T22:13:08.466Z | Compiling take_mut v0.2.2 |
934 | 2025-03-25T22:13:08.491Z | Compiling lazy_static v1.5.0 |
935 | 2025-03-25T22:13:08.620Z | Compiling unarray v0.1.4 |
936 | 2025-03-25T22:13:08.624Z | Compiling spin v0.9.8 |
937 | 2025-03-25T22:13:08.636Z | Compiling cpufeatures v0.2.14 |
938 | 2025-03-25T22:13:08.730Z | Compiling sha1 v0.10.6 |
939 | 2025-03-25T22:13:08.801Z | Compiling proptest v1.6.0 |
940 | 2025-03-25T22:13:09.186Z | Compiling parse-display v0.10.0 |
941 | 2025-03-25T22:13:09.532Z | Compiling async-stream v0.3.6 |
942 | 2025-03-25T22:13:11.176Z | Compiling slog-term v2.9.1 |
943 | 2025-03-25T22:13:11.515Z | Compiling usdt v0.5.0 |
944 | 2025-03-25T22:13:12.937Z | Compiling tokio-rustls v0.25.0 |
945 | 2025-03-25T22:13:13.112Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
946 | 2025-03-25T22:13:13.295Z | Compiling futures v0.3.31 |
947 | 2025-03-25T22:13:13.354Z | Compiling progenitor v0.8.0 |
948 | 2025-03-25T22:13:13.492Z | Compiling slog-bunyan v2.5.0 |
949 | 2025-03-25T22:13:13.536Z | Compiling toml v0.8.20 |
950 | 2025-03-25T22:13:13.775Z | Compiling serde_with_macros v3.12.0 |
951 | 2025-03-25T22:13:13.945Z | Compiling strum v0.26.3 |
952 | 2025-03-25T22:13:16.167Z | Compiling test-strategy v0.4.0 |
953 | 2025-03-25T22:13:16.880Z | Compiling dropshot_endpoint v0.16.0 |
954 | 2025-03-25T22:13:19.278Z | Compiling serde_path_to_error v0.1.16 |
955 | 2025-03-25T22:13:20.250Z | Compiling async-trait v0.1.87 |
956 | 2025-03-25T22:13:20.272Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
957 | 2025-03-25T22:13:20.620Z | Compiling waitgroup v0.1.2 |
958 | 2025-03-25T22:13:20.866Z | Compiling hostname v0.4.0 |
959 | 2025-03-25T22:13:20.879Z | Compiling instant v0.1.13 |
960 | 2025-03-25T22:13:21.043Z | Compiling debug-ignore v1.0.5 |
961 | 2025-03-25T22:13:21.116Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
962 | 2025-03-25T22:13:21.116Z | Compiling backoff v0.4.0 |
963 | 2025-03-25T22:13:21.195Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#69e2896b) |
964 | 2025-03-25T22:13:21.425Z | Compiling serde_with v3.12.0 |
965 | 2025-03-25T22:13:21.458Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889) |
966 | 2025-03-25T22:13:24.639Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
967 | 2025-03-25T22:13:25.483Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
968 | 2025-03-25T22:13:25.715Z | Compiling progenitor-client v0.9.1 |
969 | 2025-03-25T22:13:26.257Z | Compiling macaddr v1.0.1 |
970 | 2025-03-25T22:13:30.768Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
971 | 2025-03-25T22:13:40.826Z | Compiling test-project v0.1.0 (/tmp/test-project) |
972 | 2025-03-25T22:13:50.278Z | Finished `release` profile [optimized] target(s) in 2m 31s |
973 | 2025-03-25T22:13:50.348Z | process exited: duration 218360 ms, exit code 0 |
|
974 | 2025-03-25T22:13:50.356Z | found 0 output files |