|
|
|
1 | 2025-07-17T20:30:05.289Z | job assigned to worker 01K0D171GT0A6M533B99FXR47C [factory aws, i-09a39a167958bdf6a] (queued for 1 m 1 s) |
|
2 | 2025-07-17T20:30:13.979Z | starting task 0: "setup" |
3 | 2025-07-17T20:30:14.009Z | ++ uname -s |
4 | 2025-07-17T20:30:14.010Z | + kern=SunOS |
5 | 2025-07-17T20:30:14.010Z | + build_user=build |
6 | 2025-07-17T20:30:14.010Z | + build_uid=12345 |
7 | 2025-07-17T20:30:14.010Z | + work_dir=/work |
8 | 2025-07-17T20:30:14.010Z | + input_dir=/input |
9 | 2025-07-17T20:30:14.010Z | + [[ 0 == 12345 ]] |
10 | 2025-07-17T20:30:14.010Z | + case "$kern" in |
11 | 2025-07-17T20:30:14.010Z | + groupadd -g 12345 build |
12 | 2025-07-17T20:30:14.010Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-07-17T20:30:15.976Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-07-17T20:30:16.101Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-07-17T20:30:16.104Z | + home_fs=zfs |
16 | 2025-07-17T20:30:16.104Z | + [[ zfs == autofs ]] |
17 | 2025-07-17T20:30:16.104Z | + mkdir -p /home/build |
18 | 2025-07-17T20:30:16.108Z | + chown build:build /home/build /work |
19 | 2025-07-17T20:30:17.107Z | + chmod 0700 /home/build /work |
20 | 2025-07-17T20:30:17.111Z | process exited: duration 3153 ms, exit code 0 |
|
21 | 2025-07-17T20:30:17.117Z | starting task 1: "rust-toolchain" |
22 | 2025-07-17T20:30:17.122Z | + printf ' * rust toolchain channel = "%s"\n' 1.88.0 |
23 | 2025-07-17T20:30:17.122Z | + printf ' * rust toolchain profile = "%s"\n' default |
24 | 2025-07-17T20:30:17.122Z | * rust toolchain channel = "1.88.0" |
25 | 2025-07-17T20:30:17.122Z | * rust toolchain profile = "default" |
26 | 2025-07-17T20:30:17.123Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-07-17T20:30:17.123Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-07-17T20:30:17.126Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-07-17T20:30:17.126Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.88.0 --profile default |
30 | 2025-07-17T20:30:17.240Z | info: downloading installer |
31 | 2025-07-17T20:30:18.453Z | warn: It looks like you have an existing installation of Rust at: |
32 | 2025-07-17T20:30:18.453Z | warn: /opt/ooce/bin |
33 | 2025-07-17T20:30:18.453Z | warn: It is recommended that rustup be the primary Rust installation. |
34 | 2025-07-17T20:30:18.453Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
35 | 2025-07-17T20:30:18.453Z | warn: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-07-17T20:30:18.454Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-07-17T20:30:18.454Z | warn: or pass `-y' to ignore all ignorable checks. |
38 | 2025-07-17T20:30:18.454Z | error: cannot install while Rust is installed |
39 | 2025-07-17T20:30:18.454Z | warn: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-07-17T20:30:18.469Z | info: profile set to 'default' |
41 | 2025-07-17T20:30:18.469Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-07-17T20:30:18.472Z | info: syncing channel updates for '1.88.0-x86_64-unknown-illumos' |
43 | 2025-07-17T20:30:18.621Z | info: latest update on 2025-06-26, rust version 1.88.0 (6b00bc388 2025-06-23) |
44 | 2025-07-17T20:30:18.621Z | info: downloading component 'cargo' |
45 | 2025-07-17T20:30:19.423Z | info: downloading component 'clippy' |
46 | 2025-07-17T20:30:19.726Z | info: downloading component 'rust-docs' |
47 | 2025-07-17T20:30:20.958Z | info: downloading component 'rust-std' |
48 | 2025-07-17T20:30:22.433Z | info: downloading component 'rustc' |
49 | 2025-07-17T20:30:29.685Z | info: downloading component 'rustfmt' |
50 | 2025-07-17T20:30:29.907Z | info: installing component 'cargo' |
51 | 2025-07-17T20:30:30.785Z | info: installing component 'clippy' |
52 | 2025-07-17T20:30:31.184Z | info: installing component 'rust-docs' |
53 | 2025-07-17T20:30:33.053Z | info: installing component 'rust-std' |
54 | 2025-07-17T20:30:34.783Z | info: installing component 'rustc' |
55 | 2025-07-17T20:30:41.279Z | info: installing component 'rustfmt' |
56 | 2025-07-17T20:30:41.607Z | info: default toolchain set to '1.88.0-x86_64-unknown-illumos' |
57 | 2025-07-17T20:30:41.607Z | |
58 | 2025-07-17T20:30:42.035Z | 1.88.0-x86_64-unknown-illumos installed - rustc 1.88.0 (6b00bc388 2025-06-23) |
59 | 2025-07-17T20:30:42.035Z | |
60 | 2025-07-17T20:30:42.040Z | |
61 | 2025-07-17T20:30:42.040Z | Rust is installed now. Great! |
62 | 2025-07-17T20:30:42.040Z | |
63 | 2025-07-17T20:30:42.040Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-07-17T20:30:42.040Z | environment variable. This has not been done automatically. |
65 | 2025-07-17T20:30:42.040Z | |
66 | 2025-07-17T20:30:42.040Z | To configure your current shell, you need to source |
67 | 2025-07-17T20:30:42.040Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-07-17T20:30:42.040Z | |
69 | 2025-07-17T20:30:42.040Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-07-17T20:30:42.040Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-07-17T20:30:42.040Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-07-17T20:30:42.040Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
73 | 2025-07-17T20:30:42.123Z | + rustup --version |
74 | 2025-07-17T20:30:42.134Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
75 | 2025-07-17T20:30:42.138Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
76 | 2025-07-17T20:30:42.212Z | info: The currently active `rustc` version is `rustc 1.88.0 (6b00bc388 2025-06-23)` |
77 | 2025-07-17T20:30:42.216Z | + cargo --version |
78 | 2025-07-17T20:30:42.276Z | cargo 1.88.0 (873a06493 2025-05-10) |
79 | 2025-07-17T20:30:42.279Z | + rustc --version |
80 | 2025-07-17T20:30:42.346Z | rustc 1.88.0 (6b00bc388 2025-06-23) |
81 | 2025-07-17T20:30:42.349Z | process exited: duration 25229 ms, exit code 0 |
|
82 | 2025-07-17T20:30:42.355Z | starting task 2: "authentication" |
83 | 2025-07-17T20:30:42.378Z | process exited: duration 22 ms, exit code 0 |
|
84 | 2025-07-17T20:30:42.384Z | starting task 3: "clone repository" |
85 | 2025-07-17T20:30:42.389Z | + mkdir -p /work/oxidecomputer/omicron |
86 | 2025-07-17T20:30:42.392Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
87 | 2025-07-17T20:30:42.432Z | Cloning into '/work/oxidecomputer/omicron'... |
88 | 2025-07-17T20:30:50.692Z | + cd /work/oxidecomputer/omicron |
89 | 2025-07-17T20:30:50.692Z | + git fetch origin a8a7d9bbc9af4476a9c25cbcb76bedb46f4ada71 |
90 | 2025-07-17T20:30:50.993Z | From https://github.com/oxidecomputer/omicron |
91 | 2025-07-17T20:30:50.993Z | * branch a8a7d9bbc9af4476a9c25cbcb76bedb46f4ada71 -> FETCH_HEAD |
92 | 2025-07-17T20:30:51.004Z | + [[ -n sudomateo/wuxkwlxksyvk ]] |
93 | 2025-07-17T20:30:51.008Z | ++ git branch --show-current |
94 | 2025-07-17T20:30:51.008Z | + current=main |
95 | 2025-07-17T20:30:51.008Z | + [[ main != sudomateo/wuxkwlxksyvk ]] |
96 | 2025-07-17T20:30:51.008Z | + git branch -f sudomateo/wuxkwlxksyvk a8a7d9bbc9af4476a9c25cbcb76bedb46f4ada71 |
97 | 2025-07-17T20:30:51.011Z | + git checkout -f sudomateo/wuxkwlxksyvk |
98 | 2025-07-17T20:30:51.237Z | Switched to branch 'sudomateo/wuxkwlxksyvk' |
99 | 2025-07-17T20:30:51.240Z | + git reset --hard a8a7d9bbc9af4476a9c25cbcb76bedb46f4ada71 |
100 | 2025-07-17T20:30:51.270Z | HEAD is now at a8a7d9bbc nexus: add null test in `switch_port_settings_route_config` integration tests |
101 | 2025-07-17T20:30:51.274Z | process exited: duration 8885 ms, exit code 0 |
|
102 | 2025-07-17T20:30:51.280Z | starting task 4: "build" |
103 | 2025-07-17T20:30:51.285Z | + source ./env.sh |
104 | 2025-07-17T20:30:51.285Z | ++ OLD_SHELL_OPTS=ehxB |
105 | 2025-07-17T20:30:51.285Z | ++ set -o xtrace |
106 | 2025-07-17T20:30:51.288Z | ++++ dirname ./env.sh |
107 | 2025-07-17T20:30:51.291Z | +++ readlink -f . |
108 | 2025-07-17T20:30:51.295Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
109 | 2025-07-17T20:30:51.295Z | ++ 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-17T20:30:51.295Z | ++ 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-17T20:30:51.295Z | ++ 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-17T20:30:51.295Z | ++ 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-17T20:30:51.295Z | ++ 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-17T20:30:51.295Z | ++ 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-17T20:30:51.295Z | ++ 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-17T20:30:51.295Z | ++ 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-17T20:30:51.295Z | ++ case $OLD_SHELL_OPTS in |
118 | 2025-07-17T20:30:51.295Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
119 | 2025-07-17T20:30:51.295Z | + source .github/buildomat/ci-env.sh |
120 | 2025-07-17T20:30:51.295Z | ++ export CARGO_TERM_COLOR=always |
121 | 2025-07-17T20:30:51.295Z | ++ CARGO_TERM_COLOR=always |
122 | 2025-07-17T20:30:51.295Z | + cargo --version |
123 | 2025-07-17T20:30:51.347Z | cargo 1.88.0 (873a06493 2025-05-10) |
124 | 2025-07-17T20:30:51.350Z | + rustc --version |
125 | 2025-07-17T20:30:51.416Z | rustc 1.88.0 (6b00bc388 2025-06-23) |
126 | 2025-07-17T20:30:51.420Z | + banner prerequisites |
127 | 2025-07-17T20:30:51.423Z | |
128 | 2025-07-17T20:30:51.423Z | ##### ##### ###### ##### ###### #### # # # #### # |
129 | 2025-07-17T20:30:51.423Z | # # # # # # # # # # # # # # # |
130 | 2025-07-17T20:30:51.423Z | # # # # ##### # # ##### # # # # # #### # |
131 | 2025-07-17T20:30:51.423Z | ##### ##### # ##### # # # # # # # # # |
132 | 2025-07-17T20:30:51.423Z | # # # # # # # # # # # # # # # |
133 | 2025-07-17T20:30:51.423Z | # # # ###### # # ###### ### # #### # #### # |
134 | 2025-07-17T20:30:51.423Z | |
135 | 2025-07-17T20:30:51.423Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
136 | 2025-07-17T20:31:01.591Z | Startup: Refreshing catalog 'helios-dev' ... Done |
137 | 2025-07-17T20:31:08.797Z | Startup: Caching catalogs ... Done |
138 | 2025-07-17T20:31:13.472Z | Planning: Solver setup ... Done (3.530s) |
139 | 2025-07-17T20:31:13.505Z | Planning: Running solver ... Done (0.033s) |
140 | 2025-07-17T20:31:13.593Z | Planning: Finding local manifests ... Done (0.004s) |
141 | 2025-07-17T20:31:13.617Z | Planning: Fetching manifests: 0/4 0% complete |
142 | 2025-07-17T20:31:13.779Z | Planning: Fetching manifests: 4/4 100% complete |
143 | 2025-07-17T20:31:13.826Z | Planning: Package planning ... Done (0.047s) |
144 | 2025-07-17T20:31:13.884Z | Planning: Merging actions ... Done (0.050s) |
145 | 2025-07-17T20:31:14.165Z | Planning: Checking for conflicting actions ... Done (0.288s) |
146 | 2025-07-17T20:31:14.176Z | Planning: Consolidating action changes ... Done (0.011s) |
147 | 2025-07-17T20:31:15.480Z | Planning: Evaluating mediators ... Done (1.303s) |
148 | 2025-07-17T20:31:15.489Z | Planning: Planning completed in 6.57 seconds |
149 | 2025-07-17T20:31:15.505Z | Packages to install: 4 |
150 | 2025-07-17T20:31:15.508Z | Mediators to change: 2 |
151 | 2025-07-17T20:31:15.508Z | Services to change: 1 |
152 | 2025-07-17T20:31:15.508Z | Estimated space available: 155.51 GB |
153 | 2025-07-17T20:31:15.508Z | Estimated space to be consumed: 1.70 GB |
154 | 2025-07-17T20:31:15.508Z | Create boot environment: No |
155 | 2025-07-17T20:31:15.508Z | Create backup boot environment: No |
156 | 2025-07-17T20:31:15.508Z | Rebuild boot archive: No |
157 | 2025-07-17T20:31:15.508Z | |
158 | 2025-07-17T20:31:15.508Z | Changed mediators: |
159 | 2025-07-17T20:31:15.508Z | mediator clang: |
160 | 2025-07-17T20:31:15.508Z | version: None -> 15 (system default) |
161 | 2025-07-17T20:31:15.508Z | |
162 | 2025-07-17T20:31:15.508Z | mediator llvm: |
163 | 2025-07-17T20:31:15.508Z | version: 14 (system default) -> 15 (system default) |
164 | 2025-07-17T20:31:15.508Z | |
165 | 2025-07-17T20:31:15.508Z | Changed packages: |
166 | 2025-07-17T20:31:15.508Z | helios-dev |
167 | 2025-07-17T20:31:15.508Z | developer/build-essential |
168 | 2025-07-17T20:31:15.509Z | None -> 11-2.0 |
169 | 2025-07-17T20:31:15.509Z | library/libxmlsec1 |
170 | 2025-07-17T20:31:15.509Z | None -> 1.2.35-2.0 |
171 | 2025-07-17T20:31:15.509Z | ooce/developer/clang-15 |
172 | 2025-07-17T20:31:15.509Z | None -> 15.0.7-2.0 |
173 | 2025-07-17T20:31:15.509Z | ooce/developer/llvm-15 |
174 | 2025-07-17T20:31:15.509Z | None -> 15.0.7-2.0 |
175 | 2025-07-17T20:31:15.509Z | |
176 | 2025-07-17T20:31:15.509Z | Services: |
177 | 2025-07-17T20:31:15.509Z | restart_fmri: |
178 | 2025-07-17T20:31:15.509Z | svc:/system/update-man-index:default |
179 | 2025-07-17T20:31:15.560Z | |
180 | 2025-07-17T20:31:15.560Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
181 | 2025-07-17T20:31:20.561Z | Download: 1640/3290 items 117.8/212.6MB 55% complete (23.9M/s) |
182 | 2025-07-17T20:31:25.697Z | Download: 3244/3290 items 203.0/212.6MB 95% complete (21.9M/s) |
183 | 2025-07-17T20:31:29.423Z | Download: Completed 212.60 MB in 13.86 seconds (15.3M/s) |
184 | 2025-07-17T20:31:29.609Z | Actions: 1/3689 actions (Installing new actions) |
185 | 2025-07-17T20:31:34.159Z | Actions: Completed 3689 actions in 4.55 seconds. |
186 | 2025-07-17T20:31:34.506Z | Done (0.341s) |
187 | 2025-07-17T20:31:34.506Z | Done (0.000s) |
188 | 2025-07-17T20:31:35.353Z | Done (0.847s) |
189 | 2025-07-17T20:31:39.908Z | Done (4.249s) |
190 | 2025-07-17T20:31:39.997Z | Done (0.021s) |
191 | 2025-07-17T20:31:40.001Z | Done (0.000s) |
192 | 2025-07-17T20:31:40.162Z | Done (0.000s) |
193 | 2025-07-17T20:31:40.982Z | Planning: Evaluating mediator changes ... Done |
194 | 2025-07-17T20:31:41.143Z | Planning: Checking for conflicting actions ... Done |
195 | 2025-07-17T20:31:41.146Z | Planning: Consolidating action changes ... Done |
196 | 2025-07-17T20:31:41.417Z | Planning: Evaluating mediators ... Done |
197 | 2025-07-17T20:31:41.420Z | Planning: Planning completed in 0.44 seconds |
198 | 2025-07-17T20:31:41.451Z | Mediators to change: 2 |
199 | 2025-07-17T20:31:41.451Z | Create boot environment: No |
200 | 2025-07-17T20:31:41.454Z | Create backup boot environment: No |
201 | 2025-07-17T20:31:41.521Z | Done |
202 | 2025-07-17T20:31:41.521Z | Done |
203 | 2025-07-17T20:31:42.107Z | Done |
204 | 2025-07-17T20:31:45.671Z | Done |
205 | 2025-07-17T20:31:45.753Z | Done |
206 | 2025-07-17T20:31:45.756Z | Done |
207 | 2025-07-17T20:31:45.880Z | Done |
208 | 2025-07-17T20:31:46.492Z | Planning: Evaluating mediator changes ... Done |
209 | 2025-07-17T20:31:46.496Z | Planning: Merging actions ... Done |
210 | 2025-07-17T20:31:46.678Z | Planning: Checking for conflicting actions ... Done |
211 | 2025-07-17T20:31:46.681Z | Planning: Consolidating action changes ... Done |
212 | 2025-07-17T20:31:46.938Z | Planning: Evaluating mediators ... Done |
213 | 2025-07-17T20:31:46.992Z | Planning: Planning completed in 0.74 seconds |
214 | 2025-07-17T20:31:47.026Z | Packages to change: 1 |
215 | 2025-07-17T20:31:47.026Z | Mediators to change: 1 |
216 | 2025-07-17T20:31:47.030Z | Services to change: 1 |
217 | 2025-07-17T20:31:47.030Z | Create boot environment: No |
218 | 2025-07-17T20:31:47.030Z | Create backup boot environment: Yes |
219 | 2025-07-17T20:31:49.590Z | Actions: 1/6 actions (Updating modified actions) |
220 | 2025-07-17T20:31:49.594Z | Actions: Completed 6 actions in 0.00 seconds. |
221 | 2025-07-17T20:31:49.594Z | Done |
222 | 2025-07-17T20:31:49.594Z | Done |
223 | 2025-07-17T20:31:49.761Z | Done |
224 | 2025-07-17T20:31:53.296Z | Done |
225 | 2025-07-17T20:31:53.384Z | Done |
226 | 2025-07-17T20:31:53.387Z | Done |
227 | 2025-07-17T20:31:53.537Z | Done |
228 | 2025-07-17T20:31:53.975Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
229 | 2025-07-17T20:31:53.975Z | clang system 15 system |
230 | 2025-07-17T20:31:53.975Z | csh system system illumos |
231 | 2025-07-17T20:31:53.975Z | ctags system system illumos |
232 | 2025-07-17T20:31:53.975Z | file system system illumos |
233 | 2025-07-17T20:31:53.975Z | gcc vendor 12 vendor |
234 | 2025-07-17T20:31:53.975Z | gcc system 10 system |
235 | 2025-07-17T20:31:53.975Z | gcc system 7 system |
236 | 2025-07-17T20:31:53.975Z | go system 1.20 system |
237 | 2025-07-17T20:31:53.975Z | go system 1.19 system |
238 | 2025-07-17T20:31:53.975Z | llvm system 15 system |
239 | 2025-07-17T20:31:53.975Z | llvm system 14 system |
240 | 2025-07-17T20:31:53.975Z | mariadb system 10.6 system |
241 | 2025-07-17T20:31:53.975Z | mta vendor vendor dma |
242 | 2025-07-17T20:31:53.975Z | openjdk system 17 system |
243 | 2025-07-17T20:31:53.975Z | openjdk system 11 system |
244 | 2025-07-17T20:31:53.975Z | openjdk system 1.8 system |
245 | 2025-07-17T20:31:53.975Z | openssl vendor 3 vendor |
246 | 2025-07-17T20:31:53.975Z | perl system 5.36 system |
247 | 2025-07-17T20:31:53.975Z | postgresql system 15 system |
248 | 2025-07-17T20:31:53.975Z | postgresql system 13 system |
249 | 2025-07-17T20:31:53.975Z | python vendor 3 vendor |
250 | 2025-07-17T20:31:53.975Z | python system 2 system |
251 | 2025-07-17T20:31:53.975Z | python3 system 3.11 system |
252 | 2025-07-17T20:31:53.975Z | ruby system 3.0 system |
253 | 2025-07-17T20:31:53.975Z | words vendor vendor american-english |
254 | 2025-07-17T20:31:53.975Z | words system system australian-english |
255 | 2025-07-17T20:31:53.975Z | words system system british-english |
256 | 2025-07-17T20:31:53.975Z | words system system canadian-english |
257 | 2025-07-17T20:31:53.975Z | words system system french |
258 | 2025-07-17T20:31:53.975Z | words system system italian |
259 | 2025-07-17T20:31:53.975Z | words system system ngerman |
260 | 2025-07-17T20:31:53.975Z | words system system ogerman |
261 | 2025-07-17T20:31:53.975Z | words system system spanish |
262 | 2025-07-17T20:31:54.306Z | PUBLISHER TYPE STATUS P LOCATION |
263 | 2025-07-17T20:31:54.306Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
264 | 2025-07-17T20:31:59.016Z | FMRI IFO |
265 | 2025-07-17T20:31:59.016Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
266 | 2025-07-17T20:31:59.016Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
267 | 2025-07-17T20:31:59.016Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
268 | 2025-07-17T20:31:59.016Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
269 | 2025-07-17T20:31:59.016Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
270 | 2025-07-17T20:31:59.016Z | pkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i-- |
271 | 2025-07-17T20:31:59.016Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
272 | 2025-07-17T20:31:59.016Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i-- |
273 | 2025-07-17T20:31:59.016Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
274 | 2025-07-17T20:31:59.016Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
275 | 2025-07-17T20:31:59.016Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i-- |
276 | 2025-07-17T20:31:59.016Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
277 | 2025-07-17T20:31:59.016Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
278 | 2025-07-17T20:31:59.016Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i-- |
279 | 2025-07-17T20:31:59.016Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
280 | 2025-07-17T20:31:59.016Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
281 | 2025-07-17T20:32:00.000Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
282 | 2025-07-17T20:32:00.299Z | Updating crates.io index |
283 | 2025-07-17T20:32:00.347Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
284 | 2025-07-17T20:32:00.660Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
285 | 2025-07-17T20:32:01.263Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
286 | 2025-07-17T20:32:01.539Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
287 | 2025-07-17T20:32:01.806Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
288 | 2025-07-17T20:32:02.147Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
289 | 2025-07-17T20:32:03.225Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
290 | 2025-07-17T20:32:05.129Z | Updating git repository `https://github.com/oxidecomputer/opte` |
291 | 2025-07-17T20:32:06.030Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
292 | 2025-07-17T20:32:06.750Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
293 | 2025-07-17T20:32:07.031Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
294 | 2025-07-17T20:32:07.314Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
295 | 2025-07-17T20:32:08.024Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
296 | 2025-07-17T20:32:08.304Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
297 | 2025-07-17T20:32:08.763Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
298 | 2025-07-17T20:32:09.265Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
299 | 2025-07-17T20:32:09.648Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
300 | 2025-07-17T20:32:09.953Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
301 | 2025-07-17T20:32:10.233Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
302 | 2025-07-17T20:32:10.473Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
303 | 2025-07-17T20:32:10.717Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
304 | 2025-07-17T20:32:11.098Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
305 | 2025-07-17T20:32:11.404Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
306 | 2025-07-17T20:32:11.706Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
307 | 2025-07-17T20:32:12.344Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
308 | 2025-07-17T20:32:12.677Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
309 | 2025-07-17T20:32:12.971Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
310 | 2025-07-17T20:32:13.324Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
311 | 2025-07-17T20:32:13.901Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
312 | 2025-07-17T20:32:14.155Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
313 | 2025-07-17T20:32:14.422Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
314 | 2025-07-17T20:32:14.676Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
315 | 2025-07-17T20:32:23.722Z | Updating git repository `https://github.com/illumos/smf-rs` |
316 | 2025-07-17T20:32:25.111Z | Downloading crates ... |
317 | 2025-07-17T20:32:25.259Z | Downloaded anstream v0.6.18 |
318 | 2025-07-17T20:32:25.273Z | Downloaded dtrace-parser v0.2.0 |
319 | 2025-07-17T20:32:25.278Z | Downloaded bitflags v2.9.1 |
320 | 2025-07-17T20:32:25.284Z | Downloaded erased-serde v0.4.6 |
321 | 2025-07-17T20:32:25.288Z | Downloaded tabled_derive v0.7.0 |
322 | 2025-07-17T20:32:25.289Z | Downloaded fnv v1.0.7 |
323 | 2025-07-17T20:32:25.293Z | Downloaded cpufeatures v0.2.14 |
324 | 2025-07-17T20:32:25.298Z | Downloaded anstyle-query v1.1.1 |
325 | 2025-07-17T20:32:25.298Z | Downloaded writeable v0.5.5 |
326 | 2025-07-17T20:32:25.302Z | Downloaded utf16_iter v1.0.5 |
327 | 2025-07-17T20:32:25.302Z | Downloaded usdt-impl v0.5.0 |
328 | 2025-07-17T20:32:25.302Z | Downloaded heck v0.5.0 |
329 | 2025-07-17T20:32:25.307Z | Downloaded serde-value v0.7.0 |
330 | 2025-07-17T20:32:25.307Z | Downloaded unicode-linebreak v0.1.5 |
331 | 2025-07-17T20:32:25.312Z | Downloaded heck v0.4.1 |
332 | 2025-07-17T20:32:25.313Z | Downloaded write16 v1.0.0 |
333 | 2025-07-17T20:32:25.313Z | Downloaded zerofrom v0.1.4 |
334 | 2025-07-17T20:32:25.313Z | Downloaded errno v0.3.12 |
335 | 2025-07-17T20:32:25.318Z | Downloaded displaydoc v0.2.5 |
336 | 2025-07-17T20:32:25.318Z | Downloaded yoke-derive v0.7.4 |
337 | 2025-07-17T20:32:25.324Z | Downloaded yoke v0.7.4 |
338 | 2025-07-17T20:32:25.324Z | Downloaded usdt-attr-macro v0.5.0 |
339 | 2025-07-17T20:32:25.324Z | Downloaded cargo_metadata v0.20.0 |
340 | 2025-07-17T20:32:25.324Z | Downloaded cargo-util-schemas v0.2.0 |
341 | 2025-07-17T20:32:25.329Z | Downloaded zerofrom-derive v0.1.4 |
342 | 2025-07-17T20:32:25.329Z | Downloaded hashbrown v0.15.4 |
343 | 2025-07-17T20:32:25.336Z | Downloaded zerovec-derive v0.10.3 |
344 | 2025-07-17T20:32:25.336Z | Downloaded thiserror v1.0.69 |
345 | 2025-07-17T20:32:25.342Z | Downloaded icu_properties v1.5.1 |
346 | 2025-07-17T20:32:25.342Z | Downloaded scroll_derive v0.12.0 |
347 | 2025-07-17T20:32:25.343Z | Downloaded terminal_size v0.4.0 |
348 | 2025-07-17T20:32:25.349Z | Downloaded thiserror-impl v1.0.69 |
349 | 2025-07-17T20:32:25.349Z | Downloaded anstyle v1.0.11 |
350 | 2025-07-17T20:32:25.349Z | Downloaded utf8_iter v1.0.4 |
351 | 2025-07-17T20:32:25.349Z | Downloaded equivalent v1.0.2 |
352 | 2025-07-17T20:32:25.349Z | Downloaded unicode-xid v0.2.6 |
353 | 2025-07-17T20:32:25.358Z | Downloaded tinystr v0.7.6 |
354 | 2025-07-17T20:32:25.358Z | Downloaded thiserror v2.0.12 |
355 | 2025-07-17T20:32:25.366Z | Downloaded zerocopy-derive v0.7.35 |
356 | 2025-07-17T20:32:25.366Z | Downloaded utf8parse v0.2.2 |
357 | 2025-07-17T20:32:25.366Z | Downloaded fs-err v3.1.1 |
358 | 2025-07-17T20:32:25.372Z | Downloaded icu_provider_macros v1.5.0 |
359 | 2025-07-17T20:32:25.372Z | Downloaded fastrand v2.1.1 |
360 | 2025-07-17T20:32:25.373Z | Downloaded textwrap v0.16.2 |
361 | 2025-07-17T20:32:25.388Z | Downloaded typenum v1.17.0 |
362 | 2025-07-17T20:32:25.388Z | Downloaded unicode-ident v1.0.18 |
363 | 2025-07-17T20:32:25.389Z | Downloaded pretty-hex v0.4.1 |
364 | 2025-07-17T20:32:25.389Z | Downloaded toml v0.8.23 |
365 | 2025-07-17T20:32:25.397Z | Downloaded swrite v0.1.0 |
366 | 2025-07-17T20:32:25.397Z | Downloaded ucd-trie v0.1.7 |
367 | 2025-07-17T20:32:25.397Z | Downloaded byteorder v1.5.0 |
368 | 2025-07-17T20:32:25.397Z | Downloaded serde-untagged v0.1.7 |
369 | 2025-07-17T20:32:25.397Z | Downloaded toml_edit v0.22.27 |
370 | 2025-07-17T20:32:25.397Z | Downloaded strsim v0.11.1 |
371 | 2025-07-17T20:32:25.397Z | Downloaded url v2.5.4 |
372 | 2025-07-17T20:32:25.397Z | Downloaded serde_spanned v0.6.9 |
373 | 2025-07-17T20:32:25.405Z | Downloaded quote v1.0.40 |
374 | 2025-07-17T20:32:25.405Z | Downloaded dof v0.3.0 |
375 | 2025-07-17T20:32:25.405Z | Downloaded autocfg v1.4.0 |
376 | 2025-07-17T20:32:25.405Z | Downloaded digest v0.10.7 |
377 | 2025-07-17T20:32:25.405Z | Downloaded clap_lex v0.7.4 |
378 | 2025-07-17T20:32:25.405Z | Downloaded percent-encoding v2.3.1 |
379 | 2025-07-17T20:32:25.412Z | Downloaded idna_adapter v1.2.0 |
380 | 2025-07-17T20:32:25.412Z | Downloaded form_urlencoded v1.2.1 |
381 | 2025-07-17T20:32:25.412Z | Downloaded zerovec v0.10.4 |
382 | 2025-07-17T20:32:25.415Z | Downloaded serde_tokenstream v0.2.2 |
383 | 2025-07-17T20:32:25.415Z | Downloaded zerocopy v0.7.35 |
384 | 2025-07-17T20:32:25.429Z | Downloaded synstructure v0.13.1 |
385 | 2025-07-17T20:32:25.434Z | Downloaded icu_collections v1.5.0 |
386 | 2025-07-17T20:32:25.440Z | Downloaded stable_deref_trait v1.2.0 |
387 | 2025-07-17T20:32:25.440Z | Downloaded smawk v0.3.2 |
388 | 2025-07-17T20:32:25.440Z | Downloaded once_cell v1.21.3 |
389 | 2025-07-17T20:32:25.445Z | Downloaded unicode-width v0.2.0 |
390 | 2025-07-17T20:32:25.449Z | Downloaded unicode-width v0.1.14 |
391 | 2025-07-17T20:32:25.449Z | Downloaded proc-macro-error v1.0.4 |
392 | 2025-07-17T20:32:25.454Z | Downloaded clap_derive v4.5.40 |
393 | 2025-07-17T20:32:25.458Z | Downloaded sha2 v0.10.9 |
394 | 2025-07-17T20:32:25.458Z | Downloaded anstyle-parse v0.2.5 |
395 | 2025-07-17T20:32:25.458Z | Downloaded scroll v0.12.0 |
396 | 2025-07-17T20:32:25.462Z | Downloaded litemap v0.7.3 |
397 | 2025-07-17T20:32:25.462Z | Downloaded semver v1.0.26 |
398 | 2025-07-17T20:32:25.466Z | Downloaded ryu v1.0.18 |
399 | 2025-07-17T20:32:25.466Z | Downloaded generic-array v0.14.7 |
400 | 2025-07-17T20:32:25.470Z | Downloaded pest_generator v2.7.14 |
401 | 2025-07-17T20:32:25.470Z | Downloaded icu_provider v1.5.0 |
402 | 2025-07-17T20:32:25.475Z | Downloaded proc-macro2 v1.0.95 |
403 | 2025-07-17T20:32:25.475Z | Downloaded camino v1.1.10 |
404 | 2025-07-17T20:32:25.479Z | Downloaded icu_normalizer_data v1.5.0 |
405 | 2025-07-17T20:32:25.479Z | Downloaded icu_locid_transform_data v1.5.0 |
406 | 2025-07-17T20:32:25.479Z | Downloaded getrandom v0.3.1 |
407 | 2025-07-17T20:32:25.483Z | Downloaded camino-tempfile v1.4.1 |
408 | 2025-07-17T20:32:25.483Z | Downloaded memmap v0.7.0 |
409 | 2025-07-17T20:32:25.487Z | Downloaded tempfile v3.20.0 |
410 | 2025-07-17T20:32:25.487Z | Downloaded log v0.4.27 |
411 | 2025-07-17T20:32:25.492Z | Downloaded anyhow v1.0.98 |
412 | 2025-07-17T20:32:25.497Z | Downloaded serde_derive v1.0.219 |
413 | 2025-07-17T20:32:25.497Z | Downloaded smallvec v1.15.0 |
414 | 2025-07-17T20:32:25.497Z | Downloaded pest_meta v2.7.14 |
415 | 2025-07-17T20:32:25.501Z | Downloaded pest_derive v2.7.14 |
416 | 2025-07-17T20:32:25.501Z | Downloaded num-traits v0.2.19 |
417 | 2025-07-17T20:32:25.507Z | Downloaded macaddr v1.0.1 |
418 | 2025-07-17T20:32:25.507Z | Downloaded icu_locid_transform v1.5.0 |
419 | 2025-07-17T20:32:25.512Z | Downloaded winnow v0.7.10 |
420 | 2025-07-17T20:32:25.519Z | Downloaded serde v1.0.219 |
421 | 2025-07-17T20:32:25.524Z | Downloaded papergrid v0.11.0 |
422 | 2025-07-17T20:32:25.524Z | Downloaded plain v0.2.3 |
423 | 2025-07-17T20:32:25.525Z | Downloaded ordered-float v2.10.1 |
424 | 2025-07-17T20:32:25.531Z | Downloaded indexmap v2.10.0 |
425 | 2025-07-17T20:32:25.531Z | Downloaded is_terminal_polyfill v1.70.1 |
426 | 2025-07-17T20:32:25.531Z | Downloaded crypto-common v0.1.6 |
427 | 2025-07-17T20:32:25.531Z | Downloaded bytecount v0.6.8 |
428 | 2025-07-17T20:32:25.538Z | Downloaded cargo_toml v0.21.0 |
429 | 2025-07-17T20:32:25.538Z | Downloaded clap_builder v4.5.40 |
430 | 2025-07-17T20:32:25.543Z | Downloaded memchr v2.7.4 |
431 | 2025-07-17T20:32:25.547Z | Downloaded cfg-if v1.0.1 |
432 | 2025-07-17T20:32:25.547Z | Downloaded cargo-platform v0.2.0 |
433 | 2025-07-17T20:32:25.547Z | Downloaded typeid v1.0.3 |
434 | 2025-07-17T20:32:25.547Z | Downloaded toml_datetime v0.6.11 |
435 | 2025-07-17T20:32:25.552Z | Downloaded usdt v0.5.0 |
436 | 2025-07-17T20:32:25.552Z | Downloaded toml_write v0.1.2 |
437 | 2025-07-17T20:32:25.552Z | Downloaded icu_locid v1.5.0 |
438 | 2025-07-17T20:32:25.556Z | Downloaded pest v2.7.14 |
439 | 2025-07-17T20:32:25.561Z | Downloaded idna v1.0.3 |
440 | 2025-07-17T20:32:25.566Z | Downloaded icu_normalizer v1.5.0 |
441 | 2025-07-17T20:32:25.567Z | Downloaded serde_json v1.0.140 |
442 | 2025-07-17T20:32:25.571Z | Downloaded version_check v0.9.5 |
443 | 2025-07-17T20:32:25.575Z | Downloaded goblin v0.8.2 |
444 | 2025-07-17T20:32:25.580Z | Downloaded thread-id v4.2.2 |
445 | 2025-07-17T20:32:25.580Z | Downloaded thiserror-impl v2.0.12 |
446 | 2025-07-17T20:32:25.580Z | Downloaded usdt-macro v0.5.0 |
447 | 2025-07-17T20:32:25.580Z | Downloaded block-buffer v0.10.4 |
448 | 2025-07-17T20:32:25.585Z | Downloaded colorchoice v1.0.2 |
449 | 2025-07-17T20:32:25.585Z | Downloaded proc-macro-error-attr v1.0.4 |
450 | 2025-07-17T20:32:25.585Z | Downloaded itoa v1.0.11 |
451 | 2025-07-17T20:32:25.585Z | Downloaded clap v4.5.40 |
452 | 2025-07-17T20:32:25.590Z | Downloaded tabled v0.15.0 |
453 | 2025-07-17T20:32:25.614Z | Downloaded icu_properties_data v1.5.0 |
454 | 2025-07-17T20:32:25.622Z | Downloaded syn v1.0.109 |
455 | 2025-07-17T20:32:25.638Z | Downloaded syn v2.0.104 |
456 | 2025-07-17T20:32:25.648Z | Downloaded rustix v0.38.37 |
457 | 2025-07-17T20:32:25.666Z | Downloaded rustix v1.0.7 |
458 | 2025-07-17T20:32:25.710Z | Downloaded libc v0.2.174 |
459 | 2025-07-17T20:32:25.787Z | Compiling proc-macro2 v1.0.95 |
460 | 2025-07-17T20:32:25.787Z | Compiling unicode-ident v1.0.18 |
461 | 2025-07-17T20:32:25.787Z | Compiling serde v1.0.219 |
462 | 2025-07-17T20:32:25.791Z | Compiling version_check v0.9.5 |
463 | 2025-07-17T20:32:25.791Z | Compiling thiserror v1.0.69 |
464 | 2025-07-17T20:32:25.791Z | Compiling libc v0.2.174 |
465 | 2025-07-17T20:32:26.003Z | Compiling memchr v2.7.4 |
466 | 2025-07-17T20:32:26.006Z | Compiling stable_deref_trait v1.2.0 |
467 | 2025-07-17T20:32:26.240Z | Compiling autocfg v1.4.0 |
468 | 2025-07-17T20:32:26.265Z | Compiling itoa v1.0.11 |
469 | 2025-07-17T20:32:26.503Z | Compiling ryu v1.0.18 |
470 | 2025-07-17T20:32:26.689Z | Compiling ucd-trie v0.1.7 |
471 | 2025-07-17T20:32:26.714Z | Compiling writeable v0.5.5 |
472 | 2025-07-17T20:32:26.842Z | Compiling litemap v0.7.3 |
473 | 2025-07-17T20:32:27.127Z | Compiling once_cell v1.21.3 |
474 | 2025-07-17T20:32:27.175Z | Compiling icu_locid_transform_data v1.5.0 |
475 | 2025-07-17T20:32:27.201Z | Compiling byteorder v1.5.0 |
476 | 2025-07-17T20:32:27.234Z | Compiling bitflags v2.9.1 |
477 | 2025-07-17T20:32:27.290Z | Compiling icu_properties_data v1.5.0 |
478 | 2025-07-17T20:32:27.473Z | Compiling serde_json v1.0.140 |
479 | 2025-07-17T20:32:27.577Z | Compiling num-traits v0.2.19 |
480 | 2025-07-17T20:32:27.649Z | Compiling write16 v1.0.0 |
481 | 2025-07-17T20:32:27.680Z | Compiling utf8_iter v1.0.4 |
482 | 2025-07-17T20:32:27.805Z | Compiling quote v1.0.40 |
483 | 2025-07-17T20:32:27.900Z | Compiling utf16_iter v1.0.5 |
484 | 2025-07-17T20:32:27.927Z | Compiling hashbrown v0.15.4 |
485 | 2025-07-17T20:32:27.951Z | Compiling errno v0.3.12 |
486 | 2025-07-17T20:32:27.956Z | Compiling smallvec v1.15.0 |
487 | 2025-07-17T20:32:28.107Z | Compiling rustix v0.38.37 |
488 | 2025-07-17T20:32:28.132Z | Compiling equivalent v1.0.2 |
489 | 2025-07-17T20:32:28.195Z | Compiling syn v2.0.104 |
490 | 2025-07-17T20:32:28.276Z | Compiling icu_normalizer_data v1.5.0 |
491 | 2025-07-17T20:32:28.303Z | Compiling typeid v1.0.3 |
492 | 2025-07-17T20:32:28.396Z | Compiling usdt-impl v0.5.0 |
493 | 2025-07-17T20:32:28.516Z | Compiling proc-macro-error-attr v1.0.4 |
494 | 2025-07-17T20:32:28.762Z | Compiling syn v1.0.109 |
495 | 2025-07-17T20:32:28.840Z | Compiling winnow v0.7.10 |
496 | 2025-07-17T20:32:28.911Z | Compiling toml_write v0.1.2 |
497 | 2025-07-17T20:32:29.009Z | Compiling indexmap v2.10.0 |
498 | 2025-07-17T20:32:29.078Z | Compiling thread-id v4.2.2 |
499 | 2025-07-17T20:32:29.300Z | Compiling proc-macro-error v1.0.4 |
500 | 2025-07-17T20:32:29.303Z | Compiling percent-encoding v2.3.1 |
501 | 2025-07-17T20:32:29.436Z | Compiling plain v0.2.3 |
502 | 2025-07-17T20:32:29.623Z | Compiling camino v1.1.10 |
503 | 2025-07-17T20:32:29.646Z | Compiling getrandom v0.3.1 |
504 | 2025-07-17T20:32:29.669Z | Compiling log v0.4.27 |
505 | 2025-07-17T20:32:30.024Z | Compiling semver v1.0.26 |
506 | 2025-07-17T20:32:30.219Z | Compiling utf8parse v0.2.2 |
507 | 2025-07-17T20:32:30.321Z | Compiling rustix v1.0.7 |
508 | 2025-07-17T20:32:30.375Z | Compiling anstyle-parse v0.2.5 |
509 | 2025-07-17T20:32:30.410Z | Compiling terminal_size v0.4.0 |
510 | 2025-07-17T20:32:30.622Z | Compiling form_urlencoded v1.2.1 |
511 | 2025-07-17T20:32:30.940Z | Compiling ordered-float v2.10.1 |
512 | 2025-07-17T20:32:30.988Z | Compiling anstyle v1.0.11 |
513 | 2025-07-17T20:32:31.057Z | Compiling colorchoice v1.0.2 |
514 | 2025-07-17T20:32:31.137Z | Compiling is_terminal_polyfill v1.70.1 |
515 | 2025-07-17T20:32:31.231Z | Compiling thiserror v2.0.12 |
516 | 2025-07-17T20:32:31.289Z | Compiling anstyle-query v1.1.1 |
517 | 2025-07-17T20:32:32.395Z | Compiling pretty-hex v0.4.1 |
518 | 2025-07-17T20:32:32.410Z | Compiling cfg-if v1.0.1 |
519 | 2025-07-17T20:32:32.410Z | Compiling anstream v0.6.18 |
520 | 2025-07-17T20:32:32.410Z | Compiling fs-err v3.1.1 |
521 | 2025-07-17T20:32:32.411Z | Compiling strsim v0.11.1 |
522 | 2025-07-17T20:32:32.411Z | Compiling heck v0.4.1 |
523 | 2025-07-17T20:32:32.411Z | Compiling heck v0.5.0 |
524 | 2025-07-17T20:32:32.627Z | Compiling clap_lex v0.7.4 |
525 | 2025-07-17T20:32:32.737Z | Compiling unicode-width v0.1.14 |
526 | 2025-07-17T20:32:32.755Z | Compiling fnv v1.0.7 |
527 | 2025-07-17T20:32:32.820Z | Compiling anyhow v1.0.98 |
528 | 2025-07-17T20:32:32.918Z | Compiling bytecount v0.6.8 |
529 | 2025-07-17T20:32:33.037Z | Compiling fastrand v2.1.1 |
530 | 2025-07-17T20:32:33.123Z | Compiling unicode-xid v0.2.6 |
531 | 2025-07-17T20:32:33.285Z | Compiling papergrid v0.11.0 |
532 | 2025-07-17T20:32:33.532Z | Compiling tempfile v3.20.0 |
533 | 2025-07-17T20:32:33.557Z | Compiling clap_builder v4.5.40 |
534 | 2025-07-17T20:32:33.977Z | Compiling memmap v0.7.0 |
535 | 2025-07-17T20:32:33.999Z | Compiling unicode-linebreak v0.1.5 |
536 | 2025-07-17T20:32:34.317Z | Compiling smawk v0.3.2 |
537 | 2025-07-17T20:32:34.344Z | Compiling unicode-width v0.2.0 |
538 | 2025-07-17T20:32:34.896Z | Compiling synstructure v0.13.1 |
539 | 2025-07-17T20:32:35.055Z | Compiling textwrap v0.16.2 |
540 | 2025-07-17T20:32:35.277Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
541 | 2025-07-17T20:32:35.746Z | Compiling swrite v0.1.0 |
542 | 2025-07-17T20:32:35.897Z | Compiling tabled_derive v0.7.0 |
543 | 2025-07-17T20:32:37.193Z | Compiling serde_derive v1.0.219 |
544 | 2025-07-17T20:32:37.193Z | Compiling thiserror-impl v1.0.69 |
545 | 2025-07-17T20:32:37.193Z | Compiling zerofrom-derive v0.1.4 |
546 | 2025-07-17T20:32:37.366Z | Compiling yoke-derive v0.7.4 |
547 | 2025-07-17T20:32:37.460Z | Compiling zerovec-derive v0.10.3 |
548 | 2025-07-17T20:32:37.549Z | Compiling displaydoc v0.2.5 |
549 | 2025-07-17T20:32:39.085Z | Compiling icu_provider_macros v1.5.0 |
550 | 2025-07-17T20:32:39.921Z | Compiling zerocopy-derive v0.7.35 |
551 | 2025-07-17T20:32:39.993Z | Compiling scroll_derive v0.12.0 |
552 | 2025-07-17T20:32:40.022Z | Compiling thiserror-impl v2.0.12 |
553 | 2025-07-17T20:32:40.101Z | Compiling clap_derive v4.5.40 |
554 | 2025-07-17T20:32:40.214Z | Compiling pest v2.7.14 |
555 | 2025-07-17T20:32:40.561Z | Compiling zerofrom v0.1.4 |
556 | 2025-07-17T20:32:40.818Z | Compiling yoke v0.7.4 |
557 | 2025-07-17T20:32:41.204Z | Compiling zerovec v0.10.4 |
558 | 2025-07-17T20:32:41.373Z | Compiling scroll v0.12.0 |
559 | 2025-07-17T20:32:41.837Z | Compiling zerocopy v0.7.35 |
560 | 2025-07-17T20:32:41.893Z | Compiling goblin v0.8.2 |
561 | 2025-07-17T20:32:42.146Z | Compiling tabled v0.15.0 |
562 | 2025-07-17T20:32:43.067Z | Compiling tinystr v0.7.6 |
563 | 2025-07-17T20:32:43.095Z | Compiling pest_meta v2.7.14 |
564 | 2025-07-17T20:32:43.120Z | Compiling icu_collections v1.5.0 |
565 | 2025-07-17T20:32:43.472Z | Compiling icu_locid v1.5.0 |
566 | 2025-07-17T20:32:44.251Z | Compiling clap v4.5.40 |
567 | 2025-07-17T20:32:44.435Z | Compiling icu_provider v1.5.0 |
568 | 2025-07-17T20:32:44.454Z | Compiling pest_generator v2.7.14 |
569 | 2025-07-17T20:32:45.243Z | Compiling icu_locid_transform v1.5.0 |
570 | 2025-07-17T20:32:46.518Z | Compiling icu_properties v1.5.1 |
571 | 2025-07-17T20:32:46.556Z | Compiling pest_derive v2.7.14 |
572 | 2025-07-17T20:32:47.274Z | Compiling dtrace-parser v0.2.0 |
573 | 2025-07-17T20:32:48.937Z | Compiling toml_datetime v0.6.11 |
574 | 2025-07-17T20:32:48.937Z | Compiling serde_spanned v0.6.9 |
575 | 2025-07-17T20:32:48.940Z | Compiling erased-serde v0.4.6 |
576 | 2025-07-17T20:32:48.941Z | Compiling serde-value v0.7.0 |
577 | 2025-07-17T20:32:49.246Z | Compiling serde_tokenstream v0.2.2 |
578 | 2025-07-17T20:32:49.272Z | Compiling toml_edit v0.22.27 |
579 | 2025-07-17T20:32:49.840Z | Compiling cargo-platform v0.2.0 |
580 | 2025-07-17T20:32:50.021Z | Compiling icu_normalizer v1.5.0 |
581 | 2025-07-17T20:32:50.136Z | Compiling serde-untagged v0.1.7 |
582 | 2025-07-17T20:32:50.379Z | Compiling camino-tempfile v1.4.1 |
583 | 2025-07-17T20:32:50.576Z | Compiling macaddr v1.0.1 |
584 | 2025-07-17T20:32:50.651Z | Compiling dof v0.3.0 |
585 | 2025-07-17T20:32:50.985Z | Compiling idna_adapter v1.2.0 |
586 | 2025-07-17T20:32:51.226Z | Compiling idna v1.0.3 |
587 | 2025-07-17T20:32:51.788Z | Compiling url v2.5.4 |
588 | 2025-07-17T20:32:52.359Z | Compiling toml v0.8.23 |
589 | 2025-07-17T20:32:52.385Z | Compiling usdt-macro v0.5.0 |
590 | 2025-07-17T20:32:52.388Z | Compiling usdt-attr-macro v0.5.0 |
591 | 2025-07-17T20:32:53.131Z | Compiling cargo-util-schemas v0.2.0 |
592 | 2025-07-17T20:32:53.131Z | Compiling cargo_toml v0.21.0 |
593 | 2025-07-17T20:32:53.618Z | Compiling usdt v0.5.0 |
594 | 2025-07-17T20:32:54.671Z | Compiling cargo_metadata v0.20.0 |
595 | 2025-07-17T20:32:56.437Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
596 | 2025-07-17T20:32:59.799Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s |
597 | 2025-07-17T20:33:00.083Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
598 | 2025-07-17T20:33:00.734Z | Downloading crates ... |
599 | 2025-07-17T20:33:00.877Z | Downloaded atomic-waker v1.1.2 |
600 | 2025-07-17T20:33:00.881Z | Downloaded aead v0.5.2 |
601 | 2025-07-17T20:33:00.884Z | Downloaded addr2line v0.24.2 |
602 | 2025-07-17T20:33:00.887Z | Downloaded arrayref v0.3.9 |
603 | 2025-07-17T20:33:00.890Z | Downloaded aes-gcm v0.10.3 |
604 | 2025-07-17T20:33:00.894Z | Downloaded half v2.4.1 |
605 | 2025-07-17T20:33:00.898Z | Downloaded async-stream-impl v0.3.6 |
606 | 2025-07-17T20:33:00.898Z | Downloaded crucible-workspace-hack v0.1.0 |
607 | 2025-07-17T20:33:00.898Z | Downloaded adler2 v2.0.0 |
608 | 2025-07-17T20:33:00.902Z | Downloaded async-bb8-diesel v0.2.1 |
609 | 2025-07-17T20:33:00.902Z | Downloaded heapless v0.7.17 |
610 | 2025-07-17T20:33:00.907Z | Downloaded inout v0.1.3 |
611 | 2025-07-17T20:33:00.911Z | Downloaded heck v0.3.3 |
612 | 2025-07-17T20:33:00.911Z | Downloaded assert_matches v1.5.0 |
613 | 2025-07-17T20:33:00.911Z | Downloaded ahash v0.8.11 |
614 | 2025-07-17T20:33:00.914Z | Downloaded base16ct v0.2.0 |
615 | 2025-07-17T20:33:00.918Z | Downloaded atty v0.2.14 |
616 | 2025-07-17T20:33:00.918Z | Downloaded async-trait v0.1.88 |
617 | 2025-07-17T20:33:00.923Z | Downloaded ingot v0.1.1 |
618 | 2025-07-17T20:33:00.927Z | Downloaded hash32 v0.2.1 |
619 | 2025-07-17T20:33:00.927Z | Downloaded ingot-macros v0.1.1 |
620 | 2025-07-17T20:33:00.927Z | Downloaded backoff v0.4.0 |
621 | 2025-07-17T20:33:00.930Z | Downloaded async-recursion v1.1.1 |
622 | 2025-07-17T20:33:00.933Z | Downloaded instant v0.1.13 |
623 | 2025-07-17T20:33:00.936Z | Downloaded hash32 v0.3.1 |
624 | 2025-07-17T20:33:00.936Z | Downloaded backtrace v0.3.74 |
625 | 2025-07-17T20:33:00.942Z | Downloaded ipnet v2.11.0 |
626 | 2025-07-17T20:33:00.945Z | Downloaded headers v0.4.1 |
627 | 2025-07-17T20:33:00.950Z | Downloaded ingot-types v0.1.2 |
628 | 2025-07-17T20:33:00.953Z | Downloaded hubpack_derive v0.1.1 |
629 | 2025-07-17T20:33:00.957Z | Downloaded httpdate v1.0.3 |
630 | 2025-07-17T20:33:00.957Z | Downloaded http-range v0.1.5 |
631 | 2025-07-17T20:33:00.960Z | Downloaded http-body v1.0.1 |
632 | 2025-07-17T20:33:00.960Z | Downloaded highway v1.3.0 |
633 | 2025-07-17T20:33:00.963Z | Downloaded ident_case v1.0.1 |
634 | 2025-07-17T20:33:00.966Z | Downloaded http-body-util v0.1.3 |
635 | 2025-07-17T20:33:00.966Z | Downloaded crc8 v0.1.1 |
636 | 2025-07-17T20:33:00.969Z | Downloaded cfg_aliases v0.2.1 |
637 | 2025-07-17T20:33:00.969Z | Downloaded cfg_aliases v0.1.1 |
638 | 2025-07-17T20:33:00.972Z | Downloaded linked-hash-map v0.5.6 |
639 | 2025-07-17T20:33:00.972Z | Downloaded chacha20 v0.9.1 |
640 | 2025-07-17T20:33:00.975Z | Downloaded bit-vec v0.6.3 |
641 | 2025-07-17T20:33:00.975Z | Downloaded libsw v3.5.0 |
642 | 2025-07-17T20:33:00.978Z | Downloaded bb8 v0.8.5 |
643 | 2025-07-17T20:33:00.981Z | Downloaded ciborium-io v0.2.2 |
644 | 2025-07-17T20:33:00.981Z | Downloaded precomputed-hash v0.1.1 |
645 | 2025-07-17T20:33:00.981Z | Downloaded bcrypt-pbkdf v0.10.0 |
646 | 2025-07-17T20:33:00.986Z | Downloaded internet-checksum v0.2.1 |
647 | 2025-07-17T20:33:00.986Z | Downloaded indoc v2.0.6 |
648 | 2025-07-17T20:33:00.989Z | Downloaded match_cfg v0.1.0 |
649 | 2025-07-17T20:33:00.989Z | Downloaded cexpr v0.6.0 |
650 | 2025-07-17T20:33:00.992Z | Downloaded hex-literal v0.4.1 |
651 | 2025-07-17T20:33:00.995Z | Downloaded md5 v0.7.0 |
652 | 2025-07-17T20:33:00.995Z | Downloaded lru v0.12.5 |
653 | 2025-07-17T20:33:00.998Z | Downloaded cipher v0.4.4 |
654 | 2025-07-17T20:33:00.998Z | Downloaded libz-rs-sys v0.5.1 |
655 | 2025-07-17T20:33:01.001Z | Downloaded chrono-tz-build v0.4.0 |
656 | 2025-07-17T20:33:01.001Z | Downloaded httparse v1.9.5 |
657 | 2025-07-17T20:33:01.004Z | Downloaded cassowary v0.3.0 |
658 | 2025-07-17T20:33:01.007Z | Downloaded bit-set v0.8.0 |
659 | 2025-07-17T20:33:01.007Z | Downloaded constant_time_eq v0.3.1 |
660 | 2025-07-17T20:33:01.011Z | Downloaded hmac v0.12.1 |
661 | 2025-07-17T20:33:01.014Z | Downloaded crossbeam-deque v0.8.5 |
662 | 2025-07-17T20:33:01.014Z | Downloaded critical-section v1.1.3 |
663 | 2025-07-17T20:33:01.017Z | Downloaded lockfree-object-pool v0.1.6 |
664 | 2025-07-17T20:33:01.020Z | Downloaded crc v3.2.1 |
665 | 2025-07-17T20:33:01.023Z | Downloaded camino-tempfile-ext v0.3.2 |
666 | 2025-07-17T20:33:01.023Z | Downloaded lzss v0.8.2 |
667 | 2025-07-17T20:33:01.026Z | Downloaded cobs v0.2.3 |
668 | 2025-07-17T20:33:01.030Z | Downloaded ciborium-ll v0.2.2 |
669 | 2025-07-17T20:33:01.030Z | Downloaded cbc v0.1.2 |
670 | 2025-07-17T20:33:01.033Z | Downloaded md-5 v0.10.6 |
671 | 2025-07-17T20:33:01.033Z | Downloaded blowfish v0.9.1 |
672 | 2025-07-17T20:33:01.036Z | Downloaded cargo_metadata v0.18.1 |
673 | 2025-07-17T20:33:01.039Z | Downloaded strum v0.27.1 |
674 | 2025-07-17T20:33:01.039Z | Downloaded indent_write v2.2.0 |
675 | 2025-07-17T20:33:01.042Z | Downloaded primeorder v0.13.6 |
676 | 2025-07-17T20:33:01.042Z | Downloaded crc-catalog v2.4.0 |
677 | 2025-07-17T20:33:01.045Z | Downloaded take_mut v0.2.2 |
678 | 2025-07-17T20:33:01.045Z | Downloaded rand_core v0.6.4 |
679 | 2025-07-17T20:33:01.048Z | Downloaded tabwriter v1.4.0 |
680 | 2025-07-17T20:33:01.052Z | Downloaded strum v0.26.3 |
681 | 2025-07-17T20:33:01.052Z | Downloaded structmeta-derive v0.3.0 |
682 | 2025-07-17T20:33:01.055Z | Downloaded rustc_version v0.1.7 |
683 | 2025-07-17T20:33:01.055Z | Downloaded hickory-client v0.25.2 |
684 | 2025-07-17T20:33:01.058Z | Downloaded rustc_version v0.4.1 |
685 | 2025-07-17T20:33:01.058Z | Downloaded buf-list v1.0.3 |
686 | 2025-07-17T20:33:01.061Z | Downloaded signal-hook-mio v0.2.4 |
687 | 2025-07-17T20:33:01.064Z | Downloaded shlex v1.3.0 |
688 | 2025-07-17T20:33:01.064Z | Downloaded shell-words v1.1.0 |
689 | 2025-07-17T20:33:01.068Z | Downloaded const_format_proc_macros v0.2.34 |
690 | 2025-07-17T20:33:01.071Z | Downloaded lock_api v0.4.12 |
691 | 2025-07-17T20:33:01.071Z | Downloaded crc32fast v1.4.2 |
692 | 2025-07-17T20:33:01.074Z | Downloaded lazycell v1.3.0 |
693 | 2025-07-17T20:33:01.077Z | Downloaded hyper-staticfile v0.10.1 |
694 | 2025-07-17T20:33:01.077Z | Downloaded rustversion v1.0.17 |
695 | 2025-07-17T20:33:01.080Z | Downloaded libloading v0.8.5 |
696 | 2025-07-17T20:33:01.083Z | Downloaded want v0.3.1 |
697 | 2025-07-17T20:33:01.086Z | Downloaded void v1.0.2 |
698 | 2025-07-17T20:33:01.086Z | Downloaded console v0.15.10 |
699 | 2025-07-17T20:33:01.089Z | Downloaded cstr-argument v0.1.2 |
700 | 2025-07-17T20:33:01.092Z | Downloaded curve25519-dalek-derive v0.1.1 |
701 | 2025-07-17T20:33:01.092Z | Downloaded static_assertions v1.1.0 |
702 | 2025-07-17T20:33:01.095Z | Downloaded iana-time-zone v0.1.63 |
703 | 2025-07-17T20:33:01.098Z | Downloaded darling_macro v0.20.10 |
704 | 2025-07-17T20:33:01.098Z | Downloaded tokio-macros v2.5.0 |
705 | 2025-07-17T20:33:01.101Z | Downloaded dyn-clone v1.0.19 |
706 | 2025-07-17T20:33:01.101Z | Downloaded dirs-next v2.0.0 |
707 | 2025-07-17T20:33:01.104Z | Downloaded normalize-line-endings v0.3.0 |
708 | 2025-07-17T20:33:01.104Z | Downloaded new_debug_unreachable v1.0.6 |
709 | 2025-07-17T20:33:01.107Z | Downloaded hashbrown v0.13.2 |
710 | 2025-07-17T20:33:01.110Z | Downloaded embedded-io v0.6.1 |
711 | 2025-07-17T20:33:01.113Z | Downloaded slog-bunyan v2.5.0 |
712 | 2025-07-17T20:33:01.113Z | Downloaded rand_core v0.9.2 |
713 | 2025-07-17T20:33:01.116Z | Downloaded foreign-types v0.3.2 |
714 | 2025-07-17T20:33:01.119Z | Downloaded const-oid v0.9.6 |
715 | 2025-07-17T20:33:01.119Z | Downloaded crossbeam-epoch v0.9.18 |
716 | 2025-07-17T20:33:01.123Z | Downloaded crossbeam-utils v0.8.21 |
717 | 2025-07-17T20:33:01.126Z | Downloaded blake2 v0.10.6 |
718 | 2025-07-17T20:33:01.131Z | Downloaded unarray v0.1.4 |
719 | 2025-07-17T20:33:01.134Z | Downloaded opaque-debug v0.3.1 |
720 | 2025-07-17T20:33:01.134Z | Downloaded clang-sys v1.8.1 |
721 | 2025-07-17T20:33:01.137Z | Downloaded walkdir v2.5.0 |
722 | 2025-07-17T20:33:01.137Z | Downloaded litrs v0.4.1 |
723 | 2025-07-17T20:33:01.140Z | Downloaded iddqd v0.3.8 |
724 | 2025-07-17T20:33:01.145Z | Downloaded xattr v1.3.1 |
725 | 2025-07-17T20:33:01.160Z | Downloaded sigpipe v0.1.3 |
726 | 2025-07-17T20:33:01.163Z | Downloaded predicates-tree v1.0.12 |
727 | 2025-07-17T20:33:01.163Z | Downloaded nibble_vec v0.1.0 |
728 | 2025-07-17T20:33:01.166Z | Downloaded futures-core v0.3.31 |
729 | 2025-07-17T20:33:01.166Z | Downloaded rusty-fork v0.3.0 |
730 | 2025-07-17T20:33:01.169Z | Downloaded embedded-io v0.4.0 |
731 | 2025-07-17T20:33:01.172Z | Downloaded typify v0.2.0 |
732 | 2025-07-17T20:33:01.177Z | Downloaded tls_codec v0.4.1 |
733 | 2025-07-17T20:33:01.180Z | Downloaded tokio-tungstenite v0.21.0 |
734 | 2025-07-17T20:33:01.180Z | Downloaded foldhash v0.1.5 |
735 | 2025-07-17T20:33:01.183Z | Downloaded signal-hook v0.3.17 |
736 | 2025-07-17T20:33:01.186Z | Downloaded sync-ptr v0.1.4 |
737 | 2025-07-17T20:33:01.186Z | Downloaded ciborium v0.2.2 |
738 | 2025-07-17T20:33:01.189Z | Downloaded time-core v0.1.2 |
739 | 2025-07-17T20:33:01.189Z | Downloaded glob v0.3.2 |
740 | 2025-07-17T20:33:01.192Z | Downloaded parse-display v0.10.0 |
741 | 2025-07-17T20:33:01.195Z | Downloaded strip-ansi-escapes v0.2.0 |
742 | 2025-07-17T20:33:01.195Z | Downloaded ssh-encoding v0.2.0 |
743 | 2025-07-17T20:33:01.198Z | Downloaded packed_struct_codegen v0.10.1 |
744 | 2025-07-17T20:33:01.198Z | Downloaded uzers v0.12.1 |
745 | 2025-07-17T20:33:01.201Z | Downloaded ignore v0.4.23 |
746 | 2025-07-17T20:33:01.205Z | Downloaded ppv-lite86 v0.2.20 |
747 | 2025-07-17T20:33:01.208Z | Downloaded psl-types v2.0.11 |
748 | 2025-07-17T20:33:01.208Z | Downloaded powerfmt v0.2.0 |
749 | 2025-07-17T20:33:01.211Z | Downloaded pin-utils v0.1.0 |
750 | 2025-07-17T20:33:01.211Z | Downloaded defmt v0.3.8 |
751 | 2025-07-17T20:33:01.214Z | Downloaded crunchy v0.2.2 |
752 | 2025-07-17T20:33:01.217Z | Downloaded daft v0.1.4 |
753 | 2025-07-17T20:33:01.220Z | Downloaded packed_struct v0.10.1 |
754 | 2025-07-17T20:33:01.220Z | Downloaded slog-envlogger v2.2.0 |
755 | 2025-07-17T20:33:01.224Z | Downloaded nu-ansi-term v0.50.1 |
756 | 2025-07-17T20:33:01.227Z | Downloaded futures-channel v0.3.31 |
757 | 2025-07-17T20:33:01.227Z | Downloaded const_format v0.2.34 |
758 | 2025-07-17T20:33:01.231Z | Downloaded vte_generate_state_changes v0.1.2 |
759 | 2025-07-17T20:33:01.234Z | Downloaded compact_str v0.8.0 |
760 | 2025-07-17T20:33:01.237Z | Downloaded dirs-sys-next v0.1.2 |
761 | 2025-07-17T20:33:01.241Z | Downloaded diesel_table_macro_syntax v0.2.0 |
762 | 2025-07-17T20:33:01.241Z | Downloaded supports-color v3.0.2 |
763 | 2025-07-17T20:33:01.244Z | Downloaded structmeta v0.3.0 |
764 | 2025-07-17T20:33:01.244Z | Downloaded schemars v0.8.22 |
765 | 2025-07-17T20:33:01.254Z | Downloaded newline-converter v0.3.0 |
766 | 2025-07-17T20:33:01.257Z | Downloaded unicase v2.7.0 |
767 | 2025-07-17T20:33:01.260Z | Downloaded globset v0.4.15 |
768 | 2025-07-17T20:33:01.260Z | Downloaded termios v0.3.3 |
769 | 2025-07-17T20:33:01.264Z | Downloaded slog-stdlog v4.1.1 |
770 | 2025-07-17T20:33:01.264Z | Downloaded newtype_derive v0.1.6 |
771 | 2025-07-17T20:33:01.267Z | Downloaded parking_lot_core v0.9.10 |
772 | 2025-07-17T20:33:01.270Z | Downloaded hickory-resolver v0.24.4 |
773 | 2025-07-17T20:33:01.273Z | Downloaded zone v0.3.1 |
774 | 2025-07-17T20:33:01.296Z | Downloaded zone v0.1.8 |
775 | 2025-07-17T20:33:01.297Z | Downloaded rsa v0.9.6 |
776 | 2025-07-17T20:33:01.297Z | Downloaded defmt-macros v0.3.9 |
777 | 2025-07-17T20:33:01.297Z | Downloaded crossbeam-channel v0.5.15 |
778 | 2025-07-17T20:33:01.297Z | Downloaded peg-runtime v0.8.5 |
779 | 2025-07-17T20:33:01.297Z | Downloaded topological-sort v0.2.2 |
780 | 2025-07-17T20:33:01.297Z | Downloaded base64 v0.21.7 |
781 | 2025-07-17T20:33:01.300Z | Downloaded env_filter v0.1.2 |
782 | 2025-07-17T20:33:01.300Z | Downloaded tar v0.4.44 |
783 | 2025-07-17T20:33:01.303Z | Downloaded twox-hash v2.1.0 |
784 | 2025-07-17T20:33:01.303Z | Downloaded scrypt v0.11.0 |
785 | 2025-07-17T20:33:01.306Z | Downloaded wait-timeout v0.2.0 |
786 | 2025-07-17T20:33:01.310Z | Downloaded signal-hook-tokio v0.3.1 |
787 | 2025-07-17T20:33:01.310Z | Downloaded newtype-uuid v1.2.4 |
788 | 2025-07-17T20:33:01.313Z | Downloaded funty v2.0.0 |
789 | 2025-07-17T20:33:01.313Z | Downloaded foreign-types-macros v0.2.3 |
790 | 2025-07-17T20:33:01.313Z | Downloaded display-error-chain v0.2.2 |
791 | 2025-07-17T20:33:01.316Z | Downloaded fatfs v0.3.6 |
792 | 2025-07-17T20:33:01.319Z | Downloaded fs-err v2.11.0 |
793 | 2025-07-17T20:33:01.322Z | Downloaded derive-where v1.5.0 |
794 | 2025-07-17T20:33:01.325Z | Downloaded num-iter v0.1.45 |
795 | 2025-07-17T20:33:01.330Z | Downloaded polyval v0.6.2 |
796 | 2025-07-17T20:33:01.330Z | Downloaded num_enum_derive v0.5.11 |
797 | 2025-07-17T20:33:01.333Z | Downloaded num_enum v0.5.11 |
798 | 2025-07-17T20:33:01.336Z | Downloaded darling v0.20.10 |
799 | 2025-07-17T20:33:01.339Z | Downloaded pin-project-internal v1.1.6 |
800 | 2025-07-17T20:33:01.342Z | Downloaded cc v1.2.15 |
801 | 2025-07-17T20:33:01.346Z | Downloaded xshell-macros v0.2.7 |
802 | 2025-07-17T20:33:01.350Z | Downloaded quinn-udp v0.5.5 |
803 | 2025-07-17T20:33:01.350Z | Downloaded value-bag v1.9.0 |
804 | 2025-07-17T20:33:01.353Z | Downloaded hickory-server v0.25.2 |
805 | 2025-07-17T20:33:01.356Z | Downloaded progenitor v0.10.0 |
806 | 2025-07-17T20:33:01.359Z | Downloaded peg-macros v0.8.5 |
807 | 2025-07-17T20:33:01.362Z | Downloaded gethostname v0.5.0 |
808 | 2025-07-17T20:33:01.362Z | Downloaded pem v3.0.5 |
809 | 2025-07-17T20:33:01.365Z | Downloaded num-conv v0.1.0 |
810 | 2025-07-17T20:33:01.365Z | Downloaded endian-type v0.1.2 |
811 | 2025-07-17T20:33:01.369Z | Downloaded signature v2.2.0 |
812 | 2025-07-17T20:33:01.369Z | Downloaded serde_plain v1.0.2 |
813 | 2025-07-17T20:33:01.372Z | Downloaded rustc-hash v1.1.0 |
814 | 2025-07-17T20:33:01.372Z | Downloaded elliptic-curve v0.13.8 |
815 | 2025-07-17T20:33:01.376Z | Downloaded parse-size v1.1.0 |
816 | 2025-07-17T20:33:01.379Z | Downloaded oso-derive v0.27.3 |
817 | 2025-07-17T20:33:01.379Z | Downloaded subtle v2.6.1 |
818 | 2025-07-17T20:33:01.382Z | Downloaded peg v0.8.5 |
819 | 2025-07-17T20:33:01.385Z | Downloaded typify-macro v0.2.0 |
820 | 2025-07-17T20:33:01.388Z | Downloaded poly1305 v0.8.0 |
821 | 2025-07-17T20:33:01.393Z | Downloaded tokio-native-tls v0.3.1 |
822 | 2025-07-17T20:33:01.393Z | Downloaded thiserror-no-std v2.0.2 |
823 | 2025-07-17T20:33:01.397Z | Downloaded num-rational v0.4.2 |
824 | 2025-07-17T20:33:01.401Z | Downloaded rfc6979 v0.4.0 |
825 | 2025-07-17T20:33:01.401Z | Downloaded tokio-dtrace v0.1.0 |
826 | 2025-07-17T20:33:01.401Z | Downloaded env_logger v0.11.5 |
827 | 2025-07-17T20:33:01.405Z | Downloaded serde_with_macros v3.14.0 |
828 | 2025-07-17T20:33:01.408Z | Downloaded parse-display-derive v0.10.0 |
829 | 2025-07-17T20:33:01.408Z | Downloaded utf-8 v0.7.6 |
830 | 2025-07-17T20:33:01.412Z | Downloaded defmt-parser v0.3.4 |
831 | 2025-07-17T20:33:01.412Z | Downloaded xz2 v0.1.7 |
832 | 2025-07-17T20:33:01.415Z | Downloaded rustc-demangle v0.1.24 |
833 | 2025-07-17T20:33:01.416Z | Downloaded zeroize_derive v1.4.2 |
834 | 2025-07-17T20:33:01.419Z | Downloaded zeroize v1.8.1 |
835 | 2025-07-17T20:33:01.419Z | Downloaded password-hash v0.5.0 |
836 | 2025-07-17T20:33:01.422Z | Downloaded russh-keys v0.45.0 |
837 | 2025-07-17T20:33:01.425Z | Downloaded num-derive v0.3.3 |
838 | 2025-07-17T20:33:01.425Z | Downloaded hyper v1.6.0 |
839 | 2025-07-17T20:33:01.432Z | Downloaded multimap v0.10.1 |
840 | 2025-07-17T20:33:01.435Z | Downloaded derive_builder_macro v0.20.2 |
841 | 2025-07-17T20:33:01.435Z | Downloaded strum_macros v0.27.1 |
842 | 2025-07-17T20:33:01.438Z | Downloaded toml_edit v0.19.15 |
843 | 2025-07-17T20:33:01.453Z | Downloaded progenitor-macro v0.9.1 |
844 | 2025-07-17T20:33:01.456Z | Downloaded aws-lc-rs v1.12.4 |
845 | 2025-07-17T20:33:01.463Z | Downloaded phf_shared v0.11.2 |
846 | 2025-07-17T20:33:01.466Z | Downloaded progenitor-macro v0.8.0 |
847 | 2025-07-17T20:33:01.467Z | Downloaded progenitor-client v0.10.0 |
848 | 2025-07-17T20:33:01.469Z | Downloaded proc-macro-error-attr2 v2.0.0 |
849 | 2025-07-17T20:33:01.470Z | Downloaded slab v0.4.9 |
850 | 2025-07-17T20:33:01.472Z | Downloaded salsa20 v0.10.2 |
851 | 2025-07-17T20:33:01.472Z | Downloaded tokio-rustls v0.25.0 |
852 | 2025-07-17T20:33:01.476Z | Downloaded tokio-rustls v0.24.1 |
853 | 2025-07-17T20:33:01.479Z | Downloaded slog-async v2.8.0 |
854 | 2025-07-17T20:33:01.482Z | Downloaded der_derive v0.7.3 |
855 | 2025-07-17T20:33:01.482Z | Downloaded yasna v0.5.2 |
856 | 2025-07-17T20:33:01.487Z | Downloaded serde_urlencoded v0.7.1 |
857 | 2025-07-17T20:33:01.490Z | Downloaded progenitor-impl v0.8.0 |
858 | 2025-07-17T20:33:01.490Z | Downloaded crossterm v0.28.1 |
859 | 2025-07-17T20:33:01.494Z | Downloaded tower-layer v0.3.3 |
860 | 2025-07-17T20:33:01.498Z | Downloaded owo-colors v4.2.2 |
861 | 2025-07-17T20:33:01.501Z | Downloaded unicode-truncate v1.1.0 |
862 | 2025-07-17T20:33:01.504Z | Downloaded samael v0.0.19 |
863 | 2025-07-17T20:33:01.508Z | Downloaded password-hash v0.4.2 |
864 | 2025-07-17T20:33:01.511Z | Downloaded typify-macro v0.3.0 |
865 | 2025-07-17T20:33:01.514Z | Downloaded subprocess v0.2.9 |
866 | 2025-07-17T20:33:01.517Z | Downloaded zone_cfg_derive v0.1.2 |
867 | 2025-07-17T20:33:01.517Z | Downloaded libxml v0.3.3 |
868 | 2025-07-17T20:33:01.521Z | Downloaded mime_guess v2.0.5 |
869 | 2025-07-17T20:33:01.525Z | Downloaded libm v0.2.8 |
870 | 2025-07-17T20:33:01.531Z | Downloaded phf_codegen v0.11.2 |
871 | 2025-07-17T20:33:01.534Z | Downloaded pkg-config v0.3.31 |
872 | 2025-07-17T20:33:01.534Z | Downloaded pbkdf2 v0.12.2 |
873 | 2025-07-17T20:33:01.537Z | Downloaded term v0.7.0 |
874 | 2025-07-17T20:33:01.540Z | Downloaded getrandom v0.2.15 |
875 | 2025-07-17T20:33:01.544Z | Downloaded pretty-hex v0.2.1 |
876 | 2025-07-17T20:33:01.547Z | Downloaded signal-hook-registry v1.4.2 |
877 | 2025-07-17T20:33:01.547Z | Downloaded ref-cast v1.0.24 |
878 | 2025-07-17T20:33:01.550Z | Downloaded sqlparser_derive v0.2.2 |
879 | 2025-07-17T20:33:01.553Z | Downloaded serde_repr v0.1.19 |
880 | 2025-07-17T20:33:01.553Z | Downloaded sync_wrapper v1.0.1 |
881 | 2025-07-17T20:33:01.556Z | Downloaded sha1 v0.10.6 |
882 | 2025-07-17T20:33:01.556Z | Downloaded tokio-stream v0.1.17 |
883 | 2025-07-17T20:33:01.561Z | Downloaded zone_cfg_derive v0.3.0 |
884 | 2025-07-17T20:33:01.564Z | Downloaded zstd-safe v7.2.3 |
885 | 2025-07-17T20:33:01.564Z | Downloaded zstd v0.13.3 |
886 | 2025-07-17T20:33:01.567Z | Downloaded vsss-rs v3.3.4 |
887 | 2025-07-17T20:33:01.571Z | Downloaded aho-corasick v1.1.3 |
888 | 2025-07-17T20:33:01.576Z | Downloaded float-ord v0.3.2 |
889 | 2025-07-17T20:33:01.579Z | Downloaded flagset v0.4.6 |
890 | 2025-07-17T20:33:01.579Z | Downloaded dunce v1.0.5 |
891 | 2025-07-17T20:33:01.583Z | Downloaded nodrop v0.1.14 |
892 | 2025-07-17T20:33:01.586Z | Downloaded try-lock v0.2.5 |
893 | 2025-07-17T20:33:01.586Z | Downloaded radium v0.7.0 |
894 | 2025-07-17T20:33:01.586Z | Downloaded nanorand v0.7.0 |
895 | 2025-07-17T20:33:01.589Z | Downloaded memoffset v0.9.1 |
896 | 2025-07-17T20:33:01.592Z | Downloaded fxhash v0.2.1 |
897 | 2025-07-17T20:33:01.592Z | Downloaded tinyvec_macros v0.1.1 |
898 | 2025-07-17T20:33:01.592Z | Downloaded pkcs8 v0.10.2 |
899 | 2025-07-17T20:33:01.596Z | Downloaded pin-project-lite v0.2.14 |
900 | 2025-07-17T20:33:01.600Z | Downloaded proc-macro-crate v1.3.1 |
901 | 2025-07-17T20:33:01.603Z | Downloaded multer v3.1.0 |
902 | 2025-07-17T20:33:01.606Z | Downloaded slog v2.7.0 |
903 | 2025-07-17T20:33:01.610Z | Downloaded progenitor-client v0.8.0 |
904 | 2025-07-17T20:33:01.610Z | Downloaded ssh-key v0.6.6 |
905 | 2025-07-17T20:33:01.615Z | Downloaded olpc-cjson v0.1.4 |
906 | 2025-07-17T20:33:01.618Z | Downloaded string_cache v0.8.9 |
907 | 2025-07-17T20:33:01.621Z | Downloaded serde_bytes v0.11.17 |
908 | 2025-07-17T20:33:01.621Z | Downloaded tower-service v0.3.3 |
909 | 2025-07-17T20:33:01.624Z | Downloaded termcolor v1.4.1 |
910 | 2025-07-17T20:33:01.624Z | Downloaded tabled_derive v0.10.0 |
911 | 2025-07-17T20:33:01.627Z | Downloaded slog-term v2.9.1 |
912 | 2025-07-17T20:33:01.630Z | Downloaded oso v0.27.3 |
913 | 2025-07-17T20:33:01.633Z | Downloaded support-bundle-viewer v0.1.2 |
914 | 2025-07-17T20:33:01.633Z | Downloaded stringprep v0.1.5 |
915 | 2025-07-17T20:33:01.636Z | Downloaded number_prefix v0.4.0 |
916 | 2025-07-17T20:33:01.636Z | Downloaded openssl-probe v0.1.5 |
917 | 2025-07-17T20:33:01.639Z | Downloaded r2d2 v0.8.10 |
918 | 2025-07-17T20:33:01.639Z | Downloaded num_threads v0.1.7 |
919 | 2025-07-17T20:33:01.642Z | Downloaded ref-cast-impl v1.0.24 |
920 | 2025-07-17T20:33:01.642Z | Downloaded pbkdf2 v0.11.0 |
921 | 2025-07-17T20:33:01.645Z | Downloaded native-tls v0.2.12 |
922 | 2025-07-17T20:33:01.649Z | Downloaded ecdsa v0.16.9 |
923 | 2025-07-17T20:33:01.649Z | Downloaded tracing-attributes v0.1.27 |
924 | 2025-07-17T20:33:01.652Z | Downloaded des v0.8.1 |
925 | 2025-07-17T20:33:01.655Z | Downloaded expectorate v1.2.0 |
926 | 2025-07-17T20:33:01.658Z | Downloaded proc-macro-error2 v2.0.1 |
927 | 2025-07-17T20:33:01.661Z | Downloaded fixedbitset v0.4.2 |
928 | 2025-07-17T20:33:01.661Z | Downloaded universal-hash v0.5.1 |
929 | 2025-07-17T20:33:01.664Z | Downloaded sct v0.7.1 |
930 | 2025-07-17T20:33:01.667Z | Downloaded ron v0.8.1 |
931 | 2025-07-17T20:33:01.670Z | Downloaded openssl-macros v0.1.1 |
932 | 2025-07-17T20:33:01.673Z | Downloaded untrusted v0.9.0 |
933 | 2025-07-17T20:33:01.673Z | Downloaded dsl_auto_type v0.1.2 |
934 | 2025-07-17T20:33:01.676Z | Downloaded time v0.3.36 |
935 | 2025-07-17T20:33:01.681Z | Downloaded progenitor-client v0.9.1 |
936 | 2025-07-17T20:33:01.684Z | Downloaded daft-derive v0.1.4 |
937 | 2025-07-17T20:33:01.687Z | Downloaded diesel-dtrace v0.4.2 |
938 | 2025-07-17T20:33:01.690Z | Downloaded tls_codec_derive v0.4.1 |
939 | 2025-07-17T20:33:01.690Z | Downloaded derive_builder_core v0.20.2 |
940 | 2025-07-17T20:33:01.693Z | Downloaded tokio-postgres v0.7.13 |
941 | 2025-07-17T20:33:01.696Z | Downloaded termtree v0.5.1 |
942 | 2025-07-17T20:33:01.699Z | Downloaded derive_more v0.99.20 |
943 | 2025-07-17T20:33:01.703Z | Downloaded rustc-hash v2.1.1 |
944 | 2025-07-17T20:33:01.706Z | Downloaded pem-rfc7468 v0.7.0 |
945 | 2025-07-17T20:33:01.709Z | Downloaded num-bigint-dig v0.8.4 |
946 | 2025-07-17T20:33:01.712Z | Downloaded half v1.8.3 |
947 | 2025-07-17T20:33:01.715Z | Downloaded pin-project v1.1.6 |
948 | 2025-07-17T20:33:01.723Z | Downloaded sec1 v0.7.3 |
949 | 2025-07-17T20:33:01.728Z | Downloaded rustls-pemfile v1.0.4 |
950 | 2025-07-17T20:33:01.731Z | Downloaded resolv-conf v0.7.0 |
951 | 2025-07-17T20:33:01.731Z | Downloaded phf_generator v0.11.2 |
952 | 2025-07-17T20:33:01.731Z | Downloaded phf v0.11.2 |
953 | 2025-07-17T20:33:01.734Z | Downloaded num-derive v0.4.2 |
954 | 2025-07-17T20:33:01.734Z | Downloaded secrecy v0.8.0 |
955 | 2025-07-17T20:33:01.737Z | Downloaded filetime v0.2.25 |
956 | 2025-07-17T20:33:01.737Z | Downloaded zerocopy-derive v0.8.26 |
957 | 2025-07-17T20:33:01.747Z | Downloaded tracing-core v0.1.32 |
958 | 2025-07-17T20:33:01.751Z | Downloaded crypto-bigint v0.5.5 |
959 | 2025-07-17T20:33:01.755Z | Downloaded ctr v0.9.2 |
960 | 2025-07-17T20:33:01.755Z | Downloaded xshell v0.2.7 |
961 | 2025-07-17T20:33:01.758Z | Downloaded darling_core v0.20.10 |
962 | 2025-07-17T20:33:01.761Z | Downloaded vte v0.11.1 |
963 | 2025-07-17T20:33:01.764Z | Downloaded unsafe-libyaml v0.2.11 |
964 | 2025-07-17T20:33:01.767Z | Downloaded flume v0.11.1 |
965 | 2025-07-17T20:33:01.771Z | Downloaded ff v0.13.0 |
966 | 2025-07-17T20:33:01.771Z | Downloaded scopeguard v1.2.0 |
967 | 2025-07-17T20:33:01.774Z | Downloaded prettyplease v0.2.35 |
968 | 2025-07-17T20:33:01.777Z | Downloaded csv-core v0.1.11 |
969 | 2025-07-17T20:33:01.777Z | Downloaded darling v0.21.0 |
970 | 2025-07-17T20:33:01.781Z | Downloaded unicode-normalization v0.1.24 |
971 | 2025-07-17T20:33:01.785Z | Downloaded postcard v1.0.10 |
972 | 2025-07-17T20:33:01.788Z | Downloaded spki v0.7.3 |
973 | 2025-07-17T20:33:01.792Z | Downloaded omicron-zone-package v0.12.2 |
974 | 2025-07-17T20:33:01.795Z | Downloaded sqlformat v0.3.5 |
975 | 2025-07-17T20:33:01.795Z | Downloaded postgres-protocol v0.6.8 |
976 | 2025-07-17T20:33:01.799Z | Downloaded unicode_categories v0.1.1 |
977 | 2025-07-17T20:33:01.799Z | Downloaded serde_yaml v0.9.34+deprecated |
978 | 2025-07-17T20:33:01.802Z | Downloaded test-strategy v0.4.1 |
979 | 2025-07-17T20:33:01.805Z | Downloaded rustyline v14.0.0 |
980 | 2025-07-17T20:33:01.809Z | Downloaded ed25519-dalek v2.1.1 |
981 | 2025-07-17T20:33:01.812Z | Downloaded zopfli v0.8.1 |
982 | 2025-07-17T20:33:01.816Z | Downloaded minimal-lexical v0.2.1 |
983 | 2025-07-17T20:33:01.820Z | Downloaded pretty_assertions v1.4.1 |
984 | 2025-07-17T20:33:01.824Z | Downloaded russh v0.45.0 |
985 | 2025-07-17T20:33:01.827Z | Downloaded tough v0.20.0 |
986 | 2025-07-17T20:33:01.833Z | Downloaded chrono v0.4.41 |
987 | 2025-07-17T20:33:01.839Z | Downloaded diesel_derives v2.2.3 |
988 | 2025-07-17T20:33:01.843Z | Downloaded bindgen v0.69.5 |
989 | 2025-07-17T20:33:01.849Z | Downloaded derive_builder v0.20.2 |
990 | 2025-07-17T20:33:01.854Z | Downloaded winnow v0.6.26 |
991 | 2025-07-17T20:33:01.862Z | Downloaded zip v0.6.6 |
992 | 2025-07-17T20:33:01.866Z | Downloaded steno v0.4.1 |
993 | 2025-07-17T20:33:01.870Z | Downloaded serde_with v3.14.0 |
994 | 2025-07-17T20:33:01.881Z | Downloaded quinn v0.11.5 |
995 | 2025-07-17T20:33:01.884Z | Downloaded mio v1.0.2 |
996 | 2025-07-17T20:33:01.889Z | Downloaded darling_core v0.21.0 |
997 | 2025-07-17T20:33:01.894Z | Downloaded openssl-sys v0.9.109 |
998 | 2025-07-17T20:33:01.900Z | Downloaded tracing v0.1.40 |
999 | 2025-07-17T20:33:01.903Z | Downloaded portable-atomic v1.11.0 |
1000 | 2025-07-17T20:33:01.909Z | Downloaded rayon v1.10.0 |
1001 | 2025-07-17T20:33:01.917Z | Downloaded reqwest v0.12.22 |
1002 | 2025-07-17T20:33:01.925Z | Downloaded tower-http v0.6.6 |
1003 | 2025-07-17T20:33:01.932Z | Downloaded radix_trie v0.2.1 |
1004 | 2025-07-17T20:33:01.937Z | Downloaded nom v7.1.3 |
1005 | 2025-07-17T20:33:01.942Z | Downloaded p384 v0.13.0 |
1006 | 2025-07-17T20:33:01.947Z | Downloaded typed-path v0.9.3 |
1007 | 2025-07-17T20:33:01.952Z | Downloaded bindgen v0.71.1 |
1008 | 2025-07-17T20:33:01.959Z | Downloaded rpassword v7.4.0 |
1009 | 2025-07-17T20:33:01.962Z | Downloaded lalrpop v0.19.12 |
1010 | 2025-07-17T20:33:01.971Z | Downloaded salty v0.3.0 |
1011 | 2025-07-17T20:33:01.977Z | Downloaded git2 v0.19.0 |
1012 | 2025-07-17T20:33:01.985Z | Downloaded quinn-proto v0.11.8 |
1013 | 2025-07-17T20:33:01.990Z | Downloaded zip v4.2.0 |
1014 | 2025-07-17T20:33:01.994Z | Downloaded rustls v0.21.12 |
1015 | 2025-07-17T20:33:02.004Z | Downloaded nix v0.27.1 |
1016 | 2025-07-17T20:33:02.014Z | Downloaded rustls-webpki v0.101.7 |
1017 | 2025-07-17T20:33:02.028Z | Downloaded futures-util v0.3.31 |
1018 | 2025-07-17T20:33:02.038Z | Downloaded sqlparser v0.45.0 |
1019 | 2025-07-17T20:33:02.042Z | Downloaded openssl v0.10.73 |
1020 | 2025-07-17T20:33:02.050Z | Downloaded object v0.30.4 |
1021 | 2025-07-17T20:33:02.059Z | Downloaded gimli v0.31.1 |
1022 | 2025-07-17T20:33:02.066Z | Downloaded rustls-webpki v0.102.8 |
1023 | 2025-07-17T20:33:02.084Z | Downloaded tabled v0.18.0 |
1024 | 2025-07-17T20:33:02.099Z | Downloaded quick-xml v0.37.2 |
1025 | 2025-07-17T20:33:02.104Z | Downloaded zlib-rs v0.5.1 |
1026 | 2025-07-17T20:33:02.109Z | Downloaded polar-core v0.27.3 |
1027 | 2025-07-17T20:33:02.116Z | Downloaded openapiv3 v2.2.0 |
1028 | 2025-07-17T20:33:02.126Z | Downloaded smoltcp v0.11.0 |
1029 | 2025-07-17T20:33:02.137Z | Downloaded hickory-proto v0.24.4 |
1030 | 2025-07-17T20:33:02.150Z | Downloaded nix v0.28.0 |
1031 | 2025-07-17T20:33:02.160Z | Downloaded vcpkg v0.2.15 |
1032 | 2025-07-17T20:33:02.195Z | Downloaded curve25519-dalek v4.1.3 |
1033 | 2025-07-17T20:33:02.203Z | Downloaded moka v0.12.10 |
1034 | 2025-07-17T20:33:02.212Z | Downloaded rustls v0.22.4 |
1035 | 2025-07-17T20:33:02.223Z | Downloaded proptest v1.7.0 |
1036 | 2025-07-17T20:33:02.231Z | Downloaded nix v0.30.1 |
1037 | 2025-07-17T20:33:02.241Z | Downloaded regress v0.10.3 |
1038 | 2025-07-17T20:33:02.248Z | Downloaded regex v1.11.1 |
1039 | 2025-07-17T20:33:02.259Z | Downloaded nix v0.29.0 |
1040 | 2025-07-17T20:33:02.271Z | Downloaded dropshot v0.16.2 |
1041 | 2025-07-17T20:33:02.290Z | Downloaded sled v0.34.7 |
1042 | 2025-07-17T20:33:02.299Z | Downloaded hickory-proto v0.25.2 |
1043 | 2025-07-17T20:33:02.313Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
1044 | 2025-07-17T20:33:02.323Z | Downloaded object v0.36.5 |
1045 | 2025-07-17T20:33:02.332Z | Downloaded typify-impl v0.3.0 |
1046 | 2025-07-17T20:33:02.344Z | Downloaded typify-impl v0.2.0 |
1047 | 2025-07-17T20:33:02.356Z | Downloaded typify-impl v0.4.1 |
1048 | 2025-07-17T20:33:02.368Z | Downloaded rustls v0.23.19 |
1049 | 2025-07-17T20:33:02.378Z | Downloaded regex-syntax v0.8.5 |
1050 | 2025-07-17T20:33:02.385Z | Downloaded diesel v2.2.11 |
1051 | 2025-07-17T20:33:02.401Z | Downloaded chrono-tz v0.10.3 |
1052 | 2025-07-17T20:33:02.407Z | Downloaded bstr v1.10.0 |
1053 | 2025-07-17T20:33:02.416Z | Downloaded zerocopy-derive v0.6.6 |
1054 | 2025-07-17T20:33:02.424Z | Downloaded ratatui v0.29.0 |
1055 | 2025-07-17T20:33:02.441Z | Downloaded petname v2.0.2 |
1056 | 2025-07-17T20:33:02.446Z | Downloaded zstd-sys v2.0.14+zstd.1.5.7 |
1057 | 2025-07-17T20:33:02.461Z | Downloaded regex-syntax v0.6.29 |
1058 | 2025-07-17T20:33:02.467Z | Downloaded regex-automata v0.4.8 |
1059 | 2025-07-17T20:33:02.482Z | Downloaded h2 v0.4.6 |
1060 | 2025-07-17T20:33:02.486Z | Downloaded zerocopy v0.8.26 |
1061 | 2025-07-17T20:33:02.505Z | Downloaded webpki-roots v1.0.1 |
1062 | 2025-07-17T20:33:02.510Z | Downloaded jiff v0.2.15 |
1063 | 2025-07-17T20:33:02.523Z | Downloaded smoltcp v0.9.1 |
1064 | 2025-07-17T20:33:02.532Z | Downloaded tokio v1.45.1 |
1065 | 2025-07-17T20:33:02.564Z | Downloaded petgraph v0.8.2 |
1066 | 2025-07-17T20:33:02.582Z | Downloaded lzma-sys v0.1.20 |
1067 | 2025-07-17T20:33:02.607Z | Downloaded petgraph v0.6.5 |
1068 | 2025-07-17T20:33:02.622Z | Downloaded libz-sys v1.1.20 |
1069 | 2025-07-17T20:33:02.640Z | Downloaded bitvec v1.0.1 |
1070 | 2025-07-17T20:33:02.652Z | Downloaded winnow v0.5.40 |
1071 | 2025-07-17T20:33:02.660Z | Downloaded sha3 v0.10.8 |
1072 | 2025-07-17T20:33:02.664Z | Downloaded parse-zoneinfo v0.3.1 |
1073 | 2025-07-17T20:33:02.667Z | Downloaded hkdf v0.12.4 |
1074 | 2025-07-17T20:33:02.670Z | Downloaded reedline v0.40.0 |
1075 | 2025-07-17T20:33:02.675Z | Downloaded smallvec v0.6.14 |
1076 | 2025-07-17T20:33:02.678Z | Downloaded der v0.7.9 |
1077 | 2025-07-17T20:33:02.681Z | Downloaded itertools v0.14.0 |
1078 | 2025-07-17T20:33:02.686Z | Downloaded fixedbitset v0.5.7 |
1079 | 2025-07-17T20:33:02.689Z | Downloaded vergen v8.3.2 |
1080 | 2025-07-17T20:33:02.692Z | Downloaded csv v1.3.1 |
1081 | 2025-07-17T20:33:02.707Z | Downloaded blake3 v1.5.4 |
1082 | 2025-07-17T20:33:02.713Z | Downloaded p521 v0.13.3 |
1083 | 2025-07-17T20:33:02.717Z | Downloaded untrusted v0.7.1 |
1084 | 2025-07-17T20:33:02.720Z | Downloaded miniz_oxide v0.8.5 |
1085 | 2025-07-17T20:33:02.720Z | Downloaded tower v0.5.2 |
1086 | 2025-07-17T20:33:02.729Z | Downloaded yansi v1.0.1 |
1087 | 2025-07-17T20:33:02.733Z | Downloaded postgres-types v0.2.9 |
1088 | 2025-07-17T20:33:02.734Z | Downloaded ron v0.7.1 |
1089 | 2025-07-17T20:33:02.738Z | Downloaded uuid v1.17.0 |
1090 | 2025-07-17T20:33:02.742Z | Downloaded futures-sink v0.3.31 |
1091 | 2025-07-17T20:33:02.742Z | Downloaded typify v0.3.0 |
1092 | 2025-07-17T20:33:02.746Z | Downloaded ssh-cipher v0.2.0 |
1093 | 2025-07-17T20:33:02.746Z | Downloaded tinyvec v1.8.0 |
1094 | 2025-07-17T20:33:02.746Z | Downloaded tokio-rustls v0.26.0 |
1095 | 2025-07-17T20:33:02.749Z | Downloaded serde_cbor v0.11.2 |
1096 | 2025-07-17T20:33:02.749Z | Downloaded itertools v0.13.0 |
1097 | 2025-07-17T20:33:02.759Z | Downloaded futures-task v0.3.31 |
1098 | 2025-07-17T20:33:02.762Z | Downloaded num-bigint v0.4.6 |
1099 | 2025-07-17T20:33:02.762Z | Downloaded tokio-util v0.7.15 |
1100 | 2025-07-17T20:33:02.765Z | Downloaded typify v0.4.1 |
1101 | 2025-07-17T20:33:02.768Z | Downloaded rand v0.9.1 |
1102 | 2025-07-17T20:33:02.772Z | Downloaded dropshot_endpoint v0.16.2 |
1103 | 2025-07-17T20:33:02.775Z | Downloaded similar v2.7.0 |
1104 | 2025-07-17T20:33:02.780Z | Downloaded zerocopy v0.6.6 |
1105 | 2025-07-17T20:33:02.783Z | Downloaded rustls-native-certs v0.8.1 |
1106 | 2025-07-17T20:33:02.783Z | Downloaded itertools v0.12.1 |
1107 | 2025-07-17T20:33:02.788Z | Downloaded mime v0.3.17 |
1108 | 2025-07-17T20:33:02.792Z | Downloaded float-cmp v0.10.0 |
1109 | 2025-07-17T20:33:02.792Z | Downloaded ed25519 v2.2.3 |
1110 | 2025-07-17T20:33:02.795Z | Downloaded iri-string v0.7.8 |
1111 | 2025-07-17T20:33:02.798Z | Downloaded strum_macros v0.26.4 |
1112 | 2025-07-17T20:33:02.801Z | Downloaded typify-macro v0.4.1 |
1113 | 2025-07-17T20:33:02.801Z | Downloaded thiserror-impl-no-std v2.0.2 |
1114 | 2025-07-17T20:33:02.804Z | Downloaded num-complex v0.4.6 |
1115 | 2025-07-17T20:33:02.804Z | Downloaded encoding_rs v0.8.34 |
1116 | 2025-07-17T20:33:02.821Z | Downloaded socket2 v0.5.10 |
1117 | 2025-07-17T20:33:02.824Z | Downloaded rayon-core v1.12.1 |
1118 | 2025-07-17T20:33:02.827Z | Downloaded rand v0.8.5 |
1119 | 2025-07-17T20:33:02.830Z | Downloaded ring v0.17.14 |
1120 | 2025-07-17T20:33:02.864Z | Downloaded flate2 v1.1.2 |
1121 | 2025-07-17T20:33:02.868Z | Downloaded siphasher v0.3.11 |
1122 | 2025-07-17T20:33:02.871Z | Downloaded serde_path_to_error v0.1.17 |
1123 | 2025-07-17T20:33:02.871Z | Downloaded x509-cert v0.2.5 |
1124 | 2025-07-17T20:33:02.876Z | Downloaded itertools v0.10.5 |
1125 | 2025-07-17T20:33:02.881Z | Downloaded path-slash v0.1.5 |
1126 | 2025-07-17T20:33:02.884Z | Downloaded paste v1.0.15 |
1127 | 2025-07-17T20:33:02.884Z | Downloaded oxnet v0.1.2 |
1128 | 2025-07-17T20:33:02.887Z | Downloaded oxide-tokio-rt v0.1.2 |
1129 | 2025-07-17T20:33:02.887Z | Downloaded spin v0.9.8 |
1130 | 2025-07-17T20:33:02.890Z | Downloaded env_logger v0.10.2 |
1131 | 2025-07-17T20:33:02.893Z | Downloaded unicode-segmentation v1.12.0 |
1132 | 2025-07-17T20:33:02.896Z | Downloaded fallible-iterator v0.2.0 |
1133 | 2025-07-17T20:33:02.896Z | Downloaded enum-as-inner v0.6.1 |
1134 | 2025-07-17T20:33:02.896Z | Downloaded snafu-derive v0.8.5 |
1135 | 2025-07-17T20:33:02.900Z | Downloaded rcgen v0.12.1 |
1136 | 2025-07-17T20:33:02.900Z | Downloaded publicsuffix v2.3.0 |
1137 | 2025-07-17T20:33:02.903Z | Downloaded ghash v0.5.1 |
1138 | 2025-07-17T20:33:02.903Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1139 | 2025-07-17T20:33:02.950Z | Downloaded ena v0.14.3 |
1140 | 2025-07-17T20:33:02.953Z | Downloaded futures v0.3.31 |
1141 | 2025-07-17T20:33:02.975Z | Downloaded fs_extra v1.3.0 |
1142 | 2025-07-17T20:33:02.975Z | Downloaded unicode-bidi v0.3.17 |
1143 | 2025-07-17T20:33:02.975Z | Downloaded tungstenite v0.23.0 |
1144 | 2025-07-17T20:33:02.975Z | Downloaded progenitor-impl v0.10.0 |
1145 | 2025-07-17T20:33:02.975Z | Downloaded prefix-trie v0.7.0 |
1146 | 2025-07-17T20:33:02.975Z | Downloaded pkcs5 v0.7.1 |
1147 | 2025-07-17T20:33:02.975Z | Downloaded papergrid v0.14.0 |
1148 | 2025-07-17T20:33:02.978Z | Downloaded p256 v0.13.2 |
1149 | 2025-07-17T20:33:02.978Z | Downloaded rustls-pki-types v1.10.0 |
1150 | 2025-07-17T20:33:02.981Z | Downloaded hyper-util v0.1.14 |
1151 | 2025-07-17T20:33:02.984Z | Downloaded hickory-resolver v0.25.2 |
1152 | 2025-07-17T20:33:02.987Z | Downloaded futures-macro v0.3.31 |
1153 | 2025-07-17T20:33:02.988Z | Downloaded futures-io v0.3.31 |
1154 | 2025-07-17T20:33:02.992Z | Downloaded parking_lot v0.12.3 |
1155 | 2025-07-17T20:33:02.993Z | Downloaded num-integer v0.1.46 |
1156 | 2025-07-17T20:33:02.995Z | Downloaded tiny-keccak v2.0.2 |
1157 | 2025-07-17T20:33:02.996Z | Downloaded russh-cryptovec v0.7.3 |
1158 | 2025-07-17T20:33:02.996Z | Downloaded debug-ignore v1.0.5 |
1159 | 2025-07-17T20:33:02.996Z | Downloaded data-encoding v2.9.0 |
1160 | 2025-07-17T20:33:02.999Z | Downloaded time-macros v0.2.18 |
1161 | 2025-07-17T20:33:02.999Z | Downloaded serde_derive_internals v0.29.1 |
1162 | 2025-07-17T20:33:03.003Z | Downloaded rustls-pemfile v2.2.0 |
1163 | 2025-07-17T20:33:03.003Z | Downloaded parking_lot v0.11.2 |
1164 | 2025-07-17T20:33:03.003Z | Downloaded whoami v1.5.2 |
1165 | 2025-07-17T20:33:03.006Z | Downloaded tungstenite v0.21.0 |
1166 | 2025-07-17T20:33:03.009Z | Downloaded snafu v0.8.5 |
1167 | 2025-07-17T20:33:03.012Z | Downloaded diff v0.1.13 |
1168 | 2025-07-17T20:33:03.015Z | Downloaded qorb v0.4.0 |
1169 | 2025-07-17T20:33:03.018Z | Downloaded base64 v0.22.1 |
1170 | 2025-07-17T20:33:03.021Z | Downloaded slog-json v2.6.1 |
1171 | 2025-07-17T20:33:03.024Z | Downloaded simd-adler32 v0.3.7 |
1172 | 2025-07-17T20:33:03.024Z | Downloaded parking_lot_core v0.8.6 |
1173 | 2025-07-17T20:33:03.028Z | Downloaded jiff-static v0.2.15 |
1174 | 2025-07-17T20:33:03.028Z | Downloaded tui-tree-widget v0.23.1 |
1175 | 2025-07-17T20:33:03.031Z | Downloaded pkcs1 v0.7.5 |
1176 | 2025-07-17T20:33:03.031Z | Downloaded foreign-types-shared v0.3.1 |
1177 | 2025-07-17T20:33:03.031Z | Downloaded foreign-types-shared v0.1.1 |
1178 | 2025-07-17T20:33:03.034Z | Downloaded document-features v0.2.10 |
1179 | 2025-07-17T20:33:03.034Z | Downloaded thread_local v1.1.8 |
1180 | 2025-07-17T20:33:03.034Z | Downloaded group v0.13.0 |
1181 | 2025-07-17T20:33:03.037Z | Downloaded toml v0.7.8 |
1182 | 2025-07-17T20:33:03.037Z | Downloaded tokio-tungstenite v0.23.1 |
1183 | 2025-07-17T20:33:03.041Z | Downloaded progenitor-impl v0.9.1 |
1184 | 2025-07-17T20:33:03.041Z | Downloaded slog-dtrace v0.3.0 |
1185 | 2025-07-17T20:33:03.045Z | Downloaded darling_macro v0.21.0 |
1186 | 2025-07-17T20:33:03.045Z | Downloaded schemars_derive v0.8.22 |
1187 | 2025-07-17T20:33:03.045Z | Downloaded same-file v1.0.6 |
1188 | 2025-07-17T20:33:03.049Z | Downloaded bytes v1.10.1 |
1189 | 2025-07-17T20:33:03.049Z | Downloaded bumpalo v3.16.0 |
1190 | 2025-07-17T20:33:03.052Z | Downloaded http v1.3.1 |
1191 | 2025-07-17T20:33:03.055Z | Downloaded rand_xorshift v0.4.0 |
1192 | 2025-07-17T20:33:03.055Z | Downloaded rand_chacha v0.3.1 |
1193 | 2025-07-17T20:33:03.055Z | Downloaded num v0.4.3 |
1194 | 2025-07-17T20:33:03.058Z | Downloaded globwalk v0.9.1 |
1195 | 2025-07-17T20:33:03.058Z | Downloaded foreign-types v0.5.0 |
1196 | 2025-07-17T20:33:03.058Z | Downloaded unicode-properties v0.1.3 |
1197 | 2025-07-17T20:33:03.061Z | Downloaded chacha20poly1305 v0.10.1 |
1198 | 2025-07-17T20:33:03.061Z | Downloaded predicates-core v1.0.8 |
1199 | 2025-07-17T20:33:03.064Z | Downloaded futures-executor v0.3.31 |
1200 | 2025-07-17T20:33:03.065Z | Downloaded fd-lock v4.0.2 |
1201 | 2025-07-17T20:33:03.068Z | Downloaded either v1.15.0 |
1202 | 2025-07-17T20:33:03.068Z | Downloaded deranged v0.3.11 |
1203 | 2025-07-17T20:33:03.071Z | Downloaded memmap2 v0.9.5 |
1204 | 2025-07-17T20:33:03.071Z | Downloaded aes v0.8.4 |
1205 | 2025-07-17T20:33:03.074Z | Downloaded wyz v0.5.1 |
1206 | 2025-07-17T20:33:03.074Z | Downloaded which v4.4.2 |
1207 | 2025-07-17T20:33:03.077Z | Downloaded slog-scope v4.4.0 |
1208 | 2025-07-17T20:33:03.077Z | Downloaded cookie v0.18.1 |
1209 | 2025-07-17T20:33:03.080Z | Downloaded base64 v0.13.1 |
1210 | 2025-07-17T20:33:03.080Z | Downloaded allocator-api2 v0.2.21 |
1211 | 2025-07-17T20:33:03.083Z | Downloaded crc-any v2.5.0 |
1212 | 2025-07-17T20:33:03.086Z | Downloaded difflib v0.4.0 |
1213 | 2025-07-17T20:33:03.087Z | Downloaded tap v1.0.1 |
1214 | 2025-07-17T20:33:03.087Z | Downloaded tagptr v0.2.0 |
1215 | 2025-07-17T20:33:03.090Z | Downloaded strum_macros v0.24.3 |
1216 | 2025-07-17T20:33:03.090Z | Downloaded smf v0.2.3 |
1217 | 2025-07-17T20:33:03.090Z | Downloaded rtoolbox v0.0.2 |
1218 | 2025-07-17T20:33:03.093Z | Downloaded predicates v3.1.3 |
1219 | 2025-07-17T20:33:03.093Z | Downloaded waitgroup v0.1.2 |
1220 | 2025-07-17T20:33:03.093Z | Downloaded jobserver v0.1.32 |
1221 | 2025-07-17T20:33:03.096Z | Downloaded bcs v0.1.6 |
1222 | 2025-07-17T20:33:03.096Z | Downloaded cookie_store v0.21.1 |
1223 | 2025-07-17T20:33:03.099Z | Downloaded ipnetwork v0.21.1 |
1224 | 2025-07-17T20:33:03.103Z | Downloaded colored v2.2.0 |
1225 | 2025-07-17T20:33:03.103Z | Downloaded serde-hex v0.1.0 |
1226 | 2025-07-17T20:33:03.106Z | Downloaded scheduled-thread-pool v0.2.7 |
1227 | 2025-07-17T20:33:03.106Z | Downloaded cmake v0.1.51 |
1228 | 2025-07-17T20:33:03.106Z | Downloaded castaway v0.2.3 |
1229 | 2025-07-17T20:33:03.109Z | Downloaded bzip2 v0.4.4 |
1230 | 2025-07-17T20:33:03.109Z | Downloaded bit-vec v0.8.0 |
1231 | 2025-07-17T20:33:03.109Z | Downloaded rand_seeder v0.3.0 |
1232 | 2025-07-17T20:33:03.113Z | Downloaded linear-map v1.2.0 |
1233 | 2025-07-17T20:33:03.113Z | Downloaded cancel-safe-futures v0.1.5 |
1234 | 2025-07-17T20:33:03.116Z | Downloaded bitfield v0.14.0 |
1235 | 2025-07-17T20:33:03.116Z | Downloaded rand_chacha v0.9.0 |
1236 | 2025-07-17T20:33:03.116Z | Downloaded quick-error v1.2.3 |
1237 | 2025-07-17T20:33:03.120Z | Downloaded progenitor-macro v0.10.0 |
1238 | 2025-07-17T20:33:03.120Z | Downloaded progenitor v0.9.1 |
1239 | 2025-07-17T20:33:03.120Z | Downloaded progenitor v0.8.0 |
1240 | 2025-07-17T20:33:03.123Z | Downloaded maybe-uninit v2.0.0 |
1241 | 2025-07-17T20:33:03.123Z | Downloaded lru-cache v0.1.2 |
1242 | 2025-07-17T20:33:03.123Z | Downloaded kstat-rs v0.2.4 |
1243 | 2025-07-17T20:33:03.123Z | Downloaded impl-trait-for-tuples v0.2.2 |
1244 | 2025-07-17T20:33:03.127Z | Downloaded base64ct v1.6.0 |
1245 | 2025-07-17T20:33:03.130Z | Downloaded serde-big-array v0.5.1 |
1246 | 2025-07-17T20:33:03.130Z | Downloaded semver v0.1.20 |
1247 | 2025-07-17T20:33:03.130Z | Downloaded secrecy v0.10.3 |
1248 | 2025-07-17T20:33:03.130Z | Downloaded hyper-rustls v0.27.7 |
1249 | 2025-07-17T20:33:03.135Z | Downloaded bzip2 v0.5.2 |
1250 | 2025-07-17T20:33:03.135Z | Downloaded maplit v1.0.2 |
1251 | 2025-07-17T20:33:03.138Z | Downloaded managed v0.8.0 |
1252 | 2025-07-17T20:33:03.138Z | Downloaded lalrpop-util v0.19.12 |
1253 | 2025-07-17T20:33:03.138Z | Downloaded is-terminal v0.4.13 |
1254 | 2025-07-17T20:33:03.138Z | Downloaded hyper-tls v0.6.0 |
1255 | 2025-07-17T20:33:03.138Z | Downloaded libefi-sys v0.1.0 |
1256 | 2025-07-17T20:33:03.138Z | Downloaded hubpack v0.1.2 |
1257 | 2025-07-17T20:33:03.141Z | Downloaded convert_case v0.4.0 |
1258 | 2025-07-17T20:33:03.141Z | Downloaded lazy_static v1.5.0 |
1259 | 2025-07-17T20:33:03.141Z | Downloaded humantime v2.2.0 |
1260 | 2025-07-17T20:33:03.145Z | Downloaded bit-set v0.5.3 |
1261 | 2025-07-17T20:33:03.145Z | Downloaded block-padding v0.3.3 |
1262 | 2025-07-17T20:33:03.145Z | Downloaded arc-swap v1.7.1 |
1263 | 2025-07-17T20:33:03.149Z | Downloaded cargo-platform v0.1.8 |
1264 | 2025-07-17T20:33:03.149Z | Downloaded libsw-core v0.3.1 |
1265 | 2025-07-17T20:33:03.152Z | Downloaded libscf-sys v1.1.0 |
1266 | 2025-07-17T20:33:03.152Z | Downloaded keccak v0.1.5 |
1267 | 2025-07-17T20:33:03.152Z | Downloaded is_ci v1.2.0 |
1268 | 2025-07-17T20:33:03.152Z | Downloaded instability v0.3.2 |
1269 | 2025-07-17T20:33:03.155Z | Downloaded hostname v0.3.1 |
1270 | 2025-07-17T20:33:03.155Z | Downloaded bitflags v1.3.2 |
1271 | 2025-07-17T20:33:03.159Z | Downloaded bitfield-struct v0.6.2 |
1272 | 2025-07-17T20:33:03.159Z | Downloaded hashbrown v0.12.3 |
1273 | 2025-07-17T20:33:03.162Z | Downloaded indicatif v0.17.11 |
1274 | 2025-07-17T20:33:03.165Z | Downloaded indexmap v1.9.3 |
1275 | 2025-07-17T20:33:03.168Z | Downloaded ascii-canvas v3.0.0 |
1276 | 2025-07-17T20:33:03.168Z | Downloaded indoc v1.0.9 |
1277 | 2025-07-17T20:33:03.171Z | Downloaded hostname v0.4.0 |
1278 | 2025-07-17T20:33:03.171Z | Downloaded home v0.5.9 |
1279 | 2025-07-17T20:33:03.171Z | Downloaded hex v0.4.3 |
1280 | 2025-07-17T20:33:03.175Z | Downloaded array-init v0.0.4 |
1281 | 2025-07-17T20:33:03.175Z | Downloaded arrayvec v0.7.6 |
1282 | 2025-07-17T20:33:03.178Z | Downloaded async-stream v0.3.6 |
1283 | 2025-07-17T20:33:03.178Z | Downloaded heapless v0.8.0 |
1284 | 2025-07-17T20:33:03.181Z | Downloaded headers-core v0.3.0 |
1285 | 2025-07-17T20:33:03.181Z | Downloaded atomicwrites v0.4.4 |
1286 | 2025-07-17T20:33:03.184Z | Downloaded argon2 v0.5.3 |
1287 | 2025-07-17T20:33:03.409Z | Downloaded aws-lc-sys v0.26.0 |
1288 | 2025-07-17T20:33:03.747Z | Compiling value-bag v1.9.0 |
1289 | 2025-07-17T20:33:03.747Z | Compiling shlex v1.3.0 |
1290 | 2025-07-17T20:33:03.747Z | Compiling lock_api v0.4.12 |
1291 | 2025-07-17T20:33:03.750Z | Compiling scopeguard v1.2.0 |
1292 | 2025-07-17T20:33:03.750Z | Compiling typenum v1.17.0 |
1293 | 2025-07-17T20:33:03.750Z | Compiling generic-array v0.14.7 |
1294 | 2025-07-17T20:33:03.750Z | Compiling syn v2.0.104 |
1295 | 2025-07-17T20:33:03.918Z | Compiling getrandom v0.2.15 |
1296 | 2025-07-17T20:33:04.098Z | Compiling jobserver v0.1.32 |
1297 | 2025-07-17T20:33:04.230Z | Compiling rand_core v0.6.4 |
1298 | 2025-07-17T20:33:04.346Z | Compiling log v0.4.27 |
1299 | 2025-07-17T20:33:04.368Z | Compiling smallvec v1.15.0 |
1300 | 2025-07-17T20:33:04.521Z | Compiling cc v1.2.15 |
1301 | 2025-07-17T20:33:04.763Z | Compiling portable-atomic v1.11.0 |
1302 | 2025-07-17T20:33:04.763Z | Compiling critical-section v1.1.3 |
1303 | 2025-07-17T20:33:04.847Z | Compiling subtle v2.6.1 |
1304 | 2025-07-17T20:33:04.919Z | Compiling const-oid v0.9.6 |
1305 | 2025-07-17T20:33:04.939Z | Compiling pkg-config v0.3.31 |
1306 | 2025-07-17T20:33:05.128Z | Compiling parking_lot_core v0.9.10 |
1307 | 2025-07-17T20:33:05.192Z | Compiling pin-project-lite v0.2.14 |
1308 | 2025-07-17T20:33:05.348Z | Compiling rustix v0.38.37 |
1309 | 2025-07-17T20:33:06.164Z | Compiling signal-hook-registry v1.4.2 |
1310 | 2025-07-17T20:33:06.199Z | Compiling parking_lot v0.12.3 |
1311 | 2025-07-17T20:33:06.247Z | Compiling mio v1.0.2 |
1312 | 2025-07-17T20:33:06.276Z | Compiling futures-core v0.3.31 |
1313 | 2025-07-17T20:33:06.536Z | Compiling spin v0.9.8 |
1314 | 2025-07-17T20:33:06.854Z | Compiling either v1.15.0 |
1315 | 2025-07-17T20:33:06.941Z | Compiling once_cell v1.21.3 |
1316 | 2025-07-17T20:33:07.022Z | Compiling socket2 v0.5.10 |
1317 | 2025-07-17T20:33:07.066Z | Compiling slab v0.4.9 |
1318 | 2025-07-17T20:33:07.121Z | Compiling aho-corasick v1.1.3 |
1319 | 2025-07-17T20:33:07.258Z | Compiling cpufeatures v0.2.14 |
1320 | 2025-07-17T20:33:07.297Z | Compiling serde_json v1.0.140 |
1321 | 2025-07-17T20:33:07.329Z | Compiling regex-syntax v0.8.5 |
1322 | 2025-07-17T20:33:07.378Z | Compiling libm v0.2.8 |
1323 | 2025-07-17T20:33:07.553Z | Compiling num-traits v0.2.19 |
1324 | 2025-07-17T20:33:07.659Z | Compiling percent-encoding v2.3.1 |
1325 | 2025-07-17T20:33:07.753Z | Compiling glob v0.3.2 |
1326 | 2025-07-17T20:33:07.852Z | Compiling futures-sink v0.3.31 |
1327 | 2025-07-17T20:33:07.887Z | Compiling getrandom v0.3.1 |
1328 | 2025-07-17T20:33:08.289Z | Compiling prettyplease v0.2.35 |
1329 | 2025-07-17T20:33:08.531Z | Compiling lazy_static v1.5.0 |
1330 | 2025-07-17T20:33:08.576Z | Compiling clang-sys v1.8.1 |
1331 | 2025-07-17T20:33:08.668Z | Compiling minimal-lexical v0.2.1 |
1332 | 2025-07-17T20:33:08.752Z | Compiling allocator-api2 v0.2.21 |
1333 | 2025-07-17T20:33:09.981Z | Compiling foldhash v0.1.5 |
1334 | 2025-07-17T20:33:09.981Z | Compiling nom v7.1.3 |
1335 | 2025-07-17T20:33:09.981Z | Compiling libloading v0.8.5 |
1336 | 2025-07-17T20:33:09.981Z | Compiling hashbrown v0.15.4 |
1337 | 2025-07-17T20:33:09.981Z | Compiling bindgen v0.69.5 |
1338 | 2025-07-17T20:33:09.981Z | Compiling base64ct v1.6.0 |
1339 | 2025-07-17T20:33:10.301Z | Compiling home v0.5.9 |
1340 | 2025-07-17T20:33:10.526Z | Compiling pem-rfc7468 v0.7.0 |
1341 | 2025-07-17T20:33:10.665Z | Compiling futures-channel v0.3.31 |
1342 | 2025-07-17T20:33:10.746Z | Compiling itertools v0.12.1 |
1343 | 2025-07-17T20:33:11.089Z | Compiling regex-automata v0.4.8 |
1344 | 2025-07-17T20:33:11.154Z | Compiling synstructure v0.13.1 |
1345 | 2025-07-17T20:33:12.484Z | Compiling cexpr v0.6.0 |
1346 | 2025-07-17T20:33:12.579Z | Compiling futures-io v0.3.31 |
1347 | 2025-07-17T20:33:12.860Z | Compiling rustc-hash v1.1.0 |
1348 | 2025-07-17T20:33:13.016Z | Compiling futures-task v0.3.31 |
1349 | 2025-07-17T20:33:13.098Z | Compiling lazycell v1.3.0 |
1350 | 2025-07-17T20:33:13.285Z | Compiling flagset v0.4.6 |
1351 | 2025-07-17T20:33:13.312Z | Compiling pin-utils v0.1.0 |
1352 | 2025-07-17T20:33:13.445Z | Compiling cmake v0.1.51 |
1353 | 2025-07-17T20:33:13.542Z | Compiling fs_extra v1.3.0 |
1354 | 2025-07-17T20:33:13.567Z | Compiling dunce v1.0.5 |
1355 | 2025-07-17T20:33:13.723Z | Compiling zerocopy v0.8.26 |
1356 | 2025-07-17T20:33:14.038Z | Compiling form_urlencoded v1.2.1 |
1357 | 2025-07-17T20:33:14.074Z | Compiling vcpkg v0.2.15 |
1358 | 2025-07-17T20:33:14.145Z | Compiling paste v1.0.15 |
1359 | 2025-07-17T20:33:14.284Z | Compiling crossbeam-utils v0.8.21 |
1360 | 2025-07-17T20:33:14.340Z | Compiling ring v0.17.14 |
1361 | 2025-07-17T20:33:14.576Z | Compiling tracing-core v0.1.32 |
1362 | 2025-07-17T20:33:14.828Z | Compiling iana-time-zone v0.1.63 |
1363 | 2025-07-17T20:33:15.193Z | Compiling aws-lc-rs v1.12.4 |
1364 | 2025-07-17T20:33:15.679Z | Compiling openssl-sys v0.9.109 |
1365 | 2025-07-17T20:33:15.715Z | Compiling tinyvec_macros v0.1.1 |
1366 | 2025-07-17T20:33:15.756Z | Compiling httparse v1.9.5 |
1367 | 2025-07-17T20:33:15.823Z | Compiling rustversion v1.0.17 |
1368 | 2025-07-17T20:33:16.067Z | Compiling serde_derive v1.0.219 |
1369 | 2025-07-17T20:33:16.373Z | Compiling zeroize_derive v1.4.2 |
1370 | 2025-07-17T20:33:16.460Z | Compiling zerofrom-derive v0.1.4 |
1371 | 2025-07-17T20:33:16.676Z | Compiling yoke-derive v0.7.4 |
1372 | 2025-07-17T20:33:16.695Z | Compiling zerovec-derive v0.10.3 |
1373 | 2025-07-17T20:33:17.723Z | Compiling zeroize v1.8.1 |
1374 | 2025-07-17T20:33:19.049Z | Compiling displaydoc v0.2.5 |
1375 | 2025-07-17T20:33:19.275Z | Compiling zerocopy-derive v0.7.35 |
1376 | 2025-07-17T20:33:19.482Z | Compiling crypto-common v0.1.6 |
1377 | 2025-07-17T20:33:19.727Z | Compiling block-buffer v0.10.4 |
1378 | 2025-07-17T20:33:19.801Z | Compiling zerofrom v0.1.4 |
1379 | 2025-07-17T20:33:19.987Z | Compiling digest v0.10.7 |
1380 | 2025-07-17T20:33:20.039Z | Compiling yoke v0.7.4 |
1381 | 2025-07-17T20:33:20.351Z | Compiling zerovec v0.10.4 |
1382 | 2025-07-17T20:33:20.384Z | Compiling tokio-macros v2.5.0 |
1383 | 2025-07-17T20:33:20.458Z | Compiling hmac v0.12.1 |
1384 | 2025-07-17T20:33:20.480Z | Compiling icu_provider_macros v1.5.0 |
1385 | 2025-07-17T20:33:20.731Z | Compiling block-padding v0.3.3 |
1386 | 2025-07-17T20:33:20.836Z | Compiling sha2 v0.10.9 |
1387 | 2025-07-17T20:33:20.994Z | Compiling inout v0.1.3 |
1388 | 2025-07-17T20:33:21.009Z | Compiling regex v1.11.1 |
1389 | 2025-07-17T20:33:21.203Z | Compiling zerocopy v0.7.35 |
1390 | 2025-07-17T20:33:21.258Z | Compiling cipher v0.4.4 |
1391 | 2025-07-17T20:33:21.487Z | Compiling futures-macro v0.3.31 |
1392 | 2025-07-17T20:33:21.776Z | Compiling der_derive v0.7.3 |
1393 | 2025-07-17T20:33:21.820Z | Compiling thiserror-impl v1.0.69 |
1394 | 2025-07-17T20:33:21.909Z | Compiling salsa20 v0.10.2 |
1395 | 2025-07-17T20:33:22.143Z | Compiling tinystr v0.7.6 |
1396 | 2025-07-17T20:33:22.226Z | Compiling icu_collections v1.5.0 |
1397 | 2025-07-17T20:33:22.505Z | Compiling icu_locid v1.5.0 |
1398 | 2025-07-17T20:33:22.526Z | Compiling ppv-lite86 v0.2.20 |
1399 | 2025-07-17T20:33:22.876Z | Compiling serde v1.0.219 |
1400 | 2025-07-17T20:33:23.269Z | Compiling futures-util v0.3.31 |
1401 | 2025-07-17T20:33:23.291Z | Compiling pbkdf2 v0.12.2 |
1402 | 2025-07-17T20:33:23.448Z | Compiling zerocopy-derive v0.8.26 |
1403 | 2025-07-17T20:33:23.543Z | Compiling scrypt v0.11.0 |
1404 | 2025-07-17T20:33:24.066Z | Compiling icu_provider v1.5.0 |
1405 | 2025-07-17T20:33:24.069Z | Compiling der v0.7.9 |
1406 | 2025-07-17T20:33:24.139Z | Compiling cbc v0.1.2 |
1407 | 2025-07-17T20:33:24.391Z | Compiling aes v0.8.4 |
1408 | 2025-07-17T20:33:24.570Z | Compiling tracing-attributes v0.1.27 |
1409 | 2025-07-17T20:33:24.687Z | Compiling thiserror v1.0.69 |
1410 | 2025-07-17T20:33:24.856Z | Compiling icu_locid_transform v1.5.0 |
1411 | 2025-07-17T20:33:25.040Z | Compiling pest v2.7.14 |
1412 | 2025-07-17T20:33:26.609Z | Compiling icu_properties v1.5.1 |
1413 | 2025-07-17T20:33:26.936Z | Compiling spki v0.7.3 |
1414 | 2025-07-17T20:33:27.116Z | Compiling scroll_derive v0.12.0 |
1415 | 2025-07-17T20:33:27.311Z | Compiling pkcs5 v0.7.1 |
1416 | 2025-07-17T20:33:27.716Z | Compiling tracing v0.1.40 |
1417 | 2025-07-17T20:33:27.910Z | Compiling bytes v1.10.1 |
1418 | 2025-07-17T20:33:28.188Z | Compiling bitflags v2.9.1 |
1419 | 2025-07-17T20:33:28.215Z | Compiling semver v1.0.26 |
1420 | 2025-07-17T20:33:28.635Z | Compiling indexmap v2.10.0 |
1421 | 2025-07-17T20:33:28.660Z | Compiling uuid v1.17.0 |
1422 | 2025-07-17T20:33:28.939Z | Compiling rustc_version v0.4.1 |
1423 | 2025-07-17T20:33:29.323Z | Compiling tokio v1.45.1 |
1424 | 2025-07-17T20:33:29.618Z | Compiling http v1.3.1 |
1425 | 2025-07-17T20:33:29.979Z | Compiling pkcs8 v0.10.2 |
1426 | 2025-07-17T20:33:30.058Z | Compiling chrono v0.4.41 |
1427 | 2025-07-17T20:33:30.475Z | Compiling icu_normalizer v1.5.0 |
1428 | 2025-07-17T20:33:30.597Z | Compiling pest_meta v2.7.14 |
1429 | 2025-07-17T20:33:31.045Z | Compiling base64 v0.22.1 |
1430 | 2025-07-17T20:33:31.083Z | Compiling http-body v1.0.1 |
1431 | 2025-07-17T20:33:31.325Z | Compiling idna_adapter v1.2.0 |
1432 | 2025-07-17T20:33:31.565Z | Compiling idna v1.0.3 |
1433 | 2025-07-17T20:33:31.702Z | Compiling rustls-pki-types v1.10.0 |
1434 | 2025-07-17T20:33:31.738Z | Compiling rand_core v0.9.2 |
1435 | 2025-07-17T20:33:32.149Z | Compiling which v4.4.2 |
1436 | 2025-07-17T20:33:32.171Z | Compiling url v2.5.4 |
1437 | 2025-07-17T20:33:32.685Z | Compiling pest_generator v2.7.14 |
1438 | 2025-07-17T20:33:33.012Z | Compiling scroll v0.12.0 |
1439 | 2025-07-17T20:33:33.238Z | Compiling tinyvec v1.8.0 |
1440 | 2025-07-17T20:33:33.258Z | Compiling serde_derive_internals v0.29.1 |
1441 | 2025-07-17T20:33:33.518Z | Compiling zstd-sys v2.0.14+zstd.1.5.7 |
1442 | 2025-07-17T20:33:33.903Z | Compiling bzip2-sys v0.1.13+1.0.8 |
1443 | 2025-07-17T20:33:34.306Z | Compiling openssl-probe v0.1.5 |
1444 | 2025-07-17T20:33:34.406Z | Compiling adler2 v2.0.0 |
1445 | 2025-07-17T20:33:34.477Z | Compiling powerfmt v0.2.0 |
1446 | 2025-07-17T20:33:34.619Z | Compiling openssl v0.10.73 |
1447 | 2025-07-17T20:33:34.642Z | Compiling atomic-waker v1.1.2 |
1448 | 2025-07-17T20:33:34.695Z | Compiling time-core v0.1.2 |
1449 | 2025-07-17T20:33:34.835Z | Compiling foreign-types-shared v0.1.1 |
1450 | 2025-07-17T20:33:34.855Z | Compiling schemars v0.8.22 |
1451 | 2025-07-17T20:33:34.858Z | Compiling untrusted v0.9.0 |
1452 | 2025-07-17T20:33:34.893Z | Compiling untrusted v0.7.1 |
1453 | 2025-07-17T20:33:34.968Z | Compiling num-conv v0.1.0 |
1454 | 2025-07-17T20:33:35.038Z | Compiling tower-service v0.3.3 |
1455 | 2025-07-17T20:33:35.041Z | Compiling try-lock v0.2.5 |
1456 | 2025-07-17T20:33:35.202Z | Compiling want v0.3.1 |
1457 | 2025-07-17T20:33:35.224Z | Compiling goblin v0.8.2 |
1458 | 2025-07-17T20:33:35.245Z | Compiling time-macros v0.2.18 |
1459 | 2025-07-17T20:33:35.292Z | Compiling foreign-types v0.3.2 |
1460 | 2025-07-17T20:33:35.408Z | Compiling pest_derive v2.7.14 |
1461 | 2025-07-17T20:33:35.452Z | Compiling schemars_derive v0.8.22 |
1462 | 2025-07-17T20:33:35.483Z | Compiling deranged v0.3.11 |
1463 | 2025-07-17T20:33:36.205Z | Compiling miniz_oxide v0.8.5 |
1464 | 2025-07-17T20:33:37.618Z | Compiling tokio-util v0.7.15 |
1465 | 2025-07-17T20:33:38.900Z | Compiling h2 v0.4.6 |
1466 | 2025-07-17T20:33:39.008Z | Compiling rand_chacha v0.9.0 |
1467 | 2025-07-17T20:33:39.197Z | Compiling ipnet v2.11.0 |
1468 | 2025-07-17T20:33:40.186Z | Compiling openssl-macros v0.1.1 |
1469 | 2025-07-17T20:33:40.728Z | Compiling httpdate v1.0.3 |
1470 | 2025-07-17T20:33:40.853Z | Compiling dyn-clone v1.0.19 |
1471 | 2025-07-17T20:33:40.891Z | Compiling num_threads v0.1.7 |
1472 | 2025-07-17T20:33:41.041Z | Compiling syn v1.0.109 |
1473 | 2025-07-17T20:33:41.092Z | Compiling rustls v0.23.19 |
1474 | 2025-07-17T20:33:41.128Z | Compiling native-tls v0.2.12 |
1475 | 2025-07-17T20:33:41.530Z | Compiling time v0.3.36 |
1476 | 2025-07-17T20:33:42.214Z | Compiling dof v0.3.0 |
1477 | 2025-07-17T20:33:43.823Z | Compiling rand v0.9.1 |
1478 | 2025-07-17T20:33:44.122Z | Compiling dtrace-parser v0.2.0 |
1479 | 2025-07-17T20:33:44.469Z | Compiling unicode-normalization v0.1.24 |
1480 | 2025-07-17T20:33:45.495Z | Compiling heapless v0.7.17 |
1481 | 2025-07-17T20:33:45.577Z | Compiling signature v2.2.0 |
1482 | 2025-07-17T20:33:45.884Z | Compiling hyper v1.6.0 |
1483 | 2025-07-17T20:33:45.917Z | Compiling crossbeam-epoch v0.9.18 |
1484 | 2025-07-17T20:33:45.944Z | Compiling crc32fast v1.4.2 |
1485 | 2025-07-17T20:33:45.957Z | Compiling cookie v0.18.1 |
1486 | 2025-07-17T20:33:46.250Z | Compiling rayon-core v1.12.1 |
1487 | 2025-07-17T20:33:46.278Z | Compiling signal-hook v0.3.17 |
1488 | 2025-07-17T20:33:46.556Z | Compiling unicode-bidi v0.3.17 |
1489 | 2025-07-17T20:33:46.581Z | Compiling unicode-properties v0.1.3 |
1490 | 2025-07-17T20:33:46.599Z | Compiling zlib-rs v0.5.1 |
1491 | 2025-07-17T20:33:46.890Z | Compiling slog v2.7.0 |
1492 | 2025-07-17T20:33:47.342Z | Compiling zstd-safe v7.2.3 |
1493 | 2025-07-17T20:33:47.647Z | Compiling siphasher v0.3.11 |
1494 | 2025-07-17T20:33:48.030Z | Compiling hyper-util v0.1.14 |
1495 | 2025-07-17T20:33:48.249Z | Compiling phf_shared v0.11.2 |
1496 | 2025-07-17T20:33:48.359Z | Compiling stringprep v0.1.5 |
1497 | 2025-07-17T20:33:48.689Z | Compiling crossbeam-deque v0.8.5 |
1498 | 2025-07-17T20:33:49.151Z | Compiling usdt-impl v0.5.0 |
1499 | 2025-07-17T20:33:49.261Z | Compiling curve25519-dalek v4.1.3 |
1500 | 2025-07-17T20:33:49.314Z | Compiling toml_datetime v0.6.11 |
1501 | 2025-07-17T20:33:49.815Z | Compiling serde_spanned v0.6.9 |
1502 | 2025-07-17T20:33:49.932Z | Compiling serde_tokenstream v0.2.2 |
1503 | 2025-07-17T20:33:50.053Z | Compiling rand_chacha v0.3.1 |
1504 | 2025-07-17T20:33:50.332Z | Compiling md-5 v0.10.6 |
1505 | 2025-07-17T20:33:50.436Z | Compiling num-integer v0.1.46 |
1506 | 2025-07-17T20:33:50.584Z | Compiling sync_wrapper v1.0.1 |
1507 | 2025-07-17T20:33:50.748Z | Compiling ff v0.13.0 |
1508 | 2025-07-17T20:33:50.973Z | Compiling hash32 v0.2.1 |
1509 | 2025-07-17T20:33:51.097Z | Compiling memoffset v0.9.1 |
1510 | 2025-07-17T20:33:51.336Z | Compiling fallible-iterator v0.2.0 |
1511 | 2025-07-17T20:33:51.440Z | Compiling tower-layer v0.3.3 |
1512 | 2025-07-17T20:33:51.526Z | Compiling num-bigint-dig v0.8.4 |
1513 | 2025-07-17T20:33:51.713Z | Compiling psl-types v2.0.11 |
1514 | 2025-07-17T20:33:51.864Z | Compiling litrs v0.4.1 |
1515 | 2025-07-17T20:33:51.885Z | Compiling base16ct v0.2.0 |
1516 | 2025-07-17T20:33:51.990Z | Compiling newtype-uuid v1.2.4 |
1517 | 2025-07-17T20:33:52.112Z | Compiling cfg_aliases v0.2.1 |
1518 | 2025-07-17T20:33:52.167Z | Compiling smoltcp v0.9.1 |
1519 | 2025-07-17T20:33:52.263Z | Compiling gimli v0.31.1 |
1520 | 2025-07-17T20:33:52.328Z | Compiling nix v0.29.0 |
1521 | 2025-07-17T20:33:52.817Z | Compiling libz-rs-sys v0.5.1 |
1522 | 2025-07-17T20:33:52.841Z | Compiling sec1 v0.7.3 |
1523 | 2025-07-17T20:33:52.889Z | Compiling document-features v0.2.10 |
1524 | 2025-07-17T20:33:53.090Z | Compiling flate2 v1.1.2 |
1525 | 2025-07-17T20:33:53.116Z | Compiling postgres-protocol v0.6.8 |
1526 | 2025-07-17T20:33:53.420Z | Compiling publicsuffix v2.3.0 |
1527 | 2025-07-17T20:33:53.724Z | Compiling tower v0.5.2 |
1528 | 2025-07-17T20:33:54.025Z | Compiling group v0.13.0 |
1529 | 2025-07-17T20:33:54.045Z | Compiling num-iter v0.1.45 |
1530 | 2025-07-17T20:33:54.253Z | Compiling rand v0.8.5 |
1531 | 2025-07-17T20:33:55.298Z | Compiling tokio-native-tls v0.3.1 |
1532 | 2025-07-17T20:33:55.319Z | Compiling ipnetwork v0.21.1 |
1533 | 2025-07-17T20:33:55.586Z | Compiling strum_macros v0.27.1 |
1534 | 2025-07-17T20:33:55.617Z | Compiling rustls-native-certs v0.8.1 |
1535 | 2025-07-17T20:33:55.878Z | Compiling webpki-roots v1.0.1 |
1536 | 2025-07-17T20:33:56.088Z | Compiling terminal_size v0.4.0 |
1537 | 2025-07-17T20:33:56.135Z | Compiling http-body-util v0.1.3 |
1538 | 2025-07-17T20:33:56.157Z | Compiling hkdf v0.12.4 |
1539 | 2025-07-17T20:33:56.301Z | Compiling crypto-bigint v0.5.5 |
1540 | 2025-07-17T20:33:56.305Z | Compiling async-trait v0.1.88 |
1541 | 2025-07-17T20:33:56.413Z | Compiling addr2line v0.24.2 |
1542 | 2025-07-17T20:33:56.611Z | Compiling curve25519-dalek-derive v0.1.1 |
1543 | 2025-07-17T20:33:57.942Z | Compiling thiserror-impl v2.0.12 |
1544 | 2025-07-17T20:33:57.990Z | Compiling ahash v0.8.11 |
1545 | 2025-07-17T20:33:57.990Z | Compiling fs-err v3.1.1 |
1546 | 2025-07-17T20:33:57.990Z | Compiling object v0.36.5 |
1547 | 2025-07-17T20:33:58.016Z | Compiling buf-list v1.0.3 |
1548 | 2025-07-17T20:33:58.651Z | Compiling winnow v0.5.40 |
1549 | 2025-07-17T20:33:58.762Z | Compiling bumpalo v3.16.0 |
1550 | 2025-07-17T20:33:59.235Z | Compiling bitflags v1.3.2 |
1551 | 2025-07-17T20:33:59.356Z | Compiling anyhow v1.0.98 |
1552 | 2025-07-17T20:33:59.940Z | Compiling lockfree-object-pool v0.1.6 |
1553 | 2025-07-17T20:34:00.081Z | Compiling rustc-demangle v0.1.24 |
1554 | 2025-07-17T20:34:00.218Z | Compiling iri-string v0.7.8 |
1555 | 2025-07-17T20:34:00.366Z | Compiling simd-adler32 v0.3.7 |
1556 | 2025-07-17T20:34:00.447Z | Compiling hubpack_derive v0.1.1 |
1557 | 2025-07-17T20:34:00.889Z | Compiling managed v0.8.0 |
1558 | 2025-07-17T20:34:00.985Z | Compiling zopfli v0.8.1 |
1559 | 2025-07-17T20:34:01.290Z | Compiling hubpack v0.1.2 |
1560 | 2025-07-17T20:34:01.717Z | Compiling strum v0.27.1 |
1561 | 2025-07-17T20:34:01.923Z | Compiling toml_edit v0.19.15 |
1562 | 2025-07-17T20:34:01.989Z | Compiling clap_builder v4.5.40 |
1563 | 2025-07-17T20:34:02.030Z | Compiling thiserror v2.0.12 |
1564 | 2025-07-17T20:34:02.521Z | Compiling elliptic-curve v0.13.8 |
1565 | 2025-07-17T20:34:02.589Z | Compiling console v0.15.10 |
1566 | 2025-07-17T20:34:03.159Z | Compiling tower-http v0.6.6 |
1567 | 2025-07-17T20:34:04.042Z | Compiling hyper-tls v0.6.0 |
1568 | 2025-07-17T20:34:04.062Z | Compiling oxnet v0.1.2 |
1569 | 2025-07-17T20:34:04.436Z | Compiling backtrace v0.3.74 |
1570 | 2025-07-17T20:34:04.815Z | Compiling rayon v1.10.0 |
1571 | 2025-07-17T20:34:04.851Z | Compiling cookie_store v0.21.1 |
1572 | 2025-07-17T20:34:06.225Z | Compiling signal-hook-mio v0.2.4 |
1573 | 2025-07-17T20:34:06.411Z | Compiling postgres-types v0.2.9 |
1574 | 2025-07-17T20:34:07.359Z | Compiling zstd v0.13.3 |
1575 | 2025-07-17T20:34:07.911Z | Compiling usdt-attr-macro v0.5.0 |
1576 | 2025-07-17T20:34:08.048Z | Compiling usdt-macro v0.5.0 |
1577 | 2025-07-17T20:34:08.532Z | Compiling phf v0.11.2 |
1578 | 2025-07-17T20:34:08.833Z | Compiling ed25519 v2.2.3 |
1579 | 2025-07-17T20:34:09.097Z | Compiling bzip2 v0.5.2 |
1580 | 2025-07-17T20:34:09.357Z | Compiling bzip2 v0.4.4 |
1581 | 2025-07-17T20:34:09.463Z | Compiling strum_macros v0.26.4 |
1582 | 2025-07-17T20:34:09.463Z | Compiling pkcs1 v0.7.5 |
1583 | 2025-07-17T20:34:09.466Z | Compiling serde_urlencoded v0.7.1 |
1584 | 2025-07-17T20:34:09.741Z | Compiling serde-big-array v0.5.1 |
1585 | 2025-07-17T20:34:09.992Z | Compiling rfc6979 v0.4.0 |
1586 | 2025-07-17T20:34:10.012Z | Compiling bstr v1.10.0 |
1587 | 2025-07-17T20:34:10.199Z | Compiling daft-derive v0.1.4 |
1588 | 2025-07-17T20:34:10.396Z | Compiling enum-as-inner v0.6.1 |
1589 | 2025-07-17T20:34:10.616Z | Compiling clap_derive v4.5.40 |
1590 | 2025-07-17T20:34:10.785Z | Compiling serde_repr v0.1.19 |
1591 | 2025-07-17T20:34:11.406Z | Compiling float-cmp v0.10.0 |
1592 | 2025-07-17T20:34:11.489Z | Compiling encoding_rs v0.8.34 |
1593 | 2025-07-17T20:34:11.650Z | Compiling unicode-segmentation v1.12.0 |
1594 | 2025-07-17T20:34:11.757Z | Compiling whoami v1.5.2 |
1595 | 2025-07-17T20:34:11.831Z | Compiling normalize-line-endings v0.3.0 |
1596 | 2025-07-17T20:34:11.970Z | Compiling mime v0.3.17 |
1597 | 2025-07-17T20:34:12.292Z | Compiling predicates-core v1.0.8 |
1598 | 2025-07-17T20:34:12.466Z | Compiling fixedbitset v0.4.2 |
1599 | 2025-07-17T20:34:12.487Z | Compiling data-encoding v2.9.0 |
1600 | 2025-07-17T20:34:12.599Z | Compiling precomputed-hash v0.1.1 |
1601 | 2025-07-17T20:34:12.743Z | Compiling number_prefix v0.4.0 |
1602 | 2025-07-17T20:34:12.901Z | Compiling difflib v0.4.0 |
1603 | 2025-07-17T20:34:12.985Z | Compiling new_debug_unreachable v1.0.6 |
1604 | 2025-07-17T20:34:13.104Z | Compiling static_assertions v1.1.0 |
1605 | 2025-07-17T20:34:13.223Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
1606 | 2025-07-17T20:34:13.769Z | Compiling strum v0.26.3 |
1607 | 2025-07-17T20:34:13.986Z | Compiling predicates v3.1.3 |
1608 | 2025-07-17T20:34:14.228Z | Compiling hickory-proto v0.25.2 |
1609 | 2025-07-17T20:34:14.252Z | Compiling string_cache v0.8.9 |
1610 | 2025-07-17T20:34:14.697Z | Compiling indicatif v0.17.11 |
1611 | 2025-07-17T20:34:14.957Z | Compiling clap v4.5.40 |
1612 | 2025-07-17T20:34:15.052Z | Compiling petgraph v0.6.5 |
1613 | 2025-07-17T20:34:15.096Z | Compiling similar v2.7.0 |
1614 | 2025-07-17T20:34:15.431Z | Compiling tokio-postgres v0.7.13 |
1615 | 2025-07-17T20:34:16.677Z | Compiling daft v0.1.4 |
1616 | 2025-07-17T20:34:17.186Z | Compiling toml_edit v0.22.27 |
1617 | 2025-07-17T20:34:17.235Z | Compiling usdt v0.5.0 |
1618 | 2025-07-17T20:34:17.337Z | Compiling ecdsa v0.16.9 |
1619 | 2025-07-17T20:34:17.632Z | Compiling rsa v0.9.6 |
1620 | 2025-07-17T20:34:18.083Z | Compiling zip v0.6.6 |
1621 | 2025-07-17T20:34:18.553Z | Compiling zip v4.2.0 |
1622 | 2025-07-17T20:34:19.304Z | Compiling ed25519-dalek v2.1.1 |
1623 | 2025-07-17T20:34:20.656Z | Compiling crossterm v0.28.1 |
1624 | 2025-07-17T20:34:20.717Z | Compiling toml v0.7.8 |
1625 | 2025-07-17T20:34:22.117Z | Compiling tokio-stream v0.1.17 |
1626 | 2025-07-17T20:34:22.492Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
1627 | 2025-07-17T20:34:22.738Z | Compiling openapiv3 v2.2.0 |
1628 | 2025-07-17T20:34:22.920Z | Compiling x509-cert v0.2.5 |
1629 | 2025-07-17T20:34:23.052Z | Compiling sha1 v0.10.6 |
1630 | 2025-07-17T20:34:23.507Z | Compiling itertools v0.10.5 |
1631 | 2025-07-17T20:34:23.708Z | Compiling itertools v0.13.0 |
1632 | 2025-07-17T20:34:23.925Z | Compiling dirs-sys-next v0.1.2 |
1633 | 2025-07-17T20:34:24.493Z | Compiling winnow v0.6.26 |
1634 | 2025-07-17T20:34:24.974Z | Compiling peg-runtime v0.8.5 |
1635 | 2025-07-17T20:34:25.578Z | Compiling lalrpop-util v0.19.12 |
1636 | 2025-07-17T20:34:25.708Z | Compiling rustc-hash v2.1.1 |
1637 | 2025-07-17T20:34:25.915Z | Compiling dirs-next v2.0.0 |
1638 | 2025-07-17T20:34:25.944Z | Compiling thread_local v1.1.8 |
1639 | 2025-07-17T20:34:25.970Z | Compiling slog-async v2.8.0 |
1640 | 2025-07-17T20:34:26.114Z | Compiling term v0.7.0 |
1641 | 2025-07-17T20:34:26.428Z | Compiling xattr v1.3.1 |
1642 | 2025-07-17T20:34:26.545Z | Compiling futures-executor v0.3.31 |
1643 | 2025-07-17T20:34:26.567Z | Compiling crossbeam-channel v0.5.15 |
1644 | 2025-07-17T20:34:26.588Z | Compiling filetime v0.2.25 |
1645 | 2025-07-17T20:34:26.699Z | Compiling is-terminal v0.4.13 |
1646 | 2025-07-17T20:34:26.849Z | Compiling take_mut v0.2.2 |
1647 | 2025-07-17T20:34:26.887Z | Compiling slog-term v2.9.1 |
1648 | 2025-07-17T20:34:27.022Z | Compiling tar v0.4.44 |
1649 | 2025-07-17T20:34:27.043Z | Compiling futures v0.3.31 |
1650 | 2025-07-17T20:34:27.173Z | Compiling camino v1.1.10 |
1651 | 2025-07-17T20:34:32.653Z | Compiling aws-lc-sys v0.26.0 |
1652 | 2025-07-17T20:35:01.748Z | Compiling rustls-webpki v0.102.8 |
1653 | 2025-07-17T20:35:06.078Z | Compiling tokio-rustls v0.26.0 |
1654 | 2025-07-17T20:35:06.351Z | Compiling hyper-rustls v0.27.7 |
1655 | 2025-07-17T20:35:06.754Z | Compiling reqwest v0.12.22 |
1656 | 2025-07-17T20:35:10.073Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1657 | 2025-07-17T20:35:10.352Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1658 | 2025-07-17T20:35:14.804Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 14s |
1659 | 2025-07-17T20:35:14.985Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
1660 | 2025-07-17T20:35:15.035Z | Jul 17 20:35:13.966 INFO Starting download, target: Console |
1661 | 2025-07-17T20:35:15.035Z | Jul 17 20:35:13.966 INFO Starting download, target: Cockroach |
1662 | 2025-07-17T20:35:15.035Z | Jul 17 20:35:13.966 INFO Starting download, target: Clickhouse |
1663 | 2025-07-17T20:35:15.043Z | Jul 17 20:35:13.966 INFO Starting download, target: DendriteStub |
1664 | 2025-07-17T20:35:15.043Z | Jul 17 20:35:13.966 INFO Starting download, target: MaghemiteMgd |
1665 | 2025-07-17T20:35:15.043Z | Jul 17 20:35:13.966 INFO Starting download, target: TransceiverControl |
1666 | 2025-07-17T20:35:15.043Z | Jul 17 20:35:13.967 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1667 | 2025-07-17T20:35:15.043Z | Jul 17 20:35:13.967 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1668 | 2025-07-17T20:35:15.043Z | Jul 17 20:35:13.967 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1669 | 2025-07-17T20:35:15.043Z | Jul 17 20:35:13.967 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1670 | 2025-07-17T20:35:15.043Z | Jul 17 20:35:13.967 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1671 | 2025-07-17T20:35:15.043Z | Jul 17 20:35:13.967 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1672 | 2025-07-17T20:35:15.418Z | Jul 17 20:35:14.316 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1673 | 2025-07-17T20:35:15.616Z | Jul 17 20:35:14.530 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1674 | 2025-07-17T20:35:15.835Z | Jul 17 20:35:14.741 INFO Download complete, target: TransceiverControl |
1675 | 2025-07-17T20:35:16.030Z | Jul 17 20:35:14.929 INFO Download complete, target: Console |
1676 | 2025-07-17T20:35:16.157Z | Jul 17 20:35:15.074 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1677 | 2025-07-17T20:35:16.418Z | Jul 17 20:35:15.344 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1678 | 2025-07-17T20:35:16.948Z | Jul 17 20:35:15.871 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1679 | 2025-07-17T20:35:17.005Z | Jul 17 20:35:15.935 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1680 | 2025-07-17T20:35:17.005Z | Jul 17 20:35:15.936 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1681 | 2025-07-17T20:35:19.627Z | Jul 17 20:35:18.540 INFO Download complete, target: DendriteStub |
1682 | 2025-07-17T20:35:19.936Z | Jul 17 20:35:18.784 INFO Download complete, target: MaghemiteMgd |
1683 | 2025-07-17T20:35:23.447Z | Jul 17 20:35:22.375 INFO Checking that binary works, target: Cockroach |
1684 | 2025-07-17T20:35:23.593Z | Jul 17 20:35:22.522 INFO Download complete, target: Cockroach |
1685 | 2025-07-17T20:35:27.128Z | Jul 17 20:35:26.054 INFO Checking that binary works, target: Clickhouse |
1686 | 2025-07-17T20:35:27.285Z | Jul 17 20:35:26.208 INFO Download complete, target: Clickhouse |
1687 | 2025-07-17T20:35:27.304Z | All builder prerequisites installed successfully, and PATH looks valid |
1688 | 2025-07-17T20:35:27.332Z | |
1689 | 2025-07-17T20:35:27.332Z | real 4:35.847677738 |
1690 | 2025-07-17T20:35:27.332Z | user 16:16.711376196 |
1691 | 2025-07-17T20:35:27.332Z | sys 2:15.768442665 |
1692 | 2025-07-17T20:35:27.332Z | trap 0.594002218 |
1693 | 2025-07-17T20:35:27.333Z | tflt 0.720536694 |
1694 | 2025-07-17T20:35:27.333Z | dflt 1.112754243 |
1695 | 2025-07-17T20:35:27.333Z | kflt 0.024235684 |
1696 | 2025-07-17T20:35:27.333Z | lock 37:39.607544769 |
1697 | 2025-07-17T20:35:27.333Z | slp 58:44.392724875 |
1698 | 2025-07-17T20:35:27.333Z | lat 1:11.165471506 |
1699 | 2025-07-17T20:35:27.333Z | stop 2:50.129419659 |
1700 | 2025-07-17T20:35:27.333Z | + banner clippy |
1701 | 2025-07-17T20:35:27.333Z | |
1702 | 2025-07-17T20:35:27.333Z | #### # # ##### ##### # # |
1703 | 2025-07-17T20:35:27.333Z | # # # # # # # # # # |
1704 | 2025-07-17T20:35:27.333Z | # # # # # # # # |
1705 | 2025-07-17T20:35:27.333Z | # # # ##### ##### # |
1706 | 2025-07-17T20:35:27.333Z | # # # # # # # |
1707 | 2025-07-17T20:35:27.334Z | #### ###### # # # # |
1708 | 2025-07-17T20:35:27.334Z | |
1709 | 2025-07-17T20:35:27.334Z | + export CARGO_INCREMENTAL=0 |
1710 | 2025-07-17T20:35:27.334Z | + CARGO_INCREMENTAL=0 |
1711 | 2025-07-17T20:35:27.334Z | + ptime -m cargo xtask clippy |
1712 | 2025-07-17T20:35:28.019Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
1713 | 2025-07-17T20:35:28.284Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1714 | 2025-07-17T20:35:31.209Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.84s |
1715 | 2025-07-17T20:35:31.321Z | Running `target/debug/xtask clippy` |
1716 | 2025-07-17T20:35:31.367Z | running: /home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1717 | 2025-07-17T20:35:32.123Z | Downloading crates ... |
1718 | 2025-07-17T20:35:32.453Z | Downloaded anes v0.1.6 |
1719 | 2025-07-17T20:35:32.471Z | Downloaded async-attributes v1.1.2 |
1720 | 2025-07-17T20:35:32.471Z | Downloaded async-object-pool v0.1.5 |
1721 | 2025-07-17T20:35:32.471Z | Downloaded async-channel v1.9.0 |
1722 | 2025-07-17T20:35:32.471Z | Downloaded approx v0.5.1 |
1723 | 2025-07-17T20:35:32.471Z | Downloaded async-process v2.3.0 |
1724 | 2025-07-17T20:35:32.471Z | Downloaded proc-macro-crate v3.2.0 |
1725 | 2025-07-17T20:35:32.471Z | Downloaded async-task v4.7.1 |
1726 | 2025-07-17T20:35:32.471Z | Downloaded async-lock v3.4.0 |
1727 | 2025-07-17T20:35:32.471Z | Downloaded async-global-executor v2.4.1 |
1728 | 2025-07-17T20:35:32.471Z | Downloaded async-executor v1.13.1 |
1729 | 2025-07-17T20:35:32.471Z | Downloaded serde_regex v1.1.0 |
1730 | 2025-07-17T20:35:32.472Z | Downloaded cfg-expr v0.18.0 |
1731 | 2025-07-17T20:35:32.472Z | Downloaded event-listener v2.5.3 |
1732 | 2025-07-17T20:35:32.472Z | Downloaded escape8259 v0.5.3 |
1733 | 2025-07-17T20:35:32.472Z | Downloaded rand_distr v0.4.3 |
1734 | 2025-07-17T20:35:32.473Z | Downloaded plotters-svg v0.3.7 |
1735 | 2025-07-17T20:35:32.473Z | Downloaded plotters-backend v0.3.7 |
1736 | 2025-07-17T20:35:32.473Z | Downloaded piper v0.2.4 |
1737 | 2025-07-17T20:35:32.473Z | Downloaded guppy-workspace-hack v0.1.0 |
1738 | 2025-07-17T20:35:32.473Z | Downloaded event-listener v5.3.1 |
1739 | 2025-07-17T20:35:32.473Z | Downloaded polling v3.7.3 |
1740 | 2025-07-17T20:35:32.473Z | Downloaded datatest-stable v0.3.2 |
1741 | 2025-07-17T20:35:32.473Z | Downloaded async-channel v2.3.1 |
1742 | 2025-07-17T20:35:32.473Z | Downloaded assert_cmd v2.0.17 |
1743 | 2025-07-17T20:35:32.473Z | Downloaded stringmetrics v2.2.2 |
1744 | 2025-07-17T20:35:32.482Z | Downloaded cast v0.3.0 |
1745 | 2025-07-17T20:35:32.482Z | Downloaded similar-asserts v1.7.0 |
1746 | 2025-07-17T20:35:32.482Z | Downloaded blake2b_simd v1.0.2 |
1747 | 2025-07-17T20:35:32.482Z | Downloaded tinytemplate v1.2.1 |
1748 | 2025-07-17T20:35:32.482Z | Downloaded assert-json-diff v2.0.2 |
1749 | 2025-07-17T20:35:32.482Z | Downloaded async-signal v0.2.10 |
1750 | 2025-07-17T20:35:32.482Z | Downloaded async-io v2.3.4 |
1751 | 2025-07-17T20:35:32.482Z | Downloaded target-triple v0.1.3 |
1752 | 2025-07-17T20:35:32.482Z | Downloaded doc-comment v0.3.3 |
1753 | 2025-07-17T20:35:32.483Z | Downloaded nested v0.1.1 |
1754 | 2025-07-17T20:35:32.483Z | Downloaded pathdiff v0.2.3 |
1755 | 2025-07-17T20:35:32.483Z | Downloaded blocking v1.6.1 |
1756 | 2025-07-17T20:35:32.487Z | Downloaded criterion-plot v0.5.0 |
1757 | 2025-07-17T20:35:32.488Z | Downloaded relative-path v1.9.3 |
1758 | 2025-07-17T20:35:32.488Z | Downloaded futures-timer v3.0.3 |
1759 | 2025-07-17T20:35:32.494Z | Downloaded concurrent-queue v2.5.0 |
1760 | 2025-07-17T20:35:32.501Z | Downloaded path-tree v0.8.1 |
1761 | 2025-07-17T20:35:32.501Z | Downloaded oorandom v11.1.4 |
1762 | 2025-07-17T20:35:32.501Z | Downloaded parking v2.2.1 |
1763 | 2025-07-17T20:35:32.507Z | Downloaded target-lexicon v0.13.2 |
1764 | 2025-07-17T20:35:32.507Z | Downloaded partial-io v0.5.4 |
1765 | 2025-07-17T20:35:32.507Z | Downloaded libtest-mimic v0.8.1 |
1766 | 2025-07-17T20:35:32.507Z | Downloaded rust-argon2 v2.1.0 |
1767 | 2025-07-17T20:35:32.511Z | Downloaded target-spec v3.4.2 |
1768 | 2025-07-17T20:35:32.511Z | Downloaded httptest v0.16.3 |
1769 | 2025-07-17T20:35:32.511Z | Downloaded event-listener-strategy v0.5.2 |
1770 | 2025-07-17T20:35:32.613Z | Downloaded kv-log-macro v1.0.7 |
1771 | 2025-07-17T20:35:32.613Z | Downloaded rstest v0.25.0 |
1772 | 2025-07-17T20:35:32.614Z | Downloaded rstest_macros v0.25.0 |
1773 | 2025-07-17T20:35:32.614Z | Downloaded futures-lite v2.3.0 |
1774 | 2025-07-17T20:35:32.614Z | Downloaded trybuild v1.0.105 |
1775 | 2025-07-17T20:35:32.614Z | Downloaded fancy-regex v0.14.0 |
1776 | 2025-07-17T20:35:32.614Z | Downloaded guppy v0.17.19 |
1777 | 2025-07-17T20:35:32.614Z | Downloaded plotters v0.3.7 |
1778 | 2025-07-17T20:35:32.614Z | Downloaded criterion v0.6.0 |
1779 | 2025-07-17T20:35:32.614Z | Downloaded async-std v1.13.0 |
1780 | 2025-07-17T20:35:32.629Z | Downloaded petgraph v0.7.1 |
1781 | 2025-07-17T20:35:32.677Z | Downloaded httpmock v0.8.0-alpha.1 |
1782 | 2025-07-17T20:35:34.541Z | Checking cfg-if v1.0.1 |
1783 | 2025-07-17T20:35:34.856Z | Checking libc v0.2.174 |
1784 | 2025-07-17T20:35:34.896Z | Checking serde v1.0.219 |
1785 | 2025-07-17T20:35:34.943Z | Checking memchr v2.7.4 |
1786 | 2025-07-17T20:35:34.978Z | Checking smallvec v1.15.0 |
1787 | 2025-07-17T20:35:35.017Z | Checking value-bag v1.9.0 |
1788 | 2025-07-17T20:35:35.073Z | Checking itoa v1.0.11 |
1789 | 2025-07-17T20:35:35.131Z | Checking scopeguard v1.2.0 |
1790 | 2025-07-17T20:35:35.177Z | Checking zeroize v1.8.1 |
1791 | 2025-07-17T20:35:35.328Z | Checking libm v0.2.8 |
1792 | 2025-07-17T20:35:35.362Z | Checking lock_api v0.4.12 |
1793 | 2025-07-17T20:35:35.368Z | Checking pin-project-lite v0.2.14 |
1794 | 2025-07-17T20:35:35.460Z | Checking log v0.4.27 |
1795 | 2025-07-17T20:35:35.511Z | Checking stable_deref_trait v1.2.0 |
1796 | 2025-07-17T20:35:35.595Z | Checking ryu v1.0.18 |
1797 | 2025-07-17T20:35:35.682Z | Checking zerofrom v0.1.4 |
1798 | 2025-07-17T20:35:35.774Z | Checking portable-atomic v1.11.0 |
1799 | 2025-07-17T20:35:35.830Z | Checking getrandom v0.2.15 |
1800 | 2025-07-17T20:35:35.867Z | Checking parking_lot_core v0.9.10 |
1801 | 2025-07-17T20:35:35.934Z | Checking litemap v0.7.3 |
1802 | 2025-07-17T20:35:35.967Z | Checking yoke v0.7.4 |
1803 | 2025-07-17T20:35:36.043Z | Checking writeable v0.5.5 |
1804 | 2025-07-17T20:35:36.115Z | Checking rand_core v0.6.4 |
1805 | 2025-07-17T20:35:36.270Z | Checking critical-section v1.1.3 |
1806 | 2025-07-17T20:35:36.324Z | Checking subtle v2.6.1 |
1807 | 2025-07-17T20:35:36.329Z | Checking num-traits v0.2.19 |
1808 | 2025-07-17T20:35:36.408Z | Checking byteorder v1.5.0 |
1809 | 2025-07-17T20:35:36.411Z | Checking zerovec v0.10.4 |
1810 | 2025-07-17T20:35:36.499Z | Checking percent-encoding v2.3.1 |
1811 | 2025-07-17T20:35:36.504Z | Checking parking_lot v0.12.3 |
1812 | 2025-07-17T20:35:36.617Z | Checking signal-hook-registry v1.4.2 |
1813 | 2025-07-17T20:35:36.742Z | Checking icu_locid_transform_data v1.5.0 |
1814 | 2025-07-17T20:35:36.796Z | Checking once_cell v1.21.3 |
1815 | 2025-07-17T20:35:36.874Z | Checking icu_properties_data v1.5.0 |
1816 | 2025-07-17T20:35:36.910Z | Checking getrandom v0.3.1 |
1817 | 2025-07-17T20:35:36.963Z | Checking write16 v1.0.0 |
1818 | 2025-07-17T20:35:37.030Z | Checking utf16_iter v1.0.5 |
1819 | 2025-07-17T20:35:37.110Z | Checking utf8_iter v1.0.4 |
1820 | 2025-07-17T20:35:37.159Z | Checking icu_normalizer_data v1.5.0 |
1821 | 2025-07-17T20:35:37.209Z | Checking form_urlencoded v1.2.1 |
1822 | 2025-07-17T20:35:37.209Z | Checking mio v1.0.2 |
1823 | 2025-07-17T20:35:37.296Z | Checking futures-core v0.3.31 |
1824 | 2025-07-17T20:35:37.338Z | Checking typenum v1.17.0 |
1825 | 2025-07-17T20:35:37.406Z | Checking socket2 v0.5.10 |
1826 | 2025-07-17T20:35:37.475Z | Checking foldhash v0.1.5 |
1827 | 2025-07-17T20:35:37.548Z | Checking equivalent v1.0.2 |
1828 | 2025-07-17T20:35:37.728Z | Checking allocator-api2 v0.2.21 |
1829 | 2025-07-17T20:35:37.793Z | Checking thiserror v1.0.69 |
1830 | 2025-07-17T20:35:37.853Z | Checking zerocopy v0.7.35 |
1831 | 2025-07-17T20:35:37.912Z | Checking slab v0.4.9 |
1832 | 2025-07-17T20:35:37.966Z | Checking tinystr v0.7.6 |
1833 | 2025-07-17T20:35:37.970Z | Checking icu_collections v1.5.0 |
1834 | 2025-07-17T20:35:38.068Z | Checking iana-time-zone v0.1.63 |
1835 | 2025-07-17T20:35:38.217Z | Checking futures-io v0.3.31 |
1836 | 2025-07-17T20:35:38.290Z | Checking const-oid v0.9.6 |
1837 | 2025-07-17T20:35:38.346Z | Checking hashbrown v0.15.4 |
1838 | 2025-07-17T20:35:38.414Z | Checking generic-array v0.14.7 |
1839 | 2025-07-17T20:35:38.446Z | Checking icu_locid v1.5.0 |
1840 | 2025-07-17T20:35:38.449Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1841 | 2025-07-17T20:35:38.633Z | Checking futures-sink v0.3.31 |
1842 | 2025-07-17T20:35:38.857Z | Checking errno v0.3.12 |
1843 | 2025-07-17T20:35:39.001Z | Checking fnv v1.0.7 |
1844 | 2025-07-17T20:35:39.075Z | Checking bytes v1.10.1 |
1845 | 2025-07-17T20:35:39.132Z | Checking bitflags v2.9.1 |
1846 | 2025-07-17T20:35:39.136Z | Checking serde_json v1.0.140 |
1847 | 2025-07-17T20:35:39.239Z | Checking chrono v0.4.41 |
1848 | 2025-07-17T20:35:39.396Z | Checking uuid v1.17.0 |
1849 | 2025-07-17T20:35:39.477Z | Checking icu_provider v1.5.0 |
1850 | 2025-07-17T20:35:39.524Z | Checking semver v1.0.26 |
1851 | 2025-07-17T20:35:39.562Z | Checking crypto-common v0.1.6 |
1852 | 2025-07-17T20:35:39.779Z | Checking block-buffer v0.10.4 |
1853 | 2025-07-17T20:35:39.961Z | Checking indexmap v2.10.0 |
1854 | 2025-07-17T20:35:40.025Z | Checking cpufeatures v0.2.14 |
1855 | 2025-07-17T20:35:40.075Z | Checking pin-utils v0.1.0 |
1856 | 2025-07-17T20:35:40.084Z | Checking icu_locid_transform v1.5.0 |
1857 | 2025-07-17T20:35:40.131Z | Checking tokio v1.45.1 |
1858 | 2025-07-17T20:35:40.218Z | Checking dyn-clone v1.0.19 |
1859 | 2025-07-17T20:35:40.272Z | Checking futures-channel v0.3.31 |
1860 | 2025-07-17T20:35:40.287Z | Checking digest v0.10.7 |
1861 | 2025-07-17T20:35:40.457Z | Checking futures-task v0.3.31 |
1862 | 2025-07-17T20:35:40.706Z | Checking ppv-lite86 v0.2.20 |
1863 | 2025-07-17T20:35:40.757Z | Checking tracing-core v0.1.32 |
1864 | 2025-07-17T20:35:40.803Z | Checking futures-util v0.3.31 |
1865 | 2025-07-17T20:35:40.827Z | Checking rustix v0.38.37 |
1866 | 2025-07-17T20:35:41.178Z | Checking http v1.3.1 |
1867 | 2025-07-17T20:35:41.215Z | Checking regex-syntax v0.8.5 |
1868 | 2025-07-17T20:35:41.255Z | Checking icu_properties v1.5.1 |
1869 | 2025-07-17T20:35:41.405Z | Checking tracing v0.1.40 |
1870 | 2025-07-17T20:35:41.454Z | Checking crossbeam-utils v0.8.21 |
1871 | 2025-07-17T20:35:41.815Z | Checking thiserror v2.0.12 |
1872 | 2025-07-17T20:35:42.025Z | Checking unicode-ident v1.0.18 |
1873 | 2025-07-17T20:35:42.206Z | Checking block-padding v0.3.3 |
1874 | 2025-07-17T20:35:42.272Z | Checking proc-macro2 v1.0.95 |
1875 | 2025-07-17T20:35:42.443Z | Checking aho-corasick v1.1.3 |
1876 | 2025-07-17T20:35:42.496Z | Checking inout v0.1.3 |
1877 | 2025-07-17T20:35:42.767Z | Checking cipher v0.4.4 |
1878 | 2025-07-17T20:35:43.008Z | Checking quote v1.0.40 |
1879 | 2025-07-17T20:35:43.299Z | Checking base64 v0.22.1 |
1880 | 2025-07-17T20:35:43.420Z | Checking syn v2.0.104 |
1881 | 2025-07-17T20:35:43.797Z | Checking ipnet v2.11.0 |
1882 | 2025-07-17T20:35:44.019Z | Checking spin v0.9.8 |
1883 | 2025-07-17T20:35:44.077Z | Checking powerfmt v0.2.0 |
1884 | 2025-07-17T20:35:44.344Z | Checking adler2 v2.0.0 |
1885 | 2025-07-17T20:35:44.392Z | Checking regex-automata v0.4.8 |
1886 | 2025-07-17T20:35:44.436Z | Checking atomic-waker v1.1.2 |
1887 | 2025-07-17T20:35:44.443Z | Checking deranged v0.3.11 |
1888 | 2025-07-17T20:35:44.540Z | Checking miniz_oxide v0.8.5 |
1889 | 2025-07-17T20:35:44.613Z | Checking icu_normalizer v1.5.0 |
1890 | 2025-07-17T20:35:44.654Z | Checking num-conv v0.1.0 |
1891 | 2025-07-17T20:35:44.954Z | Checking num_threads v0.1.7 |
1892 | 2025-07-17T20:35:45.125Z | Checking untrusted v0.9.0 |
1893 | 2025-07-17T20:35:45.181Z | Checking base64ct v1.6.0 |
1894 | 2025-07-17T20:35:45.326Z | Checking time-core v0.1.2 |
1895 | 2025-07-17T20:35:45.434Z | Checking ring v0.17.14 |
1896 | 2025-07-17T20:35:45.451Z | Checking idna_adapter v1.2.0 |
1897 | 2025-07-17T20:35:45.530Z | Checking rand_chacha v0.3.1 |
1898 | 2025-07-17T20:35:45.666Z | Checking idna v1.0.3 |
1899 | 2025-07-17T20:35:45.715Z | Checking hmac v0.12.1 |
1900 | 2025-07-17T20:35:45.777Z | Checking time v0.3.36 |
1901 | 2025-07-17T20:35:45.976Z | Checking sha2 v0.10.9 |
1902 | 2025-07-17T20:35:46.027Z | Checking httparse v1.9.5 |
1903 | 2025-07-17T20:35:46.197Z | Checking url v2.5.4 |
1904 | 2025-07-17T20:35:46.552Z | Checking rand v0.8.5 |
1905 | 2025-07-17T20:35:46.620Z | Checking rustls-pki-types v1.10.0 |
1906 | 2025-07-17T20:35:46.912Z | Checking tokio-util v0.7.15 |
1907 | 2025-07-17T20:35:47.123Z | Checking schemars v0.8.22 |
1908 | 2025-07-17T20:35:47.244Z | Checking http-body v1.0.1 |
1909 | 2025-07-17T20:35:47.500Z | Checking utf8parse v0.2.2 |
1910 | 2025-07-17T20:35:47.556Z | Checking pem-rfc7468 v0.7.0 |
1911 | 2025-07-17T20:35:47.709Z | Checking aws-lc-sys v0.26.0 |
1912 | 2025-07-17T20:35:47.816Z | Checking untrusted v0.7.1 |
1913 | 2025-07-17T20:35:47.872Z | Checking try-lock v0.2.5 |
1914 | 2025-07-17T20:35:48.143Z | Checking httpdate v1.0.3 |
1915 | 2025-07-17T20:35:48.254Z | Checking h2 v0.4.6 |
1916 | 2025-07-17T20:35:48.254Z | Checking want v0.3.1 |
1917 | 2025-07-17T20:35:48.291Z | Checking zerocopy v0.8.26 |
1918 | 2025-07-17T20:35:48.300Z | Checking tower-service v0.3.3 |
1919 | 2025-07-17T20:35:48.368Z | Checking gimli v0.31.1 |
1920 | 2025-07-17T20:35:48.486Z | Checking object v0.36.5 |
1921 | 2025-07-17T20:35:48.681Z | Checking flagset v0.4.6 |
1922 | 2025-07-17T20:35:48.714Z | Checking rustc-demangle v0.1.24 |
1923 | 2025-07-17T20:35:48.914Z | Checking anstyle v1.0.11 |
1924 | 2025-07-17T20:35:49.174Z | Checking der v0.7.9 |
1925 | 2025-07-17T20:35:49.245Z | Checking pbkdf2 v0.12.2 |
1926 | 2025-07-17T20:35:49.328Z | Checking lazy_static v1.5.0 |
1927 | 2025-07-17T20:35:49.447Z | Checking aes v0.8.4 |
1928 | 2025-07-17T20:35:49.532Z | Checking mime v0.3.17 |
1929 | 2025-07-17T20:35:49.885Z | Checking aws-lc-rs v1.12.4 |
1930 | 2025-07-17T20:35:49.942Z | Checking regex v1.11.1 |
1931 | 2025-07-17T20:35:50.344Z | Checking anstyle-parse v0.2.5 |
1932 | 2025-07-17T20:35:50.537Z | Checking salsa20 v0.10.2 |
1933 | 2025-07-17T20:35:50.671Z | Checking cbc v0.1.2 |
1934 | 2025-07-17T20:35:50.832Z | Checking slog v2.7.0 |
1935 | 2025-07-17T20:35:50.943Z | Checking is_terminal_polyfill v1.70.1 |
1936 | 2025-07-17T20:35:51.004Z | Checking spki v0.7.3 |
1937 | 2025-07-17T20:35:51.146Z | Checking anstyle-query v1.1.1 |
1938 | 2025-07-17T20:35:51.333Z | Checking openssl-probe v0.1.5 |
1939 | 2025-07-17T20:35:51.362Z | Checking colorchoice v1.0.2 |
1940 | 2025-07-17T20:35:51.390Z | Checking foreign-types-shared v0.1.1 |
1941 | 2025-07-17T20:35:51.390Z | Checking scrypt v0.11.0 |
1942 | 2025-07-17T20:35:51.800Z | Checking http-body-util v0.1.3 |
1943 | 2025-07-17T20:35:51.845Z | Checking anstream v0.6.18 |
1944 | 2025-07-17T20:35:51.845Z | Checking foreign-types v0.3.2 |
1945 | 2025-07-17T20:35:51.846Z | Checking rustls-webpki v0.102.8 |
1946 | 2025-07-17T20:35:51.846Z | Checking terminal_size v0.4.0 |
1947 | 2025-07-17T20:35:51.846Z | Checking openssl-sys v0.9.109 |
1948 | 2025-07-17T20:35:51.949Z | Checking pkcs5 v0.7.1 |
1949 | 2025-07-17T20:35:52.015Z | Checking addr2line v0.24.2 |
1950 | 2025-07-17T20:35:52.035Z | Checking serde_spanned v0.6.9 |
1951 | 2025-07-17T20:35:52.137Z | Checking toml_datetime v0.6.11 |
1952 | 2025-07-17T20:35:52.300Z | Checking strsim v0.11.1 |
1953 | 2025-07-17T20:35:52.470Z | Checking clap_lex v0.7.4 |
1954 | 2025-07-17T20:35:52.507Z | Checking rustls v0.23.19 |
1955 | 2025-07-17T20:35:52.570Z | Checking pkcs8 v0.10.2 |
1956 | 2025-07-17T20:35:52.609Z | Checking serde_urlencoded v0.7.1 |
1957 | 2025-07-17T20:35:52.640Z | Checking encoding_rs v0.8.34 |
1958 | 2025-07-17T20:35:52.768Z | Checking clap_builder v4.5.40 |
1959 | 2025-07-17T20:35:52.866Z | Checking either v1.15.0 |
1960 | 2025-07-17T20:35:52.950Z | Checking openssl v0.10.73 |
1961 | 2025-07-17T20:35:53.018Z | Checking sync_wrapper v1.0.1 |
1962 | 2025-07-17T20:35:53.218Z | Checking tower-layer v0.3.3 |
1963 | 2025-07-17T20:35:53.289Z | Checking psl-types v2.0.11 |
1964 | 2025-07-17T20:35:53.544Z | Checking publicsuffix v2.3.0 |
1965 | 2025-07-17T20:35:53.577Z | Checking tower v0.5.2 |
1966 | 2025-07-17T20:35:53.848Z | Checking rustls-native-certs v0.8.1 |
1967 | 2025-07-17T20:35:54.091Z | Checking backtrace v0.3.74 |
1968 | 2025-07-17T20:35:54.494Z | Checking cookie v0.18.1 |
1969 | 2025-07-17T20:35:54.567Z | Checking hyper v1.6.0 |
1970 | 2025-07-17T20:35:54.567Z | Checking webpki-roots v1.0.1 |
1971 | 2025-07-17T20:35:54.630Z | Checking iri-string v0.7.8 |
1972 | 2025-07-17T20:35:54.670Z | Checking cookie_store v0.21.1 |
1973 | 2025-07-17T20:35:54.741Z | Checking anyhow v1.0.98 |
1974 | 2025-07-17T20:35:54.847Z | Checking ipnetwork v0.21.1 |
1975 | 2025-07-17T20:35:55.163Z | Checking data-encoding v2.9.0 |
1976 | 2025-07-17T20:35:55.280Z | Checking rand_core v0.9.2 |
1977 | 2025-07-17T20:35:55.376Z | Checking tinyvec_macros v0.1.1 |
1978 | 2025-07-17T20:35:55.535Z | Checking tinyvec v1.8.0 |
1979 | 2025-07-17T20:35:55.596Z | Checking clap v4.5.40 |
1980 | 2025-07-17T20:35:55.695Z | Checking openapiv3 v2.2.0 |
1981 | 2025-07-17T20:35:55.748Z | Checking signature v2.2.0 |
1982 | 2025-07-17T20:35:55.806Z | Checking scroll v0.12.0 |
1983 | 2025-07-17T20:35:56.012Z | Checking plain v0.2.3 |
1984 | 2025-07-17T20:35:56.160Z | Checking hyper-util v0.1.14 |
1985 | 2025-07-17T20:35:56.239Z | Checking unicode-width v0.2.0 |
1986 | 2025-07-17T20:35:56.297Z | Checking ucd-trie v0.1.7 |
1987 | 2025-07-17T20:35:56.553Z | Checking pest v2.7.14 |
1988 | 2025-07-17T20:35:56.802Z | Checking goblin v0.8.2 |
1989 | 2025-07-17T20:35:56.929Z | Checking rand_chacha v0.9.0 |
1990 | 2025-07-17T20:35:57.004Z | Checking tower-http v0.6.6 |
1991 | 2025-07-17T20:35:57.326Z | Checking tokio-rustls v0.26.0 |
1992 | 2025-07-17T20:35:57.393Z | Checking pretty-hex v0.4.1 |
1993 | 2025-07-17T20:35:57.582Z | Checking rand v0.9.1 |
1994 | 2025-07-17T20:35:57.630Z | Checking thread-id v4.2.2 |
1995 | 2025-07-17T20:35:58.152Z | Checking toml_write v0.1.2 |
1996 | 2025-07-17T20:35:58.219Z | Checking winnow v0.7.10 |
1997 | 2025-07-17T20:35:58.219Z | Checking native-tls v0.2.12 |
1998 | 2025-07-17T20:35:58.219Z | Checking crossbeam-epoch v0.9.18 |
1999 | 2025-07-17T20:35:58.405Z | Checking tokio-native-tls v0.3.1 |
2000 | 2025-07-17T20:35:58.606Z | Checking sha1 v0.10.6 |
2001 | 2025-07-17T20:35:58.622Z | Checking num-integer v0.1.46 |
2002 | 2025-07-17T20:35:58.702Z | Checking memmap v0.7.0 |
2003 | 2025-07-17T20:35:58.730Z | Checking hyper-tls v0.6.0 |
2004 | 2025-07-17T20:35:58.854Z | Checking hyper-rustls v0.27.7 |
2005 | 2025-07-17T20:35:58.917Z | Checking crc32fast v1.4.2 |
2006 | 2025-07-17T20:35:58.981Z | Checking static_assertions v1.1.0 |
2007 | 2025-07-17T20:35:59.028Z | Checking dtrace-parser v0.2.0 |
2008 | 2025-07-17T20:35:59.090Z | Checking bstr v1.10.0 |
2009 | 2025-07-17T20:35:59.139Z | Checking base16ct v0.2.0 |
2010 | 2025-07-17T20:35:59.189Z | Checking oxnet v0.1.2 |
2011 | 2025-07-17T20:35:59.243Z | Checking ff v0.13.0 |
2012 | 2025-07-17T20:35:59.250Z | Checking reqwest v0.12.22 |
2013 | 2025-07-17T20:35:59.429Z | Checking sec1 v0.7.3 |
2014 | 2025-07-17T20:35:59.513Z | Checking zlib-rs v0.5.1 |
2015 | 2025-07-17T20:35:59.571Z | Checking group v0.13.0 |
2016 | 2025-07-17T20:35:59.612Z | Checking num-iter v0.1.45 |
2017 | 2025-07-17T20:35:59.815Z | Checking hkdf v0.12.4 |
2018 | 2025-07-17T20:35:59.869Z | Checking crypto-bigint v0.5.5 |
2019 | 2025-07-17T20:35:59.882Z | Checking hubpack v0.1.2 |
2020 | 2025-07-17T20:35:59.970Z | Checking bitflags v1.3.2 |
2021 | 2025-07-17T20:36:00.061Z | Checking unicode-segmentation v1.12.0 |
2022 | 2025-07-17T20:36:00.136Z | Checking crossbeam-deque v0.8.5 |
2023 | 2025-07-17T20:36:00.266Z | Checking strum v0.26.3 |
2024 | 2025-07-17T20:36:00.483Z | Checking winnow v0.5.40 |
2025 | 2025-07-17T20:36:00.537Z | Checking num-bigint-dig v0.8.4 |
2026 | 2025-07-17T20:36:00.544Z | Checking toml_edit v0.22.27 |
2027 | 2025-07-17T20:36:00.788Z | Checking pkcs1 v0.7.5 |
2028 | 2025-07-17T20:36:01.027Z | Checking bzip2-sys v0.1.13+1.0.8 |
2029 | 2025-07-17T20:36:01.200Z | Checking unicode-normalization v0.1.24 |
2030 | 2025-07-17T20:36:01.262Z | Checking itertools v0.13.0 |
2031 | 2025-07-17T20:36:01.421Z | Checking libz-rs-sys v0.5.1 |
2032 | 2025-07-17T20:36:01.471Z | Checking dof v0.3.0 |
2033 | 2025-07-17T20:36:01.694Z | Checking flate2 v1.1.2 |
2034 | 2025-07-17T20:36:02.140Z | Checking usdt-impl v0.5.0 |
2035 | 2025-07-17T20:36:02.218Z | Checking newtype-uuid v1.2.4 |
2036 | 2025-07-17T20:36:02.385Z | Checking elliptic-curve v0.13.8 |
2037 | 2025-07-17T20:36:02.439Z | Checking rfc6979 v0.4.0 |
2038 | 2025-07-17T20:36:02.491Z | Checking rsa v0.9.6 |
2039 | 2025-07-17T20:36:02.546Z | Checking managed v0.8.0 |
2040 | 2025-07-17T20:36:02.681Z | Checking daft v0.1.4 |
2041 | 2025-07-17T20:36:02.796Z | Checking usdt v0.5.0 |
2042 | 2025-07-17T20:36:03.184Z | Checking x509-cert v0.2.5 |
2043 | 2025-07-17T20:36:03.226Z | Checking curve25519-dalek v4.1.3 |
2044 | 2025-07-17T20:36:03.226Z | Checking ecdsa v0.16.9 |
2045 | 2025-07-17T20:36:03.226Z | Checking ahash v0.8.11 |
2046 | 2025-07-17T20:36:03.226Z | Checking memoffset v0.9.1 |
2047 | 2025-07-17T20:36:03.244Z | Checking toml_edit v0.19.15 |
2048 | 2025-07-17T20:36:03.386Z | Checking signal-hook v0.3.17 |
2049 | 2025-07-17T20:36:03.501Z | Checking rayon-core v1.12.1 |
2050 | 2025-07-17T20:36:03.665Z | Checking ed25519 v2.2.3 |
2051 | 2025-07-17T20:36:03.708Z | Checking zstd-sys v2.0.14+zstd.1.5.7 |
2052 | 2025-07-17T20:36:03.744Z | Checking siphasher v0.3.11 |
2053 | 2025-07-17T20:36:03.795Z | Checking signal-hook-mio v0.2.4 |
2054 | 2025-07-17T20:36:03.957Z | Checking zstd-safe v7.2.3 |
2055 | 2025-07-17T20:36:04.016Z | Checking bzip2 v0.4.4 |
2056 | 2025-07-17T20:36:04.025Z | Checking console v0.15.10 |
2057 | 2025-07-17T20:36:04.135Z | Checking phf_shared v0.11.2 |
2058 | 2025-07-17T20:36:04.175Z | Checking bumpalo v3.16.0 |
2059 | 2025-07-17T20:36:04.310Z | Checking lockfree-object-pool v0.1.6 |
2060 | 2025-07-17T20:36:04.364Z | Checking simd-adler32 v0.3.7 |
2061 | 2025-07-17T20:36:04.417Z | Checking unicode-xid v0.2.6 |
2062 | 2025-07-17T20:36:04.506Z | Checking zip v0.6.6 |
2063 | 2025-07-17T20:36:04.549Z | Checking zstd v0.13.3 |
2064 | 2025-07-17T20:36:04.599Z | Checking crossterm v0.28.1 |
2065 | 2025-07-17T20:36:04.649Z | Checking bzip2 v0.5.2 |
2066 | 2025-07-17T20:36:04.694Z | Checking itertools v0.10.5 |
2067 | 2025-07-17T20:36:04.751Z | Checking zopfli v0.8.1 |
2068 | 2025-07-17T20:36:04.799Z | Checking ed25519-dalek v2.1.1 |
2069 | 2025-07-17T20:36:04.884Z | Checking hash32 v0.2.1 |
2070 | 2025-07-17T20:36:04.959Z | Checking winnow v0.6.26 |
2071 | 2025-07-17T20:36:05.148Z | Checking unicode-bidi v0.3.17 |
2072 | 2025-07-17T20:36:05.240Z | Checking unicode-properties v0.1.3 |
2073 | 2025-07-17T20:36:05.248Z | Checking predicates-core v1.0.8 |
2074 | 2025-07-17T20:36:05.447Z | Checking zip v4.2.0 |
2075 | 2025-07-17T20:36:05.525Z | Checking heapless v0.7.17 |
2076 | 2025-07-17T20:36:05.632Z | Checking toml v0.7.8 |
2077 | 2025-07-17T20:36:05.661Z | Checking rayon v1.10.0 |
2078 | 2025-07-17T20:36:05.805Z | Checking stringprep v0.1.5 |
2079 | 2025-07-17T20:36:06.151Z | Checking nix v0.29.0 |
2080 | 2025-07-17T20:36:06.292Z | Checking similar v2.7.0 |
2081 | 2025-07-17T20:36:06.379Z | Checking hickory-proto v0.25.2 |
2082 | 2025-07-17T20:36:06.464Z | Checking tokio-stream v0.1.17 |
2083 | 2025-07-17T20:36:06.675Z | Checking md-5 v0.10.6 |
2084 | 2025-07-17T20:36:06.833Z | Checking float-cmp v0.10.0 |
2085 | 2025-07-17T20:36:06.945Z | Checking difflib v0.4.0 |
2086 | 2025-07-17T20:36:07.126Z | Checking fallible-iterator v0.2.0 |
2087 | 2025-07-17T20:36:07.173Z | Checking normalize-line-endings v0.3.0 |
2088 | 2025-07-17T20:36:07.568Z | Checking smoltcp v0.9.1 |
2089 | 2025-07-17T20:36:07.628Z | Checking phf v0.11.2 |
2090 | 2025-07-17T20:36:07.629Z | Checking predicates v3.1.3 |
2091 | 2025-07-17T20:36:07.659Z | Checking fs-err v3.1.1 |
2092 | 2025-07-17T20:36:07.679Z | Checking buf-list v1.0.3 |
2093 | 2025-07-17T20:36:07.679Z | Checking serde-big-array v0.5.1 |
2094 | 2025-07-17T20:36:07.726Z | Checking postgres-protocol v0.6.8 |
2095 | 2025-07-17T20:36:08.053Z | Checking strum v0.27.1 |
2096 | 2025-07-17T20:36:08.074Z | Checking new_debug_unreachable v1.0.6 |
2097 | 2025-07-17T20:36:08.117Z | Checking number_prefix v0.4.0 |
2098 | 2025-07-17T20:36:08.142Z | Checking precomputed-hash v0.1.1 |
2099 | 2025-07-17T20:36:08.187Z | Checking fixedbitset v0.4.2 |
2100 | 2025-07-17T20:36:08.199Z | Checking lalrpop-util v0.19.12 |
2101 | 2025-07-17T20:36:08.333Z | Checking string_cache v0.8.9 |
2102 | 2025-07-17T20:36:08.399Z | Checking itertools v0.12.1 |
2103 | 2025-07-17T20:36:08.445Z | Checking postgres-types v0.2.9 |
2104 | 2025-07-17T20:36:08.509Z | Checking petgraph v0.6.5 |
2105 | 2025-07-17T20:36:08.572Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
2106 | 2025-07-17T20:36:08.620Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
2107 | 2025-07-17T20:36:08.668Z | Checking minimal-lexical v0.2.1 |
2108 | 2025-07-17T20:36:08.980Z | Checking whoami v1.5.2 |
2109 | 2025-07-17T20:36:09.091Z | Checking peg-runtime v0.8.5 |
2110 | 2025-07-17T20:36:09.146Z | Checking rustc-hash v2.1.1 |
2111 | 2025-07-17T20:36:09.298Z | Checking indicatif v0.17.11 |
2112 | 2025-07-17T20:36:09.337Z | Checking tokio-postgres v0.7.13 |
2113 | 2025-07-17T20:36:09.383Z | Checking nom v7.1.3 |
2114 | 2025-07-17T20:36:09.613Z | Compiling regress v0.10.3 |
2115 | 2025-07-17T20:36:10.084Z | Checking camino v1.1.10 |
2116 | 2025-07-17T20:36:10.946Z | Compiling ident_case v1.0.1 |
2117 | 2025-07-17T20:36:11.064Z | Checking fastrand v2.1.1 |
2118 | 2025-07-17T20:36:11.065Z | Checking futures-executor v0.3.31 |
2119 | 2025-07-17T20:36:11.127Z | Compiling unsafe-libyaml v0.2.11 |
2120 | 2025-07-17T20:36:11.213Z | Checking futures v0.3.31 |
2121 | 2025-07-17T20:36:11.387Z | Checking heck v0.5.0 |
2122 | 2025-07-17T20:36:11.493Z | Compiling darling_core v0.20.10 |
2123 | 2025-07-17T20:36:12.122Z | Checking rustix v1.0.7 |
2124 | 2025-07-17T20:36:12.164Z | Checking crossbeam-channel v0.5.15 |
2125 | 2025-07-17T20:36:12.862Z | Compiling serde_yaml v0.9.34+deprecated |
2126 | 2025-07-17T20:36:12.927Z | Checking is-terminal v0.4.13 |
2127 | 2025-07-17T20:36:12.976Z | Checking toml v0.8.23 |
2128 | 2025-07-17T20:36:13.115Z | Compiling structmeta-derive v0.3.0 |
2129 | 2025-07-17T20:36:13.605Z | Checking tempfile v3.20.0 |
2130 | 2025-07-17T20:36:14.890Z | Checking dirs-sys-next v0.1.2 |
2131 | 2025-07-17T20:36:14.958Z | Checking thread_local v1.1.8 |
2132 | 2025-07-17T20:36:14.958Z | Checking dirs-next v2.0.0 |
2133 | 2025-07-17T20:36:14.958Z | Compiling rustls v0.22.4 |
2134 | 2025-07-17T20:36:14.958Z | Checking term v0.7.0 |
2135 | 2025-07-17T20:36:14.958Z | Checking take_mut v0.2.2 |
2136 | 2025-07-17T20:36:14.958Z | Checking quick-error v1.2.3 |
2137 | 2025-07-17T20:36:14.958Z | Compiling multer v3.1.0 |
2138 | 2025-07-17T20:36:14.958Z | Checking slog-async v2.8.0 |
2139 | 2025-07-17T20:36:14.958Z | Compiling async-stream-impl v0.3.6 |
2140 | 2025-07-17T20:36:14.958Z | Checking slog-term v2.9.1 |
2141 | 2025-07-17T20:36:14.958Z | Compiling dropshot v0.16.2 |
2142 | 2025-07-17T20:36:15.015Z | Compiling dropshot_endpoint v0.16.2 |
2143 | 2025-07-17T20:36:15.064Z | Checking bit-vec v0.8.0 |
2144 | 2025-07-17T20:36:15.182Z | Checking match_cfg v0.1.0 |
2145 | 2025-07-17T20:36:15.337Z | Checking hostname v0.3.1 |
2146 | 2025-07-17T20:36:15.722Z | Compiling typify-impl v0.3.0 |
2147 | 2025-07-17T20:36:15.723Z | Checking bit-set v0.8.0 |
2148 | 2025-07-17T20:36:15.723Z | Checking hex v0.4.3 |
2149 | 2025-07-17T20:36:15.723Z | Compiling structmeta v0.3.0 |
2150 | 2025-07-17T20:36:15.793Z | Checking wait-timeout v0.2.0 |
2151 | 2025-07-17T20:36:15.857Z | Checking debug-ignore v1.0.5 |
2152 | 2025-07-17T20:36:16.045Z | Checking rand_xorshift v0.4.0 |
2153 | 2025-07-17T20:36:16.054Z | Checking rusty-fork v0.3.0 |
2154 | 2025-07-17T20:36:16.139Z | Compiling test-strategy v0.4.1 |
2155 | 2025-07-17T20:36:16.157Z | Checking unarray v0.1.4 |
2156 | 2025-07-17T20:36:16.243Z | Checking progenitor-client v0.10.0 |
2157 | 2025-07-17T20:36:16.295Z | Checking serde_path_to_error v0.1.17 |
2158 | 2025-07-17T20:36:16.466Z | Checking proptest v1.7.0 |
2159 | 2025-07-17T20:36:16.702Z | Checking slog-json v2.6.1 |
2160 | 2025-07-17T20:36:16.904Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2161 | 2025-07-17T20:36:16.991Z | Compiling derive-where v1.5.0 |
2162 | 2025-07-17T20:36:17.097Z | Compiling darling_macro v0.20.10 |
2163 | 2025-07-17T20:36:17.697Z | Compiling ref-cast v1.0.24 |
2164 | 2025-07-17T20:36:18.071Z | Compiling darling v0.20.10 |
2165 | 2025-07-17T20:36:18.292Z | Compiling serde_with_macros v3.14.0 |
2166 | 2025-07-17T20:36:18.362Z | Checking slog-bunyan v2.5.0 |
2167 | 2025-07-17T20:36:18.580Z | Compiling parse-display-derive v0.10.0 |
2168 | 2025-07-17T20:36:21.087Z | Checking async-stream v0.3.6 |
2169 | 2025-07-17T20:36:21.626Z | Checking rustls-pemfile v2.2.0 |
2170 | 2025-07-17T20:36:21.626Z | Checking waitgroup v0.1.2 |
2171 | 2025-07-17T20:36:21.626Z | Checking hostname v0.4.0 |
2172 | 2025-07-17T20:36:21.626Z | Compiling ref-cast-impl v1.0.24 |
2173 | 2025-07-17T20:36:21.626Z | Checking tokio-rustls v0.25.0 |
2174 | 2025-07-17T20:36:21.626Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2175 | 2025-07-17T20:36:21.626Z | Checking macaddr v1.0.1 |
2176 | 2025-07-17T20:36:21.626Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2177 | 2025-07-17T20:36:21.626Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2178 | 2025-07-17T20:36:21.626Z | Checking serde_with v3.14.0 |
2179 | 2025-07-17T20:36:21.626Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570) |
2180 | 2025-07-17T20:36:21.626Z | Checking instant v0.1.13 |
2181 | 2025-07-17T20:36:25.282Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2182 | 2025-07-17T20:36:25.282Z | Checking progenitor-client v0.9.1 |
2183 | 2025-07-17T20:36:25.282Z | Checking backoff v0.4.0 |
2184 | 2025-07-17T20:36:25.358Z | Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
2185 | 2025-07-17T20:36:25.358Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
2186 | 2025-07-17T20:36:25.358Z | Checking iddqd v0.3.8 |
2187 | 2025-07-17T20:36:25.358Z | Checking camino-tempfile v1.4.1 |
2188 | 2025-07-17T20:36:25.358Z | Checking parse-display v0.10.0 |
2189 | 2025-07-17T20:36:25.358Z | Checking unicode-width v0.1.14 |
2190 | 2025-07-17T20:36:25.358Z | Compiling proc-macro-error v1.0.4 |
2191 | 2025-07-17T20:36:25.358Z | Compiling proc-macro-crate v1.3.1 |
2192 | 2025-07-17T20:36:25.358Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2193 | 2025-07-17T20:36:25.358Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2194 | 2025-07-17T20:36:25.358Z | Checking tabwriter v1.4.0 |
2195 | 2025-07-17T20:36:25.358Z | Compiling foreign-types-macros v0.2.3 |
2196 | 2025-07-17T20:36:25.358Z | Checking foreign-types-shared v0.3.1 |
2197 | 2025-07-17T20:36:25.358Z | Checking cstr-argument v0.1.2 |
2198 | 2025-07-17T20:36:25.358Z | Compiling num_enum_derive v0.5.11 |
2199 | 2025-07-17T20:36:25.358Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2200 | 2025-07-17T20:36:25.358Z | Checking pretty-hex v0.2.1 |
2201 | 2025-07-17T20:36:25.358Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
2202 | 2025-07-17T20:36:25.399Z | Checking colored v2.2.0 |
2203 | 2025-07-17T20:36:25.399Z | Checking smf v0.2.3 |
2204 | 2025-07-17T20:36:25.399Z | Checking itertools v0.14.0 |
2205 | 2025-07-17T20:36:25.399Z | Checking base64 v0.21.7 |
2206 | 2025-07-17T20:36:25.399Z | Checking atomicwrites v0.4.4 |
2207 | 2025-07-17T20:36:25.399Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2208 | 2025-07-17T20:36:25.399Z | Compiling typify-impl v0.4.1 |
2209 | 2025-07-17T20:36:25.399Z | Checking foreign-types v0.5.0 |
2210 | 2025-07-17T20:36:25.399Z | Compiling crucible-workspace-hack v0.1.0 |
2211 | 2025-07-17T20:36:25.399Z | Compiling darling_core v0.21.0 |
2212 | 2025-07-17T20:36:25.399Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2213 | 2025-07-17T20:36:25.399Z | Checking glob v0.3.2 |
2214 | 2025-07-17T20:36:25.399Z | Compiling heapless v0.8.0 |
2215 | 2025-07-17T20:36:25.936Z | Checking num_enum v0.5.11 |
2216 | 2025-07-17T20:36:26.173Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2217 | 2025-07-17T20:36:26.377Z | Checking hash32 v0.3.1 |
2218 | 2025-07-17T20:36:26.666Z | Compiling smoltcp v0.11.0 |
2219 | 2025-07-17T20:36:27.391Z | Checking cobs v0.2.3 |
2220 | 2025-07-17T20:36:27.571Z | Checking same-file v1.0.6 |
2221 | 2025-07-17T20:36:27.628Z | Checking postcard v1.0.10 |
2222 | 2025-07-17T20:36:27.800Z | Checking walkdir v2.5.0 |
2223 | 2025-07-17T20:36:28.144Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2) |
2224 | 2025-07-17T20:36:28.200Z | Checking sigpipe v0.1.3 |
2225 | 2025-07-17T20:36:28.249Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2) |
2226 | 2025-07-17T20:36:28.371Z | Checking jiff v0.2.15 |
2227 | 2025-07-17T20:36:28.548Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2) |
2228 | 2025-07-17T20:36:28.594Z | Compiling zone_cfg_derive v0.3.0 |
2229 | 2025-07-17T20:36:28.756Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2) |
2230 | 2025-07-17T20:36:28.925Z | Compiling typify-macro v0.3.0 |
2231 | 2025-07-17T20:36:29.125Z | Compiling num-derive v0.4.2 |
2232 | 2025-07-17T20:36:29.451Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2233 | 2025-07-17T20:36:29.882Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2) |
2234 | 2025-07-17T20:36:29.937Z | Checking zone v0.3.1 |
2235 | 2025-07-17T20:36:30.200Z | Compiling convert_case v0.4.0 |
2236 | 2025-07-17T20:36:30.552Z | Checking utf-8 v0.7.6 |
2237 | 2025-07-17T20:36:30.691Z | Checking tokio-dtrace v0.1.0 |
2238 | 2025-07-17T20:36:30.812Z | Compiling darling_macro v0.21.0 |
2239 | 2025-07-17T20:36:30.850Z | Checking half v2.4.1 |
2240 | 2025-07-17T20:36:31.089Z | Compiling derive_more v0.99.20 |
2241 | 2025-07-17T20:36:31.138Z | Checking oxide-tokio-rt v0.1.2 |
2242 | 2025-07-17T20:36:31.372Z | Checking ciborium-io v0.2.2 |
2243 | 2025-07-17T20:36:31.423Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
2244 | 2025-07-17T20:36:31.490Z | Checking tungstenite v0.21.0 |
2245 | 2025-07-17T20:36:31.554Z | Checking ciborium-ll v0.2.2 |
2246 | 2025-07-17T20:36:31.749Z | Compiling darling v0.21.0 |
2247 | 2025-07-17T20:36:31.885Z | Checking pem v3.0.5 |
2248 | 2025-07-17T20:36:31.939Z | Checking ciborium v0.2.2 |
2249 | 2025-07-17T20:36:31.943Z | Compiling ingot-macros v0.1.1 |
2250 | 2025-07-17T20:36:32.222Z | Checking newline-converter v0.3.0 |
2251 | 2025-07-17T20:36:32.382Z | Checking tokio-tungstenite v0.21.0 |
2252 | 2025-07-17T20:36:32.436Z | Checking expectorate v1.2.0 |
2253 | 2025-07-17T20:36:32.703Z | Checking num-rational v0.4.2 |
2254 | 2025-07-17T20:36:32.826Z | Compiling typify v0.3.0 |
2255 | 2025-07-17T20:36:32.933Z | Checking num-complex v0.4.6 |
2256 | 2025-07-17T20:36:33.062Z | Compiling progenitor-impl v0.9.1 |
2257 | 2025-07-17T20:36:33.401Z | Checking float-ord v0.3.2 |
2258 | 2025-07-17T20:36:33.620Z | Checking secrecy v0.10.3 |
2259 | 2025-07-17T20:36:33.776Z | Checking num v0.4.3 |
2260 | 2025-07-17T20:36:33.860Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2261 | 2025-07-17T20:36:33.943Z | Checking fixedbitset v0.5.7 |
2262 | 2025-07-17T20:36:34.211Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2263 | 2025-07-17T20:36:34.262Z | Checking indent_write v2.2.0 |
2264 | 2025-07-17T20:36:34.356Z | Checking petgraph v0.8.2 |
2265 | 2025-07-17T20:36:34.525Z | Checking xattr v1.3.1 |
2266 | 2025-07-17T20:36:34.596Z | Checking filetime v0.2.25 |
2267 | 2025-07-17T20:36:34.790Z | Checking arc-swap v1.7.1 |
2268 | 2025-07-17T20:36:34.875Z | Checking tar v0.4.44 |
2269 | 2025-07-17T20:36:35.079Z | Checking password-hash v0.5.0 |
2270 | 2025-07-17T20:36:35.231Z | Checking slog-scope v4.4.0 |
2271 | 2025-07-17T20:36:35.505Z | Checking slog-stdlog v4.1.1 |
2272 | 2025-07-17T20:36:35.576Z | Checking blake2 v0.10.6 |
2273 | 2025-07-17T20:36:35.710Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
2274 | 2025-07-17T20:36:35.782Z | Checking slog-envlogger v2.2.0 |
2275 | 2025-07-17T20:36:36.067Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2276 | 2025-07-17T20:36:36.124Z | Checking argon2 v0.5.3 |
2277 | 2025-07-17T20:36:36.505Z | Compiling owo-colors v4.2.2 |
2278 | 2025-07-17T20:36:36.901Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2279 | 2025-07-17T20:36:36.969Z | Checking swrite v0.1.0 |
2280 | 2025-07-17T20:36:37.152Z | Compiling cancel-safe-futures v0.1.5 |
2281 | 2025-07-17T20:36:37.297Z | Checking libsw-core v0.3.1 |
2282 | 2025-07-17T20:36:37.396Z | Checking linear-map v1.2.0 |
2283 | 2025-07-17T20:36:37.608Z | Checking libsw v3.5.0 |
2284 | 2025-07-17T20:36:37.732Z | Compiling async-recursion v1.1.1 |
2285 | 2025-07-17T20:36:37.780Z | Checking keccak v0.1.5 |
2286 | 2025-07-17T20:36:37.908Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
2287 | 2025-07-17T20:36:38.121Z | Compiling typify-impl v0.2.0 |
2288 | 2025-07-17T20:36:38.174Z | Checking sha3 v0.10.8 |
2289 | 2025-07-17T20:36:38.521Z | Compiling typify-macro v0.4.1 |
2290 | 2025-07-17T20:36:38.659Z | Checking prettyplease v0.2.35 |
2291 | 2025-07-17T20:36:38.706Z | Checking ingot-types v0.1.2 |
2292 | 2025-07-17T20:36:38.938Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2293 | 2025-07-17T20:36:39.526Z | Checking ingot v0.1.1 |
2294 | 2025-07-17T20:36:39.580Z | Compiling progenitor-macro v0.9.1 |
2295 | 2025-07-17T20:36:41.176Z | Checking globset v0.4.15 |
2296 | 2025-07-17T20:36:41.572Z | Checking headers-core v0.3.0 |
2297 | 2025-07-17T20:36:42.418Z | Compiling typify v0.4.1 |
2298 | 2025-07-17T20:36:42.662Z | Compiling progenitor-impl v0.10.0 |
2299 | 2025-07-17T20:36:42.957Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2) |
2300 | 2025-07-17T20:36:42.976Z | Checking highway v1.3.0 |
2301 | 2025-07-17T20:36:43.969Z | Checking headers v0.4.1 |
2302 | 2025-07-17T20:36:45.334Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2) |
2303 | 2025-07-17T20:36:47.206Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2) |
2304 | 2025-07-17T20:36:49.277Z | Compiling progenitor-macro v0.10.0 |
2305 | 2025-07-17T20:36:52.035Z | Compiling typify-macro v0.2.0 |
2306 | 2025-07-17T20:36:52.166Z | Checking progenitor v0.9.1 |
2307 | 2025-07-17T20:36:52.447Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd) |
2308 | 2025-07-17T20:36:53.471Z | Compiling lzma-sys v0.1.20 |
2309 | 2025-07-17T20:36:54.348Z | Checking progenitor-client v0.8.0 |
2310 | 2025-07-17T20:36:54.483Z | Compiling heck v0.3.3 |
2311 | 2025-07-17T20:36:54.797Z | Compiling pin-project-internal v1.1.6 |
2312 | 2025-07-17T20:36:55.071Z | Compiling zone_cfg_derive v0.1.2 |
2313 | 2025-07-17T20:36:55.948Z | Compiling typify v0.2.0 |
2314 | 2025-07-17T20:36:56.188Z | Compiling progenitor-impl v0.8.0 |
2315 | 2025-07-17T20:36:57.273Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2316 | 2025-07-17T20:36:57.523Z | Checking pin-project v1.1.6 |
2317 | 2025-07-17T20:36:57.637Z | Checking resolv-conf v0.7.0 |
2318 | 2025-07-17T20:36:57.708Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2319 | 2025-07-17T20:36:58.140Z | Checking yasna v0.5.2 |
2320 | 2025-07-17T20:36:58.872Z | Checking base64 v0.13.1 |
2321 | 2025-07-17T20:36:58.989Z | Checking rcgen v0.12.1 |
2322 | 2025-07-17T20:36:59.343Z | Checking ron v0.7.1 |
2323 | 2025-07-17T20:36:59.696Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2324 | 2025-07-17T20:36:59.794Z | Checking xz2 v0.1.7 |
2325 | 2025-07-17T20:37:00.134Z | Checking zone v0.1.8 |
2326 | 2025-07-17T20:37:00.461Z | Compiling snafu-derive v0.8.5 |
2327 | 2025-07-17T20:37:00.517Z | Checking olpc-cjson v0.1.4 |
2328 | 2025-07-17T20:37:00.833Z | Checking serde_plain v1.0.2 |
2329 | 2025-07-17T20:37:00.886Z | Checking subprocess v0.2.9 |
2330 | 2025-07-17T20:37:01.171Z | Checking typed-path v0.9.3 |
2331 | 2025-07-17T20:37:01.505Z | Checking humantime v2.2.0 |
2332 | 2025-07-17T20:37:01.881Z | Checking universal-hash v0.5.1 |
2333 | 2025-07-17T20:37:02.101Z | Checking progenitor v0.10.0 |
2334 | 2025-07-17T20:37:02.159Z | Checking opaque-debug v0.3.1 |
2335 | 2025-07-17T20:37:02.315Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
2336 | 2025-07-17T20:37:02.403Z | Compiling semver v0.1.20 |
2337 | 2025-07-17T20:37:02.611Z | Checking aead v0.5.2 |
2338 | 2025-07-17T20:37:02.764Z | Compiling progenitor-macro v0.8.0 |
2339 | 2025-07-17T20:37:02.905Z | Compiling rustc_version v0.1.7 |
2340 | 2025-07-17T20:37:03.036Z | Checking poly1305 v0.8.0 |
2341 | 2025-07-17T20:37:03.126Z | Checking chacha20 v0.9.1 |
2342 | 2025-07-17T20:37:03.380Z | Compiling newtype_derive v0.1.6 |
2343 | 2025-07-17T20:37:03.550Z | Checking linked-hash-map v0.5.6 |
2344 | 2025-07-17T20:37:03.604Z | Checking hickory-proto v0.24.4 |
2345 | 2025-07-17T20:37:03.949Z | Checking lru-cache v0.1.2 |
2346 | 2025-07-17T20:37:04.047Z | Compiling thiserror-impl-no-std v2.0.2 |
2347 | 2025-07-17T20:37:04.210Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2348 | 2025-07-17T20:37:04.682Z | Checking chacha20poly1305 v0.10.1 |
2349 | 2025-07-17T20:37:04.943Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2350 | 2025-07-17T20:37:05.089Z | Checking snafu v0.8.5 |
2351 | 2025-07-17T20:37:05.596Z | Checking tough v0.20.0 |
2352 | 2025-07-17T20:37:06.413Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
2353 | 2025-07-17T20:37:06.894Z | Checking thiserror-no-std v2.0.2 |
2354 | 2025-07-17T20:37:07.081Z | Checking vsss-rs v3.3.4 |
2355 | 2025-07-17T20:37:07.680Z | Checking steno v0.4.1 |
2356 | 2025-07-17T20:37:07.798Z | Checking hickory-resolver v0.24.4 |
2357 | 2025-07-17T20:37:08.196Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
2358 | 2025-07-17T20:37:08.861Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2) |
2359 | 2025-07-17T20:37:09.337Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2) |
2360 | 2025-07-17T20:37:09.444Z | Checking qorb v0.4.0 |
2361 | 2025-07-17T20:37:09.839Z | Compiling moka v0.12.10 |
2362 | 2025-07-17T20:37:10.128Z | Checking tagptr v0.2.0 |
2363 | 2025-07-17T20:37:10.188Z | Compiling slog-dtrace v0.3.0 |
2364 | 2025-07-17T20:37:10.304Z | Checking bytecount v0.6.8 |
2365 | 2025-07-17T20:37:10.521Z | Checking display-error-chain v0.2.2 |
2366 | 2025-07-17T20:37:10.795Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2367 | 2025-07-17T20:37:11.231Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2368 | 2025-07-17T20:37:11.868Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2369 | 2025-07-17T20:37:11.942Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2370 | 2025-07-17T20:37:12.016Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2371 | 2025-07-17T20:37:12.066Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2372 | 2025-07-17T20:37:15.540Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2373 | 2025-07-17T20:37:15.669Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2) |
2374 | 2025-07-17T20:37:15.694Z | Checking hickory-resolver v0.25.2 |
2375 | 2025-07-17T20:37:15.694Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2376 | 2025-07-17T20:37:15.694Z | Checking progenitor v0.8.0 |
2377 | 2025-07-17T20:37:15.694Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2378 | 2025-07-17T20:37:15.721Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2379 | 2025-07-17T20:37:16.096Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2380 | 2025-07-17T20:37:16.160Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2381 | 2025-07-17T20:37:17.028Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2382 | 2025-07-17T20:37:17.419Z | Checking gethostname v0.5.0 |
2383 | 2025-07-17T20:37:17.621Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2384 | 2025-07-17T20:37:17.962Z | Checking nibble_vec v0.1.0 |
2385 | 2025-07-17T20:37:18.234Z | Checking endian-type v0.1.2 |
2386 | 2025-07-17T20:37:18.378Z | Compiling radium v0.7.0 |
2387 | 2025-07-17T20:37:18.507Z | Checking radix_trie v0.2.1 |
2388 | 2025-07-17T20:37:18.563Z | Checking termcolor v1.4.1 |
2389 | 2025-07-17T20:37:18.899Z | Compiling libefi-sys v0.1.0 |
2390 | 2025-07-17T20:37:19.025Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2391 | 2025-07-17T20:37:19.093Z | Compiling zerocopy-derive v0.6.6 |
2392 | 2025-07-17T20:37:19.150Z | Compiling bitfield-struct v0.6.2 |
2393 | 2025-07-17T20:37:19.228Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2394 | 2025-07-17T20:37:19.482Z | Compiling maybe-uninit v2.0.0 |
2395 | 2025-07-17T20:37:19.590Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
2396 | 2025-07-17T20:37:20.024Z | Checking tap v1.0.1 |
2397 | 2025-07-17T20:37:20.259Z | Checking wyz v0.5.1 |
2398 | 2025-07-17T20:37:20.468Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2399 | 2025-07-17T20:37:21.051Z | Checking zerocopy v0.6.6 |
2400 | 2025-07-17T20:37:21.400Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2401 | 2025-07-17T20:37:21.566Z | Checking crc-catalog v2.4.0 |
2402 | 2025-07-17T20:37:21.620Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2403 | 2025-07-17T20:37:21.717Z | Checking funty v2.0.0 |
2404 | 2025-07-17T20:37:21.782Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2405 | 2025-07-17T20:37:21.834Z | Compiling packed_struct v0.10.1 |
2406 | 2025-07-17T20:37:21.952Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2407 | 2025-07-17T20:37:22.004Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2408 | 2025-07-17T20:37:22.097Z | Checking crc v3.2.1 |
2409 | 2025-07-17T20:37:22.452Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2410 | 2025-07-17T20:37:22.609Z | Checking bitvec v1.0.1 |
2411 | 2025-07-17T20:37:22.712Z | Compiling packed_struct_codegen v0.10.1 |
2412 | 2025-07-17T20:37:22.756Z | Compiling indexmap v1.9.3 |
2413 | 2025-07-17T20:37:22.817Z | Checking nodrop v0.1.14 |
2414 | 2025-07-17T20:37:23.003Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2415 | 2025-07-17T20:37:23.052Z | Checking array-init v0.0.4 |
2416 | 2025-07-17T20:37:23.230Z | Checking smallvec v0.6.14 |
2417 | 2025-07-17T20:37:23.658Z | Checking hashbrown v0.12.3 |
2418 | 2025-07-17T20:37:23.981Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2419 | 2025-07-17T20:37:24.037Z | Checking termtree v0.5.1 |
2420 | 2025-07-17T20:37:24.084Z | Checking bitfield v0.14.0 |
2421 | 2025-07-17T20:37:24.312Z | Checking serde-hex v0.1.0 |
2422 | 2025-07-17T20:37:24.409Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2423 | 2025-07-17T20:37:25.025Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2424 | 2025-07-17T20:37:25.325Z | Checking env_logger v0.10.2 |
2425 | 2025-07-17T20:37:25.370Z | Checking ron v0.8.1 |
2426 | 2025-07-17T20:37:25.821Z | Checking hashbrown v0.13.2 |
2427 | 2025-07-17T20:37:26.249Z | Compiling proc-macro-error-attr2 v2.0.0 |
2428 | 2025-07-17T20:37:26.705Z | Checking crc-any v2.5.0 |
2429 | 2025-07-17T20:37:26.768Z | Checking object v0.30.4 |
2430 | 2025-07-17T20:37:27.040Z | Compiling proc-macro-error2 v2.0.1 |
2431 | 2025-07-17T20:37:27.105Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2432 | 2025-07-17T20:37:27.454Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
2433 | 2025-07-17T20:37:27.718Z | Checking path-slash v0.1.5 |
2434 | 2025-07-17T20:37:27.936Z | Compiling tabled_derive v0.10.0 |
2435 | 2025-07-17T20:37:28.085Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2436 | 2025-07-17T20:37:28.539Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#17d04af6) |
2437 | 2025-07-17T20:37:28.625Z | Checking papergrid v0.14.0 |
2438 | 2025-07-17T20:37:30.187Z | Compiling num-derive v0.3.3 |
2439 | 2025-07-17T20:37:30.561Z | Checking tabled v0.18.0 |
2440 | 2025-07-17T20:37:31.546Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
2441 | 2025-07-17T20:37:32.326Z | Checking libscf-sys v1.1.0 |
2442 | 2025-07-17T20:37:32.613Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2443 | 2025-07-17T20:37:33.423Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
2444 | 2025-07-17T20:37:33.715Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
2445 | 2025-07-17T20:37:34.067Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
2446 | 2025-07-17T20:37:34.123Z | Compiling xshell-macros v0.2.7 |
2447 | 2025-07-17T20:37:34.469Z | Checking maplit v1.0.2 |
2448 | 2025-07-17T20:37:34.651Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
2449 | 2025-07-17T20:37:34.702Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2450 | 2025-07-17T20:37:34.906Z | Checking xshell v0.2.7 |
2451 | 2025-07-17T20:37:34.958Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
2452 | 2025-07-17T20:37:35.081Z | Checking fxhash v0.2.1 |
2453 | 2025-07-17T20:37:35.296Z | Checking crc8 v0.1.1 |
2454 | 2025-07-17T20:37:35.347Z | Compiling vte_generate_state_changes v0.1.2 |
2455 | 2025-07-17T20:37:35.450Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
2456 | 2025-07-17T20:37:35.494Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2457 | 2025-07-17T20:37:35.542Z | Checking fd-lock v4.0.2 |
2458 | 2025-07-17T20:37:35.818Z | Checking nu-ansi-term v0.50.1 |
2459 | 2025-07-17T20:37:35.970Z | Checking vte v0.11.1 |
2460 | 2025-07-17T20:37:36.111Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#17d04af6) |
2461 | 2025-07-17T20:37:36.263Z | Compiling const_format_proc_macros v0.2.34 |
2462 | 2025-07-17T20:37:37.063Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570) |
2463 | 2025-07-17T20:37:37.425Z | Checking strip-ansi-escapes v0.2.0 |
2464 | 2025-07-17T20:37:37.495Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2465 | 2025-07-17T20:37:37.642Z | Checking reedline v0.40.0 |
2466 | 2025-07-17T20:37:37.788Z | Checking kstat-rs v0.2.4 |
2467 | 2025-07-17T20:37:38.047Z | Checking const_format v0.2.34 |
2468 | 2025-07-17T20:37:38.216Z | Checking home v0.5.9 |
2469 | 2025-07-17T20:37:38.269Z | Checking half v1.8.3 |
2470 | 2025-07-17T20:37:38.429Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#cec2560e) |
2471 | 2025-07-17T20:37:38.479Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2472 | 2025-07-17T20:37:38.554Z | Checking papergrid v0.11.0 |
2473 | 2025-07-17T20:37:38.712Z | Checking serde_cbor v0.11.2 |
2474 | 2025-07-17T20:37:39.111Z | Compiling tabled_derive v0.7.0 |
2475 | 2025-07-17T20:37:39.169Z | Compiling nix v0.30.1 |
2476 | 2025-07-17T20:37:39.572Z | Compiling phf_generator v0.11.2 |
2477 | 2025-07-17T20:37:39.831Z | Compiling phf_codegen v0.11.2 |
2478 | 2025-07-17T20:37:39.903Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
2479 | 2025-07-17T20:37:40.016Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2480 | 2025-07-17T20:37:40.114Z | Compiling dsl_auto_type v0.1.2 |
2481 | 2025-07-17T20:37:40.326Z | Checking scheduled-thread-pool v0.2.7 |
2482 | 2025-07-17T20:37:40.380Z | Compiling parse-zoneinfo v0.3.1 |
2483 | 2025-07-17T20:37:40.425Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
2484 | 2025-07-17T20:37:40.524Z | Compiling diesel_table_macro_syntax v0.2.0 |
2485 | 2025-07-17T20:37:40.594Z | Compiling cfg_aliases v0.1.1 |
2486 | 2025-07-17T20:37:40.852Z | Compiling parking_lot_core v0.8.6 |
2487 | 2025-07-17T20:37:41.041Z | Compiling nix v0.28.0 |
2488 | 2025-07-17T20:37:41.309Z | Checking tabled v0.15.0 |
2489 | 2025-07-17T20:37:41.442Z | Compiling chrono-tz-build v0.4.0 |
2490 | 2025-07-17T20:37:41.522Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2491 | 2025-07-17T20:37:41.590Z | Compiling diesel_derives v2.2.3 |
2492 | 2025-07-17T20:37:41.832Z | Checking r2d2 v0.8.10 |
2493 | 2025-07-17T20:37:42.050Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2494 | 2025-07-17T20:37:42.197Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2495 | 2025-07-17T20:37:42.559Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
2496 | 2025-07-17T20:37:42.628Z | Checking bcs v0.1.6 |
2497 | 2025-07-17T20:37:42.876Z | Checking nanorand v0.7.0 |
2498 | 2025-07-17T20:37:42.989Z | Compiling chrono-tz v0.10.3 |
2499 | 2025-07-17T20:37:43.277Z | Checking flume v0.11.1 |
2500 | 2025-07-17T20:37:43.595Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2501 | 2025-07-17T20:37:43.724Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
2502 | 2025-07-17T20:37:43.794Z | Compiling crunchy v0.2.2 |
2503 | 2025-07-17T20:37:44.233Z | Checking parking_lot v0.11.2 |
2504 | 2025-07-17T20:37:44.628Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2505 | 2025-07-17T20:37:44.693Z | Checking prefix-trie v0.7.0 |
2506 | 2025-07-17T20:37:44.735Z | Compiling peg-macros v0.8.5 |
2507 | 2025-07-17T20:37:45.038Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2508 | 2025-07-17T20:37:45.368Z | Compiling sqlparser_derive v0.2.2 |
2509 | 2025-07-17T20:37:46.102Z | Checking unicode_categories v0.1.1 |
2510 | 2025-07-17T20:37:46.151Z | Compiling tiny-keccak v2.0.2 |
2511 | 2025-07-17T20:37:46.458Z | Checking sqlparser v0.45.0 |
2512 | 2025-07-17T20:37:46.508Z | Checking sqlformat v0.3.5 |
2513 | 2025-07-17T20:37:46.709Z | Checking rustyline v14.0.0 |
2514 | 2025-07-17T20:37:46.748Z | Checking hickory-server v0.25.2 |
2515 | 2025-07-17T20:37:47.924Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2516 | 2025-07-17T20:37:48.006Z | Checking peg v0.8.5 |
2517 | 2025-07-17T20:37:48.166Z | Checking sled v0.34.7 |
2518 | 2025-07-17T20:37:48.486Z | Checking hickory-client v0.25.2 |
2519 | 2025-07-17T20:37:49.021Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2520 | 2025-07-17T20:37:49.364Z | Compiling bit-vec v0.6.3 |
2521 | 2025-07-17T20:37:49.849Z | Compiling bit-set v0.5.3 |
2522 | 2025-07-17T20:37:50.193Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2523 | 2025-07-17T20:37:50.273Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2524 | 2025-07-17T20:37:51.023Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd) |
2525 | 2025-07-17T20:37:52.225Z | Compiling ascii-canvas v3.0.0 |
2526 | 2025-07-17T20:37:52.296Z | Checking diesel v2.2.11 |
2527 | 2025-07-17T20:37:52.346Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2528 | 2025-07-17T20:37:52.732Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2529 | 2025-07-17T20:37:52.783Z | Compiling ena v0.14.3 |
2530 | 2025-07-17T20:37:52.993Z | Compiling regex-syntax v0.6.29 |
2531 | 2025-07-17T20:37:53.228Z | Compiling diff v0.1.13 |
2532 | 2025-07-17T20:37:53.287Z | Compiling bindgen v0.71.1 |
2533 | 2025-07-17T20:37:53.776Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2534 | 2025-07-17T20:37:53.826Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2535 | 2025-07-17T20:37:54.348Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2536 | 2025-07-17T20:37:54.896Z | Compiling unicase v2.7.0 |
2537 | 2025-07-17T20:37:55.471Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2538 | 2025-07-17T20:37:55.538Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2539 | 2025-07-17T20:37:55.927Z | Compiling derive_builder_core v0.20.2 |
2540 | 2025-07-17T20:37:56.282Z | Compiling lalrpop v0.19.12 |
2541 | 2025-07-17T20:37:56.935Z | Compiling libxml v0.3.3 |
2542 | 2025-07-17T20:37:57.540Z | Compiling strum_macros v0.24.3 |
2543 | 2025-07-17T20:37:57.981Z | Compiling indoc v1.0.9 |
2544 | 2025-07-17T20:37:58.040Z | Compiling derive_builder_macro v0.20.2 |
2545 | 2025-07-17T20:37:58.973Z | Checking derive_builder v0.20.2 |
2546 | 2025-07-17T20:37:59.647Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2547 | 2025-07-17T20:38:00.060Z | Checking primeorder v0.13.6 |
2548 | 2025-07-17T20:38:00.430Z | Checking quick-xml v0.37.2 |
2549 | 2025-07-17T20:38:00.558Z | Compiling oso-derive v0.27.3 |
2550 | 2025-07-17T20:38:00.675Z | Compiling impl-trait-for-tuples v0.2.2 |
2551 | 2025-07-17T20:38:01.569Z | Checking assert_matches v1.5.0 |
2552 | 2025-07-17T20:38:01.812Z | Compiling mime_guess v2.0.5 |
2553 | 2025-07-17T20:38:01.937Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2554 | 2025-07-17T20:38:02.405Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2555 | 2025-07-17T20:38:03.551Z | Checking signal-hook-tokio v0.3.1 |
2556 | 2025-07-17T20:38:03.583Z | Checking http-range v0.1.5 |
2557 | 2025-07-17T20:38:03.583Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
2558 | 2025-07-17T20:38:03.736Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2559 | 2025-07-17T20:38:04.035Z | Checking atty v0.2.14 |
2560 | 2025-07-17T20:38:04.242Z | Compiling salty v0.3.0 |
2561 | 2025-07-17T20:38:04.918Z | Checking p384 v0.13.0 |
2562 | 2025-07-17T20:38:05.596Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2563 | 2025-07-17T20:38:06.089Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
2564 | 2025-07-17T20:38:06.585Z | Checking tungstenite v0.23.0 |
2565 | 2025-07-17T20:38:07.228Z | Compiling diesel-dtrace v0.4.2 |
2566 | 2025-07-17T20:38:07.281Z | Checking hyper-staticfile v0.10.1 |
2567 | 2025-07-17T20:38:07.445Z | Checking tokio-tungstenite v0.23.1 |
2568 | 2025-07-17T20:38:07.703Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2569 | 2025-07-17T20:38:07.871Z | Checking predicates-tree v1.0.12 |
2570 | 2025-07-17T20:38:07.921Z | Checking sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images) |
2571 | 2025-07-17T20:38:07.968Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
2572 | 2025-07-17T20:38:08.078Z | Checking bb8 v0.8.5 |
2573 | 2025-07-17T20:38:08.131Z | Checking env_filter v0.1.2 |
2574 | 2025-07-17T20:38:08.198Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
2575 | 2025-07-17T20:38:08.359Z | Checking void v1.0.2 |
2576 | 2025-07-17T20:38:08.414Z | Checking env_logger v0.11.5 |
2577 | 2025-07-17T20:38:08.575Z | Checking lzss v0.8.2 |
2578 | 2025-07-17T20:38:08.745Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2579 | 2025-07-17T20:38:08.792Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2580 | 2025-07-17T20:38:08.837Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2581 | 2025-07-17T20:38:08.917Z | Checking nix v0.27.1 |
2582 | 2025-07-17T20:38:08.965Z | Checking serde_bytes v0.11.17 |
2583 | 2025-07-17T20:38:09.114Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
2584 | 2025-07-17T20:38:09.318Z | Checking secrecy v0.8.0 |
2585 | 2025-07-17T20:38:09.349Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2586 | 2025-07-17T20:38:09.420Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2) |
2587 | 2025-07-17T20:38:09.554Z | Checking ignore v0.4.23 |
2588 | 2025-07-17T20:38:09.604Z | Compiling fs-err v2.11.0 |
2589 | 2025-07-17T20:38:10.223Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2590 | 2025-07-17T20:38:10.413Z | Checking globwalk v0.9.1 |
2591 | 2025-07-17T20:38:10.852Z | Checking parse-size v1.1.0 |
2592 | 2025-07-17T20:38:10.855Z | Checking camino-tempfile-ext v0.3.2 |
2593 | 2025-07-17T20:38:11.125Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570) |
2594 | 2025-07-17T20:38:11.336Z | Checking sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples) |
2595 | 2025-07-17T20:38:12.231Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2596 | 2025-07-17T20:38:12.619Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2597 | 2025-07-17T20:38:12.806Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2598 | 2025-07-17T20:38:12.895Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2599 | 2025-07-17T20:38:13.380Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2600 | 2025-07-17T20:38:13.776Z | Checking rand_seeder v0.3.0 |
2601 | 2025-07-17T20:38:14.111Z | Checking csv-core v0.1.11 |
2602 | 2025-07-17T20:38:14.421Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2603 | 2025-07-17T20:38:14.547Z | Checking csv v1.3.1 |
2604 | 2025-07-17T20:38:14.807Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2605 | 2025-07-17T20:38:15.159Z | Checking heck v0.4.1 |
2606 | 2025-07-17T20:38:15.365Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2607 | 2025-07-17T20:38:15.435Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2608 | 2025-07-17T20:38:15.443Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2609 | 2025-07-17T20:38:15.907Z | Checking yansi v1.0.1 |
2610 | 2025-07-17T20:38:16.519Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2611 | 2025-07-17T20:38:16.645Z | Checking pretty_assertions v1.4.1 |
2612 | 2025-07-17T20:38:16.916Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2613 | 2025-07-17T20:38:17.002Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2614 | 2025-07-17T20:38:17.199Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
2615 | 2025-07-17T20:38:17.320Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2616 | 2025-07-17T20:38:18.565Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
2617 | 2025-07-17T20:38:18.960Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
2618 | 2025-07-17T20:38:19.138Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2619 | 2025-07-17T20:38:19.794Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2620 | 2025-07-17T20:38:20.349Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2621 | 2025-07-17T20:38:20.443Z | Checking is_ci v1.2.0 |
2622 | 2025-07-17T20:38:20.593Z | Compiling indoc v2.0.6 |
2623 | 2025-07-17T20:38:20.648Z | Checking supports-color v3.0.2 |
2624 | 2025-07-17T20:38:20.833Z | Checking typeid v1.0.3 |
2625 | 2025-07-17T20:38:20.910Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
2626 | 2025-07-17T20:38:21.035Z | Checking castaway v0.2.3 |
2627 | 2025-07-17T20:38:21.267Z | Compiling libz-sys v1.1.20 |
2628 | 2025-07-17T20:38:21.571Z | Checking unicode-linebreak v0.1.5 |
2629 | 2025-07-17T20:38:21.927Z | Checking nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
2630 | 2025-07-17T20:38:22.006Z | Checking async-bb8-diesel v0.2.1 |
2631 | 2025-07-17T20:38:22.457Z | Checking smawk v0.3.2 |
2632 | 2025-07-17T20:38:22.745Z | Checking textwrap v0.16.2 |
2633 | 2025-07-17T20:38:22.787Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2634 | 2025-07-17T20:38:22.950Z | Checking compact_str v0.8.0 |
2635 | 2025-07-17T20:38:23.111Z | Checking erased-serde v0.4.6 |
2636 | 2025-07-17T20:38:23.809Z | Checking unicode-truncate v1.1.0 |
2637 | 2025-07-17T20:38:24.051Z | Checking concurrent-queue v2.5.0 |
2638 | 2025-07-17T20:38:24.112Z | Checking lru v0.12.5 |
2639 | 2025-07-17T20:38:24.454Z | Checking ordered-float v2.10.1 |
2640 | 2025-07-17T20:38:24.497Z | Compiling instability v0.3.2 |
2641 | 2025-07-17T20:38:24.537Z | Checking cassowary v0.3.0 |
2642 | 2025-07-17T20:38:25.000Z | Checking parking v2.2.1 |
2643 | 2025-07-17T20:38:25.051Z | Checking serde-value v0.7.0 |
2644 | 2025-07-17T20:38:25.262Z | Checking serde-untagged v0.1.7 |
2645 | 2025-07-17T20:38:25.507Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2646 | 2025-07-17T20:38:25.557Z | Checking ratatui v0.29.0 |
2647 | 2025-07-17T20:38:25.692Z | Checking cargo-util-schemas v0.2.0 |
2648 | 2025-07-17T20:38:26.453Z | Checking cargo-platform v0.2.0 |
2649 | 2025-07-17T20:38:26.857Z | Checking event-listener v5.3.1 |
2650 | 2025-07-17T20:38:27.291Z | Compiling vergen v8.3.2 |
2651 | 2025-07-17T20:38:27.556Z | Checking cargo_metadata v0.20.0 |
2652 | 2025-07-17T20:38:27.650Z | Compiling cargo-platform v0.1.8 |
2653 | 2025-07-17T20:38:28.215Z | Compiling cargo_metadata v0.18.1 |
2654 | 2025-07-17T20:38:28.574Z | Checking event-listener-strategy v0.5.2 |
2655 | 2025-07-17T20:38:28.853Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2656 | 2025-07-17T20:38:29.314Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2657 | 2025-07-17T20:38:30.650Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2658 | 2025-07-17T20:38:31.008Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2659 | 2025-07-17T20:38:31.056Z | Checking plotters-backend v0.3.7 |
2660 | 2025-07-17T20:38:31.412Z | Checking shell-words v1.1.0 |
2661 | 2025-07-17T20:38:31.477Z | Compiling rustls v0.21.12 |
2662 | 2025-07-17T20:38:31.677Z | Checking plotters-svg v0.3.7 |
2663 | 2025-07-17T20:38:32.031Z | Checking futures-lite v2.3.0 |
2664 | 2025-07-17T20:38:32.069Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2665 | 2025-07-17T20:38:32.124Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2666 | 2025-07-17T20:38:32.481Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2667 | 2025-07-17T20:38:32.818Z | Checking sct v0.7.1 |
2668 | 2025-07-17T20:38:32.910Z | Checking rustls-webpki v0.101.7 |
2669 | 2025-07-17T20:38:33.081Z | Checking cast v0.3.0 |
2670 | 2025-07-17T20:38:33.354Z | Checking plotters v0.3.7 |
2671 | 2025-07-17T20:38:33.445Z | Checking criterion-plot v0.5.0 |
2672 | 2025-07-17T20:38:33.951Z | Checking tinytemplate v1.2.1 |
2673 | 2025-07-17T20:38:34.407Z | Checking oorandom v11.1.4 |
2674 | 2025-07-17T20:38:34.644Z | Checking anes v0.1.6 |
2675 | 2025-07-17T20:38:34.939Z | Checking async-lock v3.4.0 |
2676 | 2025-07-17T20:38:35.046Z | Checking criterion v0.6.0 |
2677 | 2025-07-17T20:38:35.881Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570) |
2678 | 2025-07-17T20:38:36.363Z | Checking tokio-rustls v0.24.1 |
2679 | 2025-07-17T20:38:36.741Z | Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
2680 | 2025-07-17T20:38:36.780Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
2681 | 2025-07-17T20:38:37.000Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2682 | 2025-07-17T20:38:37.053Z | Checking rustls-pemfile v1.0.4 |
2683 | 2025-07-17T20:38:37.328Z | Checking twox-hash v2.1.0 |
2684 | 2025-07-17T20:38:37.395Z | Checking polling v3.7.3 |
2685 | 2025-07-17T20:38:37.732Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
2686 | 2025-07-17T20:38:37.880Z | Checking async-io v2.3.4 |
2687 | 2025-07-17T20:38:37.987Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2688 | 2025-07-17T20:38:38.423Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
2689 | 2025-07-17T20:38:38.647Z | Checking fatfs v0.3.6 |
2690 | 2025-07-17T20:38:38.768Z | Checking hex-literal v0.4.1 |
2691 | 2025-07-17T20:38:38.974Z | Checking async-task v4.7.1 |
2692 | 2025-07-17T20:38:39.393Z | Checking async-channel v2.3.1 |
2693 | 2025-07-17T20:38:39.617Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2694 | 2025-07-17T20:38:39.764Z | Checking piper v0.2.4 |
2695 | 2025-07-17T20:38:40.046Z | Checking rtoolbox v0.0.2 |
2696 | 2025-07-17T20:38:40.093Z | Checking futures-timer v3.0.3 |
2697 | 2025-07-17T20:38:40.300Z | Checking rpassword v7.4.0 |
2698 | 2025-07-17T20:38:40.466Z | Checking blocking v1.6.1 |
2699 | 2025-07-17T20:38:40.513Z | Checking async-executor v1.13.1 |
2700 | 2025-07-17T20:38:40.789Z | Checking async-signal v0.2.10 |
2701 | 2025-07-17T20:38:40.921Z | Checking tui-tree-widget v0.23.1 |
2702 | 2025-07-17T20:38:41.137Z | Checking polyval v0.6.2 |
2703 | 2025-07-17T20:38:41.329Z | Checking event-listener v2.5.3 |
2704 | 2025-07-17T20:38:41.464Z | Checking ghash v0.5.1 |
2705 | 2025-07-17T20:38:41.605Z | Checking async-channel v1.9.0 |
2706 | 2025-07-17T20:38:41.701Z | Checking async-process v2.3.0 |
2707 | 2025-07-17T20:38:41.943Z | Checking async-global-executor v2.4.1 |
2708 | 2025-07-17T20:38:42.174Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2709 | 2025-07-17T20:38:42.292Z | Checking ctr v0.9.2 |
2710 | 2025-07-17T20:38:42.630Z | Checking kv-log-macro v1.0.7 |
2711 | 2025-07-17T20:38:42.768Z | Compiling async-attributes v1.1.2 |
2712 | 2025-07-17T20:38:42.829Z | Checking arrayvec v0.7.6 |
2713 | 2025-07-17T20:38:43.269Z | Checking constant_time_eq v0.3.1 |
2714 | 2025-07-17T20:38:43.460Z | Checking arrayref v0.3.9 |
2715 | 2025-07-17T20:38:43.639Z | Checking aes-gcm v0.10.3 |
2716 | 2025-07-17T20:38:43.683Z | Checking async-std v1.13.0 |
2717 | 2025-07-17T20:38:43.922Z | Checking ssh-encoding v0.2.0 |
2718 | 2025-07-17T20:38:44.331Z | Checking blowfish v0.9.1 |
2719 | 2025-07-17T20:38:44.646Z | Compiling petname v2.0.2 |
2720 | 2025-07-17T20:38:46.092Z | Checking bcrypt-pbkdf v0.10.0 |
2721 | 2025-07-17T20:38:46.376Z | Checking ssh-cipher v0.2.0 |
2722 | 2025-07-17T20:38:46.721Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2723 | 2025-07-17T20:38:47.102Z | Checking async-object-pool v0.1.5 |
2724 | 2025-07-17T20:38:47.320Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2725 | 2025-07-17T20:38:47.700Z | Checking serde_regex v1.1.0 |
2726 | 2025-07-17T20:38:47.846Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2727 | 2025-07-17T20:38:47.980Z | Checking password-hash v0.4.2 |
2728 | 2025-07-17T20:38:48.442Z | Checking assert-json-diff v2.0.2 |
2729 | 2025-07-17T20:38:48.693Z | Checking path-tree v0.8.1 |
2730 | 2025-07-17T20:38:48.774Z | Checking stringmetrics v2.2.2 |
2731 | 2025-07-17T20:38:49.048Z | Checking pbkdf2 v0.11.0 |
2732 | 2025-07-17T20:38:49.099Z | Checking httpmock v0.8.0-alpha.1 |
2733 | 2025-07-17T20:38:49.360Z | Checking ssh-key v0.6.6 |
2734 | 2025-07-17T20:38:51.889Z | Checking p256 v0.13.2 |
2735 | 2025-07-17T20:38:52.366Z | Checking p521 v0.13.3 |
2736 | 2025-07-17T20:38:53.692Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
2737 | 2025-07-17T20:38:53.865Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
2738 | 2025-07-17T20:38:54.009Z | Checking russh-cryptovec v0.7.3 |
2739 | 2025-07-17T20:38:54.106Z | Checking sync-ptr v0.1.4 |
2740 | 2025-07-17T20:38:54.261Z | Checking md5 v0.7.0 |
2741 | 2025-07-17T20:38:54.311Z | Compiling target-lexicon v0.13.2 |
2742 | 2025-07-17T20:38:54.370Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2743 | 2025-07-17T20:38:54.587Z | Checking russh-keys v0.45.0 |
2744 | 2025-07-17T20:38:55.487Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2745 | 2025-07-17T20:38:55.967Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2746 | 2025-07-17T20:38:56.087Z | Checking num-bigint v0.4.6 |
2747 | 2025-07-17T20:38:56.325Z | Checking des v0.8.1 |
2748 | 2025-07-17T20:38:56.368Z | Compiling blake3 v1.5.4 |
2749 | 2025-07-17T20:38:56.657Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
2750 | 2025-07-17T20:38:57.015Z | Compiling guppy-workspace-hack v0.1.0 |
2751 | 2025-07-17T20:38:57.533Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
2752 | 2025-07-17T20:38:58.562Z | Checking russh v0.45.0 |
2753 | 2025-07-17T20:38:58.678Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2754 | 2025-07-17T20:38:58.934Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
2755 | 2025-07-17T20:38:59.332Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2756 | 2025-07-17T20:38:59.786Z | Checking memmap2 v0.9.5 |
2757 | 2025-07-17T20:39:00.040Z | Checking internet-checksum v0.2.1 |
2758 | 2025-07-17T20:39:00.121Z | Compiling target-spec v3.4.2 |
2759 | 2025-07-17T20:39:00.758Z | Checking cfg-expr v0.18.0 |
2760 | 2025-07-17T20:39:01.057Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2761 | 2025-07-17T20:39:01.608Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2762 | 2025-07-17T20:39:02.147Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2763 | 2025-07-17T20:39:02.565Z | Checking httptest v0.16.3 |
2764 | 2025-07-17T20:39:02.648Z | Checking topological-sort v0.2.2 |
2765 | 2025-07-17T20:39:02.918Z | Checking omicron-zone-package v0.12.2 |
2766 | 2025-07-17T20:39:04.778Z | Checking petgraph v0.7.1 |
2767 | 2025-07-17T20:39:05.707Z | Checking pathdiff v0.2.3 |
2768 | 2025-07-17T20:39:05.939Z | Compiling rstest_macros v0.25.0 |
2769 | 2025-07-17T20:39:06.505Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
2770 | 2025-07-17T20:39:06.777Z | Compiling doc-comment v0.3.3 |
2771 | 2025-07-17T20:39:07.053Z | Checking nested v0.1.1 |
2772 | 2025-07-17T20:39:07.124Z | Compiling target-triple v0.1.3 |
2773 | 2025-07-17T20:39:07.389Z | Checking guppy v0.17.19 |
2774 | 2025-07-17T20:39:07.743Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2775 | 2025-07-17T20:39:07.815Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
2776 | 2025-07-17T20:39:08.176Z | Checking similar-asserts v1.7.0 |
2777 | 2025-07-17T20:39:08.474Z | Compiling proc-macro-crate v3.2.0 |
2778 | 2025-07-17T20:39:09.396Z | Checking escape8259 v0.5.3 |
2779 | 2025-07-17T20:39:09.666Z | Compiling relative-path v1.9.3 |
2780 | 2025-07-17T20:39:09.728Z | Compiling assert_cmd v2.0.17 |
2781 | 2025-07-17T20:39:10.331Z | Checking libtest-mimic v0.8.1 |
2782 | 2025-07-17T20:39:11.109Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2783 | 2025-07-17T20:39:11.161Z | Checking blake2b_simd v1.0.2 |
2784 | 2025-07-17T20:39:12.036Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2785 | 2025-07-17T20:39:12.518Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2786 | 2025-07-17T20:39:12.848Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2787 | 2025-07-17T20:39:13.250Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2788 | 2025-07-17T20:39:13.602Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
2789 | 2025-07-17T20:39:14.012Z | Checking fancy-regex v0.14.0 |
2790 | 2025-07-17T20:39:15.083Z | Checking serde_tokenstream v0.2.2 |
2791 | 2025-07-17T20:39:15.505Z | Checking uzers v0.12.1 |
2792 | 2025-07-17T20:39:15.982Z | Checking datatest-stable v0.3.2 |
2793 | 2025-07-17T20:39:16.674Z | Checking rust-argon2 v2.1.0 |
2794 | 2025-07-17T20:39:17.685Z | Checking trybuild v1.0.105 |
2795 | 2025-07-17T20:39:18.628Z | Compiling git2 v0.19.0 |
2796 | 2025-07-17T20:39:18.815Z | Checking rstest v0.25.0 |
2797 | 2025-07-17T20:39:18.961Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2798 | 2025-07-17T20:39:19.109Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2799 | 2025-07-17T20:39:20.360Z | Checking support-bundle-viewer v0.1.2 |
2800 | 2025-07-17T20:39:20.865Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2801 | 2025-07-17T20:39:21.269Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
2802 | 2025-07-17T20:39:21.671Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
2803 | 2025-07-17T20:39:22.202Z | Checking rand_distr v0.4.3 |
2804 | 2025-07-17T20:39:22.956Z | Checking multimap v0.10.1 |
2805 | 2025-07-17T20:39:23.341Z | Checking approx v0.5.1 |
2806 | 2025-07-17T20:39:23.790Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2807 | 2025-07-17T20:39:24.933Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2808 | 2025-07-17T20:39:26.096Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2809 | 2025-07-17T20:39:26.297Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2810 | 2025-07-17T20:39:26.386Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
2811 | 2025-07-17T20:39:26.453Z | Compiling samael v0.0.19 |
2812 | 2025-07-17T20:39:26.794Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2813 | 2025-07-17T20:39:26.971Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
2814 | 2025-07-17T20:39:27.350Z | Checking partial-io v0.5.4 |
2815 | 2025-07-17T20:39:27.742Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2816 | 2025-07-17T20:39:27.800Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
2817 | 2025-07-17T20:39:28.208Z | Checking cargo_toml v0.21.0 |
2818 | 2025-07-17T20:39:28.697Z | Checking termios v0.3.3 |
2819 | 2025-07-17T20:39:29.016Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
2820 | 2025-07-17T20:39:29.084Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2821 | 2025-07-17T20:39:30.087Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2822 | 2025-07-17T20:39:31.931Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2823 | 2025-07-17T20:39:34.553Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2824 | 2025-07-17T20:39:50.051Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2825 | 2025-07-17T20:39:53.357Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
2826 | 2025-07-17T20:40:07.508Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2827 | 2025-07-17T20:40:07.862Z | Compiling polar-core v0.27.3 |
2828 | 2025-07-17T20:40:15.043Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
2829 | 2025-07-17T20:40:18.649Z | Checking oso v0.27.3 |
2830 | 2025-07-17T20:40:25.867Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
2831 | 2025-07-17T20:40:27.872Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2832 | 2025-07-17T20:40:28.483Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2833 | 2025-07-17T20:40:33.796Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2834 | 2025-07-17T20:40:47.099Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
2835 | 2025-07-17T20:41:13.768Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2836 | 2025-07-17T20:41:13.768Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2837 | 2025-07-17T20:41:13.778Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2838 | 2025-07-17T20:42:38.757Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 03s |
2839 | 2025-07-17T20:42:38.966Z | |
2840 | 2025-07-17T20:42:38.966Z | real 7:08.157954669 |
2841 | 2025-07-17T20:42:38.966Z | user 38:56.588636253 |
2842 | 2025-07-17T20:42:38.966Z | sys 6:53.086581093 |
2843 | 2025-07-17T20:42:38.966Z | trap 1.114000785 |
2844 | 2025-07-17T20:42:38.966Z | tflt 0.492229313 |
2845 | 2025-07-17T20:42:38.966Z | dflt 0.236357871 |
2846 | 2025-07-17T20:42:38.966Z | kflt 0.001015905 |
2847 | 2025-07-17T20:42:38.966Z | lock 1:36:11.280054638 |
2848 | 2025-07-17T20:42:38.966Z | slp 2:08:59.845010015 |
2849 | 2025-07-17T20:42:38.966Z | lat 2:21.667233332 |
2850 | 2025-07-17T20:42:38.966Z | stop 14:04.173254266 |
2851 | 2025-07-17T20:42:38.966Z | + RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio' |
2852 | 2025-07-17T20:42:38.966Z | + ptime -m cargo doc --workspace --no-deps |
2853 | 2025-07-17T20:42:38.966Z | warning: output filename collision. |
2854 | 2025-07-17T20:42:38.966Z | 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)`. |
2855 | 2025-07-17T20:42:38.966Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2856 | 2025-07-17T20:42:38.966Z | The targets should have unique names. |
2857 | 2025-07-17T20:42:38.966Z | This is a known bug where multiple crates with the same name use |
2858 | 2025-07-17T20:42:38.966Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2859 | 2025-07-17T20:42:38.966Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2860 | 2025-07-17T20:42:38.967Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2861 | 2025-07-17T20:42:38.967Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2862 | 2025-07-17T20:42:38.967Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2863 | 2025-07-17T20:42:38.967Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
2864 | 2025-07-17T20:42:38.967Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2865 | 2025-07-17T20:42:38.967Z | Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
2866 | 2025-07-17T20:42:38.967Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2867 | 2025-07-17T20:42:38.967Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2868 | 2025-07-17T20:42:38.967Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2869 | 2025-07-17T20:42:38.967Z | Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
2870 | 2025-07-17T20:42:38.967Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2871 | 2025-07-17T20:42:38.967Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2872 | 2025-07-17T20:42:39.295Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2873 | 2025-07-17T20:42:39.295Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
2874 | 2025-07-17T20:42:39.295Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
2875 | 2025-07-17T20:42:39.337Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2876 | 2025-07-17T20:42:39.337Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2877 | 2025-07-17T20:42:39.337Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2878 | 2025-07-17T20:42:39.483Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2879 | 2025-07-17T20:42:39.592Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2880 | 2025-07-17T20:42:39.627Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2881 | 2025-07-17T20:42:39.855Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
2882 | 2025-07-17T20:42:40.035Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2883 | 2025-07-17T20:42:40.170Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
2884 | 2025-07-17T20:42:40.547Z | Checking nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
2885 | 2025-07-17T20:42:40.658Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2886 | 2025-07-17T20:42:40.936Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2887 | 2025-07-17T20:42:41.080Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2888 | 2025-07-17T20:42:41.326Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
2889 | 2025-07-17T20:42:41.371Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2890 | 2025-07-17T20:42:41.596Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2891 | 2025-07-17T20:42:41.722Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2892 | 2025-07-17T20:42:41.753Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2893 | 2025-07-17T20:42:41.982Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2894 | 2025-07-17T20:42:42.212Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2895 | 2025-07-17T20:42:42.274Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2896 | 2025-07-17T20:42:42.478Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2897 | 2025-07-17T20:42:42.507Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2898 | 2025-07-17T20:42:42.557Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2899 | 2025-07-17T20:42:42.667Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2900 | 2025-07-17T20:42:42.908Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2901 | 2025-07-17T20:42:42.935Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2902 | 2025-07-17T20:42:42.960Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
2903 | 2025-07-17T20:42:42.984Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2904 | 2025-07-17T20:42:43.065Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
2905 | 2025-07-17T20:42:43.287Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
2906 | 2025-07-17T20:42:43.341Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
2907 | 2025-07-17T20:42:43.399Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2908 | 2025-07-17T20:42:43.426Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2909 | 2025-07-17T20:42:43.531Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2910 | 2025-07-17T20:42:43.707Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
2911 | 2025-07-17T20:42:43.951Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2912 | 2025-07-17T20:42:43.974Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
2913 | 2025-07-17T20:42:44.004Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
2914 | 2025-07-17T20:42:44.080Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2915 | 2025-07-17T20:42:44.332Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2916 | 2025-07-17T20:42:44.452Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2917 | 2025-07-17T20:42:44.891Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2918 | 2025-07-17T20:42:46.075Z | Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
2919 | 2025-07-17T20:42:46.078Z | Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
2920 | 2025-07-17T20:42:48.102Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2921 | 2025-07-17T20:42:48.686Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2922 | 2025-07-17T20:42:49.184Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2923 | 2025-07-17T20:42:49.579Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2924 | 2025-07-17T20:42:50.001Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2925 | 2025-07-17T20:42:50.743Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2926 | 2025-07-17T20:42:50.813Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2927 | 2025-07-17T20:42:52.783Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2928 | 2025-07-17T20:42:52.846Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2929 | 2025-07-17T20:42:53.299Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2930 | 2025-07-17T20:42:53.786Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2931 | 2025-07-17T20:42:55.267Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2932 | 2025-07-17T20:42:55.515Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2933 | 2025-07-17T20:42:56.330Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2934 | 2025-07-17T20:42:56.470Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2935 | 2025-07-17T20:42:57.295Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
2936 | 2025-07-17T20:42:57.387Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2937 | 2025-07-17T20:42:57.481Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2938 | 2025-07-17T20:42:57.555Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2939 | 2025-07-17T20:42:58.235Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2940 | 2025-07-17T20:43:01.375Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2941 | 2025-07-17T20:43:02.417Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
2942 | 2025-07-17T20:43:03.565Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2943 | 2025-07-17T20:43:03.804Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2944 | 2025-07-17T20:43:03.855Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2945 | 2025-07-17T20:43:04.455Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2946 | 2025-07-17T20:43:04.590Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2947 | 2025-07-17T20:43:04.970Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2948 | 2025-07-17T20:43:05.901Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
2949 | 2025-07-17T20:43:06.278Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2950 | 2025-07-17T20:43:06.775Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2951 | 2025-07-17T20:43:07.198Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2952 | 2025-07-17T20:43:08.028Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2953 | 2025-07-17T20:43:08.830Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2954 | 2025-07-17T20:43:09.237Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2955 | 2025-07-17T20:43:09.333Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2956 | 2025-07-17T20:43:09.929Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2957 | 2025-07-17T20:43:10.887Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2958 | 2025-07-17T20:43:11.118Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
2959 | 2025-07-17T20:43:11.617Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
2960 | 2025-07-17T20:43:12.422Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2961 | 2025-07-17T20:43:12.543Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
2962 | 2025-07-17T20:43:13.571Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2963 | 2025-07-17T20:43:13.752Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
2964 | 2025-07-17T20:43:15.102Z | Checking sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples) |
2965 | 2025-07-17T20:43:15.376Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2966 | 2025-07-17T20:43:15.917Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2967 | 2025-07-17T20:43:16.056Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2968 | 2025-07-17T20:43:16.303Z | Checking sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images) |
2969 | 2025-07-17T20:43:16.520Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2970 | 2025-07-17T20:43:16.692Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2971 | 2025-07-17T20:43:17.253Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2972 | 2025-07-17T20:43:17.304Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2973 | 2025-07-17T20:43:17.446Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2974 | 2025-07-17T20:43:17.480Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2975 | 2025-07-17T20:43:17.554Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2976 | 2025-07-17T20:43:17.993Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
2977 | 2025-07-17T20:43:18.128Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2978 | 2025-07-17T20:43:18.251Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2979 | 2025-07-17T20:43:18.307Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2980 | 2025-07-17T20:43:18.561Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2981 | 2025-07-17T20:43:19.181Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
2982 | 2025-07-17T20:43:19.486Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2983 | 2025-07-17T20:43:19.538Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2984 | 2025-07-17T20:43:19.541Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2985 | 2025-07-17T20:43:20.058Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2986 | 2025-07-17T20:43:20.244Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
2987 | 2025-07-17T20:43:20.628Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2988 | 2025-07-17T20:43:21.299Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2989 | 2025-07-17T20:43:21.599Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2990 | 2025-07-17T20:43:21.946Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2991 | 2025-07-17T20:43:22.153Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2992 | 2025-07-17T20:43:22.353Z | Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
2993 | 2025-07-17T20:43:24.360Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2994 | 2025-07-17T20:43:25.790Z | Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
2995 | 2025-07-17T20:43:25.985Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2996 | 2025-07-17T20:43:25.986Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2997 | 2025-07-17T20:43:26.070Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
2998 | 2025-07-17T20:43:26.248Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2999 | 2025-07-17T20:43:26.557Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
3000 | 2025-07-17T20:43:27.004Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3001 | 2025-07-17T20:43:27.040Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3002 | 2025-07-17T20:43:28.313Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
3003 | 2025-07-17T20:43:28.528Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3004 | 2025-07-17T20:43:29.368Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3005 | 2025-07-17T20:43:29.404Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3006 | 2025-07-17T20:43:30.699Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3007 | 2025-07-17T20:43:30.730Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3008 | 2025-07-17T20:43:30.767Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3009 | 2025-07-17T20:43:32.891Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3010 | 2025-07-17T20:43:33.423Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3011 | 2025-07-17T20:43:34.836Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3012 | 2025-07-17T20:43:35.336Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3013 | 2025-07-17T20:43:35.381Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3014 | 2025-07-17T20:43:35.929Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3015 | 2025-07-17T20:43:35.975Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3016 | 2025-07-17T20:43:40.201Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3017 | 2025-07-17T20:43:46.180Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3018 | 2025-07-17T20:43:46.257Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3019 | 2025-07-17T20:43:46.257Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3020 | 2025-07-17T20:43:48.169Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3021 | 2025-07-17T20:43:49.321Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3022 | 2025-07-17T20:43:51.406Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3023 | 2025-07-17T20:43:51.972Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3024 | 2025-07-17T20:43:53.699Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3025 | 2025-07-17T20:43:59.367Z | Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
3026 | 2025-07-17T20:44:00.328Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3027 | 2025-07-17T20:44:01.136Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
3028 | 2025-07-17T20:44:02.968Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
3029 | 2025-07-17T20:44:03.828Z | Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3030 | 2025-07-17T20:44:03.863Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
3031 | 2025-07-17T20:44:04.075Z | Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
3032 | 2025-07-17T20:44:05.446Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
3033 | 2025-07-17T20:44:06.096Z | Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
3034 | 2025-07-17T20:44:06.341Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3035 | 2025-07-17T20:44:09.390Z | Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
3036 | 2025-07-17T20:44:09.864Z | Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
3037 | 2025-07-17T20:44:11.174Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3038 | 2025-07-17T20:44:11.846Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3039 | 2025-07-17T20:44:12.246Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3040 | 2025-07-17T20:44:14.027Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3041 | 2025-07-17T20:44:14.809Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
3042 | 2025-07-17T20:44:15.259Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3043 | 2025-07-17T20:44:16.763Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
3044 | 2025-07-17T20:44:17.825Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3045 | 2025-07-17T20:44:18.133Z | Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
3046 | 2025-07-17T20:44:19.805Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
3047 | 2025-07-17T20:44:20.240Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
3048 | 2025-07-17T20:44:20.458Z | Documenting sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images) |
3049 | 2025-07-17T20:44:22.462Z | Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
3050 | 2025-07-17T20:44:23.848Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3051 | 2025-07-17T20:44:25.055Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
3052 | 2025-07-17T20:44:25.840Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
3053 | 2025-07-17T20:44:27.002Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
3054 | 2025-07-17T20:44:29.160Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3055 | 2025-07-17T20:44:29.391Z | Documenting sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples) |
3056 | 2025-07-17T20:44:29.723Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3057 | 2025-07-17T20:44:30.652Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3058 | 2025-07-17T20:44:30.712Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3059 | 2025-07-17T20:44:31.094Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3060 | 2025-07-17T20:44:34.320Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3061 | 2025-07-17T20:44:34.332Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3062 | 2025-07-17T20:44:34.536Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
3063 | 2025-07-17T20:44:35.263Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3064 | 2025-07-17T20:44:35.509Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3065 | 2025-07-17T20:44:36.116Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3066 | 2025-07-17T20:44:38.145Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3067 | 2025-07-17T20:44:38.858Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
3068 | 2025-07-17T20:44:39.157Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3069 | 2025-07-17T20:44:39.317Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
3070 | 2025-07-17T20:44:39.998Z | Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
3071 | 2025-07-17T20:44:41.176Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
3072 | 2025-07-17T20:44:43.141Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3073 | 2025-07-17T20:44:43.211Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
3074 | 2025-07-17T20:44:44.608Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
3075 | 2025-07-17T20:44:45.324Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
3076 | 2025-07-17T20:44:45.586Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
3077 | 2025-07-17T20:44:46.652Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
3078 | 2025-07-17T20:44:47.008Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3079 | 2025-07-17T20:44:48.512Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3080 | 2025-07-17T20:44:49.158Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
3081 | 2025-07-17T20:44:49.423Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3082 | 2025-07-17T20:44:50.573Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3083 | 2025-07-17T20:44:51.703Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3084 | 2025-07-17T20:44:53.950Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3085 | 2025-07-17T20:44:54.172Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
3086 | 2025-07-17T20:44:54.748Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
3087 | 2025-07-17T20:44:54.903Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
3088 | 2025-07-17T20:44:55.246Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
3089 | 2025-07-17T20:44:56.102Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3090 | 2025-07-17T20:44:56.903Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
3091 | 2025-07-17T20:44:57.560Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
3092 | 2025-07-17T20:44:58.334Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
3093 | 2025-07-17T20:44:58.465Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3094 | 2025-07-17T20:44:58.568Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
3095 | 2025-07-17T20:44:59.633Z | Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
3096 | 2025-07-17T20:45:00.926Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3097 | 2025-07-17T20:45:00.958Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
3098 | 2025-07-17T20:45:01.312Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3099 | 2025-07-17T20:45:01.434Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
3100 | 2025-07-17T20:45:01.574Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
3101 | 2025-07-17T20:45:02.597Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3102 | 2025-07-17T20:45:03.782Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3103 | 2025-07-17T20:45:04.453Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3104 | 2025-07-17T20:45:04.490Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3105 | 2025-07-17T20:45:04.797Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3106 | 2025-07-17T20:45:04.875Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3107 | 2025-07-17T20:45:04.965Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3108 | 2025-07-17T20:45:05.512Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3109 | 2025-07-17T20:45:06.968Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3110 | 2025-07-17T20:45:07.906Z | Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
3111 | 2025-07-17T20:45:13.818Z | Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
3112 | 2025-07-17T20:45:13.963Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3113 | 2025-07-17T20:45:14.141Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3114 | 2025-07-17T20:45:14.728Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
3115 | 2025-07-17T20:45:17.366Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
3116 | 2025-07-17T20:45:19.426Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3117 | 2025-07-17T20:45:19.524Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
3118 | 2025-07-17T20:45:19.643Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
3119 | 2025-07-17T20:45:21.136Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3120 | 2025-07-17T20:45:22.392Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3121 | 2025-07-17T20:45:22.444Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
3122 | 2025-07-17T20:45:22.794Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
3123 | 2025-07-17T20:45:23.262Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
3124 | 2025-07-17T20:45:23.544Z | Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
3125 | 2025-07-17T20:45:23.852Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
3126 | 2025-07-17T20:45:24.557Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3127 | 2025-07-17T20:45:25.217Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3128 | 2025-07-17T20:45:25.543Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3129 | 2025-07-17T20:45:25.631Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
3130 | 2025-07-17T20:45:25.682Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3131 | 2025-07-17T20:45:25.770Z | Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
3132 | 2025-07-17T20:45:26.452Z | Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
3133 | 2025-07-17T20:45:27.089Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
3134 | 2025-07-17T20:45:27.120Z | Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
3135 | 2025-07-17T20:45:27.300Z | Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
3136 | 2025-07-17T20:45:27.693Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3137 | 2025-07-17T20:45:27.797Z | Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
3138 | 2025-07-17T20:45:28.098Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
3139 | 2025-07-17T20:45:28.484Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
3140 | 2025-07-17T20:45:28.542Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3141 | 2025-07-17T20:45:28.680Z | Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
3142 | 2025-07-17T20:45:28.999Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
3143 | 2025-07-17T20:45:29.307Z | Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
3144 | 2025-07-17T20:45:29.594Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3145 | 2025-07-17T20:45:29.686Z | Documenting id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
3146 | 2025-07-17T20:45:29.991Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
3147 | 2025-07-17T20:46:06.494Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3148 | 2025-07-17T20:46:14.073Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 38s |
3149 | 2025-07-17T20:46:14.277Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 168 other files |
3150 | 2025-07-17T20:46:14.366Z | |
3151 | 2025-07-17T20:46:14.369Z | real 3:38.776880528 |
3152 | 2025-07-17T20:46:14.369Z | user 21:00.299879665 |
3153 | 2025-07-17T20:46:14.369Z | sys 3:13.717678180 |
3154 | 2025-07-17T20:46:14.369Z | trap 0.548685662 |
3155 | 2025-07-17T20:46:14.369Z | tflt 0.218082581 |
3156 | 2025-07-17T20:46:14.369Z | dflt 0.090605977 |
3157 | 2025-07-17T20:46:14.369Z | kflt 0.000662036 |
3158 | 2025-07-17T20:46:14.369Z | lock 50:14.956327741 |
3159 | 2025-07-17T20:46:14.369Z | slp 59:23.273891437 |
3160 | 2025-07-17T20:46:14.369Z | lat 1:31.601526107 |
3161 | 2025-07-17T20:46:14.369Z | stop 2:05.699278046 |
3162 | 2025-07-17T20:46:14.369Z | process exited: duration 923001 ms, exit code 0 |
|
3163 | 2025-07-17T20:46:14.377Z | found 0 output files |