|
|
|
1 | 2025-07-07T07:07:20.872Z | job assigned to worker 01JZHVACET46MB7NR0H00PSA2V [factory aws, i-0dabe897a5d1968ec] (queued for 48 s) |
|
2 | 2025-07-07T07:07:29.354Z | starting task 0: "setup" |
3 | 2025-07-07T07:07:29.358Z | ++ uname -s |
4 | 2025-07-07T07:07:29.361Z | + kern=SunOS |
5 | 2025-07-07T07:07:29.361Z | + build_user=build |
6 | 2025-07-07T07:07:29.361Z | + build_uid=12345 |
7 | 2025-07-07T07:07:29.362Z | + work_dir=/work |
8 | 2025-07-07T07:07:29.362Z | + input_dir=/input |
9 | 2025-07-07T07:07:29.362Z | + [[ 0 == 12345 ]] |
10 | 2025-07-07T07:07:29.362Z | + case "$kern" in |
11 | 2025-07-07T07:07:29.362Z | + groupadd -g 12345 build |
12 | 2025-07-07T07:07:29.365Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-07-07T07:07:31.371Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-07-07T07:07:31.488Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-07-07T07:07:31.491Z | + home_fs=zfs |
16 | 2025-07-07T07:07:31.492Z | + [[ zfs == autofs ]] |
17 | 2025-07-07T07:07:31.492Z | + mkdir -p /home/build |
18 | 2025-07-07T07:07:31.495Z | + chown build:build /home/build /work |
19 | 2025-07-07T07:07:33.495Z | + chmod 0700 /home/build /work |
20 | 2025-07-07T07:07:33.498Z | process exited: duration 4146 ms, exit code 0 |
|
21 | 2025-07-07T07:07:33.505Z | starting task 1: "rust-toolchain" |
22 | 2025-07-07T07:07:33.510Z | + printf ' * rust toolchain channel = "%s"\n' stable |
23 | 2025-07-07T07:07:33.510Z | + printf ' * rust toolchain profile = "%s"\n' default |
24 | 2025-07-07T07:07:33.510Z | * rust toolchain channel = "stable" |
25 | 2025-07-07T07:07:33.510Z | * rust toolchain profile = "default" |
26 | 2025-07-07T07:07:33.510Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-07-07T07:07:33.513Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-07-07T07:07:33.513Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-07-07T07:07:33.514Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
30 | 2025-07-07T07:07:33.626Z | info: downloading installer |
31 | 2025-07-07T07:07:34.883Z | warn: It looks like you have an existing installation of Rust at: |
32 | 2025-07-07T07:07:34.883Z | warn: /opt/ooce/bin |
33 | 2025-07-07T07:07:34.883Z | warn: It is recommended that rustup be the primary Rust installation. |
34 | 2025-07-07T07:07:34.883Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
35 | 2025-07-07T07:07:34.883Z | warn: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-07-07T07:07:34.883Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-07-07T07:07:34.883Z | warn: or pass `-y' to ignore all ignorable checks. |
38 | 2025-07-07T07:07:34.883Z | error: cannot install while Rust is installed |
39 | 2025-07-07T07:07:34.883Z | warn: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-07-07T07:07:34.900Z | info: profile set to 'default' |
41 | 2025-07-07T07:07:34.900Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-07-07T07:07:34.904Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
43 | 2025-07-07T07:07:35.054Z | info: latest update on 2025-06-26, rust version 1.88.0 (6b00bc388 2025-06-23) |
44 | 2025-07-07T07:07:35.055Z | info: downloading component 'cargo' |
45 | 2025-07-07T07:07:35.857Z | info: downloading component 'clippy' |
46 | 2025-07-07T07:07:36.235Z | info: downloading component 'rust-docs' |
47 | 2025-07-07T07:07:37.454Z | info: downloading component 'rust-std' |
48 | 2025-07-07T07:07:39.288Z | info: downloading component 'rustc' |
49 | 2025-07-07T07:07:47.030Z | info: downloading component 'rustfmt' |
50 | 2025-07-07T07:07:47.307Z | info: installing component 'cargo' |
51 | 2025-07-07T07:07:48.177Z | info: installing component 'clippy' |
52 | 2025-07-07T07:07:48.570Z | info: installing component 'rust-docs' |
53 | 2025-07-07T07:07:50.425Z | info: installing component 'rust-std' |
54 | 2025-07-07T07:07:52.161Z | info: installing component 'rustc' |
55 | 2025-07-07T07:07:58.697Z | info: installing component 'rustfmt' |
56 | 2025-07-07T07:07:59.030Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
57 | 2025-07-07T07:07:59.030Z | |
58 | 2025-07-07T07:07:59.453Z | stable-x86_64-unknown-illumos installed - rustc 1.88.0 (6b00bc388 2025-06-23) |
59 | 2025-07-07T07:07:59.453Z | |
60 | 2025-07-07T07:07:59.456Z | |
61 | 2025-07-07T07:07:59.456Z | Rust is installed now. Great! |
62 | 2025-07-07T07:07:59.456Z | |
63 | 2025-07-07T07:07:59.456Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-07-07T07:07:59.456Z | environment variable. This has not been done automatically. |
65 | 2025-07-07T07:07:59.456Z | |
66 | 2025-07-07T07:07:59.456Z | To configure your current shell, you need to source |
67 | 2025-07-07T07:07:59.456Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-07-07T07:07:59.456Z | |
69 | 2025-07-07T07:07:59.456Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-07-07T07:07:59.456Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-07-07T07:07:59.456Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-07-07T07:07:59.456Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
73 | 2025-07-07T07:07:59.541Z | + rustup --version |
74 | 2025-07-07T07:07:59.552Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
75 | 2025-07-07T07:07:59.556Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
76 | 2025-07-07T07:07:59.628Z | info: The currently active `rustc` version is `rustc 1.88.0 (6b00bc388 2025-06-23)` |
77 | 2025-07-07T07:07:59.631Z | + cargo --version |
78 | 2025-07-07T07:07:59.690Z | cargo 1.88.0 (873a06493 2025-05-10) |
79 | 2025-07-07T07:07:59.693Z | + rustc --version |
80 | 2025-07-07T07:07:59.761Z | rustc 1.88.0 (6b00bc388 2025-06-23) |
81 | 2025-07-07T07:07:59.766Z | process exited: duration 26262 ms, exit code 0 |
|
82 | 2025-07-07T07:07:59.772Z | starting task 2: "authentication" |
83 | 2025-07-07T07:07:59.796Z | process exited: duration 23 ms, exit code 0 |
|
84 | 2025-07-07T07:07:59.803Z | starting task 3: "clone repository" |
85 | 2025-07-07T07:07:59.809Z | + mkdir -p /work/oxidecomputer/maghemite |
86 | 2025-07-07T07:07:59.812Z | + git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite |
87 | 2025-07-07T07:07:59.849Z | Cloning into '/work/oxidecomputer/maghemite'... |
88 | 2025-07-07T07:08:00.598Z | + cd /work/oxidecomputer/maghemite |
89 | 2025-07-07T07:08:00.602Z | + git fetch origin eb30e2da08eca7a9ec30e17d1a81b8f9967a66cb |
90 | 2025-07-07T07:08:00.872Z | From https://github.com/oxidecomputer/maghemite |
91 | 2025-07-07T07:08:00.872Z | * branch eb30e2da08eca7a9ec30e17d1a81b8f9967a66cb -> FETCH_HEAD |
92 | 2025-07-07T07:08:00.880Z | + [[ -n renovate/lock-file-maintenance ]] |
93 | 2025-07-07T07:08:00.884Z | ++ git branch --show-current |
94 | 2025-07-07T07:08:00.887Z | + current=main |
95 | 2025-07-07T07:08:00.887Z | + [[ main != renovate/lock-file-maintenance ]] |
96 | 2025-07-07T07:08:00.887Z | + git branch -f renovate/lock-file-maintenance eb30e2da08eca7a9ec30e17d1a81b8f9967a66cb |
97 | 2025-07-07T07:08:00.890Z | + git checkout -f renovate/lock-file-maintenance |
98 | 2025-07-07T07:08:00.903Z | Switched to branch 'renovate/lock-file-maintenance' |
99 | 2025-07-07T07:08:00.905Z | + git reset --hard eb30e2da08eca7a9ec30e17d1a81b8f9967a66cb |
100 | 2025-07-07T07:08:00.909Z | HEAD is now at eb30e2d Lock file maintenance |
101 | 2025-07-07T07:08:00.912Z | process exited: duration 1106 ms, exit code 0 |
|
102 | 2025-07-07T07:08:00.918Z | starting task 4: "build" |
103 | 2025-07-07T07:08:00.924Z | + set -e |
104 | 2025-07-07T07:08:00.924Z | + NEXTEST_VERSION=0.9.97 |
105 | 2025-07-07T07:08:00.924Z | + PLATFORM=illumos |
106 | 2025-07-07T07:08:00.924Z | + cargo --version |
107 | 2025-07-07T07:08:00.931Z | info: syncing channel updates for '1.86.0-x86_64-unknown-illumos' |
108 | 2025-07-07T07:08:01.101Z | info: latest update on 2025-04-03, rust version 1.86.0 (05f9846f8 2025-03-31) |
109 | 2025-07-07T07:08:01.104Z | info: downloading component 'cargo' |
110 | 2025-07-07T07:08:02.031Z | info: downloading component 'clippy' |
111 | 2025-07-07T07:08:02.401Z | info: downloading component 'rust-docs' |
112 | 2025-07-07T07:08:03.785Z | info: downloading component 'rust-std' |
113 | 2025-07-07T07:08:05.611Z | info: downloading component 'rustc' |
114 | 2025-07-07T07:08:12.807Z | info: downloading component 'rustfmt' |
115 | 2025-07-07T07:08:13.089Z | info: installing component 'cargo' |
116 | 2025-07-07T07:08:13.913Z | info: installing component 'clippy' |
117 | 2025-07-07T07:08:14.297Z | info: installing component 'rust-docs' |
118 | 2025-07-07T07:08:16.132Z | info: installing component 'rust-std' |
119 | 2025-07-07T07:08:17.902Z | info: installing component 'rustc' |
120 | 2025-07-07T07:08:24.176Z | info: installing component 'rustfmt' |
121 | 2025-07-07T07:08:24.608Z | cargo 1.86.0 (adf9b6ad1 2025-02-28) |
122 | 2025-07-07T07:08:24.611Z | + rustc --version |
123 | 2025-07-07T07:08:24.690Z | rustc 1.86.0 (05f9846f8 2025-03-31) |
124 | 2025-07-07T07:08:24.696Z | + curl -sSfL --retry 10 https://get.nexte.st/0.9.97/illumos |
125 | 2025-07-07T07:08:24.699Z | + gunzip |
126 | 2025-07-07T07:08:24.699Z | + tar -xvf - -C /home/build/.cargo/bin |
127 | 2025-07-07T07:08:26.088Z | x cargo-nextest, 18489920 bytes, 36114 tape blocks |
128 | 2025-07-07T07:08:26.091Z | + pushd bgp |
129 | 2025-07-07T07:08:26.091Z | /work/oxidecomputer/maghemite/bgp /work/oxidecomputer/maghemite |
130 | 2025-07-07T07:08:26.091Z | + cargo nextest run |
131 | 2025-07-07T07:08:26.430Z | Updating crates.io index |
132 | 2025-07-07T07:08:26.433Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
133 | 2025-07-07T07:08:27.156Z | From https://github.com/oxidecomputer/falcon |
134 | 2025-07-07T07:08:27.156Z | * [new ref] bfcf50ebd5aa308990c858606ebf4e6cc3a0a119 -> refs/commit/bfcf50ebd5aa308990c858606ebf4e6cc3a0a119 |
135 | 2025-07-07T07:08:27.341Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
136 | 2025-07-07T07:08:27.748Z | From https://github.com/oxidecomputer/dendrite |
137 | 2025-07-07T07:08:27.748Z | * [new ref] 196b6b1389cedbe71ffaa369ccf2af90664fac75 -> refs/commit/196b6b1389cedbe71ffaa369ccf2af90664fac75 |
138 | 2025-07-07T07:08:27.797Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
139 | 2025-07-07T07:08:28.130Z | From https://github.com/oxidecomputer/ispf |
140 | 2025-07-07T07:08:28.130Z | * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496 |
141 | 2025-07-07T07:08:28.158Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
142 | 2025-07-07T07:08:28.548Z | From https://github.com/oxidecomputer/netadm-sys |
143 | 2025-07-07T07:08:28.548Z | * [new ref] edbf966dab4ea27af8163e9296484d3e51ec84b0 -> refs/commit/edbf966dab4ea27af8163e9296484d3e51ec84b0 |
144 | 2025-07-07T07:08:28.562Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
145 | 2025-07-07T07:08:34.384Z | From https://github.com/oxidecomputer/omicron |
146 | 2025-07-07T07:08:34.384Z | * [new ref] 765dbb0c6d463961ec364a388485a685ee80547c -> refs/commit/765dbb0c6d463961ec364a388485a685ee80547c |
147 | 2025-07-07T07:08:34.847Z | Updating git repository `https://github.com/oxidecomputer/opte` |
148 | 2025-07-07T07:08:35.688Z | From https://github.com/oxidecomputer/opte |
149 | 2025-07-07T07:08:35.688Z | * [new ref] 3d1263ced8177893d46da54a914e4c510dc2bfc8 -> refs/commit/3d1263ced8177893d46da54a914e4c510dc2bfc8 |
150 | 2025-07-07T07:08:35.733Z | Updating git repository `https://github.com/illumos/smf-rs` |
151 | 2025-07-07T07:08:36.041Z | From https://github.com/illumos/smf-rs |
152 | 2025-07-07T07:08:36.041Z | * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4 |
153 | 2025-07-07T07:08:36.078Z | Updating git repository `https://github.com/oxidecomputer/zone` |
154 | 2025-07-07T07:08:36.404Z | From https://github.com/oxidecomputer/zone |
155 | 2025-07-07T07:08:36.404Z | * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91 |
156 | 2025-07-07T07:08:36.465Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
157 | 2025-07-07T07:08:37.401Z | From https://github.com/oxidecomputer/propolis |
158 | 2025-07-07T07:08:37.401Z | * [new ref] 02fdf06bb279fc1b1393f993b90cbe84b7e9f281 -> refs/commit/02fdf06bb279fc1b1393f993b90cbe84b7e9f281 |
159 | 2025-07-07T07:08:37.547Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
160 | 2025-07-07T07:08:38.108Z | From https://github.com/oxidecomputer/transceiver-control |
161 | 2025-07-07T07:08:38.109Z | * [new ref] d861e1dedaa6eb6513a017c2bbe4b73e97327684 -> refs/commit/d861e1dedaa6eb6513a017c2bbe4b73e97327684 |
162 | 2025-07-07T07:08:38.137Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
163 | 2025-07-07T07:08:38.466Z | From https://github.com/oxidecomputer/dlpi-sys |
164 | 2025-07-07T07:08:38.466Z | * [new ref] bc75c49c365534f4764dec5853a75c7c9f4567c1 -> refs/commit/bc75c49c365534f4764dec5853a75c7c9f4567c1 |
165 | 2025-07-07T07:08:38.482Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
166 | 2025-07-07T07:08:38.823Z | From https://github.com/jmesmon/rust-libzfs |
167 | 2025-07-07T07:08:38.823Z | * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850 |
168 | 2025-07-07T07:08:38.843Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
169 | 2025-07-07T07:08:39.165Z | From https://github.com/oxidecomputer/rusty-doors |
170 | 2025-07-07T07:08:39.165Z | * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf |
171 | 2025-07-07T07:08:39.177Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
172 | 2025-07-07T07:08:39.548Z | From https://github.com/oxidecomputer/lldp |
173 | 2025-07-07T07:08:39.549Z | * [new ref] 82fbc8c9747eb9f74dde0f92ae77ec67f65652c4 -> refs/commit/82fbc8c9747eb9f74dde0f92ae77ec67f65652c4 |
174 | 2025-07-07T07:08:39.582Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
175 | 2025-07-07T07:08:40.110Z | From https://github.com/oxidecomputer/maghemite |
176 | 2025-07-07T07:08:40.111Z | * [new ref] fa5f15cdcd5864161a929e2ec01534f70dfba216 -> refs/commit/fa5f15cdcd5864161a929e2ec01534f70dfba216 |
177 | 2025-07-07T07:08:40.171Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
178 | 2025-07-07T07:08:40.518Z | From https://github.com/oxidecomputer/serde_human_bytes |
179 | 2025-07-07T07:08:40.519Z | * [new ref] 0a09794501b6208120528c3b457d5f3a8cb17424 -> refs/commit/0a09794501b6208120528c3b457d5f3a8cb17424 |
180 | 2025-07-07T07:08:40.539Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
181 | 2025-07-07T07:08:40.893Z | From https://github.com/oxidecomputer/slog-error-chain |
182 | 2025-07-07T07:08:40.894Z | * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2 |
183 | 2025-07-07T07:08:40.906Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
184 | 2025-07-07T07:08:41.253Z | From https://github.com/oxidecomputer/tufaceous |
185 | 2025-07-07T07:08:41.253Z | * [new ref] 3923a4358e8be55fef0f50859e8ea1efa48f00f0 -> refs/commit/3923a4358e8be55fef0f50859e8ea1efa48f00f0 |
186 | 2025-07-07T07:08:41.289Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
187 | 2025-07-07T07:08:42.590Z | From https://github.com/oxidecomputer/crucible |
188 | 2025-07-07T07:08:42.590Z | * [new ref] da3cf198a0e000bb89efc3a1c77d7ba09340a600 -> refs/commit/da3cf198a0e000bb89efc3a1c77d7ba09340a600 |
189 | 2025-07-07T07:08:42.853Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
190 | 2025-07-07T07:08:43.269Z | From https://github.com/oxidecomputer/propolis |
191 | 2025-07-07T07:08:43.269Z | * [new ref] e3988414bd68ecf806078fb898120e1194451ee9 -> refs/commit/e3988414bd68ecf806078fb898120e1194451ee9 |
192 | 2025-07-07T07:08:43.348Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
193 | 2025-07-07T07:08:43.767Z | From https://github.com/oxidecomputer/crucible |
194 | 2025-07-07T07:08:43.767Z | * [new ref] e164393a88e7b62598897dc4f53315f083e25333 -> refs/commit/e164393a88e7b62598897dc4f53315f083e25333 |
195 | 2025-07-07T07:08:43.822Z | Updating git repository `https://github.com/oxidecomputer/opte` |
196 | 2025-07-07T07:08:44.147Z | From https://github.com/oxidecomputer/opte |
197 | 2025-07-07T07:08:44.147Z | * [new ref] 23cebf3b1c911f09c203f7df50cc06bf780338e5 -> refs/commit/23cebf3b1c911f09c203f7df50cc06bf780338e5 |
198 | 2025-07-07T07:08:44.217Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
199 | 2025-07-07T07:08:44.862Z | From https://github.com/oxidecomputer/management-gateway-service |
200 | 2025-07-07T07:08:44.862Z | * [new ref] 0e1e055b66ec007c537e5bd45e210c245f9c537d -> refs/commit/0e1e055b66ec007c537e5bd45e210c245f9c537d |
201 | 2025-07-07T07:08:44.895Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
202 | 2025-07-07T07:08:45.220Z | From https://github.com/oxidecomputer/ipcc-rs |
203 | 2025-07-07T07:08:45.220Z | * [new ref] 524eb8f125003dff50b9703900c6b323f00f9e1b -> refs/commit/524eb8f125003dff50b9703900c6b323f00f9e1b |
204 | 2025-07-07T07:08:46.053Z | Downloading crates ... |
205 | 2025-07-07T07:08:46.142Z | Downloaded anyhow v1.0.98 |
206 | 2025-07-07T07:08:46.148Z | Downloaded adler2 v2.0.1 |
207 | 2025-07-07T07:08:46.151Z | Downloaded anstyle-parse v0.2.7 |
208 | 2025-07-07T07:08:46.155Z | Downloaded anstream v0.6.19 |
209 | 2025-07-07T07:08:46.158Z | Downloaded clap_lex v0.7.5 |
210 | 2025-07-07T07:08:46.158Z | Downloaded lru-slab v0.1.2 |
211 | 2025-07-07T07:08:46.161Z | Downloaded enum-as-inner v0.6.1 |
212 | 2025-07-07T07:08:46.161Z | Downloaded allocator-api2 v0.2.21 |
213 | 2025-07-07T07:08:46.164Z | Downloaded cargo_toml v0.22.1 |
214 | 2025-07-07T07:08:46.167Z | Downloaded num-complex v0.4.6 |
215 | 2025-07-07T07:08:46.170Z | Downloaded anstyle v1.0.11 |
216 | 2025-07-07T07:08:46.173Z | Downloaded ciborium-io v0.2.2 |
217 | 2025-07-07T07:08:46.173Z | Downloaded crypto-common v0.1.6 |
218 | 2025-07-07T07:08:46.176Z | Downloaded crc8 v0.1.1 |
219 | 2025-07-07T07:08:46.176Z | Downloaded bytecount v0.6.9 |
220 | 2025-07-07T07:08:46.179Z | Downloaded cfg-if v1.0.1 |
221 | 2025-07-07T07:08:46.179Z | Downloaded async-stream v0.3.6 |
222 | 2025-07-07T07:08:46.182Z | Downloaded colorchoice v1.0.4 |
223 | 2025-07-07T07:08:46.185Z | Downloaded cfg_aliases v0.2.1 |
224 | 2025-07-07T07:08:46.185Z | Downloaded aho-corasick v1.1.3 |
225 | 2025-07-07T07:08:46.191Z | Downloaded bit-vec v0.8.0 |
226 | 2025-07-07T07:08:46.194Z | Downloaded async-trait v0.1.88 |
227 | 2025-07-07T07:08:46.198Z | Downloaded num-conv v0.1.0 |
228 | 2025-07-07T07:08:46.201Z | Downloaded macaddr v1.0.1 |
229 | 2025-07-07T07:08:46.201Z | Downloaded atomic-waker v1.1.2 |
230 | 2025-07-07T07:08:46.204Z | Downloaded anstyle-query v1.1.3 |
231 | 2025-07-07T07:08:46.207Z | Downloaded atomicwrites v0.4.4 |
232 | 2025-07-07T07:08:46.207Z | Downloaded async-stream-impl v0.3.6 |
233 | 2025-07-07T07:08:46.210Z | Downloaded ahash v0.8.12 |
234 | 2025-07-07T07:08:46.213Z | Downloaded memmap v0.7.0 |
235 | 2025-07-07T07:08:46.213Z | Downloaded memoffset v0.9.1 |
236 | 2025-07-07T07:08:46.216Z | Downloaded parking_lot v0.12.4 |
237 | 2025-07-07T07:08:46.220Z | Downloaded argon2 v0.5.3 |
238 | 2025-07-07T07:08:46.224Z | Downloaded newtype_derive v0.1.6 |
239 | 2025-07-07T07:08:46.227Z | Downloaded cstr-argument v0.1.2 |
240 | 2025-07-07T07:08:46.227Z | Downloaded crunchy v0.2.4 |
241 | 2025-07-07T07:08:46.230Z | Downloaded darling_macro v0.20.11 |
242 | 2025-07-07T07:08:46.230Z | Downloaded managed v0.8.0 |
243 | 2025-07-07T07:08:46.233Z | Downloaded cobs v0.3.0 |
244 | 2025-07-07T07:08:46.236Z | Downloaded digest v0.10.7 |
245 | 2025-07-07T07:08:46.239Z | Downloaded no-std-compat v0.4.1 |
246 | 2025-07-07T07:08:46.239Z | Downloaded bit-set v0.8.0 |
247 | 2025-07-07T07:08:46.242Z | Downloaded match_cfg v0.1.0 |
248 | 2025-07-07T07:08:46.243Z | Downloaded parse-display v0.10.0 |
249 | 2025-07-07T07:08:46.246Z | Downloaded num-derive v0.3.3 |
250 | 2025-07-07T07:08:46.246Z | Downloaded paste v1.0.15 |
251 | 2025-07-07T07:08:46.250Z | Downloaded parse-display-derive v0.10.0 |
252 | 2025-07-07T07:08:46.253Z | Downloaded num_threads v0.1.7 |
253 | 2025-07-07T07:08:46.253Z | Downloaded try-lock v0.2.5 |
254 | 2025-07-07T07:08:46.256Z | Downloaded num v0.4.3 |
255 | 2025-07-07T07:08:46.259Z | Downloaded pretty-hex v0.4.1 |
256 | 2025-07-07T07:08:46.259Z | Downloaded utf8_iter v1.0.4 |
257 | 2025-07-07T07:08:46.262Z | Downloaded newline-converter v0.3.0 |
258 | 2025-07-07T07:08:46.262Z | Downloaded base16ct v0.2.0 |
259 | 2025-07-07T07:08:46.265Z | Downloaded constant_time_eq v0.3.1 |
260 | 2025-07-07T07:08:46.265Z | Downloaded percent-encoding v2.3.1 |
261 | 2025-07-07T07:08:46.268Z | Downloaded defmt-parser v1.0.0 |
262 | 2025-07-07T07:08:46.268Z | Downloaded debug-ignore v1.0.5 |
263 | 2025-07-07T07:08:46.271Z | Downloaded convert_case v0.4.0 |
264 | 2025-07-07T07:08:46.274Z | Downloaded deranged v0.4.0 |
265 | 2025-07-07T07:08:46.278Z | Downloaded powerfmt v0.2.0 |
266 | 2025-07-07T07:08:46.278Z | Downloaded dyn-clone v1.0.19 |
267 | 2025-07-07T07:08:46.281Z | Downloaded dirs-sys-next v0.1.2 |
268 | 2025-07-07T07:08:46.281Z | Downloaded cpufeatures v0.2.17 |
269 | 2025-07-07T07:08:46.284Z | Downloaded progenitor-client v0.9.1 |
270 | 2025-07-07T07:08:46.287Z | Downloaded dof v0.3.0 |
271 | 2025-07-07T07:08:46.287Z | Downloaded omicron-workspace-hack v0.1.0 |
272 | 2025-07-07T07:08:46.287Z | Downloaded crossbeam-deque v0.8.6 |
273 | 2025-07-07T07:08:46.290Z | Downloaded either v1.15.0 |
274 | 2025-07-07T07:08:46.293Z | Downloaded embedded-io v0.4.0 |
275 | 2025-07-07T07:08:46.297Z | Downloaded daft v0.1.4 |
276 | 2025-07-07T07:08:46.297Z | Downloaded data-encoding v2.9.0 |
277 | 2025-07-07T07:08:46.300Z | Downloaded const-random v0.1.18 |
278 | 2025-07-07T07:08:46.300Z | Downloaded yoke-derive v0.8.0 |
279 | 2025-07-07T07:08:46.303Z | Downloaded progenitor v0.9.1 |
280 | 2025-07-07T07:08:46.303Z | Downloaded pin-project-lite v0.2.16 |
281 | 2025-07-07T07:08:46.308Z | Downloaded once_cell v1.21.3 |
282 | 2025-07-07T07:08:46.312Z | Downloaded fastrand v2.3.0 |
283 | 2025-07-07T07:08:46.315Z | Downloaded pkg-config v0.3.32 |
284 | 2025-07-07T07:08:46.318Z | Downloaded time-core v0.1.4 |
285 | 2025-07-07T07:08:46.318Z | Downloaded filetime v0.2.25 |
286 | 2025-07-07T07:08:46.321Z | Downloaded typify-macro v0.4.2 |
287 | 2025-07-07T07:08:46.321Z | Downloaded proc-macro-error-attr v1.0.4 |
288 | 2025-07-07T07:08:46.324Z | Downloaded tokio-macros v2.5.0 |
289 | 2025-07-07T07:08:46.327Z | Downloaded utf8parse v0.2.2 |
290 | 2025-07-07T07:08:46.327Z | Downloaded hubpack_derive v0.1.1 |
291 | 2025-07-07T07:08:46.330Z | Downloaded proc-macro-crate v3.3.0 |
292 | 2025-07-07T07:08:46.330Z | Downloaded parking_lot_core v0.8.6 |
293 | 2025-07-07T07:08:46.333Z | Downloaded pest_generator v2.8.1 |
294 | 2025-07-07T07:08:46.336Z | Downloaded is-terminal v0.4.16 |
295 | 2025-07-07T07:08:46.336Z | Downloaded byteorder v1.5.0 |
296 | 2025-07-07T07:08:46.339Z | Downloaded arrayvec v0.7.6 |
297 | 2025-07-07T07:08:46.342Z | Downloaded instant v0.1.13 |
298 | 2025-07-07T07:08:46.345Z | Downloaded multer v3.1.0 |
299 | 2025-07-07T07:08:46.348Z | Downloaded progenitor-macro v0.9.1 |
300 | 2025-07-07T07:08:46.348Z | Downloaded rand_xorshift v0.4.0 |
301 | 2025-07-07T07:08:46.351Z | Downloaded progenitor v0.10.0 |
302 | 2025-07-07T07:08:46.351Z | Downloaded dirs-next v2.0.0 |
303 | 2025-07-07T07:08:46.354Z | Downloaded rand_core v0.6.4 |
304 | 2025-07-07T07:08:46.357Z | Downloaded quick-error v1.2.3 |
305 | 2025-07-07T07:08:46.357Z | Downloaded defmt-macros v1.0.1 |
306 | 2025-07-07T07:08:46.361Z | Downloaded rand_chacha v0.9.0 |
307 | 2025-07-07T07:08:46.364Z | Downloaded rand_chacha v0.3.1 |
308 | 2025-07-07T07:08:46.367Z | Downloaded progenitor-client v0.10.0 |
309 | 2025-07-07T07:08:46.367Z | Downloaded semver v0.1.20 |
310 | 2025-07-07T07:08:46.371Z | Downloaded sigpipe v0.1.3 |
311 | 2025-07-07T07:08:46.371Z | Downloaded futures-executor v0.3.31 |
312 | 2025-07-07T07:08:46.374Z | Downloaded form_urlencoded v1.2.1 |
313 | 2025-07-07T07:08:46.374Z | Downloaded oxnet v0.1.2 |
314 | 2025-07-07T07:08:46.377Z | Downloaded dropshot_endpoint v0.16.2 |
315 | 2025-07-07T07:08:46.380Z | Downloaded foldhash v0.1.5 |
316 | 2025-07-07T07:08:46.383Z | Downloaded glob v0.3.2 |
317 | 2025-07-07T07:08:46.386Z | Downloaded pest_derive v2.8.1 |
318 | 2025-07-07T07:08:46.389Z | Downloaded structmeta v0.3.0 |
319 | 2025-07-07T07:08:46.389Z | Downloaded idna_adapter v1.2.1 |
320 | 2025-07-07T07:08:46.393Z | Downloaded humantime v2.2.0 |
321 | 2025-07-07T07:08:46.397Z | Downloaded plain v0.2.3 |
322 | 2025-07-07T07:08:46.397Z | Downloaded tower-layer v0.3.3 |
323 | 2025-07-07T07:08:46.397Z | Downloaded password-hash v0.5.0 |
324 | 2025-07-07T07:08:46.401Z | Downloaded parking_lot v0.11.2 |
325 | 2025-07-07T07:08:46.401Z | Downloaded proc-macro-error2 v2.0.1 |
326 | 2025-07-07T07:08:46.405Z | Downloaded tabwriter v1.4.1 |
327 | 2025-07-07T07:08:46.408Z | Downloaded lazy_static v1.5.0 |
328 | 2025-07-07T07:08:46.411Z | Downloaded fnv v1.0.7 |
329 | 2025-07-07T07:08:46.411Z | Downloaded diff v0.1.13 |
330 | 2025-07-07T07:08:46.414Z | Downloaded usdt-macro v0.5.0 |
331 | 2025-07-07T07:08:46.417Z | Downloaded fxhash v0.2.1 |
332 | 2025-07-07T07:08:46.417Z | Downloaded rand_core v0.9.3 |
333 | 2025-07-07T07:08:46.420Z | Downloaded wait-timeout v0.2.1 |
334 | 2025-07-07T07:08:46.424Z | Downloaded ident_case v1.0.1 |
335 | 2025-07-07T07:08:46.424Z | Downloaded futures-task v0.3.31 |
336 | 2025-07-07T07:08:46.427Z | Downloaded slog-term v2.9.1 |
337 | 2025-07-07T07:08:46.430Z | Downloaded quote v1.0.40 |
338 | 2025-07-07T07:08:46.433Z | Downloaded tracing-core v0.1.34 |
339 | 2025-07-07T07:08:46.436Z | Downloaded structmeta-derive v0.3.0 |
340 | 2025-07-07T07:08:46.439Z | Downloaded strsim v0.11.1 |
341 | 2025-07-07T07:08:46.439Z | Downloaded uuid v1.17.0 |
342 | 2025-07-07T07:08:46.442Z | Downloaded is_terminal_polyfill v1.70.1 |
343 | 2025-07-07T07:08:46.445Z | Downloaded serde_spanned v0.6.9 |
344 | 2025-07-07T07:08:46.448Z | Downloaded same-file v1.0.6 |
345 | 2025-07-07T07:08:46.448Z | Downloaded terminal_size v0.4.2 |
346 | 2025-07-07T07:08:46.451Z | Downloaded serde_tokenstream v0.2.2 |
347 | 2025-07-07T07:08:46.451Z | Downloaded hyper-rustls v0.27.7 |
348 | 2025-07-07T07:08:46.455Z | Downloaded num-traits v0.2.19 |
349 | 2025-07-07T07:08:46.458Z | Downloaded spin v0.5.2 |
350 | 2025-07-07T07:08:46.461Z | Downloaded pest_meta v2.8.1 |
351 | 2025-07-07T07:08:46.464Z | Downloaded scroll_derive v0.12.1 |
352 | 2025-07-07T07:08:46.467Z | Downloaded derive-where v1.5.0 |
353 | 2025-07-07T07:08:46.470Z | Downloaded tower-service v0.3.3 |
354 | 2025-07-07T07:08:46.470Z | Downloaded usdt-attr-macro v0.5.0 |
355 | 2025-07-07T07:08:46.473Z | Downloaded derive_more v0.99.20 |
356 | 2025-07-07T07:08:46.477Z | Downloaded equivalent v1.0.2 |
357 | 2025-07-07T07:08:46.480Z | Downloaded zone_cfg_derive v0.3.1 |
358 | 2025-07-07T07:08:46.480Z | Downloaded zone v0.3.1 |
359 | 2025-07-07T07:08:46.483Z | Downloaded futures-sink v0.3.31 |
360 | 2025-07-07T07:08:46.483Z | Downloaded hostname v0.3.1 |
361 | 2025-07-07T07:08:46.487Z | Downloaded hex v0.4.3 |
362 | 2025-07-07T07:08:46.489Z | Downloaded ref-cast v1.0.24 |
363 | 2025-07-07T07:08:46.493Z | Downloaded ipnetwork v0.21.1 |
364 | 2025-07-07T07:08:46.496Z | Downloaded omicron-zone-package v0.12.2 |
365 | 2025-07-07T07:08:46.499Z | Downloaded smallvec v1.15.1 |
366 | 2025-07-07T07:08:46.502Z | Downloaded getrandom v0.3.3 |
367 | 2025-07-07T07:08:46.505Z | Downloaded indent_write v2.2.0 |
368 | 2025-07-07T07:08:46.508Z | Downloaded linked-hash-map v0.5.6 |
369 | 2025-07-07T07:08:46.508Z | Downloaded schemars_derive v0.8.22 |
370 | 2025-07-07T07:08:46.512Z | Downloaded term v0.7.0 |
371 | 2025-07-07T07:08:46.515Z | Downloaded scopeguard v1.2.0 |
372 | 2025-07-07T07:08:46.518Z | Downloaded strum v0.26.3 |
373 | 2025-07-07T07:08:46.518Z | Downloaded slog-bunyan v2.5.0 |
374 | 2025-07-07T07:08:46.520Z | Downloaded toml_write v0.1.2 |
375 | 2025-07-07T07:08:46.523Z | Downloaded toml_datetime v0.6.11 |
376 | 2025-07-07T07:08:46.523Z | Downloaded subtle v2.6.1 |
377 | 2025-07-07T07:08:46.526Z | Downloaded fixedbitset v0.5.7 |
378 | 2025-07-07T07:08:46.529Z | Downloaded slab v0.4.10 |
379 | 2025-07-07T07:08:46.529Z | Downloaded proc-macro2 v1.0.95 |
380 | 2025-07-07T07:08:46.533Z | Downloaded foreign-types v0.3.2 |
381 | 2025-07-07T07:08:46.536Z | Downloaded take_mut v0.2.2 |
382 | 2025-07-07T07:08:46.536Z | Downloaded bytes v1.10.1 |
383 | 2025-07-07T07:08:46.540Z | Downloaded usdt-impl v0.5.0 |
384 | 2025-07-07T07:08:46.543Z | Downloaded zerotrie v0.2.2 |
385 | 2025-07-07T07:08:46.546Z | Downloaded thiserror-impl v1.0.69 |
386 | 2025-07-07T07:08:46.550Z | Downloaded hash32 v0.3.1 |
387 | 2025-07-07T07:08:46.553Z | Downloaded zerovec-derive v0.11.1 |
388 | 2025-07-07T07:08:46.553Z | Downloaded heck v0.4.1 |
389 | 2025-07-07T07:08:46.556Z | Downloaded futures-core v0.3.31 |
390 | 2025-07-07T07:08:46.559Z | Downloaded topological-sort v0.2.2 |
391 | 2025-07-07T07:08:46.559Z | Downloaded tabled_derive v0.11.0 |
392 | 2025-07-07T07:08:46.562Z | Downloaded scroll v0.12.0 |
393 | 2025-07-07T07:08:46.562Z | Downloaded url v2.5.4 |
394 | 2025-07-07T07:08:46.566Z | Downloaded rustversion v1.0.21 |
395 | 2025-07-07T07:08:46.569Z | Downloaded linear-map v1.2.0 |
396 | 2025-07-07T07:08:46.572Z | Downloaded libsw-core v0.3.2 |
397 | 2025-07-07T07:08:46.575Z | Downloaded tempfile v3.20.0 |
398 | 2025-07-07T07:08:46.578Z | Downloaded zerofrom v0.1.6 |
399 | 2025-07-07T07:08:46.581Z | Downloaded zerofrom-derive v0.1.6 |
400 | 2025-07-07T07:08:46.581Z | Downloaded libsw v3.5.0 |
401 | 2025-07-07T07:08:46.584Z | Downloaded sha1 v0.10.6 |
402 | 2025-07-07T07:08:46.587Z | Downloaded thiserror-impl v2.0.12 |
403 | 2025-07-07T07:08:46.587Z | Downloaded strum_macros v0.26.4 |
404 | 2025-07-07T07:08:46.590Z | Downloaded tokio-tungstenite v0.21.0 |
405 | 2025-07-07T07:08:46.593Z | Downloaded typify v0.4.2 |
406 | 2025-07-07T07:08:46.596Z | Downloaded errno v0.3.13 |
407 | 2025-07-07T07:08:46.599Z | Downloaded usdt v0.5.0 |
408 | 2025-07-07T07:08:46.602Z | Downloaded unit-prefix v0.5.1 |
409 | 2025-07-07T07:08:46.602Z | Downloaded miniz_oxide v0.8.9 |
410 | 2025-07-07T07:08:46.605Z | Downloaded minimal-lexical v0.2.1 |
411 | 2025-07-07T07:08:46.609Z | Downloaded futures-macro v0.3.31 |
412 | 2025-07-07T07:08:46.612Z | Downloaded futures-io v0.3.31 |
413 | 2025-07-07T07:08:46.612Z | Downloaded static_assertions v1.1.0 |
414 | 2025-07-07T07:08:46.615Z | Downloaded typify v0.3.0 |
415 | 2025-07-07T07:08:46.619Z | Downloaded tagptr v0.2.0 |
416 | 2025-07-07T07:08:46.622Z | Downloaded openssl-sys v0.9.109 |
417 | 2025-07-07T07:08:46.625Z | Downloaded papergrid v0.17.0 |
418 | 2025-07-07T07:08:46.631Z | Downloaded ipnet v2.11.0 |
419 | 2025-07-07T07:08:46.634Z | Downloaded unarray v0.1.4 |
420 | 2025-07-07T07:08:46.637Z | Downloaded ingot-types v0.1.0 |
421 | 2025-07-07T07:08:46.637Z | Downloaded slog-dtrace v0.3.0 |
422 | 2025-07-07T07:08:46.640Z | Downloaded indicatif v0.18.0 |
423 | 2025-07-07T07:08:46.643Z | Downloaded lock_api v0.4.13 |
424 | 2025-07-07T07:08:46.646Z | Downloaded tinyvec_macros v0.1.1 |
425 | 2025-07-07T07:08:46.649Z | Downloaded highway v1.3.0 |
426 | 2025-07-07T07:08:46.649Z | Downloaded http-body-util v0.1.3 |
427 | 2025-07-07T07:08:46.653Z | Downloaded rusty-fork v0.3.0 |
428 | 2025-07-07T07:08:46.656Z | Downloaded similar v2.7.0 |
429 | 2025-07-07T07:08:46.659Z | Downloaded serde_with_macros v3.14.0 |
430 | 2025-07-07T07:08:46.662Z | Downloaded smartstring v1.0.1 |
431 | 2025-07-07T07:08:46.665Z | Downloaded http-body v1.0.1 |
432 | 2025-07-07T07:08:46.668Z | Downloaded tiny-keccak v2.0.2 |
433 | 2025-07-07T07:08:46.670Z | Downloaded smf v0.2.3 |
434 | 2025-07-07T07:08:46.670Z | Downloaded rand v0.8.5 |
435 | 2025-07-07T07:08:46.673Z | Downloaded quinn v0.11.8 |
436 | 2025-07-07T07:08:46.677Z | Downloaded sync_wrapper v1.0.2 |
437 | 2025-07-07T07:08:46.680Z | Downloaded prettyplease v0.2.35 |
438 | 2025-07-07T07:08:46.683Z | Downloaded foreign-types-shared v0.1.1 |
439 | 2025-07-07T07:08:46.686Z | Downloaded rustc_version v0.4.1 |
440 | 2025-07-07T07:08:46.686Z | Downloaded httpdate v1.0.3 |
441 | 2025-07-07T07:08:46.689Z | Downloaded spin v0.9.8 |
442 | 2025-07-07T07:08:46.692Z | Downloaded tinystr v0.8.1 |
443 | 2025-07-07T07:08:46.692Z | Downloaded fixedbitset v0.4.2 |
444 | 2025-07-07T07:08:46.695Z | Downloaded rayon-core v1.12.1 |
445 | 2025-07-07T07:08:46.698Z | Downloaded icu_normalizer_data v2.0.0 |
446 | 2025-07-07T07:08:46.701Z | Downloaded thread_local v1.1.9 |
447 | 2025-07-07T07:08:46.704Z | Downloaded foreign-types-shared v0.3.1 |
448 | 2025-07-07T07:08:46.704Z | Downloaded rustc_version v0.1.7 |
449 | 2025-07-07T07:08:46.704Z | Downloaded rustls-pemfile v2.2.0 |
450 | 2025-07-07T07:08:46.707Z | Downloaded serde_urlencoded v0.7.1 |
451 | 2025-07-07T07:08:46.710Z | Downloaded serde_repr v0.1.20 |
452 | 2025-07-07T07:08:46.713Z | Downloaded serde_path_to_error v0.1.17 |
453 | 2025-07-07T07:08:46.714Z | Downloaded indexmap v1.9.3 |
454 | 2025-07-07T07:08:46.717Z | Downloaded serde_derive v1.0.219 |
455 | 2025-07-07T07:08:46.721Z | Downloaded itoa v1.0.15 |
456 | 2025-07-07T07:08:46.724Z | Downloaded qorb v0.4.1 |
457 | 2025-07-07T07:08:46.727Z | Downloaded synstructure v0.13.2 |
458 | 2025-07-07T07:08:46.727Z | Downloaded toml_edit v0.22.27 |
459 | 2025-07-07T07:08:46.731Z | Downloaded tracing-attributes v0.1.30 |
460 | 2025-07-07T07:08:46.734Z | Downloaded test-strategy v0.4.3 |
461 | 2025-07-07T07:08:46.738Z | Downloaded flate2 v1.1.2 |
462 | 2025-07-07T07:08:46.743Z | Downloaded ingot v0.1.0 |
463 | 2025-07-07T07:08:46.746Z | Downloaded iana-time-zone v0.1.63 |
464 | 2025-07-07T07:08:46.749Z | Downloaded hostname v0.4.1 |
465 | 2025-07-07T07:08:46.752Z | Downloaded nom v7.1.3 |
466 | 2025-07-07T07:08:46.756Z | Downloaded foreign-types v0.5.0 |
467 | 2025-07-07T07:08:46.759Z | Downloaded strum_macros v0.25.3 |
468 | 2025-07-07T07:08:46.762Z | Downloaded unsafe-libyaml v0.2.11 |
469 | 2025-07-07T07:08:46.765Z | Downloaded slog-json v2.6.1 |
470 | 2025-07-07T07:08:46.765Z | Downloaded half v2.6.0 |
471 | 2025-07-07T07:08:46.768Z | Downloaded futures v0.3.31 |
472 | 2025-07-07T07:08:46.773Z | Downloaded heck v0.5.0 |
473 | 2025-07-07T07:08:46.776Z | Downloaded serde-big-array v0.5.1 |
474 | 2025-07-07T07:08:46.776Z | Downloaded rand v0.9.1 |
475 | 2025-07-07T07:08:46.780Z | Downloaded httparse v1.10.1 |
476 | 2025-07-07T07:08:46.783Z | Downloaded unicode-ident v1.0.18 |
477 | 2025-07-07T07:08:46.786Z | Downloaded tungstenite v0.21.0 |
478 | 2025-07-07T07:08:46.790Z | Downloaded serde_yaml v0.9.34+deprecated |
479 | 2025-07-07T07:08:46.793Z | Downloaded tar v0.4.44 |
480 | 2025-07-07T07:08:46.796Z | Downloaded rhai_codegen v2.2.0 |
481 | 2025-07-07T07:08:46.803Z | Downloaded icu_normalizer v2.0.0 |
482 | 2025-07-07T07:08:46.807Z | Downloaded zerocopy-derive v0.8.26 |
483 | 2025-07-07T07:08:46.814Z | Downloaded socket2 v0.6.0 |
484 | 2025-07-07T07:08:46.817Z | Downloaded toml v0.7.8 |
485 | 2025-07-07T07:08:46.820Z | Downloaded zerocopy-derive v0.7.35 |
486 | 2025-07-07T07:08:46.824Z | Downloaded ucd-trie v0.1.7 |
487 | 2025-07-07T07:08:46.827Z | Downloaded schemars v0.8.22 |
488 | 2025-07-07T07:08:46.838Z | Downloaded socket2 v0.5.10 |
489 | 2025-07-07T07:08:46.841Z | Downloaded tracing v0.1.41 |
490 | 2025-07-07T07:08:46.844Z | Downloaded toml v0.8.23 |
491 | 2025-07-07T07:08:46.847Z | Downloaded icu_properties v2.0.1 |
492 | 2025-07-07T07:08:46.850Z | Downloaded log v0.4.27 |
493 | 2025-07-07T07:08:46.853Z | Downloaded heapless v0.8.0 |
494 | 2025-07-07T07:08:46.857Z | Downloaded rustls-pki-types v1.12.0 |
495 | 2025-07-07T07:08:46.861Z | Downloaded tinyvec v1.9.0 |
496 | 2025-07-07T07:08:46.864Z | Downloaded rustls-webpki v0.103.3 |
497 | 2025-07-07T07:08:46.868Z | Downloaded jiff-static v0.2.15 |
498 | 2025-07-07T07:08:46.871Z | Downloaded tower-http v0.6.6 |
499 | 2025-07-07T07:08:46.879Z | Downloaded icu_collections v2.0.0 |
500 | 2025-07-07T07:08:46.885Z | Downloaded schemars v0.9.0 |
501 | 2025-07-07T07:08:46.897Z | Downloaded tower v0.5.2 |
502 | 2025-07-07T07:08:46.906Z | Downloaded schemars v1.0.4 |
503 | 2025-07-07T07:08:46.920Z | Downloaded typenum v1.18.0 |
504 | 2025-07-07T07:08:46.923Z | Downloaded hyper v1.6.0 |
505 | 2025-07-07T07:08:46.930Z | Downloaded time v0.3.41 |
506 | 2025-07-07T07:08:46.938Z | Downloaded blake3 v1.8.2 |
507 | 2025-07-07T07:08:46.946Z | Downloaded iddqd v0.3.8 |
508 | 2025-07-07T07:08:46.952Z | Downloaded indexmap v2.10.0 |
509 | 2025-07-07T07:08:46.957Z | Downloaded icu_locale_core v2.0.0 |
510 | 2025-07-07T07:08:46.962Z | Downloaded tokio-util v0.7.15 |
511 | 2025-07-07T07:08:46.969Z | Downloaded ron v0.10.1 |
512 | 2025-07-07T07:08:46.977Z | Downloaded h2 v0.4.11 |
513 | 2025-07-07T07:08:46.985Z | Downloaded http v1.3.1 |
514 | 2025-07-07T07:08:46.988Z | Downloaded libm v0.2.15 |
515 | 2025-07-07T07:08:46.999Z | Downloaded itertools v0.14.0 |
516 | 2025-07-07T07:08:47.006Z | Downloaded portable-atomic v1.11.1 |
517 | 2025-07-07T07:08:47.013Z | Downloaded iri-string v0.7.8 |
518 | 2025-07-07T07:08:47.020Z | Downloaded itertools v0.13.0 |
519 | 2025-07-07T07:08:47.027Z | Downloaded icu_properties_data v2.0.1 |
520 | 2025-07-07T07:08:47.037Z | Downloaded vcpkg v0.2.15 |
521 | 2025-07-07T07:08:47.073Z | Downloaded serde_json v1.0.140 |
522 | 2025-07-07T07:08:47.079Z | Downloaded reqwest v0.12.22 |
523 | 2025-07-07T07:08:47.088Z | Downloaded goblin v0.8.2 |
524 | 2025-07-07T07:08:47.094Z | Downloaded zerocopy v0.7.35 |
525 | 2025-07-07T07:08:47.110Z | Downloaded winnow v0.7.11 |
526 | 2025-07-07T07:08:47.132Z | Downloaded serde_with v3.14.0 |
527 | 2025-07-07T07:08:47.146Z | Downloaded tabled v0.20.0 |
528 | 2025-07-07T07:08:47.167Z | Downloaded openssl v0.10.73 |
529 | 2025-07-07T07:08:47.177Z | Downloaded regex v1.11.1 |
530 | 2025-07-07T07:08:47.190Z | Downloaded zerocopy v0.8.26 |
531 | 2025-07-07T07:08:47.211Z | Downloaded nix v0.30.1 |
532 | 2025-07-07T07:08:47.223Z | Downloaded unicode-width v0.2.1 |
533 | 2025-07-07T07:08:47.229Z | Downloaded unicode-width v0.1.14 |
534 | 2025-07-07T07:08:47.235Z | Downloaded rustls v0.22.4 |
535 | 2025-07-07T07:08:47.248Z | Downloaded syn v2.0.104 |
536 | 2025-07-07T07:08:47.260Z | Downloaded smoltcp v0.11.0 |
537 | 2025-07-07T07:08:47.272Z | Downloaded regex-syntax v0.8.5 |
538 | 2025-07-07T07:08:47.280Z | Downloaded rustls v0.23.28 |
539 | 2025-07-07T07:08:47.292Z | Downloaded hickory-proto v0.24.4 |
540 | 2025-07-07T07:08:47.308Z | Downloaded rustix v0.38.44 |
541 | 2025-07-07T07:08:47.330Z | Downloaded typify-impl v0.4.2 |
542 | 2025-07-07T07:08:47.344Z | Downloaded rustix v1.0.7 |
543 | 2025-07-07T07:08:47.367Z | Downloaded sled v0.34.7 |
544 | 2025-07-07T07:08:47.377Z | Downloaded typify-impl v0.3.0 |
545 | 2025-07-07T07:08:47.392Z | Downloaded hickory-proto v0.25.2 |
546 | 2025-07-07T07:08:47.409Z | Downloaded rhai v1.22.2 |
547 | 2025-07-07T07:08:47.422Z | Downloaded openapiv3 v2.2.0 |
548 | 2025-07-07T07:08:47.432Z | Downloaded regress v0.10.3 |
549 | 2025-07-07T07:08:47.441Z | Downloaded dropshot v0.16.2 |
550 | 2025-07-07T07:08:47.463Z | Downloaded syn v1.0.109 |
551 | 2025-07-07T07:08:47.473Z | Downloaded regex-automata v0.4.9 |
552 | 2025-07-07T07:08:47.489Z | Downloaded webpki-roots v1.0.1 |
553 | 2025-07-07T07:08:47.493Z | Downloaded petgraph v0.6.5 |
554 | 2025-07-07T07:08:47.509Z | Downloaded quinn-proto v0.11.12 |
555 | 2025-07-07T07:08:47.516Z | Downloaded moka v0.12.10 |
556 | 2025-07-07T07:08:47.526Z | Downloaded proptest v1.7.0 |
557 | 2025-07-07T07:08:47.535Z | Downloaded rustls-webpki v0.102.8 |
558 | 2025-07-07T07:08:47.553Z | Downloaded itertools v0.12.1 |
559 | 2025-07-07T07:08:47.560Z | Downloaded futures-util v0.3.31 |
560 | 2025-07-07T07:08:47.571Z | Downloaded unicode-segmentation v1.12.0 |
561 | 2025-07-07T07:08:47.574Z | Downloaded petgraph v0.8.2 |
562 | 2025-07-07T07:08:47.594Z | Downloaded rayon v1.10.0 |
563 | 2025-07-07T07:08:47.603Z | Downloaded winnow v0.5.40 |
564 | 2025-07-07T07:08:47.611Z | Downloaded jiff v0.2.15 |
565 | 2025-07-07T07:08:47.628Z | Downloaded chrono v0.4.41 |
566 | 2025-07-07T07:08:47.635Z | Downloaded expectorate v1.2.0 |
567 | 2025-07-07T07:08:47.638Z | Downloaded libc v0.2.174 |
568 | 2025-07-07T07:08:47.664Z | Downloaded idna v1.0.3 |
569 | 2025-07-07T07:08:47.666Z | Downloaded tokio v1.46.1 |
570 | 2025-07-07T07:08:47.703Z | Downloaded pest v2.8.1 |
571 | 2025-07-07T07:08:47.708Z | Downloaded hashbrown v0.12.3 |
572 | 2025-07-07T07:08:47.712Z | Downloaded hashbrown v0.15.4 |
573 | 2025-07-07T07:08:47.717Z | Downloaded hyper-util v0.1.14 |
574 | 2025-07-07T07:08:47.722Z | Downloaded zerovec v0.11.2 |
575 | 2025-07-07T07:08:47.727Z | Downloaded serde v1.0.219 |
576 | 2025-07-07T07:08:47.731Z | Downloaded toml_edit v0.19.15 |
577 | 2025-07-07T07:08:47.747Z | Downloaded hickory-resolver v0.25.2 |
578 | 2025-07-07T07:08:47.751Z | Downloaded yansi v1.0.1 |
579 | 2025-07-07T07:08:47.754Z | Downloaded mio v1.0.4 |
580 | 2025-07-07T07:08:47.758Z | Downloaded cc v1.2.29 |
581 | 2025-07-07T07:08:47.762Z | Downloaded clap_builder v4.5.40 |
582 | 2025-07-07T07:08:47.768Z | Downloaded foreign-types-macros v0.2.3 |
583 | 2025-07-07T07:08:47.771Z | Downloaded slog-envlogger v2.2.0 |
584 | 2025-07-07T07:08:47.771Z | Downloaded rustc-hash v2.1.1 |
585 | 2025-07-07T07:08:47.774Z | Downloaded icu_provider v2.0.0 |
586 | 2025-07-07T07:08:47.777Z | Downloaded steno v0.4.1 |
587 | 2025-07-07T07:08:47.780Z | Downloaded xz2 v0.1.7 |
588 | 2025-07-07T07:08:47.780Z | Downloaded xattr v1.5.1 |
589 | 2025-07-07T07:08:47.790Z | Downloaded slog-scope v4.4.0 |
590 | 2025-07-07T07:08:47.790Z | Downloaded ingot-macros v0.1.0 |
591 | 2025-07-07T07:08:47.790Z | Downloaded thread-id v4.2.2 |
592 | 2025-07-07T07:08:47.790Z | Downloaded hubpack v0.1.2 |
593 | 2025-07-07T07:08:47.790Z | Downloaded lru-cache v0.1.2 |
594 | 2025-07-07T07:08:47.790Z | Downloaded getrandom v0.2.16 |
595 | 2025-07-07T07:08:47.794Z | Downloaded futures-channel v0.3.31 |
596 | 2025-07-07T07:08:47.794Z | Downloaded writeable v0.6.1 |
597 | 2025-07-07T07:08:47.794Z | Downloaded whoami v1.6.0 |
598 | 2025-07-07T07:08:47.797Z | Downloaded serde_derive_internals v0.29.1 |
599 | 2025-07-07T07:08:47.797Z | Downloaded slog v2.7.0 |
600 | 2025-07-07T07:08:47.800Z | Downloaded progenitor-impl v0.10.0 |
601 | 2025-07-07T07:08:47.803Z | Downloaded zeroize v1.8.1 |
602 | 2025-07-07T07:08:47.803Z | Downloaded crossbeam-channel v0.5.15 |
603 | 2025-07-07T07:08:47.808Z | Downloaded litemap v0.8.0 |
604 | 2025-07-07T07:08:47.811Z | Downloaded hickory-resolver v0.24.4 |
605 | 2025-07-07T07:08:47.814Z | Downloaded slog-stdlog v4.1.1 |
606 | 2025-07-07T07:08:47.817Z | Downloaded walkdir v2.5.0 |
607 | 2025-07-07T07:08:47.817Z | Downloaded ryu v1.0.20 |
608 | 2025-07-07T07:08:47.820Z | Downloaded thiserror v2.0.12 |
609 | 2025-07-07T07:08:47.825Z | Downloaded slog-async v2.8.0 |
610 | 2025-07-07T07:08:47.828Z | Downloaded encoding_rs v0.8.35 |
611 | 2025-07-07T07:08:47.848Z | Downloaded pretty_assertions v1.4.1 |
612 | 2025-07-07T07:08:47.851Z | Downloaded stable_deref_trait v1.2.0 |
613 | 2025-07-07T07:08:47.851Z | Downloaded tokio-stream v0.1.17 |
614 | 2025-07-07T07:08:47.854Z | Downloaded sha2 v0.10.9 |
615 | 2025-07-07T07:08:47.857Z | Downloaded progenitor-impl v0.9.1 |
616 | 2025-07-07T07:08:47.860Z | Downloaded generic-array v0.14.7 |
617 | 2025-07-07T07:08:47.860Z | Downloaded ring v0.17.14 |
618 | 2025-07-07T07:08:47.901Z | Downloaded waitgroup v0.1.2 |
619 | 2025-07-07T07:08:47.904Z | Downloaded signal-hook-registry v1.4.5 |
620 | 2025-07-07T07:08:47.904Z | Downloaded semver v1.0.26 |
621 | 2025-07-07T07:08:47.907Z | Downloaded darling_core v0.20.11 |
622 | 2025-07-07T07:08:47.910Z | Downloaded testing_table v0.3.0 |
623 | 2025-07-07T07:08:47.910Z | Downloaded swrite v0.1.0 |
624 | 2025-07-07T07:08:47.910Z | Downloaded version_check v0.9.5 |
625 | 2025-07-07T07:08:47.913Z | Downloaded utf-8 v0.7.6 |
626 | 2025-07-07T07:08:47.913Z | Downloaded lzma-sys v0.1.20 |
627 | 2025-07-07T07:08:47.941Z | Downloaded arc-swap v1.7.1 |
628 | 2025-07-07T07:08:47.945Z | Downloaded parking_lot_core v0.9.11 |
629 | 2025-07-07T07:08:47.948Z | Downloaded proc-macro-error v1.0.4 |
630 | 2025-07-07T07:08:47.951Z | Downloaded owo-colors v4.2.2 |
631 | 2025-07-07T07:08:47.954Z | Downloaded num_enum v0.7.4 |
632 | 2025-07-07T07:08:47.957Z | Downloaded shlex v1.3.0 |
633 | 2025-07-07T07:08:47.960Z | Downloaded secrecy v0.10.3 |
634 | 2025-07-07T07:08:47.960Z | Downloaded quinn-udp v0.5.13 |
635 | 2025-07-07T07:08:47.963Z | Downloaded resolv-conf v0.7.4 |
636 | 2025-07-07T07:08:47.963Z | Downloaded ref-cast-impl v1.0.24 |
637 | 2025-07-07T07:08:47.963Z | Downloaded libscf-sys v1.1.0 |
638 | 2025-07-07T07:08:47.966Z | Downloaded postcard v1.1.2 |
639 | 2025-07-07T07:08:47.966Z | Downloaded clap v4.5.40 |
640 | 2025-07-07T07:08:47.973Z | Downloaded defmt v1.0.1 |
641 | 2025-07-07T07:08:47.976Z | Downloaded cookie v0.18.1 |
642 | 2025-07-07T07:08:47.979Z | Downloaded bitflags v2.9.1 |
643 | 2025-07-07T07:08:47.982Z | Downloaded float-ord v0.3.2 |
644 | 2025-07-07T07:08:47.985Z | Downloaded want v0.3.1 |
645 | 2025-07-07T07:08:47.985Z | Downloaded yoke v0.8.0 |
646 | 2025-07-07T07:08:47.985Z | Downloaded blake2 v0.10.6 |
647 | 2025-07-07T07:08:47.988Z | Downloaded crossbeam-epoch v0.9.18 |
648 | 2025-07-07T07:08:47.991Z | Downloaded memchr v2.7.5 |
649 | 2025-07-07T07:08:47.994Z | Downloaded tokio-rustls v0.26.2 |
650 | 2025-07-07T07:08:47.997Z | Downloaded tokio-rustls v0.25.0 |
651 | 2025-07-07T07:08:48.000Z | Downloaded time-macros v0.2.22 |
652 | 2025-07-07T07:08:48.000Z | Downloaded thiserror v1.0.69 |
653 | 2025-07-07T07:08:48.004Z | Downloaded thin-vec v0.2.14 |
654 | 2025-07-07T07:08:48.007Z | Downloaded cancel-safe-futures v0.1.5 |
655 | 2025-07-07T07:08:48.010Z | Downloaded mime v0.3.17 |
656 | 2025-07-07T07:08:48.010Z | Downloaded potential_utf v0.1.2 |
657 | 2025-07-07T07:08:48.013Z | Downloaded crossbeam-utils v0.8.21 |
658 | 2025-07-07T07:08:48.013Z | Downloaded camino v1.1.10 |
659 | 2025-07-07T07:08:48.016Z | Downloaded progenitor-macro v0.10.0 |
660 | 2025-07-07T07:08:48.016Z | Downloaded num-derive v0.4.2 |
661 | 2025-07-07T07:08:48.019Z | Downloaded ppv-lite86 v0.2.21 |
662 | 2025-07-07T07:08:48.019Z | Downloaded displaydoc v0.2.5 |
663 | 2025-07-07T07:08:48.022Z | Downloaded darling v0.20.11 |
664 | 2025-07-07T07:08:48.025Z | Downloaded proc-macro-error-attr2 v2.0.0 |
665 | 2025-07-07T07:08:48.025Z | Downloaded num-iter v0.1.45 |
666 | 2025-07-07T07:08:48.028Z | Downloaded crc32fast v1.4.2 |
667 | 2025-07-07T07:08:48.028Z | Downloaded num-integer v0.1.46 |
668 | 2025-07-07T07:08:48.031Z | Downloaded embedded-io v0.6.1 |
669 | 2025-07-07T07:08:48.031Z | Downloaded derive-ex v0.1.8 |
670 | 2025-07-07T07:08:48.031Z | Downloaded console v0.15.11 |
671 | 2025-07-07T07:08:48.034Z | Downloaded clap_derive v4.5.40 |
672 | 2025-07-07T07:08:48.037Z | Downloaded untrusted v0.9.0 |
673 | 2025-07-07T07:08:48.038Z | Downloaded typify-macro v0.3.0 |
674 | 2025-07-07T07:08:48.038Z | Downloaded pin-utils v0.1.0 |
675 | 2025-07-07T07:08:48.041Z | Downloaded num_enum_derive v0.7.4 |
676 | 2025-07-07T07:08:48.041Z | Downloaded dtrace-parser v0.2.0 |
677 | 2025-07-07T07:08:48.041Z | Downloaded base64 v0.21.7 |
678 | 2025-07-07T07:08:48.044Z | Downloaded num-rational v0.4.2 |
679 | 2025-07-07T07:08:48.047Z | Downloaded daft-derive v0.1.4 |
680 | 2025-07-07T07:08:48.050Z | Downloaded newtype-uuid v1.2.4 |
681 | 2025-07-07T07:08:48.050Z | Downloaded memmap2 v0.9.5 |
682 | 2025-07-07T07:08:48.053Z | Downloaded console v0.16.0 |
683 | 2025-07-07T07:08:48.056Z | Downloaded colored v3.0.0 |
684 | 2025-07-07T07:08:48.059Z | Downloaded camino-tempfile v1.4.1 |
685 | 2025-07-07T07:08:48.059Z | Downloaded base64ct v1.8.0 |
686 | 2025-07-07T07:08:48.062Z | Downloaded backoff v0.4.0 |
687 | 2025-07-07T07:08:48.062Z | Downloaded ciborium v0.2.2 |
688 | 2025-07-07T07:08:48.065Z | Downloaded base64 v0.22.1 |
689 | 2025-07-07T07:08:48.068Z | Downloaded bitflags v1.3.2 |
690 | 2025-07-07T07:08:48.071Z | Downloaded critical-section v1.2.0 |
691 | 2025-07-07T07:08:48.074Z | Downloaded block-buffer v0.10.4 |
692 | 2025-07-07T07:08:48.074Z | Downloaded openssl-macros v0.1.1 |
693 | 2025-07-07T07:08:48.074Z | Downloaded ciborium-ll v0.2.2 |
694 | 2025-07-07T07:08:48.074Z | Downloaded arrayref v0.3.9 |
695 | 2025-07-07T07:08:48.078Z | Downloaded autocfg v1.5.0 |
696 | 2025-07-07T07:08:48.078Z | Downloaded defmt v0.3.100 |
697 | 2025-07-07T07:08:48.078Z | Downloaded crucible-workspace-hack v0.1.0 |
698 | 2025-07-07T07:08:48.081Z | Downloaded const-random-macro v0.1.16 |
699 | 2025-07-07T07:08:49.090Z | Compiling proc-macro2 v1.0.95 |
700 | 2025-07-07T07:08:49.090Z | Compiling unicode-ident v1.0.18 |
701 | 2025-07-07T07:08:49.090Z | Compiling serde v1.0.219 |
702 | 2025-07-07T07:08:49.093Z | Compiling cfg-if v1.0.1 |
703 | 2025-07-07T07:08:49.093Z | Compiling autocfg v1.5.0 |
704 | 2025-07-07T07:08:49.093Z | Compiling libc v0.2.174 |
705 | 2025-07-07T07:08:49.093Z | Compiling memchr v2.7.5 |
706 | 2025-07-07T07:08:49.210Z | Compiling itoa v1.0.15 |
707 | 2025-07-07T07:08:49.315Z | Compiling getrandom v0.3.3 |
708 | 2025-07-07T07:08:49.435Z | Compiling ryu v1.0.20 |
709 | 2025-07-07T07:08:49.787Z | Compiling libm v0.2.15 |
710 | 2025-07-07T07:08:49.799Z | Compiling stable_deref_trait v1.2.0 |
711 | 2025-07-07T07:08:49.895Z | Compiling allocator-api2 v0.2.21 |
712 | 2025-07-07T07:08:49.912Z | Compiling pin-project-lite v0.2.16 |
713 | 2025-07-07T07:08:49.943Z | Compiling equivalent v1.0.2 |
714 | 2025-07-07T07:08:50.044Z | Compiling foldhash v0.1.5 |
715 | 2025-07-07T07:08:50.057Z | Compiling iana-time-zone v0.1.63 |
716 | 2025-07-07T07:08:50.441Z | Compiling lock_api v0.4.13 |
717 | 2025-07-07T07:08:50.452Z | Compiling version_check v0.9.5 |
718 | 2025-07-07T07:08:50.528Z | Compiling hashbrown v0.15.4 |
719 | 2025-07-07T07:08:50.554Z | Compiling semver v1.0.26 |
720 | 2025-07-07T07:08:50.685Z | Compiling fnv v1.0.7 |
721 | 2025-07-07T07:08:50.823Z | Compiling scopeguard v1.2.0 |
722 | 2025-07-07T07:08:50.979Z | Compiling quote v1.0.40 |
723 | 2025-07-07T07:08:50.992Z | Compiling parking_lot_core v0.9.11 |
724 | 2025-07-07T07:08:51.126Z | Compiling thiserror v2.0.12 |
725 | 2025-07-07T07:08:51.136Z | Compiling writeable v0.6.1 |
726 | 2025-07-07T07:08:51.415Z | Compiling syn v2.0.104 |
727 | 2025-07-07T07:08:51.449Z | Compiling litemap v0.8.0 |
728 | 2025-07-07T07:08:51.646Z | Compiling icu_normalizer_data v2.0.0 |
729 | 2025-07-07T07:08:51.659Z | Compiling dyn-clone v1.0.19 |
730 | 2025-07-07T07:08:51.719Z | Compiling percent-encoding v2.3.1 |
731 | 2025-07-07T07:08:51.722Z | Compiling icu_properties_data v2.0.1 |
732 | 2025-07-07T07:08:51.851Z | Compiling serde_json v1.0.140 |
733 | 2025-07-07T07:08:51.863Z | Compiling futures-core v0.3.31 |
734 | 2025-07-07T07:08:52.021Z | Compiling form_urlencoded v1.2.1 |
735 | 2025-07-07T07:08:52.048Z | Compiling log v0.4.27 |
736 | 2025-07-07T07:08:52.105Z | Compiling utf8_iter v1.0.4 |
737 | 2025-07-07T07:08:52.327Z | Compiling futures-sink v0.3.31 |
738 | 2025-07-07T07:08:52.389Z | Compiling heck v0.5.0 |
739 | 2025-07-07T07:08:52.407Z | Compiling num-traits v0.2.19 |
740 | 2025-07-07T07:08:52.410Z | Compiling shlex v1.3.0 |
741 | 2025-07-07T07:08:52.751Z | Compiling cc v1.2.29 |
742 | 2025-07-07T07:08:52.815Z | Compiling slab v0.4.10 |
743 | 2025-07-07T07:08:52.898Z | Compiling futures-channel v0.3.31 |
744 | 2025-07-07T07:08:52.925Z | Compiling futures-task v0.3.31 |
745 | 2025-07-07T07:08:53.154Z | Compiling futures-io v0.3.31 |
746 | 2025-07-07T07:08:53.213Z | Compiling pin-utils v0.1.0 |
747 | 2025-07-07T07:08:53.251Z | Compiling portable-atomic v1.11.1 |
748 | 2025-07-07T07:08:53.294Z | Compiling zeroize v1.8.1 |
749 | 2025-07-07T07:08:53.307Z | Compiling schemars v0.8.22 |
750 | 2025-07-07T07:08:53.434Z | Compiling critical-section v1.2.0 |
751 | 2025-07-07T07:08:53.597Z | Compiling rustls-pki-types v1.12.0 |
752 | 2025-07-07T07:08:53.608Z | Compiling untrusted v0.9.0 |
753 | 2025-07-07T07:08:53.739Z | Compiling subtle v2.6.1 |
754 | 2025-07-07T07:08:53.799Z | Compiling mio v1.0.4 |
755 | 2025-07-07T07:08:54.005Z | Compiling signal-hook-registry v1.4.5 |
756 | 2025-07-07T07:08:54.684Z | Compiling socket2 v0.5.10 |
757 | 2025-07-07T07:08:54.760Z | Compiling thiserror v1.0.69 |
758 | 2025-07-07T07:08:54.808Z | Compiling regex-syntax v0.8.5 |
759 | 2025-07-07T07:08:54.971Z | Compiling atomic-waker v1.1.2 |
760 | 2025-07-07T07:08:55.147Z | Compiling byteorder v1.5.0 |
761 | 2025-07-07T07:08:55.245Z | Compiling once_cell v1.21.3 |
762 | 2025-07-07T07:08:55.464Z | Compiling httparse v1.10.1 |
763 | 2025-07-07T07:08:55.577Z | Compiling ipnet v2.11.0 |
764 | 2025-07-07T07:08:55.623Z | Compiling getrandom v0.2.16 |
765 | 2025-07-07T07:08:55.650Z | Compiling aho-corasick v1.1.3 |
766 | 2025-07-07T07:08:55.662Z | Compiling tower-service v0.3.3 |
767 | 2025-07-07T07:08:55.677Z | Compiling ring v0.17.14 |
768 | 2025-07-07T07:08:55.792Z | Compiling zerocopy v0.8.26 |
769 | 2025-07-07T07:08:55.934Z | Compiling regress v0.10.3 |
770 | 2025-07-07T07:08:56.586Z | Compiling rustix v1.0.7 |
771 | 2025-07-07T07:08:56.661Z | Compiling try-lock v0.2.5 |
772 | 2025-07-07T07:08:56.792Z | Compiling want v0.3.1 |
773 | 2025-07-07T07:08:56.814Z | Compiling httpdate v1.0.3 |
774 | 2025-07-07T07:08:57.084Z | Compiling slog v2.7.0 |
775 | 2025-07-07T07:08:57.288Z | Compiling strsim v0.11.1 |
776 | 2025-07-07T07:08:57.400Z | Compiling rustls v0.23.28 |
777 | 2025-07-07T07:08:57.663Z | Compiling base64 v0.22.1 |
778 | 2025-07-07T07:08:58.110Z | Compiling tracing-core v0.1.34 |
779 | 2025-07-07T07:08:58.339Z | Compiling regex-automata v0.4.9 |
780 | 2025-07-07T07:08:58.469Z | Compiling synstructure v0.13.2 |
781 | 2025-07-07T07:08:59.419Z | Compiling serde_derive_internals v0.29.1 |
782 | 2025-07-07T07:08:59.641Z | Compiling pretty-hex v0.4.1 |
783 | 2025-07-07T07:08:59.792Z | Compiling ucd-trie v0.1.7 |
784 | 2025-07-07T07:08:59.866Z | Compiling sync_wrapper v1.0.2 |
785 | 2025-07-07T07:09:00.031Z | Compiling typenum v1.18.0 |
786 | 2025-07-07T07:09:00.366Z | Compiling paste v1.0.15 |
787 | 2025-07-07T07:09:00.642Z | Compiling tower-layer v0.3.3 |
788 | 2025-07-07T07:09:00.779Z | Compiling generic-array v0.14.7 |
789 | 2025-07-07T07:09:00.791Z | Compiling ident_case v1.0.1 |
790 | 2025-07-07T07:09:00.922Z | Compiling rustversion v1.0.21 |
791 | 2025-07-07T07:09:00.957Z | Compiling plain v0.2.3 |
792 | 2025-07-07T07:09:00.969Z | Compiling newtype-uuid v1.2.4 |
793 | 2025-07-07T07:09:01.194Z | Compiling darling_core v0.20.11 |
794 | 2025-07-07T07:09:01.251Z | Compiling webpki-roots v1.0.1 |
795 | 2025-07-07T07:09:01.328Z | Compiling iri-string v0.7.8 |
796 | 2025-07-07T07:09:01.441Z | Compiling time-core v0.1.4 |
797 | 2025-07-07T07:09:01.631Z | Compiling powerfmt v0.2.0 |
798 | 2025-07-07T07:09:01.644Z | Compiling num-conv v0.1.0 |
799 | 2025-07-07T07:09:01.925Z | Compiling time-macros v0.2.22 |
800 | 2025-07-07T07:09:02.031Z | Compiling deranged v0.4.0 |
801 | 2025-07-07T07:09:02.364Z | Compiling regex v1.11.1 |
802 | 2025-07-07T07:09:02.404Z | Compiling serde_derive v1.0.219 |
803 | 2025-07-07T07:09:03.324Z | Compiling zerofrom-derive v0.1.6 |
804 | 2025-07-07T07:09:03.401Z | Compiling yoke-derive v0.8.0 |
805 | 2025-07-07T07:09:03.491Z | Compiling zerovec-derive v0.11.1 |
806 | 2025-07-07T07:09:04.810Z | Compiling displaydoc v0.2.5 |
807 | 2025-07-07T07:09:05.301Z | Compiling thiserror-impl v2.0.12 |
808 | 2025-07-07T07:09:05.794Z | Compiling schemars_derive v0.8.22 |
809 | 2025-07-07T07:09:05.957Z | Compiling tokio-macros v2.5.0 |
810 | 2025-07-07T07:09:06.330Z | Compiling futures-macro v0.3.31 |
811 | 2025-07-07T07:09:06.343Z | Compiling thiserror-impl v1.0.69 |
812 | 2025-07-07T07:09:06.433Z | Compiling zerofrom v0.1.6 |
813 | 2025-07-07T07:09:06.664Z | Compiling yoke v0.8.0 |
814 | 2025-07-07T07:09:06.822Z | Compiling zerocopy-derive v0.8.26 |
815 | 2025-07-07T07:09:07.023Z | Compiling zerovec v0.11.2 |
816 | 2025-07-07T07:09:07.430Z | Compiling zerotrie v0.2.2 |
817 | 2025-07-07T07:09:08.056Z | Compiling tracing-attributes v0.1.30 |
818 | 2025-07-07T07:09:08.228Z | Compiling futures-util v0.3.31 |
819 | 2025-07-07T07:09:08.253Z | Compiling pest v2.8.1 |
820 | 2025-07-07T07:09:08.582Z | Compiling scroll_derive v0.12.1 |
821 | 2025-07-07T07:09:08.917Z | Compiling tinystr v0.8.1 |
822 | 2025-07-07T07:09:09.053Z | Compiling potential_utf v0.1.2 |
823 | 2025-07-07T07:09:09.305Z | Compiling icu_locale_core v2.0.0 |
824 | 2025-07-07T07:09:09.316Z | Compiling icu_collections v2.0.0 |
825 | 2025-07-07T07:09:10.047Z | Compiling scroll v0.12.0 |
826 | 2025-07-07T07:09:10.400Z | Compiling zerocopy-derive v0.7.35 |
827 | 2025-07-07T07:09:10.565Z | Compiling icu_provider v2.0.0 |
828 | 2025-07-07T07:09:10.915Z | Compiling tracing v0.1.41 |
829 | 2025-07-07T07:09:11.181Z | Compiling icu_properties v2.0.1 |
830 | 2025-07-07T07:09:11.202Z | Compiling pest_meta v2.8.1 |
831 | 2025-07-07T07:09:11.319Z | Compiling goblin v0.8.2 |
832 | 2025-07-07T07:09:11.322Z | Compiling darling_macro v0.20.11 |
833 | 2025-07-07T07:09:12.372Z | Compiling zerocopy v0.7.35 |
834 | 2025-07-07T07:09:13.581Z | Compiling pest_generator v2.8.1 |
835 | 2025-07-07T07:09:13.687Z | Compiling usdt-impl v0.5.0 |
836 | 2025-07-07T07:09:13.699Z | Compiling num_threads v0.1.7 |
837 | 2025-07-07T07:09:13.838Z | Compiling anyhow v1.0.98 |
838 | 2025-07-07T07:09:14.089Z | Compiling ppv-lite86 v0.2.21 |
839 | 2025-07-07T07:09:14.247Z | Compiling darling v0.20.11 |
840 | 2025-07-07T07:09:14.359Z | Compiling bytes v1.10.1 |
841 | 2025-07-07T07:09:14.452Z | Compiling smallvec v1.15.1 |
842 | 2025-07-07T07:09:14.891Z | Compiling indexmap v2.10.0 |
843 | 2025-07-07T07:09:15.217Z | Compiling icu_normalizer v2.0.0 |
844 | 2025-07-07T07:09:15.340Z | Compiling uuid v1.17.0 |
845 | 2025-07-07T07:09:15.845Z | Compiling http v1.3.1 |
846 | 2025-07-07T07:09:16.218Z | Compiling idna_adapter v1.2.1 |
847 | 2025-07-07T07:09:16.232Z | Compiling chrono v0.4.41 |
848 | 2025-07-07T07:09:16.442Z | Compiling idna v1.0.3 |
849 | 2025-07-07T07:09:17.093Z | Compiling url v2.5.4 |
850 | 2025-07-07T07:09:17.660Z | Compiling parking_lot v0.12.4 |
851 | 2025-07-07T07:09:18.169Z | Compiling serde_tokenstream v0.2.2 |
852 | 2025-07-07T07:09:18.258Z | Compiling tokio v1.46.1 |
853 | 2025-07-07T07:09:18.678Z | Compiling bitflags v2.9.1 |
854 | 2025-07-07T07:09:18.991Z | Compiling http-body v1.0.1 |
855 | 2025-07-07T07:09:19.136Z | Compiling serde_urlencoded v0.7.1 |
856 | 2025-07-07T07:09:19.241Z | Compiling http-body-util v0.1.3 |
857 | 2025-07-07T07:09:19.629Z | Compiling pest_derive v2.8.1 |
858 | 2025-07-07T07:09:19.867Z | Compiling toml_datetime v0.6.11 |
859 | 2025-07-07T07:09:20.101Z | Compiling serde_spanned v0.6.9 |
860 | 2025-07-07T07:09:20.415Z | Compiling daft-derive v0.1.4 |
861 | 2025-07-07T07:09:20.598Z | Compiling dtrace-parser v0.2.0 |
862 | 2025-07-07T07:09:21.495Z | Compiling toml_write v0.1.2 |
863 | 2025-07-07T07:09:21.561Z | Compiling fastrand v2.3.0 |
864 | 2025-07-07T07:09:21.871Z | Compiling winnow v0.7.11 |
865 | 2025-07-07T07:09:22.016Z | Compiling typify-impl v0.3.0 |
866 | 2025-07-07T07:09:22.748Z | Compiling dof v0.3.0 |
867 | 2025-07-07T07:09:22.954Z | Compiling openapiv3 v2.2.0 |
868 | 2025-07-07T07:09:23.998Z | Compiling crypto-common v0.1.6 |
869 | 2025-07-07T07:09:24.197Z | Compiling block-buffer v0.10.4 |
870 | 2025-07-07T07:09:24.427Z | Compiling thread-id v4.2.2 |
871 | 2025-07-07T07:09:24.550Z | Compiling crossbeam-utils v0.8.21 |
872 | 2025-07-07T07:09:24.742Z | Compiling omicron-workspace-hack v0.1.0 |
873 | 2025-07-07T07:09:25.117Z | Compiling toml_edit v0.22.27 |
874 | 2025-07-07T07:09:25.396Z | Compiling async-trait v0.1.88 |
875 | 2025-07-07T07:09:25.820Z | Compiling errno v0.3.13 |
876 | 2025-07-07T07:09:26.223Z | Compiling ipnetwork v0.21.1 |
877 | 2025-07-07T07:09:26.684Z | Compiling tokio-util v0.7.15 |
878 | 2025-07-07T07:09:26.920Z | Compiling unsafe-libyaml v0.2.11 |
879 | 2025-07-07T07:09:27.119Z | Compiling rustls v0.22.4 |
880 | 2025-07-07T07:09:27.507Z | Compiling usdt-attr-macro v0.5.0 |
881 | 2025-07-07T07:09:27.686Z | Compiling h2 v0.4.11 |
882 | 2025-07-07T07:09:27.706Z | Compiling usdt-macro v0.5.0 |
883 | 2025-07-07T07:09:28.623Z | Compiling serde_yaml v0.9.34+deprecated |
884 | 2025-07-07T07:09:29.617Z | Compiling futures-executor v0.3.31 |
885 | 2025-07-07T07:09:29.642Z | Compiling structmeta-derive v0.3.0 |
886 | 2025-07-07T07:09:30.483Z | Compiling thread_local v1.1.9 |
887 | 2025-07-07T07:09:30.993Z | Compiling cpufeatures v0.2.17 |
888 | 2025-07-07T07:09:31.100Z | Compiling match_cfg v0.1.0 |
889 | 2025-07-07T07:09:31.178Z | Compiling camino v1.1.10 |
890 | 2025-07-07T07:09:31.193Z | Compiling futures v0.3.31 |
891 | 2025-07-07T07:09:31.309Z | Compiling macaddr v1.0.1 |
892 | 2025-07-07T07:09:31.712Z | Compiling rand_core v0.9.3 |
893 | 2025-07-07T07:09:31.762Z | Compiling quick-error v1.2.3 |
894 | 2025-07-07T07:09:31.835Z | Compiling slog-async v2.8.0 |
895 | 2025-07-07T07:09:32.058Z | Compiling structmeta v0.3.0 |
896 | 2025-07-07T07:09:32.118Z | Compiling rustls-webpki v0.103.3 |
897 | 2025-07-07T07:09:32.413Z | Compiling hyper v1.6.0 |
898 | 2025-07-07T07:09:32.487Z | Compiling strum_macros v0.26.4 |
899 | 2025-07-07T07:09:32.869Z | Compiling rand_core v0.6.4 |
900 | 2025-07-07T07:09:33.230Z | Compiling multer v3.1.0 |
901 | 2025-07-07T07:09:33.298Z | Compiling instant v0.1.13 |
902 | 2025-07-07T07:09:33.382Z | Compiling bit-vec v0.8.0 |
903 | 2025-07-07T07:09:33.454Z | Compiling take_mut v0.2.2 |
904 | 2025-07-07T07:09:33.611Z | Compiling lazy_static v1.5.0 |
905 | 2025-07-07T07:09:33.624Z | Compiling debug-ignore v1.0.5 |
906 | 2025-07-07T07:09:33.755Z | Compiling bit-set v0.8.0 |
907 | 2025-07-07T07:09:33.846Z | Compiling rand_chacha v0.9.0 |
908 | 2025-07-07T07:09:34.055Z | Compiling oxnet v0.1.2 |
909 | 2025-07-07T07:09:34.499Z | Compiling derive-where v1.5.0 |
910 | 2025-07-07T07:09:34.848Z | Compiling hyper-util v0.1.14 |
911 | 2025-07-07T07:09:34.861Z | Compiling async-stream-impl v0.3.6 |
912 | 2025-07-07T07:09:34.926Z | Compiling dropshot v0.16.2 |
913 | 2025-07-07T07:09:35.319Z | Compiling encoding_rs v0.8.35 |
914 | 2025-07-07T07:09:36.153Z | Compiling mime v0.3.17 |
915 | 2025-07-07T07:09:36.313Z | Compiling ref-cast v1.0.24 |
916 | 2025-07-07T07:09:36.642Z | Compiling strum v0.26.3 |
917 | 2025-07-07T07:09:36.671Z | Compiling unarray v0.1.4 |
918 | 2025-07-07T07:09:36.821Z | Compiling spin v0.9.8 |
919 | 2025-07-07T07:09:36.844Z | Compiling async-stream v0.3.6 |
920 | 2025-07-07T07:09:36.962Z | Compiling rand v0.9.1 |
921 | 2025-07-07T07:09:37.009Z | Compiling derive-ex v0.1.8 |
922 | 2025-07-07T07:09:37.137Z | Compiling toml v0.8.23 |
923 | 2025-07-07T07:09:38.328Z | Compiling tower v0.5.2 |
924 | 2025-07-07T07:09:38.341Z | Compiling dropshot_endpoint v0.16.2 |
925 | 2025-07-07T07:09:39.122Z | Compiling serde_with_macros v3.14.0 |
926 | 2025-07-07T07:09:39.134Z | Compiling hex v0.4.3 |
927 | 2025-07-07T07:09:39.623Z | Compiling serde_path_to_error v0.1.17 |
928 | 2025-07-07T07:09:39.685Z | Compiling ref-cast-impl v1.0.24 |
929 | 2025-07-07T07:09:40.419Z | Compiling tokio-rustls v0.26.2 |
930 | 2025-07-07T07:09:40.773Z | Compiling typify-macro v0.3.0 |
931 | 2025-07-07T07:09:40.850Z | Compiling waitgroup v0.1.2 |
932 | 2025-07-07T07:09:40.867Z | Compiling rustls-pemfile v2.2.0 |
933 | 2025-07-07T07:09:41.044Z | Compiling test-strategy v0.4.3 |
934 | 2025-07-07T07:09:41.076Z | Compiling hyper-rustls v0.27.7 |
935 | 2025-07-07T07:09:41.222Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
936 | 2025-07-07T07:09:41.394Z | Compiling tower-http v0.6.6 |
937 | 2025-07-07T07:09:41.618Z | Compiling serde_with v3.14.0 |
938 | 2025-07-07T07:09:42.279Z | Compiling rand_chacha v0.3.1 |
939 | 2025-07-07T07:09:42.291Z | Compiling tempfile v3.20.0 |
940 | 2025-07-07T07:09:42.660Z | Compiling digest v0.10.7 |
941 | 2025-07-07T07:09:43.050Z | Compiling time v0.3.41 |
942 | 2025-07-07T07:09:44.191Z | Compiling syn v1.0.109 |
943 | 2025-07-07T07:09:44.291Z | Compiling rustc-hash v2.1.1 |
944 | 2025-07-07T07:09:44.717Z | Compiling daft v0.1.4 |
945 | 2025-07-07T07:09:44.994Z | Compiling rand v0.8.5 |
946 | 2025-07-07T07:09:45.047Z | Compiling typify v0.3.0 |
947 | 2025-07-07T07:09:45.177Z | Compiling progenitor-impl v0.9.1 |
948 | 2025-07-07T07:09:45.237Z | Compiling reqwest v0.12.22 |
949 | 2025-07-07T07:09:45.317Z | Compiling parse-display-derive v0.10.0 |
950 | 2025-07-07T07:09:46.054Z | Compiling crossbeam-channel v0.5.15 |
951 | 2025-07-07T07:09:46.445Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
952 | 2025-07-07T07:09:47.066Z | Compiling memmap v0.7.0 |
953 | 2025-07-07T07:09:47.081Z | Compiling dirs-sys-next v0.1.2 |
954 | 2025-07-07T07:09:47.380Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
955 | 2025-07-07T07:09:47.424Z | Compiling dirs-next v2.0.0 |
956 | 2025-07-07T07:09:47.576Z | Compiling usdt v0.5.0 |
957 | 2025-07-07T07:09:47.736Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#765dbb0c) |
958 | 2025-07-07T07:09:48.084Z | Compiling rustls-webpki v0.102.8 |
959 | 2025-07-07T07:09:48.590Z | Compiling term v0.7.0 |
960 | 2025-07-07T07:09:49.430Z | Compiling parse-display v0.10.0 |
961 | 2025-07-07T07:09:50.108Z | Compiling slog-json v2.6.1 |
962 | 2025-07-07T07:09:50.129Z | Compiling hostname v0.3.1 |
963 | 2025-07-07T07:09:50.353Z | Compiling is-terminal v0.4.16 |
964 | 2025-07-07T07:09:50.457Z | Compiling wait-timeout v0.2.1 |
965 | 2025-07-07T07:09:50.894Z | Compiling rusty-fork v0.3.0 |
966 | 2025-07-07T07:09:51.044Z | Compiling slog-term v2.9.1 |
967 | 2025-07-07T07:09:51.601Z | Compiling slog-bunyan v2.5.0 |
968 | 2025-07-07T07:09:52.255Z | Compiling progenitor-client v0.9.1 |
969 | 2025-07-07T07:09:53.796Z | Compiling progenitor-macro v0.9.1 |
970 | 2025-07-07T07:09:53.897Z | Compiling sha1 v0.10.6 |
971 | 2025-07-07T07:09:54.307Z | Compiling tokio-rustls v0.25.0 |
972 | 2025-07-07T07:09:54.575Z | Compiling rand_xorshift v0.4.0 |
973 | 2025-07-07T07:09:54.815Z | Compiling hostname v0.4.1 |
974 | 2025-07-07T07:09:57.082Z | Compiling proptest v1.7.0 |
975 | 2025-07-07T07:09:59.531Z | Compiling progenitor-client v0.10.0 |
976 | 2025-07-07T07:09:59.715Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#765dbb0c) |
977 | 2025-07-07T07:09:59.827Z | Compiling backoff v0.4.0 |
978 | 2025-07-07T07:10:00.001Z | Compiling iddqd v0.3.8 |
979 | 2025-07-07T07:10:00.189Z | Compiling id-map v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#765dbb0c) |
980 | 2025-07-07T07:10:00.490Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
981 | 2025-07-07T07:10:00.509Z | Compiling utf8parse v0.2.2 |
982 | 2025-07-07T07:10:00.686Z | Compiling anstyle-parse v0.2.7 |
983 | 2025-07-07T07:10:02.083Z | Compiling is_terminal_polyfill v1.70.1 |
984 | 2025-07-07T07:10:02.244Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#3923a435) |
985 | 2025-07-07T07:10:02.278Z | Compiling colorchoice v1.0.4 |
986 | 2025-07-07T07:10:02.292Z | Compiling anstyle v1.0.11 |
987 | 2025-07-07T07:10:02.462Z | Compiling anstyle-query v1.1.3 |
988 | 2025-07-07T07:10:02.634Z | Compiling anstream v0.6.19 |
989 | 2025-07-07T07:10:02.821Z | Compiling clap_lex v0.7.5 |
990 | 2025-07-07T07:10:04.127Z | Compiling crossbeam-epoch v0.9.18 |
991 | 2025-07-07T07:10:04.850Z | Compiling either v1.15.0 |
992 | 2025-07-07T07:10:05.360Z | Compiling itertools v0.13.0 |
993 | 2025-07-07T07:10:06.900Z | Compiling clap_derive v4.5.40 |
994 | 2025-07-07T07:10:07.031Z | Compiling unicode-width v0.2.1 |
995 | 2025-07-07T07:10:07.165Z | Compiling progenitor v0.9.1 |
996 | 2025-07-07T07:10:07.385Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd) |
997 | 2025-07-07T07:10:08.091Z | Compiling heapless v0.8.0 |
998 | 2025-07-07T07:10:08.263Z | Compiling ingot-macros v0.1.0 |
999 | 2025-07-07T07:10:10.471Z | Compiling hash32 v0.3.1 |
1000 | 2025-07-07T07:10:10.704Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1001 | 2025-07-07T07:10:11.129Z | Compiling heck v0.4.1 |
1002 | 2025-07-07T07:10:11.145Z | Compiling smoltcp v0.11.0 |
1003 | 2025-07-07T07:10:11.982Z | Compiling terminal_size v0.4.2 |
1004 | 2025-07-07T07:10:12.239Z | Compiling proc-macro-crate v3.3.0 |
1005 | 2025-07-07T07:10:12.627Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#765dbb0c) |
1006 | 2025-07-07T07:10:13.188Z | Compiling typify-impl v0.4.2 |
1007 | 2025-07-07T07:10:13.322Z | Compiling cobs v0.3.0 |
1008 | 2025-07-07T07:10:13.454Z | Compiling proc-macro-error-attr v1.0.4 |
1009 | 2025-07-07T07:10:13.665Z | Compiling managed v0.8.0 |
1010 | 2025-07-07T07:10:13.827Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#bc75c49c) |
1011 | 2025-07-07T07:10:14.081Z | Compiling bitflags v1.3.2 |
1012 | 2025-07-07T07:10:14.290Z | Compiling postcard v1.1.2 |
1013 | 2025-07-07T07:10:14.757Z | Compiling num_enum_derive v0.7.4 |
1014 | 2025-07-07T07:10:14.968Z | Compiling clap_builder v4.5.40 |
1015 | 2025-07-07T07:10:15.343Z | Compiling ingot-types v0.1.0 |
1016 | 2025-07-07T07:10:16.180Z | Compiling ingot v0.1.0 |
1017 | 2025-07-07T07:10:17.356Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=23cebf3b1c911f09c203f7df50cc06bf780338e5#23cebf3b) |
1018 | 2025-07-07T07:10:18.761Z | Compiling foreign-types-macros v0.2.3 |
1019 | 2025-07-07T07:10:18.774Z | Compiling num-integer v0.1.46 |
1020 | 2025-07-07T07:10:19.505Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=23cebf3b1c911f09c203f7df50cc06bf780338e5#23cebf3b) |
1021 | 2025-07-07T07:10:19.915Z | Compiling proc-macro-error v1.0.4 |
1022 | 2025-07-07T07:10:20.236Z | Compiling float-ord v0.3.2 |
1023 | 2025-07-07T07:10:20.309Z | Compiling rayon-core v1.12.1 |
1024 | 2025-07-07T07:10:20.413Z | Compiling foreign-types-shared v0.3.1 |
1025 | 2025-07-07T07:10:20.547Z | Compiling foreign-types v0.5.0 |
1026 | 2025-07-07T07:10:20.784Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=23cebf3b1c911f09c203f7df50cc06bf780338e5#23cebf3b) |
1027 | 2025-07-07T07:10:20.863Z | Compiling clap v4.5.40 |
1028 | 2025-07-07T07:10:20.874Z | Compiling num_enum v0.7.4 |
1029 | 2025-07-07T07:10:21.414Z | Compiling tabwriter v1.4.1 |
1030 | 2025-07-07T07:10:21.850Z | Compiling crossbeam-deque v0.8.6 |
1031 | 2025-07-07T07:10:22.258Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1032 | 2025-07-07T07:10:23.222Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=23cebf3b1c911f09c203f7df50cc06bf780338e5#23cebf3b) |
1033 | 2025-07-07T07:10:23.432Z | Compiling cstr-argument v0.1.2 |
1034 | 2025-07-07T07:10:23.691Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#edbf966d) |
1035 | 2025-07-07T07:10:23.714Z | Compiling crucible-workspace-hack v0.1.0 |
1036 | 2025-07-07T07:10:23.806Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1037 | 2025-07-07T07:10:24.076Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1038 | 2025-07-07T07:10:24.851Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#bc75c49c) |
1039 | 2025-07-07T07:10:25.192Z | Compiling num-iter v0.1.45 |
1040 | 2025-07-07T07:10:25.386Z | Compiling num-rational v0.4.2 |
1041 | 2025-07-07T07:10:26.515Z | Compiling num-complex v0.4.6 |
1042 | 2025-07-07T07:10:26.768Z | Compiling socket2 v0.6.0 |
1043 | 2025-07-07T07:10:27.182Z | Compiling half v2.6.0 |
1044 | 2025-07-07T07:10:27.329Z | Compiling tinyvec_macros v0.1.1 |
1045 | 2025-07-07T07:10:27.371Z | Compiling ciborium-io v0.2.2 |
1046 | 2025-07-07T07:10:27.435Z | Compiling semver v0.1.20 |
1047 | 2025-07-07T07:10:27.469Z | Compiling vcpkg v0.2.15 |
1048 | 2025-07-07T07:10:27.502Z | Compiling static_assertions v1.1.0 |
1049 | 2025-07-07T07:10:27.611Z | Compiling colored v3.0.0 |
1050 | 2025-07-07T07:10:27.724Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
1051 | 2025-07-07T07:10:27.789Z | Compiling prettyplease v0.2.35 |
1052 | 2025-07-07T07:10:27.941Z | Compiling rustix v0.38.44 |
1053 | 2025-07-07T07:10:28.111Z | Compiling pkg-config v0.3.32 |
1054 | 2025-07-07T07:10:28.618Z | Compiling rustc_version v0.1.7 |
1055 | 2025-07-07T07:10:28.756Z | Compiling ciborium-ll v0.2.2 |
1056 | 2025-07-07T07:10:28.844Z | Compiling tinyvec v1.9.0 |
1057 | 2025-07-07T07:10:28.992Z | Compiling num v0.4.3 |
1058 | 2025-07-07T07:10:29.162Z | Compiling openssl-sys v0.9.109 |
1059 | 2025-07-07T07:10:30.513Z | Compiling rayon v1.10.0 |
1060 | 2025-07-07T07:10:30.607Z | Compiling zone_cfg_derive v0.3.1 |
1061 | 2025-07-07T07:10:30.628Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=23cebf3b1c911f09c203f7df50cc06bf780338e5#23cebf3b) |
1062 | 2025-07-07T07:10:31.994Z | Compiling itertools v0.12.1 |
1063 | 2025-07-07T07:10:32.024Z | Compiling itertools v0.14.0 |
1064 | 2025-07-07T07:10:32.308Z | Compiling typify-macro v0.4.2 |
1065 | 2025-07-07T07:10:33.004Z | Compiling hubpack_derive v0.1.1 |
1066 | 2025-07-07T07:10:33.121Z | Compiling camino-tempfile v1.4.1 |
1067 | 2025-07-07T07:10:33.587Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
1068 | 2025-07-07T07:10:33.942Z | Compiling num-derive v0.4.2 |
1069 | 2025-07-07T07:10:33.957Z | Compiling enum-as-inner v0.6.1 |
1070 | 2025-07-07T07:10:34.795Z | Compiling sigpipe v0.1.3 |
1071 | 2025-07-07T07:10:34.914Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#765dbb0c) |
1072 | 2025-07-07T07:10:34.925Z | Compiling data-encoding v2.9.0 |
1073 | 2025-07-07T07:10:35.067Z | Compiling glob v0.3.2 |
1074 | 2025-07-07T07:10:35.103Z | Compiling base64ct v1.8.0 |
1075 | 2025-07-07T07:10:35.274Z | Compiling jiff v0.2.15 |
1076 | 2025-07-07T07:10:35.688Z | Compiling password-hash v0.5.0 |
1077 | 2025-07-07T07:10:36.178Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
1078 | 2025-07-07T07:10:36.591Z | Compiling zone v0.3.1 |
1079 | 2025-07-07T07:10:36.610Z | Compiling typify v0.4.2 |
1080 | 2025-07-07T07:10:36.734Z | Compiling progenitor-impl v0.10.0 |
1081 | 2025-07-07T07:10:37.028Z | Compiling hubpack v0.1.2 |
1082 | 2025-07-07T07:10:37.674Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
1083 | 2025-07-07T07:10:38.150Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=23cebf3b1c911f09c203f7df50cc06bf780338e5#23cebf3b) |
1084 | 2025-07-07T07:10:38.550Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#765dbb0c) |
1085 | 2025-07-07T07:10:39.229Z | Compiling ciborium v0.2.2 |
1086 | 2025-07-07T07:10:40.284Z | Compiling newtype_derive v0.1.6 |
1087 | 2025-07-07T07:10:42.713Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#765dbb0c) |
1088 | 2025-07-07T07:10:45.250Z | Compiling strum_macros v0.25.3 |
1089 | 2025-07-07T07:10:45.514Z | Compiling blake2 v0.10.6 |
1090 | 2025-07-07T07:10:45.657Z | Compiling serde-big-array v0.5.1 |
1091 | 2025-07-07T07:10:45.678Z | Compiling smf v0.2.3 |
1092 | 2025-07-07T07:10:45.888Z | Compiling serde_repr v0.1.20 |
1093 | 2025-07-07T07:10:46.475Z | Compiling cancel-safe-futures v0.1.5 |
1094 | 2025-07-07T07:10:46.888Z | Compiling whoami v1.6.0 |
1095 | 2025-07-07T07:10:46.984Z | Compiling unicode-segmentation v1.12.0 |
1096 | 2025-07-07T07:10:47.016Z | Compiling owo-colors v4.2.2 |
1097 | 2025-07-07T07:10:47.773Z | Compiling newline-converter v0.3.0 |
1098 | 2025-07-07T07:10:47.800Z | Compiling argon2 v0.5.3 |
1099 | 2025-07-07T07:10:47.896Z | Compiling progenitor-macro v0.10.0 |
1100 | 2025-07-07T07:10:47.946Z | Compiling atomicwrites v0.4.4 |
1101 | 2025-07-07T07:10:48.319Z | Compiling ipcc v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#765dbb0c) |
1102 | 2025-07-07T07:10:48.609Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b) |
1103 | 2025-07-07T07:10:49.142Z | Compiling console v0.15.11 |
1104 | 2025-07-07T07:10:50.564Z | Compiling libsw-core v0.3.2 |
1105 | 2025-07-07T07:10:50.854Z | Compiling secrecy v0.10.3 |
1106 | 2025-07-07T07:10:51.116Z | Compiling cookie v0.18.1 |
1107 | 2025-07-07T07:10:51.526Z | Compiling convert_case v0.4.0 |
1108 | 2025-07-07T07:10:52.214Z | Compiling moka v0.12.10 |
1109 | 2025-07-07T07:10:52.572Z | Compiling similar v2.7.0 |
1110 | 2025-07-07T07:10:52.584Z | Compiling foreign-types-shared v0.1.1 |
1111 | 2025-07-07T07:10:52.713Z | Compiling crunchy v0.2.4 |
1112 | 2025-07-07T07:10:53.242Z | Compiling resolv-conf v0.7.4 |
1113 | 2025-07-07T07:10:53.971Z | Compiling openssl v0.10.73 |
1114 | 2025-07-07T07:10:54.469Z | Compiling fixedbitset v0.5.7 |
1115 | 2025-07-07T07:10:54.592Z | Compiling fixedbitset v0.4.2 |
1116 | 2025-07-07T07:10:54.702Z | Compiling linked-hash-map v0.5.6 |
1117 | 2025-07-07T07:10:55.055Z | Compiling lru-cache v0.1.2 |
1118 | 2025-07-07T07:10:55.055Z | Compiling petgraph v0.6.5 |
1119 | 2025-07-07T07:10:55.159Z | Compiling petgraph v0.8.2 |
1120 | 2025-07-07T07:10:55.263Z | Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#765dbb0c) |
1121 | 2025-07-07T07:10:55.277Z | Compiling expectorate v1.2.0 |
1122 | 2025-07-07T07:10:55.538Z | Compiling foreign-types v0.3.2 |
1123 | 2025-07-07T07:10:55.664Z | Compiling derive_more v0.99.20 |
1124 | 2025-07-07T07:10:56.550Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#765dbb0c) |
1125 | 2025-07-07T07:10:57.516Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#765dbb0c) |
1126 | 2025-07-07T07:10:57.635Z | Compiling libsw v3.5.0 |
1127 | 2025-07-07T07:10:58.576Z | Compiling hickory-proto v0.24.4 |
1128 | 2025-07-07T07:10:59.285Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#765dbb0c) |
1129 | 2025-07-07T07:10:59.969Z | Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#765dbb0c) |
1130 | 2025-07-07T07:11:00.849Z | Compiling openssl-macros v0.1.1 |
1131 | 2025-07-07T07:11:01.193Z | Compiling tagptr v0.2.0 |
1132 | 2025-07-07T07:11:01.318Z | Compiling progenitor v0.10.0 |
1133 | 2025-07-07T07:11:01.460Z | Compiling tiny-keccak v2.0.2 |
1134 | 2025-07-07T07:11:01.517Z | Compiling unicode-width v0.1.14 |
1135 | 2025-07-07T07:11:01.733Z | Compiling highway v1.3.0 |
1136 | 2025-07-07T07:11:01.831Z | Compiling swrite v0.1.0 |
1137 | 2025-07-07T07:11:01.970Z | Compiling indent_write v2.2.0 |
1138 | 2025-07-07T07:11:02.066Z | Compiling linear-map v1.2.0 |
1139 | 2025-07-07T07:11:02.258Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#765dbb0c) |
1140 | 2025-07-07T07:11:02.519Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#765dbb0c) |
1141 | 2025-07-07T07:11:02.537Z | Compiling hickory-resolver v0.24.4 |
1142 | 2025-07-07T07:11:03.273Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#765dbb0c) |
1143 | 2025-07-07T07:11:05.593Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#765dbb0c) |
1144 | 2025-07-07T07:11:06.251Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#765dbb0c) |
1145 | 2025-07-07T07:11:06.618Z | Compiling steno v0.4.1 |
1146 | 2025-07-07T07:11:07.114Z | Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#765dbb0c) |
1147 | 2025-07-07T07:11:08.848Z | Compiling hickory-proto v0.25.2 |
1148 | 2025-07-07T07:11:09.566Z | Compiling tokio-stream v0.1.17 |
1149 | 2025-07-07T07:11:09.814Z | Compiling slog-dtrace v0.3.0 |
1150 | 2025-07-07T07:11:10.213Z | Compiling humantime v2.2.0 |
1151 | 2025-07-07T07:11:10.493Z | Compiling parking_lot_core v0.8.6 |
1152 | 2025-07-07T07:11:10.666Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#765dbb0c) |
1153 | 2025-07-07T07:11:10.993Z | Compiling qorb v0.4.1 |
1154 | 2025-07-07T07:11:11.298Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#765dbb0c) |
1155 | 2025-07-07T07:11:12.296Z | Compiling num-derive v0.3.3 |
1156 | 2025-07-07T07:11:12.747Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#765dbb0c) |
1157 | 2025-07-07T07:11:13.908Z | Compiling hickory-resolver v0.25.2 |
1158 | 2025-07-07T07:11:14.122Z | Compiling const-random-macro v0.1.16 |
1159 | 2025-07-07T07:11:14.453Z | Compiling libscf-sys v1.1.0 |
1160 | 2025-07-07T07:11:14.860Z | Compiling smartstring v1.0.1 |
1161 | 2025-07-07T07:11:15.220Z | Compiling ahash v0.8.12 |
1162 | 2025-07-07T07:11:15.273Z | Compiling parking_lot v0.11.2 |
1163 | 2025-07-07T07:11:15.692Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#765dbb0c) |
1164 | 2025-07-07T07:11:15.716Z | Compiling const-random v0.1.18 |
1165 | 2025-07-07T07:11:15.757Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51) |
1166 | 2025-07-07T07:11:15.819Z | Compiling fxhash v0.2.1 |
1167 | 2025-07-07T07:11:16.040Z | Compiling crc32fast v1.4.2 |
1168 | 2025-07-07T07:11:16.401Z | Compiling sled v0.34.7 |
1169 | 2025-07-07T07:11:17.002Z | Compiling thin-vec v0.2.14 |
1170 | 2025-07-07T07:11:17.084Z | Compiling rhai_codegen v2.2.0 |
1171 | 2025-07-07T07:11:17.607Z | Compiling minimal-lexical v0.2.1 |
1172 | 2025-07-07T07:11:18.154Z | Compiling nom v7.1.3 |
1173 | 2025-07-07T07:11:19.138Z | Compiling yansi v1.0.1 |
1174 | 2025-07-07T07:11:19.535Z | Compiling diff v0.1.13 |
1175 | 2025-07-07T07:11:19.777Z | Compiling pretty_assertions v1.4.1 |
1176 | 2025-07-07T07:11:19.799Z | Compiling rhai v1.22.2 |
1177 | 2025-07-07T07:11:24.805Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#765dbb0c) |
1178 | 2025-07-07T07:11:29.533Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#765dbb0c) |
1179 | 2025-07-07T07:11:39.012Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#765dbb0c) |
1180 | 2025-07-07T07:11:40.743Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
1181 | 2025-07-07T07:11:42.049Z | Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb) |
1182 | 2025-07-07T07:11:44.106Z | Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp) |
1183 | 2025-07-07T07:12:13.983Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 3m 25s |
1184 | 2025-07-07T07:12:14.149Z | error: creating test list failed |
1185 | 2025-07-07T07:12:14.153Z | |
1186 | 2025-07-07T07:12:14.153Z | Caused by: |
1187 | 2025-07-07T07:12:14.153Z | for `bgp`, command `/work/oxidecomputer/maghemite/target/debug/deps/bgp-dde424250a42ac0f --list --format terse` aborted with signal 9 (SIGKILL) |
1188 | 2025-07-07T07:12:14.153Z | --- stdout: |
1189 | 2025-07-07T07:12:14.153Z | |
1190 | 2025-07-07T07:12:14.153Z | --- stderr: |
1191 | 2025-07-07T07:12:14.153Z | ld.so.1: bgp-dde424250a42ac0f: fatal: libipcc.so.1: open failed: No such file or directory |
1192 | 2025-07-07T07:12:14.153Z | |
1193 | 2025-07-07T07:12:14.153Z | --- |
1194 | 2025-07-07T07:12:14.156Z | process exited: duration 253251 ms, exit code 104 |
|
1195 | 2025-07-07T07:12:14.164Z | found 0 output files |