|
|
|
1 | 2025-06-02T23:58:10.464Z | job assigned to worker 01JWSH8T8QB710RY35W68Q2Y1A [factory gimlet-EVT22200007-propolis, EVT22200007/29214] (queued for 27 s) |
|
2 | 2025-06-02T23:58:18.792Z | starting task 0: "setup" |
3 | 2025-06-02T23:58:18.819Z | ++ uname -s |
4 | 2025-06-02T23:58:18.819Z | + kern=SunOS |
5 | 2025-06-02T23:58:18.819Z | + build_user=build |
6 | 2025-06-02T23:58:18.819Z | + build_uid=12345 |
7 | 2025-06-02T23:58:18.819Z | + work_dir=/work |
8 | 2025-06-02T23:58:18.819Z | + input_dir=/input |
9 | 2025-06-02T23:58:18.819Z | + [[ 0 == 12345 ]] |
10 | 2025-06-02T23:58:18.820Z | + case "$kern" in |
11 | 2025-06-02T23:58:18.820Z | + groupadd -g 12345 build |
12 | 2025-06-02T23:58:18.820Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-06-02T23:58:20.813Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-06-02T23:58:20.849Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-06-02T23:58:20.874Z | + home_fs=zfs |
16 | 2025-06-02T23:58:20.874Z | + [[ zfs == autofs ]] |
17 | 2025-06-02T23:58:20.874Z | + mkdir -p /home/build |
18 | 2025-06-02T23:58:20.874Z | + chown build:build /home/build /work |
19 | 2025-06-02T23:58:22.857Z | + chmod 0700 /home/build /work |
20 | 2025-06-02T23:58:22.883Z | process exited: duration 4072 ms, exit code 0 |
|
21 | 2025-06-02T23:58:22.940Z | starting task 1: "rust-toolchain" |
22 | 2025-06-02T23:58:22.966Z | + printf ' * rust toolchain channel = "%s"\n' 1.87.0 |
23 | 2025-06-02T23:58:22.966Z | + printf ' * rust toolchain profile = "%s"\n' default |
24 | 2025-06-02T23:58:22.966Z | * rust toolchain channel = "1.87.0" |
25 | 2025-06-02T23:58:22.966Z | * rust toolchain profile = "default" |
26 | 2025-06-02T23:58:22.966Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-06-02T23:58:22.966Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-06-02T23:58:22.966Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-06-02T23:58:22.967Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.87.0 --profile default |
30 | 2025-06-02T23:58:23.070Z | info: downloading installer |
31 | 2025-06-02T23:58:24.749Z | warn: It looks like you have an existing installation of Rust at: |
32 | 2025-06-02T23:58:24.749Z | warn: /opt/ooce/bin |
33 | 2025-06-02T23:58:24.749Z | warn: It is recommended that rustup be the primary Rust installation. |
34 | 2025-06-02T23:58:24.750Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
35 | 2025-06-02T23:58:24.750Z | warn: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-06-02T23:58:24.750Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-06-02T23:58:24.750Z | warn: or pass `-y' to ignore all ignorable checks. |
38 | 2025-06-02T23:58:24.750Z | error: cannot install while Rust is installed |
39 | 2025-06-02T23:58:24.750Z | warn: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-06-02T23:58:24.775Z | info: profile set to 'default' |
41 | 2025-06-02T23:58:24.775Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-06-02T23:58:24.775Z | info: syncing channel updates for '1.87.0-x86_64-unknown-illumos' |
43 | 2025-06-02T23:58:24.893Z | info: latest update on 2025-05-15, rust version 1.87.0 (17067e9ac 2025-05-09) |
44 | 2025-06-02T23:58:24.893Z | info: downloading component 'cargo' |
45 | 2025-06-02T23:58:25.120Z | info: downloading component 'clippy' |
46 | 2025-06-02T23:58:25.212Z | info: downloading component 'rust-docs' |
47 | 2025-06-02T23:58:25.546Z | info: downloading component 'rust-std' |
48 | 2025-06-02T23:58:25.894Z | info: downloading component 'rustc' |
49 | 2025-06-02T23:58:27.553Z | info: downloading component 'rustfmt' |
50 | 2025-06-02T23:58:27.619Z | info: installing component 'cargo' |
51 | 2025-06-02T23:58:28.842Z | info: installing component 'clippy' |
52 | 2025-06-02T23:58:29.315Z | info: installing component 'rust-docs' |
53 | 2025-06-02T23:58:32.533Z | info: installing component 'rust-std' |
54 | 2025-06-02T23:58:34.695Z | info: installing component 'rustc' |
55 | 2025-06-02T23:58:42.812Z | info: installing component 'rustfmt' |
56 | 2025-06-02T23:58:43.194Z | info: default toolchain set to '1.87.0-x86_64-unknown-illumos' |
57 | 2025-06-02T23:58:43.194Z | |
58 | 2025-06-02T23:58:43.364Z | 1.87.0-x86_64-unknown-illumos installed - rustc 1.87.0 (17067e9ac 2025-05-09) |
59 | 2025-06-02T23:58:43.364Z | |
60 | 2025-06-02T23:58:43.364Z | |
61 | 2025-06-02T23:58:43.364Z | Rust is installed now. Great! |
62 | 2025-06-02T23:58:43.364Z | |
63 | 2025-06-02T23:58:43.364Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-06-02T23:58:43.364Z | environment variable. This has not been done automatically. |
65 | 2025-06-02T23:58:43.364Z | |
66 | 2025-06-02T23:58:43.364Z | To configure your current shell, you need to source |
67 | 2025-06-02T23:58:43.364Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-06-02T23:58:43.364Z | |
69 | 2025-06-02T23:58:43.364Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-06-02T23:58:43.364Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-06-02T23:58:43.364Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-06-02T23:58:43.389Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
73 | 2025-06-02T23:58:43.484Z | + rustup --version |
74 | 2025-06-02T23:58:43.509Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
75 | 2025-06-02T23:58:43.509Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
76 | 2025-06-02T23:58:43.626Z | info: The currently active `rustc` version is `rustc 1.87.0 (17067e9ac 2025-05-09)` |
77 | 2025-06-02T23:58:43.651Z | + cargo --version |
78 | 2025-06-02T23:58:43.737Z | cargo 1.87.0 (99624be96 2025-05-06) |
79 | 2025-06-02T23:58:43.762Z | + rustc --version |
80 | 2025-06-02T23:58:43.853Z | rustc 1.87.0 (17067e9ac 2025-05-09) |
81 | 2025-06-02T23:58:43.878Z | process exited: duration 20921 ms, exit code 0 |
|
82 | 2025-06-02T23:58:43.927Z | starting task 2: "authentication" |
83 | 2025-06-02T23:58:43.988Z | process exited: duration 60 ms, exit code 0 |
|
84 | 2025-06-02T23:58:44.037Z | starting task 3: "clone repository" |
85 | 2025-06-02T23:58:44.062Z | + mkdir -p /work/oxidecomputer/omicron |
86 | 2025-06-02T23:58:44.062Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
87 | 2025-06-02T23:58:44.087Z | Cloning into '/work/oxidecomputer/omicron'... |
88 | 2025-06-02T23:58:53.070Z | + cd /work/oxidecomputer/omicron |
89 | 2025-06-02T23:58:53.070Z | + git fetch origin e522a5191240583d47de88b9aa51acc1f4407a96 |
90 | 2025-06-02T23:58:53.532Z | From https://github.com/oxidecomputer/omicron |
91 | 2025-06-02T23:58:53.532Z | * branch e522a5191240583d47de88b9aa51acc1f4407a96 -> FETCH_HEAD |
92 | 2025-06-02T23:58:53.557Z | + [[ -n ixi/dns-authoritative-answers ]] |
93 | 2025-06-02T23:58:53.557Z | ++ git branch --show-current |
94 | 2025-06-02T23:58:53.557Z | + current=main |
95 | 2025-06-02T23:58:53.557Z | + [[ main != ixi/dns-authoritative-answers ]] |
96 | 2025-06-02T23:58:53.557Z | + git branch -f ixi/dns-authoritative-answers e522a5191240583d47de88b9aa51acc1f4407a96 |
97 | 2025-06-02T23:58:53.557Z | + git checkout -f ixi/dns-authoritative-answers |
98 | 2025-06-02T23:58:53.811Z | Switched to branch 'ixi/dns-authoritative-answers' |
99 | 2025-06-02T23:58:53.836Z | + git reset --hard e522a5191240583d47de88b9aa51acc1f4407a96 |
100 | 2025-06-02T23:58:53.836Z | HEAD is now at e522a5191 SOA records should be authoritative too (concurrently added in 8047) |
101 | 2025-06-02T23:58:53.836Z | process exited: duration 9797 ms, exit code 0 |
|
102 | 2025-06-02T23:58:53.887Z | starting task 4: "build" |
103 | 2025-06-02T23:58:53.912Z | + source .github/buildomat/ci-env.sh |
104 | 2025-06-02T23:58:53.912Z | ++ export CARGO_TERM_COLOR=always |
105 | 2025-06-02T23:58:53.912Z | ++ CARGO_TERM_COLOR=always |
106 | 2025-06-02T23:58:53.912Z | + cargo --version |
107 | 2025-06-02T23:58:54.406Z | cargo 1.87.0 (99624be96 2025-05-06) |
108 | 2025-06-02T23:58:54.406Z | + rustc --version |
109 | 2025-06-02T23:58:54.406Z | rustc 1.87.0 (17067e9ac 2025-05-09) |
110 | 2025-06-02T23:58:54.406Z | + cd /tmp |
111 | 2025-06-02T23:58:54.406Z | + cargo new --lib test-project |
112 | 2025-06-02T23:58:54.406Z | Creating library `test-project` package |
113 | 2025-06-02T23:58:54.406Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
114 | 2025-06-02T23:58:54.406Z | + cd test-project |
115 | 2025-06-02T23:58:54.406Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
116 | 2025-06-02T23:58:54.406Z | Adding omicron-common (local) to dependencies |
117 | 2025-06-02T23:58:54.406Z | Features: |
118 | 2025-06-02T23:58:54.406Z | - proptest |
119 | 2025-06-02T23:58:54.406Z | - test-strategy |
120 | 2025-06-02T23:58:54.406Z | - testing |
121 | 2025-06-02T23:58:54.406Z | Updating crates.io index |
122 | 2025-06-02T23:58:54.493Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
123 | 2025-06-02T23:58:55.191Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
124 | 2025-06-02T23:58:55.945Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
125 | 2025-06-02T23:58:56.583Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
126 | 2025-06-02T23:58:57.113Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
127 | 2025-06-02T23:58:58.964Z | Locking 338 packages to latest Rust 1.87.0 compatible versions |
128 | 2025-06-02T23:58:58.964Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
129 | 2025-06-02T23:58:58.964Z | + cargo check |
130 | 2025-06-02T23:58:59.199Z | Updating crates.io index |
131 | 2025-06-02T23:59:00.031Z | Locking 2 packages to latest Rust 1.87.0 compatible versions |
132 | 2025-06-02T23:59:00.031Z | Adding omicron-workspace-hack v0.1.0 |
133 | 2025-06-02T23:59:00.056Z | Adding reqwest v0.12.15 (available: v0.12.19) |
134 | 2025-06-02T23:59:00.097Z | Downloading crates ... |
135 | 2025-06-02T23:59:00.193Z | Downloaded darling_macro v0.20.10 |
136 | 2025-06-02T23:59:00.218Z | Downloaded take_mut v0.2.2 |
137 | 2025-06-02T23:59:00.218Z | Downloaded async-stream-impl v0.3.6 |
138 | 2025-06-02T23:59:00.218Z | Downloaded time-core v0.1.2 |
139 | 2025-06-02T23:59:00.218Z | Downloaded tinyvec_macros v0.1.1 |
140 | 2025-06-02T23:59:00.218Z | Downloaded dtrace-parser v0.2.0 |
141 | 2025-06-02T23:59:00.218Z | Downloaded try-lock v0.2.5 |
142 | 2025-06-02T23:59:00.243Z | Downloaded instant v0.1.13 |
143 | 2025-06-02T23:59:00.243Z | Downloaded write16 v1.0.0 |
144 | 2025-06-02T23:59:00.243Z | Downloaded thread-id v4.2.2 |
145 | 2025-06-02T23:59:00.243Z | Downloaded synstructure v0.13.1 |
146 | 2025-06-02T23:59:00.243Z | Downloaded pretty-hex v0.4.1 |
147 | 2025-06-02T23:59:00.243Z | Downloaded paste v1.0.15 |
148 | 2025-06-02T23:59:00.268Z | Downloaded plain v0.2.3 |
149 | 2025-06-02T23:59:00.268Z | Downloaded progenitor-client v0.10.0 |
150 | 2025-06-02T23:59:00.268Z | Downloaded quinn-udp v0.5.5 |
151 | 2025-06-02T23:59:00.268Z | Downloaded progenitor-client v0.9.1 |
152 | 2025-06-02T23:59:00.268Z | Downloaded typenum v1.17.0 |
153 | 2025-06-02T23:59:00.268Z | Downloaded proc-macro2 v1.0.95 |
154 | 2025-06-02T23:59:00.293Z | Downloaded slab v0.4.9 |
155 | 2025-06-02T23:59:00.293Z | Downloaded scroll v0.12.0 |
156 | 2025-06-02T23:59:00.293Z | Downloaded rusty-fork v0.3.0 |
157 | 2025-06-02T23:59:00.293Z | Downloaded scroll_derive v0.12.0 |
158 | 2025-06-02T23:59:00.293Z | Downloaded quick-error v1.2.3 |
159 | 2025-06-02T23:59:00.293Z | Downloaded rustc-hash v2.1.1 |
160 | 2025-06-02T23:59:00.293Z | Downloaded scopeguard v1.2.0 |
161 | 2025-06-02T23:59:00.293Z | Downloaded strsim v0.11.1 |
162 | 2025-06-02T23:59:00.293Z | Downloaded structmeta v0.3.0 |
163 | 2025-06-02T23:59:00.293Z | Downloaded stable_deref_trait v1.2.0 |
164 | 2025-06-02T23:59:00.318Z | Downloaded smallvec v1.14.0 |
165 | 2025-06-02T23:59:00.318Z | Downloaded spin v0.9.8 |
166 | 2025-06-02T23:59:00.318Z | Downloaded socket2 v0.5.9 |
167 | 2025-06-02T23:59:00.318Z | Downloaded strum v0.26.3 |
168 | 2025-06-02T23:59:00.318Z | Downloaded zerocopy v0.7.35 |
169 | 2025-06-02T23:59:00.343Z | Downloaded progenitor-macro v0.9.1 |
170 | 2025-06-02T23:59:00.343Z | Downloaded winnow v0.7.10 |
171 | 2025-06-02T23:59:00.343Z | Downloaded indexmap v1.9.3 |
172 | 2025-06-02T23:59:00.368Z | Downloaded progenitor v0.9.1 |
173 | 2025-06-02T23:59:00.368Z | Downloaded serde_with v3.12.0 |
174 | 2025-06-02T23:59:00.368Z | Downloaded semver v1.0.26 |
175 | 2025-06-02T23:59:00.368Z | Downloaded serde_with_macros v3.12.0 |
176 | 2025-06-02T23:59:00.368Z | Downloaded rustls-webpki v0.102.8 |
177 | 2025-06-02T23:59:00.393Z | Downloaded rand_xorshift v0.3.0 |
178 | 2025-06-02T23:59:00.393Z | Downloaded bytes v1.10.1 |
179 | 2025-06-02T23:59:00.417Z | Downloaded structmeta-derive v0.3.0 |
180 | 2025-06-02T23:59:00.418Z | Downloaded base64 v0.22.1 |
181 | 2025-06-02T23:59:00.418Z | Downloaded strum_macros v0.26.4 |
182 | 2025-06-02T23:59:00.418Z | Downloaded rustls v0.23.19 |
183 | 2025-06-02T23:59:00.442Z | Downloaded progenitor-impl v0.9.1 |
184 | 2025-06-02T23:59:00.442Z | Downloaded rustix v0.38.37 |
185 | 2025-06-02T23:59:00.466Z | Downloaded regress v0.10.3 |
186 | 2025-06-02T23:59:00.491Z | Downloaded http v1.3.1 |
187 | 2025-06-02T23:59:00.491Z | Downloaded crossbeam-channel v0.5.15 |
188 | 2025-06-02T23:59:00.491Z | Downloaded serde v1.0.219 |
189 | 2025-06-02T23:59:00.516Z | Downloaded typify-impl v0.3.0 |
190 | 2025-06-02T23:59:00.516Z | Downloaded idna v1.0.3 |
191 | 2025-06-02T23:59:00.541Z | Downloaded hashbrown v0.15.3 |
192 | 2025-06-02T23:59:00.541Z | Downloaded hyper v1.6.0 |
193 | 2025-06-02T23:59:00.541Z | Downloaded h2 v0.4.6 |
194 | 2025-06-02T23:59:00.541Z | Downloaded goblin v0.8.2 |
195 | 2025-06-02T23:59:00.567Z | Downloaded futures-util v0.3.31 |
196 | 2025-06-02T23:59:00.567Z | Downloaded aho-corasick v1.1.3 |
197 | 2025-06-02T23:59:00.593Z | Downloaded indexmap v2.9.0 |
198 | 2025-06-02T23:59:00.593Z | Downloaded reqwest v0.12.15 |
199 | 2025-06-02T23:59:00.593Z | Downloaded quinn-proto v0.11.8 |
200 | 2025-06-02T23:59:00.593Z | Downloaded chrono v0.4.41 |
201 | 2025-06-02T23:59:00.617Z | Downloaded icu_properties_data v1.5.0 |
202 | 2025-06-02T23:59:00.617Z | Downloaded regex v1.11.1 |
203 | 2025-06-02T23:59:00.642Z | Downloaded proptest v1.6.0 |
204 | 2025-06-02T23:59:00.642Z | Downloaded syn v2.0.101 |
205 | 2025-06-02T23:59:00.667Z | Downloaded icu_collections v1.5.0 |
206 | 2025-06-02T23:59:00.667Z | Downloaded hashbrown v0.12.3 |
207 | 2025-06-02T23:59:00.667Z | Downloaded rustls v0.22.4 |
208 | 2025-06-02T23:59:00.691Z | Downloaded regex-syntax v0.8.5 |
209 | 2025-06-02T23:59:00.691Z | Downloaded dropshot v0.16.2 |
210 | 2025-06-02T23:59:00.716Z | Downloaded tokio v1.45.0 |
211 | 2025-06-02T23:59:00.760Z | Downloaded cc v1.2.15 |
212 | 2025-06-02T23:59:00.785Z | Downloaded serde_yaml v0.9.34+deprecated |
213 | 2025-06-02T23:59:00.785Z | Downloaded serde_derive v1.0.219 |
214 | 2025-06-02T23:59:00.785Z | Downloaded openapiv3 v2.0.0 |
215 | 2025-06-02T23:59:00.810Z | Downloaded hyper-util v0.1.11 |
216 | 2025-06-02T23:59:00.810Z | Downloaded webpki-roots v0.26.6 |
217 | 2025-06-02T23:59:00.810Z | Downloaded icu_properties v1.5.1 |
218 | 2025-06-02T23:59:00.810Z | Downloaded icu_locid_transform_data v1.5.0 |
219 | 2025-06-02T23:59:00.810Z | Downloaded regex-automata v0.4.8 |
220 | 2025-06-02T23:59:00.835Z | Downloaded darling_core v0.20.10 |
221 | 2025-06-02T23:59:00.835Z | Downloaded anyhow v1.0.98 |
222 | 2025-06-02T23:59:00.835Z | Downloaded derive-where v1.2.7 |
223 | 2025-06-02T23:59:00.835Z | Downloaded quote v1.0.40 |
224 | 2025-06-02T23:59:00.861Z | Downloaded serde_json v1.0.140 |
225 | 2025-06-02T23:59:00.861Z | Downloaded rand_core v0.6.4 |
226 | 2025-06-02T23:59:00.861Z | Downloaded rand_chacha v0.3.1 |
227 | 2025-06-02T23:59:00.861Z | Downloaded subtle v2.6.1 |
228 | 2025-06-02T23:59:00.861Z | Downloaded icu_normalizer v1.5.0 |
229 | 2025-06-02T23:59:00.861Z | Downloaded bitflags v2.9.0 |
230 | 2025-06-02T23:59:00.861Z | Downloaded libc v0.2.172 |
231 | 2025-06-02T23:59:00.889Z | Downloaded allocator-api2 v0.2.18 |
232 | 2025-06-02T23:59:00.913Z | Downloaded icu_provider v1.5.0 |
233 | 2025-06-02T23:59:00.913Z | Downloaded icu_normalizer_data v1.5.0 |
234 | 2025-06-02T23:59:00.914Z | Downloaded icu_locid v1.5.0 |
235 | 2025-06-02T23:59:00.914Z | Downloaded hyper-rustls v0.27.3 |
236 | 2025-06-02T23:59:00.914Z | Downloaded getrandom v0.3.1 |
237 | 2025-06-02T23:59:00.914Z | Downloaded getrandom v0.2.15 |
238 | 2025-06-02T23:59:00.914Z | Downloaded futures v0.3.31 |
239 | 2025-06-02T23:59:00.938Z | Downloaded dropshot_endpoint v0.16.2 |
240 | 2025-06-02T23:59:00.938Z | Downloaded crossbeam-utils v0.8.21 |
241 | 2025-06-02T23:59:00.938Z | Downloaded sha2 v0.10.8 |
242 | 2025-06-02T23:59:00.938Z | Downloaded sha1 v0.10.6 |
243 | 2025-06-02T23:59:00.938Z | Downloaded pest v2.7.14 |
244 | 2025-06-02T23:59:00.939Z | Downloaded time v0.3.36 |
245 | 2025-06-02T23:59:00.963Z | Downloaded litemap v0.7.3 |
246 | 2025-06-02T23:59:00.963Z | Downloaded zerovec v0.10.4 |
247 | 2025-06-02T23:59:00.963Z | Downloaded tower v0.5.2 |
248 | 2025-06-02T23:59:00.963Z | Downloaded toml_edit v0.22.26 |
249 | 2025-06-02T23:59:01.002Z | Downloaded ring v0.17.14 |
250 | 2025-06-02T23:59:01.053Z | Downloaded tokio-util v0.7.13 |
251 | 2025-06-02T23:59:01.078Z | Downloaded itoa v1.0.11 |
252 | 2025-06-02T23:59:01.078Z | Downloaded ipnet v2.11.0 |
253 | 2025-06-02T23:59:01.078Z | Downloaded iana-time-zone v0.1.63 |
254 | 2025-06-02T23:59:01.078Z | Downloaded serde_derive_internals v0.29.1 |
255 | 2025-06-02T23:59:01.078Z | Downloaded schemars v0.8.22 |
256 | 2025-06-02T23:59:01.103Z | Downloaded quinn v0.11.5 |
257 | 2025-06-02T23:59:01.103Z | Downloaded icu_locid_transform v1.5.0 |
258 | 2025-06-02T23:59:01.103Z | Downloaded httparse v1.9.5 |
259 | 2025-06-02T23:59:01.103Z | Downloaded slog-term v2.9.1 |
260 | 2025-06-02T23:59:01.103Z | Downloaded slog-json v2.6.1 |
261 | 2025-06-02T23:59:01.103Z | Downloaded serde_urlencoded v0.7.1 |
262 | 2025-06-02T23:59:01.103Z | Downloaded mio v1.0.2 |
263 | 2025-06-02T23:59:01.128Z | Downloaded memchr v2.7.4 |
264 | 2025-06-02T23:59:01.128Z | Downloaded futures-core v0.3.31 |
265 | 2025-06-02T23:59:01.128Z | Downloaded futures-channel v0.3.31 |
266 | 2025-06-02T23:59:01.128Z | Downloaded ryu v1.0.18 |
267 | 2025-06-02T23:59:01.128Z | Downloaded slog-async v2.8.0 |
268 | 2025-06-02T23:59:01.128Z | Downloaded encoding_rs v0.8.34 |
269 | 2025-06-02T23:59:01.152Z | Downloaded serde_path_to_error v0.1.17 |
270 | 2025-06-02T23:59:01.152Z | Downloaded slog v2.7.0 |
271 | 2025-06-02T23:59:01.152Z | Downloaded rand v0.8.5 |
272 | 2025-06-02T23:59:01.153Z | Downloaded idna_adapter v1.2.0 |
273 | 2025-06-02T23:59:01.177Z | Downloaded slog-bunyan v2.5.0 |
274 | 2025-06-02T23:59:01.177Z | Downloaded serde_tokenstream v0.2.2 |
275 | 2025-06-02T23:59:01.177Z | Downloaded serde_spanned v0.6.8 |
276 | 2025-06-02T23:59:01.177Z | Downloaded toml v0.8.22 |
277 | 2025-06-02T23:59:01.202Z | Downloaded is-terminal v0.4.13 |
278 | 2025-06-02T23:59:01.202Z | Downloaded form_urlencoded v1.2.1 |
279 | 2025-06-02T23:59:01.202Z | Downloaded fnv v1.0.7 |
280 | 2025-06-02T23:59:01.202Z | Downloaded rustls-pki-types v1.10.0 |
281 | 2025-06-02T23:59:01.202Z | Downloaded url v2.5.3 |
282 | 2025-06-02T23:59:01.227Z | Downloaded darling v0.20.10 |
283 | 2025-06-02T23:59:01.227Z | Downloaded camino v1.1.9 |
284 | 2025-06-02T23:59:01.227Z | Downloaded async-trait v0.1.88 |
285 | 2025-06-02T23:59:01.227Z | Downloaded rustversion v1.0.17 |
286 | 2025-06-02T23:59:01.227Z | Downloaded schemars_derive v0.8.22 |
287 | 2025-06-02T23:59:01.227Z | Downloaded rustls-pemfile v2.2.0 |
288 | 2025-06-02T23:59:01.228Z | Downloaded uuid v1.16.0 |
289 | 2025-06-02T23:59:01.228Z | Downloaded tracing v0.1.40 |
290 | 2025-06-02T23:59:01.253Z | Downloaded signal-hook-registry v1.4.2 |
291 | 2025-06-02T23:59:01.253Z | Downloaded shlex v1.3.0 |
292 | 2025-06-02T23:59:01.253Z | Downloaded pest_meta v2.7.14 |
293 | 2025-06-02T23:59:01.253Z | Downloaded num-traits v0.2.19 |
294 | 2025-06-02T23:59:01.253Z | Downloaded log v0.4.27 |
295 | 2025-06-02T23:59:01.253Z | Downloaded yoke v0.7.4 |
296 | 2025-06-02T23:59:01.253Z | Downloaded ucd-trie v0.1.7 |
297 | 2025-06-02T23:59:01.253Z | Downloaded tracing-core v0.1.32 |
298 | 2025-06-02T23:59:01.253Z | Downloaded daft v0.1.3 |
299 | 2025-06-02T23:59:01.253Z | Downloaded backoff v0.4.0 |
300 | 2025-06-02T23:59:01.253Z | Downloaded autocfg v1.4.0 |
301 | 2025-06-02T23:59:01.277Z | Downloaded parking_lot v0.12.3 |
302 | 2025-06-02T23:59:01.278Z | Downloaded once_cell v1.21.3 |
303 | 2025-06-02T23:59:01.278Z | Downloaded unsafe-libyaml v0.2.11 |
304 | 2025-06-02T23:59:01.278Z | Downloaded unicode-ident v1.0.18 |
305 | 2025-06-02T23:59:01.278Z | Downloaded futures-macro v0.3.31 |
306 | 2025-06-02T23:59:01.278Z | Downloaded dirs-sys-next v0.1.2 |
307 | 2025-06-02T23:59:01.278Z | Downloaded daft-derive v0.1.3 |
308 | 2025-06-02T23:59:01.278Z | Downloaded ipnetwork v0.21.1 |
309 | 2025-06-02T23:59:01.278Z | Downloaded httpdate v1.0.3 |
310 | 2025-06-02T23:59:01.278Z | Downloaded bit-vec v0.8.0 |
311 | 2025-06-02T23:59:01.278Z | Downloaded powerfmt v0.2.0 |
312 | 2025-06-02T23:59:01.303Z | Downloaded pest_derive v2.7.14 |
313 | 2025-06-02T23:59:01.303Z | Downloaded parking_lot_core v0.9.10 |
314 | 2025-06-02T23:59:01.303Z | Downloaded zerocopy-derive v0.7.35 |
315 | 2025-06-02T23:59:01.303Z | Downloaded lazy_static v1.5.0 |
316 | 2025-06-02T23:59:01.303Z | Downloaded hostname v0.4.0 |
317 | 2025-06-02T23:59:01.303Z | Downloaded pin-project-lite v0.2.14 |
318 | 2025-06-02T23:59:01.303Z | Downloaded multer v3.1.0 |
319 | 2025-06-02T23:59:01.303Z | Downloaded macaddr v1.0.1 |
320 | 2025-06-02T23:59:01.303Z | Downloaded typify v0.3.0 |
321 | 2025-06-02T23:59:01.328Z | Downloaded tinyvec v1.8.0 |
322 | 2025-06-02T23:59:01.328Z | Downloaded test-strategy v0.4.0 |
323 | 2025-06-02T23:59:01.328Z | Downloaded ppv-lite86 v0.2.20 |
324 | 2025-06-02T23:59:01.328Z | Downloaded pin-utils v0.1.0 |
325 | 2025-06-02T23:59:01.328Z | Downloaded percent-encoding v2.3.1 |
326 | 2025-06-02T23:59:01.328Z | Downloaded parse-display-derive v0.10.0 |
327 | 2025-06-02T23:59:01.328Z | Downloaded parse-display v0.10.0 |
328 | 2025-06-02T23:59:01.328Z | Downloaded mime v0.3.17 |
329 | 2025-06-02T23:59:01.328Z | Downloaded memmap v0.7.0 |
330 | 2025-06-02T23:59:01.328Z | Downloaded zeroize v1.8.1 |
331 | 2025-06-02T23:59:01.328Z | Downloaded yoke-derive v0.7.4 |
332 | 2025-06-02T23:59:01.328Z | Downloaded version_check v0.9.5 |
333 | 2025-06-02T23:59:01.328Z | Downloaded usdt-impl v0.5.0 |
334 | 2025-06-02T23:59:01.328Z | Downloaded tokio-rustls v0.26.0 |
335 | 2025-06-02T23:59:01.328Z | Downloaded tokio-rustls v0.25.0 |
336 | 2025-06-02T23:59:01.353Z | Downloaded http-body-util v0.1.3 |
337 | 2025-06-02T23:59:01.353Z | Downloaded hostname v0.3.1 |
338 | 2025-06-02T23:59:01.353Z | Downloaded hex v0.4.3 |
339 | 2025-06-02T23:59:01.353Z | Downloaded pest_generator v2.7.14 |
340 | 2025-06-02T23:59:01.353Z | Downloaded oxnet v0.1.2 |
341 | 2025-06-02T23:59:01.353Z | Downloaded writeable v0.5.5 |
342 | 2025-06-02T23:59:01.353Z | Downloaded thiserror v2.0.12 |
343 | 2025-06-02T23:59:01.353Z | Downloaded heck v0.5.0 |
344 | 2025-06-02T23:59:01.353Z | Downloaded futures-executor v0.3.31 |
345 | 2025-06-02T23:59:01.353Z | Downloaded foldhash v0.1.3 |
346 | 2025-06-02T23:59:01.353Z | Downloaded dof v0.3.0 |
347 | 2025-06-02T23:59:01.353Z | Downloaded displaydoc v0.2.5 |
348 | 2025-06-02T23:59:01.353Z | Downloaded digest v0.10.7 |
349 | 2025-06-02T23:59:01.378Z | Downloaded num_threads v0.1.7 |
350 | 2025-06-02T23:59:01.378Z | Downloaded newtype-uuid v1.2.1 |
351 | 2025-06-02T23:59:01.378Z | Downloaded zerovec-derive v0.10.3 |
352 | 2025-06-02T23:59:01.378Z | Downloaded zerofrom-derive v0.1.4 |
353 | 2025-06-02T23:59:01.378Z | Downloaded wait-timeout v0.2.0 |
354 | 2025-06-02T23:59:01.378Z | Downloaded utf8_iter v1.0.4 |
355 | 2025-06-02T23:59:01.378Z | Downloaded utf16_iter v1.0.5 |
356 | 2025-06-02T23:59:01.378Z | Downloaded usdt v0.5.0 |
357 | 2025-06-02T23:59:01.378Z | Downloaded untrusted v0.9.0 |
358 | 2025-06-02T23:59:01.378Z | Downloaded unarray v0.1.4 |
359 | 2025-06-02T23:59:01.378Z | Downloaded typify-macro v0.3.0 |
360 | 2025-06-02T23:59:01.378Z | Downloaded toml_write v0.1.1 |
361 | 2025-06-02T23:59:01.378Z | Downloaded toml_datetime v0.6.9 |
362 | 2025-06-02T23:59:01.378Z | Downloaded tokio-macros v2.5.0 |
363 | 2025-06-02T23:59:01.379Z | Downloaded thread_local v1.1.8 |
364 | 2025-06-02T23:59:01.379Z | Downloaded thiserror-impl v2.0.12 |
365 | 2025-06-02T23:59:01.379Z | Downloaded thiserror-impl v1.0.69 |
366 | 2025-06-02T23:59:01.379Z | Downloaded thiserror v1.0.69 |
367 | 2025-06-02T23:59:01.407Z | Downloaded term v0.7.0 |
368 | 2025-06-02T23:59:01.407Z | Downloaded tempfile v3.13.0 |
369 | 2025-06-02T23:59:01.407Z | Downloaded generic-array v0.14.7 |
370 | 2025-06-02T23:59:01.407Z | Downloaded futures-task v0.3.31 |
371 | 2025-06-02T23:59:01.407Z | Downloaded futures-sink v0.3.31 |
372 | 2025-06-02T23:59:01.407Z | Downloaded futures-io v0.3.31 |
373 | 2025-06-02T23:59:01.407Z | Downloaded fastrand v2.1.1 |
374 | 2025-06-02T23:59:01.407Z | Downloaded errno v0.3.9 |
375 | 2025-06-02T23:59:01.407Z | Downloaded dyn-clone v1.0.19 |
376 | 2025-06-02T23:59:01.407Z | Downloaded dirs-next v2.0.0 |
377 | 2025-06-02T23:59:01.407Z | Downloaded deranged v0.3.11 |
378 | 2025-06-02T23:59:01.407Z | Downloaded debug-ignore v1.0.5 |
379 | 2025-06-02T23:59:01.407Z | Downloaded crypto-common v0.1.6 |
380 | 2025-06-02T23:59:01.407Z | Downloaded cfg-if v1.0.0 |
381 | 2025-06-02T23:59:01.407Z | Downloaded byteorder v1.5.0 |
382 | 2025-06-02T23:59:01.407Z | Downloaded omicron-workspace-hack v0.1.0 |
383 | 2025-06-02T23:59:01.407Z | Downloaded num-conv v0.1.0 |
384 | 2025-06-02T23:59:01.407Z | Downloaded match_cfg v0.1.0 |
385 | 2025-06-02T23:59:01.407Z | Downloaded zerofrom v0.1.4 |
386 | 2025-06-02T23:59:01.407Z | Downloaded usdt-attr-macro v0.5.0 |
387 | 2025-06-02T23:59:01.407Z | Downloaded tinystr v0.7.6 |
388 | 2025-06-02T23:59:01.432Z | Downloaded time-macros v0.2.18 |
389 | 2025-06-02T23:59:01.432Z | Downloaded lock_api v0.4.12 |
390 | 2025-06-02T23:59:01.432Z | Downloaded sync_wrapper v1.0.1 |
391 | 2025-06-02T23:59:01.432Z | Downloaded atomic-waker v1.1.2 |
392 | 2025-06-02T23:59:01.432Z | Downloaded want v0.3.1 |
393 | 2025-06-02T23:59:01.432Z | Downloaded waitgroup v0.1.2 |
394 | 2025-06-02T23:59:01.432Z | Downloaded usdt-macro v0.5.0 |
395 | 2025-06-02T23:59:01.432Z | Downloaded cpufeatures v0.2.14 |
396 | 2025-06-02T23:59:01.432Z | Downloaded block-buffer v0.10.4 |
397 | 2025-06-02T23:59:01.433Z | Downloaded bit-set v0.8.0 |
398 | 2025-06-02T23:59:01.433Z | Downloaded async-stream v0.3.6 |
399 | 2025-06-02T23:59:01.433Z | Downloaded icu_provider_macros v1.5.0 |
400 | 2025-06-02T23:59:01.433Z | Downloaded http-body v1.0.1 |
401 | 2025-06-02T23:59:01.433Z | Downloaded tower-service v0.3.3 |
402 | 2025-06-02T23:59:01.433Z | Downloaded tower-layer v0.3.3 |
403 | 2025-06-02T23:59:01.433Z | Downloaded ident_case v1.0.1 |
404 | 2025-06-02T23:59:01.433Z | Downloaded equivalent v1.0.2 |
405 | 2025-06-02T23:59:01.524Z | Compiling proc-macro2 v1.0.95 |
406 | 2025-06-02T23:59:01.524Z | Compiling unicode-ident v1.0.18 |
407 | 2025-06-02T23:59:01.524Z | Compiling libc v0.2.172 |
408 | 2025-06-02T23:59:01.549Z | Checking cfg-if v1.0.0 |
409 | 2025-06-02T23:59:01.549Z | Compiling autocfg v1.4.0 |
410 | 2025-06-02T23:59:01.549Z | Compiling serde v1.0.219 |
411 | 2025-06-02T23:59:01.549Z | Checking memchr v2.7.4 |
412 | 2025-06-02T23:59:01.549Z | Compiling serde_json v1.0.140 |
413 | 2025-06-02T23:59:01.723Z | Checking itoa v1.0.11 |
414 | 2025-06-02T23:59:01.929Z | Checking ryu v1.0.18 |
415 | 2025-06-02T23:59:02.125Z | Compiling semver v1.0.26 |
416 | 2025-06-02T23:59:02.152Z | Checking pin-project-lite v0.2.14 |
417 | 2025-06-02T23:59:02.259Z | Compiling version_check v0.9.5 |
418 | 2025-06-02T23:59:02.284Z | Checking smallvec v1.14.0 |
419 | 2025-06-02T23:59:02.369Z | Checking bytes v1.10.1 |
420 | 2025-06-02T23:59:02.459Z | Checking futures-core v0.3.31 |
421 | 2025-06-02T23:59:02.586Z | Checking once_cell v1.21.3 |
422 | 2025-06-02T23:59:02.639Z | Compiling num-traits v0.2.19 |
423 | 2025-06-02T23:59:02.754Z | Compiling lock_api v0.4.12 |
424 | 2025-06-02T23:59:02.867Z | Compiling thiserror v1.0.69 |
425 | 2025-06-02T23:59:02.892Z | Checking foldhash v0.1.3 |
426 | 2025-06-02T23:59:02.943Z | Checking equivalent v1.0.2 |
427 | 2025-06-02T23:59:03.071Z | Checking allocator-api2 v0.2.18 |
428 | 2025-06-02T23:59:03.097Z | Compiling parking_lot_core v0.9.10 |
429 | 2025-06-02T23:59:03.122Z | Compiling quote v1.0.40 |
430 | 2025-06-02T23:59:03.173Z | Checking getrandom v0.2.15 |
431 | 2025-06-02T23:59:03.264Z | Checking scopeguard v1.2.0 |
432 | 2025-06-02T23:59:03.387Z | Checking fnv v1.0.7 |
433 | 2025-06-02T23:59:03.412Z | Compiling getrandom v0.3.1 |
434 | 2025-06-02T23:59:03.465Z | Compiling syn v2.0.101 |
435 | 2025-06-02T23:59:03.517Z | Compiling shlex v1.3.0 |
436 | 2025-06-02T23:59:03.637Z | Checking hashbrown v0.15.3 |
437 | 2025-06-02T23:59:03.661Z | Compiling slab v0.4.9 |
438 | 2025-06-02T23:59:03.816Z | Compiling cc v1.2.15 |
439 | 2025-06-02T23:59:03.841Z | Checking stable_deref_trait v1.2.0 |
440 | 2025-06-02T23:59:03.841Z | Checking futures-sink v0.3.31 |
441 | 2025-06-02T23:59:03.983Z | Checking parking_lot v0.12.3 |
442 | 2025-06-02T23:59:04.012Z | Checking mio v1.0.2 |
443 | 2025-06-02T23:59:04.147Z | Checking socket2 v0.5.9 |
444 | 2025-06-02T23:59:04.171Z | Checking signal-hook-registry v1.4.2 |
445 | 2025-06-02T23:59:04.311Z | Compiling schemars v0.8.22 |
446 | 2025-06-02T23:59:04.416Z | Checking iana-time-zone v0.1.63 |
447 | 2025-06-02T23:59:04.615Z | Compiling thiserror v2.0.12 |
448 | 2025-06-02T23:59:04.640Z | Checking log v0.4.27 |
449 | 2025-06-02T23:59:04.640Z | Checking dyn-clone v1.0.19 |
450 | 2025-06-02T23:59:04.713Z | Checking futures-channel v0.3.31 |
451 | 2025-06-02T23:59:04.799Z | Checking http v1.3.1 |
452 | 2025-06-02T23:59:04.923Z | Checking rustls-pki-types v1.10.0 |
453 | 2025-06-02T23:59:04.947Z | Checking futures-task v0.3.31 |
454 | 2025-06-02T23:59:05.364Z | Checking futures-io v0.3.31 |
455 | 2025-06-02T23:59:05.389Z | Compiling heck v0.5.0 |
456 | 2025-06-02T23:59:05.482Z | Checking pin-utils v0.1.0 |
457 | 2025-06-02T23:59:05.702Z | Checking litemap v0.7.3 |
458 | 2025-06-02T23:59:05.735Z | Checking untrusted v0.9.0 |
459 | 2025-06-02T23:59:05.903Z | Checking writeable v0.5.5 |
460 | 2025-06-02T23:59:05.927Z | Compiling httparse v1.9.5 |
461 | 2025-06-02T23:59:06.050Z | Compiling ucd-trie v0.1.7 |
462 | 2025-06-02T23:59:06.130Z | Checking tracing-core v0.1.32 |
463 | 2025-06-02T23:59:06.228Z | Checking byteorder v1.5.0 |
464 | 2025-06-02T23:59:06.432Z | Compiling ring v0.17.14 |
465 | 2025-06-02T23:59:06.601Z | Checking subtle v2.6.1 |
466 | 2025-06-02T23:59:06.728Z | Checking atomic-waker v1.1.2 |
467 | 2025-06-02T23:59:06.781Z | Checking icu_locid_transform_data v1.5.0 |
468 | 2025-06-02T23:59:06.819Z | Checking zeroize v1.8.1 |
469 | 2025-06-02T23:59:06.871Z | Checking tracing v0.1.40 |
470 | 2025-06-02T23:59:06.919Z | Checking http-body v1.0.1 |
471 | 2025-06-02T23:59:07.047Z | Checking try-lock v0.2.5 |
472 | 2025-06-02T23:59:07.106Z | Compiling uuid v1.16.0 |
473 | 2025-06-02T23:59:07.273Z | Checking icu_properties_data v1.5.0 |
474 | 2025-06-02T23:59:07.325Z | Checking want v0.3.1 |
475 | 2025-06-02T23:59:07.349Z | Compiling regress v0.10.3 |
476 | 2025-06-02T23:59:07.483Z | Compiling chrono v0.4.41 |
477 | 2025-06-02T23:59:07.507Z | Compiling rustls v0.23.19 |
478 | 2025-06-02T23:59:07.586Z | Checking tower-service v0.3.3 |
479 | 2025-06-02T23:59:07.653Z | Checking utf16_iter v1.0.5 |
480 | 2025-06-02T23:59:07.710Z | Checking utf8_iter v1.0.4 |
481 | 2025-06-02T23:59:07.790Z | Checking write16 v1.0.0 |
482 | 2025-06-02T23:59:07.821Z | Checking icu_normalizer_data v1.5.0 |
483 | 2025-06-02T23:59:07.912Z | Compiling slog v2.7.0 |
484 | 2025-06-02T23:59:07.936Z | Checking percent-encoding v2.3.1 |
485 | 2025-06-02T23:59:07.936Z | Checking httpdate v1.0.3 |
486 | 2025-06-02T23:59:08.151Z | Checking form_urlencoded v1.2.1 |
487 | 2025-06-02T23:59:08.278Z | Compiling aho-corasick v1.1.3 |
488 | 2025-06-02T23:59:08.356Z | Compiling typenum v1.17.0 |
489 | 2025-06-02T23:59:08.405Z | Compiling regex-syntax v0.8.5 |
490 | 2025-06-02T23:59:09.782Z | Compiling serde_derive_internals v0.29.1 |
491 | 2025-06-02T23:59:10.997Z | Compiling synstructure v0.13.1 |
492 | 2025-06-02T23:59:11.411Z | Compiling generic-array v0.14.7 |
493 | 2025-06-02T23:59:11.748Z | Checking rustls-webpki v0.102.8 |
494 | 2025-06-02T23:59:11.773Z | Compiling regex-automata v0.4.8 |
495 | 2025-06-02T23:59:11.886Z | Compiling paste v1.0.15 |
496 | 2025-06-02T23:59:12.019Z | Checking mime v0.3.17 |
497 | 2025-06-02T23:59:12.434Z | Checking http-body-util v0.1.3 |
498 | 2025-06-02T23:59:12.505Z | Checking webpki-roots v0.26.6 |
499 | 2025-06-02T23:59:12.728Z | Checking rustls-pemfile v2.2.0 |
500 | 2025-06-02T23:59:12.866Z | Checking rand_core v0.6.4 |
501 | 2025-06-02T23:59:12.908Z | Compiling usdt-impl v0.5.0 |
502 | 2025-06-02T23:59:12.959Z | Compiling serde_derive v1.0.219 |
503 | 2025-06-02T23:59:12.983Z | Compiling schemars_derive v0.8.22 |
504 | 2025-06-02T23:59:13.033Z | Compiling thiserror-impl v1.0.69 |
505 | 2025-06-02T23:59:13.165Z | Compiling zerofrom-derive v0.1.4 |
506 | 2025-06-02T23:59:13.220Z | Compiling yoke-derive v0.7.4 |
507 | 2025-06-02T23:59:13.268Z | Compiling zerocopy-derive v0.7.35 |
508 | 2025-06-02T23:59:14.710Z | Compiling tokio-macros v2.5.0 |
509 | 2025-06-02T23:59:14.990Z | Compiling zerovec-derive v0.10.3 |
510 | 2025-06-02T23:59:15.079Z | Compiling displaydoc v0.2.5 |
511 | 2025-06-02T23:59:15.104Z | Compiling futures-macro v0.3.31 |
512 | 2025-06-02T23:59:15.503Z | Checking zerofrom v0.1.4 |
513 | 2025-06-02T23:59:15.682Z | Checking yoke v0.7.4 |
514 | 2025-06-02T23:59:15.803Z | Checking tokio v1.45.0 |
515 | 2025-06-02T23:59:15.981Z | Compiling thiserror-impl v2.0.12 |
516 | 2025-06-02T23:59:16.339Z | Compiling icu_provider_macros v1.5.0 |
517 | 2025-06-02T23:59:16.370Z | Compiling pest v2.7.14 |
518 | 2025-06-02T23:59:16.484Z | Checking futures-util v0.3.31 |
519 | 2025-06-02T23:59:16.768Z | Checking zerovec v0.10.4 |
520 | 2025-06-02T23:59:17.203Z | Checking zerocopy v0.7.35 |
521 | 2025-06-02T23:59:17.386Z | Compiling regex v1.11.1 |
522 | 2025-06-02T23:59:18.112Z | Checking tinystr v0.7.6 |
523 | 2025-06-02T23:59:18.166Z | Checking icu_collections v1.5.0 |
524 | 2025-06-02T23:59:18.397Z | Checking icu_locid v1.5.0 |
525 | 2025-06-02T23:59:18.505Z | Compiling pest_meta v2.7.14 |
526 | 2025-06-02T23:59:18.739Z | Compiling scroll_derive v0.12.0 |
527 | 2025-06-02T23:59:19.201Z | Checking icu_provider v1.5.0 |
528 | 2025-06-02T23:59:19.714Z | Checking icu_locid_transform v1.5.0 |
529 | 2025-06-02T23:59:19.749Z | Compiling pest_generator v2.7.14 |
530 | 2025-06-02T23:59:19.797Z | Checking sync_wrapper v1.0.1 |
531 | 2025-06-02T23:59:20.303Z | Compiling newtype-uuid v1.2.1 |
532 | 2025-06-02T23:59:20.571Z | Checking tower-layer v0.3.3 |
533 | 2025-06-02T23:59:20.596Z | Checking icu_properties v1.5.1 |
534 | 2025-06-02T23:59:20.792Z | Checking base64 v0.22.1 |
535 | 2025-06-02T23:59:20.932Z | Compiling rustix v0.38.37 |
536 | 2025-06-02T23:59:21.206Z | Compiling time-core v0.1.2 |
537 | 2025-06-02T23:59:21.243Z | Compiling pest_derive v2.7.14 |
538 | 2025-06-02T23:59:21.268Z | Compiling num-conv v0.1.0 |
539 | 2025-06-02T23:59:21.375Z | Checking powerfmt v0.2.0 |
540 | 2025-06-02T23:59:21.510Z | Compiling time-macros v0.2.18 |
541 | 2025-06-02T23:59:21.628Z | Checking deranged v0.3.11 |
542 | 2025-06-02T23:59:22.734Z | Checking indexmap v2.9.0 |
543 | 2025-06-02T23:59:22.861Z | Compiling serde_tokenstream v0.2.2 |
544 | 2025-06-02T23:59:23.304Z | Checking tokio-util v0.7.13 |
545 | 2025-06-02T23:59:23.350Z | Checking icu_normalizer v1.5.0 |
546 | 2025-06-02T23:59:23.620Z | Checking tokio-rustls v0.26.0 |
547 | 2025-06-02T23:59:23.932Z | Checking serde_urlencoded v0.7.1 |
548 | 2025-06-02T23:59:23.977Z | Checking h2 v0.4.6 |
549 | 2025-06-02T23:59:24.005Z | Checking idna_adapter v1.2.0 |
550 | 2025-06-02T23:59:24.171Z | Checking idna v1.0.3 |
551 | 2025-06-02T23:59:24.237Z | Compiling dof v0.3.0 |
552 | 2025-06-02T23:59:24.306Z | Compiling dtrace-parser v0.2.0 |
553 | 2025-06-02T23:59:24.434Z | Checking tower v0.5.2 |
554 | 2025-06-02T23:59:24.600Z | Checking scroll v0.12.0 |
555 | 2025-06-02T23:59:24.625Z | Checking url v2.5.3 |
556 | 2025-06-02T23:59:24.779Z | Checking ipnetwork v0.21.1 |
557 | 2025-06-02T23:59:24.887Z | Checking ppv-lite86 v0.2.20 |
558 | 2025-06-02T23:59:25.104Z | Compiling structmeta-derive v0.3.0 |
559 | 2025-06-02T23:59:25.161Z | Compiling thread-id v4.2.2 |
560 | 2025-06-02T23:59:25.267Z | Compiling typify-impl v0.3.0 |
561 | 2025-06-02T23:59:25.555Z | Checking errno v0.3.9 |
562 | 2025-06-02T23:59:25.723Z | Compiling ident_case v1.0.1 |
563 | 2025-06-02T23:59:25.890Z | Checking bitflags v2.9.0 |
564 | 2025-06-02T23:59:25.938Z | Checking plain v0.2.3 |
565 | 2025-06-02T23:59:26.090Z | Compiling crossbeam-utils v0.8.21 |
566 | 2025-06-02T23:59:26.118Z | Compiling omicron-workspace-hack v0.1.0 |
567 | 2025-06-02T23:59:26.152Z | Compiling strsim v0.11.1 |
568 | 2025-06-02T23:59:26.389Z | Checking num_threads v0.1.7 |
569 | 2025-06-02T23:59:26.507Z | Compiling rustversion v1.0.17 |
570 | 2025-06-02T23:59:26.751Z | Checking ipnet v2.11.0 |
571 | 2025-06-02T23:59:27.025Z | Compiling structmeta v0.3.0 |
572 | 2025-06-02T23:59:27.110Z | Checking time v0.3.36 |
573 | 2025-06-02T23:59:27.182Z | Compiling darling_core v0.20.10 |
574 | 2025-06-02T23:59:27.450Z | Checking hyper v1.6.0 |
575 | 2025-06-02T23:59:28.496Z | Checking goblin v0.8.2 |
576 | 2025-06-02T23:59:28.520Z | Checking rand_chacha v0.3.1 |
577 | 2025-06-02T23:59:28.843Z | Checking oxnet v0.1.2 |
578 | 2025-06-02T23:59:29.117Z | Checking hyper-util v0.1.11 |
579 | 2025-06-02T23:59:29.378Z | Compiling openapiv3 v2.0.0 |
580 | 2025-06-02T23:59:29.928Z | Compiling daft-derive v0.1.3 |
581 | 2025-06-02T23:59:30.257Z | Checking dirs-sys-next v0.1.2 |
582 | 2025-06-02T23:59:30.525Z | Checking hyper-rustls v0.27.3 |
583 | 2025-06-02T23:59:30.764Z | Checking pretty-hex v0.4.1 |
584 | 2025-06-02T23:59:30.804Z | Checking reqwest v0.12.15 |
585 | 2025-06-02T23:59:30.936Z | Compiling anyhow v1.0.98 |
586 | 2025-06-02T23:59:31.153Z | Compiling rustls v0.22.4 |
587 | 2025-06-02T23:59:31.223Z | Compiling unsafe-libyaml v0.2.11 |
588 | 2025-06-02T23:59:31.408Z | Checking fastrand v2.1.1 |
589 | 2025-06-02T23:59:31.692Z | Checking tempfile v3.13.0 |
590 | 2025-06-02T23:59:31.797Z | Compiling darling_macro v0.20.10 |
591 | 2025-06-02T23:59:31.951Z | Checking daft v0.1.3 |
592 | 2025-06-02T23:59:32.151Z | Checking dirs-next v2.0.0 |
593 | 2025-06-02T23:59:32.270Z | Compiling serde_yaml v0.9.34+deprecated |
594 | 2025-06-02T23:59:32.320Z | Checking rand v0.8.5 |
595 | 2025-06-02T23:59:32.607Z | Checking block-buffer v0.10.4 |
596 | 2025-06-02T23:59:32.816Z | Checking crypto-common v0.1.6 |
597 | 2025-06-02T23:59:32.854Z | Checking toml_datetime v0.6.9 |
598 | 2025-06-02T23:59:32.980Z | Checking serde_spanned v0.6.8 |
599 | 2025-06-02T23:59:33.167Z | Checking wait-timeout v0.2.0 |
600 | 2025-06-02T23:59:33.192Z | Checking thread_local v1.1.8 |
601 | 2025-06-02T23:59:33.265Z | Compiling multer v3.1.0 |
602 | 2025-06-02T23:59:33.291Z | Checking match_cfg v0.1.0 |
603 | 2025-06-02T23:59:33.351Z | Checking bit-vec v0.8.0 |
604 | 2025-06-02T23:59:33.376Z | Compiling slog-async v2.8.0 |
605 | 2025-06-02T23:59:33.404Z | Checking winnow v0.7.10 |
606 | 2025-06-02T23:59:33.456Z | Checking quick-error v1.2.3 |
607 | 2025-06-02T23:59:33.525Z | Compiling camino v1.1.9 |
608 | 2025-06-02T23:59:33.588Z | Checking toml_write v0.1.1 |
609 | 2025-06-02T23:59:33.613Z | Checking rusty-fork v0.3.0 |
610 | 2025-06-02T23:59:33.682Z | Checking bit-set v0.8.0 |
611 | 2025-06-02T23:59:33.866Z | Compiling typify-macro v0.3.0 |
612 | 2025-06-02T23:59:33.891Z | Compiling strum_macros v0.26.4 |
613 | 2025-06-02T23:59:33.921Z | Checking hostname v0.3.1 |
614 | 2025-06-02T23:59:33.945Z | Checking crossbeam-channel v0.5.15 |
615 | 2025-06-02T23:59:34.028Z | Checking digest v0.10.7 |
616 | 2025-06-02T23:59:34.073Z | Compiling darling v0.20.10 |
617 | 2025-06-02T23:59:34.182Z | Checking term v0.7.0 |
618 | 2025-06-02T23:59:34.307Z | Checking progenitor-client v0.9.1 |
619 | 2025-06-02T23:59:34.568Z | Compiling usdt-attr-macro v0.5.0 |
620 | 2025-06-02T23:59:34.615Z | Compiling usdt-macro v0.5.0 |
621 | 2025-06-02T23:59:34.699Z | Checking slog-json v2.6.1 |
622 | 2025-06-02T23:59:34.929Z | Checking hex v0.4.3 |
623 | 2025-06-02T23:59:34.953Z | Checking futures-executor v0.3.31 |
624 | 2025-06-02T23:59:35.160Z | Checking rand_xorshift v0.3.0 |
625 | 2025-06-02T23:59:35.321Z | Compiling async-stream-impl v0.3.6 |
626 | 2025-06-02T23:59:35.368Z | Checking memmap v0.7.0 |
627 | 2025-06-02T23:59:35.580Z | Checking is-terminal v0.4.13 |
628 | 2025-06-02T23:59:35.605Z | Compiling dropshot v0.16.2 |
629 | 2025-06-02T23:59:35.665Z | Checking encoding_rs v0.8.34 |
630 | 2025-06-02T23:59:35.705Z | Checking spin v0.9.8 |
631 | 2025-06-02T23:59:35.789Z | Checking toml_edit v0.22.26 |
632 | 2025-06-02T23:59:35.863Z | Checking lazy_static v1.5.0 |
633 | 2025-06-02T23:59:35.935Z | Checking unarray v0.1.4 |
634 | 2025-06-02T23:59:35.994Z | Checking take_mut v0.2.2 |
635 | 2025-06-02T23:59:36.092Z | Checking cpufeatures v0.2.14 |
636 | 2025-06-02T23:59:36.183Z | Checking sha1 v0.10.6 |
637 | 2025-06-02T23:59:36.312Z | Checking async-stream v0.3.6 |
638 | 2025-06-02T23:59:36.405Z | Checking proptest v1.6.0 |
639 | 2025-06-02T23:59:36.496Z | Compiling typify v0.3.0 |
640 | 2025-06-02T23:59:36.526Z | Checking slog-term v2.9.1 |
641 | 2025-06-02T23:59:36.628Z | Compiling progenitor-impl v0.9.1 |
642 | 2025-06-02T23:59:36.969Z | Checking strum v0.26.3 |
643 | 2025-06-02T23:59:36.994Z | Checking usdt v0.5.0 |
644 | 2025-06-02T23:59:37.164Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
645 | 2025-06-02T23:59:37.236Z | Checking futures v0.3.31 |
646 | 2025-06-02T23:59:37.326Z | Checking slog-bunyan v2.5.0 |
647 | 2025-06-02T23:59:37.351Z | Compiling serde_with_macros v3.12.0 |
648 | 2025-06-02T23:59:37.377Z | Checking tokio-rustls v0.25.0 |
649 | 2025-06-02T23:59:37.808Z | Compiling parse-display-derive v0.10.0 |
650 | 2025-06-02T23:59:37.889Z | Compiling test-strategy v0.4.0 |
651 | 2025-06-02T23:59:37.955Z | Compiling dropshot_endpoint v0.16.2 |
652 | 2025-06-02T23:59:38.135Z | Checking toml v0.8.22 |
653 | 2025-06-02T23:59:38.195Z | Checking serde_path_to_error v0.1.17 |
654 | 2025-06-02T23:59:38.725Z | Compiling async-trait v0.1.88 |
655 | 2025-06-02T23:59:38.749Z | Compiling derive-where v1.2.7 |
656 | 2025-06-02T23:59:39.195Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
657 | 2025-06-02T23:59:39.764Z | Checking waitgroup v0.1.2 |
658 | 2025-06-02T23:59:39.816Z | Checking hostname v0.4.0 |
659 | 2025-06-02T23:59:39.905Z | Checking instant v0.1.13 |
660 | 2025-06-02T23:59:39.952Z | Checking debug-ignore v1.0.5 |
661 | 2025-06-02T23:59:40.019Z | Checking backoff v0.4.0 |
662 | 2025-06-02T23:59:40.103Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
663 | 2025-06-02T23:59:40.238Z | Checking serde_with v3.12.0 |
664 | 2025-06-02T23:59:40.287Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
665 | 2025-06-02T23:59:40.312Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26) |
666 | 2025-06-02T23:59:40.446Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
667 | 2025-06-02T23:59:40.562Z | Checking parse-display v0.10.0 |
668 | 2025-06-02T23:59:40.777Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
669 | 2025-06-02T23:59:40.853Z | Checking progenitor-client v0.10.0 |
670 | 2025-06-02T23:59:41.032Z | Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
671 | 2025-06-02T23:59:41.057Z | Checking macaddr v1.0.1 |
672 | 2025-06-02T23:59:41.116Z | Compiling progenitor-macro v0.9.1 |
673 | 2025-06-02T23:59:44.989Z | Checking progenitor v0.9.1 |
674 | 2025-06-02T23:59:45.129Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=875ae5b7f8f0e32e9be672a36b5dda109b9b2450#875ae5b7) |
675 | 2025-06-02T23:59:48.685Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
676 | 2025-06-02T23:59:58.254Z | Checking test-project v0.1.0 (/tmp/test-project) |
677 | 2025-06-02T23:59:58.345Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 59.33s |
678 | 2025-06-02T23:59:58.481Z | + cargo build --release |
679 | 2025-06-02T23:59:58.848Z | Compiling proc-macro2 v1.0.95 |
680 | 2025-06-02T23:59:58.848Z | Compiling unicode-ident v1.0.18 |
681 | 2025-06-02T23:59:58.848Z | Compiling libc v0.2.172 |
682 | 2025-06-02T23:59:58.848Z | Compiling cfg-if v1.0.0 |
683 | 2025-06-02T23:59:58.873Z | Compiling autocfg v1.4.0 |
684 | 2025-06-02T23:59:58.873Z | Compiling serde v1.0.219 |
685 | 2025-06-02T23:59:58.873Z | Compiling memchr v2.7.4 |
686 | 2025-06-02T23:59:58.873Z | Compiling serde_json v1.0.140 |
687 | 2025-06-02T23:59:58.998Z | Compiling itoa v1.0.11 |
688 | 2025-06-02T23:59:59.190Z | Compiling ryu v1.0.18 |
689 | 2025-06-02T23:59:59.363Z | Compiling semver v1.0.26 |
690 | 2025-06-02T23:59:59.474Z | Compiling pin-project-lite v0.2.14 |
691 | 2025-06-02T23:59:59.607Z | Compiling smallvec v1.14.0 |
692 | 2025-06-02T23:59:59.661Z | Compiling version_check v0.9.5 |
693 | 2025-06-02T23:59:59.686Z | Compiling once_cell v1.21.3 |
694 | 2025-06-02T23:59:59.763Z | Compiling bytes v1.10.1 |
695 | 2025-06-02T23:59:59.996Z | Compiling futures-core v0.3.31 |
696 | 2025-06-03T00:00:00.059Z | Compiling thiserror v1.0.69 |
697 | 2025-06-03T00:00:00.116Z | Compiling lock_api v0.4.12 |
698 | 2025-06-03T00:00:00.209Z | Compiling num-traits v0.2.19 |
699 | 2025-06-03T00:00:00.234Z | Compiling allocator-api2 v0.2.18 |
700 | 2025-06-03T00:00:00.400Z | Compiling quote v1.0.40 |
701 | 2025-06-03T00:00:00.492Z | Compiling getrandom v0.2.15 |
702 | 2025-06-03T00:00:00.523Z | Compiling parking_lot_core v0.9.10 |
703 | 2025-06-03T00:00:00.680Z | Compiling foldhash v0.1.3 |
704 | 2025-06-03T00:00:00.814Z | Compiling syn v2.0.101 |
705 | 2025-06-03T00:00:00.844Z | Compiling equivalent v1.0.2 |
706 | 2025-06-03T00:00:00.935Z | Compiling hashbrown v0.15.3 |
707 | 2025-06-03T00:00:00.977Z | Compiling scopeguard v1.2.0 |
708 | 2025-06-03T00:00:01.016Z | Compiling fnv v1.0.7 |
709 | 2025-06-03T00:00:01.087Z | Compiling shlex v1.3.0 |
710 | 2025-06-03T00:00:01.123Z | Compiling getrandom v0.3.1 |
711 | 2025-06-03T00:00:01.365Z | Compiling cc v1.2.15 |
712 | 2025-06-03T00:00:01.503Z | Compiling slab v0.4.9 |
713 | 2025-06-03T00:00:01.539Z | Compiling futures-sink v0.3.31 |
714 | 2025-06-03T00:00:01.577Z | Compiling stable_deref_trait v1.2.0 |
715 | 2025-06-03T00:00:01.712Z | Compiling parking_lot v0.12.3 |
716 | 2025-06-03T00:00:01.886Z | Compiling socket2 v0.5.9 |
717 | 2025-06-03T00:00:01.952Z | Compiling mio v1.0.2 |
718 | 2025-06-03T00:00:01.978Z | Compiling signal-hook-registry v1.4.2 |
719 | 2025-06-03T00:00:02.275Z | Compiling schemars v0.8.22 |
720 | 2025-06-03T00:00:02.577Z | Compiling thiserror v2.0.12 |
721 | 2025-06-03T00:00:02.838Z | Compiling iana-time-zone v0.1.63 |
722 | 2025-06-03T00:00:03.195Z | Compiling dyn-clone v1.0.19 |
723 | 2025-06-03T00:00:03.286Z | Compiling log v0.4.27 |
724 | 2025-06-03T00:00:03.322Z | Compiling futures-channel v0.3.31 |
725 | 2025-06-03T00:00:03.348Z | Compiling http v1.3.1 |
726 | 2025-06-03T00:00:03.415Z | Compiling futures-io v0.3.31 |
727 | 2025-06-03T00:00:03.441Z | Compiling futures-task v0.3.31 |
728 | 2025-06-03T00:00:03.676Z | Compiling rustls-pki-types v1.10.0 |
729 | 2025-06-03T00:00:03.707Z | Compiling heck v0.5.0 |
730 | 2025-06-03T00:00:03.733Z | Compiling pin-utils v0.1.0 |
731 | 2025-06-03T00:00:03.860Z | Compiling ring v0.17.14 |
732 | 2025-06-03T00:00:03.947Z | Compiling untrusted v0.9.0 |
733 | 2025-06-03T00:00:04.030Z | Compiling litemap v0.7.3 |
734 | 2025-06-03T00:00:04.131Z | Compiling writeable v0.5.5 |
735 | 2025-06-03T00:00:04.425Z | Compiling ucd-trie v0.1.7 |
736 | 2025-06-03T00:00:04.474Z | Compiling httparse v1.9.5 |
737 | 2025-06-03T00:00:04.990Z | Compiling tracing-core v0.1.32 |
738 | 2025-06-03T00:00:05.364Z | Compiling icu_locid_transform_data v1.5.0 |
739 | 2025-06-03T00:00:05.390Z | Compiling zeroize v1.8.1 |
740 | 2025-06-03T00:00:05.391Z | Compiling atomic-waker v1.1.2 |
741 | 2025-06-03T00:00:05.466Z | Compiling subtle v2.6.1 |
742 | 2025-06-03T00:00:05.722Z | Compiling byteorder v1.5.0 |
743 | 2025-06-03T00:00:05.989Z | Compiling chrono v0.4.41 |
744 | 2025-06-03T00:00:06.037Z | Compiling tracing v0.1.40 |
745 | 2025-06-03T00:00:06.565Z | Compiling http-body v1.0.1 |
746 | 2025-06-03T00:00:06.783Z | Compiling serde_derive_internals v0.29.1 |
747 | 2025-06-03T00:00:06.843Z | Compiling synstructure v0.13.1 |
748 | 2025-06-03T00:00:07.240Z | Compiling uuid v1.16.0 |
749 | 2025-06-03T00:00:07.297Z | Compiling icu_properties_data v1.5.0 |
750 | 2025-06-03T00:00:07.515Z | Compiling try-lock v0.2.5 |
751 | 2025-06-03T00:00:07.661Z | Compiling want v0.3.1 |
752 | 2025-06-03T00:00:07.732Z | Compiling regress v0.10.3 |
753 | 2025-06-03T00:00:07.800Z | Compiling write16 v1.0.0 |
754 | 2025-06-03T00:00:07.947Z | Compiling utf8_iter v1.0.4 |
755 | 2025-06-03T00:00:08.173Z | Compiling percent-encoding v2.3.1 |
756 | 2025-06-03T00:00:08.224Z | Compiling httpdate v1.0.3 |
757 | 2025-06-03T00:00:08.357Z | Compiling icu_normalizer_data v1.5.0 |
758 | 2025-06-03T00:00:08.449Z | Compiling tower-service v0.3.3 |
759 | 2025-06-03T00:00:08.572Z | Compiling utf16_iter v1.0.5 |
760 | 2025-06-03T00:00:08.598Z | Compiling rustls v0.23.19 |
761 | 2025-06-03T00:00:08.800Z | Compiling slog v2.7.0 |
762 | 2025-06-03T00:00:08.852Z | Compiling form_urlencoded v1.2.1 |
763 | 2025-06-03T00:00:09.289Z | Compiling aho-corasick v1.1.3 |
764 | 2025-06-03T00:00:09.492Z | Compiling regex-syntax v0.8.5 |
765 | 2025-06-03T00:00:09.519Z | Compiling typenum v1.17.0 |
766 | 2025-06-03T00:00:09.823Z | Compiling serde_derive v1.0.219 |
767 | 2025-06-03T00:00:09.823Z | Compiling schemars_derive v0.8.22 |
768 | 2025-06-03T00:00:10.263Z | Compiling zerofrom-derive v0.1.4 |
769 | 2025-06-03T00:00:11.085Z | Compiling thiserror-impl v1.0.69 |
770 | 2025-06-03T00:00:11.922Z | Compiling yoke-derive v0.7.4 |
771 | 2025-06-03T00:00:11.950Z | Compiling zerocopy-derive v0.7.35 |
772 | 2025-06-03T00:00:12.135Z | Compiling zerovec-derive v0.10.3 |
773 | 2025-06-03T00:00:12.637Z | Compiling zerofrom v0.1.4 |
774 | 2025-06-03T00:00:12.837Z | Compiling tokio-macros v2.5.0 |
775 | 2025-06-03T00:00:13.108Z | Compiling displaydoc v0.2.5 |
776 | 2025-06-03T00:00:13.387Z | Compiling thiserror-impl v2.0.12 |
777 | 2025-06-03T00:00:13.612Z | Compiling futures-macro v0.3.31 |
778 | 2025-06-03T00:00:13.712Z | Compiling yoke v0.7.4 |
779 | 2025-06-03T00:00:13.943Z | Compiling tokio v1.45.0 |
780 | 2025-06-03T00:00:14.050Z | Compiling zerovec v0.10.4 |
781 | 2025-06-03T00:00:14.260Z | Compiling icu_provider_macros v1.5.0 |
782 | 2025-06-03T00:00:15.078Z | Compiling futures-util v0.3.31 |
783 | 2025-06-03T00:00:15.513Z | Compiling pest v2.7.14 |
784 | 2025-06-03T00:00:16.442Z | Compiling tinystr v0.7.6 |
785 | 2025-06-03T00:00:16.773Z | Compiling icu_locid v1.5.0 |
786 | 2025-06-03T00:00:17.813Z | Compiling rustls-webpki v0.102.8 |
787 | 2025-06-03T00:00:21.914Z | Compiling indexmap v2.9.0 |
788 | 2025-06-03T00:00:22.363Z | Compiling serde_tokenstream v0.2.2 |
789 | 2025-06-03T00:00:22.792Z | Compiling icu_provider v1.5.0 |
790 | 2025-06-03T00:00:23.060Z | Compiling tokio-util v0.7.13 |
791 | 2025-06-03T00:00:23.340Z | Compiling pest_meta v2.7.14 |
792 | 2025-06-03T00:00:24.544Z | Compiling icu_locid_transform v1.5.0 |
793 | 2025-06-03T00:00:24.569Z | Compiling icu_collections v1.5.0 |
794 | 2025-06-03T00:00:24.755Z | Compiling zerocopy v0.7.35 |
795 | 2025-06-03T00:00:25.966Z | Compiling icu_properties v1.5.1 |
796 | 2025-06-03T00:00:26.003Z | Compiling pest_generator v2.7.14 |
797 | 2025-06-03T00:00:26.769Z | Compiling h2 v0.4.6 |
798 | 2025-06-03T00:00:27.391Z | Compiling pest_derive v2.7.14 |
799 | 2025-06-03T00:00:29.072Z | Compiling typify-impl v0.3.0 |
800 | 2025-06-03T00:00:29.112Z | Compiling icu_normalizer v1.5.0 |
801 | 2025-06-03T00:00:31.422Z | Compiling hyper v1.6.0 |
802 | 2025-06-03T00:00:31.834Z | Compiling idna_adapter v1.2.0 |
803 | 2025-06-03T00:00:33.555Z | Compiling regex-automata v0.4.8 |
804 | 2025-06-03T00:00:36.505Z | Compiling typify-macro v0.3.0 |
805 | 2025-06-03T00:00:38.443Z | Compiling hyper-util v0.1.11 |
806 | 2025-06-03T00:00:38.828Z | Compiling generic-array v0.14.7 |
807 | 2025-06-03T00:00:39.081Z | Compiling paste v1.0.15 |
808 | 2025-06-03T00:00:39.453Z | Compiling mime v0.3.17 |
809 | 2025-06-03T00:00:39.641Z | Compiling tokio-rustls v0.26.0 |
810 | 2025-06-03T00:00:40.016Z | Compiling regex v1.11.1 |
811 | 2025-06-03T00:00:40.276Z | Compiling idna v1.0.3 |
812 | 2025-06-03T00:00:40.567Z | Compiling serde_urlencoded v0.7.1 |
813 | 2025-06-03T00:00:41.022Z | Compiling scroll_derive v0.12.0 |
814 | 2025-06-03T00:00:41.047Z | Compiling http-body-util v0.1.3 |
815 | 2025-06-03T00:00:41.532Z | Compiling webpki-roots v0.26.6 |
816 | 2025-06-03T00:00:41.575Z | Compiling rustls-pemfile v2.2.0 |
817 | 2025-06-03T00:00:41.724Z | Compiling rand_core v0.6.4 |
818 | 2025-06-03T00:00:41.907Z | Compiling sync_wrapper v1.0.1 |
819 | 2025-06-03T00:00:41.963Z | Compiling usdt-impl v0.5.0 |
820 | 2025-06-03T00:00:42.141Z | Compiling tower-layer v0.3.3 |
821 | 2025-06-03T00:00:42.214Z | Compiling base64 v0.22.1 |
822 | 2025-06-03T00:00:42.215Z | Compiling omicron-workspace-hack v0.1.0 |
823 | 2025-06-03T00:00:42.318Z | Compiling rustix v0.38.37 |
824 | 2025-06-03T00:00:42.436Z | Compiling powerfmt v0.2.0 |
825 | 2025-06-03T00:00:42.473Z | Compiling newtype-uuid v1.2.1 |
826 | 2025-06-03T00:00:42.691Z | Compiling time-core v0.1.2 |
827 | 2025-06-03T00:00:42.778Z | Compiling num-conv v0.1.0 |
828 | 2025-06-03T00:00:42.865Z | Compiling deranged v0.3.11 |
829 | 2025-06-03T00:00:42.954Z | Compiling tower v0.5.2 |
830 | 2025-06-03T00:00:43.009Z | Compiling time-macros v0.2.18 |
831 | 2025-06-03T00:00:43.103Z | Compiling scroll v0.12.0 |
832 | 2025-06-03T00:00:43.605Z | Compiling hyper-rustls v0.27.3 |
833 | 2025-06-03T00:00:43.690Z | Compiling thread-id v4.2.2 |
834 | 2025-06-03T00:00:44.239Z | Compiling url v2.5.3 |
835 | 2025-06-03T00:00:44.405Z | Compiling dof v0.3.0 |
836 | 2025-06-03T00:00:45.092Z | Compiling dtrace-parser v0.2.0 |
837 | 2025-06-03T00:00:45.738Z | Compiling ppv-lite86 v0.2.20 |
838 | 2025-06-03T00:00:45.772Z | Compiling ipnetwork v0.21.1 |
839 | 2025-06-03T00:00:46.230Z | Compiling structmeta-derive v0.3.0 |
840 | 2025-06-03T00:00:48.139Z | Compiling errno v0.3.9 |
841 | 2025-06-03T00:00:48.375Z | Compiling ident_case v1.0.1 |
842 | 2025-06-03T00:00:48.529Z | Compiling plain v0.2.3 |
843 | 2025-06-03T00:00:48.700Z | Compiling ipnet v2.11.0 |
844 | 2025-06-03T00:00:48.984Z | Compiling crossbeam-utils v0.8.21 |
845 | 2025-06-03T00:00:49.372Z | Compiling bitflags v2.9.0 |
846 | 2025-06-03T00:00:49.547Z | Compiling strsim v0.11.1 |
847 | 2025-06-03T00:00:50.037Z | Compiling rustversion v1.0.17 |
848 | 2025-06-03T00:00:51.054Z | Compiling num_threads v0.1.7 |
849 | 2025-06-03T00:00:51.170Z | Compiling time v0.3.36 |
850 | 2025-06-03T00:00:53.020Z | Compiling darling_core v0.20.10 |
851 | 2025-06-03T00:00:54.507Z | Compiling reqwest v0.12.15 |
852 | 2025-06-03T00:00:56.016Z | Compiling goblin v0.8.2 |
853 | 2025-06-03T00:00:57.077Z | Compiling structmeta v0.3.0 |
854 | 2025-06-03T00:00:58.026Z | Compiling rand_chacha v0.3.1 |
855 | 2025-06-03T00:00:59.052Z | Compiling oxnet v0.1.2 |
856 | 2025-06-03T00:01:00.243Z | Compiling openapiv3 v2.0.0 |
857 | 2025-06-03T00:01:00.552Z | Compiling typify v0.3.0 |
858 | 2025-06-03T00:01:02.751Z | Compiling daft-derive v0.1.3 |
859 | 2025-06-03T00:01:03.365Z | Compiling dirs-sys-next v0.1.2 |
860 | 2025-06-03T00:01:04.272Z | Compiling fastrand v2.1.1 |
861 | 2025-06-03T00:01:04.296Z | Compiling anyhow v1.0.98 |
862 | 2025-06-03T00:01:04.760Z | Compiling pretty-hex v0.4.1 |
863 | 2025-06-03T00:01:04.863Z | Compiling rustls v0.22.4 |
864 | 2025-06-03T00:01:04.993Z | Compiling unsafe-libyaml v0.2.11 |
865 | 2025-06-03T00:01:05.818Z | Compiling tempfile v3.13.0 |
866 | 2025-06-03T00:01:06.029Z | Compiling serde_yaml v0.9.34+deprecated |
867 | 2025-06-03T00:01:06.265Z | Compiling daft v0.1.3 |
868 | 2025-06-03T00:01:06.657Z | Compiling dirs-next v2.0.0 |
869 | 2025-06-03T00:01:06.707Z | Compiling progenitor-impl v0.9.1 |
870 | 2025-06-03T00:01:06.917Z | Compiling rand v0.8.5 |
871 | 2025-06-03T00:01:07.566Z | Compiling darling_macro v0.20.10 |
872 | 2025-06-03T00:01:09.809Z | Compiling block-buffer v0.10.4 |
873 | 2025-06-03T00:01:10.049Z | Compiling crypto-common v0.1.6 |
874 | 2025-06-03T00:01:10.275Z | Compiling serde_spanned v0.6.8 |
875 | 2025-06-03T00:01:10.300Z | Compiling toml_datetime v0.6.9 |
876 | 2025-06-03T00:01:10.526Z | Compiling wait-timeout v0.2.0 |
877 | 2025-06-03T00:01:10.754Z | Compiling multer v3.1.0 |
878 | 2025-06-03T00:01:10.896Z | Compiling thread_local v1.1.8 |
879 | 2025-06-03T00:01:11.068Z | Compiling slog-async v2.8.0 |
880 | 2025-06-03T00:01:11.409Z | Compiling quick-error v1.2.3 |
881 | 2025-06-03T00:01:11.496Z | Compiling match_cfg v0.1.0 |
882 | 2025-06-03T00:01:11.588Z | Compiling winnow v0.7.10 |
883 | 2025-06-03T00:01:11.614Z | Compiling camino v1.1.9 |
884 | 2025-06-03T00:01:11.614Z | Compiling toml_write v0.1.1 |
885 | 2025-06-03T00:01:11.614Z | Compiling bit-vec v0.8.0 |
886 | 2025-06-03T00:01:12.114Z | Compiling bit-set v0.8.0 |
887 | 2025-06-03T00:01:12.175Z | Compiling progenitor-macro v0.9.1 |
888 | 2025-06-03T00:01:12.210Z | Compiling hostname v0.3.1 |
889 | 2025-06-03T00:01:12.480Z | Compiling rusty-fork v0.3.0 |
890 | 2025-06-03T00:01:14.207Z | Compiling digest v0.10.7 |
891 | 2025-06-03T00:01:14.335Z | Compiling strum_macros v0.26.4 |
892 | 2025-06-03T00:01:14.601Z | Compiling crossbeam-channel v0.5.15 |
893 | 2025-06-03T00:01:15.575Z | Compiling toml_edit v0.22.26 |
894 | 2025-06-03T00:01:15.994Z | Compiling darling v0.20.10 |
895 | 2025-06-03T00:01:16.099Z | Compiling term v0.7.0 |
896 | 2025-06-03T00:01:19.907Z | Compiling usdt-attr-macro v0.5.0 |
897 | 2025-06-03T00:01:20.966Z | Compiling usdt-macro v0.5.0 |
898 | 2025-06-03T00:01:21.095Z | Compiling progenitor-client v0.9.1 |
899 | 2025-06-03T00:01:21.937Z | Compiling slog-json v2.6.1 |
900 | 2025-06-03T00:01:22.068Z | Compiling rand_xorshift v0.3.0 |
901 | 2025-06-03T00:01:22.093Z | Compiling futures-executor v0.3.31 |
902 | 2025-06-03T00:01:22.349Z | Compiling hex v0.4.3 |
903 | 2025-06-03T00:01:22.420Z | Compiling async-stream-impl v0.3.6 |
904 | 2025-06-03T00:01:22.969Z | Compiling is-terminal v0.4.13 |
905 | 2025-06-03T00:01:23.043Z | Compiling memmap v0.7.0 |
906 | 2025-06-03T00:01:23.120Z | Compiling dropshot v0.16.2 |
907 | 2025-06-03T00:01:23.448Z | Compiling encoding_rs v0.8.34 |
908 | 2025-06-03T00:01:23.473Z | Compiling spin v0.9.8 |
909 | 2025-06-03T00:01:23.521Z | Compiling take_mut v0.2.2 |
910 | 2025-06-03T00:01:23.652Z | Compiling cpufeatures v0.2.14 |
911 | 2025-06-03T00:01:23.684Z | Compiling lazy_static v1.5.0 |
912 | 2025-06-03T00:01:23.786Z | Compiling unarray v0.1.4 |
913 | 2025-06-03T00:01:23.865Z | Compiling sha1 v0.10.6 |
914 | 2025-06-03T00:01:23.960Z | Compiling proptest v1.6.0 |
915 | 2025-06-03T00:01:27.298Z | Compiling async-stream v0.3.6 |
916 | 2025-06-03T00:01:27.702Z | Compiling tokio-rustls v0.25.0 |
917 | 2025-06-03T00:01:28.088Z | Compiling usdt v0.5.0 |
918 | 2025-06-03T00:01:29.273Z | Compiling slog-term v2.9.1 |
919 | 2025-06-03T00:01:29.552Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
920 | 2025-06-03T00:01:29.721Z | Compiling futures v0.3.31 |
921 | 2025-06-03T00:01:29.837Z | Compiling slog-bunyan v2.5.0 |
922 | 2025-06-03T00:01:30.276Z | Compiling progenitor v0.9.1 |
923 | 2025-06-03T00:01:30.447Z | Compiling toml v0.8.22 |
924 | 2025-06-03T00:01:31.474Z | Compiling strum v0.26.3 |
925 | 2025-06-03T00:01:31.651Z | Compiling serde_with_macros v3.12.0 |
926 | 2025-06-03T00:01:33.352Z | Compiling parse-display-derive v0.10.0 |
927 | 2025-06-03T00:01:33.604Z | Compiling test-strategy v0.4.0 |
928 | 2025-06-03T00:01:35.331Z | Compiling dropshot_endpoint v0.16.2 |
929 | 2025-06-03T00:01:35.937Z | Compiling serde_path_to_error v0.1.17 |
930 | 2025-06-03T00:01:36.172Z | Compiling derive-where v1.2.7 |
931 | 2025-06-03T00:01:36.237Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
932 | 2025-06-03T00:01:36.790Z | Compiling async-trait v0.1.88 |
933 | 2025-06-03T00:01:36.936Z | Compiling waitgroup v0.1.2 |
934 | 2025-06-03T00:01:37.179Z | Compiling hostname v0.4.0 |
935 | 2025-06-03T00:01:37.417Z | Compiling instant v0.1.13 |
936 | 2025-06-03T00:01:37.570Z | Compiling debug-ignore v1.0.5 |
937 | 2025-06-03T00:01:37.721Z | Compiling backoff v0.4.0 |
938 | 2025-06-03T00:01:38.023Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
939 | 2025-06-03T00:01:38.232Z | Compiling parse-display v0.10.0 |
940 | 2025-06-03T00:01:38.561Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26) |
941 | 2025-06-03T00:01:38.658Z | Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
942 | 2025-06-03T00:01:38.950Z | Compiling serde_with v3.12.0 |
943 | 2025-06-03T00:01:39.906Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=875ae5b7f8f0e32e9be672a36b5dda109b9b2450#875ae5b7) |
944 | 2025-06-03T00:01:42.350Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
945 | 2025-06-03T00:01:42.623Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
946 | 2025-06-03T00:01:42.648Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
947 | 2025-06-03T00:01:43.065Z | Compiling progenitor-client v0.10.0 |
948 | 2025-06-03T00:01:43.445Z | Compiling macaddr v1.0.1 |
949 | 2025-06-03T00:01:47.535Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
950 | 2025-06-03T00:02:00.522Z | Compiling test-project v0.1.0 (/tmp/test-project) |
951 | 2025-06-03T00:02:13.552Z | Finished `release` profile [optimized] target(s) in 2m 14s |
952 | 2025-06-03T00:02:13.610Z | process exited: duration 199722 ms, exit code 0 |
|
953 | 2025-06-03T00:02:13.721Z | found 0 output files |