|
|
|
1 | 2025-03-20T21:02:32.448Z | job assigned to worker 01JPTNS7BSXV4D3NDK9NDHBJVC [factory aws, i-034895faade8d6fae] (queued for 52 s) |
|
2 | 2025-03-20T21:02:40.629Z | starting task 0: "setup" |
3 | 2025-03-20T21:02:40.647Z | ++ uname -s |
4 | 2025-03-20T21:02:40.647Z | + kern=SunOS |
5 | 2025-03-20T21:02:40.647Z | + build_user=build |
6 | 2025-03-20T21:02:40.648Z | + build_uid=12345 |
7 | 2025-03-20T21:02:40.648Z | + work_dir=/work |
8 | 2025-03-20T21:02:40.648Z | + input_dir=/input |
9 | 2025-03-20T21:02:40.648Z | + [[ 0 == 12345 ]] |
10 | 2025-03-20T21:02:40.648Z | + case "$kern" in |
11 | 2025-03-20T21:02:40.648Z | + groupadd -g 12345 build |
12 | 2025-03-20T21:02:40.648Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-03-20T21:02:42.635Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-03-20T21:02:42.759Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-03-20T21:02:42.763Z | + home_fs=zfs |
16 | 2025-03-20T21:02:42.763Z | + [[ zfs == autofs ]] |
17 | 2025-03-20T21:02:42.763Z | + mkdir -p /home/build |
18 | 2025-03-20T21:02:42.766Z | + chown build:build /home/build /work |
19 | 2025-03-20T21:02:44.767Z | + chmod 0700 /home/build /work |
20 | 2025-03-20T21:02:44.770Z | process exited: duration 4157 ms, exit code 0 |
|
21 | 2025-03-20T21:02:44.777Z | starting task 1: "rust-toolchain" |
22 | 2025-03-20T21:02:44.782Z | + printf ' * rust toolchain channel = "%s"\n' 1.85.0 |
23 | 2025-03-20T21:02:44.782Z | * rust toolchain channel = "1.85.0" |
24 | 2025-03-20T21:02:44.782Z | * rust toolchain profile = "default" |
25 | 2025-03-20T21:02:44.786Z | + printf ' * rust toolchain profile = "%s"\n' default |
26 | 2025-03-20T21:02:44.786Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-03-20T21:02:44.786Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-03-20T21:02:44.786Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-03-20T21:02:44.786Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default |
30 | 2025-03-20T21:02:44.901Z | info: downloading installer |
31 | 2025-03-20T21:02:46.511Z | warn: It looks like you have an existing installation of Rust at: |
32 | 2025-03-20T21:02:46.511Z | warn: /opt/ooce/bin |
33 | 2025-03-20T21:02:46.511Z | warn: It is recommended that rustup be the primary Rust installation. |
34 | 2025-03-20T21:02:46.511Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
35 | 2025-03-20T21:02:46.511Z | warn: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-03-20T21:02:46.511Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-03-20T21:02:46.511Z | warn: or pass `-y' to ignore all ignorable checks. |
38 | 2025-03-20T21:02:46.511Z | error: cannot install while Rust is installed |
39 | 2025-03-20T21:02:46.511Z | warn: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-03-20T21:02:46.528Z | info: profile set to 'default' |
41 | 2025-03-20T21:02:46.528Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-03-20T21:02:46.531Z | info: syncing channel updates for '1.85.0-x86_64-unknown-illumos' |
43 | 2025-03-20T21:02:46.691Z | info: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17) |
44 | 2025-03-20T21:02:46.691Z | info: downloading component 'cargo' |
45 | 2025-03-20T21:02:47.599Z | info: downloading component 'clippy' |
46 | 2025-03-20T21:02:47.977Z | info: downloading component 'rust-docs' |
47 | 2025-03-20T21:02:49.363Z | info: downloading component 'rust-std' |
48 | 2025-03-20T21:02:51.363Z | info: downloading component 'rustc' |
49 | 2025-03-20T21:02:58.104Z | info: downloading component 'rustfmt' |
50 | 2025-03-20T21:02:58.433Z | info: installing component 'cargo' |
51 | 2025-03-20T21:02:59.280Z | info: installing component 'clippy' |
52 | 2025-03-20T21:02:59.665Z | info: installing component 'rust-docs' |
53 | 2025-03-20T21:03:01.430Z | info: installing component 'rust-std' |
54 | 2025-03-20T21:03:03.306Z | info: installing component 'rustc' |
55 | 2025-03-20T21:03:09.397Z | info: installing component 'rustfmt' |
56 | 2025-03-20T21:03:09.730Z | info: default toolchain set to '1.85.0-x86_64-unknown-illumos' |
57 | 2025-03-20T21:03:09.730Z | |
58 | 2025-03-20T21:03:10.102Z | 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17) |
59 | 2025-03-20T21:03:10.102Z | |
60 | 2025-03-20T21:03:10.105Z | |
61 | 2025-03-20T21:03:10.105Z | Rust is installed now. Great! |
62 | 2025-03-20T21:03:10.105Z | |
63 | 2025-03-20T21:03:10.105Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-03-20T21:03:10.105Z | environment variable. This has not been done automatically. |
65 | 2025-03-20T21:03:10.105Z | |
66 | 2025-03-20T21:03:10.105Z | To configure your current shell, you need to source |
67 | 2025-03-20T21:03:10.105Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-03-20T21:03:10.105Z | |
69 | 2025-03-20T21:03:10.105Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-03-20T21:03:10.105Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-03-20T21:03:10.106Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-03-20T21:03:10.106Z | source "$HOME/.cargo/env.nu" # For nushell |
73 | 2025-03-20T21:03:10.179Z | + rustup --version |
74 | 2025-03-20T21:03:10.191Z | rustup 1.28.1 (f9edccde0 2025-03-05) |
75 | 2025-03-20T21:03:10.191Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
76 | 2025-03-20T21:03:10.221Z | info: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)` |
77 | 2025-03-20T21:03:10.226Z | + cargo --version |
78 | 2025-03-20T21:03:10.243Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
79 | 2025-03-20T21:03:10.246Z | + rustc --version |
80 | 2025-03-20T21:03:10.271Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
81 | 2025-03-20T21:03:10.275Z | process exited: duration 25495 ms, exit code 0 |
|
82 | 2025-03-20T21:03:10.281Z | starting task 2: "authentication" |
83 | 2025-03-20T21:03:10.303Z | process exited: duration 21 ms, exit code 0 |
|
84 | 2025-03-20T21:03:10.310Z | starting task 3: "clone repository" |
85 | 2025-03-20T21:03:10.314Z | + mkdir -p /work/oxidecomputer/omicron |
86 | 2025-03-20T21:03:10.319Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
87 | 2025-03-20T21:03:10.354Z | Cloning into '/work/oxidecomputer/omicron'... |
88 | 2025-03-20T21:03:16.798Z | + cd /work/oxidecomputer/omicron |
89 | 2025-03-20T21:03:16.798Z | + git fetch origin 07898f7afece8cf828a37702dd6d30533ec488d6 |
90 | 2025-03-20T21:03:17.119Z | From https://github.com/oxidecomputer/omicron |
91 | 2025-03-20T21:03:17.119Z | * branch 07898f7afece8cf828a37702dd6d30533ec488d6 -> FETCH_HEAD |
92 | 2025-03-20T21:03:17.131Z | + [[ -n sunshowers/spr/use-tufaceous-artifactversion-for-artifact-versions ]] |
93 | 2025-03-20T21:03:17.134Z | ++ git branch --show-current |
94 | 2025-03-20T21:03:17.137Z | + current=main |
95 | 2025-03-20T21:03:17.137Z | + [[ main != sunshowers/spr/use-tufaceous-artifactversion-for-artifact-versions ]] |
96 | 2025-03-20T21:03:17.137Z | + git branch -f sunshowers/spr/use-tufaceous-artifactversion-for-artifact-versions 07898f7afece8cf828a37702dd6d30533ec488d6 |
97 | 2025-03-20T21:03:17.141Z | + git checkout -f sunshowers/spr/use-tufaceous-artifactversion-for-artifact-versions |
98 | 2025-03-20T21:03:17.334Z | Switched to branch 'sunshowers/spr/use-tufaceous-artifactversion-for-artifact-versions' |
99 | 2025-03-20T21:03:17.337Z | + git reset --hard 07898f7afece8cf828a37702dd6d30533ec488d6 |
100 | 2025-03-20T21:03:17.359Z | HEAD is now at 07898f7af rebase |
101 | 2025-03-20T21:03:17.362Z | process exited: duration 7049 ms, exit code 0 |
|
102 | 2025-03-20T21:03:17.369Z | starting task 4: "build" |
103 | 2025-03-20T21:03:17.374Z | + source .github/buildomat/ci-env.sh |
104 | 2025-03-20T21:03:17.378Z | ++ export CARGO_TERM_COLOR=always |
105 | 2025-03-20T21:03:17.378Z | ++ CARGO_TERM_COLOR=always |
106 | 2025-03-20T21:03:17.378Z | + cargo --version |
107 | 2025-03-20T21:03:17.431Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
108 | 2025-03-20T21:03:17.434Z | + rustc --version |
109 | 2025-03-20T21:03:17.503Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
110 | 2025-03-20T21:03:17.507Z | + cd /tmp |
111 | 2025-03-20T21:03:17.507Z | + cargo new --lib test-project |
112 | 2025-03-20T21:03:17.529Z | Creating library `test-project` package |
113 | 2025-03-20T21:03:17.619Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
114 | 2025-03-20T21:03:17.622Z | + cd test-project |
115 | 2025-03-20T21:03:17.622Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
116 | 2025-03-20T21:03:17.647Z | Adding omicron-common (local) to dependencies |
117 | 2025-03-20T21:03:17.650Z | Features: |
118 | 2025-03-20T21:03:17.650Z | - proptest |
119 | 2025-03-20T21:03:17.650Z | - test-strategy |
120 | 2025-03-20T21:03:17.651Z | - testing |
121 | 2025-03-20T21:03:17.680Z | Updating crates.io index |
122 | 2025-03-20T21:03:17.729Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
123 | 2025-03-20T21:03:18.291Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
124 | 2025-03-20T21:03:18.821Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
125 | 2025-03-20T21:03:19.197Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
126 | 2025-03-20T21:03:20.645Z | Locking 360 packages to latest Rust 1.85.0 compatible versions |
127 | 2025-03-20T21:03:20.829Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
128 | 2025-03-20T21:03:20.833Z | + cargo check |
129 | 2025-03-20T21:03:20.984Z | Updating crates.io index |
130 | 2025-03-20T21:03:21.875Z | Locking 1 package to latest Rust 1.85.0 compatible version |
131 | 2025-03-20T21:03:21.875Z | Adding omicron-workspace-hack v0.1.0 |
132 | 2025-03-20T21:03:21.936Z | Downloading crates ... |
133 | 2025-03-20T21:03:22.054Z | Downloaded strum v0.26.3 |
134 | 2025-03-20T21:03:22.058Z | Downloaded sync_wrapper v1.0.1 |
135 | 2025-03-20T21:03:22.058Z | Downloaded subtle v2.6.1 |
136 | 2025-03-20T21:03:22.062Z | Downloaded thiserror v1.0.69 |
137 | 2025-03-20T21:03:22.067Z | Downloaded thiserror-impl v2.0.12 |
138 | 2025-03-20T21:03:22.071Z | Downloaded thread_local v1.1.8 |
139 | 2025-03-20T21:03:22.074Z | Downloaded async-stream-impl v0.3.6 |
140 | 2025-03-20T21:03:22.074Z | Downloaded async-trait v0.1.87 |
141 | 2025-03-20T21:03:22.077Z | Downloaded autocfg v1.4.0 |
142 | 2025-03-20T21:03:22.080Z | Downloaded time-macros v0.2.18 |
143 | 2025-03-20T21:03:22.083Z | Downloaded tokio-native-tls v0.3.1 |
144 | 2025-03-20T21:03:22.083Z | Downloaded bit-set v0.8.0 |
145 | 2025-03-20T21:03:22.086Z | Downloaded byteorder v1.5.0 |
146 | 2025-03-20T21:03:22.089Z | Downloaded block-buffer v0.10.4 |
147 | 2025-03-20T21:03:22.089Z | Downloaded bit-vec v0.8.0 |
148 | 2025-03-20T21:03:22.092Z | Downloaded tokio-util v0.7.13 |
149 | 2025-03-20T21:03:22.096Z | Downloaded toml_datetime v0.6.8 |
150 | 2025-03-20T21:03:22.101Z | Downloaded toml v0.8.20 |
151 | 2025-03-20T21:03:22.104Z | Downloaded tower-layer v0.3.3 |
152 | 2025-03-20T21:03:22.104Z | Downloaded tower v0.5.2 |
153 | 2025-03-20T21:03:22.112Z | Downloaded ucd-trie v0.1.7 |
154 | 2025-03-20T21:03:22.115Z | Downloaded untrusted v0.9.0 |
155 | 2025-03-20T21:03:22.118Z | Downloaded unsafe-libyaml v0.2.11 |
156 | 2025-03-20T21:03:22.121Z | Downloaded foreign-types v0.3.2 |
157 | 2025-03-20T21:03:22.121Z | Downloaded form_urlencoded v1.2.1 |
158 | 2025-03-20T21:03:22.124Z | Downloaded foreign-types-shared v0.1.1 |
159 | 2025-03-20T21:03:22.124Z | Downloaded fnv v1.0.7 |
160 | 2025-03-20T21:03:22.124Z | Downloaded equivalent v1.0.1 |
161 | 2025-03-20T21:03:22.128Z | Downloaded futures v0.3.31 |
162 | 2025-03-20T21:03:22.134Z | Downloaded generic-array v0.14.7 |
163 | 2025-03-20T21:03:22.137Z | Downloaded version_check v0.9.5 |
164 | 2025-03-20T21:03:22.140Z | Downloaded writeable v0.5.5 |
165 | 2025-03-20T21:03:22.140Z | Downloaded vcpkg v0.2.15 |
166 | 2025-03-20T21:03:22.177Z | Downloaded zeroize v1.8.1 |
167 | 2025-03-20T21:03:22.180Z | Downloaded zerocopy-derive v0.7.35 |
168 | 2025-03-20T21:03:22.183Z | Downloaded zerocopy v0.7.35 |
169 | 2025-03-20T21:03:22.198Z | Downloaded mime v0.3.17 |
170 | 2025-03-20T21:03:22.202Z | Downloaded memchr v2.7.4 |
171 | 2025-03-20T21:03:22.205Z | Downloaded macaddr v1.0.1 |
172 | 2025-03-20T21:03:22.208Z | Downloaded lock_api v0.4.12 |
173 | 2025-03-20T21:03:22.208Z | Downloaded getrandom v0.3.1 |
174 | 2025-03-20T21:03:22.211Z | Downloaded tokio-macros v2.5.0 |
175 | 2025-03-20T21:03:22.214Z | Downloaded synstructure v0.13.1 |
176 | 2025-03-20T21:03:22.214Z | Downloaded strum_macros v0.26.4 |
177 | 2025-03-20T21:03:22.217Z | Downloaded strsim v0.11.1 |
178 | 2025-03-20T21:03:22.217Z | Downloaded zerovec-derive v0.10.3 |
179 | 2025-03-20T21:03:22.221Z | Downloaded httpdate v1.0.3 |
180 | 2025-03-20T21:03:22.221Z | Downloaded hyper-tls v0.6.0 |
181 | 2025-03-20T21:03:22.224Z | Downloaded icu_locid_transform v1.5.0 |
182 | 2025-03-20T21:03:22.227Z | Downloaded futures-util v0.3.31 |
183 | 2025-03-20T21:03:22.236Z | Downloaded num-conv v0.1.0 |
184 | 2025-03-20T21:03:22.239Z | Downloaded num_threads v0.1.7 |
185 | 2025-03-20T21:03:22.239Z | Downloaded icu_normalizer v1.5.0 |
186 | 2025-03-20T21:03:22.242Z | Downloaded num-traits v0.2.19 |
187 | 2025-03-20T21:03:22.245Z | Downloaded icu_properties v1.5.1 |
188 | 2025-03-20T21:03:22.248Z | Downloaded icu_normalizer_data v1.5.0 |
189 | 2025-03-20T21:03:22.252Z | Downloaded match_cfg v0.1.0 |
190 | 2025-03-20T21:03:22.252Z | Downloaded log v0.4.22 |
191 | 2025-03-20T21:03:22.255Z | Downloaded zerofrom v0.1.4 |
192 | 2025-03-20T21:03:22.255Z | Downloaded yoke-derive v0.7.4 |
193 | 2025-03-20T21:03:22.258Z | Downloaded want v0.3.1 |
194 | 2025-03-20T21:03:22.258Z | Downloaded utf8_iter v1.0.4 |
195 | 2025-03-20T21:03:22.258Z | Downloaded utf16_iter v1.0.5 |
196 | 2025-03-20T21:03:22.261Z | Downloaded openssl-macros v0.1.1 |
197 | 2025-03-20T21:03:22.261Z | Downloaded openssl-probe v0.1.5 |
198 | 2025-03-20T21:03:22.261Z | Downloaded parking_lot v0.12.3 |
199 | 2025-03-20T21:03:22.265Z | Downloaded openssl v0.10.71 |
200 | 2025-03-20T21:03:22.272Z | Downloaded lazy_static v1.5.0 |
201 | 2025-03-20T21:03:22.276Z | Downloaded ipnet v2.11.0 |
202 | 2025-03-20T21:03:22.279Z | Downloaded icu_properties_data v1.5.0 |
203 | 2025-03-20T21:03:22.286Z | Downloaded icu_collections v1.5.0 |
204 | 2025-03-20T21:03:22.293Z | Downloaded hyper-util v0.1.10 |
205 | 2025-03-20T21:03:22.297Z | Downloaded term v0.7.0 |
206 | 2025-03-20T21:03:22.301Z | Downloaded zerovec v0.10.4 |
207 | 2025-03-20T21:03:22.306Z | Downloaded tokio-rustls v0.26.0 |
208 | 2025-03-20T21:03:22.310Z | Downloaded tinyvec v1.8.0 |
209 | 2025-03-20T21:03:22.313Z | Downloaded icu_locid_transform_data v1.5.0 |
210 | 2025-03-20T21:03:22.316Z | Downloaded http-body-util v0.1.2 |
211 | 2025-03-20T21:03:22.316Z | Downloaded cpufeatures v0.2.14 |
212 | 2025-03-20T21:03:22.319Z | Downloaded backoff v0.4.0 |
213 | 2025-03-20T21:03:22.319Z | Downloaded http-body v1.0.1 |
214 | 2025-03-20T21:03:22.322Z | Downloaded typenum v1.17.0 |
215 | 2025-03-20T21:03:22.325Z | Downloaded allocator-api2 v0.2.18 |
216 | 2025-03-20T21:03:22.328Z | Downloaded wait-timeout v0.2.0 |
217 | 2025-03-20T21:03:22.328Z | Downloaded unicode-ident v1.0.14 |
218 | 2025-03-20T21:03:22.332Z | Downloaded dirs-sys-next v0.1.2 |
219 | 2025-03-20T21:03:22.332Z | Downloaded errno v0.3.9 |
220 | 2025-03-20T21:03:22.335Z | Downloaded foldhash v0.1.3 |
221 | 2025-03-20T21:03:22.335Z | Downloaded dirs-next v2.0.0 |
222 | 2025-03-20T21:03:22.335Z | Downloaded crossbeam-utils v0.8.20 |
223 | 2025-03-20T21:03:22.338Z | Downloaded camino v1.1.9 |
224 | 2025-03-20T21:03:22.341Z | Downloaded futures-macro v0.3.31 |
225 | 2025-03-20T21:03:22.341Z | Downloaded hostname v0.4.0 |
226 | 2025-03-20T21:03:22.344Z | Downloaded fastrand v2.1.1 |
227 | 2025-03-20T21:03:22.344Z | Downloaded crossbeam-channel v0.5.13 |
228 | 2025-03-20T21:03:22.348Z | Downloaded native-tls v0.2.12 |
229 | 2025-03-20T21:03:22.351Z | Downloaded yoke v0.7.4 |
230 | 2025-03-20T21:03:22.355Z | Downloaded uuid v1.15.1 |
231 | 2025-03-20T21:03:22.357Z | Downloaded tracing-core v0.1.32 |
232 | 2025-03-20T21:03:22.361Z | Downloaded bitflags v2.6.0 |
233 | 2025-03-20T21:03:22.364Z | Downloaded httparse v1.9.5 |
234 | 2025-03-20T21:03:22.367Z | Downloaded hostname v0.3.1 |
235 | 2025-03-20T21:03:22.367Z | Downloaded futures-task v0.3.31 |
236 | 2025-03-20T21:03:22.370Z | Downloaded futures-sink v0.3.31 |
237 | 2025-03-20T21:03:22.370Z | Downloaded futures-io v0.3.31 |
238 | 2025-03-20T21:03:22.370Z | Downloaded futures-executor v0.3.31 |
239 | 2025-03-20T21:03:22.373Z | Downloaded futures-core v0.3.31 |
240 | 2025-03-20T21:03:22.373Z | Downloaded tracing v0.1.40 |
241 | 2025-03-20T21:03:22.377Z | Downloaded h2 v0.4.6 |
242 | 2025-03-20T21:03:22.384Z | Downloaded winnow v0.7.3 |
243 | 2025-03-20T21:03:22.393Z | Downloaded mio v1.0.2 |
244 | 2025-03-20T21:03:22.399Z | Downloaded openssl-sys v0.9.106 |
245 | 2025-03-20T21:03:22.404Z | Downloaded indexmap v1.9.3 |
246 | 2025-03-20T21:03:22.407Z | Downloaded icu_provider v1.5.0 |
247 | 2025-03-20T21:03:22.410Z | Downloaded itoa v1.0.11 |
248 | 2025-03-20T21:03:22.414Z | Downloaded idna v1.0.3 |
249 | 2025-03-20T21:03:22.417Z | Downloaded indexmap v2.7.1 |
250 | 2025-03-20T21:03:22.420Z | Downloaded is-terminal v0.4.13 |
251 | 2025-03-20T21:03:22.423Z | Downloaded instant v0.1.13 |
252 | 2025-03-20T21:03:22.423Z | Downloaded idna_adapter v1.2.0 |
253 | 2025-03-20T21:03:22.426Z | Downloaded once_cell v1.20.3 |
254 | 2025-03-20T21:03:22.426Z | Downloaded zerofrom-derive v0.1.4 |
255 | 2025-03-20T21:03:22.429Z | Downloaded typify-macro v0.2.0 |
256 | 2025-03-20T21:03:22.429Z | Downloaded tempfile v3.13.0 |
257 | 2025-03-20T21:03:22.433Z | Downloaded typify v0.2.0 |
258 | 2025-03-20T21:03:22.436Z | Downloaded goblin v0.8.2 |
259 | 2025-03-20T21:03:22.440Z | Downloaded ident_case v1.0.1 |
260 | 2025-03-20T21:03:22.444Z | Downloaded icu_provider_macros v1.5.0 |
261 | 2025-03-20T21:03:22.444Z | Downloaded icu_locid v1.5.0 |
262 | 2025-03-20T21:03:22.447Z | Downloaded hyper-rustls v0.27.3 |
263 | 2025-03-20T21:03:22.450Z | Downloaded http v1.2.0 |
264 | 2025-03-20T21:03:22.453Z | Downloaded deranged v0.3.11 |
265 | 2025-03-20T21:03:22.456Z | Downloaded darling v0.20.10 |
266 | 2025-03-20T21:03:22.460Z | Downloaded proc-macro2 v1.0.94 |
267 | 2025-03-20T21:03:22.463Z | Downloaded write16 v1.0.0 |
268 | 2025-03-20T21:03:22.466Z | Downloaded iana-time-zone v0.1.61 |
269 | 2025-03-20T21:03:22.466Z | Downloaded hyper v1.6.0 |
270 | 2025-03-20T21:03:22.472Z | Downloaded regex-syntax v0.8.5 |
271 | 2025-03-20T21:03:22.480Z | Downloaded proptest v1.6.0 |
272 | 2025-03-20T21:03:22.490Z | Downloaded hex v0.4.3 |
273 | 2025-03-20T21:03:22.493Z | Downloaded regress v0.10.3 |
274 | 2025-03-20T21:03:22.500Z | Downloaded test-strategy v0.4.0 |
275 | 2025-03-20T21:03:22.504Z | Downloaded syn v2.0.98 |
276 | 2025-03-20T21:03:22.516Z | Downloaded slab v0.4.9 |
277 | 2025-03-20T21:03:22.520Z | Downloaded pin-project-lite v0.2.14 |
278 | 2025-03-20T21:03:22.523Z | Downloaded reqwest v0.12.12 |
279 | 2025-03-20T21:03:22.530Z | Downloaded pin-utils v0.1.0 |
280 | 2025-03-20T21:03:22.533Z | Downloaded tokio-rustls v0.25.0 |
281 | 2025-03-20T21:03:22.533Z | Downloaded serde_tokenstream v0.2.2 |
282 | 2025-03-20T21:03:22.536Z | Downloaded rand v0.8.5 |
283 | 2025-03-20T21:03:22.539Z | Downloaded rustc-hash v2.1.1 |
284 | 2025-03-20T21:03:22.540Z | Downloaded quote v1.0.39 |
285 | 2025-03-20T21:03:22.543Z | Downloaded thread-id v4.2.2 |
286 | 2025-03-20T21:03:22.546Z | Downloaded paste v1.0.15 |
287 | 2025-03-20T21:03:22.549Z | Downloaded sha2 v0.10.8 |
288 | 2025-03-20T21:03:22.549Z | Downloaded rand_chacha v0.3.1 |
289 | 2025-03-20T21:03:22.552Z | Downloaded serde_with_macros v3.12.0 |
290 | 2025-03-20T21:03:22.552Z | Downloaded powerfmt v0.2.0 |
291 | 2025-03-20T21:03:22.555Z | Downloaded shlex v1.3.0 |
292 | 2025-03-20T21:03:22.555Z | Downloaded regex v1.11.1 |
293 | 2025-03-20T21:03:22.568Z | Downloaded ppv-lite86 v0.2.20 |
294 | 2025-03-20T21:03:22.571Z | Downloaded parking_lot_core v0.9.10 |
295 | 2025-03-20T21:03:22.574Z | Downloaded schemars v0.8.22 |
296 | 2025-03-20T21:03:22.582Z | Downloaded serde_yaml v0.9.34+deprecated |
297 | 2025-03-20T21:03:22.586Z | Downloaded dof v0.3.0 |
298 | 2025-03-20T21:03:22.589Z | Downloaded hashbrown v0.15.1 |
299 | 2025-03-20T21:03:22.592Z | Downloaded quick-error v1.2.3 |
300 | 2025-03-20T21:03:22.596Z | Downloaded dtrace-parser v0.2.0 |
301 | 2025-03-20T21:03:22.596Z | Downloaded dropshot_endpoint v0.16.0 |
302 | 2025-03-20T21:03:22.599Z | Downloaded debug-ignore v1.0.5 |
303 | 2025-03-20T21:03:22.602Z | Downloaded tokio v1.43.0 |
304 | 2025-03-20T21:03:22.638Z | Downloaded rustls-pemfile v2.2.0 |
305 | 2025-03-20T21:03:22.641Z | Downloaded plain v0.2.3 |
306 | 2025-03-20T21:03:22.641Z | Downloaded pkg-config v0.3.31 |
307 | 2025-03-20T21:03:22.644Z | Downloaded progenitor-macro v0.8.0 |
308 | 2025-03-20T21:03:22.644Z | Downloaded progenitor-impl v0.8.0 |
309 | 2025-03-20T21:03:22.647Z | Downloaded oxnet v0.1.1 |
310 | 2025-03-20T21:03:22.647Z | Downloaded omicron-workspace-hack v0.1.0 |
311 | 2025-03-20T21:03:22.647Z | Downloaded memmap v0.7.0 |
312 | 2025-03-20T21:03:22.651Z | Downloaded typify-impl v0.2.0 |
313 | 2025-03-20T21:03:22.664Z | Downloaded rustversion v1.0.17 |
314 | 2025-03-20T21:03:22.667Z | Downloaded pretty-hex v0.4.1 |
315 | 2025-03-20T21:03:22.670Z | Downloaded libc v0.2.170 |
316 | 2025-03-20T21:03:22.692Z | Downloaded slog-term v2.9.1 |
317 | 2025-03-20T21:03:22.695Z | Downloaded slog-json v2.6.1 |
318 | 2025-03-20T21:03:22.698Z | Downloaded signal-hook-registry v1.4.2 |
319 | 2025-03-20T21:03:22.698Z | Downloaded serde_spanned v0.6.8 |
320 | 2025-03-20T21:03:22.698Z | Downloaded serde v1.0.218 |
321 | 2025-03-20T21:03:22.702Z | Downloaded parse-display-derive v0.10.0 |
322 | 2025-03-20T21:03:22.705Z | Downloaded smallvec v1.14.0 |
323 | 2025-03-20T21:03:22.705Z | Downloaded serde_derive_internals v0.29.1 |
324 | 2025-03-20T21:03:22.708Z | Downloaded ryu v1.0.18 |
325 | 2025-03-20T21:03:22.711Z | Downloaded rustls-pki-types v1.10.0 |
326 | 2025-03-20T21:03:22.714Z | Downloaded quinn-udp v0.5.5 |
327 | 2025-03-20T21:03:22.714Z | Downloaded rand_xorshift v0.3.0 |
328 | 2025-03-20T21:03:22.714Z | Downloaded scopeguard v1.2.0 |
329 | 2025-03-20T21:03:22.717Z | Downloaded rand_core v0.6.4 |
330 | 2025-03-20T21:03:22.717Z | Downloaded quinn-proto v0.11.8 |
331 | 2025-03-20T21:03:22.722Z | Downloaded schemars_derive v0.8.22 |
332 | 2025-03-20T21:03:22.725Z | Downloaded pest_meta v2.7.14 |
333 | 2025-03-20T21:03:22.728Z | Downloaded pest_generator v2.7.14 |
334 | 2025-03-20T21:03:22.728Z | Downloaded slog-async v2.8.0 |
335 | 2025-03-20T21:03:22.728Z | Downloaded slog v2.7.0 |
336 | 2025-03-20T21:03:22.732Z | Downloaded openapiv3 v2.0.0 |
337 | 2025-03-20T21:03:22.742Z | Downloaded serde_with v3.12.0 |
338 | 2025-03-20T21:03:22.752Z | Downloaded serde_path_to_error v0.1.16 |
339 | 2025-03-20T21:03:22.755Z | Downloaded stable_deref_trait v1.2.0 |
340 | 2025-03-20T21:03:22.755Z | Downloaded rusty-fork v0.3.0 |
341 | 2025-03-20T21:03:22.755Z | Downloaded rustls-webpki v0.102.8 |
342 | 2025-03-20T21:03:22.771Z | Downloaded serde_json v1.0.139 |
343 | 2025-03-20T21:03:22.778Z | Downloaded pest_derive v2.7.14 |
344 | 2025-03-20T21:03:22.781Z | Downloaded pest v2.7.14 |
345 | 2025-03-20T21:03:22.786Z | Downloaded ipnetwork v0.21.1 |
346 | 2025-03-20T21:03:22.789Z | Downloaded parse-display v0.10.0 |
347 | 2025-03-20T21:03:22.789Z | Downloaded daft-derive v0.1.2 |
348 | 2025-03-20T21:03:22.792Z | Downloaded daft v0.1.2 |
349 | 2025-03-20T21:03:22.795Z | Downloaded cc v1.2.15 |
350 | 2025-03-20T21:03:22.798Z | Downloaded spin v0.9.8 |
351 | 2025-03-20T21:03:22.802Z | Downloaded socket2 v0.5.8 |
352 | 2025-03-20T21:03:22.805Z | Downloaded sha1 v0.10.6 |
353 | 2025-03-20T21:03:22.805Z | Downloaded semver v1.0.25 |
354 | 2025-03-20T21:03:22.809Z | Downloaded rustix v0.38.37 |
355 | 2025-03-20T21:03:22.828Z | Downloaded percent-encoding v2.3.1 |
356 | 2025-03-20T21:03:22.831Z | Downloaded scroll v0.12.0 |
357 | 2025-03-20T21:03:22.831Z | Downloaded dropshot v0.16.0 |
358 | 2025-03-20T21:03:22.853Z | Downloaded slog-bunyan v2.5.0 |
359 | 2025-03-20T21:03:22.856Z | Downloaded rustls v0.22.4 |
360 | 2025-03-20T21:03:22.865Z | Downloaded progenitor v0.8.0 |
361 | 2025-03-20T21:03:22.868Z | Downloaded quinn v0.11.5 |
362 | 2025-03-20T21:03:22.871Z | Downloaded progenitor-client v0.9.1 |
363 | 2025-03-20T21:03:22.871Z | Downloaded rustls v0.23.19 |
364 | 2025-03-20T21:03:22.881Z | Downloaded progenitor-client v0.8.0 |
365 | 2025-03-20T21:03:22.884Z | Downloaded scroll_derive v0.12.0 |
366 | 2025-03-20T21:03:22.884Z | Downloaded regex-automata v0.4.8 |
367 | 2025-03-20T21:03:22.898Z | Downloaded serde_urlencoded v0.7.1 |
368 | 2025-03-20T21:03:22.901Z | Downloaded serde_derive v1.0.218 |
369 | 2025-03-20T21:03:22.904Z | Downloaded newtype-uuid v1.2.1 |
370 | 2025-03-20T21:03:22.904Z | Downloaded multer v3.1.0 |
371 | 2025-03-20T21:03:22.908Z | Downloaded litemap v0.7.3 |
372 | 2025-03-20T21:03:22.908Z | Downloaded webpki-roots v0.26.6 |
373 | 2025-03-20T21:03:22.911Z | Downloaded waitgroup v0.1.2 |
374 | 2025-03-20T21:03:22.914Z | Downloaded usdt-macro v0.5.0 |
375 | 2025-03-20T21:03:22.914Z | Downloaded usdt-impl v0.5.0 |
376 | 2025-03-20T21:03:22.914Z | Downloaded usdt-attr-macro v0.5.0 |
377 | 2025-03-20T21:03:22.917Z | Downloaded usdt v0.5.0 |
378 | 2025-03-20T21:03:22.917Z | Downloaded url v2.5.3 |
379 | 2025-03-20T21:03:22.920Z | Downloaded take_mut v0.2.2 |
380 | 2025-03-20T21:03:22.920Z | Downloaded structmeta-derive v0.3.0 |
381 | 2025-03-20T21:03:22.920Z | Downloaded structmeta v0.3.0 |
382 | 2025-03-20T21:03:22.920Z | Downloaded heck v0.5.0 |
383 | 2025-03-20T21:03:22.923Z | Downloaded hashbrown v0.12.3 |
384 | 2025-03-20T21:03:22.926Z | Downloaded getrandom v0.2.15 |
385 | 2025-03-20T21:03:22.930Z | Downloaded ring v0.17.11 |
386 | 2025-03-20T21:03:22.966Z | Downloaded futures-channel v0.3.31 |
387 | 2025-03-20T21:03:22.970Z | Downloaded dyn-clone v1.0.19 |
388 | 2025-03-20T21:03:22.973Z | Downloaded encoding_rs v0.8.34 |
389 | 2025-03-20T21:03:22.990Z | Downloaded displaydoc v0.2.5 |
390 | 2025-03-20T21:03:22.993Z | Downloaded digest v0.10.7 |
391 | 2025-03-20T21:03:22.997Z | Downloaded darling_macro v0.20.10 |
392 | 2025-03-20T21:03:22.997Z | Downloaded unarray v0.1.4 |
393 | 2025-03-20T21:03:22.997Z | Downloaded darling_core v0.20.10 |
394 | 2025-03-20T21:03:23.001Z | Downloaded try-lock v0.2.5 |
395 | 2025-03-20T21:03:23.001Z | Downloaded tower-service v0.3.3 |
396 | 2025-03-20T21:03:23.004Z | Downloaded toml_edit v0.22.24 |
397 | 2025-03-20T21:03:23.020Z | Downloaded crypto-common v0.1.6 |
398 | 2025-03-20T21:03:23.024Z | Downloaded chrono v0.4.40 |
399 | 2025-03-20T21:03:23.028Z | Downloaded cfg-if v1.0.0 |
400 | 2025-03-20T21:03:23.031Z | Downloaded bytes v1.10.1 |
401 | 2025-03-20T21:03:23.034Z | Downloaded tinyvec_macros v0.1.1 |
402 | 2025-03-20T21:03:23.034Z | Downloaded tinystr v0.7.6 |
403 | 2025-03-20T21:03:23.037Z | Downloaded base64 v0.22.1 |
404 | 2025-03-20T21:03:23.040Z | Downloaded time-core v0.1.2 |
405 | 2025-03-20T21:03:23.040Z | Downloaded time v0.3.36 |
406 | 2025-03-20T21:03:23.045Z | Downloaded atomic-waker v1.1.2 |
407 | 2025-03-20T21:03:23.048Z | Downloaded async-stream v0.3.6 |
408 | 2025-03-20T21:03:23.048Z | Downloaded anyhow v1.0.97 |
409 | 2025-03-20T21:03:23.051Z | Downloaded aho-corasick v1.1.3 |
410 | 2025-03-20T21:03:23.056Z | Downloaded thiserror-impl v1.0.69 |
411 | 2025-03-20T21:03:23.059Z | Downloaded thiserror v2.0.12 |
412 | 2025-03-20T21:03:23.192Z | Compiling proc-macro2 v1.0.94 |
413 | 2025-03-20T21:03:23.192Z | Compiling unicode-ident v1.0.14 |
414 | 2025-03-20T21:03:23.196Z | Compiling libc v0.2.170 |
415 | 2025-03-20T21:03:23.196Z | Checking cfg-if v1.0.0 |
416 | 2025-03-20T21:03:23.196Z | Compiling autocfg v1.4.0 |
417 | 2025-03-20T21:03:23.196Z | Compiling serde v1.0.218 |
418 | 2025-03-20T21:03:23.215Z | Checking memchr v2.7.4 |
419 | 2025-03-20T21:03:23.218Z | Checking itoa v1.0.11 |
420 | 2025-03-20T21:03:23.294Z | Compiling serde_json v1.0.139 |
421 | 2025-03-20T21:03:23.480Z | Compiling thiserror v1.0.69 |
422 | 2025-03-20T21:03:23.741Z | Compiling shlex v1.3.0 |
423 | 2025-03-20T21:03:24.017Z | Compiling cc v1.2.15 |
424 | 2025-03-20T21:03:24.056Z | Checking pin-project-lite v0.2.14 |
425 | 2025-03-20T21:03:24.103Z | Checking once_cell v1.20.3 |
426 | 2025-03-20T21:03:24.166Z | Checking ryu v1.0.18 |
427 | 2025-03-20T21:03:24.353Z | Checking smallvec v1.14.0 |
428 | 2025-03-20T21:03:24.385Z | Checking bytes v1.10.1 |
429 | 2025-03-20T21:03:24.399Z | Compiling version_check v0.9.5 |
430 | 2025-03-20T21:03:24.430Z | Compiling semver v1.0.25 |
431 | 2025-03-20T21:03:24.695Z | Checking futures-core v0.3.31 |
432 | 2025-03-20T21:03:24.741Z | Compiling lock_api v0.4.12 |
433 | 2025-03-20T21:03:24.896Z | Compiling parking_lot_core v0.9.10 |
434 | 2025-03-20T21:03:24.961Z | Compiling quote v1.0.39 |
435 | 2025-03-20T21:03:25.088Z | Checking getrandom v0.2.15 |
436 | 2025-03-20T21:03:25.258Z | Checking equivalent v1.0.1 |
437 | 2025-03-20T21:03:25.269Z | Checking scopeguard v1.2.0 |
438 | 2025-03-20T21:03:25.323Z | Compiling syn v2.0.98 |
439 | 2025-03-20T21:03:25.362Z | Checking foldhash v0.1.3 |
440 | 2025-03-20T21:03:25.389Z | Checking allocator-api2 v0.2.18 |
441 | 2025-03-20T21:03:25.484Z | Compiling slab v0.4.9 |
442 | 2025-03-20T21:03:25.524Z | Checking fnv v1.0.7 |
443 | 2025-03-20T21:03:25.566Z | Checking futures-sink v0.3.31 |
444 | 2025-03-20T21:03:25.700Z | Checking signal-hook-registry v1.4.2 |
445 | 2025-03-20T21:03:25.713Z | Checking mio v1.0.2 |
446 | 2025-03-20T21:03:25.789Z | Checking parking_lot v0.12.3 |
447 | 2025-03-20T21:03:26.002Z | Checking socket2 v0.5.8 |
448 | 2025-03-20T21:03:26.025Z | Checking log v0.4.22 |
449 | 2025-03-20T21:03:26.059Z | Checking hashbrown v0.15.1 |
450 | 2025-03-20T21:03:26.181Z | Compiling num-traits v0.2.19 |
451 | 2025-03-20T21:03:26.310Z | Checking stable_deref_trait v1.2.0 |
452 | 2025-03-20T21:03:26.323Z | Checking futures-channel v0.3.31 |
453 | 2025-03-20T21:03:26.391Z | Compiling getrandom v0.3.1 |
454 | 2025-03-20T21:03:26.419Z | Checking futures-io v0.3.31 |
455 | 2025-03-20T21:03:26.505Z | Checking pin-utils v0.1.0 |
456 | 2025-03-20T21:03:26.600Z | Checking futures-task v0.3.31 |
457 | 2025-03-20T21:03:26.611Z | Checking http v1.2.0 |
458 | 2025-03-20T21:03:26.863Z | Compiling pkg-config v0.3.31 |
459 | 2025-03-20T21:03:26.895Z | Compiling ring v0.17.11 |
460 | 2025-03-20T21:03:27.339Z | Compiling vcpkg v0.2.15 |
461 | 2025-03-20T21:03:27.409Z | Checking bitflags v2.6.0 |
462 | 2025-03-20T21:03:27.434Z | Checking rustls-pki-types v1.10.0 |
463 | 2025-03-20T21:03:27.707Z | Compiling heck v0.5.0 |
464 | 2025-03-20T21:03:27.920Z | Checking iana-time-zone v0.1.61 |
465 | 2025-03-20T21:03:27.948Z | Compiling schemars v0.8.22 |
466 | 2025-03-20T21:03:28.098Z | Checking dyn-clone v1.0.19 |
467 | 2025-03-20T21:03:28.239Z | Checking untrusted v0.9.0 |
468 | 2025-03-20T21:03:28.349Z | Compiling httparse v1.9.5 |
469 | 2025-03-20T21:03:28.399Z | Checking writeable v0.5.5 |
470 | 2025-03-20T21:03:28.412Z | Checking litemap v0.7.3 |
471 | 2025-03-20T21:03:28.689Z | Checking tracing-core v0.1.32 |
472 | 2025-03-20T21:03:28.715Z | Compiling ucd-trie v0.1.7 |
473 | 2025-03-20T21:03:28.757Z | Compiling openssl-sys v0.9.106 |
474 | 2025-03-20T21:03:28.768Z | Checking atomic-waker v1.1.2 |
475 | 2025-03-20T21:03:29.171Z | Checking http-body v1.0.1 |
476 | 2025-03-20T21:03:29.184Z | Checking icu_locid_transform_data v1.5.0 |
477 | 2025-03-20T21:03:29.307Z | Checking tracing v0.1.40 |
478 | 2025-03-20T21:03:29.511Z | Checking try-lock v0.2.5 |
479 | 2025-03-20T21:03:29.653Z | Checking zeroize v1.8.1 |
480 | 2025-03-20T21:03:29.656Z | Checking subtle v2.6.1 |
481 | 2025-03-20T21:03:29.767Z | Checking byteorder v1.5.0 |
482 | 2025-03-20T21:03:29.898Z | Checking want v0.3.1 |
483 | 2025-03-20T21:03:29.911Z | Compiling uuid v1.15.1 |
484 | 2025-03-20T21:03:30.100Z | Checking tower-service v0.3.3 |
485 | 2025-03-20T21:03:30.149Z | Checking foreign-types-shared v0.1.1 |
486 | 2025-03-20T21:03:30.227Z | Checking httpdate v1.0.3 |
487 | 2025-03-20T21:03:30.257Z | Compiling openssl v0.10.71 |
488 | 2025-03-20T21:03:30.271Z | Checking icu_properties_data v1.5.0 |
489 | 2025-03-20T21:03:30.407Z | Compiling chrono v0.4.40 |
490 | 2025-03-20T21:03:30.479Z | Checking foreign-types v0.3.2 |
491 | 2025-03-20T21:03:30.513Z | Compiling regress v0.10.3 |
492 | 2025-03-20T21:03:30.567Z | Compiling aho-corasick v1.1.3 |
493 | 2025-03-20T21:03:30.719Z | Compiling regex-syntax v0.8.5 |
494 | 2025-03-20T21:03:30.776Z | Checking utf8_iter v1.0.4 |
495 | 2025-03-20T21:03:30.992Z | Compiling slog v2.7.0 |
496 | 2025-03-20T21:03:31.535Z | Checking utf16_iter v1.0.5 |
497 | 2025-03-20T21:03:31.624Z | Checking icu_normalizer_data v1.5.0 |
498 | 2025-03-20T21:03:31.704Z | Checking write16 v1.0.0 |
499 | 2025-03-20T21:03:31.722Z | Compiling native-tls v0.2.12 |
500 | 2025-03-20T21:03:32.113Z | Checking percent-encoding v2.3.1 |
501 | 2025-03-20T21:03:32.212Z | Compiling rustls v0.23.19 |
502 | 2025-03-20T21:03:32.322Z | Checking form_urlencoded v1.2.1 |
503 | 2025-03-20T21:03:32.541Z | Compiling synstructure v0.13.1 |
504 | 2025-03-20T21:03:32.573Z | Compiling serde_derive_internals v0.29.1 |
505 | 2025-03-20T21:03:33.259Z | Checking rustls-webpki v0.102.8 |
506 | 2025-03-20T21:03:34.046Z | Compiling typenum v1.17.0 |
507 | 2025-03-20T21:03:34.508Z | Compiling regex-automata v0.4.8 |
508 | 2025-03-20T21:03:35.026Z | Checking openssl-probe v0.1.5 |
509 | 2025-03-20T21:03:35.187Z | Compiling generic-array v0.14.7 |
510 | 2025-03-20T21:03:35.606Z | Checking encoding_rs v0.8.34 |
511 | 2025-03-20T21:03:36.590Z | Checking mime v0.3.17 |
512 | 2025-03-20T21:03:36.663Z | Compiling serde_derive v1.0.218 |
513 | 2025-03-20T21:03:36.920Z | Compiling thiserror-impl v1.0.69 |
514 | 2025-03-20T21:03:37.066Z | Compiling schemars_derive v0.8.22 |
515 | 2025-03-20T21:03:37.254Z | Compiling tokio-macros v2.5.0 |
516 | 2025-03-20T21:03:37.277Z | Compiling zerofrom-derive v0.1.4 |
517 | 2025-03-20T21:03:37.929Z | Compiling yoke-derive v0.7.4 |
518 | 2025-03-20T21:03:38.726Z | Checking tokio v1.43.0 |
519 | 2025-03-20T21:03:39.816Z | Compiling zerocopy-derive v0.7.35 |
520 | 2025-03-20T21:03:39.822Z | Compiling zerovec-derive v0.10.3 |
521 | 2025-03-20T21:03:39.857Z | Compiling futures-macro v0.3.31 |
522 | 2025-03-20T21:03:40.369Z | Compiling displaydoc v0.2.5 |
523 | 2025-03-20T21:03:40.373Z | Checking zerofrom v0.1.4 |
524 | 2025-03-20T21:03:40.596Z | Checking yoke v0.7.4 |
525 | 2025-03-20T21:03:40.948Z | Compiling icu_provider_macros v1.5.0 |
526 | 2025-03-20T21:03:41.268Z | Compiling pest v2.7.14 |
527 | 2025-03-20T21:03:41.700Z | Checking futures-util v0.3.31 |
528 | 2025-03-20T21:03:41.841Z | Checking zerocopy v0.7.35 |
529 | 2025-03-20T21:03:41.859Z | Compiling openssl-macros v0.1.1 |
530 | 2025-03-20T21:03:42.021Z | Compiling regex v1.11.1 |
531 | 2025-03-20T21:03:42.209Z | Checking zerovec v0.10.4 |
532 | 2025-03-20T21:03:44.222Z | Checking tinystr v0.7.6 |
533 | 2025-03-20T21:03:44.280Z | Checking icu_collections v1.5.0 |
534 | 2025-03-20T21:03:44.558Z | Checking icu_locid v1.5.0 |
535 | 2025-03-20T21:03:44.986Z | Compiling pest_meta v2.7.14 |
536 | 2025-03-20T21:03:45.560Z | Checking icu_provider v1.5.0 |
537 | 2025-03-20T21:03:45.598Z | Checking tokio-util v0.7.13 |
538 | 2025-03-20T21:03:46.235Z | Checking icu_locid_transform v1.5.0 |
539 | 2025-03-20T21:03:46.463Z | Compiling pest_generator v2.7.14 |
540 | 2025-03-20T21:03:46.538Z | Checking http-body-util v0.1.2 |
541 | 2025-03-20T21:03:46.570Z | Checking tokio-rustls v0.26.0 |
542 | 2025-03-20T21:03:47.016Z | Compiling scroll_derive v0.12.0 |
543 | 2025-03-20T21:03:47.339Z | Checking icu_properties v1.5.1 |
544 | 2025-03-20T21:03:48.138Z | Checking tokio-native-tls v0.3.1 |
545 | 2025-03-20T21:03:48.261Z | Checking webpki-roots v0.26.6 |
546 | 2025-03-20T21:03:48.380Z | Checking rustls-pemfile v2.2.0 |
547 | 2025-03-20T21:03:48.470Z | Checking indexmap v2.7.1 |
548 | 2025-03-20T21:03:49.029Z | Compiling serde_tokenstream v0.2.2 |
549 | 2025-03-20T21:03:49.259Z | Compiling pest_derive v2.7.14 |
550 | 2025-03-20T21:03:49.764Z | Checking h2 v0.4.6 |
551 | 2025-03-20T21:03:49.827Z | Checking serde_urlencoded v0.7.1 |
552 | 2025-03-20T21:03:49.918Z | Checking rand_core v0.6.4 |
553 | 2025-03-20T21:03:50.204Z | Compiling usdt-impl v0.5.0 |
554 | 2025-03-20T21:03:50.245Z | Checking sync_wrapper v1.0.1 |
555 | 2025-03-20T21:03:50.261Z | Checking powerfmt v0.2.0 |
556 | 2025-03-20T21:03:50.393Z | Checking tower-layer v0.3.3 |
557 | 2025-03-20T21:03:50.518Z | Compiling num-conv v0.1.0 |
558 | 2025-03-20T21:03:50.641Z | Compiling time-core v0.1.2 |
559 | 2025-03-20T21:03:50.748Z | Checking icu_normalizer v1.5.0 |
560 | 2025-03-20T21:03:50.782Z | Compiling rustix v0.38.37 |
561 | 2025-03-20T21:03:50.818Z | Compiling paste v1.0.15 |
562 | 2025-03-20T21:03:50.993Z | Checking base64 v0.22.1 |
563 | 2025-03-20T21:03:51.174Z | Compiling time-macros v0.2.18 |
564 | 2025-03-20T21:03:51.432Z | Checking tower v0.5.2 |
565 | 2025-03-20T21:03:51.521Z | Checking idna_adapter v1.2.0 |
566 | 2025-03-20T21:03:51.617Z | Compiling dof v0.3.0 |
567 | 2025-03-20T21:03:51.630Z | Checking deranged v0.3.11 |
568 | 2025-03-20T21:03:51.697Z | Checking idna v1.0.3 |
569 | 2025-03-20T21:03:52.009Z | Compiling dtrace-parser v0.2.0 |
570 | 2025-03-20T21:03:52.160Z | Compiling thread-id v4.2.2 |
571 | 2025-03-20T21:03:52.174Z | Checking url v2.5.3 |
572 | 2025-03-20T21:03:52.290Z | Checking scroll v0.12.0 |
573 | 2025-03-20T21:03:52.751Z | Compiling typify-impl v0.2.0 |
574 | 2025-03-20T21:03:53.028Z | Checking ppv-lite86 v0.2.20 |
575 | 2025-03-20T21:03:53.492Z | Compiling structmeta-derive v0.3.0 |
576 | 2025-03-20T21:03:53.570Z | Checking errno v0.3.9 |
577 | 2025-03-20T21:03:53.583Z | Compiling rustversion v1.0.17 |
578 | 2025-03-20T21:03:53.746Z | Checking ipnet v2.11.0 |
579 | 2025-03-20T21:03:53.746Z | Checking num_threads v0.1.7 |
580 | 2025-03-20T21:03:53.973Z | Checking hyper v1.6.0 |
581 | 2025-03-20T21:03:54.092Z | Compiling newtype-uuid v1.2.1 |
582 | 2025-03-20T21:03:54.135Z | Checking plain v0.2.3 |
583 | 2025-03-20T21:03:54.185Z | Compiling ident_case v1.0.1 |
584 | 2025-03-20T21:03:54.282Z | Compiling crossbeam-utils v0.8.20 |
585 | 2025-03-20T21:03:54.437Z | Compiling strsim v0.11.1 |
586 | 2025-03-20T21:03:54.612Z | Checking time v0.3.36 |
587 | 2025-03-20T21:03:54.858Z | Compiling darling_core v0.20.10 |
588 | 2025-03-20T21:03:55.076Z | Checking goblin v0.8.2 |
589 | 2025-03-20T21:03:55.933Z | Checking hyper-util v0.1.10 |
590 | 2025-03-20T21:03:55.969Z | Compiling structmeta v0.3.0 |
591 | 2025-03-20T21:03:56.347Z | Checking rand_chacha v0.3.1 |
592 | 2025-03-20T21:03:57.635Z | Checking hyper-rustls v0.27.3 |
593 | 2025-03-20T21:03:57.783Z | Checking hyper-tls v0.6.0 |
594 | 2025-03-20T21:03:58.067Z | Checking reqwest v0.12.12 |
595 | 2025-03-20T21:03:58.091Z | Checking ipnetwork v0.21.1 |
596 | 2025-03-20T21:03:58.913Z | Compiling openapiv3 v2.0.0 |
597 | 2025-03-20T21:03:59.522Z | Checking dirs-sys-next v0.1.2 |
598 | 2025-03-20T21:03:59.594Z | Checking pretty-hex v0.4.1 |
599 | 2025-03-20T21:03:59.708Z | Compiling unsafe-libyaml v0.2.11 |
600 | 2025-03-20T21:03:59.785Z | Compiling thiserror v2.0.12 |
601 | 2025-03-20T21:03:59.943Z | Compiling omicron-workspace-hack v0.1.0 |
602 | 2025-03-20T21:04:00.143Z | Compiling rustls v0.22.4 |
603 | 2025-03-20T21:04:00.274Z | Checking fastrand v2.1.1 |
604 | 2025-03-20T21:04:00.508Z | Compiling darling_macro v0.20.10 |
605 | 2025-03-20T21:04:00.586Z | Checking tempfile v3.13.0 |
606 | 2025-03-20T21:04:00.917Z | Checking dirs-next v2.0.0 |
607 | 2025-03-20T21:04:00.952Z | Checking oxnet v0.1.1 |
608 | 2025-03-20T21:04:01.055Z | Compiling serde_yaml v0.9.34+deprecated |
609 | 2025-03-20T21:04:01.305Z | Checking rand v0.8.5 |
610 | 2025-03-20T21:04:01.680Z | Checking crypto-common v0.1.6 |
611 | 2025-03-20T21:04:01.868Z | Checking block-buffer v0.10.4 |
612 | 2025-03-20T21:04:02.096Z | Checking serde_spanned v0.6.8 |
613 | 2025-03-20T21:04:02.234Z | Checking toml_datetime v0.6.8 |
614 | 2025-03-20T21:04:02.310Z | Compiling daft-derive v0.1.2 |
615 | 2025-03-20T21:04:02.494Z | Compiling thiserror-impl v2.0.12 |
616 | 2025-03-20T21:04:02.551Z | Checking wait-timeout v0.2.0 |
617 | 2025-03-20T21:04:02.576Z | Compiling multer v3.1.0 |
618 | 2025-03-20T21:04:02.654Z | Checking thread_local v1.1.8 |
619 | 2025-03-20T21:04:02.714Z | Checking match_cfg v0.1.0 |
620 | 2025-03-20T21:04:02.735Z | Compiling slog-async v2.8.0 |
621 | 2025-03-20T21:04:02.807Z | Checking bit-vec v0.8.0 |
622 | 2025-03-20T21:04:02.932Z | Checking winnow v0.7.3 |
623 | 2025-03-20T21:04:02.945Z | Compiling anyhow v1.0.97 |
624 | 2025-03-20T21:04:03.193Z | Compiling camino v1.1.9 |
625 | 2025-03-20T21:04:03.236Z | Checking quick-error v1.2.3 |
626 | 2025-03-20T21:04:03.391Z | Checking rusty-fork v0.3.0 |
627 | 2025-03-20T21:04:03.743Z | Checking bit-set v0.8.0 |
628 | 2025-03-20T21:04:03.885Z | Checking daft v0.1.2 |
629 | 2025-03-20T21:04:03.917Z | Checking hostname v0.3.1 |
630 | 2025-03-20T21:04:03.991Z | Compiling strum_macros v0.26.4 |
631 | 2025-03-20T21:04:04.061Z | Checking crossbeam-channel v0.5.13 |
632 | 2025-03-20T21:04:04.096Z | Compiling typify-macro v0.2.0 |
633 | 2025-03-20T21:04:04.172Z | Checking digest v0.10.7 |
634 | 2025-03-20T21:04:04.282Z | Compiling darling v0.20.10 |
635 | 2025-03-20T21:04:04.400Z | Checking term v0.7.0 |
636 | 2025-03-20T21:04:04.500Z | Checking progenitor-client v0.8.0 |
637 | 2025-03-20T21:04:04.758Z | Compiling usdt-macro v0.5.0 |
638 | 2025-03-20T21:04:04.836Z | Compiling usdt-attr-macro v0.5.0 |
639 | 2025-03-20T21:04:04.840Z | Compiling parse-display-derive v0.10.0 |
640 | 2025-03-20T21:04:05.517Z | Checking slog-json v2.6.1 |
641 | 2025-03-20T21:04:05.744Z | Checking toml_edit v0.22.24 |
642 | 2025-03-20T21:04:05.802Z | Checking rand_xorshift v0.3.0 |
643 | 2025-03-20T21:04:05.982Z | Checking hex v0.4.3 |
644 | 2025-03-20T21:04:05.995Z | Checking futures-executor v0.3.31 |
645 | 2025-03-20T21:04:06.221Z | Compiling async-stream-impl v0.3.6 |
646 | 2025-03-20T21:04:06.241Z | Checking memmap v0.7.0 |
647 | 2025-03-20T21:04:06.470Z | Checking is-terminal v0.4.13 |
648 | 2025-03-20T21:04:06.491Z | Compiling dropshot v0.16.0 |
649 | 2025-03-20T21:04:06.595Z | Checking take_mut v0.2.2 |
650 | 2025-03-20T21:04:06.742Z | Checking spin v0.9.8 |
651 | 2025-03-20T21:04:06.866Z | Checking lazy_static v1.5.0 |
652 | 2025-03-20T21:04:06.924Z | Checking unarray v0.1.4 |
653 | 2025-03-20T21:04:07.015Z | Checking cpufeatures v0.2.14 |
654 | 2025-03-20T21:04:07.090Z | Checking proptest v1.6.0 |
655 | 2025-03-20T21:04:07.107Z | Checking sha1 v0.10.6 |
656 | 2025-03-20T21:04:07.449Z | Compiling typify v0.2.0 |
657 | 2025-03-20T21:04:07.575Z | Compiling progenitor-impl v0.8.0 |
658 | 2025-03-20T21:04:07.768Z | Checking async-stream v0.3.6 |
659 | 2025-03-20T21:04:07.931Z | Checking tokio-rustls v0.25.0 |
660 | 2025-03-20T21:04:08.146Z | Checking strum v0.26.3 |
661 | 2025-03-20T21:04:08.259Z | Checking parse-display v0.10.0 |
662 | 2025-03-20T21:04:08.284Z | Checking slog-term v2.9.1 |
663 | 2025-03-20T21:04:08.316Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
664 | 2025-03-20T21:04:08.345Z | Checking usdt v0.5.0 |
665 | 2025-03-20T21:04:08.466Z | Checking futures v0.3.31 |
666 | 2025-03-20T21:04:08.495Z | Checking toml v0.8.20 |
667 | 2025-03-20T21:04:08.508Z | Checking slog-bunyan v2.5.0 |
668 | 2025-03-20T21:04:08.577Z | Compiling serde_with_macros v3.12.0 |
669 | 2025-03-20T21:04:08.865Z | Compiling test-strategy v0.4.0 |
670 | 2025-03-20T21:04:08.989Z | Compiling dropshot_endpoint v0.16.0 |
671 | 2025-03-20T21:04:09.202Z | Checking serde_path_to_error v0.1.16 |
672 | 2025-03-20T21:04:09.205Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
673 | 2025-03-20T21:04:09.556Z | Compiling async-trait v0.1.87 |
674 | 2025-03-20T21:04:09.818Z | Checking waitgroup v0.1.2 |
675 | 2025-03-20T21:04:09.975Z | Checking hostname v0.4.0 |
676 | 2025-03-20T21:04:10.080Z | Checking instant v0.1.13 |
677 | 2025-03-20T21:04:10.127Z | Checking debug-ignore v1.0.5 |
678 | 2025-03-20T21:04:10.200Z | Checking backoff v0.4.0 |
679 | 2025-03-20T21:04:10.271Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
680 | 2025-03-20T21:04:10.419Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
681 | 2025-03-20T21:04:10.508Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
682 | 2025-03-20T21:04:10.961Z | Checking serde_with v3.12.0 |
683 | 2025-03-20T21:04:11.029Z | Checking progenitor-client v0.9.1 |
684 | 2025-03-20T21:04:11.103Z | Checking macaddr v1.0.1 |
685 | 2025-03-20T21:04:11.918Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#69e2896b) |
686 | 2025-03-20T21:04:12.030Z | Compiling progenitor-macro v0.8.0 |
687 | 2025-03-20T21:04:15.689Z | Checking progenitor v0.8.0 |
688 | 2025-03-20T21:04:15.806Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889) |
689 | 2025-03-20T21:04:18.663Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
690 | 2025-03-20T21:04:25.994Z | Checking test-project v0.1.0 (/tmp/test-project) |
691 | 2025-03-20T21:04:26.060Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s |
692 | 2025-03-20T21:04:26.198Z | + cargo build --release |
693 | 2025-03-20T21:04:26.434Z | Compiling proc-macro2 v1.0.94 |
694 | 2025-03-20T21:04:26.434Z | Compiling unicode-ident v1.0.14 |
695 | 2025-03-20T21:04:26.437Z | Compiling libc v0.2.170 |
696 | 2025-03-20T21:04:26.438Z | Compiling cfg-if v1.0.0 |
697 | 2025-03-20T21:04:26.438Z | Compiling autocfg v1.4.0 |
698 | 2025-03-20T21:04:26.438Z | Compiling serde v1.0.218 |
699 | 2025-03-20T21:04:26.438Z | Compiling memchr v2.7.4 |
700 | 2025-03-20T21:04:26.483Z | Compiling serde_json v1.0.139 |
701 | 2025-03-20T21:04:26.580Z | Compiling itoa v1.0.11 |
702 | 2025-03-20T21:04:26.825Z | Compiling thiserror v1.0.69 |
703 | 2025-03-20T21:04:26.869Z | Compiling shlex v1.3.0 |
704 | 2025-03-20T21:04:27.206Z | Compiling cc v1.2.15 |
705 | 2025-03-20T21:04:27.247Z | Compiling pin-project-lite v0.2.14 |
706 | 2025-03-20T21:04:27.385Z | Compiling once_cell v1.20.3 |
707 | 2025-03-20T21:04:27.393Z | Compiling ryu v1.0.18 |
708 | 2025-03-20T21:04:27.610Z | Compiling smallvec v1.14.0 |
709 | 2025-03-20T21:04:27.969Z | Compiling semver v1.0.25 |
710 | 2025-03-20T21:04:27.994Z | Compiling bytes v1.10.1 |
711 | 2025-03-20T21:04:28.105Z | Compiling version_check v0.9.5 |
712 | 2025-03-20T21:04:28.181Z | Compiling quote v1.0.39 |
713 | 2025-03-20T21:04:28.502Z | Compiling futures-core v0.3.31 |
714 | 2025-03-20T21:04:28.676Z | Compiling syn v2.0.98 |
715 | 2025-03-20T21:04:28.685Z | Compiling lock_api v0.4.12 |
716 | 2025-03-20T21:04:28.766Z | Compiling parking_lot_core v0.9.10 |
717 | 2025-03-20T21:04:28.781Z | Compiling getrandom v0.2.15 |
718 | 2025-03-20T21:04:28.975Z | Compiling equivalent v1.0.1 |
719 | 2025-03-20T21:04:29.094Z | Compiling scopeguard v1.2.0 |
720 | 2025-03-20T21:04:29.146Z | Compiling allocator-api2 v0.2.18 |
721 | 2025-03-20T21:04:29.185Z | Compiling foldhash v0.1.3 |
722 | 2025-03-20T21:04:29.444Z | Compiling slab v0.4.9 |
723 | 2025-03-20T21:04:29.562Z | Compiling futures-sink v0.3.31 |
724 | 2025-03-20T21:04:29.707Z | Compiling fnv v1.0.7 |
725 | 2025-03-20T21:04:29.852Z | Compiling parking_lot v0.12.3 |
726 | 2025-03-20T21:04:29.971Z | Compiling hashbrown v0.15.1 |
727 | 2025-03-20T21:04:29.986Z | Compiling signal-hook-registry v1.4.2 |
728 | 2025-03-20T21:04:30.008Z | Compiling mio v1.0.2 |
729 | 2025-03-20T21:04:30.057Z | Compiling socket2 v0.5.8 |
730 | 2025-03-20T21:04:30.174Z | Compiling log v0.4.22 |
731 | 2025-03-20T21:04:30.564Z | Compiling num-traits v0.2.19 |
732 | 2025-03-20T21:04:30.632Z | Compiling stable_deref_trait v1.2.0 |
733 | 2025-03-20T21:04:30.764Z | Compiling ring v0.17.11 |
734 | 2025-03-20T21:04:31.242Z | Compiling futures-channel v0.3.31 |
735 | 2025-03-20T21:04:31.503Z | Compiling getrandom v0.3.1 |
736 | 2025-03-20T21:04:31.548Z | Compiling pin-utils v0.1.0 |
737 | 2025-03-20T21:04:31.635Z | Compiling futures-task v0.3.31 |
738 | 2025-03-20T21:04:31.689Z | Compiling futures-io v0.3.31 |
739 | 2025-03-20T21:04:31.863Z | Compiling http v1.2.0 |
740 | 2025-03-20T21:04:32.027Z | Compiling bitflags v2.6.0 |
741 | 2025-03-20T21:04:32.112Z | Compiling pkg-config v0.3.31 |
742 | 2025-03-20T21:04:32.294Z | Compiling heck v0.5.0 |
743 | 2025-03-20T21:04:32.710Z | Compiling schemars v0.8.22 |
744 | 2025-03-20T21:04:32.724Z | Compiling vcpkg v0.2.15 |
745 | 2025-03-20T21:04:33.125Z | Compiling iana-time-zone v0.1.61 |
746 | 2025-03-20T21:04:33.206Z | Compiling rustls-pki-types v1.10.0 |
747 | 2025-03-20T21:04:33.887Z | Compiling httparse v1.9.5 |
748 | 2025-03-20T21:04:34.113Z | Compiling openssl-sys v0.9.106 |
749 | 2025-03-20T21:04:34.220Z | Compiling dyn-clone v1.0.19 |
750 | 2025-03-20T21:04:34.432Z | Compiling untrusted v0.9.0 |
751 | 2025-03-20T21:04:34.464Z | Compiling litemap v0.7.3 |
752 | 2025-03-20T21:04:34.572Z | Compiling writeable v0.5.5 |
753 | 2025-03-20T21:04:34.947Z | Compiling tracing-core v0.1.32 |
754 | 2025-03-20T21:04:35.020Z | Compiling ucd-trie v0.1.7 |
755 | 2025-03-20T21:04:35.226Z | Compiling atomic-waker v1.1.2 |
756 | 2025-03-20T21:04:35.422Z | Compiling http-body v1.0.1 |
757 | 2025-03-20T21:04:35.678Z | Compiling zeroize v1.8.1 |
758 | 2025-03-20T21:04:36.021Z | Compiling tracing v0.1.40 |
759 | 2025-03-20T21:04:36.034Z | Compiling byteorder v1.5.0 |
760 | 2025-03-20T21:04:36.432Z | Compiling serde_derive_internals v0.29.1 |
761 | 2025-03-20T21:04:36.547Z | Compiling synstructure v0.13.1 |
762 | 2025-03-20T21:04:36.547Z | Compiling try-lock v0.2.5 |
763 | 2025-03-20T21:04:36.709Z | Compiling icu_locid_transform_data v1.5.0 |
764 | 2025-03-20T21:04:36.978Z | Compiling subtle v2.6.1 |
765 | 2025-03-20T21:04:37.226Z | Compiling want v0.3.1 |
766 | 2025-03-20T21:04:37.237Z | Compiling chrono v0.4.40 |
767 | 2025-03-20T21:04:37.258Z | Compiling httpdate v1.0.3 |
768 | 2025-03-20T21:04:37.521Z | Compiling foreign-types-shared v0.1.1 |
769 | 2025-03-20T21:04:37.643Z | Compiling uuid v1.15.1 |
770 | 2025-03-20T21:04:37.709Z | Compiling tower-service v0.3.3 |
771 | 2025-03-20T21:04:37.844Z | Compiling openssl v0.10.71 |
772 | 2025-03-20T21:04:38.201Z | Compiling icu_properties_data v1.5.0 |
773 | 2025-03-20T21:04:38.361Z | Compiling foreign-types v0.3.2 |
774 | 2025-03-20T21:04:38.453Z | Compiling regress v0.10.3 |
775 | 2025-03-20T21:04:38.461Z | Compiling aho-corasick v1.1.3 |
776 | 2025-03-20T21:04:39.064Z | Compiling slog v2.7.0 |
777 | 2025-03-20T21:04:39.590Z | Compiling percent-encoding v2.3.1 |
778 | 2025-03-20T21:04:39.664Z | Compiling regex-syntax v0.8.5 |
779 | 2025-03-20T21:04:40.069Z | Compiling rustls v0.23.19 |
780 | 2025-03-20T21:04:40.154Z | Compiling serde_derive v1.0.218 |
781 | 2025-03-20T21:04:40.365Z | Compiling thiserror-impl v1.0.69 |
782 | 2025-03-20T21:04:40.434Z | Compiling schemars_derive v0.8.22 |
783 | 2025-03-20T21:04:41.893Z | Compiling tokio-macros v2.5.0 |
784 | 2025-03-20T21:04:42.127Z | Compiling zerofrom-derive v0.1.4 |
785 | 2025-03-20T21:04:42.310Z | Compiling yoke-derive v0.7.4 |
786 | 2025-03-20T21:04:42.951Z | Compiling futures-macro v0.3.31 |
787 | 2025-03-20T21:04:43.210Z | Compiling zerovec-derive v0.10.3 |
788 | 2025-03-20T21:04:43.314Z | Compiling zerocopy-derive v0.7.35 |
789 | 2025-03-20T21:04:43.377Z | Compiling tokio v1.43.0 |
790 | 2025-03-20T21:04:44.734Z | Compiling displaydoc v0.2.5 |
791 | 2025-03-20T21:04:44.792Z | Compiling futures-util v0.3.31 |
792 | 2025-03-20T21:04:45.166Z | Compiling zerofrom v0.1.4 |
793 | 2025-03-20T21:04:45.201Z | Compiling icu_provider_macros v1.5.0 |
794 | 2025-03-20T21:04:45.403Z | Compiling yoke v0.7.4 |
795 | 2025-03-20T21:04:45.609Z | Compiling pest v2.7.14 |
796 | 2025-03-20T21:04:45.767Z | Compiling zerovec v0.10.4 |
797 | 2025-03-20T21:04:46.350Z | Compiling zerocopy v0.7.35 |
798 | 2025-03-20T21:04:46.391Z | Compiling openssl-macros v0.1.1 |
799 | 2025-03-20T21:04:47.875Z | Compiling tinystr v0.7.6 |
800 | 2025-03-20T21:04:48.302Z | Compiling icu_locid v1.5.0 |
801 | 2025-03-20T21:04:48.496Z | Compiling rustls-webpki v0.102.8 |
802 | 2025-03-20T21:04:48.738Z | Compiling pest_meta v2.7.14 |
803 | 2025-03-20T21:04:51.081Z | Compiling icu_provider v1.5.0 |
804 | 2025-03-20T21:04:52.369Z | Compiling tokio-util v0.7.13 |
805 | 2025-03-20T21:04:53.264Z | Compiling indexmap v2.7.1 |
806 | 2025-03-20T21:04:54.970Z | Compiling serde_tokenstream v0.2.2 |
807 | 2025-03-20T21:04:55.186Z | Compiling h2 v0.4.6 |
808 | 2025-03-20T21:04:55.503Z | Compiling icu_locid_transform v1.5.0 |
809 | 2025-03-20T21:04:55.763Z | Compiling icu_collections v1.5.0 |
810 | 2025-03-20T21:04:56.129Z | Compiling pest_generator v2.7.14 |
811 | 2025-03-20T21:04:58.500Z | Compiling icu_properties v1.5.1 |
812 | 2025-03-20T21:04:58.839Z | Compiling native-tls v0.2.12 |
813 | 2025-03-20T21:04:59.258Z | Compiling icu_normalizer_data v1.5.0 |
814 | 2025-03-20T21:04:59.270Z | Compiling utf16_iter v1.0.5 |
815 | 2025-03-20T21:04:59.512Z | Compiling utf8_iter v1.0.4 |
816 | 2025-03-20T21:04:59.713Z | Compiling write16 v1.0.0 |
817 | 2025-03-20T21:04:59.790Z | Compiling typify-impl v0.2.0 |
818 | 2025-03-20T21:04:59.880Z | Compiling pest_derive v2.7.14 |
819 | 2025-03-20T21:05:01.426Z | Compiling hyper v1.6.0 |
820 | 2025-03-20T21:05:03.276Z | Compiling icu_normalizer v1.5.0 |
821 | 2025-03-20T21:05:04.897Z | Compiling hyper-util v0.1.10 |
822 | 2025-03-20T21:05:08.878Z | Compiling regex-automata v0.4.8 |
823 | 2025-03-20T21:05:09.670Z | Compiling form_urlencoded v1.2.1 |
824 | 2025-03-20T21:05:10.211Z | Compiling openssl-probe v0.1.5 |
825 | 2025-03-20T21:05:10.235Z | Compiling typenum v1.17.0 |
826 | 2025-03-20T21:05:12.526Z | Compiling typify-macro v0.2.0 |
827 | 2025-03-20T21:05:12.666Z | Compiling idna_adapter v1.2.0 |
828 | 2025-03-20T21:05:12.907Z | Compiling http-body-util v0.1.2 |
829 | 2025-03-20T21:05:13.481Z | Compiling regex v1.11.1 |
830 | 2025-03-20T21:05:14.454Z | Compiling generic-array v0.14.7 |
831 | 2025-03-20T21:05:15.011Z | Compiling encoding_rs v0.8.34 |
832 | 2025-03-20T21:05:15.533Z | Compiling mime v0.3.17 |
833 | 2025-03-20T21:05:16.131Z | Compiling idna v1.0.3 |
834 | 2025-03-20T21:05:16.572Z | Compiling tokio-native-tls v0.3.1 |
835 | 2025-03-20T21:05:18.792Z | Compiling serde_urlencoded v0.7.1 |
836 | 2025-03-20T21:05:20.709Z | Compiling tokio-rustls v0.26.0 |
837 | 2025-03-20T21:05:21.172Z | Compiling scroll_derive v0.12.0 |
838 | 2025-03-20T21:05:21.663Z | Compiling webpki-roots v0.26.6 |
839 | 2025-03-20T21:05:21.885Z | Compiling rustls-pemfile v2.2.0 |
840 | 2025-03-20T21:05:22.363Z | Compiling rand_core v0.6.4 |
841 | 2025-03-20T21:05:22.686Z | Compiling usdt-impl v0.5.0 |
842 | 2025-03-20T21:05:22.841Z | Compiling sync_wrapper v1.0.1 |
843 | 2025-03-20T21:05:23.008Z | Compiling base64 v0.22.1 |
844 | 2025-03-20T21:05:23.138Z | Compiling paste v1.0.15 |
845 | 2025-03-20T21:05:23.659Z | Compiling powerfmt v0.2.0 |
846 | 2025-03-20T21:05:24.102Z | Compiling rustix v0.38.37 |
847 | 2025-03-20T21:05:24.170Z | Compiling tower-layer v0.3.3 |
848 | 2025-03-20T21:05:24.579Z | Compiling time-core v0.1.2 |
849 | 2025-03-20T21:05:24.763Z | Compiling num-conv v0.1.0 |
850 | 2025-03-20T21:05:24.915Z | Compiling tower v0.5.2 |
851 | 2025-03-20T21:05:25.025Z | Compiling time-macros v0.2.18 |
852 | 2025-03-20T21:05:25.864Z | Compiling deranged v0.3.11 |
853 | 2025-03-20T21:05:26.440Z | Compiling scroll v0.12.0 |
854 | 2025-03-20T21:05:27.633Z | Compiling hyper-rustls v0.27.3 |
855 | 2025-03-20T21:05:29.079Z | Compiling thread-id v4.2.2 |
856 | 2025-03-20T21:05:29.123Z | Compiling dof v0.3.0 |
857 | 2025-03-20T21:05:29.199Z | Compiling url v2.5.3 |
858 | 2025-03-20T21:05:29.252Z | Compiling hyper-tls v0.6.0 |
859 | 2025-03-20T21:05:29.581Z | Compiling dtrace-parser v0.2.0 |
860 | 2025-03-20T21:05:29.768Z | Compiling ppv-lite86 v0.2.20 |
861 | 2025-03-20T21:05:29.890Z | Compiling structmeta-derive v0.3.0 |
862 | 2025-03-20T21:05:30.615Z | Compiling errno v0.3.9 |
863 | 2025-03-20T21:05:31.097Z | Compiling ipnet v2.11.0 |
864 | 2025-03-20T21:05:32.159Z | Compiling rustversion v1.0.17 |
865 | 2025-03-20T21:05:32.511Z | Compiling crossbeam-utils v0.8.20 |
866 | 2025-03-20T21:05:32.845Z | Compiling ident_case v1.0.1 |
867 | 2025-03-20T21:05:33.060Z | Compiling plain v0.2.3 |
868 | 2025-03-20T21:05:33.242Z | Compiling omicron-workspace-hack v0.1.0 |
869 | 2025-03-20T21:05:33.612Z | Compiling num_threads v0.1.7 |
870 | 2025-03-20T21:05:34.106Z | Compiling strsim v0.11.1 |
871 | 2025-03-20T21:05:34.416Z | Compiling newtype-uuid v1.2.1 |
872 | 2025-03-20T21:05:34.990Z | Compiling time v0.3.36 |
873 | 2025-03-20T21:05:35.145Z | Compiling darling_core v0.20.10 |
874 | 2025-03-20T21:05:39.659Z | Compiling goblin v0.8.2 |
875 | 2025-03-20T21:05:40.694Z | Compiling structmeta v0.3.0 |
876 | 2025-03-20T21:05:40.773Z | Compiling reqwest v0.12.12 |
877 | 2025-03-20T21:05:44.024Z | Compiling rand_chacha v0.3.1 |
878 | 2025-03-20T21:05:45.802Z | Compiling openapiv3 v2.0.0 |
879 | 2025-03-20T21:05:46.100Z | Compiling typify v0.2.0 |
880 | 2025-03-20T21:05:46.232Z | Compiling ipnetwork v0.21.1 |
881 | 2025-03-20T21:05:50.474Z | Compiling dirs-sys-next v0.1.2 |
882 | 2025-03-20T21:05:50.986Z | Compiling unsafe-libyaml v0.2.11 |
883 | 2025-03-20T21:05:51.596Z | Compiling thiserror v2.0.12 |
884 | 2025-03-20T21:05:52.263Z | Compiling pretty-hex v0.4.1 |
885 | 2025-03-20T21:05:52.531Z | Compiling fastrand v2.1.1 |
886 | 2025-03-20T21:05:52.551Z | Compiling rustls v0.22.4 |
887 | 2025-03-20T21:05:52.925Z | Compiling tempfile v3.13.0 |
888 | 2025-03-20T21:05:53.268Z | Compiling serde_yaml v0.9.34+deprecated |
889 | 2025-03-20T21:05:55.164Z | Compiling dirs-next v2.0.0 |
890 | 2025-03-20T21:05:55.587Z | Compiling progenitor-impl v0.8.0 |
891 | 2025-03-20T21:05:56.694Z | Compiling oxnet v0.1.1 |
892 | 2025-03-20T21:05:59.065Z | Compiling rand v0.8.5 |
893 | 2025-03-20T21:06:00.987Z | Compiling darling_macro v0.20.10 |
894 | 2025-03-20T21:06:02.046Z | Compiling crypto-common v0.1.6 |
895 | 2025-03-20T21:06:02.050Z | Compiling block-buffer v0.10.4 |
896 | 2025-03-20T21:06:02.277Z | Compiling serde_spanned v0.6.8 |
897 | 2025-03-20T21:06:02.303Z | Compiling toml_datetime v0.6.8 |
898 | 2025-03-20T21:06:02.465Z | Compiling thiserror-impl v2.0.12 |
899 | 2025-03-20T21:06:02.533Z | Compiling daft-derive v0.1.2 |
900 | 2025-03-20T21:06:03.009Z | Compiling multer v3.1.0 |
901 | 2025-03-20T21:06:03.538Z | Compiling wait-timeout v0.2.0 |
902 | 2025-03-20T21:06:04.105Z | Compiling thread_local v1.1.8 |
903 | 2025-03-20T21:06:04.569Z | Compiling quick-error v1.2.3 |
904 | 2025-03-20T21:06:04.598Z | Compiling anyhow v1.0.97 |
905 | 2025-03-20T21:06:04.732Z | Compiling bit-vec v0.8.0 |
906 | 2025-03-20T21:06:04.845Z | Compiling camino v1.1.9 |
907 | 2025-03-20T21:06:05.239Z | Compiling slog-async v2.8.0 |
908 | 2025-03-20T21:06:05.284Z | Compiling match_cfg v0.1.0 |
909 | 2025-03-20T21:06:05.378Z | Compiling winnow v0.7.3 |
910 | 2025-03-20T21:06:05.539Z | Compiling hostname v0.3.1 |
911 | 2025-03-20T21:06:05.794Z | Compiling bit-set v0.8.0 |
912 | 2025-03-20T21:06:05.850Z | Compiling rusty-fork v0.3.0 |
913 | 2025-03-20T21:06:05.988Z | Compiling daft v0.1.2 |
914 | 2025-03-20T21:06:06.565Z | Compiling digest v0.10.7 |
915 | 2025-03-20T21:06:06.995Z | Compiling darling v0.20.10 |
916 | 2025-03-20T21:06:07.919Z | Compiling progenitor-macro v0.8.0 |
917 | 2025-03-20T21:06:08.041Z | Compiling crossbeam-channel v0.5.13 |
918 | 2025-03-20T21:06:09.645Z | Compiling toml_edit v0.22.24 |
919 | 2025-03-20T21:06:09.850Z | Compiling strum_macros v0.26.4 |
920 | 2025-03-20T21:06:14.168Z | Compiling term v0.7.0 |
921 | 2025-03-20T21:06:18.357Z | Compiling usdt-attr-macro v0.5.0 |
922 | 2025-03-20T21:06:18.755Z | Compiling usdt-macro v0.5.0 |
923 | 2025-03-20T21:06:18.821Z | Compiling progenitor-client v0.8.0 |
924 | 2025-03-20T21:06:19.760Z | Compiling parse-display-derive v0.10.0 |
925 | 2025-03-20T21:06:19.782Z | Compiling slog-json v2.6.1 |
926 | 2025-03-20T21:06:20.069Z | Compiling rand_xorshift v0.3.0 |
927 | 2025-03-20T21:06:20.269Z | Compiling hex v0.4.3 |
928 | 2025-03-20T21:06:20.357Z | Compiling futures-executor v0.3.31 |
929 | 2025-03-20T21:06:20.942Z | Compiling async-stream-impl v0.3.6 |
930 | 2025-03-20T21:06:21.466Z | Compiling dropshot v0.16.0 |
931 | 2025-03-20T21:06:21.854Z | Compiling memmap v0.7.0 |
932 | 2025-03-20T21:06:22.269Z | Compiling is-terminal v0.4.13 |
933 | 2025-03-20T21:06:22.273Z | Compiling spin v0.9.8 |
934 | 2025-03-20T21:06:22.402Z | Compiling cpufeatures v0.2.14 |
935 | 2025-03-20T21:06:22.464Z | Compiling unarray v0.1.4 |
936 | 2025-03-20T21:06:22.504Z | Compiling lazy_static v1.5.0 |
937 | 2025-03-20T21:06:22.656Z | Compiling take_mut v0.2.2 |
938 | 2025-03-20T21:06:22.667Z | Compiling proptest v1.6.0 |
939 | 2025-03-20T21:06:23.381Z | Compiling parse-display v0.10.0 |
940 | 2025-03-20T21:06:23.657Z | Compiling sha1 v0.10.6 |
941 | 2025-03-20T21:06:25.475Z | Compiling slog-term v2.9.1 |
942 | 2025-03-20T21:06:26.161Z | Compiling async-stream v0.3.6 |
943 | 2025-03-20T21:06:26.554Z | Compiling tokio-rustls v0.25.0 |
944 | 2025-03-20T21:06:27.015Z | Compiling usdt v0.5.0 |
945 | 2025-03-20T21:06:27.443Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
946 | 2025-03-20T21:06:27.637Z | Compiling futures v0.3.31 |
947 | 2025-03-20T21:06:27.760Z | Compiling slog-bunyan v2.5.0 |
948 | 2025-03-20T21:06:28.165Z | Compiling progenitor v0.8.0 |
949 | 2025-03-20T21:06:28.363Z | Compiling strum v0.26.3 |
950 | 2025-03-20T21:06:28.430Z | Compiling toml v0.8.20 |
951 | 2025-03-20T21:06:28.499Z | Compiling serde_with_macros v3.12.0 |
952 | 2025-03-20T21:06:31.078Z | Compiling test-strategy v0.4.0 |
953 | 2025-03-20T21:06:31.372Z | Compiling dropshot_endpoint v0.16.0 |
954 | 2025-03-20T21:06:33.795Z | Compiling serde_path_to_error v0.1.16 |
955 | 2025-03-20T21:06:34.446Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
956 | 2025-03-20T21:06:34.793Z | Compiling async-trait v0.1.87 |
957 | 2025-03-20T21:06:35.338Z | Compiling waitgroup v0.1.2 |
958 | 2025-03-20T21:06:35.599Z | Compiling hostname v0.4.0 |
959 | 2025-03-20T21:06:35.633Z | Compiling instant v0.1.13 |
960 | 2025-03-20T21:06:35.805Z | Compiling debug-ignore v1.0.5 |
961 | 2025-03-20T21:06:35.867Z | Compiling backoff v0.4.0 |
962 | 2025-03-20T21:06:35.871Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
963 | 2025-03-20T21:06:35.960Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#69e2896b) |
964 | 2025-03-20T21:06:36.214Z | Compiling serde_with v3.12.0 |
965 | 2025-03-20T21:06:36.266Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889) |
966 | 2025-03-20T21:06:39.577Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
967 | 2025-03-20T21:06:40.458Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
968 | 2025-03-20T21:06:40.589Z | Compiling progenitor-client v0.9.1 |
969 | 2025-03-20T21:06:41.257Z | Compiling macaddr v1.0.1 |
970 | 2025-03-20T21:06:45.360Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
971 | 2025-03-20T21:06:55.960Z | Compiling test-project v0.1.0 (/tmp/test-project) |
972 | 2025-03-20T21:07:05.827Z | Finished `release` profile [optimized] target(s) in 2m 39s |
973 | 2025-03-20T21:07:05.901Z | process exited: duration 228510 ms, exit code 0 |
|
974 | 2025-03-20T21:07:05.910Z | found 0 output files |