|
|
|
1 | 2025-07-23T00:42:25.585Z | job assigned to worker 01K0TBNVK3VN4AEFWMYFR4CQ8D [factory gimlet-EVT22200007-propolis, EVT22200007/35478] (queued for 28 s) |
|
2 | 2025-07-23T00:42:33.787Z | starting task 0: "setup" |
3 | 2025-07-23T00:42:33.812Z | ++ uname -s |
4 | 2025-07-23T00:42:33.812Z | + kern=SunOS |
5 | 2025-07-23T00:42:33.812Z | + build_user=build |
6 | 2025-07-23T00:42:33.812Z | + build_uid=12345 |
7 | 2025-07-23T00:42:33.812Z | + work_dir=/work |
8 | 2025-07-23T00:42:33.812Z | + input_dir=/input |
9 | 2025-07-23T00:42:33.812Z | + [[ 0 == 12345 ]] |
10 | 2025-07-23T00:42:33.812Z | + case "$kern" in |
11 | 2025-07-23T00:42:33.812Z | + groupadd -g 12345 build |
12 | 2025-07-23T00:42:33.812Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-07-23T00:42:35.808Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-07-23T00:42:35.845Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-07-23T00:42:35.870Z | + home_fs=zfs |
16 | 2025-07-23T00:42:35.871Z | + [[ zfs == autofs ]] |
17 | 2025-07-23T00:42:35.871Z | + mkdir -p /home/build |
18 | 2025-07-23T00:42:35.871Z | + chown build:build /home/build /work |
19 | 2025-07-23T00:42:37.854Z | + chmod 0700 /home/build /work |
20 | 2025-07-23T00:42:37.885Z | process exited: duration 4073 ms, exit code 0 |
|
21 | 2025-07-23T00:42:37.953Z | starting task 1: "rust-toolchain" |
22 | 2025-07-23T00:42:37.989Z | + printf ' * rust toolchain channel = "%s"\n' 1.88.0 |
23 | 2025-07-23T00:42:37.989Z | * rust toolchain channel = "1.88.0" |
24 | 2025-07-23T00:42:37.989Z | * rust toolchain profile = "default" |
25 | 2025-07-23T00:42:37.989Z | + printf ' * rust toolchain profile = "%s"\n' default |
26 | 2025-07-23T00:42:37.990Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-07-23T00:42:37.990Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-07-23T00:42:37.990Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-07-23T00:42:37.990Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.88.0 --profile default |
30 | 2025-07-23T00:42:38.109Z | info: downloading installer |
31 | 2025-07-23T00:42:38.693Z | warn: It looks like you have an existing installation of Rust at: |
32 | 2025-07-23T00:42:38.693Z | warn: /opt/ooce/bin |
33 | 2025-07-23T00:42:38.693Z | warn: It is recommended that rustup be the primary Rust installation. |
34 | 2025-07-23T00:42:38.693Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
35 | 2025-07-23T00:42:38.693Z | warn: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-07-23T00:42:38.693Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-07-23T00:42:38.693Z | warn: or pass `-y' to ignore all ignorable checks. |
38 | 2025-07-23T00:42:38.693Z | error: cannot install while Rust is installed |
39 | 2025-07-23T00:42:38.693Z | warn: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-07-23T00:42:38.717Z | info: profile set to 'default' |
41 | 2025-07-23T00:42:38.717Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-07-23T00:42:38.717Z | info: syncing channel updates for '1.88.0-x86_64-unknown-illumos' |
43 | 2025-07-23T00:42:38.822Z | info: latest update on 2025-06-26, rust version 1.88.0 (6b00bc388 2025-06-23) |
44 | 2025-07-23T00:42:38.823Z | info: downloading component 'cargo' |
45 | 2025-07-23T00:42:39.041Z | info: downloading component 'clippy' |
46 | 2025-07-23T00:42:39.151Z | info: downloading component 'rust-docs' |
47 | 2025-07-23T00:42:39.962Z | info: downloading component 'rust-std' |
48 | 2025-07-23T00:42:40.310Z | info: downloading component 'rustc' |
49 | 2025-07-23T00:42:42.163Z | info: downloading component 'rustfmt' |
50 | 2025-07-23T00:42:42.238Z | info: installing component 'cargo' |
51 | 2025-07-23T00:42:43.402Z | info: installing component 'clippy' |
52 | 2025-07-23T00:42:43.879Z | info: installing component 'rust-docs' |
53 | 2025-07-23T00:42:47.063Z | info: installing component 'rust-std' |
54 | 2025-07-23T00:42:49.001Z | info: installing component 'rustc' |
55 | 2025-07-23T00:42:56.880Z | info: installing component 'rustfmt' |
56 | 2025-07-23T00:42:57.260Z | info: default toolchain set to '1.88.0-x86_64-unknown-illumos' |
57 | 2025-07-23T00:42:57.260Z | |
58 | 2025-07-23T00:42:57.426Z | 1.88.0-x86_64-unknown-illumos installed - rustc 1.88.0 (6b00bc388 2025-06-23) |
59 | 2025-07-23T00:42:57.427Z | |
60 | 2025-07-23T00:42:57.451Z | |
61 | 2025-07-23T00:42:57.451Z | Rust is installed now. Great! |
62 | 2025-07-23T00:42:57.451Z | |
63 | 2025-07-23T00:42:57.452Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-07-23T00:42:57.452Z | environment variable. This has not been done automatically. |
65 | 2025-07-23T00:42:57.452Z | |
66 | 2025-07-23T00:42:57.452Z | To configure your current shell, you need to source |
67 | 2025-07-23T00:42:57.452Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-07-23T00:42:57.452Z | |
69 | 2025-07-23T00:42:57.452Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-07-23T00:42:57.452Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-07-23T00:42:57.452Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-07-23T00:42:57.452Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
73 | 2025-07-23T00:42:57.551Z | + rustup --version |
74 | 2025-07-23T00:42:57.575Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
75 | 2025-07-23T00:42:57.575Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
76 | 2025-07-23T00:42:57.686Z | info: The currently active `rustc` version is `rustc 1.88.0 (6b00bc388 2025-06-23)` |
77 | 2025-07-23T00:42:57.710Z | + cargo --version |
78 | 2025-07-23T00:42:57.789Z | cargo 1.88.0 (873a06493 2025-05-10) |
79 | 2025-07-23T00:42:57.813Z | + rustc --version |
80 | 2025-07-23T00:42:57.899Z | rustc 1.88.0 (6b00bc388 2025-06-23) |
81 | 2025-07-23T00:42:57.923Z | process exited: duration 19950 ms, exit code 0 |
|
82 | 2025-07-23T00:42:57.975Z | starting task 2: "authentication" |
83 | 2025-07-23T00:42:58.030Z | process exited: duration 57 ms, exit code 0 |
|
84 | 2025-07-23T00:42:58.078Z | starting task 3: "clone repository" |
85 | 2025-07-23T00:42:58.102Z | + mkdir -p /work/oxidecomputer/omicron |
86 | 2025-07-23T00:42:58.103Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
87 | 2025-07-23T00:42:58.126Z | Cloning into '/work/oxidecomputer/omicron'... |
88 | 2025-07-23T00:43:09.567Z | + cd /work/oxidecomputer/omicron |
89 | 2025-07-23T00:43:09.567Z | + git fetch origin a498b868de0a2b55ed764d79c08d9744cec6c01a |
90 | 2025-07-23T00:43:10.212Z | From https://github.com/oxidecomputer/omicron |
91 | 2025-07-23T00:43:10.212Z | * branch a498b868de0a2b55ed764d79c08d9744cec6c01a -> FETCH_HEAD |
92 | 2025-07-23T00:43:10.236Z | + [[ -n '' ]] |
93 | 2025-07-23T00:43:10.236Z | + git reset --hard a498b868de0a2b55ed764d79c08d9744cec6c01a |
94 | 2025-07-23T00:43:10.305Z | HEAD is now at a498b868d expectorate |
95 | 2025-07-23T00:43:10.332Z | process exited: duration 12229 ms, exit code 0 |
|
96 | 2025-07-23T00:43:10.383Z | starting task 4: "build" |
97 | 2025-07-23T00:43:10.407Z | + source ./env.sh |
98 | 2025-07-23T00:43:10.408Z | ++ OLD_SHELL_OPTS=ehxB |
99 | 2025-07-23T00:43:10.408Z | ++ set -o xtrace |
100 | 2025-07-23T00:43:10.408Z | ++++ dirname ./env.sh |
101 | 2025-07-23T00:43:10.408Z | +++ readlink -f . |
102 | 2025-07-23T00:43:10.408Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
103 | 2025-07-23T00:43:10.408Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
104 | 2025-07-23T00:43:10.408Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
105 | 2025-07-23T00:43:10.408Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
106 | 2025-07-23T00:43:10.408Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
107 | 2025-07-23T00:43:10.408Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
108 | 2025-07-23T00:43:10.408Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
109 | 2025-07-23T00:43:10.408Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
110 | 2025-07-23T00:43:10.408Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
111 | 2025-07-23T00:43:10.408Z | ++ case $OLD_SHELL_OPTS in |
112 | 2025-07-23T00:43:10.408Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
113 | 2025-07-23T00:43:10.410Z | + source .github/buildomat/ci-env.sh |
114 | 2025-07-23T00:43:10.410Z | ++ export CARGO_TERM_COLOR=always |
115 | 2025-07-23T00:43:10.410Z | ++ CARGO_TERM_COLOR=always |
116 | 2025-07-23T00:43:10.410Z | + cargo --version |
117 | 2025-07-23T00:43:10.468Z | cargo 1.88.0 (873a06493 2025-05-10) |
118 | 2025-07-23T00:43:10.492Z | + rustc --version |
119 | 2025-07-23T00:43:10.554Z | rustc 1.88.0 (6b00bc388 2025-06-23) |
120 | 2025-07-23T00:43:10.579Z | + banner prerequisites |
121 | 2025-07-23T00:43:10.579Z | |
122 | 2025-07-23T00:43:10.579Z | ##### ##### ###### ##### ###### #### # # # #### # |
123 | 2025-07-23T00:43:10.579Z | # # # # # # # # # # # # # # # |
124 | 2025-07-23T00:43:10.579Z | # # # # ##### # # ##### # # # # # #### # |
125 | 2025-07-23T00:43:10.579Z | ##### ##### # ##### # # # # # # # # # |
126 | 2025-07-23T00:43:10.580Z | # # # # # # # # # # # # # # # |
127 | 2025-07-23T00:43:10.580Z | # # # ###### # # ###### ### # #### # #### # |
128 | 2025-07-23T00:43:10.580Z | |
129 | 2025-07-23T00:43:10.580Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
130 | 2025-07-23T00:43:22.529Z | Startup: Refreshing catalog 'helios-dev' ... Done |
131 | 2025-07-23T00:43:30.865Z | Startup: Caching catalogs ... Done |
132 | 2025-07-23T00:43:37.265Z | Planning: Solver setup ... Done (4.776s) |
133 | 2025-07-23T00:43:37.307Z | Planning: Running solver ... Done (0.042s) |
134 | 2025-07-23T00:43:37.381Z | Planning: Finding local manifests ... Done (0.002s) |
135 | 2025-07-23T00:43:37.467Z | Planning: Fetching manifests: 0/4 0% complete |
136 | 2025-07-23T00:43:37.853Z | Planning: Fetching manifests: 4/4 100% complete |
137 | 2025-07-23T00:43:37.912Z | Planning: Package planning ... Done (0.059s) |
138 | 2025-07-23T00:43:37.972Z | Planning: Merging actions ... Done (0.059s) |
139 | 2025-07-23T00:43:38.315Z | Planning: Checking for conflicting actions ... Done (0.343s) |
140 | 2025-07-23T00:43:38.340Z | Planning: Consolidating action changes ... Done (0.013s) |
141 | 2025-07-23T00:43:39.009Z | Planning: Evaluating mediators ... Done (0.679s) |
142 | 2025-07-23T00:43:39.033Z | Planning: Planning completed in 8.06 seconds |
143 | 2025-07-23T00:43:39.058Z | Packages to install: 4 |
144 | 2025-07-23T00:43:39.058Z | Mediators to change: 2 |
145 | 2025-07-23T00:43:39.058Z | Services to change: 1 |
146 | 2025-07-23T00:43:39.058Z | Estimated space available: 155.02 GB |
147 | 2025-07-23T00:43:39.058Z | Estimated space to be consumed: 1.70 GB |
148 | 2025-07-23T00:43:39.058Z | Create boot environment: No |
149 | 2025-07-23T00:43:39.058Z | Create backup boot environment: No |
150 | 2025-07-23T00:43:39.058Z | Rebuild boot archive: No |
151 | 2025-07-23T00:43:39.058Z | |
152 | 2025-07-23T00:43:39.058Z | Changed mediators: |
153 | 2025-07-23T00:43:39.058Z | mediator clang: |
154 | 2025-07-23T00:43:39.058Z | version: None -> 15 (system default) |
155 | 2025-07-23T00:43:39.058Z | |
156 | 2025-07-23T00:43:39.058Z | mediator llvm: |
157 | 2025-07-23T00:43:39.058Z | version: 14 (system default) -> 15 (system default) |
158 | 2025-07-23T00:43:39.059Z | |
159 | 2025-07-23T00:43:39.059Z | Changed packages: |
160 | 2025-07-23T00:43:39.059Z | helios-dev |
161 | 2025-07-23T00:43:39.059Z | developer/build-essential |
162 | 2025-07-23T00:43:39.060Z | None -> 11-2.0 |
163 | 2025-07-23T00:43:39.060Z | library/libxmlsec1 |
164 | 2025-07-23T00:43:39.060Z | None -> 1.2.35-2.0 |
165 | 2025-07-23T00:43:39.060Z | ooce/developer/clang-15 |
166 | 2025-07-23T00:43:39.060Z | None -> 15.0.7-2.0 |
167 | 2025-07-23T00:43:39.060Z | ooce/developer/llvm-15 |
168 | 2025-07-23T00:43:39.060Z | None -> 15.0.7-2.0 |
169 | 2025-07-23T00:43:39.060Z | |
170 | 2025-07-23T00:43:39.060Z | Services: |
171 | 2025-07-23T00:43:39.060Z | restart_fmri: |
172 | 2025-07-23T00:43:39.060Z | svc:/system/update-man-index:default |
173 | 2025-07-23T00:43:39.094Z | |
174 | 2025-07-23T00:43:39.094Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
175 | 2025-07-23T00:43:44.095Z | Download: 1196/3290 items 63.0/212.6MB 29% complete (12.6M/s) |
176 | 2025-07-23T00:43:49.096Z | Download: 2199/3290 items 119.1/212.6MB 56% complete (12.0M/s) |
177 | 2025-07-23T00:43:54.097Z | Download: 3246/3290 items 198.4/212.6MB 93% complete (13.6M/s) |
178 | 2025-07-23T00:43:56.096Z | Download: Completed 212.60 MB in 17.00 seconds (12.5M/s) |
179 | 2025-07-23T00:43:56.261Z | Actions: 1/3689 actions (Installing new actions) |
180 | 2025-07-23T00:44:01.778Z | Actions: 2599/3689 actions (Installing new actions) |
181 | 2025-07-23T00:44:02.109Z | Actions: Completed 3689 actions in 5.85 seconds. |
182 | 2025-07-23T00:44:02.952Z | Done (0.837s) |
183 | 2025-07-23T00:44:02.952Z | Done (0.000s) |
184 | 2025-07-23T00:44:03.961Z | Done (1.009s) |
185 | 2025-07-23T00:44:08.763Z | Done (4.586s) |
186 | 2025-07-23T00:44:08.852Z | Done (0.018s) |
187 | 2025-07-23T00:44:08.876Z | Done (0.000s) |
188 | 2025-07-23T00:44:08.996Z | Done (0.000s) |
189 | 2025-07-23T00:44:09.828Z | Planning: Evaluating mediator changes ... Done |
190 | 2025-07-23T00:44:10.039Z | Planning: Checking for conflicting actions ... Done |
191 | 2025-07-23T00:44:10.064Z | Planning: Consolidating action changes ... Done |
192 | 2025-07-23T00:44:10.396Z | Planning: Evaluating mediators ... Done |
193 | 2025-07-23T00:44:10.421Z | Planning: Planning completed in 0.57 seconds |
194 | 2025-07-23T00:44:10.445Z | Mediators to change: 2 |
195 | 2025-07-23T00:44:10.445Z | Create boot environment: No |
196 | 2025-07-23T00:44:10.447Z | Create backup boot environment: No |
197 | 2025-07-23T00:44:10.499Z | Done |
198 | 2025-07-23T00:44:10.499Z | Done |
199 | 2025-07-23T00:44:11.255Z | Done |
200 | 2025-07-23T00:44:15.667Z | Done |
201 | 2025-07-23T00:44:15.762Z | Done |
202 | 2025-07-23T00:44:15.786Z | Done |
203 | 2025-07-23T00:44:15.812Z | Done |
204 | 2025-07-23T00:44:16.549Z | Planning: Evaluating mediator changes ... Done |
205 | 2025-07-23T00:44:16.573Z | Planning: Merging actions ... Done |
206 | 2025-07-23T00:44:16.793Z | Planning: Checking for conflicting actions ... Done |
207 | 2025-07-23T00:44:16.817Z | Planning: Consolidating action changes ... Done |
208 | 2025-07-23T00:44:17.133Z | Planning: Evaluating mediators ... Done |
209 | 2025-07-23T00:44:17.206Z | Planning: Planning completed in 0.96 seconds |
210 | 2025-07-23T00:44:17.248Z | Packages to change: 1 |
211 | 2025-07-23T00:44:17.248Z | Mediators to change: 1 |
212 | 2025-07-23T00:44:17.248Z | Services to change: 1 |
213 | 2025-07-23T00:44:17.248Z | Create boot environment: No |
214 | 2025-07-23T00:44:17.248Z | Create backup boot environment: Yes |
215 | 2025-07-23T00:44:19.093Z | Actions: 1/6 actions (Updating modified actions) |
216 | 2025-07-23T00:44:19.117Z | Actions: Completed 6 actions in 0.00 seconds. |
217 | 2025-07-23T00:44:19.117Z | Done |
218 | 2025-07-23T00:44:19.117Z | Done |
219 | 2025-07-23T00:44:19.301Z | Done |
220 | 2025-07-23T00:44:23.832Z | Done |
221 | 2025-07-23T00:44:23.932Z | Done |
222 | 2025-07-23T00:44:23.956Z | Done |
223 | 2025-07-23T00:44:24.035Z | Done |
224 | 2025-07-23T00:44:24.610Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
225 | 2025-07-23T00:44:24.610Z | clang system 15 system |
226 | 2025-07-23T00:44:24.610Z | csh system system illumos |
227 | 2025-07-23T00:44:24.610Z | ctags system system illumos |
228 | 2025-07-23T00:44:24.610Z | file system system illumos |
229 | 2025-07-23T00:44:24.610Z | gcc vendor 12 vendor |
230 | 2025-07-23T00:44:24.610Z | gcc system 10 system |
231 | 2025-07-23T00:44:24.610Z | gcc system 7 system |
232 | 2025-07-23T00:44:24.610Z | go system 1.20 system |
233 | 2025-07-23T00:44:24.610Z | go system 1.19 system |
234 | 2025-07-23T00:44:24.610Z | llvm system 15 system |
235 | 2025-07-23T00:44:24.610Z | llvm system 14 system |
236 | 2025-07-23T00:44:24.610Z | mariadb system 10.6 system |
237 | 2025-07-23T00:44:24.610Z | mta vendor vendor dma |
238 | 2025-07-23T00:44:24.610Z | openjdk system 17 system |
239 | 2025-07-23T00:44:24.610Z | openjdk system 11 system |
240 | 2025-07-23T00:44:24.611Z | openjdk system 1.8 system |
241 | 2025-07-23T00:44:24.612Z | openssl vendor 3 vendor |
242 | 2025-07-23T00:44:24.612Z | perl system 5.36 system |
243 | 2025-07-23T00:44:24.612Z | postgresql system 15 system |
244 | 2025-07-23T00:44:24.612Z | postgresql system 13 system |
245 | 2025-07-23T00:44:24.612Z | python vendor 3 vendor |
246 | 2025-07-23T00:44:24.612Z | python system 2 system |
247 | 2025-07-23T00:44:24.612Z | python3 system 3.11 system |
248 | 2025-07-23T00:44:24.612Z | ruby system 3.0 system |
249 | 2025-07-23T00:44:24.612Z | words vendor vendor american-english |
250 | 2025-07-23T00:44:24.612Z | words system system australian-english |
251 | 2025-07-23T00:44:24.612Z | words system system british-english |
252 | 2025-07-23T00:44:24.612Z | words system system canadian-english |
253 | 2025-07-23T00:44:24.612Z | words system system french |
254 | 2025-07-23T00:44:24.612Z | words system system italian |
255 | 2025-07-23T00:44:24.612Z | words system system ngerman |
256 | 2025-07-23T00:44:24.612Z | words system system ogerman |
257 | 2025-07-23T00:44:24.612Z | words system system spanish |
258 | 2025-07-23T00:44:25.029Z | PUBLISHER TYPE STATUS P LOCATION |
259 | 2025-07-23T00:44:25.030Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
260 | 2025-07-23T00:44:30.705Z | FMRI IFO |
261 | 2025-07-23T00:44:30.705Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
262 | 2025-07-23T00:44:30.706Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
263 | 2025-07-23T00:44:30.706Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
264 | 2025-07-23T00:44:30.706Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
265 | 2025-07-23T00:44:30.706Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
266 | 2025-07-23T00:44:30.706Z | pkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i-- |
267 | 2025-07-23T00:44:30.706Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
268 | 2025-07-23T00:44:30.706Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i-- |
269 | 2025-07-23T00:44:30.706Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
270 | 2025-07-23T00:44:30.706Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
271 | 2025-07-23T00:44:30.706Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i-- |
272 | 2025-07-23T00:44:30.706Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
273 | 2025-07-23T00:44:30.706Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
274 | 2025-07-23T00:44:30.706Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i-- |
275 | 2025-07-23T00:44:30.706Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
276 | 2025-07-23T00:44:30.706Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
277 | 2025-07-23T00:44:31.788Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
278 | 2025-07-23T00:44:32.258Z | Updating crates.io index |
279 | 2025-07-23T00:44:32.311Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
280 | 2025-07-23T00:44:32.763Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
281 | 2025-07-23T00:44:33.597Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
282 | 2025-07-23T00:44:33.944Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
283 | 2025-07-23T00:44:34.267Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
284 | 2025-07-23T00:44:34.767Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
285 | 2025-07-23T00:44:36.091Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
286 | 2025-07-23T00:44:38.222Z | Updating git repository `https://github.com/oxidecomputer/opte` |
287 | 2025-07-23T00:44:39.307Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
288 | 2025-07-23T00:44:41.714Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
289 | 2025-07-23T00:44:42.126Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
290 | 2025-07-23T00:44:42.560Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
291 | 2025-07-23T00:44:43.364Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
292 | 2025-07-23T00:44:43.766Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
293 | 2025-07-23T00:44:44.322Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
294 | 2025-07-23T00:44:45.043Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
295 | 2025-07-23T00:44:45.493Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
296 | 2025-07-23T00:44:45.872Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
297 | 2025-07-23T00:44:46.237Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
298 | 2025-07-23T00:44:46.597Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
299 | 2025-07-23T00:44:47.023Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
300 | 2025-07-23T00:44:47.559Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
301 | 2025-07-23T00:44:48.072Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
302 | 2025-07-23T00:44:48.564Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
303 | 2025-07-23T00:44:49.222Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
304 | 2025-07-23T00:44:49.828Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
305 | 2025-07-23T00:44:50.187Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
306 | 2025-07-23T00:44:50.706Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
307 | 2025-07-23T00:44:51.286Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
308 | 2025-07-23T00:44:51.641Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
309 | 2025-07-23T00:44:52.082Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
310 | 2025-07-23T00:44:52.476Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
311 | 2025-07-23T00:45:02.175Z | Updating git repository `https://github.com/illumos/smf-rs` |
312 | 2025-07-23T00:45:04.305Z | Downloading crates ... |
313 | 2025-07-23T00:45:04.348Z | Downloaded displaydoc v0.2.5 |
314 | 2025-07-23T00:45:04.372Z | Downloaded cargo_metadata v0.20.0 |
315 | 2025-07-23T00:45:04.372Z | Downloaded strsim v0.11.1 |
316 | 2025-07-23T00:45:04.372Z | Downloaded semver v1.0.26 |
317 | 2025-07-23T00:45:04.372Z | Downloaded idna v1.0.3 |
318 | 2025-07-23T00:45:04.372Z | Downloaded utf8_iter v1.0.4 |
319 | 2025-07-23T00:45:04.372Z | Downloaded unicode-ident v1.0.18 |
320 | 2025-07-23T00:45:04.965Z | Downloaded toml_datetime v0.6.11 |
321 | 2025-07-23T00:45:04.965Z | Downloaded tinystr v0.7.6 |
322 | 2025-07-23T00:45:04.965Z | Downloaded zerofrom v0.1.4 |
323 | 2025-07-23T00:45:04.965Z | Downloaded zerocopy-derive v0.7.35 |
324 | 2025-07-23T00:45:04.965Z | Downloaded version_check v0.9.5 |
325 | 2025-07-23T00:45:04.965Z | Downloaded toml_edit v0.22.27 |
326 | 2025-07-23T00:45:04.965Z | Downloaded ordered-float v2.10.1 |
327 | 2025-07-23T00:45:04.965Z | Downloaded zerovec-derive v0.10.3 |
328 | 2025-07-23T00:45:04.965Z | Downloaded yoke v0.7.4 |
329 | 2025-07-23T00:45:04.965Z | Downloaded zerovec v0.10.4 |
330 | 2025-07-23T00:45:04.965Z | Downloaded proc-macro2 v1.0.95 |
331 | 2025-07-23T00:45:04.966Z | Downloaded url v2.5.4 |
332 | 2025-07-23T00:45:04.966Z | Downloaded synstructure v0.13.1 |
333 | 2025-07-23T00:45:04.966Z | Downloaded swrite v0.1.0 |
334 | 2025-07-23T00:45:04.966Z | Downloaded unicode-width v0.2.0 |
335 | 2025-07-23T00:45:04.966Z | Downloaded unicode-width v0.1.14 |
336 | 2025-07-23T00:45:04.966Z | Downloaded tempfile v3.20.0 |
337 | 2025-07-23T00:45:04.966Z | Downloaded serde_derive v1.0.219 |
338 | 2025-07-23T00:45:04.966Z | Downloaded icu_collections v1.5.0 |
339 | 2025-07-23T00:45:04.966Z | Downloaded pest v2.7.14 |
340 | 2025-07-23T00:45:04.966Z | Downloaded zerocopy v0.7.35 |
341 | 2025-07-23T00:45:04.966Z | Downloaded hashbrown v0.15.4 |
342 | 2025-07-23T00:45:04.966Z | Downloaded serde_json v1.0.140 |
343 | 2025-07-23T00:45:04.966Z | Downloaded winnow v0.7.10 |
344 | 2025-07-23T00:45:04.966Z | Downloaded getrandom v0.3.1 |
345 | 2025-07-23T00:45:04.966Z | Downloaded tabled v0.15.0 |
346 | 2025-07-23T00:45:04.966Z | Downloaded syn v1.0.109 |
347 | 2025-07-23T00:45:04.966Z | Downloaded goblin v0.8.2 |
348 | 2025-07-23T00:45:04.966Z | Downloaded serde v1.0.219 |
349 | 2025-07-23T00:45:04.966Z | Downloaded icu_locid v1.5.0 |
350 | 2025-07-23T00:45:04.966Z | Downloaded heck v0.5.0 |
351 | 2025-07-23T00:45:04.966Z | Downloaded syn v2.0.104 |
352 | 2025-07-23T00:45:04.966Z | Downloaded generic-array v0.14.7 |
353 | 2025-07-23T00:45:04.966Z | Downloaded rustix v0.38.37 |
354 | 2025-07-23T00:45:04.966Z | Downloaded rustix v1.0.7 |
355 | 2025-07-23T00:45:04.966Z | Downloaded fs-err v3.1.1 |
356 | 2025-07-23T00:45:04.967Z | Downloaded terminal_size v0.4.0 |
357 | 2025-07-23T00:45:04.967Z | Downloaded stable_deref_trait v1.2.0 |
358 | 2025-07-23T00:45:04.967Z | Downloaded serde_tokenstream v0.2.2 |
359 | 2025-07-23T00:45:04.967Z | Downloaded scroll_derive v0.12.0 |
360 | 2025-07-23T00:45:04.967Z | Downloaded memchr v2.7.4 |
361 | 2025-07-23T00:45:04.967Z | Downloaded indexmap v2.10.0 |
362 | 2025-07-23T00:45:04.967Z | Downloaded form_urlencoded v1.2.1 |
363 | 2025-07-23T00:45:04.967Z | Downloaded pest_meta v2.7.14 |
364 | 2025-07-23T00:45:04.967Z | Downloaded sha2 v0.10.9 |
365 | 2025-07-23T00:45:04.967Z | Downloaded quote v1.0.40 |
366 | 2025-07-23T00:45:04.967Z | Downloaded pretty-hex v0.4.1 |
367 | 2025-07-23T00:45:04.967Z | Downloaded serde-value v0.7.0 |
368 | 2025-07-23T00:45:04.967Z | Downloaded scroll v0.12.0 |
369 | 2025-07-23T00:45:04.967Z | Downloaded once_cell v1.21.3 |
370 | 2025-07-23T00:45:04.967Z | Downloaded memmap v0.7.0 |
371 | 2025-07-23T00:45:04.967Z | Downloaded icu_normalizer_data v1.5.0 |
372 | 2025-07-23T00:45:04.967Z | Downloaded fnv v1.0.7 |
373 | 2025-07-23T00:45:04.967Z | Downloaded libc v0.2.174 |
374 | 2025-07-23T00:45:04.967Z | Downloaded cfg-if v1.0.1 |
375 | 2025-07-23T00:45:04.967Z | Downloaded typenum v1.17.0 |
376 | 2025-07-23T00:45:04.967Z | Downloaded smawk v0.3.2 |
377 | 2025-07-23T00:45:04.967Z | Downloaded serde-untagged v0.1.7 |
378 | 2025-07-23T00:45:04.967Z | Downloaded percent-encoding v2.3.1 |
379 | 2025-07-23T00:45:04.967Z | Downloaded log v0.4.27 |
380 | 2025-07-23T00:45:04.968Z | Downloaded idna_adapter v1.2.0 |
381 | 2025-07-23T00:45:04.968Z | Downloaded icu_provider v1.5.0 |
382 | 2025-07-23T00:45:04.968Z | Downloaded icu_locid_transform_data v1.5.0 |
383 | 2025-07-23T00:45:04.968Z | Downloaded clap_lex v0.7.4 |
384 | 2025-07-23T00:45:04.968Z | Downloaded clap_derive v4.5.40 |
385 | 2025-07-23T00:45:04.968Z | Downloaded clap v4.5.40 |
386 | 2025-07-23T00:45:04.968Z | Downloaded proc-macro-error-attr v1.0.4 |
387 | 2025-07-23T00:45:04.968Z | Downloaded proc-macro-error v1.0.4 |
388 | 2025-07-23T00:45:04.968Z | Downloaded plain v0.2.3 |
389 | 2025-07-23T00:45:04.968Z | Downloaded pest_generator v2.7.14 |
390 | 2025-07-23T00:45:04.968Z | Downloaded itoa v1.0.11 |
391 | 2025-07-23T00:45:04.969Z | Downloaded icu_properties v1.5.1 |
392 | 2025-07-23T00:45:04.969Z | Downloaded icu_locid_transform v1.5.0 |
393 | 2025-07-23T00:45:04.969Z | Downloaded zerofrom-derive v0.1.4 |
394 | 2025-07-23T00:45:04.969Z | Downloaded writeable v0.5.5 |
395 | 2025-07-23T00:45:04.969Z | Downloaded utf8parse v0.2.2 |
396 | 2025-07-23T00:45:04.969Z | Downloaded usdt v0.5.0 |
397 | 2025-07-23T00:45:04.969Z | Downloaded unicode-xid v0.2.6 |
398 | 2025-07-23T00:45:04.969Z | Downloaded unicode-linebreak v0.1.5 |
399 | 2025-07-23T00:45:04.969Z | Downloaded clap_builder v4.5.40 |
400 | 2025-07-23T00:45:04.969Z | Downloaded num-traits v0.2.19 |
401 | 2025-07-23T00:45:04.969Z | Downloaded is_terminal_polyfill v1.70.1 |
402 | 2025-07-23T00:45:04.969Z | Downloaded icu_provider_macros v1.5.0 |
403 | 2025-07-23T00:45:04.969Z | Downloaded icu_normalizer v1.5.0 |
404 | 2025-07-23T00:45:04.969Z | Downloaded usdt-attr-macro v0.5.0 |
405 | 2025-07-23T00:45:04.969Z | Downloaded typeid v1.0.3 |
406 | 2025-07-23T00:45:04.969Z | Downloaded cpufeatures v0.2.14 |
407 | 2025-07-23T00:45:04.970Z | Downloaded utf16_iter v1.0.5 |
408 | 2025-07-23T00:45:04.970Z | Downloaded usdt-impl v0.5.0 |
409 | 2025-07-23T00:45:04.970Z | Downloaded toml_write v0.1.2 |
410 | 2025-07-23T00:45:04.970Z | Downloaded thiserror-impl v2.0.12 |
411 | 2025-07-23T00:45:04.970Z | Downloaded equivalent v1.0.2 |
412 | 2025-07-23T00:45:04.970Z | Downloaded dtrace-parser v0.2.0 |
413 | 2025-07-23T00:45:04.970Z | Downloaded anstyle-parse v0.2.5 |
414 | 2025-07-23T00:45:04.970Z | Downloaded yoke-derive v0.7.4 |
415 | 2025-07-23T00:45:04.970Z | Downloaded write16 v1.0.0 |
416 | 2025-07-23T00:45:04.970Z | Downloaded usdt-macro v0.5.0 |
417 | 2025-07-23T00:45:04.970Z | Downloaded ucd-trie v0.1.7 |
418 | 2025-07-23T00:45:04.970Z | Downloaded block-buffer v0.10.4 |
419 | 2025-07-23T00:45:04.970Z | Downloaded autocfg v1.4.0 |
420 | 2025-07-23T00:45:05.016Z | Downloaded thiserror v2.0.12 |
421 | 2025-07-23T00:45:05.016Z | Downloaded thiserror v1.0.69 |
422 | 2025-07-23T00:45:05.017Z | Downloaded erased-serde v0.4.6 |
423 | 2025-07-23T00:45:05.017Z | Downloaded cargo-util-schemas v0.2.0 |
424 | 2025-07-23T00:45:05.017Z | Downloaded bytecount v0.6.8 |
425 | 2025-07-23T00:45:05.017Z | Downloaded bitflags v2.9.1 |
426 | 2025-07-23T00:45:05.017Z | Downloaded anyhow v1.0.98 |
427 | 2025-07-23T00:45:05.017Z | Downloaded anstyle-query v1.1.1 |
428 | 2025-07-23T00:45:05.017Z | Downloaded toml v0.8.23 |
429 | 2025-07-23T00:45:05.017Z | Downloaded tabled_derive v0.7.0 |
430 | 2025-07-23T00:45:05.017Z | Downloaded fastrand v2.1.1 |
431 | 2025-07-23T00:45:05.017Z | Downloaded digest v0.10.7 |
432 | 2025-07-23T00:45:05.017Z | Downloaded cargo_toml v0.21.0 |
433 | 2025-07-23T00:45:05.018Z | Downloaded byteorder v1.5.0 |
434 | 2025-07-23T00:45:05.018Z | Downloaded thread-id v4.2.2 |
435 | 2025-07-23T00:45:05.018Z | Downloaded thiserror-impl v1.0.69 |
436 | 2025-07-23T00:45:05.018Z | Downloaded textwrap v0.16.2 |
437 | 2025-07-23T00:45:05.018Z | Downloaded dof v0.3.0 |
438 | 2025-07-23T00:45:05.018Z | Downloaded crypto-common v0.1.6 |
439 | 2025-07-23T00:45:05.018Z | Downloaded camino v1.1.10 |
440 | 2025-07-23T00:45:05.018Z | Downloaded anstyle v1.0.11 |
441 | 2025-07-23T00:45:05.018Z | Downloaded icu_properties_data v1.5.0 |
442 | 2025-07-23T00:45:05.018Z | Downloaded errno v0.3.12 |
443 | 2025-07-23T00:45:05.018Z | Downloaded colorchoice v1.0.2 |
444 | 2025-07-23T00:45:05.018Z | Downloaded cargo-platform v0.2.0 |
445 | 2025-07-23T00:45:05.018Z | Downloaded camino-tempfile v1.4.1 |
446 | 2025-07-23T00:45:05.018Z | Downloaded ryu v1.0.18 |
447 | 2025-07-23T00:45:05.018Z | Downloaded papergrid v0.11.0 |
448 | 2025-07-23T00:45:05.018Z | Downloaded anstream v0.6.18 |
449 | 2025-07-23T00:45:05.018Z | Downloaded smallvec v1.15.0 |
450 | 2025-07-23T00:45:05.018Z | Downloaded serde_spanned v0.6.9 |
451 | 2025-07-23T00:45:05.018Z | Downloaded pest_derive v2.7.14 |
452 | 2025-07-23T00:45:05.018Z | Downloaded macaddr v1.0.1 |
453 | 2025-07-23T00:45:05.018Z | Downloaded litemap v0.7.3 |
454 | 2025-07-23T00:45:05.019Z | Downloaded heck v0.4.1 |
455 | 2025-07-23T00:45:05.019Z | Compiling proc-macro2 v1.0.95 |
456 | 2025-07-23T00:45:05.019Z | Compiling unicode-ident v1.0.18 |
457 | 2025-07-23T00:45:05.019Z | Compiling serde v1.0.219 |
458 | 2025-07-23T00:45:05.019Z | Compiling version_check v0.9.5 |
459 | 2025-07-23T00:45:05.019Z | Compiling libc v0.2.174 |
460 | 2025-07-23T00:45:05.019Z | Compiling thiserror v1.0.69 |
461 | 2025-07-23T00:45:05.019Z | Compiling memchr v2.7.4 |
462 | 2025-07-23T00:45:05.020Z | Compiling stable_deref_trait v1.2.0 |
463 | 2025-07-23T00:45:05.243Z | Compiling litemap v0.7.3 |
464 | 2025-07-23T00:45:05.286Z | Compiling itoa v1.0.11 |
465 | 2025-07-23T00:45:05.522Z | Compiling ucd-trie v0.1.7 |
466 | 2025-07-23T00:45:05.806Z | Compiling writeable v0.5.5 |
467 | 2025-07-23T00:45:05.806Z | Compiling ryu v1.0.18 |
468 | 2025-07-23T00:45:05.806Z | Compiling autocfg v1.4.0 |
469 | 2025-07-23T00:45:05.967Z | Compiling once_cell v1.21.3 |
470 | 2025-07-23T00:45:06.082Z | Compiling bitflags v2.9.1 |
471 | 2025-07-23T00:45:06.134Z | Compiling byteorder v1.5.0 |
472 | 2025-07-23T00:45:06.295Z | Compiling icu_locid_transform_data v1.5.0 |
473 | 2025-07-23T00:45:06.328Z | Compiling icu_properties_data v1.5.0 |
474 | 2025-07-23T00:45:06.443Z | Compiling serde_json v1.0.140 |
475 | 2025-07-23T00:45:06.475Z | Compiling utf8_iter v1.0.4 |
476 | 2025-07-23T00:45:06.540Z | Compiling num-traits v0.2.19 |
477 | 2025-07-23T00:45:06.585Z | Compiling hashbrown v0.15.4 |
478 | 2025-07-23T00:45:06.617Z | Compiling typeid v1.0.3 |
479 | 2025-07-23T00:45:06.769Z | Compiling quote v1.0.40 |
480 | 2025-07-23T00:45:06.798Z | Compiling errno v0.3.12 |
481 | 2025-07-23T00:45:06.904Z | Compiling write16 v1.0.0 |
482 | 2025-07-23T00:45:06.931Z | Compiling icu_normalizer_data v1.5.0 |
483 | 2025-07-23T00:45:07.038Z | Compiling rustix v0.38.37 |
484 | 2025-07-23T00:45:07.071Z | Compiling smallvec v1.15.0 |
485 | 2025-07-23T00:45:07.097Z | Compiling equivalent v1.0.2 |
486 | 2025-07-23T00:45:07.121Z | Compiling utf16_iter v1.0.5 |
487 | 2025-07-23T00:45:07.193Z | Compiling syn v2.0.104 |
488 | 2025-07-23T00:45:07.410Z | Compiling usdt-impl v0.5.0 |
489 | 2025-07-23T00:45:07.509Z | Compiling indexmap v2.10.0 |
490 | 2025-07-23T00:45:07.571Z | Compiling proc-macro-error-attr v1.0.4 |
491 | 2025-07-23T00:45:07.610Z | Compiling winnow v0.7.10 |
492 | 2025-07-23T00:45:07.642Z | Compiling syn v1.0.109 |
493 | 2025-07-23T00:45:07.738Z | Compiling toml_write v0.1.2 |
494 | 2025-07-23T00:45:07.901Z | Compiling thread-id v4.2.2 |
495 | 2025-07-23T00:45:08.126Z | Compiling proc-macro-error v1.0.4 |
496 | 2025-07-23T00:45:08.260Z | Compiling plain v0.2.3 |
497 | 2025-07-23T00:45:08.286Z | Compiling semver v1.0.26 |
498 | 2025-07-23T00:45:08.439Z | Compiling utf8parse v0.2.2 |
499 | 2025-07-23T00:45:08.464Z | Compiling camino v1.1.10 |
500 | 2025-07-23T00:45:08.604Z | Compiling log v0.4.27 |
501 | 2025-07-23T00:45:08.629Z | Compiling percent-encoding v2.3.1 |
502 | 2025-07-23T00:45:08.744Z | Compiling getrandom v0.3.1 |
503 | 2025-07-23T00:45:08.977Z | Compiling rustix v1.0.7 |
504 | 2025-07-23T00:45:09.050Z | Compiling form_urlencoded v1.2.1 |
505 | 2025-07-23T00:45:09.184Z | Compiling terminal_size v0.4.0 |
506 | 2025-07-23T00:45:09.234Z | Compiling anstyle-parse v0.2.5 |
507 | 2025-07-23T00:45:09.462Z | Compiling ordered-float v2.10.1 |
508 | 2025-07-23T00:45:09.572Z | Compiling anstyle v1.0.11 |
509 | 2025-07-23T00:45:09.783Z | Compiling colorchoice v1.0.2 |
510 | 2025-07-23T00:45:09.891Z | Compiling cfg-if v1.0.1 |
511 | 2025-07-23T00:45:09.968Z | Compiling is_terminal_polyfill v1.70.1 |
512 | 2025-07-23T00:45:10.010Z | Compiling pretty-hex v0.4.1 |
513 | 2025-07-23T00:45:10.037Z | Compiling anstyle-query v1.1.1 |
514 | 2025-07-23T00:45:10.064Z | Compiling thiserror v2.0.12 |
515 | 2025-07-23T00:45:10.217Z | Compiling anstream v0.6.18 |
516 | 2025-07-23T00:45:10.533Z | Compiling fs-err v3.1.1 |
517 | 2025-07-23T00:45:10.596Z | Compiling unicode-xid v0.2.6 |
518 | 2025-07-23T00:45:10.771Z | Compiling anyhow v1.0.98 |
519 | 2025-07-23T00:45:10.799Z | Compiling heck v0.5.0 |
520 | 2025-07-23T00:45:10.830Z | Compiling unicode-width v0.1.14 |
521 | 2025-07-23T00:45:10.958Z | Compiling clap_lex v0.7.4 |
522 | 2025-07-23T00:45:11.310Z | Compiling fnv v1.0.7 |
523 | 2025-07-23T00:45:11.335Z | Compiling fastrand v2.1.1 |
524 | 2025-07-23T00:45:11.387Z | Compiling heck v0.4.1 |
525 | 2025-07-23T00:45:11.465Z | Compiling strsim v0.11.1 |
526 | 2025-07-23T00:45:11.584Z | Compiling bytecount v0.6.8 |
527 | 2025-07-23T00:45:11.788Z | Compiling papergrid v0.11.0 |
528 | 2025-07-23T00:45:11.817Z | Compiling clap_builder v4.5.40 |
529 | 2025-07-23T00:45:12.062Z | Compiling tempfile v3.20.0 |
530 | 2025-07-23T00:45:12.456Z | Compiling memmap v0.7.0 |
531 | 2025-07-23T00:45:12.480Z | Compiling unicode-linebreak v0.1.5 |
532 | 2025-07-23T00:45:12.754Z | Compiling unicode-width v0.2.0 |
533 | 2025-07-23T00:45:12.784Z | Compiling smawk v0.3.2 |
534 | 2025-07-23T00:45:12.930Z | Compiling synstructure v0.13.1 |
535 | 2025-07-23T00:45:13.235Z | Compiling textwrap v0.16.2 |
536 | 2025-07-23T00:45:13.843Z | Compiling tabled_derive v0.7.0 |
537 | 2025-07-23T00:45:14.216Z | Compiling swrite v0.1.0 |
538 | 2025-07-23T00:45:14.285Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
539 | 2025-07-23T00:45:15.448Z | Compiling tabled v0.15.0 |
540 | 2025-07-23T00:45:15.509Z | Compiling serde_derive v1.0.219 |
541 | 2025-07-23T00:45:15.564Z | Compiling thiserror-impl v1.0.69 |
542 | 2025-07-23T00:45:15.625Z | Compiling zerofrom-derive v0.1.4 |
543 | 2025-07-23T00:45:15.676Z | Compiling yoke-derive v0.7.4 |
544 | 2025-07-23T00:45:17.611Z | Compiling zerovec-derive v0.10.3 |
545 | 2025-07-23T00:45:17.820Z | Compiling displaydoc v0.2.5 |
546 | 2025-07-23T00:45:17.860Z | Compiling icu_provider_macros v1.5.0 |
547 | 2025-07-23T00:45:17.991Z | Compiling zerocopy-derive v0.7.35 |
548 | 2025-07-23T00:45:18.249Z | Compiling pest v2.7.14 |
549 | 2025-07-23T00:45:18.395Z | Compiling zerofrom v0.1.4 |
550 | 2025-07-23T00:45:18.629Z | Compiling yoke v0.7.4 |
551 | 2025-07-23T00:45:18.793Z | Compiling scroll_derive v0.12.0 |
552 | 2025-07-23T00:45:18.986Z | Compiling thiserror-impl v2.0.12 |
553 | 2025-07-23T00:45:19.263Z | Compiling clap_derive v4.5.40 |
554 | 2025-07-23T00:45:19.826Z | Compiling zerocopy v0.7.35 |
555 | 2025-07-23T00:45:19.857Z | Compiling zerovec v0.10.4 |
556 | 2025-07-23T00:45:19.984Z | Compiling scroll v0.12.0 |
557 | 2025-07-23T00:45:20.491Z | Compiling goblin v0.8.2 |
558 | 2025-07-23T00:45:20.767Z | Compiling pest_meta v2.7.14 |
559 | 2025-07-23T00:45:21.514Z | Compiling tinystr v0.7.6 |
560 | 2025-07-23T00:45:21.559Z | Compiling icu_collections v1.5.0 |
561 | 2025-07-23T00:45:21.859Z | Compiling icu_locid v1.5.0 |
562 | 2025-07-23T00:45:22.082Z | Compiling pest_generator v2.7.14 |
563 | 2025-07-23T00:45:22.273Z | Compiling clap v4.5.40 |
564 | 2025-07-23T00:45:22.989Z | Compiling icu_provider v1.5.0 |
565 | 2025-07-23T00:45:23.502Z | Compiling pest_derive v2.7.14 |
566 | 2025-07-23T00:45:23.600Z | Compiling icu_locid_transform v1.5.0 |
567 | 2025-07-23T00:45:24.223Z | Compiling dtrace-parser v0.2.0 |
568 | 2025-07-23T00:45:24.713Z | Compiling icu_properties v1.5.1 |
569 | 2025-07-23T00:45:26.255Z | Compiling toml_datetime v0.6.11 |
570 | 2025-07-23T00:45:26.301Z | Compiling serde_spanned v0.6.9 |
571 | 2025-07-23T00:45:26.540Z | Compiling serde_tokenstream v0.2.2 |
572 | 2025-07-23T00:45:26.569Z | Compiling erased-serde v0.4.6 |
573 | 2025-07-23T00:45:26.601Z | Compiling toml_edit v0.22.27 |
574 | 2025-07-23T00:45:26.636Z | Compiling serde-value v0.7.0 |
575 | 2025-07-23T00:45:27.347Z | Compiling cargo-platform v0.2.0 |
576 | 2025-07-23T00:45:27.376Z | Compiling macaddr v1.0.1 |
577 | 2025-07-23T00:45:27.569Z | Compiling serde-untagged v0.1.7 |
578 | 2025-07-23T00:45:27.768Z | Compiling camino-tempfile v1.4.1 |
579 | 2025-07-23T00:45:27.812Z | Compiling dof v0.3.0 |
580 | 2025-07-23T00:45:28.027Z | Compiling icu_normalizer v1.5.0 |
581 | 2025-07-23T00:45:28.843Z | Compiling idna_adapter v1.2.0 |
582 | 2025-07-23T00:45:29.075Z | Compiling idna v1.0.3 |
583 | 2025-07-23T00:45:29.372Z | Compiling usdt-attr-macro v0.5.0 |
584 | 2025-07-23T00:45:29.372Z | Compiling usdt-macro v0.5.0 |
585 | 2025-07-23T00:45:29.536Z | Compiling toml v0.8.23 |
586 | 2025-07-23T00:45:29.605Z | Compiling url v2.5.4 |
587 | 2025-07-23T00:45:30.303Z | Compiling cargo_toml v0.21.0 |
588 | 2025-07-23T00:45:30.589Z | Compiling cargo-util-schemas v0.2.0 |
589 | 2025-07-23T00:45:30.633Z | Compiling usdt v0.5.0 |
590 | 2025-07-23T00:45:32.380Z | Compiling cargo_metadata v0.20.0 |
591 | 2025-07-23T00:45:34.427Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
592 | 2025-07-23T00:45:38.689Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s |
593 | 2025-07-23T00:45:38.966Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
594 | 2025-07-23T00:45:39.890Z | Downloading crates ... |
595 | 2025-07-23T00:45:40.088Z | Downloaded crossbeam-deque v0.8.5 |
596 | 2025-07-23T00:45:40.114Z | Downloaded chacha20poly1305 v0.10.1 |
597 | 2025-07-23T00:45:40.114Z | Downloaded hash32 v0.2.1 |
598 | 2025-07-23T00:45:40.114Z | Downloaded heck v0.3.3 |
599 | 2025-07-23T00:45:40.114Z | Downloaded arc-swap v1.7.1 |
600 | 2025-07-23T00:45:40.141Z | Downloaded libscf-sys v1.1.0 |
601 | 2025-07-23T00:45:40.141Z | Downloaded num_enum v0.5.11 |
602 | 2025-07-23T00:45:40.168Z | Downloaded atomicwrites v0.4.4 |
603 | 2025-07-23T00:45:40.168Z | Downloaded lock_api v0.4.12 |
604 | 2025-07-23T00:45:40.168Z | Downloaded cancel-safe-futures v0.1.5 |
605 | 2025-07-23T00:45:40.168Z | Downloaded miniz_oxide v0.8.5 |
606 | 2025-07-23T00:45:40.168Z | Downloaded lazycell v1.3.0 |
607 | 2025-07-23T00:45:40.168Z | Downloaded is_ci v1.2.0 |
608 | 2025-07-23T00:45:40.168Z | Downloaded internet-checksum v0.2.1 |
609 | 2025-07-23T00:45:40.195Z | Downloaded crossbeam-epoch v0.9.18 |
610 | 2025-07-23T00:45:40.195Z | Downloaded cfg_aliases v0.2.1 |
611 | 2025-07-23T00:45:40.195Z | Downloaded libsw-core v0.3.1 |
612 | 2025-07-23T00:45:40.195Z | Downloaded iri-string v0.7.8 |
613 | 2025-07-23T00:45:40.195Z | Downloaded md5 v0.7.0 |
614 | 2025-07-23T00:45:40.220Z | Downloaded crc-catalog v2.4.0 |
615 | 2025-07-23T00:45:40.220Z | Downloaded headers-core v0.3.0 |
616 | 2025-07-23T00:45:40.220Z | Downloaded tokio-dtrace v0.1.0 |
617 | 2025-07-23T00:45:40.220Z | Downloaded tower-service v0.3.3 |
618 | 2025-07-23T00:45:40.220Z | Downloaded universal-hash v0.5.1 |
619 | 2025-07-23T00:45:40.247Z | Downloaded untrusted v0.7.1 |
620 | 2025-07-23T00:45:40.247Z | Downloaded daft v0.1.4 |
621 | 2025-07-23T00:45:40.247Z | Downloaded foreign-types-shared v0.3.1 |
622 | 2025-07-23T00:45:40.247Z | Downloaded difflib v0.4.0 |
623 | 2025-07-23T00:45:40.247Z | Downloaded foreign-types v0.5.0 |
624 | 2025-07-23T00:45:40.247Z | Downloaded nibble_vec v0.1.0 |
625 | 2025-07-23T00:45:40.272Z | Downloaded http-body v1.0.1 |
626 | 2025-07-23T00:45:40.272Z | Downloaded futures-channel v0.3.31 |
627 | 2025-07-23T00:45:40.272Z | Downloaded precomputed-hash v0.1.1 |
628 | 2025-07-23T00:45:40.272Z | Downloaded tui-tree-widget v0.23.1 |
629 | 2025-07-23T00:45:40.272Z | Downloaded ref-cast-impl v1.0.24 |
630 | 2025-07-23T00:45:40.272Z | Downloaded postgres-types v0.2.9 |
631 | 2025-07-23T00:45:40.298Z | Downloaded parking_lot v0.11.2 |
632 | 2025-07-23T00:45:40.298Z | Downloaded rcgen v0.12.1 |
633 | 2025-07-23T00:45:40.298Z | Downloaded typify-macro v0.3.0 |
634 | 2025-07-23T00:45:40.298Z | Downloaded subprocess v0.2.9 |
635 | 2025-07-23T00:45:40.299Z | Downloaded portable-atomic v1.11.0 |
636 | 2025-07-23T00:45:40.325Z | Downloaded zopfli v0.8.1 |
637 | 2025-07-23T00:45:40.325Z | Downloaded ecdsa v0.16.9 |
638 | 2025-07-23T00:45:40.351Z | Downloaded elliptic-curve v0.13.8 |
639 | 2025-07-23T00:45:40.351Z | Downloaded ed25519-dalek v2.1.1 |
640 | 2025-07-23T00:45:40.376Z | Downloaded progenitor-client v0.8.0 |
641 | 2025-07-23T00:45:40.377Z | Downloaded rand_xorshift v0.4.0 |
642 | 2025-07-23T00:45:40.377Z | Downloaded rand_core v0.6.4 |
643 | 2025-07-23T00:45:40.377Z | Downloaded rayon-core v1.12.1 |
644 | 2025-07-23T00:45:40.403Z | Downloaded vte_generate_state_changes v0.1.2 |
645 | 2025-07-23T00:45:40.403Z | Downloaded spki v0.7.3 |
646 | 2025-07-23T00:45:40.403Z | Downloaded sqlformat v0.3.5 |
647 | 2025-07-23T00:45:40.403Z | Downloaded phf_shared v0.12.1 |
648 | 2025-07-23T00:45:40.403Z | Downloaded thread_local v1.1.8 |
649 | 2025-07-23T00:45:40.429Z | Downloaded ff v0.13.0 |
650 | 2025-07-23T00:45:40.429Z | Downloaded progenitor-impl v0.8.0 |
651 | 2025-07-23T00:45:40.429Z | Downloaded time-core v0.1.2 |
652 | 2025-07-23T00:45:40.429Z | Downloaded futures-macro v0.3.31 |
653 | 2025-07-23T00:45:40.456Z | Downloaded gethostname v0.5.0 |
654 | 2025-07-23T00:45:40.456Z | Downloaded peg v0.8.5 |
655 | 2025-07-23T00:45:40.456Z | Downloaded serde_urlencoded v0.7.1 |
656 | 2025-07-23T00:45:40.484Z | Downloaded tabwriter v1.4.0 |
657 | 2025-07-23T00:45:40.484Z | Downloaded quinn-udp v0.5.5 |
658 | 2025-07-23T00:45:40.484Z | Downloaded typify v0.2.0 |
659 | 2025-07-23T00:45:40.484Z | Downloaded same-file v1.0.6 |
660 | 2025-07-23T00:45:40.484Z | Downloaded rusty-fork v0.3.0 |
661 | 2025-07-23T00:45:40.510Z | Downloaded openssl-probe v0.1.5 |
662 | 2025-07-23T00:45:40.510Z | Downloaded group v0.13.0 |
663 | 2025-07-23T00:45:40.511Z | Downloaded defmt v0.3.8 |
664 | 2025-07-23T00:45:40.511Z | Downloaded document-features v0.2.10 |
665 | 2025-07-23T00:45:40.511Z | Downloaded typify v0.3.0 |
666 | 2025-07-23T00:45:40.511Z | Downloaded openssl-sys v0.9.109 |
667 | 2025-07-23T00:45:40.536Z | Downloaded rustyline v14.0.0 |
668 | 2025-07-23T00:45:40.536Z | Downloaded opaque-debug v0.3.1 |
669 | 2025-07-23T00:45:40.536Z | Downloaded serde_with v3.14.0 |
670 | 2025-07-23T00:45:40.562Z | Downloaded globwalk v0.9.1 |
671 | 2025-07-23T00:45:40.562Z | Downloaded num-bigint v0.4.6 |
672 | 2025-07-23T00:45:40.562Z | Downloaded foldhash v0.1.5 |
673 | 2025-07-23T00:45:40.562Z | Downloaded quinn-proto v0.11.8 |
674 | 2025-07-23T00:45:40.562Z | Downloaded hickory-proto v0.25.2 |
675 | 2025-07-23T00:45:40.587Z | Downloaded twox-hash v2.1.0 |
676 | 2025-07-23T00:45:40.587Z | Downloaded salsa20 v0.10.2 |
677 | 2025-07-23T00:45:40.589Z | Downloaded ratatui v0.29.0 |
678 | 2025-07-23T00:45:40.615Z | Downloaded tar v0.4.44 |
679 | 2025-07-23T00:45:40.615Z | Downloaded hickory-proto v0.24.4 |
680 | 2025-07-23T00:45:40.662Z | Downloaded openssl v0.10.73 |
681 | 2025-07-23T00:45:40.663Z | Downloaded rsa v0.9.6 |
682 | 2025-07-23T00:45:40.663Z | Downloaded openapiv3 v2.2.0 |
683 | 2025-07-23T00:45:40.688Z | Downloaded typed-path v0.9.3 |
684 | 2025-07-23T00:45:40.688Z | Downloaded tower-http v0.6.6 |
685 | 2025-07-23T00:45:40.688Z | Downloaded unicode-normalization v0.1.24 |
686 | 2025-07-23T00:45:40.712Z | Downloaded rustls-webpki v0.102.8 |
687 | 2025-07-23T00:45:40.712Z | Downloaded typify-impl v0.3.0 |
688 | 2025-07-23T00:45:40.736Z | Downloaded h2 v0.4.6 |
689 | 2025-07-23T00:45:40.736Z | Downloaded object v0.30.4 |
690 | 2025-07-23T00:45:40.761Z | Downloaded tabled v0.18.0 |
691 | 2025-07-23T00:45:40.785Z | Downloaded smoltcp v0.9.1 |
692 | 2025-07-23T00:45:40.785Z | Downloaded petgraph v0.8.2 |
693 | 2025-07-23T00:45:40.809Z | Downloaded curve25519-dalek v4.1.3 |
694 | 2025-07-23T00:45:40.833Z | Downloaded rustls v0.21.12 |
695 | 2025-07-23T00:45:40.833Z | Downloaded zstd-sys v2.0.14+zstd.1.5.7 |
696 | 2025-07-23T00:45:40.857Z | Downloaded petgraph v0.6.5 |
697 | 2025-07-23T00:45:40.881Z | Downloaded regress v0.10.3 |
698 | 2025-07-23T00:45:40.882Z | Downloaded smoltcp v0.11.0 |
699 | 2025-07-23T00:45:40.907Z | Downloaded nix v0.30.1 |
700 | 2025-07-23T00:45:40.907Z | Downloaded nix v0.29.0 |
701 | 2025-07-23T00:45:40.931Z | Downloaded sled v0.34.7 |
702 | 2025-07-23T00:45:40.931Z | Downloaded object v0.36.5 |
703 | 2025-07-23T00:45:40.957Z | Downloaded nix v0.28.0 |
704 | 2025-07-23T00:45:40.958Z | Downloaded nix v0.27.1 |
705 | 2025-07-23T00:45:40.982Z | Downloaded moka v0.12.10 |
706 | 2025-07-23T00:45:40.982Z | Downloaded reqwest v0.12.22 |
707 | 2025-07-23T00:45:41.006Z | Downloaded typify-impl v0.2.0 |
708 | 2025-07-23T00:45:41.031Z | Downloaded salty v0.3.0 |
709 | 2025-07-23T00:45:41.031Z | Downloaded quick-xml v0.37.2 |
710 | 2025-07-23T00:45:41.031Z | Downloaded vcpkg v0.2.15 |
711 | 2025-07-23T00:45:41.072Z | Downloaded tough v0.20.0 |
712 | 2025-07-23T00:45:41.097Z | Downloaded jiff v0.2.15 |
713 | 2025-07-23T00:45:41.121Z | Downloaded steno v0.4.1 |
714 | 2025-07-23T00:45:41.121Z | Downloaded russh v0.45.0 |
715 | 2025-07-23T00:45:41.121Z | Downloaded lzma-sys v0.1.20 |
716 | 2025-07-23T00:45:41.147Z | Downloaded p521 v0.13.3 |
717 | 2025-07-23T00:45:41.171Z | Downloaded tower v0.5.2 |
718 | 2025-07-23T00:45:41.171Z | Downloaded ssh-key v0.6.6 |
719 | 2025-07-23T00:45:41.196Z | Downloaded libz-sys v1.1.20 |
720 | 2025-07-23T00:45:41.196Z | Downloaded rustls-webpki v0.101.7 |
721 | 2025-07-23T00:45:41.220Z | Downloaded itertools v0.14.0 |
722 | 2025-07-23T00:45:41.244Z | Downloaded itertools v0.13.0 |
723 | 2025-07-23T00:45:41.244Z | Downloaded nom v7.1.3 |
724 | 2025-07-23T00:45:41.244Z | Downloaded unicode-bidi v0.3.17 |
725 | 2025-07-23T00:45:41.244Z | Downloaded samael v0.0.19 |
726 | 2025-07-23T00:45:41.268Z | Downloaded crypto-bigint v0.5.5 |
727 | 2025-07-23T00:45:41.268Z | Downloaded tokio-util v0.7.15 |
728 | 2025-07-23T00:45:41.268Z | Downloaded csv v1.3.1 |
729 | 2025-07-23T00:45:41.294Z | Downloaded itertools v0.12.1 |
730 | 2025-07-23T00:45:41.294Z | Downloaded num-bigint-dig v0.8.4 |
731 | 2025-07-23T00:45:41.318Z | Downloaded libxml v0.3.3 |
732 | 2025-07-23T00:45:41.318Z | Downloaded libm v0.2.8 |
733 | 2025-07-23T00:45:41.318Z | Downloaded itertools v0.10.5 |
734 | 2025-07-23T00:45:41.343Z | Downloaded flume v0.11.1 |
735 | 2025-07-23T00:45:41.343Z | Downloaded signal-hook v0.3.17 |
736 | 2025-07-23T00:45:41.344Z | Downloaded serde_yaml v0.9.34+deprecated |
737 | 2025-07-23T00:45:41.344Z | Downloaded darling_core v0.20.10 |
738 | 2025-07-23T00:45:41.344Z | Downloaded toml_edit v0.19.15 |
739 | 2025-07-23T00:45:41.367Z | Downloaded globset v0.4.15 |
740 | 2025-07-23T00:45:41.368Z | Downloaded russh-keys v0.45.0 |
741 | 2025-07-23T00:45:41.368Z | Downloaded tokio-rustls v0.24.1 |
742 | 2025-07-23T00:45:41.368Z | Downloaded tokio-postgres v0.7.13 |
743 | 2025-07-23T00:45:41.392Z | Downloaded mio v1.0.2 |
744 | 2025-07-23T00:45:41.392Z | Downloaded minimal-lexical v0.2.1 |
745 | 2025-07-23T00:45:41.392Z | Downloaded lalrpop v0.19.12 |
746 | 2025-07-23T00:45:41.416Z | Downloaded dropshot v0.16.2 |
747 | 2025-07-23T00:45:41.416Z | Downloaded rustc_version v0.1.7 |
748 | 2025-07-23T00:45:41.440Z | Downloaded string_cache v0.8.9 |
749 | 2025-07-23T00:45:41.441Z | Downloaded static_assertions v1.1.0 |
750 | 2025-07-23T00:45:41.442Z | Downloaded radix_trie v0.2.1 |
751 | 2025-07-23T00:45:41.442Z | Downloaded fixedbitset v0.5.7 |
752 | 2025-07-23T00:45:41.442Z | Downloaded tokio-stream v0.1.17 |
753 | 2025-07-23T00:45:41.442Z | Downloaded tokio-rustls v0.26.0 |
754 | 2025-07-23T00:45:41.442Z | Downloaded tokio-rustls v0.25.0 |
755 | 2025-07-23T00:45:41.442Z | Downloaded encoding_rs v0.8.34 |
756 | 2025-07-23T00:45:41.467Z | Downloaded csv-core v0.1.11 |
757 | 2025-07-23T00:45:41.467Z | Downloaded dunce v1.0.5 |
758 | 2025-07-23T00:45:41.467Z | Downloaded topological-sort v0.2.2 |
759 | 2025-07-23T00:45:41.467Z | Downloaded rustc_version v0.4.1 |
760 | 2025-07-23T00:45:41.467Z | Downloaded rtoolbox v0.0.2 |
761 | 2025-07-23T00:45:41.467Z | Downloaded typify-impl v0.4.1 |
762 | 2025-07-23T00:45:41.491Z | Downloaded der v0.7.9 |
763 | 2025-07-23T00:45:41.491Z | Downloaded futures-util v0.3.31 |
764 | 2025-07-23T00:45:41.515Z | Downloaded ring v0.17.14 |
765 | 2025-07-23T00:45:41.545Z | Downloaded hyper v1.6.0 |
766 | 2025-07-23T00:45:41.569Z | Downloaded sha3 v0.10.8 |
767 | 2025-07-23T00:45:41.569Z | Downloaded quinn v0.11.5 |
768 | 2025-07-23T00:45:41.569Z | Downloaded petname v2.0.2 |
769 | 2025-07-23T00:45:41.569Z | Downloaded toml v0.7.8 |
770 | 2025-07-23T00:45:41.594Z | Downloaded typify v0.4.1 |
771 | 2025-07-23T00:45:41.594Z | Downloaded schemars v0.8.22 |
772 | 2025-07-23T00:45:41.594Z | Downloaded fixedbitset v0.4.2 |
773 | 2025-07-23T00:45:41.598Z | Downloaded filetime v0.2.25 |
774 | 2025-07-23T00:45:41.598Z | Downloaded tls_codec v0.4.1 |
775 | 2025-07-23T00:45:41.599Z | Downloaded webpki-roots v1.0.1 |
776 | 2025-07-23T00:45:41.623Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
777 | 2025-07-23T00:45:41.655Z | Downloaded flate2 v1.1.2 |
778 | 2025-07-23T00:45:41.680Z | Downloaded password-hash v0.5.0 |
779 | 2025-07-23T00:45:41.680Z | Downloaded password-hash v0.4.2 |
780 | 2025-07-23T00:45:41.680Z | Downloaded socket2 v0.5.10 |
781 | 2025-07-23T00:45:41.680Z | Downloaded ghash v0.5.1 |
782 | 2025-07-23T00:45:41.680Z | Downloaded tungstenite v0.23.0 |
783 | 2025-07-23T00:45:41.680Z | Downloaded openssl-macros v0.1.1 |
784 | 2025-07-23T00:45:41.680Z | Downloaded der_derive v0.7.3 |
785 | 2025-07-23T00:45:41.680Z | Downloaded defmt-parser v0.3.4 |
786 | 2025-07-23T00:45:41.680Z | Downloaded defmt-macros v0.3.9 |
787 | 2025-07-23T00:45:41.680Z | Downloaded scheduled-thread-pool v0.2.7 |
788 | 2025-07-23T00:45:41.680Z | Downloaded r2d2 v0.8.10 |
789 | 2025-07-23T00:45:41.704Z | Downloaded foreign-types v0.3.2 |
790 | 2025-07-23T00:45:41.704Z | Downloaded progenitor-client v0.10.0 |
791 | 2025-07-23T00:45:41.704Z | Downloaded zlib-rs v0.5.1 |
792 | 2025-07-23T00:45:41.704Z | Downloaded path-slash v0.1.5 |
793 | 2025-07-23T00:45:41.704Z | Downloaded oso-derive v0.27.3 |
794 | 2025-07-23T00:45:41.704Z | Downloaded tagptr v0.2.0 |
795 | 2025-07-23T00:45:41.704Z | Downloaded strum v0.27.1 |
796 | 2025-07-23T00:45:41.704Z | Downloaded env_logger v0.10.2 |
797 | 2025-07-23T00:45:41.705Z | Downloaded rand v0.9.1 |
798 | 2025-07-23T00:45:41.705Z | Downloaded hyper-util v0.1.14 |
799 | 2025-07-23T00:45:41.730Z | Downloaded expectorate v1.2.0 |
800 | 2025-07-23T00:45:41.730Z | Downloaded ctr v0.9.2 |
801 | 2025-07-23T00:45:41.730Z | Downloaded snafu v0.8.5 |
802 | 2025-07-23T00:45:41.730Z | Downloaded oso v0.27.3 |
803 | 2025-07-23T00:45:41.730Z | Downloaded take_mut v0.2.2 |
804 | 2025-07-23T00:45:41.730Z | Downloaded secrecy v0.8.0 |
805 | 2025-07-23T00:45:41.730Z | Downloaded float-ord v0.3.2 |
806 | 2025-07-23T00:45:41.730Z | Downloaded dyn-clone v1.0.19 |
807 | 2025-07-23T00:45:41.730Z | Downloaded fatfs v0.3.6 |
808 | 2025-07-23T00:45:41.730Z | Downloaded proptest v1.7.0 |
809 | 2025-07-23T00:45:41.755Z | Downloaded ssh-encoding v0.2.0 |
810 | 2025-07-23T00:45:41.755Z | Downloaded ssh-cipher v0.2.0 |
811 | 2025-07-23T00:45:41.755Z | Downloaded hmac v0.12.1 |
812 | 2025-07-23T00:45:41.755Z | Downloaded regex-syntax v0.8.5 |
813 | 2025-07-23T00:45:41.755Z | Downloaded rustversion v1.0.17 |
814 | 2025-07-23T00:45:41.755Z | Downloaded pbkdf2 v0.11.0 |
815 | 2025-07-23T00:45:41.779Z | Downloaded strum v0.26.3 |
816 | 2025-07-23T00:45:41.779Z | Downloaded float-cmp v0.10.0 |
817 | 2025-07-23T00:45:41.779Z | Downloaded flagset v0.4.6 |
818 | 2025-07-23T00:45:41.779Z | Downloaded serde_with_macros v3.14.0 |
819 | 2025-07-23T00:45:41.779Z | Downloaded peg-macros v0.8.5 |
820 | 2025-07-23T00:45:41.779Z | Downloaded getrandom v0.2.15 |
821 | 2025-07-23T00:45:41.779Z | Downloaded futures-sink v0.3.31 |
822 | 2025-07-23T00:45:41.779Z | Downloaded dropshot_endpoint v0.16.2 |
823 | 2025-07-23T00:45:41.779Z | Downloaded time v0.3.36 |
824 | 2025-07-23T00:45:41.779Z | Downloaded winnow v0.6.26 |
825 | 2025-07-23T00:45:41.804Z | Downloaded rustls v0.22.4 |
826 | 2025-07-23T00:45:41.804Z | Downloaded serde_repr v0.1.19 |
827 | 2025-07-23T00:45:41.804Z | Downloaded semver v0.1.20 |
828 | 2025-07-23T00:45:41.804Z | Downloaded pem-rfc7468 v0.7.0 |
829 | 2025-07-23T00:45:41.828Z | Downloaded pbkdf2 v0.12.2 |
830 | 2025-07-23T00:45:41.828Z | Downloaded russh-cryptovec v0.7.3 |
831 | 2025-07-23T00:45:41.829Z | Downloaded aws-lc-sys v0.26.0 |
832 | 2025-07-23T00:45:42.023Z | Downloaded ron v0.7.1 |
833 | 2025-07-23T00:45:42.047Z | Downloaded hyper-rustls v0.27.7 |
834 | 2025-07-23T00:45:42.047Z | Downloaded hickory-client v0.25.2 |
835 | 2025-07-23T00:45:42.047Z | Downloaded xshell-macros v0.2.7 |
836 | 2025-07-23T00:45:42.047Z | Downloaded winnow v0.5.40 |
837 | 2025-07-23T00:45:42.047Z | Downloaded sqlparser v0.45.0 |
838 | 2025-07-23T00:45:42.071Z | Downloaded resolv-conf v0.7.0 |
839 | 2025-07-23T00:45:42.071Z | Downloaded gimli v0.31.1 |
840 | 2025-07-23T00:45:42.071Z | Downloaded parking_lot_core v0.8.6 |
841 | 2025-07-23T00:45:42.071Z | Downloaded secrecy v0.10.3 |
842 | 2025-07-23T00:45:42.071Z | Downloaded peg-runtime v0.8.5 |
843 | 2025-07-23T00:45:42.072Z | Downloaded fxhash v0.2.1 |
844 | 2025-07-23T00:45:42.072Z | Downloaded dsl_auto_type v0.1.2 |
845 | 2025-07-23T00:45:42.072Z | Downloaded thiserror-no-std v2.0.2 |
846 | 2025-07-23T00:45:42.072Z | Downloaded termcolor v1.4.1 |
847 | 2025-07-23T00:45:42.072Z | Downloaded radium v0.7.0 |
848 | 2025-07-23T00:45:42.072Z | Downloaded hyper-tls v0.6.0 |
849 | 2025-07-23T00:45:42.096Z | Downloaded humantime v2.2.0 |
850 | 2025-07-23T00:45:42.096Z | Downloaded fd-lock v4.0.2 |
851 | 2025-07-23T00:45:42.097Z | Downloaded env_logger v0.11.5 |
852 | 2025-07-23T00:45:42.097Z | Downloaded tinyvec v1.8.0 |
853 | 2025-07-23T00:45:42.097Z | Downloaded publicsuffix v2.3.0 |
854 | 2025-07-23T00:45:42.097Z | Downloaded progenitor-impl v0.10.0 |
855 | 2025-07-23T00:45:42.097Z | Downloaded unicode-segmentation v1.12.0 |
856 | 2025-07-23T00:45:42.097Z | Downloaded p384 v0.13.0 |
857 | 2025-07-23T00:45:42.097Z | Downloaded rustls v0.23.19 |
858 | 2025-07-23T00:45:42.121Z | Downloaded diesel v2.2.11 |
859 | 2025-07-23T00:45:42.147Z | Downloaded tokio v1.45.1 |
860 | 2025-07-23T00:45:42.173Z | Downloaded slog v2.7.0 |
861 | 2025-07-23T00:45:42.197Z | Downloaded pem v3.0.5 |
862 | 2025-07-23T00:45:42.197Z | Downloaded rand v0.8.5 |
863 | 2025-07-23T00:45:42.197Z | Downloaded progenitor-impl v0.9.1 |
864 | 2025-07-23T00:45:42.197Z | Downloaded pretty_assertions v1.4.1 |
865 | 2025-07-23T00:45:42.197Z | Downloaded zip v4.2.0 |
866 | 2025-07-23T00:45:42.197Z | Downloaded rfc6979 v0.4.0 |
867 | 2025-07-23T00:45:42.197Z | Downloaded rayon v1.10.0 |
868 | 2025-07-23T00:45:42.222Z | Downloaded paste v1.0.15 |
869 | 2025-07-23T00:45:42.223Z | Downloaded term v0.7.0 |
870 | 2025-07-23T00:45:42.223Z | Downloaded tinyvec_macros v0.1.1 |
871 | 2025-07-23T00:45:42.223Z | Downloaded psl-types v2.0.11 |
872 | 2025-07-23T00:45:42.223Z | Downloaded progenitor-macro v0.9.1 |
873 | 2025-07-23T00:45:42.223Z | Downloaded pin-project-internal v1.1.6 |
874 | 2025-07-23T00:45:42.223Z | Downloaded pin-project v1.1.6 |
875 | 2025-07-23T00:45:42.249Z | Downloaded yansi v1.0.1 |
876 | 2025-07-23T00:45:42.249Z | Downloaded subtle v2.6.1 |
877 | 2025-07-23T00:45:42.249Z | Downloaded slog-term v2.9.1 |
878 | 2025-07-23T00:45:42.249Z | Downloaded futures-task v0.3.31 |
879 | 2025-07-23T00:45:42.249Z | Downloaded omicron-zone-package v0.12.2 |
880 | 2025-07-23T00:45:42.249Z | Downloaded hyper-staticfile v0.10.1 |
881 | 2025-07-23T00:45:42.249Z | Downloaded tiny-keccak v2.0.2 |
882 | 2025-07-23T00:45:42.249Z | Downloaded quick-error v1.2.3 |
883 | 2025-07-23T00:45:42.250Z | Downloaded qorb v0.4.0 |
884 | 2025-07-23T00:45:42.250Z | Downloaded progenitor-macro v0.10.0 |
885 | 2025-07-23T00:45:42.250Z | Downloaded phf_shared v0.11.2 |
886 | 2025-07-23T00:45:42.250Z | Downloaded cstr-argument v0.1.2 |
887 | 2025-07-23T00:45:42.250Z | Downloaded x509-cert v0.2.5 |
888 | 2025-07-23T00:45:42.274Z | Downloaded home v0.5.9 |
889 | 2025-07-23T00:45:42.274Z | Downloaded hkdf v0.12.4 |
890 | 2025-07-23T00:45:42.274Z | Downloaded scrypt v0.11.0 |
891 | 2025-07-23T00:45:42.274Z | Downloaded phf v0.12.1 |
892 | 2025-07-23T00:45:42.274Z | Downloaded zstd-safe v7.2.3 |
893 | 2025-07-23T00:45:42.274Z | Downloaded vte v0.11.1 |
894 | 2025-07-23T00:45:42.274Z | Downloaded vergen v8.3.2 |
895 | 2025-07-23T00:45:42.274Z | Downloaded unicode_categories v0.1.1 |
896 | 2025-07-23T00:45:42.274Z | Downloaded glob v0.3.2 |
897 | 2025-07-23T00:45:42.274Z | Downloaded env_filter v0.1.2 |
898 | 2025-07-23T00:45:42.274Z | Downloaded sct v0.7.1 |
899 | 2025-07-23T00:45:42.298Z | Downloaded chrono-tz v0.10.4 |
900 | 2025-07-23T00:45:42.298Z | Downloaded zstd v0.13.3 |
901 | 2025-07-23T00:45:42.299Z | Downloaded xz2 v0.1.7 |
902 | 2025-07-23T00:45:42.299Z | Downloaded xshell v0.2.7 |
903 | 2025-07-23T00:45:42.338Z | Downloaded wait-timeout v0.2.0 |
904 | 2025-07-23T00:45:42.338Z | Downloaded vsss-rs v3.3.4 |
905 | 2025-07-23T00:45:42.338Z | Downloaded enum-as-inner v0.6.1 |
906 | 2025-07-23T00:45:42.338Z | Downloaded ena v0.14.3 |
907 | 2025-07-23T00:45:42.338Z | Downloaded embedded-io v0.6.1 |
908 | 2025-07-23T00:45:42.338Z | Downloaded debug-ignore v1.0.5 |
909 | 2025-07-23T00:45:42.338Z | Downloaded data-encoding v2.9.0 |
910 | 2025-07-23T00:45:42.338Z | Downloaded whoami v1.5.2 |
911 | 2025-07-23T00:45:42.338Z | Downloaded xattr v1.3.1 |
912 | 2025-07-23T00:45:42.338Z | Downloaded wyz v0.5.1 |
913 | 2025-07-23T00:45:42.339Z | Downloaded waitgroup v0.1.2 |
914 | 2025-07-23T00:45:42.339Z | Downloaded unicode-truncate v1.1.0 |
915 | 2025-07-23T00:45:42.339Z | Downloaded sqlparser_derive v0.2.2 |
916 | 2025-07-23T00:45:42.339Z | Downloaded which v4.4.2 |
917 | 2025-07-23T00:45:42.339Z | Downloaded unicase v2.7.0 |
918 | 2025-07-23T00:45:42.339Z | Downloaded slog-stdlog v4.1.1 |
919 | 2025-07-23T00:45:42.339Z | Downloaded parking_lot_core v0.9.10 |
920 | 2025-07-23T00:45:42.339Z | Downloaded fallible-iterator v0.2.0 |
921 | 2025-07-23T00:45:42.339Z | Downloaded time-macros v0.2.18 |
922 | 2025-07-23T00:45:42.339Z | Downloaded pin-project-lite v0.2.14 |
923 | 2025-07-23T00:45:42.339Z | Downloaded crunchy v0.2.2 |
924 | 2025-07-23T00:45:42.339Z | Downloaded unicode-properties v0.1.3 |
925 | 2025-07-23T00:45:42.339Z | Downloaded similar v2.7.0 |
926 | 2025-07-23T00:45:42.364Z | Downloaded progenitor-macro v0.8.0 |
927 | 2025-07-23T00:45:42.364Z | Downloaded phf v0.11.2 |
928 | 2025-07-23T00:45:42.364Z | Downloaded void v1.0.2 |
929 | 2025-07-23T00:45:42.364Z | Downloaded spin v0.9.8 |
930 | 2025-07-23T00:45:42.364Z | Downloaded rand_seeder v0.3.0 |
931 | 2025-07-23T00:45:42.364Z | Downloaded hickory-server v0.25.2 |
932 | 2025-07-23T00:45:42.364Z | Downloaded smallvec v0.6.14 |
933 | 2025-07-23T00:45:42.364Z | Downloaded hickory-resolver v0.25.2 |
934 | 2025-07-23T00:45:42.364Z | Downloaded snafu-derive v0.8.5 |
935 | 2025-07-23T00:45:42.364Z | Downloaded signal-hook-mio v0.2.4 |
936 | 2025-07-23T00:45:42.364Z | Downloaded progenitor-client v0.9.1 |
937 | 2025-07-23T00:45:42.364Z | Downloaded tabled_derive v0.10.0 |
938 | 2025-07-23T00:45:42.388Z | Downloaded supports-color v3.0.2 |
939 | 2025-07-23T00:45:42.388Z | Downloaded support-bundle-viewer v0.1.2 |
940 | 2025-07-23T00:45:42.388Z | Downloaded reedline v0.40.0 |
941 | 2025-07-23T00:45:42.388Z | Downloaded siphasher v1.0.1 |
942 | 2025-07-23T00:45:42.389Z | Downloaded sigpipe v0.1.3 |
943 | 2025-07-23T00:45:42.389Z | Downloaded hickory-resolver v0.24.4 |
944 | 2025-07-23T00:45:42.389Z | Downloaded git2 v0.19.0 |
945 | 2025-07-23T00:45:42.413Z | Downloaded slog-scope v4.4.0 |
946 | 2025-07-23T00:45:42.413Z | Downloaded slog-json v2.6.1 |
947 | 2025-07-23T00:45:42.413Z | Downloaded slog-envlogger v2.2.0 |
948 | 2025-07-23T00:45:42.413Z | Downloaded shlex v1.3.0 |
949 | 2025-07-23T00:45:42.413Z | Downloaded shell-words v1.1.0 |
950 | 2025-07-23T00:45:42.413Z | Downloaded serde_derive_internals v0.29.1 |
951 | 2025-07-23T00:45:42.414Z | Downloaded serde_cbor v0.11.2 |
952 | 2025-07-23T00:45:42.414Z | Downloaded managed v0.8.0 |
953 | 2025-07-23T00:45:42.415Z | Downloaded smf v0.2.3 |
954 | 2025-07-23T00:45:42.415Z | Downloaded siphasher v0.3.11 |
955 | 2025-07-23T00:45:42.415Z | Downloaded signature v2.2.0 |
956 | 2025-07-23T00:45:42.415Z | Downloaded signal-hook-tokio v0.3.1 |
957 | 2025-07-23T00:45:42.415Z | Downloaded signal-hook-registry v1.4.2 |
958 | 2025-07-23T00:45:42.415Z | Downloaded rand_core v0.9.2 |
959 | 2025-07-23T00:45:42.415Z | Downloaded progenitor v0.9.1 |
960 | 2025-07-23T00:45:42.439Z | Downloaded proc-macro-error-attr2 v2.0.0 |
961 | 2025-07-23T00:45:42.439Z | Downloaded p256 v0.13.2 |
962 | 2025-07-23T00:45:42.439Z | Downloaded rand_chacha v0.3.1 |
963 | 2025-07-23T00:45:42.439Z | Downloaded proc-macro-error2 v2.0.1 |
964 | 2025-07-23T00:45:42.439Z | Downloaded owo-colors v4.2.2 |
965 | 2025-07-23T00:45:42.439Z | Downloaded highway v1.3.0 |
966 | 2025-07-23T00:45:42.439Z | Downloaded endian-type v0.1.2 |
967 | 2025-07-23T00:45:42.439Z | Downloaded darling_core v0.21.0 |
968 | 2025-07-23T00:45:42.439Z | Downloaded parse-display-derive v0.10.0 |
969 | 2025-07-23T00:45:42.439Z | Downloaded parse-display v0.10.0 |
970 | 2025-07-23T00:45:42.440Z | Downloaded rand_chacha v0.9.0 |
971 | 2025-07-23T00:45:42.440Z | Downloaded progenitor v0.10.0 |
972 | 2025-07-23T00:45:42.464Z | Downloaded proc-macro-crate v1.3.1 |
973 | 2025-07-23T00:45:42.464Z | Downloaded primeorder v0.13.6 |
974 | 2025-07-23T00:45:42.464Z | Downloaded prettyplease v0.2.35 |
975 | 2025-07-23T00:45:42.464Z | Downloaded oxide-tokio-rt v0.1.2 |
976 | 2025-07-23T00:45:42.465Z | Downloaded pretty-hex v0.2.1 |
977 | 2025-07-23T00:45:42.465Z | Downloaded num-complex v0.4.6 |
978 | 2025-07-23T00:45:42.465Z | Downloaded memmap2 v0.9.5 |
979 | 2025-07-23T00:45:42.465Z | Downloaded litrs v0.4.1 |
980 | 2025-07-23T00:45:42.465Z | Downloaded jobserver v0.1.32 |
981 | 2025-07-23T00:45:42.465Z | Downloaded progenitor v0.8.0 |
982 | 2025-07-23T00:45:42.465Z | Downloaded embedded-io v0.4.0 |
983 | 2025-07-23T00:45:42.466Z | Downloaded either v1.15.0 |
984 | 2025-07-23T00:45:42.466Z | Downloaded ed25519 v2.2.3 |
985 | 2025-07-23T00:45:42.466Z | Downloaded darling_macro v0.21.0 |
986 | 2025-07-23T00:45:42.490Z | Downloaded zone_cfg_derive v0.3.0 |
987 | 2025-07-23T00:45:42.490Z | Downloaded zone v0.1.8 |
988 | 2025-07-23T00:45:42.490Z | Downloaded walkdir v2.5.0 |
989 | 2025-07-23T00:45:42.490Z | Downloaded tokio-tungstenite v0.21.0 |
990 | 2025-07-23T00:45:42.490Z | Downloaded strum_macros v0.27.1 |
991 | 2025-07-23T00:45:42.490Z | Downloaded strum_macros v0.26.4 |
992 | 2025-07-23T00:45:42.490Z | Downloaded slog-dtrace v0.3.0 |
993 | 2025-07-23T00:45:42.490Z | Downloaded slog-bunyan v2.5.0 |
994 | 2025-07-23T00:45:42.490Z | Downloaded rustls-pemfile v1.0.4 |
995 | 2025-07-23T00:45:42.490Z | Downloaded prefix-trie v0.7.0 |
996 | 2025-07-23T00:45:42.490Z | Downloaded postgres-protocol v0.6.8 |
997 | 2025-07-23T00:45:42.490Z | Downloaded postcard v1.0.10 |
998 | 2025-07-23T00:45:42.490Z | Downloaded pkg-config v0.3.31 |
999 | 2025-07-23T00:45:42.490Z | Downloaded pkcs5 v0.7.1 |
1000 | 2025-07-23T00:45:42.515Z | Downloaded pkcs1 v0.7.5 |
1001 | 2025-07-23T00:45:42.515Z | Downloaded http v1.3.1 |
1002 | 2025-07-23T00:45:42.515Z | Downloaded zerocopy-derive v0.6.6 |
1003 | 2025-07-23T00:45:42.515Z | Downloaded oxnet v0.1.2 |
1004 | 2025-07-23T00:45:42.515Z | Downloaded darling_macro v0.20.10 |
1005 | 2025-07-23T00:45:42.515Z | Downloaded zone_cfg_derive v0.1.2 |
1006 | 2025-07-23T00:45:42.515Z | Downloaded want v0.3.1 |
1007 | 2025-07-23T00:45:42.515Z | Downloaded unarray v0.1.4 |
1008 | 2025-07-23T00:45:42.539Z | Downloaded typify-macro v0.4.1 |
1009 | 2025-07-23T00:45:42.539Z | Downloaded typify-macro v0.2.0 |
1010 | 2025-07-23T00:45:42.539Z | Downloaded strum_macros v0.24.3 |
1011 | 2025-07-23T00:45:42.540Z | Downloaded sha1 v0.10.6 |
1012 | 2025-07-23T00:45:42.540Z | Downloaded scopeguard v1.2.0 |
1013 | 2025-07-23T00:45:42.540Z | Downloaded rustls-native-certs v0.8.1 |
1014 | 2025-07-23T00:45:42.540Z | Downloaded ref-cast v1.0.24 |
1015 | 2025-07-23T00:45:42.540Z | Downloaded predicates-core v1.0.8 |
1016 | 2025-07-23T00:45:42.540Z | Downloaded predicates v3.1.3 |
1017 | 2025-07-23T00:45:42.540Z | Downloaded ppv-lite86 v0.2.20 |
1018 | 2025-07-23T00:45:42.540Z | Downloaded powerfmt v0.2.0 |
1019 | 2025-07-23T00:45:42.540Z | Downloaded poly1305 v0.8.0 |
1020 | 2025-07-23T00:45:42.540Z | Downloaded pkcs8 v0.10.2 |
1021 | 2025-07-23T00:45:42.566Z | Downloaded pin-utils v0.1.0 |
1022 | 2025-07-23T00:45:42.566Z | Downloaded parking_lot v0.12.3 |
1023 | 2025-07-23T00:45:42.566Z | Downloaded papergrid v0.14.0 |
1024 | 2025-07-23T00:45:42.566Z | Downloaded packed_struct_codegen v0.10.1 |
1025 | 2025-07-23T00:45:42.566Z | Downloaded hubpack v0.1.2 |
1026 | 2025-07-23T00:45:42.566Z | Downloaded httparse v1.9.5 |
1027 | 2025-07-23T00:45:42.566Z | Downloaded futures-io v0.3.31 |
1028 | 2025-07-23T00:45:42.567Z | Downloaded display-error-chain v0.2.2 |
1029 | 2025-07-23T00:45:42.567Z | Downloaded regex-automata v0.4.8 |
1030 | 2025-07-23T00:45:42.591Z | Downloaded num-rational v0.4.2 |
1031 | 2025-07-23T00:45:42.591Z | Downloaded num-integer v0.1.46 |
1032 | 2025-07-23T00:45:42.591Z | Downloaded nu-ansi-term v0.50.1 |
1033 | 2025-07-23T00:45:42.591Z | Downloaded libloading v0.8.5 |
1034 | 2025-07-23T00:45:42.591Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
1035 | 2025-07-23T00:45:42.615Z | Downloaded polyval v0.6.2 |
1036 | 2025-07-23T00:45:42.616Z | Downloaded packed_struct v0.10.1 |
1037 | 2025-07-23T00:45:42.616Z | Downloaded hostname v0.4.0 |
1038 | 2025-07-23T00:45:42.616Z | Downloaded hostname v0.3.1 |
1039 | 2025-07-23T00:45:42.616Z | Downloaded futures-executor v0.3.31 |
1040 | 2025-07-23T00:45:42.616Z | Downloaded futures-core v0.3.31 |
1041 | 2025-07-23T00:45:42.616Z | Downloaded futures v0.3.31 |
1042 | 2025-07-23T00:45:42.616Z | Downloaded funty v2.0.0 |
1043 | 2025-07-23T00:45:42.616Z | Downloaded fs_extra v1.3.0 |
1044 | 2025-07-23T00:45:42.616Z | Downloaded fs-err v2.11.0 |
1045 | 2025-07-23T00:45:42.616Z | Downloaded diff v0.1.13 |
1046 | 2025-07-23T00:45:42.640Z | Downloaded diesel-dtrace v0.4.2 |
1047 | 2025-07-23T00:45:42.640Z | Downloaded zerocopy v0.8.26 |
1048 | 2025-07-23T00:45:42.666Z | Downloaded tokio-native-tls v0.3.1 |
1049 | 2025-07-23T00:45:42.666Z | Downloaded tokio-macros v2.5.0 |
1050 | 2025-07-23T00:45:42.666Z | Downloaded structmeta-derive v0.3.0 |
1051 | 2025-07-23T00:45:42.666Z | Downloaded mime_guess v2.0.5 |
1052 | 2025-07-23T00:45:42.666Z | Downloaded httpdate v1.0.3 |
1053 | 2025-07-23T00:45:42.666Z | Downloaded http-range v0.1.5 |
1054 | 2025-07-23T00:45:42.666Z | Downloaded http-body-util v0.1.3 |
1055 | 2025-07-23T00:45:42.666Z | Downloaded foreign-types-shared v0.1.1 |
1056 | 2025-07-23T00:45:42.666Z | Downloaded foreign-types-macros v0.2.3 |
1057 | 2025-07-23T00:45:42.666Z | Downloaded dirs-sys-next v0.1.2 |
1058 | 2025-07-23T00:45:42.666Z | Downloaded diesel_table_macro_syntax v0.2.0 |
1059 | 2025-07-23T00:45:42.666Z | Downloaded derive_more v0.99.20 |
1060 | 2025-07-23T00:45:42.666Z | Downloaded structmeta v0.3.0 |
1061 | 2025-07-23T00:45:42.667Z | Downloaded slab v0.4.9 |
1062 | 2025-07-23T00:45:42.667Z | Downloaded serde_plain v1.0.2 |
1063 | 2025-07-23T00:45:42.692Z | Downloaded serde_path_to_error v0.1.17 |
1064 | 2025-07-23T00:45:42.692Z | Downloaded polar-core v0.27.3 |
1065 | 2025-07-23T00:45:42.692Z | Downloaded dirs-next v2.0.0 |
1066 | 2025-07-23T00:45:42.693Z | Downloaded derive_builder_macro v0.20.2 |
1067 | 2025-07-23T00:45:42.693Z | Downloaded derive_builder_core v0.20.2 |
1068 | 2025-07-23T00:45:42.693Z | Downloaded derive_builder v0.20.2 |
1069 | 2025-07-23T00:45:42.693Z | Downloaded derive-where v1.5.0 |
1070 | 2025-07-23T00:45:42.693Z | Downloaded derive-ex v0.1.8 |
1071 | 2025-07-23T00:45:42.693Z | Downloaded daft-derive v0.1.4 |
1072 | 2025-07-23T00:45:42.717Z | Downloaded lzss v0.8.2 |
1073 | 2025-07-23T00:45:42.717Z | Downloaded zone v0.3.1 |
1074 | 2025-07-23T00:45:42.717Z | Downloaded parse-size v1.1.0 |
1075 | 2025-07-23T00:45:42.717Z | Downloaded deranged v0.3.11 |
1076 | 2025-07-23T00:45:42.717Z | Downloaded curve25519-dalek-derive v0.1.1 |
1077 | 2025-07-23T00:45:42.717Z | Downloaded schemars_derive v0.8.22 |
1078 | 2025-07-23T00:45:42.717Z | Downloaded native-tls v0.2.12 |
1079 | 2025-07-23T00:45:42.718Z | Downloaded nanorand v0.7.0 |
1080 | 2025-07-23T00:45:42.718Z | Downloaded bstr v1.10.0 |
1081 | 2025-07-23T00:45:42.745Z | Downloaded zip v0.6.6 |
1082 | 2025-07-23T00:45:42.745Z | Downloaded zerocopy v0.6.6 |
1083 | 2025-07-23T00:45:42.745Z | Downloaded value-bag v1.9.0 |
1084 | 2025-07-23T00:45:42.745Z | Downloaded regex-syntax v0.6.29 |
1085 | 2025-07-23T00:45:42.745Z | Downloaded num_enum_derive v0.5.11 |
1086 | 2025-07-23T00:45:42.745Z | Downloaded multimap v0.10.1 |
1087 | 2025-07-23T00:45:42.745Z | Downloaded regex v1.11.1 |
1088 | 2025-07-23T00:45:42.770Z | Downloaded libz-rs-sys v0.5.1 |
1089 | 2025-07-23T00:45:42.770Z | Downloaded tokio-tungstenite v0.23.1 |
1090 | 2025-07-23T00:45:42.770Z | Downloaded darling v0.20.10 |
1091 | 2025-07-23T00:45:42.770Z | Downloaded uuid v1.17.0 |
1092 | 2025-07-23T00:45:42.770Z | Downloaded unsafe-libyaml v0.2.11 |
1093 | 2025-07-23T00:45:42.770Z | Downloaded try-lock v0.2.5 |
1094 | 2025-07-23T00:45:42.796Z | Downloaded olpc-cjson v0.1.4 |
1095 | 2025-07-23T00:45:42.796Z | Downloaded num-iter v0.1.45 |
1096 | 2025-07-23T00:45:42.798Z | Downloaded num-derive v0.4.2 |
1097 | 2025-07-23T00:45:42.798Z | Downloaded num-derive v0.3.3 |
1098 | 2025-07-23T00:45:42.798Z | Downloaded num v0.4.3 |
1099 | 2025-07-23T00:45:42.798Z | Downloaded lalrpop-util v0.19.12 |
1100 | 2025-07-23T00:45:42.798Z | Downloaded hubpack_derive v0.1.1 |
1101 | 2025-07-23T00:45:42.798Z | Downloaded zerocopy-derive v0.8.26 |
1102 | 2025-07-23T00:45:42.798Z | Downloaded num_threads v0.1.7 |
1103 | 2025-07-23T00:45:42.798Z | Downloaded lockfree-object-pool v0.1.6 |
1104 | 2025-07-23T00:45:42.798Z | Downloaded uzers v0.12.1 |
1105 | 2025-07-23T00:45:42.798Z | Downloaded tracing v0.1.40 |
1106 | 2025-07-23T00:45:42.823Z | Downloaded test-strategy v0.4.3 |
1107 | 2025-07-23T00:45:42.823Z | Downloaded bitvec v1.0.1 |
1108 | 2025-07-23T00:45:42.823Z | Downloaded unit-prefix v0.5.1 |
1109 | 2025-07-23T00:45:42.823Z | Downloaded sync_wrapper v1.0.1 |
1110 | 2025-07-23T00:45:42.823Z | Downloaded strip-ansi-escapes v0.2.0 |
1111 | 2025-07-23T00:45:42.823Z | Downloaded chrono v0.4.41 |
1112 | 2025-07-23T00:45:42.853Z | Downloaded predicates-tree v1.0.12 |
1113 | 2025-07-23T00:45:42.853Z | Downloaded zeroize v1.8.1 |
1114 | 2025-07-23T00:45:42.853Z | Downloaded untrusted v0.9.0 |
1115 | 2025-07-23T00:45:42.853Z | Downloaded tracing-attributes v0.1.27 |
1116 | 2025-07-23T00:45:42.853Z | Downloaded ipnet v2.11.0 |
1117 | 2025-07-23T00:45:42.853Z | Downloaded nodrop v0.1.14 |
1118 | 2025-07-23T00:45:42.853Z | Downloaded memoffset v0.9.1 |
1119 | 2025-07-23T00:45:42.853Z | Downloaded linked-hash-map v0.5.6 |
1120 | 2025-07-23T00:45:42.853Z | Downloaded bindgen v0.71.1 |
1121 | 2025-07-23T00:45:42.853Z | Downloaded diesel_derives v2.2.3 |
1122 | 2025-07-23T00:45:42.853Z | Downloaded utf-8 v0.7.6 |
1123 | 2025-07-23T00:45:42.878Z | Downloaded tower-layer v0.3.3 |
1124 | 2025-07-23T00:45:42.878Z | Downloaded newtype-uuid v1.2.4 |
1125 | 2025-07-23T00:45:42.878Z | Downloaded mime v0.3.17 |
1126 | 2025-07-23T00:45:42.878Z | Downloaded md-5 v0.10.6 |
1127 | 2025-07-23T00:45:42.878Z | Downloaded maybe-uninit v2.0.0 |
1128 | 2025-07-23T00:45:42.878Z | Downloaded indexmap v1.9.3 |
1129 | 2025-07-23T00:45:42.878Z | Downloaded rpassword v7.4.0 |
1130 | 2025-07-23T00:45:42.878Z | Downloaded newtype_derive v0.1.6 |
1131 | 2025-07-23T00:45:42.878Z | Downloaded maplit v1.0.2 |
1132 | 2025-07-23T00:45:42.878Z | Downloaded lru-cache v0.1.2 |
1133 | 2025-07-23T00:45:42.878Z | Downloaded lru v0.12.5 |
1134 | 2025-07-23T00:45:42.878Z | Downloaded ipnetwork v0.21.1 |
1135 | 2025-07-23T00:45:42.878Z | Downloaded termtree v0.5.1 |
1136 | 2025-07-23T00:45:42.878Z | Downloaded multer v3.1.0 |
1137 | 2025-07-23T00:45:42.878Z | Downloaded libefi-sys v0.1.0 |
1138 | 2025-07-23T00:45:42.878Z | Downloaded match_cfg v0.1.0 |
1139 | 2025-07-23T00:45:42.878Z | Downloaded des v0.8.1 |
1140 | 2025-07-23T00:45:42.878Z | Downloaded darling v0.21.0 |
1141 | 2025-07-23T00:45:42.905Z | Downloaded iddqd v0.3.9 |
1142 | 2025-07-23T00:45:42.905Z | Downloaded yasna v0.5.2 |
1143 | 2025-07-23T00:45:42.905Z | Downloaded stringprep v0.1.5 |
1144 | 2025-07-23T00:45:42.905Z | Downloaded number_prefix v0.4.0 |
1145 | 2025-07-23T00:45:42.905Z | Downloaded hashbrown v0.13.2 |
1146 | 2025-07-23T00:45:42.905Z | Downloaded blake3 v1.5.4 |
1147 | 2025-07-23T00:45:42.929Z | Downloaded zeroize_derive v1.4.2 |
1148 | 2025-07-23T00:45:42.929Z | Downloaded tungstenite v0.21.0 |
1149 | 2025-07-23T00:45:42.929Z | Downloaded tracing-core v0.1.32 |
1150 | 2025-07-23T00:45:42.930Z | Downloaded tls_codec_derive v0.4.1 |
1151 | 2025-07-23T00:45:42.930Z | Downloaded tap v1.0.1 |
1152 | 2025-07-23T00:45:42.930Z | Downloaded simd-adler32 v0.3.7 |
1153 | 2025-07-23T00:45:42.931Z | Downloaded serde_bytes v0.11.17 |
1154 | 2025-07-23T00:45:42.931Z | Downloaded serde-hex v0.1.0 |
1155 | 2025-07-23T00:45:42.931Z | Downloaded rustls-pki-types v1.10.0 |
1156 | 2025-07-23T00:45:42.931Z | Downloaded rustc-hash v1.1.0 |
1157 | 2025-07-23T00:45:42.932Z | Downloaded ron v0.8.1 |
1158 | 2025-07-23T00:45:42.957Z | Downloaded newline-converter v0.3.0 |
1159 | 2025-07-23T00:45:42.957Z | Downloaded ignore v0.4.23 |
1160 | 2025-07-23T00:45:42.957Z | Downloaded heapless v0.8.0 |
1161 | 2025-07-23T00:45:42.957Z | Downloaded heapless v0.7.17 |
1162 | 2025-07-23T00:45:42.957Z | Downloaded headers v0.4.1 |
1163 | 2025-07-23T00:45:42.957Z | Downloaded hashbrown v0.12.3 |
1164 | 2025-07-23T00:45:42.957Z | Downloaded crossterm v0.28.1 |
1165 | 2025-07-23T00:45:42.981Z | Downloaded cc v1.2.30 |
1166 | 2025-07-23T00:45:42.981Z | Downloaded sync-ptr v0.1.4 |
1167 | 2025-07-23T00:45:42.981Z | Downloaded slog-async v2.8.0 |
1168 | 2025-07-23T00:45:42.981Z | Downloaded serde-big-array v0.5.1 |
1169 | 2025-07-23T00:45:42.981Z | Downloaded sec1 v0.7.3 |
1170 | 2025-07-23T00:45:42.981Z | Downloaded rustls-pemfile v2.2.0 |
1171 | 2025-07-23T00:45:42.981Z | Downloaded normalize-line-endings v0.3.0 |
1172 | 2025-07-23T00:45:42.981Z | Downloaded new_debug_unreachable v1.0.6 |
1173 | 2025-07-23T00:45:42.981Z | Downloaded libsw v3.5.0 |
1174 | 2025-07-23T00:45:42.981Z | Downloaded keccak v0.1.5 |
1175 | 2025-07-23T00:45:42.981Z | Downloaded rustc-hash v2.1.1 |
1176 | 2025-07-23T00:45:42.982Z | Downloaded rustc-demangle v0.1.24 |
1177 | 2025-07-23T00:45:42.982Z | Downloaded linear-map v1.2.0 |
1178 | 2025-07-23T00:45:42.982Z | Downloaded ingot v0.1.1 |
1179 | 2025-07-23T00:45:43.006Z | Downloaded iana-time-zone v0.1.63 |
1180 | 2025-07-23T00:45:43.006Z | Downloaded half v2.4.1 |
1181 | 2025-07-23T00:45:43.006Z | Downloaded half v1.8.3 |
1182 | 2025-07-23T00:45:43.006Z | Downloaded cookie v0.18.1 |
1183 | 2025-07-23T00:45:43.006Z | Downloaded const_format v0.2.34 |
1184 | 2025-07-23T00:45:43.006Z | Downloaded jiff-static v0.2.15 |
1185 | 2025-07-23T00:45:43.006Z | Downloaded hex-literal v0.4.1 |
1186 | 2025-07-23T00:45:43.006Z | Downloaded hex v0.4.3 |
1187 | 2025-07-23T00:45:43.006Z | Downloaded crossbeam-utils v0.8.21 |
1188 | 2025-07-23T00:45:43.006Z | Downloaded critical-section v1.1.3 |
1189 | 2025-07-23T00:45:43.032Z | Downloaded crc-any v2.5.0 |
1190 | 2025-07-23T00:45:43.032Z | Downloaded const_format_proc_macros v0.2.34 |
1191 | 2025-07-23T00:45:43.032Z | Downloaded bit-vec v0.8.0 |
1192 | 2025-07-23T00:45:43.032Z | Downloaded async-bb8-diesel v0.2.1 |
1193 | 2025-07-23T00:45:43.032Z | Downloaded arrayvec v0.7.6 |
1194 | 2025-07-23T00:45:43.033Z | Downloaded arrayref v0.3.9 |
1195 | 2025-07-23T00:45:43.033Z | Downloaded thiserror-impl-no-std v2.0.2 |
1196 | 2025-07-23T00:45:43.033Z | Downloaded termios v0.3.3 |
1197 | 2025-07-23T00:45:43.033Z | Downloaded num-conv v0.1.0 |
1198 | 2025-07-23T00:45:43.033Z | Downloaded ident_case v1.0.1 |
1199 | 2025-07-23T00:45:43.033Z | Downloaded hash32 v0.3.1 |
1200 | 2025-07-23T00:45:43.033Z | Downloaded crc32fast v1.4.2 |
1201 | 2025-07-23T00:45:43.033Z | Downloaded console v0.16.0 |
1202 | 2025-07-23T00:45:43.057Z | Downloaded console v0.15.10 |
1203 | 2025-07-23T00:45:43.057Z | Downloaded colored v2.2.0 |
1204 | 2025-07-23T00:45:43.057Z | Downloaded cexpr v0.6.0 |
1205 | 2025-07-23T00:45:43.057Z | Downloaded cargo-platform v0.1.8 |
1206 | 2025-07-23T00:45:43.057Z | Downloaded bumpalo v3.16.0 |
1207 | 2025-07-23T00:45:43.058Z | Downloaded buf-list v1.0.3 |
1208 | 2025-07-23T00:45:43.058Z | Downloaded async-trait v0.1.88 |
1209 | 2025-07-23T00:45:43.058Z | Downloaded ascii-canvas v3.0.0 |
1210 | 2025-07-23T00:45:43.059Z | Downloaded array-init v0.0.4 |
1211 | 2025-07-23T00:45:43.059Z | Downloaded compact_str v0.8.0 |
1212 | 2025-07-23T00:45:43.059Z | Downloaded cassowary v0.3.0 |
1213 | 2025-07-23T00:45:43.059Z | Downloaded bytes v1.10.1 |
1214 | 2025-07-23T00:45:43.084Z | Downloaded bitfield-struct v0.6.2 |
1215 | 2025-07-23T00:45:43.084Z | Downloaded constant_time_eq v0.3.1 |
1216 | 2025-07-23T00:45:43.084Z | Downloaded const-oid v0.9.6 |
1217 | 2025-07-23T00:45:43.084Z | Downloaded clang-sys v1.8.1 |
1218 | 2025-07-23T00:45:43.084Z | Downloaded cfg_aliases v0.1.1 |
1219 | 2025-07-23T00:45:43.084Z | Downloaded blake2 v0.10.6 |
1220 | 2025-07-23T00:45:43.084Z | Downloaded base64 v0.22.1 |
1221 | 2025-07-23T00:45:43.084Z | Downloaded async-stream-impl v0.3.6 |
1222 | 2025-07-23T00:45:43.084Z | Downloaded crc v3.2.1 |
1223 | 2025-07-23T00:45:43.084Z | Downloaded ciborium-io v0.2.2 |
1224 | 2025-07-23T00:45:43.084Z | Downloaded chacha20 v0.9.1 |
1225 | 2025-07-23T00:45:43.084Z | Downloaded block-padding v0.3.3 |
1226 | 2025-07-23T00:45:43.087Z | Downloaded bitfield v0.14.0 |
1227 | 2025-07-23T00:45:43.087Z | Downloaded bit-set v0.5.3 |
1228 | 2025-07-23T00:45:43.087Z | Downloaded async-stream v0.3.6 |
1229 | 2025-07-23T00:45:43.112Z | Downloaded async-recursion v1.1.1 |
1230 | 2025-07-23T00:45:43.112Z | Downloaded assert_matches v1.5.0 |
1231 | 2025-07-23T00:45:43.112Z | Downloaded crossbeam-channel v0.5.15 |
1232 | 2025-07-23T00:45:43.112Z | Downloaded cookie_store v0.21.1 |
1233 | 2025-07-23T00:45:43.112Z | Downloaded cobs v0.2.3 |
1234 | 2025-07-23T00:45:43.112Z | Downloaded cipher v0.4.4 |
1235 | 2025-07-23T00:45:43.112Z | Downloaded cbc v0.1.2 |
1236 | 2025-07-23T00:45:43.112Z | Downloaded castaway v0.2.3 |
1237 | 2025-07-23T00:45:43.112Z | Downloaded bzip2 v0.5.2 |
1238 | 2025-07-23T00:45:43.112Z | Downloaded aws-lc-rs v1.12.4 |
1239 | 2025-07-23T00:45:43.137Z | Downloaded instability v0.3.2 |
1240 | 2025-07-23T00:45:43.137Z | Downloaded indent_write v2.2.0 |
1241 | 2025-07-23T00:45:43.137Z | Downloaded convert_case v0.4.0 |
1242 | 2025-07-23T00:45:43.137Z | Downloaded bitflags v1.3.2 |
1243 | 2025-07-23T00:45:43.137Z | Downloaded base64 v0.21.7 |
1244 | 2025-07-23T00:45:43.137Z | Downloaded bindgen v0.69.5 |
1245 | 2025-07-23T00:45:43.137Z | Downloaded bb8 v0.8.5 |
1246 | 2025-07-23T00:45:43.137Z | Downloaded backtrace v0.3.74 |
1247 | 2025-07-23T00:45:43.161Z | Downloaded aes-gcm v0.10.3 |
1248 | 2025-07-23T00:45:43.162Z | Downloaded is-terminal v0.4.13 |
1249 | 2025-07-23T00:45:43.162Z | Downloaded ingot-macros v0.1.1 |
1250 | 2025-07-23T00:45:43.162Z | Downloaded atomic-waker v1.1.2 |
1251 | 2025-07-23T00:45:43.162Z | Downloaded lazy_static v1.5.0 |
1252 | 2025-07-23T00:45:43.162Z | Downloaded inout v0.1.3 |
1253 | 2025-07-23T00:45:43.164Z | Downloaded indoc v2.0.6 |
1254 | 2025-07-23T00:45:43.164Z | Downloaded indicatif v0.18.0 |
1255 | 2025-07-23T00:45:43.164Z | Downloaded kstat-rs v0.2.4 |
1256 | 2025-07-23T00:45:43.164Z | Downloaded instant v0.1.13 |
1257 | 2025-07-23T00:45:43.164Z | Downloaded indoc v1.0.9 |
1258 | 2025-07-23T00:45:43.164Z | Downloaded ingot-types v0.1.2 |
1259 | 2025-07-23T00:45:43.189Z | Downloaded indicatif v0.17.11 |
1260 | 2025-07-23T00:45:43.189Z | Downloaded crucible-workspace-hack v0.1.0 |
1261 | 2025-07-23T00:45:43.189Z | Downloaded ciborium v0.2.2 |
1262 | 2025-07-23T00:45:43.189Z | Downloaded bit-set v0.8.0 |
1263 | 2025-07-23T00:45:43.189Z | Downloaded base64 v0.13.1 |
1264 | 2025-07-23T00:45:43.189Z | Downloaded impl-trait-for-tuples v0.2.2 |
1265 | 2025-07-23T00:45:43.190Z | Downloaded aes v0.8.4 |
1266 | 2025-07-23T00:45:43.190Z | Downloaded adler2 v2.0.0 |
1267 | 2025-07-23T00:45:43.190Z | Downloaded aho-corasick v1.1.3 |
1268 | 2025-07-23T00:45:43.190Z | Downloaded addr2line v0.24.2 |
1269 | 2025-07-23T00:45:43.214Z | Downloaded argon2 v0.5.3 |
1270 | 2025-07-23T00:45:43.214Z | Downloaded base16ct v0.2.0 |
1271 | 2025-07-23T00:45:43.214Z | Downloaded backoff v0.4.0 |
1272 | 2025-07-23T00:45:43.214Z | Downloaded allocator-api2 v0.2.21 |
1273 | 2025-07-23T00:45:43.214Z | Downloaded ahash v0.8.11 |
1274 | 2025-07-23T00:45:43.214Z | Downloaded aead v0.5.2 |
1275 | 2025-07-23T00:45:43.215Z | Downloaded crc8 v0.1.1 |
1276 | 2025-07-23T00:45:43.215Z | Downloaded cmake v0.1.51 |
1277 | 2025-07-23T00:45:43.215Z | Downloaded ciborium-ll v0.2.2 |
1278 | 2025-07-23T00:45:43.215Z | Downloaded cargo_metadata v0.18.1 |
1279 | 2025-07-23T00:45:43.215Z | Downloaded camino-tempfile-ext v0.3.2 |
1280 | 2025-07-23T00:45:43.215Z | Downloaded bzip2 v0.4.4 |
1281 | 2025-07-23T00:45:43.216Z | Downloaded blowfish v0.9.1 |
1282 | 2025-07-23T00:45:43.216Z | Downloaded bit-vec v0.6.3 |
1283 | 2025-07-23T00:45:43.216Z | Downloaded bcs v0.1.6 |
1284 | 2025-07-23T00:45:43.240Z | Downloaded bcrypt-pbkdf v0.10.0 |
1285 | 2025-07-23T00:45:43.240Z | Downloaded base64ct v1.6.0 |
1286 | 2025-07-23T00:45:43.240Z | Downloaded atty v0.2.14 |
1287 | 2025-07-23T00:45:43.372Z | Compiling value-bag v1.9.0 |
1288 | 2025-07-23T00:45:43.372Z | Compiling shlex v1.3.0 |
1289 | 2025-07-23T00:45:43.372Z | Compiling lock_api v0.4.12 |
1290 | 2025-07-23T00:45:43.399Z | Compiling scopeguard v1.2.0 |
1291 | 2025-07-23T00:45:43.399Z | Compiling typenum v1.17.0 |
1292 | 2025-07-23T00:45:43.399Z | Compiling generic-array v0.14.7 |
1293 | 2025-07-23T00:45:43.399Z | Compiling syn v2.0.104 |
1294 | 2025-07-23T00:45:43.399Z | Compiling getrandom v0.2.15 |
1295 | 2025-07-23T00:45:43.650Z | Compiling jobserver v0.1.32 |
1296 | 2025-07-23T00:45:43.734Z | Compiling rand_core v0.6.4 |
1297 | 2025-07-23T00:45:43.836Z | Compiling log v0.4.27 |
1298 | 2025-07-23T00:45:43.883Z | Compiling smallvec v1.15.0 |
1299 | 2025-07-23T00:45:44.127Z | Compiling portable-atomic v1.11.0 |
1300 | 2025-07-23T00:45:44.616Z | Compiling cc v1.2.30 |
1301 | 2025-07-23T00:45:44.696Z | Compiling subtle v2.6.1 |
1302 | 2025-07-23T00:45:44.724Z | Compiling critical-section v1.1.3 |
1303 | 2025-07-23T00:45:44.832Z | Compiling const-oid v0.9.6 |
1304 | 2025-07-23T00:45:44.899Z | Compiling pkg-config v0.3.31 |
1305 | 2025-07-23T00:45:44.967Z | Compiling pin-project-lite v0.2.14 |
1306 | 2025-07-23T00:45:45.011Z | Compiling parking_lot_core v0.9.10 |
1307 | 2025-07-23T00:45:45.116Z | Compiling rustix v0.38.37 |
1308 | 2025-07-23T00:45:45.736Z | Compiling signal-hook-registry v1.4.2 |
1309 | 2025-07-23T00:45:45.896Z | Compiling parking_lot v0.12.3 |
1310 | 2025-07-23T00:45:45.920Z | Compiling mio v1.0.2 |
1311 | 2025-07-23T00:45:45.949Z | Compiling futures-core v0.3.31 |
1312 | 2025-07-23T00:45:46.192Z | Compiling spin v0.9.8 |
1313 | 2025-07-23T00:45:46.331Z | Compiling once_cell v1.21.3 |
1314 | 2025-07-23T00:45:46.415Z | Compiling socket2 v0.5.10 |
1315 | 2025-07-23T00:45:46.474Z | Compiling aho-corasick v1.1.3 |
1316 | 2025-07-23T00:45:46.559Z | Compiling slab v0.4.9 |
1317 | 2025-07-23T00:45:46.635Z | Compiling cpufeatures v0.2.14 |
1318 | 2025-07-23T00:45:46.699Z | Compiling libm v0.2.8 |
1319 | 2025-07-23T00:45:46.750Z | Compiling regex-syntax v0.8.5 |
1320 | 2025-07-23T00:45:46.827Z | Compiling serde_json v1.0.140 |
1321 | 2025-07-23T00:45:47.033Z | Compiling num-traits v0.2.19 |
1322 | 2025-07-23T00:45:47.061Z | Compiling futures-sink v0.3.31 |
1323 | 2025-07-23T00:45:47.155Z | Compiling either v1.15.0 |
1324 | 2025-07-23T00:45:47.217Z | Compiling getrandom v0.3.1 |
1325 | 2025-07-23T00:45:47.241Z | Compiling glob v0.3.2 |
1326 | 2025-07-23T00:45:47.328Z | Compiling percent-encoding v2.3.1 |
1327 | 2025-07-23T00:45:47.862Z | Compiling prettyplease v0.2.35 |
1328 | 2025-07-23T00:45:47.979Z | Compiling clang-sys v1.8.1 |
1329 | 2025-07-23T00:45:48.129Z | Compiling lazy_static v1.5.0 |
1330 | 2025-07-23T00:45:48.272Z | Compiling foldhash v0.1.5 |
1331 | 2025-07-23T00:45:48.297Z | Compiling allocator-api2 v0.2.21 |
1332 | 2025-07-23T00:45:48.360Z | Compiling minimal-lexical v0.2.1 |
1333 | 2025-07-23T00:45:48.746Z | Compiling libloading v0.8.5 |
1334 | 2025-07-23T00:45:48.800Z | Compiling nom v7.1.3 |
1335 | 2025-07-23T00:45:48.881Z | Compiling home v0.5.9 |
1336 | 2025-07-23T00:45:49.025Z | Compiling hashbrown v0.15.4 |
1337 | 2025-07-23T00:45:49.194Z | Compiling bindgen v0.69.5 |
1338 | 2025-07-23T00:45:49.219Z | Compiling base64ct v1.6.0 |
1339 | 2025-07-23T00:45:49.832Z | Compiling pem-rfc7468 v0.7.0 |
1340 | 2025-07-23T00:45:50.110Z | Compiling regex-automata v0.4.8 |
1341 | 2025-07-23T00:45:50.234Z | Compiling synstructure v0.13.1 |
1342 | 2025-07-23T00:45:50.528Z | Compiling itertools v0.12.1 |
1343 | 2025-07-23T00:45:51.471Z | Compiling futures-channel v0.3.31 |
1344 | 2025-07-23T00:45:51.843Z | Compiling cexpr v0.6.0 |
1345 | 2025-07-23T00:45:51.870Z | Compiling flagset v0.4.6 |
1346 | 2025-07-23T00:45:52.018Z | Compiling pin-utils v0.1.0 |
1347 | 2025-07-23T00:45:52.105Z | Compiling lazycell v1.3.0 |
1348 | 2025-07-23T00:45:52.131Z | Compiling futures-io v0.3.31 |
1349 | 2025-07-23T00:45:52.288Z | Compiling rustc-hash v1.1.0 |
1350 | 2025-07-23T00:45:52.397Z | Compiling futures-task v0.3.31 |
1351 | 2025-07-23T00:45:52.461Z | Compiling cmake v0.1.51 |
1352 | 2025-07-23T00:45:52.693Z | Compiling fs_extra v1.3.0 |
1353 | 2025-07-23T00:45:52.929Z | Compiling zerocopy v0.8.26 |
1354 | 2025-07-23T00:45:53.135Z | Compiling dunce v1.0.5 |
1355 | 2025-07-23T00:45:53.195Z | Compiling form_urlencoded v1.2.1 |
1356 | 2025-07-23T00:45:53.220Z | Compiling paste v1.0.15 |
1357 | 2025-07-23T00:45:53.220Z | Compiling vcpkg v0.2.15 |
1358 | 2025-07-23T00:45:53.285Z | Compiling ring v0.17.14 |
1359 | 2025-07-23T00:45:53.516Z | Compiling tracing-core v0.1.32 |
1360 | 2025-07-23T00:45:53.720Z | Compiling iana-time-zone v0.1.63 |
1361 | 2025-07-23T00:45:54.122Z | Compiling aws-lc-rs v1.12.4 |
1362 | 2025-07-23T00:45:54.526Z | Compiling rustversion v1.0.17 |
1363 | 2025-07-23T00:45:54.635Z | Compiling serde_derive v1.0.219 |
1364 | 2025-07-23T00:45:54.668Z | Compiling zeroize_derive v1.4.2 |
1365 | 2025-07-23T00:45:54.730Z | Compiling zerofrom-derive v0.1.4 |
1366 | 2025-07-23T00:45:54.826Z | Compiling yoke-derive v0.7.4 |
1367 | 2025-07-23T00:45:55.174Z | Compiling zerovec-derive v0.10.3 |
1368 | 2025-07-23T00:45:56.084Z | Compiling zeroize v1.8.1 |
1369 | 2025-07-23T00:45:57.285Z | Compiling displaydoc v0.2.5 |
1370 | 2025-07-23T00:45:57.378Z | Compiling zerocopy-derive v0.7.35 |
1371 | 2025-07-23T00:45:57.769Z | Compiling crypto-common v0.1.6 |
1372 | 2025-07-23T00:45:57.914Z | Compiling block-buffer v0.10.4 |
1373 | 2025-07-23T00:45:58.016Z | Compiling zerofrom v0.1.4 |
1374 | 2025-07-23T00:45:58.215Z | Compiling digest v0.10.7 |
1375 | 2025-07-23T00:45:58.265Z | Compiling yoke v0.7.4 |
1376 | 2025-07-23T00:45:58.626Z | Compiling zerovec v0.10.4 |
1377 | 2025-07-23T00:45:58.675Z | Compiling tokio-macros v2.5.0 |
1378 | 2025-07-23T00:45:58.699Z | Compiling hmac v0.12.1 |
1379 | 2025-07-23T00:45:58.965Z | Compiling icu_provider_macros v1.5.0 |
1380 | 2025-07-23T00:45:59.188Z | Compiling block-padding v0.3.3 |
1381 | 2025-07-23T00:45:59.224Z | Compiling zerocopy v0.7.35 |
1382 | 2025-07-23T00:45:59.457Z | Compiling inout v0.1.3 |
1383 | 2025-07-23T00:45:59.742Z | Compiling cipher v0.4.4 |
1384 | 2025-07-23T00:45:59.767Z | Compiling sha2 v0.10.9 |
1385 | 2025-07-23T00:45:59.932Z | Compiling regex v1.11.1 |
1386 | 2025-07-23T00:45:59.988Z | Compiling der_derive v0.7.3 |
1387 | 2025-07-23T00:46:00.077Z | Compiling futures-macro v0.3.31 |
1388 | 2025-07-23T00:46:00.281Z | Compiling thiserror-impl v1.0.69 |
1389 | 2025-07-23T00:46:00.481Z | Compiling tinystr v0.7.6 |
1390 | 2025-07-23T00:46:00.630Z | Compiling icu_collections v1.5.0 |
1391 | 2025-07-23T00:46:00.884Z | Compiling icu_locid v1.5.0 |
1392 | 2025-07-23T00:46:00.909Z | Compiling ppv-lite86 v0.2.20 |
1393 | 2025-07-23T00:46:01.220Z | Compiling serde v1.0.219 |
1394 | 2025-07-23T00:46:01.622Z | Compiling salsa20 v0.10.2 |
1395 | 2025-07-23T00:46:01.648Z | Compiling futures-util v0.3.31 |
1396 | 2025-07-23T00:46:01.782Z | Compiling pbkdf2 v0.12.2 |
1397 | 2025-07-23T00:46:01.860Z | Compiling zerocopy-derive v0.8.26 |
1398 | 2025-07-23T00:46:01.970Z | Compiling icu_provider v1.5.0 |
1399 | 2025-07-23T00:46:01.996Z | Compiling der v0.7.9 |
1400 | 2025-07-23T00:46:02.426Z | Compiling scrypt v0.11.0 |
1401 | 2025-07-23T00:46:02.693Z | Compiling icu_locid_transform v1.5.0 |
1402 | 2025-07-23T00:46:02.875Z | Compiling thiserror v1.0.69 |
1403 | 2025-07-23T00:46:02.914Z | Compiling aes v0.8.4 |
1404 | 2025-07-23T00:46:02.939Z | Compiling cbc v0.1.2 |
1405 | 2025-07-23T00:46:03.045Z | Compiling openssl-sys v0.9.109 |
1406 | 2025-07-23T00:46:03.189Z | Compiling pest v2.7.14 |
1407 | 2025-07-23T00:46:03.973Z | Compiling icu_properties v1.5.1 |
1408 | 2025-07-23T00:46:04.600Z | Compiling spki v0.7.3 |
1409 | 2025-07-23T00:46:04.925Z | Compiling pkcs5 v0.7.1 |
1410 | 2025-07-23T00:46:05.006Z | Compiling tracing-attributes v0.1.27 |
1411 | 2025-07-23T00:46:05.256Z | Compiling scroll_derive v0.12.0 |
1412 | 2025-07-23T00:46:05.884Z | Compiling pkcs8 v0.10.2 |
1413 | 2025-07-23T00:46:05.969Z | Compiling bitflags v2.9.1 |
1414 | 2025-07-23T00:46:06.246Z | Compiling bytes v1.10.1 |
1415 | 2025-07-23T00:46:06.459Z | Compiling semver v1.0.26 |
1416 | 2025-07-23T00:46:06.727Z | Compiling indexmap v2.10.0 |
1417 | 2025-07-23T00:46:07.083Z | Compiling rustc_version v0.4.1 |
1418 | 2025-07-23T00:46:07.619Z | Compiling tokio v1.45.1 |
1419 | 2025-07-23T00:46:07.711Z | Compiling icu_normalizer v1.5.0 |
1420 | 2025-07-23T00:46:07.862Z | Compiling http v1.3.1 |
1421 | 2025-07-23T00:46:07.948Z | Compiling uuid v1.17.0 |
1422 | 2025-07-23T00:46:08.029Z | Compiling tracing v0.1.40 |
1423 | 2025-07-23T00:46:08.247Z | Compiling chrono v0.4.41 |
1424 | 2025-07-23T00:46:08.517Z | Compiling pest_meta v2.7.14 |
1425 | 2025-07-23T00:46:08.971Z | Compiling idna_adapter v1.2.0 |
1426 | 2025-07-23T00:46:09.231Z | Compiling idna v1.0.3 |
1427 | 2025-07-23T00:46:09.335Z | Compiling http-body v1.0.1 |
1428 | 2025-07-23T00:46:09.396Z | Compiling rustls-pki-types v1.10.0 |
1429 | 2025-07-23T00:46:09.662Z | Compiling httparse v1.9.5 |
1430 | 2025-07-23T00:46:09.933Z | Compiling which v4.4.2 |
1431 | 2025-07-23T00:46:10.376Z | Compiling url v2.5.4 |
1432 | 2025-07-23T00:46:10.498Z | Compiling tinyvec_macros v0.1.1 |
1433 | 2025-07-23T00:46:10.628Z | Compiling base64 v0.22.1 |
1434 | 2025-07-23T00:46:10.657Z | Compiling tinyvec v1.8.0 |
1435 | 2025-07-23T00:46:10.867Z | Compiling pest_generator v2.7.14 |
1436 | 2025-07-23T00:46:11.258Z | Compiling rand_core v0.9.2 |
1437 | 2025-07-23T00:46:11.378Z | Compiling scroll v0.12.0 |
1438 | 2025-07-23T00:46:11.752Z | Compiling serde_derive_internals v0.29.1 |
1439 | 2025-07-23T00:46:11.880Z | Compiling bzip2-sys v0.1.13+1.0.8 |
1440 | 2025-07-23T00:46:11.936Z | Compiling zstd-sys v2.0.14+zstd.1.5.7 |
1441 | 2025-07-23T00:46:12.023Z | Compiling try-lock v0.2.5 |
1442 | 2025-07-23T00:46:12.200Z | Compiling schemars v0.8.22 |
1443 | 2025-07-23T00:46:12.346Z | Compiling powerfmt v0.2.0 |
1444 | 2025-07-23T00:46:12.371Z | Compiling num-conv v0.1.0 |
1445 | 2025-07-23T00:46:12.519Z | Compiling adler2 v2.0.0 |
1446 | 2025-07-23T00:46:12.625Z | Compiling openssl-probe v0.1.5 |
1447 | 2025-07-23T00:46:12.660Z | Compiling time-core v0.1.2 |
1448 | 2025-07-23T00:46:12.734Z | Compiling untrusted v0.7.1 |
1449 | 2025-07-23T00:46:12.758Z | Compiling atomic-waker v1.1.2 |
1450 | 2025-07-23T00:46:12.793Z | Compiling foreign-types-shared v0.1.1 |
1451 | 2025-07-23T00:46:12.863Z | Compiling tower-service v0.3.3 |
1452 | 2025-07-23T00:46:12.941Z | Compiling openssl v0.10.73 |
1453 | 2025-07-23T00:46:12.965Z | Compiling untrusted v0.9.0 |
1454 | 2025-07-23T00:46:12.989Z | Compiling goblin v0.8.2 |
1455 | 2025-07-23T00:46:13.015Z | Compiling foreign-types v0.3.2 |
1456 | 2025-07-23T00:46:13.040Z | Compiling time-macros v0.2.18 |
1457 | 2025-07-23T00:46:13.134Z | Compiling pest_derive v2.7.14 |
1458 | 2025-07-23T00:46:13.381Z | Compiling miniz_oxide v0.8.5 |
1459 | 2025-07-23T00:46:13.771Z | Compiling schemars_derive v0.8.22 |
1460 | 2025-07-23T00:46:14.777Z | Compiling deranged v0.3.11 |
1461 | 2025-07-23T00:46:15.679Z | Compiling tokio-util v0.7.15 |
1462 | 2025-07-23T00:46:16.540Z | Compiling want v0.3.1 |
1463 | 2025-07-23T00:46:16.869Z | Compiling h2 v0.4.6 |
1464 | 2025-07-23T00:46:17.313Z | Compiling rand_chacha v0.9.0 |
1465 | 2025-07-23T00:46:18.274Z | Compiling ipnet v2.11.0 |
1466 | 2025-07-23T00:46:19.139Z | Compiling openssl-macros v0.1.1 |
1467 | 2025-07-23T00:46:19.326Z | Compiling num_threads v0.1.7 |
1468 | 2025-07-23T00:46:19.485Z | Compiling syn v1.0.109 |
1469 | 2025-07-23T00:46:19.595Z | Compiling crossbeam-utils v0.8.21 |
1470 | 2025-07-23T00:46:19.812Z | Compiling httpdate v1.0.3 |
1471 | 2025-07-23T00:46:20.072Z | Compiling dyn-clone v1.0.19 |
1472 | 2025-07-23T00:46:20.097Z | Compiling rustls v0.23.19 |
1473 | 2025-07-23T00:46:20.301Z | Compiling native-tls v0.2.12 |
1474 | 2025-07-23T00:46:20.325Z | Compiling dof v0.3.0 |
1475 | 2025-07-23T00:46:20.674Z | Compiling time v0.3.36 |
1476 | 2025-07-23T00:46:21.544Z | Compiling rand v0.9.1 |
1477 | 2025-07-23T00:46:21.929Z | Compiling dtrace-parser v0.2.0 |
1478 | 2025-07-23T00:46:23.126Z | Compiling unicode-normalization v0.1.24 |
1479 | 2025-07-23T00:46:23.288Z | Compiling heapless v0.7.17 |
1480 | 2025-07-23T00:46:23.643Z | Compiling hyper v1.6.0 |
1481 | 2025-07-23T00:46:23.689Z | Compiling signature v2.2.0 |
1482 | 2025-07-23T00:46:24.028Z | Compiling crc32fast v1.4.2 |
1483 | 2025-07-23T00:46:24.114Z | Compiling cookie v0.18.1 |
1484 | 2025-07-23T00:46:24.371Z | Compiling siphasher v0.3.11 |
1485 | 2025-07-23T00:46:24.412Z | Compiling zlib-rs v0.5.1 |
1486 | 2025-07-23T00:46:24.709Z | Compiling signal-hook v0.3.17 |
1487 | 2025-07-23T00:46:24.755Z | Compiling zstd-safe v7.2.3 |
1488 | 2025-07-23T00:46:24.985Z | Compiling unicode-bidi v0.3.17 |
1489 | 2025-07-23T00:46:25.076Z | Compiling slog v2.7.0 |
1490 | 2025-07-23T00:46:25.535Z | Compiling unicode-properties v0.1.3 |
1491 | 2025-07-23T00:46:25.843Z | Compiling stringprep v0.1.5 |
1492 | 2025-07-23T00:46:26.148Z | Compiling hyper-util v0.1.14 |
1493 | 2025-07-23T00:46:26.420Z | Compiling phf_shared v0.11.2 |
1494 | 2025-07-23T00:46:26.537Z | Compiling usdt-impl v0.5.0 |
1495 | 2025-07-23T00:46:27.083Z | Compiling curve25519-dalek v4.1.3 |
1496 | 2025-07-23T00:46:27.551Z | Compiling serde_tokenstream v0.2.2 |
1497 | 2025-07-23T00:46:27.709Z | Compiling serde_spanned v0.6.9 |
1498 | 2025-07-23T00:46:27.733Z | Compiling toml_datetime v0.6.11 |
1499 | 2025-07-23T00:46:27.884Z | Compiling rand_chacha v0.3.1 |
1500 | 2025-07-23T00:46:27.983Z | Compiling md-5 v0.10.6 |
1501 | 2025-07-23T00:46:28.098Z | Compiling num-integer v0.1.46 |
1502 | 2025-07-23T00:46:28.212Z | Compiling sync_wrapper v1.0.1 |
1503 | 2025-07-23T00:46:28.267Z | Compiling hash32 v0.2.1 |
1504 | 2025-07-23T00:46:28.400Z | Compiling ff v0.13.0 |
1505 | 2025-07-23T00:46:28.626Z | Compiling memoffset v0.9.1 |
1506 | 2025-07-23T00:46:28.710Z | Compiling tower-layer v0.3.3 |
1507 | 2025-07-23T00:46:28.740Z | Compiling psl-types v2.0.11 |
1508 | 2025-07-23T00:46:28.943Z | Compiling fallible-iterator v0.2.0 |
1509 | 2025-07-23T00:46:28.968Z | Compiling newtype-uuid v1.2.4 |
1510 | 2025-07-23T00:46:29.060Z | Compiling base16ct v0.2.0 |
1511 | 2025-07-23T00:46:29.284Z | Compiling cfg_aliases v0.2.1 |
1512 | 2025-07-23T00:46:29.383Z | Compiling num-bigint-dig v0.8.4 |
1513 | 2025-07-23T00:46:29.411Z | Compiling gimli v0.31.1 |
1514 | 2025-07-23T00:46:29.629Z | Compiling litrs v0.4.1 |
1515 | 2025-07-23T00:46:29.685Z | Compiling smoltcp v0.9.1 |
1516 | 2025-07-23T00:46:29.743Z | Compiling postgres-protocol v0.6.8 |
1517 | 2025-07-23T00:46:29.877Z | Compiling nix v0.29.0 |
1518 | 2025-07-23T00:46:30.302Z | Compiling libz-rs-sys v0.5.1 |
1519 | 2025-07-23T00:46:30.584Z | Compiling flate2 v1.1.2 |
1520 | 2025-07-23T00:46:30.694Z | Compiling document-features v0.2.10 |
1521 | 2025-07-23T00:46:30.719Z | Compiling sec1 v0.7.3 |
1522 | 2025-07-23T00:46:30.880Z | Compiling tower v0.5.2 |
1523 | 2025-07-23T00:46:31.081Z | Compiling publicsuffix v2.3.0 |
1524 | 2025-07-23T00:46:31.390Z | Compiling group v0.13.0 |
1525 | 2025-07-23T00:46:31.471Z | Compiling num-iter v0.1.45 |
1526 | 2025-07-23T00:46:31.672Z | Compiling rand v0.8.5 |
1527 | 2025-07-23T00:46:32.463Z | Compiling tokio-native-tls v0.3.1 |
1528 | 2025-07-23T00:46:32.532Z | Compiling ipnetwork v0.21.1 |
1529 | 2025-07-23T00:46:32.629Z | Compiling strum_macros v0.27.1 |
1530 | 2025-07-23T00:46:32.655Z | Compiling rustls-native-certs v0.8.1 |
1531 | 2025-07-23T00:46:32.756Z | Compiling webpki-roots v1.0.1 |
1532 | 2025-07-23T00:46:32.958Z | Compiling terminal_size v0.4.0 |
1533 | 2025-07-23T00:46:33.159Z | Compiling addr2line v0.24.2 |
1534 | 2025-07-23T00:46:33.186Z | Compiling http-body-util v0.1.3 |
1535 | 2025-07-23T00:46:33.293Z | Compiling hkdf v0.12.4 |
1536 | 2025-07-23T00:46:33.407Z | Compiling crypto-bigint v0.5.5 |
1537 | 2025-07-23T00:46:33.573Z | Compiling thiserror-impl v2.0.12 |
1538 | 2025-07-23T00:46:33.665Z | Compiling curve25519-dalek-derive v0.1.1 |
1539 | 2025-07-23T00:46:33.689Z | Compiling async-trait v0.1.88 |
1540 | 2025-07-23T00:46:33.808Z | Compiling ahash v0.8.11 |
1541 | 2025-07-23T00:46:34.150Z | Compiling fs-err v3.1.1 |
1542 | 2025-07-23T00:46:34.443Z | Compiling object v0.36.5 |
1543 | 2025-07-23T00:46:34.910Z | Compiling bumpalo v3.16.0 |
1544 | 2025-07-23T00:46:35.390Z | Compiling buf-list v1.0.3 |
1545 | 2025-07-23T00:46:35.929Z | Compiling rustc-demangle v0.1.24 |
1546 | 2025-07-23T00:46:35.953Z | Compiling lockfree-object-pool v0.1.6 |
1547 | 2025-07-23T00:46:36.226Z | Compiling simd-adler32 v0.3.7 |
1548 | 2025-07-23T00:46:36.428Z | Compiling managed v0.8.0 |
1549 | 2025-07-23T00:46:36.733Z | Compiling anyhow v1.0.98 |
1550 | 2025-07-23T00:46:36.757Z | Compiling winnow v0.5.40 |
1551 | 2025-07-23T00:46:36.844Z | Compiling bitflags v1.3.2 |
1552 | 2025-07-23T00:46:36.974Z | Compiling iri-string v0.7.8 |
1553 | 2025-07-23T00:46:37.077Z | Compiling strum v0.27.1 |
1554 | 2025-07-23T00:46:37.559Z | Compiling hubpack_derive v0.1.1 |
1555 | 2025-07-23T00:46:37.680Z | Compiling zopfli v0.8.1 |
1556 | 2025-07-23T00:46:38.321Z | Compiling hubpack v0.1.2 |
1557 | 2025-07-23T00:46:38.528Z | Compiling thiserror v2.0.12 |
1558 | 2025-07-23T00:46:38.690Z | Compiling elliptic-curve v0.13.8 |
1559 | 2025-07-23T00:46:38.807Z | Compiling clap_builder v4.5.40 |
1560 | 2025-07-23T00:46:39.392Z | Compiling hyper-tls v0.6.0 |
1561 | 2025-07-23T00:46:39.515Z | Compiling oxnet v0.1.2 |
1562 | 2025-07-23T00:46:39.787Z | Compiling tower-http v0.6.6 |
1563 | 2025-07-23T00:46:39.893Z | Compiling toml_edit v0.19.15 |
1564 | 2025-07-23T00:46:40.557Z | Compiling zstd v0.13.3 |
1565 | 2025-07-23T00:46:40.658Z | Compiling backtrace v0.3.74 |
1566 | 2025-07-23T00:46:41.092Z | Compiling cookie_store v0.21.1 |
1567 | 2025-07-23T00:46:41.144Z | Compiling signal-hook-mio v0.2.4 |
1568 | 2025-07-23T00:46:41.834Z | Compiling postgres-types v0.2.9 |
1569 | 2025-07-23T00:46:42.440Z | Compiling usdt-attr-macro v0.5.0 |
1570 | 2025-07-23T00:46:42.984Z | Compiling usdt-macro v0.5.0 |
1571 | 2025-07-23T00:46:43.237Z | Compiling phf v0.11.2 |
1572 | 2025-07-23T00:46:43.524Z | Compiling ed25519 v2.2.3 |
1573 | 2025-07-23T00:46:43.793Z | Compiling bzip2 v0.4.4 |
1574 | 2025-07-23T00:46:44.223Z | Compiling bzip2 v0.5.2 |
1575 | 2025-07-23T00:46:44.269Z | Compiling strum_macros v0.26.4 |
1576 | 2025-07-23T00:46:44.612Z | Compiling pkcs1 v0.7.5 |
1577 | 2025-07-23T00:46:45.305Z | Compiling serde-big-array v0.5.1 |
1578 | 2025-07-23T00:46:45.452Z | Compiling serde_urlencoded v0.7.1 |
1579 | 2025-07-23T00:46:45.560Z | Compiling rfc6979 v0.4.0 |
1580 | 2025-07-23T00:46:45.735Z | Compiling bstr v1.10.0 |
1581 | 2025-07-23T00:46:45.766Z | Compiling enum-as-inner v0.6.1 |
1582 | 2025-07-23T00:46:45.964Z | Compiling daft-derive v0.1.4 |
1583 | 2025-07-23T00:46:46.070Z | Compiling clap_derive v4.5.40 |
1584 | 2025-07-23T00:46:46.096Z | Compiling serde_repr v0.1.19 |
1585 | 2025-07-23T00:46:46.661Z | Compiling float-cmp v0.10.0 |
1586 | 2025-07-23T00:46:46.907Z | Compiling encoding_rs v0.8.34 |
1587 | 2025-07-23T00:46:47.072Z | Compiling mime v0.3.17 |
1588 | 2025-07-23T00:46:47.123Z | Compiling predicates-core v1.0.8 |
1589 | 2025-07-23T00:46:47.366Z | Compiling precomputed-hash v0.1.1 |
1590 | 2025-07-23T00:46:47.444Z | Compiling fixedbitset v0.4.2 |
1591 | 2025-07-23T00:46:47.502Z | Compiling data-encoding v2.9.0 |
1592 | 2025-07-23T00:46:47.570Z | Compiling new_debug_unreachable v1.0.6 |
1593 | 2025-07-23T00:46:47.685Z | Compiling whoami v1.5.2 |
1594 | 2025-07-23T00:46:47.872Z | Compiling static_assertions v1.1.0 |
1595 | 2025-07-23T00:46:48.003Z | Compiling difflib v0.4.0 |
1596 | 2025-07-23T00:46:48.224Z | Compiling unicode-segmentation v1.12.0 |
1597 | 2025-07-23T00:46:48.250Z | Compiling normalize-line-endings v0.3.0 |
1598 | 2025-07-23T00:46:48.410Z | Compiling console v0.15.10 |
1599 | 2025-07-23T00:46:48.970Z | Compiling similar v2.7.0 |
1600 | 2025-07-23T00:46:49.132Z | Compiling predicates v3.1.3 |
1601 | 2025-07-23T00:46:49.237Z | Compiling toml_edit v0.22.27 |
1602 | 2025-07-23T00:46:49.661Z | Compiling strum v0.26.3 |
1603 | 2025-07-23T00:46:49.880Z | Compiling hickory-proto v0.25.2 |
1604 | 2025-07-23T00:46:49.912Z | Compiling clap v4.5.40 |
1605 | 2025-07-23T00:46:50.069Z | Compiling tokio-postgres v0.7.13 |
1606 | 2025-07-23T00:46:50.165Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
1607 | 2025-07-23T00:46:50.538Z | Compiling petgraph v0.6.5 |
1608 | 2025-07-23T00:46:50.949Z | Compiling string_cache v0.8.9 |
1609 | 2025-07-23T00:46:51.376Z | Compiling daft v0.1.4 |
1610 | 2025-07-23T00:46:51.870Z | Compiling usdt v0.5.0 |
1611 | 2025-07-23T00:46:52.300Z | Compiling ecdsa v0.16.9 |
1612 | 2025-07-23T00:46:52.500Z | Compiling rsa v0.9.6 |
1613 | 2025-07-23T00:46:53.051Z | Compiling zip v4.2.0 |
1614 | 2025-07-23T00:46:54.010Z | Compiling zip v0.6.6 |
1615 | 2025-07-23T00:46:54.956Z | Compiling ed25519-dalek v2.1.1 |
1616 | 2025-07-23T00:46:55.249Z | Compiling toml v0.7.8 |
1617 | 2025-07-23T00:46:56.250Z | Compiling crossterm v0.28.1 |
1618 | 2025-07-23T00:46:56.925Z | Compiling crossbeam-epoch v0.9.18 |
1619 | 2025-07-23T00:46:57.163Z | Compiling tokio-stream v0.1.17 |
1620 | 2025-07-23T00:46:57.187Z | Compiling openapiv3 v2.2.0 |
1621 | 2025-07-23T00:46:57.281Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
1622 | 2025-07-23T00:46:57.632Z | Compiling x509-cert v0.2.5 |
1623 | 2025-07-23T00:46:57.741Z | Compiling sha1 v0.10.6 |
1624 | 2025-07-23T00:46:58.098Z | Compiling itertools v0.10.5 |
1625 | 2025-07-23T00:46:58.148Z | Compiling itertools v0.13.0 |
1626 | 2025-07-23T00:46:59.208Z | Compiling dirs-sys-next v0.1.2 |
1627 | 2025-07-23T00:46:59.328Z | Compiling winnow v0.6.26 |
1628 | 2025-07-23T00:46:59.691Z | Compiling lalrpop-util v0.19.12 |
1629 | 2025-07-23T00:47:00.029Z | Compiling peg-runtime v0.8.5 |
1630 | 2025-07-23T00:47:00.391Z | Compiling rustc-hash v2.1.1 |
1631 | 2025-07-23T00:47:00.573Z | Compiling dirs-next v2.0.0 |
1632 | 2025-07-23T00:47:00.598Z | Compiling thread_local v1.1.8 |
1633 | 2025-07-23T00:47:00.622Z | Compiling slog-async v2.8.0 |
1634 | 2025-07-23T00:47:00.683Z | Compiling crossbeam-channel v0.5.15 |
1635 | 2025-07-23T00:47:00.776Z | Compiling term v0.7.0 |
1636 | 2025-07-23T00:47:00.807Z | Compiling xattr v1.3.1 |
1637 | 2025-07-23T00:47:01.043Z | Compiling futures-executor v0.3.31 |
1638 | 2025-07-23T00:47:01.068Z | Compiling is-terminal v0.4.13 |
1639 | 2025-07-23T00:47:01.177Z | Compiling filetime v0.2.25 |
1640 | 2025-07-23T00:47:01.240Z | Compiling take_mut v0.2.2 |
1641 | 2025-07-23T00:47:01.266Z | Compiling camino v1.1.10 |
1642 | 2025-07-23T00:47:01.425Z | Compiling tar v0.4.44 |
1643 | 2025-07-23T00:47:01.517Z | Compiling futures v0.3.31 |
1644 | 2025-07-23T00:47:01.588Z | Compiling slog-term v2.9.1 |
1645 | 2025-07-23T00:47:07.223Z | Compiling aws-lc-sys v0.26.0 |
1646 | 2025-07-23T00:47:40.562Z | Compiling rustls-webpki v0.102.8 |
1647 | 2025-07-23T00:47:46.272Z | Compiling tokio-rustls v0.26.0 |
1648 | 2025-07-23T00:47:46.605Z | Compiling hyper-rustls v0.27.7 |
1649 | 2025-07-23T00:47:46.956Z | Compiling reqwest v0.12.22 |
1650 | 2025-07-23T00:47:51.154Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1651 | 2025-07-23T00:47:51.513Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1652 | 2025-07-23T00:47:56.893Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 17s |
1653 | 2025-07-23T00:47:57.039Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
1654 | 2025-07-23T00:47:57.107Z | Jul 23 00:47:56.636 INFO Starting download, target: Clickhouse |
1655 | 2025-07-23T00:47:57.107Z | Jul 23 00:47:56.636 INFO Starting download, target: Cockroach |
1656 | 2025-07-23T00:47:57.107Z | Jul 23 00:47:56.636 INFO Starting download, target: Console |
1657 | 2025-07-23T00:47:57.107Z | Jul 23 00:47:56.636 INFO Starting download, target: DendriteStub |
1658 | 2025-07-23T00:47:57.108Z | Jul 23 00:47:56.636 INFO Starting download, target: MaghemiteMgd |
1659 | 2025-07-23T00:47:57.108Z | Jul 23 00:47:56.636 INFO Starting download, target: TransceiverControl |
1660 | 2025-07-23T00:47:57.138Z | Jul 23 00:47:56.638 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1661 | 2025-07-23T00:47:57.138Z | Jul 23 00:47:56.639 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1662 | 2025-07-23T00:47:57.138Z | Jul 23 00:47:56.639 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1663 | 2025-07-23T00:47:57.139Z | Jul 23 00:47:56.639 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1664 | 2025-07-23T00:47:57.139Z | Jul 23 00:47:56.639 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1665 | 2025-07-23T00:47:57.139Z | Jul 23 00:47:56.639 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1666 | 2025-07-23T00:47:57.413Z | Jul 23 00:47:56.945 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1667 | 2025-07-23T00:47:57.810Z | Jul 23 00:47:57.330 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1668 | 2025-07-23T00:47:57.870Z | Jul 23 00:47:57.388 INFO Download complete, target: Console |
1669 | 2025-07-23T00:47:58.175Z | Jul 23 00:47:57.708 INFO Download complete, target: TransceiverControl |
1670 | 2025-07-23T00:47:59.904Z | Jul 23 00:47:59.436 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1671 | 2025-07-23T00:48:00.209Z | Jul 23 00:47:59.741 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1672 | 2025-07-23T00:48:03.614Z | Jul 23 00:48:03.147 INFO Download complete, target: DendriteStub |
1673 | 2025-07-23T00:48:03.882Z | Jul 23 00:48:03.407 INFO Download complete, target: MaghemiteMgd |
1674 | 2025-07-23T00:48:07.392Z | Jul 23 00:48:06.925 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1675 | 2025-07-23T00:48:07.392Z | Jul 23 00:48:06.925 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1676 | 2025-07-23T00:48:14.870Z | Jul 23 00:48:14.403 INFO Checking that binary works, target: Cockroach |
1677 | 2025-07-23T00:48:15.095Z | Jul 23 00:48:14.628 INFO Download complete, target: Cockroach |
1678 | 2025-07-23T00:48:23.694Z | Jul 23 00:48:23.227 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1679 | 2025-07-23T00:48:35.111Z | Jul 23 00:48:34.644 INFO Checking that binary works, target: Clickhouse |
1680 | 2025-07-23T00:48:35.245Z | Jul 23 00:48:34.778 INFO Download complete, target: Clickhouse |
1681 | 2025-07-23T00:48:35.272Z | All builder prerequisites installed successfully, and PATH looks valid |
1682 | 2025-07-23T00:48:35.297Z | |
1683 | 2025-07-23T00:48:35.297Z | real 5:24.712315013 |
1684 | 2025-07-23T00:48:35.297Z | user 15:23.534733149 |
1685 | 2025-07-23T00:48:35.297Z | sys 2:34.555671526 |
1686 | 2025-07-23T00:48:35.297Z | trap 0.587649356 |
1687 | 2025-07-23T00:48:35.297Z | tflt 0.467991680 |
1688 | 2025-07-23T00:48:35.297Z | dflt 1.301394465 |
1689 | 2025-07-23T00:48:35.297Z | kflt 0.008529320 |
1690 | 2025-07-23T00:48:35.297Z | lock 42:27.843784623 |
1691 | 2025-07-23T00:48:35.297Z | slp 56:34.679060014 |
1692 | 2025-07-23T00:48:35.297Z | lat 1:14.409902196 |
1693 | 2025-07-23T00:48:35.297Z | stop 2:42.400817957 |
1694 | 2025-07-23T00:48:35.297Z | + banner clippy |
1695 | 2025-07-23T00:48:35.297Z | |
1696 | 2025-07-23T00:48:35.297Z | #### # # ##### ##### # # |
1697 | 2025-07-23T00:48:35.297Z | # # # # # # # # # # |
1698 | 2025-07-23T00:48:35.297Z | # # # # # # # # |
1699 | 2025-07-23T00:48:35.297Z | # # # ##### ##### # |
1700 | 2025-07-23T00:48:35.297Z | # # # # # # # |
1701 | 2025-07-23T00:48:35.297Z | #### ###### # # # # |
1702 | 2025-07-23T00:48:35.297Z | |
1703 | 2025-07-23T00:48:35.299Z | + export CARGO_INCREMENTAL=0 |
1704 | 2025-07-23T00:48:35.299Z | + CARGO_INCREMENTAL=0 |
1705 | 2025-07-23T00:48:35.299Z | + ptime -m cargo xtask clippy |
1706 | 2025-07-23T00:48:36.164Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
1707 | 2025-07-23T00:48:36.450Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1708 | 2025-07-23T00:48:40.189Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.84s |
1709 | 2025-07-23T00:48:40.286Z | Running `target/debug/xtask clippy` |
1710 | 2025-07-23T00:48:40.333Z | running: /home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1711 | 2025-07-23T00:48:41.566Z | Downloading crates ... |
1712 | 2025-07-23T00:48:41.956Z | Downloaded assert-json-diff v2.0.2 |
1713 | 2025-07-23T00:48:41.982Z | Downloaded async-object-pool v0.1.5 |
1714 | 2025-07-23T00:48:41.982Z | Downloaded similar-asserts v1.7.0 |
1715 | 2025-07-23T00:48:41.982Z | Downloaded async-executor v1.13.1 |
1716 | 2025-07-23T00:48:41.982Z | Downloaded async-global-executor v2.4.1 |
1717 | 2025-07-23T00:48:41.982Z | Downloaded approx v0.5.1 |
1718 | 2025-07-23T00:48:41.983Z | Downloaded datatest-stable v0.3.2 |
1719 | 2025-07-23T00:48:41.983Z | Downloaded async-io v2.3.4 |
1720 | 2025-07-23T00:48:42.010Z | Downloaded criterion-plot v0.5.0 |
1721 | 2025-07-23T00:48:42.010Z | Downloaded cfg-expr v0.18.0 |
1722 | 2025-07-23T00:48:42.010Z | Downloaded event-listener-strategy v0.5.2 |
1723 | 2025-07-23T00:48:42.010Z | Downloaded escape8259 v0.5.3 |
1724 | 2025-07-23T00:48:42.010Z | Downloaded tinytemplate v1.2.1 |
1725 | 2025-07-23T00:48:42.010Z | Downloaded relative-path v1.9.3 |
1726 | 2025-07-23T00:48:42.010Z | Downloaded plotters-svg v0.3.7 |
1727 | 2025-07-23T00:48:42.011Z | Downloaded blocking v1.6.1 |
1728 | 2025-07-23T00:48:42.011Z | Downloaded target-triple v0.1.3 |
1729 | 2025-07-23T00:48:42.011Z | Downloaded target-spec v3.4.2 |
1730 | 2025-07-23T00:48:42.011Z | Downloaded serde_regex v1.1.0 |
1731 | 2025-07-23T00:48:42.038Z | Downloaded rust-argon2 v2.1.0 |
1732 | 2025-07-23T00:48:42.038Z | Downloaded trybuild v1.0.105 |
1733 | 2025-07-23T00:48:42.040Z | Downloaded rstest v0.25.0 |
1734 | 2025-07-23T00:48:42.040Z | Downloaded polling v3.7.3 |
1735 | 2025-07-23T00:48:42.040Z | Downloaded futures-lite v2.3.0 |
1736 | 2025-07-23T00:48:42.040Z | Downloaded plotters v0.3.7 |
1737 | 2025-07-23T00:48:42.066Z | Downloaded fancy-regex v0.14.0 |
1738 | 2025-07-23T00:48:42.066Z | Downloaded event-listener v5.3.1 |
1739 | 2025-07-23T00:48:42.066Z | Downloaded libtest-mimic v0.8.1 |
1740 | 2025-07-23T00:48:42.066Z | Downloaded httptest v0.16.3 |
1741 | 2025-07-23T00:48:42.066Z | Downloaded futures-timer v3.0.3 |
1742 | 2025-07-23T00:48:42.066Z | Downloaded async-process v2.3.0 |
1743 | 2025-07-23T00:48:42.066Z | Downloaded stringmetrics v2.2.2 |
1744 | 2025-07-23T00:48:42.066Z | Downloaded plotters-backend v0.3.7 |
1745 | 2025-07-23T00:48:42.066Z | Downloaded pathdiff v0.2.3 |
1746 | 2025-07-23T00:48:42.066Z | Downloaded async-lock v3.4.0 |
1747 | 2025-07-23T00:48:42.066Z | Downloaded rstest_macros v0.25.0 |
1748 | 2025-07-23T00:48:42.066Z | Downloaded piper v0.2.4 |
1749 | 2025-07-23T00:48:42.066Z | Downloaded oorandom v11.1.4 |
1750 | 2025-07-23T00:48:42.092Z | Downloaded nested v0.1.1 |
1751 | 2025-07-23T00:48:42.092Z | Downloaded kv-log-macro v1.0.7 |
1752 | 2025-07-23T00:48:42.092Z | Downloaded async-task v4.7.1 |
1753 | 2025-07-23T00:48:42.092Z | Downloaded rand_distr v0.4.3 |
1754 | 2025-07-23T00:48:42.092Z | Downloaded path-tree v0.8.1 |
1755 | 2025-07-23T00:48:42.093Z | Downloaded petgraph v0.7.1 |
1756 | 2025-07-23T00:48:42.118Z | Downloaded target-lexicon v0.13.2 |
1757 | 2025-07-23T00:48:42.118Z | Downloaded partial-io v0.5.4 |
1758 | 2025-07-23T00:48:42.118Z | Downloaded proc-macro-crate v3.2.0 |
1759 | 2025-07-23T00:48:42.118Z | Downloaded doc-comment v0.3.3 |
1760 | 2025-07-23T00:48:42.118Z | Downloaded parking v2.2.1 |
1761 | 2025-07-23T00:48:42.118Z | Downloaded event-listener v2.5.3 |
1762 | 2025-07-23T00:48:42.118Z | Downloaded guppy-workspace-hack v0.1.0 |
1763 | 2025-07-23T00:48:42.118Z | Downloaded guppy v0.17.19 |
1764 | 2025-07-23T00:48:42.118Z | Downloaded async-attributes v1.1.2 |
1765 | 2025-07-23T00:48:42.118Z | Downloaded criterion v0.6.0 |
1766 | 2025-07-23T00:48:42.144Z | Downloaded concurrent-queue v2.5.0 |
1767 | 2025-07-23T00:48:42.144Z | Downloaded blake2b_simd v1.0.2 |
1768 | 2025-07-23T00:48:42.144Z | Downloaded async-channel v1.9.0 |
1769 | 2025-07-23T00:48:42.144Z | Downloaded async-std v1.13.0 |
1770 | 2025-07-23T00:48:42.170Z | Downloaded async-signal v0.2.10 |
1771 | 2025-07-23T00:48:42.170Z | Downloaded async-channel v2.3.1 |
1772 | 2025-07-23T00:48:42.170Z | Downloaded assert_cmd v2.0.17 |
1773 | 2025-07-23T00:48:42.170Z | Downloaded cast v0.3.0 |
1774 | 2025-07-23T00:48:42.170Z | Downloaded anes v0.1.6 |
1775 | 2025-07-23T00:48:42.170Z | Downloaded httpmock v0.8.0-alpha.1 |
1776 | 2025-07-23T00:48:44.672Z | Checking cfg-if v1.0.1 |
1777 | 2025-07-23T00:48:44.765Z | Checking libc v0.2.174 |
1778 | 2025-07-23T00:48:44.821Z | Checking serde v1.0.219 |
1779 | 2025-07-23T00:48:44.878Z | Checking memchr v2.7.4 |
1780 | 2025-07-23T00:48:44.928Z | Checking smallvec v1.15.0 |
1781 | 2025-07-23T00:48:44.976Z | Checking value-bag v1.9.0 |
1782 | 2025-07-23T00:48:45.041Z | Checking itoa v1.0.11 |
1783 | 2025-07-23T00:48:45.089Z | Checking scopeguard v1.2.0 |
1784 | 2025-07-23T00:48:45.144Z | Checking zeroize v1.8.1 |
1785 | 2025-07-23T00:48:45.301Z | Checking libm v0.2.8 |
1786 | 2025-07-23T00:48:45.349Z | Checking lock_api v0.4.12 |
1787 | 2025-07-23T00:48:45.349Z | Checking pin-project-lite v0.2.14 |
1788 | 2025-07-23T00:48:45.453Z | Checking log v0.4.27 |
1789 | 2025-07-23T00:48:45.510Z | Checking stable_deref_trait v1.2.0 |
1790 | 2025-07-23T00:48:45.591Z | Checking ryu v1.0.18 |
1791 | 2025-07-23T00:48:45.680Z | Checking zerofrom v0.1.4 |
1792 | 2025-07-23T00:48:45.727Z | Checking portable-atomic v1.11.0 |
1793 | 2025-07-23T00:48:45.783Z | Checking getrandom v0.2.15 |
1794 | 2025-07-23T00:48:45.809Z | Checking critical-section v1.1.3 |
1795 | 2025-07-23T00:48:45.885Z | Checking parking_lot_core v0.9.10 |
1796 | 2025-07-23T00:48:45.943Z | Checking yoke v0.7.4 |
1797 | 2025-07-23T00:48:45.995Z | Checking byteorder v1.5.0 |
1798 | 2025-07-23T00:48:46.050Z | Checking percent-encoding v2.3.1 |
1799 | 2025-07-23T00:48:46.104Z | Checking rand_core v0.6.4 |
1800 | 2025-07-23T00:48:47.154Z | Checking num-traits v0.2.19 |
1801 | 2025-07-23T00:48:47.179Z | Checking subtle v2.6.1 |
1802 | 2025-07-23T00:48:47.180Z | Checking zerovec v0.10.4 |
1803 | 2025-07-23T00:48:47.180Z | Checking writeable v0.5.5 |
1804 | 2025-07-23T00:48:47.180Z | Checking litemap v0.7.3 |
1805 | 2025-07-23T00:48:47.180Z | Checking parking_lot v0.12.3 |
1806 | 2025-07-23T00:48:47.180Z | Checking signal-hook-registry v1.4.2 |
1807 | 2025-07-23T00:48:47.180Z | Checking once_cell v1.21.3 |
1808 | 2025-07-23T00:48:47.180Z | Checking icu_locid_transform_data v1.5.0 |
1809 | 2025-07-23T00:48:47.180Z | Checking icu_properties_data v1.5.0 |
1810 | 2025-07-23T00:48:47.180Z | Checking getrandom v0.3.1 |
1811 | 2025-07-23T00:48:47.180Z | Checking utf16_iter v1.0.5 |
1812 | 2025-07-23T00:48:47.180Z | Checking icu_normalizer_data v1.5.0 |
1813 | 2025-07-23T00:48:47.180Z | Checking utf8_iter v1.0.4 |
1814 | 2025-07-23T00:48:47.180Z | Checking write16 v1.0.0 |
1815 | 2025-07-23T00:48:47.180Z | Checking form_urlencoded v1.2.1 |
1816 | 2025-07-23T00:48:47.180Z | Checking mio v1.0.2 |
1817 | 2025-07-23T00:48:47.225Z | Checking futures-core v0.3.31 |
1818 | 2025-07-23T00:48:47.287Z | Checking typenum v1.17.0 |
1819 | 2025-07-23T00:48:47.349Z | Checking socket2 v0.5.10 |
1820 | 2025-07-23T00:48:47.418Z | Checking foldhash v0.1.5 |
1821 | 2025-07-23T00:48:47.444Z | Checking equivalent v1.0.2 |
1822 | 2025-07-23T00:48:47.524Z | Checking allocator-api2 v0.2.21 |
1823 | 2025-07-23T00:48:47.666Z | Checking thiserror v1.0.69 |
1824 | 2025-07-23T00:48:47.740Z | Checking tinystr v0.7.6 |
1825 | 2025-07-23T00:48:47.768Z | Checking icu_collections v1.5.0 |
1826 | 2025-07-23T00:48:47.828Z | Checking zerocopy v0.7.35 |
1827 | 2025-07-23T00:48:47.886Z | Checking slab v0.4.9 |
1828 | 2025-07-23T00:48:47.911Z | Checking futures-io v0.3.31 |
1829 | 2025-07-23T00:48:48.071Z | Checking icu_locid v1.5.0 |
1830 | 2025-07-23T00:48:48.123Z | Checking hashbrown v0.15.4 |
1831 | 2025-07-23T00:48:48.182Z | Checking generic-array v0.14.7 |
1832 | 2025-07-23T00:48:48.207Z | Checking iana-time-zone v0.1.63 |
1833 | 2025-07-23T00:48:48.286Z | Checking const-oid v0.9.6 |
1834 | 2025-07-23T00:48:48.385Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1835 | 2025-07-23T00:48:48.436Z | Checking futures-sink v0.3.31 |
1836 | 2025-07-23T00:48:48.512Z | Checking bytes v1.10.1 |
1837 | 2025-07-23T00:48:48.661Z | Checking bitflags v2.9.1 |
1838 | 2025-07-23T00:48:48.755Z | Checking serde_json v1.0.140 |
1839 | 2025-07-23T00:48:48.907Z | Checking chrono v0.4.41 |
1840 | 2025-07-23T00:48:48.959Z | Checking icu_provider v1.5.0 |
1841 | 2025-07-23T00:48:49.008Z | Checking uuid v1.17.0 |
1842 | 2025-07-23T00:48:49.153Z | Checking crypto-common v0.1.6 |
1843 | 2025-07-23T00:48:49.230Z | Checking semver v1.0.26 |
1844 | 2025-07-23T00:48:49.402Z | Checking block-buffer v0.10.4 |
1845 | 2025-07-23T00:48:49.452Z | Checking tokio v1.45.1 |
1846 | 2025-07-23T00:48:49.544Z | Checking icu_locid_transform v1.5.0 |
1847 | 2025-07-23T00:48:49.594Z | Checking errno v0.3.12 |
1848 | 2025-07-23T00:48:49.654Z | Checking indexmap v2.10.0 |
1849 | 2025-07-23T00:48:49.711Z | Checking pin-utils v0.1.0 |
1850 | 2025-07-23T00:48:49.840Z | Checking fnv v1.0.7 |
1851 | 2025-07-23T00:48:49.866Z | Checking digest v0.10.7 |
1852 | 2025-07-23T00:48:49.932Z | Checking cpufeatures v0.2.14 |
1853 | 2025-07-23T00:48:50.023Z | Checking dyn-clone v1.0.19 |
1854 | 2025-07-23T00:48:50.093Z | Checking futures-channel v0.3.31 |
1855 | 2025-07-23T00:48:50.171Z | Checking futures-task v0.3.31 |
1856 | 2025-07-23T00:48:50.221Z | Checking ppv-lite86 v0.2.20 |
1857 | 2025-07-23T00:48:50.280Z | Checking tracing-core v0.1.32 |
1858 | 2025-07-23T00:48:50.423Z | Checking icu_properties v1.5.1 |
1859 | 2025-07-23T00:48:50.477Z | Checking rustix v0.38.37 |
1860 | 2025-07-23T00:48:50.502Z | Checking futures-util v0.3.31 |
1861 | 2025-07-23T00:48:51.051Z | Checking http v1.3.1 |
1862 | 2025-07-23T00:48:51.156Z | Checking regex-syntax v0.8.5 |
1863 | 2025-07-23T00:48:51.156Z | Checking crossbeam-utils v0.8.21 |
1864 | 2025-07-23T00:48:51.156Z | Checking tracing v0.1.40 |
1865 | 2025-07-23T00:48:51.352Z | Checking thiserror v2.0.12 |
1866 | 2025-07-23T00:48:51.551Z | Checking unicode-ident v1.0.18 |
1867 | 2025-07-23T00:48:51.601Z | Checking block-padding v0.3.3 |
1868 | 2025-07-23T00:48:51.715Z | Checking aho-corasick v1.1.3 |
1869 | 2025-07-23T00:48:51.767Z | Checking proc-macro2 v1.0.95 |
1870 | 2025-07-23T00:48:51.845Z | Checking inout v0.1.3 |
1871 | 2025-07-23T00:48:52.142Z | Checking cipher v0.4.4 |
1872 | 2025-07-23T00:48:52.424Z | Checking quote v1.0.40 |
1873 | 2025-07-23T00:48:52.568Z | Checking base64 v0.22.1 |
1874 | 2025-07-23T00:48:52.800Z | Checking syn v2.0.104 |
1875 | 2025-07-23T00:48:53.065Z | Checking ipnet v2.11.0 |
1876 | 2025-07-23T00:48:53.145Z | Checking spin v0.9.8 |
1877 | 2025-07-23T00:48:53.239Z | Checking icu_normalizer v1.5.0 |
1878 | 2025-07-23T00:48:53.294Z | Checking powerfmt v0.2.0 |
1879 | 2025-07-23T00:48:53.483Z | Checking regex-automata v0.4.8 |
1880 | 2025-07-23T00:48:53.540Z | Checking atomic-waker v1.1.2 |
1881 | 2025-07-23T00:48:53.628Z | Checking adler2 v2.0.0 |
1882 | 2025-07-23T00:48:53.677Z | Checking deranged v0.3.11 |
1883 | 2025-07-23T00:48:53.783Z | Checking num_threads v0.1.7 |
1884 | 2025-07-23T00:48:53.876Z | Checking miniz_oxide v0.8.5 |
1885 | 2025-07-23T00:48:53.987Z | Checking num-conv v0.1.0 |
1886 | 2025-07-23T00:48:54.040Z | Checking idna_adapter v1.2.0 |
1887 | 2025-07-23T00:48:54.281Z | Checking base64ct v1.6.0 |
1888 | 2025-07-23T00:48:54.332Z | Checking idna v1.0.3 |
1889 | 2025-07-23T00:48:54.516Z | Checking untrusted v0.9.0 |
1890 | 2025-07-23T00:48:54.620Z | Checking time-core v0.1.2 |
1891 | 2025-07-23T00:48:54.734Z | Checking ring v0.17.14 |
1892 | 2025-07-23T00:48:54.786Z | Checking rand_chacha v0.3.1 |
1893 | 2025-07-23T00:48:54.849Z | Checking url v2.5.4 |
1894 | 2025-07-23T00:48:54.873Z | Checking sha2 v0.10.9 |
1895 | 2025-07-23T00:48:54.961Z | Checking time v0.3.36 |
1896 | 2025-07-23T00:48:55.197Z | Checking hmac v0.12.1 |
1897 | 2025-07-23T00:48:55.426Z | Checking httparse v1.9.5 |
1898 | 2025-07-23T00:48:55.451Z | Checking rand v0.8.5 |
1899 | 2025-07-23T00:48:55.602Z | Checking tokio-util v0.7.15 |
1900 | 2025-07-23T00:48:55.694Z | Checking schemars v0.8.22 |
1901 | 2025-07-23T00:48:55.861Z | Checking rustls-pki-types v1.10.0 |
1902 | 2025-07-23T00:48:56.359Z | Checking http-body v1.0.1 |
1903 | 2025-07-23T00:48:56.443Z | Checking utf8parse v0.2.2 |
1904 | 2025-07-23T00:48:56.539Z | Checking pem-rfc7468 v0.7.0 |
1905 | 2025-07-23T00:48:56.591Z | Checking aws-lc-sys v0.26.0 |
1906 | 2025-07-23T00:48:56.646Z | Checking untrusted v0.7.1 |
1907 | 2025-07-23T00:48:56.671Z | Checking httpdate v1.0.3 |
1908 | 2025-07-23T00:48:56.834Z | Checking try-lock v0.2.5 |
1909 | 2025-07-23T00:48:56.883Z | Checking h2 v0.4.6 |
1910 | 2025-07-23T00:48:56.908Z | Checking zerocopy v0.8.26 |
1911 | 2025-07-23T00:48:56.993Z | Checking gimli v0.31.1 |
1912 | 2025-07-23T00:48:57.048Z | Checking tower-service v0.3.3 |
1913 | 2025-07-23T00:48:57.073Z | Checking want v0.3.1 |
1914 | 2025-07-23T00:48:57.238Z | Checking object v0.36.5 |
1915 | 2025-07-23T00:48:57.286Z | Checking flagset v0.4.6 |
1916 | 2025-07-23T00:48:57.345Z | Checking anstyle v1.0.11 |
1917 | 2025-07-23T00:48:57.536Z | Checking rustc-demangle v0.1.24 |
1918 | 2025-07-23T00:48:57.694Z | Checking der v0.7.9 |
1919 | 2025-07-23T00:48:57.864Z | Checking pbkdf2 v0.12.2 |
1920 | 2025-07-23T00:48:57.947Z | Checking lazy_static v1.5.0 |
1921 | 2025-07-23T00:48:58.078Z | Checking aes v0.8.4 |
1922 | 2025-07-23T00:48:58.125Z | Checking mime v0.3.17 |
1923 | 2025-07-23T00:48:58.426Z | Checking aws-lc-rs v1.12.4 |
1924 | 2025-07-23T00:48:58.469Z | Checking regex v1.11.1 |
1925 | 2025-07-23T00:48:58.861Z | Checking anstyle-parse v0.2.5 |
1926 | 2025-07-23T00:48:59.040Z | Checking cbc v0.1.2 |
1927 | 2025-07-23T00:48:59.146Z | Checking salsa20 v0.10.2 |
1928 | 2025-07-23T00:48:59.197Z | Checking spki v0.7.3 |
1929 | 2025-07-23T00:48:59.262Z | Checking slog v2.7.0 |
1930 | 2025-07-23T00:48:59.395Z | Checking anstyle-query v1.1.1 |
1931 | 2025-07-23T00:48:59.514Z | Checking openssl-probe v0.1.5 |
1932 | 2025-07-23T00:48:59.572Z | Checking is_terminal_polyfill v1.70.1 |
1933 | 2025-07-23T00:48:59.631Z | Checking foreign-types-shared v0.1.1 |
1934 | 2025-07-23T00:48:59.711Z | Checking colorchoice v1.0.2 |
1935 | 2025-07-23T00:48:59.765Z | Checking scrypt v0.11.0 |
1936 | 2025-07-23T00:48:59.790Z | Checking http-body-util v0.1.3 |
1937 | 2025-07-23T00:48:59.872Z | Checking foreign-types v0.3.2 |
1938 | 2025-07-23T00:48:59.928Z | Checking anstream v0.6.18 |
1939 | 2025-07-23T00:48:59.997Z | Checking rustls-webpki v0.102.8 |
1940 | 2025-07-23T00:49:00.056Z | Checking terminal_size v0.4.0 |
1941 | 2025-07-23T00:49:00.081Z | Checking openssl-sys v0.9.109 |
1942 | 2025-07-23T00:49:00.157Z | Checking addr2line v0.24.2 |
1943 | 2025-07-23T00:49:00.252Z | Checking pkcs5 v0.7.1 |
1944 | 2025-07-23T00:49:00.308Z | Checking toml_datetime v0.6.11 |
1945 | 2025-07-23T00:49:00.364Z | Checking serde_spanned v0.6.9 |
1946 | 2025-07-23T00:49:00.613Z | Checking strsim v0.11.1 |
1947 | 2025-07-23T00:49:00.679Z | Checking clap_lex v0.7.4 |
1948 | 2025-07-23T00:49:00.727Z | Checking serde_urlencoded v0.7.1 |
1949 | 2025-07-23T00:49:00.752Z | Checking rustls v0.23.19 |
1950 | 2025-07-23T00:49:00.834Z | Checking pkcs8 v0.10.2 |
1951 | 2025-07-23T00:49:00.922Z | Checking encoding_rs v0.8.34 |
1952 | 2025-07-23T00:49:00.976Z | Checking clap_builder v4.5.40 |
1953 | 2025-07-23T00:49:01.111Z | Checking openssl v0.10.73 |
1954 | 2025-07-23T00:49:01.163Z | Checking either v1.15.0 |
1955 | 2025-07-23T00:49:01.217Z | Checking sync_wrapper v1.0.1 |
1956 | 2025-07-23T00:49:01.415Z | Checking psl-types v2.0.11 |
1957 | 2025-07-23T00:49:01.548Z | Checking tower-layer v0.3.3 |
1958 | 2025-07-23T00:49:01.633Z | Checking publicsuffix v2.3.0 |
1959 | 2025-07-23T00:49:01.816Z | Checking tower v0.5.2 |
1960 | 2025-07-23T00:49:01.920Z | Checking rustls-native-certs v0.8.1 |
1961 | 2025-07-23T00:49:01.945Z | Checking hyper v1.6.0 |
1962 | 2025-07-23T00:49:02.167Z | Checking cookie v0.18.1 |
1963 | 2025-07-23T00:49:02.236Z | Checking backtrace v0.3.74 |
1964 | 2025-07-23T00:49:02.472Z | Checking webpki-roots v1.0.1 |
1965 | 2025-07-23T00:49:02.593Z | Checking iri-string v0.7.8 |
1966 | 2025-07-23T00:49:02.698Z | Checking cookie_store v0.21.1 |
1967 | 2025-07-23T00:49:02.755Z | Checking ipnetwork v0.21.1 |
1968 | 2025-07-23T00:49:02.806Z | Checking anyhow v1.0.98 |
1969 | 2025-07-23T00:49:03.154Z | Checking data-encoding v2.9.0 |
1970 | 2025-07-23T00:49:03.203Z | Checking unicode-width v0.2.0 |
1971 | 2025-07-23T00:49:03.361Z | Checking rand_core v0.9.2 |
1972 | 2025-07-23T00:49:03.409Z | Checking clap v4.5.40 |
1973 | 2025-07-23T00:49:03.566Z | Checking tinyvec_macros v0.1.1 |
1974 | 2025-07-23T00:49:03.637Z | Checking hyper-util v0.1.14 |
1975 | 2025-07-23T00:49:03.662Z | Checking openapiv3 v2.2.0 |
1976 | 2025-07-23T00:49:03.744Z | Checking signature v2.2.0 |
1977 | 2025-07-23T00:49:03.769Z | Checking tinyvec v1.8.0 |
1978 | 2025-07-23T00:49:03.847Z | Checking scroll v0.12.0 |
1979 | 2025-07-23T00:49:03.983Z | Checking ucd-trie v0.1.7 |
1980 | 2025-07-23T00:49:04.221Z | Checking plain v0.2.3 |
1981 | 2025-07-23T00:49:04.307Z | Checking pest v2.7.14 |
1982 | 2025-07-23T00:49:04.412Z | Checking goblin v0.8.2 |
1983 | 2025-07-23T00:49:04.736Z | Checking tower-http v0.6.6 |
1984 | 2025-07-23T00:49:04.888Z | Checking rand_chacha v0.9.0 |
1985 | 2025-07-23T00:49:05.029Z | Checking tokio-rustls v0.26.0 |
1986 | 2025-07-23T00:49:05.248Z | Checking pretty-hex v0.4.1 |
1987 | 2025-07-23T00:49:05.300Z | Checking rand v0.9.1 |
1988 | 2025-07-23T00:49:05.361Z | Checking native-tls v0.2.12 |
1989 | 2025-07-23T00:49:05.414Z | Checking thread-id v4.2.2 |
1990 | 2025-07-23T00:49:05.478Z | Checking toml_write v0.1.2 |
1991 | 2025-07-23T00:49:05.582Z | Checking winnow v0.7.10 |
1992 | 2025-07-23T00:49:05.690Z | Checking tokio-native-tls v0.3.1 |
1993 | 2025-07-23T00:49:05.800Z | Checking hyper-rustls v0.27.7 |
1994 | 2025-07-23T00:49:05.845Z | Checking sha1 v0.10.6 |
1995 | 2025-07-23T00:49:05.963Z | Checking hyper-tls v0.6.0 |
1996 | 2025-07-23T00:49:06.156Z | Checking num-integer v0.1.46 |
1997 | 2025-07-23T00:49:06.206Z | Checking memmap v0.7.0 |
1998 | 2025-07-23T00:49:06.231Z | Checking crc32fast v1.4.2 |
1999 | 2025-07-23T00:49:06.313Z | Checking static_assertions v1.1.0 |
2000 | 2025-07-23T00:49:06.338Z | Checking reqwest v0.12.22 |
2001 | 2025-07-23T00:49:06.414Z | Checking dtrace-parser v0.2.0 |
2002 | 2025-07-23T00:49:06.469Z | Checking bstr v1.10.0 |
2003 | 2025-07-23T00:49:06.521Z | Checking crossbeam-epoch v0.9.18 |
2004 | 2025-07-23T00:49:06.577Z | Checking base16ct v0.2.0 |
2005 | 2025-07-23T00:49:06.628Z | Checking oxnet v0.1.2 |
2006 | 2025-07-23T00:49:06.822Z | Checking sec1 v0.7.3 |
2007 | 2025-07-23T00:49:06.882Z | Checking ff v0.13.0 |
2008 | 2025-07-23T00:49:06.957Z | Checking zlib-rs v0.5.1 |
2009 | 2025-07-23T00:49:07.034Z | Checking num-iter v0.1.45 |
2010 | 2025-07-23T00:49:07.134Z | Checking group v0.13.0 |
2011 | 2025-07-23T00:49:07.200Z | Checking hkdf v0.12.4 |
2012 | 2025-07-23T00:49:07.254Z | Checking crypto-bigint v0.5.5 |
2013 | 2025-07-23T00:49:07.314Z | Checking hubpack v0.1.2 |
2014 | 2025-07-23T00:49:07.410Z | Checking bitflags v1.3.2 |
2015 | 2025-07-23T00:49:07.471Z | Checking unicode-segmentation v1.12.0 |
2016 | 2025-07-23T00:49:07.576Z | Checking strum v0.26.3 |
2017 | 2025-07-23T00:49:07.642Z | Checking winnow v0.5.40 |
2018 | 2025-07-23T00:49:07.792Z | Checking num-bigint-dig v0.8.4 |
2019 | 2025-07-23T00:49:07.892Z | Checking toml_edit v0.22.27 |
2020 | 2025-07-23T00:49:08.002Z | Checking pkcs1 v0.7.5 |
2021 | 2025-07-23T00:49:08.070Z | Checking bzip2-sys v0.1.13+1.0.8 |
2022 | 2025-07-23T00:49:08.238Z | Checking unicode-normalization v0.1.24 |
2023 | 2025-07-23T00:49:08.417Z | Checking dof v0.3.0 |
2024 | 2025-07-23T00:49:08.467Z | Checking itertools v0.13.0 |
2025 | 2025-07-23T00:49:08.554Z | Checking libz-rs-sys v0.5.1 |
2026 | 2025-07-23T00:49:08.808Z | Checking flate2 v1.1.2 |
2027 | 2025-07-23T00:49:09.009Z | Checking newtype-uuid v1.2.4 |
2028 | 2025-07-23T00:49:09.061Z | Checking usdt-impl v0.5.0 |
2029 | 2025-07-23T00:49:09.317Z | Checking rfc6979 v0.4.0 |
2030 | 2025-07-23T00:49:09.410Z | Checking managed v0.8.0 |
2031 | 2025-07-23T00:49:09.558Z | Checking daft v0.1.4 |
2032 | 2025-07-23T00:49:09.615Z | Checking usdt v0.5.0 |
2033 | 2025-07-23T00:49:09.615Z | Checking rsa v0.9.6 |
2034 | 2025-07-23T00:49:09.726Z | Checking elliptic-curve v0.13.8 |
2035 | 2025-07-23T00:49:09.804Z | Checking x509-cert v0.2.5 |
2036 | 2025-07-23T00:49:09.926Z | Checking curve25519-dalek v4.1.3 |
2037 | 2025-07-23T00:49:09.998Z | Checking toml_edit v0.19.15 |
2038 | 2025-07-23T00:49:10.047Z | Checking ahash v0.8.11 |
2039 | 2025-07-23T00:49:10.149Z | Checking memoffset v0.9.1 |
2040 | 2025-07-23T00:49:10.312Z | Checking signal-hook v0.3.17 |
2041 | 2025-07-23T00:49:10.360Z | Checking ecdsa v0.16.9 |
2042 | 2025-07-23T00:49:10.551Z | Checking ed25519 v2.2.3 |
2043 | 2025-07-23T00:49:10.595Z | Checking zstd-sys v2.0.14+zstd.1.5.7 |
2044 | 2025-07-23T00:49:10.684Z | Checking signal-hook-mio v0.2.4 |
2045 | 2025-07-23T00:49:10.733Z | Checking bzip2 v0.4.4 |
2046 | 2025-07-23T00:49:10.846Z | Checking zstd-safe v7.2.3 |
2047 | 2025-07-23T00:49:10.902Z | Checking console v0.15.10 |
2048 | 2025-07-23T00:49:10.928Z | Checking unicode-xid v0.2.6 |
2049 | 2025-07-23T00:49:11.008Z | Checking bumpalo v3.16.0 |
2050 | 2025-07-23T00:49:11.063Z | Checking lockfree-object-pool v0.1.6 |
2051 | 2025-07-23T00:49:11.127Z | Checking siphasher v0.3.11 |
2052 | 2025-07-23T00:49:11.181Z | Checking simd-adler32 v0.3.7 |
2053 | 2025-07-23T00:49:11.235Z | Checking zstd v0.13.3 |
2054 | 2025-07-23T00:49:11.354Z | Checking zip v0.6.6 |
2055 | 2025-07-23T00:49:11.402Z | Checking crossterm v0.28.1 |
2056 | 2025-07-23T00:49:11.463Z | Checking phf_shared v0.11.2 |
2057 | 2025-07-23T00:49:11.488Z | Checking ed25519-dalek v2.1.1 |
2058 | 2025-07-23T00:49:11.586Z | Checking bzip2 v0.5.2 |
2059 | 2025-07-23T00:49:11.616Z | Checking zopfli v0.8.1 |
2060 | 2025-07-23T00:49:11.685Z | Checking itertools v0.10.5 |
2061 | 2025-07-23T00:49:11.767Z | Checking hash32 v0.2.1 |
2062 | 2025-07-23T00:49:11.892Z | Checking winnow v0.6.26 |
2063 | 2025-07-23T00:49:11.957Z | Checking unicode-properties v0.1.3 |
2064 | 2025-07-23T00:49:12.005Z | Checking predicates-core v1.0.8 |
2065 | 2025-07-23T00:49:12.090Z | Checking unicode-bidi v0.3.17 |
2066 | 2025-07-23T00:49:12.137Z | Checking toml v0.7.8 |
2067 | 2025-07-23T00:49:12.235Z | Checking heapless v0.7.17 |
2068 | 2025-07-23T00:49:12.288Z | Checking zip v4.2.0 |
2069 | 2025-07-23T00:49:12.345Z | Checking nix v0.29.0 |
2070 | 2025-07-23T00:49:12.658Z | Checking stringprep v0.1.5 |
2071 | 2025-07-23T00:49:12.802Z | Checking similar v2.7.0 |
2072 | 2025-07-23T00:49:12.870Z | Checking hickory-proto v0.25.2 |
2073 | 2025-07-23T00:49:12.950Z | Checking tokio-stream v0.1.17 |
2074 | 2025-07-23T00:49:13.106Z | Checking md-5 v0.10.6 |
2075 | 2025-07-23T00:49:13.365Z | Checking float-cmp v0.10.0 |
2076 | 2025-07-23T00:49:13.414Z | Checking fallible-iterator v0.2.0 |
2077 | 2025-07-23T00:49:13.487Z | Checking difflib v0.4.0 |
2078 | 2025-07-23T00:49:13.558Z | Checking normalize-line-endings v0.3.0 |
2079 | 2025-07-23T00:49:13.614Z | Checking smoltcp v0.9.1 |
2080 | 2025-07-23T00:49:13.672Z | Checking buf-list v1.0.3 |
2081 | 2025-07-23T00:49:13.735Z | Checking fs-err v3.1.1 |
2082 | 2025-07-23T00:49:13.783Z | Checking serde-big-array v0.5.1 |
2083 | 2025-07-23T00:49:13.866Z | Checking predicates v3.1.3 |
2084 | 2025-07-23T00:49:14.001Z | Checking postgres-protocol v0.6.8 |
2085 | 2025-07-23T00:49:14.057Z | Checking strum v0.27.1 |
2086 | 2025-07-23T00:49:14.110Z | Checking lalrpop-util v0.19.12 |
2087 | 2025-07-23T00:49:14.191Z | Checking new_debug_unreachable v1.0.6 |
2088 | 2025-07-23T00:49:14.273Z | Checking precomputed-hash v0.1.1 |
2089 | 2025-07-23T00:49:14.324Z | Checking fixedbitset v0.4.2 |
2090 | 2025-07-23T00:49:14.379Z | Checking phf v0.11.2 |
2091 | 2025-07-23T00:49:14.439Z | Checking itertools v0.12.1 |
2092 | 2025-07-23T00:49:14.495Z | Checking string_cache v0.8.9 |
2093 | 2025-07-23T00:49:14.521Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
2094 | 2025-07-23T00:49:14.622Z | Checking postgres-types v0.2.9 |
2095 | 2025-07-23T00:49:14.681Z | Checking petgraph v0.6.5 |
2096 | 2025-07-23T00:49:14.733Z | Checking whoami v1.5.2 |
2097 | 2025-07-23T00:49:14.826Z | Checking peg-runtime v0.8.5 |
2098 | 2025-07-23T00:49:14.914Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
2099 | 2025-07-23T00:49:14.940Z | Checking minimal-lexical v0.2.1 |
2100 | 2025-07-23T00:49:15.074Z | Checking rustc-hash v2.1.1 |
2101 | 2025-07-23T00:49:15.265Z | Checking tokio-postgres v0.7.13 |
2102 | 2025-07-23T00:49:15.319Z | Compiling regress v0.10.3 |
2103 | 2025-07-23T00:49:15.344Z | Checking camino v1.1.10 |
2104 | 2025-07-23T00:49:15.414Z | Checking nom v7.1.3 |
2105 | 2025-07-23T00:49:15.897Z | Compiling ident_case v1.0.1 |
2106 | 2025-07-23T00:49:16.113Z | Checking fastrand v2.1.1 |
2107 | 2025-07-23T00:49:16.432Z | Checking futures-executor v0.3.31 |
2108 | 2025-07-23T00:49:16.493Z | Checking heck v0.5.0 |
2109 | 2025-07-23T00:49:16.697Z | Checking futures v0.3.31 |
2110 | 2025-07-23T00:49:16.745Z | Compiling unsafe-libyaml v0.2.11 |
2111 | 2025-07-23T00:49:16.853Z | Compiling darling_core v0.20.10 |
2112 | 2025-07-23T00:49:17.528Z | Checking rustix v1.0.7 |
2113 | 2025-07-23T00:49:17.581Z | Checking crossbeam-channel v0.5.15 |
2114 | 2025-07-23T00:49:18.137Z | Compiling serde_yaml v0.9.34+deprecated |
2115 | 2025-07-23T00:49:18.234Z | Checking is-terminal v0.4.13 |
2116 | 2025-07-23T00:49:18.397Z | Compiling structmeta-derive v0.3.0 |
2117 | 2025-07-23T00:49:18.448Z | Checking toml v0.8.23 |
2118 | 2025-07-23T00:49:18.879Z | Checking dirs-sys-next v0.1.2 |
2119 | 2025-07-23T00:49:18.959Z | Checking tempfile v3.20.0 |
2120 | 2025-07-23T00:49:19.114Z | Checking dirs-next v2.0.0 |
2121 | 2025-07-23T00:49:19.162Z | Checking thread_local v1.1.8 |
2122 | 2025-07-23T00:49:19.312Z | Checking term v0.7.0 |
2123 | 2025-07-23T00:49:19.365Z | Checking take_mut v0.2.2 |
2124 | 2025-07-23T00:49:19.477Z | Compiling rustls v0.22.4 |
2125 | 2025-07-23T00:49:19.575Z | Checking slog-async v2.8.0 |
2126 | 2025-07-23T00:49:19.630Z | Checking quick-error v1.2.3 |
2127 | 2025-07-23T00:49:19.756Z | Checking slog-term v2.9.1 |
2128 | 2025-07-23T00:49:19.867Z | Compiling multer v3.1.0 |
2129 | 2025-07-23T00:49:19.924Z | Compiling async-stream-impl v0.3.6 |
2130 | 2025-07-23T00:49:19.984Z | Compiling dropshot v0.16.2 |
2131 | 2025-07-23T00:49:20.038Z | Compiling dropshot_endpoint v0.16.2 |
2132 | 2025-07-23T00:49:20.270Z | Checking bit-vec v0.8.0 |
2133 | 2025-07-23T00:49:20.382Z | Checking match_cfg v0.1.0 |
2134 | 2025-07-23T00:49:20.454Z | Compiling typify-impl v0.3.0 |
2135 | 2025-07-23T00:49:20.532Z | Compiling structmeta v0.3.0 |
2136 | 2025-07-23T00:49:20.579Z | Checking hostname v0.3.1 |
2137 | 2025-07-23T00:49:20.665Z | Checking bit-set v0.8.0 |
2138 | 2025-07-23T00:49:20.775Z | Checking hex v0.4.3 |
2139 | 2025-07-23T00:49:20.942Z | Compiling derive-ex v0.1.8 |
2140 | 2025-07-23T00:49:20.992Z | Checking wait-timeout v0.2.0 |
2141 | 2025-07-23T00:49:21.049Z | Checking debug-ignore v1.0.5 |
2142 | 2025-07-23T00:49:21.161Z | Checking rand_xorshift v0.4.0 |
2143 | 2025-07-23T00:49:21.238Z | Checking rusty-fork v0.3.0 |
2144 | 2025-07-23T00:49:21.288Z | Checking unarray v0.1.4 |
2145 | 2025-07-23T00:49:21.313Z | Checking progenitor-client v0.10.0 |
2146 | 2025-07-23T00:49:21.400Z | Checking serde_path_to_error v0.1.17 |
2147 | 2025-07-23T00:49:21.562Z | Checking proptest v1.7.0 |
2148 | 2025-07-23T00:49:21.646Z | Compiling darling_macro v0.20.10 |
2149 | 2025-07-23T00:49:21.757Z | Checking slog-json v2.6.1 |
2150 | 2025-07-23T00:49:21.978Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2151 | 2025-07-23T00:49:22.043Z | Compiling derive-where v1.5.0 |
2152 | 2025-07-23T00:49:22.416Z | Compiling darling v0.20.10 |
2153 | 2025-07-23T00:49:22.579Z | Compiling serde_with_macros v3.14.0 |
2154 | 2025-07-23T00:49:22.656Z | Compiling ref-cast v1.0.24 |
2155 | 2025-07-23T00:49:23.228Z | Checking slog-bunyan v2.5.0 |
2156 | 2025-07-23T00:49:23.380Z | Checking async-stream v0.3.6 |
2157 | 2025-07-23T00:49:23.439Z | Compiling parse-display-derive v0.10.0 |
2158 | 2025-07-23T00:49:24.007Z | Checking rustls-pemfile v2.2.0 |
2159 | 2025-07-23T00:49:24.260Z | Checking waitgroup v0.1.2 |
2160 | 2025-07-23T00:49:24.309Z | Compiling test-strategy v0.4.3 |
2161 | 2025-07-23T00:49:24.457Z | Checking tokio-rustls v0.25.0 |
2162 | 2025-07-23T00:49:24.503Z | Checking hostname v0.4.0 |
2163 | 2025-07-23T00:49:24.596Z | Compiling ref-cast-impl v1.0.24 |
2164 | 2025-07-23T00:49:24.691Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2165 | 2025-07-23T00:49:24.738Z | Checking serde_with v3.14.0 |
2166 | 2025-07-23T00:49:24.896Z | Checking macaddr v1.0.1 |
2167 | 2025-07-23T00:49:25.268Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2168 | 2025-07-23T00:49:25.380Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2169 | 2025-07-23T00:49:25.949Z | Checking instant v0.1.13 |
2170 | 2025-07-23T00:49:25.994Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2171 | 2025-07-23T00:49:26.114Z | Checking progenitor-client v0.9.1 |
2172 | 2025-07-23T00:49:26.211Z | Checking backoff v0.4.0 |
2173 | 2025-07-23T00:49:26.580Z | Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
2174 | 2025-07-23T00:49:26.712Z | Checking parse-display v0.10.0 |
2175 | 2025-07-23T00:49:26.760Z | Checking iddqd v0.3.9 |
2176 | 2025-07-23T00:49:26.915Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
2177 | 2025-07-23T00:49:26.995Z | Checking camino-tempfile v1.4.1 |
2178 | 2025-07-23T00:49:27.045Z | Checking unicode-width v0.1.14 |
2179 | 2025-07-23T00:49:27.173Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570) |
2180 | 2025-07-23T00:49:27.321Z | Compiling proc-macro-error v1.0.4 |
2181 | 2025-07-23T00:49:27.525Z | Compiling proc-macro-crate v1.3.1 |
2182 | 2025-07-23T00:49:27.649Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2183 | 2025-07-23T00:49:27.805Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2184 | 2025-07-23T00:49:27.858Z | Checking tabwriter v1.4.0 |
2185 | 2025-07-23T00:49:27.907Z | Compiling foreign-types-macros v0.2.3 |
2186 | 2025-07-23T00:49:28.073Z | Checking foreign-types-shared v0.3.1 |
2187 | 2025-07-23T00:49:28.258Z | Checking cstr-argument v0.1.2 |
2188 | 2025-07-23T00:49:28.316Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2189 | 2025-07-23T00:49:28.417Z | Compiling num_enum_derive v0.5.11 |
2190 | 2025-07-23T00:49:28.417Z | Checking pretty-hex v0.2.1 |
2191 | 2025-07-23T00:49:28.526Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
2192 | 2025-07-23T00:49:28.551Z | Checking colored v2.2.0 |
2193 | 2025-07-23T00:49:28.680Z | Checking smf v0.2.3 |
2194 | 2025-07-23T00:49:28.746Z | Checking itertools v0.14.0 |
2195 | 2025-07-23T00:49:28.992Z | Checking crossbeam-deque v0.8.5 |
2196 | 2025-07-23T00:49:29.040Z | Checking foreign-types v0.5.0 |
2197 | 2025-07-23T00:49:29.065Z | Compiling rayon-core v1.12.1 |
2198 | 2025-07-23T00:49:29.154Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2199 | 2025-07-23T00:49:29.180Z | Checking base64 v0.21.7 |
2200 | 2025-07-23T00:49:29.277Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2201 | 2025-07-23T00:49:29.351Z | Checking atomicwrites v0.4.4 |
2202 | 2025-07-23T00:49:29.459Z | Compiling typify-impl v0.4.1 |
2203 | 2025-07-23T00:49:29.605Z | Compiling crucible-workspace-hack v0.1.0 |
2204 | 2025-07-23T00:49:29.657Z | Compiling darling_core v0.21.0 |
2205 | 2025-07-23T00:49:29.683Z | Checking glob v0.3.2 |
2206 | 2025-07-23T00:49:30.184Z | Checking rayon v1.10.0 |
2207 | 2025-07-23T00:49:30.391Z | Checking num_enum v0.5.11 |
2208 | 2025-07-23T00:49:30.595Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2209 | 2025-07-23T00:49:30.962Z | Compiling heapless v0.8.0 |
2210 | 2025-07-23T00:49:31.776Z | Checking hash32 v0.3.1 |
2211 | 2025-07-23T00:49:31.890Z | Compiling typify-macro v0.3.0 |
2212 | 2025-07-23T00:49:32.025Z | Compiling smoltcp v0.11.0 |
2213 | 2025-07-23T00:49:32.601Z | Checking same-file v1.0.6 |
2214 | 2025-07-23T00:49:32.648Z | Checking cobs v0.2.3 |
2215 | 2025-07-23T00:49:32.770Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2) |
2216 | 2025-07-23T00:49:32.832Z | Checking walkdir v2.5.0 |
2217 | 2025-07-23T00:49:32.894Z | Checking postcard v1.0.10 |
2218 | 2025-07-23T00:49:33.167Z | Checking sigpipe v0.1.3 |
2219 | 2025-07-23T00:49:33.222Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2) |
2220 | 2025-07-23T00:49:33.283Z | Checking jiff v0.2.15 |
2221 | 2025-07-23T00:49:33.359Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2) |
2222 | 2025-07-23T00:49:33.435Z | Compiling zone_cfg_derive v0.3.0 |
2223 | 2025-07-23T00:49:33.725Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2) |
2224 | 2025-07-23T00:49:34.102Z | Compiling num-derive v0.4.2 |
2225 | 2025-07-23T00:49:34.221Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2226 | 2025-07-23T00:49:34.654Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2) |
2227 | 2025-07-23T00:49:34.728Z | Checking zone v0.3.1 |
2228 | 2025-07-23T00:49:34.922Z | Compiling darling_macro v0.21.0 |
2229 | 2025-07-23T00:49:34.983Z | Compiling convert_case v0.4.0 |
2230 | 2025-07-23T00:49:35.401Z | Compiling typify v0.3.0 |
2231 | 2025-07-23T00:49:35.630Z | Compiling progenitor-impl v0.9.1 |
2232 | 2025-07-23T00:49:35.688Z | Checking utf-8 v0.7.6 |
2233 | 2025-07-23T00:49:35.807Z | Compiling derive_more v0.99.20 |
2234 | 2025-07-23T00:49:35.905Z | Compiling darling v0.21.0 |
2235 | 2025-07-23T00:49:36.004Z | Checking tokio-dtrace v0.1.0 |
2236 | 2025-07-23T00:49:36.058Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
2237 | 2025-07-23T00:49:36.114Z | Compiling ingot-macros v0.1.1 |
2238 | 2025-07-23T00:49:36.337Z | Checking oxide-tokio-rt v0.1.2 |
2239 | 2025-07-23T00:49:36.573Z | Checking tungstenite v0.21.0 |
2240 | 2025-07-23T00:49:36.598Z | Checking half v2.4.1 |
2241 | 2025-07-23T00:49:37.036Z | Checking ciborium-io v0.2.2 |
2242 | 2025-07-23T00:49:37.203Z | Checking ciborium-ll v0.2.2 |
2243 | 2025-07-23T00:49:37.337Z | Checking tokio-tungstenite v0.21.0 |
2244 | 2025-07-23T00:49:37.424Z | Checking pem v3.0.5 |
2245 | 2025-07-23T00:49:37.522Z | Checking ciborium v0.2.2 |
2246 | 2025-07-23T00:49:37.726Z | Checking newline-converter v0.3.0 |
2247 | 2025-07-23T00:49:37.835Z | Checking num-rational v0.4.2 |
2248 | 2025-07-23T00:49:37.939Z | Checking expectorate v1.2.0 |
2249 | 2025-07-23T00:49:38.171Z | Checking num-complex v0.4.6 |
2250 | 2025-07-23T00:49:38.387Z | Checking indent_write v2.2.0 |
2251 | 2025-07-23T00:49:38.451Z | Checking float-ord v0.3.2 |
2252 | 2025-07-23T00:49:38.592Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2253 | 2025-07-23T00:49:38.707Z | Checking secrecy v0.10.3 |
2254 | 2025-07-23T00:49:38.761Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2255 | 2025-07-23T00:49:38.957Z | Checking bytecount v0.6.8 |
2256 | 2025-07-23T00:49:39.011Z | Checking fixedbitset v0.5.7 |
2257 | 2025-07-23T00:49:39.065Z | Checking num v0.4.3 |
2258 | 2025-07-23T00:49:39.124Z | Checking xattr v1.3.1 |
2259 | 2025-07-23T00:49:39.181Z | Checking filetime v0.2.25 |
2260 | 2025-07-23T00:49:39.245Z | Checking arc-swap v1.7.1 |
2261 | 2025-07-23T00:49:39.399Z | Checking password-hash v0.5.0 |
2262 | 2025-07-23T00:49:39.452Z | Checking petgraph v0.8.2 |
2263 | 2025-07-23T00:49:39.477Z | Checking tar v0.4.44 |
2264 | 2025-07-23T00:49:39.682Z | Checking slog-scope v4.4.0 |
2265 | 2025-07-23T00:49:39.862Z | Checking blake2 v0.10.6 |
2266 | 2025-07-23T00:49:39.924Z | Checking slog-stdlog v4.1.1 |
2267 | 2025-07-23T00:49:40.145Z | Checking slog-envlogger v2.2.0 |
2268 | 2025-07-23T00:49:40.267Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2269 | 2025-07-23T00:49:40.338Z | Checking argon2 v0.5.3 |
2270 | 2025-07-23T00:49:40.403Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
2271 | 2025-07-23T00:49:41.010Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2272 | 2025-07-23T00:49:41.070Z | Checking swrite v0.1.0 |
2273 | 2025-07-23T00:49:41.096Z | Compiling typify-macro v0.4.1 |
2274 | 2025-07-23T00:49:41.176Z | Compiling owo-colors v4.2.2 |
2275 | 2025-07-23T00:49:41.222Z | Compiling cancel-safe-futures v0.1.5 |
2276 | 2025-07-23T00:49:41.277Z | Compiling progenitor-macro v0.9.1 |
2277 | 2025-07-23T00:49:41.326Z | Checking libsw-core v0.3.1 |
2278 | 2025-07-23T00:49:41.433Z | Checking linear-map v1.2.0 |
2279 | 2025-07-23T00:49:41.523Z | Checking ingot-types v0.1.2 |
2280 | 2025-07-23T00:49:41.634Z | Checking libsw v3.5.0 |
2281 | 2025-07-23T00:49:41.816Z | Compiling async-recursion v1.1.1 |
2282 | 2025-07-23T00:49:41.932Z | Checking keccak v0.1.5 |
2283 | 2025-07-23T00:49:42.147Z | Compiling typify-impl v0.2.0 |
2284 | 2025-07-23T00:49:42.263Z | Checking ingot v0.1.1 |
2285 | 2025-07-23T00:49:42.310Z | Checking sha3 v0.10.8 |
2286 | 2025-07-23T00:49:42.394Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
2287 | 2025-07-23T00:49:43.039Z | Checking prettyplease v0.2.35 |
2288 | 2025-07-23T00:49:43.223Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2289 | 2025-07-23T00:49:44.398Z | Compiling typify v0.4.1 |
2290 | 2025-07-23T00:49:44.575Z | Compiling progenitor-impl v0.10.0 |
2291 | 2025-07-23T00:49:45.164Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2) |
2292 | 2025-07-23T00:49:45.559Z | Checking headers-core v0.3.0 |
2293 | 2025-07-23T00:49:47.042Z | Checking headers v0.4.1 |
2294 | 2025-07-23T00:49:47.211Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2) |
2295 | 2025-07-23T00:49:47.260Z | Checking papergrid v0.11.0 |
2296 | 2025-07-23T00:49:48.021Z | Compiling tabled_derive v0.7.0 |
2297 | 2025-07-23T00:49:48.772Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2) |
2298 | 2025-07-23T00:49:50.119Z | Compiling progenitor-macro v0.10.0 |
2299 | 2025-07-23T00:49:51.736Z | Checking tabled v0.15.0 |
2300 | 2025-07-23T00:49:51.896Z | Checking progenitor v0.9.1 |
2301 | 2025-07-23T00:49:52.180Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd) |
2302 | 2025-07-23T00:49:53.606Z | Compiling typify-macro v0.2.0 |
2303 | 2025-07-23T00:49:55.628Z | Checking globset v0.4.15 |
2304 | 2025-07-23T00:49:56.115Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2305 | 2025-07-23T00:49:56.818Z | Compiling typify v0.2.0 |
2306 | 2025-07-23T00:49:57.030Z | Compiling progenitor-impl v0.8.0 |
2307 | 2025-07-23T00:49:58.504Z | Compiling lzma-sys v0.1.20 |
2308 | 2025-07-23T00:49:59.198Z | Checking highway v1.3.0 |
2309 | 2025-07-23T00:49:59.639Z | Checking progenitor-client v0.8.0 |
2310 | 2025-07-23T00:49:59.694Z | Compiling heck v0.3.3 |
2311 | 2025-07-23T00:50:00.074Z | Compiling zone_cfg_derive v0.1.2 |
2312 | 2025-07-23T00:50:00.540Z | Checking resolv-conf v0.7.0 |
2313 | 2025-07-23T00:50:00.655Z | Checking progenitor v0.10.0 |
2314 | 2025-07-23T00:50:00.919Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2315 | 2025-07-23T00:50:00.975Z | Checking yasna v0.5.2 |
2316 | 2025-07-23T00:50:01.233Z | Checking base64 v0.13.1 |
2317 | 2025-07-23T00:50:01.304Z | Checking number_prefix v0.4.0 |
2318 | 2025-07-23T00:50:01.381Z | Checking zone v0.1.8 |
2319 | 2025-07-23T00:50:01.585Z | Checking indicatif v0.17.11 |
2320 | 2025-07-23T00:50:01.749Z | Checking ron v0.7.1 |
2321 | 2025-07-23T00:50:01.847Z | Checking rcgen v0.12.1 |
2322 | 2025-07-23T00:50:02.091Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2323 | 2025-07-23T00:50:02.320Z | Checking xz2 v0.1.7 |
2324 | 2025-07-23T00:50:02.601Z | Compiling pin-project-internal v1.1.6 |
2325 | 2025-07-23T00:50:02.650Z | Compiling progenitor-macro v0.8.0 |
2326 | 2025-07-23T00:50:02.705Z | Checking subprocess v0.2.9 |
2327 | 2025-07-23T00:50:02.812Z | Compiling snafu-derive v0.8.5 |
2328 | 2025-07-23T00:50:02.859Z | Checking olpc-cjson v0.1.4 |
2329 | 2025-07-23T00:50:03.135Z | Checking serde_plain v1.0.2 |
2330 | 2025-07-23T00:50:03.255Z | Checking typed-path v0.9.3 |
2331 | 2025-07-23T00:50:03.427Z | Checking unicode-linebreak v0.1.5 |
2332 | 2025-07-23T00:50:03.892Z | Checking smawk v0.3.2 |
2333 | 2025-07-23T00:50:04.143Z | Checking textwrap v0.16.2 |
2334 | 2025-07-23T00:50:04.576Z | Checking universal-hash v0.5.1 |
2335 | 2025-07-23T00:50:04.818Z | Checking opaque-debug v0.3.1 |
2336 | 2025-07-23T00:50:04.962Z | Checking pin-project v1.1.6 |
2337 | 2025-07-23T00:50:05.012Z | Checking humantime v2.2.0 |
2338 | 2025-07-23T00:50:05.068Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
2339 | 2025-07-23T00:50:05.157Z | Checking aead v0.5.2 |
2340 | 2025-07-23T00:50:05.339Z | Compiling semver v0.1.20 |
2341 | 2025-07-23T00:50:05.387Z | Checking poly1305 v0.8.0 |
2342 | 2025-07-23T00:50:05.443Z | Checking chacha20 v0.9.1 |
2343 | 2025-07-23T00:50:05.816Z | Compiling rustc_version v0.1.7 |
2344 | 2025-07-23T00:50:05.908Z | Checking linked-hash-map v0.5.6 |
2345 | 2025-07-23T00:50:05.952Z | Checking hickory-proto v0.24.4 |
2346 | 2025-07-23T00:50:06.256Z | Compiling newtype_derive v0.1.6 |
2347 | 2025-07-23T00:50:06.303Z | Checking lru-cache v0.1.2 |
2348 | 2025-07-23T00:50:06.551Z | Compiling thiserror-impl-no-std v2.0.2 |
2349 | 2025-07-23T00:50:06.867Z | Checking snafu v0.8.5 |
2350 | 2025-07-23T00:50:06.913Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2351 | 2025-07-23T00:50:07.341Z | Checking tough v0.20.0 |
2352 | 2025-07-23T00:50:07.408Z | Checking chacha20poly1305 v0.10.1 |
2353 | 2025-07-23T00:50:07.668Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2354 | 2025-07-23T00:50:08.589Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2355 | 2025-07-23T00:50:08.889Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2356 | 2025-07-23T00:50:08.953Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2357 | 2025-07-23T00:50:09.357Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2358 | 2025-07-23T00:50:09.614Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2359 | 2025-07-23T00:50:11.293Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2360 | 2025-07-23T00:50:11.610Z | Checking thiserror-no-std v2.0.2 |
2361 | 2025-07-23T00:50:11.667Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2362 | 2025-07-23T00:50:11.811Z | Checking vsss-rs v3.3.4 |
2363 | 2025-07-23T00:50:12.235Z | Checking hickory-resolver v0.24.4 |
2364 | 2025-07-23T00:50:12.344Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2365 | 2025-07-23T00:50:12.465Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2366 | 2025-07-23T00:50:12.562Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2367 | 2025-07-23T00:50:12.762Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
2368 | 2025-07-23T00:50:13.330Z | Checking progenitor v0.8.0 |
2369 | 2025-07-23T00:50:13.584Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2370 | 2025-07-23T00:50:13.749Z | Checking qorb v0.4.0 |
2371 | 2025-07-23T00:50:13.906Z | Checking steno v0.4.1 |
2372 | 2025-07-23T00:50:14.231Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
2373 | 2025-07-23T00:50:14.797Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2) |
2374 | 2025-07-23T00:50:15.226Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2) |
2375 | 2025-07-23T00:50:15.530Z | Compiling moka v0.12.10 |
2376 | 2025-07-23T00:50:15.875Z | Checking tagptr v0.2.0 |
2377 | 2025-07-23T00:50:15.930Z | Compiling slog-dtrace v0.3.0 |
2378 | 2025-07-23T00:50:15.972Z | Checking display-error-chain v0.2.2 |
2379 | 2025-07-23T00:50:16.024Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2380 | 2025-07-23T00:50:16.219Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2381 | 2025-07-23T00:50:16.998Z | Checking gethostname v0.5.0 |
2382 | 2025-07-23T00:50:17.066Z | Checking nibble_vec v0.1.0 |
2383 | 2025-07-23T00:50:17.200Z | Checking endian-type v0.1.2 |
2384 | 2025-07-23T00:50:17.257Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
2385 | 2025-07-23T00:50:17.318Z | Checking termcolor v1.4.1 |
2386 | 2025-07-23T00:50:17.409Z | Compiling radium v0.7.0 |
2387 | 2025-07-23T00:50:17.486Z | Checking radix_trie v0.2.1 |
2388 | 2025-07-23T00:50:17.544Z | Checking hickory-resolver v0.25.2 |
2389 | 2025-07-23T00:50:17.599Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2390 | 2025-07-23T00:50:17.654Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2) |
2391 | 2025-07-23T00:50:17.782Z | Compiling libefi-sys v0.1.0 |
2392 | 2025-07-23T00:50:17.935Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2393 | 2025-07-23T00:50:17.997Z | Compiling zerocopy-derive v0.6.6 |
2394 | 2025-07-23T00:50:18.163Z | Compiling bitfield-struct v0.6.2 |
2395 | 2025-07-23T00:50:18.348Z | Checking tap v1.0.1 |
2396 | 2025-07-23T00:50:18.557Z | Compiling maybe-uninit v2.0.0 |
2397 | 2025-07-23T00:50:18.991Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2398 | 2025-07-23T00:50:19.215Z | Checking wyz v0.5.1 |
2399 | 2025-07-23T00:50:19.357Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2400 | 2025-07-23T00:50:19.452Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2401 | 2025-07-23T00:50:19.683Z | Checking zerocopy v0.6.6 |
2402 | 2025-07-23T00:50:19.950Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2403 | 2025-07-23T00:50:20.183Z | Checking crc-catalog v2.4.0 |
2404 | 2025-07-23T00:50:20.283Z | Compiling packed_struct v0.10.1 |
2405 | 2025-07-23T00:50:20.334Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2406 | 2025-07-23T00:50:20.392Z | Checking funty v2.0.0 |
2407 | 2025-07-23T00:50:20.445Z | Checking crc v3.2.1 |
2408 | 2025-07-23T00:50:20.802Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2409 | 2025-07-23T00:50:20.942Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2410 | 2025-07-23T00:50:21.191Z | Checking bitvec v1.0.1 |
2411 | 2025-07-23T00:50:21.239Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2412 | 2025-07-23T00:50:21.354Z | Compiling packed_struct_codegen v0.10.1 |
2413 | 2025-07-23T00:50:21.456Z | Compiling indexmap v1.9.3 |
2414 | 2025-07-23T00:50:21.541Z | Checking nodrop v0.1.14 |
2415 | 2025-07-23T00:50:21.730Z | Checking array-init v0.0.4 |
2416 | 2025-07-23T00:50:21.872Z | Checking smallvec v0.6.14 |
2417 | 2025-07-23T00:50:22.257Z | Checking bitfield v0.14.0 |
2418 | 2025-07-23T00:50:22.544Z | Checking hashbrown v0.12.3 |
2419 | 2025-07-23T00:50:22.589Z | Checking termtree v0.5.1 |
2420 | 2025-07-23T00:50:22.770Z | Checking serde-hex v0.1.0 |
2421 | 2025-07-23T00:50:22.858Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2422 | 2025-07-23T00:50:23.447Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2423 | 2025-07-23T00:50:23.655Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2424 | 2025-07-23T00:50:23.789Z | Checking env_logger v0.10.2 |
2425 | 2025-07-23T00:50:24.119Z | Checking ron v0.8.1 |
2426 | 2025-07-23T00:50:24.253Z | Checking hashbrown v0.13.2 |
2427 | 2025-07-23T00:50:24.560Z | Compiling proc-macro-error-attr2 v2.0.0 |
2428 | 2025-07-23T00:50:25.059Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2429 | 2025-07-23T00:50:25.129Z | Checking crc-any v2.5.0 |
2430 | 2025-07-23T00:50:25.263Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2431 | 2025-07-23T00:50:25.310Z | Compiling proc-macro-error2 v2.0.1 |
2432 | 2025-07-23T00:50:25.516Z | Checking object v0.30.4 |
2433 | 2025-07-23T00:50:25.562Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
2434 | 2025-07-23T00:50:25.886Z | Checking maplit v1.0.2 |
2435 | 2025-07-23T00:50:26.030Z | Checking path-slash v0.1.5 |
2436 | 2025-07-23T00:50:26.075Z | Compiling tabled_derive v0.10.0 |
2437 | 2025-07-23T00:50:26.424Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#17d04af6) |
2438 | 2025-07-23T00:50:28.359Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2439 | 2025-07-23T00:50:28.462Z | Checking papergrid v0.14.0 |
2440 | 2025-07-23T00:50:28.927Z | Compiling num-derive v0.3.3 |
2441 | 2025-07-23T00:50:29.260Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
2442 | 2025-07-23T00:50:29.964Z | Checking tabled v0.18.0 |
2443 | 2025-07-23T00:50:30.733Z | Checking libscf-sys v1.1.0 |
2444 | 2025-07-23T00:50:31.012Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2445 | 2025-07-23T00:50:31.241Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
2446 | 2025-07-23T00:50:31.672Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
2447 | 2025-07-23T00:50:32.210Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
2448 | 2025-07-23T00:50:32.263Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
2449 | 2025-07-23T00:50:32.344Z | Compiling xshell-macros v0.2.7 |
2450 | 2025-07-23T00:50:32.662Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
2451 | 2025-07-23T00:50:32.735Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2452 | 2025-07-23T00:50:32.805Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#17d04af6) |
2453 | 2025-07-23T00:50:33.006Z | Checking xshell v0.2.7 |
2454 | 2025-07-23T00:50:33.056Z | Checking fxhash v0.2.1 |
2455 | 2025-07-23T00:50:33.265Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
2456 | 2025-07-23T00:50:33.314Z | Checking crc8 v0.1.1 |
2457 | 2025-07-23T00:50:33.393Z | Compiling vte_generate_state_changes v0.1.2 |
2458 | 2025-07-23T00:50:33.443Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2459 | 2025-07-23T00:50:33.529Z | Checking fd-lock v4.0.2 |
2460 | 2025-07-23T00:50:33.821Z | Compiling const_format_proc_macros v0.2.34 |
2461 | 2025-07-23T00:50:34.035Z | Checking vte v0.11.1 |
2462 | 2025-07-23T00:50:34.601Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#cec2560e) |
2463 | 2025-07-23T00:50:35.166Z | Checking strip-ansi-escapes v0.2.0 |
2464 | 2025-07-23T00:50:35.274Z | Checking nu-ansi-term v0.50.1 |
2465 | 2025-07-23T00:50:35.400Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570) |
2466 | 2025-07-23T00:50:35.455Z | Checking const_format v0.2.34 |
2467 | 2025-07-23T00:50:35.697Z | Checking reedline v0.40.0 |
2468 | 2025-07-23T00:50:35.842Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
2469 | 2025-07-23T00:50:35.927Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2470 | 2025-07-23T00:50:35.973Z | Checking kstat-rs v0.2.4 |
2471 | 2025-07-23T00:50:36.216Z | Checking home v0.5.9 |
2472 | 2025-07-23T00:50:36.364Z | Checking half v1.8.3 |
2473 | 2025-07-23T00:50:36.439Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2474 | 2025-07-23T00:50:36.513Z | Compiling nix v0.30.1 |
2475 | 2025-07-23T00:50:36.639Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
2476 | 2025-07-23T00:50:36.687Z | Compiling dsl_auto_type v0.1.2 |
2477 | 2025-07-23T00:50:36.783Z | Checking scheduled-thread-pool v0.2.7 |
2478 | 2025-07-23T00:50:36.831Z | Checking serde_cbor v0.11.2 |
2479 | 2025-07-23T00:50:37.083Z | Compiling diesel_table_macro_syntax v0.2.0 |
2480 | 2025-07-23T00:50:37.132Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
2481 | 2025-07-23T00:50:37.533Z | Checking r2d2 v0.8.10 |
2482 | 2025-07-23T00:50:37.618Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2483 | 2025-07-23T00:50:37.899Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2484 | 2025-07-23T00:50:37.952Z | Compiling diesel_derives v2.2.3 |
2485 | 2025-07-23T00:50:38.036Z | Compiling parking_lot_core v0.8.6 |
2486 | 2025-07-23T00:50:38.089Z | Compiling cfg_aliases v0.1.1 |
2487 | 2025-07-23T00:50:38.191Z | Compiling crunchy v0.2.2 |
2488 | 2025-07-23T00:50:38.267Z | Compiling nix v0.28.0 |
2489 | 2025-07-23T00:50:38.415Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2490 | 2025-07-23T00:50:38.492Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2491 | 2025-07-23T00:50:38.615Z | Checking bcs v0.1.6 |
2492 | 2025-07-23T00:50:38.834Z | Checking nanorand v0.7.0 |
2493 | 2025-07-23T00:50:38.935Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
2494 | 2025-07-23T00:50:39.040Z | Checking siphasher v1.0.1 |
2495 | 2025-07-23T00:50:39.186Z | Compiling tiny-keccak v2.0.2 |
2496 | 2025-07-23T00:50:39.260Z | Checking flume v0.11.1 |
2497 | 2025-07-23T00:50:39.452Z | Checking phf_shared v0.12.1 |
2498 | 2025-07-23T00:50:39.683Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2499 | 2025-07-23T00:50:39.759Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
2500 | 2025-07-23T00:50:39.805Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2501 | 2025-07-23T00:50:40.009Z | Compiling chrono-tz v0.10.4 |
2502 | 2025-07-23T00:50:40.114Z | Compiling bit-vec v0.6.3 |
2503 | 2025-07-23T00:50:40.262Z | Checking parking_lot v0.11.2 |
2504 | 2025-07-23T00:50:40.397Z | Checking phf v0.12.1 |
2505 | 2025-07-23T00:50:40.541Z | Compiling bit-set v0.5.3 |
2506 | 2025-07-23T00:50:40.746Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2507 | 2025-07-23T00:50:40.840Z | Compiling ascii-canvas v3.0.0 |
2508 | 2025-07-23T00:50:41.320Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2509 | 2025-07-23T00:50:41.368Z | Checking prefix-trie v0.7.0 |
2510 | 2025-07-23T00:50:41.452Z | Compiling peg-macros v0.8.5 |
2511 | 2025-07-23T00:50:41.669Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2512 | 2025-07-23T00:50:42.038Z | Compiling ena v0.14.3 |
2513 | 2025-07-23T00:50:42.102Z | Compiling sqlparser_derive v0.2.2 |
2514 | 2025-07-23T00:50:42.149Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2515 | 2025-07-23T00:50:42.463Z | Checking unicode_categories v0.1.1 |
2516 | 2025-07-23T00:50:42.582Z | Compiling diff v0.1.13 |
2517 | 2025-07-23T00:50:42.763Z | Compiling bindgen v0.71.1 |
2518 | 2025-07-23T00:50:42.811Z | Compiling regex-syntax v0.6.29 |
2519 | 2025-07-23T00:50:43.033Z | Checking sqlparser v0.45.0 |
2520 | 2025-07-23T00:50:43.115Z | Checking sqlformat v0.3.5 |
2521 | 2025-07-23T00:50:43.688Z | Checking rustyline v14.0.0 |
2522 | 2025-07-23T00:50:44.100Z | Checking hickory-server v0.25.2 |
2523 | 2025-07-23T00:50:44.151Z | Checking peg v0.8.5 |
2524 | 2025-07-23T00:50:45.168Z | Checking sled v0.34.7 |
2525 | 2025-07-23T00:50:46.577Z | Compiling lalrpop v0.19.12 |
2526 | 2025-07-23T00:50:46.624Z | Checking diesel v2.2.11 |
2527 | 2025-07-23T00:50:47.142Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2528 | 2025-07-23T00:50:47.644Z | Checking hickory-client v0.25.2 |
2529 | 2025-07-23T00:50:48.134Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2530 | 2025-07-23T00:50:48.614Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2531 | 2025-07-23T00:50:49.781Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2532 | 2025-07-23T00:50:50.377Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd) |
2533 | 2025-07-23T00:50:50.654Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2534 | 2025-07-23T00:50:50.966Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2535 | 2025-07-23T00:50:51.490Z | Compiling derive_builder_core v0.20.2 |
2536 | 2025-07-23T00:50:51.536Z | Compiling libxml v0.3.3 |
2537 | 2025-07-23T00:50:52.080Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2538 | 2025-07-23T00:50:52.744Z | Compiling strum_macros v0.24.3 |
2539 | 2025-07-23T00:50:53.301Z | Compiling derive_builder_macro v0.20.2 |
2540 | 2025-07-23T00:50:53.616Z | Compiling unicase v2.7.0 |
2541 | 2025-07-23T00:50:53.956Z | Compiling indoc v1.0.9 |
2542 | 2025-07-23T00:50:54.085Z | Checking derive_builder v0.20.2 |
2543 | 2025-07-23T00:50:54.382Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2544 | 2025-07-23T00:50:54.738Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2545 | 2025-07-23T00:50:55.320Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2546 | 2025-07-23T00:50:55.437Z | Checking quick-xml v0.37.2 |
2547 | 2025-07-23T00:50:55.573Z | Compiling impl-trait-for-tuples v0.2.2 |
2548 | 2025-07-23T00:50:55.657Z | Compiling oso-derive v0.27.3 |
2549 | 2025-07-23T00:50:55.950Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2550 | 2025-07-23T00:50:56.895Z | Checking primeorder v0.13.6 |
2551 | 2025-07-23T00:50:57.303Z | Checking assert_matches v1.5.0 |
2552 | 2025-07-23T00:50:57.353Z | Compiling mime_guess v2.0.5 |
2553 | 2025-07-23T00:50:57.404Z | Checking signal-hook-tokio v0.3.1 |
2554 | 2025-07-23T00:50:57.469Z | Compiling diesel-dtrace v0.4.2 |
2555 | 2025-07-23T00:50:57.652Z | Checking http-range v0.1.5 |
2556 | 2025-07-23T00:50:57.947Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
2557 | 2025-07-23T00:50:58.248Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2558 | 2025-07-23T00:50:58.438Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
2559 | 2025-07-23T00:50:58.836Z | Checking bb8 v0.8.5 |
2560 | 2025-07-23T00:50:59.339Z | Checking atty v0.2.14 |
2561 | 2025-07-23T00:50:59.390Z | Compiling salty v0.3.0 |
2562 | 2025-07-23T00:50:59.887Z | Checking p384 v0.13.0 |
2563 | 2025-07-23T00:51:00.267Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2564 | 2025-07-23T00:51:00.601Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
2565 | 2025-07-23T00:51:00.853Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2566 | 2025-07-23T00:51:01.097Z | Checking tungstenite v0.23.0 |
2567 | 2025-07-23T00:51:01.259Z | Checking hyper-staticfile v0.10.1 |
2568 | 2025-07-23T00:51:01.596Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2569 | 2025-07-23T00:51:01.808Z | Checking predicates-tree v1.0.12 |
2570 | 2025-07-23T00:51:01.896Z | Checking env_filter v0.1.2 |
2571 | 2025-07-23T00:51:01.947Z | Checking tokio-tungstenite v0.23.1 |
2572 | 2025-07-23T00:51:02.044Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
2573 | 2025-07-23T00:51:02.108Z | Checking void v1.0.2 |
2574 | 2025-07-23T00:51:02.164Z | Checking sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images) |
2575 | 2025-07-23T00:51:02.224Z | Checking env_logger v0.11.5 |
2576 | 2025-07-23T00:51:02.337Z | Checking lzss v0.8.2 |
2577 | 2025-07-23T00:51:02.471Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2578 | 2025-07-23T00:51:02.543Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2579 | 2025-07-23T00:51:02.612Z | Checking nix v0.27.1 |
2580 | 2025-07-23T00:51:02.722Z | Checking serde_bytes v0.11.17 |
2581 | 2025-07-23T00:51:02.858Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
2582 | 2025-07-23T00:51:03.067Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2583 | 2025-07-23T00:51:03.117Z | Checking secrecy v0.8.0 |
2584 | 2025-07-23T00:51:03.178Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2) |
2585 | 2025-07-23T00:51:03.302Z | Checking ignore v0.4.23 |
2586 | 2025-07-23T00:51:03.385Z | Compiling fs-err v2.11.0 |
2587 | 2025-07-23T00:51:04.003Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2588 | 2025-07-23T00:51:04.121Z | Checking globwalk v0.9.1 |
2589 | 2025-07-23T00:51:04.554Z | Checking parse-size v1.1.0 |
2590 | 2025-07-23T00:51:04.602Z | Checking camino-tempfile-ext v0.3.2 |
2591 | 2025-07-23T00:51:04.806Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570) |
2592 | 2025-07-23T00:51:05.013Z | Checking sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples) |
2593 | 2025-07-23T00:51:05.793Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2594 | 2025-07-23T00:51:06.078Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2595 | 2025-07-23T00:51:06.335Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2596 | 2025-07-23T00:51:06.409Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2597 | 2025-07-23T00:51:06.844Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2598 | 2025-07-23T00:51:07.156Z | Checking rand_seeder v0.3.0 |
2599 | 2025-07-23T00:51:07.457Z | Checking csv-core v0.1.11 |
2600 | 2025-07-23T00:51:07.786Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2601 | 2025-07-23T00:51:07.837Z | Checking csv v1.3.1 |
2602 | 2025-07-23T00:51:08.175Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2603 | 2025-07-23T00:51:08.490Z | Checking heck v0.4.1 |
2604 | 2025-07-23T00:51:08.607Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2605 | 2025-07-23T00:51:08.719Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2606 | 2025-07-23T00:51:08.788Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2607 | 2025-07-23T00:51:09.498Z | Checking yansi v1.0.1 |
2608 | 2025-07-23T00:51:09.575Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2609 | 2025-07-23T00:51:10.031Z | Checking pretty_assertions v1.4.1 |
2610 | 2025-07-23T00:51:10.158Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2611 | 2025-07-23T00:51:10.204Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2612 | 2025-07-23T00:51:10.278Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
2613 | 2025-07-23T00:51:10.448Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2614 | 2025-07-23T00:51:11.524Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
2615 | 2025-07-23T00:51:11.853Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
2616 | 2025-07-23T00:51:12.019Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2617 | 2025-07-23T00:51:12.293Z | Checking nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
2618 | 2025-07-23T00:51:12.652Z | Checking async-bb8-diesel v0.2.1 |
2619 | 2025-07-23T00:51:13.280Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2620 | 2025-07-23T00:51:13.338Z | Compiling indoc v2.0.6 |
2621 | 2025-07-23T00:51:13.596Z | Checking is_ci v1.2.0 |
2622 | 2025-07-23T00:51:13.722Z | Checking typeid v1.0.3 |
2623 | 2025-07-23T00:51:13.840Z | Checking supports-color v3.0.2 |
2624 | 2025-07-23T00:51:13.954Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
2625 | 2025-07-23T00:51:14.158Z | Checking castaway v0.2.3 |
2626 | 2025-07-23T00:51:14.211Z | Compiling libz-sys v1.1.20 |
2627 | 2025-07-23T00:51:14.404Z | Checking compact_str v0.8.0 |
2628 | 2025-07-23T00:51:15.014Z | Checking erased-serde v0.4.6 |
2629 | 2025-07-23T00:51:15.309Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2630 | 2025-07-23T00:51:15.863Z | Checking unicode-truncate v1.1.0 |
2631 | 2025-07-23T00:51:16.028Z | Checking console v0.16.0 |
2632 | 2025-07-23T00:51:16.187Z | Checking concurrent-queue v2.5.0 |
2633 | 2025-07-23T00:51:16.392Z | Checking lru v0.12.5 |
2634 | 2025-07-23T00:51:16.574Z | Checking ordered-float v2.10.1 |
2635 | 2025-07-23T00:51:16.630Z | Compiling instability v0.3.2 |
2636 | 2025-07-23T00:51:16.728Z | Checking parking v2.2.1 |
2637 | 2025-07-23T00:51:16.953Z | Checking unit-prefix v0.5.1 |
2638 | 2025-07-23T00:51:17.078Z | Checking cassowary v0.3.0 |
2639 | 2025-07-23T00:51:17.201Z | Checking indicatif v0.18.0 |
2640 | 2025-07-23T00:51:17.509Z | Checking serde-value v0.7.0 |
2641 | 2025-07-23T00:51:17.554Z | Checking ratatui v0.29.0 |
2642 | 2025-07-23T00:51:17.937Z | Checking serde-untagged v0.1.7 |
2643 | 2025-07-23T00:51:17.983Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2644 | 2025-07-23T00:51:18.353Z | Checking cargo-util-schemas v0.2.0 |
2645 | 2025-07-23T00:51:18.416Z | Checking cargo-platform v0.2.0 |
2646 | 2025-07-23T00:51:18.799Z | Checking event-listener v5.3.1 |
2647 | 2025-07-23T00:51:19.254Z | Compiling vergen v8.3.2 |
2648 | 2025-07-23T00:51:19.595Z | Compiling cargo-platform v0.1.8 |
2649 | 2025-07-23T00:51:20.101Z | Checking cargo_metadata v0.20.0 |
2650 | 2025-07-23T00:51:20.144Z | Compiling cargo_metadata v0.18.1 |
2651 | 2025-07-23T00:51:20.355Z | Checking event-listener-strategy v0.5.2 |
2652 | 2025-07-23T00:51:20.624Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2653 | 2025-07-23T00:51:21.652Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2654 | 2025-07-23T00:51:22.187Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2655 | 2025-07-23T00:51:22.524Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2656 | 2025-07-23T00:51:22.704Z | Compiling rustls v0.21.12 |
2657 | 2025-07-23T00:51:22.875Z | Checking plotters-backend v0.3.7 |
2658 | 2025-07-23T00:51:23.032Z | Checking shell-words v1.1.0 |
2659 | 2025-07-23T00:51:23.271Z | Checking plotters-svg v0.3.7 |
2660 | 2025-07-23T00:51:23.512Z | Checking futures-lite v2.3.0 |
2661 | 2025-07-23T00:51:23.560Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2662 | 2025-07-23T00:51:23.883Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2663 | 2025-07-23T00:51:24.219Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2664 | 2025-07-23T00:51:24.408Z | Checking rustls-webpki v0.101.7 |
2665 | 2025-07-23T00:51:24.545Z | Checking sct v0.7.1 |
2666 | 2025-07-23T00:51:24.709Z | Checking cast v0.3.0 |
2667 | 2025-07-23T00:51:24.937Z | Checking plotters v0.3.7 |
2668 | 2025-07-23T00:51:25.044Z | Checking criterion-plot v0.5.0 |
2669 | 2025-07-23T00:51:25.571Z | Checking tinytemplate v1.2.1 |
2670 | 2025-07-23T00:51:26.018Z | Checking oorandom v11.1.4 |
2671 | 2025-07-23T00:51:26.255Z | Checking anes v0.1.6 |
2672 | 2025-07-23T00:51:26.514Z | Checking async-lock v3.4.0 |
2673 | 2025-07-23T00:51:26.652Z | Checking criterion v0.6.0 |
2674 | 2025-07-23T00:51:27.346Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570) |
2675 | 2025-07-23T00:51:27.820Z | Checking tokio-rustls v0.24.1 |
2676 | 2025-07-23T00:51:28.070Z | Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
2677 | 2025-07-23T00:51:28.156Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
2678 | 2025-07-23T00:51:28.265Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2679 | 2025-07-23T00:51:28.373Z | Checking rustls-pemfile v1.0.4 |
2680 | 2025-07-23T00:51:28.656Z | Checking twox-hash v2.1.0 |
2681 | 2025-07-23T00:51:28.710Z | Checking polling v3.7.3 |
2682 | 2025-07-23T00:51:29.174Z | Checking async-io v2.3.4 |
2683 | 2025-07-23T00:51:29.240Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
2684 | 2025-07-23T00:51:29.314Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2685 | 2025-07-23T00:51:29.756Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
2686 | 2025-07-23T00:51:30.007Z | Checking fatfs v0.3.6 |
2687 | 2025-07-23T00:51:30.056Z | Checking hex-literal v0.4.1 |
2688 | 2025-07-23T00:51:30.260Z | Checking async-task v4.7.1 |
2689 | 2025-07-23T00:51:30.655Z | Checking async-channel v2.3.1 |
2690 | 2025-07-23T00:51:30.925Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2691 | 2025-07-23T00:51:30.987Z | Checking piper v0.2.4 |
2692 | 2025-07-23T00:51:31.237Z | Checking rtoolbox v0.0.2 |
2693 | 2025-07-23T00:51:31.282Z | Checking futures-timer v3.0.3 |
2694 | 2025-07-23T00:51:31.495Z | Checking rpassword v7.4.0 |
2695 | 2025-07-23T00:51:31.621Z | Checking blocking v1.6.1 |
2696 | 2025-07-23T00:51:31.704Z | Checking async-executor v1.13.1 |
2697 | 2025-07-23T00:51:31.970Z | Checking async-signal v0.2.10 |
2698 | 2025-07-23T00:51:32.076Z | Checking tui-tree-widget v0.23.1 |
2699 | 2025-07-23T00:51:32.299Z | Checking polyval v0.6.2 |
2700 | 2025-07-23T00:51:32.442Z | Checking event-listener v2.5.3 |
2701 | 2025-07-23T00:51:32.616Z | Checking ghash v0.5.1 |
2702 | 2025-07-23T00:51:32.701Z | Checking async-channel v1.9.0 |
2703 | 2025-07-23T00:51:32.840Z | Checking async-process v2.3.0 |
2704 | 2025-07-23T00:51:33.016Z | Checking async-global-executor v2.4.1 |
2705 | 2025-07-23T00:51:33.267Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2706 | 2025-07-23T00:51:33.341Z | Checking ctr v0.9.2 |
2707 | 2025-07-23T00:51:33.748Z | Checking kv-log-macro v1.0.7 |
2708 | 2025-07-23T00:51:33.873Z | Compiling async-attributes v1.1.2 |
2709 | 2025-07-23T00:51:33.953Z | Checking arrayvec v0.7.6 |
2710 | 2025-07-23T00:51:34.340Z | Checking constant_time_eq v0.3.1 |
2711 | 2025-07-23T00:51:34.534Z | Checking arrayref v0.3.9 |
2712 | 2025-07-23T00:51:34.613Z | Checking async-std v1.13.0 |
2713 | 2025-07-23T00:51:34.698Z | Checking aes-gcm v0.10.3 |
2714 | 2025-07-23T00:51:34.986Z | Checking ssh-encoding v0.2.0 |
2715 | 2025-07-23T00:51:35.359Z | Checking blowfish v0.9.1 |
2716 | 2025-07-23T00:51:35.655Z | Compiling petname v2.0.2 |
2717 | 2025-07-23T00:51:36.768Z | Checking bcrypt-pbkdf v0.10.0 |
2718 | 2025-07-23T00:51:37.050Z | Checking ssh-cipher v0.2.0 |
2719 | 2025-07-23T00:51:37.375Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2720 | 2025-07-23T00:51:37.769Z | Checking async-object-pool v0.1.5 |
2721 | 2025-07-23T00:51:37.821Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2722 | 2025-07-23T00:51:38.002Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2723 | 2025-07-23T00:51:38.239Z | Checking serde_regex v1.1.0 |
2724 | 2025-07-23T00:51:38.546Z | Checking password-hash v0.4.2 |
2725 | 2025-07-23T00:51:39.023Z | Checking assert-json-diff v2.0.2 |
2726 | 2025-07-23T00:51:39.186Z | Checking path-tree v0.8.1 |
2727 | 2025-07-23T00:51:39.357Z | Checking stringmetrics v2.2.2 |
2728 | 2025-07-23T00:51:39.580Z | Checking pbkdf2 v0.11.0 |
2729 | 2025-07-23T00:51:39.669Z | Checking httpmock v0.8.0-alpha.1 |
2730 | 2025-07-23T00:51:39.917Z | Checking ssh-key v0.6.6 |
2731 | 2025-07-23T00:51:41.995Z | Checking p256 v0.13.2 |
2732 | 2025-07-23T00:51:42.465Z | Checking p521 v0.13.3 |
2733 | 2025-07-23T00:51:43.148Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
2734 | 2025-07-23T00:51:43.427Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
2735 | 2025-07-23T00:51:43.533Z | Checking russh-cryptovec v0.7.3 |
2736 | 2025-07-23T00:51:43.799Z | Compiling target-lexicon v0.13.2 |
2737 | 2025-07-23T00:51:43.848Z | Checking sync-ptr v0.1.4 |
2738 | 2025-07-23T00:51:43.951Z | Checking md5 v0.7.0 |
2739 | 2025-07-23T00:51:44.099Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2740 | 2025-07-23T00:51:44.264Z | Checking russh-keys v0.45.0 |
2741 | 2025-07-23T00:51:44.829Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2742 | 2025-07-23T00:51:45.512Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2743 | 2025-07-23T00:51:45.570Z | Checking num-bigint v0.4.6 |
2744 | 2025-07-23T00:51:45.596Z | Checking des v0.8.1 |
2745 | 2025-07-23T00:51:45.858Z | Compiling blake3 v1.5.4 |
2746 | 2025-07-23T00:51:45.929Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
2747 | 2025-07-23T00:51:46.454Z | Compiling guppy-workspace-hack v0.1.0 |
2748 | 2025-07-23T00:51:46.700Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
2749 | 2025-07-23T00:51:47.638Z | Checking russh v0.45.0 |
2750 | 2025-07-23T00:51:47.948Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2751 | 2025-07-23T00:51:47.991Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
2752 | 2025-07-23T00:51:48.369Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2753 | 2025-07-23T00:51:48.820Z | Checking memmap2 v0.9.5 |
2754 | 2025-07-23T00:51:49.160Z | Checking internet-checksum v0.2.1 |
2755 | 2025-07-23T00:51:49.310Z | Compiling target-spec v3.4.2 |
2756 | 2025-07-23T00:51:49.860Z | Checking cfg-expr v0.18.0 |
2757 | 2025-07-23T00:51:50.083Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2758 | 2025-07-23T00:51:50.606Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2759 | 2025-07-23T00:51:51.065Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2760 | 2025-07-23T00:51:51.252Z | Checking httptest v0.16.3 |
2761 | 2025-07-23T00:51:51.437Z | Checking topological-sort v0.2.2 |
2762 | 2025-07-23T00:51:51.720Z | Checking omicron-zone-package v0.12.2 |
2763 | 2025-07-23T00:51:53.430Z | Checking petgraph v0.7.1 |
2764 | 2025-07-23T00:51:54.377Z | Checking pathdiff v0.2.3 |
2765 | 2025-07-23T00:51:54.594Z | Compiling rstest_macros v0.25.0 |
2766 | 2025-07-23T00:51:55.083Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
2767 | 2025-07-23T00:51:55.295Z | Compiling target-triple v0.1.3 |
2768 | 2025-07-23T00:51:55.345Z | Compiling doc-comment v0.3.3 |
2769 | 2025-07-23T00:51:55.481Z | Checking nested v0.1.1 |
2770 | 2025-07-23T00:51:55.756Z | Checking guppy v0.17.19 |
2771 | 2025-07-23T00:51:56.063Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2772 | 2025-07-23T00:51:56.114Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
2773 | 2025-07-23T00:51:56.461Z | Checking similar-asserts v1.7.0 |
2774 | 2025-07-23T00:51:56.763Z | Compiling proc-macro-crate v3.2.0 |
2775 | 2025-07-23T00:51:57.666Z | Compiling relative-path v1.9.3 |
2776 | 2025-07-23T00:51:57.869Z | Compiling assert_cmd v2.0.17 |
2777 | 2025-07-23T00:51:58.273Z | Checking escape8259 v0.5.3 |
2778 | 2025-07-23T00:51:58.522Z | Checking libtest-mimic v0.8.1 |
2779 | 2025-07-23T00:51:59.236Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2780 | 2025-07-23T00:51:59.288Z | Checking blake2b_simd v1.0.2 |
2781 | 2025-07-23T00:52:00.051Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2782 | 2025-07-23T00:52:00.499Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
2783 | 2025-07-23T00:52:00.831Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2784 | 2025-07-23T00:52:01.157Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2785 | 2025-07-23T00:52:01.489Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2786 | 2025-07-23T00:52:01.833Z | Checking fancy-regex v0.14.0 |
2787 | 2025-07-23T00:52:02.819Z | Checking serde_tokenstream v0.2.2 |
2788 | 2025-07-23T00:52:03.237Z | Checking uzers v0.12.1 |
2789 | 2025-07-23T00:52:03.654Z | Checking datatest-stable v0.3.2 |
2790 | 2025-07-23T00:52:04.262Z | Checking rust-argon2 v2.1.0 |
2791 | 2025-07-23T00:52:04.706Z | Checking trybuild v1.0.105 |
2792 | 2025-07-23T00:52:05.748Z | Checking rstest v0.25.0 |
2793 | 2025-07-23T00:52:05.878Z | Compiling git2 v0.19.0 |
2794 | 2025-07-23T00:52:06.023Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2795 | 2025-07-23T00:52:06.380Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2796 | 2025-07-23T00:52:07.444Z | Checking support-bundle-viewer v0.1.2 |
2797 | 2025-07-23T00:52:07.849Z | Compiling samael v0.0.19 |
2798 | 2025-07-23T00:52:07.900Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
2799 | 2025-07-23T00:52:08.255Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2800 | 2025-07-23T00:52:08.615Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
2801 | 2025-07-23T00:52:09.165Z | Checking rand_distr v0.4.3 |
2802 | 2025-07-23T00:52:09.898Z | Checking multimap v0.10.1 |
2803 | 2025-07-23T00:52:10.279Z | Checking approx v0.5.1 |
2804 | 2025-07-23T00:52:12.041Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2805 | 2025-07-23T00:52:12.217Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2806 | 2025-07-23T00:52:12.728Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2807 | 2025-07-23T00:52:12.912Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2808 | 2025-07-23T00:52:13.181Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
2809 | 2025-07-23T00:52:13.524Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
2810 | 2025-07-23T00:52:13.914Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2811 | 2025-07-23T00:52:13.967Z | Checking partial-io v0.5.4 |
2812 | 2025-07-23T00:52:14.372Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2813 | 2025-07-23T00:52:14.801Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
2814 | 2025-07-23T00:52:15.138Z | Checking cargo_toml v0.21.0 |
2815 | 2025-07-23T00:52:15.188Z | Checking termios v0.3.3 |
2816 | 2025-07-23T00:52:15.531Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
2817 | 2025-07-23T00:52:15.581Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2818 | 2025-07-23T00:52:16.839Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2819 | 2025-07-23T00:52:17.262Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2820 | 2025-07-23T00:52:19.545Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2821 | 2025-07-23T00:52:33.984Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2822 | 2025-07-23T00:52:37.214Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
2823 | 2025-07-23T00:52:44.723Z | Compiling polar-core v0.27.3 |
2824 | 2025-07-23T00:52:48.435Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2825 | 2025-07-23T00:52:54.652Z | Checking oso v0.27.3 |
2826 | 2025-07-23T00:52:55.613Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
2827 | 2025-07-23T00:53:00.956Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
2828 | 2025-07-23T00:53:10.389Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2829 | 2025-07-23T00:53:10.536Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2830 | 2025-07-23T00:53:11.929Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2831 | 2025-07-23T00:53:54.587Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2832 | 2025-07-23T00:53:54.587Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2833 | 2025-07-23T00:53:54.612Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2834 | 2025-07-23T00:53:55.330Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2835 | 2025-07-23T00:55:48.587Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 08s |
2836 | 2025-07-23T00:55:49.222Z | |
2837 | 2025-07-23T00:55:49.222Z | real 7:13.944684227 |
2838 | 2025-07-23T00:55:49.222Z | user 35:35.191054996 |
2839 | 2025-07-23T00:55:49.248Z | sys 7:09.503027232 |
2840 | 2025-07-23T00:55:49.248Z | trap 1.070059778 |
2841 | 2025-07-23T00:55:49.248Z | tflt 0.407864519 |
2842 | 2025-07-23T00:55:49.248Z | dflt 0.292722827 |
2843 | 2025-07-23T00:55:49.248Z | kflt 0.000796840 |
2844 | 2025-07-23T00:55:49.248Z | lock 1:30:17.776670173 |
2845 | 2025-07-23T00:55:49.248Z | slp 1:58:54.900678941 |
2846 | 2025-07-23T00:55:49.248Z | lat 2:17.109820847 |
2847 | 2025-07-23T00:55:49.248Z | stop 13:39.349594625 |
2848 | 2025-07-23T00:55:49.248Z | + RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio' |
2849 | 2025-07-23T00:55:49.248Z | + ptime -m cargo doc --workspace --no-deps |
2850 | 2025-07-23T00:55:50.866Z | warning: output filename collision. |
2851 | 2025-07-23T00:55:50.866Z | The bin target `oximeter` in package `oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)` has the same output filename as the lib target `oximeter` in package `oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)`. |
2852 | 2025-07-23T00:55:50.867Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2853 | 2025-07-23T00:55:50.867Z | The targets should have unique names. |
2854 | 2025-07-23T00:55:50.867Z | This is a known bug where multiple crates with the same name use |
2855 | 2025-07-23T00:55:50.867Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2856 | 2025-07-23T00:55:52.257Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2857 | 2025-07-23T00:55:52.334Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2858 | 2025-07-23T00:55:52.372Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2859 | 2025-07-23T00:55:52.464Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2860 | 2025-07-23T00:55:52.507Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
2861 | 2025-07-23T00:55:52.532Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2862 | 2025-07-23T00:55:52.533Z | Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
2863 | 2025-07-23T00:55:52.775Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2864 | 2025-07-23T00:55:52.821Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2865 | 2025-07-23T00:55:52.861Z | Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
2866 | 2025-07-23T00:55:52.888Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2867 | 2025-07-23T00:55:53.042Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2868 | 2025-07-23T00:55:53.110Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2869 | 2025-07-23T00:55:53.201Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2870 | 2025-07-23T00:55:53.338Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
2871 | 2025-07-23T00:55:53.369Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
2872 | 2025-07-23T00:55:53.461Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2873 | 2025-07-23T00:55:53.556Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2874 | 2025-07-23T00:55:53.592Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2875 | 2025-07-23T00:55:53.846Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2876 | 2025-07-23T00:55:53.912Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2877 | 2025-07-23T00:55:53.969Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2878 | 2025-07-23T00:55:54.187Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2879 | 2025-07-23T00:55:54.328Z | Checking nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
2880 | 2025-07-23T00:55:54.566Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
2881 | 2025-07-23T00:55:54.799Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2882 | 2025-07-23T00:55:54.841Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
2883 | 2025-07-23T00:55:55.144Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2884 | 2025-07-23T00:55:55.499Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2885 | 2025-07-23T00:55:55.548Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
2886 | 2025-07-23T00:55:55.652Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
2887 | 2025-07-23T00:55:55.762Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2888 | 2025-07-23T00:55:56.007Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2889 | 2025-07-23T00:55:56.147Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2890 | 2025-07-23T00:55:56.233Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2891 | 2025-07-23T00:55:56.258Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2892 | 2025-07-23T00:55:56.654Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2893 | 2025-07-23T00:55:56.691Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2894 | 2025-07-23T00:55:56.729Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2895 | 2025-07-23T00:55:56.755Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2896 | 2025-07-23T00:55:56.848Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2897 | 2025-07-23T00:55:56.918Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2898 | 2025-07-23T00:55:57.116Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2899 | 2025-07-23T00:55:57.153Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2900 | 2025-07-23T00:55:57.188Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2901 | 2025-07-23T00:55:57.307Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
2902 | 2025-07-23T00:55:57.340Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
2903 | 2025-07-23T00:55:57.484Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
2904 | 2025-07-23T00:55:57.569Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2905 | 2025-07-23T00:55:57.605Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2906 | 2025-07-23T00:55:57.691Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2907 | 2025-07-23T00:55:57.736Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
2908 | 2025-07-23T00:55:57.897Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
2909 | 2025-07-23T00:55:58.172Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
2910 | 2025-07-23T00:55:58.215Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2911 | 2025-07-23T00:55:58.252Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2912 | 2025-07-23T00:55:58.337Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
2913 | 2025-07-23T00:55:58.512Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2914 | 2025-07-23T00:55:58.763Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2915 | 2025-07-23T00:55:59.040Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2916 | 2025-07-23T00:55:59.912Z | Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
2917 | 2025-07-23T00:56:00.012Z | Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
2918 | 2025-07-23T00:56:01.367Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2919 | 2025-07-23T00:56:02.398Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2920 | 2025-07-23T00:56:02.566Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2921 | 2025-07-23T00:56:03.572Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2922 | 2025-07-23T00:56:03.854Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2923 | 2025-07-23T00:56:03.963Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2924 | 2025-07-23T00:56:05.758Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2925 | 2025-07-23T00:56:06.254Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2926 | 2025-07-23T00:56:06.501Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2927 | 2025-07-23T00:56:06.652Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2928 | 2025-07-23T00:56:07.967Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2929 | 2025-07-23T00:56:08.010Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2930 | 2025-07-23T00:56:08.830Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2931 | 2025-07-23T00:56:09.321Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2932 | 2025-07-23T00:56:10.238Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2933 | 2025-07-23T00:56:10.652Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2934 | 2025-07-23T00:56:10.877Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2935 | 2025-07-23T00:56:11.018Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
2936 | 2025-07-23T00:56:11.224Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2937 | 2025-07-23T00:56:13.743Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2938 | 2025-07-23T00:56:14.574Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2939 | 2025-07-23T00:56:15.103Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
2940 | 2025-07-23T00:56:15.624Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2941 | 2025-07-23T00:56:16.367Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2942 | 2025-07-23T00:56:17.750Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2943 | 2025-07-23T00:56:18.206Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
2944 | 2025-07-23T00:56:19.746Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2945 | 2025-07-23T00:56:20.157Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2946 | 2025-07-23T00:56:20.426Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2947 | 2025-07-23T00:56:20.599Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2948 | 2025-07-23T00:56:21.837Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2949 | 2025-07-23T00:56:22.455Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2950 | 2025-07-23T00:56:23.160Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2951 | 2025-07-23T00:56:23.229Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2952 | 2025-07-23T00:56:23.267Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2953 | 2025-07-23T00:56:23.305Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
2954 | 2025-07-23T00:56:23.744Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2955 | 2025-07-23T00:56:23.776Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
2956 | 2025-07-23T00:56:24.321Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2957 | 2025-07-23T00:56:24.901Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2958 | 2025-07-23T00:56:25.452Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
2959 | 2025-07-23T00:56:25.650Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2960 | 2025-07-23T00:56:25.896Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2961 | 2025-07-23T00:56:25.930Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
2962 | 2025-07-23T00:56:27.345Z | Checking sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples) |
2963 | 2025-07-23T00:56:27.413Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2964 | 2025-07-23T00:56:27.699Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2965 | 2025-07-23T00:56:28.089Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2966 | 2025-07-23T00:56:28.151Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2967 | 2025-07-23T00:56:28.342Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2968 | 2025-07-23T00:56:28.493Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2969 | 2025-07-23T00:56:29.090Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2970 | 2025-07-23T00:56:29.164Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2971 | 2025-07-23T00:56:29.355Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2972 | 2025-07-23T00:56:29.417Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2973 | 2025-07-23T00:56:29.497Z | Checking sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images) |
2974 | 2025-07-23T00:56:29.743Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
2975 | 2025-07-23T00:56:29.979Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2976 | 2025-07-23T00:56:30.090Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2977 | 2025-07-23T00:56:30.131Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2978 | 2025-07-23T00:56:30.412Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
2979 | 2025-07-23T00:56:30.448Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2980 | 2025-07-23T00:56:30.486Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2981 | 2025-07-23T00:56:31.126Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
2982 | 2025-07-23T00:56:31.454Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2983 | 2025-07-23T00:56:31.903Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2984 | 2025-07-23T00:56:32.202Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2985 | 2025-07-23T00:56:32.465Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2986 | 2025-07-23T00:56:32.508Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2987 | 2025-07-23T00:56:33.227Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2988 | 2025-07-23T00:56:33.542Z | Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
2989 | 2025-07-23T00:56:33.869Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2990 | 2025-07-23T00:56:34.723Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2991 | 2025-07-23T00:56:35.038Z | Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
2992 | 2025-07-23T00:56:35.298Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
2993 | 2025-07-23T00:56:37.064Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2994 | 2025-07-23T00:56:37.151Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2995 | 2025-07-23T00:56:37.212Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2996 | 2025-07-23T00:56:37.333Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2997 | 2025-07-23T00:56:37.741Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2998 | 2025-07-23T00:56:38.186Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2999 | 2025-07-23T00:56:38.500Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3000 | 2025-07-23T00:56:38.627Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
3001 | 2025-07-23T00:56:38.777Z | Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
3002 | 2025-07-23T00:56:40.178Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3003 | 2025-07-23T00:56:40.395Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3004 | 2025-07-23T00:56:41.159Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3005 | 2025-07-23T00:56:41.323Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3006 | 2025-07-23T00:56:42.584Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3007 | 2025-07-23T00:56:42.673Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3008 | 2025-07-23T00:56:44.095Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3009 | 2025-07-23T00:56:44.662Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3010 | 2025-07-23T00:56:44.813Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3011 | 2025-07-23T00:56:46.154Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3012 | 2025-07-23T00:56:47.207Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3013 | 2025-07-23T00:56:48.335Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3014 | 2025-07-23T00:56:51.251Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3015 | 2025-07-23T00:56:52.418Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3016 | 2025-07-23T00:56:52.773Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3017 | 2025-07-23T00:56:56.368Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3018 | 2025-07-23T00:56:57.639Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3019 | 2025-07-23T00:56:58.591Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3020 | 2025-07-23T00:56:59.350Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3021 | 2025-07-23T00:56:59.918Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3022 | 2025-07-23T00:57:01.204Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3023 | 2025-07-23T00:57:06.285Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
3024 | 2025-07-23T00:57:06.639Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
3025 | 2025-07-23T00:57:09.852Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
3026 | 2025-07-23T00:57:10.273Z | Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
3027 | 2025-07-23T00:57:10.443Z | Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3028 | 2025-07-23T00:57:11.247Z | Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
3029 | 2025-07-23T00:57:11.550Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3030 | 2025-07-23T00:57:12.186Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
3031 | 2025-07-23T00:57:13.924Z | Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
3032 | 2025-07-23T00:57:16.476Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3033 | 2025-07-23T00:57:16.824Z | Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
3034 | 2025-07-23T00:57:17.464Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3035 | 2025-07-23T00:57:18.517Z | Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
3036 | 2025-07-23T00:57:18.959Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
3037 | 2025-07-23T00:57:19.012Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3038 | 2025-07-23T00:57:19.107Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3039 | 2025-07-23T00:57:20.670Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
3040 | 2025-07-23T00:57:23.510Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3041 | 2025-07-23T00:57:23.851Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3042 | 2025-07-23T00:57:23.961Z | Documenting sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images) |
3043 | 2025-07-23T00:57:23.990Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
3044 | 2025-07-23T00:57:26.423Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
3045 | 2025-07-23T00:57:28.428Z | Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
3046 | 2025-07-23T00:57:28.769Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
3047 | 2025-07-23T00:57:29.668Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3048 | 2025-07-23T00:57:29.791Z | Documenting sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples) |
3049 | 2025-07-23T00:57:30.613Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3050 | 2025-07-23T00:57:31.958Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3051 | 2025-07-23T00:57:32.410Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
3052 | 2025-07-23T00:57:34.304Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3053 | 2025-07-23T00:57:34.471Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3054 | 2025-07-23T00:57:34.503Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
3055 | 2025-07-23T00:57:35.486Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3056 | 2025-07-23T00:57:36.010Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3057 | 2025-07-23T00:57:36.275Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3058 | 2025-07-23T00:57:38.057Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3059 | 2025-07-23T00:57:38.285Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3060 | 2025-07-23T00:57:38.795Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3061 | 2025-07-23T00:57:39.876Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
3062 | 2025-07-23T00:57:40.201Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3063 | 2025-07-23T00:57:41.825Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3064 | 2025-07-23T00:57:42.041Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3065 | 2025-07-23T00:57:42.524Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
3066 | 2025-07-23T00:57:43.100Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
3067 | 2025-07-23T00:57:43.739Z | Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
3068 | 2025-07-23T00:57:43.938Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
3069 | 2025-07-23T00:57:45.293Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
3070 | 2025-07-23T00:57:45.471Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
3071 | 2025-07-23T00:57:47.005Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
3072 | 2025-07-23T00:57:48.226Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
3073 | 2025-07-23T00:57:48.448Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
3074 | 2025-07-23T00:57:48.505Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3075 | 2025-07-23T00:57:48.728Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
3076 | 2025-07-23T00:57:50.473Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3077 | 2025-07-23T00:57:51.142Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
3078 | 2025-07-23T00:57:51.604Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
3079 | 2025-07-23T00:57:51.634Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3080 | 2025-07-23T00:57:51.734Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3081 | 2025-07-23T00:57:52.655Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3082 | 2025-07-23T00:57:54.395Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3083 | 2025-07-23T00:57:54.890Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
3084 | 2025-07-23T00:57:54.975Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
3085 | 2025-07-23T00:57:55.794Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
3086 | 2025-07-23T00:57:56.369Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3087 | 2025-07-23T00:57:56.492Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
3088 | 2025-07-23T00:57:56.721Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
3089 | 2025-07-23T00:57:57.889Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3090 | 2025-07-23T00:57:59.260Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
3091 | 2025-07-23T00:57:59.382Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
3092 | 2025-07-23T00:58:00.258Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
3093 | 2025-07-23T00:58:00.487Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3094 | 2025-07-23T00:58:00.524Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3095 | 2025-07-23T00:58:00.763Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3096 | 2025-07-23T00:58:01.096Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3097 | 2025-07-23T00:58:01.533Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3098 | 2025-07-23T00:58:02.954Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3099 | 2025-07-23T00:58:03.377Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3100 | 2025-07-23T00:58:03.813Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3101 | 2025-07-23T00:58:03.893Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3102 | 2025-07-23T00:58:03.940Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3103 | 2025-07-23T00:58:04.023Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3104 | 2025-07-23T00:58:04.098Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3105 | 2025-07-23T00:58:05.037Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3106 | 2025-07-23T00:58:06.385Z | Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
3107 | 2025-07-23T00:58:12.036Z | Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
3108 | 2025-07-23T00:58:12.325Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3109 | 2025-07-23T00:58:12.789Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3110 | 2025-07-23T00:58:12.885Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
3111 | 2025-07-23T00:58:14.982Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
3112 | 2025-07-23T00:58:16.286Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3113 | 2025-07-23T00:58:16.317Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
3114 | 2025-07-23T00:58:16.958Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3115 | 2025-07-23T00:58:19.374Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
3116 | 2025-07-23T00:58:19.896Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3117 | 2025-07-23T00:58:20.190Z | Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
3118 | 2025-07-23T00:58:20.366Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
3119 | 2025-07-23T00:58:20.470Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3120 | 2025-07-23T00:58:20.774Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
3121 | 2025-07-23T00:58:21.440Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
3122 | 2025-07-23T00:58:21.470Z | Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
3123 | 2025-07-23T00:58:21.652Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
3124 | 2025-07-23T00:58:21.966Z | Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
3125 | 2025-07-23T00:58:22.475Z | Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
3126 | 2025-07-23T00:58:22.981Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
3127 | 2025-07-23T00:58:23.211Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
3128 | 2025-07-23T00:58:23.566Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3129 | 2025-07-23T00:58:23.977Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3130 | 2025-07-23T00:58:24.168Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
3131 | 2025-07-23T00:58:24.340Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3132 | 2025-07-23T00:58:24.740Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
3133 | 2025-07-23T00:58:24.863Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
3134 | 2025-07-23T00:58:26.405Z | Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
3135 | 2025-07-23T00:58:26.473Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3136 | 2025-07-23T00:58:26.528Z | Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
3137 | 2025-07-23T00:58:26.856Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3138 | 2025-07-23T00:58:27.450Z | Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
3139 | 2025-07-23T00:58:27.568Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
3140 | 2025-07-23T00:58:27.945Z | Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
3141 | 2025-07-23T00:58:28.420Z | Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
3142 | 2025-07-23T00:58:28.582Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
3143 | 2025-07-23T00:58:28.768Z | Documenting id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
3144 | 2025-07-23T00:58:28.990Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
3145 | 2025-07-23T00:59:15.581Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3146 | 2025-07-23T00:59:25.862Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 36s |
3147 | 2025-07-23T00:59:26.159Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 168 other files |
3148 | 2025-07-23T00:59:26.185Z | |
3149 | 2025-07-23T00:59:26.185Z | real 3:36.844448027 |
3150 | 2025-07-23T00:59:26.185Z | user 18:30.895170203 |
3151 | 2025-07-23T00:59:26.185Z | sys 3:37.452781606 |
3152 | 2025-07-23T00:59:26.185Z | trap 0.486920353 |
3153 | 2025-07-23T00:59:26.185Z | tflt 0.081837542 |
3154 | 2025-07-23T00:59:26.185Z | dflt 0.096254101 |
3155 | 2025-07-23T00:59:26.185Z | kflt 0.002714510 |
3156 | 2025-07-23T00:59:26.186Z | lock 46:08.627150053 |
3157 | 2025-07-23T00:59:26.186Z | slp 53:59.681684033 |
3158 | 2025-07-23T00:59:26.186Z | lat 1:34.416934097 |
3159 | 2025-07-23T00:59:26.186Z | stop 2:08.709391028 |
3160 | 2025-07-23T00:59:26.186Z | process exited: duration 975791 ms, exit code 0 |
|
3161 | 2025-07-23T00:59:26.237Z | found 0 output files |