|
|
|
1 | 2025-07-07T07:07:00.815Z | job assigned to worker 01JZHVAGMFDNQ9FJE0WWH2E4XK [factory gimlet-EVT22200007-propolis, EVT22200007/33549] (queued for 29 s) |
|
2 | 2025-07-07T07:07:09.262Z | starting task 0: "setup" |
3 | 2025-07-07T07:07:09.316Z | ++ uname -s |
4 | 2025-07-07T07:07:09.316Z | + kern=SunOS |
5 | 2025-07-07T07:07:09.316Z | + build_user=build |
6 | 2025-07-07T07:07:09.316Z | + build_uid=12345 |
7 | 2025-07-07T07:07:09.316Z | + work_dir=/work |
8 | 2025-07-07T07:07:09.316Z | + input_dir=/input |
9 | 2025-07-07T07:07:09.316Z | + [[ 0 == 12345 ]] |
10 | 2025-07-07T07:07:09.316Z | + case "$kern" in |
11 | 2025-07-07T07:07:09.316Z | + groupadd -g 12345 build |
12 | 2025-07-07T07:07:09.316Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-07-07T07:07:11.285Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-07-07T07:07:11.324Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-07-07T07:07:11.351Z | + home_fs=zfs |
16 | 2025-07-07T07:07:11.351Z | + [[ zfs == autofs ]] |
17 | 2025-07-07T07:07:11.351Z | + mkdir -p /home/build |
18 | 2025-07-07T07:07:11.351Z | + chown build:build /home/build /work |
19 | 2025-07-07T07:07:13.333Z | + chmod 0700 /home/build /work |
20 | 2025-07-07T07:07:13.358Z | process exited: duration 4077 ms, exit code 0 |
|
21 | 2025-07-07T07:07:13.409Z | starting task 1: "rust-toolchain" |
22 | 2025-07-07T07:07:13.435Z | + printf ' * rust toolchain channel = "%s"\n' stable |
23 | 2025-07-07T07:07:13.435Z | + printf ' * rust toolchain profile = "%s"\n' default |
24 | 2025-07-07T07:07:13.435Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
25 | 2025-07-07T07:07:13.435Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
26 | 2025-07-07T07:07:13.435Z | * rust toolchain channel = "stable" |
27 | 2025-07-07T07:07:13.435Z | * rust toolchain profile = "default" |
28 | 2025-07-07T07:07:13.435Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-07-07T07:07:13.435Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
30 | 2025-07-07T07:07:13.563Z | info: downloading installer |
31 | 2025-07-07T07:07:14.293Z | warn: It looks like you have an existing installation of Rust at: |
32 | 2025-07-07T07:07:14.293Z | warn: /opt/ooce/bin |
33 | 2025-07-07T07:07:14.293Z | warn: It is recommended that rustup be the primary Rust installation. |
34 | 2025-07-07T07:07:14.293Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
35 | 2025-07-07T07:07:14.293Z | warn: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-07-07T07:07:14.293Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-07-07T07:07:14.293Z | warn: or pass `-y' to ignore all ignorable checks. |
38 | 2025-07-07T07:07:14.293Z | error: cannot install while Rust is installed |
39 | 2025-07-07T07:07:14.293Z | warn: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-07-07T07:07:14.318Z | info: profile set to 'default' |
41 | 2025-07-07T07:07:14.318Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-07-07T07:07:14.318Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
43 | 2025-07-07T07:07:14.433Z | info: latest update on 2025-06-26, rust version 1.88.0 (6b00bc388 2025-06-23) |
44 | 2025-07-07T07:07:14.433Z | info: downloading component 'cargo' |
45 | 2025-07-07T07:07:14.670Z | info: downloading component 'clippy' |
46 | 2025-07-07T07:07:14.779Z | info: downloading component 'rust-docs' |
47 | 2025-07-07T07:07:15.135Z | info: downloading component 'rust-std' |
48 | 2025-07-07T07:07:15.860Z | info: downloading component 'rustc' |
49 | 2025-07-07T07:07:18.737Z | info: downloading component 'rustfmt' |
50 | 2025-07-07T07:07:18.790Z | info: installing component 'cargo' |
51 | 2025-07-07T07:07:19.983Z | info: installing component 'clippy' |
52 | 2025-07-07T07:07:20.482Z | info: installing component 'rust-docs' |
53 | 2025-07-07T07:07:23.450Z | info: installing component 'rust-std' |
54 | 2025-07-07T07:07:25.392Z | info: installing component 'rustc' |
55 | 2025-07-07T07:07:33.650Z | info: installing component 'rustfmt' |
56 | 2025-07-07T07:07:34.035Z | |
57 | 2025-07-07T07:07:34.035Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
58 | 2025-07-07T07:07:34.198Z | stable-x86_64-unknown-illumos installed - rustc 1.88.0 (6b00bc388 2025-06-23) |
59 | 2025-07-07T07:07:34.198Z | |
60 | 2025-07-07T07:07:34.224Z | |
61 | 2025-07-07T07:07:34.224Z | Rust is installed now. Great! |
62 | 2025-07-07T07:07:34.224Z | |
63 | 2025-07-07T07:07:34.224Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-07-07T07:07:34.224Z | environment variable. This has not been done automatically. |
65 | 2025-07-07T07:07:34.224Z | |
66 | 2025-07-07T07:07:34.224Z | To configure your current shell, you need to source |
67 | 2025-07-07T07:07:34.224Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-07-07T07:07:34.224Z | |
69 | 2025-07-07T07:07:34.224Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-07-07T07:07:34.224Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-07-07T07:07:34.224Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-07-07T07:07:34.224Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
73 | 2025-07-07T07:07:34.297Z | + rustup --version |
74 | 2025-07-07T07:07:34.325Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
75 | 2025-07-07T07:07:34.325Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
76 | 2025-07-07T07:07:34.436Z | info: The currently active `rustc` version is `rustc 1.88.0 (6b00bc388 2025-06-23)` |
77 | 2025-07-07T07:07:34.462Z | + cargo --version |
78 | 2025-07-07T07:07:34.551Z | cargo 1.88.0 (873a06493 2025-05-10) |
79 | 2025-07-07T07:07:34.577Z | + rustc --version |
80 | 2025-07-07T07:07:34.671Z | rustc 1.88.0 (6b00bc388 2025-06-23) |
81 | 2025-07-07T07:07:34.699Z | process exited: duration 21266 ms, exit code 0 |
|
82 | 2025-07-07T07:07:34.752Z | starting task 2: "authentication" |
83 | 2025-07-07T07:07:34.810Z | process exited: duration 58 ms, exit code 0 |
|
84 | 2025-07-07T07:07:34.863Z | starting task 3: "clone repository" |
85 | 2025-07-07T07:07:34.891Z | + mkdir -p /work/oxidecomputer/maghemite |
86 | 2025-07-07T07:07:34.891Z | + git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite |
87 | 2025-07-07T07:07:34.917Z | Cloning into '/work/oxidecomputer/maghemite'... |
88 | 2025-07-07T07:07:36.083Z | + cd /work/oxidecomputer/maghemite |
89 | 2025-07-07T07:07:36.083Z | + git fetch origin eb30e2da08eca7a9ec30e17d1a81b8f9967a66cb |
90 | 2025-07-07T07:07:36.732Z | From https://github.com/oxidecomputer/maghemite |
91 | 2025-07-07T07:07:36.732Z | * branch eb30e2da08eca7a9ec30e17d1a81b8f9967a66cb -> FETCH_HEAD |
92 | 2025-07-07T07:07:36.757Z | + [[ -n renovate/lock-file-maintenance ]] |
93 | 2025-07-07T07:07:36.757Z | ++ git branch --show-current |
94 | 2025-07-07T07:07:36.757Z | + current=main |
95 | 2025-07-07T07:07:36.757Z | + [[ main != renovate/lock-file-maintenance ]] |
96 | 2025-07-07T07:07:36.757Z | + git branch -f renovate/lock-file-maintenance eb30e2da08eca7a9ec30e17d1a81b8f9967a66cb |
97 | 2025-07-07T07:07:36.783Z | + git checkout -f renovate/lock-file-maintenance |
98 | 2025-07-07T07:07:36.783Z | Switched to branch 'renovate/lock-file-maintenance' |
99 | 2025-07-07T07:07:36.783Z | + git reset --hard eb30e2da08eca7a9ec30e17d1a81b8f9967a66cb |
100 | 2025-07-07T07:07:36.808Z | HEAD is now at eb30e2d Lock file maintenance |
101 | 2025-07-07T07:07:36.808Z | process exited: duration 1929 ms, exit code 0 |
|
102 | 2025-07-07T07:07:36.859Z | starting task 4: "build" |
103 | 2025-07-07T07:07:36.885Z | + set -o errexit |
104 | 2025-07-07T07:07:36.885Z | + set -o pipefail |
105 | 2025-07-07T07:07:36.885Z | + NEXTEST_VERSION=0.9.97 |
106 | 2025-07-07T07:07:36.885Z | + PLATFORM=illumos |
107 | 2025-07-07T07:07:36.885Z | + cargo --version |
108 | 2025-07-07T07:07:36.885Z | info: syncing channel updates for '1.86.0-x86_64-unknown-illumos' |
109 | 2025-07-07T07:07:37.032Z | info: latest update on 2025-04-03, rust version 1.86.0 (05f9846f8 2025-03-31) |
110 | 2025-07-07T07:07:37.032Z | info: downloading component 'cargo' |
111 | 2025-07-07T07:07:37.288Z | info: downloading component 'clippy' |
112 | 2025-07-07T07:07:37.743Z | info: downloading component 'rust-docs' |
113 | 2025-07-07T07:07:38.429Z | info: downloading component 'rust-std' |
114 | 2025-07-07T07:07:38.965Z | info: downloading component 'rustc' |
115 | 2025-07-07T07:07:41.509Z | info: downloading component 'rustfmt' |
116 | 2025-07-07T07:07:41.577Z | info: installing component 'cargo' |
117 | 2025-07-07T07:07:42.620Z | info: installing component 'clippy' |
118 | 2025-07-07T07:07:43.057Z | info: installing component 'rust-docs' |
119 | 2025-07-07T07:07:46.009Z | info: installing component 'rust-std' |
120 | 2025-07-07T07:07:47.986Z | info: installing component 'rustc' |
121 | 2025-07-07T07:07:55.646Z | info: installing component 'rustfmt' |
122 | 2025-07-07T07:07:56.155Z | cargo 1.86.0 (adf9b6ad1 2025-02-28) |
123 | 2025-07-07T07:07:56.181Z | + rustc --version |
124 | 2025-07-07T07:07:56.317Z | rustc 1.86.0 (05f9846f8 2025-03-31) |
125 | 2025-07-07T07:07:56.341Z | + curl -sSfL --retry 10 https://get.nexte.st/0.9.97/illumos |
126 | 2025-07-07T07:07:56.341Z | + gunzip |
127 | 2025-07-07T07:07:56.341Z | + tar -xvf - -C /home/build/.cargo/bin |
128 | 2025-07-07T07:07:57.525Z | x cargo-nextest, 18489920 bytes, 36114 tape blocks |
129 | 2025-07-07T07:07:57.550Z | + banner bfd |
130 | 2025-07-07T07:07:57.550Z | |
131 | 2025-07-07T07:07:57.550Z | ##### ###### ##### |
132 | 2025-07-07T07:07:57.550Z | # # # # # |
133 | 2025-07-07T07:07:57.550Z | ##### ##### # # |
134 | 2025-07-07T07:07:57.550Z | # # # # # |
135 | 2025-07-07T07:07:57.550Z | # # # # # |
136 | 2025-07-07T07:07:57.550Z | ##### # ##### |
137 | 2025-07-07T07:07:57.550Z | |
138 | 2025-07-07T07:07:57.550Z | + cargo nextest run -p bfd --nocapture |
139 | 2025-07-07T07:07:58.126Z | Updating crates.io index |
140 | 2025-07-07T07:07:58.185Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
141 | 2025-07-07T07:07:58.961Z | From https://github.com/oxidecomputer/falcon |
142 | 2025-07-07T07:07:58.961Z | * [new ref] bfcf50ebd5aa308990c858606ebf4e6cc3a0a119 -> refs/commit/bfcf50ebd5aa308990c858606ebf4e6cc3a0a119 |
143 | 2025-07-07T07:07:59.109Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
144 | 2025-07-07T07:07:59.670Z | From https://github.com/oxidecomputer/dendrite |
145 | 2025-07-07T07:07:59.670Z | * [new ref] 196b6b1389cedbe71ffaa369ccf2af90664fac75 -> refs/commit/196b6b1389cedbe71ffaa369ccf2af90664fac75 |
146 | 2025-07-07T07:07:59.729Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
147 | 2025-07-07T07:08:00.085Z | From https://github.com/oxidecomputer/ispf |
148 | 2025-07-07T07:08:00.085Z | * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496 |
149 | 2025-07-07T07:08:00.110Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
150 | 2025-07-07T07:08:00.620Z | From https://github.com/oxidecomputer/netadm-sys |
151 | 2025-07-07T07:08:00.620Z | * [new ref] edbf966dab4ea27af8163e9296484d3e51ec84b0 -> refs/commit/edbf966dab4ea27af8163e9296484d3e51ec84b0 |
152 | 2025-07-07T07:08:00.646Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
153 | 2025-07-07T07:08:06.728Z | From https://github.com/oxidecomputer/omicron |
154 | 2025-07-07T07:08:06.728Z | * [new ref] 765dbb0c6d463961ec364a388485a685ee80547c -> refs/commit/765dbb0c6d463961ec364a388485a685ee80547c |
155 | 2025-07-07T07:08:07.298Z | Updating git repository `https://github.com/oxidecomputer/opte` |
156 | 2025-07-07T07:08:08.289Z | From https://github.com/oxidecomputer/opte |
157 | 2025-07-07T07:08:08.289Z | * [new ref] 3d1263ced8177893d46da54a914e4c510dc2bfc8 -> refs/commit/3d1263ced8177893d46da54a914e4c510dc2bfc8 |
158 | 2025-07-07T07:08:08.344Z | Updating git repository `https://github.com/illumos/smf-rs` |
159 | 2025-07-07T07:08:08.705Z | From https://github.com/illumos/smf-rs |
160 | 2025-07-07T07:08:08.705Z | * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4 |
161 | 2025-07-07T07:08:08.744Z | Updating git repository `https://github.com/oxidecomputer/zone` |
162 | 2025-07-07T07:08:09.145Z | From https://github.com/oxidecomputer/zone |
163 | 2025-07-07T07:08:09.145Z | * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91 |
164 | 2025-07-07T07:08:09.193Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
165 | 2025-07-07T07:08:10.378Z | From https://github.com/oxidecomputer/propolis |
166 | 2025-07-07T07:08:10.378Z | * [new ref] 02fdf06bb279fc1b1393f993b90cbe84b7e9f281 -> refs/commit/02fdf06bb279fc1b1393f993b90cbe84b7e9f281 |
167 | 2025-07-07T07:08:10.513Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
168 | 2025-07-07T07:08:11.132Z | From https://github.com/oxidecomputer/transceiver-control |
169 | 2025-07-07T07:08:11.132Z | * [new ref] d861e1dedaa6eb6513a017c2bbe4b73e97327684 -> refs/commit/d861e1dedaa6eb6513a017c2bbe4b73e97327684 |
170 | 2025-07-07T07:08:11.171Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
171 | 2025-07-07T07:08:11.543Z | From https://github.com/oxidecomputer/dlpi-sys |
172 | 2025-07-07T07:08:11.543Z | * [new ref] bc75c49c365534f4764dec5853a75c7c9f4567c1 -> refs/commit/bc75c49c365534f4764dec5853a75c7c9f4567c1 |
173 | 2025-07-07T07:08:11.568Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
174 | 2025-07-07T07:08:12.006Z | From https://github.com/jmesmon/rust-libzfs |
175 | 2025-07-07T07:08:12.006Z | * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850 |
176 | 2025-07-07T07:08:12.031Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
177 | 2025-07-07T07:08:12.379Z | From https://github.com/oxidecomputer/rusty-doors |
178 | 2025-07-07T07:08:12.379Z | * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf |
179 | 2025-07-07T07:08:12.403Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
180 | 2025-07-07T07:08:12.798Z | From https://github.com/oxidecomputer/lldp |
181 | 2025-07-07T07:08:12.798Z | * [new ref] 82fbc8c9747eb9f74dde0f92ae77ec67f65652c4 -> refs/commit/82fbc8c9747eb9f74dde0f92ae77ec67f65652c4 |
182 | 2025-07-07T07:08:12.834Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
183 | 2025-07-07T07:08:13.491Z | From https://github.com/oxidecomputer/maghemite |
184 | 2025-07-07T07:08:13.491Z | * [new ref] fa5f15cdcd5864161a929e2ec01534f70dfba216 -> refs/commit/fa5f15cdcd5864161a929e2ec01534f70dfba216 |
185 | 2025-07-07T07:08:13.538Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
186 | 2025-07-07T07:08:13.959Z | From https://github.com/oxidecomputer/serde_human_bytes |
187 | 2025-07-07T07:08:13.959Z | * [new ref] 0a09794501b6208120528c3b457d5f3a8cb17424 -> refs/commit/0a09794501b6208120528c3b457d5f3a8cb17424 |
188 | 2025-07-07T07:08:13.984Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
189 | 2025-07-07T07:08:14.351Z | From https://github.com/oxidecomputer/slog-error-chain |
190 | 2025-07-07T07:08:14.351Z | * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2 |
191 | 2025-07-07T07:08:14.376Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
192 | 2025-07-07T07:08:14.750Z | From https://github.com/oxidecomputer/tufaceous |
193 | 2025-07-07T07:08:14.750Z | * [new ref] 3923a4358e8be55fef0f50859e8ea1efa48f00f0 -> refs/commit/3923a4358e8be55fef0f50859e8ea1efa48f00f0 |
194 | 2025-07-07T07:08:14.790Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
195 | 2025-07-07T07:08:16.225Z | From https://github.com/oxidecomputer/crucible |
196 | 2025-07-07T07:08:16.225Z | * [new ref] da3cf198a0e000bb89efc3a1c77d7ba09340a600 -> refs/commit/da3cf198a0e000bb89efc3a1c77d7ba09340a600 |
197 | 2025-07-07T07:08:16.405Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
198 | 2025-07-07T07:08:16.889Z | From https://github.com/oxidecomputer/propolis |
199 | 2025-07-07T07:08:16.889Z | * [new ref] e3988414bd68ecf806078fb898120e1194451ee9 -> refs/commit/e3988414bd68ecf806078fb898120e1194451ee9 |
200 | 2025-07-07T07:08:17.023Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
201 | 2025-07-07T07:08:17.694Z | From https://github.com/oxidecomputer/crucible |
202 | 2025-07-07T07:08:17.694Z | * [new ref] e164393a88e7b62598897dc4f53315f083e25333 -> refs/commit/e164393a88e7b62598897dc4f53315f083e25333 |
203 | 2025-07-07T07:08:17.761Z | Updating git repository `https://github.com/oxidecomputer/opte` |
204 | 2025-07-07T07:08:18.189Z | From https://github.com/oxidecomputer/opte |
205 | 2025-07-07T07:08:18.189Z | * [new ref] 23cebf3b1c911f09c203f7df50cc06bf780338e5 -> refs/commit/23cebf3b1c911f09c203f7df50cc06bf780338e5 |
206 | 2025-07-07T07:08:18.254Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
207 | 2025-07-07T07:08:19.100Z | From https://github.com/oxidecomputer/management-gateway-service |
208 | 2025-07-07T07:08:19.100Z | * [new ref] 0e1e055b66ec007c537e5bd45e210c245f9c537d -> refs/commit/0e1e055b66ec007c537e5bd45e210c245f9c537d |
209 | 2025-07-07T07:08:19.138Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
210 | 2025-07-07T07:08:19.526Z | From https://github.com/oxidecomputer/ipcc-rs |
211 | 2025-07-07T07:08:19.527Z | * [new ref] 524eb8f125003dff50b9703900c6b323f00f9e1b -> refs/commit/524eb8f125003dff50b9703900c6b323f00f9e1b |
212 | 2025-07-07T07:08:20.353Z | Downloading crates ... |
213 | 2025-07-07T07:08:20.429Z | Downloaded crunchy v0.2.4 |
214 | 2025-07-07T07:08:20.457Z | Downloaded dof v0.3.0 |
215 | 2025-07-07T07:08:20.457Z | Downloaded autocfg v1.5.0 |
216 | 2025-07-07T07:08:20.457Z | Downloaded base64 v0.21.7 |
217 | 2025-07-07T07:08:20.457Z | Downloaded ppv-lite86 v0.2.21 |
218 | 2025-07-07T07:08:20.484Z | Downloaded mime v0.3.17 |
219 | 2025-07-07T07:08:20.484Z | Downloaded owo-colors v4.2.2 |
220 | 2025-07-07T07:08:20.484Z | Downloaded openssl-macros v0.1.1 |
221 | 2025-07-07T07:08:20.484Z | Downloaded newtype-uuid v1.2.4 |
222 | 2025-07-07T07:08:20.511Z | Downloaded either v1.15.0 |
223 | 2025-07-07T07:08:20.511Z | Downloaded openssl-sys v0.9.109 |
224 | 2025-07-07T07:08:20.511Z | Downloaded parking_lot_core v0.8.6 |
225 | 2025-07-07T07:08:20.511Z | Downloaded tokio-macros v2.5.0 |
226 | 2025-07-07T07:08:20.537Z | Downloaded typify-macro v0.4.2 |
227 | 2025-07-07T07:08:20.537Z | Downloaded equivalent v1.0.2 |
228 | 2025-07-07T07:08:20.537Z | Downloaded spin v0.5.2 |
229 | 2025-07-07T07:08:20.537Z | Downloaded iana-time-zone v0.1.63 |
230 | 2025-07-07T07:08:20.537Z | Downloaded hyper-rustls v0.27.7 |
231 | 2025-07-07T07:08:20.563Z | Downloaded managed v0.8.0 |
232 | 2025-07-07T07:08:20.563Z | Downloaded lru-cache v0.1.2 |
233 | 2025-07-07T07:08:20.563Z | Downloaded tracing v0.1.41 |
234 | 2025-07-07T07:08:20.563Z | Downloaded zerofrom v0.1.6 |
235 | 2025-07-07T07:08:20.563Z | Downloaded serde-big-array v0.5.1 |
236 | 2025-07-07T07:08:20.589Z | Downloaded thread_local v1.1.9 |
237 | 2025-07-07T07:08:20.589Z | Downloaded scroll_derive v0.12.1 |
238 | 2025-07-07T07:08:20.589Z | Downloaded want v0.3.1 |
239 | 2025-07-07T07:08:20.589Z | Downloaded futures-task v0.3.31 |
240 | 2025-07-07T07:08:20.615Z | Downloaded sigpipe v0.1.3 |
241 | 2025-07-07T07:08:20.615Z | Downloaded slab v0.4.10 |
242 | 2025-07-07T07:08:20.615Z | Downloaded ident_case v1.0.1 |
243 | 2025-07-07T07:08:20.615Z | Downloaded term v0.7.0 |
244 | 2025-07-07T07:08:20.615Z | Downloaded testing_table v0.3.0 |
245 | 2025-07-07T07:08:20.640Z | Downloaded tabled_derive v0.11.0 |
246 | 2025-07-07T07:08:20.640Z | Downloaded tagptr v0.2.0 |
247 | 2025-07-07T07:08:20.640Z | Downloaded take_mut v0.2.2 |
248 | 2025-07-07T07:08:20.640Z | Downloaded rusty-fork v0.3.0 |
249 | 2025-07-07T07:08:20.640Z | Downloaded num-traits v0.2.19 |
250 | 2025-07-07T07:08:20.640Z | Downloaded rustversion v1.0.21 |
251 | 2025-07-07T07:08:20.640Z | Downloaded usdt-macro v0.5.0 |
252 | 2025-07-07T07:08:20.668Z | Downloaded tower-http v0.6.6 |
253 | 2025-07-07T07:08:20.668Z | Downloaded instant v0.1.13 |
254 | 2025-07-07T07:08:20.668Z | Downloaded libsw v3.5.0 |
255 | 2025-07-07T07:08:20.668Z | Downloaded ingot-macros v0.1.0 |
256 | 2025-07-07T07:08:20.668Z | Downloaded futures v0.3.31 |
257 | 2025-07-07T07:08:20.706Z | Downloaded libscf-sys v1.1.0 |
258 | 2025-07-07T07:08:20.706Z | Downloaded indicatif v0.18.0 |
259 | 2025-07-07T07:08:20.706Z | Downloaded linear-map v1.2.0 |
260 | 2025-07-07T07:08:20.706Z | Downloaded vcpkg v0.2.15 |
261 | 2025-07-07T07:08:20.746Z | Downloaded futures-executor v0.3.31 |
262 | 2025-07-07T07:08:20.771Z | Downloaded thiserror v2.0.12 |
263 | 2025-07-07T07:08:20.771Z | Downloaded libm v0.2.15 |
264 | 2025-07-07T07:08:20.796Z | Downloaded tabled v0.20.0 |
265 | 2025-07-07T07:08:20.822Z | Downloaded url v2.5.4 |
266 | 2025-07-07T07:08:20.822Z | Downloaded hickory-resolver v0.24.4 |
267 | 2025-07-07T07:08:20.822Z | Downloaded hashbrown v0.15.4 |
268 | 2025-07-07T07:08:20.822Z | Downloaded webpki-roots v1.0.1 |
269 | 2025-07-07T07:08:20.847Z | Downloaded serde_with v3.14.0 |
270 | 2025-07-07T07:08:20.847Z | Downloaded rustls v0.22.4 |
271 | 2025-07-07T07:08:20.871Z | Downloaded rustls v0.23.28 |
272 | 2025-07-07T07:08:20.904Z | Downloaded quinn-proto v0.11.12 |
273 | 2025-07-07T07:08:20.904Z | Downloaded rustix v1.0.7 |
274 | 2025-07-07T07:08:20.930Z | Downloaded rhai v1.22.2 |
275 | 2025-07-07T07:08:20.956Z | Downloaded unicode-width v0.1.14 |
276 | 2025-07-07T07:08:20.956Z | Downloaded regex v1.11.1 |
277 | 2025-07-07T07:08:20.983Z | Downloaded nix v0.30.1 |
278 | 2025-07-07T07:08:20.983Z | Downloaded regress v0.10.3 |
279 | 2025-07-07T07:08:20.983Z | Downloaded regex-syntax v0.8.5 |
280 | 2025-07-07T07:08:21.008Z | Downloaded proptest v1.7.0 |
281 | 2025-07-07T07:08:21.008Z | Downloaded rustix v0.38.44 |
282 | 2025-07-07T07:08:21.034Z | Downloaded openssl v0.10.73 |
283 | 2025-07-07T07:08:21.059Z | Downloaded hickory-proto v0.25.2 |
284 | 2025-07-07T07:08:21.059Z | Downloaded hickory-proto v0.24.4 |
285 | 2025-07-07T07:08:21.085Z | Downloaded tokio v1.46.1 |
286 | 2025-07-07T07:08:21.122Z | Downloaded reqwest v0.12.22 |
287 | 2025-07-07T07:08:21.148Z | Downloaded portable-atomic v1.11.1 |
288 | 2025-07-07T07:08:21.148Z | Downloaded unicode-width v0.2.1 |
289 | 2025-07-07T07:08:21.174Z | Downloaded sled v0.34.7 |
290 | 2025-07-07T07:08:21.174Z | Downloaded syn v2.0.104 |
291 | 2025-07-07T07:08:21.200Z | Downloaded idna v1.0.3 |
292 | 2025-07-07T07:08:21.200Z | Downloaded rayon v1.10.0 |
293 | 2025-07-07T07:08:21.200Z | Downloaded indexmap v2.10.0 |
294 | 2025-07-07T07:08:21.200Z | Downloaded unicode-segmentation v1.12.0 |
295 | 2025-07-07T07:08:21.200Z | Downloaded regex-automata v0.4.9 |
296 | 2025-07-07T07:08:21.226Z | Downloaded syn v1.0.109 |
297 | 2025-07-07T07:08:21.252Z | Downloaded petgraph v0.6.5 |
298 | 2025-07-07T07:08:21.252Z | Downloaded memchr v2.7.5 |
299 | 2025-07-07T07:08:21.278Z | Downloaded unsafe-libyaml v0.2.11 |
300 | 2025-07-07T07:08:21.278Z | Downloaded rustls-webpki v0.102.8 |
301 | 2025-07-07T07:08:21.304Z | Downloaded jiff v0.2.15 |
302 | 2025-07-07T07:08:21.304Z | Downloaded petgraph v0.8.2 |
303 | 2025-07-07T07:08:21.331Z | Downloaded tar v0.4.44 |
304 | 2025-07-07T07:08:21.331Z | Downloaded smoltcp v0.11.0 |
305 | 2025-07-07T07:08:21.357Z | Downloaded libc v0.2.174 |
306 | 2025-07-07T07:08:21.382Z | Downloaded rand v0.9.1 |
307 | 2025-07-07T07:08:21.382Z | Downloaded qorb v0.4.1 |
308 | 2025-07-07T07:08:21.383Z | Downloaded pest v2.8.1 |
309 | 2025-07-07T07:08:21.408Z | Downloaded getrandom v0.3.3 |
310 | 2025-07-07T07:08:21.408Z | Downloaded jiff-static v0.2.15 |
311 | 2025-07-07T07:08:21.408Z | Downloaded heapless v0.8.0 |
312 | 2025-07-07T07:08:21.408Z | Downloaded hashbrown v0.12.3 |
313 | 2025-07-07T07:08:21.408Z | Downloaded zerotrie v0.2.2 |
314 | 2025-07-07T07:08:21.408Z | Downloaded zerocopy-derive v0.8.26 |
315 | 2025-07-07T07:08:21.434Z | Downloaded toml_edit v0.19.15 |
316 | 2025-07-07T07:08:21.434Z | Downloaded typify-impl v0.4.2 |
317 | 2025-07-07T07:08:21.459Z | Downloaded typify-impl v0.3.0 |
318 | 2025-07-07T07:08:21.484Z | Downloaded encoding_rs v0.8.35 |
319 | 2025-07-07T07:08:21.510Z | Downloaded indexmap v1.9.3 |
320 | 2025-07-07T07:08:21.510Z | Downloaded test-strategy v0.4.3 |
321 | 2025-07-07T07:08:21.510Z | Downloaded serde_yaml v0.9.34+deprecated |
322 | 2025-07-07T07:08:21.510Z | Downloaded zerocopy v0.8.26 |
323 | 2025-07-07T07:08:21.536Z | Downloaded toml_edit v0.22.27 |
324 | 2025-07-07T07:08:21.536Z | Downloaded icu_locale_core v2.0.0 |
325 | 2025-07-07T07:08:21.561Z | Downloaded rand v0.8.5 |
326 | 2025-07-07T07:08:21.561Z | Downloaded libsw-core v0.3.2 |
327 | 2025-07-07T07:08:21.561Z | Downloaded futures-channel v0.3.31 |
328 | 2025-07-07T07:08:21.561Z | Downloaded thin-vec v0.2.14 |
329 | 2025-07-07T07:08:21.561Z | Downloaded unicode-ident v1.0.18 |
330 | 2025-07-07T07:08:21.561Z | Downloaded quinn v0.11.8 |
331 | 2025-07-07T07:08:21.562Z | Downloaded pretty_assertions v1.4.1 |
332 | 2025-07-07T07:08:21.587Z | Downloaded lzma-sys v0.1.20 |
333 | 2025-07-07T07:08:21.613Z | Downloaded zerovec v0.11.2 |
334 | 2025-07-07T07:08:21.613Z | Downloaded yansi v1.0.1 |
335 | 2025-07-07T07:08:21.613Z | Downloaded indent_write v2.2.0 |
336 | 2025-07-07T07:08:21.613Z | Downloaded icu_properties_data v2.0.1 |
337 | 2025-07-07T07:08:21.639Z | Downloaded prettyplease v0.2.35 |
338 | 2025-07-07T07:08:21.639Z | Downloaded futures-core v0.3.31 |
339 | 2025-07-07T07:08:21.639Z | Downloaded uuid v1.17.0 |
340 | 2025-07-07T07:08:21.639Z | Downloaded usdt-impl v0.5.0 |
341 | 2025-07-07T07:08:21.639Z | Downloaded untrusted v0.9.0 |
342 | 2025-07-07T07:08:21.639Z | Downloaded schemars v0.9.0 |
343 | 2025-07-07T07:08:21.665Z | Downloaded moka v0.12.10 |
344 | 2025-07-07T07:08:21.665Z | Downloaded unit-prefix v0.5.1 |
345 | 2025-07-07T07:08:21.665Z | Downloaded schemars v1.0.4 |
346 | 2025-07-07T07:08:21.691Z | Downloaded ring v0.17.14 |
347 | 2025-07-07T07:08:21.729Z | Downloaded iddqd v0.3.8 |
348 | 2025-07-07T07:08:21.756Z | Downloaded futures-util v0.3.31 |
349 | 2025-07-07T07:08:21.756Z | Downloaded foreign-types-macros v0.2.3 |
350 | 2025-07-07T07:08:21.757Z | Downloaded yoke v0.8.0 |
351 | 2025-07-07T07:08:21.757Z | Downloaded rustls-webpki v0.103.3 |
352 | 2025-07-07T07:08:21.757Z | Downloaded rustls-pki-types v1.12.0 |
353 | 2025-07-07T07:08:21.785Z | Downloaded getrandom v0.2.16 |
354 | 2025-07-07T07:08:21.785Z | Downloaded h2 v0.4.11 |
355 | 2025-07-07T07:08:21.785Z | Downloaded goblin v0.8.2 |
356 | 2025-07-07T07:08:21.785Z | Downloaded zerocopy v0.7.35 |
357 | 2025-07-07T07:08:21.811Z | Downloaded ingot-types v0.1.0 |
358 | 2025-07-07T07:08:21.811Z | Downloaded ingot v0.1.0 |
359 | 2025-07-07T07:08:21.811Z | Downloaded zerovec-derive v0.11.1 |
360 | 2025-07-07T07:08:21.811Z | Downloaded ryu v1.0.20 |
361 | 2025-07-07T07:08:21.811Z | Downloaded itertools v0.14.0 |
362 | 2025-07-07T07:08:21.838Z | Downloaded itertools v0.13.0 |
363 | 2025-07-07T07:08:21.839Z | Downloaded rayon-core v1.12.1 |
364 | 2025-07-07T07:08:21.839Z | Downloaded progenitor-impl v0.10.0 |
365 | 2025-07-07T07:08:21.839Z | Downloaded progenitor-impl v0.9.1 |
366 | 2025-07-07T07:08:21.865Z | Downloaded form_urlencoded v1.2.1 |
367 | 2025-07-07T07:08:21.865Z | Downloaded foreign-types-shared v0.3.1 |
368 | 2025-07-07T07:08:21.865Z | Downloaded foreign-types-shared v0.1.1 |
369 | 2025-07-07T07:08:21.865Z | Downloaded utf8parse v0.2.2 |
370 | 2025-07-07T07:08:21.865Z | Downloaded utf8_iter v1.0.4 |
371 | 2025-07-07T07:08:21.865Z | Downloaded utf-8 v0.7.6 |
372 | 2025-07-07T07:08:21.865Z | Downloaded rustls-pemfile v2.2.0 |
373 | 2025-07-07T07:08:21.865Z | Downloaded litemap v0.8.0 |
374 | 2025-07-07T07:08:21.865Z | Downloaded slog v2.7.0 |
375 | 2025-07-07T07:08:21.865Z | Downloaded idna_adapter v1.2.1 |
376 | 2025-07-07T07:08:21.865Z | Downloaded topological-sort v0.2.2 |
377 | 2025-07-07T07:08:21.865Z | Downloaded toml_write v0.1.2 |
378 | 2025-07-07T07:08:21.865Z | Downloaded thiserror-impl v1.0.69 |
379 | 2025-07-07T07:08:21.865Z | Downloaded thiserror v1.0.69 |
380 | 2025-07-07T07:08:21.865Z | Downloaded serde_with_macros v3.14.0 |
381 | 2025-07-07T07:08:21.865Z | Downloaded toml_datetime v0.6.11 |
382 | 2025-07-07T07:08:21.891Z | Downloaded iri-string v0.7.8 |
383 | 2025-07-07T07:08:21.891Z | Downloaded usdt-attr-macro v0.5.0 |
384 | 2025-07-07T07:08:21.891Z | Downloaded usdt v0.5.0 |
385 | 2025-07-07T07:08:21.891Z | Downloaded same-file v1.0.6 |
386 | 2025-07-07T07:08:21.891Z | Downloaded itertools v0.12.1 |
387 | 2025-07-07T07:08:21.891Z | Downloaded linked-hash-map v0.5.6 |
388 | 2025-07-07T07:08:21.891Z | Downloaded slog-json v2.6.1 |
389 | 2025-07-07T07:08:21.891Z | Downloaded rustc_version v0.4.1 |
390 | 2025-07-07T07:08:21.892Z | Downloaded ron v0.10.1 |
391 | 2025-07-07T07:08:21.918Z | Downloaded time v0.3.41 |
392 | 2025-07-07T07:08:21.918Z | Downloaded synstructure v0.13.2 |
393 | 2025-07-07T07:08:21.918Z | Downloaded slog-envlogger v2.2.0 |
394 | 2025-07-07T07:08:21.918Z | Downloaded icu_properties v2.0.1 |
395 | 2025-07-07T07:08:21.918Z | Downloaded icu_normalizer_data v2.0.0 |
396 | 2025-07-07T07:08:21.918Z | Downloaded hex v0.4.3 |
397 | 2025-07-07T07:08:21.918Z | Downloaded tabwriter v1.4.1 |
398 | 2025-07-07T07:08:21.918Z | Downloaded slog-bunyan v2.5.0 |
399 | 2025-07-07T07:08:21.944Z | Downloaded slog-async v2.8.0 |
400 | 2025-07-07T07:08:21.944Z | Downloaded schemars_derive v0.8.22 |
401 | 2025-07-07T07:08:21.944Z | Downloaded icu_normalizer v2.0.0 |
402 | 2025-07-07T07:08:21.944Z | Downloaded generic-array v0.14.7 |
403 | 2025-07-07T07:08:21.944Z | Downloaded tower v0.5.2 |
404 | 2025-07-07T07:08:21.944Z | Downloaded sync_wrapper v1.0.2 |
405 | 2025-07-07T07:08:21.944Z | Downloaded slog-scope v4.4.0 |
406 | 2025-07-07T07:08:21.944Z | Downloaded slog-dtrace v0.3.0 |
407 | 2025-07-07T07:08:21.944Z | Downloaded icu_provider v2.0.0 |
408 | 2025-07-07T07:08:21.970Z | Downloaded schemars v0.8.22 |
409 | 2025-07-07T07:08:21.970Z | Downloaded tokio-util v0.7.15 |
410 | 2025-07-07T07:08:21.970Z | Downloaded serde_json v1.0.140 |
411 | 2025-07-07T07:08:21.996Z | Downloaded postcard v1.1.2 |
412 | 2025-07-07T07:08:21.996Z | Downloaded pest_meta v2.8.1 |
413 | 2025-07-07T07:08:21.996Z | Downloaded omicron-zone-package v0.12.2 |
414 | 2025-07-07T07:08:21.996Z | Downloaded tempfile v3.20.0 |
415 | 2025-07-07T07:08:21.996Z | Downloaded similar v2.7.0 |
416 | 2025-07-07T07:08:21.996Z | Downloaded toml v0.8.23 |
417 | 2025-07-07T07:08:21.996Z | Downloaded rhai_codegen v2.2.0 |
418 | 2025-07-07T07:08:22.024Z | Downloaded sha2 v0.10.9 |
419 | 2025-07-07T07:08:22.024Z | Downloaded slog-term v2.9.1 |
420 | 2025-07-07T07:08:22.024Z | Downloaded num-rational v0.4.2 |
421 | 2025-07-07T07:08:22.024Z | Downloaded terminal_size v0.4.2 |
422 | 2025-07-07T07:08:22.025Z | Downloaded lazy_static v1.5.0 |
423 | 2025-07-07T07:08:22.025Z | Downloaded itoa v1.0.15 |
424 | 2025-07-07T07:08:22.025Z | Downloaded hyper v1.6.0 |
425 | 2025-07-07T07:08:22.025Z | Downloaded proc-macro2 v1.0.95 |
426 | 2025-07-07T07:08:22.025Z | Downloaded signal-hook-registry v1.4.5 |
427 | 2025-07-07T07:08:22.025Z | Downloaded shlex v1.3.0 |
428 | 2025-07-07T07:08:22.052Z | Downloaded sha1 v0.10.6 |
429 | 2025-07-07T07:08:22.052Z | Downloaded rustc_version v0.1.7 |
430 | 2025-07-07T07:08:22.052Z | Downloaded walkdir v2.5.0 |
431 | 2025-07-07T07:08:22.052Z | Downloaded scopeguard v1.2.0 |
432 | 2025-07-07T07:08:22.052Z | Downloaded steno v0.4.1 |
433 | 2025-07-07T07:08:22.052Z | Downloaded winnow v0.7.11 |
434 | 2025-07-07T07:08:22.052Z | Downloaded rand_core v0.6.4 |
435 | 2025-07-07T07:08:22.052Z | Downloaded quote v1.0.40 |
436 | 2025-07-07T07:08:22.052Z | Downloaded once_cell v1.21.3 |
437 | 2025-07-07T07:08:22.052Z | Downloaded rustc-hash v2.1.1 |
438 | 2025-07-07T07:08:22.080Z | Downloaded fxhash v0.2.1 |
439 | 2025-07-07T07:08:22.080Z | Downloaded strum_macros v0.26.4 |
440 | 2025-07-07T07:08:22.080Z | Downloaded smartstring v1.0.1 |
441 | 2025-07-07T07:08:22.080Z | Downloaded smallvec v1.15.1 |
442 | 2025-07-07T07:08:22.080Z | Downloaded scroll v0.12.0 |
443 | 2025-07-07T07:08:22.080Z | Downloaded heck v0.5.0 |
444 | 2025-07-07T07:08:22.080Z | Downloaded heck v0.4.1 |
445 | 2025-07-07T07:08:22.080Z | Downloaded hash32 v0.3.1 |
446 | 2025-07-07T07:08:22.080Z | Downloaded zerocopy-derive v0.7.35 |
447 | 2025-07-07T07:08:22.080Z | Downloaded winnow v0.5.40 |
448 | 2025-07-07T07:08:22.108Z | Downloaded rand_core v0.9.3 |
449 | 2025-07-07T07:08:22.108Z | Downloaded progenitor-macro v0.10.0 |
450 | 2025-07-07T07:08:22.108Z | Downloaded futures-sink v0.3.31 |
451 | 2025-07-07T07:08:22.108Z | Downloaded futures-macro v0.3.31 |
452 | 2025-07-07T07:08:22.108Z | Downloaded futures-io v0.3.31 |
453 | 2025-07-07T07:08:22.108Z | Downloaded wait-timeout v0.2.1 |
454 | 2025-07-07T07:08:22.108Z | Downloaded version_check v0.9.5 |
455 | 2025-07-07T07:08:22.108Z | Downloaded unarray v0.1.4 |
456 | 2025-07-07T07:08:22.108Z | Downloaded ucd-trie v0.1.7 |
457 | 2025-07-07T07:08:22.108Z | Downloaded subtle v2.6.1 |
458 | 2025-07-07T07:08:22.108Z | Downloaded strum_macros v0.25.3 |
459 | 2025-07-07T07:08:22.109Z | Downloaded smf v0.2.3 |
460 | 2025-07-07T07:08:22.135Z | Downloaded slog-stdlog v4.1.1 |
461 | 2025-07-07T07:08:22.135Z | Downloaded ipnet v2.11.0 |
462 | 2025-07-07T07:08:22.135Z | Downloaded zeroize v1.8.1 |
463 | 2025-07-07T07:08:22.135Z | Downloaded tinyvec v1.9.0 |
464 | 2025-07-07T07:08:22.135Z | Downloaded serde v1.0.219 |
465 | 2025-07-07T07:08:22.135Z | Downloaded quinn-udp v0.5.13 |
466 | 2025-07-07T07:08:22.135Z | Downloaded proc-macro-error v1.0.4 |
467 | 2025-07-07T07:08:22.162Z | Downloaded waitgroup v0.1.2 |
468 | 2025-07-07T07:08:22.162Z | Downloaded tower-service v0.3.3 |
469 | 2025-07-07T07:08:22.162Z | Downloaded tower-layer v0.3.3 |
470 | 2025-07-07T07:08:22.162Z | Downloaded swrite v0.1.0 |
471 | 2025-07-07T07:08:22.162Z | Downloaded serde_urlencoded v0.7.1 |
472 | 2025-07-07T07:08:22.162Z | Downloaded is_terminal_polyfill v1.70.1 |
473 | 2025-07-07T07:08:22.162Z | Downloaded is-terminal v0.4.16 |
474 | 2025-07-07T07:08:22.162Z | Downloaded ipnetwork v0.21.1 |
475 | 2025-07-07T07:08:22.162Z | Downloaded glob v0.3.2 |
476 | 2025-07-07T07:08:22.162Z | Downloaded zerofrom-derive v0.1.6 |
477 | 2025-07-07T07:08:22.162Z | Downloaded yoke-derive v0.8.0 |
478 | 2025-07-07T07:08:22.162Z | Downloaded toml v0.7.8 |
479 | 2025-07-07T07:08:22.163Z | Downloaded tokio-tungstenite v0.21.0 |
480 | 2025-07-07T07:08:22.163Z | Downloaded socket2 v0.6.0 |
481 | 2025-07-07T07:08:22.163Z | Downloaded socket2 v0.5.10 |
482 | 2025-07-07T07:08:22.163Z | Downloaded serde_tokenstream v0.2.2 |
483 | 2025-07-07T07:08:22.189Z | Downloaded resolv-conf v0.7.4 |
484 | 2025-07-07T07:08:22.189Z | Downloaded icu_collections v2.0.0 |
485 | 2025-07-07T07:08:22.189Z | Downloaded hickory-resolver v0.25.2 |
486 | 2025-07-07T07:08:22.189Z | Downloaded foreign-types v0.5.0 |
487 | 2025-07-07T07:08:22.189Z | Downloaded foldhash v0.1.5 |
488 | 2025-07-07T07:08:22.189Z | Downloaded xz2 v0.1.7 |
489 | 2025-07-07T07:08:22.189Z | Downloaded num_threads v0.1.7 |
490 | 2025-07-07T07:08:22.189Z | Downloaded half v2.6.0 |
491 | 2025-07-07T07:08:22.189Z | Downloaded tinystr v0.8.1 |
492 | 2025-07-07T07:08:22.189Z | Downloaded tiny-keccak v2.0.2 |
493 | 2025-07-07T07:08:22.215Z | Downloaded time-macros v0.2.22 |
494 | 2025-07-07T07:08:22.215Z | Downloaded time-core v0.1.4 |
495 | 2025-07-07T07:08:22.215Z | Downloaded thiserror-impl v2.0.12 |
496 | 2025-07-07T07:08:22.215Z | Downloaded structmeta-derive v0.3.0 |
497 | 2025-07-07T07:08:22.215Z | Downloaded strsim v0.11.1 |
498 | 2025-07-07T07:08:22.215Z | Downloaded static_assertions v1.1.0 |
499 | 2025-07-07T07:08:22.215Z | Downloaded spin v0.9.8 |
500 | 2025-07-07T07:08:22.215Z | Downloaded serde_derive_internals v0.29.1 |
501 | 2025-07-07T07:08:22.215Z | Downloaded semver v1.0.26 |
502 | 2025-07-07T07:08:22.215Z | Downloaded hyper-util v0.1.14 |
503 | 2025-07-07T07:08:22.215Z | Downloaded http v1.3.1 |
504 | 2025-07-07T07:08:22.241Z | Downloaded expectorate v1.2.0 |
505 | 2025-07-07T07:08:22.241Z | Downloaded progenitor v0.10.0 |
506 | 2025-07-07T07:08:22.241Z | Downloaded num-derive v0.4.2 |
507 | 2025-07-07T07:08:22.241Z | Downloaded thread-id v4.2.2 |
508 | 2025-07-07T07:08:22.241Z | Downloaded strum v0.26.3 |
509 | 2025-07-07T07:08:22.241Z | Downloaded structmeta v0.3.0 |
510 | 2025-07-07T07:08:22.241Z | Downloaded stable_deref_trait v1.2.0 |
511 | 2025-07-07T07:08:22.241Z | Downloaded serde_path_to_error v0.1.17 |
512 | 2025-07-07T07:08:22.241Z | Downloaded serde_derive v1.0.219 |
513 | 2025-07-07T07:08:22.241Z | Downloaded rand_xorshift v0.4.0 |
514 | 2025-07-07T07:08:22.241Z | Downloaded quick-error v1.2.3 |
515 | 2025-07-07T07:08:22.241Z | Downloaded progenitor-client v0.10.0 |
516 | 2025-07-07T07:08:22.241Z | Downloaded proc-macro-error-attr v1.0.4 |
517 | 2025-07-07T07:08:22.241Z | Downloaded num_enum_derive v0.7.4 |
518 | 2025-07-07T07:08:22.241Z | Downloaded log v0.4.27 |
519 | 2025-07-07T07:08:22.267Z | Downloaded flate2 v1.1.2 |
520 | 2025-07-07T07:08:22.267Z | Downloaded ref-cast-impl v1.0.24 |
521 | 2025-07-07T07:08:22.267Z | Downloaded ref-cast v1.0.24 |
522 | 2025-07-07T07:08:22.267Z | Downloaded rand_chacha v0.9.0 |
523 | 2025-07-07T07:08:22.267Z | Downloaded rand_chacha v0.3.1 |
524 | 2025-07-07T07:08:22.267Z | Downloaded proc-macro-crate v3.3.0 |
525 | 2025-07-07T07:08:22.267Z | Downloaded plain v0.2.3 |
526 | 2025-07-07T07:08:22.267Z | Downloaded pin-utils v0.1.0 |
527 | 2025-07-07T07:08:22.267Z | Downloaded num_enum v0.7.4 |
528 | 2025-07-07T07:08:22.267Z | Downloaded num-iter v0.1.45 |
529 | 2025-07-07T07:08:22.267Z | Downloaded num-integer v0.1.46 |
530 | 2025-07-07T07:08:22.267Z | Downloaded serde_spanned v0.6.9 |
531 | 2025-07-07T07:08:22.267Z | Downloaded serde_repr v0.1.20 |
532 | 2025-07-07T07:08:22.295Z | Downloaded semver v0.1.20 |
533 | 2025-07-07T07:08:22.295Z | Downloaded secrecy v0.10.3 |
534 | 2025-07-07T07:08:22.295Z | Downloaded match_cfg v0.1.0 |
535 | 2025-07-07T07:08:22.295Z | Downloaded lock_api v0.4.13 |
536 | 2025-07-07T07:08:22.295Z | Downloaded fixedbitset v0.4.2 |
537 | 2025-07-07T07:08:22.295Z | Downloaded httparse v1.10.1 |
538 | 2025-07-07T07:08:22.295Z | Downloaded typenum v1.18.0 |
539 | 2025-07-07T07:08:22.295Z | Downloaded pin-project-lite v0.2.16 |
540 | 2025-07-07T07:08:22.295Z | Downloaded pest_derive v2.8.1 |
541 | 2025-07-07T07:08:22.295Z | Downloaded macaddr v1.0.1 |
542 | 2025-07-07T07:08:22.295Z | Downloaded humantime v2.2.0 |
543 | 2025-07-07T07:08:22.295Z | Downloaded hostname v0.3.1 |
544 | 2025-07-07T07:08:22.295Z | Downloaded highway v1.3.0 |
545 | 2025-07-07T07:08:22.321Z | Downloaded foreign-types v0.3.2 |
546 | 2025-07-07T07:08:22.321Z | Downloaded progenitor-macro v0.9.1 |
547 | 2025-07-07T07:08:22.321Z | Downloaded progenitor-client v0.9.1 |
548 | 2025-07-07T07:08:22.321Z | Downloaded progenitor v0.9.1 |
549 | 2025-07-07T07:08:22.321Z | Downloaded proc-macro-error2 v2.0.1 |
550 | 2025-07-07T07:08:22.322Z | Downloaded proc-macro-error-attr2 v2.0.0 |
551 | 2025-07-07T07:08:22.322Z | Downloaded omicron-workspace-hack v0.1.0 |
552 | 2025-07-07T07:08:22.322Z | Downloaded hubpack_derive v0.1.1 |
553 | 2025-07-07T07:08:22.322Z | Downloaded hubpack v0.1.2 |
554 | 2025-07-07T07:08:22.322Z | Downloaded httpdate v1.0.3 |
555 | 2025-07-07T07:08:22.322Z | Downloaded http-body v1.0.1 |
556 | 2025-07-07T07:08:22.322Z | Downloaded fixedbitset v0.5.7 |
557 | 2025-07-07T07:08:22.322Z | Downloaded http-body-util v0.1.3 |
558 | 2025-07-07T07:08:22.322Z | Downloaded fnv v1.0.7 |
559 | 2025-07-07T07:08:22.322Z | Downloaded writeable v0.6.1 |
560 | 2025-07-07T07:08:22.322Z | Downloaded whoami v1.6.0 |
561 | 2025-07-07T07:08:22.322Z | Downloaded powerfmt v0.2.0 |
562 | 2025-07-07T07:08:22.322Z | Downloaded potential_utf v0.1.2 |
563 | 2025-07-07T07:08:22.348Z | Downloaded hostname v0.4.1 |
564 | 2025-07-07T07:08:22.348Z | Downloaded float-ord v0.3.2 |
565 | 2025-07-07T07:08:22.348Z | Downloaded filetime v0.2.25 |
566 | 2025-07-07T07:08:22.348Z | Downloaded fastrand v2.3.0 |
567 | 2025-07-07T07:08:22.348Z | Downloaded errno v0.3.13 |
568 | 2025-07-07T07:08:22.348Z | Downloaded zone v0.3.1 |
569 | 2025-07-07T07:08:22.348Z | Downloaded xattr v1.5.1 |
570 | 2025-07-07T07:08:22.348Z | Downloaded tungstenite v0.21.0 |
571 | 2025-07-07T07:08:22.348Z | Downloaded pkg-config v0.3.32 |
572 | 2025-07-07T07:08:22.348Z | Downloaded zone_cfg_derive v0.3.1 |
573 | 2025-07-07T07:08:22.348Z | Downloaded typify v0.4.2 |
574 | 2025-07-07T07:08:22.348Z | Downloaded tokio-rustls v0.25.0 |
575 | 2025-07-07T07:08:22.348Z | Downloaded pest_generator v2.8.1 |
576 | 2025-07-07T07:08:22.348Z | Downloaded percent-encoding v2.3.1 |
577 | 2025-07-07T07:08:22.348Z | Downloaded paste v1.0.15 |
578 | 2025-07-07T07:08:22.375Z | Downloaded typify-macro v0.3.0 |
579 | 2025-07-07T07:08:22.375Z | Downloaded typify v0.3.0 |
580 | 2025-07-07T07:08:22.375Z | Downloaded try-lock v0.2.5 |
581 | 2025-07-07T07:08:22.375Z | Downloaded tracing-core v0.1.34 |
582 | 2025-07-07T07:08:22.375Z | Downloaded tracing-attributes v0.1.30 |
583 | 2025-07-07T07:08:22.375Z | Downloaded tokio-stream v0.1.17 |
584 | 2025-07-07T07:08:22.375Z | Downloaded tokio-rustls v0.26.2 |
585 | 2025-07-07T07:08:22.375Z | Downloaded pretty-hex v0.4.1 |
586 | 2025-07-07T07:08:22.375Z | Downloaded parse-display-derive v0.10.0 |
587 | 2025-07-07T07:08:22.375Z | Downloaded parse-display v0.10.0 |
588 | 2025-07-07T07:08:22.375Z | Downloaded num-conv v0.1.0 |
589 | 2025-07-07T07:08:22.375Z | Downloaded nom v7.1.3 |
590 | 2025-07-07T07:08:22.401Z | Downloaded tinyvec_macros v0.1.1 |
591 | 2025-07-07T07:08:22.401Z | Downloaded password-hash v0.5.0 |
592 | 2025-07-07T07:08:22.401Z | Downloaded parking_lot_core v0.9.11 |
593 | 2025-07-07T07:08:22.401Z | Downloaded parking_lot v0.12.4 |
594 | 2025-07-07T07:08:22.401Z | Downloaded num v0.4.3 |
595 | 2025-07-07T07:08:22.401Z | Downloaded newline-converter v0.3.0 |
596 | 2025-07-07T07:08:22.401Z | Downloaded multer v3.1.0 |
597 | 2025-07-07T07:08:22.401Z | Downloaded dropshot v0.16.2 |
598 | 2025-07-07T07:08:22.427Z | Downloaded crossbeam-channel v0.5.15 |
599 | 2025-07-07T07:08:22.427Z | Downloaded parking_lot v0.11.2 |
600 | 2025-07-07T07:08:22.427Z | Downloaded papergrid v0.17.0 |
601 | 2025-07-07T07:08:22.454Z | Downloaded oxnet v0.1.2 |
602 | 2025-07-07T07:08:22.454Z | Downloaded no-std-compat v0.4.1 |
603 | 2025-07-07T07:08:22.454Z | Downloaded memmap2 v0.9.5 |
604 | 2025-07-07T07:08:22.454Z | Downloaded cookie v0.18.1 |
605 | 2025-07-07T07:08:22.454Z | Downloaded bytes v1.10.1 |
606 | 2025-07-07T07:08:22.454Z | Downloaded base64 v0.22.1 |
607 | 2025-07-07T07:08:22.454Z | Downloaded openapiv3 v2.2.0 |
608 | 2025-07-07T07:08:22.480Z | Downloaded num-complex v0.4.6 |
609 | 2025-07-07T07:08:22.480Z | Downloaded newtype_derive v0.1.6 |
610 | 2025-07-07T07:08:22.480Z | Downloaded memmap v0.7.0 |
611 | 2025-07-07T07:08:22.480Z | Downloaded lru-slab v0.1.2 |
612 | 2025-07-07T07:08:22.480Z | Downloaded dropshot_endpoint v0.16.2 |
613 | 2025-07-07T07:08:22.480Z | Downloaded derive-where v1.5.0 |
614 | 2025-07-07T07:08:22.480Z | Downloaded crossbeam-epoch v0.9.18 |
615 | 2025-07-07T07:08:22.480Z | Downloaded crc32fast v1.4.2 |
616 | 2025-07-07T07:08:22.480Z | Downloaded convert_case v0.4.0 |
617 | 2025-07-07T07:08:22.507Z | Downloaded console v0.15.11 |
618 | 2025-07-07T07:08:22.507Z | Downloaded cancel-safe-futures v0.1.5 |
619 | 2025-07-07T07:08:22.507Z | Downloaded camino v1.1.10 |
620 | 2025-07-07T07:08:22.507Z | Downloaded blake2 v0.10.6 |
621 | 2025-07-07T07:08:22.507Z | Downloaded bit-vec v0.8.0 |
622 | 2025-07-07T07:08:22.507Z | Downloaded defmt-macros v1.0.1 |
623 | 2025-07-07T07:08:22.507Z | Downloaded defmt v1.0.1 |
624 | 2025-07-07T07:08:22.507Z | Downloaded daft v0.1.4 |
625 | 2025-07-07T07:08:22.507Z | Downloaded crucible-workspace-hack v0.1.0 |
626 | 2025-07-07T07:08:22.507Z | Downloaded critical-section v1.2.0 |
627 | 2025-07-07T07:08:22.507Z | Downloaded cpufeatures v0.2.17 |
628 | 2025-07-07T07:08:22.507Z | Downloaded constant_time_eq v0.3.1 |
629 | 2025-07-07T07:08:22.538Z | Downloaded console v0.16.0 |
630 | 2025-07-07T07:08:22.538Z | Downloaded camino-tempfile v1.4.1 |
631 | 2025-07-07T07:08:22.538Z | Downloaded bitflags v1.3.2 |
632 | 2025-07-07T07:08:22.538Z | Downloaded embedded-io v0.6.1 |
633 | 2025-07-07T07:08:22.538Z | Downloaded embedded-io v0.4.0 |
634 | 2025-07-07T07:08:22.538Z | Downloaded dtrace-parser v0.2.0 |
635 | 2025-07-07T07:08:22.538Z | Downloaded displaydoc v0.2.5 |
636 | 2025-07-07T07:08:22.538Z | Downloaded darling_core v0.20.11 |
637 | 2025-07-07T07:08:22.538Z | Downloaded cstr-argument v0.1.2 |
638 | 2025-07-07T07:08:22.538Z | Downloaded crossbeam-utils v0.8.21 |
639 | 2025-07-07T07:08:22.538Z | Downloaded crossbeam-deque v0.8.6 |
640 | 2025-07-07T07:08:22.568Z | Downloaded crc8 v0.1.1 |
641 | 2025-07-07T07:08:22.568Z | Downloaded const-random-macro v0.1.16 |
642 | 2025-07-07T07:08:22.568Z | Downloaded const-random v0.1.18 |
643 | 2025-07-07T07:08:22.568Z | Downloaded num-derive v0.3.3 |
644 | 2025-07-07T07:08:22.568Z | Downloaded mio v1.0.4 |
645 | 2025-07-07T07:08:22.568Z | Downloaded miniz_oxide v0.8.9 |
646 | 2025-07-07T07:08:22.568Z | Downloaded minimal-lexical v0.2.1 |
647 | 2025-07-07T07:08:22.569Z | Downloaded dyn-clone v1.0.19 |
648 | 2025-07-07T07:08:22.569Z | Downloaded diff v0.1.13 |
649 | 2025-07-07T07:08:22.569Z | Downloaded derive-ex v0.1.8 |
650 | 2025-07-07T07:08:22.569Z | Downloaded deranged v0.4.0 |
651 | 2025-07-07T07:08:22.569Z | Downloaded bitflags v2.9.1 |
652 | 2025-07-07T07:08:22.595Z | Downloaded bit-set v0.8.0 |
653 | 2025-07-07T07:08:22.595Z | Downloaded dirs-sys-next v0.1.2 |
654 | 2025-07-07T07:08:22.595Z | Downloaded dirs-next v2.0.0 |
655 | 2025-07-07T07:08:22.595Z | Downloaded digest v0.10.7 |
656 | 2025-07-07T07:08:22.595Z | Downloaded derive_more v0.99.20 |
657 | 2025-07-07T07:08:22.595Z | Downloaded defmt-parser v1.0.0 |
658 | 2025-07-07T07:08:22.595Z | Downloaded defmt v0.3.100 |
659 | 2025-07-07T07:08:22.595Z | Downloaded debug-ignore v1.0.5 |
660 | 2025-07-07T07:08:22.595Z | Downloaded data-encoding v2.9.0 |
661 | 2025-07-07T07:08:22.595Z | Downloaded darling_macro v0.20.11 |
662 | 2025-07-07T07:08:22.595Z | Downloaded darling v0.20.11 |
663 | 2025-07-07T07:08:22.595Z | Downloaded daft-derive v0.1.4 |
664 | 2025-07-07T07:08:22.595Z | Downloaded crypto-common v0.1.6 |
665 | 2025-07-07T07:08:22.595Z | Downloaded clap_builder v4.5.40 |
666 | 2025-07-07T07:08:22.623Z | Downloaded chrono v0.4.41 |
667 | 2025-07-07T07:08:22.623Z | Downloaded cc v1.2.29 |
668 | 2025-07-07T07:08:22.623Z | Downloaded bytecount v0.6.9 |
669 | 2025-07-07T07:08:22.623Z | Downloaded blake3 v1.8.2 |
670 | 2025-07-07T07:08:22.650Z | Downloaded memoffset v0.9.1 |
671 | 2025-07-07T07:08:22.650Z | Downloaded enum-as-inner v0.6.1 |
672 | 2025-07-07T07:08:22.650Z | Downloaded colored v3.0.0 |
673 | 2025-07-07T07:08:22.650Z | Downloaded colorchoice v1.0.4 |
674 | 2025-07-07T07:08:22.650Z | Downloaded clap_lex v0.7.5 |
675 | 2025-07-07T07:08:22.650Z | Downloaded clap_derive v4.5.40 |
676 | 2025-07-07T07:08:22.650Z | Downloaded clap v4.5.40 |
677 | 2025-07-07T07:08:22.650Z | Downloaded ciborium-ll v0.2.2 |
678 | 2025-07-07T07:08:22.650Z | Downloaded ciborium v0.2.2 |
679 | 2025-07-07T07:08:22.676Z | Downloaded cargo_toml v0.22.1 |
680 | 2025-07-07T07:08:22.676Z | Downloaded byteorder v1.5.0 |
681 | 2025-07-07T07:08:22.676Z | Downloaded block-buffer v0.10.4 |
682 | 2025-07-07T07:08:22.676Z | Downloaded base64ct v1.8.0 |
683 | 2025-07-07T07:08:22.676Z | Downloaded argon2 v0.5.3 |
684 | 2025-07-07T07:08:22.676Z | Downloaded cobs v0.3.0 |
685 | 2025-07-07T07:08:22.676Z | Downloaded cfg_aliases v0.2.1 |
686 | 2025-07-07T07:08:22.676Z | Downloaded cfg-if v1.0.1 |
687 | 2025-07-07T07:08:22.677Z | Downloaded arc-swap v1.7.1 |
688 | 2025-07-07T07:08:22.677Z | Downloaded anstyle v1.0.11 |
689 | 2025-07-07T07:08:22.677Z | Downloaded base16ct v0.2.0 |
690 | 2025-07-07T07:08:22.677Z | Downloaded backoff v0.4.0 |
691 | 2025-07-07T07:08:22.677Z | Downloaded atomicwrites v0.4.4 |
692 | 2025-07-07T07:08:22.677Z | Downloaded async-trait v0.1.88 |
693 | 2025-07-07T07:08:22.703Z | Downloaded arrayref v0.3.9 |
694 | 2025-07-07T07:08:22.703Z | Downloaded anyhow v1.0.98 |
695 | 2025-07-07T07:08:22.704Z | Downloaded anstyle-query v1.1.3 |
696 | 2025-07-07T07:08:22.704Z | Downloaded anstyle-parse v0.2.7 |
697 | 2025-07-07T07:08:22.704Z | Downloaded anstream v0.6.19 |
698 | 2025-07-07T07:08:22.704Z | Downloaded aho-corasick v1.1.3 |
699 | 2025-07-07T07:08:22.704Z | Downloaded ahash v0.8.12 |
700 | 2025-07-07T07:08:22.704Z | Downloaded atomic-waker v1.1.2 |
701 | 2025-07-07T07:08:22.704Z | Downloaded async-stream-impl v0.3.6 |
702 | 2025-07-07T07:08:22.704Z | Downloaded async-stream v0.3.6 |
703 | 2025-07-07T07:08:22.704Z | Downloaded arrayvec v0.7.6 |
704 | 2025-07-07T07:08:22.730Z | Downloaded allocator-api2 v0.2.21 |
705 | 2025-07-07T07:08:22.730Z | Downloaded adler2 v2.0.1 |
706 | 2025-07-07T07:08:22.730Z | Downloaded ciborium-io v0.2.2 |
707 | 2025-07-07T07:08:24.001Z | Compiling proc-macro2 v1.0.95 |
708 | 2025-07-07T07:08:24.001Z | Compiling unicode-ident v1.0.18 |
709 | 2025-07-07T07:08:24.001Z | Compiling cfg-if v1.0.1 |
710 | 2025-07-07T07:08:24.027Z | Compiling serde v1.0.219 |
711 | 2025-07-07T07:08:24.027Z | Compiling autocfg v1.5.0 |
712 | 2025-07-07T07:08:24.027Z | Compiling libc v0.2.174 |
713 | 2025-07-07T07:08:24.027Z | Compiling memchr v2.7.5 |
714 | 2025-07-07T07:08:24.158Z | Compiling itoa v1.0.15 |
715 | 2025-07-07T07:08:24.232Z | Compiling smallvec v1.15.1 |
716 | 2025-07-07T07:08:24.357Z | Compiling getrandom v0.3.3 |
717 | 2025-07-07T07:08:24.631Z | Compiling libm v0.2.15 |
718 | 2025-07-07T07:08:24.702Z | Compiling ryu v1.0.20 |
719 | 2025-07-07T07:08:24.851Z | Compiling serde_json v1.0.140 |
720 | 2025-07-07T07:08:24.927Z | Compiling stable_deref_trait v1.2.0 |
721 | 2025-07-07T07:08:25.030Z | Compiling pin-project-lite v0.2.16 |
722 | 2025-07-07T07:08:25.055Z | Compiling equivalent v1.0.2 |
723 | 2025-07-07T07:08:25.174Z | Compiling foldhash v0.1.5 |
724 | 2025-07-07T07:08:25.199Z | Compiling allocator-api2 v0.2.21 |
725 | 2025-07-07T07:08:25.233Z | Compiling iana-time-zone v0.1.63 |
726 | 2025-07-07T07:08:25.860Z | Compiling lock_api v0.4.13 |
727 | 2025-07-07T07:08:25.926Z | Compiling semver v1.0.26 |
728 | 2025-07-07T07:08:26.040Z | Compiling scopeguard v1.2.0 |
729 | 2025-07-07T07:08:26.065Z | Compiling parking_lot_core v0.9.11 |
730 | 2025-07-07T07:08:26.217Z | Compiling quote v1.0.40 |
731 | 2025-07-07T07:08:26.242Z | Compiling hashbrown v0.15.4 |
732 | 2025-07-07T07:08:26.342Z | Compiling fnv v1.0.7 |
733 | 2025-07-07T07:08:26.476Z | Compiling thiserror v2.0.12 |
734 | 2025-07-07T07:08:26.502Z | Compiling dyn-clone v1.0.19 |
735 | 2025-07-07T07:08:26.527Z | Compiling percent-encoding v2.3.1 |
736 | 2025-07-07T07:08:26.764Z | Compiling syn v2.0.104 |
737 | 2025-07-07T07:08:26.861Z | Compiling litemap v0.8.0 |
738 | 2025-07-07T07:08:26.886Z | Compiling writeable v0.6.1 |
739 | 2025-07-07T07:08:26.914Z | Compiling icu_properties_data v2.0.1 |
740 | 2025-07-07T07:08:27.006Z | Compiling icu_normalizer_data v2.0.0 |
741 | 2025-07-07T07:08:27.301Z | Compiling version_check v0.9.5 |
742 | 2025-07-07T07:08:27.429Z | Compiling futures-core v0.3.31 |
743 | 2025-07-07T07:08:27.454Z | Compiling form_urlencoded v1.2.1 |
744 | 2025-07-07T07:08:27.511Z | Compiling utf8_iter v1.0.4 |
745 | 2025-07-07T07:08:27.536Z | Compiling log v0.4.27 |
746 | 2025-07-07T07:08:27.696Z | Compiling futures-sink v0.3.31 |
747 | 2025-07-07T07:08:27.741Z | Compiling heck v0.5.0 |
748 | 2025-07-07T07:08:27.795Z | Compiling shlex v1.3.0 |
749 | 2025-07-07T07:08:27.849Z | Compiling num-traits v0.2.19 |
750 | 2025-07-07T07:08:27.912Z | Compiling slab v0.4.10 |
751 | 2025-07-07T07:08:28.124Z | Compiling cc v1.2.29 |
752 | 2025-07-07T07:08:28.209Z | Compiling futures-channel v0.3.31 |
753 | 2025-07-07T07:08:28.244Z | Compiling pin-utils v0.1.0 |
754 | 2025-07-07T07:08:28.270Z | Compiling futures-io v0.3.31 |
755 | 2025-07-07T07:08:28.294Z | Compiling futures-task v0.3.31 |
756 | 2025-07-07T07:08:28.340Z | Compiling zeroize v1.8.1 |
757 | 2025-07-07T07:08:28.526Z | Compiling portable-atomic v1.11.1 |
758 | 2025-07-07T07:08:28.572Z | Compiling schemars v0.8.22 |
759 | 2025-07-07T07:08:28.625Z | Compiling rustls-pki-types v1.12.0 |
760 | 2025-07-07T07:08:28.681Z | Compiling subtle v2.6.1 |
761 | 2025-07-07T07:08:28.975Z | Compiling untrusted v0.9.0 |
762 | 2025-07-07T07:08:29.202Z | Compiling critical-section v1.2.0 |
763 | 2025-07-07T07:08:29.401Z | Compiling parking_lot v0.12.4 |
764 | 2025-07-07T07:08:29.567Z | Compiling mio v1.0.4 |
765 | 2025-07-07T07:08:29.657Z | Compiling socket2 v0.5.10 |
766 | 2025-07-07T07:08:30.072Z | Compiling signal-hook-registry v1.4.5 |
767 | 2025-07-07T07:08:30.097Z | Compiling thiserror v1.0.69 |
768 | 2025-07-07T07:08:30.221Z | Compiling regex-syntax v0.8.5 |
769 | 2025-07-07T07:08:30.620Z | Compiling once_cell v1.21.3 |
770 | 2025-07-07T07:08:30.746Z | Compiling httparse v1.10.1 |
771 | 2025-07-07T07:08:30.902Z | Compiling atomic-waker v1.1.2 |
772 | 2025-07-07T07:08:30.940Z | Compiling ring v0.17.14 |
773 | 2025-07-07T07:08:30.999Z | Compiling ipnet v2.11.0 |
774 | 2025-07-07T07:08:31.025Z | Compiling getrandom v0.2.16 |
775 | 2025-07-07T07:08:31.066Z | Compiling aho-corasick v1.1.3 |
776 | 2025-07-07T07:08:31.092Z | Compiling byteorder v1.5.0 |
777 | 2025-07-07T07:08:31.304Z | Compiling tower-service v0.3.3 |
778 | 2025-07-07T07:08:31.439Z | Compiling regress v0.10.3 |
779 | 2025-07-07T07:08:31.503Z | Compiling try-lock v0.2.5 |
780 | 2025-07-07T07:08:31.658Z | Compiling rustix v1.0.7 |
781 | 2025-07-07T07:08:32.002Z | Compiling want v0.3.1 |
782 | 2025-07-07T07:08:32.067Z | Compiling zerocopy v0.8.26 |
783 | 2025-07-07T07:08:32.327Z | Compiling httpdate v1.0.3 |
784 | 2025-07-07T07:08:32.373Z | Compiling slog v2.7.0 |
785 | 2025-07-07T07:08:32.771Z | Compiling strsim v0.11.1 |
786 | 2025-07-07T07:08:32.860Z | Compiling base64 v0.22.1 |
787 | 2025-07-07T07:08:32.982Z | Compiling rustls v0.23.28 |
788 | 2025-07-07T07:08:33.346Z | Compiling regex-automata v0.4.9 |
789 | 2025-07-07T07:08:33.591Z | Compiling synstructure v0.13.2 |
790 | 2025-07-07T07:08:33.644Z | Compiling serde_derive_internals v0.29.1 |
791 | 2025-07-07T07:08:34.827Z | Compiling tracing-core v0.1.34 |
792 | 2025-07-07T07:08:35.483Z | Compiling ucd-trie v0.1.7 |
793 | 2025-07-07T07:08:35.509Z | Compiling sync_wrapper v1.0.2 |
794 | 2025-07-07T07:08:35.691Z | Compiling typenum v1.18.0 |
795 | 2025-07-07T07:08:35.792Z | Compiling tower-layer v0.3.3 |
796 | 2025-07-07T07:08:35.828Z | Compiling paste v1.0.15 |
797 | 2025-07-07T07:08:36.047Z | Compiling pretty-hex v0.4.1 |
798 | 2025-07-07T07:08:36.072Z | Compiling generic-array v0.14.7 |
799 | 2025-07-07T07:08:36.134Z | Compiling rustversion v1.0.21 |
800 | 2025-07-07T07:08:36.159Z | Compiling newtype-uuid v1.2.4 |
801 | 2025-07-07T07:08:36.336Z | Compiling ident_case v1.0.1 |
802 | 2025-07-07T07:08:36.535Z | Compiling darling_core v0.20.11 |
803 | 2025-07-07T07:08:36.561Z | Compiling webpki-roots v1.0.1 |
804 | 2025-07-07T07:08:36.586Z | Compiling iri-string v0.7.8 |
805 | 2025-07-07T07:08:36.759Z | Compiling plain v0.2.3 |
806 | 2025-07-07T07:08:36.867Z | Compiling time-core v0.1.4 |
807 | 2025-07-07T07:08:36.919Z | Compiling num-conv v0.1.0 |
808 | 2025-07-07T07:08:37.007Z | Compiling serde_derive v1.0.219 |
809 | 2025-07-07T07:08:37.051Z | Compiling zerofrom-derive v0.1.6 |
810 | 2025-07-07T07:08:37.190Z | Compiling yoke-derive v0.8.0 |
811 | 2025-07-07T07:08:37.313Z | Compiling zerovec-derive v0.11.1 |
812 | 2025-07-07T07:08:37.380Z | Compiling displaydoc v0.2.5 |
813 | 2025-07-07T07:08:38.655Z | Compiling thiserror-impl v2.0.12 |
814 | 2025-07-07T07:08:39.353Z | Compiling schemars_derive v0.8.22 |
815 | 2025-07-07T07:08:39.441Z | Compiling tokio-macros v2.5.0 |
816 | 2025-07-07T07:08:39.734Z | Compiling zerofrom v0.1.6 |
817 | 2025-07-07T07:08:39.941Z | Compiling yoke v0.8.0 |
818 | 2025-07-07T07:08:40.116Z | Compiling futures-macro v0.3.31 |
819 | 2025-07-07T07:08:40.295Z | Compiling zerovec v0.11.2 |
820 | 2025-07-07T07:08:40.793Z | Compiling zerotrie v0.2.2 |
821 | 2025-07-07T07:08:41.314Z | Compiling thiserror-impl v1.0.69 |
822 | 2025-07-07T07:08:41.397Z | Compiling regex v1.11.1 |
823 | 2025-07-07T07:08:41.422Z | Compiling zerocopy-derive v0.8.26 |
824 | 2025-07-07T07:08:41.497Z | Compiling tracing-attributes v0.1.30 |
825 | 2025-07-07T07:08:41.732Z | Compiling futures-util v0.3.31 |
826 | 2025-07-07T07:08:41.925Z | Compiling pest v2.8.1 |
827 | 2025-07-07T07:08:42.181Z | Compiling tinystr v0.8.1 |
828 | 2025-07-07T07:08:42.332Z | Compiling potential_utf v0.1.2 |
829 | 2025-07-07T07:08:42.540Z | Compiling icu_locale_core v2.0.0 |
830 | 2025-07-07T07:08:42.586Z | Compiling icu_collections v2.0.0 |
831 | 2025-07-07T07:08:43.607Z | Compiling icu_provider v2.0.0 |
832 | 2025-07-07T07:08:43.725Z | Compiling scroll_derive v0.12.1 |
833 | 2025-07-07T07:08:44.057Z | Compiling icu_normalizer v2.0.0 |
834 | 2025-07-07T07:08:44.181Z | Compiling icu_properties v2.0.1 |
835 | 2025-07-07T07:08:44.354Z | Compiling tracing v0.1.41 |
836 | 2025-07-07T07:08:44.566Z | Compiling pest_meta v2.8.1 |
837 | 2025-07-07T07:08:44.748Z | Compiling zerocopy-derive v0.7.35 |
838 | 2025-07-07T07:08:45.018Z | Compiling scroll v0.12.0 |
839 | 2025-07-07T07:08:45.268Z | Compiling powerfmt v0.2.0 |
840 | 2025-07-07T07:08:45.555Z | Compiling goblin v0.8.2 |
841 | 2025-07-07T07:08:45.731Z | Compiling deranged v0.4.0 |
842 | 2025-07-07T07:08:46.538Z | Compiling idna_adapter v1.2.1 |
843 | 2025-07-07T07:08:46.757Z | Compiling idna v1.0.3 |
844 | 2025-07-07T07:08:46.787Z | Compiling pest_generator v2.8.1 |
845 | 2025-07-07T07:08:46.892Z | Compiling zerocopy v0.7.35 |
846 | 2025-07-07T07:08:47.034Z | Compiling darling_macro v0.20.11 |
847 | 2025-07-07T07:08:47.740Z | Compiling bytes v1.10.1 |
848 | 2025-07-07T07:08:48.070Z | Compiling indexmap v2.10.0 |
849 | 2025-07-07T07:08:48.156Z | Compiling url v2.5.4 |
850 | 2025-07-07T07:08:48.180Z | Compiling uuid v1.17.0 |
851 | 2025-07-07T07:08:48.363Z | Compiling chrono v0.4.41 |
852 | 2025-07-07T07:08:49.029Z | Compiling http v1.3.1 |
853 | 2025-07-07T07:08:49.317Z | Compiling serde_tokenstream v0.2.2 |
854 | 2025-07-07T07:08:49.434Z | Compiling tokio v1.46.1 |
855 | 2025-07-07T07:08:49.800Z | Compiling bitflags v2.9.1 |
856 | 2025-07-07T07:08:49.913Z | Compiling openapiv3 v2.2.0 |
857 | 2025-07-07T07:08:50.236Z | Compiling serde_urlencoded v0.7.1 |
858 | 2025-07-07T07:08:50.378Z | Compiling http-body v1.0.1 |
859 | 2025-07-07T07:08:50.744Z | Compiling http-body-util v0.1.3 |
860 | 2025-07-07T07:08:51.101Z | Compiling pest_derive v2.8.1 |
861 | 2025-07-07T07:08:51.159Z | Compiling time-macros v0.2.22 |
862 | 2025-07-07T07:08:52.550Z | Compiling usdt-impl v0.5.0 |
863 | 2025-07-07T07:08:53.056Z | Compiling num_threads v0.1.7 |
864 | 2025-07-07T07:08:53.175Z | Compiling anyhow v1.0.98 |
865 | 2025-07-07T07:08:53.371Z | Compiling dtrace-parser v0.2.0 |
866 | 2025-07-07T07:08:53.433Z | Compiling dof v0.3.0 |
867 | 2025-07-07T07:08:53.611Z | Compiling darling v0.20.11 |
868 | 2025-07-07T07:08:53.721Z | Compiling toml_datetime v0.6.11 |
869 | 2025-07-07T07:08:54.106Z | Compiling serde_spanned v0.6.9 |
870 | 2025-07-07T07:08:54.231Z | Compiling ppv-lite86 v0.2.21 |
871 | 2025-07-07T07:08:54.329Z | Compiling daft-derive v0.1.4 |
872 | 2025-07-07T07:08:54.904Z | Compiling winnow v0.7.11 |
873 | 2025-07-07T07:08:55.043Z | Compiling fastrand v2.3.0 |
874 | 2025-07-07T07:08:55.227Z | Compiling toml_write v0.1.2 |
875 | 2025-07-07T07:08:55.525Z | Compiling typify-impl v0.3.0 |
876 | 2025-07-07T07:08:55.620Z | Compiling block-buffer v0.10.4 |
877 | 2025-07-07T07:08:55.721Z | Compiling crypto-common v0.1.6 |
878 | 2025-07-07T07:08:55.834Z | Compiling thread-id v4.2.2 |
879 | 2025-07-07T07:08:55.905Z | Compiling omicron-workspace-hack v0.1.0 |
880 | 2025-07-07T07:08:55.950Z | Compiling crossbeam-utils v0.8.21 |
881 | 2025-07-07T07:08:56.230Z | Compiling async-trait v0.1.88 |
882 | 2025-07-07T07:08:56.439Z | Compiling errno v0.3.13 |
883 | 2025-07-07T07:08:57.486Z | Compiling tokio-util v0.7.15 |
884 | 2025-07-07T07:08:57.843Z | Compiling toml_edit v0.22.27 |
885 | 2025-07-07T07:08:58.319Z | Compiling ipnetwork v0.21.1 |
886 | 2025-07-07T07:08:58.385Z | Compiling unsafe-libyaml v0.2.11 |
887 | 2025-07-07T07:08:58.737Z | Compiling rustls v0.22.4 |
888 | 2025-07-07T07:08:59.110Z | Compiling h2 v0.4.11 |
889 | 2025-07-07T07:08:59.172Z | Compiling usdt-attr-macro v0.5.0 |
890 | 2025-07-07T07:08:59.302Z | Compiling usdt-macro v0.5.0 |
891 | 2025-07-07T07:08:59.806Z | Compiling serde_yaml v0.9.34+deprecated |
892 | 2025-07-07T07:09:01.112Z | Compiling futures-executor v0.3.31 |
893 | 2025-07-07T07:09:01.619Z | Compiling structmeta-derive v0.3.0 |
894 | 2025-07-07T07:09:02.740Z | Compiling thread_local v1.1.9 |
895 | 2025-07-07T07:09:03.210Z | Compiling match_cfg v0.1.0 |
896 | 2025-07-07T07:09:03.308Z | Compiling cpufeatures v0.2.17 |
897 | 2025-07-07T07:09:03.412Z | Compiling camino v1.1.10 |
898 | 2025-07-07T07:09:03.569Z | Compiling hyper v1.6.0 |
899 | 2025-07-07T07:09:03.756Z | Compiling futures v0.3.31 |
900 | 2025-07-07T07:09:03.790Z | Compiling structmeta v0.3.0 |
901 | 2025-07-07T07:09:03.817Z | Compiling macaddr v1.0.1 |
902 | 2025-07-07T07:09:03.870Z | Compiling rand_core v0.9.3 |
903 | 2025-07-07T07:09:04.012Z | Compiling quick-error v1.2.3 |
904 | 2025-07-07T07:09:04.122Z | Compiling slog-async v2.8.0 |
905 | 2025-07-07T07:09:04.210Z | Compiling rustls-webpki v0.103.3 |
906 | 2025-07-07T07:09:04.277Z | Compiling strum_macros v0.26.4 |
907 | 2025-07-07T07:09:04.647Z | Compiling rand_core v0.6.4 |
908 | 2025-07-07T07:09:04.983Z | Compiling multer v3.1.0 |
909 | 2025-07-07T07:09:05.067Z | Compiling instant v0.1.13 |
910 | 2025-07-07T07:09:05.124Z | Compiling take_mut v0.2.2 |
911 | 2025-07-07T07:09:05.232Z | Compiling bit-vec v0.8.0 |
912 | 2025-07-07T07:09:05.371Z | Compiling lazy_static v1.5.0 |
913 | 2025-07-07T07:09:05.405Z | Compiling debug-ignore v1.0.5 |
914 | 2025-07-07T07:09:05.607Z | Compiling rand_chacha v0.9.0 |
915 | 2025-07-07T07:09:05.722Z | Compiling bit-set v0.8.0 |
916 | 2025-07-07T07:09:05.824Z | Compiling hyper-util v0.1.14 |
917 | 2025-07-07T07:09:06.007Z | Compiling oxnet v0.1.2 |
918 | 2025-07-07T07:09:06.443Z | Compiling async-stream-impl v0.3.6 |
919 | 2025-07-07T07:09:06.599Z | Compiling derive-where v1.5.0 |
920 | 2025-07-07T07:09:06.788Z | Compiling dropshot v0.16.2 |
921 | 2025-07-07T07:09:07.162Z | Compiling encoding_rs v0.8.35 |
922 | 2025-07-07T07:09:07.342Z | Compiling spin v0.9.8 |
923 | 2025-07-07T07:09:07.541Z | Compiling ref-cast v1.0.24 |
924 | 2025-07-07T07:09:07.633Z | Compiling mime v0.3.17 |
925 | 2025-07-07T07:09:08.021Z | Compiling strum v0.26.3 |
926 | 2025-07-07T07:09:08.047Z | Compiling unarray v0.1.4 |
927 | 2025-07-07T07:09:08.229Z | Compiling async-stream v0.3.6 |
928 | 2025-07-07T07:09:08.254Z | Compiling rand v0.9.1 |
929 | 2025-07-07T07:09:08.329Z | Compiling derive-ex v0.1.8 |
930 | 2025-07-07T07:09:08.528Z | Compiling toml v0.8.23 |
931 | 2025-07-07T07:09:09.273Z | Compiling tower v0.5.2 |
932 | 2025-07-07T07:09:09.474Z | Compiling serde_with_macros v3.14.0 |
933 | 2025-07-07T07:09:10.029Z | Compiling dropshot_endpoint v0.16.2 |
934 | 2025-07-07T07:09:10.054Z | Compiling hex v0.4.3 |
935 | 2025-07-07T07:09:10.256Z | Compiling serde_path_to_error v0.1.17 |
936 | 2025-07-07T07:09:10.650Z | Compiling ref-cast-impl v1.0.24 |
937 | 2025-07-07T07:09:10.903Z | Compiling waitgroup v0.1.2 |
938 | 2025-07-07T07:09:11.021Z | Compiling rustls-pemfile v2.2.0 |
939 | 2025-07-07T07:09:11.701Z | Compiling tokio-rustls v0.26.2 |
940 | 2025-07-07T07:09:11.830Z | Compiling serde_with v3.14.0 |
941 | 2025-07-07T07:09:11.855Z | Compiling test-strategy v0.4.3 |
942 | 2025-07-07T07:09:12.106Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
943 | 2025-07-07T07:09:12.234Z | Compiling hyper-rustls v0.27.7 |
944 | 2025-07-07T07:09:12.291Z | Compiling tower-http v0.6.6 |
945 | 2025-07-07T07:09:12.559Z | Compiling typify-macro v0.3.0 |
946 | 2025-07-07T07:09:12.835Z | Compiling rand_chacha v0.3.1 |
947 | 2025-07-07T07:09:12.860Z | Compiling tempfile v3.20.0 |
948 | 2025-07-07T07:09:13.156Z | Compiling digest v0.10.7 |
949 | 2025-07-07T07:09:13.544Z | Compiling time v0.3.41 |
950 | 2025-07-07T07:09:14.672Z | Compiling syn v1.0.109 |
951 | 2025-07-07T07:09:14.697Z | Compiling rustc-hash v2.1.1 |
952 | 2025-07-07T07:09:14.808Z | Compiling daft v0.1.4 |
953 | 2025-07-07T07:09:15.184Z | Compiling rand v0.8.5 |
954 | 2025-07-07T07:09:15.356Z | Compiling reqwest v0.12.22 |
955 | 2025-07-07T07:09:15.410Z | Compiling parse-display-derive v0.10.0 |
956 | 2025-07-07T07:09:16.420Z | Compiling crossbeam-channel v0.5.15 |
957 | 2025-07-07T07:09:16.641Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
958 | 2025-07-07T07:09:16.666Z | Compiling typify v0.3.0 |
959 | 2025-07-07T07:09:16.786Z | Compiling progenitor-impl v0.9.1 |
960 | 2025-07-07T07:09:17.412Z | Compiling dirs-sys-next v0.1.2 |
961 | 2025-07-07T07:09:17.454Z | Compiling memmap v0.7.0 |
962 | 2025-07-07T07:09:17.782Z | Compiling dirs-next v2.0.0 |
963 | 2025-07-07T07:09:17.986Z | Compiling usdt v0.5.0 |
964 | 2025-07-07T07:09:18.011Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
965 | 2025-07-07T07:09:18.335Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#765dbb0c) |
966 | 2025-07-07T07:09:18.602Z | Compiling rustls-webpki v0.102.8 |
967 | 2025-07-07T07:09:19.095Z | Compiling term v0.7.0 |
968 | 2025-07-07T07:09:19.135Z | Compiling parse-display v0.10.0 |
969 | 2025-07-07T07:09:20.429Z | Compiling slog-json v2.6.1 |
970 | 2025-07-07T07:09:20.523Z | Compiling hostname v0.3.1 |
971 | 2025-07-07T07:09:20.736Z | Compiling is-terminal v0.4.16 |
972 | 2025-07-07T07:09:20.774Z | Compiling wait-timeout v0.2.1 |
973 | 2025-07-07T07:09:21.251Z | Compiling rusty-fork v0.3.0 |
974 | 2025-07-07T07:09:21.315Z | Compiling slog-term v2.9.1 |
975 | 2025-07-07T07:09:21.965Z | Compiling slog-bunyan v2.5.0 |
976 | 2025-07-07T07:09:22.425Z | Compiling progenitor-client v0.9.1 |
977 | 2025-07-07T07:09:23.982Z | Compiling tokio-rustls v0.25.0 |
978 | 2025-07-07T07:09:24.100Z | Compiling sha1 v0.10.6 |
979 | 2025-07-07T07:09:24.333Z | Compiling progenitor-macro v0.9.1 |
980 | 2025-07-07T07:09:24.485Z | Compiling rand_xorshift v0.4.0 |
981 | 2025-07-07T07:09:24.710Z | Compiling hostname v0.4.1 |
982 | 2025-07-07T07:09:26.521Z | Compiling proptest v1.7.0 |
983 | 2025-07-07T07:09:28.847Z | Compiling progenitor-client v0.10.0 |
984 | 2025-07-07T07:09:28.943Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#765dbb0c) |
985 | 2025-07-07T07:09:29.317Z | Compiling backoff v0.4.0 |
986 | 2025-07-07T07:09:29.349Z | Compiling iddqd v0.3.8 |
987 | 2025-07-07T07:09:29.558Z | Compiling id-map v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#765dbb0c) |
988 | 2025-07-07T07:09:29.891Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
989 | 2025-07-07T07:09:29.954Z | Compiling utf8parse v0.2.2 |
990 | 2025-07-07T07:09:30.130Z | Compiling anstyle-parse v0.2.7 |
991 | 2025-07-07T07:09:30.965Z | Compiling anstyle v1.0.11 |
992 | 2025-07-07T07:09:31.390Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#3923a435) |
993 | 2025-07-07T07:09:31.648Z | Compiling is_terminal_polyfill v1.70.1 |
994 | 2025-07-07T07:09:31.791Z | Compiling colorchoice v1.0.4 |
995 | 2025-07-07T07:09:31.985Z | Compiling anstyle-query v1.1.3 |
996 | 2025-07-07T07:09:32.152Z | Compiling anstream v0.6.19 |
997 | 2025-07-07T07:09:32.473Z | Compiling clap_lex v0.7.5 |
998 | 2025-07-07T07:09:32.934Z | Compiling crossbeam-epoch v0.9.18 |
999 | 2025-07-07T07:09:33.260Z | Compiling either v1.15.0 |
1000 | 2025-07-07T07:09:33.654Z | Compiling itertools v0.13.0 |
1001 | 2025-07-07T07:09:35.419Z | Compiling clap_derive v4.5.40 |
1002 | 2025-07-07T07:09:35.724Z | Compiling unicode-width v0.2.1 |
1003 | 2025-07-07T07:09:36.088Z | Compiling progenitor v0.9.1 |
1004 | 2025-07-07T07:09:36.219Z | Compiling heapless v0.8.0 |
1005 | 2025-07-07T07:09:36.279Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd) |
1006 | 2025-07-07T07:09:36.432Z | Compiling ingot-macros v0.1.0 |
1007 | 2025-07-07T07:09:39.121Z | Compiling hash32 v0.3.1 |
1008 | 2025-07-07T07:09:39.320Z | Compiling smoltcp v0.11.0 |
1009 | 2025-07-07T07:09:39.355Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1010 | 2025-07-07T07:09:39.729Z | Compiling heck v0.4.1 |
1011 | 2025-07-07T07:09:40.903Z | Compiling terminal_size v0.4.2 |
1012 | 2025-07-07T07:09:41.102Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#765dbb0c) |
1013 | 2025-07-07T07:09:41.127Z | Compiling proc-macro-crate v3.3.0 |
1014 | 2025-07-07T07:09:41.330Z | Compiling typify-impl v0.4.2 |
1015 | 2025-07-07T07:09:42.178Z | Compiling cobs v0.3.0 |
1016 | 2025-07-07T07:09:42.405Z | Compiling proc-macro-error-attr v1.0.4 |
1017 | 2025-07-07T07:09:42.543Z | Compiling managed v0.8.0 |
1018 | 2025-07-07T07:09:42.601Z | Compiling ingot-types v0.1.0 |
1019 | 2025-07-07T07:09:42.771Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#bc75c49c) |
1020 | 2025-07-07T07:09:42.960Z | Compiling bitflags v1.3.2 |
1021 | 2025-07-07T07:09:43.167Z | Compiling postcard v1.1.2 |
1022 | 2025-07-07T07:09:43.350Z | Compiling ingot v0.1.0 |
1023 | 2025-07-07T07:09:43.411Z | Compiling num_enum_derive v0.7.4 |
1024 | 2025-07-07T07:09:43.801Z | Compiling clap_builder v4.5.40 |
1025 | 2025-07-07T07:09:46.542Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=23cebf3b1c911f09c203f7df50cc06bf780338e5#23cebf3b) |
1026 | 2025-07-07T07:09:46.893Z | Compiling foreign-types-macros v0.2.3 |
1027 | 2025-07-07T07:09:47.186Z | Compiling num-integer v0.1.46 |
1028 | 2025-07-07T07:09:47.337Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=23cebf3b1c911f09c203f7df50cc06bf780338e5#23cebf3b) |
1029 | 2025-07-07T07:09:47.700Z | Compiling proc-macro-error v1.0.4 |
1030 | 2025-07-07T07:09:48.031Z | Compiling rayon-core v1.12.1 |
1031 | 2025-07-07T07:09:48.056Z | Compiling foreign-types-shared v0.3.1 |
1032 | 2025-07-07T07:09:48.184Z | Compiling float-ord v0.3.2 |
1033 | 2025-07-07T07:09:48.373Z | Compiling foreign-types v0.5.0 |
1034 | 2025-07-07T07:09:48.551Z | Compiling clap v4.5.40 |
1035 | 2025-07-07T07:09:48.591Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=23cebf3b1c911f09c203f7df50cc06bf780338e5#23cebf3b) |
1036 | 2025-07-07T07:09:48.616Z | Compiling num_enum v0.7.4 |
1037 | 2025-07-07T07:09:49.376Z | Compiling tabwriter v1.4.1 |
1038 | 2025-07-07T07:09:49.542Z | Compiling crossbeam-deque v0.8.6 |
1039 | 2025-07-07T07:09:49.857Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1040 | 2025-07-07T07:09:50.390Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=23cebf3b1c911f09c203f7df50cc06bf780338e5#23cebf3b) |
1041 | 2025-07-07T07:09:50.903Z | Compiling cstr-argument v0.1.2 |
1042 | 2025-07-07T07:09:51.119Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#edbf966d) |
1043 | 2025-07-07T07:09:51.192Z | Compiling crucible-workspace-hack v0.1.0 |
1044 | 2025-07-07T07:09:51.442Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1045 | 2025-07-07T07:09:51.701Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1046 | 2025-07-07T07:09:52.312Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#bc75c49c) |
1047 | 2025-07-07T07:09:52.781Z | Compiling num-iter v0.1.45 |
1048 | 2025-07-07T07:09:52.967Z | Compiling num-rational v0.4.2 |
1049 | 2025-07-07T07:09:53.937Z | Compiling num-complex v0.4.6 |
1050 | 2025-07-07T07:09:54.185Z | Compiling socket2 v0.6.0 |
1051 | 2025-07-07T07:09:54.469Z | Compiling half v2.6.0 |
1052 | 2025-07-07T07:09:54.527Z | Compiling vcpkg v0.2.15 |
1053 | 2025-07-07T07:09:54.555Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
1054 | 2025-07-07T07:09:54.756Z | Compiling prettyplease v0.2.35 |
1055 | 2025-07-07T07:09:54.873Z | Compiling colored v3.0.0 |
1056 | 2025-07-07T07:09:54.953Z | Compiling semver v0.1.20 |
1057 | 2025-07-07T07:09:55.062Z | Compiling pkg-config v0.3.32 |
1058 | 2025-07-07T07:09:55.098Z | Compiling ciborium-io v0.2.2 |
1059 | 2025-07-07T07:09:55.228Z | Compiling rustix v0.38.44 |
1060 | 2025-07-07T07:09:55.453Z | Compiling tinyvec_macros v0.1.1 |
1061 | 2025-07-07T07:09:55.619Z | Compiling tinyvec v1.9.0 |
1062 | 2025-07-07T07:09:55.778Z | Compiling rustc_version v0.1.7 |
1063 | 2025-07-07T07:09:55.995Z | Compiling ciborium-ll v0.2.2 |
1064 | 2025-07-07T07:09:56.054Z | Compiling openssl-sys v0.9.109 |
1065 | 2025-07-07T07:09:56.166Z | Compiling num v0.4.3 |
1066 | 2025-07-07T07:09:57.266Z | Compiling rayon v1.10.0 |
1067 | 2025-07-07T07:09:57.305Z | Compiling zone_cfg_derive v0.3.1 |
1068 | 2025-07-07T07:09:58.099Z | Compiling typify-macro v0.4.2 |
1069 | 2025-07-07T07:09:58.222Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=23cebf3b1c911f09c203f7df50cc06bf780338e5#23cebf3b) |
1070 | 2025-07-07T07:09:58.571Z | Compiling itertools v0.14.0 |
1071 | 2025-07-07T07:09:58.626Z | Compiling itertools v0.12.1 |
1072 | 2025-07-07T07:09:59.064Z | Compiling hubpack_derive v0.1.1 |
1073 | 2025-07-07T07:09:59.868Z | Compiling camino-tempfile v1.4.1 |
1074 | 2025-07-07T07:10:00.224Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
1075 | 2025-07-07T07:10:00.452Z | Compiling enum-as-inner v0.6.1 |
1076 | 2025-07-07T07:10:00.661Z | Compiling num-derive v0.4.2 |
1077 | 2025-07-07T07:10:01.060Z | Compiling sigpipe v0.1.3 |
1078 | 2025-07-07T07:10:01.248Z | Compiling base64ct v1.8.0 |
1079 | 2025-07-07T07:10:01.314Z | Compiling jiff v0.2.15 |
1080 | 2025-07-07T07:10:01.416Z | Compiling data-encoding v2.9.0 |
1081 | 2025-07-07T07:10:01.441Z | Compiling glob v0.3.2 |
1082 | 2025-07-07T07:10:01.842Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#765dbb0c) |
1083 | 2025-07-07T07:10:01.879Z | Compiling typify v0.4.2 |
1084 | 2025-07-07T07:10:02.024Z | Compiling progenitor-impl v0.10.0 |
1085 | 2025-07-07T07:10:02.217Z | Compiling password-hash v0.5.0 |
1086 | 2025-07-07T07:10:02.533Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
1087 | 2025-07-07T07:10:03.308Z | Compiling zone v0.3.1 |
1088 | 2025-07-07T07:10:03.346Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
1089 | 2025-07-07T07:10:03.927Z | Compiling hubpack v0.1.2 |
1090 | 2025-07-07T07:10:04.041Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=23cebf3b1c911f09c203f7df50cc06bf780338e5#23cebf3b) |
1091 | 2025-07-07T07:10:04.793Z | Compiling ciborium v0.2.2 |
1092 | 2025-07-07T07:10:05.444Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#765dbb0c) |
1093 | 2025-07-07T07:10:06.074Z | Compiling newtype_derive v0.1.6 |
1094 | 2025-07-07T07:10:07.823Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#765dbb0c) |
1095 | 2025-07-07T07:10:09.202Z | Compiling strum_macros v0.25.3 |
1096 | 2025-07-07T07:10:09.894Z | Compiling blake2 v0.10.6 |
1097 | 2025-07-07T07:10:11.192Z | Compiling serde-big-array v0.5.1 |
1098 | 2025-07-07T07:10:11.217Z | Compiling smf v0.2.3 |
1099 | 2025-07-07T07:10:11.271Z | Compiling serde_repr v0.1.20 |
1100 | 2025-07-07T07:10:11.522Z | Compiling whoami v1.6.0 |
1101 | 2025-07-07T07:10:12.029Z | Compiling unicode-segmentation v1.12.0 |
1102 | 2025-07-07T07:10:12.071Z | Compiling owo-colors v4.2.2 |
1103 | 2025-07-07T07:10:12.269Z | Compiling static_assertions v1.1.0 |
1104 | 2025-07-07T07:10:12.314Z | Compiling cancel-safe-futures v0.1.5 |
1105 | 2025-07-07T07:10:12.374Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b) |
1106 | 2025-07-07T07:10:12.666Z | Compiling newline-converter v0.3.0 |
1107 | 2025-07-07T07:10:12.696Z | Compiling argon2 v0.5.3 |
1108 | 2025-07-07T07:10:12.785Z | Compiling progenitor-macro v0.10.0 |
1109 | 2025-07-07T07:10:12.854Z | Compiling atomicwrites v0.4.4 |
1110 | 2025-07-07T07:10:13.240Z | Compiling ipcc v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#765dbb0c) |
1111 | 2025-07-07T07:10:13.934Z | Compiling console v0.15.11 |
1112 | 2025-07-07T07:10:15.164Z | Compiling libsw-core v0.3.2 |
1113 | 2025-07-07T07:10:15.480Z | Compiling secrecy v0.10.3 |
1114 | 2025-07-07T07:10:15.719Z | Compiling cookie v0.18.1 |
1115 | 2025-07-07T07:10:16.041Z | Compiling linked-hash-map v0.5.6 |
1116 | 2025-07-07T07:10:16.363Z | Compiling foreign-types-shared v0.1.1 |
1117 | 2025-07-07T07:10:16.388Z | Compiling convert_case v0.4.0 |
1118 | 2025-07-07T07:10:16.501Z | Compiling similar v2.7.0 |
1119 | 2025-07-07T07:10:16.970Z | Compiling fixedbitset v0.4.2 |
1120 | 2025-07-07T07:10:17.386Z | Compiling openssl v0.10.73 |
1121 | 2025-07-07T07:10:17.769Z | Compiling fixedbitset v0.5.7 |
1122 | 2025-07-07T07:10:17.987Z | Compiling moka v0.12.10 |
1123 | 2025-07-07T07:10:18.309Z | Compiling resolv-conf v0.7.4 |
1124 | 2025-07-07T07:10:18.376Z | Compiling petgraph v0.8.2 |
1125 | 2025-07-07T07:10:18.413Z | Compiling expectorate v1.2.0 |
1126 | 2025-07-07T07:10:18.564Z | Compiling petgraph v0.6.5 |
1127 | 2025-07-07T07:10:18.648Z | Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#765dbb0c) |
1128 | 2025-07-07T07:10:18.940Z | Compiling derive_more v0.99.20 |
1129 | 2025-07-07T07:10:20.575Z | Compiling foreign-types v0.3.2 |
1130 | 2025-07-07T07:10:20.672Z | Compiling lru-cache v0.1.2 |
1131 | 2025-07-07T07:10:20.867Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#765dbb0c) |
1132 | 2025-07-07T07:10:21.141Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#765dbb0c) |
1133 | 2025-07-07T07:10:21.582Z | Compiling libsw v3.5.0 |
1134 | 2025-07-07T07:10:21.981Z | Compiling hickory-proto v0.24.4 |
1135 | 2025-07-07T07:10:22.282Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#765dbb0c) |
1136 | 2025-07-07T07:10:23.466Z | Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#765dbb0c) |
1137 | 2025-07-07T07:10:23.770Z | Compiling openssl-macros v0.1.1 |
1138 | 2025-07-07T07:10:23.879Z | Compiling progenitor v0.10.0 |
1139 | 2025-07-07T07:10:24.065Z | Compiling linear-map v1.2.0 |
1140 | 2025-07-07T07:10:24.257Z | Compiling swrite v0.1.0 |
1141 | 2025-07-07T07:10:24.393Z | Compiling unicode-width v0.1.14 |
1142 | 2025-07-07T07:10:24.419Z | Compiling highway v1.3.0 |
1143 | 2025-07-07T07:10:24.520Z | Compiling indent_write v2.2.0 |
1144 | 2025-07-07T07:10:24.726Z | Compiling tagptr v0.2.0 |
1145 | 2025-07-07T07:10:24.868Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#765dbb0c) |
1146 | 2025-07-07T07:10:24.980Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#765dbb0c) |
1147 | 2025-07-07T07:10:25.707Z | Compiling hickory-resolver v0.24.4 |
1148 | 2025-07-07T07:10:26.615Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#765dbb0c) |
1149 | 2025-07-07T07:10:28.015Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#765dbb0c) |
1150 | 2025-07-07T07:10:28.355Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#765dbb0c) |
1151 | 2025-07-07T07:10:28.666Z | Compiling steno v0.4.1 |
1152 | 2025-07-07T07:10:28.703Z | Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#765dbb0c) |
1153 | 2025-07-07T07:10:29.782Z | Compiling hickory-proto v0.25.2 |
1154 | 2025-07-07T07:10:31.069Z | Compiling tokio-stream v0.1.17 |
1155 | 2025-07-07T07:10:31.878Z | Compiling slog-dtrace v0.3.0 |
1156 | 2025-07-07T07:10:32.215Z | Compiling humantime v2.2.0 |
1157 | 2025-07-07T07:10:32.241Z | Compiling parking_lot_core v0.8.6 |
1158 | 2025-07-07T07:10:32.555Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#765dbb0c) |
1159 | 2025-07-07T07:10:32.658Z | Compiling qorb v0.4.1 |
1160 | 2025-07-07T07:10:32.774Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#765dbb0c) |
1161 | 2025-07-07T07:10:33.028Z | Compiling num-derive v0.3.3 |
1162 | 2025-07-07T07:10:33.605Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#765dbb0c) |
1163 | 2025-07-07T07:10:34.580Z | Compiling hickory-resolver v0.25.2 |
1164 | 2025-07-07T07:10:34.706Z | Compiling libscf-sys v1.1.0 |
1165 | 2025-07-07T07:10:35.599Z | Compiling parking_lot v0.11.2 |
1166 | 2025-07-07T07:10:35.848Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51) |
1167 | 2025-07-07T07:10:36.026Z | Compiling fxhash v0.2.1 |
1168 | 2025-07-07T07:10:36.275Z | Compiling crc32fast v1.4.2 |
1169 | 2025-07-07T07:10:36.445Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#765dbb0c) |
1170 | 2025-07-07T07:10:36.634Z | Compiling sled v0.34.7 |
1171 | 2025-07-07T07:10:36.970Z | Compiling yansi v1.0.1 |
1172 | 2025-07-07T07:10:37.108Z | Compiling diff v0.1.13 |
1173 | 2025-07-07T07:10:37.555Z | Compiling pretty_assertions v1.4.1 |
1174 | 2025-07-07T07:10:46.319Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#765dbb0c) |
1175 | 2025-07-07T07:10:52.941Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#765dbb0c) |
1176 | 2025-07-07T07:11:03.176Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#765dbb0c) |
1177 | 2025-07-07T07:11:04.910Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
1178 | 2025-07-07T07:11:06.486Z | Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb) |
1179 | 2025-07-07T07:11:09.151Z | Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd) |
1180 | 2025-07-07T07:11:40.153Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 3m 17s |
1181 | 2025-07-07T07:11:40.338Z | error: creating test list failed |
1182 | 2025-07-07T07:11:40.364Z | |
1183 | 2025-07-07T07:11:40.364Z | Caused by: |
1184 | 2025-07-07T07:11:40.364Z | for `bfd`, command `/work/oxidecomputer/maghemite/target/debug/deps/bfd-3d371864ecc44d92 --list --format terse` aborted with signal 9 (SIGKILL) |
1185 | 2025-07-07T07:11:40.364Z | --- stdout: |
1186 | 2025-07-07T07:11:40.364Z | |
1187 | 2025-07-07T07:11:40.364Z | --- stderr: |
1188 | 2025-07-07T07:11:40.364Z | ld.so.1: bfd-3d371864ecc44d92: fatal: libipcc.so.1: open failed: No such file or directory |
1189 | 2025-07-07T07:11:40.364Z | |
1190 | 2025-07-07T07:11:40.364Z | --- |
1191 | 2025-07-07T07:11:40.364Z | process exited: duration 243484 ms, exit code 104 |
|
1192 | 2025-07-07T07:11:40.418Z | found 0 output files |