|
|
|
1 | 2025-06-18T17:44:20.828Z | job assigned to worker 01JY226TXB36CCKAWCF8ZZM333 [factory aws, i-0b4c033c2db7387aa] (queued for 1 m 10 s) |
|
2 | 2025-06-18T17:44:28.815Z | starting task 0: "setup" |
3 | 2025-06-18T17:44:28.820Z | ++ uname -s |
4 | 2025-06-18T17:44:28.823Z | + kern=SunOS |
5 | 2025-06-18T17:44:28.823Z | + build_user=build |
6 | 2025-06-18T17:44:28.823Z | + build_uid=12345 |
7 | 2025-06-18T17:44:28.823Z | + work_dir=/work |
8 | 2025-06-18T17:44:28.823Z | + input_dir=/input |
9 | 2025-06-18T17:44:28.823Z | + [[ 0 == 12345 ]] |
10 | 2025-06-18T17:44:28.823Z | + case "$kern" in |
11 | 2025-06-18T17:44:28.823Z | + groupadd -g 12345 build |
12 | 2025-06-18T17:44:28.827Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-06-18T17:44:30.832Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-06-18T17:44:30.947Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-06-18T17:44:30.951Z | + home_fs=zfs |
16 | 2025-06-18T17:44:30.951Z | + [[ zfs == autofs ]] |
17 | 2025-06-18T17:44:30.951Z | + mkdir -p /home/build |
18 | 2025-06-18T17:44:30.954Z | + chown build:build /home/build /work |
19 | 2025-06-18T17:44:32.955Z | + chmod 0700 /home/build /work |
20 | 2025-06-18T17:44:32.959Z | process exited: duration 4144 ms, exit code 0 |
|
21 | 2025-06-18T17:44:32.966Z | starting task 1: "rust-toolchain" |
22 | 2025-06-18T17:44:32.972Z | + printf ' * rust toolchain channel = "%s"\n' 1.87.0 |
23 | 2025-06-18T17:44:32.972Z | + printf ' * rust toolchain profile = "%s"\n' default |
24 | 2025-06-18T17:44:32.972Z | * rust toolchain channel = "1.87.0" |
25 | 2025-06-18T17:44:32.972Z | * rust toolchain profile = "default" |
26 | 2025-06-18T17:44:32.972Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-06-18T17:44:32.972Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-06-18T17:44:32.975Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-06-18T17:44:32.975Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.87.0 --profile default |
30 | 2025-06-18T17:44:33.079Z | info: downloading installer |
31 | 2025-06-18T17:44:34.804Z | warn: It looks like you have an existing installation of Rust at: |
32 | 2025-06-18T17:44:34.804Z | warn: /opt/ooce/bin |
33 | 2025-06-18T17:44:34.804Z | warn: It is recommended that rustup be the primary Rust installation. |
34 | 2025-06-18T17:44:34.804Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
35 | 2025-06-18T17:44:34.805Z | warn: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-06-18T17:44:34.805Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-06-18T17:44:34.805Z | warn: or pass `-y' to ignore all ignorable checks. |
38 | 2025-06-18T17:44:34.805Z | error: cannot install while Rust is installed |
39 | 2025-06-18T17:44:34.805Z | warn: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-06-18T17:44:34.818Z | info: profile set to 'default' |
41 | 2025-06-18T17:44:34.818Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-06-18T17:44:34.821Z | info: syncing channel updates for '1.87.0-x86_64-unknown-illumos' |
43 | 2025-06-18T17:44:35.003Z | info: latest update on 2025-05-15, rust version 1.87.0 (17067e9ac 2025-05-09) |
44 | 2025-06-18T17:44:35.003Z | info: downloading component 'cargo' |
45 | 2025-06-18T17:44:36.199Z | info: downloading component 'clippy' |
46 | 2025-06-18T17:44:36.658Z | info: downloading component 'rust-docs' |
47 | 2025-06-18T17:44:38.445Z | info: downloading component 'rust-std' |
48 | 2025-06-18T17:44:40.822Z | info: downloading component 'rustc' |
49 | 2025-06-18T17:44:48.545Z | info: downloading component 'rustfmt' |
50 | 2025-06-18T17:44:48.890Z | info: installing component 'cargo' |
51 | 2025-06-18T17:44:49.753Z | info: installing component 'clippy' |
52 | 2025-06-18T17:44:50.145Z | info: installing component 'rust-docs' |
53 | 2025-06-18T17:44:51.952Z | info: installing component 'rust-std' |
54 | 2025-06-18T17:44:53.820Z | info: installing component 'rustc' |
55 | 2025-06-18T17:45:00.328Z | info: installing component 'rustfmt' |
56 | 2025-06-18T17:45:00.645Z | info: default toolchain set to '1.87.0-x86_64-unknown-illumos' |
57 | 2025-06-18T17:45:00.645Z | |
58 | 2025-06-18T17:45:01.082Z | 1.87.0-x86_64-unknown-illumos installed - rustc 1.87.0 (17067e9ac 2025-05-09) |
59 | 2025-06-18T17:45:01.082Z | |
60 | 2025-06-18T17:45:01.100Z | |
61 | 2025-06-18T17:45:01.101Z | Rust is installed now. Great! |
62 | 2025-06-18T17:45:01.101Z | |
63 | 2025-06-18T17:45:01.101Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-06-18T17:45:01.101Z | environment variable. This has not been done automatically. |
65 | 2025-06-18T17:45:01.101Z | |
66 | 2025-06-18T17:45:01.101Z | To configure your current shell, you need to source |
67 | 2025-06-18T17:45:01.101Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-06-18T17:45:01.101Z | |
69 | 2025-06-18T17:45:01.102Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-06-18T17:45:01.102Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-06-18T17:45:01.102Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-06-18T17:45:01.102Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
73 | 2025-06-18T17:45:01.148Z | + rustup --version |
74 | 2025-06-18T17:45:01.164Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
75 | 2025-06-18T17:45:01.177Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
76 | 2025-06-18T17:45:01.256Z | info: The currently active `rustc` version is `rustc 1.87.0 (17067e9ac 2025-05-09)` |
77 | 2025-06-18T17:45:01.280Z | + cargo --version |
78 | 2025-06-18T17:45:01.349Z | cargo 1.87.0 (99624be96 2025-05-06) |
79 | 2025-06-18T17:45:01.404Z | + rustc --version |
80 | 2025-06-18T17:45:01.434Z | rustc 1.87.0 (17067e9ac 2025-05-09) |
81 | 2025-06-18T17:45:01.434Z | process exited: duration 28417 ms, exit code 0 |
|
82 | 2025-06-18T17:45:01.490Z | starting task 2: "authentication" |
83 | 2025-06-18T17:45:01.569Z | process exited: duration 77 ms, exit code 0 |
|
84 | 2025-06-18T17:45:01.607Z | starting task 3: "clone repository" |
85 | 2025-06-18T17:45:01.632Z | + mkdir -p /work/oxidecomputer/omicron |
86 | 2025-06-18T17:45:01.632Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
87 | 2025-06-18T17:45:01.651Z | Cloning into '/work/oxidecomputer/omicron'... |
88 | 2025-06-18T17:45:11.962Z | + cd /work/oxidecomputer/omicron |
89 | 2025-06-18T17:45:11.962Z | + git fetch origin f079b31edcee61601722ea63931e024acd94f5f5 |
90 | 2025-06-18T17:45:12.318Z | From https://github.com/oxidecomputer/omicron |
91 | 2025-06-18T17:45:12.318Z | * branch f079b31edcee61601722ea63931e024acd94f5f5 -> FETCH_HEAD |
92 | 2025-06-18T17:45:12.362Z | + [[ -n sunshowers/spr/9n-wip-sled-agent-validate-zone-images-as-written-in-mupdate-override-dataset ]] |
93 | 2025-06-18T17:45:12.363Z | ++ git branch --show-current |
94 | 2025-06-18T17:45:12.363Z | + current=main |
95 | 2025-06-18T17:45:12.363Z | + [[ main != sunshowers/spr/9n-wip-sled-agent-validate-zone-images-as-written-in-mupdate-override-dataset ]] |
96 | 2025-06-18T17:45:12.363Z | + git branch -f sunshowers/spr/9n-wip-sled-agent-validate-zone-images-as-written-in-mupdate-override-dataset f079b31edcee61601722ea63931e024acd94f5f5 |
97 | 2025-06-18T17:45:12.364Z | + git checkout -f sunshowers/spr/9n-wip-sled-agent-validate-zone-images-as-written-in-mupdate-override-dataset |
98 | 2025-06-18T17:45:12.564Z | Switched to branch 'sunshowers/spr/9n-wip-sled-agent-validate-zone-images-as-written-in-mupdate-override-dataset' |
99 | 2025-06-18T17:45:12.588Z | + git reset --hard f079b31edcee61601722ea63931e024acd94f5f5 |
100 | 2025-06-18T17:45:12.589Z | HEAD is now at f079b31ed fix the mupdate ID |
101 | 2025-06-18T17:45:12.589Z | process exited: duration 10961 ms, exit code 0 |
|
102 | 2025-06-18T17:45:12.616Z | starting task 4: "build" |
103 | 2025-06-18T17:45:12.647Z | + source ./env.sh |
104 | 2025-06-18T17:45:12.648Z | ++ OLD_SHELL_OPTS=ehxB |
105 | 2025-06-18T17:45:12.648Z | ++ set -o xtrace |
106 | 2025-06-18T17:45:12.648Z | ++++ dirname ./env.sh |
107 | 2025-06-18T17:45:12.648Z | +++ readlink -f . |
108 | 2025-06-18T17:45:12.648Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
109 | 2025-06-18T17:45:12.648Z | ++ 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-06-18T17:45:12.648Z | ++ 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-06-18T17:45:12.648Z | ++ 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-06-18T17:45:12.649Z | ++ 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-06-18T17:45:12.649Z | ++ 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-06-18T17:45:12.649Z | ++ 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-06-18T17:45:12.649Z | ++ 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-06-18T17:45:12.649Z | ++ 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-06-18T17:45:12.649Z | ++ case $OLD_SHELL_OPTS in |
118 | 2025-06-18T17:45:12.649Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
119 | 2025-06-18T17:45:12.649Z | + source .github/buildomat/ci-env.sh |
120 | 2025-06-18T17:45:12.649Z | ++ export CARGO_TERM_COLOR=always |
121 | 2025-06-18T17:45:12.650Z | ++ CARGO_TERM_COLOR=always |
122 | 2025-06-18T17:45:12.650Z | + cargo --version |
123 | 2025-06-18T17:45:12.703Z | cargo 1.87.0 (99624be96 2025-05-06) |
124 | 2025-06-18T17:45:12.703Z | + rustc --version |
125 | 2025-06-18T17:45:12.750Z | rustc 1.87.0 (17067e9ac 2025-05-09) |
126 | 2025-06-18T17:45:12.773Z | + banner prerequisites |
127 | 2025-06-18T17:45:12.773Z | |
128 | 2025-06-18T17:45:12.773Z | ##### ##### ###### ##### ###### #### # # # #### # |
129 | 2025-06-18T17:45:12.773Z | # # # # # # # # # # # # # # # |
130 | 2025-06-18T17:45:12.773Z | # # # # ##### # # ##### # # # # # #### # |
131 | 2025-06-18T17:45:12.773Z | ##### ##### # ##### # # # # # # # # # |
132 | 2025-06-18T17:45:12.773Z | # # # # # # # # # # # # # # # |
133 | 2025-06-18T17:45:12.774Z | # # # ###### # # ###### ### # #### # #### # |
134 | 2025-06-18T17:45:12.774Z | |
135 | 2025-06-18T17:45:12.774Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
136 | 2025-06-18T17:45:21.404Z | Startup: Refreshing catalog 'helios-dev' ... Done |
137 | 2025-06-18T17:45:27.616Z | Startup: Caching catalogs ... Done |
138 | 2025-06-18T17:45:36.315Z | Planning: Solver setup ... Done (7.511s) |
139 | 2025-06-18T17:45:36.387Z | Planning: Running solver ... Done (0.072s) |
140 | 2025-06-18T17:45:36.487Z | Planning: Finding local manifests ... Done (0.003s) |
141 | 2025-06-18T17:45:36.503Z | Planning: Fetching manifests: 0/4 0% complete |
142 | 2025-06-18T17:45:36.657Z | Planning: Fetching manifests: 4/4 100% complete |
143 | 2025-06-18T17:45:36.704Z | Planning: Package planning ... Done (0.047s) |
144 | 2025-06-18T17:45:36.754Z | Planning: Merging actions ... Done (0.050s) |
145 | 2025-06-18T17:45:37.034Z | Planning: Checking for conflicting actions ... Done (0.280s) |
146 | 2025-06-18T17:45:37.045Z | Planning: Consolidating action changes ... Done (0.011s) |
147 | 2025-06-18T17:45:38.038Z | Planning: Evaluating mediators ... Done (0.993s) |
148 | 2025-06-18T17:45:38.047Z | Planning: Planning completed in 10.31 seconds |
149 | 2025-06-18T17:45:38.063Z | Packages to install: 4 |
150 | 2025-06-18T17:45:38.063Z | Mediators to change: 2 |
151 | 2025-06-18T17:45:38.063Z | Services to change: 1 |
152 | 2025-06-18T17:45:38.066Z | Estimated space available: 155.53 GB |
153 | 2025-06-18T17:45:38.066Z | Estimated space to be consumed: 1.68 GB |
154 | 2025-06-18T17:45:38.066Z | Create boot environment: No |
155 | 2025-06-18T17:45:38.066Z | Create backup boot environment: No |
156 | 2025-06-18T17:45:38.066Z | Rebuild boot archive: No |
157 | 2025-06-18T17:45:38.066Z | |
158 | 2025-06-18T17:45:38.066Z | Changed mediators: |
159 | 2025-06-18T17:45:38.066Z | mediator clang: |
160 | 2025-06-18T17:45:38.066Z | version: None -> 15 (system default) |
161 | 2025-06-18T17:45:38.067Z | |
162 | 2025-06-18T17:45:38.067Z | mediator llvm: |
163 | 2025-06-18T17:45:38.067Z | version: 14 (system default) -> 15 (system default) |
164 | 2025-06-18T17:45:38.067Z | |
165 | 2025-06-18T17:45:38.067Z | Changed packages: |
166 | 2025-06-18T17:45:38.067Z | helios-dev |
167 | 2025-06-18T17:45:38.067Z | developer/build-essential |
168 | 2025-06-18T17:45:38.067Z | None -> 11-2.0 |
169 | 2025-06-18T17:45:38.067Z | library/libxmlsec1 |
170 | 2025-06-18T17:45:38.067Z | None -> 1.2.35-2.0 |
171 | 2025-06-18T17:45:38.067Z | ooce/developer/clang-15 |
172 | 2025-06-18T17:45:38.067Z | None -> 15.0.7-2.0 |
173 | 2025-06-18T17:45:38.067Z | ooce/developer/llvm-15 |
174 | 2025-06-18T17:45:38.067Z | None -> 15.0.7-2.0 |
175 | 2025-06-18T17:45:38.067Z | |
176 | 2025-06-18T17:45:38.067Z | Services: |
177 | 2025-06-18T17:45:38.067Z | restart_fmri: |
178 | 2025-06-18T17:45:38.067Z | svc:/system/update-man-index:default |
179 | 2025-06-18T17:45:38.116Z | |
180 | 2025-06-18T17:45:38.116Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
181 | 2025-06-18T17:45:46.056Z | Download: 1197/3290 items 83.5/212.6MB 39% complete (18.7M/s) |
182 | 2025-06-18T17:45:51.087Z | Download: 2224/3290 items 119.2/212.6MB 56% complete (10.4M/s) |
183 | 2025-06-18T17:45:56.182Z | Download: 3246/3290 items 200.5/212.6MB 94% complete (13.6M/s) |
184 | 2025-06-18T17:45:58.896Z | Download: Completed 212.60 MB in 20.78 seconds (10.2M/s) |
185 | 2025-06-18T17:45:59.151Z | Actions: 1/3689 actions (Installing new actions) |
186 | 2025-06-18T17:46:03.668Z | Actions: Completed 3689 actions in 4.52 seconds. |
187 | 2025-06-18T17:46:03.996Z | Done (0.324s) |
188 | 2025-06-18T17:46:03.996Z | Done (0.000s) |
189 | 2025-06-18T17:46:04.786Z | Done (0.790s) |
190 | 2025-06-18T17:46:09.181Z | Done (4.103s) |
191 | 2025-06-18T17:46:09.269Z | Done (0.021s) |
192 | 2025-06-18T17:46:09.272Z | Done (0.000s) |
193 | 2025-06-18T17:46:09.495Z | Done (0.000s) |
194 | 2025-06-18T17:46:10.299Z | Planning: Evaluating mediator changes ... Done |
195 | 2025-06-18T17:46:10.455Z | Planning: Checking for conflicting actions ... Done |
196 | 2025-06-18T17:46:10.458Z | Planning: Consolidating action changes ... Done |
197 | 2025-06-18T17:46:10.728Z | Planning: Evaluating mediators ... Done |
198 | 2025-06-18T17:46:10.732Z | Planning: Planning completed in 0.43 seconds |
199 | 2025-06-18T17:46:10.762Z | Mediators to change: 2 |
200 | 2025-06-18T17:46:10.765Z | Create boot environment: No |
201 | 2025-06-18T17:46:10.765Z | Create backup boot environment: No |
202 | 2025-06-18T17:46:10.849Z | Done |
203 | 2025-06-18T17:46:10.849Z | Done |
204 | 2025-06-18T17:46:11.382Z | Done |
205 | 2025-06-18T17:46:14.953Z | Done |
206 | 2025-06-18T17:46:15.038Z | Done |
207 | 2025-06-18T17:46:15.041Z | Done |
208 | 2025-06-18T17:46:15.180Z | Done |
209 | 2025-06-18T17:46:15.782Z | Planning: Evaluating mediator changes ... Done |
210 | 2025-06-18T17:46:15.785Z | Planning: Merging actions ... Done |
211 | 2025-06-18T17:46:15.968Z | Planning: Checking for conflicting actions ... Done |
212 | 2025-06-18T17:46:15.971Z | Planning: Consolidating action changes ... Done |
213 | 2025-06-18T17:46:16.234Z | Planning: Evaluating mediators ... Done |
214 | 2025-06-18T17:46:16.291Z | Planning: Planning completed in 0.75 seconds |
215 | 2025-06-18T17:46:16.334Z | Packages to change: 1 |
216 | 2025-06-18T17:46:16.334Z | Mediators to change: 1 |
217 | 2025-06-18T17:46:16.338Z | Services to change: 1 |
218 | 2025-06-18T17:46:16.338Z | Create boot environment: No |
219 | 2025-06-18T17:46:16.338Z | Create backup boot environment: Yes |
220 | 2025-06-18T17:46:18.699Z | Actions: 1/6 actions (Updating modified actions) |
221 | 2025-06-18T17:46:18.702Z | Actions: Completed 6 actions in 0.00 seconds. |
222 | 2025-06-18T17:46:18.702Z | Done |
223 | 2025-06-18T17:46:18.702Z | Done |
224 | 2025-06-18T17:46:18.860Z | Done |
225 | 2025-06-18T17:46:22.450Z | Done |
226 | 2025-06-18T17:46:22.533Z | Done |
227 | 2025-06-18T17:46:22.536Z | Done |
228 | 2025-06-18T17:46:22.667Z | Done |
229 | 2025-06-18T17:46:23.097Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
230 | 2025-06-18T17:46:23.097Z | clang system 15 system |
231 | 2025-06-18T17:46:23.097Z | csh system system illumos |
232 | 2025-06-18T17:46:23.097Z | ctags system system illumos |
233 | 2025-06-18T17:46:23.097Z | file system system illumos |
234 | 2025-06-18T17:46:23.097Z | gcc vendor 12 vendor |
235 | 2025-06-18T17:46:23.097Z | gcc system 10 system |
236 | 2025-06-18T17:46:23.097Z | gcc system 7 system |
237 | 2025-06-18T17:46:23.097Z | go system 1.20 system |
238 | 2025-06-18T17:46:23.097Z | go system 1.19 system |
239 | 2025-06-18T17:46:23.097Z | llvm system 15 system |
240 | 2025-06-18T17:46:23.097Z | llvm system 14 system |
241 | 2025-06-18T17:46:23.097Z | mariadb system 10.6 system |
242 | 2025-06-18T17:46:23.097Z | mta vendor vendor dma |
243 | 2025-06-18T17:46:23.097Z | openjdk system 17 system |
244 | 2025-06-18T17:46:23.097Z | openjdk system 11 system |
245 | 2025-06-18T17:46:23.097Z | openjdk system 1.8 system |
246 | 2025-06-18T17:46:23.097Z | openssl vendor 3 vendor |
247 | 2025-06-18T17:46:23.097Z | perl system 5.36 system |
248 | 2025-06-18T17:46:23.097Z | postgresql system 15 system |
249 | 2025-06-18T17:46:23.097Z | postgresql system 13 system |
250 | 2025-06-18T17:46:23.097Z | python vendor 3 vendor |
251 | 2025-06-18T17:46:23.097Z | python system 2 system |
252 | 2025-06-18T17:46:23.097Z | python3 system 3.11 system |
253 | 2025-06-18T17:46:23.097Z | ruby system 3.0 system |
254 | 2025-06-18T17:46:23.097Z | words vendor vendor american-english |
255 | 2025-06-18T17:46:23.097Z | words system system australian-english |
256 | 2025-06-18T17:46:23.098Z | words system system british-english |
257 | 2025-06-18T17:46:23.098Z | words system system canadian-english |
258 | 2025-06-18T17:46:23.098Z | words system system french |
259 | 2025-06-18T17:46:23.098Z | words system system italian |
260 | 2025-06-18T17:46:23.098Z | words system system ngerman |
261 | 2025-06-18T17:46:23.098Z | words system system ogerman |
262 | 2025-06-18T17:46:23.098Z | words system system spanish |
263 | 2025-06-18T17:46:23.423Z | PUBLISHER TYPE STATUS P LOCATION |
264 | 2025-06-18T17:46:23.423Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
265 | 2025-06-18T17:46:27.679Z | FMRI IFO |
266 | 2025-06-18T17:46:27.679Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
267 | 2025-06-18T17:46:27.679Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
268 | 2025-06-18T17:46:27.679Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
269 | 2025-06-18T17:46:27.679Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
270 | 2025-06-18T17:46:27.679Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
271 | 2025-06-18T17:46:27.679Z | pkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i-- |
272 | 2025-06-18T17:46:27.679Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
273 | 2025-06-18T17:46:27.679Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i-- |
274 | 2025-06-18T17:46:27.679Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
275 | 2025-06-18T17:46:27.679Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
276 | 2025-06-18T17:46:27.679Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i-- |
277 | 2025-06-18T17:46:27.679Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
278 | 2025-06-18T17:46:27.679Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
279 | 2025-06-18T17:46:27.679Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i-- |
280 | 2025-06-18T17:46:27.679Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
281 | 2025-06-18T17:46:27.679Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
282 | 2025-06-18T17:46:28.619Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
283 | 2025-06-18T17:46:28.969Z | Updating crates.io index |
284 | 2025-06-18T17:46:28.972Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
285 | 2025-06-18T17:46:29.321Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
286 | 2025-06-18T17:46:30.000Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
287 | 2025-06-18T17:46:30.274Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
288 | 2025-06-18T17:46:30.544Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
289 | 2025-06-18T17:46:30.880Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
290 | 2025-06-18T17:46:31.982Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
291 | 2025-06-18T17:46:33.917Z | Updating git repository `https://github.com/oxidecomputer/opte` |
292 | 2025-06-18T17:46:34.833Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
293 | 2025-06-18T17:46:35.624Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
294 | 2025-06-18T17:46:35.923Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
295 | 2025-06-18T17:46:36.194Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
296 | 2025-06-18T17:46:36.892Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
297 | 2025-06-18T17:46:37.201Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
298 | 2025-06-18T17:46:37.566Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
299 | 2025-06-18T17:46:38.136Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
300 | 2025-06-18T17:46:38.448Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
301 | 2025-06-18T17:46:38.749Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
302 | 2025-06-18T17:46:39.016Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
303 | 2025-06-18T17:46:39.318Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
304 | 2025-06-18T17:46:39.592Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
305 | 2025-06-18T17:46:39.856Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
306 | 2025-06-18T17:46:40.206Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
307 | 2025-06-18T17:46:40.545Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
308 | 2025-06-18T17:46:41.130Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
309 | 2025-06-18T17:46:41.539Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
310 | 2025-06-18T17:46:41.860Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
311 | 2025-06-18T17:46:42.256Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
312 | 2025-06-18T17:46:42.665Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
313 | 2025-06-18T17:46:43.052Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
314 | 2025-06-18T17:46:43.390Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
315 | 2025-06-18T17:46:43.713Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
316 | 2025-06-18T17:46:53.296Z | Updating git repository `https://github.com/illumos/smf-rs` |
317 | 2025-06-18T17:46:54.654Z | Downloading crates ... |
318 | 2025-06-18T17:46:54.713Z | Downloaded byteorder v1.5.0 |
319 | 2025-06-18T17:46:54.716Z | Downloaded block-buffer v0.10.4 |
320 | 2025-06-18T17:46:54.719Z | Downloaded anstyle v1.0.11 |
321 | 2025-06-18T17:46:54.722Z | Downloaded anstream v0.6.18 |
322 | 2025-06-18T17:46:54.726Z | Downloaded bitflags v2.9.0 |
323 | 2025-06-18T17:46:54.734Z | Downloaded dtrace-parser v0.2.0 |
324 | 2025-06-18T17:46:54.737Z | Downloaded equivalent v1.0.2 |
325 | 2025-06-18T17:46:54.744Z | Downloaded pretty-hex v0.4.1 |
326 | 2025-06-18T17:46:54.750Z | Downloaded swrite v0.1.0 |
327 | 2025-06-18T17:46:54.763Z | Downloaded winnow v0.7.10 |
328 | 2025-06-18T17:46:54.773Z | Downloaded usdt-macro v0.5.0 |
329 | 2025-06-18T17:46:54.777Z | Downloaded scroll_derive v0.12.0 |
330 | 2025-06-18T17:46:54.777Z | Downloaded dof v0.3.0 |
331 | 2025-06-18T17:46:54.777Z | Downloaded anstyle-parse v0.2.5 |
332 | 2025-06-18T17:46:54.780Z | Downloaded usdt-attr-macro v0.5.0 |
333 | 2025-06-18T17:46:54.780Z | Downloaded colorchoice v1.0.2 |
334 | 2025-06-18T17:46:54.783Z | Downloaded errno v0.3.12 |
335 | 2025-06-18T17:46:54.783Z | Downloaded clap_lex v0.7.4 |
336 | 2025-06-18T17:46:54.786Z | Downloaded bytecount v0.6.8 |
337 | 2025-06-18T17:46:54.786Z | Downloaded autocfg v1.4.0 |
338 | 2025-06-18T17:46:54.790Z | Downloaded anstyle-query v1.1.1 |
339 | 2025-06-18T17:46:54.793Z | Downloaded crypto-common v0.1.6 |
340 | 2025-06-18T17:46:54.793Z | Downloaded heck v0.5.0 |
341 | 2025-06-18T17:46:54.793Z | Downloaded cargo-platform v0.1.8 |
342 | 2025-06-18T17:46:54.797Z | Downloaded cpufeatures v0.2.14 |
343 | 2025-06-18T17:46:54.797Z | Downloaded fs-err v3.1.1 |
344 | 2025-06-18T17:46:54.799Z | Downloaded proc-macro-error-attr v1.0.4 |
345 | 2025-06-18T17:46:54.799Z | Downloaded itoa v1.0.11 |
346 | 2025-06-18T17:46:54.803Z | Downloaded pest_generator v2.7.14 |
347 | 2025-06-18T17:46:54.803Z | Downloaded macaddr v1.0.1 |
348 | 2025-06-18T17:46:54.806Z | Downloaded generic-array v0.14.7 |
349 | 2025-06-18T17:46:54.806Z | Downloaded cfg-if v1.0.1 |
350 | 2025-06-18T17:46:54.809Z | Downloaded is_terminal_polyfill v1.70.1 |
351 | 2025-06-18T17:46:54.809Z | Downloaded fastrand v2.1.1 |
352 | 2025-06-18T17:46:54.809Z | Downloaded toml_datetime v0.6.9 |
353 | 2025-06-18T17:46:54.813Z | Downloaded serde_tokenstream v0.2.2 |
354 | 2025-06-18T17:46:54.813Z | Downloaded serde_spanned v0.6.8 |
355 | 2025-06-18T17:46:54.815Z | Downloaded memmap v0.7.0 |
356 | 2025-06-18T17:46:54.815Z | Downloaded terminal_size v0.4.0 |
357 | 2025-06-18T17:46:54.819Z | Downloaded tabled_derive v0.7.0 |
358 | 2025-06-18T17:46:54.824Z | Downloaded plain v0.2.3 |
359 | 2025-06-18T17:46:54.827Z | Downloaded unicode-linebreak v0.1.5 |
360 | 2025-06-18T17:46:54.830Z | Downloaded smawk v0.3.2 |
361 | 2025-06-18T17:46:54.830Z | Downloaded strsim v0.11.1 |
362 | 2025-06-18T17:46:54.835Z | Downloaded thread-id v4.2.2 |
363 | 2025-06-18T17:46:54.838Z | Downloaded thiserror-impl v2.0.12 |
364 | 2025-06-18T17:46:54.838Z | Downloaded heck v0.4.1 |
365 | 2025-06-18T17:46:54.838Z | Downloaded toml_write v0.1.1 |
366 | 2025-06-18T17:46:54.842Z | Downloaded version_check v0.9.5 |
367 | 2025-06-18T17:46:54.845Z | Downloaded camino-tempfile v1.4.1 |
368 | 2025-06-18T17:46:54.848Z | Downloaded usdt-impl v0.5.0 |
369 | 2025-06-18T17:46:54.853Z | Downloaded utf8parse v0.2.2 |
370 | 2025-06-18T17:46:54.853Z | Downloaded clap_derive v4.5.32 |
371 | 2025-06-18T17:46:54.856Z | Downloaded digest v0.10.7 |
372 | 2025-06-18T17:46:54.856Z | Downloaded cargo_toml v0.21.0 |
373 | 2025-06-18T17:46:54.859Z | Downloaded cargo_metadata v0.19.2 |
374 | 2025-06-18T17:46:54.859Z | Downloaded pest_derive v2.7.14 |
375 | 2025-06-18T17:46:54.864Z | Downloaded semver v1.0.26 |
376 | 2025-06-18T17:46:54.867Z | Downloaded proc-macro-error v1.0.4 |
377 | 2025-06-18T17:46:54.870Z | Downloaded fnv v1.0.7 |
378 | 2025-06-18T17:46:54.870Z | Downloaded sha2 v0.10.9 |
379 | 2025-06-18T17:46:54.873Z | Downloaded quote v1.0.40 |
380 | 2025-06-18T17:46:54.876Z | Downloaded thiserror-impl v1.0.69 |
381 | 2025-06-18T17:46:54.876Z | Downloaded scroll v0.12.0 |
382 | 2025-06-18T17:46:54.879Z | Downloaded thiserror v2.0.12 |
383 | 2025-06-18T17:46:54.888Z | Downloaded usdt v0.5.0 |
384 | 2025-06-18T17:46:54.894Z | Downloaded thiserror v1.0.69 |
385 | 2025-06-18T17:46:54.898Z | Downloaded once_cell v1.21.3 |
386 | 2025-06-18T17:46:54.898Z | Downloaded ryu v1.0.18 |
387 | 2025-06-18T17:46:54.901Z | Downloaded camino v1.1.10 |
388 | 2025-06-18T17:46:54.906Z | Downloaded anyhow v1.0.98 |
389 | 2025-06-18T17:46:54.909Z | Downloaded pest_meta v2.7.14 |
390 | 2025-06-18T17:46:54.912Z | Downloaded proc-macro2 v1.0.95 |
391 | 2025-06-18T17:46:54.916Z | Downloaded ucd-trie v0.1.7 |
392 | 2025-06-18T17:46:54.919Z | Downloaded typenum v1.17.0 |
393 | 2025-06-18T17:46:54.922Z | Downloaded tempfile v3.20.0 |
394 | 2025-06-18T17:46:54.925Z | Downloaded log v0.4.27 |
395 | 2025-06-18T17:46:54.928Z | Downloaded unicode-ident v1.0.18 |
396 | 2025-06-18T17:46:54.931Z | Downloaded zerocopy-derive v0.7.35 |
397 | 2025-06-18T17:46:54.934Z | Downloaded serde_derive v1.0.219 |
398 | 2025-06-18T17:46:54.937Z | Downloaded clap v4.5.35 |
399 | 2025-06-18T17:46:54.944Z | Downloaded textwrap v0.16.2 |
400 | 2025-06-18T17:46:54.947Z | Downloaded papergrid v0.11.0 |
401 | 2025-06-18T17:46:54.954Z | Downloaded getrandom v0.3.1 |
402 | 2025-06-18T17:46:54.962Z | Downloaded toml v0.8.22 |
403 | 2025-06-18T17:46:54.996Z | Downloaded serde v1.0.219 |
404 | 2025-06-18T17:46:55.000Z | Downloaded memchr v2.7.4 |
405 | 2025-06-18T17:46:55.003Z | Downloaded indexmap v2.9.0 |
406 | 2025-06-18T17:46:55.022Z | Downloaded pest v2.7.14 |
407 | 2025-06-18T17:46:55.041Z | Downloaded toml_edit v0.22.26 |
408 | 2025-06-18T17:46:55.075Z | Downloaded serde_json v1.0.140 |
409 | 2025-06-18T17:46:55.084Z | Downloaded zerocopy v0.7.35 |
410 | 2025-06-18T17:46:55.100Z | Downloaded hashbrown v0.15.3 |
411 | 2025-06-18T17:46:55.106Z | Downloaded goblin v0.8.2 |
412 | 2025-06-18T17:46:55.112Z | Downloaded tabled v0.15.0 |
413 | 2025-06-18T17:46:55.129Z | Downloaded clap_builder v4.5.35 |
414 | 2025-06-18T17:46:55.134Z | Downloaded syn v1.0.109 |
415 | 2025-06-18T17:46:55.149Z | Downloaded unicode-width v0.1.14 |
416 | 2025-06-18T17:46:55.154Z | Downloaded unicode-width v0.2.0 |
417 | 2025-06-18T17:46:55.162Z | Downloaded syn v2.0.103 |
418 | 2025-06-18T17:46:55.174Z | Downloaded rustix v0.38.37 |
419 | 2025-06-18T17:46:55.196Z | Downloaded rustix v1.0.7 |
420 | 2025-06-18T17:46:55.238Z | Downloaded libc v0.2.174 |
421 | 2025-06-18T17:46:55.314Z | Compiling proc-macro2 v1.0.95 |
422 | 2025-06-18T17:46:55.314Z | Compiling unicode-ident v1.0.18 |
423 | 2025-06-18T17:46:55.314Z | Compiling serde v1.0.219 |
424 | 2025-06-18T17:46:55.317Z | Compiling version_check v0.9.5 |
425 | 2025-06-18T17:46:55.318Z | Compiling libc v0.2.174 |
426 | 2025-06-18T17:46:55.318Z | Compiling memchr v2.7.4 |
427 | 2025-06-18T17:46:55.318Z | Compiling thiserror v1.0.69 |
428 | 2025-06-18T17:46:55.318Z | Compiling itoa v1.0.11 |
429 | 2025-06-18T17:46:55.757Z | Compiling ryu v1.0.18 |
430 | 2025-06-18T17:46:55.893Z | Compiling ucd-trie v0.1.7 |
431 | 2025-06-18T17:46:56.280Z | Compiling once_cell v1.21.3 |
432 | 2025-06-18T17:46:56.283Z | Compiling bitflags v2.9.0 |
433 | 2025-06-18T17:46:56.404Z | Compiling byteorder v1.5.0 |
434 | 2025-06-18T17:46:56.620Z | Compiling serde_json v1.0.140 |
435 | 2025-06-18T17:46:56.695Z | Compiling rustix v0.38.37 |
436 | 2025-06-18T17:46:56.847Z | Compiling usdt-impl v0.5.0 |
437 | 2025-06-18T17:46:56.916Z | Compiling proc-macro-error-attr v1.0.4 |
438 | 2025-06-18T17:46:56.975Z | Compiling syn v1.0.109 |
439 | 2025-06-18T17:46:57.031Z | Compiling proc-macro-error v1.0.4 |
440 | 2025-06-18T17:46:57.283Z | Compiling quote v1.0.40 |
441 | 2025-06-18T17:46:57.332Z | Compiling rustix v1.0.7 |
442 | 2025-06-18T17:46:57.335Z | Compiling utf8parse v0.2.2 |
443 | 2025-06-18T17:46:57.522Z | Compiling errno v0.3.12 |
444 | 2025-06-18T17:46:57.548Z | Compiling equivalent v1.0.2 |
445 | 2025-06-18T17:46:57.645Z | Compiling getrandom v0.3.1 |
446 | 2025-06-18T17:46:57.696Z | Compiling hashbrown v0.15.3 |
447 | 2025-06-18T17:46:57.820Z | Compiling syn v2.0.103 |
448 | 2025-06-18T17:46:57.914Z | Compiling plain v0.2.3 |
449 | 2025-06-18T17:46:57.963Z | Compiling log v0.4.27 |
450 | 2025-06-18T17:46:57.988Z | Compiling thread-id v4.2.2 |
451 | 2025-06-18T17:46:58.053Z | Compiling camino v1.1.10 |
452 | 2025-06-18T17:46:58.345Z | Compiling anstyle-parse v0.2.5 |
453 | 2025-06-18T17:46:58.683Z | Compiling anstyle-query v1.1.1 |
454 | 2025-06-18T17:46:58.716Z | Compiling winnow v0.7.10 |
455 | 2025-06-18T17:46:58.824Z | Compiling indexmap v2.9.0 |
456 | 2025-06-18T17:46:58.857Z | Compiling cfg-if v1.0.1 |
457 | 2025-06-18T17:46:58.883Z | Compiling terminal_size v0.4.0 |
458 | 2025-06-18T17:46:58.923Z | Compiling pretty-hex v0.4.1 |
459 | 2025-06-18T17:46:58.974Z | Compiling toml_write v0.1.1 |
460 | 2025-06-18T17:46:59.113Z | Compiling is_terminal_polyfill v1.70.1 |
461 | 2025-06-18T17:46:59.175Z | Compiling colorchoice v1.0.2 |
462 | 2025-06-18T17:46:59.265Z | Compiling semver v1.0.26 |
463 | 2025-06-18T17:46:59.269Z | Compiling anstyle v1.0.11 |
464 | 2025-06-18T17:46:59.403Z | Compiling thiserror v2.0.12 |
465 | 2025-06-18T17:46:59.455Z | Compiling autocfg v1.4.0 |
466 | 2025-06-18T17:46:59.855Z | Compiling anstream v0.6.18 |
467 | 2025-06-18T17:47:00.379Z | Compiling heck v0.5.0 |
468 | 2025-06-18T17:47:00.406Z | Compiling fs-err v3.1.1 |
469 | 2025-06-18T17:47:00.454Z | Compiling clap_lex v0.7.4 |
470 | 2025-06-18T17:47:00.481Z | Compiling fnv v1.0.7 |
471 | 2025-06-18T17:47:00.643Z | Compiling fastrand v2.1.1 |
472 | 2025-06-18T17:47:00.707Z | Compiling bytecount v0.6.8 |
473 | 2025-06-18T17:47:00.856Z | Compiling unicode-width v0.1.14 |
474 | 2025-06-18T17:47:00.882Z | Compiling strsim v0.11.1 |
475 | 2025-06-18T17:47:01.328Z | Compiling anyhow v1.0.98 |
476 | 2025-06-18T17:47:01.372Z | Compiling heck v0.4.1 |
477 | 2025-06-18T17:47:01.597Z | Compiling papergrid v0.11.0 |
478 | 2025-06-18T17:47:01.668Z | Compiling clap_builder v4.5.35 |
479 | 2025-06-18T17:47:01.923Z | Compiling tempfile v3.20.0 |
480 | 2025-06-18T17:47:02.099Z | Compiling memmap v0.7.0 |
481 | 2025-06-18T17:47:02.269Z | Compiling unicode-linebreak v0.1.5 |
482 | 2025-06-18T17:47:02.292Z | Compiling unicode-width v0.2.0 |
483 | 2025-06-18T17:47:02.421Z | Compiling smawk v0.3.2 |
484 | 2025-06-18T17:47:02.742Z | Compiling swrite v0.1.0 |
485 | 2025-06-18T17:47:02.838Z | Compiling textwrap v0.16.2 |
486 | 2025-06-18T17:47:02.892Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
487 | 2025-06-18T17:47:03.505Z | Compiling tabled_derive v0.7.0 |
488 | 2025-06-18T17:47:04.866Z | Compiling tabled v0.15.0 |
489 | 2025-06-18T17:47:04.929Z | Compiling serde_derive v1.0.219 |
490 | 2025-06-18T17:47:04.929Z | Compiling thiserror-impl v1.0.69 |
491 | 2025-06-18T17:47:04.932Z | Compiling zerocopy-derive v0.7.35 |
492 | 2025-06-18T17:47:04.932Z | Compiling scroll_derive v0.12.0 |
493 | 2025-06-18T17:47:04.932Z | Compiling thiserror-impl v2.0.12 |
494 | 2025-06-18T17:47:04.932Z | Compiling clap_derive v4.5.32 |
495 | 2025-06-18T17:47:06.329Z | Compiling scroll v0.12.0 |
496 | 2025-06-18T17:47:06.855Z | Compiling zerocopy v0.7.35 |
497 | 2025-06-18T17:47:06.881Z | Compiling goblin v0.8.2 |
498 | 2025-06-18T17:47:08.038Z | Compiling pest v2.7.14 |
499 | 2025-06-18T17:47:09.029Z | Compiling clap v4.5.35 |
500 | 2025-06-18T17:47:10.107Z | Compiling pest_meta v2.7.14 |
501 | 2025-06-18T17:47:10.986Z | Compiling pest_generator v2.7.14 |
502 | 2025-06-18T17:47:12.310Z | Compiling pest_derive v2.7.14 |
503 | 2025-06-18T17:47:12.922Z | Compiling dtrace-parser v0.2.0 |
504 | 2025-06-18T17:47:13.867Z | Compiling toml_datetime v0.6.9 |
505 | 2025-06-18T17:47:13.873Z | Compiling serde_spanned v0.6.8 |
506 | 2025-06-18T17:47:13.873Z | Compiling cargo-platform v0.1.8 |
507 | 2025-06-18T17:47:14.200Z | Compiling serde_tokenstream v0.2.2 |
508 | 2025-06-18T17:47:14.279Z | Compiling toml_edit v0.22.26 |
509 | 2025-06-18T17:47:14.308Z | Compiling macaddr v1.0.1 |
510 | 2025-06-18T17:47:14.463Z | Compiling camino-tempfile v1.4.1 |
511 | 2025-06-18T17:47:15.209Z | Compiling dof v0.3.0 |
512 | 2025-06-18T17:47:15.209Z | Compiling cargo_metadata v0.19.2 |
513 | 2025-06-18T17:47:16.780Z | Compiling usdt-attr-macro v0.5.0 |
514 | 2025-06-18T17:47:16.780Z | Compiling usdt-macro v0.5.0 |
515 | 2025-06-18T17:47:16.910Z | Compiling toml v0.8.22 |
516 | 2025-06-18T17:47:17.754Z | Compiling cargo_toml v0.21.0 |
517 | 2025-06-18T17:47:17.938Z | Compiling usdt v0.5.0 |
518 | 2025-06-18T17:47:20.336Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
519 | 2025-06-18T17:47:23.440Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 55.06s |
520 | 2025-06-18T17:47:23.712Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
521 | 2025-06-18T17:47:24.356Z | Downloading crates ... |
522 | 2025-06-18T17:47:24.473Z | Downloaded addr2line v0.24.2 |
523 | 2025-06-18T17:47:24.485Z | Downloaded async-recursion v1.1.1 |
524 | 2025-06-18T17:47:24.490Z | Downloaded adler2 v2.0.0 |
525 | 2025-06-18T17:47:24.503Z | Downloaded async-stream v0.3.6 |
526 | 2025-06-18T17:47:24.512Z | Downloaded aead v0.5.2 |
527 | 2025-06-18T17:47:24.519Z | Downloaded cstr-argument v0.1.2 |
528 | 2025-06-18T17:47:24.519Z | Downloaded hubpack v0.1.2 |
529 | 2025-06-18T17:47:24.527Z | Downloaded atomic-waker v1.1.2 |
530 | 2025-06-18T17:47:24.534Z | Downloaded home v0.5.9 |
531 | 2025-06-18T17:47:24.534Z | Downloaded async-stream-impl v0.3.6 |
532 | 2025-06-18T17:47:24.534Z | Downloaded atomicwrites v0.4.4 |
533 | 2025-06-18T17:47:24.539Z | Downloaded block-padding v0.3.3 |
534 | 2025-06-18T17:47:24.539Z | Downloaded bitflags v1.3.2 |
535 | 2025-06-18T17:47:24.544Z | Downloaded bitfield v0.14.0 |
536 | 2025-06-18T17:47:24.547Z | Downloaded hubpack_derive v0.1.1 |
537 | 2025-06-18T17:47:24.547Z | Downloaded ascii-canvas v3.0.0 |
538 | 2025-06-18T17:47:24.547Z | Downloaded bcrypt-pbkdf v0.10.0 |
539 | 2025-06-18T17:47:24.550Z | Downloaded bcs v0.1.6 |
540 | 2025-06-18T17:47:24.554Z | Downloaded bb8 v0.8.5 |
541 | 2025-06-18T17:47:24.554Z | Downloaded highway v1.3.0 |
542 | 2025-06-18T17:47:24.557Z | Downloaded hmac v0.12.1 |
543 | 2025-06-18T17:47:24.561Z | Downloaded hyper-rustls v0.27.3 |
544 | 2025-06-18T17:47:24.561Z | Downloaded hyper v1.6.0 |
545 | 2025-06-18T17:47:24.569Z | Downloaded hyper-staticfile v0.10.1 |
546 | 2025-06-18T17:47:24.572Z | Downloaded cfg_aliases v0.1.1 |
547 | 2025-06-18T17:47:24.572Z | Downloaded hyper-util v0.1.14 |
548 | 2025-06-18T17:47:24.578Z | Downloaded libefi-sys v0.1.0 |
549 | 2025-06-18T17:47:24.582Z | Downloaded humantime v2.1.0 |
550 | 2025-06-18T17:47:24.585Z | Downloaded keccak v0.1.5 |
551 | 2025-06-18T17:47:24.585Z | Downloaded indoc v1.0.9 |
552 | 2025-06-18T17:47:24.587Z | Downloaded iana-time-zone v0.1.63 |
553 | 2025-06-18T17:47:24.590Z | Downloaded lazycell v1.3.0 |
554 | 2025-06-18T17:47:24.593Z | Downloaded impl-trait-for-tuples v0.2.2 |
555 | 2025-06-18T17:47:24.598Z | Downloaded lru-cache v0.1.2 |
556 | 2025-06-18T17:47:24.598Z | Downloaded icu_properties v1.5.1 |
557 | 2025-06-18T17:47:24.605Z | Downloaded ident_case v1.0.1 |
558 | 2025-06-18T17:47:24.605Z | Downloaded ciborium-io v0.2.2 |
559 | 2025-06-18T17:47:24.606Z | Downloaded chrono-tz-build v0.4.0 |
560 | 2025-06-18T17:47:24.606Z | Downloaded crunchy v0.2.2 |
561 | 2025-06-18T17:47:24.611Z | Downloaded castaway v0.2.3 |
562 | 2025-06-18T17:47:24.611Z | Downloaded crucible-workspace-hack v0.1.0 |
563 | 2025-06-18T17:47:24.611Z | Downloaded bit-set v0.8.0 |
564 | 2025-06-18T17:47:24.620Z | Downloaded crc8 v0.1.1 |
565 | 2025-06-18T17:47:24.620Z | Downloaded async-trait v0.1.88 |
566 | 2025-06-18T17:47:24.637Z | Downloaded managed v0.8.0 |
567 | 2025-06-18T17:47:24.637Z | Downloaded instability v0.3.2 |
568 | 2025-06-18T17:47:24.637Z | Downloaded crc-catalog v2.4.0 |
569 | 2025-06-18T17:47:24.637Z | Downloaded crc v3.2.1 |
570 | 2025-06-18T17:47:24.637Z | Downloaded cexpr v0.6.0 |
571 | 2025-06-18T17:47:24.641Z | Downloaded buf-list v1.0.3 |
572 | 2025-06-18T17:47:24.641Z | Downloaded hex v0.4.3 |
573 | 2025-06-18T17:47:24.641Z | Downloaded is_ci v1.2.0 |
574 | 2025-06-18T17:47:24.642Z | Downloaded instant v0.1.13 |
575 | 2025-06-18T17:47:24.642Z | Downloaded match_cfg v0.1.0 |
576 | 2025-06-18T17:47:24.642Z | Downloaded cbc v0.1.2 |
577 | 2025-06-18T17:47:24.642Z | Downloaded blowfish v0.9.1 |
578 | 2025-06-18T17:47:24.642Z | Downloaded md5 v0.7.0 |
579 | 2025-06-18T17:47:24.646Z | Downloaded bitfield-struct v0.6.2 |
580 | 2025-06-18T17:47:24.646Z | Downloaded bit-vec v0.6.3 |
581 | 2025-06-18T17:47:24.646Z | Downloaded cmake v0.1.51 |
582 | 2025-06-18T17:47:24.649Z | Downloaded cassowary v0.3.0 |
583 | 2025-06-18T17:47:24.649Z | Downloaded icu_provider_macros v1.5.0 |
584 | 2025-06-18T17:47:24.654Z | Downloaded bzip2 v0.4.4 |
585 | 2025-06-18T17:47:24.655Z | Downloaded http-body v1.0.1 |
586 | 2025-06-18T17:47:24.658Z | Downloaded progenitor v0.8.0 |
587 | 2025-06-18T17:47:24.658Z | Downloaded cobs v0.2.3 |
588 | 2025-06-18T17:47:24.658Z | Downloaded hyper-tls v0.6.0 |
589 | 2025-06-18T17:47:24.662Z | Downloaded icu_locid_transform v1.5.0 |
590 | 2025-06-18T17:47:24.665Z | Downloaded lru v0.12.5 |
591 | 2025-06-18T17:47:24.665Z | Downloaded argon2 v0.5.3 |
592 | 2025-06-18T17:47:24.670Z | Downloaded lazy_static v1.5.0 |
593 | 2025-06-18T17:47:24.670Z | Downloaded inout v0.1.3 |
594 | 2025-06-18T17:47:24.674Z | Downloaded indoc v2.0.6 |
595 | 2025-06-18T17:47:24.674Z | Downloaded indicatif v0.17.11 |
596 | 2025-06-18T17:47:24.678Z | Downloaded indexmap v1.9.3 |
597 | 2025-06-18T17:47:24.682Z | Downloaded console v0.15.10 |
598 | 2025-06-18T17:47:24.685Z | Downloaded cipher v0.4.4 |
599 | 2025-06-18T17:47:24.689Z | Downloaded sqlparser_derive v0.2.2 |
600 | 2025-06-18T17:47:24.689Z | Downloaded rtoolbox v0.0.2 |
601 | 2025-06-18T17:47:24.693Z | Downloaded progenitor-macro v0.10.0 |
602 | 2025-06-18T17:47:24.693Z | Downloaded arrayvec v0.7.6 |
603 | 2025-06-18T17:47:24.697Z | Downloaded time-core v0.1.2 |
604 | 2025-06-18T17:47:24.697Z | Downloaded heck v0.3.3 |
605 | 2025-06-18T17:47:24.697Z | Downloaded is-terminal v0.4.13 |
606 | 2025-06-18T17:47:24.700Z | Downloaded maybe-uninit v2.0.0 |
607 | 2025-06-18T17:47:24.700Z | Downloaded cookie_store v0.21.1 |
608 | 2025-06-18T17:47:24.759Z | Downloaded ref-cast v1.0.24 |
609 | 2025-06-18T17:47:24.796Z | Downloaded rand_xorshift v0.4.0 |
610 | 2025-06-18T17:47:24.796Z | Downloaded lockfree-object-pool v0.1.6 |
611 | 2025-06-18T17:47:24.796Z | Downloaded http-body-util v0.1.3 |
612 | 2025-06-18T17:47:24.796Z | Downloaded const_format_proc_macros v0.2.34 |
613 | 2025-06-18T17:47:24.796Z | Downloaded mime v0.3.17 |
614 | 2025-06-18T17:47:24.796Z | Downloaded ciborium v0.2.2 |
615 | 2025-06-18T17:47:24.796Z | Downloaded base64ct v1.6.0 |
616 | 2025-06-18T17:47:24.797Z | Downloaded linked-hash-map v0.5.6 |
617 | 2025-06-18T17:47:24.797Z | Downloaded linear-map v1.2.0 |
618 | 2025-06-18T17:47:24.797Z | Downloaded try-lock v0.2.5 |
619 | 2025-06-18T17:47:24.797Z | Downloaded tower-layer v0.3.3 |
620 | 2025-06-18T17:47:24.797Z | Downloaded hostname v0.4.0 |
621 | 2025-06-18T17:47:24.797Z | Downloaded libscf-sys v1.1.0 |
622 | 2025-06-18T17:47:24.797Z | Downloaded kstat-rs v0.2.4 |
623 | 2025-06-18T17:47:24.797Z | Downloaded take_mut v0.2.2 |
624 | 2025-06-18T17:47:24.797Z | Downloaded salsa20 v0.10.2 |
625 | 2025-06-18T17:47:24.797Z | Downloaded rustc_version v0.4.1 |
626 | 2025-06-18T17:47:24.797Z | Downloaded memoffset v0.9.1 |
627 | 2025-06-18T17:47:24.797Z | Downloaded lock_api v0.4.12 |
628 | 2025-06-18T17:47:24.797Z | Downloaded serde_path_to_error v0.1.17 |
629 | 2025-06-18T17:47:24.797Z | Downloaded ingot-macros v0.1.0 |
630 | 2025-06-18T17:47:24.797Z | Downloaded libsw-core v0.3.1 |
631 | 2025-06-18T17:47:24.797Z | Downloaded ingot v0.1.0 |
632 | 2025-06-18T17:47:24.797Z | Downloaded ingot-types v0.1.0 |
633 | 2025-06-18T17:47:24.797Z | Downloaded wait-timeout v0.2.0 |
634 | 2025-06-18T17:47:24.797Z | Downloaded serde_repr v0.1.19 |
635 | 2025-06-18T17:47:24.797Z | Downloaded signature v2.2.0 |
636 | 2025-06-18T17:47:24.797Z | Downloaded slog-async v2.8.0 |
637 | 2025-06-18T17:47:24.797Z | Downloaded smallvec v0.6.14 |
638 | 2025-06-18T17:47:24.797Z | Downloaded crc-any v2.5.0 |
639 | 2025-06-18T17:47:24.819Z | Downloaded serde_urlencoded v0.7.1 |
640 | 2025-06-18T17:47:24.819Z | Downloaded diesel_table_macro_syntax v0.2.0 |
641 | 2025-06-18T17:47:24.819Z | Downloaded zeroize_derive v1.4.2 |
642 | 2025-06-18T17:47:24.819Z | Downloaded xshell-macros v0.2.7 |
643 | 2025-06-18T17:47:24.819Z | Downloaded tokio-macros v2.5.0 |
644 | 2025-06-18T17:47:24.819Z | Downloaded mime_guess v2.0.5 |
645 | 2025-06-18T17:47:24.819Z | Downloaded cookie v0.18.1 |
646 | 2025-06-18T17:47:24.819Z | Downloaded libsw v3.4.0 |
647 | 2025-06-18T17:47:24.819Z | Downloaded httparse v1.9.5 |
648 | 2025-06-18T17:47:24.819Z | Downloaded clang-sys v1.8.1 |
649 | 2025-06-18T17:47:24.819Z | Downloaded untrusted v0.7.1 |
650 | 2025-06-18T17:47:24.819Z | Downloaded unicode-xid v0.2.6 |
651 | 2025-06-18T17:47:24.819Z | Downloaded tui-tree-widget v0.23.0 |
652 | 2025-06-18T17:47:24.819Z | Downloaded tls_codec_derive v0.4.1 |
653 | 2025-06-18T17:47:24.819Z | Downloaded tls_codec v0.4.1 |
654 | 2025-06-18T17:47:24.819Z | Downloaded bit-vec v0.8.0 |
655 | 2025-06-18T17:47:24.819Z | Downloaded multer v3.1.0 |
656 | 2025-06-18T17:47:24.825Z | Downloaded universal-hash v0.5.1 |
657 | 2025-06-18T17:47:24.825Z | Downloaded ipnetwork v0.21.1 |
658 | 2025-06-18T17:47:24.825Z | Downloaded tabwriter v1.4.0 |
659 | 2025-06-18T17:47:24.825Z | Downloaded tabled_derive v0.10.0 |
660 | 2025-06-18T17:47:24.825Z | Downloaded newtype_derive v0.1.6 |
661 | 2025-06-18T17:47:24.826Z | Downloaded structmeta-derive v0.3.0 |
662 | 2025-06-18T17:47:24.831Z | Downloaded futures-macro v0.3.31 |
663 | 2025-06-18T17:47:24.831Z | Downloaded new_debug_unreachable v1.0.6 |
664 | 2025-06-18T17:47:24.831Z | Downloaded lalrpop-util v0.19.12 |
665 | 2025-06-18T17:47:24.831Z | Downloaded stable_deref_trait v1.2.0 |
666 | 2025-06-18T17:47:24.838Z | Downloaded async-bb8-diesel v0.2.1 |
667 | 2025-06-18T17:47:24.838Z | Downloaded zone v0.1.8 |
668 | 2025-06-18T17:47:24.839Z | Downloaded strum_macros v0.26.4 |
669 | 2025-06-18T17:47:24.839Z | Downloaded num_enum_derive v0.5.11 |
670 | 2025-06-18T17:47:24.843Z | Downloaded newline-converter v0.3.0 |
671 | 2025-06-18T17:47:24.843Z | Downloaded static_assertions v1.1.0 |
672 | 2025-06-18T17:47:24.846Z | Downloaded peg-runtime v0.8.5 |
673 | 2025-06-18T17:47:24.847Z | Downloaded packed_struct_codegen v0.10.1 |
674 | 2025-06-18T17:47:24.847Z | Downloaded pretty-hex v0.2.1 |
675 | 2025-06-18T17:47:24.853Z | Downloaded pin-utils v0.1.0 |
676 | 2025-06-18T17:47:24.853Z | Downloaded smallvec v1.15.0 |
677 | 2025-06-18T17:47:24.857Z | Downloaded wyz v0.5.1 |
678 | 2025-06-18T17:47:24.857Z | Downloaded diesel-dtrace v0.4.2 |
679 | 2025-06-18T17:47:24.857Z | Downloaded ctr v0.9.2 |
680 | 2025-06-18T17:47:24.861Z | Downloaded ipnet v2.11.0 |
681 | 2025-06-18T17:47:24.861Z | Downloaded either v1.14.0 |
682 | 2025-06-18T17:47:24.865Z | Downloaded allocator-api2 v0.2.21 |
683 | 2025-06-18T17:47:24.868Z | Downloaded litrs v0.4.1 |
684 | 2025-06-18T17:47:24.873Z | Downloaded litemap v0.7.3 |
685 | 2025-06-18T17:47:24.873Z | Downloaded icu_normalizer_data v1.5.0 |
686 | 2025-06-18T17:47:24.892Z | Downloaded icu_normalizer v1.5.0 |
687 | 2025-06-18T17:47:24.939Z | Downloaded hex-literal v0.4.1 |
688 | 2025-06-18T17:47:24.939Z | Downloaded futures-channel v0.3.31 |
689 | 2025-06-18T17:47:24.939Z | Downloaded foreign-types v0.3.2 |
690 | 2025-06-18T17:47:24.939Z | Downloaded fallible-iterator v0.2.0 |
691 | 2025-06-18T17:47:24.939Z | Downloaded icu_collections v1.5.0 |
692 | 2025-06-18T17:47:24.939Z | Downloaded russh-cryptovec v0.7.3 |
693 | 2025-06-18T17:47:24.939Z | Downloaded icu_locid v1.5.0 |
694 | 2025-06-18T17:47:24.945Z | Downloaded foldhash v0.1.5 |
695 | 2025-06-18T17:47:24.945Z | Downloaded slog-term v2.9.1 |
696 | 2025-06-18T17:47:24.945Z | Downloaded proc-macro-error2 v2.0.1 |
697 | 2025-06-18T17:47:24.945Z | Downloaded sigpipe v0.1.3 |
698 | 2025-06-18T17:47:24.946Z | Downloaded nanorand v0.7.0 |
699 | 2025-06-18T17:47:24.946Z | Downloaded num-derive v0.4.2 |
700 | 2025-06-18T17:47:24.946Z | Downloaded newtype-uuid v1.2.4 |
701 | 2025-06-18T17:47:24.946Z | Downloaded oso-derive v0.27.3 |
702 | 2025-06-18T17:47:24.946Z | Downloaded primeorder v0.13.6 |
703 | 2025-06-18T17:47:24.946Z | Downloaded parking_lot_core v0.9.10 |
704 | 2025-06-18T17:47:24.946Z | Downloaded num_enum v0.5.11 |
705 | 2025-06-18T17:47:24.946Z | Downloaded waitgroup v0.1.2 |
706 | 2025-06-18T17:47:24.946Z | Downloaded untrusted v0.9.0 |
707 | 2025-06-18T17:47:24.946Z | Downloaded peg-macros v0.8.5 |
708 | 2025-06-18T17:47:24.946Z | Downloaded tower-service v0.3.3 |
709 | 2025-06-18T17:47:24.946Z | Downloaded polyval v0.6.2 |
710 | 2025-06-18T17:47:24.946Z | Downloaded pem v3.0.5 |
711 | 2025-06-18T17:47:24.946Z | Downloaded quick-error v1.2.3 |
712 | 2025-06-18T17:47:24.946Z | Downloaded progenitor-macro v0.9.1 |
713 | 2025-06-18T17:47:24.946Z | Downloaded parse-display-derive v0.10.0 |
714 | 2025-06-18T17:47:24.946Z | Downloaded fixedbitset v0.5.7 |
715 | 2025-06-18T17:47:24.946Z | Downloaded subprocess v0.2.9 |
716 | 2025-06-18T17:47:24.950Z | Downloaded miniz_oxide v0.8.5 |
717 | 2025-06-18T17:47:24.951Z | Downloaded parse-display v0.10.0 |
718 | 2025-06-18T17:47:24.954Z | Downloaded ed25519 v2.2.3 |
719 | 2025-06-18T17:47:24.954Z | Downloaded icu_provider v1.5.0 |
720 | 2025-06-18T17:47:24.958Z | Downloaded des v0.8.1 |
721 | 2025-06-18T17:47:24.963Z | Downloaded csv-core v0.1.11 |
722 | 2025-06-18T17:47:24.963Z | Downloaded headers v0.4.1 |
723 | 2025-06-18T17:47:24.967Z | Downloaded zone_cfg_derive v0.3.0 |
724 | 2025-06-18T17:47:24.972Z | Downloaded zone_cfg_derive v0.1.2 |
725 | 2025-06-18T17:47:24.973Z | Downloaded rustc-hash v1.1.0 |
726 | 2025-06-18T17:47:24.973Z | Downloaded rand_seeder v0.3.0 |
727 | 2025-06-18T17:47:24.984Z | Downloaded scheduled-thread-pool v0.2.7 |
728 | 2025-06-18T17:47:24.984Z | Downloaded jiff-static v0.2.15 |
729 | 2025-06-18T17:47:25.014Z | Downloaded simd-adler32 v0.3.7 |
730 | 2025-06-18T17:47:25.014Z | Downloaded signal-hook-registry v1.4.2 |
731 | 2025-06-18T17:47:25.014Z | Downloaded secrecy v0.10.3 |
732 | 2025-06-18T17:47:25.014Z | Downloaded half v1.8.3 |
733 | 2025-06-18T17:47:25.014Z | Downloaded futures-task v0.3.31 |
734 | 2025-06-18T17:47:25.014Z | Downloaded float-ord v0.3.2 |
735 | 2025-06-18T17:47:25.014Z | Downloaded enum-as-inner v0.6.1 |
736 | 2025-06-18T17:47:25.022Z | Downloaded tiny-keccak v2.0.2 |
737 | 2025-06-18T17:47:25.022Z | Downloaded slog-scope v4.4.0 |
738 | 2025-06-18T17:47:25.023Z | Downloaded slab v0.4.9 |
739 | 2025-06-18T17:47:25.023Z | Downloaded termtree v0.5.1 |
740 | 2025-06-18T17:47:25.023Z | Downloaded slog-json v2.6.1 |
741 | 2025-06-18T17:47:25.023Z | Downloaded slog-envlogger v2.2.0 |
742 | 2025-06-18T17:47:25.023Z | Downloaded opaque-debug v0.3.1 |
743 | 2025-06-18T17:47:25.023Z | Downloaded num-conv v0.1.0 |
744 | 2025-06-18T17:47:25.023Z | Downloaded parking_lot_core v0.8.6 |
745 | 2025-06-18T17:47:25.023Z | Downloaded poly1305 v0.8.0 |
746 | 2025-06-18T17:47:25.023Z | Downloaded pin-project-lite v0.2.14 |
747 | 2025-06-18T17:47:25.023Z | Downloaded slog-dtrace v0.3.0 |
748 | 2025-06-18T17:47:25.063Z | Downloaded slog-bunyan v2.5.0 |
749 | 2025-06-18T17:47:25.063Z | Downloaded parse-size v1.1.0 |
750 | 2025-06-18T17:47:25.063Z | Downloaded serde_cbor v0.11.2 |
751 | 2025-06-18T17:47:25.063Z | Downloaded siphasher v0.3.11 |
752 | 2025-06-18T17:47:25.063Z | Downloaded darling_core v0.20.10 |
753 | 2025-06-18T17:47:25.063Z | Downloaded proc-macro-error-attr2 v2.0.0 |
754 | 2025-06-18T17:47:25.063Z | Downloaded thread_local v1.1.8 |
755 | 2025-06-18T17:47:25.064Z | Downloaded signal-hook-mio v0.2.4 |
756 | 2025-06-18T17:47:25.064Z | Downloaded zerovec-derive v0.10.3 |
757 | 2025-06-18T17:47:25.064Z | Downloaded env_filter v0.1.2 |
758 | 2025-06-18T17:47:25.064Z | Downloaded difflib v0.4.0 |
759 | 2025-06-18T17:47:25.084Z | Downloaded iddqd v0.3.7 |
760 | 2025-06-18T17:47:25.085Z | Downloaded defmt-parser v0.3.4 |
761 | 2025-06-18T17:47:25.085Z | Downloaded rustc-demangle v0.1.24 |
762 | 2025-06-18T17:47:25.085Z | Downloaded rand_core v0.9.2 |
763 | 2025-06-18T17:47:25.085Z | Downloaded rfc6979 v0.4.0 |
764 | 2025-06-18T17:47:25.085Z | Downloaded time-macros v0.2.18 |
765 | 2025-06-18T17:47:25.085Z | Downloaded rand_chacha v0.3.1 |
766 | 2025-06-18T17:47:25.085Z | Downloaded serde-big-array v0.5.1 |
767 | 2025-06-18T17:47:25.085Z | Downloaded rpassword v7.3.1 |
768 | 2025-06-18T17:47:25.085Z | Downloaded oso v0.27.3 |
769 | 2025-06-18T17:47:25.085Z | Downloaded derive_builder v0.20.2 |
770 | 2025-06-18T17:47:25.094Z | Downloaded tinyvec_macros v0.1.1 |
771 | 2025-06-18T17:47:25.094Z | Downloaded nodrop v0.1.14 |
772 | 2025-06-18T17:47:25.094Z | Downloaded float-cmp v0.10.0 |
773 | 2025-06-18T17:47:25.094Z | Downloaded tokio-rustls v0.26.0 |
774 | 2025-06-18T17:47:25.095Z | Downloaded qorb v0.4.0 |
775 | 2025-06-18T17:47:25.095Z | Downloaded rand v0.9.1 |
776 | 2025-06-18T17:47:25.095Z | Downloaded hash32 v0.3.1 |
777 | 2025-06-18T17:47:25.112Z | Downloaded unicode_categories v0.1.1 |
778 | 2025-06-18T17:47:25.112Z | Downloaded toml_edit v0.19.15 |
779 | 2025-06-18T17:47:25.121Z | Downloaded zerofrom v0.1.4 |
780 | 2025-06-18T17:47:25.121Z | Downloaded diesel_derives v2.2.3 |
781 | 2025-06-18T17:47:25.121Z | Downloaded itertools v0.14.0 |
782 | 2025-06-18T17:47:25.127Z | Downloaded yoke-derive v0.7.4 |
783 | 2025-06-18T17:47:25.132Z | Downloaded aes v0.8.4 |
784 | 2025-06-18T17:47:25.132Z | Downloaded spki v0.7.3 |
785 | 2025-06-18T17:47:25.136Z | Downloaded phf_shared v0.11.2 |
786 | 2025-06-18T17:47:25.136Z | Downloaded password-hash v0.4.2 |
787 | 2025-06-18T17:47:25.136Z | Downloaded sec1 v0.7.3 |
788 | 2025-06-18T17:47:25.141Z | Downloaded path-slash v0.1.5 |
789 | 2025-06-18T17:47:25.141Z | Downloaded strip-ansi-escapes v0.2.0 |
790 | 2025-06-18T17:47:25.145Z | Downloaded getrandom v0.2.15 |
791 | 2025-06-18T17:47:25.145Z | Downloaded fxhash v0.2.1 |
792 | 2025-06-18T17:47:25.145Z | Downloaded zone v0.3.1 |
793 | 2025-06-18T17:47:25.152Z | Downloaded russh-keys v0.45.0 |
794 | 2025-06-18T17:47:25.152Z | Downloaded flume v0.11.1 |
795 | 2025-06-18T17:47:25.156Z | Downloaded fd-lock v4.0.2 |
796 | 2025-06-18T17:47:25.156Z | Downloaded utf-8 v0.7.6 |
797 | 2025-06-18T17:47:25.160Z | Downloaded unicode-truncate v1.1.0 |
798 | 2025-06-18T17:47:25.160Z | Downloaded parking_lot v0.11.2 |
799 | 2025-06-18T17:47:25.163Z | Downloaded structmeta v0.3.0 |
800 | 2025-06-18T17:47:25.167Z | Downloaded termcolor v1.4.1 |
801 | 2025-06-18T17:47:25.167Z | Downloaded tokio-stream v0.1.17 |
802 | 2025-06-18T17:47:25.170Z | Downloaded env_logger v0.10.2 |
803 | 2025-06-18T17:47:25.176Z | Downloaded dirs-sys-next v0.1.2 |
804 | 2025-06-18T17:47:25.184Z | Downloaded zeroize v1.8.1 |
805 | 2025-06-18T17:47:25.184Z | Downloaded zerofrom-derive v0.1.4 |
806 | 2025-06-18T17:47:25.185Z | Downloaded typify-macro v0.3.0 |
807 | 2025-06-18T17:47:25.189Z | Downloaded predicates v3.1.3 |
808 | 2025-06-18T17:47:25.189Z | Downloaded owo-colors v4.2.1 |
809 | 2025-06-18T17:47:25.189Z | Downloaded http v1.3.1 |
810 | 2025-06-18T17:47:25.192Z | Downloaded similar v2.7.0 |
811 | 2025-06-18T17:47:25.201Z | Downloaded sync_wrapper v1.0.1 |
812 | 2025-06-18T17:47:25.206Z | Downloaded subtle v2.6.1 |
813 | 2025-06-18T17:47:25.206Z | Downloaded paste v1.0.15 |
814 | 2025-06-18T17:47:25.206Z | Downloaded itertools v0.10.5 |
815 | 2025-06-18T17:47:25.211Z | Downloaded void v1.0.2 |
816 | 2025-06-18T17:47:25.214Z | Downloaded document-features v0.2.10 |
817 | 2025-06-18T17:47:25.214Z | Downloaded display-error-chain v0.2.2 |
818 | 2025-06-18T17:47:25.214Z | Downloaded tracing-core v0.1.32 |
819 | 2025-06-18T17:47:25.219Z | Downloaded gethostname v0.5.0 |
820 | 2025-06-18T17:47:25.219Z | Downloaded fixedbitset v0.4.2 |
821 | 2025-06-18T17:47:25.222Z | Downloaded filetime v0.2.25 |
822 | 2025-06-18T17:47:25.227Z | Downloaded zip v0.6.6 |
823 | 2025-06-18T17:47:25.238Z | Downloaded derive_builder_macro v0.20.2 |
824 | 2025-06-18T17:47:25.238Z | Downloaded pkg-config v0.3.31 |
825 | 2025-06-18T17:47:25.239Z | Downloaded sqlformat v0.3.5 |
826 | 2025-06-18T17:47:25.262Z | Downloaded multimap v0.10.1 |
827 | 2025-06-18T17:47:25.263Z | Downloaded debug-ignore v1.0.5 |
828 | 2025-06-18T17:47:25.263Z | Downloaded pbkdf2 v0.11.0 |
829 | 2025-06-18T17:47:25.263Z | Downloaded parking_lot v0.12.3 |
830 | 2025-06-18T17:47:25.263Z | Downloaded darling_macro v0.20.10 |
831 | 2025-06-18T17:47:25.266Z | Downloaded support-bundle-viewer v0.1.0 |
832 | 2025-06-18T17:47:25.266Z | Downloaded ssh-cipher v0.2.0 |
833 | 2025-06-18T17:47:25.267Z | Downloaded shell-words v1.1.0 |
834 | 2025-06-18T17:47:25.267Z | Downloaded half v2.4.1 |
835 | 2025-06-18T17:47:25.267Z | Downloaded prettyplease v0.2.34 |
836 | 2025-06-18T17:47:25.267Z | Downloaded same-file v1.0.6 |
837 | 2025-06-18T17:47:25.267Z | Downloaded twox-hash v2.1.0 |
838 | 2025-06-18T17:47:25.267Z | Downloaded tokio-rustls v0.24.1 |
839 | 2025-06-18T17:47:25.267Z | Downloaded libxml v0.3.3 |
840 | 2025-06-18T17:47:25.274Z | Downloaded pkcs1 v0.7.5 |
841 | 2025-06-18T17:47:25.274Z | Downloaded zip v2.6.1 |
842 | 2025-06-18T17:47:25.280Z | Downloaded displaydoc v0.2.5 |
843 | 2025-06-18T17:47:25.284Z | Downloaded scopeguard v1.2.0 |
844 | 2025-06-18T17:47:25.284Z | Downloaded sync-ptr v0.1.1 |
845 | 2025-06-18T17:47:25.284Z | Downloaded supports-color v3.0.2 |
846 | 2025-06-18T17:47:25.288Z | Downloaded pin-project v1.1.6 |
847 | 2025-06-18T17:47:25.299Z | Downloaded whoami v1.5.2 |
848 | 2025-06-18T17:47:25.306Z | Downloaded futures-core v0.3.31 |
849 | 2025-06-18T17:47:25.306Z | Downloaded pkcs8 v0.10.2 |
850 | 2025-06-18T17:47:25.312Z | Downloaded futures-executor v0.3.31 |
851 | 2025-06-18T17:47:25.312Z | Downloaded headers-core v0.3.0 |
852 | 2025-06-18T17:47:25.312Z | Downloaded deranged v0.3.11 |
853 | 2025-06-18T17:47:25.332Z | Downloaded postgres-types v0.2.9 |
854 | 2025-06-18T17:47:25.332Z | Downloaded postgres-protocol v0.6.8 |
855 | 2025-06-18T17:47:25.332Z | Downloaded strum_macros v0.25.3 |
856 | 2025-06-18T17:47:25.340Z | Downloaded nibble_vec v0.1.0 |
857 | 2025-06-18T17:47:25.340Z | Downloaded foreign-types-shared v0.3.1 |
858 | 2025-06-18T17:47:25.340Z | Downloaded foreign-types-shared v0.1.1 |
859 | 2025-06-18T17:47:25.340Z | Downloaded foreign-types-macros v0.2.3 |
860 | 2025-06-18T17:47:25.340Z | Downloaded packed_struct v0.10.1 |
861 | 2025-06-18T17:47:25.340Z | Downloaded zerocopy v0.6.6 |
862 | 2025-06-18T17:47:25.340Z | Downloaded olpc-cjson v0.1.4 |
863 | 2025-06-18T17:47:25.340Z | Downloaded url v2.5.3 |
864 | 2025-06-18T17:47:25.340Z | Downloaded blake3 v1.5.4 |
865 | 2025-06-18T17:47:25.347Z | Downloaded progenitor-client v0.8.0 |
866 | 2025-06-18T17:47:25.347Z | Downloaded idna v1.0.3 |
867 | 2025-06-18T17:47:25.356Z | Downloaded ppv-lite86 v0.2.20 |
868 | 2025-06-18T17:47:25.356Z | Downloaded tinystr v0.7.6 |
869 | 2025-06-18T17:47:25.362Z | Downloaded ssh-encoding v0.2.0 |
870 | 2025-06-18T17:47:25.362Z | Downloaded pbkdf2 v0.12.2 |
871 | 2025-06-18T17:47:25.362Z | Downloaded tokio-rustls v0.25.0 |
872 | 2025-06-18T17:47:25.362Z | Downloaded radium v0.7.0 |
873 | 2025-06-18T17:47:25.362Z | Downloaded thiserror-no-std v2.0.2 |
874 | 2025-06-18T17:47:25.365Z | Downloaded schemars_derive v0.8.22 |
875 | 2025-06-18T17:47:25.370Z | Downloaded rusty-fork v0.3.0 |
876 | 2025-06-18T17:47:25.370Z | Downloaded rand_core v0.6.4 |
877 | 2025-06-18T17:47:25.375Z | Downloaded strum_macros v0.24.3 |
878 | 2025-06-18T17:47:25.375Z | Downloaded typify-macro v0.2.0 |
879 | 2025-06-18T17:47:25.379Z | Downloaded stringprep v0.1.5 |
880 | 2025-06-18T17:47:25.379Z | Downloaded ron v0.8.1 |
881 | 2025-06-18T17:47:25.383Z | Downloaded openssl-probe v0.1.5 |
882 | 2025-06-18T17:47:25.383Z | Downloaded openssl-macros v0.1.1 |
883 | 2025-06-18T17:47:25.387Z | Downloaded der_derive v0.7.3 |
884 | 2025-06-18T17:47:25.388Z | Downloaded scrypt v0.11.0 |
885 | 2025-06-18T17:47:25.392Z | Downloaded defmt v0.3.8 |
886 | 2025-06-18T17:47:25.392Z | Downloaded derive_builder_core v0.20.2 |
887 | 2025-06-18T17:47:25.396Z | Downloaded num-iter v0.1.45 |
888 | 2025-06-18T17:47:25.397Z | Downloaded num-integer v0.1.46 |
889 | 2025-06-18T17:47:25.406Z | Downloaded shlex v1.3.0 |
890 | 2025-06-18T17:47:25.406Z | Downloaded flate2 v1.1.2 |
891 | 2025-06-18T17:47:25.420Z | Downloaded curve25519-dalek-derive v0.1.1 |
892 | 2025-06-18T17:47:25.420Z | Downloaded iri-string v0.7.8 |
893 | 2025-06-18T17:47:25.432Z | Downloaded form_urlencoded v1.2.1 |
894 | 2025-06-18T17:47:25.432Z | Downloaded itertools v0.13.0 |
895 | 2025-06-18T17:47:25.432Z | Downloaded progenitor-client v0.9.1 |
896 | 2025-06-18T17:47:25.432Z | Downloaded normalize-line-endings v0.3.0 |
897 | 2025-06-18T17:47:25.437Z | Downloaded futures-io v0.3.31 |
898 | 2025-06-18T17:47:25.438Z | Downloaded parse-zoneinfo v0.3.1 |
899 | 2025-06-18T17:47:25.438Z | Downloaded x509-cert v0.2.5 |
900 | 2025-06-18T17:47:25.438Z | Downloaded num v0.4.3 |
901 | 2025-06-18T17:47:25.438Z | Downloaded ecdsa v0.16.9 |
902 | 2025-06-18T17:47:25.451Z | Downloaded which v4.4.2 |
903 | 2025-06-18T17:47:25.451Z | Downloaded want v0.3.1 |
904 | 2025-06-18T17:47:25.451Z | Downloaded tap v1.0.1 |
905 | 2025-06-18T17:47:25.462Z | Downloaded synstructure v0.13.1 |
906 | 2025-06-18T17:47:25.463Z | Downloaded time v0.3.36 |
907 | 2025-06-18T17:47:25.463Z | Downloaded number_prefix v0.4.0 |
908 | 2025-06-18T17:47:25.463Z | Downloaded dyn-clone v1.0.19 |
909 | 2025-06-18T17:47:25.463Z | Downloaded tokio-tungstenite v0.21.0 |
910 | 2025-06-18T17:47:25.470Z | Downloaded snafu-derive v0.8.5 |
911 | 2025-06-18T17:47:25.470Z | Downloaded xattr v1.3.1 |
912 | 2025-06-18T17:47:25.470Z | Downloaded writeable v0.5.5 |
913 | 2025-06-18T17:47:25.470Z | Downloaded tokio-tungstenite v0.23.1 |
914 | 2025-06-18T17:47:25.470Z | Downloaded endian-type v0.1.2 |
915 | 2025-06-18T17:47:25.471Z | Downloaded progenitor-client v0.10.0 |
916 | 2025-06-18T17:47:25.477Z | Downloaded diff v0.1.13 |
917 | 2025-06-18T17:47:25.477Z | Downloaded num-rational v0.4.2 |
918 | 2025-06-18T17:47:25.477Z | Downloaded sha1 v0.10.6 |
919 | 2025-06-18T17:47:25.477Z | Downloaded tokio-postgres v0.7.13 |
920 | 2025-06-18T17:47:25.490Z | Downloaded env_logger v0.11.5 |
921 | 2025-06-18T17:47:25.490Z | Downloaded psl-types v2.0.11 |
922 | 2025-06-18T17:47:25.494Z | Downloaded salty v0.3.0 |
923 | 2025-06-18T17:47:25.494Z | Downloaded derive-where v1.2.7 |
924 | 2025-06-18T17:47:25.528Z | Downloaded num_threads v0.1.7 |
925 | 2025-06-18T17:47:25.528Z | Downloaded daft v0.1.3 |
926 | 2025-06-18T17:47:25.528Z | Downloaded unicase v2.7.0 |
927 | 2025-06-18T17:47:25.528Z | Downloaded zerocopy-derive v0.8.25 |
928 | 2025-06-18T17:47:25.528Z | Downloaded write16 v1.0.0 |
929 | 2025-06-18T17:47:25.528Z | Downloaded vte_generate_state_changes v0.1.2 |
930 | 2025-06-18T17:47:25.550Z | Downloaded percent-encoding v2.3.1 |
931 | 2025-06-18T17:47:25.550Z | Downloaded uzers v0.12.1 |
932 | 2025-06-18T17:47:25.550Z | Downloaded rustls-pemfile v1.0.4 |
933 | 2025-06-18T17:47:25.550Z | Downloaded embedded-io v0.6.1 |
934 | 2025-06-18T17:47:25.550Z | Downloaded socket2 v0.5.10 |
935 | 2025-06-18T17:47:25.550Z | Downloaded thiserror-impl-no-std v2.0.2 |
936 | 2025-06-18T17:47:25.550Z | Downloaded daft-derive v0.1.3 |
937 | 2025-06-18T17:47:25.551Z | Downloaded fs-err v2.11.0 |
938 | 2025-06-18T17:47:25.551Z | Downloaded toml v0.7.8 |
939 | 2025-06-18T17:47:25.551Z | Downloaded embedded-io v0.4.0 |
940 | 2025-06-18T17:47:25.551Z | Downloaded russh v0.45.0 |
941 | 2025-06-18T17:47:25.568Z | Downloaded unicode-segmentation v1.12.0 |
942 | 2025-06-18T17:47:25.568Z | Downloaded rand v0.8.5 |
943 | 2025-06-18T17:47:25.568Z | Downloaded progenitor-impl v0.8.0 |
944 | 2025-06-18T17:47:25.568Z | Downloaded string_cache v0.8.9 |
945 | 2025-06-18T17:47:25.568Z | Downloaded dropshot_endpoint v0.16.2 |
946 | 2025-06-18T17:47:25.568Z | Downloaded rustc-hash v2.1.1 |
947 | 2025-06-18T17:47:25.569Z | Downloaded nu-ansi-term v0.50.1 |
948 | 2025-06-18T17:47:25.598Z | Downloaded oxnet v0.1.2 |
949 | 2025-06-18T17:47:25.599Z | Downloaded smf v0.2.3 |
950 | 2025-06-18T17:47:25.599Z | Downloaded zopfli v0.8.1 |
951 | 2025-06-18T17:47:25.599Z | Downloaded tinyvec v1.8.0 |
952 | 2025-06-18T17:47:25.599Z | Downloaded unarray v0.1.4 |
953 | 2025-06-18T17:47:25.599Z | Downloaded spin v0.9.8 |
954 | 2025-06-18T17:47:25.599Z | Downloaded typify-macro v0.4.1 |
955 | 2025-06-18T17:47:25.599Z | Downloaded rustls-pemfile v2.2.0 |
956 | 2025-06-18T17:47:25.599Z | Downloaded typify v0.3.0 |
957 | 2025-06-18T17:47:25.612Z | Downloaded glob v0.3.2 |
958 | 2025-06-18T17:47:25.612Z | Downloaded ena v0.14.3 |
959 | 2025-06-18T17:47:25.612Z | Downloaded rustversion v1.0.17 |
960 | 2025-06-18T17:47:25.612Z | Downloaded termios v0.3.3 |
961 | 2025-06-18T17:47:25.612Z | Downloaded unicode-bidi v0.3.17 |
962 | 2025-06-18T17:47:25.612Z | Downloaded tar v0.4.44 |
963 | 2025-06-18T17:47:25.612Z | Downloaded sct v0.7.1 |
964 | 2025-06-18T17:47:25.612Z | Downloaded fs_extra v1.3.0 |
965 | 2025-06-18T17:47:25.612Z | Downloaded derive_more v0.99.20 |
966 | 2025-06-18T17:47:25.612Z | Downloaded omicron-zone-package v0.12.2 |
967 | 2025-06-18T17:47:25.612Z | Downloaded topological-sort v0.2.2 |
968 | 2025-06-18T17:47:25.612Z | Downloaded rustls-pki-types v1.10.0 |
969 | 2025-06-18T17:47:25.612Z | Downloaded term v0.7.0 |
970 | 2025-06-18T17:47:25.618Z | Downloaded aws-lc-rs v1.12.4 |
971 | 2025-06-18T17:47:25.623Z | Downloaded progenitor-macro v0.8.0 |
972 | 2025-06-18T17:47:25.623Z | Downloaded icu_properties_data v1.5.0 |
973 | 2025-06-18T17:47:25.635Z | Downloaded typify v0.2.0 |
974 | 2025-06-18T17:47:25.653Z | Downloaded hickory-server v0.24.4 |
975 | 2025-06-18T17:47:25.653Z | Downloaded test-strategy v0.4.1 |
976 | 2025-06-18T17:47:25.658Z | Downloaded vte v0.11.1 |
977 | 2025-06-18T17:47:25.658Z | Downloaded h2 v0.4.6 |
978 | 2025-06-18T17:47:25.658Z | Downloaded walkdir v2.5.0 |
979 | 2025-06-18T17:47:25.658Z | Downloaded portable-atomic v1.11.0 |
980 | 2025-06-18T17:47:25.665Z | Downloaded pem-rfc7468 v0.7.0 |
981 | 2025-06-18T17:47:25.673Z | Downloaded bitvec v1.0.1 |
982 | 2025-06-18T17:47:25.682Z | Downloaded hickory-client v0.24.4 |
983 | 2025-06-18T17:47:25.713Z | Downloaded snafu v0.8.5 |
984 | 2025-06-18T17:47:25.713Z | Downloaded peg v0.8.5 |
985 | 2025-06-18T17:47:25.713Z | Downloaded lalrpop v0.19.12 |
986 | 2025-06-18T17:47:25.740Z | Downloaded vergen v8.3.2 |
987 | 2025-06-18T17:47:25.740Z | Downloaded progenitor-impl v0.10.0 |
988 | 2025-06-18T17:47:25.740Z | Downloaded tower-http v0.6.6 |
989 | 2025-06-18T17:47:25.757Z | Downloaded p256 v0.13.2 |
990 | 2025-06-18T17:47:25.757Z | Downloaded bindgen v0.69.5 |
991 | 2025-06-18T17:47:25.757Z | Downloaded futures v0.3.31 |
992 | 2025-06-18T17:47:25.757Z | Downloaded tokio-util v0.7.13 |
993 | 2025-06-18T17:47:25.757Z | Downloaded hickory-resolver v0.24.4 |
994 | 2025-06-18T17:47:25.773Z | Downloaded tower v0.5.2 |
995 | 2025-06-18T17:47:25.774Z | Downloaded num-bigint-dig v0.8.4 |
996 | 2025-06-18T17:47:25.774Z | Downloaded unicode-normalization v0.1.24 |
997 | 2025-06-18T17:47:25.774Z | Downloaded publicsuffix v2.3.0 |
998 | 2025-06-18T17:47:25.786Z | Downloaded bindgen v0.71.1 |
999 | 2025-06-18T17:47:25.786Z | Downloaded openssl-sys v0.9.109 |
1000 | 2025-06-18T17:47:25.794Z | Downloaded yansi v1.0.1 |
1001 | 2025-06-18T17:47:25.795Z | Downloaded nom v7.1.3 |
1002 | 2025-06-18T17:47:25.795Z | Downloaded rayon v1.10.0 |
1003 | 2025-06-18T17:47:25.812Z | Downloaded serde_yaml v0.9.34+deprecated |
1004 | 2025-06-18T17:47:25.833Z | Downloaded quinn v0.11.5 |
1005 | 2025-06-18T17:47:25.833Z | Downloaded rustyline v14.0.0 |
1006 | 2025-06-18T17:47:25.834Z | Downloaded ssh-key v0.6.6 |
1007 | 2025-06-18T17:47:25.872Z | Downloaded num-bigint v0.4.6 |
1008 | 2025-06-18T17:47:25.872Z | Downloaded winnow v0.5.40 |
1009 | 2025-06-18T17:47:25.872Z | Downloaded hashbrown v0.12.3 |
1010 | 2025-06-18T17:47:25.872Z | Downloaded typed-path v0.9.3 |
1011 | 2025-06-18T17:47:25.875Z | Downloaded steno v0.4.1 |
1012 | 2025-06-18T17:47:25.875Z | Downloaded webpki-roots v1.0.0 |
1013 | 2025-06-18T17:47:25.876Z | Downloaded tabled v0.18.0 |
1014 | 2025-06-18T17:47:25.876Z | Downloaded quinn-proto v0.11.8 |
1015 | 2025-06-18T17:47:25.876Z | Downloaded chrono v0.4.41 |
1016 | 2025-06-18T17:47:25.886Z | Downloaded tough v0.20.0 |
1017 | 2025-06-18T17:47:25.895Z | Downloaded winnow v0.6.26 |
1018 | 2025-06-18T17:47:25.910Z | Downloaded sqlparser v0.45.0 |
1019 | 2025-06-18T17:47:25.920Z | Downloaded webpki-roots v0.26.6 |
1020 | 2025-06-18T17:47:25.921Z | Downloaded xshell v0.2.7 |
1021 | 2025-06-18T17:47:25.921Z | Downloaded p521 v0.13.3 |
1022 | 2025-06-18T17:47:25.921Z | Downloaded reedline v0.38.0 |
1023 | 2025-06-18T17:47:25.928Z | Downloaded reqwest v0.12.20 |
1024 | 2025-06-18T17:47:25.933Z | Downloaded rustls v0.21.12 |
1025 | 2025-06-18T17:47:25.949Z | Downloaded quick-xml v0.37.2 |
1026 | 2025-06-18T17:47:25.955Z | Downloaded object v0.30.4 |
1027 | 2025-06-18T17:47:25.971Z | Downloaded serde_with v3.12.0 |
1028 | 2025-06-18T17:47:25.977Z | Downloaded hashbrown v0.13.2 |
1029 | 2025-06-18T17:47:25.983Z | Downloaded rustls-webpki v0.102.8 |
1030 | 2025-06-18T17:47:26.035Z | Downloaded p384 v0.13.0 |
1031 | 2025-06-18T17:47:26.059Z | Downloaded rustls-webpki v0.101.7 |
1032 | 2025-06-18T17:47:26.059Z | Downloaded git2 v0.19.0 |
1033 | 2025-06-18T17:47:26.059Z | Downloaded zerocopy v0.8.25 |
1034 | 2025-06-18T17:47:26.068Z | Downloaded bstr v1.10.0 |
1035 | 2025-06-18T17:47:26.081Z | Downloaded openssl v0.10.73 |
1036 | 2025-06-18T17:47:26.086Z | Downloaded vcpkg v0.2.15 |
1037 | 2025-06-18T17:47:26.151Z | Downloaded regress v0.10.3 |
1038 | 2025-06-18T17:47:26.169Z | Downloaded proptest v1.7.0 |
1039 | 2025-06-18T17:47:26.169Z | Downloaded petname v2.0.2 |
1040 | 2025-06-18T17:47:26.169Z | Downloaded object v0.36.5 |
1041 | 2025-06-18T17:47:26.179Z | Downloaded smoltcp v0.9.1 |
1042 | 2025-06-18T17:47:26.179Z | Downloaded nix v0.27.1 |
1043 | 2025-06-18T17:47:26.205Z | Downloaded diesel v2.2.10 |
1044 | 2025-06-18T17:47:26.233Z | Downloaded nix v0.28.0 |
1045 | 2025-06-18T17:47:26.260Z | Downloaded typify-impl v0.4.1 |
1046 | 2025-06-18T17:47:26.271Z | Downloaded typify-impl v0.3.0 |
1047 | 2025-06-18T17:47:26.271Z | Downloaded typify-impl v0.2.0 |
1048 | 2025-06-18T17:47:26.288Z | Downloaded curve25519-dalek v4.1.3 |
1049 | 2025-06-18T17:47:26.300Z | Downloaded zerocopy-derive v0.6.6 |
1050 | 2025-06-18T17:47:26.340Z | Downloaded rustls v0.23.19 |
1051 | 2025-06-18T17:47:26.350Z | Downloaded dropshot v0.16.2 |
1052 | 2025-06-18T17:47:26.351Z | Downloaded openapiv3 v2.0.0 |
1053 | 2025-06-18T17:47:26.356Z | Downloaded sled v0.34.7 |
1054 | 2025-06-18T17:47:26.362Z | Downloaded nix v0.29.0 |
1055 | 2025-06-18T17:47:26.385Z | Downloaded hickory-proto v0.24.4 |
1056 | 2025-06-18T17:47:26.393Z | Downloaded ratatui v0.29.0 |
1057 | 2025-06-18T17:47:26.426Z | Downloaded chrono-tz v0.10.3 |
1058 | 2025-06-18T17:47:26.434Z | Downloaded regex-automata v0.4.8 |
1059 | 2025-06-18T17:47:26.446Z | Downloaded jiff v0.2.15 |
1060 | 2025-06-18T17:47:26.461Z | Downloaded lzma-sys v0.1.20 |
1061 | 2025-06-18T17:47:26.490Z | Downloaded polar-core v0.27.3 |
1062 | 2025-06-18T17:47:26.504Z | Downloaded smoltcp v0.11.0 |
1063 | 2025-06-18T17:47:26.527Z | Downloaded regex-syntax v0.8.5 |
1064 | 2025-06-18T17:47:26.532Z | Downloaded libz-sys v1.1.20 |
1065 | 2025-06-18T17:47:26.546Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
1066 | 2025-06-18T17:47:26.564Z | Downloaded regex v1.11.1 |
1067 | 2025-06-18T17:47:26.580Z | Downloaded rustls v0.22.4 |
1068 | 2025-06-18T17:47:26.591Z | Downloaded regex-syntax v0.6.29 |
1069 | 2025-06-18T17:47:26.600Z | Downloaded futures-util v0.3.31 |
1070 | 2025-06-18T17:47:26.611Z | Downloaded radix_trie v0.2.1 |
1071 | 2025-06-18T17:47:26.632Z | Downloaded sha3 v0.10.8 |
1072 | 2025-06-18T17:47:26.633Z | Downloaded gimli v0.31.1 |
1073 | 2025-06-18T17:47:26.713Z | Downloaded tokio v1.45.0 |
1074 | 2025-06-18T17:47:26.821Z | Downloaded petgraph v0.6.5 |
1075 | 2025-06-18T17:47:26.821Z | Downloaded zerovec v0.10.4 |
1076 | 2025-06-18T17:47:26.821Z | Downloaded funty v2.0.0 |
1077 | 2025-06-18T17:47:26.821Z | Downloaded uuid v1.17.0 |
1078 | 2025-06-18T17:47:26.821Z | Downloaded tungstenite v0.23.0 |
1079 | 2025-06-18T17:47:26.821Z | Downloaded tungstenite v0.21.0 |
1080 | 2025-06-18T17:47:26.821Z | Downloaded heapless v0.7.17 |
1081 | 2025-06-18T17:47:26.821Z | Downloaded pkcs5 v0.7.1 |
1082 | 2025-06-18T17:47:26.821Z | Downloaded darling v0.20.10 |
1083 | 2025-06-18T17:47:26.821Z | Downloaded ghash v0.5.1 |
1084 | 2025-06-18T17:47:26.821Z | Downloaded rand_chacha v0.9.0 |
1085 | 2025-06-18T17:47:26.821Z | Downloaded r2d2 v0.8.10 |
1086 | 2025-06-18T17:47:26.821Z | Downloaded zstd-safe v7.2.3 |
1087 | 2025-06-18T17:47:26.822Z | Downloaded petgraph v0.7.1 |
1088 | 2025-06-18T17:47:26.822Z | Downloaded zstd v0.13.3 |
1089 | 2025-06-18T17:47:26.822Z | Downloaded vsss-rs v3.3.4 |
1090 | 2025-06-18T17:47:26.822Z | Downloaded zstd-sys v2.0.14+zstd.1.5.7 |
1091 | 2025-06-18T17:47:26.953Z | Downloaded fatfs v0.3.6 |
1092 | 2025-06-18T17:47:26.953Z | Downloaded tracing v0.1.40 |
1093 | 2025-06-18T17:47:26.953Z | Downloaded phf v0.11.2 |
1094 | 2025-06-18T17:47:26.954Z | Downloaded precomputed-hash v0.1.1 |
1095 | 2025-06-18T17:47:26.954Z | Downloaded flagset v0.4.6 |
1096 | 2025-06-18T17:47:26.954Z | Downloaded powerfmt v0.2.0 |
1097 | 2025-06-18T17:47:26.954Z | Downloaded phf_codegen v0.11.2 |
1098 | 2025-06-18T17:47:26.954Z | Downloaded password-hash v0.5.0 |
1099 | 2025-06-18T17:47:26.954Z | Downloaded itertools v0.12.1 |
1100 | 2025-06-18T17:47:26.954Z | Downloaded csv v1.3.1 |
1101 | 2025-06-18T17:47:26.954Z | Downloaded pretty_assertions v1.4.1 |
1102 | 2025-06-18T17:47:26.954Z | Downloaded ron v0.7.1 |
1103 | 2025-06-18T17:47:26.954Z | Downloaded heapless v0.8.0 |
1104 | 2025-06-18T17:47:26.954Z | Downloaded serde_with_macros v3.12.0 |
1105 | 2025-06-18T17:47:26.954Z | Downloaded postcard v1.0.10 |
1106 | 2025-06-18T17:47:26.955Z | Downloaded papergrid v0.14.0 |
1107 | 2025-06-18T17:47:26.955Z | Downloaded data-encoding v2.9.0 |
1108 | 2025-06-18T17:47:26.955Z | Downloaded schemars v0.8.22 |
1109 | 2025-06-18T17:47:26.955Z | Downloaded aes-gcm v0.10.3 |
1110 | 2025-06-18T17:47:26.956Z | Downloaded phf_generator v0.11.2 |
1111 | 2025-06-18T17:47:26.956Z | Downloaded yoke v0.7.4 |
1112 | 2025-06-18T17:47:26.956Z | Downloaded unicode-properties v0.1.3 |
1113 | 2025-06-18T17:47:26.956Z | Downloaded aho-corasick v1.1.3 |
1114 | 2025-06-18T17:47:26.956Z | Downloaded libm v0.2.8 |
1115 | 2025-06-18T17:47:26.956Z | Downloaded ref-cast-impl v1.0.24 |
1116 | 2025-06-18T17:47:26.956Z | Downloaded ff v0.13.0 |
1117 | 2025-06-18T17:47:26.957Z | Downloaded expectorate v1.2.0 |
1118 | 2025-06-18T17:47:26.957Z | Downloaded num-derive v0.3.3 |
1119 | 2025-06-18T17:47:26.957Z | Downloaded ed25519-dalek v2.1.1 |
1120 | 2025-06-18T17:47:27.094Z | Downloaded crossterm v0.28.1 |
1121 | 2025-06-18T17:47:27.094Z | Downloaded utf8_iter v1.0.4 |
1122 | 2025-06-18T17:47:27.094Z | Downloaded utf16_iter v1.0.5 |
1123 | 2025-06-18T17:47:27.094Z | Downloaded tokio-native-tls v0.3.1 |
1124 | 2025-06-18T17:47:27.094Z | Downloaded pin-project-internal v1.1.6 |
1125 | 2025-06-18T17:47:27.094Z | Downloaded yasna v0.5.2 |
1126 | 2025-06-18T17:47:27.094Z | Downloaded rcgen v0.12.1 |
1127 | 2025-06-18T17:47:27.094Z | Downloaded rayon-core v1.12.1 |
1128 | 2025-06-18T17:47:27.094Z | Downloaded der v0.7.9 |
1129 | 2025-06-18T17:47:27.094Z | Downloaded num-complex v0.4.6 |
1130 | 2025-06-18T17:47:27.094Z | Downloaded globset v0.4.15 |
1131 | 2025-06-18T17:47:27.094Z | Downloaded strum v0.26.3 |
1132 | 2025-06-18T17:47:27.094Z | Downloaded serde_bytes v0.11.17 |
1133 | 2025-06-18T17:47:27.094Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1134 | 2025-06-18T17:47:27.094Z | Downloaded semver v0.1.20 |
1135 | 2025-06-18T17:47:27.094Z | Downloaded signal-hook v0.3.18 |
1136 | 2025-06-18T17:47:27.094Z | Downloaded resolv-conf v0.7.0 |
1137 | 2025-06-18T17:47:27.094Z | Downloaded progenitor v0.10.0 |
1138 | 2025-06-18T17:47:27.094Z | Downloaded progenitor v0.9.1 |
1139 | 2025-06-18T17:47:27.094Z | Downloaded proc-macro-crate v1.3.1 |
1140 | 2025-06-18T17:47:27.094Z | Downloaded predicates-core v1.0.8 |
1141 | 2025-06-18T17:47:27.095Z | Downloaded elliptic-curve v0.13.8 |
1142 | 2025-06-18T17:47:27.095Z | Downloaded mio v1.0.2 |
1143 | 2025-06-18T17:47:27.095Z | Downloaded minimal-lexical v0.2.1 |
1144 | 2025-06-18T17:47:27.095Z | Downloaded encoding_rs v0.8.34 |
1145 | 2025-06-18T17:47:27.095Z | Downloaded ring v0.17.14 |
1146 | 2025-06-18T17:47:27.175Z | Downloaded hash32 v0.2.1 |
1147 | 2025-06-18T17:47:27.175Z | Downloaded base64 v0.21.7 |
1148 | 2025-06-18T17:47:27.175Z | Downloaded serde_derive_internals v0.29.1 |
1149 | 2025-06-18T17:47:27.175Z | Downloaded foreign-types v0.5.0 |
1150 | 2025-06-18T17:47:27.175Z | Downloaded dunce v1.0.5 |
1151 | 2025-06-18T17:47:27.175Z | Downloaded dsl_auto_type v0.1.2 |
1152 | 2025-06-18T17:47:27.175Z | Downloaded value-bag v1.9.0 |
1153 | 2025-06-18T17:47:27.175Z | Downloaded tracing-attributes v0.1.27 |
1154 | 2025-06-18T17:47:27.175Z | Downloaded crossbeam-channel v0.5.15 |
1155 | 2025-06-18T17:47:27.175Z | Downloaded dirs-next v2.0.0 |
1156 | 2025-06-18T17:47:27.175Z | Downloaded defmt-macros v0.3.9 |
1157 | 2025-06-18T17:47:27.175Z | Downloaded num-traits v0.2.19 |
1158 | 2025-06-18T17:47:27.175Z | Downloaded unsafe-libyaml v0.2.11 |
1159 | 2025-06-18T17:47:27.175Z | Downloaded samael v0.0.19 |
1160 | 2025-06-18T17:47:27.175Z | Downloaded rsa v0.9.6 |
1161 | 2025-06-18T17:47:27.175Z | Downloaded crypto-bigint v0.5.5 |
1162 | 2025-06-18T17:47:27.175Z | Downloaded cc v1.2.15 |
1163 | 2025-06-18T17:47:27.175Z | Downloaded native-tls v0.2.12 |
1164 | 2025-06-18T17:47:27.175Z | Downloaded bumpalo v3.16.0 |
1165 | 2025-06-18T17:47:27.175Z | Downloaded compact_str v0.8.0 |
1166 | 2025-06-18T17:47:27.175Z | Downloaded base64 v0.13.1 |
1167 | 2025-06-18T17:47:27.176Z | Downloaded backtrace v0.3.74 |
1168 | 2025-06-18T17:47:27.176Z | Downloaded const_format v0.2.34 |
1169 | 2025-06-18T17:47:27.176Z | Downloaded chacha20poly1305 v0.10.1 |
1170 | 2025-06-18T17:47:27.176Z | Downloaded base64 v0.22.1 |
1171 | 2025-06-18T17:47:27.278Z | Downloaded slog v2.7.0 |
1172 | 2025-06-18T17:47:27.278Z | Downloaded progenitor-impl v0.9.1 |
1173 | 2025-06-18T17:47:27.279Z | Downloaded group v0.13.0 |
1174 | 2025-06-18T17:47:27.279Z | Downloaded futures-sink v0.3.31 |
1175 | 2025-06-18T17:47:27.279Z | Downloaded xz2 v0.1.7 |
1176 | 2025-06-18T17:47:27.279Z | Downloaded typify v0.4.1 |
1177 | 2025-06-18T17:47:27.279Z | Downloaded crossbeam-utils v0.8.21 |
1178 | 2025-06-18T17:47:27.279Z | Downloaded crossbeam-epoch v0.9.18 |
1179 | 2025-06-18T17:47:27.279Z | Downloaded slog-stdlog v4.1.1 |
1180 | 2025-06-18T17:47:27.279Z | Downloaded memmap2 v0.9.5 |
1181 | 2025-06-18T17:47:27.279Z | Downloaded maplit v1.0.2 |
1182 | 2025-06-18T17:47:27.279Z | Downloaded libloading v0.8.5 |
1183 | 2025-06-18T17:47:27.279Z | Downloaded jobserver v0.1.32 |
1184 | 2025-06-18T17:47:27.279Z | Downloaded cancel-safe-futures v0.1.5 |
1185 | 2025-06-18T17:47:27.279Z | Downloaded serde_plain v1.0.2 |
1186 | 2025-06-18T17:47:27.280Z | Downloaded serde-hex v0.1.0 |
1187 | 2025-06-18T17:47:27.280Z | Downloaded secrecy v0.8.0 |
1188 | 2025-06-18T17:47:27.280Z | Downloaded quinn-udp v0.5.5 |
1189 | 2025-06-18T17:47:27.280Z | Downloaded signal-hook-tokio v0.3.1 |
1190 | 2025-06-18T17:47:27.280Z | Downloaded crc32fast v1.4.2 |
1191 | 2025-06-18T17:47:27.280Z | Downloaded const-oid v0.9.6 |
1192 | 2025-06-18T17:47:27.280Z | Downloaded bzip2 v0.5.2 |
1193 | 2025-06-18T17:47:27.280Z | Downloaded rustc_version v0.1.7 |
1194 | 2025-06-18T17:47:27.280Z | Downloaded icu_locid_transform_data v1.5.0 |
1195 | 2025-06-18T17:47:27.280Z | Downloaded httpdate v1.0.3 |
1196 | 2025-06-18T17:47:27.280Z | Downloaded colored v2.2.0 |
1197 | 2025-06-18T17:47:27.280Z | Downloaded md-5 v0.10.6 |
1198 | 2025-06-18T17:47:27.280Z | Downloaded lzss v0.8.2 |
1199 | 2025-06-18T17:47:27.280Z | Downloaded indent_write v2.2.0 |
1200 | 2025-06-18T17:47:27.280Z | Downloaded http-range v0.1.5 |
1201 | 2025-06-18T17:47:27.280Z | Downloaded ahash v0.8.11 |
1202 | 2025-06-18T17:47:27.280Z | Downloaded internet-checksum v0.2.1 |
1203 | 2025-06-18T17:47:27.280Z | Downloaded idna_adapter v1.2.0 |
1204 | 2025-06-18T17:47:27.281Z | Downloaded crossbeam-deque v0.8.5 |
1205 | 2025-06-18T17:47:27.281Z | Downloaded ciborium-ll v0.2.2 |
1206 | 2025-06-18T17:47:27.281Z | Downloaded chacha20 v0.9.1 |
1207 | 2025-06-18T17:47:27.281Z | Downloaded convert_case v0.4.0 |
1208 | 2025-06-18T17:47:27.281Z | Downloaded cargo_metadata v0.18.1 |
1209 | 2025-06-18T17:47:27.281Z | Downloaded array-init v0.0.4 |
1210 | 2025-06-18T17:47:27.281Z | Downloaded cfg_aliases v0.2.1 |
1211 | 2025-06-18T17:47:27.281Z | Downloaded constant_time_eq v0.3.1 |
1212 | 2025-06-18T17:47:27.281Z | Downloaded bytes v1.10.1 |
1213 | 2025-06-18T17:47:27.281Z | Downloaded hkdf v0.12.4 |
1214 | 2025-06-18T17:47:27.281Z | Downloaded hostname v0.3.1 |
1215 | 2025-06-18T17:47:27.281Z | Downloaded blake2 v0.10.6 |
1216 | 2025-06-18T17:47:27.281Z | Downloaded backoff v0.4.0 |
1217 | 2025-06-18T17:47:27.281Z | Downloaded base16ct v0.2.0 |
1218 | 2025-06-18T17:47:27.281Z | Downloaded atty v0.2.14 |
1219 | 2025-06-18T17:47:27.281Z | Downloaded assert_matches v1.5.0 |
1220 | 2025-06-18T17:47:27.282Z | Downloaded bit-set v0.5.3 |
1221 | 2025-06-18T17:47:27.282Z | Downloaded arrayref v0.3.9 |
1222 | 2025-06-18T17:47:27.282Z | Downloaded arc-swap v1.7.1 |
1223 | 2025-06-18T17:47:27.647Z | Downloaded aws-lc-sys v0.26.0 |
1224 | 2025-06-18T17:47:27.990Z | Compiling serde v1.0.219 |
1225 | 2025-06-18T17:47:28.039Z | Compiling value-bag v1.9.0 |
1226 | 2025-06-18T17:47:28.039Z | Compiling shlex v1.3.0 |
1227 | 2025-06-18T17:47:28.039Z | Compiling lock_api v0.4.12 |
1228 | 2025-06-18T17:47:28.039Z | Compiling scopeguard v1.2.0 |
1229 | 2025-06-18T17:47:28.178Z | Compiling typenum v1.17.0 |
1230 | 2025-06-18T17:47:28.215Z | Compiling syn v2.0.103 |
1231 | 2025-06-18T17:47:28.223Z | Compiling getrandom v0.2.15 |
1232 | 2025-06-18T17:47:28.339Z | Compiling jobserver v0.1.32 |
1233 | 2025-06-18T17:47:28.578Z | Compiling log v0.4.27 |
1234 | 2025-06-18T17:47:28.625Z | Compiling rand_core v0.6.4 |
1235 | 2025-06-18T17:47:28.693Z | Compiling generic-array v0.14.7 |
1236 | 2025-06-18T17:47:28.736Z | Compiling smallvec v1.15.0 |
1237 | 2025-06-18T17:47:29.028Z | Compiling cc v1.2.15 |
1238 | 2025-06-18T17:47:29.113Z | Compiling subtle v2.6.1 |
1239 | 2025-06-18T17:47:29.135Z | Compiling const-oid v0.9.6 |
1240 | 2025-06-18T17:47:29.157Z | Compiling stable_deref_trait v1.2.0 |
1241 | 2025-06-18T17:47:29.178Z | Compiling pkg-config v0.3.31 |
1242 | 2025-06-18T17:47:29.272Z | Compiling parking_lot_core v0.9.10 |
1243 | 2025-06-18T17:47:29.313Z | Compiling pin-project-lite v0.2.14 |
1244 | 2025-06-18T17:47:29.455Z | Compiling rustix v0.38.37 |
1245 | 2025-06-18T17:47:29.474Z | Compiling signal-hook-registry v1.4.2 |
1246 | 2025-06-18T17:47:30.168Z | Compiling parking_lot v0.12.3 |
1247 | 2025-06-18T17:47:30.266Z | Compiling mio v1.0.2 |
1248 | 2025-06-18T17:47:30.280Z | Compiling futures-core v0.3.31 |
1249 | 2025-06-18T17:47:30.443Z | Compiling spin v0.9.8 |
1250 | 2025-06-18T17:47:30.514Z | Compiling socket2 v0.5.10 |
1251 | 2025-06-18T17:47:30.543Z | Compiling aho-corasick v1.1.3 |
1252 | 2025-06-18T17:47:30.858Z | Compiling slab v0.4.9 |
1253 | 2025-06-18T17:47:30.997Z | Compiling cpufeatures v0.2.14 |
1254 | 2025-06-18T17:47:31.126Z | Compiling litemap v0.7.3 |
1255 | 2025-06-18T17:47:31.160Z | Compiling libm v0.2.8 |
1256 | 2025-06-18T17:47:31.234Z | Compiling regex-syntax v0.8.5 |
1257 | 2025-06-18T17:47:31.312Z | Compiling either v1.14.0 |
1258 | 2025-06-18T17:47:31.391Z | Compiling writeable v0.5.5 |
1259 | 2025-06-18T17:47:31.490Z | Compiling serde_json v1.0.140 |
1260 | 2025-06-18T17:47:31.677Z | Compiling num-traits v0.2.19 |
1261 | 2025-06-18T17:47:31.717Z | Compiling futures-sink v0.3.31 |
1262 | 2025-06-18T17:47:31.808Z | Compiling glob v0.3.2 |
1263 | 2025-06-18T17:47:31.872Z | Compiling percent-encoding v2.3.1 |
1264 | 2025-06-18T17:47:32.181Z | Compiling getrandom v0.3.1 |
1265 | 2025-06-18T17:47:32.219Z | Compiling prettyplease v0.2.34 |
1266 | 2025-06-18T17:47:32.536Z | Compiling icu_locid_transform_data v1.5.0 |
1267 | 2025-06-18T17:47:32.576Z | Compiling clang-sys v1.8.1 |
1268 | 2025-06-18T17:47:32.740Z | Compiling lazy_static v1.5.0 |
1269 | 2025-06-18T17:47:32.768Z | Compiling minimal-lexical v0.2.1 |
1270 | 2025-06-18T17:47:32.854Z | Compiling allocator-api2 v0.2.21 |
1271 | 2025-06-18T17:47:32.889Z | Compiling icu_properties_data v1.5.0 |
1272 | 2025-06-18T17:47:33.283Z | Compiling foldhash v0.1.5 |
1273 | 2025-06-18T17:47:33.329Z | Compiling nom v7.1.3 |
1274 | 2025-06-18T17:47:33.574Z | Compiling hashbrown v0.15.3 |
1275 | 2025-06-18T17:47:33.693Z | Compiling libloading v0.8.5 |
1276 | 2025-06-18T17:47:33.895Z | Compiling utf8_iter v1.0.4 |
1277 | 2025-06-18T17:47:34.098Z | Compiling utf16_iter v1.0.5 |
1278 | 2025-06-18T17:47:34.147Z | Compiling bindgen v0.69.5 |
1279 | 2025-06-18T17:47:34.322Z | Compiling write16 v1.0.0 |
1280 | 2025-06-18T17:47:34.480Z | Compiling home v0.5.9 |
1281 | 2025-06-18T17:47:34.708Z | Compiling base64ct v1.6.0 |
1282 | 2025-06-18T17:47:34.833Z | Compiling regex-automata v0.4.8 |
1283 | 2025-06-18T17:47:34.838Z | Compiling icu_normalizer_data v1.5.0 |
1284 | 2025-06-18T17:47:34.967Z | Compiling futures-channel v0.3.31 |
1285 | 2025-06-18T17:47:35.063Z | Compiling itertools v0.12.1 |
1286 | 2025-06-18T17:47:35.257Z | Compiling pem-rfc7468 v0.7.0 |
1287 | 2025-06-18T17:47:35.374Z | Compiling synstructure v0.13.1 |
1288 | 2025-06-18T17:47:36.573Z | Compiling cexpr v0.6.0 |
1289 | 2025-06-18T17:47:36.786Z | Compiling flagset v0.4.6 |
1290 | 2025-06-18T17:47:36.940Z | Compiling futures-io v0.3.31 |
1291 | 2025-06-18T17:47:37.002Z | Compiling lazycell v1.3.0 |
1292 | 2025-06-18T17:47:37.232Z | Compiling futures-task v0.3.31 |
1293 | 2025-06-18T17:47:37.255Z | Compiling pin-utils v0.1.0 |
1294 | 2025-06-18T17:47:37.317Z | Compiling rustc-hash v1.1.0 |
1295 | 2025-06-18T17:47:37.488Z | Compiling cmake v0.1.51 |
1296 | 2025-06-18T17:47:37.509Z | Compiling fs_extra v1.3.0 |
1297 | 2025-06-18T17:47:37.874Z | Compiling dunce v1.0.5 |
1298 | 2025-06-18T17:47:38.019Z | Compiling form_urlencoded v1.2.1 |
1299 | 2025-06-18T17:47:38.041Z | Compiling vcpkg v0.2.15 |
1300 | 2025-06-18T17:47:38.068Z | Compiling paste v1.0.15 |
1301 | 2025-06-18T17:47:38.683Z | Compiling zerocopy v0.8.25 |
1302 | 2025-06-18T17:47:38.744Z | Compiling crossbeam-utils v0.8.21 |
1303 | 2025-06-18T17:47:38.744Z | Compiling ring v0.17.14 |
1304 | 2025-06-18T17:47:38.907Z | Compiling tracing-core v0.1.32 |
1305 | 2025-06-18T17:47:39.119Z | Compiling iana-time-zone v0.1.63 |
1306 | 2025-06-18T17:47:39.476Z | Compiling aws-lc-rs v1.12.4 |
1307 | 2025-06-18T17:47:39.653Z | Compiling openssl-sys v0.9.109 |
1308 | 2025-06-18T17:47:47.322Z | Compiling tinyvec_macros v0.1.1 |
1309 | 2025-06-18T17:47:48.168Z | Compiling rustls-pki-types v1.10.0 |
1310 | 2025-06-18T17:47:48.168Z | Compiling regex v1.11.1 |
1311 | 2025-06-18T17:47:48.168Z | Compiling serde_derive v1.0.219 |
1312 | 2025-06-18T17:47:48.168Z | Compiling zeroize_derive v1.4.2 |
1313 | 2025-06-18T17:47:48.168Z | Compiling zerofrom-derive v0.1.4 |
1314 | 2025-06-18T17:47:48.168Z | Compiling yoke-derive v0.7.4 |
1315 | 2025-06-18T17:47:48.168Z | Compiling zerovec-derive v0.10.3 |
1316 | 2025-06-18T17:47:48.169Z | Compiling zeroize v1.8.1 |
1317 | 2025-06-18T17:47:48.169Z | Compiling displaydoc v0.2.5 |
1318 | 2025-06-18T17:47:48.169Z | Compiling zerocopy-derive v0.7.35 |
1319 | 2025-06-18T17:47:48.169Z | Compiling crypto-common v0.1.6 |
1320 | 2025-06-18T17:47:48.277Z | Compiling block-buffer v0.10.4 |
1321 | 2025-06-18T17:47:48.277Z | Compiling zerofrom v0.1.4 |
1322 | 2025-06-18T17:47:48.277Z | Compiling digest v0.10.7 |
1323 | 2025-06-18T17:47:48.277Z | Compiling yoke v0.7.4 |
1324 | 2025-06-18T17:47:48.277Z | Compiling zerovec v0.10.4 |
1325 | 2025-06-18T17:47:48.277Z | Compiling tokio-macros v2.5.0 |
1326 | 2025-06-18T17:47:48.277Z | Compiling hmac v0.12.1 |
1327 | 2025-06-18T17:47:48.278Z | Compiling icu_provider_macros v1.5.0 |
1328 | 2025-06-18T17:47:48.278Z | Compiling block-padding v0.3.3 |
1329 | 2025-06-18T17:47:48.278Z | Compiling sha2 v0.10.9 |
1330 | 2025-06-18T17:47:48.278Z | Compiling inout v0.1.3 |
1331 | 2025-06-18T17:47:48.278Z | Compiling der_derive v0.7.3 |
1332 | 2025-06-18T17:47:48.278Z | Compiling zerocopy v0.7.35 |
1333 | 2025-06-18T17:47:48.278Z | Compiling cipher v0.4.4 |
1334 | 2025-06-18T17:47:48.278Z | Compiling thiserror-impl v1.0.69 |
1335 | 2025-06-18T17:47:48.278Z | Compiling futures-macro v0.3.31 |
1336 | 2025-06-18T17:47:48.278Z | Compiling salsa20 v0.10.2 |
1337 | 2025-06-18T17:47:48.278Z | Compiling tinystr v0.7.6 |
1338 | 2025-06-18T17:47:48.278Z | Compiling icu_collections v1.5.0 |
1339 | 2025-06-18T17:47:48.278Z | Compiling icu_locid v1.5.0 |
1340 | 2025-06-18T17:47:48.278Z | Compiling ppv-lite86 v0.2.20 |
1341 | 2025-06-18T17:47:48.278Z | Compiling der v0.7.9 |
1342 | 2025-06-18T17:47:48.278Z | Compiling pbkdf2 v0.12.2 |
1343 | 2025-06-18T17:47:48.278Z | Compiling scrypt v0.11.0 |
1344 | 2025-06-18T17:47:48.278Z | Compiling aes v0.8.4 |
1345 | 2025-06-18T17:47:48.278Z | Compiling futures-util v0.3.31 |
1346 | 2025-06-18T17:47:48.278Z | Compiling icu_provider v1.5.0 |
1347 | 2025-06-18T17:47:48.278Z | Compiling cbc v0.1.2 |
1348 | 2025-06-18T17:47:48.481Z | Compiling tracing-attributes v0.1.27 |
1349 | 2025-06-18T17:47:48.576Z | Compiling thiserror v1.0.69 |
1350 | 2025-06-18T17:47:48.581Z | Compiling zerocopy-derive v0.8.25 |
1351 | 2025-06-18T17:47:48.750Z | Compiling icu_locid_transform v1.5.0 |
1352 | 2025-06-18T17:47:49.005Z | Compiling pest v2.7.14 |
1353 | 2025-06-18T17:47:50.184Z | Compiling icu_properties v1.5.1 |
1354 | 2025-06-18T17:47:50.375Z | Compiling spki v0.7.3 |
1355 | 2025-06-18T17:47:50.754Z | Compiling pkcs5 v0.7.1 |
1356 | 2025-06-18T17:47:50.931Z | Compiling scroll_derive v0.12.0 |
1357 | 2025-06-18T17:47:51.586Z | Compiling tracing v0.1.40 |
1358 | 2025-06-18T17:47:51.828Z | Compiling pest_meta v2.7.14 |
1359 | 2025-06-18T17:47:51.908Z | Compiling pkcs8 v0.10.2 |
1360 | 2025-06-18T17:47:52.066Z | Compiling httparse v1.9.5 |
1361 | 2025-06-18T17:47:52.260Z | Compiling bytes v1.10.1 |
1362 | 2025-06-18T17:47:52.520Z | Compiling bitflags v2.9.0 |
1363 | 2025-06-18T17:47:52.773Z | Compiling semver v1.0.26 |
1364 | 2025-06-18T17:47:53.164Z | Compiling indexmap v2.9.0 |
1365 | 2025-06-18T17:47:53.497Z | Compiling tokio v1.45.0 |
1366 | 2025-06-18T17:47:53.732Z | Compiling http v1.3.1 |
1367 | 2025-06-18T17:47:54.560Z | Compiling icu_normalizer v1.5.0 |
1368 | 2025-06-18T17:47:54.722Z | Compiling rustc_version v0.4.1 |
1369 | 2025-06-18T17:47:54.832Z | Compiling uuid v1.17.0 |
1370 | 2025-06-18T17:47:55.288Z | Compiling http-body v1.0.1 |
1371 | 2025-06-18T17:47:55.357Z | Compiling chrono v0.4.41 |
1372 | 2025-06-18T17:47:55.548Z | Compiling idna_adapter v1.2.0 |
1373 | 2025-06-18T17:47:55.783Z | Compiling idna v1.0.3 |
1374 | 2025-06-18T17:47:55.819Z | Compiling base64 v0.22.1 |
1375 | 2025-06-18T17:47:56.016Z | Compiling pest_generator v2.7.14 |
1376 | 2025-06-18T17:47:56.295Z | Compiling scroll v0.12.0 |
1377 | 2025-06-18T17:47:56.328Z | Compiling tinyvec v1.8.0 |
1378 | 2025-06-18T17:47:56.461Z | Compiling which v4.4.2 |
1379 | 2025-06-18T17:47:56.995Z | Compiling url v2.5.3 |
1380 | 2025-06-18T17:47:57.216Z | Compiling serde_derive_internals v0.29.1 |
1381 | 2025-06-18T17:47:57.485Z | Compiling bzip2-sys v0.1.13+1.0.8 |
1382 | 2025-06-18T17:47:57.698Z | Compiling zstd-sys v2.0.14+zstd.1.5.7 |
1383 | 2025-06-18T17:47:57.864Z | Compiling num-conv v0.1.0 |
1384 | 2025-06-18T17:47:57.970Z | Compiling openssl v0.10.73 |
1385 | 2025-06-18T17:47:58.167Z | Compiling foreign-types-shared v0.1.1 |
1386 | 2025-06-18T17:47:58.307Z | Compiling untrusted v0.7.1 |
1387 | 2025-06-18T17:47:58.394Z | Compiling adler2 v2.0.0 |
1388 | 2025-06-18T17:47:58.460Z | Compiling tower-service v0.3.3 |
1389 | 2025-06-18T17:47:58.500Z | Compiling try-lock v0.2.5 |
1390 | 2025-06-18T17:47:58.600Z | Compiling rustversion v1.0.17 |
1391 | 2025-06-18T17:47:58.619Z | Compiling time-core v0.1.2 |
1392 | 2025-06-18T17:47:58.661Z | Compiling powerfmt v0.2.0 |
1393 | 2025-06-18T17:47:58.680Z | Compiling untrusted v0.9.0 |
1394 | 2025-06-18T17:47:58.702Z | Compiling schemars v0.8.22 |
1395 | 2025-06-18T17:47:58.809Z | Compiling atomic-waker v1.1.2 |
1396 | 2025-06-18T17:47:59.002Z | Compiling deranged v0.3.11 |
1397 | 2025-06-18T17:47:59.033Z | Compiling time-macros v0.2.18 |
1398 | 2025-06-18T17:47:59.072Z | Compiling goblin v0.8.2 |
1399 | 2025-06-18T17:47:59.315Z | Compiling want v0.3.1 |
1400 | 2025-06-18T17:47:59.389Z | Compiling schemars_derive v0.8.22 |
1401 | 2025-06-18T17:47:59.580Z | Compiling miniz_oxide v0.8.5 |
1402 | 2025-06-18T17:48:00.978Z | Compiling foreign-types v0.3.2 |
1403 | 2025-06-18T17:48:01.839Z | Compiling tokio-util v0.7.13 |
1404 | 2025-06-18T17:48:02.142Z | Compiling pest_derive v2.7.14 |
1405 | 2025-06-18T17:48:02.921Z | Compiling h2 v0.4.6 |
1406 | 2025-06-18T17:48:03.050Z | Compiling rand_core v0.9.2 |
1407 | 2025-06-18T17:48:03.188Z | Compiling openssl-macros v0.1.1 |
1408 | 2025-06-18T17:48:03.498Z | Compiling httpdate v1.0.3 |
1409 | 2025-06-18T17:48:03.899Z | Compiling syn v1.0.109 |
1410 | 2025-06-18T17:48:03.928Z | Compiling dyn-clone v1.0.19 |
1411 | 2025-06-18T17:48:04.166Z | Compiling ipnet v2.11.0 |
1412 | 2025-06-18T17:48:04.417Z | Compiling rustls v0.23.19 |
1413 | 2025-06-18T17:48:04.455Z | Compiling native-tls v0.2.12 |
1414 | 2025-06-18T17:48:04.663Z | Compiling num_threads v0.1.7 |
1415 | 2025-06-18T17:48:04.785Z | Compiling dof v0.3.0 |
1416 | 2025-06-18T17:48:04.807Z | Compiling time v0.3.36 |
1417 | 2025-06-18T17:48:06.537Z | Compiling rand_chacha v0.9.0 |
1418 | 2025-06-18T17:48:07.772Z | Compiling dtrace-parser v0.2.0 |
1419 | 2025-06-18T17:48:09.171Z | Compiling unicode-normalization v0.1.24 |
1420 | 2025-06-18T17:48:09.235Z | Compiling heapless v0.7.17 |
1421 | 2025-06-18T17:48:09.299Z | Compiling rand_chacha v0.3.1 |
1422 | 2025-06-18T17:48:09.590Z | Compiling signature v2.2.0 |
1423 | 2025-06-18T17:48:09.835Z | Compiling crossbeam-epoch v0.9.18 |
1424 | 2025-06-18T17:48:09.882Z | Compiling hyper v1.6.0 |
1425 | 2025-06-18T17:48:10.173Z | Compiling cookie v0.18.1 |
1426 | 2025-06-18T17:48:10.281Z | Compiling crc32fast v1.4.2 |
1427 | 2025-06-18T17:48:10.483Z | Compiling signal-hook v0.3.18 |
1428 | 2025-06-18T17:48:10.681Z | Compiling zstd-safe v7.2.3 |
1429 | 2025-06-18T17:48:10.856Z | Compiling unicode-bidi v0.3.17 |
1430 | 2025-06-18T17:48:10.938Z | Compiling unicode-properties v0.1.3 |
1431 | 2025-06-18T17:48:10.946Z | Compiling slog v2.7.0 |
1432 | 2025-06-18T17:48:11.295Z | Compiling rayon-core v1.12.1 |
1433 | 2025-06-18T17:48:11.405Z | Compiling siphasher v0.3.11 |
1434 | 2025-06-18T17:48:11.585Z | Compiling openssl-probe v0.1.5 |
1435 | 2025-06-18T17:48:11.988Z | Compiling phf_shared v0.11.2 |
1436 | 2025-06-18T17:48:11.999Z | Compiling stringprep v0.1.5 |
1437 | 2025-06-18T17:48:12.248Z | Compiling hyper-util v0.1.14 |
1438 | 2025-06-18T17:48:12.377Z | Compiling usdt-impl v0.5.0 |
1439 | 2025-06-18T17:48:12.429Z | Compiling crossbeam-deque v0.8.5 |
1440 | 2025-06-18T17:48:13.111Z | Compiling rand v0.8.5 |
1441 | 2025-06-18T17:48:13.152Z | Compiling rand v0.9.1 |
1442 | 2025-06-18T17:48:13.223Z | Compiling curve25519-dalek v4.1.3 |
1443 | 2025-06-18T17:48:13.695Z | Compiling serde_tokenstream v0.2.2 |
1444 | 2025-06-18T17:48:13.912Z | Compiling serde_spanned v0.6.8 |
1445 | 2025-06-18T17:48:14.134Z | Compiling toml_datetime v0.6.9 |
1446 | 2025-06-18T17:48:14.338Z | Compiling md-5 v0.10.6 |
1447 | 2025-06-18T17:48:14.837Z | Compiling num-integer v0.1.46 |
1448 | 2025-06-18T17:48:14.861Z | Compiling sync_wrapper v1.0.1 |
1449 | 2025-06-18T17:48:14.861Z | Compiling ff v0.13.0 |
1450 | 2025-06-18T17:48:14.875Z | Compiling hash32 v0.2.1 |
1451 | 2025-06-18T17:48:14.875Z | Compiling memoffset v0.9.1 |
1452 | 2025-06-18T17:48:14.875Z | Compiling newtype-uuid v1.2.4 |
1453 | 2025-06-18T17:48:14.875Z | Compiling gimli v0.31.1 |
1454 | 2025-06-18T17:48:18.938Z | Compiling num-bigint-dig v0.8.4 |
1455 | 2025-06-18T17:48:19.062Z | Compiling base16ct v0.2.0 |
1456 | 2025-06-18T17:48:19.062Z | Compiling portable-atomic v1.11.0 |
1457 | 2025-06-18T17:48:19.062Z | Compiling psl-types v2.0.11 |
1458 | 2025-06-18T17:48:19.062Z | Compiling litrs v0.4.1 |
1459 | 2025-06-18T17:48:19.062Z | Compiling cfg_aliases v0.2.1 |
1460 | 2025-06-18T17:48:19.062Z | Compiling fallible-iterator v0.2.0 |
1461 | 2025-06-18T17:48:19.062Z | Compiling tower-layer v0.3.3 |
1462 | 2025-06-18T17:48:19.062Z | Compiling smoltcp v0.9.1 |
1463 | 2025-06-18T17:48:19.062Z | Compiling tower v0.5.2 |
1464 | 2025-06-18T17:48:19.062Z | Compiling postgres-protocol v0.6.8 |
1465 | 2025-06-18T17:48:19.062Z | Compiling nix v0.29.0 |
1466 | 2025-06-18T17:48:19.062Z | Compiling publicsuffix v2.3.0 |
1467 | 2025-06-18T17:48:19.066Z | Compiling document-features v0.2.10 |
1468 | 2025-06-18T17:48:19.066Z | Compiling sec1 v0.7.3 |
1469 | 2025-06-18T17:48:19.066Z | Compiling num-iter v0.1.45 |
1470 | 2025-06-18T17:48:19.066Z | Compiling group v0.13.0 |
1471 | 2025-06-18T17:48:19.066Z | Compiling tokio-native-tls v0.3.1 |
1472 | 2025-06-18T17:48:19.066Z | Compiling flate2 v1.1.2 |
1473 | 2025-06-18T17:48:19.066Z | Compiling ipnetwork v0.21.1 |
1474 | 2025-06-18T17:48:19.066Z | Compiling terminal_size v0.4.0 |
1475 | 2025-06-18T17:48:19.066Z | Compiling http-body-util v0.1.3 |
1476 | 2025-06-18T17:48:19.066Z | Compiling hkdf v0.12.4 |
1477 | 2025-06-18T17:48:19.066Z | Compiling crypto-bigint v0.5.5 |
1478 | 2025-06-18T17:48:19.128Z | Compiling addr2line v0.24.2 |
1479 | 2025-06-18T17:48:19.128Z | Compiling webpki-roots v0.26.6 |
1480 | 2025-06-18T17:48:19.133Z | Compiling async-trait v0.1.88 |
1481 | 2025-06-18T17:48:19.133Z | Compiling curve25519-dalek-derive v0.1.1 |
1482 | 2025-06-18T17:48:19.145Z | Compiling object v0.36.5 |
1483 | 2025-06-18T17:48:19.410Z | Compiling fs-err v3.1.1 |
1484 | 2025-06-18T17:48:19.520Z | Compiling ahash v0.8.11 |
1485 | 2025-06-18T17:48:19.695Z | Compiling bitflags v1.3.2 |
1486 | 2025-06-18T17:48:19.816Z | Compiling zip v2.6.1 |
1487 | 2025-06-18T17:48:19.842Z | Compiling managed v0.8.0 |
1488 | 2025-06-18T17:48:20.119Z | Compiling rustc-demangle v0.1.24 |
1489 | 2025-06-18T17:48:20.244Z | Compiling buf-list v1.0.3 |
1490 | 2025-06-18T17:48:20.426Z | Compiling bumpalo v3.16.0 |
1491 | 2025-06-18T17:48:20.816Z | Compiling simd-adler32 v0.3.7 |
1492 | 2025-06-18T17:48:20.885Z | Compiling anyhow v1.0.98 |
1493 | 2025-06-18T17:48:21.014Z | Compiling lockfree-object-pool v0.1.6 |
1494 | 2025-06-18T17:48:21.272Z | Compiling iri-string v0.7.8 |
1495 | 2025-06-18T17:48:21.337Z | Compiling winnow v0.5.40 |
1496 | 2025-06-18T17:48:21.445Z | Compiling clap_builder v4.5.35 |
1497 | 2025-06-18T17:48:21.900Z | Compiling elliptic-curve v0.13.8 |
1498 | 2025-06-18T17:48:22.744Z | Compiling zopfli v0.8.1 |
1499 | 2025-06-18T17:48:24.290Z | Compiling tower-http v0.6.6 |
1500 | 2025-06-18T17:48:24.382Z | Compiling hubpack_derive v0.1.1 |
1501 | 2025-06-18T17:48:24.537Z | Compiling toml_edit v0.19.15 |
1502 | 2025-06-18T17:48:24.698Z | Compiling strum_macros v0.25.3 |
1503 | 2025-06-18T17:48:25.019Z | Compiling console v0.15.10 |
1504 | 2025-06-18T17:48:25.219Z | Compiling hubpack v0.1.2 |
1505 | 2025-06-18T17:48:26.240Z | Compiling backtrace v0.3.74 |
1506 | 2025-06-18T17:48:26.528Z | Compiling hyper-tls v0.6.0 |
1507 | 2025-06-18T17:48:26.939Z | Compiling oxnet v0.1.2 |
1508 | 2025-06-18T17:48:27.499Z | Compiling rayon v1.10.0 |
1509 | 2025-06-18T17:48:27.701Z | Compiling cookie_store v0.21.1 |
1510 | 2025-06-18T17:48:28.254Z | Compiling signal-hook-mio v0.2.4 |
1511 | 2025-06-18T17:48:28.443Z | Compiling zstd v0.13.3 |
1512 | 2025-06-18T17:48:29.019Z | Compiling postgres-types v0.2.9 |
1513 | 2025-06-18T17:48:29.466Z | Compiling usdt-macro v0.5.0 |
1514 | 2025-06-18T17:48:30.303Z | Compiling usdt-attr-macro v0.5.0 |
1515 | 2025-06-18T17:48:30.386Z | Compiling phf v0.11.2 |
1516 | 2025-06-18T17:48:30.688Z | Compiling ed25519 v2.2.3 |
1517 | 2025-06-18T17:48:30.792Z | Compiling strum_macros v0.26.4 |
1518 | 2025-06-18T17:48:31.143Z | Compiling bzip2 v0.4.4 |
1519 | 2025-06-18T17:48:31.521Z | Compiling bzip2 v0.5.2 |
1520 | 2025-06-18T17:48:31.781Z | Compiling enum-as-inner v0.6.1 |
1521 | 2025-06-18T17:48:31.802Z | Compiling clap_derive v4.5.32 |
1522 | 2025-06-18T17:48:31.893Z | Compiling futures-executor v0.3.31 |
1523 | 2025-06-18T17:48:32.395Z | Compiling pkcs1 v0.7.5 |
1524 | 2025-06-18T17:48:32.410Z | Compiling serde_urlencoded v0.7.1 |
1525 | 2025-06-18T17:48:32.435Z | Compiling serde-big-array v0.5.1 |
1526 | 2025-06-18T17:48:32.674Z | Compiling rfc6979 v0.4.0 |
1527 | 2025-06-18T17:48:32.806Z | Compiling webpki-roots v1.0.0 |
1528 | 2025-06-18T17:48:32.892Z | Compiling daft-derive v0.1.3 |
1529 | 2025-06-18T17:48:32.956Z | Compiling serde_repr v0.1.19 |
1530 | 2025-06-18T17:48:33.018Z | Compiling bstr v1.10.0 |
1531 | 2025-06-18T17:48:33.257Z | Compiling float-cmp v0.10.0 |
1532 | 2025-06-18T17:48:33.520Z | Compiling encoding_rs v0.8.34 |
1533 | 2025-06-18T17:48:33.977Z | Compiling mime v0.3.17 |
1534 | 2025-06-18T17:48:34.394Z | Compiling unicode-segmentation v1.12.0 |
1535 | 2025-06-18T17:48:34.503Z | Compiling static_assertions v1.1.0 |
1536 | 2025-06-18T17:48:34.524Z | Compiling new_debug_unreachable v1.0.6 |
1537 | 2025-06-18T17:48:34.624Z | Compiling data-encoding v2.9.0 |
1538 | 2025-06-18T17:48:34.642Z | Compiling normalize-line-endings v0.3.0 |
1539 | 2025-06-18T17:48:34.777Z | Compiling difflib v0.4.0 |
1540 | 2025-06-18T17:48:35.982Z | Compiling precomputed-hash v0.1.1 |
1541 | 2025-06-18T17:48:37.136Z | Compiling fixedbitset v0.4.2 |
1542 | 2025-06-18T17:48:37.136Z | Compiling number_prefix v0.4.0 |
1543 | 2025-06-18T17:48:37.136Z | Compiling predicates-core v1.0.8 |
1544 | 2025-06-18T17:48:37.136Z | Compiling whoami v1.5.2 |
1545 | 2025-06-18T17:48:37.136Z | Compiling toml_edit v0.22.26 |
1546 | 2025-06-18T17:48:37.178Z | Compiling tokio-postgres v0.7.13 |
1547 | 2025-06-18T17:48:37.179Z | Compiling clap v4.5.35 |
1548 | 2025-06-18T17:48:37.179Z | Compiling predicates v3.1.3 |
1549 | 2025-06-18T17:48:37.179Z | Compiling indicatif v0.17.11 |
1550 | 2025-06-18T17:48:37.179Z | Compiling petgraph v0.6.5 |
1551 | 2025-06-18T17:48:37.179Z | Compiling string_cache v0.8.9 |
1552 | 2025-06-18T17:48:37.532Z | Compiling hickory-proto v0.24.4 |
1553 | 2025-06-18T17:48:37.670Z | Compiling strum v0.26.3 |
1554 | 2025-06-18T17:48:37.863Z | Compiling similar v2.7.0 |
1555 | 2025-06-18T17:48:38.292Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b) |
1556 | 2025-06-18T17:48:39.820Z | Compiling daft v0.1.3 |
1557 | 2025-06-18T17:48:39.960Z | Compiling usdt v0.5.0 |
1558 | 2025-06-18T17:48:40.356Z | Compiling ecdsa v0.16.9 |
1559 | 2025-06-18T17:48:40.425Z | Compiling rsa v0.9.6 |
1560 | 2025-06-18T17:48:41.188Z | Compiling futures v0.3.31 |
1561 | 2025-06-18T17:48:41.436Z | Compiling zip v0.6.6 |
1562 | 2025-06-18T17:48:41.957Z | Compiling ed25519-dalek v2.1.1 |
1563 | 2025-06-18T17:48:42.805Z | Compiling crossterm v0.28.1 |
1564 | 2025-06-18T17:48:43.334Z | Compiling toml v0.7.8 |
1565 | 2025-06-18T17:48:44.957Z | Compiling tokio-stream v0.1.17 |
1566 | 2025-06-18T17:48:44.995Z | Compiling openapiv3 v2.0.0 |
1567 | 2025-06-18T17:48:45.222Z | Compiling x509-cert v0.2.5 |
1568 | 2025-06-18T17:48:45.247Z | Compiling sha1 v0.10.6 |
1569 | 2025-06-18T17:48:45.670Z | Compiling itertools v0.10.5 |
1570 | 2025-06-18T17:48:45.918Z | Compiling dirs-sys-next v0.1.2 |
1571 | 2025-06-18T17:48:45.940Z | Compiling winnow v0.6.26 |
1572 | 2025-06-18T17:48:46.120Z | Compiling lalrpop-util v0.19.12 |
1573 | 2025-06-18T17:48:46.436Z | Compiling unicode-xid v0.2.6 |
1574 | 2025-06-18T17:48:46.499Z | Compiling rustc-hash v2.1.1 |
1575 | 2025-06-18T17:48:46.647Z | Compiling peg-runtime v0.8.5 |
1576 | 2025-06-18T17:48:46.698Z | Compiling dirs-next v2.0.0 |
1577 | 2025-06-18T17:48:46.913Z | Compiling thread_local v1.1.8 |
1578 | 2025-06-18T17:48:47.221Z | Compiling slog-async v2.8.0 |
1579 | 2025-06-18T17:48:47.395Z | Compiling term v0.7.0 |
1580 | 2025-06-18T17:48:47.814Z | Compiling xattr v1.3.1 |
1581 | 2025-06-18T17:48:47.837Z | Compiling crossbeam-channel v0.5.15 |
1582 | 2025-06-18T17:48:48.096Z | Compiling is-terminal v0.4.13 |
1583 | 2025-06-18T17:48:48.175Z | Compiling filetime v0.2.25 |
1584 | 2025-06-18T17:48:48.247Z | Compiling take_mut v0.2.2 |
1585 | 2025-06-18T17:48:48.425Z | Compiling tar v0.4.44 |
1586 | 2025-06-18T17:48:48.493Z | Compiling slog-term v2.9.1 |
1587 | 2025-06-18T17:48:48.823Z | Compiling camino v1.1.10 |
1588 | 2025-06-18T17:48:54.818Z | Compiling aws-lc-sys v0.26.0 |
1589 | 2025-06-18T17:49:23.820Z | Compiling rustls-webpki v0.102.8 |
1590 | 2025-06-18T17:49:28.272Z | Compiling tokio-rustls v0.26.0 |
1591 | 2025-06-18T17:49:28.529Z | Compiling hyper-rustls v0.27.3 |
1592 | 2025-06-18T17:49:28.835Z | Compiling reqwest v0.12.20 |
1593 | 2025-06-18T17:49:32.245Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1594 | 2025-06-18T17:49:32.510Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1595 | 2025-06-18T17:49:36.998Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 13s |
1596 | 2025-06-18T17:49:37.161Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
1597 | 2025-06-18T17:49:37.206Z | Jun 18 17:49:35.906 INFO Starting download, target: Clickhouse |
1598 | 2025-06-18T17:49:37.206Z | Jun 18 17:49:35.906 INFO Starting download, target: Console |
1599 | 2025-06-18T17:49:37.206Z | Jun 18 17:49:35.906 INFO Starting download, target: DendriteStub |
1600 | 2025-06-18T17:49:37.209Z | Jun 18 17:49:35.906 INFO Starting download, target: Cockroach |
1601 | 2025-06-18T17:49:37.209Z | Jun 18 17:49:35.906 INFO Starting download, target: MaghemiteMgd |
1602 | 2025-06-18T17:49:37.209Z | Jun 18 17:49:35.906 INFO Starting download, target: TransceiverControl |
1603 | 2025-06-18T17:49:37.209Z | Jun 18 17:49:35.907 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1604 | 2025-06-18T17:49:37.209Z | Jun 18 17:49:35.907 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1605 | 2025-06-18T17:49:37.209Z | Jun 18 17:49:35.907 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1606 | 2025-06-18T17:49:37.209Z | Jun 18 17:49:35.907 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1607 | 2025-06-18T17:49:37.209Z | Jun 18 17:49:35.907 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1608 | 2025-06-18T17:49:37.209Z | Jun 18 17:49:35.907 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1609 | 2025-06-18T17:49:37.888Z | Jun 18 17:49:36.571 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1610 | 2025-06-18T17:49:38.192Z | Jun 18 17:49:36.909 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1611 | 2025-06-18T17:49:38.256Z | Jun 18 17:49:36.941 INFO Download complete, target: Console |
1612 | 2025-06-18T17:49:38.583Z | Jun 18 17:49:37.303 INFO Download complete, target: TransceiverControl |
1613 | 2025-06-18T17:49:39.342Z | Jun 18 17:49:38.060 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1614 | 2025-06-18T17:49:40.182Z | Jun 18 17:49:38.927 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1615 | 2025-06-18T17:49:40.686Z | Jun 18 17:49:39.423 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1616 | 2025-06-18T17:49:41.644Z | Jun 18 17:49:40.402 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1617 | 2025-06-18T17:49:41.644Z | Jun 18 17:49:40.403 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1618 | 2025-06-18T17:49:43.130Z | Jun 18 17:49:41.889 INFO Download complete, target: DendriteStub |
1619 | 2025-06-18T17:49:43.871Z | Jun 18 17:49:42.629 INFO Download complete, target: MaghemiteMgd |
1620 | 2025-06-18T17:49:48.027Z | Jun 18 17:49:46.785 INFO Checking that binary works, target: Cockroach |
1621 | 2025-06-18T17:49:48.180Z | Jun 18 17:49:46.937 INFO Download complete, target: Cockroach |
1622 | 2025-06-18T17:49:49.445Z | Jun 18 17:49:48.203 INFO Checking that binary works, target: Clickhouse |
1623 | 2025-06-18T17:49:49.603Z | Jun 18 17:49:48.362 INFO Download complete, target: Clickhouse |
1624 | 2025-06-18T17:49:49.623Z | All builder prerequisites installed successfully, and PATH looks valid |
1625 | 2025-06-18T17:49:49.626Z | |
1626 | 2025-06-18T17:49:49.626Z | real 4:36.881525782 |
1627 | 2025-06-18T17:49:49.626Z | user 15:08.207799536 |
1628 | 2025-06-18T17:49:49.626Z | sys 2:05.909794578 |
1629 | 2025-06-18T17:49:49.626Z | trap 0.527897432 |
1630 | 2025-06-18T17:49:49.627Z | tflt 0.989851715 |
1631 | 2025-06-18T17:49:49.627Z | dflt 1.238765986 |
1632 | 2025-06-18T17:49:49.627Z | kflt 0.026917518 |
1633 | 2025-06-18T17:49:49.627Z | lock 22:31.222996544 |
1634 | 2025-06-18T17:49:49.627Z | slp 54:06.888663931 |
1635 | 2025-06-18T17:49:49.627Z | lat 59.710968611 |
1636 | 2025-06-18T17:49:49.627Z | stop 2:31.636226015 |
1637 | 2025-06-18T17:49:49.627Z | + banner clippy |
1638 | 2025-06-18T17:49:49.630Z | |
1639 | 2025-06-18T17:49:49.630Z | #### # # ##### ##### # # |
1640 | 2025-06-18T17:49:49.631Z | # # # # # # # # # # |
1641 | 2025-06-18T17:49:49.631Z | # # # # # # # # |
1642 | 2025-06-18T17:49:49.631Z | # # # ##### ##### # |
1643 | 2025-06-18T17:49:49.631Z | # # # # # # # |
1644 | 2025-06-18T17:49:49.631Z | #### ###### # # # # |
1645 | 2025-06-18T17:49:49.631Z | |
1646 | 2025-06-18T17:49:49.631Z | + export CARGO_INCREMENTAL=0 |
1647 | 2025-06-18T17:49:49.631Z | + CARGO_INCREMENTAL=0 |
1648 | 2025-06-18T17:49:49.631Z | + ptime -m cargo xtask clippy |
1649 | 2025-06-18T17:49:50.285Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
1650 | 2025-06-18T17:49:50.570Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1651 | 2025-06-18T17:49:53.380Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.69s |
1652 | 2025-06-18T17:49:53.468Z | Running `target/debug/xtask clippy` |
1653 | 2025-06-18T17:49:53.492Z | running: /home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1654 | 2025-06-18T17:49:54.273Z | Downloading crates ... |
1655 | 2025-06-18T17:49:54.618Z | Downloaded ordered-float v2.10.1 |
1656 | 2025-06-18T17:49:54.637Z | Downloaded tinytemplate v1.2.1 |
1657 | 2025-06-18T17:49:54.640Z | Downloaded async-executor v1.13.1 |
1658 | 2025-06-18T17:49:54.643Z | Downloaded async-attributes v1.1.2 |
1659 | 2025-06-18T17:49:54.643Z | Downloaded async-process v2.3.0 |
1660 | 2025-06-18T17:49:54.646Z | Downloaded async-signal v0.2.10 |
1661 | 2025-06-18T17:49:54.646Z | Downloaded async-object-pool v0.1.5 |
1662 | 2025-06-18T17:49:54.649Z | Downloaded assert_cmd v2.0.17 |
1663 | 2025-06-18T17:49:54.653Z | Downloaded escape8259 v0.5.3 |
1664 | 2025-06-18T17:49:54.653Z | Downloaded camino-tempfile-ext v0.3.1 |
1665 | 2025-06-18T17:49:54.656Z | Downloaded blake2b_simd v1.0.2 |
1666 | 2025-06-18T17:49:54.656Z | Downloaded datatest-stable v0.3.2 |
1667 | 2025-06-18T17:49:54.660Z | Downloaded globwalk v0.9.1 |
1668 | 2025-06-18T17:49:54.660Z | Downloaded futures-lite v2.3.0 |
1669 | 2025-06-18T17:49:54.663Z | Downloaded libtest-mimic v0.8.1 |
1670 | 2025-06-18T17:49:54.666Z | Downloaded httptest v0.16.3 |
1671 | 2025-06-18T17:49:54.669Z | Downloaded async-io v2.3.4 |
1672 | 2025-06-18T17:49:54.672Z | Downloaded predicates-tree v1.0.12 |
1673 | 2025-06-18T17:49:54.672Z | Downloaded rustls-native-certs v0.7.3 |
1674 | 2025-06-18T17:49:54.675Z | Downloaded rstest v0.24.0 |
1675 | 2025-06-18T17:49:54.680Z | Downloaded similar-asserts v1.7.0 |
1676 | 2025-06-18T17:49:54.683Z | Downloaded trybuild v1.0.103 |
1677 | 2025-06-18T17:49:54.687Z | Downloaded serde_regex v1.1.0 |
1678 | 2025-06-18T17:49:54.690Z | Downloaded rust-argon2 v2.1.0 |
1679 | 2025-06-18T17:49:54.693Z | Downloaded async-std v1.13.0 |
1680 | 2025-06-18T17:49:54.710Z | Downloaded plotters-svg v0.3.7 |
1681 | 2025-06-18T17:49:54.713Z | Downloaded cargo-util-schemas v0.2.0 |
1682 | 2025-06-18T17:49:54.713Z | Downloaded blocking v1.6.1 |
1683 | 2025-06-18T17:49:54.716Z | Downloaded async-lock v3.4.0 |
1684 | 2025-06-18T17:49:54.717Z | Downloaded anes v0.1.6 |
1685 | 2025-06-18T17:49:54.720Z | Downloaded plotters-backend v0.3.7 |
1686 | 2025-06-18T17:49:54.720Z | Downloaded cargo_metadata v0.20.0 |
1687 | 2025-06-18T17:49:54.723Z | Downloaded proc-macro-crate v3.2.0 |
1688 | 2025-06-18T17:49:54.723Z | Downloaded typeid v1.0.3 |
1689 | 2025-06-18T17:49:54.726Z | Downloaded piper v0.2.4 |
1690 | 2025-06-18T17:49:54.726Z | Downloaded event-listener v5.3.1 |
1691 | 2025-06-18T17:49:54.729Z | Downloaded serde-untagged v0.1.7 |
1692 | 2025-06-18T17:49:54.732Z | Downloaded relative-path v1.9.3 |
1693 | 2025-06-18T17:49:54.733Z | Downloaded cast v0.3.0 |
1694 | 2025-06-18T17:49:54.733Z | Downloaded serde-value v0.7.0 |
1695 | 2025-06-18T17:49:54.736Z | Downloaded erased-serde v0.4.6 |
1696 | 2025-06-18T17:49:54.736Z | Downloaded doc-comment v0.3.3 |
1697 | 2025-06-18T17:49:54.736Z | Downloaded criterion v0.5.1 |
1698 | 2025-06-18T17:49:54.743Z | Downloaded polling v3.7.3 |
1699 | 2025-06-18T17:49:54.746Z | Downloaded plotters v0.3.7 |
1700 | 2025-06-18T17:49:54.756Z | Downloaded cfg-expr v0.18.0 |
1701 | 2025-06-18T17:49:54.759Z | Downloaded stringmetrics v2.2.2 |
1702 | 2025-06-18T17:49:54.762Z | Downloaded target-triple v0.1.3 |
1703 | 2025-06-18T17:49:54.762Z | Downloaded target-spec v3.4.2 |
1704 | 2025-06-18T17:49:54.765Z | Downloaded ignore v0.4.23 |
1705 | 2025-06-18T17:49:54.768Z | Downloaded oorandom v11.1.4 |
1706 | 2025-06-18T17:49:54.768Z | Downloaded fancy-regex v0.14.0 |
1707 | 2025-06-18T17:49:54.771Z | Downloaded nested v0.1.1 |
1708 | 2025-06-18T17:49:54.774Z | Downloaded guppy v0.17.19 |
1709 | 2025-06-18T17:49:54.777Z | Downloaded async-task v4.7.1 |
1710 | 2025-06-18T17:49:54.780Z | Downloaded target-lexicon v0.13.2 |
1711 | 2025-06-18T17:49:54.783Z | Downloaded parking v2.2.1 |
1712 | 2025-06-18T17:49:54.783Z | Downloaded pathdiff v0.2.3 |
1713 | 2025-06-18T17:49:54.786Z | Downloaded kv-log-macro v1.0.7 |
1714 | 2025-06-18T17:49:54.786Z | Downloaded futures-timer v3.0.3 |
1715 | 2025-06-18T17:49:54.789Z | Downloaded event-listener-strategy v0.5.2 |
1716 | 2025-06-18T17:49:54.789Z | Downloaded event-listener v2.5.3 |
1717 | 2025-06-18T17:49:54.789Z | Downloaded criterion-plot v0.5.0 |
1718 | 2025-06-18T17:49:54.793Z | Downloaded concurrent-queue v2.5.0 |
1719 | 2025-06-18T17:49:54.796Z | Downloaded cargo-platform v0.2.0 |
1720 | 2025-06-18T17:49:54.796Z | Downloaded async-global-executor v2.4.1 |
1721 | 2025-06-18T17:49:54.796Z | Downloaded async-channel v2.3.1 |
1722 | 2025-06-18T17:49:54.799Z | Downloaded async-channel v1.9.0 |
1723 | 2025-06-18T17:49:54.799Z | Downloaded assert-json-diff v2.0.2 |
1724 | 2025-06-18T17:49:54.802Z | Downloaded approx v0.5.1 |
1725 | 2025-06-18T17:49:54.802Z | Downloaded rstest_macros v0.24.0 |
1726 | 2025-06-18T17:49:54.805Z | Downloaded path-tree v0.8.1 |
1727 | 2025-06-18T17:49:54.808Z | Downloaded partial-io v0.5.4 |
1728 | 2025-06-18T17:49:54.810Z | Downloaded hyper-rustls v0.26.0 |
1729 | 2025-06-18T17:49:54.810Z | Downloaded rand_distr v0.4.3 |
1730 | 2025-06-18T17:49:54.813Z | Downloaded guppy-workspace-hack v0.1.0 |
1731 | 2025-06-18T17:49:54.850Z | Downloaded httpmock v0.8.0-alpha.1 |
1732 | 2025-06-18T17:49:56.579Z | Checking cfg-if v1.0.1 |
1733 | 2025-06-18T17:49:56.954Z | Checking libc v0.2.174 |
1734 | 2025-06-18T17:49:57.002Z | Checking serde v1.0.219 |
1735 | 2025-06-18T17:49:57.032Z | Checking memchr v2.7.4 |
1736 | 2025-06-18T17:49:57.069Z | Checking smallvec v1.15.0 |
1737 | 2025-06-18T17:49:57.108Z | Checking value-bag v1.9.0 |
1738 | 2025-06-18T17:49:57.152Z | Checking itoa v1.0.11 |
1739 | 2025-06-18T17:49:57.210Z | Checking scopeguard v1.2.0 |
1740 | 2025-06-18T17:49:57.258Z | Checking zeroize v1.8.1 |
1741 | 2025-06-18T17:49:57.399Z | Checking lock_api v0.4.12 |
1742 | 2025-06-18T17:49:57.452Z | Checking libm v0.2.8 |
1743 | 2025-06-18T17:49:57.455Z | Checking pin-project-lite v0.2.14 |
1744 | 2025-06-18T17:49:57.551Z | Checking log v0.4.27 |
1745 | 2025-06-18T17:49:57.603Z | Checking stable_deref_trait v1.2.0 |
1746 | 2025-06-18T17:49:57.682Z | Checking ryu v1.0.18 |
1747 | 2025-06-18T17:49:57.772Z | Checking subtle v2.6.1 |
1748 | 2025-06-18T17:49:57.822Z | Checking zerofrom v0.1.4 |
1749 | 2025-06-18T17:49:57.872Z | Checking once_cell v1.21.3 |
1750 | 2025-06-18T17:49:57.974Z | Checking percent-encoding v2.3.1 |
1751 | 2025-06-18T17:49:58.025Z | Checking getrandom v0.2.15 |
1752 | 2025-06-18T17:49:58.073Z | Checking parking_lot_core v0.9.10 |
1753 | 2025-06-18T17:49:58.076Z | Checking yoke v0.7.4 |
1754 | 2025-06-18T17:49:58.147Z | Checking signal-hook-registry v1.4.2 |
1755 | 2025-06-18T17:49:58.211Z | Checking litemap v0.7.3 |
1756 | 2025-06-18T17:49:58.262Z | Checking writeable v0.5.5 |
1757 | 2025-06-18T17:49:58.313Z | Checking rand_core v0.6.4 |
1758 | 2025-06-18T17:49:58.362Z | Checking num-traits v0.2.19 |
1759 | 2025-06-18T17:49:58.411Z | Checking zerovec v0.10.4 |
1760 | 2025-06-18T17:49:58.457Z | Checking byteorder v1.5.0 |
1761 | 2025-06-18T17:49:58.460Z | Checking parking_lot v0.12.3 |
1762 | 2025-06-18T17:49:58.587Z | Checking icu_locid_transform_data v1.5.0 |
1763 | 2025-06-18T17:49:58.642Z | Checking futures-core v0.3.31 |
1764 | 2025-06-18T17:49:58.646Z | Checking icu_properties_data v1.5.0 |
1765 | 2025-06-18T17:49:58.741Z | Checking typenum v1.17.0 |
1766 | 2025-06-18T17:49:58.875Z | Checking icu_normalizer_data v1.5.0 |
1767 | 2025-06-18T17:49:58.926Z | Checking utf8_iter v1.0.4 |
1768 | 2025-06-18T17:49:58.931Z | Checking utf16_iter v1.0.5 |
1769 | 2025-06-18T17:49:59.021Z | Checking write16 v1.0.0 |
1770 | 2025-06-18T17:49:59.062Z | Checking mio v1.0.2 |
1771 | 2025-06-18T17:49:59.177Z | Checking getrandom v0.3.1 |
1772 | 2025-06-18T17:49:59.232Z | Checking form_urlencoded v1.2.1 |
1773 | 2025-06-18T17:49:59.287Z | Checking socket2 v0.5.10 |
1774 | 2025-06-18T17:49:59.503Z | Checking allocator-api2 v0.2.21 |
1775 | 2025-06-18T17:49:59.507Z | Checking equivalent v1.0.2 |
1776 | 2025-06-18T17:49:59.697Z | Checking foldhash v0.1.5 |
1777 | 2025-06-18T17:49:59.759Z | Checking generic-array v0.14.7 |
1778 | 2025-06-18T17:49:59.809Z | Checking thiserror v1.0.69 |
1779 | 2025-06-18T17:49:59.864Z | Checking slab v0.4.9 |
1780 | 2025-06-18T17:49:59.914Z | Checking futures-io v0.3.31 |
1781 | 2025-06-18T17:49:59.963Z | Checking tinystr v0.7.6 |
1782 | 2025-06-18T17:50:00.007Z | Checking icu_collections v1.5.0 |
1783 | 2025-06-18T17:50:00.053Z | Checking iana-time-zone v0.1.63 |
1784 | 2025-06-18T17:50:00.156Z | Checking const-oid v0.9.6 |
1785 | 2025-06-18T17:50:00.205Z | Checking hashbrown v0.15.3 |
1786 | 2025-06-18T17:50:00.259Z | Checking zerocopy v0.7.35 |
1787 | 2025-06-18T17:50:00.312Z | Checking icu_locid v1.5.0 |
1788 | 2025-06-18T17:50:00.370Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1789 | 2025-06-18T17:50:00.652Z | Checking futures-sink v0.3.31 |
1790 | 2025-06-18T17:50:00.789Z | Checking crypto-common v0.1.6 |
1791 | 2025-06-18T17:50:00.845Z | Checking block-buffer v0.10.4 |
1792 | 2025-06-18T17:50:00.885Z | Checking errno v0.3.12 |
1793 | 2025-06-18T17:50:01.041Z | Checking fnv v1.0.7 |
1794 | 2025-06-18T17:50:01.090Z | Checking pin-utils v0.1.0 |
1795 | 2025-06-18T17:50:01.141Z | Checking cpufeatures v0.2.14 |
1796 | 2025-06-18T17:50:01.224Z | Checking dyn-clone v1.0.19 |
1797 | 2025-06-18T17:50:01.234Z | Checking futures-channel v0.3.31 |
1798 | 2025-06-18T17:50:01.314Z | Checking futures-task v0.3.31 |
1799 | 2025-06-18T17:50:01.364Z | Checking bytes v1.10.1 |
1800 | 2025-06-18T17:50:01.408Z | Checking bitflags v2.9.0 |
1801 | 2025-06-18T17:50:01.455Z | Checking serde_json v1.0.140 |
1802 | 2025-06-18T17:50:01.455Z | Checking icu_provider v1.5.0 |
1803 | 2025-06-18T17:50:01.533Z | Checking chrono v0.4.41 |
1804 | 2025-06-18T17:50:01.609Z | Checking semver v1.0.26 |
1805 | 2025-06-18T17:50:01.653Z | Checking uuid v1.17.0 |
1806 | 2025-06-18T17:50:01.831Z | Checking indexmap v2.9.0 |
1807 | 2025-06-18T17:50:01.928Z | Checking digest v0.10.7 |
1808 | 2025-06-18T17:50:02.050Z | Checking futures-util v0.3.31 |
1809 | 2025-06-18T17:50:02.739Z | Checking icu_locid_transform v1.5.0 |
1810 | 2025-06-18T17:50:02.763Z | Checking rustix v0.38.37 |
1811 | 2025-06-18T17:50:02.763Z | Checking tracing-core v0.1.32 |
1812 | 2025-06-18T17:50:02.763Z | Checking tokio v1.45.0 |
1813 | 2025-06-18T17:50:03.056Z | Checking ppv-lite86 v0.2.20 |
1814 | 2025-06-18T17:50:03.107Z | Checking http v1.3.1 |
1815 | 2025-06-18T17:50:03.110Z | Checking tracing v0.1.40 |
1816 | 2025-06-18T17:50:03.187Z | Checking icu_properties v1.5.1 |
1817 | 2025-06-18T17:50:03.528Z | Checking regex-syntax v0.8.5 |
1818 | 2025-06-18T17:50:03.581Z | Checking crossbeam-utils v0.8.21 |
1819 | 2025-06-18T17:50:03.775Z | Checking block-padding v0.3.3 |
1820 | 2025-06-18T17:50:04.027Z | Checking aho-corasick v1.1.3 |
1821 | 2025-06-18T17:50:04.356Z | Checking inout v0.1.3 |
1822 | 2025-06-18T17:50:04.435Z | Checking base64 v0.22.1 |
1823 | 2025-06-18T17:50:04.654Z | Checking unicode-ident v1.0.18 |
1824 | 2025-06-18T17:50:04.873Z | Checking proc-macro2 v1.0.95 |
1825 | 2025-06-18T17:50:04.967Z | Checking cipher v0.4.4 |
1826 | 2025-06-18T17:50:05.410Z | Checking atomic-waker v1.1.2 |
1827 | 2025-06-18T17:50:05.524Z | Checking rand_chacha v0.3.1 |
1828 | 2025-06-18T17:50:05.583Z | Checking quote v1.0.40 |
1829 | 2025-06-18T17:50:05.635Z | Checking spin v0.9.8 |
1830 | 2025-06-18T17:50:05.639Z | Checking powerfmt v0.2.0 |
1831 | 2025-06-18T17:50:05.952Z | Checking untrusted v0.9.0 |
1832 | 2025-06-18T17:50:06.007Z | Checking syn v2.0.103 |
1833 | 2025-06-18T17:50:06.024Z | Checking deranged v0.3.11 |
1834 | 2025-06-18T17:50:06.085Z | Checking rand v0.8.5 |
1835 | 2025-06-18T17:50:06.173Z | Checking ring v0.17.14 |
1836 | 2025-06-18T17:50:06.501Z | Checking icu_normalizer v1.5.0 |
1837 | 2025-06-18T17:50:06.549Z | Checking httparse v1.9.5 |
1838 | 2025-06-18T17:50:06.721Z | Checking regex-automata v0.4.8 |
1839 | 2025-06-18T17:50:07.007Z | Checking time-core v0.1.2 |
1840 | 2025-06-18T17:50:07.224Z | Checking num_threads v0.1.7 |
1841 | 2025-06-18T17:50:07.298Z | Checking adler2 v2.0.0 |
1842 | 2025-06-18T17:50:07.370Z | Checking base64ct v1.6.0 |
1843 | 2025-06-18T17:50:07.408Z | Checking num-conv v0.1.0 |
1844 | 2025-06-18T17:50:07.421Z | Checking idna_adapter v1.2.0 |
1845 | 2025-06-18T17:50:07.511Z | Checking miniz_oxide v0.8.5 |
1846 | 2025-06-18T17:50:07.707Z | Checking idna v1.0.3 |
1847 | 2025-06-18T17:50:07.756Z | Checking time v0.3.36 |
1848 | 2025-06-18T17:50:07.849Z | Checking hmac v0.12.1 |
1849 | 2025-06-18T17:50:08.632Z | Checking sha2 v0.10.9 |
1850 | 2025-06-18T17:50:08.657Z | Checking url v2.5.3 |
1851 | 2025-06-18T17:50:08.657Z | Checking rustls-pki-types v1.10.0 |
1852 | 2025-06-18T17:50:08.657Z | Checking ipnet v2.11.0 |
1853 | 2025-06-18T17:50:08.693Z | Checking http-body v1.0.1 |
1854 | 2025-06-18T17:50:08.933Z | Checking aws-lc-sys v0.26.0 |
1855 | 2025-06-18T17:50:08.996Z | Checking untrusted v0.7.1 |
1856 | 2025-06-18T17:50:09.001Z | Checking try-lock v0.2.5 |
1857 | 2025-06-18T17:50:09.084Z | Checking schemars v0.8.22 |
1858 | 2025-06-18T17:50:09.160Z | Checking tokio-util v0.7.13 |
1859 | 2025-06-18T17:50:09.269Z | Checking utf8parse v0.2.2 |
1860 | 2025-06-18T17:50:09.272Z | Checking httpdate v1.0.3 |
1861 | 2025-06-18T17:50:09.468Z | Checking want v0.3.1 |
1862 | 2025-06-18T17:50:09.604Z | Checking pem-rfc7468 v0.7.0 |
1863 | 2025-06-18T17:50:09.714Z | Checking tower-service v0.3.3 |
1864 | 2025-06-18T17:50:09.891Z | Checking gimli v0.31.1 |
1865 | 2025-06-18T17:50:09.936Z | Checking flagset v0.4.6 |
1866 | 2025-06-18T17:50:10.064Z | Checking anstyle v1.0.11 |
1867 | 2025-06-18T17:50:10.174Z | Checking der v0.7.9 |
1868 | 2025-06-18T17:50:10.219Z | Checking h2 v0.4.6 |
1869 | 2025-06-18T17:50:10.441Z | Checking pbkdf2 v0.12.2 |
1870 | 2025-06-18T17:50:10.653Z | Checking lazy_static v1.5.0 |
1871 | 2025-06-18T17:50:10.731Z | Checking aes v0.8.4 |
1872 | 2025-06-18T17:50:10.847Z | Checking object v0.36.5 |
1873 | 2025-06-18T17:50:11.053Z | Checking mime v0.3.17 |
1874 | 2025-06-18T17:50:11.163Z | Checking aws-lc-rs v1.12.4 |
1875 | 2025-06-18T17:50:11.441Z | Checking rustc-demangle v0.1.24 |
1876 | 2025-06-18T17:50:12.141Z | Checking regex v1.11.1 |
1877 | 2025-06-18T17:50:12.167Z | Checking anstyle-parse v0.2.5 |
1878 | 2025-06-18T17:50:12.167Z | Checking spki v0.7.3 |
1879 | 2025-06-18T17:50:12.167Z | Checking cbc v0.1.2 |
1880 | 2025-06-18T17:50:12.175Z | Checking salsa20 v0.10.2 |
1881 | 2025-06-18T17:50:12.217Z | Checking slog v2.7.0 |
1882 | 2025-06-18T17:50:12.269Z | Checking anstyle-query v1.1.1 |
1883 | 2025-06-18T17:50:12.320Z | Checking colorchoice v1.0.2 |
1884 | 2025-06-18T17:50:12.430Z | Checking openssl-probe v0.1.5 |
1885 | 2025-06-18T17:50:12.481Z | Checking foreign-types-shared v0.1.1 |
1886 | 2025-06-18T17:50:12.533Z | Checking is_terminal_polyfill v1.70.1 |
1887 | 2025-06-18T17:50:12.651Z | Checking scrypt v0.11.0 |
1888 | 2025-06-18T17:50:12.707Z | Checking foreign-types v0.3.2 |
1889 | 2025-06-18T17:50:12.739Z | Checking anstream v0.6.18 |
1890 | 2025-06-18T17:50:12.743Z | Checking http-body-util v0.1.3 |
1891 | 2025-06-18T17:50:12.840Z | Checking terminal_size v0.4.0 |
1892 | 2025-06-18T17:50:12.922Z | Checking openssl-sys v0.9.109 |
1893 | 2025-06-18T17:50:13.052Z | Checking rustls-webpki v0.102.8 |
1894 | 2025-06-18T17:50:13.104Z | Checking zerocopy v0.8.25 |
1895 | 2025-06-18T17:50:13.158Z | Checking pkcs5 v0.7.1 |
1896 | 2025-06-18T17:50:13.241Z | Checking toml_datetime v0.6.9 |
1897 | 2025-06-18T17:50:13.425Z | Checking addr2line v0.24.2 |
1898 | 2025-06-18T17:50:13.590Z | Checking serde_spanned v0.6.8 |
1899 | 2025-06-18T17:50:13.688Z | Checking clap_lex v0.7.4 |
1900 | 2025-06-18T17:50:13.843Z | Checking strsim v0.11.1 |
1901 | 2025-06-18T17:50:13.888Z | Checking rustls v0.23.19 |
1902 | 2025-06-18T17:50:13.976Z | Checking pkcs8 v0.10.2 |
1903 | 2025-06-18T17:50:14.024Z | Checking serde_urlencoded v0.7.1 |
1904 | 2025-06-18T17:50:14.145Z | Checking openssl v0.10.73 |
1905 | 2025-06-18T17:50:14.196Z | Checking clap_builder v4.5.35 |
1906 | 2025-06-18T17:50:14.335Z | Checking encoding_rs v0.8.34 |
1907 | 2025-06-18T17:50:14.455Z | Checking either v1.14.0 |
1908 | 2025-06-18T17:50:14.850Z | Checking sync_wrapper v1.0.1 |
1909 | 2025-06-18T17:50:15.061Z | Checking psl-types v2.0.11 |
1910 | 2025-06-18T17:50:15.307Z | Checking tower-layer v0.3.3 |
1911 | 2025-06-18T17:50:15.628Z | Checking tower v0.5.2 |
1912 | 2025-06-18T17:50:16.051Z | Checking publicsuffix v2.3.0 |
1913 | 2025-06-18T17:50:16.391Z | Checking cookie v0.18.1 |
1914 | 2025-06-18T17:50:16.438Z | Checking webpki-roots v0.26.6 |
1915 | 2025-06-18T17:50:16.441Z | Checking hyper v1.6.0 |
1916 | 2025-06-18T17:50:16.623Z | Checking futures-executor v0.3.31 |
1917 | 2025-06-18T17:50:16.714Z | Checking iri-string v0.7.8 |
1918 | 2025-06-18T17:50:16.795Z | Checking backtrace v0.3.74 |
1919 | 2025-06-18T17:50:16.901Z | Checking cookie_store v0.21.1 |
1920 | 2025-06-18T17:50:16.953Z | Checking futures v0.3.31 |
1921 | 2025-06-18T17:50:17.068Z | Checking clap v4.5.35 |
1922 | 2025-06-18T17:50:17.119Z | Checking ipnetwork v0.21.1 |
1923 | 2025-06-18T17:50:17.240Z | Checking webpki-roots v1.0.0 |
1924 | 2025-06-18T17:50:17.353Z | Checking anyhow v1.0.98 |
1925 | 2025-06-18T17:50:17.491Z | Checking openapiv3 v2.0.0 |
1926 | 2025-06-18T17:50:17.576Z | Checking signature v2.2.0 |
1927 | 2025-06-18T17:50:17.633Z | Checking data-encoding v2.9.0 |
1928 | 2025-06-18T17:50:17.786Z | Checking tinyvec_macros v0.1.1 |
1929 | 2025-06-18T17:50:17.839Z | Checking unicode-width v0.2.0 |
1930 | 2025-06-18T17:50:17.938Z | Checking tinyvec v1.8.0 |
1931 | 2025-06-18T17:50:18.265Z | Checking scroll v0.12.0 |
1932 | 2025-06-18T17:50:18.396Z | Checking ucd-trie v0.1.7 |
1933 | 2025-06-18T17:50:18.534Z | Checking hyper-util v0.1.14 |
1934 | 2025-06-18T17:50:18.637Z | Checking winnow v0.7.10 |
1935 | 2025-06-18T17:50:18.773Z | Checking plain v0.2.3 |
1936 | 2025-06-18T17:50:18.938Z | Checking tokio-rustls v0.26.0 |
1937 | 2025-06-18T17:50:18.989Z | Checking toml_write v0.1.1 |
1938 | 2025-06-18T17:50:19.181Z | Checking tower-http v0.6.6 |
1939 | 2025-06-18T17:50:19.279Z | Checking goblin v0.8.2 |
1940 | 2025-06-18T17:50:19.334Z | Checking pest v2.7.14 |
1941 | 2025-06-18T17:50:19.339Z | Checking native-tls v0.2.12 |
1942 | 2025-06-18T17:50:19.432Z | Checking rand_core v0.9.2 |
1943 | 2025-06-18T17:50:19.768Z | Checking tokio-native-tls v0.3.1 |
1944 | 2025-06-18T17:50:19.820Z | Checking sha1 v0.10.6 |
1945 | 2025-06-18T17:50:19.872Z | Checking num-integer v0.1.46 |
1946 | 2025-06-18T17:50:20.075Z | Checking crc32fast v1.4.2 |
1947 | 2025-06-18T17:50:20.165Z | Checking static_assertions v1.1.0 |
1948 | 2025-06-18T17:50:20.314Z | Checking pretty-hex v0.4.1 |
1949 | 2025-06-18T17:50:20.365Z | Checking bstr v1.10.0 |
1950 | 2025-06-18T17:50:20.411Z | Checking thread-id v4.2.2 |
1951 | 2025-06-18T17:50:20.557Z | Checking base16ct v0.2.0 |
1952 | 2025-06-18T17:50:20.608Z | Checking rand_chacha v0.9.0 |
1953 | 2025-06-18T17:50:20.683Z | Checking oxnet v0.1.2 |
1954 | 2025-06-18T17:50:20.810Z | Checking sec1 v0.7.3 |
1955 | 2025-06-18T17:50:20.976Z | Checking hyper-tls v0.6.0 |
1956 | 2025-06-18T17:50:21.025Z | Checking hyper-rustls v0.27.3 |
1957 | 2025-06-18T17:50:21.115Z | Checking crossbeam-epoch v0.9.18 |
1958 | 2025-06-18T17:50:21.258Z | Checking ff v0.13.0 |
1959 | 2025-06-18T17:50:21.318Z | Checking memmap v0.7.0 |
1960 | 2025-06-18T17:50:21.322Z | Checking rand v0.9.1 |
1961 | 2025-06-18T17:50:21.415Z | Checking toml_edit v0.22.26 |
1962 | 2025-06-18T17:50:21.484Z | Checking reqwest v0.12.20 |
1963 | 2025-06-18T17:50:21.535Z | Checking group v0.13.0 |
1964 | 2025-06-18T17:50:21.578Z | Checking num-iter v0.1.45 |
1965 | 2025-06-18T17:50:21.582Z | Checking hkdf v0.12.4 |
1966 | 2025-06-18T17:50:21.680Z | Checking dtrace-parser v0.2.0 |
1967 | 2025-06-18T17:50:21.805Z | Checking hubpack v0.1.2 |
1968 | 2025-06-18T17:50:21.855Z | Checking crypto-bigint v0.5.5 |
1969 | 2025-06-18T17:50:21.902Z | Checking bitflags v1.3.2 |
1970 | 2025-06-18T17:50:22.057Z | Checking unicode-segmentation v1.12.0 |
1971 | 2025-06-18T17:50:22.180Z | Checking crossbeam-deque v0.8.5 |
1972 | 2025-06-18T17:50:22.241Z | Checking flate2 v1.1.2 |
1973 | 2025-06-18T17:50:22.393Z | Checking strum v0.26.3 |
1974 | 2025-06-18T17:50:22.517Z | Compiling thiserror-impl v2.0.12 |
1975 | 2025-06-18T17:50:22.610Z | Checking winnow v0.5.40 |
1976 | 2025-06-18T17:50:22.820Z | Checking num-bigint-dig v0.8.4 |
1977 | 2025-06-18T17:50:22.910Z | Checking pkcs1 v0.7.5 |
1978 | 2025-06-18T17:50:23.215Z | Checking bzip2-sys v0.1.13+1.0.8 |
1979 | 2025-06-18T17:50:23.369Z | Checking unicode-normalization v0.1.24 |
1980 | 2025-06-18T17:50:23.420Z | Checking newtype-uuid v1.2.4 |
1981 | 2025-06-18T17:50:23.780Z | Checking rfc6979 v0.4.0 |
1982 | 2025-06-18T17:50:24.004Z | Checking managed v0.8.0 |
1983 | 2025-06-18T17:50:24.057Z | Checking daft v0.1.3 |
1984 | 2025-06-18T17:50:24.106Z | Checking dof v0.3.0 |
1985 | 2025-06-18T17:50:24.325Z | Checking x509-cert v0.2.5 |
1986 | 2025-06-18T17:50:24.457Z | Checking curve25519-dalek v4.1.3 |
1987 | 2025-06-18T17:50:24.523Z | Checking elliptic-curve v0.13.8 |
1988 | 2025-06-18T17:50:24.575Z | Checking ahash v0.8.11 |
1989 | 2025-06-18T17:50:24.768Z | Checking usdt-impl v0.5.0 |
1990 | 2025-06-18T17:50:24.822Z | Checking rsa v0.9.6 |
1991 | 2025-06-18T17:50:25.081Z | Checking signal-hook v0.3.18 |
1992 | 2025-06-18T17:50:25.182Z | Checking ecdsa v0.16.9 |
1993 | 2025-06-18T17:50:25.356Z | Checking usdt v0.5.0 |
1994 | 2025-06-18T17:50:25.409Z | Checking toml_edit v0.19.15 |
1995 | 2025-06-18T17:50:25.462Z | Checking rayon-core v1.12.1 |
1996 | 2025-06-18T17:50:25.512Z | Checking ed25519 v2.2.3 |
1997 | 2025-06-18T17:50:25.681Z | Checking memoffset v0.9.1 |
1998 | 2025-06-18T17:50:25.815Z | Checking zstd-sys v2.0.14+zstd.1.5.7 |
1999 | 2025-06-18T17:50:25.865Z | Checking siphasher v0.3.11 |
2000 | 2025-06-18T17:50:25.870Z | Checking signal-hook-mio v0.2.4 |
2001 | 2025-06-18T17:50:25.945Z | Checking bzip2 v0.4.4 |
2002 | 2025-06-18T17:50:25.949Z | Checking hickory-proto v0.24.4 |
2003 | 2025-06-18T17:50:26.037Z | Checking zstd-safe v7.2.3 |
2004 | 2025-06-18T17:50:26.083Z | Checking console v0.15.10 |
2005 | 2025-06-18T17:50:26.169Z | Checking bumpalo v3.16.0 |
2006 | 2025-06-18T17:50:26.222Z | Checking phf_shared v0.11.2 |
2007 | 2025-06-18T17:50:26.226Z | Checking ed25519-dalek v2.1.1 |
2008 | 2025-06-18T17:50:26.317Z | Checking lockfree-object-pool v0.1.6 |
2009 | 2025-06-18T17:50:26.376Z | Checking simd-adler32 v0.3.7 |
2010 | 2025-06-18T17:50:26.508Z | Checking zstd v0.13.3 |
2011 | 2025-06-18T17:50:26.562Z | Checking zip v0.6.6 |
2012 | 2025-06-18T17:50:26.614Z | Checking crossterm v0.28.1 |
2013 | 2025-06-18T17:50:26.684Z | Checking bzip2 v0.5.2 |
2014 | 2025-06-18T17:50:26.688Z | Checking itertools v0.10.5 |
2015 | 2025-06-18T17:50:26.777Z | Checking zopfli v0.8.1 |
2016 | 2025-06-18T17:50:26.915Z | Checking hash32 v0.2.1 |
2017 | 2025-06-18T17:50:27.019Z | Checking winnow v0.6.26 |
2018 | 2025-06-18T17:50:27.264Z | Checking predicates-core v1.0.8 |
2019 | 2025-06-18T17:50:27.319Z | Checking unicode-properties v0.1.3 |
2020 | 2025-06-18T17:50:27.487Z | Checking unicode-bidi v0.3.17 |
2021 | 2025-06-18T17:50:27.539Z | Checking zip v2.6.1 |
2022 | 2025-06-18T17:50:27.719Z | Checking heapless v0.7.17 |
2023 | 2025-06-18T17:50:27.842Z | Checking toml v0.7.8 |
2024 | 2025-06-18T17:50:28.177Z | Checking stringprep v0.1.5 |
2025 | 2025-06-18T17:50:28.345Z | Checking rayon v1.10.0 |
2026 | 2025-06-18T17:50:28.522Z | Checking nix v0.29.0 |
2027 | 2025-06-18T17:50:28.602Z | Checking similar v2.7.0 |
2028 | 2025-06-18T17:50:28.690Z | Checking tokio-stream v0.1.17 |
2029 | 2025-06-18T17:50:28.763Z | Checking md-5 v0.10.6 |
2030 | 2025-06-18T17:50:28.810Z | Checking float-cmp v0.10.0 |
2031 | 2025-06-18T17:50:29.025Z | Checking unicode-xid v0.2.6 |
2032 | 2025-06-18T17:50:29.077Z | Checking normalize-line-endings v0.3.0 |
2033 | 2025-06-18T17:50:29.257Z | Checking difflib v0.4.0 |
2034 | 2025-06-18T17:50:29.261Z | Checking fallible-iterator v0.2.0 |
2035 | 2025-06-18T17:50:29.462Z | Checking smoltcp v0.9.1 |
2036 | 2025-06-18T17:50:29.516Z | Checking phf v0.11.2 |
2037 | 2025-06-18T17:50:29.633Z | Checking predicates v3.1.3 |
2038 | 2025-06-18T17:50:29.745Z | Checking itertools v0.12.1 |
2039 | 2025-06-18T17:50:29.832Z | Checking fs-err v3.1.1 |
2040 | 2025-06-18T17:50:29.895Z | Checking buf-list v1.0.3 |
2041 | 2025-06-18T17:50:29.951Z | Checking postgres-protocol v0.6.8 |
2042 | 2025-06-18T17:50:30.271Z | Checking serde-big-array v0.5.1 |
2043 | 2025-06-18T17:50:30.325Z | Checking portable-atomic v1.11.0 |
2044 | 2025-06-18T17:50:30.436Z | Checking precomputed-hash v0.1.1 |
2045 | 2025-06-18T17:50:30.489Z | Checking new_debug_unreachable v1.0.6 |
2046 | 2025-06-18T17:50:30.532Z | Checking lalrpop-util v0.19.12 |
2047 | 2025-06-18T17:50:30.604Z | Checking fixedbitset v0.4.2 |
2048 | 2025-06-18T17:50:30.657Z | Checking number_prefix v0.4.0 |
2049 | 2025-06-18T17:50:30.661Z | Checking postgres-types v0.2.9 |
2050 | 2025-06-18T17:50:30.817Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b) |
2051 | 2025-06-18T17:50:30.868Z | Checking string_cache v0.8.9 |
2052 | 2025-06-18T17:50:30.921Z | Checking petgraph v0.6.5 |
2053 | 2025-06-18T17:50:30.925Z | Checking peg-runtime v0.8.5 |
2054 | 2025-06-18T17:50:31.189Z | Checking minimal-lexical v0.2.1 |
2055 | 2025-06-18T17:50:31.262Z | Checking whoami v1.5.2 |
2056 | 2025-06-18T17:50:31.346Z | Checking rustc-hash v2.1.1 |
2057 | 2025-06-18T17:50:31.559Z | Checking thiserror v2.0.12 |
2058 | 2025-06-18T17:50:31.596Z | Compiling regress v0.10.3 |
2059 | 2025-06-18T17:50:31.641Z | Checking tokio-postgres v0.7.13 |
2060 | 2025-06-18T17:50:31.687Z | Checking nom v7.1.3 |
2061 | 2025-06-18T17:50:31.735Z | Checking camino v1.1.10 |
2062 | 2025-06-18T17:50:31.851Z | Checking indicatif v0.17.11 |
2063 | 2025-06-18T17:50:32.297Z | Compiling ident_case v1.0.1 |
2064 | 2025-06-18T17:50:32.351Z | Checking fastrand v2.1.1 |
2065 | 2025-06-18T17:50:32.537Z | Compiling darling_core v0.20.10 |
2066 | 2025-06-18T17:50:32.655Z | Checking is-terminal v0.4.13 |
2067 | 2025-06-18T17:50:32.700Z | Compiling unsafe-libyaml v0.2.11 |
2068 | 2025-06-18T17:50:32.860Z | Checking heck v0.5.0 |
2069 | 2025-06-18T17:50:33.077Z | Checking rustix v1.0.7 |
2070 | 2025-06-18T17:50:33.944Z | Compiling structmeta-derive v0.3.0 |
2071 | 2025-06-18T17:50:34.283Z | Compiling serde_yaml v0.9.34+deprecated |
2072 | 2025-06-18T17:50:34.556Z | Checking dirs-sys-next v0.1.2 |
2073 | 2025-06-18T17:50:34.669Z | Checking tempfile v3.20.0 |
2074 | 2025-06-18T17:50:34.801Z | Checking dirs-next v2.0.0 |
2075 | 2025-06-18T17:50:34.995Z | Checking toml v0.8.22 |
2076 | 2025-06-18T17:50:35.082Z | Checking crossbeam-channel v0.5.15 |
2077 | 2025-06-18T17:50:35.730Z | Checking thread_local v1.1.8 |
2078 | 2025-06-18T17:50:35.841Z | Compiling rustls v0.22.4 |
2079 | 2025-06-18T17:50:36.072Z | Checking term v0.7.0 |
2080 | 2025-06-18T17:50:36.217Z | Checking take_mut v0.2.2 |
2081 | 2025-06-18T17:50:36.271Z | Compiling multer v3.1.0 |
2082 | 2025-06-18T17:50:36.320Z | Compiling async-stream-impl v0.3.6 |
2083 | 2025-06-18T17:50:36.429Z | Checking slog-async v2.8.0 |
2084 | 2025-06-18T17:50:36.509Z | Checking slog-term v2.9.1 |
2085 | 2025-06-18T17:50:36.556Z | Compiling structmeta v0.3.0 |
2086 | 2025-06-18T17:50:36.737Z | Checking quick-error v1.2.3 |
2087 | 2025-06-18T17:50:36.799Z | Compiling dropshot v0.16.2 |
2088 | 2025-06-18T17:50:36.954Z | Compiling dropshot_endpoint v0.16.2 |
2089 | 2025-06-18T17:50:37.005Z | Compiling test-strategy v0.4.1 |
2090 | 2025-06-18T17:50:37.068Z | Compiling typify-impl v0.3.0 |
2091 | 2025-06-18T17:50:37.275Z | Checking hex v0.4.3 |
2092 | 2025-06-18T17:50:37.545Z | Checking match_cfg v0.1.0 |
2093 | 2025-06-18T17:50:37.596Z | Checking debug-ignore v1.0.5 |
2094 | 2025-06-18T17:50:37.694Z | Checking bit-vec v0.8.0 |
2095 | 2025-06-18T17:50:37.759Z | Checking hostname v0.3.1 |
2096 | 2025-06-18T17:50:37.810Z | Checking wait-timeout v0.2.0 |
2097 | 2025-06-18T17:50:37.962Z | Checking rand_xorshift v0.4.0 |
2098 | 2025-06-18T17:50:38.031Z | Checking serde_path_to_error v0.1.17 |
2099 | 2025-06-18T17:50:38.080Z | Checking rusty-fork v0.3.0 |
2100 | 2025-06-18T17:50:38.131Z | Checking bit-set v0.8.0 |
2101 | 2025-06-18T17:50:38.185Z | Compiling darling_macro v0.20.10 |
2102 | 2025-06-18T17:50:38.234Z | Checking unarray v0.1.4 |
2103 | 2025-06-18T17:50:38.470Z | Checking rustls-pemfile v2.2.0 |
2104 | 2025-06-18T17:50:38.473Z | Checking proptest v1.7.0 |
2105 | 2025-06-18T17:50:38.674Z | Checking slog-json v2.6.1 |
2106 | 2025-06-18T17:50:38.744Z | Compiling derive-where v1.2.7 |
2107 | 2025-06-18T17:50:38.978Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2108 | 2025-06-18T17:50:39.088Z | Compiling darling v0.20.10 |
2109 | 2025-06-18T17:50:39.262Z | Compiling serde_with_macros v3.12.0 |
2110 | 2025-06-18T17:50:39.715Z | Compiling ref-cast v1.0.24 |
2111 | 2025-06-18T17:50:40.231Z | Checking slog-bunyan v2.5.0 |
2112 | 2025-06-18T17:50:40.400Z | Checking async-stream v0.3.6 |
2113 | 2025-06-18T17:50:40.467Z | Compiling parse-display-derive v0.10.0 |
2114 | 2025-06-18T17:50:40.975Z | Checking progenitor-client v0.10.0 |
2115 | 2025-06-18T17:50:41.109Z | Checking waitgroup v0.1.2 |
2116 | 2025-06-18T17:50:41.316Z | Checking hostname v0.4.0 |
2117 | 2025-06-18T17:50:41.405Z | Compiling ref-cast-impl v1.0.24 |
2118 | 2025-06-18T17:50:41.499Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2119 | 2025-06-18T17:50:41.687Z | Checking serde_with v3.12.0 |
2120 | 2025-06-18T17:50:41.801Z | Checking macaddr v1.0.1 |
2121 | 2025-06-18T17:50:41.805Z | Checking tokio-rustls v0.25.0 |
2122 | 2025-06-18T17:50:41.914Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2123 | 2025-06-18T17:50:42.527Z | Checking instant v0.1.13 |
2124 | 2025-06-18T17:50:42.680Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2125 | 2025-06-18T17:50:42.730Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2126 | 2025-06-18T17:50:42.919Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26) |
2127 | 2025-06-18T17:50:42.970Z | Checking progenitor-client v0.9.1 |
2128 | 2025-06-18T17:50:43.279Z | Checking backoff v0.4.0 |
2129 | 2025-06-18T17:50:43.618Z | Checking iddqd v0.3.7 |
2130 | 2025-06-18T17:50:43.666Z | Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
2131 | 2025-06-18T17:50:43.669Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
2132 | 2025-06-18T17:50:44.090Z | Checking camino-tempfile v1.4.1 |
2133 | 2025-06-18T17:50:44.370Z | Checking parse-display v0.10.0 |
2134 | 2025-06-18T17:50:44.438Z | Checking unicode-width v0.1.14 |
2135 | 2025-06-18T17:50:44.655Z | Compiling proc-macro-error v1.0.4 |
2136 | 2025-06-18T17:50:44.706Z | Compiling proc-macro-crate v1.3.1 |
2137 | 2025-06-18T17:50:44.825Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2138 | 2025-06-18T17:50:44.947Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2139 | 2025-06-18T17:50:44.990Z | Checking tabwriter v1.4.0 |
2140 | 2025-06-18T17:50:45.206Z | Compiling foreign-types-macros v0.2.3 |
2141 | 2025-06-18T17:50:45.296Z | Checking foreign-types-shared v0.3.1 |
2142 | 2025-06-18T17:50:45.296Z | Checking cstr-argument v0.1.2 |
2143 | 2025-06-18T17:50:45.518Z | Compiling num_enum_derive v0.5.11 |
2144 | 2025-06-18T17:50:45.522Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2145 | 2025-06-18T17:50:45.612Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
2146 | 2025-06-18T17:50:45.659Z | Checking pretty-hex v0.2.1 |
2147 | 2025-06-18T17:50:45.706Z | Checking colored v2.2.0 |
2148 | 2025-06-18T17:50:45.896Z | Checking smf v0.2.3 |
2149 | 2025-06-18T17:50:46.005Z | Checking itertools v0.14.0 |
2150 | 2025-06-18T17:50:46.104Z | Checking atomicwrites v0.4.4 |
2151 | 2025-06-18T17:50:46.243Z | Checking base64 v0.21.7 |
2152 | 2025-06-18T17:50:46.349Z | Compiling itertools v0.13.0 |
2153 | 2025-06-18T17:50:46.399Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2154 | 2025-06-18T17:50:46.403Z | Compiling crucible-workspace-hack v0.1.0 |
2155 | 2025-06-18T17:50:46.496Z | Checking foreign-types v0.5.0 |
2156 | 2025-06-18T17:50:46.619Z | Checking glob v0.3.2 |
2157 | 2025-06-18T17:50:46.667Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2158 | 2025-06-18T17:50:46.783Z | Compiling typify-impl v0.4.1 |
2159 | 2025-06-18T17:50:47.009Z | Compiling heapless v0.8.0 |
2160 | 2025-06-18T17:50:47.061Z | Checking hash32 v0.3.1 |
2161 | 2025-06-18T17:50:47.065Z | Compiling smoltcp v0.11.0 |
2162 | 2025-06-18T17:50:47.316Z | Checking cobs v0.2.3 |
2163 | 2025-06-18T17:50:47.565Z | Checking postcard v1.0.10 |
2164 | 2025-06-18T17:50:47.669Z | Checking num_enum v0.5.11 |
2165 | 2025-06-18T17:50:47.819Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f5560fae02ad3fc349fabc6454c321143199ca9e#f5560fae) |
2166 | 2025-06-18T17:50:47.866Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2167 | 2025-06-18T17:50:48.143Z | Checking sigpipe v0.1.3 |
2168 | 2025-06-18T17:50:48.279Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f5560fae02ad3fc349fabc6454c321143199ca9e#f5560fae) |
2169 | 2025-06-18T17:50:48.331Z | Checking jiff v0.2.15 |
2170 | 2025-06-18T17:50:48.752Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f5560fae02ad3fc349fabc6454c321143199ca9e#f5560fae) |
2171 | 2025-06-18T17:50:49.267Z | Compiling ingot-macros v0.1.0 |
2172 | 2025-06-18T17:50:49.688Z | Compiling zone_cfg_derive v0.3.0 |
2173 | 2025-06-18T17:50:50.129Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
2174 | 2025-06-18T17:50:50.535Z | Compiling num-derive v0.4.2 |
2175 | 2025-06-18T17:50:50.580Z | Compiling typify-macro v0.3.0 |
2176 | 2025-06-18T17:50:51.050Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2177 | 2025-06-18T17:50:51.096Z | Checking zone v0.3.1 |
2178 | 2025-06-18T17:50:51.453Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
2179 | 2025-06-18T17:50:51.800Z | Compiling convert_case v0.4.0 |
2180 | 2025-06-18T17:50:51.862Z | Checking utf-8 v0.7.6 |
2181 | 2025-06-18T17:50:51.894Z | Checking half v2.4.1 |
2182 | 2025-06-18T17:50:52.120Z | Checking ciborium-io v0.2.2 |
2183 | 2025-06-18T17:50:52.312Z | Checking tungstenite v0.21.0 |
2184 | 2025-06-18T17:50:52.427Z | Checking ciborium-ll v0.2.2 |
2185 | 2025-06-18T17:50:52.623Z | Compiling derive_more v0.99.20 |
2186 | 2025-06-18T17:50:52.749Z | Checking ciborium v0.2.2 |
2187 | 2025-06-18T17:50:52.798Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
2188 | 2025-06-18T17:50:53.257Z | Checking tokio-tungstenite v0.21.0 |
2189 | 2025-06-18T17:50:53.306Z | Checking newline-converter v0.3.0 |
2190 | 2025-06-18T17:50:53.526Z | Checking expectorate v1.2.0 |
2191 | 2025-06-18T17:50:53.781Z | Checking num-rational v0.4.2 |
2192 | 2025-06-18T17:50:53.829Z | Checking num-complex v0.4.6 |
2193 | 2025-06-18T17:50:53.832Z | Checking float-ord v0.3.2 |
2194 | 2025-06-18T17:50:54.068Z | Checking secrecy v0.10.3 |
2195 | 2025-06-18T17:50:54.307Z | Checking same-file v1.0.6 |
2196 | 2025-06-18T17:50:54.357Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2197 | 2025-06-18T17:50:54.433Z | Compiling typify v0.3.0 |
2198 | 2025-06-18T17:50:54.555Z | Checking walkdir v2.5.0 |
2199 | 2025-06-18T17:50:54.644Z | Compiling progenitor-impl v0.9.1 |
2200 | 2025-06-18T17:50:54.698Z | Checking num v0.4.3 |
2201 | 2025-06-18T17:50:54.791Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2202 | 2025-06-18T17:50:54.852Z | Checking xattr v1.3.1 |
2203 | 2025-06-18T17:50:54.900Z | Checking filetime v0.2.25 |
2204 | 2025-06-18T17:50:55.092Z | Checking indent_write v2.2.0 |
2205 | 2025-06-18T17:50:55.139Z | Checking fixedbitset v0.5.7 |
2206 | 2025-06-18T17:50:55.183Z | Checking tar v0.4.44 |
2207 | 2025-06-18T17:50:55.348Z | Checking arc-swap v1.7.1 |
2208 | 2025-06-18T17:50:55.571Z | Checking petgraph v0.7.1 |
2209 | 2025-06-18T17:50:55.794Z | Checking slog-scope v4.4.0 |
2210 | 2025-06-18T17:50:55.990Z | Checking password-hash v0.5.0 |
2211 | 2025-06-18T17:50:56.063Z | Checking blake2 v0.10.6 |
2212 | 2025-06-18T17:50:56.114Z | Checking ingot-types v0.1.0 |
2213 | 2025-06-18T17:50:56.523Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
2214 | 2025-06-18T17:50:56.576Z | Checking argon2 v0.5.3 |
2215 | 2025-06-18T17:50:56.684Z | Checking slog-stdlog v4.1.1 |
2216 | 2025-06-18T17:50:56.909Z | Checking slog-envlogger v2.2.0 |
2217 | 2025-06-18T17:50:56.961Z | Checking ingot v0.1.0 |
2218 | 2025-06-18T17:50:57.198Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2219 | 2025-06-18T17:50:57.316Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2220 | 2025-06-18T17:50:57.365Z | Compiling cancel-safe-futures v0.1.5 |
2221 | 2025-06-18T17:50:57.756Z | Checking swrite v0.1.0 |
2222 | 2025-06-18T17:50:57.761Z | Compiling owo-colors v4.2.1 |
2223 | 2025-06-18T17:50:58.044Z | Checking libsw-core v0.3.1 |
2224 | 2025-06-18T17:50:58.325Z | Checking libsw v3.4.0 |
2225 | 2025-06-18T17:50:58.583Z | Checking pem v3.0.5 |
2226 | 2025-06-18T17:50:58.630Z | Checking linear-map v1.2.0 |
2227 | 2025-06-18T17:50:58.673Z | Checking keccak v0.1.5 |
2228 | 2025-06-18T17:50:58.731Z | Compiling typify-impl v0.2.0 |
2229 | 2025-06-18T17:50:59.014Z | Checking sha3 v0.10.8 |
2230 | 2025-06-18T17:50:59.014Z | Checking prettyplease v0.2.34 |
2231 | 2025-06-18T17:50:59.675Z | Checking headers-core v0.3.0 |
2232 | 2025-06-18T17:51:00.228Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2233 | 2025-06-18T17:51:00.364Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f5560fae02ad3fc349fabc6454c321143199ca9e#f5560fae) |
2234 | 2025-06-18T17:51:00.370Z | Compiling typify-macro v0.4.1 |
2235 | 2025-06-18T17:51:00.456Z | Checking highway v1.3.0 |
2236 | 2025-06-18T17:51:01.142Z | Compiling progenitor-macro v0.9.1 |
2237 | 2025-06-18T17:51:01.364Z | Checking headers v0.4.1 |
2238 | 2025-06-18T17:51:02.688Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f5560fae02ad3fc349fabc6454c321143199ca9e#f5560fae) |
2239 | 2025-06-18T17:51:04.262Z | Compiling typify v0.4.1 |
2240 | 2025-06-18T17:51:04.462Z | Compiling progenitor-impl v0.10.0 |
2241 | 2025-06-18T17:51:04.511Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f5560fae02ad3fc349fabc6454c321143199ca9e#f5560fae) |
2242 | 2025-06-18T17:51:06.609Z | Compiling lzma-sys v0.1.20 |
2243 | 2025-06-18T17:51:10.948Z | Checking progenitor-client v0.8.0 |
2244 | 2025-06-18T17:51:11.177Z | Compiling progenitor-macro v0.10.0 |
2245 | 2025-06-18T17:51:11.862Z | Compiling heck v0.3.3 |
2246 | 2025-06-18T17:51:12.258Z | Compiling typify-macro v0.2.0 |
2247 | 2025-06-18T17:51:12.960Z | Checking progenitor v0.9.1 |
2248 | 2025-06-18T17:51:13.231Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=760b4b547e301a31d4dcb92ba97aabdb2a3e0cba#760b4b54) |
2249 | 2025-06-18T17:51:14.224Z | Checking linked-hash-map v0.5.6 |
2250 | 2025-06-18T17:51:14.565Z | Compiling zone_cfg_derive v0.1.2 |
2251 | 2025-06-18T17:51:14.616Z | Checking lru-cache v0.1.2 |
2252 | 2025-06-18T17:51:15.096Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2253 | 2025-06-18T17:51:15.455Z | Checking yasna v0.5.2 |
2254 | 2025-06-18T17:51:16.119Z | Checking base64 v0.13.1 |
2255 | 2025-06-18T17:51:16.155Z | Compiling typify v0.2.0 |
2256 | 2025-06-18T17:51:16.346Z | Compiling progenitor-impl v0.8.0 |
2257 | 2025-06-18T17:51:16.398Z | Checking rcgen v0.12.1 |
2258 | 2025-06-18T17:51:16.525Z | Checking ron v0.7.1 |
2259 | 2025-06-18T17:51:17.151Z | Checking zone v0.1.8 |
2260 | 2025-06-18T17:51:17.755Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2261 | 2025-06-18T17:51:17.886Z | Checking xz2 v0.1.7 |
2262 | 2025-06-18T17:51:18.084Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2263 | 2025-06-18T17:51:18.201Z | Checking resolv-conf v0.7.0 |
2264 | 2025-06-18T17:51:18.257Z | Checking subprocess v0.2.9 |
2265 | 2025-06-18T17:51:18.621Z | Checking hickory-resolver v0.24.4 |
2266 | 2025-06-18T17:51:18.756Z | Checking humantime v2.1.0 |
2267 | 2025-06-18T17:51:18.838Z | Checking universal-hash v0.5.1 |
2268 | 2025-06-18T17:51:19.145Z | Checking opaque-debug v0.3.1 |
2269 | 2025-06-18T17:51:19.298Z | Compiling semver v0.1.20 |
2270 | 2025-06-18T17:51:19.913Z | Compiling rustc_version v0.1.7 |
2271 | 2025-06-18T17:51:20.224Z | Checking aead v0.5.2 |
2272 | 2025-06-18T17:51:20.403Z | Compiling newtype_derive v0.1.6 |
2273 | 2025-06-18T17:51:20.511Z | Checking poly1305 v0.8.0 |
2274 | 2025-06-18T17:51:21.027Z | Checking chacha20 v0.9.1 |
2275 | 2025-06-18T17:51:21.073Z | Compiling thiserror-impl-no-std v2.0.2 |
2276 | 2025-06-18T17:51:21.077Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2277 | 2025-06-18T17:51:21.429Z | Checking chacha20poly1305 v0.10.1 |
2278 | 2025-06-18T17:51:21.569Z | Checking qorb v0.4.0 |
2279 | 2025-06-18T17:51:21.671Z | Checking steno v0.4.1 |
2280 | 2025-06-18T17:51:22.907Z | Compiling progenitor-macro v0.8.0 |
2281 | 2025-06-18T17:51:23.156Z | Checking progenitor v0.10.0 |
2282 | 2025-06-18T17:51:23.443Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
2283 | 2025-06-18T17:51:23.735Z | Checking thiserror-no-std v2.0.2 |
2284 | 2025-06-18T17:51:23.884Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
2285 | 2025-06-18T17:51:23.931Z | Checking vsss-rs v3.3.4 |
2286 | 2025-06-18T17:51:24.108Z | Compiling slog-dtrace v0.3.0 |
2287 | 2025-06-18T17:51:24.161Z | Checking display-error-chain v0.2.2 |
2288 | 2025-06-18T17:51:24.404Z | Checking bytecount v0.6.8 |
2289 | 2025-06-18T17:51:24.410Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
2290 | 2025-06-18T17:51:24.660Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2291 | 2025-06-18T17:51:25.087Z | Checking gethostname v0.5.0 |
2292 | 2025-06-18T17:51:25.280Z | Checking nibble_vec v0.1.0 |
2293 | 2025-06-18T17:51:25.542Z | Checking endian-type v0.1.2 |
2294 | 2025-06-18T17:51:25.812Z | Compiling radium v0.7.0 |
2295 | 2025-06-18T17:51:25.851Z | Checking radix_trie v0.2.1 |
2296 | 2025-06-18T17:51:26.290Z | Checking termcolor v1.4.1 |
2297 | 2025-06-18T17:51:26.408Z | Compiling zerocopy-derive v0.6.6 |
2298 | 2025-06-18T17:51:26.773Z | Checking tap v1.0.1 |
2299 | 2025-06-18T17:51:26.949Z | Compiling maybe-uninit v2.0.0 |
2300 | 2025-06-18T17:51:26.999Z | Checking wyz v0.5.1 |
2301 | 2025-06-18T17:51:27.212Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
2302 | 2025-06-18T17:51:27.626Z | Checking funty v2.0.0 |
2303 | 2025-06-18T17:51:27.887Z | Compiling packed_struct v0.10.1 |
2304 | 2025-06-18T17:51:28.356Z | Checking zerocopy v0.6.6 |
2305 | 2025-06-18T17:51:28.405Z | Checking crc-catalog v2.4.0 |
2306 | 2025-06-18T17:51:28.543Z | Checking bitvec v1.0.1 |
2307 | 2025-06-18T17:51:28.626Z | Checking crc v3.2.1 |
2308 | 2025-06-18T17:51:29.193Z | Compiling packed_struct_codegen v0.10.1 |
2309 | 2025-06-18T17:51:29.267Z | Compiling indexmap v1.9.3 |
2310 | 2025-06-18T17:51:29.619Z | Checking nodrop v0.1.14 |
2311 | 2025-06-18T17:51:29.736Z | Checking smallvec v0.6.14 |
2312 | 2025-06-18T17:51:29.808Z | Checking array-init v0.0.4 |
2313 | 2025-06-18T17:51:30.180Z | Checking hashbrown v0.12.3 |
2314 | 2025-06-18T17:51:30.725Z | Checking bitfield v0.14.0 |
2315 | 2025-06-18T17:51:30.971Z | Checking serde-hex v0.1.0 |
2316 | 2025-06-18T17:51:31.055Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2317 | 2025-06-18T17:51:31.347Z | Checking env_logger v0.10.2 |
2318 | 2025-06-18T17:51:31.647Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2319 | 2025-06-18T17:51:31.699Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2320 | 2025-06-18T17:51:31.812Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2321 | 2025-06-18T17:51:31.874Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2322 | 2025-06-18T17:51:32.198Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2323 | 2025-06-18T17:51:34.746Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2324 | 2025-06-18T17:51:34.901Z | Checking progenitor v0.8.0 |
2325 | 2025-06-18T17:51:35.177Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2326 | 2025-06-18T17:51:35.634Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2327 | 2025-06-18T17:51:35.683Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2328 | 2025-06-18T17:51:36.049Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2329 | 2025-06-18T17:51:36.326Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2330 | 2025-06-18T17:51:36.548Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2331 | 2025-06-18T17:51:37.940Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2332 | 2025-06-18T17:51:37.980Z | Checking ron v0.8.1 |
2333 | 2025-06-18T17:51:38.054Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#17d04af6) |
2334 | 2025-06-18T17:51:38.801Z | Checking hashbrown v0.13.2 |
2335 | 2025-06-18T17:51:39.020Z | Compiling async-recursion v1.1.1 |
2336 | 2025-06-18T17:51:39.307Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
2337 | 2025-06-18T17:51:39.770Z | Compiling proc-macro-error-attr2 v2.0.0 |
2338 | 2025-06-18T17:51:40.425Z | Checking crc-any v2.5.0 |
2339 | 2025-06-18T17:51:40.534Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2340 | 2025-06-18T17:51:40.586Z | Compiling proc-macro-error2 v2.0.1 |
2341 | 2025-06-18T17:51:40.813Z | Checking object v0.30.4 |
2342 | 2025-06-18T17:51:41.270Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2343 | 2025-06-18T17:51:41.373Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2344 | 2025-06-18T17:51:41.600Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
2345 | 2025-06-18T17:51:41.706Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2346 | 2025-06-18T17:51:42.103Z | Checking path-slash v0.1.5 |
2347 | 2025-06-18T17:51:42.322Z | Compiling tabled_derive v0.10.0 |
2348 | 2025-06-18T17:51:43.051Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2349 | 2025-06-18T17:51:44.941Z | Checking papergrid v0.14.0 |
2350 | 2025-06-18T17:51:45.228Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2351 | 2025-06-18T17:51:46.483Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
2352 | 2025-06-18T17:51:46.532Z | Compiling num-derive v0.3.3 |
2353 | 2025-06-18T17:51:48.091Z | Checking tabled v0.18.0 |
2354 | 2025-06-18T17:51:48.323Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
2355 | 2025-06-18T17:51:48.566Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2356 | 2025-06-18T17:51:48.800Z | Checking libscf-sys v1.1.0 |
2357 | 2025-06-18T17:51:49.064Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
2358 | 2025-06-18T17:51:49.113Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
2359 | 2025-06-18T17:51:49.467Z | Checking maplit v1.0.2 |
2360 | 2025-06-18T17:51:49.765Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
2361 | 2025-06-18T17:51:49.829Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#17d04af6) |
2362 | 2025-06-18T17:51:50.095Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
2363 | 2025-06-18T17:51:50.099Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
2364 | 2025-06-18T17:51:50.182Z | Compiling vte_generate_state_changes v0.1.2 |
2365 | 2025-06-18T17:51:50.230Z | Checking crc8 v0.1.1 |
2366 | 2025-06-18T17:51:50.427Z | Checking fd-lock v4.0.2 |
2367 | 2025-06-18T17:51:50.700Z | Checking fxhash v0.2.1 |
2368 | 2025-06-18T17:51:50.847Z | Checking vte v0.11.1 |
2369 | 2025-06-18T17:51:50.931Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2370 | 2025-06-18T17:51:51.112Z | Checking nu-ansi-term v0.50.1 |
2371 | 2025-06-18T17:51:51.541Z | Compiling const_format_proc_macros v0.2.34 |
2372 | 2025-06-18T17:51:52.175Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#cec2560e) |
2373 | 2025-06-18T17:51:52.394Z | Checking strip-ansi-escapes v0.2.0 |
2374 | 2025-06-18T17:51:52.445Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26) |
2375 | 2025-06-18T17:51:52.623Z | Checking reedline v0.38.0 |
2376 | 2025-06-18T17:51:52.890Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2377 | 2025-06-18T17:51:52.935Z | Compiling libefi-sys v0.1.0 |
2378 | 2025-06-18T17:51:53.146Z | Checking home v0.5.9 |
2379 | 2025-06-18T17:51:53.346Z | Checking papergrid v0.11.0 |
2380 | 2025-06-18T17:51:53.392Z | Checking const_format v0.2.34 |
2381 | 2025-06-18T17:51:53.436Z | Compiling tabled_derive v0.7.0 |
2382 | 2025-06-18T17:51:53.896Z | Checking kstat-rs v0.2.4 |
2383 | 2025-06-18T17:51:53.966Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2384 | 2025-06-18T17:51:54.279Z | Compiling bitfield-struct v0.6.2 |
2385 | 2025-06-18T17:51:54.424Z | Checking half v1.8.3 |
2386 | 2025-06-18T17:51:54.925Z | Checking serde_cbor v0.11.2 |
2387 | 2025-06-18T17:51:55.273Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2388 | 2025-06-18T17:51:55.322Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b) |
2389 | 2025-06-18T17:51:55.372Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
2390 | 2025-06-18T17:51:55.534Z | Checking tabled v0.15.0 |
2391 | 2025-06-18T17:51:55.599Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2392 | 2025-06-18T17:51:55.692Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2393 | 2025-06-18T17:51:55.826Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
2394 | 2025-06-18T17:51:55.876Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2395 | 2025-06-18T17:51:56.066Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2396 | 2025-06-18T17:51:56.181Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2397 | 2025-06-18T17:51:56.184Z | Checking termtree v0.5.1 |
2398 | 2025-06-18T17:51:56.493Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
2399 | 2025-06-18T17:51:56.695Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2400 | 2025-06-18T17:51:56.818Z | Compiling phf_generator v0.11.2 |
2401 | 2025-06-18T17:51:57.079Z | Compiling phf_codegen v0.11.2 |
2402 | 2025-06-18T17:51:57.347Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2403 | 2025-06-18T17:51:57.653Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2404 | 2025-06-18T17:51:57.903Z | Compiling dsl_auto_type v0.1.2 |
2405 | 2025-06-18T17:51:58.057Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
2406 | 2025-06-18T17:51:58.176Z | Checking scheduled-thread-pool v0.2.7 |
2407 | 2025-06-18T17:51:58.228Z | Compiling parse-zoneinfo v0.3.1 |
2408 | 2025-06-18T17:51:58.232Z | Compiling diesel_table_macro_syntax v0.2.0 |
2409 | 2025-06-18T17:51:58.493Z | Compiling cfg_aliases v0.1.1 |
2410 | 2025-06-18T17:51:58.611Z | Compiling parking_lot_core v0.8.6 |
2411 | 2025-06-18T17:51:58.674Z | Compiling nix v0.28.0 |
2412 | 2025-06-18T17:51:58.720Z | Checking r2d2 v0.8.10 |
2413 | 2025-06-18T17:51:59.147Z | Compiling chrono-tz-build v0.4.0 |
2414 | 2025-06-18T17:51:59.211Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2415 | 2025-06-18T17:51:59.283Z | Compiling diesel_derives v2.2.3 |
2416 | 2025-06-18T17:51:59.447Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2417 | 2025-06-18T17:51:59.848Z | Checking bcs v0.1.6 |
2418 | 2025-06-18T17:52:00.086Z | Checking nanorand v0.7.0 |
2419 | 2025-06-18T17:52:00.138Z | Compiling xshell-macros v0.2.7 |
2420 | 2025-06-18T17:52:00.334Z | Compiling chrono-tz v0.10.3 |
2421 | 2025-06-18T17:52:00.504Z | Checking flume v0.11.1 |
2422 | 2025-06-18T17:52:00.544Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2423 | 2025-06-18T17:52:00.825Z | Checking xshell v0.2.7 |
2424 | 2025-06-18T17:52:00.874Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
2425 | 2025-06-18T17:52:00.995Z | Compiling crunchy v0.2.2 |
2426 | 2025-06-18T17:52:01.220Z | Checking parking_lot v0.11.2 |
2427 | 2025-06-18T17:52:01.572Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2428 | 2025-06-18T17:52:01.619Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2429 | 2025-06-18T17:52:01.978Z | Compiling peg-macros v0.8.5 |
2430 | 2025-06-18T17:52:02.213Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2431 | 2025-06-18T17:52:02.278Z | Compiling sqlparser_derive v0.2.2 |
2432 | 2025-06-18T17:52:03.046Z | Compiling tiny-keccak v2.0.2 |
2433 | 2025-06-18T17:52:03.283Z | Checking unicode_categories v0.1.1 |
2434 | 2025-06-18T17:52:03.332Z | Checking sqlparser v0.45.0 |
2435 | 2025-06-18T17:52:03.592Z | Checking rustyline v14.0.0 |
2436 | 2025-06-18T17:52:03.638Z | Checking sqlformat v0.3.5 |
2437 | 2025-06-18T17:52:04.610Z | Checking sled v0.34.7 |
2438 | 2025-06-18T17:52:05.333Z | Checking peg v0.8.5 |
2439 | 2025-06-18T17:52:05.448Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2440 | 2025-06-18T17:52:05.498Z | Checking hickory-client v0.24.4 |
2441 | 2025-06-18T17:52:06.243Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2442 | 2025-06-18T17:52:06.578Z | Checking hickory-server v0.24.4 |
2443 | 2025-06-18T17:52:07.125Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2444 | 2025-06-18T17:52:07.484Z | Compiling bit-vec v0.6.3 |
2445 | 2025-06-18T17:52:07.941Z | Compiling bit-set v0.5.3 |
2446 | 2025-06-18T17:52:08.241Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2447 | 2025-06-18T17:52:08.711Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2448 | 2025-06-18T17:52:08.940Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=760b4b547e301a31d4dcb92ba97aabdb2a3e0cba#760b4b54) |
2449 | 2025-06-18T17:52:09.347Z | Compiling ascii-canvas v3.0.0 |
2450 | 2025-06-18T17:52:09.824Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2451 | 2025-06-18T17:52:10.111Z | Compiling ena v0.14.3 |
2452 | 2025-06-18T17:52:10.159Z | Checking diesel v2.2.10 |
2453 | 2025-06-18T17:52:10.206Z | Compiling diff v0.1.13 |
2454 | 2025-06-18T17:52:10.268Z | Compiling bindgen v0.71.1 |
2455 | 2025-06-18T17:52:10.556Z | Compiling regex-syntax v0.6.29 |
2456 | 2025-06-18T17:52:10.866Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2457 | 2025-06-18T17:52:11.263Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2458 | 2025-06-18T17:52:12.168Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2459 | 2025-06-18T17:52:12.220Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2460 | 2025-06-18T17:52:12.492Z | Compiling unicase v2.7.0 |
2461 | 2025-06-18T17:52:12.757Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2462 | 2025-06-18T17:52:13.097Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2463 | 2025-06-18T17:52:13.456Z | Compiling derive_builder_core v0.20.2 |
2464 | 2025-06-18T17:52:13.509Z | Compiling libxml v0.3.3 |
2465 | 2025-06-18T17:52:13.919Z | Compiling lalrpop v0.19.12 |
2466 | 2025-06-18T17:52:14.519Z | Checking assert_matches v1.5.0 |
2467 | 2025-06-18T17:52:14.814Z | Compiling strum_macros v0.24.3 |
2468 | 2025-06-18T17:52:15.465Z | Compiling derive_builder_macro v0.20.2 |
2469 | 2025-06-18T17:52:15.580Z | Compiling indoc v1.0.9 |
2470 | 2025-06-18T17:52:16.369Z | Checking derive_builder v0.20.2 |
2471 | 2025-06-18T17:52:17.057Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2472 | 2025-06-18T17:52:17.422Z | Checking primeorder v0.13.6 |
2473 | 2025-06-18T17:52:17.959Z | Checking quick-xml v0.37.2 |
2474 | 2025-06-18T17:52:18.002Z | Compiling oso-derive v0.27.3 |
2475 | 2025-06-18T17:52:18.006Z | Compiling impl-trait-for-tuples v0.2.2 |
2476 | 2025-06-18T17:52:19.033Z | Compiling mime_guess v2.0.5 |
2477 | 2025-06-18T17:52:20.013Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2478 | 2025-06-18T17:52:20.178Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2479 | 2025-06-18T17:52:20.600Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2480 | 2025-06-18T17:52:21.439Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
2481 | 2025-06-18T17:52:21.643Z | Checking globset v0.4.15 |
2482 | 2025-06-18T17:52:21.967Z | Checking http-range v0.1.5 |
2483 | 2025-06-18T17:52:22.247Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
2484 | 2025-06-18T17:52:22.292Z | Checking signal-hook-tokio v0.3.1 |
2485 | 2025-06-18T17:52:22.531Z | Checking atty v0.2.14 |
2486 | 2025-06-18T17:52:22.578Z | Compiling pin-project-internal v1.1.6 |
2487 | 2025-06-18T17:52:22.708Z | Compiling salty v0.3.0 |
2488 | 2025-06-18T17:52:23.645Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2489 | 2025-06-18T17:52:24.024Z | Checking p384 v0.13.0 |
2490 | 2025-06-18T17:52:24.584Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2491 | 2025-06-18T17:52:24.773Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
2492 | 2025-06-18T17:52:25.180Z | Checking pin-project v1.1.6 |
2493 | 2025-06-18T17:52:25.229Z | Compiling diesel-dtrace v0.4.2 |
2494 | 2025-06-18T17:52:25.378Z | Checking hyper-staticfile v0.10.1 |
2495 | 2025-06-18T17:52:25.723Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2496 | 2025-06-18T17:52:25.854Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
2497 | 2025-06-18T17:52:25.993Z | Checking tungstenite v0.23.0 |
2498 | 2025-06-18T17:52:26.081Z | Checking bb8 v0.8.5 |
2499 | 2025-06-18T17:52:26.198Z | Checking env_filter v0.1.2 |
2500 | 2025-06-18T17:52:26.254Z | Compiling snafu-derive v0.8.5 |
2501 | 2025-06-18T17:52:26.254Z | Checking sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images) |
2502 | 2025-06-18T17:52:26.511Z | Compiling fs-err v2.11.0 |
2503 | 2025-06-18T17:52:26.572Z | Checking env_logger v0.11.5 |
2504 | 2025-06-18T17:52:26.879Z | Checking tokio-tungstenite v0.23.1 |
2505 | 2025-06-18T17:52:27.047Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2506 | 2025-06-18T17:52:27.124Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2507 | 2025-06-18T17:52:27.425Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2508 | 2025-06-18T17:52:27.597Z | Checking olpc-cjson v0.1.4 |
2509 | 2025-06-18T17:52:27.648Z | Checking serde_plain v1.0.2 |
2510 | 2025-06-18T17:52:27.784Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b) |
2511 | 2025-06-18T17:52:27.871Z | Checking void v1.0.2 |
2512 | 2025-06-18T17:52:27.970Z | Checking typed-path v0.9.3 |
2513 | 2025-06-18T17:52:28.092Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
2514 | 2025-06-18T17:52:28.263Z | Checking lzss v0.8.2 |
2515 | 2025-06-18T17:52:28.595Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2516 | 2025-06-18T17:52:28.948Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2517 | 2025-06-18T17:52:29.037Z | Checking nix v0.27.1 |
2518 | 2025-06-18T17:52:29.275Z | Checking serde_bytes v0.11.17 |
2519 | 2025-06-18T17:52:29.483Z | Checking secrecy v0.8.0 |
2520 | 2025-06-18T17:52:29.659Z | Checking parse-size v1.1.0 |
2521 | 2025-06-18T17:52:29.890Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
2522 | 2025-06-18T17:52:29.938Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2523 | 2025-06-18T17:52:30.415Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2524 | 2025-06-18T17:52:30.999Z | Checking snafu v0.8.5 |
2525 | 2025-06-18T17:52:31.508Z | Checking rand_seeder v0.3.0 |
2526 | 2025-06-18T17:52:31.555Z | Checking tough v0.20.0 |
2527 | 2025-06-18T17:52:31.809Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2528 | 2025-06-18T17:52:32.155Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2529 | 2025-06-18T17:52:32.650Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2530 | 2025-06-18T17:52:33.110Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2531 | 2025-06-18T17:52:33.723Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2532 | 2025-06-18T17:52:33.905Z | Checking heck v0.4.1 |
2533 | 2025-06-18T17:52:34.079Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2534 | 2025-06-18T17:52:34.602Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2535 | 2025-06-18T17:52:34.649Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2536 | 2025-06-18T17:52:34.700Z | Checking yansi v1.0.1 |
2537 | 2025-06-18T17:52:35.640Z | Checking pretty_assertions v1.4.1 |
2538 | 2025-06-18T17:52:35.917Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
2539 | 2025-06-18T17:52:36.176Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26) |
2540 | 2025-06-18T17:52:37.548Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
2541 | 2025-06-18T17:52:37.646Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2542 | 2025-06-18T17:52:37.749Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
2543 | 2025-06-18T17:52:37.901Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2544 | 2025-06-18T17:52:38.064Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2545 | 2025-06-18T17:52:38.739Z | Compiling indoc v2.0.6 |
2546 | 2025-06-18T17:52:39.403Z | Checking is_ci v1.2.0 |
2547 | 2025-06-18T17:52:39.629Z | Checking supports-color v3.0.2 |
2548 | 2025-06-18T17:52:39.690Z | Checking castaway v0.2.3 |
2549 | 2025-06-18T17:52:39.893Z | Compiling libz-sys v1.1.20 |
2550 | 2025-06-18T17:52:39.944Z | Checking smawk v0.3.2 |
2551 | 2025-06-18T17:52:40.226Z | Checking unicode-linebreak v0.1.5 |
2552 | 2025-06-18T17:52:40.380Z | Checking nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
2553 | 2025-06-18T17:52:40.558Z | Checking async-bb8-diesel v0.2.1 |
2554 | 2025-06-18T17:52:40.750Z | Checking textwrap v0.16.2 |
2555 | 2025-06-18T17:52:41.235Z | Checking compact_str v0.8.0 |
2556 | 2025-06-18T17:52:41.281Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
2557 | 2025-06-18T17:52:41.353Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2558 | 2025-06-18T17:52:41.645Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2559 | 2025-06-18T17:52:41.955Z | Checking unicode-truncate v1.1.0 |
2560 | 2025-06-18T17:52:42.092Z | Checking lru v0.12.5 |
2561 | 2025-06-18T17:52:42.260Z | Compiling instability v0.3.2 |
2562 | 2025-06-18T17:52:42.448Z | Checking cassowary v0.3.0 |
2563 | 2025-06-18T17:52:42.902Z | Checking concurrent-queue v2.5.0 |
2564 | 2025-06-18T17:52:43.268Z | Checking ratatui v0.29.0 |
2565 | 2025-06-18T17:52:43.319Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2566 | 2025-06-18T17:52:43.324Z | Checking parking v2.2.1 |
2567 | 2025-06-18T17:52:43.829Z | Compiling vergen v8.3.2 |
2568 | 2025-06-18T17:52:44.210Z | Compiling cargo-platform v0.1.8 |
2569 | 2025-06-18T17:52:44.801Z | Compiling cargo_metadata v0.18.1 |
2570 | 2025-06-18T17:52:44.973Z | Checking event-listener v5.3.1 |
2571 | 2025-06-18T17:52:45.386Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2572 | 2025-06-18T17:52:46.410Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2573 | 2025-06-18T17:52:47.078Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2574 | 2025-06-18T17:52:47.413Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2575 | 2025-06-18T17:52:47.754Z | Compiling rustls v0.21.12 |
2576 | 2025-06-18T17:52:47.813Z | Checking plotters-backend v0.3.7 |
2577 | 2025-06-18T17:52:48.023Z | Checking shell-words v1.1.0 |
2578 | 2025-06-18T17:52:48.219Z | Checking plotters-svg v0.3.7 |
2579 | 2025-06-18T17:52:48.464Z | Checking event-listener-strategy v0.5.2 |
2580 | 2025-06-18T17:52:48.510Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2581 | 2025-06-18T17:52:48.701Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2582 | 2025-06-18T17:52:48.987Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2583 | 2025-06-18T17:52:49.049Z | Checking sct v0.7.1 |
2584 | 2025-06-18T17:52:49.286Z | Checking rustls-webpki v0.101.7 |
2585 | 2025-06-18T17:52:49.335Z | Checking cast v0.3.0 |
2586 | 2025-06-18T17:52:49.521Z | Checking plotters v0.3.7 |
2587 | 2025-06-18T17:52:49.702Z | Checking criterion-plot v0.5.0 |
2588 | 2025-06-18T17:52:50.245Z | Checking futures-lite v2.3.0 |
2589 | 2025-06-18T17:52:51.247Z | Checking tinytemplate v1.2.1 |
2590 | 2025-06-18T17:52:51.628Z | Checking anes v0.1.6 |
2591 | 2025-06-18T17:52:51.725Z | Checking oorandom v11.1.4 |
2592 | 2025-06-18T17:52:51.975Z | Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
2593 | 2025-06-18T17:52:52.059Z | Checking criterion v0.5.1 |
2594 | 2025-06-18T17:52:52.257Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2595 | 2025-06-18T17:52:52.621Z | Checking rustls-pemfile v1.0.4 |
2596 | 2025-06-18T17:52:52.785Z | Checking tokio-rustls v0.24.1 |
2597 | 2025-06-18T17:52:52.877Z | Checking twox-hash v2.1.0 |
2598 | 2025-06-18T17:52:53.270Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
2599 | 2025-06-18T17:52:53.523Z | Checking async-lock v3.4.0 |
2600 | 2025-06-18T17:52:54.393Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2601 | 2025-06-18T17:52:54.651Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
2602 | 2025-06-18T17:52:55.755Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
2603 | 2025-06-18T17:52:56.069Z | Checking fatfs v0.3.6 |
2604 | 2025-06-18T17:52:56.373Z | Checking polling v3.7.3 |
2605 | 2025-06-18T17:52:57.149Z | Checking csv-core v0.1.11 |
2606 | 2025-06-18T17:52:57.199Z | Checking hex-literal v0.4.1 |
2607 | 2025-06-18T17:52:57.384Z | Checking cargo_metadata v0.19.2 |
2608 | 2025-06-18T17:52:57.495Z | Checking csv v1.3.1 |
2609 | 2025-06-18T17:52:57.985Z | Checking async-io v2.3.4 |
2610 | 2025-06-18T17:52:58.262Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2611 | 2025-06-18T17:52:58.867Z | Checking rtoolbox v0.0.2 |
2612 | 2025-06-18T17:52:59.095Z | Checking async-task v4.7.1 |
2613 | 2025-06-18T17:52:59.143Z | Checking rpassword v7.3.1 |
2614 | 2025-06-18T17:52:59.350Z | Checking async-channel v2.3.1 |
2615 | 2025-06-18T17:52:59.510Z | Checking tui-tree-widget v0.23.0 |
2616 | 2025-06-18T17:52:59.726Z | Checking polyval v0.6.2 |
2617 | 2025-06-18T17:52:59.868Z | Checking piper v0.2.4 |
2618 | 2025-06-18T17:53:00.062Z | Checking futures-timer v3.0.3 |
2619 | 2025-06-18T17:53:00.149Z | Checking blocking v1.6.1 |
2620 | 2025-06-18T17:53:00.442Z | Checking ghash v0.5.1 |
2621 | 2025-06-18T17:53:00.510Z | Checking async-executor v1.13.1 |
2622 | 2025-06-18T17:53:00.682Z | Checking async-signal v0.2.10 |
2623 | 2025-06-18T17:53:00.908Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26) |
2624 | 2025-06-18T17:53:01.030Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2625 | 2025-06-18T17:53:01.615Z | Checking ctr v0.9.2 |
2626 | 2025-06-18T17:53:01.781Z | Compiling petname v2.0.2 |
2627 | 2025-06-18T17:53:01.954Z | Checking arrayref v0.3.9 |
2628 | 2025-06-18T17:53:02.113Z | Checking constant_time_eq v0.3.1 |
2629 | 2025-06-18T17:53:02.306Z | Checking event-listener v2.5.3 |
2630 | 2025-06-18T17:53:02.558Z | Checking arrayvec v0.7.6 |
2631 | 2025-06-18T17:53:02.966Z | Checking async-channel v1.9.0 |
2632 | 2025-06-18T17:53:03.123Z | Checking aes-gcm v0.10.3 |
2633 | 2025-06-18T17:53:03.378Z | Checking async-process v2.3.0 |
2634 | 2025-06-18T17:53:03.439Z | Checking async-global-executor v2.4.1 |
2635 | 2025-06-18T17:53:03.783Z | Checking ssh-encoding v0.2.0 |
2636 | 2025-06-18T17:53:03.787Z | Checking blowfish v0.9.1 |
2637 | 2025-06-18T17:53:04.074Z | Checking kv-log-macro v1.0.7 |
2638 | 2025-06-18T17:53:04.176Z | Compiling async-attributes v1.1.2 |
2639 | 2025-06-18T17:53:04.258Z | Compiling typeid v1.0.3 |
2640 | 2025-06-18T17:53:04.310Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2641 | 2025-06-18T17:53:04.894Z | Checking ssh-cipher v0.2.0 |
2642 | 2025-06-18T17:53:05.034Z | Checking async-std v1.13.0 |
2643 | 2025-06-18T17:53:05.196Z | Checking bcrypt-pbkdf v0.10.0 |
2644 | 2025-06-18T17:53:06.323Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2645 | 2025-06-18T17:53:07.321Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
2646 | 2025-06-18T17:53:07.602Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2647 | 2025-06-18T17:53:08.424Z | Checking password-hash v0.4.2 |
2648 | 2025-06-18T17:53:08.925Z | Checking sync-ptr v0.1.1 |
2649 | 2025-06-18T17:53:08.973Z | Checking pbkdf2 v0.11.0 |
2650 | 2025-06-18T17:53:09.178Z | Checking async-object-pool v0.1.5 |
2651 | 2025-06-18T17:53:09.279Z | Checking ssh-key v0.6.6 |
2652 | 2025-06-18T17:53:09.610Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2653 | 2025-06-18T17:53:09.906Z | Checking p256 v0.13.2 |
2654 | 2025-06-18T17:53:10.419Z | Checking p521 v0.13.3 |
2655 | 2025-06-18T17:53:10.571Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2656 | 2025-06-18T17:53:10.916Z | Checking serde_regex v1.1.0 |
2657 | 2025-06-18T17:53:11.029Z | Checking assert-json-diff v2.0.2 |
2658 | 2025-06-18T17:53:11.240Z | Checking russh-cryptovec v0.7.3 |
2659 | 2025-06-18T17:53:11.370Z | Checking path-tree v0.8.1 |
2660 | 2025-06-18T17:53:11.481Z | Checking md5 v0.7.0 |
2661 | 2025-06-18T17:53:11.800Z | Compiling target-lexicon v0.13.2 |
2662 | 2025-06-18T17:53:11.857Z | Checking stringmetrics v2.2.2 |
2663 | 2025-06-18T17:53:11.903Z | Checking russh-keys v0.45.0 |
2664 | 2025-06-18T17:53:12.147Z | Checking httpmock v0.8.0-alpha.1 |
2665 | 2025-06-18T17:53:13.099Z | Checking erased-serde v0.4.6 |
2666 | 2025-06-18T17:53:13.153Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2667 | 2025-06-18T17:53:13.950Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2668 | 2025-06-18T17:53:14.437Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2669 | 2025-06-18T17:53:15.237Z | Checking num-bigint v0.4.6 |
2670 | 2025-06-18T17:53:15.652Z | Checking des v0.8.1 |
2671 | 2025-06-18T17:53:15.970Z | Checking ordered-float v2.10.1 |
2672 | 2025-06-18T17:53:16.449Z | Compiling blake3 v1.5.4 |
2673 | 2025-06-18T17:53:16.898Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
2674 | 2025-06-18T17:53:17.146Z | Compiling guppy-workspace-hack v0.1.0 |
2675 | 2025-06-18T17:53:17.605Z | Checking russh v0.45.0 |
2676 | 2025-06-18T17:53:17.705Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
2677 | 2025-06-18T17:53:18.197Z | Checking serde-value v0.7.0 |
2678 | 2025-06-18T17:53:18.606Z | Checking serde-untagged v0.1.7 |
2679 | 2025-06-18T17:53:19.174Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2680 | 2025-06-18T17:53:19.563Z | Checking rustls-native-certs v0.7.3 |
2681 | 2025-06-18T17:53:19.796Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2682 | 2025-06-18T17:53:19.856Z | Checking memmap2 v0.9.5 |
2683 | 2025-06-18T17:53:20.208Z | Checking internet-checksum v0.2.1 |
2684 | 2025-06-18T17:53:20.253Z | Compiling target-spec v3.4.2 |
2685 | 2025-06-18T17:53:20.825Z | Checking hyper-rustls v0.26.0 |
2686 | 2025-06-18T17:53:21.017Z | Checking cfg-expr v0.18.0 |
2687 | 2025-06-18T17:53:21.190Z | Checking cargo-util-schemas v0.2.0 |
2688 | 2025-06-18T17:53:22.095Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2689 | 2025-06-18T17:53:23.180Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2690 | 2025-06-18T17:53:23.423Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2691 | 2025-06-18T17:53:23.671Z | Checking httptest v0.16.3 |
2692 | 2025-06-18T17:53:24.386Z | Checking cargo-platform v0.2.0 |
2693 | 2025-06-18T17:53:24.758Z | Checking topological-sort v0.2.2 |
2694 | 2025-06-18T17:53:24.804Z | Checking cargo_metadata v0.20.0 |
2695 | 2025-06-18T17:53:24.996Z | Checking omicron-zone-package v0.12.2 |
2696 | 2025-06-18T17:53:26.908Z | Checking predicates-tree v1.0.12 |
2697 | 2025-06-18T17:53:26.966Z | Checking pathdiff v0.2.3 |
2698 | 2025-06-18T17:53:27.041Z | Compiling rstest_macros v0.24.0 |
2699 | 2025-06-18T17:53:27.138Z | Compiling doc-comment v0.3.3 |
2700 | 2025-06-18T17:53:27.187Z | Checking nested v0.1.1 |
2701 | 2025-06-18T17:53:27.456Z | Checking escape8259 v0.5.3 |
2702 | 2025-06-18T17:53:27.561Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
2703 | 2025-06-18T17:53:27.671Z | Compiling target-triple v0.1.3 |
2704 | 2025-06-18T17:53:27.718Z | Checking libtest-mimic v0.8.1 |
2705 | 2025-06-18T17:53:28.166Z | Checking guppy v0.17.19 |
2706 | 2025-06-18T17:53:28.266Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2707 | 2025-06-18T17:53:28.334Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2708 | 2025-06-18T17:53:28.701Z | Checking fancy-regex v0.14.0 |
2709 | 2025-06-18T17:53:29.530Z | Checking similar-asserts v1.7.0 |
2710 | 2025-06-18T17:53:29.837Z | Compiling proc-macro-crate v3.2.0 |
2711 | 2025-06-18T17:53:30.312Z | Compiling relative-path v1.9.3 |
2712 | 2025-06-18T17:53:30.997Z | Compiling assert_cmd v2.0.17 |
2713 | 2025-06-18T17:53:31.534Z | Checking datatest-stable v0.3.2 |
2714 | 2025-06-18T17:53:31.923Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2715 | 2025-06-18T17:53:32.003Z | Checking blake2b_simd v1.0.2 |
2716 | 2025-06-18T17:53:32.859Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2717 | 2025-06-18T17:53:33.345Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
2718 | 2025-06-18T17:53:33.701Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2719 | 2025-06-18T17:53:34.077Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2720 | 2025-06-18T17:53:34.423Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2721 | 2025-06-18T17:53:35.057Z | Checking serde_tokenstream v0.2.2 |
2722 | 2025-06-18T17:53:35.494Z | Checking uzers v0.12.1 |
2723 | 2025-06-18T17:53:36.149Z | Compiling git2 v0.19.0 |
2724 | 2025-06-18T17:53:36.289Z | Checking rust-argon2 v2.1.0 |
2725 | 2025-06-18T17:53:37.368Z | Checking trybuild v1.0.103 |
2726 | 2025-06-18T17:53:38.832Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2727 | 2025-06-18T17:53:39.400Z | Checking rstest v0.24.0 |
2728 | 2025-06-18T17:53:39.691Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2729 | 2025-06-18T17:53:40.827Z | Checking support-bundle-viewer v0.1.0 |
2730 | 2025-06-18T17:53:40.904Z | Compiling samael v0.0.19 |
2731 | 2025-06-18T17:53:41.287Z | Checking ignore v0.4.23 |
2732 | 2025-06-18T17:53:43.815Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2733 | 2025-06-18T17:53:44.185Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
2734 | 2025-06-18T17:53:44.523Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
2735 | 2025-06-18T17:53:44.567Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
2736 | 2025-06-18T17:53:44.614Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2737 | 2025-06-18T17:53:45.067Z | Checking rand_distr v0.4.3 |
2738 | 2025-06-18T17:53:45.374Z | Checking multimap v0.10.1 |
2739 | 2025-06-18T17:53:45.720Z | Checking approx v0.5.1 |
2740 | 2025-06-18T17:53:46.008Z | Checking globwalk v0.9.1 |
2741 | 2025-06-18T17:53:46.052Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2742 | 2025-06-18T17:53:46.361Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2743 | 2025-06-18T17:53:46.660Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2744 | 2025-06-18T17:53:47.278Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
2745 | 2025-06-18T17:53:47.665Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2746 | 2025-06-18T17:53:47.714Z | Checking partial-io v0.5.4 |
2747 | 2025-06-18T17:53:48.132Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2748 | 2025-06-18T17:53:48.657Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
2749 | 2025-06-18T17:53:49.005Z | Checking cargo_toml v0.21.0 |
2750 | 2025-06-18T17:53:49.264Z | Checking termios v0.3.3 |
2751 | 2025-06-18T17:53:49.495Z | Checking camino-tempfile-ext v0.3.1 |
2752 | 2025-06-18T17:53:49.544Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
2753 | 2025-06-18T17:53:49.959Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2754 | 2025-06-18T17:53:50.845Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2755 | 2025-06-18T17:53:51.084Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2756 | 2025-06-18T17:53:54.406Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2757 | 2025-06-18T17:54:07.198Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2758 | 2025-06-18T17:54:11.852Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
2759 | 2025-06-18T17:54:25.917Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2760 | 2025-06-18T17:54:26.542Z | Compiling polar-core v0.27.3 |
2761 | 2025-06-18T17:54:27.377Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
2762 | 2025-06-18T17:54:37.429Z | Checking oso v0.27.3 |
2763 | 2025-06-18T17:54:44.595Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
2764 | 2025-06-18T17:54:46.661Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2765 | 2025-06-18T17:54:47.552Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2766 | 2025-06-18T17:54:52.012Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2767 | 2025-06-18T17:55:28.661Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2768 | 2025-06-18T17:55:28.661Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2769 | 2025-06-18T17:55:28.665Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2770 | 2025-06-18T17:56:47.586Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 54s |
2771 | 2025-06-18T17:56:48.561Z | |
2772 | 2025-06-18T17:56:48.561Z | real 6:58.490930083 |
2773 | 2025-06-18T17:56:48.561Z | user 38:12.945871002 |
2774 | 2025-06-18T17:56:48.561Z | sys 6:36.453454062 |
2775 | 2025-06-18T17:56:48.561Z | trap 1.067615570 |
2776 | 2025-06-18T17:56:48.579Z | tflt 0.519328743 |
2777 | 2025-06-18T17:56:48.579Z | dflt 0.206935222 |
2778 | 2025-06-18T17:56:48.579Z | kflt 0.001036027 |
2779 | 2025-06-18T17:56:48.579Z | lock 53:22.173749426 |
2780 | 2025-06-18T17:56:48.579Z | slp 2:06:55.895569095 |
2781 | 2025-06-18T17:56:48.579Z | lat 1:54.484082722 |
2782 | 2025-06-18T17:56:48.579Z | stop 13:14.363061411 |
2783 | 2025-06-18T17:56:48.579Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2784 | 2025-06-18T17:56:48.579Z | + ptime -m cargo doc --workspace --no-deps |
2785 | 2025-06-18T17:56:49.267Z | warning: output filename collision. |
2786 | 2025-06-18T17:56:49.267Z | 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)`. |
2787 | 2025-06-18T17:56:49.267Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2788 | 2025-06-18T17:56:49.268Z | The targets should have unique names. |
2789 | 2025-06-18T17:56:49.268Z | This is a known bug where multiple crates with the same name use |
2790 | 2025-06-18T17:56:49.268Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2791 | 2025-06-18T17:56:50.122Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2792 | 2025-06-18T17:56:50.341Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2793 | 2025-06-18T17:56:50.367Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2794 | 2025-06-18T17:56:50.427Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2795 | 2025-06-18T17:56:50.466Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
2796 | 2025-06-18T17:56:50.470Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2797 | 2025-06-18T17:56:50.470Z | Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
2798 | 2025-06-18T17:56:50.716Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2799 | 2025-06-18T17:56:50.749Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2800 | 2025-06-18T17:56:50.782Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2801 | 2025-06-18T17:56:50.811Z | Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
2802 | 2025-06-18T17:56:51.030Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2803 | 2025-06-18T17:56:51.066Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2804 | 2025-06-18T17:56:51.155Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2805 | 2025-06-18T17:56:51.420Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2806 | 2025-06-18T17:56:51.455Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2807 | 2025-06-18T17:56:51.500Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2808 | 2025-06-18T17:56:51.532Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2809 | 2025-06-18T17:56:51.792Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2810 | 2025-06-18T17:56:51.836Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
2811 | 2025-06-18T17:56:52.145Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2812 | 2025-06-18T17:56:52.175Z | Checking nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
2813 | 2025-06-18T17:56:52.478Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2814 | 2025-06-18T17:56:52.744Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2815 | 2025-06-18T17:56:52.850Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2816 | 2025-06-18T17:56:52.880Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
2817 | 2025-06-18T17:56:53.110Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2818 | 2025-06-18T17:56:53.273Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
2819 | 2025-06-18T17:56:53.343Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2820 | 2025-06-18T17:56:53.541Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2821 | 2025-06-18T17:56:53.725Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2822 | 2025-06-18T17:56:53.950Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2823 | 2025-06-18T17:56:54.087Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2824 | 2025-06-18T17:56:54.344Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2825 | 2025-06-18T17:56:54.389Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
2826 | 2025-06-18T17:56:54.555Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2827 | 2025-06-18T17:56:54.618Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2828 | 2025-06-18T17:56:54.774Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2829 | 2025-06-18T17:56:54.916Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2830 | 2025-06-18T17:56:54.990Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2831 | 2025-06-18T17:56:55.022Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2832 | 2025-06-18T17:56:55.054Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2833 | 2025-06-18T17:56:55.130Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2834 | 2025-06-18T17:56:55.273Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
2835 | 2025-06-18T17:56:55.346Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
2836 | 2025-06-18T17:56:55.429Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
2837 | 2025-06-18T17:56:55.494Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2838 | 2025-06-18T17:56:55.535Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
2839 | 2025-06-18T17:56:55.587Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2840 | 2025-06-18T17:56:55.760Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2841 | 2025-06-18T17:56:56.057Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
2842 | 2025-06-18T17:56:56.086Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
2843 | 2025-06-18T17:56:56.116Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2844 | 2025-06-18T17:56:56.195Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2845 | 2025-06-18T17:56:56.397Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2846 | 2025-06-18T17:56:56.523Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2847 | 2025-06-18T17:56:57.140Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2848 | 2025-06-18T17:56:57.663Z | Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
2849 | 2025-06-18T17:56:58.668Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2850 | 2025-06-18T17:56:59.169Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2851 | 2025-06-18T17:57:01.110Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2852 | 2025-06-18T17:57:02.475Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2853 | 2025-06-18T17:57:02.600Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2854 | 2025-06-18T17:57:02.905Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2855 | 2025-06-18T17:57:05.028Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2856 | 2025-06-18T17:57:05.626Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2857 | 2025-06-18T17:57:05.790Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2858 | 2025-06-18T17:57:05.982Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2859 | 2025-06-18T17:57:06.961Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2860 | 2025-06-18T17:57:07.766Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2861 | 2025-06-18T17:57:08.200Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2862 | 2025-06-18T17:57:09.333Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2863 | 2025-06-18T17:57:10.489Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2864 | 2025-06-18T17:57:10.520Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2865 | 2025-06-18T17:57:10.754Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2866 | 2025-06-18T17:57:10.987Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2867 | 2025-06-18T17:57:11.308Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
2868 | 2025-06-18T17:57:14.207Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2869 | 2025-06-18T17:57:16.324Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2870 | 2025-06-18T17:57:18.182Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
2871 | 2025-06-18T17:57:19.523Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2872 | 2025-06-18T17:57:19.704Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2873 | 2025-06-18T17:57:20.073Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2874 | 2025-06-18T17:57:20.192Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2875 | 2025-06-18T17:57:21.383Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2876 | 2025-06-18T17:57:21.600Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2877 | 2025-06-18T17:57:21.697Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
2878 | 2025-06-18T17:57:21.881Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2879 | 2025-06-18T17:57:22.065Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2880 | 2025-06-18T17:57:23.205Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2881 | 2025-06-18T17:57:23.749Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2882 | 2025-06-18T17:57:23.885Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2883 | 2025-06-18T17:57:24.332Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2884 | 2025-06-18T17:57:25.776Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2885 | 2025-06-18T17:57:26.126Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2886 | 2025-06-18T17:57:26.197Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2887 | 2025-06-18T17:57:26.320Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2888 | 2025-06-18T17:57:26.844Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
2889 | 2025-06-18T17:57:27.001Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2890 | 2025-06-18T17:57:27.307Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
2891 | 2025-06-18T17:57:28.303Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
2892 | 2025-06-18T17:57:28.502Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2893 | 2025-06-18T17:57:28.892Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2894 | 2025-06-18T17:57:29.012Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2895 | 2025-06-18T17:57:29.225Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2896 | 2025-06-18T17:57:29.344Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2897 | 2025-06-18T17:57:29.352Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
2898 | 2025-06-18T17:57:29.683Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2899 | 2025-06-18T17:57:30.191Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2900 | 2025-06-18T17:57:30.306Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2901 | 2025-06-18T17:57:30.582Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2902 | 2025-06-18T17:57:30.636Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2903 | 2025-06-18T17:57:30.850Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2904 | 2025-06-18T17:57:30.959Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2905 | 2025-06-18T17:57:31.372Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2906 | 2025-06-18T17:57:31.709Z | Checking sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images) |
2907 | 2025-06-18T17:57:32.298Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2908 | 2025-06-18T17:57:32.812Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2909 | 2025-06-18T17:57:32.848Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
2910 | 2025-06-18T17:57:33.281Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2911 | 2025-06-18T17:57:34.908Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2912 | 2025-06-18T17:57:34.935Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2913 | 2025-06-18T17:57:34.935Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2914 | 2025-06-18T17:57:34.936Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2915 | 2025-06-18T17:57:35.365Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2916 | 2025-06-18T17:57:35.456Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2917 | 2025-06-18T17:57:36.252Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2918 | 2025-06-18T17:57:36.476Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2919 | 2025-06-18T17:57:37.044Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2920 | 2025-06-18T17:57:37.214Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2921 | 2025-06-18T17:57:37.946Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2922 | 2025-06-18T17:57:38.406Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2923 | 2025-06-18T17:57:39.628Z | Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
2924 | 2025-06-18T17:57:40.203Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2925 | 2025-06-18T17:57:40.327Z | Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
2926 | 2025-06-18T17:57:40.587Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
2927 | 2025-06-18T17:57:42.048Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2928 | 2025-06-18T17:57:42.892Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2929 | 2025-06-18T17:57:42.952Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2930 | 2025-06-18T17:57:42.985Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2931 | 2025-06-18T17:57:43.295Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2932 | 2025-06-18T17:57:44.088Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2933 | 2025-06-18T17:57:44.349Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2934 | 2025-06-18T17:57:45.441Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2935 | 2025-06-18T17:57:45.500Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2936 | 2025-06-18T17:57:45.999Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2937 | 2025-06-18T17:57:47.888Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2938 | 2025-06-18T17:57:49.022Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2939 | 2025-06-18T17:57:50.894Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2940 | 2025-06-18T17:57:54.910Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2941 | 2025-06-18T17:57:55.576Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2942 | 2025-06-18T17:57:55.760Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2943 | 2025-06-18T17:57:56.013Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2944 | 2025-06-18T17:57:56.943Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2945 | 2025-06-18T17:57:58.637Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2946 | 2025-06-18T17:58:02.944Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2947 | 2025-06-18T17:58:03.655Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2948 | 2025-06-18T17:58:04.017Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2949 | 2025-06-18T17:58:04.081Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2950 | 2025-06-18T17:58:05.410Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2951 | 2025-06-18T17:58:08.481Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2952 | 2025-06-18T17:58:08.535Z | Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2953 | 2025-06-18T17:58:16.689Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2954 | 2025-06-18T17:58:16.739Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2955 | 2025-06-18T17:58:16.761Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2956 | 2025-06-18T17:58:16.761Z | Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
2957 | 2025-06-18T17:58:16.855Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2958 | 2025-06-18T17:58:17.445Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
2959 | 2025-06-18T17:58:19.938Z | Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
2960 | 2025-06-18T17:58:19.993Z | Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
2961 | 2025-06-18T17:58:20.959Z | Documenting sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images) |
2962 | 2025-06-18T17:58:22.022Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2963 | 2025-06-18T17:58:22.088Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2964 | 2025-06-18T17:58:24.448Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2965 | 2025-06-18T17:58:24.600Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2966 | 2025-06-18T17:58:24.782Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2967 | 2025-06-18T17:58:26.335Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2968 | 2025-06-18T17:58:28.852Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2969 | 2025-06-18T17:58:29.884Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2970 | 2025-06-18T17:58:30.247Z | Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
2971 | 2025-06-18T17:58:30.308Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2972 | 2025-06-18T17:58:34.157Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2973 | 2025-06-18T17:58:34.763Z | Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
2974 | 2025-06-18T17:58:34.837Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2975 | 2025-06-18T17:58:35.711Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2976 | 2025-06-18T17:58:35.857Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2977 | 2025-06-18T17:58:38.641Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2978 | 2025-06-18T17:58:38.875Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2979 | 2025-06-18T17:58:40.572Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2980 | 2025-06-18T17:58:41.209Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2981 | 2025-06-18T17:58:41.330Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2982 | 2025-06-18T17:58:42.241Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2983 | 2025-06-18T17:58:43.047Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2984 | 2025-06-18T17:58:43.474Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2985 | 2025-06-18T17:58:45.106Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2986 | 2025-06-18T17:58:45.588Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2987 | 2025-06-18T17:58:45.791Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2988 | 2025-06-18T17:58:47.231Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2989 | 2025-06-18T17:58:47.878Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2990 | 2025-06-18T17:58:49.412Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2991 | 2025-06-18T17:58:49.602Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2992 | 2025-06-18T17:58:50.030Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2993 | 2025-06-18T17:58:50.845Z | Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
2994 | 2025-06-18T17:58:51.692Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2995 | 2025-06-18T17:58:51.763Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2996 | 2025-06-18T17:58:53.249Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2997 | 2025-06-18T17:58:53.316Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2998 | 2025-06-18T17:58:55.369Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2999 | 2025-06-18T17:58:57.214Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
3000 | 2025-06-18T17:58:57.488Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3001 | 2025-06-18T17:58:57.499Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3002 | 2025-06-18T17:58:57.730Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
3003 | 2025-06-18T17:58:58.570Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
3004 | 2025-06-18T17:58:58.664Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
3005 | 2025-06-18T17:58:59.365Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
3006 | 2025-06-18T17:59:01.306Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3007 | 2025-06-18T17:59:01.309Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3008 | 2025-06-18T17:59:01.810Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
3009 | 2025-06-18T17:59:02.130Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3010 | 2025-06-18T17:59:02.435Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3011 | 2025-06-18T17:59:03.297Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
3012 | 2025-06-18T17:59:05.454Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
3013 | 2025-06-18T17:59:06.365Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3014 | 2025-06-18T17:59:06.512Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3015 | 2025-06-18T17:59:06.573Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
3016 | 2025-06-18T17:59:06.576Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
3017 | 2025-06-18T17:59:06.847Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
3018 | 2025-06-18T17:59:07.184Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
3019 | 2025-06-18T17:59:09.507Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3020 | 2025-06-18T17:59:10.219Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
3021 | 2025-06-18T17:59:10.822Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3022 | 2025-06-18T17:59:10.914Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3023 | 2025-06-18T17:59:11.100Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3024 | 2025-06-18T17:59:11.162Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3025 | 2025-06-18T17:59:12.077Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3026 | 2025-06-18T17:59:12.171Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3027 | 2025-06-18T17:59:12.392Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3028 | 2025-06-18T17:59:12.833Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3029 | 2025-06-18T17:59:12.873Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3030 | 2025-06-18T17:59:14.573Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3031 | 2025-06-18T17:59:15.490Z | Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
3032 | 2025-06-18T17:59:15.853Z | Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
3033 | 2025-06-18T17:59:20.834Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3034 | 2025-06-18T17:59:21.403Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3035 | 2025-06-18T17:59:21.493Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
3036 | 2025-06-18T17:59:21.785Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3037 | 2025-06-18T17:59:24.132Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
3038 | 2025-06-18T17:59:24.366Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
3039 | 2025-06-18T17:59:25.361Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3040 | 2025-06-18T17:59:26.289Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
3041 | 2025-06-18T17:59:28.148Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3042 | 2025-06-18T17:59:28.823Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
3043 | 2025-06-18T17:59:29.244Z | Documenting id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
3044 | 2025-06-18T17:59:30.165Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
3045 | 2025-06-18T17:59:30.326Z | Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
3046 | 2025-06-18T17:59:30.742Z | Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
3047 | 2025-06-18T17:59:31.765Z | Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
3048 | 2025-06-18T17:59:31.935Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3049 | 2025-06-18T17:59:31.966Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
3050 | 2025-06-18T17:59:32.855Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3051 | 2025-06-18T17:59:33.001Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
3052 | 2025-06-18T17:59:33.051Z | Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
3053 | 2025-06-18T17:59:33.127Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3054 | 2025-06-18T17:59:34.145Z | Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
3055 | 2025-06-18T17:59:34.216Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
3056 | 2025-06-18T17:59:34.611Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
3057 | 2025-06-18T17:59:34.700Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
3058 | 2025-06-18T17:59:35.258Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3059 | 2025-06-18T17:59:35.599Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
3060 | 2025-06-18T17:59:35.632Z | Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
3061 | 2025-06-18T17:59:35.662Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
3062 | 2025-06-18T17:59:36.410Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
3063 | 2025-06-18T17:59:36.591Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
3064 | 2025-06-18T17:59:37.105Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3065 | 2025-06-18T17:59:37.414Z | Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
3066 | 2025-06-18T17:59:37.479Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
3067 | 2025-06-18T17:59:37.509Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
3068 | 2025-06-18T18:00:11.427Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3069 | 2025-06-18T18:00:18.767Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 30s |
3070 | 2025-06-18T18:00:18.963Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 161 other files |
3071 | 2025-06-18T18:00:19.049Z | |
3072 | 2025-06-18T18:00:19.053Z | real 3:30.869371442 |
3073 | 2025-06-18T18:00:19.053Z | user 20:10.504673347 |
3074 | 2025-06-18T18:00:19.053Z | sys 3:03.988159950 |
3075 | 2025-06-18T18:00:19.053Z | trap 0.532458079 |
3076 | 2025-06-18T18:00:19.053Z | tflt 0.202648824 |
3077 | 2025-06-18T18:00:19.053Z | dflt 0.070015403 |
3078 | 2025-06-18T18:00:19.053Z | kflt 0.000477339 |
3079 | 2025-06-18T18:00:19.053Z | lock 25:35.154525385 |
3080 | 2025-06-18T18:00:19.053Z | slp 57:10.158874765 |
3081 | 2025-06-18T18:00:19.053Z | lat 1:16.543214465 |
3082 | 2025-06-18T18:00:19.053Z | stop 1:54.232635316 |
3083 | 2025-06-18T18:00:19.053Z | process exited: duration 906457 ms, exit code 0 |
|
3084 | 2025-06-18T18:00:19.060Z | found 0 output files |