|
|
|
1 | 2025-05-22T19:58:15.216Z | job assigned to worker 01JVWS4AEC33DZ61J6QCTRW23F [factory aws, i-0b515d473d78eaa66] (queued for 1 m 12 s) |
|
2 | 2025-05-22T19:58:23.580Z | starting task 0: "setup" |
3 | 2025-05-22T19:58:23.588Z | ++ uname -s |
4 | 2025-05-22T19:58:23.591Z | + kern=SunOS |
5 | 2025-05-22T19:58:23.591Z | + build_user=build |
6 | 2025-05-22T19:58:23.591Z | + build_uid=12345 |
7 | 2025-05-22T19:58:23.591Z | + work_dir=/work |
8 | 2025-05-22T19:58:23.591Z | + input_dir=/input |
9 | 2025-05-22T19:58:23.591Z | + [[ 0 == 12345 ]] |
10 | 2025-05-22T19:58:23.591Z | + case "$kern" in |
11 | 2025-05-22T19:58:23.591Z | + groupadd -g 12345 build |
12 | 2025-05-22T19:58:23.594Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-05-22T19:58:25.602Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-05-22T19:58:25.726Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-05-22T19:58:25.729Z | + home_fs=zfs |
16 | 2025-05-22T19:58:25.729Z | + [[ zfs == autofs ]] |
17 | 2025-05-22T19:58:25.729Z | + mkdir -p /home/build |
18 | 2025-05-22T19:58:25.729Z | + chown build:build /home/build /work |
19 | 2025-05-22T19:58:27.732Z | + chmod 0700 /home/build /work |
20 | 2025-05-22T19:58:27.735Z | process exited: duration 4153 ms, exit code 0 |
|
21 | 2025-05-22T19:58:27.742Z | starting task 1: "rust-toolchain" |
22 | 2025-05-22T19:58:27.748Z | + printf ' * rust toolchain channel = "%s"\n' 1.87.0 |
23 | 2025-05-22T19:58:27.748Z | + printf ' * rust toolchain profile = "%s"\n' default |
24 | 2025-05-22T19:58:27.748Z | * rust toolchain channel = "1.87.0" |
25 | 2025-05-22T19:58:27.748Z | * rust toolchain profile = "default" |
26 | 2025-05-22T19:58:27.748Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-05-22T19:58:27.748Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-05-22T19:58:27.752Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-05-22T19:58:27.752Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.87.0 --profile default |
30 | 2025-05-22T19:58:27.871Z | info: downloading installer |
31 | 2025-05-22T19:58:29.570Z | warn: It looks like you have an existing installation of Rust at: |
32 | 2025-05-22T19:58:29.570Z | warn: /opt/ooce/bin |
33 | 2025-05-22T19:58:29.570Z | warn: It is recommended that rustup be the primary Rust installation. |
34 | 2025-05-22T19:58:29.570Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
35 | 2025-05-22T19:58:29.570Z | warn: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-05-22T19:58:29.570Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-05-22T19:58:29.570Z | warn: or pass `-y' to ignore all ignorable checks. |
38 | 2025-05-22T19:58:29.570Z | error: cannot install while Rust is installed |
39 | 2025-05-22T19:58:29.570Z | warn: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-05-22T19:58:29.581Z | info: profile set to 'default' |
41 | 2025-05-22T19:58:29.581Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-05-22T19:58:29.588Z | info: syncing channel updates for '1.87.0-x86_64-unknown-illumos' |
43 | 2025-05-22T19:58:29.761Z | info: latest update on 2025-05-15, rust version 1.87.0 (17067e9ac 2025-05-09) |
44 | 2025-05-22T19:58:29.761Z | info: downloading component 'cargo' |
45 | 2025-05-22T19:58:30.731Z | info: downloading component 'clippy' |
46 | 2025-05-22T19:58:31.066Z | info: downloading component 'rust-docs' |
47 | 2025-05-22T19:58:32.566Z | info: downloading component 'rust-std' |
48 | 2025-05-22T19:58:34.614Z | info: downloading component 'rustc' |
49 | 2025-05-22T19:58:42.211Z | info: downloading component 'rustfmt' |
50 | 2025-05-22T19:58:42.449Z | info: installing component 'cargo' |
51 | 2025-05-22T19:58:43.319Z | info: installing component 'clippy' |
52 | 2025-05-22T19:58:43.708Z | info: installing component 'rust-docs' |
53 | 2025-05-22T19:58:45.545Z | info: installing component 'rust-std' |
54 | 2025-05-22T19:58:47.370Z | info: installing component 'rustc' |
55 | 2025-05-22T19:58:53.910Z | info: installing component 'rustfmt' |
56 | 2025-05-22T19:58:54.243Z | info: default toolchain set to '1.87.0-x86_64-unknown-illumos' |
57 | 2025-05-22T19:58:54.243Z | |
58 | 2025-05-22T19:58:54.673Z | 1.87.0-x86_64-unknown-illumos installed - rustc 1.87.0 (17067e9ac 2025-05-09) |
59 | 2025-05-22T19:58:54.673Z | |
60 | 2025-05-22T19:58:54.677Z | |
61 | 2025-05-22T19:58:54.677Z | Rust is installed now. Great! |
62 | 2025-05-22T19:58:54.677Z | |
63 | 2025-05-22T19:58:54.677Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-05-22T19:58:54.677Z | environment variable. This has not been done automatically. |
65 | 2025-05-22T19:58:54.677Z | |
66 | 2025-05-22T19:58:54.677Z | To configure your current shell, you need to source |
67 | 2025-05-22T19:58:54.677Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-05-22T19:58:54.677Z | |
69 | 2025-05-22T19:58:54.677Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-05-22T19:58:54.677Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-05-22T19:58:54.677Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-05-22T19:58:54.677Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
73 | 2025-05-22T19:58:54.762Z | + rustup --version |
74 | 2025-05-22T19:58:54.774Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
75 | 2025-05-22T19:58:54.777Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
76 | 2025-05-22T19:58:54.854Z | info: The currently active `rustc` version is `rustc 1.87.0 (17067e9ac 2025-05-09)` |
77 | 2025-05-22T19:58:54.857Z | + cargo --version |
78 | 2025-05-22T19:58:54.918Z | cargo 1.87.0 (99624be96 2025-05-06) |
79 | 2025-05-22T19:58:54.922Z | + rustc --version |
80 | 2025-05-22T19:58:54.989Z | rustc 1.87.0 (17067e9ac 2025-05-09) |
81 | 2025-05-22T19:58:54.994Z | process exited: duration 27244 ms, exit code 0 |
|
82 | 2025-05-22T19:58:55.001Z | starting task 2: "authentication" |
83 | 2025-05-22T19:58:55.023Z | process exited: duration 21 ms, exit code 0 |
|
84 | 2025-05-22T19:58:55.032Z | starting task 3: "clone repository" |
85 | 2025-05-22T19:58:55.035Z | + mkdir -p /work/oxidecomputer/omicron |
86 | 2025-05-22T19:58:55.038Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
87 | 2025-05-22T19:58:55.140Z | Cloning into '/work/oxidecomputer/omicron'... |
88 | 2025-05-22T19:59:03.575Z | + cd /work/oxidecomputer/omicron |
89 | 2025-05-22T19:59:03.578Z | + git fetch origin 50160a8100ab2e0e0a264b5535e542d78af78c16 |
90 | 2025-05-22T19:59:03.886Z | From https://github.com/oxidecomputer/omicron |
91 | 2025-05-22T19:59:03.886Z | * branch 50160a8100ab2e0e0a264b5535e542d78af78c16 -> FETCH_HEAD |
92 | 2025-05-22T19:59:03.896Z | + [[ -n range-request-sb ]] |
93 | 2025-05-22T19:59:03.900Z | ++ git branch --show-current |
94 | 2025-05-22T19:59:03.906Z | + current=main |
95 | 2025-05-22T19:59:03.906Z | + [[ main != range-request-sb ]] |
96 | 2025-05-22T19:59:03.906Z | + git branch -f range-request-sb 50160a8100ab2e0e0a264b5535e542d78af78c16 |
97 | 2025-05-22T19:59:03.906Z | + git checkout -f range-request-sb |
98 | 2025-05-22T19:59:04.114Z | Switched to branch 'range-request-sb' |
99 | 2025-05-22T19:59:04.118Z | + git reset --hard 50160a8100ab2e0e0a264b5535e542d78af78c16 |
100 | 2025-05-22T19:59:04.172Z | HEAD is now at 50160a810 More text |
101 | 2025-05-22T19:59:04.175Z | process exited: duration 9141 ms, exit code 0 |
|
102 | 2025-05-22T19:59:04.182Z | starting task 4: "build" |
103 | 2025-05-22T19:59:04.187Z | + source .github/buildomat/ci-env.sh |
104 | 2025-05-22T19:59:04.187Z | ++ export CARGO_TERM_COLOR=always |
105 | 2025-05-22T19:59:04.187Z | ++ CARGO_TERM_COLOR=always |
106 | 2025-05-22T19:59:04.187Z | + cargo --version |
107 | 2025-05-22T19:59:04.243Z | cargo 1.87.0 (99624be96 2025-05-06) |
108 | 2025-05-22T19:59:04.246Z | + rustc --version |
109 | 2025-05-22T19:59:04.313Z | rustc 1.87.0 (17067e9ac 2025-05-09) |
110 | 2025-05-22T19:59:04.316Z | + cd /tmp |
111 | 2025-05-22T19:59:04.316Z | + cargo new --lib test-project |
112 | 2025-05-22T19:59:04.383Z | Creating library `test-project` package |
113 | 2025-05-22T19:59:04.470Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
114 | 2025-05-22T19:59:04.473Z | + cd test-project |
115 | 2025-05-22T19:59:04.473Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
116 | 2025-05-22T19:59:04.539Z | Adding omicron-common (local) to dependencies |
117 | 2025-05-22T19:59:04.539Z | Features: |
118 | 2025-05-22T19:59:04.539Z | - proptest |
119 | 2025-05-22T19:59:04.539Z | - test-strategy |
120 | 2025-05-22T19:59:04.539Z | - testing |
121 | 2025-05-22T19:59:04.566Z | Updating crates.io index |
122 | 2025-05-22T19:59:04.624Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
123 | 2025-05-22T19:59:05.151Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
124 | 2025-05-22T19:59:05.773Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
125 | 2025-05-22T19:59:06.157Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
126 | 2025-05-22T19:59:06.595Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
127 | 2025-05-22T19:59:07.972Z | Locking 348 packages to latest Rust 1.87.0 compatible versions |
128 | 2025-05-22T19:59:08.073Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
129 | 2025-05-22T19:59:08.076Z | + cargo check |
130 | 2025-05-22T19:59:08.259Z | Updating crates.io index |
131 | 2025-05-22T19:59:09.039Z | Locking 2 packages to latest Rust 1.87.0 compatible versions |
132 | 2025-05-22T19:59:09.039Z | Adding omicron-workspace-hack v0.1.0 |
133 | 2025-05-22T19:59:09.046Z | Adding reqwest v0.12.15 |
134 | 2025-05-22T19:59:09.083Z | Downloading crates ... |
135 | 2025-05-22T19:59:09.149Z | Downloaded async-stream-impl v0.3.6 |
136 | 2025-05-22T19:59:09.161Z | Downloaded async-stream v0.3.6 |
137 | 2025-05-22T19:59:09.164Z | Downloaded ident_case v1.0.1 |
138 | 2025-05-22T19:59:09.167Z | Downloaded icu_provider_macros v1.5.0 |
139 | 2025-05-22T19:59:09.172Z | Downloaded dtrace-parser v0.2.0 |
140 | 2025-05-22T19:59:09.175Z | Downloaded tinystr v0.7.6 |
141 | 2025-05-22T19:59:09.185Z | Downloaded tinyvec v1.8.0 |
142 | 2025-05-22T19:59:09.189Z | Downloaded term v0.7.0 |
143 | 2025-05-22T19:59:09.195Z | Downloaded time-core v0.1.2 |
144 | 2025-05-22T19:59:09.198Z | Downloaded deranged v0.3.11 |
145 | 2025-05-22T19:59:09.202Z | Downloaded cfg-if v1.0.0 |
146 | 2025-05-22T19:59:09.202Z | Downloaded tower-layer v0.3.3 |
147 | 2025-05-22T19:59:09.205Z | Downloaded zerofrom v0.1.4 |
148 | 2025-05-22T19:59:09.205Z | Downloaded block-buffer v0.10.4 |
149 | 2025-05-22T19:59:09.209Z | Downloaded want v0.3.1 |
150 | 2025-05-22T19:59:09.210Z | Downloaded equivalent v1.0.1 |
151 | 2025-05-22T19:59:09.213Z | Downloaded dyn-clone v1.0.19 |
152 | 2025-05-22T19:59:09.213Z | Downloaded usdt-macro v0.5.0 |
153 | 2025-05-22T19:59:09.216Z | Downloaded usdt-attr-macro v0.5.0 |
154 | 2025-05-22T19:59:09.216Z | Downloaded yoke-derive v0.7.4 |
155 | 2025-05-22T19:59:09.219Z | Downloaded httpdate v1.0.3 |
156 | 2025-05-22T19:59:09.219Z | Downloaded write16 v1.0.0 |
157 | 2025-05-22T19:59:09.222Z | Downloaded hostname v0.3.1 |
158 | 2025-05-22T19:59:09.225Z | Downloaded tower-service v0.3.3 |
159 | 2025-05-22T19:59:09.225Z | Downloaded dirs-next v2.0.0 |
160 | 2025-05-22T19:59:09.229Z | Downloaded lazy_static v1.5.0 |
161 | 2025-05-22T19:59:09.229Z | Downloaded omicron-workspace-hack v0.1.0 |
162 | 2025-05-22T19:59:09.232Z | Downloaded pretty-hex v0.4.1 |
163 | 2025-05-22T19:59:09.235Z | Downloaded generic-array v0.14.7 |
164 | 2025-05-22T19:59:09.235Z | Downloaded progenitor-client v0.9.1 |
165 | 2025-05-22T19:59:09.238Z | Downloaded num-conv v0.1.0 |
166 | 2025-05-22T19:59:09.238Z | Downloaded futures-executor v0.3.31 |
167 | 2025-05-22T19:59:09.242Z | Downloaded try-lock v0.2.5 |
168 | 2025-05-22T19:59:09.242Z | Downloaded http-body-util v0.1.3 |
169 | 2025-05-22T19:59:09.245Z | Downloaded ipnetwork v0.21.1 |
170 | 2025-05-22T19:59:09.248Z | Downloaded powerfmt v0.2.0 |
171 | 2025-05-22T19:59:09.251Z | Downloaded sync_wrapper v1.0.1 |
172 | 2025-05-22T19:59:09.251Z | Downloaded bit-vec v0.8.0 |
173 | 2025-05-22T19:59:09.255Z | Downloaded camino v1.1.9 |
174 | 2025-05-22T19:59:09.259Z | Downloaded tokio-macros v2.5.0 |
175 | 2025-05-22T19:59:09.259Z | Downloaded toml_datetime v0.6.9 |
176 | 2025-05-22T19:59:09.263Z | Downloaded backoff v0.4.0 |
177 | 2025-05-22T19:59:09.263Z | Downloaded typify-macro v0.3.0 |
178 | 2025-05-22T19:59:09.266Z | Downloaded writeable v0.5.5 |
179 | 2025-05-22T19:59:09.270Z | Downloaded wait-timeout v0.2.0 |
180 | 2025-05-22T19:59:09.270Z | Downloaded futures-channel v0.3.31 |
181 | 2025-05-22T19:59:09.273Z | Downloaded memmap v0.7.0 |
182 | 2025-05-22T19:59:09.276Z | Downloaded parse-display v0.10.0 |
183 | 2025-05-22T19:59:09.276Z | Downloaded mime v0.3.17 |
184 | 2025-05-22T19:59:09.279Z | Downloaded zerofrom-derive v0.1.4 |
185 | 2025-05-22T19:59:09.279Z | Downloaded zeroize v1.8.1 |
186 | 2025-05-22T19:59:09.282Z | Downloaded parse-display-derive v0.10.0 |
187 | 2025-05-22T19:59:09.282Z | Downloaded httparse v1.9.5 |
188 | 2025-05-22T19:59:09.286Z | Downloaded iana-time-zone v0.1.63 |
189 | 2025-05-22T19:59:09.289Z | Downloaded percent-encoding v2.3.1 |
190 | 2025-05-22T19:59:09.292Z | Downloaded pest_generator v2.7.14 |
191 | 2025-05-22T19:59:09.292Z | Downloaded zerovec-derive v0.10.3 |
192 | 2025-05-22T19:59:09.295Z | Downloaded progenitor-macro v0.9.1 |
193 | 2025-05-22T19:59:09.295Z | Downloaded newtype-uuid v1.2.1 |
194 | 2025-05-22T19:59:09.299Z | Downloaded quick-error v1.2.3 |
195 | 2025-05-22T19:59:09.299Z | Downloaded num_threads v0.1.7 |
196 | 2025-05-22T19:59:09.302Z | Downloaded derive-where v1.2.7 |
197 | 2025-05-22T19:59:09.305Z | Downloaded pin-utils v0.1.0 |
198 | 2025-05-22T19:59:09.308Z | Downloaded plain v0.2.3 |
199 | 2025-05-22T19:59:09.308Z | Downloaded progenitor v0.9.1 |
200 | 2025-05-22T19:59:09.311Z | Downloaded rand_xorshift v0.3.0 |
201 | 2025-05-22T19:59:09.311Z | Downloaded thiserror v2.0.12 |
202 | 2025-05-22T19:59:09.317Z | Downloaded stable_deref_trait v1.2.0 |
203 | 2025-05-22T19:59:09.320Z | Downloaded scroll_derive v0.12.0 |
204 | 2025-05-22T19:59:09.320Z | Downloaded slog-bunyan v2.5.0 |
205 | 2025-05-22T19:59:09.324Z | Downloaded time-macros v0.2.18 |
206 | 2025-05-22T19:59:09.327Z | Downloaded serde_path_to_error v0.1.17 |
207 | 2025-05-22T19:59:09.327Z | Downloaded slab v0.4.9 |
208 | 2025-05-22T19:59:09.330Z | Downloaded synstructure v0.13.1 |
209 | 2025-05-22T19:59:09.330Z | Downloaded rusty-fork v0.3.0 |
210 | 2025-05-22T19:59:09.333Z | Downloaded signal-hook-registry v1.4.2 |
211 | 2025-05-22T19:59:09.333Z | Downloaded icu_normalizer_data v1.5.0 |
212 | 2025-05-22T19:59:09.337Z | Downloaded getrandom v0.3.1 |
213 | 2025-05-22T19:59:09.340Z | Downloaded macaddr v1.0.1 |
214 | 2025-05-22T19:59:09.343Z | Downloaded dropshot_endpoint v0.16.2 |
215 | 2025-05-22T19:59:09.346Z | Downloaded pest_derive v2.7.14 |
216 | 2025-05-22T19:59:09.349Z | Downloaded take_mut v0.2.2 |
217 | 2025-05-22T19:59:09.349Z | Downloaded slog-async v2.8.0 |
218 | 2025-05-22T19:59:09.352Z | Downloaded oxnet v0.1.2 |
219 | 2025-05-22T19:59:09.356Z | Downloaded usdt v0.5.0 |
220 | 2025-05-22T19:59:09.356Z | Downloaded rand_core v0.6.4 |
221 | 2025-05-22T19:59:09.359Z | Downloaded once_cell v1.21.3 |
222 | 2025-05-22T19:59:09.359Z | Downloaded tokio-rustls v0.25.0 |
223 | 2025-05-22T19:59:09.362Z | Downloaded strum v0.26.3 |
224 | 2025-05-22T19:59:09.366Z | Downloaded sha1 v0.10.6 |
225 | 2025-05-22T19:59:09.366Z | Downloaded quinn-udp v0.5.5 |
226 | 2025-05-22T19:59:09.369Z | Downloaded pin-project-lite v0.2.14 |
227 | 2025-05-22T19:59:09.373Z | Downloaded strsim v0.11.1 |
228 | 2025-05-22T19:59:09.376Z | Downloaded strum_macros v0.26.4 |
229 | 2025-05-22T19:59:09.379Z | Downloaded serde_spanned v0.6.8 |
230 | 2025-05-22T19:59:09.379Z | Downloaded serde_tokenstream v0.2.2 |
231 | 2025-05-22T19:59:09.382Z | Downloaded structmeta-derive v0.3.0 |
232 | 2025-05-22T19:59:09.382Z | Downloaded subtle v2.6.1 |
233 | 2025-05-22T19:59:09.386Z | Downloaded tempfile v3.13.0 |
234 | 2025-05-22T19:59:09.386Z | Downloaded sha2 v0.10.8 |
235 | 2025-05-22T19:59:09.389Z | Downloaded num-traits v0.2.19 |
236 | 2025-05-22T19:59:09.392Z | Downloaded parking_lot v0.12.3 |
237 | 2025-05-22T19:59:09.396Z | Downloaded zerocopy-derive v0.7.35 |
238 | 2025-05-22T19:59:09.399Z | Downloaded unicode-ident v1.0.18 |
239 | 2025-05-22T19:59:09.403Z | Downloaded smallvec v1.14.0 |
240 | 2025-05-22T19:59:09.406Z | Downloaded serde_urlencoded v0.7.1 |
241 | 2025-05-22T19:59:09.412Z | Downloaded spin v0.9.8 |
242 | 2025-05-22T19:59:09.412Z | Downloaded proc-macro2 v1.0.95 |
243 | 2025-05-22T19:59:09.417Z | Downloaded pest_meta v2.7.14 |
244 | 2025-05-22T19:59:09.417Z | Downloaded parking_lot_core v0.9.10 |
245 | 2025-05-22T19:59:09.421Z | Downloaded scroll v0.12.0 |
246 | 2025-05-22T19:59:09.421Z | Downloaded slog v2.7.0 |
247 | 2025-05-22T19:59:09.426Z | Downloaded icu_provider v1.5.0 |
248 | 2025-05-22T19:59:09.430Z | Downloaded ryu v1.0.18 |
249 | 2025-05-22T19:59:09.433Z | Downloaded hyper-util v0.1.11 |
250 | 2025-05-22T19:59:09.436Z | Downloaded bytes v1.10.1 |
251 | 2025-05-22T19:59:09.439Z | Downloaded uuid v1.16.0 |
252 | 2025-05-22T19:59:09.442Z | Downloaded test-strategy v0.4.0 |
253 | 2025-05-22T19:59:09.447Z | Downloaded unsafe-libyaml v0.2.11 |
254 | 2025-05-22T19:59:09.450Z | Downloaded crossbeam-channel v0.5.15 |
255 | 2025-05-22T19:59:09.455Z | Downloaded base64 v0.22.1 |
256 | 2025-05-22T19:59:09.460Z | Downloaded indexmap v2.9.0 |
257 | 2025-05-22T19:59:09.465Z | Downloaded socket2 v0.5.9 |
258 | 2025-05-22T19:59:09.468Z | Downloaded schemars v0.8.22 |
259 | 2025-05-22T19:59:09.480Z | Downloaded serde_derive v1.0.219 |
260 | 2025-05-22T19:59:09.484Z | Downloaded memchr v2.7.4 |
261 | 2025-05-22T19:59:09.489Z | Downloaded url v2.5.3 |
262 | 2025-05-22T19:59:09.494Z | Downloaded serde v1.0.219 |
263 | 2025-05-22T19:59:09.497Z | Downloaded rand v0.8.5 |
264 | 2025-05-22T19:59:09.500Z | Downloaded tracing-core v0.1.32 |
265 | 2025-05-22T19:59:09.504Z | Downloaded mio v1.0.2 |
266 | 2025-05-22T19:59:09.509Z | Downloaded tower v0.5.2 |
267 | 2025-05-22T19:59:09.519Z | Downloaded toml_edit v0.22.26 |
268 | 2025-05-22T19:59:09.553Z | Downloaded zerovec v0.10.4 |
269 | 2025-05-22T19:59:09.558Z | Downloaded pest v2.7.14 |
270 | 2025-05-22T19:59:09.564Z | Downloaded hyper v1.6.0 |
271 | 2025-05-22T19:59:09.571Z | Downloaded serde_with v3.12.0 |
272 | 2025-05-22T19:59:09.580Z | Downloaded zerocopy v0.7.35 |
273 | 2025-05-22T19:59:09.597Z | Downloaded serde_json v1.0.140 |
274 | 2025-05-22T19:59:09.604Z | Downloaded proptest v1.6.0 |
275 | 2025-05-22T19:59:09.614Z | Downloaded reqwest v0.12.15 |
276 | 2025-05-22T19:59:09.623Z | Downloaded rustls-webpki v0.102.8 |
277 | 2025-05-22T19:59:09.641Z | Downloaded chrono v0.4.41 |
278 | 2025-05-22T19:59:09.649Z | Downloaded icu_properties_data v1.5.0 |
279 | 2025-05-22T19:59:09.659Z | Downloaded quinn-proto v0.11.8 |
280 | 2025-05-22T19:59:09.667Z | Downloaded webpki-roots v0.26.6 |
281 | 2025-05-22T19:59:09.671Z | Downloaded goblin v0.8.2 |
282 | 2025-05-22T19:59:09.676Z | Downloaded winnow v0.7.10 |
283 | 2025-05-22T19:59:09.686Z | Downloaded h2 v0.4.6 |
284 | 2025-05-22T19:59:09.692Z | Downloaded regex v1.11.1 |
285 | 2025-05-22T19:59:09.706Z | Downloaded rustls v0.22.4 |
286 | 2025-05-22T19:59:09.718Z | Downloaded openapiv3 v2.0.0 |
287 | 2025-05-22T19:59:09.730Z | Downloaded rustls v0.23.19 |
288 | 2025-05-22T19:59:09.742Z | Downloaded syn v2.0.101 |
289 | 2025-05-22T19:59:09.753Z | Downloaded dropshot v0.16.2 |
290 | 2025-05-22T19:59:09.773Z | Downloaded regress v0.10.3 |
291 | 2025-05-22T19:59:09.782Z | Downloaded rustix v0.38.37 |
292 | 2025-05-22T19:59:09.804Z | Downloaded regex-syntax v0.8.5 |
293 | 2025-05-22T19:59:09.812Z | Downloaded typify-impl v0.3.0 |
294 | 2025-05-22T19:59:09.827Z | Downloaded futures-util v0.3.31 |
295 | 2025-05-22T19:59:09.838Z | Downloaded time v0.3.36 |
296 | 2025-05-22T19:59:09.845Z | Downloaded tokio-util v0.7.13 |
297 | 2025-05-22T19:59:09.850Z | Downloaded idna v1.0.3 |
298 | 2025-05-22T19:59:09.853Z | Downloaded hashbrown v0.15.1 |
299 | 2025-05-22T19:59:09.859Z | Downloaded aho-corasick v1.1.3 |
300 | 2025-05-22T19:59:09.866Z | Downloaded toml v0.8.22 |
301 | 2025-05-22T19:59:09.894Z | Downloaded http v1.3.1 |
302 | 2025-05-22T19:59:09.897Z | Downloaded hashbrown v0.12.3 |
303 | 2025-05-22T19:59:09.901Z | Downloaded serde_yaml v0.9.34+deprecated |
304 | 2025-05-22T19:59:09.904Z | Downloaded quinn v0.11.5 |
305 | 2025-05-22T19:59:09.908Z | Downloaded tracing v0.1.40 |
306 | 2025-05-22T19:59:09.911Z | Downloaded cc v1.2.15 |
307 | 2025-05-22T19:59:09.915Z | Downloaded icu_collections v1.5.0 |
308 | 2025-05-22T19:59:09.921Z | Downloaded rustls-pki-types v1.10.0 |
309 | 2025-05-22T19:59:09.924Z | Downloaded slog-json v2.6.1 |
310 | 2025-05-22T19:59:09.927Z | Downloaded regex-automata v0.4.8 |
311 | 2025-05-22T19:59:09.942Z | Downloaded semver v1.0.26 |
312 | 2025-05-22T19:59:09.945Z | Downloaded progenitor-impl v0.9.1 |
313 | 2025-05-22T19:59:09.949Z | Downloaded log v0.4.27 |
314 | 2025-05-22T19:59:09.949Z | Downloaded indexmap v1.9.3 |
315 | 2025-05-22T19:59:09.952Z | Downloaded tokio v1.45.0 |
316 | 2025-05-22T19:59:09.987Z | Downloaded libc v0.2.172 |
317 | 2025-05-22T19:59:10.011Z | Downloaded icu_normalizer v1.5.0 |
318 | 2025-05-22T19:59:10.014Z | Downloaded icu_locid v1.5.0 |
319 | 2025-05-22T19:59:10.018Z | Downloaded usdt-impl v0.5.0 |
320 | 2025-05-22T19:59:10.021Z | Downloaded ucd-trie v0.1.7 |
321 | 2025-05-22T19:59:10.021Z | Downloaded typify v0.3.0 |
322 | 2025-05-22T19:59:10.024Z | Downloaded typenum v1.17.0 |
323 | 2025-05-22T19:59:10.028Z | Downloaded lock_api v0.4.12 |
324 | 2025-05-22T19:59:10.028Z | Downloaded serde_derive_internals v0.29.1 |
325 | 2025-05-22T19:59:10.031Z | Downloaded structmeta v0.3.0 |
326 | 2025-05-22T19:59:10.031Z | Downloaded rand_chacha v0.3.1 |
327 | 2025-05-22T19:59:10.031Z | Downloaded quote v1.0.40 |
328 | 2025-05-22T19:59:10.034Z | Downloaded rustls-pemfile v2.2.0 |
329 | 2025-05-22T19:59:10.037Z | Downloaded slog-term v2.9.1 |
330 | 2025-05-22T19:59:10.040Z | Downloaded icu_properties v1.5.1 |
331 | 2025-05-22T19:59:10.040Z | Downloaded rustversion v1.0.17 |
332 | 2025-05-22T19:59:10.044Z | Downloaded rustc-hash v2.1.1 |
333 | 2025-05-22T19:59:10.044Z | Downloaded serde_with_macros v3.12.0 |
334 | 2025-05-22T19:59:10.047Z | Downloaded schemars_derive v0.8.22 |
335 | 2025-05-22T19:59:10.047Z | Downloaded progenitor-client v0.10.0 |
336 | 2025-05-22T19:59:10.050Z | Downloaded yoke v0.7.4 |
337 | 2025-05-22T19:59:10.050Z | Downloaded shlex v1.3.0 |
338 | 2025-05-22T19:59:10.053Z | Downloaded futures v0.3.31 |
339 | 2025-05-22T19:59:10.056Z | Downloaded darling_core v0.20.10 |
340 | 2025-05-22T19:59:10.061Z | Downloaded multer v3.1.0 |
341 | 2025-05-22T19:59:10.064Z | Downloaded litemap v0.7.3 |
342 | 2025-05-22T19:59:10.067Z | Downloaded icu_locid_transform_data v1.5.0 |
343 | 2025-05-22T19:59:10.067Z | Downloaded tokio-rustls v0.26.0 |
344 | 2025-05-22T19:59:10.071Z | Downloaded thiserror v1.0.69 |
345 | 2025-05-22T19:59:10.074Z | Downloaded scopeguard v1.2.0 |
346 | 2025-05-22T19:59:10.074Z | Downloaded ppv-lite86 v0.2.20 |
347 | 2025-05-22T19:59:10.078Z | Downloaded paste v1.0.15 |
348 | 2025-05-22T19:59:10.081Z | Downloaded allocator-api2 v0.2.18 |
349 | 2025-05-22T19:59:10.081Z | Downloaded darling v0.20.10 |
350 | 2025-05-22T19:59:10.085Z | Downloaded crossbeam-utils v0.8.21 |
351 | 2025-05-22T19:59:10.088Z | Downloaded bitflags v2.9.0 |
352 | 2025-05-22T19:59:10.091Z | Downloaded utf16_iter v1.0.5 |
353 | 2025-05-22T19:59:10.094Z | Downloaded ipnet v2.11.0 |
354 | 2025-05-22T19:59:10.094Z | Downloaded hyper-rustls v0.27.3 |
355 | 2025-05-22T19:59:10.097Z | Downloaded encoding_rs v0.8.34 |
356 | 2025-05-22T19:59:10.118Z | Downloaded displaydoc v0.2.5 |
357 | 2025-05-22T19:59:10.121Z | Downloaded thiserror-impl v2.0.12 |
358 | 2025-05-22T19:59:10.121Z | Downloaded untrusted v0.9.0 |
359 | 2025-05-22T19:59:10.124Z | Downloaded getrandom v0.2.15 |
360 | 2025-05-22T19:59:10.124Z | Downloaded dirs-sys-next v0.1.2 |
361 | 2025-05-22T19:59:10.128Z | Downloaded ring v0.17.14 |
362 | 2025-05-22T19:59:10.165Z | Downloaded version_check v0.9.5 |
363 | 2025-05-22T19:59:10.169Z | Downloaded icu_locid_transform v1.5.0 |
364 | 2025-05-22T19:59:10.169Z | Downloaded foldhash v0.1.3 |
365 | 2025-05-22T19:59:10.172Z | Downloaded utf8_iter v1.0.4 |
366 | 2025-05-22T19:59:10.172Z | Downloaded unarray v0.1.4 |
367 | 2025-05-22T19:59:10.172Z | Downloaded daft-derive v0.1.3 |
368 | 2025-05-22T19:59:10.175Z | Downloaded toml_write v0.1.1 |
369 | 2025-05-22T19:59:10.178Z | Downloaded thread_local v1.1.8 |
370 | 2025-05-22T19:59:10.178Z | Downloaded anyhow v1.0.98 |
371 | 2025-05-22T19:59:10.182Z | Downloaded fastrand v2.1.1 |
372 | 2025-05-22T19:59:10.185Z | Downloaded digest v0.10.7 |
373 | 2025-05-22T19:59:10.185Z | Downloaded fnv v1.0.7 |
374 | 2025-05-22T19:59:10.185Z | Downloaded hostname v0.4.0 |
375 | 2025-05-22T19:59:10.189Z | Downloaded futures-task v0.3.31 |
376 | 2025-05-22T19:59:10.189Z | Downloaded errno v0.3.9 |
377 | 2025-05-22T19:59:10.189Z | Downloaded match_cfg v0.1.0 |
378 | 2025-05-22T19:59:10.189Z | Downloaded waitgroup v0.1.2 |
379 | 2025-05-22T19:59:10.193Z | Downloaded itoa v1.0.11 |
380 | 2025-05-22T19:59:10.193Z | Downloaded is-terminal v0.4.13 |
381 | 2025-05-22T19:59:10.193Z | Downloaded idna_adapter v1.2.0 |
382 | 2025-05-22T19:59:10.193Z | Downloaded heck v0.5.0 |
383 | 2025-05-22T19:59:10.193Z | Downloaded futures-sink v0.3.31 |
384 | 2025-05-22T19:59:10.193Z | Downloaded futures-macro v0.3.31 |
385 | 2025-05-22T19:59:10.196Z | Downloaded hex v0.4.3 |
386 | 2025-05-22T19:59:10.196Z | Downloaded futures-core v0.3.31 |
387 | 2025-05-22T19:59:10.196Z | Downloaded form_urlencoded v1.2.1 |
388 | 2025-05-22T19:59:10.196Z | Downloaded futures-io v0.3.31 |
389 | 2025-05-22T19:59:10.200Z | Downloaded dof v0.3.0 |
390 | 2025-05-22T19:59:10.200Z | Downloaded crypto-common v0.1.6 |
391 | 2025-05-22T19:59:10.200Z | Downloaded tinyvec_macros v0.1.1 |
392 | 2025-05-22T19:59:10.200Z | Downloaded debug-ignore v1.0.5 |
393 | 2025-05-22T19:59:10.203Z | Downloaded daft v0.1.3 |
394 | 2025-05-22T19:59:10.203Z | Downloaded cpufeatures v0.2.14 |
395 | 2025-05-22T19:59:10.203Z | Downloaded async-trait v0.1.88 |
396 | 2025-05-22T19:59:10.206Z | Downloaded byteorder v1.5.0 |
397 | 2025-05-22T19:59:10.210Z | Downloaded bit-set v0.8.0 |
398 | 2025-05-22T19:59:10.210Z | Downloaded autocfg v1.4.0 |
399 | 2025-05-22T19:59:10.210Z | Downloaded atomic-waker v1.1.2 |
400 | 2025-05-22T19:59:10.213Z | Downloaded thread-id v4.2.2 |
401 | 2025-05-22T19:59:10.213Z | Downloaded thiserror-impl v1.0.69 |
402 | 2025-05-22T19:59:10.213Z | Downloaded instant v0.1.13 |
403 | 2025-05-22T19:59:10.216Z | Downloaded http-body v1.0.1 |
404 | 2025-05-22T19:59:10.216Z | Downloaded darling_macro v0.20.10 |
405 | 2025-05-22T19:59:10.281Z | Compiling proc-macro2 v1.0.95 |
406 | 2025-05-22T19:59:10.281Z | Compiling unicode-ident v1.0.18 |
407 | 2025-05-22T19:59:10.281Z | Compiling libc v0.2.172 |
408 | 2025-05-22T19:59:10.285Z | Checking cfg-if v1.0.0 |
409 | 2025-05-22T19:59:10.285Z | Compiling autocfg v1.4.0 |
410 | 2025-05-22T19:59:10.393Z | Compiling serde v1.0.219 |
411 | 2025-05-22T19:59:10.399Z | Checking memchr v2.7.4 |
412 | 2025-05-22T19:59:10.403Z | Compiling serde_json v1.0.140 |
413 | 2025-05-22T19:59:10.477Z | Checking itoa v1.0.11 |
414 | 2025-05-22T19:59:10.684Z | Checking ryu v1.0.18 |
415 | 2025-05-22T19:59:10.936Z | Compiling semver v1.0.26 |
416 | 2025-05-22T19:59:10.951Z | Checking pin-project-lite v0.2.14 |
417 | 2025-05-22T19:59:11.068Z | Compiling version_check v0.9.5 |
418 | 2025-05-22T19:59:11.131Z | Checking smallvec v1.14.0 |
419 | 2025-05-22T19:59:11.257Z | Checking bytes v1.10.1 |
420 | 2025-05-22T19:59:11.413Z | Checking once_cell v1.21.3 |
421 | 2025-05-22T19:59:11.456Z | Checking futures-core v0.3.31 |
422 | 2025-05-22T19:59:11.628Z | Compiling lock_api v0.4.12 |
423 | 2025-05-22T19:59:11.649Z | Compiling num-traits v0.2.19 |
424 | 2025-05-22T19:59:11.744Z | Compiling parking_lot_core v0.9.10 |
425 | 2025-05-22T19:59:11.794Z | Checking equivalent v1.0.1 |
426 | 2025-05-22T19:59:11.975Z | Compiling thiserror v1.0.69 |
427 | 2025-05-22T19:59:11.999Z | Checking foldhash v0.1.3 |
428 | 2025-05-22T19:59:12.035Z | Checking allocator-api2 v0.2.18 |
429 | 2025-05-22T19:59:12.122Z | Compiling quote v1.0.40 |
430 | 2025-05-22T19:59:12.192Z | Checking getrandom v0.2.15 |
431 | 2025-05-22T19:59:12.279Z | Checking fnv v1.0.7 |
432 | 2025-05-22T19:59:12.354Z | Compiling getrandom v0.3.1 |
433 | 2025-05-22T19:59:12.412Z | Compiling shlex v1.3.0 |
434 | 2025-05-22T19:59:12.426Z | Checking scopeguard v1.2.0 |
435 | 2025-05-22T19:59:12.530Z | Compiling syn v2.0.101 |
436 | 2025-05-22T19:59:12.665Z | Checking hashbrown v0.15.1 |
437 | 2025-05-22T19:59:12.710Z | Compiling cc v1.2.15 |
438 | 2025-05-22T19:59:12.804Z | Compiling slab v0.4.9 |
439 | 2025-05-22T19:59:12.938Z | Checking futures-sink v0.3.31 |
440 | 2025-05-22T19:59:13.015Z | Checking stable_deref_trait v1.2.0 |
441 | 2025-05-22T19:59:13.083Z | Checking parking_lot v0.12.3 |
442 | 2025-05-22T19:59:13.119Z | Checking socket2 v0.5.9 |
443 | 2025-05-22T19:59:13.302Z | Checking signal-hook-registry v1.4.2 |
444 | 2025-05-22T19:59:13.316Z | Checking mio v1.0.2 |
445 | 2025-05-22T19:59:13.417Z | Checking iana-time-zone v0.1.63 |
446 | 2025-05-22T19:59:13.542Z | Compiling schemars v0.8.22 |
447 | 2025-05-22T19:59:13.610Z | Checking dyn-clone v1.0.19 |
448 | 2025-05-22T19:59:13.696Z | Compiling thiserror v2.0.12 |
449 | 2025-05-22T19:59:13.759Z | Checking log v0.4.27 |
450 | 2025-05-22T19:59:13.854Z | Checking futures-channel v0.3.31 |
451 | 2025-05-22T19:59:13.857Z | Checking http v1.3.1 |
452 | 2025-05-22T19:59:13.909Z | Checking rustls-pki-types v1.10.0 |
453 | 2025-05-22T19:59:13.938Z | Checking pin-utils v0.1.0 |
454 | 2025-05-22T19:59:14.029Z | Checking futures-io v0.3.31 |
455 | 2025-05-22T19:59:14.204Z | Checking futures-task v0.3.31 |
456 | 2025-05-22T19:59:14.425Z | Compiling heck v0.5.0 |
457 | 2025-05-22T19:59:14.596Z | Checking untrusted v0.9.0 |
458 | 2025-05-22T19:59:14.609Z | Checking writeable v0.5.5 |
459 | 2025-05-22T19:59:14.770Z | Checking litemap v0.7.3 |
460 | 2025-05-22T19:59:14.810Z | Compiling ucd-trie v0.1.7 |
461 | 2025-05-22T19:59:14.936Z | Compiling httparse v1.9.5 |
462 | 2025-05-22T19:59:15.089Z | Checking tracing-core v0.1.32 |
463 | 2025-05-22T19:59:15.111Z | Checking byteorder v1.5.0 |
464 | 2025-05-22T19:59:15.225Z | Checking zeroize v1.8.1 |
465 | 2025-05-22T19:59:15.459Z | Checking subtle v2.6.1 |
466 | 2025-05-22T19:59:15.472Z | Compiling ring v0.17.14 |
467 | 2025-05-22T19:59:15.498Z | Checking atomic-waker v1.1.2 |
468 | 2025-05-22T19:59:15.679Z | Checking icu_locid_transform_data v1.5.0 |
469 | 2025-05-22T19:59:15.772Z | Checking tracing v0.1.40 |
470 | 2025-05-22T19:59:16.006Z | Checking http-body v1.0.1 |
471 | 2025-05-22T19:59:16.075Z | Compiling uuid v1.16.0 |
472 | 2025-05-22T19:59:16.261Z | Checking try-lock v0.2.5 |
473 | 2025-05-22T19:59:16.327Z | Checking icu_properties_data v1.5.0 |
474 | 2025-05-22T19:59:16.349Z | Compiling regress v0.10.3 |
475 | 2025-05-22T19:59:16.403Z | Compiling chrono v0.4.41 |
476 | 2025-05-22T19:59:16.462Z | Checking want v0.3.1 |
477 | 2025-05-22T19:59:16.555Z | Checking tower-service v0.3.3 |
478 | 2025-05-22T19:59:16.619Z | Checking utf16_iter v1.0.5 |
479 | 2025-05-22T19:59:16.639Z | Checking write16 v1.0.0 |
480 | 2025-05-22T19:59:16.680Z | Compiling rustls v0.23.19 |
481 | 2025-05-22T19:59:16.765Z | Checking utf8_iter v1.0.4 |
482 | 2025-05-22T19:59:16.768Z | Compiling slog v2.7.0 |
483 | 2025-05-22T19:59:16.786Z | Checking percent-encoding v2.3.1 |
484 | 2025-05-22T19:59:16.969Z | Checking icu_normalizer_data v1.5.0 |
485 | 2025-05-22T19:59:17.004Z | Checking httpdate v1.0.3 |
486 | 2025-05-22T19:59:17.063Z | Checking form_urlencoded v1.2.1 |
487 | 2025-05-22T19:59:17.258Z | Compiling aho-corasick v1.1.3 |
488 | 2025-05-22T19:59:17.272Z | Compiling regex-syntax v0.8.5 |
489 | 2025-05-22T19:59:18.171Z | Compiling typenum v1.17.0 |
490 | 2025-05-22T19:59:19.645Z | Compiling serde_derive_internals v0.29.1 |
491 | 2025-05-22T19:59:19.692Z | Compiling synstructure v0.13.1 |
492 | 2025-05-22T19:59:20.776Z | Compiling regex-automata v0.4.8 |
493 | 2025-05-22T19:59:20.861Z | Compiling generic-array v0.14.7 |
494 | 2025-05-22T19:59:21.276Z | Checking mime v0.3.17 |
495 | 2025-05-22T19:59:21.432Z | Compiling paste v1.0.15 |
496 | 2025-05-22T19:59:21.959Z | Checking http-body-util v0.1.3 |
497 | 2025-05-22T19:59:21.979Z | Checking webpki-roots v0.26.6 |
498 | 2025-05-22T19:59:22.195Z | Checking rustls-pemfile v2.2.0 |
499 | 2025-05-22T19:59:22.363Z | Checking rand_core v0.6.4 |
500 | 2025-05-22T19:59:22.376Z | Checking sync_wrapper v1.0.1 |
501 | 2025-05-22T19:59:22.389Z | Compiling usdt-impl v0.5.0 |
502 | 2025-05-22T19:59:22.510Z | Checking tower-layer v0.3.3 |
503 | 2025-05-22T19:59:22.654Z | Checking base64 v0.22.1 |
504 | 2025-05-22T19:59:22.698Z | Compiling time-core v0.1.2 |
505 | 2025-05-22T19:59:22.758Z | Compiling newtype-uuid v1.2.1 |
506 | 2025-05-22T19:59:22.775Z | Compiling rustix v0.38.37 |
507 | 2025-05-22T19:59:22.796Z | Checking rustls-webpki v0.102.8 |
508 | 2025-05-22T19:59:22.876Z | Compiling num-conv v0.1.0 |
509 | 2025-05-22T19:59:23.082Z | Checking powerfmt v0.2.0 |
510 | 2025-05-22T19:59:23.096Z | Compiling serde_derive v1.0.219 |
511 | 2025-05-22T19:59:23.116Z | Compiling schemars_derive v0.8.22 |
512 | 2025-05-22T19:59:23.128Z | Compiling zerofrom-derive v0.1.4 |
513 | 2025-05-22T19:59:23.347Z | Compiling thiserror-impl v1.0.69 |
514 | 2025-05-22T19:59:23.424Z | Compiling yoke-derive v0.7.4 |
515 | 2025-05-22T19:59:23.489Z | Compiling tokio-macros v2.5.0 |
516 | 2025-05-22T19:59:23.962Z | Compiling zerovec-derive v0.10.3 |
517 | 2025-05-22T19:59:24.872Z | Compiling zerocopy-derive v0.7.35 |
518 | 2025-05-22T19:59:25.659Z | Checking tokio v1.45.0 |
519 | 2025-05-22T19:59:25.672Z | Compiling displaydoc v0.2.5 |
520 | 2025-05-22T19:59:25.854Z | Compiling futures-macro v0.3.31 |
521 | 2025-05-22T19:59:26.017Z | Checking zerofrom v0.1.4 |
522 | 2025-05-22T19:59:26.211Z | Compiling thiserror-impl v2.0.12 |
523 | 2025-05-22T19:59:26.222Z | Checking yoke v0.7.4 |
524 | 2025-05-22T19:59:26.565Z | Checking zerovec v0.10.4 |
525 | 2025-05-22T19:59:26.737Z | Compiling icu_provider_macros v1.5.0 |
526 | 2025-05-22T19:59:27.050Z | Compiling pest v2.7.14 |
527 | 2025-05-22T19:59:27.102Z | Checking zerocopy v0.7.35 |
528 | 2025-05-22T19:59:27.545Z | Checking futures-util v0.3.31 |
529 | 2025-05-22T19:59:28.138Z | Checking tinystr v0.7.6 |
530 | 2025-05-22T19:59:28.257Z | Checking icu_collections v1.5.0 |
531 | 2025-05-22T19:59:28.493Z | Checking icu_locid v1.5.0 |
532 | 2025-05-22T19:59:29.307Z | Compiling regex v1.11.1 |
533 | 2025-05-22T19:59:29.466Z | Checking icu_provider v1.5.0 |
534 | 2025-05-22T19:59:30.097Z | Checking icu_locid_transform v1.5.0 |
535 | 2025-05-22T19:59:30.162Z | Compiling pest_meta v2.7.14 |
536 | 2025-05-22T19:59:30.200Z | Compiling scroll_derive v0.12.0 |
537 | 2025-05-22T19:59:31.036Z | Checking icu_properties v1.5.1 |
538 | 2025-05-22T19:59:31.570Z | Compiling pest_generator v2.7.14 |
539 | 2025-05-22T19:59:32.095Z | Checking scroll v0.12.0 |
540 | 2025-05-22T19:59:32.305Z | Checking tokio-util v0.7.13 |
541 | 2025-05-22T19:59:32.344Z | Checking tokio-rustls v0.26.0 |
542 | 2025-05-22T19:59:32.519Z | Checking tower v0.5.2 |
543 | 2025-05-22T19:59:32.702Z | Checking ppv-lite86 v0.2.20 |
544 | 2025-05-22T19:59:33.250Z | Checking deranged v0.3.11 |
545 | 2025-05-22T19:59:33.307Z | Compiling time-macros v0.2.18 |
546 | 2025-05-22T19:59:33.413Z | Compiling structmeta-derive v0.3.0 |
547 | 2025-05-22T19:59:33.745Z | Compiling pest_derive v2.7.14 |
548 | 2025-05-22T19:59:35.175Z | Checking indexmap v2.9.0 |
549 | 2025-05-22T19:59:35.179Z | Compiling serde_tokenstream v0.2.2 |
550 | 2025-05-22T19:59:35.676Z | Checking icu_normalizer v1.5.0 |
551 | 2025-05-22T19:59:35.945Z | Checking serde_urlencoded v0.7.1 |
552 | 2025-05-22T19:59:36.271Z | Compiling dtrace-parser v0.2.0 |
553 | 2025-05-22T19:59:36.425Z | Checking h2 v0.4.6 |
554 | 2025-05-22T19:59:36.488Z | Checking idna_adapter v1.2.0 |
555 | 2025-05-22T19:59:36.521Z | Compiling thread-id v4.2.2 |
556 | 2025-05-22T19:59:36.686Z | Checking idna v1.0.3 |
557 | 2025-05-22T19:59:37.066Z | Compiling dof v0.3.0 |
558 | 2025-05-22T19:59:37.178Z | Checking url v2.5.3 |
559 | 2025-05-22T19:59:37.795Z | Checking errno v0.3.9 |
560 | 2025-05-22T19:59:37.839Z | Compiling strsim v0.11.1 |
561 | 2025-05-22T19:59:37.893Z | Checking ipnetwork v0.21.1 |
562 | 2025-05-22T19:59:37.993Z | Compiling omicron-workspace-hack v0.1.0 |
563 | 2025-05-22T19:59:38.212Z | Checking ipnet v2.11.0 |
564 | 2025-05-22T19:59:38.300Z | Compiling ident_case v1.0.1 |
565 | 2025-05-22T19:59:38.467Z | Compiling typify-impl v0.3.0 |
566 | 2025-05-22T19:59:38.481Z | Checking plain v0.2.3 |
567 | 2025-05-22T19:59:38.616Z | Compiling rustversion v1.0.17 |
568 | 2025-05-22T19:59:38.693Z | Checking bitflags v2.9.0 |
569 | 2025-05-22T19:59:38.809Z | Checking num_threads v0.1.7 |
570 | 2025-05-22T19:59:38.933Z | Compiling crossbeam-utils v0.8.21 |
571 | 2025-05-22T19:59:39.412Z | Checking time v0.3.36 |
572 | 2025-05-22T19:59:39.456Z | Checking goblin v0.8.2 |
573 | 2025-05-22T19:59:40.275Z | Compiling darling_core v0.20.10 |
574 | 2025-05-22T19:59:40.458Z | Checking hyper v1.6.0 |
575 | 2025-05-22T19:59:41.134Z | Checking oxnet v0.1.2 |
576 | 2025-05-22T19:59:41.506Z | Compiling openapiv3 v2.0.0 |
577 | 2025-05-22T19:59:42.359Z | Checking hyper-util v0.1.11 |
578 | 2025-05-22T19:59:43.246Z | Compiling structmeta v0.3.0 |
579 | 2025-05-22T19:59:43.285Z | Checking rand_chacha v0.3.1 |
580 | 2025-05-22T19:59:43.615Z | Compiling daft-derive v0.1.3 |
581 | 2025-05-22T19:59:43.669Z | Checking dirs-sys-next v0.1.2 |
582 | 2025-05-22T19:59:43.996Z | Checking hyper-rustls v0.27.3 |
583 | 2025-05-22T19:59:44.274Z | Compiling unsafe-libyaml v0.2.11 |
584 | 2025-05-22T19:59:44.328Z | Checking reqwest v0.12.15 |
585 | 2025-05-22T19:59:44.377Z | Checking fastrand v2.1.1 |
586 | 2025-05-22T19:59:44.692Z | Compiling anyhow v1.0.98 |
587 | 2025-05-22T19:59:45.077Z | Checking pretty-hex v0.4.1 |
588 | 2025-05-22T19:59:45.153Z | Compiling rustls v0.22.4 |
589 | 2025-05-22T19:59:45.305Z | Compiling darling_macro v0.20.10 |
590 | 2025-05-22T19:59:45.333Z | Checking daft v0.1.3 |
591 | 2025-05-22T19:59:45.614Z | Checking tempfile v3.13.0 |
592 | 2025-05-22T19:59:45.628Z | Compiling serde_yaml v0.9.34+deprecated |
593 | 2025-05-22T19:59:45.726Z | Checking dirs-next v2.0.0 |
594 | 2025-05-22T19:59:45.791Z | Checking rand v0.8.5 |
595 | 2025-05-22T19:59:45.876Z | Checking crypto-common v0.1.6 |
596 | 2025-05-22T19:59:46.040Z | Checking block-buffer v0.10.4 |
597 | 2025-05-22T19:59:46.204Z | Checking serde_spanned v0.6.8 |
598 | 2025-05-22T19:59:46.247Z | Checking toml_datetime v0.6.9 |
599 | 2025-05-22T19:59:46.432Z | Checking wait-timeout v0.2.0 |
600 | 2025-05-22T19:59:46.446Z | Checking thread_local v1.1.8 |
601 | 2025-05-22T19:59:46.549Z | Compiling multer v3.1.0 |
602 | 2025-05-22T19:59:46.563Z | Checking quick-error v1.2.3 |
603 | 2025-05-22T19:59:46.617Z | Checking bit-vec v0.8.0 |
604 | 2025-05-22T19:59:46.718Z | Checking winnow v0.7.10 |
605 | 2025-05-22T19:59:46.731Z | Compiling slog-async v2.8.0 |
606 | 2025-05-22T19:59:46.888Z | Checking toml_write v0.1.1 |
607 | 2025-05-22T19:59:46.929Z | Compiling camino v1.1.9 |
608 | 2025-05-22T19:59:46.957Z | Checking match_cfg v0.1.0 |
609 | 2025-05-22T19:59:47.000Z | Checking bit-set v0.8.0 |
610 | 2025-05-22T19:59:47.047Z | Checking hostname v0.3.1 |
611 | 2025-05-22T19:59:47.187Z | Compiling strum_macros v0.26.4 |
612 | 2025-05-22T19:59:47.260Z | Checking rusty-fork v0.3.0 |
613 | 2025-05-22T19:59:47.263Z | Checking crossbeam-channel v0.5.15 |
614 | 2025-05-22T19:59:47.542Z | Checking digest v0.10.7 |
615 | 2025-05-22T19:59:47.546Z | Compiling darling v0.20.10 |
616 | 2025-05-22T19:59:47.673Z | Checking term v0.7.0 |
617 | 2025-05-22T19:59:47.877Z | Checking progenitor-client v0.9.1 |
618 | 2025-05-22T19:59:48.111Z | Compiling usdt-attr-macro v0.5.0 |
619 | 2025-05-22T19:59:48.197Z | Compiling usdt-macro v0.5.0 |
620 | 2025-05-22T19:59:48.250Z | Checking slog-json v2.6.1 |
621 | 2025-05-22T19:59:48.521Z | Checking hex v0.4.3 |
622 | 2025-05-22T19:59:48.610Z | Checking futures-executor v0.3.31 |
623 | 2025-05-22T19:59:48.856Z | Compiling async-stream-impl v0.3.6 |
624 | 2025-05-22T19:59:49.013Z | Checking rand_xorshift v0.3.0 |
625 | 2025-05-22T19:59:49.180Z | Compiling typify-macro v0.3.0 |
626 | 2025-05-22T19:59:49.196Z | Checking is-terminal v0.4.13 |
627 | 2025-05-22T19:59:49.321Z | Checking memmap v0.7.0 |
628 | 2025-05-22T19:59:49.420Z | Compiling dropshot v0.16.2 |
629 | 2025-05-22T19:59:49.423Z | Checking encoding_rs v0.8.34 |
630 | 2025-05-22T19:59:49.525Z | Checking unarray v0.1.4 |
631 | 2025-05-22T19:59:49.528Z | Checking toml_edit v0.22.26 |
632 | 2025-05-22T19:59:49.680Z | Checking lazy_static v1.5.0 |
633 | 2025-05-22T19:59:49.777Z | Checking take_mut v0.2.2 |
634 | 2025-05-22T19:59:49.812Z | Checking cpufeatures v0.2.14 |
635 | 2025-05-22T19:59:49.912Z | Checking spin v0.9.8 |
636 | 2025-05-22T19:59:49.957Z | Checking async-stream v0.3.6 |
637 | 2025-05-22T19:59:50.092Z | Checking sha1 v0.10.6 |
638 | 2025-05-22T19:59:50.168Z | Checking proptest v1.6.0 |
639 | 2025-05-22T19:59:50.280Z | Checking usdt v0.5.0 |
640 | 2025-05-22T19:59:50.370Z | Checking slog-term v2.9.1 |
641 | 2025-05-22T19:59:50.537Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
642 | 2025-05-22T19:59:50.697Z | Checking futures v0.3.31 |
643 | 2025-05-22T19:59:50.811Z | Checking slog-bunyan v2.5.0 |
644 | 2025-05-22T19:59:50.865Z | Compiling serde_with_macros v3.12.0 |
645 | 2025-05-22T19:59:51.047Z | Checking strum v0.26.3 |
646 | 2025-05-22T19:59:51.213Z | Compiling parse-display-derive v0.10.0 |
647 | 2025-05-22T19:59:51.298Z | Checking tokio-rustls v0.25.0 |
648 | 2025-05-22T19:59:51.478Z | Compiling test-strategy v0.4.0 |
649 | 2025-05-22T19:59:51.821Z | Compiling dropshot_endpoint v0.16.2 |
650 | 2025-05-22T19:59:51.949Z | Checking serde_path_to_error v0.1.17 |
651 | 2025-05-22T19:59:52.116Z | Checking toml v0.8.22 |
652 | 2025-05-22T19:59:52.280Z | Compiling typify v0.3.0 |
653 | 2025-05-22T19:59:52.418Z | Compiling progenitor-impl v0.9.1 |
654 | 2025-05-22T19:59:52.788Z | Compiling async-trait v0.1.88 |
655 | 2025-05-22T19:59:53.161Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
656 | 2025-05-22T19:59:53.931Z | Compiling derive-where v1.2.7 |
657 | 2025-05-22T19:59:54.039Z | Checking waitgroup v0.1.2 |
658 | 2025-05-22T19:59:54.188Z | Checking hostname v0.4.0 |
659 | 2025-05-22T19:59:54.334Z | Checking instant v0.1.13 |
660 | 2025-05-22T19:59:54.404Z | Checking debug-ignore v1.0.5 |
661 | 2025-05-22T19:59:54.464Z | Checking backoff v0.4.0 |
662 | 2025-05-22T19:59:54.537Z | Checking parse-display v0.10.0 |
663 | 2025-05-22T19:59:54.555Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26) |
664 | 2025-05-22T19:59:54.683Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
665 | 2025-05-22T19:59:54.744Z | Checking serde_with v3.12.0 |
666 | 2025-05-22T19:59:54.762Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
667 | 2025-05-22T19:59:54.838Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
668 | 2025-05-22T19:59:54.841Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
669 | 2025-05-22T19:59:55.161Z | Checking progenitor-client v0.10.0 |
670 | 2025-05-22T19:59:55.340Z | Checking macaddr v1.0.1 |
671 | 2025-05-22T19:59:56.254Z | Compiling progenitor-macro v0.9.1 |
672 | 2025-05-22T19:59:56.332Z | Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
673 | 2025-05-22T19:59:59.704Z | Checking progenitor v0.9.1 |
674 | 2025-05-22T19:59:59.813Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=875ae5b7f8f0e32e9be672a36b5dda109b9b2450#875ae5b7) |
675 | 2025-05-22T20:00:02.491Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
676 | 2025-05-22T20:00:09.619Z | Checking test-project v0.1.0 (/tmp/test-project) |
677 | 2025-05-22T20:00:09.685Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 01s |
678 | 2025-05-22T20:00:09.818Z | + cargo build --release |
679 | 2025-05-22T20:00:10.092Z | Compiling proc-macro2 v1.0.95 |
680 | 2025-05-22T20:00:10.093Z | Compiling unicode-ident v1.0.18 |
681 | 2025-05-22T20:00:10.093Z | Compiling libc v0.2.172 |
682 | 2025-05-22T20:00:10.097Z | Compiling cfg-if v1.0.0 |
683 | 2025-05-22T20:00:10.097Z | Compiling autocfg v1.4.0 |
684 | 2025-05-22T20:00:10.097Z | Compiling serde v1.0.219 |
685 | 2025-05-22T20:00:10.097Z | Compiling memchr v2.7.4 |
686 | 2025-05-22T20:00:10.097Z | Compiling serde_json v1.0.140 |
687 | 2025-05-22T20:00:10.217Z | Compiling itoa v1.0.11 |
688 | 2025-05-22T20:00:10.454Z | Compiling ryu v1.0.18 |
689 | 2025-05-22T20:00:10.532Z | Compiling semver v1.0.26 |
690 | 2025-05-22T20:00:10.855Z | Compiling pin-project-lite v0.2.14 |
691 | 2025-05-22T20:00:10.989Z | Compiling smallvec v1.14.0 |
692 | 2025-05-22T20:00:10.997Z | Compiling version_check v0.9.5 |
693 | 2025-05-22T20:00:11.009Z | Compiling once_cell v1.21.3 |
694 | 2025-05-22T20:00:11.190Z | Compiling futures-core v0.3.31 |
695 | 2025-05-22T20:00:11.423Z | Compiling bytes v1.10.1 |
696 | 2025-05-22T20:00:11.431Z | Compiling thiserror v1.0.69 |
697 | 2025-05-22T20:00:11.494Z | Compiling num-traits v0.2.19 |
698 | 2025-05-22T20:00:11.532Z | Compiling lock_api v0.4.12 |
699 | 2025-05-22T20:00:11.631Z | Compiling allocator-api2 v0.2.18 |
700 | 2025-05-22T20:00:11.830Z | Compiling quote v1.0.40 |
701 | 2025-05-22T20:00:11.887Z | Compiling parking_lot_core v0.9.10 |
702 | 2025-05-22T20:00:11.943Z | Compiling getrandom v0.2.15 |
703 | 2025-05-22T20:00:12.223Z | Compiling syn v2.0.101 |
704 | 2025-05-22T20:00:12.306Z | Compiling equivalent v1.0.1 |
705 | 2025-05-22T20:00:12.387Z | Compiling foldhash v0.1.3 |
706 | 2025-05-22T20:00:12.485Z | Compiling scopeguard v1.2.0 |
707 | 2025-05-22T20:00:12.538Z | Compiling getrandom v0.3.1 |
708 | 2025-05-22T20:00:12.580Z | Compiling hashbrown v0.15.1 |
709 | 2025-05-22T20:00:12.641Z | Compiling fnv v1.0.7 |
710 | 2025-05-22T20:00:12.650Z | Compiling shlex v1.3.0 |
711 | 2025-05-22T20:00:12.950Z | Compiling cc v1.2.15 |
712 | 2025-05-22T20:00:12.959Z | Compiling slab v0.4.9 |
713 | 2025-05-22T20:00:13.215Z | Compiling stable_deref_trait v1.2.0 |
714 | 2025-05-22T20:00:13.311Z | Compiling futures-sink v0.3.31 |
715 | 2025-05-22T20:00:13.463Z | Compiling parking_lot v0.12.3 |
716 | 2025-05-22T20:00:13.495Z | Compiling mio v1.0.2 |
717 | 2025-05-22T20:00:13.600Z | Compiling signal-hook-registry v1.4.2 |
718 | 2025-05-22T20:00:13.796Z | Compiling socket2 v0.5.9 |
719 | 2025-05-22T20:00:14.039Z | Compiling thiserror v2.0.12 |
720 | 2025-05-22T20:00:14.616Z | Compiling schemars v0.8.22 |
721 | 2025-05-22T20:00:14.713Z | Compiling iana-time-zone v0.1.63 |
722 | 2025-05-22T20:00:15.022Z | Compiling dyn-clone v1.0.19 |
723 | 2025-05-22T20:00:15.038Z | Compiling log v0.4.27 |
724 | 2025-05-22T20:00:15.254Z | Compiling futures-channel v0.3.31 |
725 | 2025-05-22T20:00:15.346Z | Compiling http v1.3.1 |
726 | 2025-05-22T20:00:15.461Z | Compiling rustls-pki-types v1.10.0 |
727 | 2025-05-22T20:00:15.493Z | Compiling futures-io v0.3.31 |
728 | 2025-05-22T20:00:15.690Z | Compiling ring v0.17.14 |
729 | 2025-05-22T20:00:15.699Z | Compiling futures-task v0.3.31 |
730 | 2025-05-22T20:00:15.717Z | Compiling pin-utils v0.1.0 |
731 | 2025-05-22T20:00:15.823Z | Compiling heck v0.5.0 |
732 | 2025-05-22T20:00:16.149Z | Compiling litemap v0.7.3 |
733 | 2025-05-22T20:00:16.193Z | Compiling untrusted v0.9.0 |
734 | 2025-05-22T20:00:16.378Z | Compiling writeable v0.5.5 |
735 | 2025-05-22T20:00:16.631Z | Compiling httparse v1.9.5 |
736 | 2025-05-22T20:00:16.642Z | Compiling ucd-trie v0.1.7 |
737 | 2025-05-22T20:00:17.133Z | Compiling tracing-core v0.1.32 |
738 | 2025-05-22T20:00:17.294Z | Compiling byteorder v1.5.0 |
739 | 2025-05-22T20:00:17.415Z | Compiling zeroize v1.8.1 |
740 | 2025-05-22T20:00:17.761Z | Compiling atomic-waker v1.1.2 |
741 | 2025-05-22T20:00:17.986Z | Compiling subtle v2.6.1 |
742 | 2025-05-22T20:00:18.111Z | Compiling icu_locid_transform_data v1.5.0 |
743 | 2025-05-22T20:00:18.225Z | Compiling tracing v0.1.40 |
744 | 2025-05-22T20:00:18.584Z | Compiling chrono v0.4.41 |
745 | 2025-05-22T20:00:18.856Z | Compiling http-body v1.0.1 |
746 | 2025-05-22T20:00:19.238Z | Compiling serde_derive_internals v0.29.1 |
747 | 2025-05-22T20:00:19.241Z | Compiling synstructure v0.13.1 |
748 | 2025-05-22T20:00:19.549Z | Compiling try-lock v0.2.5 |
749 | 2025-05-22T20:00:19.716Z | Compiling icu_properties_data v1.5.0 |
750 | 2025-05-22T20:00:19.811Z | Compiling uuid v1.16.0 |
751 | 2025-05-22T20:00:19.950Z | Compiling want v0.3.1 |
752 | 2025-05-22T20:00:20.322Z | Compiling regress v0.10.3 |
753 | 2025-05-22T20:00:20.356Z | Compiling icu_normalizer_data v1.5.0 |
754 | 2025-05-22T20:00:20.409Z | Compiling utf8_iter v1.0.4 |
755 | 2025-05-22T20:00:20.700Z | Compiling write16 v1.0.0 |
756 | 2025-05-22T20:00:20.767Z | Compiling slog v2.7.0 |
757 | 2025-05-22T20:00:20.849Z | Compiling rustls v0.23.19 |
758 | 2025-05-22T20:00:21.061Z | Compiling httpdate v1.0.3 |
759 | 2025-05-22T20:00:21.186Z | Compiling tower-service v0.3.3 |
760 | 2025-05-22T20:00:21.234Z | Compiling percent-encoding v2.3.1 |
761 | 2025-05-22T20:00:21.315Z | Compiling utf16_iter v1.0.5 |
762 | 2025-05-22T20:00:21.535Z | Compiling form_urlencoded v1.2.1 |
763 | 2025-05-22T20:00:22.113Z | Compiling aho-corasick v1.1.3 |
764 | 2025-05-22T20:00:22.335Z | Compiling regex-syntax v0.8.5 |
765 | 2025-05-22T20:00:22.727Z | Compiling serde_derive v1.0.219 |
766 | 2025-05-22T20:00:22.790Z | Compiling schemars_derive v0.8.22 |
767 | 2025-05-22T20:00:22.966Z | Compiling thiserror-impl v1.0.69 |
768 | 2025-05-22T20:00:24.584Z | Compiling zerofrom-derive v0.1.4 |
769 | 2025-05-22T20:00:25.421Z | Compiling yoke-derive v0.7.4 |
770 | 2025-05-22T20:00:25.494Z | Compiling tokio-macros v2.5.0 |
771 | 2025-05-22T20:00:25.543Z | Compiling zerovec-derive v0.10.3 |
772 | 2025-05-22T20:00:26.472Z | Compiling zerocopy-derive v0.7.35 |
773 | 2025-05-22T20:00:26.875Z | Compiling tokio v1.45.0 |
774 | 2025-05-22T20:00:27.379Z | Compiling displaydoc v0.2.5 |
775 | 2025-05-22T20:00:27.473Z | Compiling zerofrom v0.1.4 |
776 | 2025-05-22T20:00:27.613Z | Compiling futures-macro v0.3.31 |
777 | 2025-05-22T20:00:27.691Z | Compiling yoke v0.7.4 |
778 | 2025-05-22T20:00:27.803Z | Compiling thiserror-impl v2.0.12 |
779 | 2025-05-22T20:00:28.057Z | Compiling zerovec v0.10.4 |
780 | 2025-05-22T20:00:28.743Z | Compiling icu_provider_macros v1.5.0 |
781 | 2025-05-22T20:00:29.770Z | Compiling futures-util v0.3.31 |
782 | 2025-05-22T20:00:30.461Z | Compiling tinystr v0.7.6 |
783 | 2025-05-22T20:00:30.820Z | Compiling icu_locid v1.5.0 |
784 | 2025-05-22T20:00:30.870Z | Compiling pest v2.7.14 |
785 | 2025-05-22T20:00:33.644Z | Compiling icu_provider v1.5.0 |
786 | 2025-05-22T20:00:37.012Z | Compiling indexmap v2.9.0 |
787 | 2025-05-22T20:00:37.348Z | Compiling serde_tokenstream v0.2.2 |
788 | 2025-05-22T20:00:37.960Z | Compiling rustls-webpki v0.102.8 |
789 | 2025-05-22T20:00:38.048Z | Compiling tokio-util v0.7.13 |
790 | 2025-05-22T20:00:38.483Z | Compiling icu_locid_transform v1.5.0 |
791 | 2025-05-22T20:00:38.720Z | Compiling pest_meta v2.7.14 |
792 | 2025-05-22T20:00:41.115Z | Compiling icu_collections v1.5.0 |
793 | 2025-05-22T20:00:42.136Z | Compiling zerocopy v0.7.35 |
794 | 2025-05-22T20:00:42.251Z | Compiling icu_properties v1.5.1 |
795 | 2025-05-22T20:00:43.641Z | Compiling pest_generator v2.7.14 |
796 | 2025-05-22T20:00:43.770Z | Compiling h2 v0.4.6 |
797 | 2025-05-22T20:00:45.269Z | Compiling pest_derive v2.7.14 |
798 | 2025-05-22T20:00:46.065Z | Compiling typify-impl v0.3.0 |
799 | 2025-05-22T20:00:46.993Z | Compiling icu_normalizer v1.5.0 |
800 | 2025-05-22T20:00:48.487Z | Compiling typenum v1.17.0 |
801 | 2025-05-22T20:00:49.400Z | Compiling hyper v1.6.0 |
802 | 2025-05-22T20:00:51.732Z | Compiling idna_adapter v1.2.0 |
803 | 2025-05-22T20:00:52.460Z | Compiling hyper-util v0.1.11 |
804 | 2025-05-22T20:00:55.700Z | Compiling typify-macro v0.3.0 |
805 | 2025-05-22T20:00:56.207Z | Compiling regex-automata v0.4.8 |
806 | 2025-05-22T20:00:58.165Z | Compiling generic-array v0.14.7 |
807 | 2025-05-22T20:00:58.420Z | Compiling mime v0.3.17 |
808 | 2025-05-22T20:00:58.526Z | Compiling paste v1.0.15 |
809 | 2025-05-22T20:00:59.054Z | Compiling tokio-rustls v0.26.0 |
810 | 2025-05-22T20:00:59.541Z | Compiling idna v1.0.3 |
811 | 2025-05-22T20:01:00.144Z | Compiling regex v1.11.1 |
812 | 2025-05-22T20:01:00.691Z | Compiling serde_urlencoded v0.7.1 |
813 | 2025-05-22T20:01:01.021Z | Compiling scroll_derive v0.12.0 |
814 | 2025-05-22T20:01:01.261Z | Compiling http-body-util v0.1.3 |
815 | 2025-05-22T20:01:01.798Z | Compiling rustls-pemfile v2.2.0 |
816 | 2025-05-22T20:01:02.258Z | Compiling webpki-roots v0.26.6 |
817 | 2025-05-22T20:01:02.266Z | Compiling rand_core v0.6.4 |
818 | 2025-05-22T20:01:02.285Z | Compiling usdt-impl v0.5.0 |
819 | 2025-05-22T20:01:02.378Z | Compiling sync_wrapper v1.0.1 |
820 | 2025-05-22T20:01:02.531Z | Compiling powerfmt v0.2.0 |
821 | 2025-05-22T20:01:02.596Z | Compiling tower-layer v0.3.3 |
822 | 2025-05-22T20:01:02.665Z | Compiling num-conv v0.1.0 |
823 | 2025-05-22T20:01:02.726Z | Compiling omicron-workspace-hack v0.1.0 |
824 | 2025-05-22T20:01:02.937Z | Compiling rustix v0.38.37 |
825 | 2025-05-22T20:01:02.966Z | Compiling newtype-uuid v1.2.1 |
826 | 2025-05-22T20:01:03.003Z | Compiling base64 v0.22.1 |
827 | 2025-05-22T20:01:03.060Z | Compiling time-core v0.1.2 |
828 | 2025-05-22T20:01:03.243Z | Compiling time-macros v0.2.18 |
829 | 2025-05-22T20:01:03.314Z | Compiling tower v0.5.2 |
830 | 2025-05-22T20:01:03.678Z | Compiling deranged v0.3.11 |
831 | 2025-05-22T20:01:04.238Z | Compiling hyper-rustls v0.27.3 |
832 | 2025-05-22T20:01:04.246Z | Compiling scroll v0.12.0 |
833 | 2025-05-22T20:01:05.351Z | Compiling dof v0.3.0 |
834 | 2025-05-22T20:01:05.530Z | Compiling url v2.5.3 |
835 | 2025-05-22T20:01:05.869Z | Compiling thread-id v4.2.2 |
836 | 2025-05-22T20:01:06.107Z | Compiling dtrace-parser v0.2.0 |
837 | 2025-05-22T20:01:06.149Z | Compiling ppv-lite86 v0.2.20 |
838 | 2025-05-22T20:01:06.977Z | Compiling ipnetwork v0.21.1 |
839 | 2025-05-22T20:01:06.991Z | Compiling structmeta-derive v0.3.0 |
840 | 2025-05-22T20:01:09.309Z | Compiling errno v0.3.9 |
841 | 2025-05-22T20:01:10.779Z | Compiling ipnet v2.11.0 |
842 | 2025-05-22T20:01:11.019Z | Compiling num_threads v0.1.7 |
843 | 2025-05-22T20:01:11.150Z | Compiling plain v0.2.3 |
844 | 2025-05-22T20:01:11.331Z | Compiling strsim v0.11.1 |
845 | 2025-05-22T20:01:11.344Z | Compiling bitflags v2.9.0 |
846 | 2025-05-22T20:01:12.314Z | Compiling ident_case v1.0.1 |
847 | 2025-05-22T20:01:12.498Z | Compiling rustversion v1.0.17 |
848 | 2025-05-22T20:01:13.155Z | Compiling crossbeam-utils v0.8.21 |
849 | 2025-05-22T20:01:14.648Z | Compiling darling_core v0.20.10 |
850 | 2025-05-22T20:01:15.519Z | Compiling time v0.3.36 |
851 | 2025-05-22T20:01:17.419Z | Compiling reqwest v0.12.15 |
852 | 2025-05-22T20:01:18.716Z | Compiling goblin v0.8.2 |
853 | 2025-05-22T20:01:22.800Z | Compiling structmeta v0.3.0 |
854 | 2025-05-22T20:01:23.166Z | Compiling oxnet v0.1.2 |
855 | 2025-05-22T20:01:23.968Z | Compiling rand_chacha v0.3.1 |
856 | 2025-05-22T20:01:25.502Z | Compiling openapiv3 v2.0.0 |
857 | 2025-05-22T20:01:25.645Z | Compiling typify v0.3.0 |
858 | 2025-05-22T20:01:27.687Z | Compiling daft-derive v0.1.3 |
859 | 2025-05-22T20:01:29.191Z | Compiling dirs-sys-next v0.1.2 |
860 | 2025-05-22T20:01:29.771Z | Compiling pretty-hex v0.4.1 |
861 | 2025-05-22T20:01:30.030Z | Compiling fastrand v2.1.1 |
862 | 2025-05-22T20:01:30.248Z | Compiling rustls v0.22.4 |
863 | 2025-05-22T20:01:30.631Z | Compiling unsafe-libyaml v0.2.11 |
864 | 2025-05-22T20:01:30.676Z | Compiling anyhow v1.0.98 |
865 | 2025-05-22T20:01:31.189Z | Compiling tempfile v3.13.0 |
866 | 2025-05-22T20:01:31.796Z | Compiling dirs-next v2.0.0 |
867 | 2025-05-22T20:01:32.071Z | Compiling serde_yaml v0.9.34+deprecated |
868 | 2025-05-22T20:01:32.243Z | Compiling daft v0.1.3 |
869 | 2025-05-22T20:01:32.699Z | Compiling progenitor-impl v0.9.1 |
870 | 2025-05-22T20:01:33.097Z | Compiling rand v0.8.5 |
871 | 2025-05-22T20:01:34.414Z | Compiling darling_macro v0.20.10 |
872 | 2025-05-22T20:01:36.270Z | Compiling crypto-common v0.1.6 |
873 | 2025-05-22T20:01:36.498Z | Compiling block-buffer v0.10.4 |
874 | 2025-05-22T20:01:36.767Z | Compiling toml_datetime v0.6.9 |
875 | 2025-05-22T20:01:37.203Z | Compiling serde_spanned v0.6.8 |
876 | 2025-05-22T20:01:37.465Z | Compiling wait-timeout v0.2.0 |
877 | 2025-05-22T20:01:37.545Z | Compiling multer v3.1.0 |
878 | 2025-05-22T20:01:37.689Z | Compiling thread_local v1.1.8 |
879 | 2025-05-22T20:01:37.908Z | Compiling camino v1.1.9 |
880 | 2025-05-22T20:01:38.210Z | Compiling slog-async v2.8.0 |
881 | 2025-05-22T20:01:38.404Z | Compiling match_cfg v0.1.0 |
882 | 2025-05-22T20:01:38.425Z | Compiling quick-error v1.2.3 |
883 | 2025-05-22T20:01:38.469Z | Compiling toml_write v0.1.1 |
884 | 2025-05-22T20:01:38.500Z | Compiling winnow v0.7.10 |
885 | 2025-05-22T20:01:38.583Z | Compiling bit-vec v0.8.0 |
886 | 2025-05-22T20:01:38.739Z | Compiling rusty-fork v0.3.0 |
887 | 2025-05-22T20:01:38.942Z | Compiling hostname v0.3.1 |
888 | 2025-05-22T20:01:39.138Z | Compiling bit-set v0.8.0 |
889 | 2025-05-22T20:01:39.256Z | Compiling progenitor-macro v0.9.1 |
890 | 2025-05-22T20:01:40.668Z | Compiling digest v0.10.7 |
891 | 2025-05-22T20:01:41.085Z | Compiling crossbeam-channel v0.5.15 |
892 | 2025-05-22T20:01:41.115Z | Compiling strum_macros v0.26.4 |
893 | 2025-05-22T20:01:42.014Z | Compiling darling v0.20.10 |
894 | 2025-05-22T20:01:42.132Z | Compiling toml_edit v0.22.26 |
895 | 2025-05-22T20:01:42.871Z | Compiling term v0.7.0 |
896 | 2025-05-22T20:01:47.113Z | Compiling usdt-attr-macro v0.5.0 |
897 | 2025-05-22T20:01:48.487Z | Compiling usdt-macro v0.5.0 |
898 | 2025-05-22T20:01:49.534Z | Compiling progenitor-client v0.9.1 |
899 | 2025-05-22T20:01:49.672Z | Compiling slog-json v2.6.1 |
900 | 2025-05-22T20:01:50.088Z | Compiling rand_xorshift v0.3.0 |
901 | 2025-05-22T20:01:50.180Z | Compiling futures-executor v0.3.31 |
902 | 2025-05-22T20:01:50.383Z | Compiling hex v0.4.3 |
903 | 2025-05-22T20:01:50.466Z | Compiling async-stream-impl v0.3.6 |
904 | 2025-05-22T20:01:51.046Z | Compiling memmap v0.7.0 |
905 | 2025-05-22T20:01:51.235Z | Compiling is-terminal v0.4.13 |
906 | 2025-05-22T20:01:51.377Z | Compiling dropshot v0.16.2 |
907 | 2025-05-22T20:01:51.470Z | Compiling encoding_rs v0.8.34 |
908 | 2025-05-22T20:01:51.669Z | Compiling unarray v0.1.4 |
909 | 2025-05-22T20:01:51.740Z | Compiling spin v0.9.8 |
910 | 2025-05-22T20:01:51.861Z | Compiling lazy_static v1.5.0 |
911 | 2025-05-22T20:01:51.941Z | Compiling cpufeatures v0.2.14 |
912 | 2025-05-22T20:01:52.007Z | Compiling take_mut v0.2.2 |
913 | 2025-05-22T20:01:52.047Z | Compiling sha1 v0.10.6 |
914 | 2025-05-22T20:01:52.832Z | Compiling proptest v1.6.0 |
915 | 2025-05-22T20:01:55.205Z | Compiling async-stream v0.3.6 |
916 | 2025-05-22T20:01:55.567Z | Compiling slog-term v2.9.1 |
917 | 2025-05-22T20:01:57.077Z | Compiling tokio-rustls v0.25.0 |
918 | 2025-05-22T20:01:57.520Z | Compiling usdt v0.5.0 |
919 | 2025-05-22T20:01:58.220Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
920 | 2025-05-22T20:01:58.415Z | Compiling futures v0.3.31 |
921 | 2025-05-22T20:01:58.736Z | Compiling slog-bunyan v2.5.0 |
922 | 2025-05-22T20:01:58.917Z | Compiling progenitor v0.9.1 |
923 | 2025-05-22T20:01:59.015Z | Compiling toml v0.8.22 |
924 | 2025-05-22T20:01:59.093Z | Compiling strum v0.26.3 |
925 | 2025-05-22T20:01:59.294Z | Compiling serde_with_macros v3.12.0 |
926 | 2025-05-22T20:02:02.051Z | Compiling test-strategy v0.4.0 |
927 | 2025-05-22T20:02:02.935Z | Compiling parse-display-derive v0.10.0 |
928 | 2025-05-22T20:02:04.331Z | Compiling dropshot_endpoint v0.16.2 |
929 | 2025-05-22T20:02:05.043Z | Compiling serde_path_to_error v0.1.17 |
930 | 2025-05-22T20:02:05.593Z | Compiling async-trait v0.1.88 |
931 | 2025-05-22T20:02:06.019Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
932 | 2025-05-22T20:02:06.381Z | Compiling derive-where v1.2.7 |
933 | 2025-05-22T20:02:06.823Z | Compiling waitgroup v0.1.2 |
934 | 2025-05-22T20:02:07.069Z | Compiling hostname v0.4.0 |
935 | 2025-05-22T20:02:07.561Z | Compiling instant v0.1.13 |
936 | 2025-05-22T20:02:07.567Z | Compiling debug-ignore v1.0.5 |
937 | 2025-05-22T20:02:07.665Z | Compiling backoff v0.4.0 |
938 | 2025-05-22T20:02:07.685Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
939 | 2025-05-22T20:02:07.904Z | Compiling parse-display v0.10.0 |
940 | 2025-05-22T20:02:08.007Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26) |
941 | 2025-05-22T20:02:09.221Z | Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
942 | 2025-05-22T20:02:09.549Z | Compiling serde_with v3.12.0 |
943 | 2025-05-22T20:02:09.845Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=875ae5b7f8f0e32e9be672a36b5dda109b9b2450#875ae5b7) |
944 | 2025-05-22T20:02:12.197Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
945 | 2025-05-22T20:02:12.991Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
946 | 2025-05-22T20:02:13.772Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
947 | 2025-05-22T20:02:14.145Z | Compiling progenitor-client v0.10.0 |
948 | 2025-05-22T20:02:14.638Z | Compiling macaddr v1.0.1 |
949 | 2025-05-22T20:02:17.851Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
950 | 2025-05-22T20:02:28.256Z | Compiling test-project v0.1.0 (/tmp/test-project) |
951 | 2025-05-22T20:02:37.483Z | Finished `release` profile [optimized] target(s) in 2m 27s |
952 | 2025-05-22T20:02:37.547Z | process exited: duration 213323 ms, exit code 0 |
|
953 | 2025-05-22T20:02:37.555Z | found 0 output files |