|
|
|
1 | 2025-07-08T00:09:02.350Z | job assigned to worker 01JZKNSV0WHRK1KYRRJ0HG9W7G [factory gimlet-EVT22200007-propolis, EVT22200007/33669] (queued for 27 s) |
|
2 | 2025-07-08T00:09:11.057Z | starting task 0: "setup" |
3 | 2025-07-08T00:09:11.083Z | ++ uname -s |
4 | 2025-07-08T00:09:11.083Z | + kern=SunOS |
5 | 2025-07-08T00:09:11.083Z | + build_user=build |
6 | 2025-07-08T00:09:11.083Z | + build_uid=12345 |
7 | 2025-07-08T00:09:11.083Z | + work_dir=/work |
8 | 2025-07-08T00:09:11.083Z | + input_dir=/input |
9 | 2025-07-08T00:09:11.083Z | + [[ 0 == 12345 ]] |
10 | 2025-07-08T00:09:11.083Z | + case "$kern" in |
11 | 2025-07-08T00:09:11.083Z | + groupadd -g 12345 build |
12 | 2025-07-08T00:09:11.083Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-07-08T00:09:13.085Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-07-08T00:09:13.124Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-07-08T00:09:13.149Z | + home_fs=zfs |
16 | 2025-07-08T00:09:13.149Z | + [[ zfs == autofs ]] |
17 | 2025-07-08T00:09:13.149Z | + mkdir -p /home/build |
18 | 2025-07-08T00:09:13.149Z | + chown build:build /home/build /work |
19 | 2025-07-08T00:09:15.135Z | + chmod 0700 /home/build /work |
20 | 2025-07-08T00:09:15.161Z | process exited: duration 4085 ms, exit code 0 |
|
21 | 2025-07-08T00:09:15.213Z | starting task 1: "rust-toolchain" |
22 | 2025-07-08T00:09:15.239Z | + printf ' * rust toolchain channel = "%s"\n' 1.88.0 |
23 | 2025-07-08T00:09:15.239Z | + printf ' * rust toolchain profile = "%s"\n' default |
24 | 2025-07-08T00:09:15.239Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
25 | 2025-07-08T00:09:15.239Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
26 | 2025-07-08T00:09:15.239Z | * rust toolchain channel = "1.88.0" |
27 | 2025-07-08T00:09:15.239Z | * rust toolchain profile = "default" |
28 | 2025-07-08T00:09:15.239Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-07-08T00:09:15.239Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.88.0 --profile default |
30 | 2025-07-08T00:09:15.366Z | info: downloading installer |
31 | 2025-07-08T00:09:16.772Z | warn: It looks like you have an existing installation of Rust at: |
32 | 2025-07-08T00:09:16.772Z | warn: /opt/ooce/bin |
33 | 2025-07-08T00:09:16.772Z | warn: It is recommended that rustup be the primary Rust installation. |
34 | 2025-07-08T00:09:16.772Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
35 | 2025-07-08T00:09:16.772Z | warn: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-07-08T00:09:16.772Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-07-08T00:09:16.772Z | warn: or pass `-y' to ignore all ignorable checks. |
38 | 2025-07-08T00:09:16.772Z | error: cannot install while Rust is installed |
39 | 2025-07-08T00:09:16.772Z | warn: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-07-08T00:09:16.799Z | info: profile set to 'default' |
41 | 2025-07-08T00:09:16.799Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-07-08T00:09:16.799Z | info: syncing channel updates for '1.88.0-x86_64-unknown-illumos' |
43 | 2025-07-08T00:09:17.009Z | info: latest update on 2025-06-26, rust version 1.88.0 (6b00bc388 2025-06-23) |
44 | 2025-07-08T00:09:17.009Z | info: downloading component 'cargo' |
45 | 2025-07-08T00:09:17.228Z | info: downloading component 'clippy' |
46 | 2025-07-08T00:09:17.397Z | info: downloading component 'rust-docs' |
47 | 2025-07-08T00:09:17.850Z | info: downloading component 'rust-std' |
48 | 2025-07-08T00:09:18.300Z | info: downloading component 'rustc' |
49 | 2025-07-08T00:09:20.489Z | info: downloading component 'rustfmt' |
50 | 2025-07-08T00:09:20.654Z | info: installing component 'cargo' |
51 | 2025-07-08T00:09:21.891Z | info: installing component 'clippy' |
52 | 2025-07-08T00:09:22.389Z | info: installing component 'rust-docs' |
53 | 2025-07-08T00:09:25.727Z | info: installing component 'rust-std' |
54 | 2025-07-08T00:09:27.948Z | info: installing component 'rustc' |
55 | 2025-07-08T00:09:36.470Z | info: installing component 'rustfmt' |
56 | 2025-07-08T00:09:36.877Z | info: default toolchain set to '1.88.0-x86_64-unknown-illumos' |
57 | 2025-07-08T00:09:36.877Z | |
58 | 2025-07-08T00:09:37.088Z | 1.88.0-x86_64-unknown-illumos installed - rustc 1.88.0 (6b00bc388 2025-06-23) |
59 | 2025-07-08T00:09:37.088Z | |
60 | 2025-07-08T00:09:37.135Z | |
61 | 2025-07-08T00:09:37.135Z | Rust is installed now. Great! |
62 | 2025-07-08T00:09:37.136Z | |
63 | 2025-07-08T00:09:37.136Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-07-08T00:09:37.136Z | environment variable. This has not been done automatically. |
65 | 2025-07-08T00:09:37.136Z | |
66 | 2025-07-08T00:09:37.136Z | To configure your current shell, you need to source |
67 | 2025-07-08T00:09:37.136Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-07-08T00:09:37.136Z | |
69 | 2025-07-08T00:09:37.136Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-07-08T00:09:37.137Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-07-08T00:09:37.137Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-07-08T00:09:37.137Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
73 | 2025-07-08T00:09:37.214Z | + rustup --version |
74 | 2025-07-08T00:09:37.270Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
75 | 2025-07-08T00:09:37.271Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
76 | 2025-07-08T00:09:37.382Z | info: The currently active `rustc` version is `rustc 1.88.0 (6b00bc388 2025-06-23)` |
77 | 2025-07-08T00:09:37.443Z | + cargo --version |
78 | 2025-07-08T00:09:37.518Z | cargo 1.88.0 (873a06493 2025-05-10) |
79 | 2025-07-08T00:09:37.563Z | + rustc --version |
80 | 2025-07-08T00:09:37.643Z | rustc 1.88.0 (6b00bc388 2025-06-23) |
81 | 2025-07-08T00:09:37.690Z | process exited: duration 22435 ms, exit code 0 |
|
82 | 2025-07-08T00:09:37.746Z | starting task 2: "authentication" |
83 | 2025-07-08T00:09:37.809Z | process exited: duration 65 ms, exit code 0 |
|
84 | 2025-07-08T00:09:37.873Z | starting task 3: "clone repository" |
85 | 2025-07-08T00:09:37.901Z | + mkdir -p /work/oxidecomputer/omicron |
86 | 2025-07-08T00:09:37.901Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
87 | 2025-07-08T00:09:37.929Z | Cloning into '/work/oxidecomputer/omicron'... |
88 | 2025-07-08T00:09:47.068Z | + cd /work/oxidecomputer/omicron |
89 | 2025-07-08T00:09:47.068Z | + git fetch origin dce506f5432419991bf8bd33a58714e235ebb934 |
90 | 2025-07-08T00:09:47.562Z | From https://github.com/oxidecomputer/omicron |
91 | 2025-07-08T00:09:47.562Z | * branch dce506f5432419991bf8bd33a58714e235ebb934 -> FETCH_HEAD |
92 | 2025-07-08T00:09:47.587Z | + [[ -n update-status-sp-version-info ]] |
93 | 2025-07-08T00:09:47.587Z | ++ git branch --show-current |
94 | 2025-07-08T00:09:47.587Z | + current=main |
95 | 2025-07-08T00:09:47.587Z | + [[ main != update-status-sp-version-info ]] |
96 | 2025-07-08T00:09:47.587Z | + git branch -f update-status-sp-version-info dce506f5432419991bf8bd33a58714e235ebb934 |
97 | 2025-07-08T00:09:47.613Z | + git checkout -f update-status-sp-version-info |
98 | 2025-07-08T00:09:47.880Z | Switched to branch 'update-status-sp-version-info' |
99 | 2025-07-08T00:09:47.905Z | + git reset --hard dce506f5432419991bf8bd33a58714e235ebb934 |
100 | 2025-07-08T00:09:47.932Z | HEAD is now at dce506f54 review comment |
101 | 2025-07-08T00:09:47.932Z | process exited: duration 10049 ms, exit code 0 |
|
102 | 2025-07-08T00:09:47.983Z | starting task 4: "build" |
103 | 2025-07-08T00:09:48.009Z | + source ./env.sh |
104 | 2025-07-08T00:09:48.009Z | ++ OLD_SHELL_OPTS=ehxB |
105 | 2025-07-08T00:09:48.009Z | ++ set -o xtrace |
106 | 2025-07-08T00:09:48.009Z | ++++ dirname ./env.sh |
107 | 2025-07-08T00:09:48.009Z | +++ readlink -f . |
108 | 2025-07-08T00:09:48.009Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
109 | 2025-07-08T00:09:48.009Z | ++ export PATH=/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-08T00:09:48.009Z | ++ PATH=/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-08T00:09:48.009Z | ++ 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 |
112 | 2025-07-08T00:09:48.009Z | ++ 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 |
113 | 2025-07-08T00:09:48.009Z | ++ 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 |
114 | 2025-07-08T00:09:48.010Z | ++ 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 |
115 | 2025-07-08T00:09:48.010Z | ++ 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 |
116 | 2025-07-08T00:09:48.010Z | ++ 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 |
117 | 2025-07-08T00:09:48.010Z | ++ case $OLD_SHELL_OPTS in |
118 | 2025-07-08T00:09:48.010Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
119 | 2025-07-08T00:09:48.010Z | + source .github/buildomat/ci-env.sh |
120 | 2025-07-08T00:09:48.010Z | ++ export CARGO_TERM_COLOR=always |
121 | 2025-07-08T00:09:48.010Z | ++ CARGO_TERM_COLOR=always |
122 | 2025-07-08T00:09:48.010Z | + cargo --version |
123 | 2025-07-08T00:09:48.078Z | cargo 1.88.0 (873a06493 2025-05-10) |
124 | 2025-07-08T00:09:48.104Z | + rustc --version |
125 | 2025-07-08T00:09:48.169Z | rustc 1.88.0 (6b00bc388 2025-06-23) |
126 | 2025-07-08T00:09:48.194Z | + banner prerequisites |
127 | 2025-07-08T00:09:48.194Z | |
128 | 2025-07-08T00:09:48.195Z | ##### ##### ###### ##### ###### #### # # # #### # |
129 | 2025-07-08T00:09:48.195Z | # # # # # # # # # # # # # # # |
130 | 2025-07-08T00:09:48.195Z | # # # # ##### # # ##### # # # # # #### # |
131 | 2025-07-08T00:09:48.195Z | ##### ##### # ##### # # # # # # # # # |
132 | 2025-07-08T00:09:48.195Z | # # # # # # # # # # # # # # # |
133 | 2025-07-08T00:09:48.195Z | # # # ###### # # ###### ### # #### # #### # |
134 | 2025-07-08T00:09:48.195Z | |
135 | 2025-07-08T00:09:48.195Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
136 | 2025-07-08T00:10:01.105Z | Startup: Refreshing catalog 'helios-dev' ... Done |
137 | 2025-07-08T00:10:10.011Z | Startup: Caching catalogs ... Done |
138 | 2025-07-08T00:10:15.627Z | Planning: Solver setup ... Done (3.919s) |
139 | 2025-07-08T00:10:15.666Z | Planning: Running solver ... Done (0.039s) |
140 | 2025-07-08T00:10:15.744Z | Planning: Finding local manifests ... Done (0.002s) |
141 | 2025-07-08T00:10:15.832Z | Planning: Fetching manifests: 0/4 0% complete |
142 | 2025-07-08T00:10:16.289Z | Planning: Fetching manifests: 4/4 100% complete |
143 | 2025-07-08T00:10:16.360Z | Planning: Package planning ... Done (0.071s) |
144 | 2025-07-08T00:10:16.420Z | Planning: Merging actions ... Done (0.060s) |
145 | 2025-07-08T00:10:16.812Z | Planning: Checking for conflicting actions ... Done (0.391s) |
146 | 2025-07-08T00:10:16.837Z | Planning: Consolidating action changes ... Done (0.014s) |
147 | 2025-07-08T00:10:17.614Z | Planning: Evaluating mediators ... Done (0.786s) |
148 | 2025-07-08T00:10:17.639Z | Planning: Planning completed in 7.51 seconds |
149 | 2025-07-08T00:10:17.665Z | Packages to install: 4 |
150 | 2025-07-08T00:10:17.665Z | Mediators to change: 2 |
151 | 2025-07-08T00:10:17.665Z | Services to change: 1 |
152 | 2025-07-08T00:10:17.665Z | Estimated space available: 155.03 GB |
153 | 2025-07-08T00:10:17.665Z | Estimated space to be consumed: 1.70 GB |
154 | 2025-07-08T00:10:17.665Z | Create boot environment: No |
155 | 2025-07-08T00:10:17.665Z | Create backup boot environment: No |
156 | 2025-07-08T00:10:17.665Z | Rebuild boot archive: No |
157 | 2025-07-08T00:10:17.665Z | |
158 | 2025-07-08T00:10:17.665Z | Changed mediators: |
159 | 2025-07-08T00:10:17.665Z | mediator clang: |
160 | 2025-07-08T00:10:17.665Z | version: None -> 15 (system default) |
161 | 2025-07-08T00:10:17.665Z | |
162 | 2025-07-08T00:10:17.665Z | mediator llvm: |
163 | 2025-07-08T00:10:17.665Z | version: 14 (system default) -> 15 (system default) |
164 | 2025-07-08T00:10:17.665Z | |
165 | 2025-07-08T00:10:17.665Z | Changed packages: |
166 | 2025-07-08T00:10:17.665Z | helios-dev |
167 | 2025-07-08T00:10:17.665Z | developer/build-essential |
168 | 2025-07-08T00:10:17.665Z | None -> 11-2.0 |
169 | 2025-07-08T00:10:17.665Z | library/libxmlsec1 |
170 | 2025-07-08T00:10:17.665Z | None -> 1.2.35-2.0 |
171 | 2025-07-08T00:10:17.665Z | ooce/developer/clang-15 |
172 | 2025-07-08T00:10:17.665Z | None -> 15.0.7-2.0 |
173 | 2025-07-08T00:10:17.665Z | ooce/developer/llvm-15 |
174 | 2025-07-08T00:10:17.666Z | None -> 15.0.7-2.0 |
175 | 2025-07-08T00:10:17.666Z | |
176 | 2025-07-08T00:10:17.666Z | Services: |
177 | 2025-07-08T00:10:17.666Z | restart_fmri: |
178 | 2025-07-08T00:10:17.666Z | svc:/system/update-man-index:default |
179 | 2025-07-08T00:10:17.709Z | |
180 | 2025-07-08T00:10:17.709Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
181 | 2025-07-08T00:10:22.711Z | Download: 965/3290 items 19.4/212.6MB 9% complete (3.9M/s) |
182 | 2025-07-08T00:10:27.727Z | Download: 1393/3290 items 117.1/212.6MB 55% complete (11.9M/s) |
183 | 2025-07-08T00:10:32.758Z | Download: 2220/3290 items 119.2/212.6MB 56% complete (10.0M/s) |
184 | 2025-07-08T00:10:37.760Z | Download: 3194/3290 items 143.3/212.6MB 67% complete (2.5M/s) |
185 | 2025-07-08T00:10:41.313Z | Download: Completed 212.60 MB in 23.60 seconds (9.0M/s) |
186 | 2025-07-08T00:10:41.528Z | Actions: 1/3689 actions (Installing new actions) |
187 | 2025-07-08T00:10:46.530Z | Actions: 3060/3689 actions (Installing new actions) |
188 | 2025-07-08T00:10:47.642Z | Actions: Completed 3689 actions in 6.11 seconds. |
189 | 2025-07-08T00:10:48.521Z | Done (0.872s) |
190 | 2025-07-08T00:10:48.521Z | Done (0.000s) |
191 | 2025-07-08T00:10:49.508Z | Done (0.985s) |
192 | 2025-07-08T00:10:55.227Z | Done (5.497s) |
193 | 2025-07-08T00:10:55.336Z | Done (0.020s) |
194 | 2025-07-08T00:10:55.361Z | Done (0.000s) |
195 | 2025-07-08T00:10:55.508Z | Done (0.000s) |
196 | 2025-07-08T00:10:56.603Z | Planning: Evaluating mediator changes ... Done |
197 | 2025-07-08T00:10:56.894Z | Planning: Checking for conflicting actions ... Done |
198 | 2025-07-08T00:10:56.919Z | Planning: Consolidating action changes ... Done |
199 | 2025-07-08T00:10:57.242Z | Planning: Evaluating mediators ... Done |
200 | 2025-07-08T00:10:57.267Z | Planning: Planning completed in 0.64 seconds |
201 | 2025-07-08T00:10:57.292Z | Mediators to change: 2 |
202 | 2025-07-08T00:10:57.292Z | Create boot environment: No |
203 | 2025-07-08T00:10:57.292Z | Create backup boot environment: No |
204 | 2025-07-08T00:10:57.347Z | Done |
205 | 2025-07-08T00:10:57.347Z | Done |
206 | 2025-07-08T00:10:58.306Z | Done |
207 | 2025-07-08T00:11:03.515Z | Done |
208 | 2025-07-08T00:11:03.613Z | Done |
209 | 2025-07-08T00:11:03.614Z | Done |
210 | 2025-07-08T00:11:03.676Z | Done |
211 | 2025-07-08T00:11:04.478Z | Planning: Evaluating mediator changes ... Done |
212 | 2025-07-08T00:11:04.503Z | Planning: Merging actions ... Done |
213 | 2025-07-08T00:11:04.726Z | Planning: Checking for conflicting actions ... Done |
214 | 2025-07-08T00:11:04.751Z | Planning: Consolidating action changes ... Done |
215 | 2025-07-08T00:11:05.069Z | Planning: Evaluating mediators ... Done |
216 | 2025-07-08T00:11:05.144Z | Planning: Planning completed in 0.98 seconds |
217 | 2025-07-08T00:11:05.188Z | Packages to change: 1 |
218 | 2025-07-08T00:11:05.188Z | Mediators to change: 1 |
219 | 2025-07-08T00:11:05.188Z | Services to change: 1 |
220 | 2025-07-08T00:11:05.188Z | Create boot environment: No |
221 | 2025-07-08T00:11:05.188Z | Create backup boot environment: Yes |
222 | 2025-07-08T00:11:07.096Z | Actions: 1/6 actions (Updating modified actions) |
223 | 2025-07-08T00:11:07.122Z | Actions: Completed 6 actions in 0.00 seconds. |
224 | 2025-07-08T00:11:07.122Z | Done |
225 | 2025-07-08T00:11:07.122Z | Done |
226 | 2025-07-08T00:11:07.310Z | Done |
227 | 2025-07-08T00:11:12.370Z | Done |
228 | 2025-07-08T00:11:12.486Z | Done |
229 | 2025-07-08T00:11:12.511Z | Done |
230 | 2025-07-08T00:11:12.543Z | Done |
231 | 2025-07-08T00:11:13.161Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
232 | 2025-07-08T00:11:13.161Z | clang system 15 system |
233 | 2025-07-08T00:11:13.161Z | csh system system illumos |
234 | 2025-07-08T00:11:13.161Z | ctags system system illumos |
235 | 2025-07-08T00:11:13.161Z | file system system illumos |
236 | 2025-07-08T00:11:13.161Z | gcc vendor 12 vendor |
237 | 2025-07-08T00:11:13.161Z | gcc system 10 system |
238 | 2025-07-08T00:11:13.161Z | gcc system 7 system |
239 | 2025-07-08T00:11:13.161Z | go system 1.20 system |
240 | 2025-07-08T00:11:13.161Z | go system 1.19 system |
241 | 2025-07-08T00:11:13.161Z | llvm system 15 system |
242 | 2025-07-08T00:11:13.161Z | llvm system 14 system |
243 | 2025-07-08T00:11:13.161Z | mariadb system 10.6 system |
244 | 2025-07-08T00:11:13.161Z | mta vendor vendor dma |
245 | 2025-07-08T00:11:13.161Z | openjdk system 17 system |
246 | 2025-07-08T00:11:13.161Z | openjdk system 11 system |
247 | 2025-07-08T00:11:13.161Z | openjdk system 1.8 system |
248 | 2025-07-08T00:11:13.161Z | openssl vendor 3 vendor |
249 | 2025-07-08T00:11:13.161Z | perl system 5.36 system |
250 | 2025-07-08T00:11:13.161Z | postgresql system 15 system |
251 | 2025-07-08T00:11:13.161Z | postgresql system 13 system |
252 | 2025-07-08T00:11:13.161Z | python vendor 3 vendor |
253 | 2025-07-08T00:11:13.161Z | python system 2 system |
254 | 2025-07-08T00:11:13.161Z | python3 system 3.11 system |
255 | 2025-07-08T00:11:13.161Z | ruby system 3.0 system |
256 | 2025-07-08T00:11:13.161Z | words vendor vendor american-english |
257 | 2025-07-08T00:11:13.161Z | words system system australian-english |
258 | 2025-07-08T00:11:13.161Z | words system system british-english |
259 | 2025-07-08T00:11:13.161Z | words system system canadian-english |
260 | 2025-07-08T00:11:13.162Z | words system system french |
261 | 2025-07-08T00:11:13.162Z | words system system italian |
262 | 2025-07-08T00:11:13.162Z | words system system ngerman |
263 | 2025-07-08T00:11:13.162Z | words system system ogerman |
264 | 2025-07-08T00:11:13.162Z | words system system spanish |
265 | 2025-07-08T00:11:13.600Z | PUBLISHER TYPE STATUS P LOCATION |
266 | 2025-07-08T00:11:13.600Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
267 | 2025-07-08T00:11:19.467Z | FMRI IFO |
268 | 2025-07-08T00:11:19.467Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
269 | 2025-07-08T00:11:19.467Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
270 | 2025-07-08T00:11:19.467Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
271 | 2025-07-08T00:11:19.467Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
272 | 2025-07-08T00:11:19.467Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
273 | 2025-07-08T00:11:19.467Z | pkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i-- |
274 | 2025-07-08T00:11:19.467Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
275 | 2025-07-08T00:11:19.467Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i-- |
276 | 2025-07-08T00:11:19.467Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
277 | 2025-07-08T00:11:19.467Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
278 | 2025-07-08T00:11:19.467Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i-- |
279 | 2025-07-08T00:11:19.467Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
280 | 2025-07-08T00:11:19.467Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
281 | 2025-07-08T00:11:19.467Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i-- |
282 | 2025-07-08T00:11:19.467Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
283 | 2025-07-08T00:11:19.467Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
284 | 2025-07-08T00:11:20.617Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
285 | 2025-07-08T00:11:21.082Z | Updating crates.io index |
286 | 2025-07-08T00:11:21.123Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
287 | 2025-07-08T00:11:21.570Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
288 | 2025-07-08T00:11:22.346Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
289 | 2025-07-08T00:11:22.750Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
290 | 2025-07-08T00:11:23.162Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
291 | 2025-07-08T00:11:23.635Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
292 | 2025-07-08T00:11:24.989Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
293 | 2025-07-08T00:11:27.280Z | Updating git repository `https://github.com/oxidecomputer/opte` |
294 | 2025-07-08T00:11:28.359Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
295 | 2025-07-08T00:11:29.266Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
296 | 2025-07-08T00:11:29.653Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
297 | 2025-07-08T00:11:30.143Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
298 | 2025-07-08T00:11:30.953Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
299 | 2025-07-08T00:11:31.326Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
300 | 2025-07-08T00:11:32.058Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
301 | 2025-07-08T00:11:32.576Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
302 | 2025-07-08T00:11:33.118Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
303 | 2025-07-08T00:11:33.532Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
304 | 2025-07-08T00:11:33.892Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
305 | 2025-07-08T00:11:34.245Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
306 | 2025-07-08T00:11:34.670Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
307 | 2025-07-08T00:11:35.198Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
308 | 2025-07-08T00:11:35.672Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
309 | 2025-07-08T00:11:36.272Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
310 | 2025-07-08T00:11:36.868Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
311 | 2025-07-08T00:11:37.451Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
312 | 2025-07-08T00:11:37.841Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
313 | 2025-07-08T00:11:38.387Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
314 | 2025-07-08T00:11:39.005Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
315 | 2025-07-08T00:11:39.342Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
316 | 2025-07-08T00:11:39.754Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
317 | 2025-07-08T00:11:40.156Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
318 | 2025-07-08T00:11:50.111Z | Updating git repository `https://github.com/illumos/smf-rs` |
319 | 2025-07-08T00:11:51.867Z | Downloading crates ... |
320 | 2025-07-08T00:11:51.939Z | Downloaded digest v0.10.7 |
321 | 2025-07-08T00:11:51.964Z | Downloaded strsim v0.11.1 |
322 | 2025-07-08T00:11:51.964Z | Downloaded rustix v1.0.7 |
323 | 2025-07-08T00:11:52.553Z | Downloaded zerovec-derive v0.10.3 |
324 | 2025-07-08T00:11:52.553Z | Downloaded zerofrom v0.1.4 |
325 | 2025-07-08T00:11:52.553Z | Downloaded zerocopy-derive v0.7.35 |
326 | 2025-07-08T00:11:52.553Z | Downloaded icu_locid_transform_data v1.5.0 |
327 | 2025-07-08T00:11:52.553Z | Downloaded synstructure v0.13.1 |
328 | 2025-07-08T00:11:52.553Z | Downloaded unicode-width v0.2.0 |
329 | 2025-07-08T00:11:52.553Z | Downloaded tinystr v0.7.6 |
330 | 2025-07-08T00:11:52.553Z | Downloaded zerovec v0.10.4 |
331 | 2025-07-08T00:11:52.553Z | Downloaded unicode-width v0.1.14 |
332 | 2025-07-08T00:11:52.553Z | Downloaded papergrid v0.11.0 |
333 | 2025-07-08T00:11:52.553Z | Downloaded serde_json v1.0.140 |
334 | 2025-07-08T00:11:52.553Z | Downloaded memchr v2.7.4 |
335 | 2025-07-08T00:11:52.553Z | Downloaded zerocopy v0.7.35 |
336 | 2025-07-08T00:11:52.553Z | Downloaded idna v1.0.3 |
337 | 2025-07-08T00:11:52.553Z | Downloaded syn v1.0.109 |
338 | 2025-07-08T00:11:52.553Z | Downloaded winnow v0.7.10 |
339 | 2025-07-08T00:11:52.553Z | Downloaded tabled v0.15.0 |
340 | 2025-07-08T00:11:52.553Z | Downloaded syn v2.0.104 |
341 | 2025-07-08T00:11:52.553Z | Downloaded rustix v0.38.37 |
342 | 2025-07-08T00:11:52.553Z | Downloaded pest v2.7.14 |
343 | 2025-07-08T00:11:52.553Z | Downloaded icu_properties_data v1.5.0 |
344 | 2025-07-08T00:11:52.553Z | Downloaded indexmap v2.10.0 |
345 | 2025-07-08T00:11:52.553Z | Downloaded tempfile v3.20.0 |
346 | 2025-07-08T00:11:52.553Z | Downloaded serde v1.0.219 |
347 | 2025-07-08T00:11:52.553Z | Downloaded num-traits v0.2.19 |
348 | 2025-07-08T00:11:52.553Z | Downloaded url v2.5.4 |
349 | 2025-07-08T00:11:52.553Z | Downloaded toml v0.8.23 |
350 | 2025-07-08T00:11:52.553Z | Downloaded textwrap v0.16.2 |
351 | 2025-07-08T00:11:52.554Z | Downloaded icu_properties v1.5.1 |
352 | 2025-07-08T00:11:52.554Z | Downloaded icu_normalizer_data v1.5.0 |
353 | 2025-07-08T00:11:52.554Z | Downloaded icu_normalizer v1.5.0 |
354 | 2025-07-08T00:11:52.554Z | Downloaded icu_locid_transform v1.5.0 |
355 | 2025-07-08T00:11:52.554Z | Downloaded thiserror v2.0.12 |
356 | 2025-07-08T00:11:52.554Z | Downloaded smallvec v1.15.0 |
357 | 2025-07-08T00:11:52.554Z | Downloaded once_cell v1.21.3 |
358 | 2025-07-08T00:11:52.554Z | Downloaded litemap v0.7.3 |
359 | 2025-07-08T00:11:52.554Z | Downloaded is_terminal_polyfill v1.70.1 |
360 | 2025-07-08T00:11:52.554Z | Downloaded icu_provider v1.5.0 |
361 | 2025-07-08T00:11:52.554Z | Downloaded toml_edit v0.22.27 |
362 | 2025-07-08T00:11:52.554Z | Downloaded thread-id v4.2.2 |
363 | 2025-07-08T00:11:52.554Z | Downloaded thiserror-impl v2.0.12 |
364 | 2025-07-08T00:11:52.554Z | Downloaded thiserror-impl v1.0.69 |
365 | 2025-07-08T00:11:52.554Z | Downloaded thiserror v1.0.69 |
366 | 2025-07-08T00:11:52.554Z | Downloaded terminal_size v0.4.0 |
367 | 2025-07-08T00:11:52.554Z | Downloaded stable_deref_trait v1.2.0 |
368 | 2025-07-08T00:11:52.554Z | Downloaded serde_tokenstream v0.2.2 |
369 | 2025-07-08T00:11:52.554Z | Downloaded serde_derive v1.0.219 |
370 | 2025-07-08T00:11:52.554Z | Downloaded serde-untagged v0.1.7 |
371 | 2025-07-08T00:11:52.554Z | Downloaded libc v0.2.174 |
372 | 2025-07-08T00:11:52.554Z | Downloaded semver v1.0.26 |
373 | 2025-07-08T00:11:52.554Z | Downloaded ordered-float v2.10.1 |
374 | 2025-07-08T00:11:52.554Z | Downloaded macaddr v1.0.1 |
375 | 2025-07-08T00:11:52.554Z | Downloaded icu_provider_macros v1.5.0 |
376 | 2025-07-08T00:11:52.554Z | Downloaded swrite v0.1.0 |
377 | 2025-07-08T00:11:52.554Z | Downloaded sha2 v0.10.9 |
378 | 2025-07-08T00:11:52.554Z | Downloaded serde_spanned v0.6.9 |
379 | 2025-07-08T00:11:52.554Z | Downloaded scroll_derive v0.12.0 |
380 | 2025-07-08T00:11:52.554Z | Downloaded proc-macro2 v1.0.95 |
381 | 2025-07-08T00:11:52.554Z | Downloaded version_check v0.9.5 |
382 | 2025-07-08T00:11:52.554Z | Downloaded utf8_iter v1.0.4 |
383 | 2025-07-08T00:11:52.554Z | Downloaded usdt-macro v0.5.0 |
384 | 2025-07-08T00:11:52.554Z | Downloaded usdt-attr-macro v0.5.0 |
385 | 2025-07-08T00:11:52.554Z | Downloaded unicode-linebreak v0.1.5 |
386 | 2025-07-08T00:11:52.554Z | Downloaded ucd-trie v0.1.7 |
387 | 2025-07-08T00:11:52.554Z | Downloaded smawk v0.3.2 |
388 | 2025-07-08T00:11:52.554Z | Downloaded ryu v1.0.18 |
389 | 2025-07-08T00:11:52.554Z | Downloaded proc-macro-error v1.0.4 |
390 | 2025-07-08T00:11:52.554Z | Downloaded percent-encoding v2.3.1 |
391 | 2025-07-08T00:11:52.555Z | Downloaded log v0.4.27 |
392 | 2025-07-08T00:11:52.555Z | Downloaded clap_builder v4.5.40 |
393 | 2025-07-08T00:11:52.555Z | Downloaded yoke-derive v0.7.4 |
394 | 2025-07-08T00:11:52.555Z | Downloaded yoke v0.7.4 |
395 | 2025-07-08T00:11:52.555Z | Downloaded writeable v0.5.5 |
396 | 2025-07-08T00:11:52.555Z | Downloaded write16 v1.0.0 |
397 | 2025-07-08T00:11:52.555Z | Downloaded utf8parse v0.2.2 |
398 | 2025-07-08T00:11:52.555Z | Downloaded utf16_iter v1.0.5 |
399 | 2025-07-08T00:11:52.555Z | Downloaded usdt-impl v0.5.0 |
400 | 2025-07-08T00:11:52.555Z | Downloaded usdt v0.5.0 |
401 | 2025-07-08T00:11:52.555Z | Downloaded unicode-xid v0.2.6 |
402 | 2025-07-08T00:11:52.555Z | Downloaded unicode-ident v1.0.18 |
403 | 2025-07-08T00:11:52.555Z | Downloaded typenum v1.17.0 |
404 | 2025-07-08T00:11:52.555Z | Downloaded typeid v1.0.3 |
405 | 2025-07-08T00:11:52.555Z | Downloaded tabled_derive v0.7.0 |
406 | 2025-07-08T00:11:52.555Z | Downloaded scroll v0.12.0 |
407 | 2025-07-08T00:11:52.555Z | Downloaded quote v1.0.40 |
408 | 2025-07-08T00:11:52.555Z | Downloaded proc-macro-error-attr v1.0.4 |
409 | 2025-07-08T00:11:52.555Z | Downloaded pretty-hex v0.4.1 |
410 | 2025-07-08T00:11:52.556Z | Downloaded plain v0.2.3 |
411 | 2025-07-08T00:11:52.556Z | Downloaded pest_meta v2.7.14 |
412 | 2025-07-08T00:11:52.556Z | Downloaded pest_derive v2.7.14 |
413 | 2025-07-08T00:11:52.556Z | Downloaded icu_locid v1.5.0 |
414 | 2025-07-08T00:11:52.556Z | Downloaded heck v0.4.1 |
415 | 2025-07-08T00:11:52.556Z | Downloaded goblin v0.8.2 |
416 | 2025-07-08T00:11:52.556Z | Downloaded fs-err v3.1.1 |
417 | 2025-07-08T00:11:52.556Z | Downloaded fnv v1.0.7 |
418 | 2025-07-08T00:11:52.556Z | Downloaded errno v0.3.12 |
419 | 2025-07-08T00:11:52.556Z | Downloaded erased-serde v0.4.6 |
420 | 2025-07-08T00:11:52.556Z | Downloaded equivalent v1.0.2 |
421 | 2025-07-08T00:11:52.556Z | Downloaded dof v0.3.0 |
422 | 2025-07-08T00:11:52.556Z | Downloaded displaydoc v0.2.5 |
423 | 2025-07-08T00:11:52.605Z | Downloaded colorchoice v1.0.2 |
424 | 2025-07-08T00:11:52.605Z | Downloaded clap_derive v4.5.40 |
425 | 2025-07-08T00:11:52.605Z | Downloaded cfg-if v1.0.1 |
426 | 2025-07-08T00:11:52.605Z | Downloaded cargo_toml v0.21.0 |
427 | 2025-07-08T00:11:52.605Z | Downloaded cargo-util-schemas v0.2.0 |
428 | 2025-07-08T00:11:52.605Z | Downloaded cargo-platform v0.2.0 |
429 | 2025-07-08T00:11:52.605Z | Downloaded camino-tempfile v1.4.1 |
430 | 2025-07-08T00:11:52.605Z | Downloaded camino v1.1.10 |
431 | 2025-07-08T00:11:52.605Z | Downloaded bitflags v2.9.0 |
432 | 2025-07-08T00:11:52.605Z | Downloaded autocfg v1.4.0 |
433 | 2025-07-08T00:11:52.605Z | Downloaded anyhow v1.0.98 |
434 | 2025-07-08T00:11:52.605Z | Downloaded anstyle-query v1.1.1 |
435 | 2025-07-08T00:11:52.605Z | Downloaded zerofrom-derive v0.1.4 |
436 | 2025-07-08T00:11:52.605Z | Downloaded toml_write v0.1.2 |
437 | 2025-07-08T00:11:52.605Z | Downloaded toml_datetime v0.6.11 |
438 | 2025-07-08T00:11:52.605Z | Downloaded heck v0.5.0 |
439 | 2025-07-08T00:11:52.605Z | Downloaded getrandom v0.3.1 |
440 | 2025-07-08T00:11:52.605Z | Downloaded form_urlencoded v1.2.1 |
441 | 2025-07-08T00:11:52.605Z | Downloaded fastrand v2.1.1 |
442 | 2025-07-08T00:11:52.606Z | Downloaded dtrace-parser v0.2.0 |
443 | 2025-07-08T00:11:52.606Z | Downloaded crypto-common v0.1.6 |
444 | 2025-07-08T00:11:52.606Z | Downloaded clap_lex v0.7.4 |
445 | 2025-07-08T00:11:52.606Z | Downloaded cargo_metadata v0.20.0 |
446 | 2025-07-08T00:11:52.606Z | Downloaded bytecount v0.6.8 |
447 | 2025-07-08T00:11:52.606Z | Downloaded block-buffer v0.10.4 |
448 | 2025-07-08T00:11:52.606Z | Downloaded anstyle-parse v0.2.5 |
449 | 2025-07-08T00:11:52.606Z | Downloaded hashbrown v0.15.4 |
450 | 2025-07-08T00:11:52.606Z | Downloaded cpufeatures v0.2.14 |
451 | 2025-07-08T00:11:52.606Z | Downloaded byteorder v1.5.0 |
452 | 2025-07-08T00:11:52.606Z | Downloaded anstyle v1.0.11 |
453 | 2025-07-08T00:11:52.606Z | Downloaded anstream v0.6.18 |
454 | 2025-07-08T00:11:52.606Z | Downloaded serde-value v0.7.0 |
455 | 2025-07-08T00:11:52.606Z | Downloaded pest_generator v2.7.14 |
456 | 2025-07-08T00:11:52.606Z | Downloaded memmap v0.7.0 |
457 | 2025-07-08T00:11:52.606Z | Downloaded itoa v1.0.11 |
458 | 2025-07-08T00:11:52.606Z | Downloaded idna_adapter v1.2.0 |
459 | 2025-07-08T00:11:52.606Z | Downloaded icu_collections v1.5.0 |
460 | 2025-07-08T00:11:52.606Z | Downloaded generic-array v0.14.7 |
461 | 2025-07-08T00:11:52.606Z | Downloaded clap v4.5.40 |
462 | 2025-07-08T00:11:52.632Z | Compiling proc-macro2 v1.0.95 |
463 | 2025-07-08T00:11:52.633Z | Compiling unicode-ident v1.0.18 |
464 | 2025-07-08T00:11:52.633Z | Compiling serde v1.0.219 |
465 | 2025-07-08T00:11:52.633Z | Compiling version_check v0.9.5 |
466 | 2025-07-08T00:11:52.633Z | Compiling thiserror v1.0.69 |
467 | 2025-07-08T00:11:52.633Z | Compiling libc v0.2.174 |
468 | 2025-07-08T00:11:52.633Z | Compiling memchr v2.7.4 |
469 | 2025-07-08T00:11:52.661Z | Compiling stable_deref_trait v1.2.0 |
470 | 2025-07-08T00:11:52.912Z | Compiling itoa v1.0.11 |
471 | 2025-07-08T00:11:52.990Z | Compiling ucd-trie v0.1.7 |
472 | 2025-07-08T00:11:53.171Z | Compiling writeable v0.5.5 |
473 | 2025-07-08T00:11:53.490Z | Compiling litemap v0.7.3 |
474 | 2025-07-08T00:11:53.572Z | Compiling autocfg v1.4.0 |
475 | 2025-07-08T00:11:53.651Z | Compiling ryu v1.0.18 |
476 | 2025-07-08T00:11:53.757Z | Compiling once_cell v1.21.3 |
477 | 2025-07-08T00:11:53.976Z | Compiling icu_locid_transform_data v1.5.0 |
478 | 2025-07-08T00:11:54.036Z | Compiling byteorder v1.5.0 |
479 | 2025-07-08T00:11:54.113Z | Compiling bitflags v2.9.0 |
480 | 2025-07-08T00:11:54.285Z | Compiling serde_json v1.0.140 |
481 | 2025-07-08T00:11:54.461Z | Compiling icu_properties_data v1.5.0 |
482 | 2025-07-08T00:11:54.491Z | Compiling typeid v1.0.3 |
483 | 2025-07-08T00:11:54.539Z | Compiling utf8_iter v1.0.4 |
484 | 2025-07-08T00:11:54.564Z | Compiling quote v1.0.40 |
485 | 2025-07-08T00:11:54.670Z | Compiling num-traits v0.2.19 |
486 | 2025-07-08T00:11:54.727Z | Compiling equivalent v1.0.2 |
487 | 2025-07-08T00:11:54.800Z | Compiling utf16_iter v1.0.5 |
488 | 2025-07-08T00:11:54.881Z | Compiling smallvec v1.15.0 |
489 | 2025-07-08T00:11:54.991Z | Compiling syn v2.0.104 |
490 | 2025-07-08T00:11:55.017Z | Compiling errno v0.3.12 |
491 | 2025-07-08T00:11:55.052Z | Compiling write16 v1.0.0 |
492 | 2025-07-08T00:11:55.161Z | Compiling hashbrown v0.15.4 |
493 | 2025-07-08T00:11:55.197Z | Compiling rustix v0.38.37 |
494 | 2025-07-08T00:11:55.229Z | Compiling icu_normalizer_data v1.5.0 |
495 | 2025-07-08T00:11:55.373Z | Compiling proc-macro-error-attr v1.0.4 |
496 | 2025-07-08T00:11:55.423Z | Compiling usdt-impl v0.5.0 |
497 | 2025-07-08T00:11:55.493Z | Compiling syn v1.0.109 |
498 | 2025-07-08T00:11:55.598Z | Compiling toml_write v0.1.2 |
499 | 2025-07-08T00:11:55.686Z | Compiling winnow v0.7.10 |
500 | 2025-07-08T00:11:55.969Z | Compiling thread-id v4.2.2 |
501 | 2025-07-08T00:11:56.128Z | Compiling proc-macro-error v1.0.4 |
502 | 2025-07-08T00:11:56.191Z | Compiling camino v1.1.10 |
503 | 2025-07-08T00:11:56.320Z | Compiling indexmap v2.10.0 |
504 | 2025-07-08T00:11:56.347Z | Compiling semver v1.0.26 |
505 | 2025-07-08T00:11:56.492Z | Compiling percent-encoding v2.3.1 |
506 | 2025-07-08T00:11:56.760Z | Compiling rustix v1.0.7 |
507 | 2025-07-08T00:11:56.837Z | Compiling log v0.4.27 |
508 | 2025-07-08T00:11:56.871Z | Compiling utf8parse v0.2.2 |
509 | 2025-07-08T00:11:57.085Z | Compiling plain v0.2.3 |
510 | 2025-07-08T00:11:57.217Z | Compiling getrandom v0.3.1 |
511 | 2025-07-08T00:11:57.284Z | Compiling terminal_size v0.4.0 |
512 | 2025-07-08T00:11:57.379Z | Compiling anstyle-parse v0.2.5 |
513 | 2025-07-08T00:11:57.677Z | Compiling ordered-float v2.10.1 |
514 | 2025-07-08T00:11:57.707Z | Compiling form_urlencoded v1.2.1 |
515 | 2025-07-08T00:11:57.967Z | Compiling colorchoice v1.0.2 |
516 | 2025-07-08T00:11:58.078Z | Compiling anstyle-query v1.1.1 |
517 | 2025-07-08T00:11:58.174Z | Compiling pretty-hex v0.4.1 |
518 | 2025-07-08T00:11:58.269Z | Compiling is_terminal_polyfill v1.70.1 |
519 | 2025-07-08T00:11:58.299Z | Compiling cfg-if v1.0.1 |
520 | 2025-07-08T00:11:58.329Z | Compiling anstyle v1.0.11 |
521 | 2025-07-08T00:11:58.432Z | Compiling thiserror v2.0.12 |
522 | 2025-07-08T00:11:58.771Z | Compiling anstream v0.6.18 |
523 | 2025-07-08T00:11:58.838Z | Compiling fs-err v3.1.1 |
524 | 2025-07-08T00:11:59.168Z | Compiling bytecount v0.6.8 |
525 | 2025-07-08T00:11:59.200Z | Compiling unicode-width v0.1.14 |
526 | 2025-07-08T00:11:59.478Z | Compiling fastrand v2.1.1 |
527 | 2025-07-08T00:11:59.503Z | Compiling unicode-xid v0.2.6 |
528 | 2025-07-08T00:11:59.668Z | Compiling strsim v0.11.1 |
529 | 2025-07-08T00:11:59.694Z | Compiling anyhow v1.0.98 |
530 | 2025-07-08T00:11:59.762Z | Compiling fnv v1.0.7 |
531 | 2025-07-08T00:11:59.944Z | Compiling clap_lex v0.7.4 |
532 | 2025-07-08T00:12:00.014Z | Compiling heck v0.4.1 |
533 | 2025-07-08T00:12:00.335Z | Compiling heck v0.5.0 |
534 | 2025-07-08T00:12:00.493Z | Compiling clap_builder v4.5.40 |
535 | 2025-07-08T00:12:00.642Z | Compiling tempfile v3.20.0 |
536 | 2025-07-08T00:12:00.838Z | Compiling papergrid v0.11.0 |
537 | 2025-07-08T00:12:01.082Z | Compiling memmap v0.7.0 |
538 | 2025-07-08T00:12:01.107Z | Compiling smawk v0.3.2 |
539 | 2025-07-08T00:12:01.349Z | Compiling unicode-width v0.2.0 |
540 | 2025-07-08T00:12:01.426Z | Compiling unicode-linebreak v0.1.5 |
541 | 2025-07-08T00:12:01.947Z | Compiling synstructure v0.13.1 |
542 | 2025-07-08T00:12:01.973Z | Compiling textwrap v0.16.2 |
543 | 2025-07-08T00:12:03.087Z | Compiling tabled_derive v0.7.0 |
544 | 2025-07-08T00:12:03.133Z | Compiling swrite v0.1.0 |
545 | 2025-07-08T00:12:03.213Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
546 | 2025-07-08T00:12:04.925Z | Compiling tabled v0.15.0 |
547 | 2025-07-08T00:12:04.989Z | Compiling serde_derive v1.0.219 |
548 | 2025-07-08T00:12:05.014Z | Compiling thiserror-impl v1.0.69 |
549 | 2025-07-08T00:12:05.287Z | Compiling zerofrom-derive v0.1.4 |
550 | 2025-07-08T00:12:05.503Z | Compiling yoke-derive v0.7.4 |
551 | 2025-07-08T00:12:07.364Z | Compiling zerovec-derive v0.10.3 |
552 | 2025-07-08T00:12:07.455Z | Compiling displaydoc v0.2.5 |
553 | 2025-07-08T00:12:07.744Z | Compiling icu_provider_macros v1.5.0 |
554 | 2025-07-08T00:12:08.111Z | Compiling pest v2.7.14 |
555 | 2025-07-08T00:12:08.162Z | Compiling zerocopy-derive v0.7.35 |
556 | 2025-07-08T00:12:08.723Z | Compiling zerofrom v0.1.4 |
557 | 2025-07-08T00:12:08.789Z | Compiling scroll_derive v0.12.0 |
558 | 2025-07-08T00:12:08.993Z | Compiling yoke v0.7.4 |
559 | 2025-07-08T00:12:09.028Z | Compiling thiserror-impl v2.0.12 |
560 | 2025-07-08T00:12:09.398Z | Compiling clap_derive v4.5.40 |
561 | 2025-07-08T00:12:09.685Z | Compiling zerovec v0.10.4 |
562 | 2025-07-08T00:12:10.137Z | Compiling scroll v0.12.0 |
563 | 2025-07-08T00:12:10.164Z | Compiling zerocopy v0.7.35 |
564 | 2025-07-08T00:12:10.656Z | Compiling pest_meta v2.7.14 |
565 | 2025-07-08T00:12:10.854Z | Compiling goblin v0.8.2 |
566 | 2025-07-08T00:12:11.519Z | Compiling tinystr v0.7.6 |
567 | 2025-07-08T00:12:11.707Z | Compiling icu_collections v1.5.0 |
568 | 2025-07-08T00:12:12.006Z | Compiling icu_locid v1.5.0 |
569 | 2025-07-08T00:12:12.113Z | Compiling pest_generator v2.7.14 |
570 | 2025-07-08T00:12:13.183Z | Compiling clap v4.5.40 |
571 | 2025-07-08T00:12:13.308Z | Compiling icu_provider v1.5.0 |
572 | 2025-07-08T00:12:13.967Z | Compiling icu_locid_transform v1.5.0 |
573 | 2025-07-08T00:12:14.144Z | Compiling pest_derive v2.7.14 |
574 | 2025-07-08T00:12:14.800Z | Compiling dtrace-parser v0.2.0 |
575 | 2025-07-08T00:12:15.105Z | Compiling icu_properties v1.5.1 |
576 | 2025-07-08T00:12:16.934Z | Compiling serde_spanned v0.6.9 |
577 | 2025-07-08T00:12:17.066Z | Compiling toml_datetime v0.6.11 |
578 | 2025-07-08T00:12:17.206Z | Compiling serde_tokenstream v0.2.2 |
579 | 2025-07-08T00:12:17.272Z | Compiling erased-serde v0.4.6 |
580 | 2025-07-08T00:12:17.675Z | Compiling toml_edit v0.22.27 |
581 | 2025-07-08T00:12:17.854Z | Compiling serde-value v0.7.0 |
582 | 2025-07-08T00:12:18.122Z | Compiling cargo-platform v0.2.0 |
583 | 2025-07-08T00:12:18.201Z | Compiling camino-tempfile v1.4.1 |
584 | 2025-07-08T00:12:18.453Z | Compiling serde-untagged v0.1.7 |
585 | 2025-07-08T00:12:18.664Z | Compiling icu_normalizer v1.5.0 |
586 | 2025-07-08T00:12:18.695Z | Compiling macaddr v1.0.1 |
587 | 2025-07-08T00:12:18.858Z | Compiling dof v0.3.0 |
588 | 2025-07-08T00:12:19.598Z | Compiling idna_adapter v1.2.0 |
589 | 2025-07-08T00:12:19.797Z | Compiling idna v1.0.3 |
590 | 2025-07-08T00:12:20.408Z | Compiling url v2.5.4 |
591 | 2025-07-08T00:12:20.439Z | Compiling usdt-macro v0.5.0 |
592 | 2025-07-08T00:12:20.439Z | Compiling usdt-attr-macro v0.5.0 |
593 | 2025-07-08T00:12:21.145Z | Compiling toml v0.8.23 |
594 | 2025-07-08T00:12:21.638Z | Compiling usdt v0.5.0 |
595 | 2025-07-08T00:12:21.998Z | Compiling cargo-util-schemas v0.2.0 |
596 | 2025-07-08T00:12:21.998Z | Compiling cargo_toml v0.21.0 |
597 | 2025-07-08T00:12:23.919Z | Compiling cargo_metadata v0.20.0 |
598 | 2025-07-08T00:12:26.260Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
599 | 2025-07-08T00:12:30.865Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 10s |
600 | 2025-07-08T00:12:31.181Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
601 | 2025-07-08T00:12:32.187Z | Downloading crates ... |
602 | 2025-07-08T00:12:32.373Z | Downloaded bit-set v0.8.0 |
603 | 2025-07-08T00:12:32.398Z | Downloaded bcrypt-pbkdf v0.10.0 |
604 | 2025-07-08T00:12:32.398Z | Downloaded crc8 v0.1.1 |
605 | 2025-07-08T00:12:32.398Z | Downloaded crc v3.2.1 |
606 | 2025-07-08T00:12:32.424Z | Downloaded mime v0.3.17 |
607 | 2025-07-08T00:12:32.424Z | Downloaded rand_seeder v0.3.0 |
608 | 2025-07-08T00:12:32.450Z | Downloaded rand_xorshift v0.4.0 |
609 | 2025-07-08T00:12:32.450Z | Downloaded sha1 v0.10.6 |
610 | 2025-07-08T00:12:32.450Z | Downloaded tokio-dtrace v0.1.0 |
611 | 2025-07-08T00:12:32.475Z | Downloaded tinyvec_macros v0.1.1 |
612 | 2025-07-08T00:12:32.475Z | Downloaded difflib v0.4.0 |
613 | 2025-07-08T00:12:32.475Z | Downloaded want v0.3.1 |
614 | 2025-07-08T00:12:32.475Z | Downloaded tls_codec_derive v0.4.1 |
615 | 2025-07-08T00:12:32.475Z | Downloaded heck v0.3.3 |
616 | 2025-07-08T00:12:32.500Z | Downloaded mime_guess v2.0.5 |
617 | 2025-07-08T00:12:32.500Z | Downloaded derive_builder_macro v0.20.2 |
618 | 2025-07-08T00:12:32.500Z | Downloaded headers-core v0.3.0 |
619 | 2025-07-08T00:12:32.526Z | Downloaded funty v2.0.0 |
620 | 2025-07-08T00:12:32.526Z | Downloaded phf v0.11.2 |
621 | 2025-07-08T00:12:32.552Z | Downloaded scrypt v0.11.0 |
622 | 2025-07-08T00:12:32.577Z | Downloaded try-lock v0.2.5 |
623 | 2025-07-08T00:12:32.603Z | Downloaded parse-size v1.1.0 |
624 | 2025-07-08T00:12:32.628Z | Downloaded strum v0.26.3 |
625 | 2025-07-08T00:12:32.628Z | Downloaded take_mut v0.2.2 |
626 | 2025-07-08T00:12:32.628Z | Downloaded hex v0.4.3 |
627 | 2025-07-08T00:12:32.654Z | Downloaded pretty-hex v0.2.1 |
628 | 2025-07-08T00:12:32.654Z | Downloaded endian-type v0.1.2 |
629 | 2025-07-08T00:12:32.654Z | Downloaded tower-service v0.3.3 |
630 | 2025-07-08T00:12:32.654Z | Downloaded env_filter v0.1.2 |
631 | 2025-07-08T00:12:32.654Z | Downloaded rustc-hash v2.1.1 |
632 | 2025-07-08T00:12:32.680Z | Downloaded topological-sort v0.2.2 |
633 | 2025-07-08T00:12:32.680Z | Downloaded progenitor-client v0.8.0 |
634 | 2025-07-08T00:12:32.680Z | Downloaded progenitor-client v0.9.1 |
635 | 2025-07-08T00:12:32.680Z | Downloaded progenitor-macro v0.8.0 |
636 | 2025-07-08T00:12:32.680Z | Downloaded xshell-macros v0.2.7 |
637 | 2025-07-08T00:12:32.680Z | Downloaded flagset v0.4.6 |
638 | 2025-07-08T00:12:32.680Z | Downloaded zone_cfg_derive v0.3.0 |
639 | 2025-07-08T00:12:32.680Z | Downloaded proc-macro-error-attr2 v2.0.0 |
640 | 2025-07-08T00:12:32.706Z | Downloaded proc-macro-crate v1.3.1 |
641 | 2025-07-08T00:12:32.706Z | Downloaded zeroize_derive v1.4.2 |
642 | 2025-07-08T00:12:32.706Z | Downloaded tracing-attributes v0.1.27 |
643 | 2025-07-08T00:12:32.706Z | Downloaded scheduled-thread-pool v0.2.7 |
644 | 2025-07-08T00:12:32.706Z | Downloaded same-file v1.0.6 |
645 | 2025-07-08T00:12:32.706Z | Downloaded primeorder v0.13.6 |
646 | 2025-07-08T00:12:32.706Z | Downloaded foldhash v0.1.5 |
647 | 2025-07-08T00:12:32.706Z | Downloaded yasna v0.5.2 |
648 | 2025-07-08T00:12:32.706Z | Downloaded unicode-properties v0.1.3 |
649 | 2025-07-08T00:12:32.732Z | Downloaded zstd v0.13.3 |
650 | 2025-07-08T00:12:32.732Z | Downloaded foreign-types-macros v0.2.3 |
651 | 2025-07-08T00:12:32.732Z | Downloaded uzers v0.12.1 |
652 | 2025-07-08T00:12:32.732Z | Downloaded zstd-safe v7.2.3 |
653 | 2025-07-08T00:12:32.732Z | Downloaded progenitor-impl v0.9.1 |
654 | 2025-07-08T00:12:32.732Z | Downloaded proc-macro-error2 v2.0.1 |
655 | 2025-07-08T00:12:32.732Z | Downloaded tracing v0.1.40 |
656 | 2025-07-08T00:12:32.759Z | Downloaded pretty_assertions v1.4.1 |
657 | 2025-07-08T00:12:32.759Z | Downloaded progenitor-impl v0.10.0 |
658 | 2025-07-08T00:12:32.759Z | Downloaded zopfli v0.8.1 |
659 | 2025-07-08T00:12:32.760Z | Downloaded value-bag v1.9.0 |
660 | 2025-07-08T00:12:32.760Z | Downloaded toml_edit v0.19.15 |
661 | 2025-07-08T00:12:32.787Z | Downloaded flume v0.11.1 |
662 | 2025-07-08T00:12:32.826Z | Downloaded zip v0.6.6 |
663 | 2025-07-08T00:12:32.826Z | Downloaded tokio-util v0.7.15 |
664 | 2025-07-08T00:12:32.826Z | Downloaded rustyline v14.0.0 |
665 | 2025-07-08T00:12:32.826Z | Downloaded tower-http v0.6.6 |
666 | 2025-07-08T00:12:32.827Z | Downloaded zip v4.2.0 |
667 | 2025-07-08T00:12:32.852Z | Downloaded portable-atomic v1.11.0 |
668 | 2025-07-08T00:12:32.852Z | Downloaded salty v0.3.0 |
669 | 2025-07-08T00:12:32.852Z | Downloaded smoltcp v0.9.1 |
670 | 2025-07-08T00:12:32.877Z | Downloaded reqwest v0.12.22 |
671 | 2025-07-08T00:12:32.877Z | Downloaded zlib-rs v0.5.1 |
672 | 2025-07-08T00:12:32.903Z | Downloaded object v0.36.5 |
673 | 2025-07-08T00:12:32.903Z | Downloaded dropshot v0.16.2 |
674 | 2025-07-08T00:12:32.929Z | Downloaded polar-core v0.27.3 |
675 | 2025-07-08T00:12:32.929Z | Downloaded proptest v1.7.0 |
676 | 2025-07-08T00:12:32.954Z | Downloaded rustls v0.21.12 |
677 | 2025-07-08T00:12:32.954Z | Downloaded gimli v0.31.1 |
678 | 2025-07-08T00:12:32.980Z | Downloaded smoltcp v0.11.0 |
679 | 2025-07-08T00:12:32.980Z | Downloaded vcpkg v0.2.15 |
680 | 2025-07-08T00:12:33.027Z | Downloaded zerocopy v0.8.26 |
681 | 2025-07-08T00:12:33.056Z | Downloaded typify-impl v0.3.0 |
682 | 2025-07-08T00:12:33.081Z | Downloaded typify-impl v0.4.1 |
683 | 2025-07-08T00:12:33.107Z | Downloaded ratatui v0.29.0 |
684 | 2025-07-08T00:12:33.132Z | Downloaded regex-syntax v0.6.29 |
685 | 2025-07-08T00:12:33.132Z | Downloaded regress v0.10.3 |
686 | 2025-07-08T00:12:33.158Z | Downloaded typify-impl v0.2.0 |
687 | 2025-07-08T00:12:33.158Z | Downloaded regex-syntax v0.8.5 |
688 | 2025-07-08T00:12:33.184Z | Downloaded sled v0.34.7 |
689 | 2025-07-08T00:12:33.184Z | Downloaded nix v0.30.1 |
690 | 2025-07-08T00:12:33.210Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
691 | 2025-07-08T00:12:33.210Z | Downloaded lzma-sys v0.1.20 |
692 | 2025-07-08T00:12:33.235Z | Downloaded jiff v0.2.15 |
693 | 2025-07-08T00:12:33.261Z | Downloaded libz-sys v1.1.20 |
694 | 2025-07-08T00:12:33.286Z | Downloaded diesel v2.2.11 |
695 | 2025-07-08T00:12:33.312Z | Downloaded zerocopy-derive v0.6.6 |
696 | 2025-07-08T00:12:33.337Z | Downloaded tokio v1.45.1 |
697 | 2025-07-08T00:12:33.362Z | Downloaded petgraph v0.6.5 |
698 | 2025-07-08T00:12:33.387Z | Downloaded petgraph v0.8.2 |
699 | 2025-07-08T00:12:33.413Z | Downloaded regex-automata v0.4.8 |
700 | 2025-07-08T00:12:33.438Z | Downloaded openssl v0.10.73 |
701 | 2025-07-08T00:12:33.438Z | Downloaded curve25519-dalek v4.1.3 |
702 | 2025-07-08T00:12:33.438Z | Downloaded openapiv3 v2.2.0 |
703 | 2025-07-08T00:12:33.464Z | Downloaded git2 v0.19.0 |
704 | 2025-07-08T00:12:33.464Z | Downloaded sha3 v0.10.8 |
705 | 2025-07-08T00:12:33.489Z | Downloaded hickory-proto v0.25.2 |
706 | 2025-07-08T00:12:33.489Z | Downloaded tabled v0.18.0 |
707 | 2025-07-08T00:12:33.514Z | Downloaded zstd-sys v2.0.14+zstd.1.5.7 |
708 | 2025-07-08T00:12:33.540Z | Downloaded p384 v0.13.0 |
709 | 2025-07-08T00:12:33.540Z | Downloaded nix v0.28.0 |
710 | 2025-07-08T00:12:33.540Z | Downloaded hickory-proto v0.24.4 |
711 | 2025-07-08T00:12:33.566Z | Downloaded bstr v1.10.0 |
712 | 2025-07-08T00:12:33.596Z | Downloaded object v0.30.4 |
713 | 2025-07-08T00:12:33.596Z | Downloaded csv v1.3.1 |
714 | 2025-07-08T00:12:33.621Z | Downloaded rustls v0.23.19 |
715 | 2025-07-08T00:12:33.622Z | Downloaded rpassword v7.4.0 |
716 | 2025-07-08T00:12:33.647Z | Downloaded tough v0.20.0 |
717 | 2025-07-08T00:12:33.647Z | Downloaded futures-util v0.3.31 |
718 | 2025-07-08T00:12:33.674Z | Downloaded regex v1.11.1 |
719 | 2025-07-08T00:12:33.675Z | Downloaded nix v0.27.1 |
720 | 2025-07-08T00:12:33.700Z | Downloaded unicode-normalization v0.1.24 |
721 | 2025-07-08T00:12:33.700Z | Downloaded rustls v0.22.4 |
722 | 2025-07-08T00:12:33.700Z | Downloaded h2 v0.4.6 |
723 | 2025-07-08T00:12:33.726Z | Downloaded petname v2.0.2 |
724 | 2025-07-08T00:12:33.726Z | Downloaded samael v0.0.19 |
725 | 2025-07-08T00:12:33.726Z | Downloaded russh v0.45.0 |
726 | 2025-07-08T00:12:33.726Z | Downloaded unicode-segmentation v1.12.0 |
727 | 2025-07-08T00:12:33.726Z | Downloaded expectorate v1.2.0 |
728 | 2025-07-08T00:12:33.751Z | Downloaded num-bigint v0.4.6 |
729 | 2025-07-08T00:12:33.751Z | Downloaded nom v7.1.3 |
730 | 2025-07-08T00:12:33.751Z | Downloaded moka v0.12.10 |
731 | 2025-07-08T00:12:33.751Z | Downloaded lalrpop v0.19.12 |
732 | 2025-07-08T00:12:33.777Z | Downloaded chrono-tz v0.10.3 |
733 | 2025-07-08T00:12:33.777Z | Downloaded zerocopy-derive v0.8.26 |
734 | 2025-07-08T00:12:33.777Z | Downloaded zerocopy v0.6.6 |
735 | 2025-07-08T00:12:33.802Z | Downloaded yansi v1.0.1 |
736 | 2025-07-08T00:12:33.802Z | Downloaded unicode_categories v0.1.1 |
737 | 2025-07-08T00:12:33.802Z | Downloaded tower v0.5.2 |
738 | 2025-07-08T00:12:33.802Z | Downloaded flate2 v1.1.2 |
739 | 2025-07-08T00:12:33.802Z | Downloaded rsa v0.9.6 |
740 | 2025-07-08T00:12:33.827Z | Downloaded encoding_rs v0.8.34 |
741 | 2025-07-08T00:12:33.852Z | Downloaded uuid v1.17.0 |
742 | 2025-07-08T00:12:33.852Z | Downloaded webpki-roots v1.0.0 |
743 | 2025-07-08T00:12:33.852Z | Downloaded unsafe-libyaml v0.2.11 |
744 | 2025-07-08T00:12:33.852Z | Downloaded fatfs v0.3.6 |
745 | 2025-07-08T00:12:33.877Z | Downloaded ring v0.17.14 |
746 | 2025-07-08T00:12:33.903Z | Downloaded progenitor-impl v0.8.0 |
747 | 2025-07-08T00:12:33.903Z | Downloaded russh-keys v0.45.0 |
748 | 2025-07-08T00:12:33.903Z | Downloaded ron v0.8.1 |
749 | 2025-07-08T00:12:33.928Z | Downloaded crypto-bigint v0.5.5 |
750 | 2025-07-08T00:12:33.928Z | Downloaded prettyplease v0.2.35 |
751 | 2025-07-08T00:12:33.928Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
752 | 2025-07-08T00:12:33.979Z | Downloaded prefix-trie v0.7.0 |
753 | 2025-07-08T00:12:34.004Z | Downloaded p521 v0.13.3 |
754 | 2025-07-08T00:12:34.004Z | Downloaded schemars v0.8.22 |
755 | 2025-07-08T00:12:34.004Z | Downloaded zone v0.3.1 |
756 | 2025-07-08T00:12:34.004Z | Downloaded zone v0.1.8 |
757 | 2025-07-08T00:12:34.004Z | Downloaded ron v0.7.1 |
758 | 2025-07-08T00:12:34.030Z | Downloaded quinn-proto v0.11.8 |
759 | 2025-07-08T00:12:34.030Z | Downloaded resolv-conf v0.7.0 |
760 | 2025-07-08T00:12:34.030Z | Downloaded progenitor-macro v0.9.1 |
761 | 2025-07-08T00:12:34.030Z | Downloaded fixedbitset v0.5.7 |
762 | 2025-07-08T00:12:34.030Z | Downloaded fallible-iterator v0.2.0 |
763 | 2025-07-08T00:12:34.030Z | Downloaded reedline v0.40.0 |
764 | 2025-07-08T00:12:34.030Z | Downloaded toml v0.7.8 |
765 | 2025-07-08T00:12:34.055Z | Downloaded zeroize v1.8.1 |
766 | 2025-07-08T00:12:34.055Z | Downloaded xz2 v0.1.7 |
767 | 2025-07-08T00:12:34.055Z | Downloaded rfc6979 v0.4.0 |
768 | 2025-07-08T00:12:34.055Z | Downloaded postgres-protocol v0.6.8 |
769 | 2025-07-08T00:12:34.055Z | Downloaded postcard v1.0.10 |
770 | 2025-07-08T00:12:34.055Z | Downloaded nu-ansi-term v0.50.1 |
771 | 2025-07-08T00:12:34.055Z | Downloaded salsa20 v0.10.2 |
772 | 2025-07-08T00:12:34.055Z | Downloaded rustc_version v0.4.1 |
773 | 2025-07-08T00:12:34.055Z | Downloaded utf-8 v0.7.6 |
774 | 2025-07-08T00:12:34.055Z | Downloaded untrusted v0.9.0 |
775 | 2025-07-08T00:12:34.055Z | Downloaded untrusted v0.7.1 |
776 | 2025-07-08T00:12:34.055Z | Downloaded universal-hash v0.5.1 |
777 | 2025-07-08T00:12:34.081Z | Downloaded pkcs8 v0.10.2 |
778 | 2025-07-08T00:12:34.081Z | Downloaded foreign-types-shared v0.1.1 |
779 | 2025-07-08T00:12:34.081Z | Downloaded foreign-types v0.5.0 |
780 | 2025-07-08T00:12:34.081Z | Downloaded foreign-types v0.3.2 |
781 | 2025-07-08T00:12:34.081Z | Downloaded progenitor-macro v0.10.0 |
782 | 2025-07-08T00:12:34.081Z | Downloaded float-cmp v0.10.0 |
783 | 2025-07-08T00:12:34.081Z | Downloaded quick-xml v0.37.2 |
784 | 2025-07-08T00:12:34.081Z | Downloaded zone_cfg_derive v0.1.2 |
785 | 2025-07-08T00:12:34.081Z | Downloaded progenitor-client v0.10.0 |
786 | 2025-07-08T00:12:34.081Z | Downloaded progenitor v0.10.0 |
787 | 2025-07-08T00:12:34.081Z | Downloaded progenitor v0.9.1 |
788 | 2025-07-08T00:12:34.081Z | Downloaded progenitor v0.8.0 |
789 | 2025-07-08T00:12:34.081Z | Downloaded rustc-demangle v0.1.24 |
790 | 2025-07-08T00:12:34.107Z | Downloaded unicode-truncate v1.1.0 |
791 | 2025-07-08T00:12:34.107Z | Downloaded float-ord v0.3.2 |
792 | 2025-07-08T00:12:34.107Z | Downloaded fixedbitset v0.4.2 |
793 | 2025-07-08T00:12:34.107Z | Downloaded filetime v0.2.25 |
794 | 2025-07-08T00:12:34.107Z | Downloaded predicates v3.1.3 |
795 | 2025-07-08T00:12:34.107Z | Downloaded postgres-types v0.2.9 |
796 | 2025-07-08T00:12:34.107Z | Downloaded ff v0.13.0 |
797 | 2025-07-08T00:12:34.107Z | Downloaded fd-lock v4.0.2 |
798 | 2025-07-08T00:12:34.107Z | Downloaded num-bigint-dig v0.8.4 |
799 | 2025-07-08T00:12:34.107Z | Downloaded sqlparser v0.45.0 |
800 | 2025-07-08T00:12:34.133Z | Downloaded rustc_version v0.1.7 |
801 | 2025-07-08T00:12:34.133Z | Downloaded tokio-tungstenite v0.23.1 |
802 | 2025-07-08T00:12:34.133Z | Downloaded parse-zoneinfo v0.3.1 |
803 | 2025-07-08T00:12:34.133Z | Downloaded ssh-key v0.6.6 |
804 | 2025-07-08T00:12:34.133Z | Downloaded predicates-core v1.0.8 |
805 | 2025-07-08T00:12:34.133Z | Downloaded poly1305 v0.8.0 |
806 | 2025-07-08T00:12:34.133Z | Downloaded pkcs5 v0.7.1 |
807 | 2025-07-08T00:12:34.133Z | Downloaded num v0.4.3 |
808 | 2025-07-08T00:12:34.158Z | Downloaded hex-literal v0.4.1 |
809 | 2025-07-08T00:12:34.158Z | Downloaded radix_trie v0.2.1 |
810 | 2025-07-08T00:12:34.158Z | Downloaded rustc-hash v1.1.0 |
811 | 2025-07-08T00:12:34.158Z | Downloaded pkg-config v0.3.31 |
812 | 2025-07-08T00:12:34.158Z | Downloaded sec1 v0.7.3 |
813 | 2025-07-08T00:12:34.158Z | Downloaded env_logger v0.11.5 |
814 | 2025-07-08T00:12:34.159Z | Downloaded env_logger v0.10.2 |
815 | 2025-07-08T00:12:34.159Z | Downloaded csv-core v0.1.11 |
816 | 2025-07-08T00:12:34.159Z | Downloaded powerfmt v0.2.0 |
817 | 2025-07-08T00:12:34.159Z | Downloaded rustls-webpki v0.102.8 |
818 | 2025-07-08T00:12:34.184Z | Downloaded russh-cryptovec v0.7.3 |
819 | 2025-07-08T00:12:34.184Z | Downloaded rtoolbox v0.0.2 |
820 | 2025-07-08T00:12:34.184Z | Downloaded ppv-lite86 v0.2.20 |
821 | 2025-07-08T00:12:34.184Z | Downloaded half v1.8.3 |
822 | 2025-07-08T00:12:34.184Z | Downloaded subprocess v0.2.9 |
823 | 2025-07-08T00:12:34.184Z | Downloaded typed-path v0.9.3 |
824 | 2025-07-08T00:12:34.209Z | Downloaded itertools v0.13.0 |
825 | 2025-07-08T00:12:34.209Z | Downloaded enum-as-inner v0.6.1 |
826 | 2025-07-08T00:12:34.209Z | Downloaded ena v0.14.3 |
827 | 2025-07-08T00:12:34.209Z | Downloaded predicates-tree v1.0.12 |
828 | 2025-07-08T00:12:34.209Z | Downloaded polyval v0.6.2 |
829 | 2025-07-08T00:12:34.209Z | Downloaded nodrop v0.1.14 |
830 | 2025-07-08T00:12:34.209Z | Downloaded tokio-stream v0.1.17 |
831 | 2025-07-08T00:12:34.234Z | Downloaded tokio-rustls v0.26.0 |
832 | 2025-07-08T00:12:34.234Z | Downloaded ed25519-dalek v2.1.1 |
833 | 2025-07-08T00:12:34.234Z | Downloaded tower-layer v0.3.3 |
834 | 2025-07-08T00:12:34.234Z | Downloaded precomputed-hash v0.1.1 |
835 | 2025-07-08T00:12:34.234Z | Downloaded normalize-line-endings v0.3.0 |
836 | 2025-07-08T00:12:34.234Z | Downloaded globset v0.4.15 |
837 | 2025-07-08T00:12:34.234Z | Downloaded futures-macro v0.3.31 |
838 | 2025-07-08T00:12:34.234Z | Downloaded tokio-tungstenite v0.21.0 |
839 | 2025-07-08T00:12:34.235Z | Downloaded tokio-rustls v0.25.0 |
840 | 2025-07-08T00:12:34.235Z | Downloaded serde_cbor v0.11.2 |
841 | 2025-07-08T00:12:34.235Z | Downloaded winnow v0.6.26 |
842 | 2025-07-08T00:12:34.260Z | Downloaded itertools v0.14.0 |
843 | 2025-07-08T00:12:34.260Z | Downloaded cstr-argument v0.1.2 |
844 | 2025-07-08T00:12:34.260Z | Downloaded crunchy v0.2.2 |
845 | 2025-07-08T00:12:34.260Z | Downloaded getrandom v0.2.15 |
846 | 2025-07-08T00:12:34.260Z | Downloaded tabwriter v1.4.0 |
847 | 2025-07-08T00:12:34.260Z | Downloaded tabled_derive v0.10.0 |
848 | 2025-07-08T00:12:34.260Z | Downloaded strum_macros v0.26.4 |
849 | 2025-07-08T00:12:34.260Z | Downloaded strum_macros v0.25.3 |
850 | 2025-07-08T00:12:34.285Z | Downloaded strum_macros v0.24.3 |
851 | 2025-07-08T00:12:34.285Z | Downloaded stringprep v0.1.5 |
852 | 2025-07-08T00:12:34.285Z | Downloaded smallvec v0.6.14 |
853 | 2025-07-08T00:12:34.285Z | Downloaded slog-term v2.9.1 |
854 | 2025-07-08T00:12:34.285Z | Downloaded serde_derive_internals v0.29.1 |
855 | 2025-07-08T00:12:34.285Z | Downloaded papergrid v0.14.0 |
856 | 2025-07-08T00:12:34.285Z | Downloaded openssl-sys v0.9.109 |
857 | 2025-07-08T00:12:34.286Z | Downloaded bitvec v1.0.1 |
858 | 2025-07-08T00:12:34.311Z | Downloaded bindgen v0.71.1 |
859 | 2025-07-08T00:12:34.311Z | Downloaded group v0.13.0 |
860 | 2025-07-08T00:12:34.311Z | Downloaded globwalk v0.9.1 |
861 | 2025-07-08T00:12:34.311Z | Downloaded glob v0.3.2 |
862 | 2025-07-08T00:12:34.336Z | Downloaded ghash v0.5.1 |
863 | 2025-07-08T00:12:34.336Z | Downloaded futures-sink v0.3.31 |
864 | 2025-07-08T00:12:34.336Z | Downloaded tagptr v0.2.0 |
865 | 2025-07-08T00:12:34.336Z | Downloaded support-bundle-viewer v0.1.2 |
866 | 2025-07-08T00:12:34.336Z | Downloaded subtle v2.6.1 |
867 | 2025-07-08T00:12:34.336Z | Downloaded structmeta-derive v0.3.0 |
868 | 2025-07-08T00:12:34.336Z | Downloaded strip-ansi-escapes v0.2.0 |
869 | 2025-07-08T00:12:34.336Z | Downloaded slog-stdlog v4.1.1 |
870 | 2025-07-08T00:12:34.336Z | Downloaded slog-scope v4.4.0 |
871 | 2025-07-08T00:12:34.336Z | Downloaded slog-json v2.6.1 |
872 | 2025-07-08T00:12:34.336Z | Downloaded slog-dtrace v0.3.0 |
873 | 2025-07-08T00:12:34.336Z | Downloaded serde_bytes v0.11.17 |
874 | 2025-07-08T00:12:34.336Z | Downloaded serde-hex v0.1.0 |
875 | 2025-07-08T00:12:34.336Z | Downloaded p256 v0.13.2 |
876 | 2025-07-08T00:12:34.336Z | Downloaded elliptic-curve v0.13.8 |
877 | 2025-07-08T00:12:34.361Z | Downloaded steno v0.4.1 |
878 | 2025-07-08T00:12:34.362Z | Downloaded winnow v0.5.40 |
879 | 2025-07-08T00:12:34.362Z | Downloaded serde_with v3.14.0 |
880 | 2025-07-08T00:12:34.387Z | Downloaded chrono v0.4.41 |
881 | 2025-07-08T00:12:34.387Z | Downloaded bindgen v0.69.5 |
882 | 2025-07-08T00:12:34.387Z | Downloaded gethostname v0.5.0 |
883 | 2025-07-08T00:12:34.387Z | Downloaded fxhash v0.2.1 |
884 | 2025-07-08T00:12:34.387Z | Downloaded futures-task v0.3.31 |
885 | 2025-07-08T00:12:34.387Z | Downloaded futures-io v0.3.31 |
886 | 2025-07-08T00:12:34.387Z | Downloaded sync_wrapper v1.0.1 |
887 | 2025-07-08T00:12:34.416Z | Downloaded supports-color v3.0.2 |
888 | 2025-07-08T00:12:34.416Z | Downloaded structmeta v0.3.0 |
889 | 2025-07-08T00:12:34.416Z | Downloaded slog-envlogger v2.2.0 |
890 | 2025-07-08T00:12:34.416Z | Downloaded serde-big-array v0.5.1 |
891 | 2025-07-08T00:12:34.416Z | Downloaded secrecy v0.10.3 |
892 | 2025-07-08T00:12:34.416Z | Downloaded secrecy v0.8.0 |
893 | 2025-07-08T00:12:34.416Z | Downloaded parking_lot v0.12.3 |
894 | 2025-07-08T00:12:34.416Z | Downloaded oso v0.27.3 |
895 | 2025-07-08T00:12:34.416Z | Downloaded darling_core v0.20.10 |
896 | 2025-07-08T00:12:34.416Z | Downloaded itertools v0.12.1 |
897 | 2025-07-08T00:12:34.416Z | Downloaded iri-string v0.7.8 |
898 | 2025-07-08T00:12:34.443Z | Downloaded sync-ptr v0.1.4 |
899 | 2025-07-08T00:12:34.443Z | Downloaded semver v0.1.20 |
900 | 2025-07-08T00:12:34.443Z | Downloaded pkcs1 v0.7.5 |
901 | 2025-07-08T00:12:34.444Z | Downloaded password-hash v0.5.0 |
902 | 2025-07-08T00:12:34.444Z | Downloaded password-hash v0.4.2 |
903 | 2025-07-08T00:12:34.444Z | Downloaded parking_lot_core v0.8.6 |
904 | 2025-07-08T00:12:34.444Z | Downloaded parking_lot v0.11.2 |
905 | 2025-07-08T00:12:34.444Z | Downloaded oxnet v0.1.2 |
906 | 2025-07-08T00:12:34.444Z | Downloaded oxide-tokio-rt v0.1.2 |
907 | 2025-07-08T00:12:34.444Z | Downloaded owo-colors v4.2.2 |
908 | 2025-07-08T00:12:34.472Z | Downloaded num-complex v0.4.6 |
909 | 2025-07-08T00:12:34.472Z | Downloaded ecdsa v0.16.9 |
910 | 2025-07-08T00:12:34.472Z | Downloaded dropshot_endpoint v0.16.2 |
911 | 2025-07-08T00:12:34.473Z | Downloaded tungstenite v0.23.0 |
912 | 2025-07-08T00:12:34.473Z | Downloaded tungstenite v0.21.0 |
913 | 2025-07-08T00:12:34.473Z | Downloaded tracing-core v0.1.32 |
914 | 2025-07-08T00:12:34.473Z | Downloaded snafu v0.8.5 |
915 | 2025-07-08T00:12:34.473Z | Downloaded quinn v0.11.5 |
916 | 2025-07-08T00:12:34.498Z | Downloaded qorb v0.4.0 |
917 | 2025-07-08T00:12:34.498Z | Downloaded publicsuffix v2.3.0 |
918 | 2025-07-08T00:12:34.498Z | Downloaded x509-cert v0.2.5 |
919 | 2025-07-08T00:12:34.498Z | Downloaded rustls-webpki v0.101.7 |
920 | 2025-07-08T00:12:34.523Z | Downloaded rayon v1.10.0 |
921 | 2025-07-08T00:12:34.523Z | Downloaded minimal-lexical v0.2.1 |
922 | 2025-07-08T00:12:34.524Z | Downloaded aws-lc-rs v1.12.4 |
923 | 2025-07-08T00:12:34.549Z | Downloaded pin-utils v0.1.0 |
924 | 2025-07-08T00:12:34.549Z | Downloaded parse-display-derive v0.10.0 |
925 | 2025-07-08T00:12:34.549Z | Downloaded parse-display v0.10.0 |
926 | 2025-07-08T00:12:34.549Z | Downloaded parking_lot_core v0.9.10 |
927 | 2025-07-08T00:12:34.549Z | Downloaded packed_struct_codegen v0.10.1 |
928 | 2025-07-08T00:12:34.549Z | Downloaded packed_struct v0.10.1 |
929 | 2025-07-08T00:12:34.549Z | Downloaded num-integer v0.1.46 |
930 | 2025-07-08T00:12:34.549Z | Downloaded num-derive v0.4.2 |
931 | 2025-07-08T00:12:34.549Z | Downloaded num-derive v0.3.3 |
932 | 2025-07-08T00:12:34.549Z | Downloaded num-conv v0.1.0 |
933 | 2025-07-08T00:12:34.549Z | Downloaded embedded-io v0.6.1 |
934 | 2025-07-08T00:12:34.549Z | Downloaded debug-ignore v1.0.5 |
935 | 2025-07-08T00:12:34.549Z | Downloaded darling v0.20.10 |
936 | 2025-07-08T00:12:34.574Z | Downloaded daft-derive v0.1.4 |
937 | 2025-07-08T00:12:34.574Z | Downloaded unicode-bidi v0.3.17 |
938 | 2025-07-08T00:12:34.574Z | Downloaded typify v0.4.1 |
939 | 2025-07-08T00:12:34.574Z | Downloaded typify v0.3.0 |
940 | 2025-07-08T00:12:34.574Z | Downloaded socket2 v0.5.10 |
941 | 2025-07-08T00:12:34.574Z | Downloaded pin-project v1.1.6 |
942 | 2025-07-08T00:12:34.600Z | Downloaded heapless v0.8.0 |
943 | 2025-07-08T00:12:34.600Z | Downloaded heapless v0.7.17 |
944 | 2025-07-08T00:12:34.600Z | Downloaded diesel_derives v2.2.3 |
945 | 2025-07-08T00:12:34.600Z | Downloaded tokio-postgres v0.7.13 |
946 | 2025-07-08T00:12:34.626Z | Downloaded time v0.3.36 |
947 | 2025-07-08T00:12:34.626Z | Downloaded oso-derive v0.27.3 |
948 | 2025-07-08T00:12:34.626Z | Downloaded openssl-probe v0.1.5 |
949 | 2025-07-08T00:12:34.626Z | Downloaded openssl-macros v0.1.1 |
950 | 2025-07-08T00:12:34.626Z | Downloaded embedded-io v0.4.0 |
951 | 2025-07-08T00:12:34.626Z | Downloaded either v1.15.0 |
952 | 2025-07-08T00:12:34.626Z | Downloaded ed25519 v2.2.3 |
953 | 2025-07-08T00:12:34.626Z | Downloaded dyn-clone v1.0.19 |
954 | 2025-07-08T00:12:34.626Z | Downloaded dunce v1.0.5 |
955 | 2025-07-08T00:12:34.626Z | Downloaded dsl_auto_type v0.1.2 |
956 | 2025-07-08T00:12:34.626Z | Downloaded document-features v0.2.10 |
957 | 2025-07-08T00:12:34.626Z | Downloaded display-error-chain v0.2.2 |
958 | 2025-07-08T00:12:34.626Z | Downloaded defmt v0.3.8 |
959 | 2025-07-08T00:12:34.651Z | Downloaded data-encoding v2.9.0 |
960 | 2025-07-08T00:12:34.652Z | Downloaded darling_macro v0.20.10 |
961 | 2025-07-08T00:12:34.652Z | Downloaded daft v0.1.4 |
962 | 2025-07-08T00:12:34.652Z | Downloaded curve25519-dalek-derive v0.1.1 |
963 | 2025-07-08T00:12:34.652Z | Downloaded ctr v0.9.2 |
964 | 2025-07-08T00:12:34.652Z | Downloaded unicase v2.7.0 |
965 | 2025-07-08T00:12:34.652Z | Downloaded unarray v0.1.4 |
966 | 2025-07-08T00:12:34.652Z | Downloaded typify-macro v0.4.1 |
967 | 2025-07-08T00:12:34.652Z | Downloaded typify-macro v0.3.0 |
968 | 2025-07-08T00:12:34.652Z | Downloaded typify-macro v0.2.0 |
969 | 2025-07-08T00:12:34.652Z | Downloaded typify v0.2.0 |
970 | 2025-07-08T00:12:34.652Z | Downloaded twox-hash v2.1.0 |
971 | 2025-07-08T00:12:34.678Z | Downloaded tui-tree-widget v0.23.1 |
972 | 2025-07-08T00:12:34.678Z | Downloaded string_cache v0.8.9 |
973 | 2025-07-08T00:12:34.678Z | Downloaded static_assertions v1.1.0 |
974 | 2025-07-08T00:12:34.678Z | Downloaded ssh-encoding v0.2.0 |
975 | 2025-07-08T00:12:34.678Z | Downloaded ssh-cipher v0.2.0 |
976 | 2025-07-08T00:12:34.678Z | Downloaded spin v0.9.8 |
977 | 2025-07-08T00:12:34.678Z | Downloaded snafu-derive v0.8.5 |
978 | 2025-07-08T00:12:34.678Z | Downloaded serde_path_to_error v0.1.17 |
979 | 2025-07-08T00:12:34.678Z | Downloaded sct v0.7.1 |
980 | 2025-07-08T00:12:34.678Z | Downloaded rcgen v0.12.1 |
981 | 2025-07-08T00:12:34.678Z | Downloaded quinn-udp v0.5.5 |
982 | 2025-07-08T00:12:34.678Z | Downloaded pin-project-lite v0.2.14 |
983 | 2025-07-08T00:12:34.704Z | Downloaded pin-project-internal v1.1.6 |
984 | 2025-07-08T00:12:34.704Z | Downloaded omicron-zone-package v0.12.2 |
985 | 2025-07-08T00:12:34.704Z | Downloaded half v2.4.1 |
986 | 2025-07-08T00:12:34.704Z | Downloaded der v0.7.9 |
987 | 2025-07-08T00:12:34.704Z | Downloaded tokio-rustls v0.24.1 |
988 | 2025-07-08T00:12:34.704Z | Downloaded slog v2.7.0 |
989 | 2025-07-08T00:12:34.705Z | Downloaded mio v1.0.2 |
990 | 2025-07-08T00:12:34.730Z | Downloaded ipnet v2.11.0 |
991 | 2025-07-08T00:12:34.730Z | Downloaded blake3 v1.5.4 |
992 | 2025-07-08T00:12:34.730Z | Downloaded sqlparser_derive v0.2.2 |
993 | 2025-07-08T00:12:34.730Z | Downloaded sqlformat v0.3.5 |
994 | 2025-07-08T00:12:34.730Z | Downloaded spki v0.7.3 |
995 | 2025-07-08T00:12:34.730Z | Downloaded smf v0.2.3 |
996 | 2025-07-08T00:12:34.730Z | Downloaded slog-bunyan v2.5.0 |
997 | 2025-07-08T00:12:34.730Z | Downloaded slog-async v2.8.0 |
998 | 2025-07-08T00:12:34.731Z | Downloaded scopeguard v1.2.0 |
999 | 2025-07-08T00:12:34.731Z | Downloaded schemars_derive v0.8.22 |
1000 | 2025-07-08T00:12:34.731Z | Downloaded ref-cast-impl v1.0.24 |
1001 | 2025-07-08T00:12:34.731Z | Downloaded ref-cast v1.0.24 |
1002 | 2025-07-08T00:12:34.757Z | Downloaded r2d2 v0.8.10 |
1003 | 2025-07-08T00:12:34.757Z | Downloaded phf_shared v0.11.2 |
1004 | 2025-07-08T00:12:34.757Z | Downloaded phf_generator v0.11.2 |
1005 | 2025-07-08T00:12:34.757Z | Downloaded phf_codegen v0.11.2 |
1006 | 2025-07-08T00:12:34.757Z | Downloaded pem-rfc7468 v0.7.0 |
1007 | 2025-07-08T00:12:34.757Z | Downloaded peg-macros v0.8.5 |
1008 | 2025-07-08T00:12:34.757Z | Downloaded peg v0.8.5 |
1009 | 2025-07-08T00:12:34.757Z | Downloaded futures-executor v0.3.31 |
1010 | 2025-07-08T00:12:34.757Z | Downloaded futures-core v0.3.31 |
1011 | 2025-07-08T00:12:34.757Z | Downloaded futures-channel v0.3.31 |
1012 | 2025-07-08T00:12:34.757Z | Downloaded futures v0.3.31 |
1013 | 2025-07-08T00:12:34.757Z | Downloaded dirs-next v2.0.0 |
1014 | 2025-07-08T00:12:34.782Z | Downloaded diff v0.1.13 |
1015 | 2025-07-08T00:12:34.782Z | Downloaded des v0.8.1 |
1016 | 2025-07-08T00:12:34.782Z | Downloaded derive_more v0.99.20 |
1017 | 2025-07-08T00:12:34.782Z | Downloaded derive_builder v0.20.2 |
1018 | 2025-07-08T00:12:34.782Z | Downloaded derive-where v1.5.0 |
1019 | 2025-07-08T00:12:34.782Z | Downloaded der_derive v0.7.3 |
1020 | 2025-07-08T00:12:34.782Z | Downloaded xshell v0.2.7 |
1021 | 2025-07-08T00:12:34.782Z | Downloaded similar v2.7.0 |
1022 | 2025-07-08T00:12:34.808Z | Downloaded native-tls v0.2.12 |
1023 | 2025-07-08T00:12:34.808Z | Downloaded miniz_oxide v0.8.5 |
1024 | 2025-07-08T00:12:34.808Z | Downloaded itertools v0.10.5 |
1025 | 2025-07-08T00:12:34.808Z | Downloaded hickory-server v0.25.2 |
1026 | 2025-07-08T00:12:34.808Z | Downloaded crossterm v0.28.1 |
1027 | 2025-07-08T00:12:34.833Z | Downloaded aho-corasick v1.1.3 |
1028 | 2025-07-08T00:12:34.833Z | Downloaded aes-gcm v0.10.3 |
1029 | 2025-07-08T00:12:34.833Z | Downloaded quick-error v1.2.3 |
1030 | 2025-07-08T00:12:34.833Z | Downloaded psl-types v2.0.11 |
1031 | 2025-07-08T00:12:34.833Z | Downloaded pem v3.0.5 |
1032 | 2025-07-08T00:12:34.833Z | Downloaded pbkdf2 v0.12.2 |
1033 | 2025-07-08T00:12:34.833Z | Downloaded pbkdf2 v0.11.0 |
1034 | 2025-07-08T00:12:34.833Z | Downloaded paste v1.0.15 |
1035 | 2025-07-08T00:12:34.833Z | Downloaded olpc-cjson v0.1.4 |
1036 | 2025-07-08T00:12:34.833Z | Downloaded num_threads v0.1.7 |
1037 | 2025-07-08T00:12:34.858Z | Downloaded num_enum v0.5.11 |
1038 | 2025-07-08T00:12:34.858Z | Downloaded num-rational v0.4.2 |
1039 | 2025-07-08T00:12:34.858Z | Downloaded num-iter v0.1.45 |
1040 | 2025-07-08T00:12:34.859Z | Downloaded hash32 v0.2.1 |
1041 | 2025-07-08T00:12:34.859Z | Downloaded fs_extra v1.3.0 |
1042 | 2025-07-08T00:12:34.859Z | Downloaded fs-err v2.11.0 |
1043 | 2025-07-08T00:12:34.859Z | Downloaded diesel-dtrace v0.4.2 |
1044 | 2025-07-08T00:12:34.859Z | Downloaded derive_builder_core v0.20.2 |
1045 | 2025-07-08T00:12:34.859Z | Downloaded xattr v1.3.1 |
1046 | 2025-07-08T00:12:34.859Z | Downloaded vte v0.11.1 |
1047 | 2025-07-08T00:12:34.859Z | Downloaded vergen v8.3.2 |
1048 | 2025-07-08T00:12:34.859Z | Downloaded tokio-native-tls v0.3.1 |
1049 | 2025-07-08T00:12:34.884Z | Downloaded tokio-macros v2.5.0 |
1050 | 2025-07-08T00:12:34.884Z | Downloaded test-strategy v0.4.1 |
1051 | 2025-07-08T00:12:34.884Z | Downloaded tar v0.4.44 |
1052 | 2025-07-08T00:12:34.884Z | Downloaded rand v0.9.1 |
1053 | 2025-07-08T00:12:34.884Z | Downloaded rand v0.8.5 |
1054 | 2025-07-08T00:12:34.884Z | Downloaded memoffset v0.9.1 |
1055 | 2025-07-08T00:12:34.884Z | Downloaded memmap2 v0.9.5 |
1056 | 2025-07-08T00:12:34.884Z | Downloaded litrs v0.4.1 |
1057 | 2025-07-08T00:12:34.884Z | Downloaded jobserver v0.1.32 |
1058 | 2025-07-08T00:12:34.910Z | Downloaded ipnetwork v0.21.1 |
1059 | 2025-07-08T00:12:34.910Z | Downloaded hashbrown v0.12.3 |
1060 | 2025-07-08T00:12:34.910Z | Downloaded cc v1.2.15 |
1061 | 2025-07-08T00:12:34.910Z | Downloaded peg-runtime v0.8.5 |
1062 | 2025-07-08T00:12:34.910Z | Downloaded path-slash v0.1.5 |
1063 | 2025-07-08T00:12:34.910Z | Downloaded opaque-debug v0.3.1 |
1064 | 2025-07-08T00:12:34.910Z | Downloaded number_prefix v0.4.0 |
1065 | 2025-07-08T00:12:34.910Z | Downloaded num_enum_derive v0.5.11 |
1066 | 2025-07-08T00:12:34.910Z | Downloaded hash32 v0.3.1 |
1067 | 2025-07-08T00:12:34.910Z | Downloaded dirs-sys-next v0.1.2 |
1068 | 2025-07-08T00:12:34.910Z | Downloaded diesel_table_macro_syntax v0.2.0 |
1069 | 2025-07-08T00:12:34.910Z | Downloaded deranged v0.3.11 |
1070 | 2025-07-08T00:12:34.910Z | Downloaded defmt-parser v0.3.4 |
1071 | 2025-07-08T00:12:34.910Z | Downloaded defmt-macros v0.3.9 |
1072 | 2025-07-08T00:12:34.936Z | Downloaded whoami v1.6.0 |
1073 | 2025-07-08T00:12:34.936Z | Downloaded walkdir v2.5.0 |
1074 | 2025-07-08T00:12:34.936Z | Downloaded vsss-rs v3.3.4 |
1075 | 2025-07-08T00:12:34.936Z | Downloaded slab v0.4.9 |
1076 | 2025-07-08T00:12:34.936Z | Downloaded siphasher v0.3.11 |
1077 | 2025-07-08T00:12:34.936Z | Downloaded simd-adler32 v0.3.7 |
1078 | 2025-07-08T00:12:34.936Z | Downloaded signature v2.2.0 |
1079 | 2025-07-08T00:12:34.936Z | Downloaded serde_yaml v0.9.34+deprecated |
1080 | 2025-07-08T00:12:34.936Z | Downloaded newtype-uuid v1.2.4 |
1081 | 2025-07-08T00:12:34.936Z | Downloaded lzss v0.8.2 |
1082 | 2025-07-08T00:12:34.936Z | Downloaded lock_api v0.4.12 |
1083 | 2025-07-08T00:12:34.936Z | Downloaded instability v0.3.2 |
1084 | 2025-07-08T00:12:34.936Z | Downloaded hickory-resolver v0.25.2 |
1085 | 2025-07-08T00:12:34.961Z | Downloaded foreign-types-shared v0.3.1 |
1086 | 2025-07-08T00:12:34.961Z | Downloaded tinyvec v1.8.0 |
1087 | 2025-07-08T00:12:34.961Z | Downloaded time-macros v0.2.18 |
1088 | 2025-07-08T00:12:34.961Z | Downloaded sigpipe v0.1.3 |
1089 | 2025-07-08T00:12:34.961Z | Downloaded nibble_vec v0.1.0 |
1090 | 2025-07-08T00:12:34.962Z | Downloaded newline-converter v0.3.0 |
1091 | 2025-07-08T00:12:34.962Z | Downloaded nanorand v0.7.0 |
1092 | 2025-07-08T00:12:34.962Z | Downloaded multimap v0.10.1 |
1093 | 2025-07-08T00:12:34.962Z | Downloaded linked-hash-map v0.5.6 |
1094 | 2025-07-08T00:12:34.962Z | Downloaded libxml v0.3.3 |
1095 | 2025-07-08T00:12:34.962Z | Downloaded lalrpop-util v0.19.12 |
1096 | 2025-07-08T00:12:34.987Z | Downloaded jiff-static v0.2.15 |
1097 | 2025-07-08T00:12:34.987Z | Downloaded is_ci v1.2.0 |
1098 | 2025-07-08T00:12:34.988Z | Downloaded internet-checksum v0.2.1 |
1099 | 2025-07-08T00:12:34.988Z | Downloaded instant v0.1.13 |
1100 | 2025-07-08T00:12:34.988Z | Downloaded inout v0.1.3 |
1101 | 2025-07-08T00:12:34.988Z | Downloaded hashbrown v0.13.2 |
1102 | 2025-07-08T00:12:34.988Z | Downloaded wyz v0.5.1 |
1103 | 2025-07-08T00:12:34.988Z | Downloaded which v4.4.2 |
1104 | 2025-07-08T00:12:34.988Z | Downloaded wait-timeout v0.2.0 |
1105 | 2025-07-08T00:12:34.988Z | Downloaded term v0.7.0 |
1106 | 2025-07-08T00:12:34.988Z | Downloaded signal-hook v0.3.18 |
1107 | 2025-07-08T00:12:35.013Z | Downloaded rustls-pki-types v1.10.0 |
1108 | 2025-07-08T00:12:35.013Z | Downloaded rayon-core v1.12.1 |
1109 | 2025-07-08T00:12:35.013Z | Downloaded newtype_derive v0.1.6 |
1110 | 2025-07-08T00:12:35.013Z | Downloaded new_debug_unreachable v1.0.6 |
1111 | 2025-07-08T00:12:35.013Z | Downloaded md-5 v0.10.6 |
1112 | 2025-07-08T00:12:35.013Z | Downloaded maybe-uninit v2.0.0 |
1113 | 2025-07-08T00:12:35.013Z | Downloaded libscf-sys v1.1.0 |
1114 | 2025-07-08T00:12:35.013Z | Downloaded libm v0.2.8 |
1115 | 2025-07-08T00:12:35.038Z | Downloaded libefi-sys v0.1.0 |
1116 | 2025-07-08T00:12:35.038Z | Downloaded hickory-resolver v0.24.4 |
1117 | 2025-07-08T00:12:35.038Z | Downloaded crossbeam-channel v0.5.15 |
1118 | 2025-07-08T00:12:35.038Z | Downloaded libsw-core v0.3.1 |
1119 | 2025-07-08T00:12:35.038Z | Downloaded libloading v0.8.5 |
1120 | 2025-07-08T00:12:35.038Z | Downloaded md5 v0.7.0 |
1121 | 2025-07-08T00:12:35.038Z | Downloaded match_cfg v0.1.0 |
1122 | 2025-07-08T00:12:35.038Z | Downloaded ingot-types v0.1.0 |
1123 | 2025-07-08T00:12:35.038Z | Downloaded tls_codec v0.4.1 |
1124 | 2025-07-08T00:12:35.038Z | Downloaded tiny-keccak v2.0.2 |
1125 | 2025-07-08T00:12:35.038Z | Downloaded thread_local v1.1.8 |
1126 | 2025-07-08T00:12:35.064Z | Downloaded thiserror-no-std v2.0.2 |
1127 | 2025-07-08T00:12:35.064Z | Downloaded thiserror-impl-no-std v2.0.2 |
1128 | 2025-07-08T00:12:35.064Z | Downloaded maplit v1.0.2 |
1129 | 2025-07-08T00:12:35.064Z | Downloaded lru v0.12.5 |
1130 | 2025-07-08T00:12:35.064Z | Downloaded linear-map v1.2.0 |
1131 | 2025-07-08T00:12:35.064Z | Downloaded libz-rs-sys v0.5.1 |
1132 | 2025-07-08T00:12:35.064Z | Downloaded kstat-rs v0.2.4 |
1133 | 2025-07-08T00:12:35.064Z | Downloaded indoc v2.0.6 |
1134 | 2025-07-08T00:12:35.064Z | Downloaded hyper-staticfile v0.10.1 |
1135 | 2025-07-08T00:12:35.064Z | Downloaded arc-swap v1.7.1 |
1136 | 2025-07-08T00:12:35.064Z | Downloaded waitgroup v0.1.2 |
1137 | 2025-07-08T00:12:35.064Z | Downloaded vte_generate_state_changes v0.1.2 |
1138 | 2025-07-08T00:12:35.064Z | Downloaded void v1.0.2 |
1139 | 2025-07-08T00:12:35.064Z | Downloaded termtree v0.5.1 |
1140 | 2025-07-08T00:12:35.090Z | Downloaded termios v0.3.3 |
1141 | 2025-07-08T00:12:35.090Z | Downloaded termcolor v1.4.1 |
1142 | 2025-07-08T00:12:35.090Z | Downloaded tap v1.0.1 |
1143 | 2025-07-08T00:12:35.090Z | Downloaded serde_with_macros v3.14.0 |
1144 | 2025-07-08T00:12:35.090Z | Downloaded rustls-pemfile v2.2.0 |
1145 | 2025-07-08T00:12:35.090Z | Downloaded aws-lc-sys v0.26.0 |
1146 | 2025-07-08T00:12:35.321Z | Downloaded lazy_static v1.5.0 |
1147 | 2025-07-08T00:12:35.346Z | Downloaded ingot v0.1.0 |
1148 | 2025-07-08T00:12:35.346Z | Downloaded indent_write v2.2.0 |
1149 | 2025-07-08T00:12:35.346Z | Downloaded ident_case v1.0.1 |
1150 | 2025-07-08T00:12:35.346Z | Downloaded iddqd v0.3.8 |
1151 | 2025-07-08T00:12:35.346Z | Downloaded hyper-util v0.1.14 |
1152 | 2025-07-08T00:12:35.372Z | Downloaded hyper v1.6.0 |
1153 | 2025-07-08T00:12:35.372Z | Downloaded httparse v1.9.5 |
1154 | 2025-07-08T00:12:35.372Z | Downloaded hostname v0.4.0 |
1155 | 2025-07-08T00:12:35.372Z | Downloaded signal-hook-tokio v0.3.1 |
1156 | 2025-07-08T00:12:35.372Z | Downloaded shlex v1.3.0 |
1157 | 2025-07-08T00:12:35.372Z | Downloaded serde_plain v1.0.2 |
1158 | 2025-07-08T00:12:35.372Z | Downloaded ingot-macros v0.1.0 |
1159 | 2025-07-08T00:12:35.372Z | Downloaded indoc v1.0.9 |
1160 | 2025-07-08T00:12:35.398Z | Downloaded indicatif v0.17.11 |
1161 | 2025-07-08T00:12:35.398Z | Downloaded indexmap v1.9.3 |
1162 | 2025-07-08T00:12:35.398Z | Downloaded hyper-tls v0.6.0 |
1163 | 2025-07-08T00:12:35.398Z | Downloaded headers v0.4.1 |
1164 | 2025-07-08T00:12:35.398Z | Downloaded const_format v0.2.34 |
1165 | 2025-07-08T00:12:35.398Z | Downloaded bumpalo v3.16.0 |
1166 | 2025-07-08T00:12:35.398Z | Downloaded time-core v0.1.2 |
1167 | 2025-07-08T00:12:35.398Z | Downloaded signal-hook-registry v1.4.2 |
1168 | 2025-07-08T00:12:35.423Z | Downloaded signal-hook-mio v0.2.4 |
1169 | 2025-07-08T00:12:35.423Z | Downloaded shell-words v1.1.0 |
1170 | 2025-07-08T00:12:35.423Z | Downloaded rustls-native-certs v0.8.1 |
1171 | 2025-07-08T00:12:35.424Z | Downloaded hkdf v0.12.4 |
1172 | 2025-07-08T00:12:35.424Z | Downloaded serde_urlencoded v0.7.1 |
1173 | 2025-07-08T00:12:35.424Z | Downloaded serde_repr v0.1.19 |
1174 | 2025-07-08T00:12:35.424Z | Downloaded impl-trait-for-tuples v0.2.2 |
1175 | 2025-07-08T00:12:35.424Z | Downloaded http-body-util v0.1.3 |
1176 | 2025-07-08T00:12:35.424Z | Downloaded hickory-client v0.25.2 |
1177 | 2025-07-08T00:12:35.424Z | Downloaded bytes v1.10.1 |
1178 | 2025-07-08T00:12:35.424Z | Downloaded base64 v0.21.7 |
1179 | 2025-07-08T00:12:35.449Z | Downloaded rusty-fork v0.3.0 |
1180 | 2025-07-08T00:12:35.449Z | Downloaded rustversion v1.0.17 |
1181 | 2025-07-08T00:12:35.449Z | Downloaded rustls-pemfile v1.0.4 |
1182 | 2025-07-08T00:12:35.449Z | Downloaded rand_core v0.9.2 |
1183 | 2025-07-08T00:12:35.449Z | Downloaded radium v0.7.0 |
1184 | 2025-07-08T00:12:35.449Z | Downloaded iana-time-zone v0.1.63 |
1185 | 2025-07-08T00:12:35.449Z | Downloaded hyper-rustls v0.27.7 |
1186 | 2025-07-08T00:12:35.449Z | Downloaded hubpack_derive v0.1.1 |
1187 | 2025-07-08T00:12:35.449Z | Downloaded http-range v0.1.5 |
1188 | 2025-07-08T00:12:35.449Z | Downloaded http-body v1.0.1 |
1189 | 2025-07-08T00:12:35.449Z | Downloaded http v1.3.1 |
1190 | 2025-07-08T00:12:35.449Z | Downloaded hmac v0.12.1 |
1191 | 2025-07-08T00:12:35.449Z | Downloaded highway v1.3.0 |
1192 | 2025-07-08T00:12:35.475Z | Downloaded compact_str v0.8.0 |
1193 | 2025-07-08T00:12:35.475Z | Downloaded clang-sys v1.8.1 |
1194 | 2025-07-08T00:12:35.475Z | Downloaded chacha20poly1305 v0.10.1 |
1195 | 2025-07-08T00:12:35.475Z | Downloaded blake2 v0.10.6 |
1196 | 2025-07-08T00:12:35.475Z | Downloaded base64 v0.22.1 |
1197 | 2025-07-08T00:12:35.475Z | Downloaded rand_core v0.6.4 |
1198 | 2025-07-08T00:12:35.475Z | Downloaded rand_chacha v0.9.0 |
1199 | 2025-07-08T00:12:35.475Z | Downloaded rand_chacha v0.3.1 |
1200 | 2025-07-08T00:12:35.475Z | Downloaded nix v0.29.0 |
1201 | 2025-07-08T00:12:35.500Z | Downloaded hubpack v0.1.2 |
1202 | 2025-07-08T00:12:35.500Z | Downloaded home v0.5.9 |
1203 | 2025-07-08T00:12:35.500Z | Downloaded crossbeam-utils v0.8.21 |
1204 | 2025-07-08T00:12:35.500Z | Downloaded crossbeam-epoch v0.9.18 |
1205 | 2025-07-08T00:12:35.500Z | Downloaded crc-any v2.5.0 |
1206 | 2025-07-08T00:12:35.500Z | Downloaded cookie_store v0.21.1 |
1207 | 2025-07-08T00:12:35.500Z | Downloaded cookie v0.18.1 |
1208 | 2025-07-08T00:12:35.500Z | Downloaded const-oid v0.9.6 |
1209 | 2025-07-08T00:12:35.500Z | Downloaded cancel-safe-futures v0.1.5 |
1210 | 2025-07-08T00:12:35.526Z | Downloaded base64 v0.13.1 |
1211 | 2025-07-08T00:12:35.526Z | Downloaded backtrace v0.3.74 |
1212 | 2025-07-08T00:12:35.526Z | Downloaded allocator-api2 v0.2.21 |
1213 | 2025-07-08T00:12:35.526Z | Downloaded addr2line v0.24.2 |
1214 | 2025-07-08T00:12:35.526Z | Downloaded multer v3.1.0 |
1215 | 2025-07-08T00:12:35.526Z | Downloaded managed v0.8.0 |
1216 | 2025-07-08T00:12:35.526Z | Downloaded lru-cache v0.1.2 |
1217 | 2025-07-08T00:12:35.526Z | Downloaded lazycell v1.3.0 |
1218 | 2025-07-08T00:12:35.526Z | Downloaded hostname v0.3.1 |
1219 | 2025-07-08T00:12:35.526Z | Downloaded crucible-workspace-hack v0.1.0 |
1220 | 2025-07-08T00:12:35.526Z | Downloaded crc32fast v1.4.2 |
1221 | 2025-07-08T00:12:35.551Z | Downloaded crc-catalog v2.4.0 |
1222 | 2025-07-08T00:12:35.551Z | Downloaded const_format_proc_macros v0.2.34 |
1223 | 2025-07-08T00:12:35.551Z | Downloaded console v0.15.10 |
1224 | 2025-07-08T00:12:35.551Z | Downloaded colored v2.2.0 |
1225 | 2025-07-08T00:12:35.551Z | Downloaded cmake v0.1.51 |
1226 | 2025-07-08T00:12:35.551Z | Downloaded cipher v0.4.4 |
1227 | 2025-07-08T00:12:35.551Z | Downloaded ciborium v0.2.2 |
1228 | 2025-07-08T00:12:35.551Z | Downloaded chacha20 v0.9.1 |
1229 | 2025-07-08T00:12:35.551Z | Downloaded cargo_metadata v0.18.1 |
1230 | 2025-07-08T00:12:35.551Z | Downloaded buf-list v1.0.3 |
1231 | 2025-07-08T00:12:35.551Z | Downloaded bitfield v0.14.0 |
1232 | 2025-07-08T00:12:35.551Z | Downloaded bit-vec v0.8.0 |
1233 | 2025-07-08T00:12:35.551Z | Downloaded backoff v0.4.0 |
1234 | 2025-07-08T00:12:35.577Z | Downloaded async-bb8-diesel v0.2.1 |
1235 | 2025-07-08T00:12:35.577Z | Downloaded argon2 v0.5.3 |
1236 | 2025-07-08T00:12:35.577Z | Downloaded ahash v0.8.11 |
1237 | 2025-07-08T00:12:35.577Z | Downloaded lockfree-object-pool v0.1.6 |
1238 | 2025-07-08T00:12:35.577Z | Downloaded libsw v3.5.0 |
1239 | 2025-07-08T00:12:35.577Z | Downloaded keccak v0.1.5 |
1240 | 2025-07-08T00:12:35.577Z | Downloaded is-terminal v0.4.13 |
1241 | 2025-07-08T00:12:35.577Z | Downloaded ignore v0.4.23 |
1242 | 2025-07-08T00:12:35.577Z | Downloaded humantime v2.2.0 |
1243 | 2025-07-08T00:12:35.577Z | Downloaded httpdate v1.0.3 |
1244 | 2025-07-08T00:12:35.577Z | Downloaded crossbeam-deque v0.8.5 |
1245 | 2025-07-08T00:12:35.605Z | Downloaded critical-section v1.1.3 |
1246 | 2025-07-08T00:12:35.605Z | Downloaded constant_time_eq v0.3.1 |
1247 | 2025-07-08T00:12:35.605Z | Downloaded cobs v0.2.3 |
1248 | 2025-07-08T00:12:35.605Z | Downloaded chrono-tz-build v0.4.0 |
1249 | 2025-07-08T00:12:35.605Z | Downloaded cbc v0.1.2 |
1250 | 2025-07-08T00:12:35.605Z | Downloaded cassowary v0.3.0 |
1251 | 2025-07-08T00:12:35.605Z | Downloaded cargo-platform v0.1.8 |
1252 | 2025-07-08T00:12:35.605Z | Downloaded bzip2 v0.5.2 |
1253 | 2025-07-08T00:12:35.605Z | Downloaded block-padding v0.3.3 |
1254 | 2025-07-08T00:12:35.605Z | Downloaded bitfield-struct v0.6.2 |
1255 | 2025-07-08T00:12:35.605Z | Downloaded bit-vec v0.6.3 |
1256 | 2025-07-08T00:12:35.605Z | Downloaded bb8 v0.8.5 |
1257 | 2025-07-08T00:12:35.605Z | Downloaded array-init v0.0.4 |
1258 | 2025-07-08T00:12:35.605Z | Downloaded convert_case v0.4.0 |
1259 | 2025-07-08T00:12:35.605Z | Downloaded ciborium-ll v0.2.2 |
1260 | 2025-07-08T00:12:35.605Z | Downloaded camino-tempfile-ext v0.3.2 |
1261 | 2025-07-08T00:12:35.605Z | Downloaded bzip2 v0.4.4 |
1262 | 2025-07-08T00:12:35.605Z | Downloaded blowfish v0.9.1 |
1263 | 2025-07-08T00:12:35.605Z | Downloaded bcs v0.1.6 |
1264 | 2025-07-08T00:12:35.631Z | Downloaded base16ct v0.2.0 |
1265 | 2025-07-08T00:12:35.631Z | Downloaded atomic-waker v1.1.2 |
1266 | 2025-07-08T00:12:35.631Z | Downloaded arrayvec v0.7.6 |
1267 | 2025-07-08T00:12:35.631Z | Downloaded ciborium-io v0.2.2 |
1268 | 2025-07-08T00:12:35.631Z | Downloaded cfg_aliases v0.2.1 |
1269 | 2025-07-08T00:12:35.631Z | Downloaded cfg_aliases v0.1.1 |
1270 | 2025-07-08T00:12:35.631Z | Downloaded cexpr v0.6.0 |
1271 | 2025-07-08T00:12:35.631Z | Downloaded castaway v0.2.3 |
1272 | 2025-07-08T00:12:35.631Z | Downloaded bitflags v1.3.2 |
1273 | 2025-07-08T00:12:35.631Z | Downloaded bit-set v0.5.3 |
1274 | 2025-07-08T00:12:35.631Z | Downloaded base64ct v1.6.0 |
1275 | 2025-07-08T00:12:35.631Z | Downloaded async-stream-impl v0.3.6 |
1276 | 2025-07-08T00:12:35.631Z | Downloaded arrayref v0.3.9 |
1277 | 2025-07-08T00:12:35.631Z | Downloaded aead v0.5.2 |
1278 | 2025-07-08T00:12:35.631Z | Downloaded adler2 v2.0.0 |
1279 | 2025-07-08T00:12:35.631Z | Downloaded atty v0.2.14 |
1280 | 2025-07-08T00:12:35.631Z | Downloaded async-stream v0.3.6 |
1281 | 2025-07-08T00:12:35.657Z | Downloaded async-recursion v1.1.1 |
1282 | 2025-07-08T00:12:35.657Z | Downloaded assert_matches v1.5.0 |
1283 | 2025-07-08T00:12:35.657Z | Downloaded ascii-canvas v3.0.0 |
1284 | 2025-07-08T00:12:35.657Z | Downloaded aes v0.8.4 |
1285 | 2025-07-08T00:12:35.657Z | Downloaded atomicwrites v0.4.4 |
1286 | 2025-07-08T00:12:35.657Z | Downloaded async-trait v0.1.88 |
1287 | 2025-07-08T00:12:35.838Z | Compiling value-bag v1.9.0 |
1288 | 2025-07-08T00:12:35.838Z | Compiling shlex v1.3.0 |
1289 | 2025-07-08T00:12:35.838Z | Compiling lock_api v0.4.12 |
1290 | 2025-07-08T00:12:35.838Z | Compiling scopeguard v1.2.0 |
1291 | 2025-07-08T00:12:35.838Z | Compiling typenum v1.17.0 |
1292 | 2025-07-08T00:12:35.864Z | Compiling generic-array v0.14.7 |
1293 | 2025-07-08T00:12:35.864Z | Compiling syn v2.0.104 |
1294 | 2025-07-08T00:12:35.889Z | Compiling getrandom v0.2.15 |
1295 | 2025-07-08T00:12:36.084Z | Compiling jobserver v0.1.32 |
1296 | 2025-07-08T00:12:36.251Z | Compiling log v0.4.27 |
1297 | 2025-07-08T00:12:36.291Z | Compiling rand_core v0.6.4 |
1298 | 2025-07-08T00:12:36.391Z | Compiling smallvec v1.15.0 |
1299 | 2025-07-08T00:12:36.543Z | Compiling cc v1.2.15 |
1300 | 2025-07-08T00:12:36.784Z | Compiling portable-atomic v1.11.0 |
1301 | 2025-07-08T00:12:36.834Z | Compiling critical-section v1.1.3 |
1302 | 2025-07-08T00:12:36.867Z | Compiling subtle v2.6.1 |
1303 | 2025-07-08T00:12:36.893Z | Compiling const-oid v0.9.6 |
1304 | 2025-07-08T00:12:36.980Z | Compiling pkg-config v0.3.31 |
1305 | 2025-07-08T00:12:37.044Z | Compiling parking_lot_core v0.9.10 |
1306 | 2025-07-08T00:12:37.224Z | Compiling pin-project-lite v0.2.14 |
1307 | 2025-07-08T00:12:37.381Z | Compiling rustix v0.38.37 |
1308 | 2025-07-08T00:12:38.439Z | Compiling signal-hook-registry v1.4.2 |
1309 | 2025-07-08T00:12:38.572Z | Compiling parking_lot v0.12.3 |
1310 | 2025-07-08T00:12:38.621Z | Compiling mio v1.0.2 |
1311 | 2025-07-08T00:12:38.651Z | Compiling futures-core v0.3.31 |
1312 | 2025-07-08T00:12:38.920Z | Compiling spin v0.9.8 |
1313 | 2025-07-08T00:12:39.126Z | Compiling socket2 v0.5.10 |
1314 | 2025-07-08T00:12:39.165Z | Compiling slab v0.4.9 |
1315 | 2025-07-08T00:12:39.455Z | Compiling once_cell v1.21.3 |
1316 | 2025-07-08T00:12:39.538Z | Compiling aho-corasick v1.1.3 |
1317 | 2025-07-08T00:12:39.624Z | Compiling either v1.15.0 |
1318 | 2025-07-08T00:12:39.686Z | Compiling libm v0.2.8 |
1319 | 2025-07-08T00:12:39.939Z | Compiling serde_json v1.0.140 |
1320 | 2025-07-08T00:12:39.977Z | Compiling cpufeatures v0.2.14 |
1321 | 2025-07-08T00:12:40.089Z | Compiling regex-syntax v0.8.5 |
1322 | 2025-07-08T00:12:40.171Z | Compiling num-traits v0.2.19 |
1323 | 2025-07-08T00:12:40.216Z | Compiling futures-sink v0.3.31 |
1324 | 2025-07-08T00:12:40.293Z | Compiling percent-encoding v2.3.1 |
1325 | 2025-07-08T00:12:40.334Z | Compiling glob v0.3.2 |
1326 | 2025-07-08T00:12:40.406Z | Compiling getrandom v0.3.1 |
1327 | 2025-07-08T00:12:40.924Z | Compiling prettyplease v0.2.35 |
1328 | 2025-07-08T00:12:41.014Z | Compiling lazy_static v1.5.0 |
1329 | 2025-07-08T00:12:41.180Z | Compiling allocator-api2 v0.2.21 |
1330 | 2025-07-08T00:12:41.210Z | Compiling clang-sys v1.8.1 |
1331 | 2025-07-08T00:12:41.333Z | Compiling minimal-lexical v0.2.1 |
1332 | 2025-07-08T00:12:41.535Z | Compiling foldhash v0.1.5 |
1333 | 2025-07-08T00:12:41.987Z | Compiling hashbrown v0.15.4 |
1334 | 2025-07-08T00:12:42.012Z | Compiling nom v7.1.3 |
1335 | 2025-07-08T00:12:42.046Z | Compiling libloading v0.8.5 |
1336 | 2025-07-08T00:12:42.118Z | Compiling base64ct v1.6.0 |
1337 | 2025-07-08T00:12:42.519Z | Compiling bindgen v0.69.5 |
1338 | 2025-07-08T00:12:42.856Z | Compiling home v0.5.9 |
1339 | 2025-07-08T00:12:43.179Z | Compiling pem-rfc7468 v0.7.0 |
1340 | 2025-07-08T00:12:43.570Z | Compiling futures-channel v0.3.31 |
1341 | 2025-07-08T00:12:43.834Z | Compiling synstructure v0.13.1 |
1342 | 2025-07-08T00:12:43.980Z | Compiling regex-automata v0.4.8 |
1343 | 2025-07-08T00:12:44.028Z | Compiling itertools v0.12.1 |
1344 | 2025-07-08T00:12:45.166Z | Compiling cexpr v0.6.0 |
1345 | 2025-07-08T00:12:45.373Z | Compiling lazycell v1.3.0 |
1346 | 2025-07-08T00:12:45.582Z | Compiling futures-task v0.3.31 |
1347 | 2025-07-08T00:12:45.944Z | Compiling pin-utils v0.1.0 |
1348 | 2025-07-08T00:12:46.081Z | Compiling flagset v0.4.6 |
1349 | 2025-07-08T00:12:46.231Z | Compiling futures-io v0.3.31 |
1350 | 2025-07-08T00:12:46.316Z | Compiling rustc-hash v1.1.0 |
1351 | 2025-07-08T00:12:46.529Z | Compiling cmake v0.1.51 |
1352 | 2025-07-08T00:12:46.554Z | Compiling dunce v1.0.5 |
1353 | 2025-07-08T00:12:46.717Z | Compiling fs_extra v1.3.0 |
1354 | 2025-07-08T00:12:46.743Z | Compiling form_urlencoded v1.2.1 |
1355 | 2025-07-08T00:12:46.768Z | Compiling paste v1.0.15 |
1356 | 2025-07-08T00:12:46.903Z | Compiling zerocopy v0.8.26 |
1357 | 2025-07-08T00:12:47.088Z | Compiling vcpkg v0.2.15 |
1358 | 2025-07-08T00:12:47.303Z | Compiling crossbeam-utils v0.8.21 |
1359 | 2025-07-08T00:12:47.386Z | Compiling ring v0.17.14 |
1360 | 2025-07-08T00:12:47.849Z | Compiling tracing-core v0.1.32 |
1361 | 2025-07-08T00:12:47.937Z | Compiling iana-time-zone v0.1.63 |
1362 | 2025-07-08T00:12:48.316Z | Compiling aws-lc-rs v1.12.4 |
1363 | 2025-07-08T00:12:48.598Z | Compiling serde_derive v1.0.219 |
1364 | 2025-07-08T00:12:48.730Z | Compiling zeroize_derive v1.4.2 |
1365 | 2025-07-08T00:12:48.840Z | Compiling zerofrom-derive v0.1.4 |
1366 | 2025-07-08T00:12:49.047Z | Compiling yoke-derive v0.7.4 |
1367 | 2025-07-08T00:12:49.752Z | Compiling zerovec-derive v0.10.3 |
1368 | 2025-07-08T00:12:50.127Z | Compiling zeroize v1.8.1 |
1369 | 2025-07-08T00:12:51.542Z | Compiling displaydoc v0.2.5 |
1370 | 2025-07-08T00:12:51.887Z | Compiling crypto-common v0.1.6 |
1371 | 2025-07-08T00:12:52.164Z | Compiling block-buffer v0.10.4 |
1372 | 2025-07-08T00:12:52.190Z | Compiling zerocopy-derive v0.7.35 |
1373 | 2025-07-08T00:12:52.274Z | Compiling zerofrom v0.1.4 |
1374 | 2025-07-08T00:12:52.472Z | Compiling digest v0.10.7 |
1375 | 2025-07-08T00:12:52.519Z | Compiling yoke v0.7.4 |
1376 | 2025-07-08T00:12:52.983Z | Compiling zerovec v0.10.4 |
1377 | 2025-07-08T00:12:53.055Z | Compiling tokio-macros v2.5.0 |
1378 | 2025-07-08T00:12:53.153Z | Compiling hmac v0.12.1 |
1379 | 2025-07-08T00:12:53.450Z | Compiling icu_provider_macros v1.5.0 |
1380 | 2025-07-08T00:12:53.804Z | Compiling block-padding v0.3.3 |
1381 | 2025-07-08T00:12:53.831Z | Compiling sha2 v0.10.9 |
1382 | 2025-07-08T00:12:54.088Z | Compiling inout v0.1.3 |
1383 | 2025-07-08T00:12:54.217Z | Compiling zerocopy v0.7.35 |
1384 | 2025-07-08T00:12:54.403Z | Compiling cipher v0.4.4 |
1385 | 2025-07-08T00:12:54.481Z | Compiling regex v1.11.1 |
1386 | 2025-07-08T00:12:54.552Z | Compiling futures-macro v0.3.31 |
1387 | 2025-07-08T00:12:54.583Z | Compiling der_derive v0.7.3 |
1388 | 2025-07-08T00:12:54.972Z | Compiling tinystr v0.7.6 |
1389 | 2025-07-08T00:12:55.039Z | Compiling icu_collections v1.5.0 |
1390 | 2025-07-08T00:12:55.378Z | Compiling icu_locid v1.5.0 |
1391 | 2025-07-08T00:12:55.509Z | Compiling thiserror-impl v1.0.69 |
1392 | 2025-07-08T00:12:55.604Z | Compiling ppv-lite86 v0.2.20 |
1393 | 2025-07-08T00:12:55.709Z | Compiling serde v1.0.219 |
1394 | 2025-07-08T00:12:56.409Z | Compiling futures-util v0.3.31 |
1395 | 2025-07-08T00:12:56.434Z | Compiling salsa20 v0.10.2 |
1396 | 2025-07-08T00:12:56.463Z | Compiling pbkdf2 v0.12.2 |
1397 | 2025-07-08T00:12:56.676Z | Compiling icu_provider v1.5.0 |
1398 | 2025-07-08T00:12:56.703Z | Compiling scrypt v0.11.0 |
1399 | 2025-07-08T00:12:56.729Z | Compiling der v0.7.9 |
1400 | 2025-07-08T00:12:56.887Z | Compiling cbc v0.1.2 |
1401 | 2025-07-08T00:12:57.176Z | Compiling aes v0.8.4 |
1402 | 2025-07-08T00:12:57.214Z | Compiling openssl-sys v0.9.109 |
1403 | 2025-07-08T00:12:57.485Z | Compiling icu_locid_transform v1.5.0 |
1404 | 2025-07-08T00:12:57.704Z | Compiling zerocopy-derive v0.8.26 |
1405 | 2025-07-08T00:12:58.437Z | Compiling thiserror v1.0.69 |
1406 | 2025-07-08T00:12:58.462Z | Compiling tracing-attributes v0.1.27 |
1407 | 2025-07-08T00:12:58.622Z | Compiling pest v2.7.14 |
1408 | 2025-07-08T00:12:59.680Z | Compiling icu_properties v1.5.1 |
1409 | 2025-07-08T00:12:59.736Z | Compiling spki v0.7.3 |
1410 | 2025-07-08T00:12:59.806Z | Compiling scroll_derive v0.12.0 |
1411 | 2025-07-08T00:13:00.138Z | Compiling pkcs5 v0.7.1 |
1412 | 2025-07-08T00:13:00.727Z | Compiling bitflags v2.9.0 |
1413 | 2025-07-08T00:13:01.007Z | Compiling bytes v1.10.1 |
1414 | 2025-07-08T00:13:01.299Z | Compiling semver v1.0.26 |
1415 | 2025-07-08T00:13:01.605Z | Compiling indexmap v2.10.0 |
1416 | 2025-07-08T00:13:01.802Z | Compiling rustc_version v0.4.1 |
1417 | 2025-07-08T00:13:02.043Z | Compiling uuid v1.17.0 |
1418 | 2025-07-08T00:13:02.480Z | Compiling tokio v1.45.1 |
1419 | 2025-07-08T00:13:02.508Z | Compiling http v1.3.1 |
1420 | 2025-07-08T00:13:03.026Z | Compiling tracing v0.1.40 |
1421 | 2025-07-08T00:13:03.480Z | Compiling icu_normalizer v1.5.0 |
1422 | 2025-07-08T00:13:03.531Z | Compiling pest_meta v2.7.14 |
1423 | 2025-07-08T00:13:03.865Z | Compiling pkcs8 v0.10.2 |
1424 | 2025-07-08T00:13:04.223Z | Compiling http-body v1.0.1 |
1425 | 2025-07-08T00:13:04.471Z | Compiling idna_adapter v1.2.0 |
1426 | 2025-07-08T00:13:04.496Z | Compiling chrono v0.4.41 |
1427 | 2025-07-08T00:13:04.720Z | Compiling which v4.4.2 |
1428 | 2025-07-08T00:13:04.831Z | Compiling idna v1.0.3 |
1429 | 2025-07-08T00:13:05.018Z | Compiling httparse v1.9.5 |
1430 | 2025-07-08T00:13:05.251Z | Compiling base64 v0.22.1 |
1431 | 2025-07-08T00:13:05.548Z | Compiling url v2.5.4 |
1432 | 2025-07-08T00:13:05.699Z | Compiling rustls-pki-types v1.10.0 |
1433 | 2025-07-08T00:13:05.987Z | Compiling tinyvec_macros v0.1.1 |
1434 | 2025-07-08T00:13:06.107Z | Compiling tinyvec v1.8.0 |
1435 | 2025-07-08T00:13:06.437Z | Compiling rand_core v0.9.2 |
1436 | 2025-07-08T00:13:07.038Z | Compiling pest_generator v2.7.14 |
1437 | 2025-07-08T00:13:07.065Z | Compiling scroll v0.12.0 |
1438 | 2025-07-08T00:13:07.291Z | Compiling serde_derive_internals v0.29.1 |
1439 | 2025-07-08T00:13:07.428Z | Compiling zstd-sys v2.0.14+zstd.1.5.7 |
1440 | 2025-07-08T00:13:07.577Z | Compiling bzip2-sys v0.1.13+1.0.8 |
1441 | 2025-07-08T00:13:07.602Z | Compiling powerfmt v0.2.0 |
1442 | 2025-07-08T00:13:07.872Z | Compiling untrusted v0.7.1 |
1443 | 2025-07-08T00:13:08.003Z | Compiling openssl-probe v0.1.5 |
1444 | 2025-07-08T00:13:08.036Z | Compiling openssl v0.10.73 |
1445 | 2025-07-08T00:13:08.089Z | Compiling untrusted v0.9.0 |
1446 | 2025-07-08T00:13:08.224Z | Compiling atomic-waker v1.1.2 |
1447 | 2025-07-08T00:13:08.316Z | Compiling schemars v0.8.22 |
1448 | 2025-07-08T00:13:08.363Z | Compiling try-lock v0.2.5 |
1449 | 2025-07-08T00:13:08.408Z | Compiling rustversion v1.0.17 |
1450 | 2025-07-08T00:13:08.433Z | Compiling foreign-types-shared v0.1.1 |
1451 | 2025-07-08T00:13:08.461Z | Compiling tower-service v0.3.3 |
1452 | 2025-07-08T00:13:08.539Z | Compiling time-core v0.1.2 |
1453 | 2025-07-08T00:13:08.588Z | Compiling num-conv v0.1.0 |
1454 | 2025-07-08T00:13:08.633Z | Compiling adler2 v2.0.0 |
1455 | 2025-07-08T00:13:08.694Z | Compiling foreign-types v0.3.2 |
1456 | 2025-07-08T00:13:08.765Z | Compiling want v0.3.1 |
1457 | 2025-07-08T00:13:08.846Z | Compiling miniz_oxide v0.8.5 |
1458 | 2025-07-08T00:13:08.879Z | Compiling pest_derive v2.7.14 |
1459 | 2025-07-08T00:13:08.923Z | Compiling time-macros v0.2.18 |
1460 | 2025-07-08T00:13:09.079Z | Compiling goblin v0.8.2 |
1461 | 2025-07-08T00:13:09.502Z | Compiling schemars_derive v0.8.22 |
1462 | 2025-07-08T00:13:11.676Z | Compiling tokio-util v0.7.15 |
1463 | 2025-07-08T00:13:11.781Z | Compiling deranged v0.3.11 |
1464 | 2025-07-08T00:13:12.363Z | Compiling rand_chacha v0.9.0 |
1465 | 2025-07-08T00:13:13.257Z | Compiling h2 v0.4.6 |
1466 | 2025-07-08T00:13:13.646Z | Compiling ipnet v2.11.0 |
1467 | 2025-07-08T00:13:14.314Z | Compiling openssl-macros v0.1.1 |
1468 | 2025-07-08T00:13:14.865Z | Compiling syn v1.0.109 |
1469 | 2025-07-08T00:13:15.118Z | Compiling httpdate v1.0.3 |
1470 | 2025-07-08T00:13:15.433Z | Compiling native-tls v0.2.12 |
1471 | 2025-07-08T00:13:15.458Z | Compiling dyn-clone v1.0.19 |
1472 | 2025-07-08T00:13:15.551Z | Compiling rustls v0.23.19 |
1473 | 2025-07-08T00:13:15.713Z | Compiling num_threads v0.1.7 |
1474 | 2025-07-08T00:13:15.839Z | Compiling dof v0.3.0 |
1475 | 2025-07-08T00:13:15.890Z | Compiling time v0.3.36 |
1476 | 2025-07-08T00:13:17.606Z | Compiling rand v0.9.1 |
1477 | 2025-07-08T00:13:18.364Z | Compiling dtrace-parser v0.2.0 |
1478 | 2025-07-08T00:13:19.350Z | Compiling unicode-normalization v0.1.24 |
1479 | 2025-07-08T00:13:20.102Z | Compiling heapless v0.7.17 |
1480 | 2025-07-08T00:13:20.211Z | Compiling signature v2.2.0 |
1481 | 2025-07-08T00:13:20.297Z | Compiling hyper v1.6.0 |
1482 | 2025-07-08T00:13:20.434Z | Compiling crossbeam-epoch v0.9.18 |
1483 | 2025-07-08T00:13:20.543Z | Compiling cookie v0.18.1 |
1484 | 2025-07-08T00:13:20.568Z | Compiling crc32fast v1.4.2 |
1485 | 2025-07-08T00:13:20.865Z | Compiling siphasher v0.3.11 |
1486 | 2025-07-08T00:13:20.957Z | Compiling zstd-safe v7.2.3 |
1487 | 2025-07-08T00:13:21.134Z | Compiling slog v2.7.0 |
1488 | 2025-07-08T00:13:21.280Z | Compiling unicode-bidi v0.3.17 |
1489 | 2025-07-08T00:13:21.305Z | Compiling unicode-properties v0.1.3 |
1490 | 2025-07-08T00:13:21.667Z | Compiling rayon-core v1.12.1 |
1491 | 2025-07-08T00:13:21.756Z | Compiling signal-hook v0.3.18 |
1492 | 2025-07-08T00:13:21.965Z | Compiling zlib-rs v0.5.1 |
1493 | 2025-07-08T00:13:22.114Z | Compiling stringprep v0.1.5 |
1494 | 2025-07-08T00:13:22.674Z | Compiling phf_shared v0.11.2 |
1495 | 2025-07-08T00:13:22.835Z | Compiling hyper-util v0.1.14 |
1496 | 2025-07-08T00:13:23.038Z | Compiling crossbeam-deque v0.8.5 |
1497 | 2025-07-08T00:13:23.232Z | Compiling usdt-impl v0.5.0 |
1498 | 2025-07-08T00:13:23.410Z | Compiling curve25519-dalek v4.1.3 |
1499 | 2025-07-08T00:13:23.525Z | Compiling serde_spanned v0.6.9 |
1500 | 2025-07-08T00:13:23.794Z | Compiling serde_tokenstream v0.2.2 |
1501 | 2025-07-08T00:13:23.909Z | Compiling toml_datetime v0.6.11 |
1502 | 2025-07-08T00:13:24.073Z | Compiling rand_chacha v0.3.1 |
1503 | 2025-07-08T00:13:24.394Z | Compiling md-5 v0.10.6 |
1504 | 2025-07-08T00:13:24.484Z | Compiling num-integer v0.1.46 |
1505 | 2025-07-08T00:13:24.509Z | Compiling sync_wrapper v1.0.1 |
1506 | 2025-07-08T00:13:24.697Z | Compiling ff v0.13.0 |
1507 | 2025-07-08T00:13:24.722Z | Compiling hash32 v0.2.1 |
1508 | 2025-07-08T00:13:24.946Z | Compiling memoffset v0.9.1 |
1509 | 2025-07-08T00:13:25.098Z | Compiling tower-layer v0.3.3 |
1510 | 2025-07-08T00:13:25.219Z | Compiling base16ct v0.2.0 |
1511 | 2025-07-08T00:13:25.267Z | Compiling smoltcp v0.9.1 |
1512 | 2025-07-08T00:13:25.401Z | Compiling psl-types v2.0.11 |
1513 | 2025-07-08T00:13:25.548Z | Compiling cfg_aliases v0.2.1 |
1514 | 2025-07-08T00:13:25.633Z | Compiling gimli v0.31.1 |
1515 | 2025-07-08T00:13:25.684Z | Compiling num-bigint-dig v0.8.4 |
1516 | 2025-07-08T00:13:25.876Z | Compiling litrs v0.4.1 |
1517 | 2025-07-08T00:13:26.014Z | Compiling newtype-uuid v1.2.4 |
1518 | 2025-07-08T00:13:26.177Z | Compiling fallible-iterator v0.2.0 |
1519 | 2025-07-08T00:13:26.427Z | Compiling nix v0.29.0 |
1520 | 2025-07-08T00:13:26.560Z | Compiling publicsuffix v2.3.0 |
1521 | 2025-07-08T00:13:26.886Z | Compiling postgres-protocol v0.6.8 |
1522 | 2025-07-08T00:13:26.918Z | Compiling sec1 v0.7.3 |
1523 | 2025-07-08T00:13:26.999Z | Compiling document-features v0.2.10 |
1524 | 2025-07-08T00:13:27.191Z | Compiling tower v0.5.2 |
1525 | 2025-07-08T00:13:27.533Z | Compiling libz-rs-sys v0.5.1 |
1526 | 2025-07-08T00:13:27.904Z | Compiling flate2 v1.1.2 |
1527 | 2025-07-08T00:13:28.200Z | Compiling num-iter v0.1.45 |
1528 | 2025-07-08T00:13:28.298Z | Compiling group v0.13.0 |
1529 | 2025-07-08T00:13:28.429Z | Compiling rand v0.8.5 |
1530 | 2025-07-08T00:13:28.854Z | Compiling tokio-native-tls v0.3.1 |
1531 | 2025-07-08T00:13:29.599Z | Compiling addr2line v0.24.2 |
1532 | 2025-07-08T00:13:29.891Z | Compiling ipnetwork v0.21.1 |
1533 | 2025-07-08T00:13:30.070Z | Compiling rustls-native-certs v0.8.1 |
1534 | 2025-07-08T00:13:30.106Z | Compiling webpki-roots v1.0.0 |
1535 | 2025-07-08T00:13:30.316Z | Compiling terminal_size v0.4.0 |
1536 | 2025-07-08T00:13:30.351Z | Compiling http-body-util v0.1.3 |
1537 | 2025-07-08T00:13:30.427Z | Compiling hkdf v0.12.4 |
1538 | 2025-07-08T00:13:30.452Z | Compiling crypto-bigint v0.5.5 |
1539 | 2025-07-08T00:13:30.582Z | Compiling thiserror-impl v2.0.12 |
1540 | 2025-07-08T00:13:30.652Z | Compiling curve25519-dalek-derive v0.1.1 |
1541 | 2025-07-08T00:13:30.738Z | Compiling async-trait v0.1.88 |
1542 | 2025-07-08T00:13:30.765Z | Compiling object v0.36.5 |
1543 | 2025-07-08T00:13:30.892Z | Compiling fs-err v3.1.1 |
1544 | 2025-07-08T00:13:31.239Z | Compiling ahash v0.8.11 |
1545 | 2025-07-08T00:13:31.600Z | Compiling iri-string v0.7.8 |
1546 | 2025-07-08T00:13:32.044Z | Compiling lockfree-object-pool v0.1.6 |
1547 | 2025-07-08T00:13:32.324Z | Compiling bumpalo v3.16.0 |
1548 | 2025-07-08T00:13:32.850Z | Compiling managed v0.8.0 |
1549 | 2025-07-08T00:13:33.138Z | Compiling rustc-demangle v0.1.24 |
1550 | 2025-07-08T00:13:33.365Z | Compiling simd-adler32 v0.3.7 |
1551 | 2025-07-08T00:13:33.698Z | Compiling winnow v0.5.40 |
1552 | 2025-07-08T00:13:33.877Z | Compiling anyhow v1.0.98 |
1553 | 2025-07-08T00:13:34.212Z | Compiling buf-list v1.0.3 |
1554 | 2025-07-08T00:13:34.424Z | Compiling bitflags v1.3.2 |
1555 | 2025-07-08T00:13:34.540Z | Compiling clap_builder v4.5.40 |
1556 | 2025-07-08T00:13:34.565Z | Compiling hubpack_derive v0.1.1 |
1557 | 2025-07-08T00:13:34.861Z | Compiling tower-http v0.6.6 |
1558 | 2025-07-08T00:13:35.335Z | Compiling hubpack v0.1.2 |
1559 | 2025-07-08T00:13:35.800Z | Compiling thiserror v2.0.12 |
1560 | 2025-07-08T00:13:35.983Z | Compiling zopfli v0.8.1 |
1561 | 2025-07-08T00:13:36.019Z | Compiling elliptic-curve v0.13.8 |
1562 | 2025-07-08T00:13:36.134Z | Compiling strum_macros v0.25.3 |
1563 | 2025-07-08T00:13:36.870Z | Compiling toml_edit v0.19.15 |
1564 | 2025-07-08T00:13:37.148Z | Compiling console v0.15.10 |
1565 | 2025-07-08T00:13:37.460Z | Compiling backtrace v0.3.74 |
1566 | 2025-07-08T00:13:38.277Z | Compiling hyper-tls v0.6.0 |
1567 | 2025-07-08T00:13:38.546Z | Compiling oxnet v0.1.2 |
1568 | 2025-07-08T00:13:38.740Z | Compiling signal-hook-mio v0.2.4 |
1569 | 2025-07-08T00:13:39.322Z | Compiling zstd v0.13.3 |
1570 | 2025-07-08T00:13:39.733Z | Compiling rayon v1.10.0 |
1571 | 2025-07-08T00:13:39.947Z | Compiling cookie_store v0.21.1 |
1572 | 2025-07-08T00:13:40.701Z | Compiling postgres-types v0.2.9 |
1573 | 2025-07-08T00:13:41.946Z | Compiling usdt-macro v0.5.0 |
1574 | 2025-07-08T00:13:42.174Z | Compiling usdt-attr-macro v0.5.0 |
1575 | 2025-07-08T00:13:42.601Z | Compiling phf v0.11.2 |
1576 | 2025-07-08T00:13:42.907Z | Compiling ed25519 v2.2.3 |
1577 | 2025-07-08T00:13:43.344Z | Compiling strum_macros v0.26.4 |
1578 | 2025-07-08T00:13:43.764Z | Compiling bzip2 v0.4.4 |
1579 | 2025-07-08T00:13:43.802Z | Compiling bzip2 v0.5.2 |
1580 | 2025-07-08T00:13:44.182Z | Compiling clap_derive v4.5.40 |
1581 | 2025-07-08T00:13:44.222Z | Compiling enum-as-inner v0.6.1 |
1582 | 2025-07-08T00:13:44.279Z | Compiling pkcs1 v0.7.5 |
1583 | 2025-07-08T00:13:44.740Z | Compiling serde-big-array v0.5.1 |
1584 | 2025-07-08T00:13:44.767Z | Compiling serde_urlencoded v0.7.1 |
1585 | 2025-07-08T00:13:45.010Z | Compiling rfc6979 v0.4.0 |
1586 | 2025-07-08T00:13:45.189Z | Compiling bstr v1.10.0 |
1587 | 2025-07-08T00:13:45.215Z | Compiling serde_repr v0.1.19 |
1588 | 2025-07-08T00:13:45.265Z | Compiling daft-derive v0.1.4 |
1589 | 2025-07-08T00:13:45.317Z | Compiling float-cmp v0.10.0 |
1590 | 2025-07-08T00:13:45.590Z | Compiling encoding_rs v0.8.34 |
1591 | 2025-07-08T00:13:46.320Z | Compiling whoami v1.6.0 |
1592 | 2025-07-08T00:13:46.777Z | Compiling precomputed-hash v0.1.1 |
1593 | 2025-07-08T00:13:46.817Z | Compiling normalize-line-endings v0.3.0 |
1594 | 2025-07-08T00:13:46.892Z | Compiling predicates-core v1.0.8 |
1595 | 2025-07-08T00:13:46.935Z | Compiling data-encoding v2.9.0 |
1596 | 2025-07-08T00:13:46.984Z | Compiling fixedbitset v0.4.2 |
1597 | 2025-07-08T00:13:47.202Z | Compiling mime v0.3.17 |
1598 | 2025-07-08T00:13:47.410Z | Compiling static_assertions v1.1.0 |
1599 | 2025-07-08T00:13:47.534Z | Compiling difflib v0.4.0 |
1600 | 2025-07-08T00:13:47.612Z | Compiling number_prefix v0.4.0 |
1601 | 2025-07-08T00:13:47.795Z | Compiling new_debug_unreachable v1.0.6 |
1602 | 2025-07-08T00:13:47.916Z | Compiling unicode-segmentation v1.12.0 |
1603 | 2025-07-08T00:13:47.942Z | Compiling string_cache v0.8.9 |
1604 | 2025-07-08T00:13:48.361Z | Compiling clap v4.5.40 |
1605 | 2025-07-08T00:13:48.394Z | Compiling predicates v3.1.3 |
1606 | 2025-07-08T00:13:48.505Z | Compiling indicatif v0.17.11 |
1607 | 2025-07-08T00:13:48.687Z | Compiling similar v2.7.0 |
1608 | 2025-07-08T00:13:48.718Z | Compiling hickory-proto v0.25.2 |
1609 | 2025-07-08T00:13:48.882Z | Compiling strum v0.26.3 |
1610 | 2025-07-08T00:13:49.096Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b) |
1611 | 2025-07-08T00:13:49.121Z | Compiling petgraph v0.6.5 |
1612 | 2025-07-08T00:13:49.821Z | Compiling toml_edit v0.22.27 |
1613 | 2025-07-08T00:13:50.410Z | Compiling daft v0.1.4 |
1614 | 2025-07-08T00:13:50.680Z | Compiling tokio-postgres v0.7.13 |
1615 | 2025-07-08T00:13:50.962Z | Compiling usdt v0.5.0 |
1616 | 2025-07-08T00:13:51.455Z | Compiling ecdsa v0.16.9 |
1617 | 2025-07-08T00:13:52.182Z | Compiling rsa v0.9.6 |
1618 | 2025-07-08T00:13:52.339Z | Compiling zip v4.2.0 |
1619 | 2025-07-08T00:13:52.726Z | Compiling zip v0.6.6 |
1620 | 2025-07-08T00:13:53.903Z | Compiling ed25519-dalek v2.1.1 |
1621 | 2025-07-08T00:13:55.200Z | Compiling toml v0.7.8 |
1622 | 2025-07-08T00:13:55.506Z | Compiling crossterm v0.28.1 |
1623 | 2025-07-08T00:13:56.702Z | Compiling tokio-stream v0.1.17 |
1624 | 2025-07-08T00:13:57.220Z | Compiling openapiv3 v2.2.0 |
1625 | 2025-07-08T00:13:57.246Z | Compiling x509-cert v0.2.5 |
1626 | 2025-07-08T00:13:57.352Z | Compiling sha1 v0.10.6 |
1627 | 2025-07-08T00:13:57.718Z | Compiling itertools v0.10.5 |
1628 | 2025-07-08T00:13:57.840Z | Compiling dirs-sys-next v0.1.2 |
1629 | 2025-07-08T00:13:58.411Z | Compiling winnow v0.6.26 |
1630 | 2025-07-08T00:13:58.905Z | Compiling lalrpop-util v0.19.12 |
1631 | 2025-07-08T00:13:59.332Z | Compiling rustc-hash v2.1.1 |
1632 | 2025-07-08T00:13:59.576Z | Compiling peg-runtime v0.8.5 |
1633 | 2025-07-08T00:13:59.601Z | Compiling dirs-next v2.0.0 |
1634 | 2025-07-08T00:13:59.816Z | Compiling thread_local v1.1.8 |
1635 | 2025-07-08T00:14:00.181Z | Compiling slog-async v2.8.0 |
1636 | 2025-07-08T00:14:00.206Z | Compiling term v0.7.0 |
1637 | 2025-07-08T00:14:00.360Z | Compiling xattr v1.3.1 |
1638 | 2025-07-08T00:14:00.385Z | Compiling futures-executor v0.3.31 |
1639 | 2025-07-08T00:14:00.672Z | Compiling crossbeam-channel v0.5.15 |
1640 | 2025-07-08T00:14:00.803Z | Compiling filetime v0.2.25 |
1641 | 2025-07-08T00:14:00.938Z | Compiling is-terminal v0.4.13 |
1642 | 2025-07-08T00:14:01.082Z | Compiling take_mut v0.2.2 |
1643 | 2025-07-08T00:14:01.107Z | Compiling slog-term v2.9.1 |
1644 | 2025-07-08T00:14:01.139Z | Compiling tar v0.4.44 |
1645 | 2025-07-08T00:14:01.260Z | Compiling futures v0.3.31 |
1646 | 2025-07-08T00:14:01.392Z | Compiling camino v1.1.10 |
1647 | 2025-07-08T00:14:07.568Z | Compiling aws-lc-sys v0.26.0 |
1648 | 2025-07-08T00:14:43.996Z | Compiling rustls-webpki v0.102.8 |
1649 | 2025-07-08T00:14:50.579Z | Compiling tokio-rustls v0.26.0 |
1650 | 2025-07-08T00:14:50.956Z | Compiling hyper-rustls v0.27.7 |
1651 | 2025-07-08T00:14:51.326Z | Compiling reqwest v0.12.22 |
1652 | 2025-07-08T00:14:55.893Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1653 | 2025-07-08T00:14:56.303Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1654 | 2025-07-08T00:15:02.432Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 31s |
1655 | 2025-07-08T00:15:02.598Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
1656 | 2025-07-08T00:15:02.678Z | Jul 08 00:15:02.340 INFO Starting download, target: Cockroach |
1657 | 2025-07-08T00:15:02.678Z | Jul 08 00:15:02.340 INFO Starting download, target: Console |
1658 | 2025-07-08T00:15:02.678Z | Jul 08 00:15:02.340 INFO Starting download, target: Clickhouse |
1659 | 2025-07-08T00:15:02.678Z | Jul 08 00:15:02.340 INFO Starting download, target: DendriteStub |
1660 | 2025-07-08T00:15:02.678Z | Jul 08 00:15:02.340 INFO Starting download, target: MaghemiteMgd |
1661 | 2025-07-08T00:15:02.678Z | Jul 08 00:15:02.340 INFO Starting download, target: TransceiverControl |
1662 | 2025-07-08T00:15:02.704Z | Jul 08 00:15:02.342 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1663 | 2025-07-08T00:15:02.704Z | Jul 08 00:15:02.342 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1664 | 2025-07-08T00:15:02.704Z | Jul 08 00:15:02.342 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1665 | 2025-07-08T00:15:02.704Z | Jul 08 00:15:02.342 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1666 | 2025-07-08T00:15:02.704Z | Jul 08 00:15:02.342 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1667 | 2025-07-08T00:15:02.704Z | Jul 08 00:15:02.342 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1668 | 2025-07-08T00:15:03.055Z | Jul 08 00:15:02.699 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1669 | 2025-07-08T00:15:03.372Z | Jul 08 00:15:03.031 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1670 | 2025-07-08T00:15:03.419Z | Jul 08 00:15:03.078 INFO Download complete, target: Console |
1671 | 2025-07-08T00:15:03.780Z | Jul 08 00:15:03.440 INFO Download complete, target: TransceiverControl |
1672 | 2025-07-08T00:15:05.491Z | Jul 08 00:15:05.144 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1673 | 2025-07-08T00:15:06.098Z | Jul 08 00:15:05.760 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1674 | 2025-07-08T00:15:09.318Z | Jul 08 00:15:08.980 INFO Download complete, target: MaghemiteMgd |
1675 | 2025-07-08T00:15:09.886Z | Jul 08 00:15:09.548 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1676 | 2025-07-08T00:15:09.886Z | Jul 08 00:15:09.548 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1677 | 2025-07-08T00:15:09.957Z | Jul 08 00:15:09.619 INFO Download complete, target: DendriteStub |
1678 | 2025-07-08T00:15:17.747Z | Jul 08 00:15:17.409 INFO Checking that binary works, target: Cockroach |
1679 | 2025-07-08T00:15:18.051Z | Jul 08 00:15:17.713 INFO Download complete, target: Cockroach |
1680 | 2025-07-08T00:15:22.927Z | Jul 08 00:15:22.589 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1681 | 2025-07-08T00:15:35.008Z | Jul 08 00:15:34.671 INFO Checking that binary works, target: Clickhouse |
1682 | 2025-07-08T00:15:35.212Z | Jul 08 00:15:34.875 INFO Download complete, target: Clickhouse |
1683 | 2025-07-08T00:15:35.241Z | All builder prerequisites installed successfully, and PATH looks valid |
1684 | 2025-07-08T00:15:35.266Z | |
1685 | 2025-07-08T00:15:35.266Z | real 5:47.059537677 |
1686 | 2025-07-08T00:15:35.266Z | user 17:01.911054850 |
1687 | 2025-07-08T00:15:35.266Z | sys 2:48.910727680 |
1688 | 2025-07-08T00:15:35.267Z | trap 0.715794434 |
1689 | 2025-07-08T00:15:35.267Z | tflt 0.441316409 |
1690 | 2025-07-08T00:15:35.267Z | dflt 1.234704147 |
1691 | 2025-07-08T00:15:35.267Z | kflt 0.010460135 |
1692 | 2025-07-08T00:15:35.267Z | lock 43:59.054861688 |
1693 | 2025-07-08T00:15:35.267Z | slp 1:02:13.646209734 |
1694 | 2025-07-08T00:15:35.267Z | lat 1:20.244487162 |
1695 | 2025-07-08T00:15:35.267Z | stop 2:53.509358681 |
1696 | 2025-07-08T00:15:35.267Z | + banner clippy |
1697 | 2025-07-08T00:15:35.267Z | |
1698 | 2025-07-08T00:15:35.267Z | #### # # ##### ##### # # |
1699 | 2025-07-08T00:15:35.267Z | # # # # # # # # # # |
1700 | 2025-07-08T00:15:35.267Z | # # # # # # # # |
1701 | 2025-07-08T00:15:35.267Z | # # # ##### ##### # |
1702 | 2025-07-08T00:15:35.267Z | # # # # # # # |
1703 | 2025-07-08T00:15:35.267Z | #### ###### # # # # |
1704 | 2025-07-08T00:15:35.267Z | |
1705 | 2025-07-08T00:15:35.267Z | + export CARGO_INCREMENTAL=0 |
1706 | 2025-07-08T00:15:35.267Z | + CARGO_INCREMENTAL=0 |
1707 | 2025-07-08T00:15:35.267Z | + ptime -m cargo xtask clippy |
1708 | 2025-07-08T00:15:36.421Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
1709 | 2025-07-08T00:15:36.766Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1710 | 2025-07-08T00:15:41.052Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.72s |
1711 | 2025-07-08T00:15:41.123Z | Running `target/debug/xtask clippy` |
1712 | 2025-07-08T00:15:41.160Z | running: /home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1713 | 2025-07-08T00:15:42.560Z | Downloading crates ... |
1714 | 2025-07-08T00:15:43.077Z | Downloaded async-channel v1.9.0 |
1715 | 2025-07-08T00:15:43.103Z | Downloaded async-std v1.13.0 |
1716 | 2025-07-08T00:15:43.129Z | Downloaded tinytemplate v1.2.1 |
1717 | 2025-07-08T00:15:43.129Z | Downloaded trybuild v1.0.105 |
1718 | 2025-07-08T00:15:43.129Z | Downloaded serde_regex v1.1.0 |
1719 | 2025-07-08T00:15:43.130Z | Downloaded rand_distr v0.4.3 |
1720 | 2025-07-08T00:15:43.155Z | Downloaded target-lexicon v0.13.2 |
1721 | 2025-07-08T00:15:43.155Z | Downloaded stringmetrics v2.2.2 |
1722 | 2025-07-08T00:15:43.155Z | Downloaded rust-argon2 v2.1.0 |
1723 | 2025-07-08T00:15:43.155Z | Downloaded rstest v0.25.0 |
1724 | 2025-07-08T00:15:43.155Z | Downloaded httptest v0.16.3 |
1725 | 2025-07-08T00:15:43.155Z | Downloaded similar-asserts v1.7.0 |
1726 | 2025-07-08T00:15:43.155Z | Downloaded fancy-regex v0.14.0 |
1727 | 2025-07-08T00:15:43.181Z | Downloaded rstest_macros v0.25.0 |
1728 | 2025-07-08T00:15:43.181Z | Downloaded pathdiff v0.2.3 |
1729 | 2025-07-08T00:15:43.181Z | Downloaded oorandom v11.1.4 |
1730 | 2025-07-08T00:15:43.181Z | Downloaded guppy v0.17.19 |
1731 | 2025-07-08T00:15:43.181Z | Downloaded criterion v0.6.0 |
1732 | 2025-07-08T00:15:43.181Z | Downloaded blake2b_simd v1.0.2 |
1733 | 2025-07-08T00:15:43.181Z | Downloaded plotters-svg v0.3.7 |
1734 | 2025-07-08T00:15:43.181Z | Downloaded plotters-backend v0.3.7 |
1735 | 2025-07-08T00:15:43.207Z | Downloaded plotters v0.3.7 |
1736 | 2025-07-08T00:15:43.207Z | Downloaded piper v0.2.4 |
1737 | 2025-07-08T00:15:43.208Z | Downloaded partial-io v0.5.4 |
1738 | 2025-07-08T00:15:43.208Z | Downloaded futures-lite v2.3.0 |
1739 | 2025-07-08T00:15:43.208Z | Downloaded event-listener-strategy v0.5.2 |
1740 | 2025-07-08T00:15:43.208Z | Downloaded datatest-stable v0.3.2 |
1741 | 2025-07-08T00:15:43.208Z | Downloaded concurrent-queue v2.5.0 |
1742 | 2025-07-08T00:15:43.208Z | Downloaded relative-path v1.9.3 |
1743 | 2025-07-08T00:15:43.234Z | Downloaded nested v0.1.1 |
1744 | 2025-07-08T00:15:43.234Z | Downloaded futures-timer v3.0.3 |
1745 | 2025-07-08T00:15:43.234Z | Downloaded proc-macro-crate v3.2.0 |
1746 | 2025-07-08T00:15:43.234Z | Downloaded path-tree v0.8.1 |
1747 | 2025-07-08T00:15:43.234Z | Downloaded parking v2.2.1 |
1748 | 2025-07-08T00:15:43.234Z | Downloaded libtest-mimic v0.8.1 |
1749 | 2025-07-08T00:15:43.234Z | Downloaded kv-log-macro v1.0.7 |
1750 | 2025-07-08T00:15:43.234Z | Downloaded event-listener v5.3.1 |
1751 | 2025-07-08T00:15:43.234Z | Downloaded criterion-plot v0.5.0 |
1752 | 2025-07-08T00:15:43.234Z | Downloaded blocking v1.6.1 |
1753 | 2025-07-08T00:15:43.234Z | Downloaded async-signal v0.2.10 |
1754 | 2025-07-08T00:15:43.234Z | Downloaded async-process v2.3.0 |
1755 | 2025-07-08T00:15:43.234Z | Downloaded async-object-pool v0.1.5 |
1756 | 2025-07-08T00:15:43.260Z | Downloaded async-lock v3.4.0 |
1757 | 2025-07-08T00:15:43.260Z | Downloaded async-io v2.3.4 |
1758 | 2025-07-08T00:15:43.260Z | Downloaded async-global-executor v2.4.1 |
1759 | 2025-07-08T00:15:43.260Z | Downloaded async-executor v1.13.1 |
1760 | 2025-07-08T00:15:43.260Z | Downloaded async-channel v2.3.1 |
1761 | 2025-07-08T00:15:43.260Z | Downloaded async-attributes v1.1.2 |
1762 | 2025-07-08T00:15:43.260Z | Downloaded assert_cmd v2.0.17 |
1763 | 2025-07-08T00:15:43.260Z | Downloaded petgraph v0.7.1 |
1764 | 2025-07-08T00:15:43.286Z | Downloaded approx v0.5.1 |
1765 | 2025-07-08T00:15:43.286Z | Downloaded anes v0.1.6 |
1766 | 2025-07-08T00:15:43.286Z | Downloaded target-triple v0.1.3 |
1767 | 2025-07-08T00:15:43.286Z | Downloaded target-spec v3.4.2 |
1768 | 2025-07-08T00:15:43.286Z | Downloaded polling v3.7.3 |
1769 | 2025-07-08T00:15:43.286Z | Downloaded guppy-workspace-hack v0.1.0 |
1770 | 2025-07-08T00:15:43.286Z | Downloaded event-listener v2.5.3 |
1771 | 2025-07-08T00:15:43.312Z | Downloaded escape8259 v0.5.3 |
1772 | 2025-07-08T00:15:43.312Z | Downloaded doc-comment v0.3.3 |
1773 | 2025-07-08T00:15:43.312Z | Downloaded cfg-expr v0.18.0 |
1774 | 2025-07-08T00:15:43.312Z | Downloaded cast v0.3.0 |
1775 | 2025-07-08T00:15:43.312Z | Downloaded async-task v4.7.1 |
1776 | 2025-07-08T00:15:43.312Z | Downloaded assert-json-diff v2.0.2 |
1777 | 2025-07-08T00:15:43.312Z | Downloaded httpmock v0.8.0-alpha.1 |
1778 | 2025-07-08T00:15:46.391Z | Checking cfg-if v1.0.1 |
1779 | 2025-07-08T00:15:46.481Z | Checking libc v0.2.174 |
1780 | 2025-07-08T00:15:46.534Z | Checking serde v1.0.219 |
1781 | 2025-07-08T00:15:46.591Z | Checking memchr v2.7.4 |
1782 | 2025-07-08T00:15:46.646Z | Checking smallvec v1.15.0 |
1783 | 2025-07-08T00:15:46.701Z | Checking value-bag v1.9.0 |
1784 | 2025-07-08T00:15:46.758Z | Checking itoa v1.0.11 |
1785 | 2025-07-08T00:15:46.813Z | Checking scopeguard v1.2.0 |
1786 | 2025-07-08T00:15:46.867Z | Checking zeroize v1.8.1 |
1787 | 2025-07-08T00:15:47.016Z | Checking lock_api v0.4.12 |
1788 | 2025-07-08T00:15:47.066Z | Checking libm v0.2.8 |
1789 | 2025-07-08T00:15:47.117Z | Checking pin-project-lite v0.2.14 |
1790 | 2025-07-08T00:15:47.167Z | Checking log v0.4.27 |
1791 | 2025-07-08T00:15:47.219Z | Checking stable_deref_trait v1.2.0 |
1792 | 2025-07-08T00:15:47.303Z | Checking ryu v1.0.18 |
1793 | 2025-07-08T00:15:47.376Z | Checking zerofrom v0.1.4 |
1794 | 2025-07-08T00:15:47.427Z | Checking portable-atomic v1.11.0 |
1795 | 2025-07-08T00:15:47.511Z | Checking subtle v2.6.1 |
1796 | 2025-07-08T00:15:47.589Z | Checking litemap v0.7.3 |
1797 | 2025-07-08T00:15:47.638Z | Checking getrandom v0.2.15 |
1798 | 2025-07-08T00:15:47.663Z | Checking yoke v0.7.4 |
1799 | 2025-07-08T00:15:47.754Z | Checking parking_lot_core v0.9.10 |
1800 | 2025-07-08T00:15:47.835Z | Checking writeable v0.5.5 |
1801 | 2025-07-08T00:15:47.914Z | Checking num-traits v0.2.19 |
1802 | 2025-07-08T00:15:47.960Z | Checking rand_core v0.6.4 |
1803 | 2025-07-08T00:15:48.009Z | Checking byteorder v1.5.0 |
1804 | 2025-07-08T00:15:48.115Z | Checking zerovec v0.10.4 |
1805 | 2025-07-08T00:15:48.162Z | Checking percent-encoding v2.3.1 |
1806 | 2025-07-08T00:15:48.213Z | Checking critical-section v1.1.3 |
1807 | 2025-07-08T00:15:48.326Z | Checking parking_lot v0.12.3 |
1808 | 2025-07-08T00:15:48.396Z | Checking signal-hook-registry v1.4.2 |
1809 | 2025-07-08T00:15:48.446Z | Checking once_cell v1.21.3 |
1810 | 2025-07-08T00:15:48.494Z | Checking icu_locid_transform_data v1.5.0 |
1811 | 2025-07-08T00:15:48.494Z | Checking icu_properties_data v1.5.0 |
1812 | 2025-07-08T00:15:48.645Z | Checking getrandom v0.3.1 |
1813 | 2025-07-08T00:15:48.694Z | Checking write16 v1.0.0 |
1814 | 2025-07-08T00:15:48.720Z | Checking utf16_iter v1.0.5 |
1815 | 2025-07-08T00:15:48.790Z | Checking icu_normalizer_data v1.5.0 |
1816 | 2025-07-08T00:15:48.838Z | Checking utf8_iter v1.0.4 |
1817 | 2025-07-08T00:15:48.889Z | Checking form_urlencoded v1.2.1 |
1818 | 2025-07-08T00:15:48.942Z | Checking mio v1.0.2 |
1819 | 2025-07-08T00:15:49.003Z | Checking futures-core v0.3.31 |
1820 | 2025-07-08T00:15:49.029Z | Checking typenum v1.17.0 |
1821 | 2025-07-08T00:15:49.104Z | Checking socket2 v0.5.10 |
1822 | 2025-07-08T00:15:49.174Z | Checking equivalent v1.0.2 |
1823 | 2025-07-08T00:15:49.247Z | Checking allocator-api2 v0.2.21 |
1824 | 2025-07-08T00:15:49.290Z | Checking foldhash v0.1.5 |
1825 | 2025-07-08T00:15:49.343Z | Checking thiserror v1.0.69 |
1826 | 2025-07-08T00:15:49.550Z | Checking zerocopy v0.7.35 |
1827 | 2025-07-08T00:15:49.603Z | Checking tinystr v0.7.6 |
1828 | 2025-07-08T00:15:49.603Z | Checking icu_collections v1.5.0 |
1829 | 2025-07-08T00:15:49.705Z | Checking slab v0.4.9 |
1830 | 2025-07-08T00:15:49.730Z | Checking futures-io v0.3.31 |
1831 | 2025-07-08T00:15:49.835Z | Checking hashbrown v0.15.4 |
1832 | 2025-07-08T00:15:49.948Z | Checking iana-time-zone v0.1.63 |
1833 | 2025-07-08T00:15:49.998Z | Checking icu_locid v1.5.0 |
1834 | 2025-07-08T00:15:49.999Z | Checking generic-array v0.14.7 |
1835 | 2025-07-08T00:15:50.099Z | Checking const-oid v0.9.6 |
1836 | 2025-07-08T00:15:50.159Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1837 | 2025-07-08T00:15:50.267Z | Checking futures-sink v0.3.31 |
1838 | 2025-07-08T00:15:50.450Z | Checking errno v0.3.12 |
1839 | 2025-07-08T00:15:50.581Z | Checking bytes v1.10.1 |
1840 | 2025-07-08T00:15:50.630Z | Checking bitflags v2.9.0 |
1841 | 2025-07-08T00:15:50.682Z | Checking serde_json v1.0.140 |
1842 | 2025-07-08T00:15:50.682Z | Checking chrono v0.4.41 |
1843 | 2025-07-08T00:15:50.834Z | Checking uuid v1.17.0 |
1844 | 2025-07-08T00:15:50.994Z | Checking crypto-common v0.1.6 |
1845 | 2025-07-08T00:15:51.039Z | Checking semver v1.0.26 |
1846 | 2025-07-08T00:15:51.039Z | Checking icu_provider v1.5.0 |
1847 | 2025-07-08T00:15:51.222Z | Checking block-buffer v0.10.4 |
1848 | 2025-07-08T00:15:51.444Z | Checking indexmap v2.10.0 |
1849 | 2025-07-08T00:15:51.491Z | Checking fnv v1.0.7 |
1850 | 2025-07-08T00:15:51.547Z | Checking cpufeatures v0.2.14 |
1851 | 2025-07-08T00:15:51.591Z | Checking tokio v1.45.1 |
1852 | 2025-07-08T00:15:51.657Z | Checking digest v0.10.7 |
1853 | 2025-07-08T00:15:51.713Z | Checking pin-utils v0.1.0 |
1854 | 2025-07-08T00:15:51.738Z | Checking icu_locid_transform v1.5.0 |
1855 | 2025-07-08T00:15:51.738Z | Checking dyn-clone v1.0.19 |
1856 | 2025-07-08T00:15:51.856Z | Checking futures-channel v0.3.31 |
1857 | 2025-07-08T00:15:52.013Z | Checking futures-task v0.3.31 |
1858 | 2025-07-08T00:15:52.061Z | Checking ppv-lite86 v0.2.20 |
1859 | 2025-07-08T00:15:52.223Z | Checking tracing-core v0.1.32 |
1860 | 2025-07-08T00:15:52.267Z | Checking rustix v0.38.37 |
1861 | 2025-07-08T00:15:52.315Z | Checking futures-util v0.3.31 |
1862 | 2025-07-08T00:15:52.505Z | Checking http v1.3.1 |
1863 | 2025-07-08T00:15:52.611Z | Checking regex-syntax v0.8.5 |
1864 | 2025-07-08T00:15:52.676Z | Checking icu_properties v1.5.1 |
1865 | 2025-07-08T00:15:52.722Z | Checking crossbeam-utils v0.8.21 |
1866 | 2025-07-08T00:15:52.853Z | Checking tracing v0.1.40 |
1867 | 2025-07-08T00:15:53.221Z | Checking thiserror v2.0.12 |
1868 | 2025-07-08T00:15:53.405Z | Checking unicode-ident v1.0.18 |
1869 | 2025-07-08T00:15:53.469Z | Checking block-padding v0.3.3 |
1870 | 2025-07-08T00:15:53.635Z | Checking proc-macro2 v1.0.95 |
1871 | 2025-07-08T00:15:53.686Z | Checking aho-corasick v1.1.3 |
1872 | 2025-07-08T00:15:53.738Z | Checking inout v0.1.3 |
1873 | 2025-07-08T00:15:53.995Z | Checking cipher v0.4.4 |
1874 | 2025-07-08T00:15:54.336Z | Checking quote v1.0.40 |
1875 | 2025-07-08T00:15:54.470Z | Checking base64 v0.22.1 |
1876 | 2025-07-08T00:15:54.728Z | Checking syn v2.0.104 |
1877 | 2025-07-08T00:15:54.960Z | Checking ipnet v2.11.0 |
1878 | 2025-07-08T00:15:55.274Z | Checking spin v0.9.8 |
1879 | 2025-07-08T00:15:55.326Z | Checking powerfmt v0.2.0 |
1880 | 2025-07-08T00:15:55.465Z | Checking regex-automata v0.4.8 |
1881 | 2025-07-08T00:15:55.531Z | Checking atomic-waker v1.1.2 |
1882 | 2025-07-08T00:15:55.660Z | Checking adler2 v2.0.0 |
1883 | 2025-07-08T00:15:55.705Z | Checking deranged v0.3.11 |
1884 | 2025-07-08T00:15:55.759Z | Checking base64ct v1.6.0 |
1885 | 2025-07-08T00:15:55.816Z | Checking icu_normalizer v1.5.0 |
1886 | 2025-07-08T00:15:55.919Z | Checking miniz_oxide v0.8.5 |
1887 | 2025-07-08T00:15:56.254Z | Checking num-conv v0.1.0 |
1888 | 2025-07-08T00:15:56.540Z | Checking time-core v0.1.2 |
1889 | 2025-07-08T00:15:56.582Z | Checking untrusted v0.9.0 |
1890 | 2025-07-08T00:15:56.635Z | Checking idna_adapter v1.2.0 |
1891 | 2025-07-08T00:15:56.684Z | Checking num_threads v0.1.7 |
1892 | 2025-07-08T00:15:56.749Z | Checking rand_chacha v0.3.1 |
1893 | 2025-07-08T00:15:56.825Z | Checking ring v0.17.14 |
1894 | 2025-07-08T00:15:56.872Z | Checking sha2 v0.10.9 |
1895 | 2025-07-08T00:15:56.924Z | Checking idna v1.0.3 |
1896 | 2025-07-08T00:15:57.045Z | Checking time v0.3.36 |
1897 | 2025-07-08T00:15:57.177Z | Checking hmac v0.12.1 |
1898 | 2025-07-08T00:15:57.405Z | Checking httparse v1.9.5 |
1899 | 2025-07-08T00:15:57.451Z | Checking url v2.5.4 |
1900 | 2025-07-08T00:15:57.477Z | Checking rand v0.8.5 |
1901 | 2025-07-08T00:15:57.872Z | Checking rustls-pki-types v1.10.0 |
1902 | 2025-07-08T00:15:58.162Z | Checking tokio-util v0.7.15 |
1903 | 2025-07-08T00:15:58.355Z | Checking schemars v0.8.22 |
1904 | 2025-07-08T00:15:58.422Z | Checking http-body v1.0.1 |
1905 | 2025-07-08T00:15:58.607Z | Checking utf8parse v0.2.2 |
1906 | 2025-07-08T00:15:58.665Z | Checking pem-rfc7468 v0.7.0 |
1907 | 2025-07-08T00:15:58.805Z | Checking aws-lc-sys v0.26.0 |
1908 | 2025-07-08T00:15:58.986Z | Checking httpdate v1.0.3 |
1909 | 2025-07-08T00:15:59.012Z | Checking try-lock v0.2.5 |
1910 | 2025-07-08T00:15:59.174Z | Checking untrusted v0.7.1 |
1911 | 2025-07-08T00:15:59.262Z | Checking h2 v0.4.6 |
1912 | 2025-07-08T00:15:59.288Z | Checking want v0.3.1 |
1913 | 2025-07-08T00:15:59.363Z | Checking zerocopy v0.8.26 |
1914 | 2025-07-08T00:15:59.439Z | Checking tower-service v0.3.3 |
1915 | 2025-07-08T00:15:59.521Z | Checking gimli v0.31.1 |
1916 | 2025-07-08T00:15:59.569Z | Checking object v0.36.5 |
1917 | 2025-07-08T00:15:59.620Z | Checking flagset v0.4.6 |
1918 | 2025-07-08T00:15:59.797Z | Checking rustc-demangle v0.1.24 |
1919 | 2025-07-08T00:15:59.861Z | Checking anstyle v1.0.11 |
1920 | 2025-07-08T00:16:00.184Z | Checking der v0.7.9 |
1921 | 2025-07-08T00:16:00.235Z | Checking pbkdf2 v0.12.2 |
1922 | 2025-07-08T00:16:00.283Z | Checking lazy_static v1.5.0 |
1923 | 2025-07-08T00:16:00.449Z | Checking aes v0.8.4 |
1924 | 2025-07-08T00:16:00.489Z | Checking mime v0.3.17 |
1925 | 2025-07-08T00:16:00.852Z | Checking aws-lc-rs v1.12.4 |
1926 | 2025-07-08T00:16:00.895Z | Checking regex v1.11.1 |
1927 | 2025-07-08T00:16:01.275Z | Checking anstyle-parse v0.2.5 |
1928 | 2025-07-08T00:16:01.484Z | Checking salsa20 v0.10.2 |
1929 | 2025-07-08T00:16:01.561Z | Checking cbc v0.1.2 |
1930 | 2025-07-08T00:16:01.727Z | Checking slog v2.7.0 |
1931 | 2025-07-08T00:16:01.796Z | Checking spki v0.7.3 |
1932 | 2025-07-08T00:16:01.839Z | Checking openssl-probe v0.1.5 |
1933 | 2025-07-08T00:16:02.037Z | Checking anstyle-query v1.1.1 |
1934 | 2025-07-08T00:16:02.129Z | Checking colorchoice v1.0.2 |
1935 | 2025-07-08T00:16:02.187Z | Checking foreign-types-shared v0.1.1 |
1936 | 2025-07-08T00:16:02.236Z | Checking is_terminal_polyfill v1.70.1 |
1937 | 2025-07-08T00:16:02.236Z | Checking scrypt v0.11.0 |
1938 | 2025-07-08T00:16:02.333Z | Checking http-body-util v0.1.3 |
1939 | 2025-07-08T00:16:02.382Z | Checking foreign-types v0.3.2 |
1940 | 2025-07-08T00:16:02.428Z | Checking anstream v0.6.18 |
1941 | 2025-07-08T00:16:02.534Z | Checking terminal_size v0.4.0 |
1942 | 2025-07-08T00:16:02.598Z | Checking openssl-sys v0.9.109 |
1943 | 2025-07-08T00:16:02.623Z | Checking rustls-webpki v0.102.8 |
1944 | 2025-07-08T00:16:02.765Z | Checking pkcs5 v0.7.1 |
1945 | 2025-07-08T00:16:02.790Z | Checking toml_datetime v0.6.11 |
1946 | 2025-07-08T00:16:02.867Z | Checking serde_spanned v0.6.9 |
1947 | 2025-07-08T00:16:02.919Z | Checking addr2line v0.24.2 |
1948 | 2025-07-08T00:16:03.115Z | Checking strsim v0.11.1 |
1949 | 2025-07-08T00:16:03.203Z | Checking clap_lex v0.7.4 |
1950 | 2025-07-08T00:16:03.285Z | Checking pkcs8 v0.10.2 |
1951 | 2025-07-08T00:16:03.408Z | Checking rustls v0.23.19 |
1952 | 2025-07-08T00:16:03.459Z | Checking serde_urlencoded v0.7.1 |
1953 | 2025-07-08T00:16:03.514Z | Checking clap_builder v4.5.40 |
1954 | 2025-07-08T00:16:03.541Z | Checking encoding_rs v0.8.34 |
1955 | 2025-07-08T00:16:03.660Z | Checking either v1.15.0 |
1956 | 2025-07-08T00:16:03.782Z | Checking openssl v0.10.73 |
1957 | 2025-07-08T00:16:03.906Z | Checking sync_wrapper v1.0.1 |
1958 | 2025-07-08T00:16:04.057Z | Checking tower-layer v0.3.3 |
1959 | 2025-07-08T00:16:04.110Z | Checking psl-types v2.0.11 |
1960 | 2025-07-08T00:16:04.353Z | Checking publicsuffix v2.3.0 |
1961 | 2025-07-08T00:16:04.397Z | Checking tower v0.5.2 |
1962 | 2025-07-08T00:16:04.656Z | Checking rustls-native-certs v0.8.1 |
1963 | 2025-07-08T00:16:04.832Z | Checking hyper v1.6.0 |
1964 | 2025-07-08T00:16:04.896Z | Checking cookie v0.18.1 |
1965 | 2025-07-08T00:16:05.059Z | Checking backtrace v0.3.74 |
1966 | 2025-07-08T00:16:05.103Z | Checking webpki-roots v1.0.0 |
1967 | 2025-07-08T00:16:05.328Z | Checking iri-string v0.7.8 |
1968 | 2025-07-08T00:16:05.371Z | Checking cookie_store v0.21.1 |
1969 | 2025-07-08T00:16:05.481Z | Checking ipnetwork v0.21.1 |
1970 | 2025-07-08T00:16:05.615Z | Checking anyhow v1.0.98 |
1971 | 2025-07-08T00:16:05.884Z | Checking data-encoding v2.9.0 |
1972 | 2025-07-08T00:16:06.024Z | Checking rand_core v0.9.2 |
1973 | 2025-07-08T00:16:06.113Z | Checking tinyvec_macros v0.1.1 |
1974 | 2025-07-08T00:16:06.209Z | Checking tinyvec v1.8.0 |
1975 | 2025-07-08T00:16:06.254Z | Checking clap v4.5.40 |
1976 | 2025-07-08T00:16:06.384Z | Checking openapiv3 v2.2.0 |
1977 | 2025-07-08T00:16:06.430Z | Checking signature v2.2.0 |
1978 | 2025-07-08T00:16:06.475Z | Checking scroll v0.12.0 |
1979 | 2025-07-08T00:16:06.671Z | Checking hyper-util v0.1.14 |
1980 | 2025-07-08T00:16:06.726Z | Checking plain v0.2.3 |
1981 | 2025-07-08T00:16:06.876Z | Checking unicode-width v0.2.0 |
1982 | 2025-07-08T00:16:06.935Z | Checking ucd-trie v0.1.7 |
1983 | 2025-07-08T00:16:07.195Z | Checking pest v2.7.14 |
1984 | 2025-07-08T00:16:07.346Z | Checking goblin v0.8.2 |
1985 | 2025-07-08T00:16:07.397Z | Checking rand_chacha v0.9.0 |
1986 | 2025-07-08T00:16:07.660Z | Checking tower-http v0.6.6 |
1987 | 2025-07-08T00:16:07.859Z | Checking pretty-hex v0.4.1 |
1988 | 2025-07-08T00:16:08.042Z | Checking tokio-rustls v0.26.0 |
1989 | 2025-07-08T00:16:08.114Z | Checking rand v0.9.1 |
1990 | 2025-07-08T00:16:08.251Z | Checking thread-id v4.2.2 |
1991 | 2025-07-08T00:16:08.416Z | Checking winnow v0.7.10 |
1992 | 2025-07-08T00:16:08.464Z | Checking native-tls v0.2.12 |
1993 | 2025-07-08T00:16:08.528Z | Checking toml_write v0.1.2 |
1994 | 2025-07-08T00:16:08.815Z | Checking tokio-native-tls v0.3.1 |
1995 | 2025-07-08T00:16:08.874Z | Checking crossbeam-epoch v0.9.18 |
1996 | 2025-07-08T00:16:08.966Z | Checking hyper-rustls v0.27.7 |
1997 | 2025-07-08T00:16:09.084Z | Checking sha1 v0.10.6 |
1998 | 2025-07-08T00:16:09.135Z | Checking hyper-tls v0.6.0 |
1999 | 2025-07-08T00:16:09.233Z | Checking num-integer v0.1.46 |
2000 | 2025-07-08T00:16:09.350Z | Checking memmap v0.7.0 |
2001 | 2025-07-08T00:16:09.413Z | Checking crc32fast v1.4.2 |
2002 | 2025-07-08T00:16:09.413Z | Checking static_assertions v1.1.0 |
2003 | 2025-07-08T00:16:09.522Z | Checking dtrace-parser v0.2.0 |
2004 | 2025-07-08T00:16:09.548Z | Checking reqwest v0.12.22 |
2005 | 2025-07-08T00:16:09.624Z | Checking bstr v1.10.0 |
2006 | 2025-07-08T00:16:09.672Z | Checking base16ct v0.2.0 |
2007 | 2025-07-08T00:16:09.728Z | Checking oxnet v0.1.2 |
2008 | 2025-07-08T00:16:09.754Z | Checking ff v0.13.0 |
2009 | 2025-07-08T00:16:09.939Z | Checking sec1 v0.7.3 |
2010 | 2025-07-08T00:16:10.011Z | Checking zlib-rs v0.5.1 |
2011 | 2025-07-08T00:16:10.055Z | Checking group v0.13.0 |
2012 | 2025-07-08T00:16:10.159Z | Checking num-iter v0.1.45 |
2013 | 2025-07-08T00:16:10.344Z | Checking hkdf v0.12.4 |
2014 | 2025-07-08T00:16:10.390Z | Checking crypto-bigint v0.5.5 |
2015 | 2025-07-08T00:16:10.416Z | Checking hubpack v0.1.2 |
2016 | 2025-07-08T00:16:10.488Z | Checking bitflags v1.3.2 |
2017 | 2025-07-08T00:16:10.587Z | Checking unicode-segmentation v1.12.0 |
2018 | 2025-07-08T00:16:10.636Z | Checking crossbeam-deque v0.8.5 |
2019 | 2025-07-08T00:16:10.777Z | Checking strum v0.26.3 |
2020 | 2025-07-08T00:16:10.867Z | Checking toml_edit v0.22.27 |
2021 | 2025-07-08T00:16:10.987Z | Checking winnow v0.5.40 |
2022 | 2025-07-08T00:16:11.031Z | Checking num-bigint-dig v0.8.4 |
2023 | 2025-07-08T00:16:11.222Z | Checking pkcs1 v0.7.5 |
2024 | 2025-07-08T00:16:11.275Z | Checking bzip2-sys v0.1.13+1.0.8 |
2025 | 2025-07-08T00:16:11.435Z | Checking unicode-normalization v0.1.24 |
2026 | 2025-07-08T00:16:11.646Z | Checking newtype-uuid v1.2.4 |
2027 | 2025-07-08T00:16:11.694Z | Checking dof v0.3.0 |
2028 | 2025-07-08T00:16:11.743Z | Checking libz-rs-sys v0.5.1 |
2029 | 2025-07-08T00:16:11.969Z | Checking rfc6979 v0.4.0 |
2030 | 2025-07-08T00:16:12.011Z | Checking flate2 v1.1.2 |
2031 | 2025-07-08T00:16:12.195Z | Checking managed v0.8.0 |
2032 | 2025-07-08T00:16:12.238Z | Checking daft v0.1.4 |
2033 | 2025-07-08T00:16:12.290Z | Checking usdt-impl v0.5.0 |
2034 | 2025-07-08T00:16:12.598Z | Checking x509-cert v0.2.5 |
2035 | 2025-07-08T00:16:12.651Z | Checking curve25519-dalek v4.1.3 |
2036 | 2025-07-08T00:16:12.740Z | Checking ahash v0.8.11 |
2037 | 2025-07-08T00:16:12.830Z | Checking usdt v0.5.0 |
2038 | 2025-07-08T00:16:12.879Z | Checking rsa v0.9.6 |
2039 | 2025-07-08T00:16:12.904Z | Checking elliptic-curve v0.13.8 |
2040 | 2025-07-08T00:16:13.138Z | Checking memoffset v0.9.1 |
2041 | 2025-07-08T00:16:13.221Z | Checking signal-hook v0.3.18 |
2042 | 2025-07-08T00:16:13.268Z | Checking rayon-core v1.12.1 |
2043 | 2025-07-08T00:16:13.318Z | Checking ed25519 v2.2.3 |
2044 | 2025-07-08T00:16:13.421Z | Checking toml_edit v0.19.15 |
2045 | 2025-07-08T00:16:13.562Z | Checking ecdsa v0.16.9 |
2046 | 2025-07-08T00:16:13.605Z | Checking zstd-sys v2.0.14+zstd.1.5.7 |
2047 | 2025-07-08T00:16:13.687Z | Checking siphasher v0.3.11 |
2048 | 2025-07-08T00:16:13.858Z | Checking signal-hook-mio v0.2.4 |
2049 | 2025-07-08T00:16:13.941Z | Checking zstd-safe v7.2.3 |
2050 | 2025-07-08T00:16:13.981Z | Checking bzip2 v0.4.4 |
2051 | 2025-07-08T00:16:14.052Z | Checking phf_shared v0.11.2 |
2052 | 2025-07-08T00:16:14.083Z | Checking console v0.15.10 |
2053 | 2025-07-08T00:16:14.161Z | Checking bumpalo v3.16.0 |
2054 | 2025-07-08T00:16:14.277Z | Checking simd-adler32 v0.3.7 |
2055 | 2025-07-08T00:16:14.338Z | Checking lockfree-object-pool v0.1.6 |
2056 | 2025-07-08T00:16:14.369Z | Checking unicode-xid v0.2.6 |
2057 | 2025-07-08T00:16:14.441Z | Checking zip v0.6.6 |
2058 | 2025-07-08T00:16:14.469Z | Checking ed25519-dalek v2.1.1 |
2059 | 2025-07-08T00:16:14.544Z | Checking zstd v0.13.3 |
2060 | 2025-07-08T00:16:14.602Z | Checking crossterm v0.28.1 |
2061 | 2025-07-08T00:16:14.649Z | Checking bzip2 v0.5.2 |
2062 | 2025-07-08T00:16:14.699Z | Checking zopfli v0.8.1 |
2063 | 2025-07-08T00:16:14.726Z | Checking itertools v0.10.5 |
2064 | 2025-07-08T00:16:14.929Z | Checking hash32 v0.2.1 |
2065 | 2025-07-08T00:16:14.954Z | Checking winnow v0.6.26 |
2066 | 2025-07-08T00:16:15.025Z | Checking unicode-bidi v0.3.17 |
2067 | 2025-07-08T00:16:15.102Z | Checking predicates-core v1.0.8 |
2068 | 2025-07-08T00:16:15.265Z | Checking unicode-properties v0.1.3 |
2069 | 2025-07-08T00:16:15.329Z | Checking heapless v0.7.17 |
2070 | 2025-07-08T00:16:15.403Z | Checking zip v4.2.0 |
2071 | 2025-07-08T00:16:15.616Z | Checking rayon v1.10.0 |
2072 | 2025-07-08T00:16:15.641Z | Checking stringprep v0.1.5 |
2073 | 2025-07-08T00:16:15.714Z | Checking toml v0.7.8 |
2074 | 2025-07-08T00:16:15.984Z | Checking nix v0.29.0 |
2075 | 2025-07-08T00:16:16.083Z | Checking similar v2.7.0 |
2076 | 2025-07-08T00:16:16.213Z | Checking hickory-proto v0.25.2 |
2077 | 2025-07-08T00:16:16.388Z | Checking tokio-stream v0.1.17 |
2078 | 2025-07-08T00:16:16.580Z | Checking md-5 v0.10.6 |
2079 | 2025-07-08T00:16:16.629Z | Checking float-cmp v0.10.0 |
2080 | 2025-07-08T00:16:17.217Z | Checking normalize-line-endings v0.3.0 |
2081 | 2025-07-08T00:16:17.242Z | Checking difflib v0.4.0 |
2082 | 2025-07-08T00:16:17.243Z | Checking fallible-iterator v0.2.0 |
2083 | 2025-07-08T00:16:17.243Z | Checking smoltcp v0.9.1 |
2084 | 2025-07-08T00:16:17.243Z | Checking phf v0.11.2 |
2085 | 2025-07-08T00:16:17.282Z | Checking predicates v3.1.3 |
2086 | 2025-07-08T00:16:17.313Z | Checking fs-err v3.1.1 |
2087 | 2025-07-08T00:16:17.395Z | Checking buf-list v1.0.3 |
2088 | 2025-07-08T00:16:17.441Z | Checking serde-big-array v0.5.1 |
2089 | 2025-07-08T00:16:17.495Z | Checking postgres-protocol v0.6.8 |
2090 | 2025-07-08T00:16:17.707Z | Checking precomputed-hash v0.1.1 |
2091 | 2025-07-08T00:16:18.205Z | Checking number_prefix v0.4.0 |
2092 | 2025-07-08T00:16:18.205Z | Checking lalrpop-util v0.19.12 |
2093 | 2025-07-08T00:16:18.205Z | Checking new_debug_unreachable v1.0.6 |
2094 | 2025-07-08T00:16:18.205Z | Checking fixedbitset v0.4.2 |
2095 | 2025-07-08T00:16:18.205Z | Checking itertools v0.12.1 |
2096 | 2025-07-08T00:16:18.205Z | Checking string_cache v0.8.9 |
2097 | 2025-07-08T00:16:18.205Z | Checking postgres-types v0.2.9 |
2098 | 2025-07-08T00:16:18.242Z | Checking peg-runtime v0.8.5 |
2099 | 2025-07-08T00:16:18.294Z | Checking petgraph v0.6.5 |
2100 | 2025-07-08T00:16:18.294Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b) |
2101 | 2025-07-08T00:16:18.398Z | Checking whoami v1.6.0 |
2102 | 2025-07-08T00:16:18.523Z | Checking minimal-lexical v0.2.1 |
2103 | 2025-07-08T00:16:19.052Z | Checking rustc-hash v2.1.1 |
2104 | 2025-07-08T00:16:19.052Z | Checking tokio-postgres v0.7.13 |
2105 | 2025-07-08T00:16:19.053Z | Checking indicatif v0.17.11 |
2106 | 2025-07-08T00:16:19.053Z | Checking nom v7.1.3 |
2107 | 2025-07-08T00:16:19.191Z | Compiling regress v0.10.3 |
2108 | 2025-07-08T00:16:19.644Z | Checking camino v1.1.10 |
2109 | 2025-07-08T00:16:20.165Z | Checking fastrand v2.1.1 |
2110 | 2025-07-08T00:16:20.398Z | Compiling ident_case v1.0.1 |
2111 | 2025-07-08T00:16:20.522Z | Checking futures-executor v0.3.31 |
2112 | 2025-07-08T00:16:20.633Z | Compiling darling_core v0.20.10 |
2113 | 2025-07-08T00:16:20.796Z | Checking futures v0.3.31 |
2114 | 2025-07-08T00:16:20.952Z | Checking heck v0.5.0 |
2115 | 2025-07-08T00:16:21.216Z | Compiling unsafe-libyaml v0.2.11 |
2116 | 2025-07-08T00:16:21.216Z | Checking rustix v1.0.7 |
2117 | 2025-07-08T00:16:21.262Z | Checking crossbeam-channel v0.5.15 |
2118 | 2025-07-08T00:16:21.371Z | Checking is-terminal v0.4.13 |
2119 | 2025-07-08T00:16:21.984Z | Checking toml v0.8.23 |
2120 | 2025-07-08T00:16:22.032Z | Compiling structmeta-derive v0.3.0 |
2121 | 2025-07-08T00:16:22.656Z | Compiling serde_yaml v0.9.34+deprecated |
2122 | 2025-07-08T00:16:22.716Z | Checking tempfile v3.20.0 |
2123 | 2025-07-08T00:16:22.742Z | Checking dirs-sys-next v0.1.2 |
2124 | 2025-07-08T00:16:23.027Z | Checking dirs-next v2.0.0 |
2125 | 2025-07-08T00:16:23.095Z | Checking thread_local v1.1.8 |
2126 | 2025-07-08T00:16:23.148Z | Checking take_mut v0.2.2 |
2127 | 2025-07-08T00:16:23.205Z | Compiling rustls v0.22.4 |
2128 | 2025-07-08T00:16:23.256Z | Checking term v0.7.0 |
2129 | 2025-07-08T00:16:23.375Z | Checking quick-error v1.2.3 |
2130 | 2025-07-08T00:16:23.440Z | Checking slog-async v2.8.0 |
2131 | 2025-07-08T00:16:23.590Z | Compiling multer v3.1.0 |
2132 | 2025-07-08T00:16:23.653Z | Compiling async-stream-impl v0.3.6 |
2133 | 2025-07-08T00:16:23.721Z | Checking slog-term v2.9.1 |
2134 | 2025-07-08T00:16:23.782Z | Compiling dropshot v0.16.2 |
2135 | 2025-07-08T00:16:24.061Z | Compiling dropshot_endpoint v0.16.2 |
2136 | 2025-07-08T00:16:24.225Z | Checking match_cfg v0.1.0 |
2137 | 2025-07-08T00:16:24.251Z | Checking bit-vec v0.8.0 |
2138 | 2025-07-08T00:16:24.339Z | Compiling structmeta v0.3.0 |
2139 | 2025-07-08T00:16:24.400Z | Checking hostname v0.3.1 |
2140 | 2025-07-08T00:16:24.499Z | Compiling typify-impl v0.3.0 |
2141 | 2025-07-08T00:16:24.579Z | Checking hex v0.4.3 |
2142 | 2025-07-08T00:16:24.677Z | Checking bit-set v0.8.0 |
2143 | 2025-07-08T00:16:24.751Z | Compiling test-strategy v0.4.1 |
2144 | 2025-07-08T00:16:24.799Z | Checking wait-timeout v0.2.0 |
2145 | 2025-07-08T00:16:24.967Z | Checking debug-ignore v1.0.5 |
2146 | 2025-07-08T00:16:25.050Z | Checking rusty-fork v0.3.0 |
2147 | 2025-07-08T00:16:25.098Z | Checking rand_xorshift v0.4.0 |
2148 | 2025-07-08T00:16:25.162Z | Checking unarray v0.1.4 |
2149 | 2025-07-08T00:16:25.327Z | Checking serde_path_to_error v0.1.17 |
2150 | 2025-07-08T00:16:25.381Z | Checking progenitor-client v0.10.0 |
2151 | 2025-07-08T00:16:25.428Z | Checking proptest v1.7.0 |
2152 | 2025-07-08T00:16:25.749Z | Compiling darling_macro v0.20.10 |
2153 | 2025-07-08T00:16:25.941Z | Checking slog-json v2.6.1 |
2154 | 2025-07-08T00:16:25.989Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2155 | 2025-07-08T00:16:26.246Z | Compiling derive-where v1.5.0 |
2156 | 2025-07-08T00:16:26.601Z | Compiling darling v0.20.10 |
2157 | 2025-07-08T00:16:26.673Z | Compiling ref-cast v1.0.24 |
2158 | 2025-07-08T00:16:26.757Z | Compiling serde_with_macros v3.14.0 |
2159 | 2025-07-08T00:16:27.245Z | Checking slog-bunyan v2.5.0 |
2160 | 2025-07-08T00:16:27.467Z | Checking async-stream v0.3.6 |
2161 | 2025-07-08T00:16:27.642Z | Compiling parse-display-derive v0.10.0 |
2162 | 2025-07-08T00:16:27.755Z | Checking rustls-pemfile v2.2.0 |
2163 | 2025-07-08T00:16:28.000Z | Checking waitgroup v0.1.2 |
2164 | 2025-07-08T00:16:28.124Z | Checking hostname v0.4.0 |
2165 | 2025-07-08T00:16:28.189Z | Compiling ref-cast-impl v1.0.24 |
2166 | 2025-07-08T00:16:28.309Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2167 | 2025-07-08T00:16:28.534Z | Checking macaddr v1.0.1 |
2168 | 2025-07-08T00:16:28.841Z | Checking tokio-rustls v0.25.0 |
2169 | 2025-07-08T00:16:28.894Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2170 | 2025-07-08T00:16:28.948Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2171 | 2025-07-08T00:16:29.010Z | Checking serde_with v3.14.0 |
2172 | 2025-07-08T00:16:29.466Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2cf8325) |
2173 | 2025-07-08T00:16:29.569Z | Checking instant v0.1.13 |
2174 | 2025-07-08T00:16:29.651Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2175 | 2025-07-08T00:16:29.740Z | Checking progenitor-client v0.9.1 |
2176 | 2025-07-08T00:16:29.840Z | Checking backoff v0.4.0 |
2177 | 2025-07-08T00:16:30.191Z | Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
2178 | 2025-07-08T00:16:30.217Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
2179 | 2025-07-08T00:16:30.348Z | Checking iddqd v0.3.8 |
2180 | 2025-07-08T00:16:30.609Z | Checking camino-tempfile v1.4.1 |
2181 | 2025-07-08T00:16:30.994Z | Checking unicode-width v0.1.14 |
2182 | 2025-07-08T00:16:31.020Z | Checking parse-display v0.10.0 |
2183 | 2025-07-08T00:16:31.274Z | Compiling proc-macro-error v1.0.4 |
2184 | 2025-07-08T00:16:31.324Z | Compiling proc-macro-crate v1.3.1 |
2185 | 2025-07-08T00:16:31.324Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2186 | 2025-07-08T00:16:31.422Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2187 | 2025-07-08T00:16:31.496Z | Checking tabwriter v1.4.0 |
2188 | 2025-07-08T00:16:31.825Z | Compiling foreign-types-macros v0.2.3 |
2189 | 2025-07-08T00:16:31.876Z | Checking foreign-types-shared v0.3.1 |
2190 | 2025-07-08T00:16:31.976Z | Checking cstr-argument v0.1.2 |
2191 | 2025-07-08T00:16:32.094Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2192 | 2025-07-08T00:16:32.144Z | Checking pretty-hex v0.2.1 |
2193 | 2025-07-08T00:16:32.211Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
2194 | 2025-07-08T00:16:32.257Z | Compiling num_enum_derive v0.5.11 |
2195 | 2025-07-08T00:16:32.303Z | Checking colored v2.2.0 |
2196 | 2025-07-08T00:16:32.369Z | Checking smf v0.2.3 |
2197 | 2025-07-08T00:16:32.635Z | Checking itertools v0.14.0 |
2198 | 2025-07-08T00:16:32.736Z | Checking base64 v0.21.7 |
2199 | 2025-07-08T00:16:32.832Z | Checking atomicwrites v0.4.4 |
2200 | 2025-07-08T00:16:32.884Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2201 | 2025-07-08T00:16:32.910Z | Compiling itertools v0.13.0 |
2202 | 2025-07-08T00:16:33.001Z | Checking foreign-types v0.5.0 |
2203 | 2025-07-08T00:16:33.101Z | Compiling crucible-workspace-hack v0.1.0 |
2204 | 2025-07-08T00:16:33.151Z | Compiling typify-impl v0.4.1 |
2205 | 2025-07-08T00:16:33.215Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2206 | 2025-07-08T00:16:33.268Z | Checking glob v0.3.2 |
2207 | 2025-07-08T00:16:33.560Z | Compiling heapless v0.8.0 |
2208 | 2025-07-08T00:16:33.653Z | Checking hash32 v0.3.1 |
2209 | 2025-07-08T00:16:33.679Z | Compiling smoltcp v0.11.0 |
2210 | 2025-07-08T00:16:34.269Z | Checking num_enum v0.5.11 |
2211 | 2025-07-08T00:16:34.377Z | Checking cobs v0.2.3 |
2212 | 2025-07-08T00:16:34.475Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2213 | 2025-07-08T00:16:34.607Z | Checking postcard v1.0.10 |
2214 | 2025-07-08T00:16:34.939Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=23cebf3b1c911f09c203f7df50cc06bf780338e5#23cebf3b) |
2215 | 2025-07-08T00:16:35.118Z | Checking sigpipe v0.1.3 |
2216 | 2025-07-08T00:16:35.286Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=23cebf3b1c911f09c203f7df50cc06bf780338e5#23cebf3b) |
2217 | 2025-07-08T00:16:35.370Z | Checking jiff v0.2.15 |
2218 | 2025-07-08T00:16:35.569Z | Compiling ingot-macros v0.1.0 |
2219 | 2025-07-08T00:16:35.721Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=23cebf3b1c911f09c203f7df50cc06bf780338e5#23cebf3b) |
2220 | 2025-07-08T00:16:36.236Z | Compiling zone_cfg_derive v0.3.0 |
2221 | 2025-07-08T00:16:36.408Z | Compiling typify-macro v0.3.0 |
2222 | 2025-07-08T00:16:36.527Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
2223 | 2025-07-08T00:16:36.601Z | Compiling num-derive v0.4.2 |
2224 | 2025-07-08T00:16:36.902Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2225 | 2025-07-08T00:16:37.275Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
2226 | 2025-07-08T00:16:37.362Z | Checking zone v0.3.1 |
2227 | 2025-07-08T00:16:37.560Z | Compiling convert_case v0.4.0 |
2228 | 2025-07-08T00:16:37.788Z | Checking utf-8 v0.7.6 |
2229 | 2025-07-08T00:16:38.034Z | Checking tokio-dtrace v0.1.0 |
2230 | 2025-07-08T00:16:38.085Z | Checking half v2.4.1 |
2231 | 2025-07-08T00:16:38.337Z | Compiling derive_more v0.99.20 |
2232 | 2025-07-08T00:16:38.385Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
2233 | 2025-07-08T00:16:38.410Z | Checking oxide-tokio-rt v0.1.2 |
2234 | 2025-07-08T00:16:38.586Z | Checking ciborium-io v0.2.2 |
2235 | 2025-07-08T00:16:38.684Z | Checking tungstenite v0.21.0 |
2236 | 2025-07-08T00:16:38.761Z | Checking ciborium-ll v0.2.2 |
2237 | 2025-07-08T00:16:38.855Z | Checking newline-converter v0.3.0 |
2238 | 2025-07-08T00:16:39.074Z | Checking expectorate v1.2.0 |
2239 | 2025-07-08T00:16:39.129Z | Checking ciborium v0.2.2 |
2240 | 2025-07-08T00:16:39.311Z | Checking num-rational v0.4.2 |
2241 | 2025-07-08T00:16:39.522Z | Checking tokio-tungstenite v0.21.0 |
2242 | 2025-07-08T00:16:39.865Z | Compiling typify v0.3.0 |
2243 | 2025-07-08T00:16:40.088Z | Compiling progenitor-impl v0.9.1 |
2244 | 2025-07-08T00:16:40.136Z | Checking num-complex v0.4.6 |
2245 | 2025-07-08T00:16:40.184Z | Checking float-ord v0.3.2 |
2246 | 2025-07-08T00:16:40.427Z | Checking secrecy v0.10.3 |
2247 | 2025-07-08T00:16:40.662Z | Checking same-file v1.0.6 |
2248 | 2025-07-08T00:16:40.864Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2249 | 2025-07-08T00:16:40.978Z | Checking walkdir v2.5.0 |
2250 | 2025-07-08T00:16:41.043Z | Checking num v0.4.3 |
2251 | 2025-07-08T00:16:41.205Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2252 | 2025-07-08T00:16:41.291Z | Checking xattr v1.3.1 |
2253 | 2025-07-08T00:16:41.361Z | Checking filetime v0.2.25 |
2254 | 2025-07-08T00:16:41.445Z | Checking ingot-types v0.1.0 |
2255 | 2025-07-08T00:16:41.556Z | Checking arc-swap v1.7.1 |
2256 | 2025-07-08T00:16:41.601Z | Checking indent_write v2.2.0 |
2257 | 2025-07-08T00:16:41.650Z | Checking fixedbitset v0.5.7 |
2258 | 2025-07-08T00:16:41.850Z | Checking tar v0.4.44 |
2259 | 2025-07-08T00:16:42.000Z | Checking slog-scope v4.4.0 |
2260 | 2025-07-08T00:16:42.053Z | Checking password-hash v0.5.0 |
2261 | 2025-07-08T00:16:42.108Z | Checking blake2 v0.10.6 |
2262 | 2025-07-08T00:16:42.173Z | Checking ingot v0.1.0 |
2263 | 2025-07-08T00:16:42.271Z | Checking slog-stdlog v4.1.1 |
2264 | 2025-07-08T00:16:42.482Z | Checking slog-envlogger v2.2.0 |
2265 | 2025-07-08T00:16:42.558Z | Checking petgraph v0.8.2 |
2266 | 2025-07-08T00:16:42.605Z | Checking argon2 v0.5.3 |
2267 | 2025-07-08T00:16:42.665Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
2268 | 2025-07-08T00:16:42.736Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2269 | 2025-07-08T00:16:43.294Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2270 | 2025-07-08T00:16:43.351Z | Compiling cancel-safe-futures v0.1.5 |
2271 | 2025-07-08T00:16:43.536Z | Compiling owo-colors v4.2.2 |
2272 | 2025-07-08T00:16:43.729Z | Checking swrite v0.1.0 |
2273 | 2025-07-08T00:16:43.848Z | Checking libsw-core v0.3.1 |
2274 | 2025-07-08T00:16:44.099Z | Checking pem v3.0.5 |
2275 | 2025-07-08T00:16:44.146Z | Checking libsw v3.5.0 |
2276 | 2025-07-08T00:16:44.378Z | Checking linear-map v1.2.0 |
2277 | 2025-07-08T00:16:44.431Z | Checking keccak v0.1.5 |
2278 | 2025-07-08T00:16:44.456Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
2279 | 2025-07-08T00:16:44.727Z | Compiling typify-impl v0.2.0 |
2280 | 2025-07-08T00:16:44.796Z | Checking sha3 v0.10.8 |
2281 | 2025-07-08T00:16:45.214Z | Checking prettyplease v0.2.35 |
2282 | 2025-07-08T00:16:45.267Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=23cebf3b1c911f09c203f7df50cc06bf780338e5#23cebf3b) |
2283 | 2025-07-08T00:16:45.293Z | Compiling typify-macro v0.4.1 |
2284 | 2025-07-08T00:16:45.682Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2285 | 2025-07-08T00:16:46.000Z | Compiling progenitor-macro v0.9.1 |
2286 | 2025-07-08T00:16:47.169Z | Checking headers-core v0.3.0 |
2287 | 2025-07-08T00:16:47.446Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=23cebf3b1c911f09c203f7df50cc06bf780338e5#23cebf3b) |
2288 | 2025-07-08T00:16:48.674Z | Checking highway v1.3.0 |
2289 | 2025-07-08T00:16:48.714Z | Compiling typify v0.4.1 |
2290 | 2025-07-08T00:16:48.899Z | Compiling progenitor-impl v0.10.0 |
2291 | 2025-07-08T00:16:49.043Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=23cebf3b1c911f09c203f7df50cc06bf780338e5#23cebf3b) |
2292 | 2025-07-08T00:16:49.462Z | Checking headers v0.4.1 |
2293 | 2025-07-08T00:16:54.771Z | Compiling progenitor-macro v0.10.0 |
2294 | 2025-07-08T00:16:56.538Z | Compiling typify-macro v0.2.0 |
2295 | 2025-07-08T00:16:56.814Z | Checking progenitor v0.9.1 |
2296 | 2025-07-08T00:16:57.049Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd) |
2297 | 2025-07-08T00:16:57.287Z | Compiling lzma-sys v0.1.20 |
2298 | 2025-07-08T00:16:58.261Z | Checking progenitor-client v0.8.0 |
2299 | 2025-07-08T00:16:58.424Z | Compiling heck v0.3.3 |
2300 | 2025-07-08T00:16:58.812Z | Compiling zone_cfg_derive v0.1.2 |
2301 | 2025-07-08T00:16:59.107Z | Checking resolv-conf v0.7.0 |
2302 | 2025-07-08T00:16:59.491Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2303 | 2025-07-08T00:16:59.817Z | Checking yasna v0.5.2 |
2304 | 2025-07-08T00:16:59.995Z | Compiling typify v0.2.0 |
2305 | 2025-07-08T00:17:00.216Z | Compiling progenitor-impl v0.8.0 |
2306 | 2025-07-08T00:17:00.551Z | Checking base64 v0.13.1 |
2307 | 2025-07-08T00:17:00.669Z | Checking rcgen v0.12.1 |
2308 | 2025-07-08T00:17:01.084Z | Checking ron v0.7.1 |
2309 | 2025-07-08T00:17:01.288Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2310 | 2025-07-08T00:17:01.426Z | Checking zone v0.1.8 |
2311 | 2025-07-08T00:17:02.116Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2312 | 2025-07-08T00:17:02.165Z | Checking xz2 v0.1.7 |
2313 | 2025-07-08T00:17:02.615Z | Checking subprocess v0.2.9 |
2314 | 2025-07-08T00:17:02.836Z | Checking humantime v2.2.0 |
2315 | 2025-07-08T00:17:03.182Z | Checking universal-hash v0.5.1 |
2316 | 2025-07-08T00:17:03.228Z | Checking opaque-debug v0.3.1 |
2317 | 2025-07-08T00:17:03.440Z | Compiling semver v0.1.20 |
2318 | 2025-07-08T00:17:03.468Z | Checking aead v0.5.2 |
2319 | 2025-07-08T00:17:03.792Z | Checking poly1305 v0.8.0 |
2320 | 2025-07-08T00:17:03.956Z | Compiling rustc_version v0.1.7 |
2321 | 2025-07-08T00:17:04.043Z | Checking chacha20 v0.9.1 |
2322 | 2025-07-08T00:17:04.697Z | Compiling thiserror-impl-no-std v2.0.2 |
2323 | 2025-07-08T00:17:04.723Z | Checking linked-hash-map v0.5.6 |
2324 | 2025-07-08T00:17:04.723Z | Compiling newtype_derive v0.1.6 |
2325 | 2025-07-08T00:17:04.826Z | Checking lru-cache v0.1.2 |
2326 | 2025-07-08T00:17:05.103Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2327 | 2025-07-08T00:17:05.173Z | Checking hickory-proto v0.24.4 |
2328 | 2025-07-08T00:17:05.589Z | Checking chacha20poly1305 v0.10.1 |
2329 | 2025-07-08T00:17:05.892Z | Checking steno v0.4.1 |
2330 | 2025-07-08T00:17:06.263Z | Compiling progenitor-macro v0.8.0 |
2331 | 2025-07-08T00:17:06.314Z | Checking progenitor v0.10.0 |
2332 | 2025-07-08T00:17:06.606Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
2333 | 2025-07-08T00:17:06.877Z | Checking thiserror-no-std v2.0.2 |
2334 | 2025-07-08T00:17:07.066Z | Checking vsss-rs v3.3.4 |
2335 | 2025-07-08T00:17:07.227Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
2336 | 2025-07-08T00:17:07.733Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
2337 | 2025-07-08T00:17:08.100Z | Compiling moka v0.12.10 |
2338 | 2025-07-08T00:17:08.477Z | Checking tagptr v0.2.0 |
2339 | 2025-07-08T00:17:09.401Z | Checking hickory-resolver v0.24.4 |
2340 | 2025-07-08T00:17:10.058Z | Compiling slog-dtrace v0.3.0 |
2341 | 2025-07-08T00:17:10.374Z | Checking hickory-resolver v0.25.2 |
2342 | 2025-07-08T00:17:10.424Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
2343 | 2025-07-08T00:17:11.101Z | Checking display-error-chain v0.2.2 |
2344 | 2025-07-08T00:17:11.146Z | Checking qorb v0.4.0 |
2345 | 2025-07-08T00:17:11.328Z | Checking bytecount v0.6.8 |
2346 | 2025-07-08T00:17:11.529Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2347 | 2025-07-08T00:17:11.931Z | Checking gethostname v0.5.0 |
2348 | 2025-07-08T00:17:12.245Z | Checking nibble_vec v0.1.0 |
2349 | 2025-07-08T00:17:12.491Z | Checking endian-type v0.1.2 |
2350 | 2025-07-08T00:17:12.563Z | Compiling libefi-sys v0.1.0 |
2351 | 2025-07-08T00:17:12.764Z | Checking radix_trie v0.2.1 |
2352 | 2025-07-08T00:17:12.968Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2353 | 2025-07-08T00:17:13.228Z | Compiling bitfield-struct v0.6.2 |
2354 | 2025-07-08T00:17:13.402Z | Compiling radium v0.7.0 |
2355 | 2025-07-08T00:17:13.711Z | Checking termcolor v1.4.1 |
2356 | 2025-07-08T00:17:14.098Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2357 | 2025-07-08T00:17:14.179Z | Compiling zerocopy-derive v0.6.6 |
2358 | 2025-07-08T00:17:14.465Z | Checking tap v1.0.1 |
2359 | 2025-07-08T00:17:14.518Z | Compiling maybe-uninit v2.0.0 |
2360 | 2025-07-08T00:17:14.577Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2361 | 2025-07-08T00:17:14.630Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2362 | 2025-07-08T00:17:14.751Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2363 | 2025-07-08T00:17:14.826Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2364 | 2025-07-08T00:17:15.136Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2365 | 2025-07-08T00:17:15.182Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2366 | 2025-07-08T00:17:15.334Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2367 | 2025-07-08T00:17:16.184Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2368 | 2025-07-08T00:17:17.895Z | Checking progenitor v0.8.0 |
2369 | 2025-07-08T00:17:18.189Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2370 | 2025-07-08T00:17:18.214Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2371 | 2025-07-08T00:17:18.354Z | Checking zerocopy v0.6.6 |
2372 | 2025-07-08T00:17:18.597Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2373 | 2025-07-08T00:17:18.968Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2374 | 2025-07-08T00:17:19.123Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2375 | 2025-07-08T00:17:19.240Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2376 | 2025-07-08T00:17:19.334Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2377 | 2025-07-08T00:17:19.659Z | Checking wyz v0.5.1 |
2378 | 2025-07-08T00:17:19.982Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2379 | 2025-07-08T00:17:20.650Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2380 | 2025-07-08T00:17:21.149Z | Checking funty v2.0.0 |
2381 | 2025-07-08T00:17:21.214Z | Compiling packed_struct v0.10.1 |
2382 | 2025-07-08T00:17:21.449Z | Checking crc-catalog v2.4.0 |
2383 | 2025-07-08T00:17:21.687Z | Checking crc v3.2.1 |
2384 | 2025-07-08T00:17:21.942Z | Compiling packed_struct_codegen v0.10.1 |
2385 | 2025-07-08T00:17:22.010Z | Checking bitvec v1.0.1 |
2386 | 2025-07-08T00:17:22.176Z | Compiling indexmap v1.9.3 |
2387 | 2025-07-08T00:17:22.622Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
2388 | 2025-07-08T00:17:23.249Z | Checking termtree v0.5.1 |
2389 | 2025-07-08T00:17:23.300Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2390 | 2025-07-08T00:17:23.551Z | Checking nodrop v0.1.14 |
2391 | 2025-07-08T00:17:23.739Z | Checking array-init v0.0.4 |
2392 | 2025-07-08T00:17:24.564Z | Checking smallvec v0.6.14 |
2393 | 2025-07-08T00:17:24.617Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2394 | 2025-07-08T00:17:24.672Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2395 | 2025-07-08T00:17:25.028Z | Compiling proc-macro-error-attr2 v2.0.0 |
2396 | 2025-07-08T00:17:25.079Z | Checking bitfield v0.14.0 |
2397 | 2025-07-08T00:17:25.169Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2398 | 2025-07-08T00:17:25.415Z | Checking hashbrown v0.12.3 |
2399 | 2025-07-08T00:17:25.850Z | Compiling proc-macro-error2 v2.0.1 |
2400 | 2025-07-08T00:17:26.431Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2401 | 2025-07-08T00:17:26.517Z | Checking serde-hex v0.1.0 |
2402 | 2025-07-08T00:17:26.582Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2403 | 2025-07-08T00:17:26.965Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
2404 | 2025-07-08T00:17:27.115Z | Checking env_logger v0.10.2 |
2405 | 2025-07-08T00:17:27.288Z | Checking ron v0.8.1 |
2406 | 2025-07-08T00:17:27.650Z | Checking hashbrown v0.13.2 |
2407 | 2025-07-08T00:17:27.997Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2408 | 2025-07-08T00:17:28.175Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#17d04af6) |
2409 | 2025-07-08T00:17:28.584Z | Compiling async-recursion v1.1.1 |
2410 | 2025-07-08T00:17:28.702Z | Checking crc-any v2.5.0 |
2411 | 2025-07-08T00:17:29.120Z | Checking object v0.30.4 |
2412 | 2025-07-08T00:17:30.025Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2413 | 2025-07-08T00:17:30.366Z | Compiling tabled_derive v0.10.0 |
2414 | 2025-07-08T00:17:31.646Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2415 | 2025-07-08T00:17:32.185Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
2416 | 2025-07-08T00:17:33.078Z | Checking papergrid v0.14.0 |
2417 | 2025-07-08T00:17:33.421Z | Compiling num-derive v0.3.3 |
2418 | 2025-07-08T00:17:33.866Z | Checking path-slash v0.1.5 |
2419 | 2025-07-08T00:17:34.637Z | Checking tabled v0.18.0 |
2420 | 2025-07-08T00:17:35.033Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
2421 | 2025-07-08T00:17:35.184Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
2422 | 2025-07-08T00:17:35.230Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#17d04af6) |
2423 | 2025-07-08T00:17:35.478Z | Checking libscf-sys v1.1.0 |
2424 | 2025-07-08T00:17:35.647Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
2425 | 2025-07-08T00:17:35.762Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
2426 | 2025-07-08T00:17:36.204Z | Checking maplit v1.0.2 |
2427 | 2025-07-08T00:17:36.251Z | Compiling xshell-macros v0.2.7 |
2428 | 2025-07-08T00:17:36.502Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
2429 | 2025-07-08T00:17:36.951Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2430 | 2025-07-08T00:17:37.003Z | Checking xshell v0.2.7 |
2431 | 2025-07-08T00:17:37.065Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
2432 | 2025-07-08T00:17:37.365Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#cec2560e) |
2433 | 2025-07-08T00:17:37.414Z | Checking crc8 v0.1.1 |
2434 | 2025-07-08T00:17:37.634Z | Checking fxhash v0.2.1 |
2435 | 2025-07-08T00:17:37.744Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2436 | 2025-07-08T00:17:37.901Z | Compiling vte_generate_state_changes v0.1.2 |
2437 | 2025-07-08T00:17:37.950Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2438 | 2025-07-08T00:17:38.164Z | Checking fd-lock v4.0.2 |
2439 | 2025-07-08T00:17:38.445Z | Checking nu-ansi-term v0.50.1 |
2440 | 2025-07-08T00:17:38.571Z | Checking vte v0.11.1 |
2441 | 2025-07-08T00:17:38.923Z | Compiling const_format_proc_macros v0.2.34 |
2442 | 2025-07-08T00:17:39.503Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2cf8325) |
2443 | 2025-07-08T00:17:39.959Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2444 | 2025-07-08T00:17:40.002Z | Checking strip-ansi-escapes v0.2.0 |
2445 | 2025-07-08T00:17:40.232Z | Checking reedline v0.40.0 |
2446 | 2025-07-08T00:17:40.286Z | Checking home v0.5.9 |
2447 | 2025-07-08T00:17:40.520Z | Checking kstat-rs v0.2.4 |
2448 | 2025-07-08T00:17:40.568Z | Checking papergrid v0.11.0 |
2449 | 2025-07-08T00:17:40.696Z | Checking const_format v0.2.34 |
2450 | 2025-07-08T00:17:40.745Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
2451 | 2025-07-08T00:17:40.893Z | Compiling tabled_derive v0.7.0 |
2452 | 2025-07-08T00:17:40.999Z | Checking half v1.8.3 |
2453 | 2025-07-08T00:17:41.296Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2454 | 2025-07-08T00:17:41.353Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
2455 | 2025-07-08T00:17:41.379Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b) |
2456 | 2025-07-08T00:17:41.454Z | Checking serde_cbor v0.11.2 |
2457 | 2025-07-08T00:17:41.784Z | Compiling nix v0.30.1 |
2458 | 2025-07-08T00:17:42.045Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
2459 | 2025-07-08T00:17:42.328Z | Checking globset v0.4.15 |
2460 | 2025-07-08T00:17:42.374Z | Compiling phf_generator v0.11.2 |
2461 | 2025-07-08T00:17:42.659Z | Compiling phf_codegen v0.11.2 |
2462 | 2025-07-08T00:17:42.826Z | Checking tabled v0.15.0 |
2463 | 2025-07-08T00:17:42.915Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2464 | 2025-07-08T00:17:42.969Z | Compiling dsl_auto_type v0.1.2 |
2465 | 2025-07-08T00:17:43.024Z | Checking scheduled-thread-pool v0.2.7 |
2466 | 2025-07-08T00:17:43.157Z | Compiling parse-zoneinfo v0.3.1 |
2467 | 2025-07-08T00:17:43.358Z | Compiling diesel_table_macro_syntax v0.2.0 |
2468 | 2025-07-08T00:17:43.408Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
2469 | 2025-07-08T00:17:43.522Z | Compiling cfg_aliases v0.1.1 |
2470 | 2025-07-08T00:17:43.698Z | Compiling parking_lot_core v0.8.6 |
2471 | 2025-07-08T00:17:43.833Z | Compiling nix v0.28.0 |
2472 | 2025-07-08T00:17:44.115Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2473 | 2025-07-08T00:17:44.230Z | Compiling chrono-tz-build v0.4.0 |
2474 | 2025-07-08T00:17:44.406Z | Compiling diesel_derives v2.2.3 |
2475 | 2025-07-08T00:17:44.554Z | Checking r2d2 v0.8.10 |
2476 | 2025-07-08T00:17:44.792Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2477 | 2025-07-08T00:17:44.922Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2478 | 2025-07-08T00:17:45.326Z | Checking bcs v0.1.6 |
2479 | 2025-07-08T00:17:45.583Z | Checking nanorand v0.7.0 |
2480 | 2025-07-08T00:17:45.634Z | Compiling chrono-tz v0.10.3 |
2481 | 2025-07-08T00:17:45.838Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
2482 | 2025-07-08T00:17:46.023Z | Checking flume v0.11.1 |
2483 | 2025-07-08T00:17:46.192Z | Compiling crunchy v0.2.2 |
2484 | 2025-07-08T00:17:46.532Z | Checking parking_lot v0.11.2 |
2485 | 2025-07-08T00:17:46.939Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2486 | 2025-07-08T00:17:46.985Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2487 | 2025-07-08T00:17:47.180Z | Checking prefix-trie v0.7.0 |
2488 | 2025-07-08T00:17:47.241Z | Compiling peg-macros v0.8.5 |
2489 | 2025-07-08T00:17:47.641Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2490 | 2025-07-08T00:17:47.928Z | Compiling sqlparser_derive v0.2.2 |
2491 | 2025-07-08T00:17:48.490Z | Compiling tiny-keccak v2.0.2 |
2492 | 2025-07-08T00:17:48.676Z | Checking unicode_categories v0.1.1 |
2493 | 2025-07-08T00:17:49.035Z | Checking sqlparser v0.45.0 |
2494 | 2025-07-08T00:17:49.095Z | Checking sqlformat v0.3.5 |
2495 | 2025-07-08T00:17:49.158Z | Checking hickory-server v0.25.2 |
2496 | 2025-07-08T00:17:49.333Z | Checking rustyline v14.0.0 |
2497 | 2025-07-08T00:17:50.397Z | Checking peg v0.8.5 |
2498 | 2025-07-08T00:17:50.462Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2499 | 2025-07-08T00:17:50.565Z | Checking sled v0.34.7 |
2500 | 2025-07-08T00:17:51.288Z | Checking hickory-client v0.25.2 |
2501 | 2025-07-08T00:17:52.196Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2502 | 2025-07-08T00:17:52.221Z | Compiling bit-vec v0.6.3 |
2503 | 2025-07-08T00:17:52.693Z | Compiling bit-set v0.5.3 |
2504 | 2025-07-08T00:17:52.987Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2505 | 2025-07-08T00:17:53.031Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2506 | 2025-07-08T00:17:53.427Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd) |
2507 | 2025-07-08T00:17:54.235Z | Compiling ascii-canvas v3.0.0 |
2508 | 2025-07-08T00:17:54.661Z | Checking diesel v2.2.11 |
2509 | 2025-07-08T00:17:54.706Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2510 | 2025-07-08T00:17:54.763Z | Compiling ena v0.14.3 |
2511 | 2025-07-08T00:17:55.025Z | Compiling regex-syntax v0.6.29 |
2512 | 2025-07-08T00:17:55.098Z | Compiling bindgen v0.71.1 |
2513 | 2025-07-08T00:17:55.229Z | Compiling diff v0.1.13 |
2514 | 2025-07-08T00:17:55.862Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2515 | 2025-07-08T00:17:56.150Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2516 | 2025-07-08T00:17:56.574Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2517 | 2025-07-08T00:17:57.095Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2518 | 2025-07-08T00:17:57.541Z | Compiling unicase v2.7.0 |
2519 | 2025-07-08T00:17:57.844Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2520 | 2025-07-08T00:17:58.240Z | Compiling lalrpop v0.19.12 |
2521 | 2025-07-08T00:17:58.626Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2522 | 2025-07-08T00:17:59.013Z | Compiling derive_builder_core v0.20.2 |
2523 | 2025-07-08T00:17:59.251Z | Compiling libxml v0.3.3 |
2524 | 2025-07-08T00:17:59.848Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2525 | 2025-07-08T00:18:00.070Z | Compiling strum_macros v0.24.3 |
2526 | 2025-07-08T00:18:01.193Z | Compiling indoc v1.0.9 |
2527 | 2025-07-08T00:18:01.300Z | Compiling derive_builder_macro v0.20.2 |
2528 | 2025-07-08T00:18:02.049Z | Checking assert_matches v1.5.0 |
2529 | 2025-07-08T00:18:02.146Z | Checking derive_builder v0.20.2 |
2530 | 2025-07-08T00:18:02.770Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2531 | 2025-07-08T00:18:03.021Z | Checking primeorder v0.13.6 |
2532 | 2025-07-08T00:18:03.123Z | Checking quick-xml v0.37.2 |
2533 | 2025-07-08T00:18:03.575Z | Compiling oso-derive v0.27.3 |
2534 | 2025-07-08T00:18:03.626Z | Compiling impl-trait-for-tuples v0.2.2 |
2535 | 2025-07-08T00:18:04.096Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2536 | 2025-07-08T00:18:04.550Z | Compiling mime_guess v2.0.5 |
2537 | 2025-07-08T00:18:05.015Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2538 | 2025-07-08T00:18:05.328Z | Checking http-range v0.1.5 |
2539 | 2025-07-08T00:18:05.711Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
2540 | 2025-07-08T00:18:05.927Z | Checking predicates-tree v1.0.12 |
2541 | 2025-07-08T00:18:06.143Z | Checking signal-hook-tokio v0.3.1 |
2542 | 2025-07-08T00:18:06.381Z | Checking atty v0.2.14 |
2543 | 2025-07-08T00:18:06.499Z | Compiling salty v0.3.0 |
2544 | 2025-07-08T00:18:07.025Z | Checking p384 v0.13.0 |
2545 | 2025-07-08T00:18:07.332Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2546 | 2025-07-08T00:18:08.165Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2547 | 2025-07-08T00:18:08.337Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
2548 | 2025-07-08T00:18:08.391Z | Compiling pin-project-internal v1.1.6 |
2549 | 2025-07-08T00:18:09.351Z | Compiling diesel-dtrace v0.4.2 |
2550 | 2025-07-08T00:18:09.513Z | Checking hyper-staticfile v0.10.1 |
2551 | 2025-07-08T00:18:09.935Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2552 | 2025-07-08T00:18:10.051Z | Checking sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images) |
2553 | 2025-07-08T00:18:10.187Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
2554 | 2025-07-08T00:18:10.368Z | Checking tungstenite v0.23.0 |
2555 | 2025-07-08T00:18:10.487Z | Checking bb8 v0.8.5 |
2556 | 2025-07-08T00:18:10.603Z | Checking env_filter v0.1.2 |
2557 | 2025-07-08T00:18:10.955Z | Checking env_logger v0.11.5 |
2558 | 2025-07-08T00:18:11.058Z | Checking pin-project v1.1.6 |
2559 | 2025-07-08T00:18:11.154Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2560 | 2025-07-08T00:18:11.225Z | Checking ignore v0.4.23 |
2561 | 2025-07-08T00:18:11.272Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2562 | 2025-07-08T00:18:11.352Z | Checking tokio-tungstenite v0.23.1 |
2563 | 2025-07-08T00:18:11.396Z | Compiling snafu-derive v0.8.5 |
2564 | 2025-07-08T00:18:11.652Z | Compiling fs-err v2.11.0 |
2565 | 2025-07-08T00:18:11.779Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b) |
2566 | 2025-07-08T00:18:11.910Z | Checking void v1.0.2 |
2567 | 2025-07-08T00:18:11.980Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
2568 | 2025-07-08T00:18:12.099Z | Checking globwalk v0.9.1 |
2569 | 2025-07-08T00:18:12.147Z | Checking lzss v0.8.2 |
2570 | 2025-07-08T00:18:12.450Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2571 | 2025-07-08T00:18:12.560Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2572 | 2025-07-08T00:18:12.586Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2573 | 2025-07-08T00:18:12.657Z | Checking nix v0.27.1 |
2574 | 2025-07-08T00:18:12.828Z | Checking olpc-cjson v0.1.4 |
2575 | 2025-07-08T00:18:12.887Z | Checking serde_plain v1.0.2 |
2576 | 2025-07-08T00:18:13.113Z | Checking serde_bytes v0.11.17 |
2577 | 2025-07-08T00:18:13.204Z | Checking secrecy v0.8.0 |
2578 | 2025-07-08T00:18:13.462Z | Checking typed-path v0.9.3 |
2579 | 2025-07-08T00:18:14.656Z | Checking camino-tempfile-ext v0.3.2 |
2580 | 2025-07-08T00:18:15.026Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
2581 | 2025-07-08T00:18:15.090Z | Checking parse-size v1.1.0 |
2582 | 2025-07-08T00:18:15.377Z | Checking sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples) |
2583 | 2025-07-08T00:18:15.502Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2584 | 2025-07-08T00:18:15.992Z | Checking snafu v0.8.5 |
2585 | 2025-07-08T00:18:16.215Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2586 | 2025-07-08T00:18:16.497Z | Checking tough v0.20.0 |
2587 | 2025-07-08T00:18:16.668Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2588 | 2025-07-08T00:18:17.364Z | Checking rand_seeder v0.3.0 |
2589 | 2025-07-08T00:18:17.645Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2590 | 2025-07-08T00:18:17.957Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2591 | 2025-07-08T00:18:18.089Z | Checking csv-core v0.1.11 |
2592 | 2025-07-08T00:18:18.497Z | Checking csv v1.3.1 |
2593 | 2025-07-08T00:18:18.910Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2594 | 2025-07-08T00:18:19.299Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2595 | 2025-07-08T00:18:19.451Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2596 | 2025-07-08T00:18:20.322Z | Checking heck v0.4.1 |
2597 | 2025-07-08T00:18:20.630Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2598 | 2025-07-08T00:18:20.848Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2599 | 2025-07-08T00:18:21.131Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2cf8325) |
2600 | 2025-07-08T00:18:21.159Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2601 | 2025-07-08T00:18:21.359Z | Checking yansi v1.0.1 |
2602 | 2025-07-08T00:18:21.842Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2603 | 2025-07-08T00:18:21.894Z | Checking pretty_assertions v1.4.1 |
2604 | 2025-07-08T00:18:22.143Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
2605 | 2025-07-08T00:18:22.272Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
2606 | 2025-07-08T00:18:22.739Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2607 | 2025-07-08T00:18:22.861Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2608 | 2025-07-08T00:18:23.370Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2609 | 2025-07-08T00:18:23.892Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
2610 | 2025-07-08T00:18:24.301Z | Compiling indoc v2.0.6 |
2611 | 2025-07-08T00:18:24.537Z | Checking nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
2612 | 2025-07-08T00:18:24.816Z | Checking async-bb8-diesel v0.2.1 |
2613 | 2025-07-08T00:18:25.514Z | Checking is_ci v1.2.0 |
2614 | 2025-07-08T00:18:25.708Z | Checking typeid v1.0.3 |
2615 | 2025-07-08T00:18:25.754Z | Checking supports-color v3.0.2 |
2616 | 2025-07-08T00:18:25.946Z | Checking castaway v0.2.3 |
2617 | 2025-07-08T00:18:26.053Z | Compiling libz-sys v1.1.20 |
2618 | 2025-07-08T00:18:26.195Z | Checking smawk v0.3.2 |
2619 | 2025-07-08T00:18:26.241Z | Checking unicode-linebreak v0.1.5 |
2620 | 2025-07-08T00:18:26.445Z | Checking compact_str v0.8.0 |
2621 | 2025-07-08T00:18:26.707Z | Checking textwrap v0.16.2 |
2622 | 2025-07-08T00:18:26.896Z | Checking erased-serde v0.4.6 |
2623 | 2025-07-08T00:18:27.167Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2624 | 2025-07-08T00:18:27.279Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
2625 | 2025-07-08T00:18:27.597Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2626 | 2025-07-08T00:18:27.784Z | Checking unicode-truncate v1.1.0 |
2627 | 2025-07-08T00:18:27.827Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2628 | 2025-07-08T00:18:28.070Z | Checking lru v0.12.5 |
2629 | 2025-07-08T00:18:28.208Z | Checking ordered-float v2.10.1 |
2630 | 2025-07-08T00:18:28.426Z | Compiling instability v0.3.2 |
2631 | 2025-07-08T00:18:28.734Z | Checking cassowary v0.3.0 |
2632 | 2025-07-08T00:18:29.191Z | Checking serde-value v0.7.0 |
2633 | 2025-07-08T00:18:29.368Z | Checking serde-untagged v0.1.7 |
2634 | 2025-07-08T00:18:29.418Z | Checking ratatui v0.29.0 |
2635 | 2025-07-08T00:18:29.687Z | Checking concurrent-queue v2.5.0 |
2636 | 2025-07-08T00:18:29.832Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2637 | 2025-07-08T00:18:30.116Z | Checking parking v2.2.1 |
2638 | 2025-07-08T00:18:30.360Z | Checking cargo-util-schemas v0.2.0 |
2639 | 2025-07-08T00:18:32.236Z | Checking cargo-platform v0.2.0 |
2640 | 2025-07-08T00:18:32.308Z | Compiling vergen v8.3.2 |
2641 | 2025-07-08T00:18:32.485Z | Compiling cargo-platform v0.1.8 |
2642 | 2025-07-08T00:18:32.616Z | Checking cargo_metadata v0.20.0 |
2643 | 2025-07-08T00:18:32.760Z | Checking event-listener v5.3.1 |
2644 | 2025-07-08T00:18:33.036Z | Compiling cargo_metadata v0.18.1 |
2645 | 2025-07-08T00:18:33.198Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2646 | 2025-07-08T00:18:34.249Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2647 | 2025-07-08T00:18:34.834Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2648 | 2025-07-08T00:18:35.166Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2649 | 2025-07-08T00:18:35.526Z | Checking plotters-backend v0.3.7 |
2650 | 2025-07-08T00:18:35.770Z | Compiling rustls v0.21.12 |
2651 | 2025-07-08T00:18:36.004Z | Checking shell-words v1.1.0 |
2652 | 2025-07-08T00:18:36.202Z | Checking plotters-svg v0.3.7 |
2653 | 2025-07-08T00:18:36.391Z | Checking event-listener-strategy v0.5.2 |
2654 | 2025-07-08T00:18:36.496Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2655 | 2025-07-08T00:18:36.568Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2656 | 2025-07-08T00:18:36.662Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2657 | 2025-07-08T00:18:36.928Z | Checking sct v0.7.1 |
2658 | 2025-07-08T00:18:37.006Z | Checking rustls-webpki v0.101.7 |
2659 | 2025-07-08T00:18:37.194Z | Checking cast v0.3.0 |
2660 | 2025-07-08T00:18:37.474Z | Checking plotters v0.3.7 |
2661 | 2025-07-08T00:18:37.528Z | Checking criterion-plot v0.5.0 |
2662 | 2025-07-08T00:18:38.045Z | Checking futures-lite v2.3.0 |
2663 | 2025-07-08T00:18:39.130Z | Checking tinytemplate v1.2.1 |
2664 | 2025-07-08T00:18:39.704Z | Checking oorandom v11.1.4 |
2665 | 2025-07-08T00:18:39.731Z | Checking anes v0.1.6 |
2666 | 2025-07-08T00:18:39.731Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2cf8325) |
2667 | 2025-07-08T00:18:39.810Z | Checking criterion v0.6.0 |
2668 | 2025-07-08T00:18:40.405Z | Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
2669 | 2025-07-08T00:18:40.508Z | Checking tokio-rustls v0.24.1 |
2670 | 2025-07-08T00:18:40.718Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
2671 | 2025-07-08T00:18:40.992Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2672 | 2025-07-08T00:18:41.433Z | Checking rustls-pemfile v1.0.4 |
2673 | 2025-07-08T00:18:41.772Z | Checking twox-hash v2.1.0 |
2674 | 2025-07-08T00:18:42.511Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
2675 | 2025-07-08T00:18:42.570Z | Checking async-lock v3.4.0 |
2676 | 2025-07-08T00:18:42.626Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2677 | 2025-07-08T00:18:42.677Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
2678 | 2025-07-08T00:18:42.970Z | Checking fatfs v0.3.6 |
2679 | 2025-07-08T00:18:43.406Z | Checking polling v3.7.3 |
2680 | 2025-07-08T00:18:43.858Z | Checking hex-literal v0.4.1 |
2681 | 2025-07-08T00:18:43.915Z | Checking async-io v2.3.4 |
2682 | 2025-07-08T00:18:44.056Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2683 | 2025-07-08T00:18:44.691Z | Checking rtoolbox v0.0.2 |
2684 | 2025-07-08T00:18:44.760Z | Checking async-task v4.7.1 |
2685 | 2025-07-08T00:18:44.991Z | Checking rpassword v7.4.0 |
2686 | 2025-07-08T00:18:45.183Z | Checking async-channel v2.3.1 |
2687 | 2025-07-08T00:18:45.226Z | Checking tui-tree-widget v0.23.1 |
2688 | 2025-07-08T00:18:45.527Z | Checking polyval v0.6.2 |
2689 | 2025-07-08T00:18:45.597Z | Checking piper v0.2.4 |
2690 | 2025-07-08T00:18:45.860Z | Checking futures-timer v3.0.3 |
2691 | 2025-07-08T00:18:45.914Z | Checking blocking v1.6.1 |
2692 | 2025-07-08T00:18:46.211Z | Checking ghash v0.5.1 |
2693 | 2025-07-08T00:18:46.263Z | Checking async-executor v1.13.1 |
2694 | 2025-07-08T00:18:46.450Z | Checking async-signal v0.2.10 |
2695 | 2025-07-08T00:18:46.650Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2696 | 2025-07-08T00:18:46.762Z | Checking ctr v0.9.2 |
2697 | 2025-07-08T00:18:47.115Z | Checking arrayvec v0.7.6 |
2698 | 2025-07-08T00:18:47.260Z | Checking event-listener v2.5.3 |
2699 | 2025-07-08T00:18:47.525Z | Checking arrayref v0.3.9 |
2700 | 2025-07-08T00:18:47.567Z | Checking constant_time_eq v0.3.1 |
2701 | 2025-07-08T00:18:47.680Z | Checking async-channel v1.9.0 |
2702 | 2025-07-08T00:18:47.768Z | Checking aes-gcm v0.10.3 |
2703 | 2025-07-08T00:18:47.972Z | Checking async-process v2.3.0 |
2704 | 2025-07-08T00:18:48.082Z | Checking async-global-executor v2.4.1 |
2705 | 2025-07-08T00:18:48.403Z | Checking ssh-encoding v0.2.0 |
2706 | 2025-07-08T00:18:48.463Z | Checking blowfish v0.9.1 |
2707 | 2025-07-08T00:18:48.758Z | Compiling petname v2.0.2 |
2708 | 2025-07-08T00:18:48.803Z | Checking kv-log-macro v1.0.7 |
2709 | 2025-07-08T00:18:48.993Z | Compiling async-attributes v1.1.2 |
2710 | 2025-07-08T00:18:49.850Z | Checking async-std v1.13.0 |
2711 | 2025-07-08T00:18:50.025Z | Checking ssh-cipher v0.2.0 |
2712 | 2025-07-08T00:18:50.391Z | Checking bcrypt-pbkdf v0.10.0 |
2713 | 2025-07-08T00:18:50.706Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2714 | 2025-07-08T00:18:51.649Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2715 | 2025-07-08T00:18:52.046Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2716 | 2025-07-08T00:18:52.871Z | Checking password-hash v0.4.2 |
2717 | 2025-07-08T00:18:53.339Z | Checking pbkdf2 v0.11.0 |
2718 | 2025-07-08T00:18:53.384Z | Checking async-object-pool v0.1.5 |
2719 | 2025-07-08T00:18:53.633Z | Checking ssh-key v0.6.6 |
2720 | 2025-07-08T00:18:54.458Z | Checking p521 v0.13.3 |
2721 | 2025-07-08T00:18:55.195Z | Checking p256 v0.13.2 |
2722 | 2025-07-08T00:18:55.717Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
2723 | 2025-07-08T00:18:55.761Z | Checking serde_regex v1.1.0 |
2724 | 2025-07-08T00:18:56.045Z | Checking assert-json-diff v2.0.2 |
2725 | 2025-07-08T00:18:56.125Z | Checking russh-cryptovec v0.7.3 |
2726 | 2025-07-08T00:18:56.374Z | Checking path-tree v0.8.1 |
2727 | 2025-07-08T00:18:56.417Z | Compiling target-lexicon v0.13.2 |
2728 | 2025-07-08T00:18:56.742Z | Checking stringmetrics v2.2.2 |
2729 | 2025-07-08T00:18:57.039Z | Checking md5 v0.7.0 |
2730 | 2025-07-08T00:18:57.294Z | Checking sync-ptr v0.1.4 |
2731 | 2025-07-08T00:18:57.390Z | Checking russh-keys v0.45.0 |
2732 | 2025-07-08T00:18:57.667Z | Checking httpmock v0.8.0-alpha.1 |
2733 | 2025-07-08T00:18:57.829Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2734 | 2025-07-08T00:18:58.660Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2735 | 2025-07-08T00:18:59.352Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2736 | 2025-07-08T00:18:59.493Z | Checking num-bigint v0.4.6 |
2737 | 2025-07-08T00:18:59.719Z | Checking des v0.8.1 |
2738 | 2025-07-08T00:19:00.010Z | Compiling blake3 v1.5.4 |
2739 | 2025-07-08T00:19:00.621Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
2740 | 2025-07-08T00:19:01.417Z | Compiling guppy-workspace-hack v0.1.0 |
2741 | 2025-07-08T00:19:01.792Z | Checking russh v0.45.0 |
2742 | 2025-07-08T00:19:01.859Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
2743 | 2025-07-08T00:19:03.172Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2744 | 2025-07-08T00:19:03.404Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2745 | 2025-07-08T00:19:03.806Z | Checking memmap2 v0.9.5 |
2746 | 2025-07-08T00:19:04.153Z | Checking internet-checksum v0.2.1 |
2747 | 2025-07-08T00:19:04.399Z | Compiling target-spec v3.4.2 |
2748 | 2025-07-08T00:19:04.964Z | Checking cfg-expr v0.18.0 |
2749 | 2025-07-08T00:19:05.205Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2750 | 2025-07-08T00:19:05.695Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2751 | 2025-07-08T00:19:05.830Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2752 | 2025-07-08T00:19:06.258Z | Checking httptest v0.16.3 |
2753 | 2025-07-08T00:19:06.753Z | Checking topological-sort v0.2.2 |
2754 | 2025-07-08T00:19:07.046Z | Checking omicron-zone-package v0.12.2 |
2755 | 2025-07-08T00:19:08.827Z | Checking petgraph v0.7.1 |
2756 | 2025-07-08T00:19:09.230Z | Checking pathdiff v0.2.3 |
2757 | 2025-07-08T00:19:09.447Z | Compiling rstest_macros v0.25.0 |
2758 | 2025-07-08T00:19:09.965Z | Compiling doc-comment v0.3.3 |
2759 | 2025-07-08T00:19:10.414Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
2760 | 2025-07-08T00:19:10.498Z | Checking nested v0.1.1 |
2761 | 2025-07-08T00:19:10.667Z | Compiling target-triple v0.1.3 |
2762 | 2025-07-08T00:19:11.029Z | Checking guppy v0.17.19 |
2763 | 2025-07-08T00:19:11.163Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2764 | 2025-07-08T00:19:11.281Z | Checking similar-asserts v1.7.0 |
2765 | 2025-07-08T00:19:11.576Z | Compiling proc-macro-crate v3.2.0 |
2766 | 2025-07-08T00:19:12.663Z | Compiling relative-path v1.9.3 |
2767 | 2025-07-08T00:19:13.018Z | Checking escape8259 v0.5.3 |
2768 | 2025-07-08T00:19:13.266Z | Compiling assert_cmd v2.0.17 |
2769 | 2025-07-08T00:19:13.766Z | Checking libtest-mimic v0.8.1 |
2770 | 2025-07-08T00:19:14.323Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2771 | 2025-07-08T00:19:14.407Z | Checking blake2b_simd v1.0.2 |
2772 | 2025-07-08T00:19:15.290Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2773 | 2025-07-08T00:19:15.745Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2774 | 2025-07-08T00:19:16.101Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2775 | 2025-07-08T00:19:16.457Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2776 | 2025-07-08T00:19:16.809Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
2777 | 2025-07-08T00:19:17.165Z | Checking fancy-regex v0.14.0 |
2778 | 2025-07-08T00:19:18.173Z | Checking serde_tokenstream v0.2.2 |
2779 | 2025-07-08T00:19:18.598Z | Checking uzers v0.12.1 |
2780 | 2025-07-08T00:19:19.031Z | Checking datatest-stable v0.3.2 |
2781 | 2025-07-08T00:19:19.685Z | Checking rust-argon2 v2.1.0 |
2782 | 2025-07-08T00:19:20.432Z | Compiling git2 v0.19.0 |
2783 | 2025-07-08T00:19:20.657Z | Checking trybuild v1.0.105 |
2784 | 2025-07-08T00:19:21.273Z | Checking rstest v0.25.0 |
2785 | 2025-07-08T00:19:21.573Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2786 | 2025-07-08T00:19:21.946Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2787 | 2025-07-08T00:19:23.103Z | Checking support-bundle-viewer v0.1.2 |
2788 | 2025-07-08T00:19:23.581Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
2789 | 2025-07-08T00:19:23.934Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2790 | 2025-07-08T00:19:24.341Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
2791 | 2025-07-08T00:19:24.857Z | Checking rand_distr v0.4.3 |
2792 | 2025-07-08T00:19:26.415Z | Compiling samael v0.0.19 |
2793 | 2025-07-08T00:19:27.239Z | Checking multimap v0.10.1 |
2794 | 2025-07-08T00:19:27.626Z | Checking approx v0.5.1 |
2795 | 2025-07-08T00:19:27.979Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2796 | 2025-07-08T00:19:28.049Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2797 | 2025-07-08T00:19:28.351Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
2798 | 2025-07-08T00:19:28.588Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2799 | 2025-07-08T00:19:28.685Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2800 | 2025-07-08T00:19:29.294Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
2801 | 2025-07-08T00:19:29.720Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2802 | 2025-07-08T00:19:30.073Z | Checking partial-io v0.5.4 |
2803 | 2025-07-08T00:19:30.542Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2804 | 2025-07-08T00:19:30.740Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
2805 | 2025-07-08T00:19:31.178Z | Checking cargo_toml v0.21.0 |
2806 | 2025-07-08T00:19:31.226Z | Checking termios v0.3.3 |
2807 | 2025-07-08T00:19:31.572Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
2808 | 2025-07-08T00:19:31.769Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2809 | 2025-07-08T00:19:33.045Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2810 | 2025-07-08T00:19:34.518Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2811 | 2025-07-08T00:19:38.121Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2812 | 2025-07-08T00:19:51.116Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2813 | 2025-07-08T00:19:54.257Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
2814 | 2025-07-08T00:20:04.783Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
2815 | 2025-07-08T00:20:04.942Z | Compiling polar-core v0.27.3 |
2816 | 2025-07-08T00:20:07.458Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2817 | 2025-07-08T00:20:14.947Z | Checking oso v0.27.3 |
2818 | 2025-07-08T00:20:17.255Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
2819 | 2025-07-08T00:20:21.232Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
2820 | 2025-07-08T00:20:26.881Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2821 | 2025-07-08T00:20:28.077Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2822 | 2025-07-08T00:20:35.964Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2823 | 2025-07-08T00:21:16.958Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2824 | 2025-07-08T00:21:16.958Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2825 | 2025-07-08T00:21:16.984Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2826 | 2025-07-08T00:23:13.478Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 32s |
2827 | 2025-07-08T00:23:14.086Z | |
2828 | 2025-07-08T00:23:14.086Z | real 7:38.833814937 |
2829 | 2025-07-08T00:23:14.086Z | user 38:08.636970759 |
2830 | 2025-07-08T00:23:14.086Z | sys 7:14.514650665 |
2831 | 2025-07-08T00:23:14.086Z | trap 1.218009211 |
2832 | 2025-07-08T00:23:14.086Z | tflt 0.255573119 |
2833 | 2025-07-08T00:23:14.115Z | dflt 0.301823239 |
2834 | 2025-07-08T00:23:14.115Z | kflt 0.000745595 |
2835 | 2025-07-08T00:23:14.115Z | lock 1:37:04.381123374 |
2836 | 2025-07-08T00:23:14.115Z | slp 2:08:10.151198473 |
2837 | 2025-07-08T00:23:14.115Z | lat 2:18.957692686 |
2838 | 2025-07-08T00:23:14.115Z | stop 12:51.798703802 |
2839 | 2025-07-08T00:23:14.115Z | + RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio' |
2840 | 2025-07-08T00:23:14.115Z | + ptime -m cargo doc --workspace --no-deps |
2841 | 2025-07-08T00:23:15.777Z | warning: output filename collision. |
2842 | 2025-07-08T00:23:15.777Z | 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)`. |
2843 | 2025-07-08T00:23:15.777Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2844 | 2025-07-08T00:23:15.777Z | The targets should have unique names. |
2845 | 2025-07-08T00:23:15.777Z | This is a known bug where multiple crates with the same name use |
2846 | 2025-07-08T00:23:15.777Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2847 | 2025-07-08T00:23:17.246Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2848 | 2025-07-08T00:23:17.317Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2849 | 2025-07-08T00:23:17.353Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2850 | 2025-07-08T00:23:17.438Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2851 | 2025-07-08T00:23:17.480Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
2852 | 2025-07-08T00:23:17.512Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2853 | 2025-07-08T00:23:17.512Z | Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
2854 | 2025-07-08T00:23:17.759Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2855 | 2025-07-08T00:23:17.798Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2856 | 2025-07-08T00:23:17.839Z | Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
2857 | 2025-07-08T00:23:17.875Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2858 | 2025-07-08T00:23:18.025Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2859 | 2025-07-08T00:23:18.177Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2860 | 2025-07-08T00:23:18.297Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2861 | 2025-07-08T00:23:18.334Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2862 | 2025-07-08T00:23:18.406Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
2863 | 2025-07-08T00:23:18.573Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2864 | 2025-07-08T00:23:18.607Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2865 | 2025-07-08T00:23:18.654Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2866 | 2025-07-08T00:23:18.912Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2867 | 2025-07-08T00:23:18.996Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2868 | 2025-07-08T00:23:19.031Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
2869 | 2025-07-08T00:23:19.632Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2870 | 2025-07-08T00:23:19.657Z | Checking nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
2871 | 2025-07-08T00:23:19.657Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2872 | 2025-07-08T00:23:19.930Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2873 | 2025-07-08T00:23:19.968Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2874 | 2025-07-08T00:23:20.001Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
2875 | 2025-07-08T00:23:20.391Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
2876 | 2025-07-08T00:23:20.430Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2877 | 2025-07-08T00:23:20.696Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2878 | 2025-07-08T00:23:20.776Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2879 | 2025-07-08T00:23:20.945Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2880 | 2025-07-08T00:23:21.102Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2881 | 2025-07-08T00:23:21.303Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2882 | 2025-07-08T00:23:21.346Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2883 | 2025-07-08T00:23:21.534Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2884 | 2025-07-08T00:23:21.587Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2885 | 2025-07-08T00:23:21.761Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2886 | 2025-07-08T00:23:21.802Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2887 | 2025-07-08T00:23:21.890Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2888 | 2025-07-08T00:23:21.963Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2889 | 2025-07-08T00:23:22.008Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2890 | 2025-07-08T00:23:22.161Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2891 | 2025-07-08T00:23:22.208Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
2892 | 2025-07-08T00:23:22.321Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
2893 | 2025-07-08T00:23:22.350Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2894 | 2025-07-08T00:23:22.454Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
2895 | 2025-07-08T00:23:22.539Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2896 | 2025-07-08T00:23:22.573Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
2897 | 2025-07-08T00:23:22.659Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2898 | 2025-07-08T00:23:23.022Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
2899 | 2025-07-08T00:23:23.054Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
2900 | 2025-07-08T00:23:23.091Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2901 | 2025-07-08T00:23:23.118Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2902 | 2025-07-08T00:23:23.334Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2903 | 2025-07-08T00:23:24.267Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2904 | 2025-07-08T00:23:24.298Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2905 | 2025-07-08T00:23:24.982Z | Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
2906 | 2025-07-08T00:23:25.189Z | Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
2907 | 2025-07-08T00:23:26.348Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2908 | 2025-07-08T00:23:27.176Z | Documenting id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
2909 | 2025-07-08T00:23:27.426Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2910 | 2025-07-08T00:23:28.473Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2911 | 2025-07-08T00:23:28.852Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2912 | 2025-07-08T00:23:28.908Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2913 | 2025-07-08T00:23:29.132Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2914 | 2025-07-08T00:23:31.085Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2915 | 2025-07-08T00:23:31.262Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2916 | 2025-07-08T00:23:31.307Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2917 | 2025-07-08T00:23:31.795Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2918 | 2025-07-08T00:23:31.828Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2919 | 2025-07-08T00:23:33.167Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2920 | 2025-07-08T00:23:33.569Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2921 | 2025-07-08T00:23:34.120Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2922 | 2025-07-08T00:23:34.532Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
2923 | 2025-07-08T00:23:34.900Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2924 | 2025-07-08T00:23:34.932Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2925 | 2025-07-08T00:23:35.327Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2926 | 2025-07-08T00:23:35.533Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2927 | 2025-07-08T00:23:38.385Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2928 | 2025-07-08T00:23:38.723Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
2929 | 2025-07-08T00:23:40.098Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2930 | 2025-07-08T00:23:40.183Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2931 | 2025-07-08T00:23:40.498Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2932 | 2025-07-08T00:23:40.762Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2933 | 2025-07-08T00:23:41.092Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2934 | 2025-07-08T00:23:41.272Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2935 | 2025-07-08T00:23:41.682Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
2936 | 2025-07-08T00:23:42.397Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2937 | 2025-07-08T00:23:43.184Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2938 | 2025-07-08T00:23:43.269Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2939 | 2025-07-08T00:23:44.579Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2940 | 2025-07-08T00:23:44.811Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2941 | 2025-07-08T00:23:45.143Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2942 | 2025-07-08T00:23:45.309Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2943 | 2025-07-08T00:23:46.322Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2944 | 2025-07-08T00:23:46.921Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2945 | 2025-07-08T00:23:47.029Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
2946 | 2025-07-08T00:23:47.459Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
2947 | 2025-07-08T00:23:48.194Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2948 | 2025-07-08T00:23:48.504Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
2949 | 2025-07-08T00:23:49.279Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
2950 | 2025-07-08T00:23:49.447Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2951 | 2025-07-08T00:23:50.884Z | Checking sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples) |
2952 | 2025-07-08T00:23:50.947Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2953 | 2025-07-08T00:23:51.410Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2954 | 2025-07-08T00:23:51.619Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2955 | 2025-07-08T00:23:51.686Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2956 | 2025-07-08T00:23:51.814Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2957 | 2025-07-08T00:23:51.928Z | Checking sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images) |
2958 | 2025-07-08T00:23:52.206Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2959 | 2025-07-08T00:23:52.537Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2960 | 2025-07-08T00:23:52.585Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2961 | 2025-07-08T00:23:52.864Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2962 | 2025-07-08T00:23:52.934Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2963 | 2025-07-08T00:23:53.394Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2964 | 2025-07-08T00:23:53.575Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2965 | 2025-07-08T00:23:53.576Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2966 | 2025-07-08T00:23:53.813Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2967 | 2025-07-08T00:23:54.237Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2968 | 2025-07-08T00:23:54.387Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2969 | 2025-07-08T00:23:54.938Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2970 | 2025-07-08T00:23:55.443Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
2971 | 2025-07-08T00:23:55.527Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2972 | 2025-07-08T00:23:55.890Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2973 | 2025-07-08T00:23:56.243Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2974 | 2025-07-08T00:23:57.145Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2975 | 2025-07-08T00:23:57.416Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2976 | 2025-07-08T00:23:58.045Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2977 | 2025-07-08T00:23:58.180Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2978 | 2025-07-08T00:23:58.506Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2979 | 2025-07-08T00:23:58.545Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2980 | 2025-07-08T00:23:58.570Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2981 | 2025-07-08T00:23:59.356Z | Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
2982 | 2025-07-08T00:23:59.644Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
2983 | 2025-07-08T00:24:01.016Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2984 | 2025-07-08T00:24:01.311Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2985 | 2025-07-08T00:24:01.569Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2986 | 2025-07-08T00:24:01.653Z | Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
2987 | 2025-07-08T00:24:02.012Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2988 | 2025-07-08T00:24:02.589Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2989 | 2025-07-08T00:24:04.106Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2990 | 2025-07-08T00:24:05.299Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2991 | 2025-07-08T00:24:05.919Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2992 | 2025-07-08T00:24:06.349Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2993 | 2025-07-08T00:24:06.677Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2994 | 2025-07-08T00:24:08.066Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2995 | 2025-07-08T00:24:08.245Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2996 | 2025-07-08T00:24:08.614Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2997 | 2025-07-08T00:24:08.679Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2998 | 2025-07-08T00:24:09.572Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2999 | 2025-07-08T00:24:10.647Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3000 | 2025-07-08T00:24:12.782Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3001 | 2025-07-08T00:24:12.859Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3002 | 2025-07-08T00:24:17.233Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3003 | 2025-07-08T00:24:17.416Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3004 | 2025-07-08T00:24:18.176Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3005 | 2025-07-08T00:24:23.573Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3006 | 2025-07-08T00:24:23.938Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3007 | 2025-07-08T00:24:24.030Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3008 | 2025-07-08T00:24:24.662Z | Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3009 | 2025-07-08T00:24:25.794Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3010 | 2025-07-08T00:24:25.828Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3011 | 2025-07-08T00:24:27.025Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3012 | 2025-07-08T00:24:32.532Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
3013 | 2025-07-08T00:24:32.647Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
3014 | 2025-07-08T00:24:34.582Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
3015 | 2025-07-08T00:24:36.239Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
3016 | 2025-07-08T00:24:36.979Z | Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
3017 | 2025-07-08T00:24:37.903Z | Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
3018 | 2025-07-08T00:24:39.780Z | Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
3019 | 2025-07-08T00:24:40.257Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3020 | 2025-07-08T00:24:40.649Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3021 | 2025-07-08T00:24:41.700Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3022 | 2025-07-08T00:24:43.139Z | Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
3023 | 2025-07-08T00:24:45.031Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3024 | 2025-07-08T00:24:45.405Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
3025 | 2025-07-08T00:24:46.452Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3026 | 2025-07-08T00:24:46.595Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3027 | 2025-07-08T00:24:47.840Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3028 | 2025-07-08T00:24:47.918Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
3029 | 2025-07-08T00:24:48.563Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
3030 | 2025-07-08T00:24:50.482Z | Documenting sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images) |
3031 | 2025-07-08T00:24:50.949Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
3032 | 2025-07-08T00:24:51.642Z | Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
3033 | 2025-07-08T00:24:53.165Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
3034 | 2025-07-08T00:24:55.378Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3035 | 2025-07-08T00:24:55.409Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
3036 | 2025-07-08T00:24:56.746Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
3037 | 2025-07-08T00:24:57.116Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3038 | 2025-07-08T00:24:57.602Z | Documenting sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples) |
3039 | 2025-07-08T00:24:59.233Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3040 | 2025-07-08T00:25:00.254Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3041 | 2025-07-08T00:25:00.622Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3042 | 2025-07-08T00:25:01.972Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3043 | 2025-07-08T00:25:02.524Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3044 | 2025-07-08T00:25:02.709Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3045 | 2025-07-08T00:25:04.607Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3046 | 2025-07-08T00:25:04.752Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3047 | 2025-07-08T00:25:05.228Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
3048 | 2025-07-08T00:25:06.599Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3049 | 2025-07-08T00:25:07.117Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3050 | 2025-07-08T00:25:08.296Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
3051 | 2025-07-08T00:25:08.458Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3052 | 2025-07-08T00:25:08.637Z | Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
3053 | 2025-07-08T00:25:09.922Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
3054 | 2025-07-08T00:25:10.067Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3055 | 2025-07-08T00:25:10.179Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
3056 | 2025-07-08T00:25:12.002Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
3057 | 2025-07-08T00:25:13.188Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
3058 | 2025-07-08T00:25:13.454Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
3059 | 2025-07-08T00:25:13.687Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
3060 | 2025-07-08T00:25:15.492Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
3061 | 2025-07-08T00:25:15.654Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3062 | 2025-07-08T00:25:16.713Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3063 | 2025-07-08T00:25:16.738Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
3064 | 2025-07-08T00:25:17.169Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3065 | 2025-07-08T00:25:19.295Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3066 | 2025-07-08T00:25:20.056Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3067 | 2025-07-08T00:25:20.176Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3068 | 2025-07-08T00:25:21.288Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
3069 | 2025-07-08T00:25:21.603Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
3070 | 2025-07-08T00:25:21.936Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
3071 | 2025-07-08T00:25:22.128Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
3072 | 2025-07-08T00:25:23.659Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
3073 | 2025-07-08T00:25:24.134Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3074 | 2025-07-08T00:25:24.307Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
3075 | 2025-07-08T00:25:24.421Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
3076 | 2025-07-08T00:25:24.874Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3077 | 2025-07-08T00:25:25.237Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
3078 | 2025-07-08T00:25:26.627Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
3079 | 2025-07-08T00:25:26.692Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
3080 | 2025-07-08T00:25:27.635Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3081 | 2025-07-08T00:25:28.027Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
3082 | 2025-07-08T00:25:28.472Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3083 | 2025-07-08T00:25:28.680Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3084 | 2025-07-08T00:25:28.738Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3085 | 2025-07-08T00:25:29.275Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
3086 | 2025-07-08T00:25:30.365Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3087 | 2025-07-08T00:25:31.058Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3088 | 2025-07-08T00:25:32.205Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3089 | 2025-07-08T00:25:32.498Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3090 | 2025-07-08T00:25:33.384Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3091 | 2025-07-08T00:25:33.425Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3092 | 2025-07-08T00:25:33.467Z | Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
3093 | 2025-07-08T00:25:33.628Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3094 | 2025-07-08T00:25:33.698Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3095 | 2025-07-08T00:25:34.412Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3096 | 2025-07-08T00:25:35.824Z | Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
3097 | 2025-07-08T00:25:42.106Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3098 | 2025-07-08T00:25:42.234Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3099 | 2025-07-08T00:25:42.269Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
3100 | 2025-07-08T00:25:42.529Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
3101 | 2025-07-08T00:25:44.254Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3102 | 2025-07-08T00:25:44.902Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
3103 | 2025-07-08T00:25:46.698Z | Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
3104 | 2025-07-08T00:25:47.041Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3105 | 2025-07-08T00:25:47.747Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3106 | 2025-07-08T00:25:47.961Z | Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
3107 | 2025-07-08T00:25:49.080Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
3108 | 2025-07-08T00:25:49.130Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
3109 | 2025-07-08T00:25:49.161Z | Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
3110 | 2025-07-08T00:25:49.920Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3111 | 2025-07-08T00:25:50.455Z | Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
3112 | 2025-07-08T00:25:50.514Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3113 | 2025-07-08T00:25:50.897Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
3114 | 2025-07-08T00:25:51.195Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
3115 | 2025-07-08T00:25:51.534Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
3116 | 2025-07-08T00:25:51.564Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3117 | 2025-07-08T00:25:52.299Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3118 | 2025-07-08T00:25:52.461Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3119 | 2025-07-08T00:25:53.112Z | Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
3120 | 2025-07-08T00:25:53.286Z | Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
3121 | 2025-07-08T00:25:53.371Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
3122 | 2025-07-08T00:25:54.200Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
3123 | 2025-07-08T00:25:54.296Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
3124 | 2025-07-08T00:25:54.761Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
3125 | 2025-07-08T00:25:55.715Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
3126 | 2025-07-08T00:25:55.750Z | Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
3127 | 2025-07-08T00:27:03.841Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3128 | 2025-07-08T00:27:15.114Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 00s |
3129 | 2025-07-08T00:27:15.304Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 163 other files |
3130 | 2025-07-08T00:27:15.425Z | |
3131 | 2025-07-08T00:27:15.425Z | real 4:01.233390472 |
3132 | 2025-07-08T00:27:15.425Z | user 19:40.189754633 |
3133 | 2025-07-08T00:27:15.425Z | sys 3:37.376610087 |
3134 | 2025-07-08T00:27:15.426Z | trap 0.557931571 |
3135 | 2025-07-08T00:27:15.426Z | tflt 0.096252191 |
3136 | 2025-07-08T00:27:15.426Z | dflt 0.035193124 |
3137 | 2025-07-08T00:27:15.426Z | kflt 0.003877156 |
3138 | 2025-07-08T00:27:15.426Z | lock 49:35.816785638 |
3139 | 2025-07-08T00:27:15.426Z | slp 56:59.074012233 |
3140 | 2025-07-08T00:27:15.426Z | lat 1:25.414585817 |
3141 | 2025-07-08T00:27:15.426Z | stop 1:59.815693688 |
3142 | 2025-07-08T00:27:15.455Z | process exited: duration 1047439 ms, exit code 0 |
|
3143 | 2025-07-08T00:27:15.515Z | found 0 output files |