|
|
|
1 | 2025-07-23T19:05:44.207Z | job assigned to worker 01K0WAS92TRBV66KPTS5GK7YMQ [factory aws, i-0708463c70bac2115] (queued for 53 s) |
|
2 | 2025-07-23T19:05:53.052Z | starting task 0: "setup" |
3 | 2025-07-23T19:05:53.057Z | ++ uname -s |
4 | 2025-07-23T19:05:53.060Z | + kern=SunOS |
5 | 2025-07-23T19:05:53.060Z | + build_user=build |
6 | 2025-07-23T19:05:53.060Z | + build_uid=12345 |
7 | 2025-07-23T19:05:53.061Z | + work_dir=/work |
8 | 2025-07-23T19:05:53.061Z | + input_dir=/input |
9 | 2025-07-23T19:05:53.061Z | + [[ 0 == 12345 ]] |
10 | 2025-07-23T19:05:53.061Z | + case "$kern" in |
11 | 2025-07-23T19:05:53.061Z | + groupadd -g 12345 build |
12 | 2025-07-23T19:05:53.066Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-07-23T19:05:55.070Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-07-23T19:05:55.252Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-07-23T19:05:55.255Z | + home_fs=zfs |
16 | 2025-07-23T19:05:55.255Z | + [[ zfs == autofs ]] |
17 | 2025-07-23T19:05:55.255Z | + mkdir -p /home/build |
18 | 2025-07-23T19:05:55.259Z | + chown build:build /home/build /work |
19 | 2025-07-23T19:05:57.259Z | + chmod 0700 /home/build /work |
20 | 2025-07-23T19:05:57.262Z | process exited: duration 4211 ms, exit code 0 |
|
21 | 2025-07-23T19:05:57.278Z | starting task 1: "rust-toolchain" |
22 | 2025-07-23T19:05:57.284Z | * rust toolchain channel = "1.88.0" |
23 | 2025-07-23T19:05:57.284Z | + printf ' * rust toolchain channel = "%s"\n' 1.88.0 |
24 | 2025-07-23T19:05:57.284Z | * rust toolchain profile = "default" |
25 | 2025-07-23T19:05:57.284Z | + printf ' * rust toolchain profile = "%s"\n' default |
26 | 2025-07-23T19:05:57.284Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-07-23T19:05:57.284Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-07-23T19:05:57.288Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-07-23T19:05:57.288Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.88.0 --profile default |
30 | 2025-07-23T19:05:57.405Z | info: downloading installer |
31 | 2025-07-23T19:05:58.639Z | warn: It looks like you have an existing installation of Rust at: |
32 | 2025-07-23T19:05:58.640Z | warn: /opt/ooce/bin |
33 | 2025-07-23T19:05:58.640Z | warn: It is recommended that rustup be the primary Rust installation. |
34 | 2025-07-23T19:05:58.640Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
35 | 2025-07-23T19:05:58.640Z | warn: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-07-23T19:05:58.640Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-07-23T19:05:58.640Z | warn: or pass `-y' to ignore all ignorable checks. |
38 | 2025-07-23T19:05:58.640Z | error: cannot install while Rust is installed |
39 | 2025-07-23T19:05:58.640Z | warn: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-07-23T19:05:58.654Z | info: profile set to 'default' |
41 | 2025-07-23T19:05:58.654Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-07-23T19:05:58.660Z | info: syncing channel updates for '1.88.0-x86_64-unknown-illumos' |
43 | 2025-07-23T19:05:58.825Z | info: latest update on 2025-06-26, rust version 1.88.0 (6b00bc388 2025-06-23) |
44 | 2025-07-23T19:05:58.825Z | info: downloading component 'cargo' |
45 | 2025-07-23T19:05:59.808Z | info: downloading component 'clippy' |
46 | 2025-07-23T19:06:00.188Z | info: downloading component 'rust-docs' |
47 | 2025-07-23T19:06:01.659Z | info: downloading component 'rust-std' |
48 | 2025-07-23T19:06:03.129Z | info: downloading component 'rustc' |
49 | 2025-07-23T19:06:10.434Z | info: downloading component 'rustfmt' |
50 | 2025-07-23T19:06:10.658Z | info: installing component 'cargo' |
51 | 2025-07-23T19:06:11.553Z | info: installing component 'clippy' |
52 | 2025-07-23T19:06:11.946Z | info: installing component 'rust-docs' |
53 | 2025-07-23T19:06:13.787Z | info: installing component 'rust-std' |
54 | 2025-07-23T19:06:15.546Z | info: installing component 'rustc' |
55 | 2025-07-23T19:06:22.142Z | info: installing component 'rustfmt' |
56 | 2025-07-23T19:06:22.476Z | info: default toolchain set to '1.88.0-x86_64-unknown-illumos' |
57 | 2025-07-23T19:06:22.477Z | |
58 | 2025-07-23T19:06:22.897Z | 1.88.0-x86_64-unknown-illumos installed - rustc 1.88.0 (6b00bc388 2025-06-23) |
59 | 2025-07-23T19:06:22.897Z | |
60 | 2025-07-23T19:06:22.900Z | |
61 | 2025-07-23T19:06:22.901Z | Rust is installed now. Great! |
62 | 2025-07-23T19:06:22.901Z | |
63 | 2025-07-23T19:06:22.901Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-07-23T19:06:22.901Z | environment variable. This has not been done automatically. |
65 | 2025-07-23T19:06:22.901Z | |
66 | 2025-07-23T19:06:22.901Z | To configure your current shell, you need to source |
67 | 2025-07-23T19:06:22.901Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-07-23T19:06:22.901Z | |
69 | 2025-07-23T19:06:22.901Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-07-23T19:06:22.901Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-07-23T19:06:22.901Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-07-23T19:06:22.901Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
73 | 2025-07-23T19:06:23.087Z | + rustup --version |
74 | 2025-07-23T19:06:23.252Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
75 | 2025-07-23T19:06:23.252Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
76 | 2025-07-23T19:06:23.426Z | info: The currently active `rustc` version is `rustc 1.88.0 (6b00bc388 2025-06-23)` |
77 | 2025-07-23T19:06:23.426Z | + cargo --version |
78 | 2025-07-23T19:06:23.426Z | cargo 1.88.0 (873a06493 2025-05-10) |
79 | 2025-07-23T19:06:23.426Z | + rustc --version |
80 | 2025-07-23T19:06:23.445Z | rustc 1.88.0 (6b00bc388 2025-06-23) |
81 | 2025-07-23T19:06:23.445Z | process exited: duration 25982 ms, exit code 0 |
|
82 | 2025-07-23T19:06:23.461Z | starting task 2: "authentication" |
83 | 2025-07-23T19:06:23.490Z | process exited: duration 28 ms, exit code 0 |
|
84 | 2025-07-23T19:06:23.496Z | starting task 3: "clone repository" |
85 | 2025-07-23T19:06:23.503Z | + mkdir -p /work/oxidecomputer/omicron |
86 | 2025-07-23T19:06:23.508Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
87 | 2025-07-23T19:06:23.542Z | Cloning into '/work/oxidecomputer/omicron'... |
88 | 2025-07-23T19:06:33.126Z | + cd /work/oxidecomputer/omicron |
89 | 2025-07-23T19:06:33.146Z | + git fetch origin 342fca65242b09f038b3a87af934761208ad3952 |
90 | 2025-07-23T19:06:33.437Z | From https://github.com/oxidecomputer/omicron |
91 | 2025-07-23T19:06:33.437Z | * branch 342fca65242b09f038b3a87af934761208ad3952 -> FETCH_HEAD |
92 | 2025-07-23T19:06:33.446Z | + [[ -n inventory-display-ntp ]] |
93 | 2025-07-23T19:06:33.451Z | ++ git branch --show-current |
94 | 2025-07-23T19:06:33.451Z | + current=main |
95 | 2025-07-23T19:06:33.451Z | + [[ main != inventory-display-ntp ]] |
96 | 2025-07-23T19:06:33.451Z | + git branch -f inventory-display-ntp 342fca65242b09f038b3a87af934761208ad3952 |
97 | 2025-07-23T19:06:33.456Z | + git checkout -f inventory-display-ntp |
98 | 2025-07-23T19:06:33.698Z | Switched to branch 'inventory-display-ntp' |
99 | 2025-07-23T19:06:33.704Z | + git reset --hard 342fca65242b09f038b3a87af934761208ad3952 |
100 | 2025-07-23T19:06:33.950Z | HEAD is now at 342fca652 [inventory] Add display implementation for NTP timesync |
101 | 2025-07-23T19:06:33.960Z | process exited: duration 10448 ms, exit code 0 |
|
102 | 2025-07-23T19:06:33.996Z | starting task 4: "build" |
103 | 2025-07-23T19:06:34.000Z | + source .github/buildomat/ci-env.sh |
104 | 2025-07-23T19:06:34.001Z | ++ export CARGO_TERM_COLOR=always |
105 | 2025-07-23T19:06:34.001Z | ++ CARGO_TERM_COLOR=always |
106 | 2025-07-23T19:06:34.003Z | + cargo --version |
107 | 2025-07-23T19:06:34.052Z | cargo 1.88.0 (873a06493 2025-05-10) |
108 | 2025-07-23T19:06:34.058Z | + rustc --version |
109 | 2025-07-23T19:06:34.112Z | rustc 1.88.0 (6b00bc388 2025-06-23) |
110 | 2025-07-23T19:06:34.121Z | + source ./env.sh |
111 | 2025-07-23T19:06:34.121Z | ++ OLD_SHELL_OPTS=ehxB |
112 | 2025-07-23T19:06:34.121Z | ++ set -o xtrace |
113 | 2025-07-23T19:06:34.128Z | ++++ dirname ./env.sh |
114 | 2025-07-23T19:06:34.128Z | +++ readlink -f . |
115 | 2025-07-23T19:06:34.128Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
116 | 2025-07-23T19:06:34.129Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
117 | 2025-07-23T19:06:34.129Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
118 | 2025-07-23T19:06:34.129Z | ++ 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 |
119 | 2025-07-23T19:06:34.129Z | ++ 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 |
120 | 2025-07-23T19:06:34.129Z | ++ 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 |
121 | 2025-07-23T19:06:34.129Z | ++ 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 |
122 | 2025-07-23T19:06:34.130Z | ++ 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 |
123 | 2025-07-23T19:06:34.130Z | ++ 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 |
124 | 2025-07-23T19:06:34.130Z | ++ case $OLD_SHELL_OPTS in |
125 | 2025-07-23T19:06:34.130Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
126 | 2025-07-23T19:06:34.130Z | + 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:/work/oxidecomputer/omicron/out/cargo-hack |
127 | 2025-07-23T19:06:34.130Z | + 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:/work/oxidecomputer/omicron/out/cargo-hack |
128 | 2025-07-23T19:06:34.130Z | + banner prerequisites |
129 | 2025-07-23T19:06:34.130Z | |
130 | 2025-07-23T19:06:34.130Z | ##### ##### ###### ##### ###### #### # # # #### # |
131 | 2025-07-23T19:06:34.130Z | # # # # # # # # # # # # # # # |
132 | 2025-07-23T19:06:34.130Z | # # # # ##### # # ##### # # # # # #### # |
133 | 2025-07-23T19:06:34.130Z | ##### ##### # ##### # # # # # # # # # |
134 | 2025-07-23T19:06:34.131Z | # # # # # # # # # # # # # # # |
135 | 2025-07-23T19:06:34.131Z | # # # ###### # # ###### ### # #### # #### # |
136 | 2025-07-23T19:06:34.131Z | |
137 | 2025-07-23T19:06:34.131Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
138 | 2025-07-23T19:06:44.558Z | Startup: Refreshing catalog 'helios-dev' ... Done |
139 | 2025-07-23T19:06:53.296Z | Startup: Caching catalogs ... Done |
140 | 2025-07-23T19:06:56.848Z | Planning: Solver setup ... Done (3.877s) |
141 | 2025-07-23T19:06:56.881Z | Planning: Running solver ... Done (0.035s) |
142 | 2025-07-23T19:06:56.976Z | Planning: Finding local manifests ... Done (0.003s) |
143 | 2025-07-23T19:06:56.989Z | Planning: Fetching manifests: 0/4 0% complete |
144 | 2025-07-23T19:06:57.125Z | Planning: Fetching manifests: 4/4 100% complete |
145 | 2025-07-23T19:06:57.175Z | Planning: Package planning ... Done (0.050s) |
146 | 2025-07-23T19:06:57.226Z | Planning: Merging actions ... Done (0.051s) |
147 | 2025-07-23T19:06:57.516Z | Planning: Checking for conflicting actions ... Done (0.290s) |
148 | 2025-07-23T19:06:57.528Z | Planning: Consolidating action changes ... Done (0.011s) |
149 | 2025-07-23T19:06:58.563Z | Planning: Evaluating mediators ... Done (1.035s) |
150 | 2025-07-23T19:06:58.573Z | Planning: Planning completed in 6.88 seconds |
151 | 2025-07-23T19:06:58.589Z | Packages to install: 4 |
152 | 2025-07-23T19:06:58.589Z | Mediators to change: 2 |
153 | 2025-07-23T19:06:58.593Z | Services to change: 1 |
154 | 2025-07-23T19:06:58.593Z | Estimated space available: 155.50 GB |
155 | 2025-07-23T19:06:58.593Z | Estimated space to be consumed: 1.70 GB |
156 | 2025-07-23T19:06:58.593Z | Create boot environment: No |
157 | 2025-07-23T19:06:58.593Z | Create backup boot environment: No |
158 | 2025-07-23T19:06:58.593Z | Rebuild boot archive: No |
159 | 2025-07-23T19:06:58.593Z | |
160 | 2025-07-23T19:06:58.593Z | Changed mediators: |
161 | 2025-07-23T19:06:58.593Z | mediator clang: |
162 | 2025-07-23T19:06:58.593Z | version: None -> 15 (system default) |
163 | 2025-07-23T19:06:58.593Z | |
164 | 2025-07-23T19:06:58.593Z | mediator llvm: |
165 | 2025-07-23T19:06:58.593Z | version: 14 (system default) -> 15 (system default) |
166 | 2025-07-23T19:06:58.593Z | |
167 | 2025-07-23T19:06:58.593Z | Changed packages: |
168 | 2025-07-23T19:06:58.593Z | helios-dev |
169 | 2025-07-23T19:06:58.593Z | developer/build-essential |
170 | 2025-07-23T19:06:58.594Z | None -> 11-2.0 |
171 | 2025-07-23T19:06:58.594Z | library/libxmlsec1 |
172 | 2025-07-23T19:06:58.594Z | None -> 1.2.35-2.0 |
173 | 2025-07-23T19:06:58.594Z | ooce/developer/clang-15 |
174 | 2025-07-23T19:06:58.594Z | None -> 15.0.7-2.0 |
175 | 2025-07-23T19:06:58.594Z | ooce/developer/llvm-15 |
176 | 2025-07-23T19:06:58.594Z | None -> 15.0.7-2.0 |
177 | 2025-07-23T19:06:58.594Z | |
178 | 2025-07-23T19:06:58.594Z | Services: |
179 | 2025-07-23T19:06:58.594Z | restart_fmri: |
180 | 2025-07-23T19:06:58.594Z | svc:/system/update-man-index:default |
181 | 2025-07-23T19:06:58.644Z | |
182 | 2025-07-23T19:06:58.644Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
183 | 2025-07-23T19:07:03.650Z | Download: 1678/3290 items 117.9/212.6MB 55% complete (23.9M/s) |
184 | 2025-07-23T19:07:08.801Z | Download: 3244/3290 items 203.0/212.6MB 95% complete (20.6M/s) |
185 | 2025-07-23T19:07:12.088Z | Download: Completed 212.60 MB in 12.51 seconds (17.0M/s) |
186 | 2025-07-23T19:07:12.123Z | Actions: 1/3689 actions (Installing new actions) |
187 | 2025-07-23T19:07:16.029Z | Actions: Completed 3689 actions in 4.62 seconds. |
188 | 2025-07-23T19:07:16.629Z | Done (0.595s) |
189 | 2025-07-23T19:07:16.629Z | Done (0.000s) |
190 | 2025-07-23T19:07:17.488Z | Done (0.859s) |
191 | 2025-07-23T19:07:21.868Z | Done (4.071s) |
192 | 2025-07-23T19:07:21.960Z | Done (0.019s) |
193 | 2025-07-23T19:07:21.964Z | Done (0.000s) |
194 | 2025-07-23T19:07:22.111Z | Done (0.000s) |
195 | 2025-07-23T19:07:22.966Z | Planning: Evaluating mediator changes ... Done |
196 | 2025-07-23T19:07:23.127Z | Planning: Checking for conflicting actions ... Done |
197 | 2025-07-23T19:07:23.131Z | Planning: Consolidating action changes ... Done |
198 | 2025-07-23T19:07:23.412Z | Planning: Evaluating mediators ... Done |
199 | 2025-07-23T19:07:23.417Z | Planning: Planning completed in 0.45 seconds |
200 | 2025-07-23T19:07:23.449Z | Mediators to change: 2 |
201 | 2025-07-23T19:07:23.449Z | Create boot environment: No |
202 | 2025-07-23T19:07:23.455Z | Create backup boot environment: No |
203 | 2025-07-23T19:07:23.610Z | Done |
204 | 2025-07-23T19:07:23.610Z | Done |
205 | 2025-07-23T19:07:24.211Z | Done |
206 | 2025-07-23T19:07:27.952Z | Done |
207 | 2025-07-23T19:07:28.038Z | Done |
208 | 2025-07-23T19:07:28.041Z | Done |
209 | 2025-07-23T19:07:28.195Z | Done |
210 | 2025-07-23T19:07:28.832Z | Planning: Evaluating mediator changes ... Done |
211 | 2025-07-23T19:07:28.836Z | Planning: Merging actions ... Done |
212 | 2025-07-23T19:07:29.028Z | Planning: Checking for conflicting actions ... Done |
213 | 2025-07-23T19:07:29.031Z | Planning: Consolidating action changes ... Done |
214 | 2025-07-23T19:07:29.306Z | Planning: Evaluating mediators ... Done |
215 | 2025-07-23T19:07:29.365Z | Planning: Planning completed in 0.79 seconds |
216 | 2025-07-23T19:07:29.401Z | Packages to change: 1 |
217 | 2025-07-23T19:07:29.401Z | Mediators to change: 1 |
218 | 2025-07-23T19:07:29.405Z | Services to change: 1 |
219 | 2025-07-23T19:07:29.405Z | Create boot environment: No |
220 | 2025-07-23T19:07:29.405Z | Create backup boot environment: Yes |
221 | 2025-07-23T19:07:31.768Z | Actions: 1/6 actions (Updating modified actions) |
222 | 2025-07-23T19:07:31.772Z | Actions: Completed 6 actions in 0.00 seconds. |
223 | 2025-07-23T19:07:31.772Z | Done |
224 | 2025-07-23T19:07:31.772Z | Done |
225 | 2025-07-23T19:07:31.944Z | Done |
226 | 2025-07-23T19:07:35.649Z | Done |
227 | 2025-07-23T19:07:35.740Z | Done |
228 | 2025-07-23T19:07:35.745Z | Done |
229 | 2025-07-23T19:07:35.885Z | Done |
230 | 2025-07-23T19:07:39.342Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
231 | 2025-07-23T19:07:39.342Z | clang system 15 system |
232 | 2025-07-23T19:07:39.342Z | csh system system illumos |
233 | 2025-07-23T19:07:39.342Z | ctags system system illumos |
234 | 2025-07-23T19:07:39.342Z | file system system illumos |
235 | 2025-07-23T19:07:39.342Z | gcc vendor 12 vendor |
236 | 2025-07-23T19:07:39.342Z | gcc system 10 system |
237 | 2025-07-23T19:07:39.343Z | gcc system 7 system |
238 | 2025-07-23T19:07:39.343Z | go system 1.20 system |
239 | 2025-07-23T19:07:39.343Z | go system 1.19 system |
240 | 2025-07-23T19:07:39.343Z | llvm system 15 system |
241 | 2025-07-23T19:07:39.343Z | llvm system 14 system |
242 | 2025-07-23T19:07:39.343Z | mariadb system 10.6 system |
243 | 2025-07-23T19:07:39.343Z | mta vendor vendor dma |
244 | 2025-07-23T19:07:39.343Z | openjdk system 17 system |
245 | 2025-07-23T19:07:39.343Z | openjdk system 11 system |
246 | 2025-07-23T19:07:39.343Z | openjdk system 1.8 system |
247 | 2025-07-23T19:07:39.343Z | openssl vendor 3 vendor |
248 | 2025-07-23T19:07:39.343Z | perl system 5.36 system |
249 | 2025-07-23T19:07:39.343Z | postgresql system 15 system |
250 | 2025-07-23T19:07:39.343Z | postgresql system 13 system |
251 | 2025-07-23T19:07:39.343Z | python vendor 3 vendor |
252 | 2025-07-23T19:07:39.343Z | python system 2 system |
253 | 2025-07-23T19:07:39.343Z | python3 system 3.11 system |
254 | 2025-07-23T19:07:39.343Z | ruby system 3.0 system |
255 | 2025-07-23T19:07:39.343Z | words vendor vendor american-english |
256 | 2025-07-23T19:07:39.343Z | words system system australian-english |
257 | 2025-07-23T19:07:39.343Z | words system system british-english |
258 | 2025-07-23T19:07:39.343Z | words system system canadian-english |
259 | 2025-07-23T19:07:39.343Z | words system system french |
260 | 2025-07-23T19:07:39.343Z | words system system italian |
261 | 2025-07-23T19:07:39.343Z | words system system ngerman |
262 | 2025-07-23T19:07:39.343Z | words system system ogerman |
263 | 2025-07-23T19:07:39.343Z | words system system spanish |
264 | 2025-07-23T19:07:39.376Z | PUBLISHER TYPE STATUS P LOCATION |
265 | 2025-07-23T19:07:39.376Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
266 | 2025-07-23T19:07:41.995Z | FMRI IFO |
267 | 2025-07-23T19:07:41.995Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
268 | 2025-07-23T19:07:41.995Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
269 | 2025-07-23T19:07:41.996Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
270 | 2025-07-23T19:07:41.996Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
271 | 2025-07-23T19:07:41.996Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
272 | 2025-07-23T19:07:41.996Z | pkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i-- |
273 | 2025-07-23T19:07:41.996Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
274 | 2025-07-23T19:07:41.996Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i-- |
275 | 2025-07-23T19:07:41.996Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
276 | 2025-07-23T19:07:41.996Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
277 | 2025-07-23T19:07:41.996Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i-- |
278 | 2025-07-23T19:07:41.996Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
279 | 2025-07-23T19:07:41.996Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
280 | 2025-07-23T19:07:41.996Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i-- |
281 | 2025-07-23T19:07:41.996Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
282 | 2025-07-23T19:07:41.996Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
283 | 2025-07-23T19:07:42.604Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
284 | 2025-07-23T19:07:43.027Z | Updating crates.io index |
285 | 2025-07-23T19:07:43.047Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
286 | 2025-07-23T19:07:43.124Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
287 | 2025-07-23T19:07:43.998Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
288 | 2025-07-23T19:07:44.026Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
289 | 2025-07-23T19:07:44.468Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
290 | 2025-07-23T19:07:44.633Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
291 | 2025-07-23T19:07:45.695Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
292 | 2025-07-23T19:07:47.681Z | Updating git repository `https://github.com/oxidecomputer/opte` |
293 | 2025-07-23T19:07:48.849Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
294 | 2025-07-23T19:07:49.544Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
295 | 2025-07-23T19:07:49.710Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
296 | 2025-07-23T19:07:50.385Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
297 | 2025-07-23T19:07:50.716Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
298 | 2025-07-23T19:07:51.016Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
299 | 2025-07-23T19:07:51.467Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
300 | 2025-07-23T19:07:51.972Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
301 | 2025-07-23T19:07:52.273Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
302 | 2025-07-23T19:07:52.544Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
303 | 2025-07-23T19:07:52.856Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
304 | 2025-07-23T19:07:53.095Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
305 | 2025-07-23T19:07:53.357Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
306 | 2025-07-23T19:07:53.718Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
307 | 2025-07-23T19:07:54.417Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
308 | 2025-07-23T19:07:54.452Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
309 | 2025-07-23T19:07:54.980Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
310 | 2025-07-23T19:07:55.366Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
311 | 2025-07-23T19:07:55.621Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
312 | 2025-07-23T19:07:55.985Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
313 | 2025-07-23T19:07:56.570Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
314 | 2025-07-23T19:07:56.730Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
315 | 2025-07-23T19:07:57.040Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
316 | 2025-07-23T19:07:57.327Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
317 | 2025-07-23T19:08:06.242Z | Updating git repository `https://github.com/illumos/smf-rs` |
318 | 2025-07-23T19:08:06.595Z | Updating git repository `https://github.com/oxidecomputer/rats-corim` |
319 | 2025-07-23T19:08:07.962Z | Downloading crates ... |
320 | 2025-07-23T19:08:08.024Z | Downloaded cfg-if v1.0.1 |
321 | 2025-07-23T19:08:08.030Z | Downloaded anstyle-parse v0.2.5 |
322 | 2025-07-23T19:08:08.033Z | Downloaded anstyle v1.0.11 |
323 | 2025-07-23T19:08:08.034Z | Downloaded macaddr v1.0.1 |
324 | 2025-07-23T19:08:08.034Z | Downloaded errno v0.3.12 |
325 | 2025-07-23T19:08:08.037Z | Downloaded autocfg v1.4.0 |
326 | 2025-07-23T19:08:08.037Z | Downloaded anstream v0.6.18 |
327 | 2025-07-23T19:08:08.040Z | Downloaded proc-macro-error v1.0.4 |
328 | 2025-07-23T19:08:08.043Z | Downloaded num-traits v0.2.19 |
329 | 2025-07-23T19:08:08.043Z | Downloaded tabled_derive v0.7.0 |
330 | 2025-07-23T19:08:08.046Z | Downloaded toml_write v0.1.2 |
331 | 2025-07-23T19:08:08.046Z | Downloaded tempfile v3.20.0 |
332 | 2025-07-23T19:08:08.050Z | Downloaded clap_builder v4.5.40 |
333 | 2025-07-23T19:08:08.054Z | Downloaded zerocopy-derive v0.7.35 |
334 | 2025-07-23T19:08:08.059Z | Downloaded utf8parse v0.2.2 |
335 | 2025-07-23T19:08:08.062Z | Downloaded getrandom v0.3.3 |
336 | 2025-07-23T19:08:08.065Z | Downloaded unicode-linebreak v0.1.5 |
337 | 2025-07-23T19:08:08.065Z | Downloaded toml_datetime v0.6.11 |
338 | 2025-07-23T19:08:08.068Z | Downloaded thiserror-impl v1.0.69 |
339 | 2025-07-23T19:08:08.068Z | Downloaded ucd-trie v0.1.7 |
340 | 2025-07-23T19:08:08.072Z | Downloaded typenum v1.17.0 |
341 | 2025-07-23T19:08:08.072Z | Downloaded erased-serde v0.4.6 |
342 | 2025-07-23T19:08:08.075Z | Downloaded zerovec-derive v0.10.3 |
343 | 2025-07-23T19:08:08.076Z | Downloaded zerofrom-derive v0.1.4 |
344 | 2025-07-23T19:08:08.080Z | Downloaded version_check v0.9.5 |
345 | 2025-07-23T19:08:08.080Z | Downloaded unicode-xid v0.2.6 |
346 | 2025-07-23T19:08:08.080Z | Downloaded usdt-macro v0.5.0 |
347 | 2025-07-23T19:08:08.080Z | Downloaded usdt-attr-macro v0.5.0 |
348 | 2025-07-23T19:08:08.084Z | Downloaded cpufeatures v0.2.14 |
349 | 2025-07-23T19:08:08.084Z | Downloaded utf8_iter v1.0.4 |
350 | 2025-07-23T19:08:08.091Z | Downloaded thiserror-impl v2.0.12 |
351 | 2025-07-23T19:08:08.092Z | Downloaded thread-id v4.2.2 |
352 | 2025-07-23T19:08:08.092Z | Downloaded writeable v0.5.5 |
353 | 2025-07-23T19:08:08.092Z | Downloaded tinystr v0.7.6 |
354 | 2025-07-23T19:08:08.092Z | Downloaded fs-err v3.1.1 |
355 | 2025-07-23T19:08:08.096Z | Downloaded colorchoice v1.0.2 |
356 | 2025-07-23T19:08:08.096Z | Downloaded percent-encoding v2.3.1 |
357 | 2025-07-23T19:08:08.096Z | Downloaded memmap v0.7.0 |
358 | 2025-07-23T19:08:08.096Z | Downloaded cargo_metadata v0.20.0 |
359 | 2025-07-23T19:08:08.100Z | Downloaded yoke v0.7.4 |
360 | 2025-07-23T19:08:08.100Z | Downloaded utf16_iter v1.0.5 |
361 | 2025-07-23T19:08:08.117Z | Downloaded usdt-impl v0.5.0 |
362 | 2025-07-23T19:08:08.117Z | Downloaded quote v1.0.40 |
363 | 2025-07-23T19:08:08.117Z | Downloaded thiserror v2.0.12 |
364 | 2025-07-23T19:08:08.117Z | Downloaded unicode-ident v1.0.18 |
365 | 2025-07-23T19:08:08.117Z | Downloaded icu_provider_macros v1.5.0 |
366 | 2025-07-23T19:08:08.117Z | Downloaded toml_edit v0.22.27 |
367 | 2025-07-23T19:08:08.117Z | Downloaded url v2.5.4 |
368 | 2025-07-23T19:08:08.131Z | Downloaded dtrace-parser v0.2.0 |
369 | 2025-07-23T19:08:08.131Z | Downloaded equivalent v1.0.2 |
370 | 2025-07-23T19:08:08.131Z | Downloaded swrite v0.1.0 |
371 | 2025-07-23T19:08:08.131Z | Downloaded clap_derive v4.5.40 |
372 | 2025-07-23T19:08:08.131Z | Downloaded anstyle-query v1.1.1 |
373 | 2025-07-23T19:08:08.131Z | Downloaded fastrand v2.1.1 |
374 | 2025-07-23T19:08:08.131Z | Downloaded idna_adapter v1.2.0 |
375 | 2025-07-23T19:08:08.131Z | Downloaded ordered-float v2.10.1 |
376 | 2025-07-23T19:08:08.131Z | Downloaded icu_provider v1.5.0 |
377 | 2025-07-23T19:08:08.145Z | Downloaded icu_normalizer v1.5.0 |
378 | 2025-07-23T19:08:08.152Z | Downloaded pretty-hex v0.4.1 |
379 | 2025-07-23T19:08:08.152Z | Downloaded zerovec v0.10.4 |
380 | 2025-07-23T19:08:08.152Z | Downloaded winnow v0.7.10 |
381 | 2025-07-23T19:08:08.152Z | Downloaded stable_deref_trait v1.2.0 |
382 | 2025-07-23T19:08:08.159Z | Downloaded serde_spanned v0.6.9 |
383 | 2025-07-23T19:08:08.159Z | Downloaded serde-value v0.7.0 |
384 | 2025-07-23T19:08:08.159Z | Downloaded unicode-width v0.1.14 |
385 | 2025-07-23T19:08:08.159Z | Downloaded serde_tokenstream v0.2.2 |
386 | 2025-07-23T19:08:08.164Z | Downloaded unicode-width v0.2.0 |
387 | 2025-07-23T19:08:08.164Z | Downloaded synstructure v0.13.1 |
388 | 2025-07-23T19:08:08.164Z | Downloaded litemap v0.7.3 |
389 | 2025-07-23T19:08:08.167Z | Downloaded icu_locid_transform v1.5.0 |
390 | 2025-07-23T19:08:08.167Z | Downloaded camino-tempfile v1.4.1 |
391 | 2025-07-23T19:08:08.179Z | Downloaded once_cell v1.21.3 |
392 | 2025-07-23T19:08:08.179Z | Downloaded terminal_size v0.4.0 |
393 | 2025-07-23T19:08:08.179Z | Downloaded cargo-platform v0.2.0 |
394 | 2025-07-23T19:08:08.179Z | Downloaded strsim v0.11.1 |
395 | 2025-07-23T19:08:08.179Z | Downloaded sha2 v0.10.9 |
396 | 2025-07-23T19:08:08.179Z | Downloaded cargo-util-schemas v0.2.0 |
397 | 2025-07-23T19:08:08.183Z | Downloaded smawk v0.3.2 |
398 | 2025-07-23T19:08:08.183Z | Downloaded itoa v1.0.11 |
399 | 2025-07-23T19:08:08.183Z | Downloaded block-buffer v0.10.4 |
400 | 2025-07-23T19:08:08.183Z | Downloaded pest_generator v2.7.14 |
401 | 2025-07-23T19:08:08.183Z | Downloaded serde-untagged v0.1.7 |
402 | 2025-07-23T19:08:08.189Z | Downloaded memchr v2.7.4 |
403 | 2025-07-23T19:08:08.189Z | Downloaded scroll_derive v0.12.0 |
404 | 2025-07-23T19:08:08.189Z | Downloaded pest_derive v2.7.14 |
405 | 2025-07-23T19:08:08.196Z | Downloaded indexmap v2.10.0 |
406 | 2025-07-23T19:08:08.200Z | Downloaded icu_locid_transform_data v1.5.0 |
407 | 2025-07-23T19:08:08.200Z | Downloaded proc-macro-error-attr v1.0.4 |
408 | 2025-07-23T19:08:08.200Z | Downloaded scroll v0.12.0 |
409 | 2025-07-23T19:08:08.200Z | Downloaded smallvec v1.15.0 |
410 | 2025-07-23T19:08:08.200Z | Downloaded camino v1.1.10 |
411 | 2025-07-23T19:08:08.204Z | Downloaded icu_normalizer_data v1.5.0 |
412 | 2025-07-23T19:08:08.204Z | Downloaded semver v1.0.26 |
413 | 2025-07-23T19:08:08.211Z | Downloaded ryu v1.0.18 |
414 | 2025-07-23T19:08:08.211Z | Downloaded proc-macro2 v1.0.95 |
415 | 2025-07-23T19:08:08.211Z | Downloaded bitflags v2.9.1 |
416 | 2025-07-23T19:08:08.215Z | Downloaded anyhow v1.0.98 |
417 | 2025-07-23T19:08:08.219Z | Downloaded pest_meta v2.7.14 |
418 | 2025-07-23T19:08:08.219Z | Downloaded textwrap v0.16.2 |
419 | 2025-07-23T19:08:08.222Z | Downloaded icu_properties v1.5.1 |
420 | 2025-07-23T19:08:08.222Z | Downloaded serde_derive v1.0.219 |
421 | 2025-07-23T19:08:08.227Z | Downloaded papergrid v0.11.0 |
422 | 2025-07-23T19:08:08.230Z | Downloaded cargo_toml v0.21.0 |
423 | 2025-07-23T19:08:08.230Z | Downloaded icu_collections v1.5.0 |
424 | 2025-07-23T19:08:08.235Z | Downloaded clap v4.5.40 |
425 | 2025-07-23T19:08:08.242Z | Downloaded hashbrown v0.15.4 |
426 | 2025-07-23T19:08:08.247Z | Downloaded icu_locid v1.5.0 |
427 | 2025-07-23T19:08:08.250Z | Downloaded serde v1.0.219 |
428 | 2025-07-23T19:08:08.254Z | Downloaded plain v0.2.3 |
429 | 2025-07-23T19:08:08.254Z | Downloaded is_terminal_polyfill v1.70.1 |
430 | 2025-07-23T19:08:08.257Z | Downloaded pest v2.7.14 |
431 | 2025-07-23T19:08:08.261Z | Downloaded dof v0.3.0 |
432 | 2025-07-23T19:08:08.261Z | Downloaded heck v0.4.1 |
433 | 2025-07-23T19:08:08.261Z | Downloaded bytecount v0.6.8 |
434 | 2025-07-23T19:08:08.267Z | Downloaded zerocopy v0.7.35 |
435 | 2025-07-23T19:08:08.276Z | Downloaded heck v0.5.0 |
436 | 2025-07-23T19:08:08.281Z | Downloaded serde_json v1.0.140 |
437 | 2025-07-23T19:08:08.286Z | Downloaded goblin v0.8.2 |
438 | 2025-07-23T19:08:08.289Z | Downloaded idna v1.0.3 |
439 | 2025-07-23T19:08:08.294Z | Downloaded generic-array v0.14.7 |
440 | 2025-07-23T19:08:08.294Z | Downloaded toml v0.8.23 |
441 | 2025-07-23T19:08:08.294Z | Downloaded displaydoc v0.2.5 |
442 | 2025-07-23T19:08:08.297Z | Downloaded zerofrom v0.1.4 |
443 | 2025-07-23T19:08:08.297Z | Downloaded tabled v0.15.0 |
444 | 2025-07-23T19:08:08.309Z | Downloaded yoke-derive v0.7.4 |
445 | 2025-07-23T19:08:08.312Z | Downloaded syn v2.0.104 |
446 | 2025-07-23T19:08:08.319Z | Downloaded icu_properties_data v1.5.0 |
447 | 2025-07-23T19:08:08.327Z | Downloaded log v0.4.27 |
448 | 2025-07-23T19:08:08.331Z | Downloaded digest v0.10.7 |
449 | 2025-07-23T19:08:08.331Z | Downloaded crypto-common v0.1.6 |
450 | 2025-07-23T19:08:08.336Z | Downloaded clap_lex v0.7.4 |
451 | 2025-07-23T19:08:08.336Z | Downloaded byteorder v1.5.0 |
452 | 2025-07-23T19:08:08.336Z | Downloaded syn v1.0.109 |
453 | 2025-07-23T19:08:08.341Z | Downloaded fnv v1.0.7 |
454 | 2025-07-23T19:08:08.345Z | Downloaded write16 v1.0.0 |
455 | 2025-07-23T19:08:08.345Z | Downloaded usdt v0.5.0 |
456 | 2025-07-23T19:08:08.345Z | Downloaded typeid v1.0.3 |
457 | 2025-07-23T19:08:08.348Z | Downloaded thiserror v1.0.69 |
458 | 2025-07-23T19:08:08.348Z | Downloaded rustix v0.38.37 |
459 | 2025-07-23T19:08:08.367Z | Downloaded form_urlencoded v1.2.1 |
460 | 2025-07-23T19:08:08.370Z | Downloaded rustix v1.0.7 |
461 | 2025-07-23T19:08:08.402Z | Downloaded libc v0.2.174 |
462 | 2025-07-23T19:08:08.477Z | Compiling proc-macro2 v1.0.95 |
463 | 2025-07-23T19:08:08.478Z | Compiling unicode-ident v1.0.18 |
464 | 2025-07-23T19:08:08.478Z | Compiling serde v1.0.219 |
465 | 2025-07-23T19:08:08.478Z | Compiling version_check v0.9.5 |
466 | 2025-07-23T19:08:08.478Z | Compiling libc v0.2.174 |
467 | 2025-07-23T19:08:08.481Z | Compiling thiserror v1.0.69 |
468 | 2025-07-23T19:08:08.481Z | Compiling memchr v2.7.4 |
469 | 2025-07-23T19:08:08.696Z | Compiling stable_deref_trait v1.2.0 |
470 | 2025-07-23T19:08:08.925Z | Compiling ryu v1.0.18 |
471 | 2025-07-23T19:08:08.955Z | Compiling itoa v1.0.11 |
472 | 2025-07-23T19:08:09.200Z | Compiling autocfg v1.4.0 |
473 | 2025-07-23T19:08:09.252Z | Compiling writeable v0.5.5 |
474 | 2025-07-23T19:08:09.400Z | Compiling litemap v0.7.3 |
475 | 2025-07-23T19:08:09.442Z | Compiling ucd-trie v0.1.7 |
476 | 2025-07-23T19:08:09.705Z | Compiling once_cell v1.21.3 |
477 | 2025-07-23T19:08:09.812Z | Compiling byteorder v1.5.0 |
478 | 2025-07-23T19:08:09.890Z | Compiling icu_locid_transform_data v1.5.0 |
479 | 2025-07-23T19:08:10.012Z | Compiling bitflags v2.9.1 |
480 | 2025-07-23T19:08:10.105Z | Compiling serde_json v1.0.140 |
481 | 2025-07-23T19:08:10.178Z | Compiling icu_properties_data v1.5.0 |
482 | 2025-07-23T19:08:10.281Z | Compiling num-traits v0.2.19 |
483 | 2025-07-23T19:08:10.397Z | Compiling typeid v1.0.3 |
484 | 2025-07-23T19:08:10.420Z | Compiling utf8_iter v1.0.4 |
485 | 2025-07-23T19:08:10.446Z | Compiling quote v1.0.40 |
486 | 2025-07-23T19:08:10.504Z | Compiling utf16_iter v1.0.5 |
487 | 2025-07-23T19:08:10.611Z | Compiling errno v0.3.12 |
488 | 2025-07-23T19:08:10.652Z | Compiling equivalent v1.0.2 |
489 | 2025-07-23T19:08:10.717Z | Compiling hashbrown v0.15.4 |
490 | 2025-07-23T19:08:10.746Z | Compiling rustix v0.38.37 |
491 | 2025-07-23T19:08:10.881Z | Compiling syn v2.0.104 |
492 | 2025-07-23T19:08:10.930Z | Compiling icu_normalizer_data v1.5.0 |
493 | 2025-07-23T19:08:10.982Z | Compiling smallvec v1.15.0 |
494 | 2025-07-23T19:08:11.049Z | Compiling write16 v1.0.0 |
495 | 2025-07-23T19:08:11.201Z | Compiling proc-macro-error-attr v1.0.4 |
496 | 2025-07-23T19:08:11.285Z | Compiling usdt-impl v0.5.0 |
497 | 2025-07-23T19:08:11.365Z | Compiling toml_write v0.1.2 |
498 | 2025-07-23T19:08:11.456Z | Compiling syn v1.0.109 |
499 | 2025-07-23T19:08:11.596Z | Compiling winnow v0.7.10 |
500 | 2025-07-23T19:08:11.841Z | Compiling indexmap v2.10.0 |
501 | 2025-07-23T19:08:11.858Z | Compiling thread-id v4.2.2 |
502 | 2025-07-23T19:08:11.987Z | Compiling proc-macro-error v1.0.4 |
503 | 2025-07-23T19:08:12.071Z | Compiling log v0.4.27 |
504 | 2025-07-23T19:08:12.259Z | Compiling getrandom v0.3.3 |
505 | 2025-07-23T19:08:12.304Z | Compiling utf8parse v0.2.2 |
506 | 2025-07-23T19:08:12.465Z | Compiling plain v0.2.3 |
507 | 2025-07-23T19:08:12.603Z | Compiling rustix v1.0.7 |
508 | 2025-07-23T19:08:12.671Z | Compiling camino v1.1.10 |
509 | 2025-07-23T19:08:13.109Z | Compiling percent-encoding v2.3.1 |
510 | 2025-07-23T19:08:13.193Z | Compiling semver v1.0.26 |
511 | 2025-07-23T19:08:13.340Z | Compiling form_urlencoded v1.2.1 |
512 | 2025-07-23T19:08:13.418Z | Compiling terminal_size v0.4.0 |
513 | 2025-07-23T19:08:13.503Z | Compiling anstyle-parse v0.2.5 |
514 | 2025-07-23T19:08:13.581Z | Compiling ordered-float v2.10.1 |
515 | 2025-07-23T19:08:13.724Z | Compiling cfg-if v1.0.1 |
516 | 2025-07-23T19:08:13.788Z | Compiling pretty-hex v0.4.1 |
517 | 2025-07-23T19:08:13.961Z | Compiling thiserror v2.0.12 |
518 | 2025-07-23T19:08:14.394Z | Compiling anstyle-query v1.1.1 |
519 | 2025-07-23T19:08:14.394Z | Compiling colorchoice v1.0.2 |
520 | 2025-07-23T19:08:14.394Z | Compiling is_terminal_polyfill v1.70.1 |
521 | 2025-07-23T19:08:14.448Z | Compiling anstyle v1.0.11 |
522 | 2025-07-23T19:08:14.634Z | Compiling anstream v0.6.18 |
523 | 2025-07-23T19:08:14.802Z | Compiling fs-err v3.1.1 |
524 | 2025-07-23T19:08:14.828Z | Compiling heck v0.4.1 |
525 | 2025-07-23T19:08:14.903Z | Compiling heck v0.5.0 |
526 | 2025-07-23T19:08:15.052Z | Compiling fastrand v2.1.1 |
527 | 2025-07-23T19:08:15.287Z | Compiling anyhow v1.0.98 |
528 | 2025-07-23T19:08:15.417Z | Compiling unicode-width v0.1.14 |
529 | 2025-07-23T19:08:15.544Z | Compiling bytecount v0.6.8 |
530 | 2025-07-23T19:08:15.638Z | Compiling clap_lex v0.7.4 |
531 | 2025-07-23T19:08:15.742Z | Compiling strsim v0.11.1 |
532 | 2025-07-23T19:08:15.861Z | Compiling unicode-xid v0.2.6 |
533 | 2025-07-23T19:08:15.879Z | Compiling fnv v1.0.7 |
534 | 2025-07-23T19:08:16.028Z | Compiling papergrid v0.11.0 |
535 | 2025-07-23T19:08:16.079Z | Compiling tempfile v3.20.0 |
536 | 2025-07-23T19:08:16.536Z | Compiling clap_builder v4.5.40 |
537 | 2025-07-23T19:08:16.712Z | Compiling memmap v0.7.0 |
538 | 2025-07-23T19:08:16.866Z | Compiling unicode-width v0.2.0 |
539 | 2025-07-23T19:08:17.044Z | Compiling unicode-linebreak v0.1.5 |
540 | 2025-07-23T19:08:17.086Z | Compiling smawk v0.3.2 |
541 | 2025-07-23T19:08:17.547Z | Compiling synstructure v0.13.1 |
542 | 2025-07-23T19:08:17.934Z | Compiling textwrap v0.16.2 |
543 | 2025-07-23T19:08:18.129Z | Compiling swrite v0.1.0 |
544 | 2025-07-23T19:08:18.284Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
545 | 2025-07-23T19:08:18.842Z | Compiling tabled_derive v0.7.0 |
546 | 2025-07-23T19:08:19.951Z | Compiling serde_derive v1.0.219 |
547 | 2025-07-23T19:08:19.951Z | Compiling zerofrom-derive v0.1.4 |
548 | 2025-07-23T19:08:19.969Z | Compiling thiserror-impl v1.0.69 |
549 | 2025-07-23T19:08:19.969Z | Compiling yoke-derive v0.7.4 |
550 | 2025-07-23T19:08:19.969Z | Compiling zerovec-derive v0.10.3 |
551 | 2025-07-23T19:08:21.306Z | Compiling displaydoc v0.2.5 |
552 | 2025-07-23T19:08:22.023Z | Compiling icu_provider_macros v1.5.0 |
553 | 2025-07-23T19:08:22.407Z | Compiling zerocopy-derive v0.7.35 |
554 | 2025-07-23T19:08:22.638Z | Compiling scroll_derive v0.12.0 |
555 | 2025-07-23T19:08:22.891Z | Compiling thiserror-impl v2.0.12 |
556 | 2025-07-23T19:08:23.063Z | Compiling pest v2.7.14 |
557 | 2025-07-23T19:08:23.413Z | Compiling zerofrom v0.1.4 |
558 | 2025-07-23T19:08:23.660Z | Compiling yoke v0.7.4 |
559 | 2025-07-23T19:08:23.882Z | Compiling clap_derive v4.5.40 |
560 | 2025-07-23T19:08:24.055Z | Compiling zerovec v0.10.4 |
561 | 2025-07-23T19:08:24.337Z | Compiling scroll v0.12.0 |
562 | 2025-07-23T19:08:24.573Z | Compiling zerocopy v0.7.35 |
563 | 2025-07-23T19:08:24.736Z | Compiling goblin v0.8.2 |
564 | 2025-07-23T19:08:24.945Z | Compiling tabled v0.15.0 |
565 | 2025-07-23T19:08:25.661Z | Compiling tinystr v0.7.6 |
566 | 2025-07-23T19:08:25.883Z | Compiling pest_meta v2.7.14 |
567 | 2025-07-23T19:08:25.979Z | Compiling icu_collections v1.5.0 |
568 | 2025-07-23T19:08:26.156Z | Compiling icu_locid v1.5.0 |
569 | 2025-07-23T19:08:27.187Z | Compiling pest_generator v2.7.14 |
570 | 2025-07-23T19:08:27.715Z | Compiling icu_provider v1.5.0 |
571 | 2025-07-23T19:08:28.122Z | Compiling clap v4.5.40 |
572 | 2025-07-23T19:08:28.595Z | Compiling icu_locid_transform v1.5.0 |
573 | 2025-07-23T19:08:29.320Z | Compiling pest_derive v2.7.14 |
574 | 2025-07-23T19:08:29.750Z | Compiling icu_properties v1.5.1 |
575 | 2025-07-23T19:08:30.087Z | Compiling dtrace-parser v0.2.0 |
576 | 2025-07-23T19:08:31.686Z | Compiling serde_tokenstream v0.2.2 |
577 | 2025-07-23T19:08:31.767Z | Compiling toml_datetime v0.6.11 |
578 | 2025-07-23T19:08:31.767Z | Compiling serde_spanned v0.6.9 |
579 | 2025-07-23T19:08:31.882Z | Compiling erased-serde v0.4.6 |
580 | 2025-07-23T19:08:32.068Z | Compiling serde-value v0.7.0 |
581 | 2025-07-23T19:08:32.095Z | Compiling toml_edit v0.22.27 |
582 | 2025-07-23T19:08:32.877Z | Compiling serde-untagged v0.1.7 |
583 | 2025-07-23T19:08:32.917Z | Compiling cargo-platform v0.2.0 |
584 | 2025-07-23T19:08:32.983Z | Compiling camino-tempfile v1.4.1 |
585 | 2025-07-23T19:08:33.140Z | Compiling icu_normalizer v1.5.0 |
586 | 2025-07-23T19:08:33.391Z | Compiling dof v0.3.0 |
587 | 2025-07-23T19:08:33.429Z | Compiling macaddr v1.0.1 |
588 | 2025-07-23T19:08:34.064Z | Compiling idna_adapter v1.2.0 |
589 | 2025-07-23T19:08:34.247Z | Compiling idna v1.0.3 |
590 | 2025-07-23T19:08:34.802Z | Compiling url v2.5.4 |
591 | 2025-07-23T19:08:34.891Z | Compiling usdt-macro v0.5.0 |
592 | 2025-07-23T19:08:34.910Z | Compiling usdt-attr-macro v0.5.0 |
593 | 2025-07-23T19:08:35.314Z | Compiling toml v0.8.23 |
594 | 2025-07-23T19:08:36.030Z | Compiling usdt v0.5.0 |
595 | 2025-07-23T19:08:36.118Z | Compiling cargo-util-schemas v0.2.0 |
596 | 2025-07-23T19:08:36.118Z | Compiling cargo_toml v0.21.0 |
597 | 2025-07-23T19:08:37.519Z | Compiling cargo_metadata v0.20.0 |
598 | 2025-07-23T19:08:39.292Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
599 | 2025-07-23T19:08:42.736Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s |
600 | 2025-07-23T19:08:43.022Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
601 | 2025-07-23T19:08:43.706Z | Downloading crates ... |
602 | 2025-07-23T19:08:43.835Z | Downloaded addr2line v0.24.2 |
603 | 2025-07-23T19:08:43.843Z | Downloaded async-bb8-diesel v0.2.1 |
604 | 2025-07-23T19:08:43.846Z | Downloaded aead v0.5.2 |
605 | 2025-07-23T19:08:43.850Z | Downloaded allocator-api2 v0.2.21 |
606 | 2025-07-23T19:08:43.854Z | Downloaded adler2 v2.0.0 |
607 | 2025-07-23T19:08:43.859Z | Downloaded atomic-waker v1.1.2 |
608 | 2025-07-23T19:08:43.863Z | Downloaded assert_matches v1.5.0 |
609 | 2025-07-23T19:08:43.863Z | Downloaded argon2 v0.5.3 |
610 | 2025-07-23T19:08:43.867Z | Downloaded backoff v0.4.0 |
611 | 2025-07-23T19:08:43.871Z | Downloaded async-trait v0.1.88 |
612 | 2025-07-23T19:08:43.874Z | Downloaded aes-gcm v0.10.3 |
613 | 2025-07-23T19:08:43.878Z | Downloaded http-body-util v0.1.3 |
614 | 2025-07-23T19:08:43.878Z | Downloaded hash32 v0.2.1 |
615 | 2025-07-23T19:08:43.882Z | Downloaded hex v0.4.3 |
616 | 2025-07-23T19:08:43.886Z | Downloaded crossterm v0.28.1 |
617 | 2025-07-23T19:08:43.890Z | Downloaded hyper-tls v0.6.0 |
618 | 2025-07-23T19:08:43.894Z | Downloaded half v2.4.1 |
619 | 2025-07-23T19:08:43.898Z | Downloaded headers-core v0.3.0 |
620 | 2025-07-23T19:08:43.898Z | Downloaded half v1.8.3 |
621 | 2025-07-23T19:08:43.904Z | Downloaded humantime v2.2.0 |
622 | 2025-07-23T19:08:43.908Z | Downloaded ipnetwork v0.21.1 |
623 | 2025-07-23T19:08:43.912Z | Downloaded hubpack v0.1.2 |
624 | 2025-07-23T19:08:43.916Z | Downloaded convert_case v0.4.0 |
625 | 2025-07-23T19:08:43.916Z | Downloaded hyper-rustls v0.27.7 |
626 | 2025-07-23T19:08:43.916Z | Downloaded bcrypt-pbkdf v0.10.0 |
627 | 2025-07-23T19:08:43.922Z | Downloaded is-terminal v0.4.13 |
628 | 2025-07-23T19:08:43.922Z | Downloaded ipnet v2.11.0 |
629 | 2025-07-23T19:08:43.925Z | Downloaded cfg_aliases v0.1.1 |
630 | 2025-07-23T19:08:43.926Z | Downloaded inout v0.1.3 |
631 | 2025-07-23T19:08:43.926Z | Downloaded crc8 v0.1.1 |
632 | 2025-07-23T19:08:43.926Z | Downloaded libloading v0.8.5 |
633 | 2025-07-23T19:08:43.931Z | Downloaded indent_write v2.2.0 |
634 | 2025-07-23T19:08:43.931Z | Downloaded hashbrown v0.12.3 |
635 | 2025-07-23T19:08:43.935Z | Downloaded async-stream v0.3.6 |
636 | 2025-07-23T19:08:43.941Z | Downloaded hmac v0.12.1 |
637 | 2025-07-23T19:08:43.944Z | Downloaded block-padding v0.3.3 |
638 | 2025-07-23T19:08:43.944Z | Downloaded http-body v1.0.1 |
639 | 2025-07-23T19:08:43.950Z | Downloaded chacha20 v0.9.1 |
640 | 2025-07-23T19:08:43.950Z | Downloaded instant v0.1.13 |
641 | 2025-07-23T19:08:43.964Z | Downloaded ident_case v1.0.1 |
642 | 2025-07-23T19:08:43.965Z | Downloaded predicates-core v1.0.8 |
643 | 2025-07-23T19:08:43.965Z | Downloaded arc-swap v1.7.1 |
644 | 2025-07-23T19:08:43.965Z | Downloaded bcs v0.1.6 |
645 | 2025-07-23T19:08:43.965Z | Downloaded ingot-types v0.1.2 |
646 | 2025-07-23T19:08:43.970Z | Downloaded cbc v0.1.2 |
647 | 2025-07-23T19:08:43.970Z | Downloaded impl-trait-for-tuples v0.2.2 |
648 | 2025-07-23T19:08:43.970Z | Downloaded headers v0.4.1 |
649 | 2025-07-23T19:08:43.977Z | Downloaded match_cfg v0.1.0 |
650 | 2025-07-23T19:08:43.981Z | Downloaded critical-section v1.1.3 |
651 | 2025-07-23T19:08:43.981Z | Downloaded crc-catalog v2.4.0 |
652 | 2025-07-23T19:08:43.987Z | Downloaded crc v3.2.1 |
653 | 2025-07-23T19:08:43.991Z | Downloaded cmake v0.1.51 |
654 | 2025-07-23T19:08:43.991Z | Downloaded console v0.16.0 |
655 | 2025-07-23T19:08:43.999Z | Downloaded crossbeam-deque v0.8.5 |
656 | 2025-07-23T19:08:43.999Z | Downloaded cargo_metadata v0.18.1 |
657 | 2025-07-23T19:08:43.999Z | Downloaded corncobs v0.1.3 |
658 | 2025-07-23T19:08:43.999Z | Downloaded scheduled-thread-pool v0.2.7 |
659 | 2025-07-23T19:08:44.003Z | Downloaded lazy_static v1.5.0 |
660 | 2025-07-23T19:08:44.003Z | Downloaded lalrpop-util v0.19.12 |
661 | 2025-07-23T19:08:44.007Z | Downloaded kstat-rs v0.2.4 |
662 | 2025-07-23T19:08:44.007Z | Downloaded backtrace v0.3.74 |
663 | 2025-07-23T19:08:44.012Z | Downloaded strum v0.27.1 |
664 | 2025-07-23T19:08:44.016Z | Downloaded psl-types v2.0.11 |
665 | 2025-07-23T19:08:44.016Z | Downloaded sigpipe v0.1.3 |
666 | 2025-07-23T19:08:44.020Z | Downloaded proc-macro-error2 v2.0.1 |
667 | 2025-07-23T19:08:44.024Z | Downloaded lru v0.12.5 |
668 | 2025-07-23T19:08:44.024Z | Downloaded lru-cache v0.1.2 |
669 | 2025-07-23T19:08:44.029Z | Downloaded maplit v1.0.2 |
670 | 2025-07-23T19:08:44.029Z | Downloaded managed v0.8.0 |
671 | 2025-07-23T19:08:44.029Z | Downloaded bit-vec v0.6.3 |
672 | 2025-07-23T19:08:44.034Z | Downloaded httparse v1.9.5 |
673 | 2025-07-23T19:08:44.039Z | Downloaded time-core v0.1.2 |
674 | 2025-07-23T19:08:44.040Z | Downloaded heapless v0.7.17 |
675 | 2025-07-23T19:08:44.043Z | Downloaded sync_wrapper v1.0.1 |
676 | 2025-07-23T19:08:44.044Z | Downloaded lzss v0.8.2 |
677 | 2025-07-23T19:08:44.047Z | Downloaded lockfree-object-pool v0.1.6 |
678 | 2025-07-23T19:08:44.052Z | Downloaded supports-color v3.0.2 |
679 | 2025-07-23T19:08:44.052Z | Downloaded slog-async v2.8.0 |
680 | 2025-07-23T19:08:44.055Z | Downloaded signature v2.2.0 |
681 | 2025-07-23T19:08:44.056Z | Downloaded predicates-tree v1.0.12 |
682 | 2025-07-23T19:08:44.059Z | Downloaded md-5 v0.10.6 |
683 | 2025-07-23T19:08:44.060Z | Downloaded signal-hook-tokio v0.3.1 |
684 | 2025-07-23T19:08:44.063Z | Downloaded void v1.0.2 |
685 | 2025-07-23T19:08:44.063Z | Downloaded untrusted v0.7.1 |
686 | 2025-07-23T19:08:44.064Z | Downloaded iana-time-zone v0.1.63 |
687 | 2025-07-23T19:08:44.068Z | Downloaded slog-bunyan v2.5.0 |
688 | 2025-07-23T19:08:44.072Z | Downloaded strum_macros v0.24.3 |
689 | 2025-07-23T19:08:44.072Z | Downloaded colored v2.2.0 |
690 | 2025-07-23T19:08:44.077Z | Downloaded rusty-fork v0.3.0 |
691 | 2025-07-23T19:08:44.077Z | Downloaded scopeguard v1.2.0 |
692 | 2025-07-23T19:08:44.082Z | Downloaded zone_cfg_derive v0.1.2 |
693 | 2025-07-23T19:08:44.082Z | Downloaded zone_cfg_derive v0.3.0 |
694 | 2025-07-23T19:08:44.082Z | Downloaded xattr v1.3.1 |
695 | 2025-07-23T19:08:44.094Z | Downloaded waitgroup v0.1.2 |
696 | 2025-07-23T19:08:44.114Z | Downloaded slog-term v2.9.1 |
697 | 2025-07-23T19:08:44.119Z | Downloaded termtree v0.5.1 |
698 | 2025-07-23T19:08:44.119Z | Downloaded base64 v0.13.1 |
699 | 2025-07-23T19:08:44.119Z | Downloaded xshell-macros v0.2.7 |
700 | 2025-07-23T19:08:44.119Z | Downloaded sync-ptr v0.1.4 |
701 | 2025-07-23T19:08:44.119Z | Downloaded prefix-trie v0.7.0 |
702 | 2025-07-23T19:08:44.119Z | Downloaded tiny-keccak v2.0.2 |
703 | 2025-07-23T19:08:44.119Z | Downloaded tokio-rustls v0.25.0 |
704 | 2025-07-23T19:08:44.119Z | Downloaded float-cmp v0.10.0 |
705 | 2025-07-23T19:08:44.123Z | Downloaded newtype_derive v0.1.6 |
706 | 2025-07-23T19:08:44.123Z | Downloaded md5 v0.7.0 |
707 | 2025-07-23T19:08:44.123Z | Downloaded wait-timeout v0.2.0 |
708 | 2025-07-23T19:08:44.128Z | Downloaded stringprep v0.1.5 |
709 | 2025-07-23T19:08:44.128Z | Downloaded rand_core v0.9.2 |
710 | 2025-07-23T19:08:44.132Z | Downloaded chacha20poly1305 v0.10.1 |
711 | 2025-07-23T19:08:44.132Z | Downloaded libz-rs-sys v0.5.1 |
712 | 2025-07-23T19:08:44.132Z | Downloaded hickory-client v0.25.2 |
713 | 2025-07-23T19:08:44.136Z | Downloaded lock_api v0.4.12 |
714 | 2025-07-23T19:08:44.153Z | Downloaded num v0.4.3 |
715 | 2025-07-23T19:08:44.153Z | Downloaded highway v1.3.0 |
716 | 2025-07-23T19:08:44.153Z | Downloaded keccak v0.1.5 |
717 | 2025-07-23T19:08:44.153Z | Downloaded num-conv v0.1.0 |
718 | 2025-07-23T19:08:44.153Z | Downloaded time-macros v0.2.18 |
719 | 2025-07-23T19:08:44.153Z | Downloaded serde_with_macros v3.14.0 |
720 | 2025-07-23T19:08:44.153Z | Downloaded progenitor-impl v0.9.1 |
721 | 2025-07-23T19:08:44.153Z | Downloaded openssl-macros v0.1.1 |
722 | 2025-07-23T19:08:44.157Z | Downloaded dyn-clone v1.0.19 |
723 | 2025-07-23T19:08:44.157Z | Downloaded deranged v0.3.11 |
724 | 2025-07-23T19:08:44.158Z | Downloaded oso-derive v0.27.3 |
725 | 2025-07-23T19:08:44.163Z | Downloaded dirs-sys-next v0.1.2 |
726 | 2025-07-23T19:08:44.163Z | Downloaded xz2 v0.1.7 |
727 | 2025-07-23T19:08:44.167Z | Downloaded litrs v0.4.1 |
728 | 2025-07-23T19:08:44.167Z | Downloaded phf_shared v0.12.1 |
729 | 2025-07-23T19:08:44.167Z | Downloaded ignore v0.4.23 |
730 | 2025-07-23T19:08:44.171Z | Downloaded progenitor-client v0.9.1 |
731 | 2025-07-23T19:08:44.171Z | Downloaded group v0.13.0 |
732 | 2025-07-23T19:08:44.175Z | Downloaded ff v0.13.0 |
733 | 2025-07-23T19:08:44.175Z | Downloaded peg-runtime v0.8.5 |
734 | 2025-07-23T19:08:44.179Z | Downloaded walkdir v2.5.0 |
735 | 2025-07-23T19:08:44.179Z | Downloaded rustc-hash v2.1.1 |
736 | 2025-07-23T19:08:44.183Z | Downloaded enum-as-inner v0.6.1 |
737 | 2025-07-23T19:08:44.183Z | Downloaded futures-macro v0.3.31 |
738 | 2025-07-23T19:08:44.189Z | Downloaded progenitor v0.8.0 |
739 | 2025-07-23T19:08:44.189Z | Downloaded num-derive v0.3.3 |
740 | 2025-07-23T19:08:44.193Z | Downloaded futures-sink v0.3.31 |
741 | 2025-07-23T19:08:44.193Z | Downloaded crc-any v2.5.0 |
742 | 2025-07-23T19:08:44.193Z | Downloaded defmt-parser v0.3.4 |
743 | 2025-07-23T19:08:44.197Z | Downloaded num-derive v0.4.2 |
744 | 2025-07-23T19:08:44.197Z | Downloaded nibble_vec v0.1.0 |
745 | 2025-07-23T19:08:44.201Z | Downloaded mime v0.3.17 |
746 | 2025-07-23T19:08:44.201Z | Downloaded bytes v1.10.1 |
747 | 2025-07-23T19:08:44.205Z | Downloaded indicatif v0.18.0 |
748 | 2025-07-23T19:08:44.209Z | Downloaded oxide-tokio-rt v0.1.2 |
749 | 2025-07-23T19:08:44.213Z | Downloaded twox-hash v2.1.0 |
750 | 2025-07-23T19:08:44.217Z | Downloaded crossbeam-channel v0.5.15 |
751 | 2025-07-23T19:08:44.221Z | Downloaded pin-project-internal v1.1.6 |
752 | 2025-07-23T19:08:44.221Z | Downloaded proc-macro-error-attr2 v2.0.0 |
753 | 2025-07-23T19:08:44.225Z | Downloaded parse-display-derive v0.10.0 |
754 | 2025-07-23T19:08:44.225Z | Downloaded parse-display v0.10.0 |
755 | 2025-07-23T19:08:44.228Z | Downloaded oxnet v0.1.2 |
756 | 2025-07-23T19:08:44.228Z | Downloaded crunchy v0.2.2 |
757 | 2025-07-23T19:08:44.232Z | Downloaded quinn v0.11.5 |
758 | 2025-07-23T19:08:44.236Z | Downloaded hashbrown v0.13.2 |
759 | 2025-07-23T19:08:44.240Z | Downloaded slog-envlogger v2.2.0 |
760 | 2025-07-23T19:08:44.240Z | Downloaded shell-words v1.1.0 |
761 | 2025-07-23T19:08:44.244Z | Downloaded shlex v1.3.0 |
762 | 2025-07-23T19:08:44.248Z | Downloaded rsa v0.9.6 |
763 | 2025-07-23T19:08:44.252Z | Downloaded darling_macro v0.20.10 |
764 | 2025-07-23T19:08:44.252Z | Downloaded string_cache v0.8.9 |
765 | 2025-07-23T19:08:44.256Z | Downloaded smf v0.2.3 |
766 | 2025-07-23T19:08:44.256Z | Downloaded serde_derive_internals v0.29.1 |
767 | 2025-07-23T19:08:44.260Z | Downloaded dunce v1.0.5 |
768 | 2025-07-23T19:08:44.260Z | Downloaded darling_macro v0.21.0 |
769 | 2025-07-23T19:08:44.260Z | Downloaded tap v1.0.1 |
770 | 2025-07-23T19:08:44.264Z | Downloaded strip-ansi-escapes v0.2.0 |
771 | 2025-07-23T19:08:44.264Z | Downloaded dsl_auto_type v0.1.2 |
772 | 2025-07-23T19:08:44.265Z | Downloaded pin-project-lite v0.2.14 |
773 | 2025-07-23T19:08:44.270Z | Downloaded typify v0.4.1 |
774 | 2025-07-23T19:08:44.275Z | Downloaded tokio-macros v2.5.0 |
775 | 2025-07-23T19:08:44.279Z | Downloaded heapless v0.8.0 |
776 | 2025-07-23T19:08:44.282Z | Downloaded unit-prefix v0.5.1 |
777 | 2025-07-23T19:08:44.282Z | Downloaded unicase v2.7.0 |
778 | 2025-07-23T19:08:44.287Z | Downloaded thiserror-no-std v2.0.2 |
779 | 2025-07-23T19:08:44.291Z | Downloaded packed_struct_codegen v0.10.1 |
780 | 2025-07-23T19:08:44.291Z | Downloaded opaque-debug v0.3.1 |
781 | 2025-07-23T19:08:44.291Z | Downloaded parking_lot_core v0.9.10 |
782 | 2025-07-23T19:08:44.295Z | Downloaded zone v0.1.8 |
783 | 2025-07-23T19:08:44.295Z | Downloaded hyper-util v0.1.14 |
784 | 2025-07-23T19:08:44.301Z | Downloaded tokio-tungstenite v0.21.0 |
785 | 2025-07-23T19:08:44.305Z | Downloaded olpc-cjson v0.1.4 |
786 | 2025-07-23T19:08:44.309Z | Downloaded vsss-rs v3.3.4 |
787 | 2025-07-23T19:08:44.309Z | Downloaded foreign-types v0.5.0 |
788 | 2025-07-23T19:08:44.312Z | Downloaded ena v0.14.3 |
789 | 2025-07-23T19:08:44.313Z | Downloaded data-encoding v2.9.0 |
790 | 2025-07-23T19:08:44.318Z | Downloaded aho-corasick v1.1.3 |
791 | 2025-07-23T19:08:44.322Z | Downloaded structmeta-derive v0.3.0 |
792 | 2025-07-23T19:08:44.322Z | Downloaded secrecy v0.10.3 |
793 | 2025-07-23T19:08:44.326Z | Downloaded fallible-iterator v0.2.0 |
794 | 2025-07-23T19:08:44.326Z | Downloaded defmt v0.3.8 |
795 | 2025-07-23T19:08:44.330Z | Downloaded debug-ignore v1.0.5 |
796 | 2025-07-23T19:08:44.334Z | Downloaded jiff-static v0.2.15 |
797 | 2025-07-23T19:08:44.334Z | Downloaded sqlformat v0.3.5 |
798 | 2025-07-23T19:08:44.337Z | Downloaded darling_core v0.20.10 |
799 | 2025-07-23T19:08:44.341Z | Downloaded hyper v1.6.0 |
800 | 2025-07-23T19:08:44.348Z | Downloaded cstr-argument v0.1.2 |
801 | 2025-07-23T19:08:44.353Z | Downloaded pkg-config v0.3.31 |
802 | 2025-07-23T19:08:44.353Z | Downloaded phf v0.12.1 |
803 | 2025-07-23T19:08:44.359Z | Downloaded cc v1.2.30 |
804 | 2025-07-23T19:08:44.363Z | Downloaded tokio-tungstenite v0.23.1 |
805 | 2025-07-23T19:08:44.363Z | Downloaded diesel_table_macro_syntax v0.2.0 |
806 | 2025-07-23T19:08:44.363Z | Downloaded rfc6979 v0.4.0 |
807 | 2025-07-23T19:08:44.367Z | Downloaded globwalk v0.9.1 |
808 | 2025-07-23T19:08:44.367Z | Downloaded difflib v0.4.0 |
809 | 2025-07-23T19:08:44.371Z | Downloaded vergen v8.3.2 |
810 | 2025-07-23T19:08:44.371Z | Downloaded openssl-probe v0.1.5 |
811 | 2025-07-23T19:08:44.375Z | Downloaded primeorder v0.13.6 |
812 | 2025-07-23T19:08:44.379Z | Downloaded progenitor-client v0.10.0 |
813 | 2025-07-23T19:08:44.379Z | Downloaded proc-macro-crate v1.3.1 |
814 | 2025-07-23T19:08:44.379Z | Downloaded siphasher v0.3.11 |
815 | 2025-07-23T19:08:44.383Z | Downloaded simd-adler32 v0.3.7 |
816 | 2025-07-23T19:08:44.383Z | Downloaded rustls-pemfile v1.0.4 |
817 | 2025-07-23T19:08:44.386Z | Downloaded num_enum_derive v0.5.11 |
818 | 2025-07-23T19:08:44.386Z | Downloaded tokio-dtrace v0.1.0 |
819 | 2025-07-23T19:08:44.390Z | Downloaded env_logger v0.11.8 |
820 | 2025-07-23T19:08:44.394Z | Downloaded support-bundle-viewer v0.1.2 |
821 | 2025-07-23T19:08:44.394Z | Downloaded slab v0.4.9 |
822 | 2025-07-23T19:08:44.398Z | Downloaded tagptr v0.2.0 |
823 | 2025-07-23T19:08:44.398Z | Downloaded tabwriter v1.4.0 |
824 | 2025-07-23T19:08:44.401Z | Downloaded siphasher v1.0.1 |
825 | 2025-07-23T19:08:44.402Z | Downloaded der v0.7.10 |
826 | 2025-07-23T19:08:44.408Z | Downloaded pin-utils v0.1.0 |
827 | 2025-07-23T19:08:44.414Z | Downloaded schemars v1.0.4 |
828 | 2025-07-23T19:08:44.421Z | Downloaded curve25519-dalek-derive v0.1.1 |
829 | 2025-07-23T19:08:44.424Z | Downloaded aws-lc-rs v1.12.4 |
830 | 2025-07-23T19:08:44.441Z | Downloaded take_mut v0.2.2 |
831 | 2025-07-23T19:08:44.456Z | Downloaded sqlparser_derive v0.2.2 |
832 | 2025-07-23T19:08:44.456Z | Downloaded serde-big-array v0.5.1 |
833 | 2025-07-23T19:08:44.456Z | Downloaded glob v0.3.2 |
834 | 2025-07-23T19:08:44.456Z | Downloaded filetime v0.2.25 |
835 | 2025-07-23T19:08:44.456Z | Downloaded rcgen v0.12.1 |
836 | 2025-07-23T19:08:44.456Z | Downloaded hickory-server v0.25.2 |
837 | 2025-07-23T19:08:44.480Z | Downloaded num_enum v0.5.11 |
838 | 2025-07-23T19:08:44.480Z | Downloaded want v0.3.1 |
839 | 2025-07-23T19:08:44.480Z | Downloaded vte_generate_state_changes v0.1.2 |
840 | 2025-07-23T19:08:44.480Z | Downloaded tokio-native-tls v0.3.1 |
841 | 2025-07-23T19:08:44.480Z | Downloaded polyval v0.6.2 |
842 | 2025-07-23T19:08:44.480Z | Downloaded futures v0.3.31 |
843 | 2025-07-23T19:08:44.486Z | Downloaded foreign-types-macros v0.2.3 |
844 | 2025-07-23T19:08:44.486Z | Downloaded fxhash v0.2.1 |
845 | 2025-07-23T19:08:44.486Z | Downloaded endian-type v0.1.2 |
846 | 2025-07-23T19:08:44.486Z | Downloaded omicron-zone-package v0.12.2 |
847 | 2025-07-23T19:08:44.486Z | Downloaded foreign-types v0.3.2 |
848 | 2025-07-23T19:08:44.486Z | Downloaded pretty-hex v0.2.1 |
849 | 2025-07-23T19:08:44.486Z | Downloaded normalize-line-endings v0.3.0 |
850 | 2025-07-23T19:08:44.487Z | Downloaded ron v0.7.1 |
851 | 2025-07-23T19:08:44.487Z | Downloaded semver v0.1.20 |
852 | 2025-07-23T19:08:44.487Z | Downloaded smallvec v0.6.14 |
853 | 2025-07-23T19:08:44.491Z | Downloaded fixedbitset v0.5.7 |
854 | 2025-07-23T19:08:44.491Z | Downloaded typify v0.2.0 |
855 | 2025-07-23T19:08:44.495Z | Downloaded strum_macros v0.27.1 |
856 | 2025-07-23T19:08:44.496Z | Downloaded globset v0.4.15 |
857 | 2025-07-23T19:08:44.500Z | Downloaded diesel-dtrace v0.4.2 |
858 | 2025-07-23T19:08:44.500Z | Downloaded strum v0.26.3 |
859 | 2025-07-23T19:08:44.505Z | Downloaded rustc_version v0.4.1 |
860 | 2025-07-23T19:08:44.505Z | Downloaded subtle v2.6.1 |
861 | 2025-07-23T19:08:44.505Z | Downloaded ssh-cipher v0.2.0 |
862 | 2025-07-23T19:08:44.509Z | Downloaded rand v0.8.5 |
863 | 2025-07-23T19:08:44.510Z | Downloaded unarray v0.1.4 |
864 | 2025-07-23T19:08:44.514Z | Downloaded num-rational v0.4.2 |
865 | 2025-07-23T19:08:44.515Z | Downloaded zip v4.2.0 |
866 | 2025-07-23T19:08:44.519Z | Downloaded universal-hash v0.5.1 |
867 | 2025-07-23T19:08:44.519Z | Downloaded slog v2.7.0 |
868 | 2025-07-23T19:08:44.523Z | Downloaded papergrid v0.14.0 |
869 | 2025-07-23T19:08:44.528Z | Downloaded document-features v0.2.10 |
870 | 2025-07-23T19:08:44.532Z | Downloaded pkcs1 v0.7.5 |
871 | 2025-07-23T19:08:44.532Z | Downloaded zerocopy v0.6.6 |
872 | 2025-07-23T19:08:44.536Z | Downloaded derive_builder_macro v0.20.2 |
873 | 2025-07-23T19:08:44.540Z | Downloaded parking_lot v0.12.3 |
874 | 2025-07-23T19:08:44.540Z | Downloaded futures-io v0.3.31 |
875 | 2025-07-23T19:08:44.545Z | Downloaded darling_core v0.21.0 |
876 | 2025-07-23T19:08:44.550Z | Downloaded quinn-udp v0.5.5 |
877 | 2025-07-23T19:08:44.550Z | Downloaded fatfs v0.3.6 |
878 | 2025-07-23T19:08:44.554Z | Downloaded typify v0.3.0 |
879 | 2025-07-23T19:08:44.558Z | Downloaded tinyvec_macros v0.1.1 |
880 | 2025-07-23T19:08:44.558Z | Downloaded static_assertions v1.1.0 |
881 | 2025-07-23T19:08:44.558Z | Downloaded serde_repr v0.1.19 |
882 | 2025-07-23T19:08:44.563Z | Downloaded diff v0.1.13 |
883 | 2025-07-23T19:08:44.567Z | Downloaded wyz v0.5.1 |
884 | 2025-07-23T19:08:44.567Z | Downloaded untrusted v0.9.0 |
885 | 2025-07-23T19:08:44.572Z | Downloaded r2d2 v0.8.10 |
886 | 2025-07-23T19:08:44.572Z | Downloaded tracing-core v0.1.32 |
887 | 2025-07-23T19:08:44.577Z | Downloaded serde_plain v1.0.2 |
888 | 2025-07-23T19:08:44.577Z | Downloaded h2 v0.4.6 |
889 | 2025-07-23T19:08:44.581Z | Downloaded libm v0.2.8 |
890 | 2025-07-23T19:08:44.589Z | Downloaded poly1305 v0.8.0 |
891 | 2025-07-23T19:08:44.592Z | Downloaded ed25519 v2.2.3 |
892 | 2025-07-23T19:08:44.596Z | Downloaded path-slash v0.1.5 |
893 | 2025-07-23T19:08:44.596Z | Downloaded unicode-normalization v0.1.24 |
894 | 2025-07-23T19:08:44.600Z | Downloaded tower-http v0.6.6 |
895 | 2025-07-23T19:08:44.608Z | Downloaded samael v0.0.19 |
896 | 2025-07-23T19:08:44.614Z | Downloaded new_debug_unreachable v1.0.6 |
897 | 2025-07-23T19:08:44.618Z | Downloaded tls_codec v0.4.1 |
898 | 2025-07-23T19:08:44.618Z | Downloaded utf-8 v0.7.6 |
899 | 2025-07-23T19:08:44.623Z | Downloaded num-bigint v0.4.6 |
900 | 2025-07-23T19:08:44.627Z | Downloaded tungstenite v0.23.0 |
901 | 2025-07-23T19:08:44.632Z | Downloaded zerocopy-derive v0.8.26 |
902 | 2025-07-23T19:08:44.636Z | Downloaded ref-cast-impl v1.0.24 |
903 | 2025-07-23T19:08:44.636Z | Downloaded subprocess v0.2.9 |
904 | 2025-07-23T19:08:44.640Z | Downloaded ssh-encoding v0.2.0 |
905 | 2025-07-23T19:08:44.640Z | Downloaded paste v1.0.15 |
906 | 2025-07-23T19:08:44.644Z | Downloaded rand_chacha v0.3.1 |
907 | 2025-07-23T19:08:44.651Z | Downloaded tokio-stream v0.1.17 |
908 | 2025-07-23T19:08:44.654Z | Downloaded dropshot_endpoint v0.16.2 |
909 | 2025-07-23T19:08:44.654Z | Downloaded slog-json v2.6.1 |
910 | 2025-07-23T19:08:44.659Z | Downloaded rustls-pki-types v1.10.0 |
911 | 2025-07-23T19:08:44.664Z | Downloaded foreign-types-shared v0.3.1 |
912 | 2025-07-23T19:08:44.664Z | Downloaded itertools v0.14.0 |
913 | 2025-07-23T19:08:44.668Z | Downloaded foreign-types-shared v0.1.1 |
914 | 2025-07-23T19:08:44.673Z | Downloaded zeroize_derive v1.4.2 |
915 | 2025-07-23T19:08:44.673Z | Downloaded fs-err v2.11.0 |
916 | 2025-07-23T19:08:44.673Z | Downloaded tower-service v0.3.3 |
917 | 2025-07-23T19:08:44.685Z | Downloaded predicates v3.1.3 |
918 | 2025-07-23T19:08:44.685Z | Downloaded vte v0.11.1 |
919 | 2025-07-23T19:08:44.689Z | Downloaded slog-dtrace v0.3.0 |
920 | 2025-07-23T19:08:44.689Z | Downloaded pbkdf2 v0.11.0 |
921 | 2025-07-23T19:08:44.689Z | Downloaded which v4.4.2 |
922 | 2025-07-23T19:08:44.689Z | Downloaded zeroize v1.8.1 |
923 | 2025-07-23T19:08:44.689Z | Downloaded slog-scope v4.4.0 |
924 | 2025-07-23T19:08:44.689Z | Downloaded peg v0.8.5 |
925 | 2025-07-23T19:08:44.694Z | Downloaded tower-layer v0.3.3 |
926 | 2025-07-23T19:08:44.695Z | Downloaded tracing v0.1.40 |
927 | 2025-07-23T19:08:44.699Z | Downloaded password-hash v0.5.0 |
928 | 2025-07-23T19:08:44.702Z | Downloaded derive_more v0.99.20 |
929 | 2025-07-23T19:08:44.706Z | Downloaded signal-hook-mio v0.2.4 |
930 | 2025-07-23T19:08:44.706Z | Downloaded progenitor-macro v0.10.0 |
931 | 2025-07-23T19:08:44.710Z | Downloaded ctr v0.9.2 |
932 | 2025-07-23T19:08:44.710Z | Downloaded progenitor-macro v0.9.1 |
933 | 2025-07-23T19:08:44.711Z | Downloaded quick-error v1.2.3 |
934 | 2025-07-23T19:08:44.714Z | Downloaded defmt-macros v0.3.9 |
935 | 2025-07-23T19:08:44.718Z | Downloaded crypto-bigint v0.5.5 |
936 | 2025-07-23T19:08:44.722Z | Downloaded prettyplease v0.2.35 |
937 | 2025-07-23T19:08:44.727Z | Downloaded expectorate v1.2.0 |
938 | 2025-07-23T19:08:44.731Z | Downloaded embedded-io v0.4.0 |
939 | 2025-07-23T19:08:44.731Z | Downloaded rustc-demangle v0.1.24 |
940 | 2025-07-23T19:08:44.735Z | Downloaded resolv-conf v0.7.0 |
941 | 2025-07-23T19:08:44.735Z | Downloaded itertools v0.13.0 |
942 | 2025-07-23T19:08:44.739Z | Downloaded serde_path_to_error v0.1.17 |
943 | 2025-07-23T19:08:44.744Z | Downloaded ghash v0.5.1 |
944 | 2025-07-23T19:08:44.744Z | Downloaded derive_builder v0.20.2 |
945 | 2025-07-23T19:08:44.752Z | Downloaded publicsuffix v2.3.0 |
946 | 2025-07-23T19:08:44.757Z | Downloaded native-tls v0.2.12 |
947 | 2025-07-23T19:08:44.757Z | Downloaded hkdf v0.12.4 |
948 | 2025-07-23T19:08:44.757Z | Downloaded slog-stdlog v4.1.1 |
949 | 2025-07-23T19:08:44.761Z | Downloaded postgres-protocol v0.6.8 |
950 | 2025-07-23T19:08:44.761Z | Downloaded serde_cbor v0.11.2 |
951 | 2025-07-23T19:08:44.761Z | Downloaded pem-rfc7468 v0.7.0 |
952 | 2025-07-23T19:08:44.766Z | Downloaded rustc-hash v1.1.0 |
953 | 2025-07-23T19:08:44.766Z | Downloaded env_logger v0.10.2 |
954 | 2025-07-23T19:08:44.769Z | Downloaded postcard v1.0.10 |
955 | 2025-07-23T19:08:44.769Z | Downloaded tokio-util v0.7.15 |
956 | 2025-07-23T19:08:44.776Z | Downloaded parse-size v1.1.0 |
957 | 2025-07-23T19:08:44.780Z | Downloaded signal-hook v0.3.17 |
958 | 2025-07-23T19:08:44.780Z | Downloaded chrono v0.4.41 |
959 | 2025-07-23T19:08:44.788Z | Downloaded zone v0.3.1 |
960 | 2025-07-23T19:08:44.792Z | Downloaded unicode-truncate v1.1.0 |
961 | 2025-07-23T19:08:44.792Z | Downloaded russh-keys v0.45.0 |
962 | 2025-07-23T19:08:44.792Z | Downloaded elliptic-curve v0.13.8 |
963 | 2025-07-23T19:08:44.796Z | Downloaded bindgen v0.71.1 |
964 | 2025-07-23T19:08:44.803Z | Downloaded foldhash v0.1.5 |
965 | 2025-07-23T19:08:44.807Z | Downloaded signal-hook-registry v1.4.2 |
966 | 2025-07-23T19:08:44.807Z | Downloaded typify-macro v0.4.1 |
967 | 2025-07-23T19:08:44.807Z | Downloaded tar v0.4.44 |
968 | 2025-07-23T19:08:44.810Z | Downloaded p256 v0.13.2 |
969 | 2025-07-23T19:08:44.816Z | Downloaded bindgen v0.69.5 |
970 | 2025-07-23T19:08:44.820Z | Downloaded password-hash v0.4.2 |
971 | 2025-07-23T19:08:44.824Z | Downloaded term v0.7.0 |
972 | 2025-07-23T19:08:44.824Z | Downloaded tokio-rustls v0.26.0 |
973 | 2025-07-23T19:08:44.827Z | Downloaded miniz_oxide v0.8.5 |
974 | 2025-07-23T19:08:44.831Z | Downloaded winnow v0.6.26 |
975 | 2025-07-23T19:08:44.837Z | Downloaded derive-where v1.5.0 |
976 | 2025-07-23T19:08:44.840Z | Downloaded rayon-core v1.12.1 |
977 | 2025-07-23T19:08:44.844Z | Downloaded openssl-sys v0.9.109 |
978 | 2025-07-23T19:08:44.849Z | Downloaded nom v7.1.3 |
979 | 2025-07-23T19:08:44.854Z | Downloaded rustyline v14.0.0 |
980 | 2025-07-23T19:08:44.858Z | Downloaded flume v0.11.1 |
981 | 2025-07-23T19:08:44.863Z | Downloaded toml_edit v0.19.15 |
982 | 2025-07-23T19:08:44.878Z | Downloaded tinyvec v1.8.0 |
983 | 2025-07-23T19:08:44.883Z | Downloaded unsafe-libyaml v0.2.11 |
984 | 2025-07-23T19:08:44.887Z | Downloaded x509-cert v0.2.5 |
985 | 2025-07-23T19:08:44.891Z | Downloaded unicode-bidi v0.3.17 |
986 | 2025-07-23T19:08:44.894Z | Downloaded zip v0.6.6 |
987 | 2025-07-23T19:08:44.898Z | Downloaded minimal-lexical v0.2.1 |
988 | 2025-07-23T19:08:44.902Z | Downloaded rpassword v7.4.0 |
989 | 2025-07-23T19:08:44.902Z | Downloaded rustls-webpki v0.102.8 |
990 | 2025-07-23T19:08:44.921Z | Downloaded salty v0.3.0 |
991 | 2025-07-23T19:08:44.926Z | Downloaded sqlparser v0.45.0 |
992 | 2025-07-23T19:08:44.930Z | Downloaded p521 v0.13.3 |
993 | 2025-07-23T19:08:44.935Z | Downloaded mio v1.0.2 |
994 | 2025-07-23T19:08:44.940Z | Downloaded lalrpop v0.19.12 |
995 | 2025-07-23T19:08:44.953Z | Downloaded ed25519-dalek v2.1.1 |
996 | 2025-07-23T19:08:44.956Z | Downloaded yansi v1.0.1 |
997 | 2025-07-23T19:08:44.956Z | Downloaded futures-util v0.3.31 |
998 | 2025-07-23T19:08:44.967Z | Downloaded reedline v0.40.0 |
999 | 2025-07-23T19:08:44.975Z | Downloaded winnow v0.5.40 |
1000 | 2025-07-23T19:08:44.982Z | Downloaded unicode-segmentation v1.12.0 |
1001 | 2025-07-23T19:08:44.985Z | Downloaded rayon v1.10.0 |
1002 | 2025-07-23T19:08:44.994Z | Downloaded ssh-key v0.6.6 |
1003 | 2025-07-23T19:08:45.001Z | Downloaded object v0.30.4 |
1004 | 2025-07-23T19:08:45.010Z | Downloaded git2 v0.19.0 |
1005 | 2025-07-23T19:08:45.016Z | Downloaded qorb v0.4.0 |
1006 | 2025-07-23T19:08:45.020Z | Downloaded proptest v1.7.0 |
1007 | 2025-07-23T19:08:45.031Z | Downloaded radix_trie v0.2.1 |
1008 | 2025-07-23T19:08:45.036Z | Downloaded tabled v0.18.0 |
1009 | 2025-07-23T19:08:45.049Z | Downloaded quinn-proto v0.11.8 |
1010 | 2025-07-23T19:08:45.057Z | Downloaded time v0.3.36 |
1011 | 2025-07-23T19:08:45.061Z | Downloaded portable-atomic v1.11.0 |
1012 | 2025-07-23T19:08:45.068Z | Downloaded regex v1.11.1 |
1013 | 2025-07-23T19:08:45.081Z | Downloaded zlib-rs v0.5.1 |
1014 | 2025-07-23T19:08:45.085Z | Downloaded zerocopy v0.8.26 |
1015 | 2025-07-23T19:08:45.105Z | Downloaded p384 v0.13.1 |
1016 | 2025-07-23T19:08:45.109Z | Downloaded gimli v0.31.1 |
1017 | 2025-07-23T19:08:45.116Z | Downloaded polar-core v0.27.3 |
1018 | 2025-07-23T19:08:45.125Z | Downloaded nix v0.27.1 |
1019 | 2025-07-23T19:08:45.134Z | Downloaded rustls v0.23.19 |
1020 | 2025-07-23T19:08:45.143Z | Downloaded petname v2.0.2 |
1021 | 2025-07-23T19:08:45.149Z | Downloaded rustls v0.22.4 |
1022 | 2025-07-23T19:08:45.161Z | Downloaded curve25519-dalek v4.1.3 |
1023 | 2025-07-23T19:08:45.169Z | Downloaded bstr v1.10.0 |
1024 | 2025-07-23T19:08:45.179Z | Downloaded vcpkg v0.2.15 |
1025 | 2025-07-23T19:08:45.216Z | Downloaded moka v0.12.10 |
1026 | 2025-07-23T19:08:45.225Z | Downloaded regress v0.10.3 |
1027 | 2025-07-23T19:08:45.233Z | Downloaded hickory-proto v0.24.4 |
1028 | 2025-07-23T19:08:45.248Z | Downloaded nix v0.29.0 |
1029 | 2025-07-23T19:08:45.259Z | Downloaded smoltcp v0.9.1 |
1030 | 2025-07-23T19:08:45.269Z | Downloaded nix v0.30.1 |
1031 | 2025-07-23T19:08:45.282Z | Downloaded hickory-proto v0.25.2 |
1032 | 2025-07-23T19:08:45.296Z | Downloaded regex-syntax v0.8.5 |
1033 | 2025-07-23T19:08:45.303Z | Downloaded webpki-roots v1.0.1 |
1034 | 2025-07-23T19:08:45.312Z | Downloaded typify-impl v0.2.0 |
1035 | 2025-07-23T19:08:45.320Z | Downloaded smoltcp v0.11.0 |
1036 | 2025-07-23T19:08:45.333Z | Downloaded openapiv3 v2.2.0 |
1037 | 2025-07-23T19:08:45.344Z | Downloaded diesel v2.2.11 |
1038 | 2025-07-23T19:08:45.361Z | Downloaded dropshot v0.16.2 |
1039 | 2025-07-23T19:08:45.382Z | Downloaded typify-impl v0.3.0 |
1040 | 2025-07-23T19:08:45.393Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
1041 | 2025-07-23T19:08:45.405Z | Downloaded regex-automata v0.4.8 |
1042 | 2025-07-23T19:08:45.420Z | Downloaded zerocopy-derive v0.6.6 |
1043 | 2025-07-23T19:08:45.438Z | Downloaded nix v0.28.0 |
1044 | 2025-07-23T19:08:45.443Z | Downloaded typify-impl v0.4.1 |
1045 | 2025-07-23T19:08:45.451Z | Downloaded sled v0.34.7 |
1046 | 2025-07-23T19:08:45.462Z | Downloaded openssl v0.10.73 |
1047 | 2025-07-23T19:08:45.471Z | Downloaded regex-syntax v0.6.29 |
1048 | 2025-07-23T19:08:45.476Z | Downloaded chrono-tz v0.10.4 |
1049 | 2025-07-23T19:08:45.493Z | Downloaded object v0.36.5 |
1050 | 2025-07-23T19:08:45.502Z | Downloaded ratatui v0.29.0 |
1051 | 2025-07-23T19:08:45.520Z | Downloaded reqwest v0.12.22 |
1052 | 2025-07-23T19:08:45.528Z | Downloaded rustls v0.21.12 |
1053 | 2025-07-23T19:08:45.539Z | Downloaded rustls-webpki v0.101.7 |
1054 | 2025-07-23T19:08:45.554Z | Downloaded progenitor-impl v0.10.0 |
1055 | 2025-07-23T19:08:45.558Z | Downloaded jiff v0.2.15 |
1056 | 2025-07-23T19:08:45.571Z | Downloaded sha3 v0.10.8 |
1057 | 2025-07-23T19:08:45.575Z | Downloaded lzma-sys v0.1.20 |
1058 | 2025-07-23T19:08:45.602Z | Downloaded zstd-sys v2.0.14+zstd.1.5.7 |
1059 | 2025-07-23T19:08:45.618Z | Downloaded pretty_assertions v1.4.1 |
1060 | 2025-07-23T19:08:45.621Z | Downloaded csv v1.3.1 |
1061 | 2025-07-23T19:08:45.637Z | Downloaded petgraph v0.8.2 |
1062 | 2025-07-23T19:08:45.654Z | Downloaded libz-sys v1.1.20 |
1063 | 2025-07-23T19:08:45.672Z | Downloaded yasna v0.5.2 |
1064 | 2025-07-23T19:08:45.676Z | Downloaded whoami v1.5.2 |
1065 | 2025-07-23T19:08:45.676Z | Downloaded num-bigint-dig v0.8.4 |
1066 | 2025-07-23T19:08:45.680Z | Downloaded thread_local v1.1.8 |
1067 | 2025-07-23T19:08:45.684Z | Downloaded termcolor v1.4.1 |
1068 | 2025-07-23T19:08:45.684Z | Downloaded toml v0.7.8 |
1069 | 2025-07-23T19:08:45.689Z | Downloaded petgraph v0.6.5 |
1070 | 2025-07-23T19:08:45.702Z | Downloaded serde_with v3.14.0 |
1071 | 2025-07-23T19:08:45.712Z | Downloaded futures-executor v0.3.31 |
1072 | 2025-07-23T19:08:45.716Z | Downloaded futures-core v0.3.31 |
1073 | 2025-07-23T19:08:45.716Z | Downloaded tokio v1.45.1 |
1074 | 2025-07-23T19:08:45.749Z | Downloaded typed-path v0.9.3 |
1075 | 2025-07-23T19:08:45.754Z | Downloaded bitvec v1.0.1 |
1076 | 2025-07-23T19:08:45.766Z | Downloaded oso v0.27.3 |
1077 | 2025-07-23T19:08:45.770Z | Downloaded mime_guess v2.0.5 |
1078 | 2025-07-23T19:08:45.774Z | Downloaded derive_builder_core v0.20.2 |
1079 | 2025-07-23T19:08:45.774Z | Downloaded parking_lot_core v0.8.6 |
1080 | 2025-07-23T19:08:45.779Z | Downloaded tungstenite v0.21.0 |
1081 | 2025-07-23T19:08:45.779Z | Downloaded pbkdf2 v0.12.2 |
1082 | 2025-07-23T19:08:45.779Z | Downloaded uuid v1.17.0 |
1083 | 2025-07-23T19:08:45.783Z | Downloaded precomputed-hash v0.1.1 |
1084 | 2025-07-23T19:08:45.784Z | Downloaded either v1.15.0 |
1085 | 2025-07-23T19:08:45.787Z | Downloaded derive-ex v0.1.8 |
1086 | 2025-07-23T19:08:45.787Z | Downloaded rustls-native-certs v0.8.1 |
1087 | 2025-07-23T19:08:45.787Z | Downloaded des v0.8.1 |
1088 | 2025-07-23T19:08:45.808Z | Downloaded strum_macros v0.26.4 |
1089 | 2025-07-23T19:08:45.808Z | Downloaded serde_bytes v0.11.17 |
1090 | 2025-07-23T19:08:45.812Z | Downloaded serde-hex v0.1.0 |
1091 | 2025-07-23T19:08:45.812Z | Downloaded tls_codec_derive v0.4.1 |
1092 | 2025-07-23T19:08:45.827Z | Downloaded spki v0.7.3 |
1093 | 2025-07-23T19:08:45.827Z | Downloaded rustls-pemfile v2.2.0 |
1094 | 2025-07-23T19:08:45.827Z | Downloaded ref-cast v1.0.24 |
1095 | 2025-07-23T19:08:45.827Z | Downloaded progenitor-macro v0.8.0 |
1096 | 2025-07-23T19:08:45.827Z | Downloaded phf_shared v0.11.2 |
1097 | 2025-07-23T19:08:45.827Z | Downloaded csv-core v0.1.11 |
1098 | 2025-07-23T19:08:45.831Z | Downloaded value-bag v1.9.0 |
1099 | 2025-07-23T19:08:45.831Z | Downloaded similar v2.7.0 |
1100 | 2025-07-23T19:08:45.836Z | Downloaded quick-xml v0.37.2 |
1101 | 2025-07-23T19:08:45.844Z | Downloaded blake3 v1.5.4 |
1102 | 2025-07-23T19:08:45.850Z | Downloaded getrandom v0.2.15 |
1103 | 2025-07-23T19:08:45.854Z | Downloaded iri-string v0.7.8 |
1104 | 2025-07-23T19:08:45.862Z | Downloaded phf v0.11.2 |
1105 | 2025-07-23T19:08:45.866Z | Downloaded num-iter v0.1.45 |
1106 | 2025-07-23T19:08:45.866Z | Downloaded num-integer v0.1.46 |
1107 | 2025-07-23T19:08:45.870Z | Downloaded nu-ansi-term v0.50.1 |
1108 | 2025-07-23T19:08:45.870Z | Downloaded gethostname v0.5.0 |
1109 | 2025-07-23T19:08:45.874Z | Downloaded ron v0.8.1 |
1110 | 2025-07-23T19:08:45.879Z | Downloaded tough v0.20.0 |
1111 | 2025-07-23T19:08:45.890Z | Downloaded steno v0.4.1 |
1112 | 2025-07-23T19:08:45.896Z | Downloaded russh v0.45.0 |
1113 | 2025-07-23T19:08:45.901Z | Downloaded itertools v0.10.5 |
1114 | 2025-07-23T19:08:45.906Z | Downloaded unicode_categories v0.1.1 |
1115 | 2025-07-23T19:08:45.906Z | Downloaded libxml v0.3.3 |
1116 | 2025-07-23T19:08:45.910Z | Downloaded itertools v0.12.1 |
1117 | 2025-07-23T19:08:45.916Z | Downloaded rustversion v1.0.17 |
1118 | 2025-07-23T19:08:45.920Z | Downloaded russh-cryptovec v0.7.3 |
1119 | 2025-07-23T19:08:45.920Z | Downloaded rand_core v0.6.4 |
1120 | 2025-07-23T19:08:45.920Z | Downloaded rand_chacha v0.9.0 |
1121 | 2025-07-23T19:08:45.924Z | Downloaded daft v0.1.4 |
1122 | 2025-07-23T19:08:45.924Z | Downloaded dirs-next v2.0.0 |
1123 | 2025-07-23T19:08:45.924Z | Downloaded fixedbitset v0.4.2 |
1124 | 2025-07-23T19:08:45.928Z | Downloaded crucible-workspace-hack v0.1.0 |
1125 | 2025-07-23T19:08:45.928Z | Downloaded tracing-attributes v0.1.27 |
1126 | 2025-07-23T19:08:45.929Z | Downloaded futures-channel v0.3.31 |
1127 | 2025-07-23T19:08:45.932Z | Downloaded secrecy v0.8.0 |
1128 | 2025-07-23T19:08:45.932Z | Downloaded fd-lock v4.0.2 |
1129 | 2025-07-23T19:08:45.937Z | Downloaded encoding_rs v0.8.34 |
1130 | 2025-07-23T19:08:45.951Z | Downloaded ring v0.17.14 |
1131 | 2025-07-23T19:08:45.987Z | Downloaded typify-macro v0.3.0 |
1132 | 2025-07-23T19:08:45.991Z | Downloaded tui-tree-widget v0.23.1 |
1133 | 2025-07-23T19:08:45.991Z | Downloaded pkcs5 v0.7.1 |
1134 | 2025-07-23T19:08:45.995Z | Downloaded test-strategy v0.4.3 |
1135 | 2025-07-23T19:08:45.999Z | Downloaded diesel_derives v2.2.3 |
1136 | 2025-07-23T19:08:46.003Z | Downloaded tower v0.5.2 |
1137 | 2025-07-23T19:08:46.009Z | Downloaded pkcs8 v0.10.2 |
1138 | 2025-07-23T19:08:46.013Z | Downloaded fs_extra v1.3.0 |
1139 | 2025-07-23T19:08:46.013Z | Downloaded http v1.3.1 |
1140 | 2025-07-23T19:08:46.017Z | Downloaded parking_lot v0.11.2 |
1141 | 2025-07-23T19:08:46.017Z | Downloaded tabled_derive v0.10.0 |
1142 | 2025-07-23T19:08:46.021Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1143 | 2025-07-23T19:08:46.065Z | Downloaded num-complex v0.4.6 |
1144 | 2025-07-23T19:08:46.070Z | Downloaded multer v3.1.0 |
1145 | 2025-07-23T19:08:46.070Z | Downloaded hickory-resolver v0.24.4 |
1146 | 2025-07-23T19:08:46.074Z | Downloaded number_prefix v0.4.0 |
1147 | 2025-07-23T19:08:46.074Z | Downloaded num_threads v0.1.7 |
1148 | 2025-07-23T19:08:46.074Z | Downloaded newline-converter v0.3.0 |
1149 | 2025-07-23T19:08:46.074Z | Downloaded salsa20 v0.10.2 |
1150 | 2025-07-23T19:08:46.078Z | Downloaded flate2 v1.1.2 |
1151 | 2025-07-23T19:08:46.082Z | Downloaded hickory-resolver v0.25.2 |
1152 | 2025-07-23T19:08:46.086Z | Downloaded typify-macro v0.2.0 |
1153 | 2025-07-23T19:08:46.086Z | Downloaded radium v0.7.0 |
1154 | 2025-07-23T19:08:46.086Z | Downloaded tokio-postgres v0.7.13 |
1155 | 2025-07-23T19:08:46.090Z | Downloaded iddqd v0.3.9 |
1156 | 2025-07-23T19:08:46.096Z | Downloaded packed_struct v0.10.1 |
1157 | 2025-07-23T19:08:46.104Z | Downloaded nodrop v0.1.14 |
1158 | 2025-07-23T19:08:46.104Z | Downloaded nanorand v0.7.0 |
1159 | 2025-07-23T19:08:46.110Z | Downloaded multimap v0.10.1 |
1160 | 2025-07-23T19:08:46.110Z | Downloaded schemars v0.9.0 |
1161 | 2025-07-23T19:08:46.114Z | Downloaded daft-derive v0.1.4 |
1162 | 2025-07-23T19:08:46.118Z | Downloaded pin-project v1.1.6 |
1163 | 2025-07-23T19:08:46.126Z | Downloaded postgres-types v0.2.9 |
1164 | 2025-07-23T19:08:46.131Z | Downloaded socket2 v0.5.10 |
1165 | 2025-07-23T19:08:46.131Z | Downloaded thiserror-impl-no-std v2.0.2 |
1166 | 2025-07-23T19:08:46.135Z | Downloaded structmeta v0.3.0 |
1167 | 2025-07-23T19:08:46.135Z | Downloaded scrypt v0.11.0 |
1168 | 2025-07-23T19:08:46.135Z | Downloaded serde_yaml v0.9.34+deprecated |
1169 | 2025-07-23T19:08:46.139Z | Downloaded schemars v0.8.22 |
1170 | 2025-07-23T19:08:46.146Z | Downloaded display-error-chain v0.2.2 |
1171 | 2025-07-23T19:08:46.149Z | Downloaded sec1 v0.7.3 |
1172 | 2025-07-23T19:08:46.150Z | Downloaded progenitor v0.10.0 |
1173 | 2025-07-23T19:08:46.154Z | Downloaded ecdsa v0.16.9 |
1174 | 2025-07-23T19:08:46.154Z | Downloaded owo-colors v4.2.2 |
1175 | 2025-07-23T19:08:46.158Z | Downloaded serde_urlencoded v0.7.1 |
1176 | 2025-07-23T19:08:46.158Z | Downloaded darling v0.21.0 |
1177 | 2025-07-23T19:08:46.163Z | Downloaded sha1 v0.10.6 |
1178 | 2025-07-23T19:08:46.163Z | Downloaded progenitor-client v0.8.0 |
1179 | 2025-07-23T19:08:46.167Z | Downloaded progenitor v0.9.1 |
1180 | 2025-07-23T19:08:46.167Z | Downloaded ppv-lite86 v0.2.20 |
1181 | 2025-07-23T19:08:46.167Z | Downloaded powerfmt v0.2.0 |
1182 | 2025-07-23T19:08:46.167Z | Downloaded pem v3.0.5 |
1183 | 2025-07-23T19:08:46.167Z | Downloaded peg-macros v0.8.5 |
1184 | 2025-07-23T19:08:46.171Z | Downloaded zopfli v0.8.1 |
1185 | 2025-07-23T19:08:46.171Z | Downloaded try-lock v0.2.5 |
1186 | 2025-07-23T19:08:46.171Z | Downloaded sct v0.7.1 |
1187 | 2025-07-23T19:08:46.176Z | Downloaded rustc_version v0.1.7 |
1188 | 2025-07-23T19:08:46.176Z | Downloaded indicatif v0.17.11 |
1189 | 2025-07-23T19:08:46.180Z | Downloaded memmap2 v0.9.5 |
1190 | 2025-07-23T19:08:46.180Z | Downloaded uzers v0.12.1 |
1191 | 2025-07-23T19:08:46.186Z | Downloaded unicode-properties v0.1.3 |
1192 | 2025-07-23T19:08:46.186Z | Downloaded newtype-uuid v1.2.4 |
1193 | 2025-07-23T19:08:46.186Z | Downloaded spin v0.9.8 |
1194 | 2025-07-23T19:08:46.189Z | Downloaded snafu v0.8.5 |
1195 | 2025-07-23T19:08:46.194Z | Downloaded rand v0.9.1 |
1196 | 2025-07-23T19:08:46.198Z | Downloaded base64 v0.21.7 |
1197 | 2025-07-23T19:08:46.198Z | Downloaded indexmap v1.9.3 |
1198 | 2025-07-23T19:08:46.203Z | Downloaded memoffset v0.9.1 |
1199 | 2025-07-23T19:08:46.203Z | Downloaded darling v0.20.10 |
1200 | 2025-07-23T19:08:46.208Z | Downloaded zstd-safe v7.2.3 |
1201 | 2025-07-23T19:08:46.208Z | Downloaded zstd v0.13.3 |
1202 | 2025-07-23T19:08:46.213Z | Downloaded xshell v0.2.7 |
1203 | 2025-07-23T19:08:46.213Z | Downloaded const_format v0.2.34 |
1204 | 2025-07-23T19:08:46.217Z | Downloaded bumpalo v3.16.0 |
1205 | 2025-07-23T19:08:46.222Z | Downloaded base64 v0.22.1 |
1206 | 2025-07-23T19:08:46.222Z | Downloaded float-ord v0.3.2 |
1207 | 2025-07-23T19:08:46.227Z | Downloaded env_filter v0.1.2 |
1208 | 2025-07-23T19:08:46.227Z | Downloaded funty v2.0.0 |
1209 | 2025-07-23T19:08:46.227Z | Downloaded flagset v0.4.6 |
1210 | 2025-07-23T19:08:46.227Z | Downloaded futures-task v0.3.31 |
1211 | 2025-07-23T19:08:46.227Z | Downloaded embedded-io v0.6.1 |
1212 | 2025-07-23T19:08:46.227Z | Downloaded tokio-rustls v0.24.1 |
1213 | 2025-07-23T19:08:46.231Z | Downloaded der_derive v0.7.3 |
1214 | 2025-07-23T19:08:46.231Z | Downloaded topological-sort v0.2.2 |
1215 | 2025-07-23T19:08:46.231Z | Downloaded snafu-derive v0.8.5 |
1216 | 2025-07-23T19:08:46.236Z | Downloaded compact_str v0.8.0 |
1217 | 2025-07-23T19:08:46.236Z | Downloaded progenitor-impl v0.8.0 |
1218 | 2025-07-23T19:08:46.240Z | Downloaded ingot-macros v0.1.1 |
1219 | 2025-07-23T19:08:46.240Z | Downloaded indoc v1.0.9 |
1220 | 2025-07-23T19:08:46.240Z | Downloaded schemars_derive v0.8.22 |
1221 | 2025-07-23T19:08:46.244Z | Downloaded termios v0.3.3 |
1222 | 2025-07-23T19:08:46.244Z | Downloaded crossbeam-utils v0.8.21 |
1223 | 2025-07-23T19:08:46.248Z | Downloaded cookie v0.18.1 |
1224 | 2025-07-23T19:08:46.248Z | Downloaded crossbeam-epoch v0.9.18 |
1225 | 2025-07-23T19:08:46.252Z | Downloaded const-oid v0.9.6 |
1226 | 2025-07-23T19:08:46.252Z | Downloaded clang-sys v1.8.1 |
1227 | 2025-07-23T19:08:46.256Z | Downloaded arrayvec v0.7.6 |
1228 | 2025-07-23T19:08:46.256Z | Downloaded jobserver v0.1.32 |
1229 | 2025-07-23T19:08:46.259Z | Downloaded ingot v0.1.1 |
1230 | 2025-07-23T19:08:46.259Z | Downloaded blake2 v0.10.6 |
1231 | 2025-07-23T19:08:46.265Z | Downloaded rand_xorshift v0.4.0 |
1232 | 2025-07-23T19:08:46.265Z | Downloaded rand_seeder v0.3.0 |
1233 | 2025-07-23T19:08:46.265Z | Downloaded libsw-core v0.3.1 |
1234 | 2025-07-23T19:08:46.265Z | Downloaded instability v0.3.2 |
1235 | 2025-07-23T19:08:46.268Z | Downloaded home v0.5.9 |
1236 | 2025-07-23T19:08:46.268Z | Downloaded internet-checksum v0.2.1 |
1237 | 2025-07-23T19:08:46.269Z | Downloaded hostname v0.3.1 |
1238 | 2025-07-23T19:08:46.269Z | Downloaded ahash v0.8.11 |
1239 | 2025-07-23T19:08:46.272Z | Downloaded libefi-sys v0.1.0 |
1240 | 2025-07-23T19:08:46.273Z | Downloaded hostname v0.4.0 |
1241 | 2025-07-23T19:08:46.273Z | Downloaded linked-hash-map v0.5.6 |
1242 | 2025-07-23T19:08:46.276Z | Downloaded same-file v1.0.6 |
1243 | 2025-07-23T19:08:46.276Z | Downloaded rtoolbox v0.0.2 |
1244 | 2025-07-23T19:08:46.276Z | Downloaded ciborium v0.2.2 |
1245 | 2025-07-23T19:08:46.280Z | Downloaded console v0.15.10 |
1246 | 2025-07-23T19:08:46.280Z | Downloaded cookie_store v0.21.1 |
1247 | 2025-07-23T19:08:46.285Z | Downloaded cancel-safe-futures v0.1.5 |
1248 | 2025-07-23T19:08:46.289Z | Downloaded lazycell v1.3.0 |
1249 | 2025-07-23T19:08:46.289Z | Downloaded libsw v3.5.0 |
1250 | 2025-07-23T19:08:46.289Z | Downloaded crc32fast v1.4.2 |
1251 | 2025-07-23T19:08:46.289Z | Downloaded const_format_proc_macros v0.2.34 |
1252 | 2025-07-23T19:08:46.293Z | Downloaded bzip2 v0.5.2 |
1253 | 2025-07-23T19:08:46.293Z | Downloaded linear-map v1.2.0 |
1254 | 2025-07-23T19:08:46.296Z | Downloaded libscf-sys v1.1.0 |
1255 | 2025-07-23T19:08:46.296Z | Downloaded constant_time_eq v0.3.1 |
1256 | 2025-07-23T19:08:46.296Z | Downloaded maybe-uninit v2.0.0 |
1257 | 2025-07-23T19:08:46.300Z | Downloaded indoc v2.0.6 |
1258 | 2025-07-23T19:08:46.300Z | Downloaded bit-vec v0.8.0 |
1259 | 2025-07-23T19:08:46.303Z | Downloaded bzip2 v0.4.4 |
1260 | 2025-07-23T19:08:46.303Z | Downloaded base64ct v1.6.0 |
1261 | 2025-07-23T19:08:46.307Z | Downloaded cassowary v0.3.0 |
1262 | 2025-07-23T19:08:46.307Z | Downloaded bitfield v0.14.0 |
1263 | 2025-07-23T19:08:46.307Z | Downloaded cobs v0.2.3 |
1264 | 2025-07-23T19:08:46.310Z | Downloaded camino-tempfile-ext v0.3.2 |
1265 | 2025-07-23T19:08:46.310Z | Downloaded buf-list v1.0.3 |
1266 | 2025-07-23T19:08:46.313Z | Downloaded is_ci v1.2.0 |
1267 | 2025-07-23T19:08:46.314Z | Downloaded castaway v0.2.3 |
1268 | 2025-07-23T19:08:46.314Z | Downloaded bit-set v0.5.3 |
1269 | 2025-07-23T19:08:46.317Z | Downloaded bit-set v0.8.0 |
1270 | 2025-07-23T19:08:46.317Z | Downloaded cexpr v0.6.0 |
1271 | 2025-07-23T19:08:46.317Z | Downloaded bitfield-struct v0.6.2 |
1272 | 2025-07-23T19:08:46.321Z | Downloaded base16ct v0.2.0 |
1273 | 2025-07-23T19:08:46.321Z | Downloaded async-recursion v1.1.1 |
1274 | 2025-07-23T19:08:46.324Z | Downloaded ascii-canvas v3.0.0 |
1275 | 2025-07-23T19:08:46.324Z | Downloaded cargo-platform v0.1.8 |
1276 | 2025-07-23T19:08:46.324Z | Downloaded array-init v0.0.4 |
1277 | 2025-07-23T19:08:46.327Z | Downloaded bb8 v0.8.5 |
1278 | 2025-07-23T19:08:46.327Z | Downloaded arrayref v0.3.9 |
1279 | 2025-07-23T19:08:46.327Z | Downloaded cfg_aliases v0.2.1 |
1280 | 2025-07-23T19:08:46.328Z | Downloaded ciborium-io v0.2.2 |
1281 | 2025-07-23T19:08:46.331Z | Downloaded blowfish v0.9.1 |
1282 | 2025-07-23T19:08:46.331Z | Downloaded bitflags v1.3.2 |
1283 | 2025-07-23T19:08:46.334Z | Downloaded hyper-staticfile v0.10.1 |
1284 | 2025-07-23T19:08:46.334Z | Downloaded cipher v0.4.4 |
1285 | 2025-07-23T19:08:46.338Z | Downloaded hubpack_derive v0.1.1 |
1286 | 2025-07-23T19:08:46.338Z | Downloaded httpdate v1.0.3 |
1287 | 2025-07-23T19:08:46.338Z | Downloaded http-range v0.1.5 |
1288 | 2025-07-23T19:08:46.338Z | Downloaded heck v0.3.3 |
1289 | 2025-07-23T19:08:46.341Z | Downloaded ciborium-ll v0.2.2 |
1290 | 2025-07-23T19:08:46.341Z | Downloaded async-stream-impl v0.3.6 |
1291 | 2025-07-23T19:08:46.341Z | Downloaded aes v0.8.4 |
1292 | 2025-07-23T19:08:46.344Z | Downloaded atty v0.2.14 |
1293 | 2025-07-23T19:08:46.345Z | Downloaded atomicwrites v0.4.4 |
1294 | 2025-07-23T19:08:46.345Z | Downloaded hex-literal v0.4.1 |
1295 | 2025-07-23T19:08:46.349Z | Downloaded hash32 v0.3.1 |
1296 | 2025-07-23T19:08:46.572Z | Downloaded aws-lc-sys v0.26.0 |
1297 | 2025-07-23T19:08:46.853Z | Compiling value-bag v1.9.0 |
1298 | 2025-07-23T19:08:46.853Z | Compiling shlex v1.3.0 |
1299 | 2025-07-23T19:08:46.853Z | Compiling lock_api v0.4.12 |
1300 | 2025-07-23T19:08:46.861Z | Compiling scopeguard v1.2.0 |
1301 | 2025-07-23T19:08:46.861Z | Compiling typenum v1.17.0 |
1302 | 2025-07-23T19:08:46.861Z | Compiling generic-array v0.14.7 |
1303 | 2025-07-23T19:08:46.861Z | Compiling syn v2.0.104 |
1304 | 2025-07-23T19:08:48.327Z | Compiling getrandom v0.2.15 |
1305 | 2025-07-23T19:08:48.332Z | Compiling jobserver v0.1.32 |
1306 | 2025-07-23T19:08:48.333Z | Compiling rand_core v0.6.4 |
1307 | 2025-07-23T19:08:48.333Z | Compiling log v0.4.27 |
1308 | 2025-07-23T19:08:48.333Z | Compiling smallvec v1.15.0 |
1309 | 2025-07-23T19:08:48.333Z | Compiling portable-atomic v1.11.0 |
1310 | 2025-07-23T19:08:48.333Z | Compiling cc v1.2.30 |
1311 | 2025-07-23T19:08:48.333Z | Compiling subtle v2.6.1 |
1312 | 2025-07-23T19:08:48.333Z | Compiling critical-section v1.1.3 |
1313 | 2025-07-23T19:08:48.333Z | Compiling const-oid v0.9.6 |
1314 | 2025-07-23T19:08:48.333Z | Compiling pkg-config v0.3.31 |
1315 | 2025-07-23T19:08:48.333Z | Compiling pin-project-lite v0.2.14 |
1316 | 2025-07-23T19:08:48.333Z | Compiling parking_lot_core v0.9.10 |
1317 | 2025-07-23T19:08:48.365Z | Compiling rustix v0.38.37 |
1318 | 2025-07-23T19:08:49.313Z | Compiling signal-hook-registry v1.4.2 |
1319 | 2025-07-23T19:08:49.366Z | Compiling parking_lot v0.12.3 |
1320 | 2025-07-23T19:08:49.373Z | Compiling mio v1.0.2 |
1321 | 2025-07-23T19:08:49.405Z | Compiling futures-core v0.3.31 |
1322 | 2025-07-23T19:08:49.665Z | Compiling spin v0.9.8 |
1323 | 2025-07-23T19:08:49.924Z | Compiling once_cell v1.21.3 |
1324 | 2025-07-23T19:08:49.985Z | Compiling socket2 v0.5.10 |
1325 | 2025-07-23T19:08:50.042Z | Compiling slab v0.4.9 |
1326 | 2025-07-23T19:08:50.071Z | Compiling aho-corasick v1.1.3 |
1327 | 2025-07-23T19:08:50.183Z | Compiling regex-syntax v0.8.5 |
1328 | 2025-07-23T19:08:50.328Z | Compiling libm v0.2.8 |
1329 | 2025-07-23T19:08:50.380Z | Compiling cpufeatures v0.2.14 |
1330 | 2025-07-23T19:08:50.410Z | Compiling serde_json v1.0.140 |
1331 | 2025-07-23T19:08:50.640Z | Compiling num-traits v0.2.19 |
1332 | 2025-07-23T19:08:50.692Z | Compiling percent-encoding v2.3.1 |
1333 | 2025-07-23T19:08:50.796Z | Compiling futures-sink v0.3.31 |
1334 | 2025-07-23T19:08:50.855Z | Compiling getrandom v0.3.3 |
1335 | 2025-07-23T19:08:50.998Z | Compiling glob v0.3.2 |
1336 | 2025-07-23T19:08:51.629Z | Compiling prettyplease v0.2.35 |
1337 | 2025-07-23T19:08:51.824Z | Compiling clang-sys v1.8.1 |
1338 | 2025-07-23T19:08:51.830Z | Compiling lazy_static v1.5.0 |
1339 | 2025-07-23T19:08:51.959Z | Compiling either v1.15.0 |
1340 | 2025-07-23T19:08:52.025Z | Compiling allocator-api2 v0.2.21 |
1341 | 2025-07-23T19:08:52.431Z | Compiling foldhash v0.1.5 |
1342 | 2025-07-23T19:08:52.575Z | Compiling minimal-lexical v0.2.1 |
1343 | 2025-07-23T19:08:52.763Z | Compiling hashbrown v0.15.4 |
1344 | 2025-07-23T19:08:52.782Z | Compiling libloading v0.8.5 |
1345 | 2025-07-23T19:08:52.823Z | Compiling home v0.5.9 |
1346 | 2025-07-23T19:08:53.047Z | Compiling nom v7.1.3 |
1347 | 2025-07-23T19:08:53.070Z | Compiling base64ct v1.6.0 |
1348 | 2025-07-23T19:08:53.148Z | Compiling bindgen v0.69.5 |
1349 | 2025-07-23T19:08:53.697Z | Compiling pem-rfc7468 v0.7.0 |
1350 | 2025-07-23T19:08:54.010Z | Compiling regex-automata v0.4.8 |
1351 | 2025-07-23T19:08:54.136Z | Compiling itertools v0.10.5 |
1352 | 2025-07-23T19:08:54.312Z | Compiling synstructure v0.13.1 |
1353 | 2025-07-23T19:08:55.653Z | Compiling futures-channel v0.3.31 |
1354 | 2025-07-23T19:08:56.032Z | Compiling rustc-hash v1.1.0 |
1355 | 2025-07-23T19:08:56.095Z | Compiling cexpr v0.6.0 |
1356 | 2025-07-23T19:08:56.207Z | Compiling lazycell v1.3.0 |
1357 | 2025-07-23T19:08:56.328Z | Compiling pin-utils v0.1.0 |
1358 | 2025-07-23T19:08:56.395Z | Compiling flagset v0.4.6 |
1359 | 2025-07-23T19:08:56.440Z | Compiling futures-io v0.3.31 |
1360 | 2025-07-23T19:08:56.598Z | Compiling futures-task v0.3.31 |
1361 | 2025-07-23T19:08:56.632Z | Compiling cmake v0.1.51 |
1362 | 2025-07-23T19:08:56.723Z | Compiling fs_extra v1.3.0 |
1363 | 2025-07-23T19:08:56.896Z | Compiling dunce v1.0.5 |
1364 | 2025-07-23T19:08:57.047Z | Compiling zerocopy v0.8.26 |
1365 | 2025-07-23T19:08:57.189Z | Compiling form_urlencoded v1.2.1 |
1366 | 2025-07-23T19:08:57.267Z | Compiling paste v1.0.15 |
1367 | 2025-07-23T19:08:57.457Z | Compiling vcpkg v0.2.15 |
1368 | 2025-07-23T19:08:57.514Z | Compiling ring v0.17.14 |
1369 | 2025-07-23T19:08:57.595Z | Compiling tracing-core v0.1.32 |
1370 | 2025-07-23T19:08:57.931Z | Compiling iana-time-zone v0.1.63 |
1371 | 2025-07-23T19:08:58.303Z | Compiling aws-lc-rs v1.12.4 |
1372 | 2025-07-23T19:08:58.714Z | Compiling httparse v1.9.5 |
1373 | 2025-07-23T19:08:58.714Z | Compiling rustls-pki-types v1.10.0 |
1374 | 2025-07-23T19:08:58.876Z | Compiling rustversion v1.0.17 |
1375 | 2025-07-23T19:08:59.098Z | Compiling openssl-sys v0.9.109 |
1376 | 2025-07-23T19:08:59.168Z | Compiling serde_derive v1.0.219 |
1377 | 2025-07-23T19:08:59.343Z | Compiling zeroize_derive v1.4.2 |
1378 | 2025-07-23T19:08:59.530Z | Compiling zerofrom-derive v0.1.4 |
1379 | 2025-07-23T19:08:59.582Z | Compiling yoke-derive v0.7.4 |
1380 | 2025-07-23T19:09:00.189Z | Compiling zerovec-derive v0.10.3 |
1381 | 2025-07-23T19:09:00.730Z | Compiling zeroize v1.8.1 |
1382 | 2025-07-23T19:09:02.206Z | Compiling displaydoc v0.2.5 |
1383 | 2025-07-23T19:09:02.482Z | Compiling crypto-common v0.1.6 |
1384 | 2025-07-23T19:09:02.646Z | Compiling block-buffer v0.10.4 |
1385 | 2025-07-23T19:09:02.723Z | Compiling zerocopy-derive v0.7.35 |
1386 | 2025-07-23T19:09:02.789Z | Compiling zerofrom v0.1.4 |
1387 | 2025-07-23T19:09:02.934Z | Compiling digest v0.10.7 |
1388 | 2025-07-23T19:09:03.032Z | Compiling yoke v0.7.4 |
1389 | 2025-07-23T19:09:03.403Z | Compiling zerovec v0.10.4 |
1390 | 2025-07-23T19:09:03.407Z | Compiling tokio-macros v2.5.0 |
1391 | 2025-07-23T19:09:03.676Z | Compiling hmac v0.12.1 |
1392 | 2025-07-23T19:09:03.745Z | Compiling icu_provider_macros v1.5.0 |
1393 | 2025-07-23T19:09:03.876Z | Compiling block-padding v0.3.3 |
1394 | 2025-07-23T19:09:03.931Z | Compiling sha2 v0.10.9 |
1395 | 2025-07-23T19:09:04.143Z | Compiling inout v0.1.3 |
1396 | 2025-07-23T19:09:04.190Z | Compiling regex v1.11.1 |
1397 | 2025-07-23T19:09:04.438Z | Compiling cipher v0.4.4 |
1398 | 2025-07-23T19:09:04.560Z | Compiling zerocopy v0.7.35 |
1399 | 2025-07-23T19:09:04.802Z | Compiling futures-macro v0.3.31 |
1400 | 2025-07-23T19:09:04.805Z | Compiling der_derive v0.7.3 |
1401 | 2025-07-23T19:09:04.949Z | Compiling thiserror-impl v1.0.69 |
1402 | 2025-07-23T19:09:05.102Z | Compiling tinystr v0.7.6 |
1403 | 2025-07-23T19:09:05.398Z | Compiling icu_collections v1.5.0 |
1404 | 2025-07-23T19:09:05.492Z | Compiling icu_locid v1.5.0 |
1405 | 2025-07-23T19:09:05.904Z | Compiling ppv-lite86 v0.2.20 |
1406 | 2025-07-23T19:09:06.106Z | Compiling serde v1.0.219 |
1407 | 2025-07-23T19:09:06.608Z | Compiling futures-util v0.3.31 |
1408 | 2025-07-23T19:09:06.684Z | Compiling icu_provider v1.5.0 |
1409 | 2025-07-23T19:09:06.704Z | Compiling salsa20 v0.10.2 |
1410 | 2025-07-23T19:09:06.940Z | Compiling pbkdf2 v0.12.2 |
1411 | 2025-07-23T19:09:07.107Z | Compiling der v0.7.10 |
1412 | 2025-07-23T19:09:07.126Z | Compiling zerocopy-derive v0.8.26 |
1413 | 2025-07-23T19:09:07.315Z | Compiling scrypt v0.11.0 |
1414 | 2025-07-23T19:09:07.480Z | Compiling icu_locid_transform v1.5.0 |
1415 | 2025-07-23T19:09:07.617Z | Compiling aes v0.8.4 |
1416 | 2025-07-23T19:09:07.802Z | Compiling thiserror v1.0.69 |
1417 | 2025-07-23T19:09:07.827Z | Compiling cbc v0.1.2 |
1418 | 2025-07-23T19:09:07.961Z | Compiling pest v2.7.14 |
1419 | 2025-07-23T19:09:08.179Z | Compiling tracing-attributes v0.1.27 |
1420 | 2025-07-23T19:09:09.689Z | Compiling icu_properties v1.5.1 |
1421 | 2025-07-23T19:09:09.886Z | Compiling spki v0.7.3 |
1422 | 2025-07-23T19:09:10.280Z | Compiling pkcs5 v0.7.1 |
1423 | 2025-07-23T19:09:10.332Z | Compiling scroll_derive v0.12.0 |
1424 | 2025-07-23T19:09:10.962Z | Compiling pkcs8 v0.10.2 |
1425 | 2025-07-23T19:09:11.389Z | Compiling bytes v1.10.1 |
1426 | 2025-07-23T19:09:11.415Z | Compiling bitflags v2.9.1 |
1427 | 2025-07-23T19:09:11.579Z | Compiling semver v1.0.26 |
1428 | 2025-07-23T19:09:11.876Z | Compiling indexmap v2.10.0 |
1429 | 2025-07-23T19:09:11.902Z | Compiling uuid v1.17.0 |
1430 | 2025-07-23T19:09:12.261Z | Compiling rustc_version v0.4.1 |
1431 | 2025-07-23T19:09:12.726Z | Compiling tokio v1.45.1 |
1432 | 2025-07-23T19:09:12.954Z | Compiling http v1.3.1 |
1433 | 2025-07-23T19:09:13.225Z | Compiling tracing v0.1.40 |
1434 | 2025-07-23T19:09:13.374Z | Compiling icu_normalizer v1.5.0 |
1435 | 2025-07-23T19:09:13.709Z | Compiling chrono v0.4.41 |
1436 | 2025-07-23T19:09:13.759Z | Compiling pest_meta v2.7.14 |
1437 | 2025-07-23T19:09:14.197Z | Compiling base64 v0.22.1 |
1438 | 2025-07-23T19:09:14.215Z | Compiling tinyvec_macros v0.1.1 |
1439 | 2025-07-23T19:09:14.323Z | Compiling idna_adapter v1.2.0 |
1440 | 2025-07-23T19:09:14.566Z | Compiling idna v1.0.3 |
1441 | 2025-07-23T19:09:14.865Z | Compiling http-body v1.0.1 |
1442 | 2025-07-23T19:09:15.086Z | Compiling pest_generator v2.7.14 |
1443 | 2025-07-23T19:09:15.108Z | Compiling tinyvec v1.8.0 |
1444 | 2025-07-23T19:09:15.128Z | Compiling rand_core v0.9.2 |
1445 | 2025-07-23T19:09:15.546Z | Compiling which v4.4.2 |
1446 | 2025-07-23T19:09:16.098Z | Compiling url v2.5.4 |
1447 | 2025-07-23T19:09:16.356Z | Compiling scroll v0.12.0 |
1448 | 2025-07-23T19:09:16.685Z | Compiling serde_derive_internals v0.29.1 |
1449 | 2025-07-23T19:09:16.893Z | Compiling bzip2-sys v0.1.13+1.0.8 |
1450 | 2025-07-23T19:09:16.914Z | Compiling zstd-sys v2.0.14+zstd.1.5.7 |
1451 | 2025-07-23T19:09:16.973Z | Compiling adler2 v2.0.0 |
1452 | 2025-07-23T19:09:17.197Z | Compiling time-core v0.1.2 |
1453 | 2025-07-23T19:09:17.394Z | Compiling num-conv v0.1.0 |
1454 | 2025-07-23T19:09:17.415Z | Compiling untrusted v0.9.0 |
1455 | 2025-07-23T19:09:17.621Z | Compiling atomic-waker v1.1.2 |
1456 | 2025-07-23T19:09:17.646Z | Compiling untrusted v0.7.1 |
1457 | 2025-07-23T19:09:17.665Z | Compiling tower-service v0.3.3 |
1458 | 2025-07-23T19:09:17.807Z | Compiling powerfmt v0.2.0 |
1459 | 2025-07-23T19:09:17.826Z | Compiling schemars v0.8.22 |
1460 | 2025-07-23T19:09:17.830Z | Compiling openssl-probe v0.1.5 |
1461 | 2025-07-23T19:09:17.868Z | Compiling foreign-types-shared v0.1.1 |
1462 | 2025-07-23T19:09:17.980Z | Compiling try-lock v0.2.5 |
1463 | 2025-07-23T19:09:18.009Z | Compiling openssl v0.10.73 |
1464 | 2025-07-23T19:09:18.159Z | Compiling want v0.3.1 |
1465 | 2025-07-23T19:09:18.162Z | Compiling deranged v0.3.11 |
1466 | 2025-07-23T19:09:18.199Z | Compiling goblin v0.8.2 |
1467 | 2025-07-23T19:09:18.251Z | Compiling pest_derive v2.7.14 |
1468 | 2025-07-23T19:09:18.458Z | Compiling foreign-types v0.3.2 |
1469 | 2025-07-23T19:09:18.480Z | Compiling time-macros v0.2.18 |
1470 | 2025-07-23T19:09:18.825Z | Compiling schemars_derive v0.8.22 |
1471 | 2025-07-23T19:09:21.046Z | Compiling tokio-util v0.7.15 |
1472 | 2025-07-23T19:09:21.291Z | Compiling miniz_oxide v0.8.5 |
1473 | 2025-07-23T19:09:22.333Z | Compiling h2 v0.4.6 |
1474 | 2025-07-23T19:09:22.676Z | Compiling rand_chacha v0.9.0 |
1475 | 2025-07-23T19:09:23.166Z | Compiling ipnet v2.11.0 |
1476 | 2025-07-23T19:09:24.288Z | Compiling openssl-macros v0.1.1 |
1477 | 2025-07-23T19:09:24.639Z | Compiling native-tls v0.2.12 |
1478 | 2025-07-23T19:09:24.867Z | Compiling httpdate v1.0.3 |
1479 | 2025-07-23T19:09:25.003Z | Compiling dyn-clone v1.0.19 |
1480 | 2025-07-23T19:09:25.056Z | Compiling crossbeam-utils v0.8.21 |
1481 | 2025-07-23T19:09:25.242Z | Compiling syn v1.0.109 |
1482 | 2025-07-23T19:09:25.298Z | Compiling ident_case v1.0.1 |
1483 | 2025-07-23T19:09:25.503Z | Compiling rustls v0.23.19 |
1484 | 2025-07-23T19:09:25.611Z | Compiling num_threads v0.1.7 |
1485 | 2025-07-23T19:09:25.758Z | Compiling time v0.3.36 |
1486 | 2025-07-23T19:09:25.881Z | Compiling darling_core v0.20.10 |
1487 | 2025-07-23T19:09:26.840Z | Compiling dof v0.3.0 |
1488 | 2025-07-23T19:09:28.567Z | Compiling rand v0.9.1 |
1489 | 2025-07-23T19:09:29.232Z | Compiling hyper v1.6.0 |
1490 | 2025-07-23T19:09:30.189Z | Compiling dtrace-parser v0.2.0 |
1491 | 2025-07-23T19:09:30.211Z | Compiling unicode-normalization v0.1.24 |
1492 | 2025-07-23T19:09:31.260Z | Compiling heapless v0.7.17 |
1493 | 2025-07-23T19:09:31.537Z | Compiling signature v2.2.0 |
1494 | 2025-07-23T19:09:31.686Z | Compiling cookie v0.18.1 |
1495 | 2025-07-23T19:09:31.705Z | Compiling crc32fast v1.4.2 |
1496 | 2025-07-23T19:09:31.825Z | Compiling unicode-properties v0.1.3 |
1497 | 2025-07-23T19:09:31.972Z | Compiling zlib-rs v0.5.1 |
1498 | 2025-07-23T19:09:32.008Z | Compiling unicode-bidi v0.3.17 |
1499 | 2025-07-23T19:09:32.036Z | Compiling signal-hook v0.3.17 |
1500 | 2025-07-23T19:09:32.220Z | Compiling siphasher v0.3.11 |
1501 | 2025-07-23T19:09:32.339Z | Compiling slog v2.7.0 |
1502 | 2025-07-23T19:09:32.564Z | Compiling zstd-safe v7.2.3 |
1503 | 2025-07-23T19:09:32.765Z | Compiling stringprep v0.1.5 |
1504 | 2025-07-23T19:09:32.843Z | Compiling phf_shared v0.11.2 |
1505 | 2025-07-23T19:09:33.013Z | Compiling usdt-impl v0.5.0 |
1506 | 2025-07-23T19:09:33.035Z | Compiling hyper-util v0.1.14 |
1507 | 2025-07-23T19:09:33.039Z | Compiling darling_macro v0.20.10 |
1508 | 2025-07-23T19:09:33.734Z | Compiling curve25519-dalek v4.1.3 |
1509 | 2025-07-23T19:09:33.954Z | Compiling toml_datetime v0.6.11 |
1510 | 2025-07-23T19:09:34.295Z | Compiling serde_spanned v0.6.9 |
1511 | 2025-07-23T19:09:34.332Z | Compiling serde_tokenstream v0.2.2 |
1512 | 2025-07-23T19:09:34.431Z | Compiling rand_chacha v0.3.1 |
1513 | 2025-07-23T19:09:34.453Z | Compiling md-5 v0.10.6 |
1514 | 2025-07-23T19:09:34.545Z | Compiling num-integer v0.1.46 |
1515 | 2025-07-23T19:09:34.748Z | Compiling sync_wrapper v1.0.1 |
1516 | 2025-07-23T19:09:34.867Z | Compiling ff v0.13.0 |
1517 | 2025-07-23T19:09:34.927Z | Compiling hash32 v0.2.1 |
1518 | 2025-07-23T19:09:35.103Z | Compiling memoffset v0.9.1 |
1519 | 2025-07-23T19:09:35.251Z | Compiling num-bigint-dig v0.8.4 |
1520 | 2025-07-23T19:09:35.254Z | Compiling psl-types v2.0.11 |
1521 | 2025-07-23T19:09:35.786Z | Compiling gimli v0.31.1 |
1522 | 2025-07-23T19:09:35.806Z | Compiling cfg_aliases v0.2.1 |
1523 | 2025-07-23T19:09:35.806Z | Compiling litrs v0.4.1 |
1524 | 2025-07-23T19:09:35.806Z | Compiling tower-layer v0.3.3 |
1525 | 2025-07-23T19:09:35.924Z | Compiling smoltcp v0.9.1 |
1526 | 2025-07-23T19:09:36.569Z | Compiling base16ct v0.2.0 |
1527 | 2025-07-23T19:09:36.640Z | Compiling fallible-iterator v0.2.0 |
1528 | 2025-07-23T19:09:36.660Z | Compiling newtype-uuid v1.2.4 |
1529 | 2025-07-23T19:09:36.680Z | Compiling document-features v0.2.10 |
1530 | 2025-07-23T19:09:36.910Z | Compiling sec1 v0.7.3 |
1531 | 2025-07-23T19:09:37.049Z | Compiling tower v0.5.2 |
1532 | 2025-07-23T19:09:37.271Z | Compiling postgres-protocol v0.6.8 |
1533 | 2025-07-23T19:09:37.458Z | Compiling nix v0.29.0 |
1534 | 2025-07-23T19:09:37.826Z | Compiling publicsuffix v2.3.0 |
1535 | 2025-07-23T19:09:38.128Z | Compiling libz-rs-sys v0.5.1 |
1536 | 2025-07-23T19:09:38.288Z | Compiling group v0.13.0 |
1537 | 2025-07-23T19:09:38.379Z | Compiling flate2 v1.1.2 |
1538 | 2025-07-23T19:09:38.435Z | Compiling num-iter v0.1.45 |
1539 | 2025-07-23T19:09:38.610Z | Compiling rand v0.8.5 |
1540 | 2025-07-23T19:09:38.756Z | Compiling darling v0.20.10 |
1541 | 2025-07-23T19:09:38.890Z | Compiling tokio-native-tls v0.3.1 |
1542 | 2025-07-23T19:09:39.453Z | Compiling ipnetwork v0.21.1 |
1543 | 2025-07-23T19:09:39.928Z | Compiling addr2line v0.24.2 |
1544 | 2025-07-23T19:09:39.963Z | Compiling strum_macros v0.27.1 |
1545 | 2025-07-23T19:09:40.011Z | Compiling rustls-native-certs v0.8.1 |
1546 | 2025-07-23T19:09:40.147Z | Compiling terminal_size v0.4.0 |
1547 | 2025-07-23T19:09:40.253Z | Compiling http-body-util v0.1.3 |
1548 | 2025-07-23T19:09:40.376Z | Compiling hkdf v0.12.4 |
1549 | 2025-07-23T19:09:40.534Z | Compiling crypto-bigint v0.5.5 |
1550 | 2025-07-23T19:09:40.556Z | Compiling webpki-roots v1.0.1 |
1551 | 2025-07-23T19:09:40.601Z | Compiling async-trait v0.1.88 |
1552 | 2025-07-23T19:09:40.646Z | Compiling thiserror-impl v2.0.12 |
1553 | 2025-07-23T19:09:40.734Z | Compiling curve25519-dalek-derive v0.1.1 |
1554 | 2025-07-23T19:09:40.778Z | Compiling object v0.36.5 |
1555 | 2025-07-23T19:09:42.166Z | Compiling ahash v0.8.11 |
1556 | 2025-07-23T19:09:42.526Z | Compiling fs-err v3.1.1 |
1557 | 2025-07-23T19:09:42.859Z | Compiling rustc-demangle v0.1.24 |
1558 | 2025-07-23T19:09:42.993Z | Compiling buf-list v1.0.3 |
1559 | 2025-07-23T19:09:43.623Z | Compiling bitflags v1.3.2 |
1560 | 2025-07-23T19:09:43.741Z | Compiling anyhow v1.0.98 |
1561 | 2025-07-23T19:09:43.762Z | Compiling managed v0.8.0 |
1562 | 2025-07-23T19:09:43.870Z | Compiling lockfree-object-pool v0.1.6 |
1563 | 2025-07-23T19:09:44.146Z | Compiling iri-string v0.7.8 |
1564 | 2025-07-23T19:09:44.201Z | Compiling simd-adler32 v0.3.7 |
1565 | 2025-07-23T19:09:44.360Z | Compiling bumpalo v3.16.0 |
1566 | 2025-07-23T19:09:44.705Z | Compiling winnow v0.5.40 |
1567 | 2025-07-23T19:09:44.778Z | Compiling strum v0.27.1 |
1568 | 2025-07-23T19:09:44.842Z | Compiling zopfli v0.8.1 |
1569 | 2025-07-23T19:09:45.333Z | Compiling hubpack_derive v0.1.1 |
1570 | 2025-07-23T19:09:46.244Z | Compiling hubpack v0.1.2 |
1571 | 2025-07-23T19:09:46.420Z | Compiling thiserror v2.0.12 |
1572 | 2025-07-23T19:09:46.519Z | Compiling elliptic-curve v0.13.8 |
1573 | 2025-07-23T19:09:46.592Z | Compiling clap_builder v4.5.40 |
1574 | 2025-07-23T19:09:46.902Z | Compiling tower-http v0.6.6 |
1575 | 2025-07-23T19:09:47.341Z | Compiling backtrace v0.3.74 |
1576 | 2025-07-23T19:09:47.726Z | Compiling hyper-tls v0.6.0 |
1577 | 2025-07-23T19:09:47.829Z | Compiling oxnet v0.1.2 |
1578 | 2025-07-23T19:09:48.116Z | Compiling toml_edit v0.19.15 |
1579 | 2025-07-23T19:09:48.138Z | Compiling signal-hook-mio v0.2.4 |
1580 | 2025-07-23T19:09:48.324Z | Compiling cookie_store v0.21.1 |
1581 | 2025-07-23T19:09:48.565Z | Compiling zstd v0.13.3 |
1582 | 2025-07-23T19:09:49.094Z | Compiling serde_with_macros v3.14.0 |
1583 | 2025-07-23T19:09:49.718Z | Compiling postgres-types v0.2.9 |
1584 | 2025-07-23T19:09:50.638Z | Compiling usdt-attr-macro v0.5.0 |
1585 | 2025-07-23T19:09:50.995Z | Compiling usdt-macro v0.5.0 |
1586 | 2025-07-23T19:09:51.636Z | Compiling phf v0.11.2 |
1587 | 2025-07-23T19:09:51.934Z | Compiling ed25519 v2.2.3 |
1588 | 2025-07-23T19:09:52.270Z | Compiling bzip2 v0.5.2 |
1589 | 2025-07-23T19:09:52.425Z | Compiling bzip2 v0.4.4 |
1590 | 2025-07-23T19:09:52.647Z | Compiling strum_macros v0.26.4 |
1591 | 2025-07-23T19:09:52.817Z | Compiling pkcs1 v0.7.5 |
1592 | 2025-07-23T19:09:53.719Z | Compiling serde-big-array v0.5.1 |
1593 | 2025-07-23T19:09:53.952Z | Compiling serde_urlencoded v0.7.1 |
1594 | 2025-07-23T19:09:53.971Z | Compiling rfc6979 v0.4.0 |
1595 | 2025-07-23T19:09:54.140Z | Compiling bstr v1.10.0 |
1596 | 2025-07-23T19:09:54.184Z | Compiling clap_derive v4.5.40 |
1597 | 2025-07-23T19:09:54.428Z | Compiling serde_repr v0.1.19 |
1598 | 2025-07-23T19:09:54.641Z | Compiling daft-derive v0.1.4 |
1599 | 2025-07-23T19:09:54.748Z | Compiling enum-as-inner v0.6.1 |
1600 | 2025-07-23T19:09:55.560Z | Compiling float-cmp v0.10.0 |
1601 | 2025-07-23T19:09:55.652Z | Compiling encoding_rs v0.8.34 |
1602 | 2025-07-23T19:09:55.795Z | Compiling precomputed-hash v0.1.1 |
1603 | 2025-07-23T19:09:55.843Z | Compiling difflib v0.4.0 |
1604 | 2025-07-23T19:09:55.930Z | Compiling new_debug_unreachable v1.0.6 |
1605 | 2025-07-23T19:09:56.046Z | Compiling data-encoding v2.9.0 |
1606 | 2025-07-23T19:09:56.210Z | Compiling whoami v1.5.2 |
1607 | 2025-07-23T19:09:56.787Z | Compiling unicode-segmentation v1.12.0 |
1608 | 2025-07-23T19:09:56.910Z | Compiling predicates-core v1.0.8 |
1609 | 2025-07-23T19:09:57.174Z | Compiling mime v0.3.17 |
1610 | 2025-07-23T19:09:57.269Z | Compiling static_assertions v1.1.0 |
1611 | 2025-07-23T19:09:57.397Z | Compiling normalize-line-endings v0.3.0 |
1612 | 2025-07-23T19:09:57.548Z | Compiling fixedbitset v0.4.2 |
1613 | 2025-07-23T19:09:57.623Z | Compiling keccak v0.1.5 |
1614 | 2025-07-23T19:09:57.687Z | Compiling console v0.15.10 |
1615 | 2025-07-23T19:09:57.791Z | Compiling toml_edit v0.22.27 |
1616 | 2025-07-23T19:09:57.975Z | Compiling sha3 v0.10.8 |
1617 | 2025-07-23T19:09:58.599Z | Compiling clap v4.5.40 |
1618 | 2025-07-23T19:09:58.732Z | Compiling petgraph v0.6.5 |
1619 | 2025-07-23T19:09:58.862Z | Compiling predicates v3.1.3 |
1620 | 2025-07-23T19:09:58.953Z | Compiling similar v2.7.0 |
1621 | 2025-07-23T19:09:58.976Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
1622 | 2025-07-23T19:09:59.383Z | Compiling strum v0.26.3 |
1623 | 2025-07-23T19:09:59.597Z | Compiling hickory-proto v0.25.2 |
1624 | 2025-07-23T19:10:00.249Z | Compiling tokio-postgres v0.7.13 |
1625 | 2025-07-23T19:10:00.911Z | Compiling daft v0.1.4 |
1626 | 2025-07-23T19:10:00.956Z | Compiling string_cache v0.8.9 |
1627 | 2025-07-23T19:10:01.422Z | Compiling usdt v0.5.0 |
1628 | 2025-07-23T19:10:01.458Z | Compiling ecdsa v0.16.9 |
1629 | 2025-07-23T19:10:01.901Z | Compiling rsa v0.9.6 |
1630 | 2025-07-23T19:10:02.226Z | Compiling zip v0.6.6 |
1631 | 2025-07-23T19:10:02.293Z | Compiling zip v4.2.0 |
1632 | 2025-07-23T19:10:03.488Z | Compiling ed25519-dalek v2.1.1 |
1633 | 2025-07-23T19:10:04.415Z | Compiling serde_with v3.14.0 |
1634 | 2025-07-23T19:10:04.663Z | Compiling toml v0.7.8 |
1635 | 2025-07-23T19:10:05.577Z | Compiling crossterm v0.28.1 |
1636 | 2025-07-23T19:10:06.827Z | Compiling crossbeam-epoch v0.9.18 |
1637 | 2025-07-23T19:10:07.119Z | Compiling tokio-stream v0.1.17 |
1638 | 2025-07-23T19:10:07.239Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
1639 | 2025-07-23T19:10:07.505Z | Compiling openapiv3 v2.2.0 |
1640 | 2025-07-23T19:10:07.676Z | Compiling x509-cert v0.2.5 |
1641 | 2025-07-23T19:10:08.055Z | Compiling sha1 v0.10.6 |
1642 | 2025-07-23T19:10:08.076Z | Compiling dirs-sys-next v0.1.2 |
1643 | 2025-07-23T19:10:08.479Z | Compiling winnow v0.6.26 |
1644 | 2025-07-23T19:10:08.617Z | Compiling peg-runtime v0.8.5 |
1645 | 2025-07-23T19:10:08.705Z | Compiling rustc-hash v2.1.1 |
1646 | 2025-07-23T19:10:08.906Z | Compiling lalrpop-util v0.19.12 |
1647 | 2025-07-23T19:10:09.193Z | Compiling dirs-next v2.0.0 |
1648 | 2025-07-23T19:10:09.279Z | Compiling thread_local v1.1.8 |
1649 | 2025-07-23T19:10:09.402Z | Compiling slog-async v2.8.0 |
1650 | 2025-07-23T19:10:09.422Z | Compiling term v0.7.0 |
1651 | 2025-07-23T19:10:09.767Z | Compiling crossbeam-channel v0.5.15 |
1652 | 2025-07-23T19:10:10.001Z | Compiling xattr v1.3.1 |
1653 | 2025-07-23T19:10:10.278Z | Compiling futures-executor v0.3.31 |
1654 | 2025-07-23T19:10:10.676Z | Compiling filetime v0.2.25 |
1655 | 2025-07-23T19:10:10.751Z | Compiling is-terminal v0.4.13 |
1656 | 2025-07-23T19:10:10.771Z | Compiling take_mut v0.2.2 |
1657 | 2025-07-23T19:10:10.907Z | Compiling tar v0.4.44 |
1658 | 2025-07-23T19:10:10.988Z | Compiling slog-term v2.9.1 |
1659 | 2025-07-23T19:10:11.106Z | Compiling futures v0.3.31 |
1660 | 2025-07-23T19:10:11.244Z | Compiling camino v1.1.10 |
1661 | 2025-07-23T19:10:16.713Z | Compiling aws-lc-sys v0.26.0 |
1662 | 2025-07-23T19:10:46.798Z | Compiling rustls-webpki v0.102.8 |
1663 | 2025-07-23T19:10:51.452Z | Compiling tokio-rustls v0.26.0 |
1664 | 2025-07-23T19:10:51.617Z | Compiling hyper-rustls v0.27.7 |
1665 | 2025-07-23T19:10:51.903Z | Compiling reqwest v0.12.22 |
1666 | 2025-07-23T19:10:55.296Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1667 | 2025-07-23T19:10:55.624Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1668 | 2025-07-23T19:11:00.087Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 16s |
1669 | 2025-07-23T19:11:00.262Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
1670 | 2025-07-23T19:11:00.338Z | Jul 23 19:10:59.514 INFO Starting download, target: Clickhouse |
1671 | 2025-07-23T19:11:00.338Z | Jul 23 19:10:59.514 INFO Starting download, target: Cockroach |
1672 | 2025-07-23T19:11:00.338Z | Jul 23 19:10:59.514 INFO Starting download, target: Console |
1673 | 2025-07-23T19:11:00.338Z | Jul 23 19:10:59.514 INFO Starting download, target: DendriteStub |
1674 | 2025-07-23T19:11:00.338Z | Jul 23 19:10:59.514 INFO Starting download, target: MaghemiteMgd |
1675 | 2025-07-23T19:11:00.338Z | Jul 23 19:10:59.514 INFO Starting download, target: TransceiverControl |
1676 | 2025-07-23T19:11:00.342Z | Jul 23 19:10:59.515 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1677 | 2025-07-23T19:11:00.342Z | Jul 23 19:10:59.515 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1678 | 2025-07-23T19:11:00.342Z | Jul 23 19:10:59.515 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1679 | 2025-07-23T19:11:00.342Z | Jul 23 19:10:59.515 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1680 | 2025-07-23T19:11:00.342Z | Jul 23 19:10:59.515 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1681 | 2025-07-23T19:11:00.342Z | Jul 23 19:10:59.515 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1682 | 2025-07-23T19:11:01.133Z | Jul 23 19:11:00.175 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1683 | 2025-07-23T19:11:01.282Z | Jul 23 19:11:00.191 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1684 | 2025-07-23T19:11:01.401Z | Jul 23 19:11:00.571 INFO Download complete, target: Console |
1685 | 2025-07-23T19:11:01.479Z | Jul 23 19:11:00.583 INFO Download complete, target: TransceiverControl |
1686 | 2025-07-23T19:11:02.354Z | Jul 23 19:11:01.514 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1687 | 2025-07-23T19:11:02.941Z | Jul 23 19:11:02.088 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1688 | 2025-07-23T19:11:03.056Z | Jul 23 19:11:02.231 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1689 | 2025-07-23T19:11:04.839Z | Jul 23 19:11:03.987 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1690 | 2025-07-23T19:11:04.839Z | Jul 23 19:11:03.987 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1691 | 2025-07-23T19:11:05.611Z | Jul 23 19:11:04.804 INFO Download complete, target: MaghemiteMgd |
1692 | 2025-07-23T19:11:06.397Z | Jul 23 19:11:05.564 INFO Download complete, target: DendriteStub |
1693 | 2025-07-23T19:11:11.241Z | Jul 23 19:11:10.434 INFO Checking that binary works, target: Cockroach |
1694 | 2025-07-23T19:11:11.392Z | Jul 23 19:11:10.585 INFO Download complete, target: Cockroach |
1695 | 2025-07-23T19:11:13.362Z | Jul 23 19:11:12.554 INFO Checking that binary works, target: Clickhouse |
1696 | 2025-07-23T19:11:13.518Z | Jul 23 19:11:12.710 INFO Download complete, target: Clickhouse |
1697 | 2025-07-23T19:11:13.543Z | All builder prerequisites installed successfully, and PATH looks valid |
1698 | 2025-07-23T19:11:13.548Z | |
1699 | 2025-07-23T19:11:13.548Z | real 4:39.348346460 |
1700 | 2025-07-23T19:11:13.548Z | user 16:28.045658540 |
1701 | 2025-07-23T19:11:13.549Z | sys 2:17.528362631 |
1702 | 2025-07-23T19:11:13.549Z | trap 0.599656468 |
1703 | 2025-07-23T19:11:13.549Z | tflt 0.846534288 |
1704 | 2025-07-23T19:11:13.549Z | dflt 1.377561275 |
1705 | 2025-07-23T19:11:13.549Z | kflt 0.024686143 |
1706 | 2025-07-23T19:11:13.549Z | lock 39:26.121174964 |
1707 | 2025-07-23T19:11:13.549Z | slp 59:26.909827906 |
1708 | 2025-07-23T19:11:13.549Z | lat 1:15.035568641 |
1709 | 2025-07-23T19:11:13.549Z | stop 2:55.395861004 |
1710 | 2025-07-23T19:11:13.549Z | + banner hack-check |
1711 | 2025-07-23T19:11:13.552Z | |
1712 | 2025-07-23T19:11:13.552Z | # # ## #### # # #### # # ###### #### # # |
1713 | 2025-07-23T19:11:13.552Z | # # # # # # # # # # # # # # # # # |
1714 | 2025-07-23T19:11:13.552Z | ###### # # # #### ##### # ###### ##### # #### |
1715 | 2025-07-23T19:11:13.552Z | # # ###### # # # # # # # # # # |
1716 | 2025-07-23T19:11:13.552Z | # # # # # # # # # # # # # # # # # |
1717 | 2025-07-23T19:11:13.552Z | # # # # #### # # #### # # ###### #### # # |
1718 | 2025-07-23T19:11:13.553Z | |
1719 | 2025-07-23T19:11:13.553Z | + export CARGO_INCREMENTAL=0 |
1720 | 2025-07-23T19:11:13.553Z | + CARGO_INCREMENTAL=0 |
1721 | 2025-07-23T19:11:13.553Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1722 | 2025-07-23T19:11:14.404Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
1723 | 2025-07-23T19:11:14.637Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1724 | 2025-07-23T19:11:17.643Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.00s |
1725 | 2025-07-23T19:11:17.736Z | Running `target/debug/xtask check-features --ci` |
1726 | 2025-07-23T19:11:17.763Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1727 | 2025-07-23T19:11:17.763Z | running: "/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1728 | 2025-07-23T19:11:18.361Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
1729 | 2025-07-23T19:11:18.388Z | Running `target/debug/xtask download cargo-hack` |
1730 | 2025-07-23T19:11:19.402Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1731 | 2025-07-23T19:11:19.804Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1732 | 2025-07-23T19:11:23.592Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.17s |
1733 | 2025-07-23T19:11:23.799Z | Running `target/debug/xtask-downloader cargo-hack` |
1734 | 2025-07-23T19:11:23.845Z | Jul 23 19:11:23.035 INFO Starting download, target: CargoHack |
1735 | 2025-07-23T19:11:23.849Z | Jul 23 19:11:23.036 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1736 | 2025-07-23T19:11:24.175Z | Jul 23 19:11:23.365 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1737 | 2025-07-23T19:11:24.251Z | Jul 23 19:11:23.441 INFO Download complete, target: CargoHack |
1738 | 2025-07-23T19:11:24.256Z | running: "/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
1739 | 2025-07-23T19:11:24.276Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1740 | 2025-07-23T19:11:24.482Z | info: running `cargo check --bins` on api_identity (1/221) |
1741 | 2025-07-23T19:11:25.148Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1742 | 2025-07-23T19:11:25.151Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1743 | 2025-07-23T19:11:25.152Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1744 | 2025-07-23T19:11:25.156Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
1745 | 2025-07-23T19:11:25.233Z | |
1746 | 2025-07-23T19:11:25.233Z | info: running `cargo check --bins` on bootstore (2/221) |
1747 | 2025-07-23T19:11:25.924Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1748 | 2025-07-23T19:11:25.928Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1749 | 2025-07-23T19:11:25.928Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1750 | 2025-07-23T19:11:25.931Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
1751 | 2025-07-23T19:11:26.014Z | |
1752 | 2025-07-23T19:11:26.014Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/221) |
1753 | 2025-07-23T19:11:26.688Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1754 | 2025-07-23T19:11:26.698Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1755 | 2025-07-23T19:11:26.698Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1756 | 2025-07-23T19:11:26.701Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
1757 | 2025-07-23T19:11:26.776Z | |
1758 | 2025-07-23T19:11:26.776Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/221) |
1759 | 2025-07-23T19:11:27.457Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1760 | 2025-07-23T19:11:27.461Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1761 | 2025-07-23T19:11:27.461Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1762 | 2025-07-23T19:11:27.465Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
1763 | 2025-07-23T19:11:27.547Z | |
1764 | 2025-07-23T19:11:27.547Z | info: running `cargo check --bins` on id-map (5/221) |
1765 | 2025-07-23T19:11:28.198Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1766 | 2025-07-23T19:11:28.201Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1767 | 2025-07-23T19:11:28.201Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1768 | 2025-07-23T19:11:28.206Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
1769 | 2025-07-23T19:11:28.282Z | |
1770 | 2025-07-23T19:11:28.282Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (6/221) |
1771 | 2025-07-23T19:11:28.807Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1772 | 2025-07-23T19:11:28.813Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1773 | 2025-07-23T19:11:28.813Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1774 | 2025-07-23T19:11:28.813Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
1775 | 2025-07-23T19:11:28.857Z | |
1776 | 2025-07-23T19:11:28.857Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (7/221) |
1777 | 2025-07-23T19:11:29.378Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1778 | 2025-07-23T19:11:29.381Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1779 | 2025-07-23T19:11:29.381Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1780 | 2025-07-23T19:11:29.381Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
1781 | 2025-07-23T19:11:29.434Z | |
1782 | 2025-07-23T19:11:29.434Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (8/221) |
1783 | 2025-07-23T19:11:29.947Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1784 | 2025-07-23T19:11:29.951Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1785 | 2025-07-23T19:11:29.951Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1786 | 2025-07-23T19:11:29.955Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
1787 | 2025-07-23T19:11:30.003Z | |
1788 | 2025-07-23T19:11:30.003Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (9/221) |
1789 | 2025-07-23T19:11:30.513Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1790 | 2025-07-23T19:11:30.517Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1791 | 2025-07-23T19:11:30.517Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1792 | 2025-07-23T19:11:30.521Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
1793 | 2025-07-23T19:11:30.570Z | |
1794 | 2025-07-23T19:11:30.570Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (10/221) |
1795 | 2025-07-23T19:11:31.077Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1796 | 2025-07-23T19:11:31.080Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1797 | 2025-07-23T19:11:31.080Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1798 | 2025-07-23T19:11:31.084Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
1799 | 2025-07-23T19:11:31.134Z | |
1800 | 2025-07-23T19:11:31.134Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (11/221) |
1801 | 2025-07-23T19:11:31.649Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1802 | 2025-07-23T19:11:31.654Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1803 | 2025-07-23T19:11:31.654Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1804 | 2025-07-23T19:11:31.658Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
1805 | 2025-07-23T19:11:31.704Z | |
1806 | 2025-07-23T19:11:31.704Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (12/221) |
1807 | 2025-07-23T19:11:32.214Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1808 | 2025-07-23T19:11:32.217Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1809 | 2025-07-23T19:11:32.217Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1810 | 2025-07-23T19:11:32.221Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
1811 | 2025-07-23T19:11:32.271Z | |
1812 | 2025-07-23T19:11:32.271Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (13/221) |
1813 | 2025-07-23T19:11:32.786Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1814 | 2025-07-23T19:11:32.790Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1815 | 2025-07-23T19:11:32.790Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1816 | 2025-07-23T19:11:32.790Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
1817 | 2025-07-23T19:11:32.842Z | |
1818 | 2025-07-23T19:11:32.842Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (14/221) |
1819 | 2025-07-23T19:11:33.352Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1820 | 2025-07-23T19:11:33.356Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1821 | 2025-07-23T19:11:33.356Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1822 | 2025-07-23T19:11:33.360Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
1823 | 2025-07-23T19:11:33.411Z | |
1824 | 2025-07-23T19:11:33.411Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (15/221) |
1825 | 2025-07-23T19:11:33.930Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1826 | 2025-07-23T19:11:33.934Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1827 | 2025-07-23T19:11:33.934Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1828 | 2025-07-23T19:11:33.937Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1829 | 2025-07-23T19:11:33.992Z | |
1830 | 2025-07-23T19:11:33.992Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (16/221) |
1831 | 2025-07-23T19:11:34.518Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1832 | 2025-07-23T19:11:34.522Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1833 | 2025-07-23T19:11:34.522Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1834 | 2025-07-23T19:11:34.526Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1835 | 2025-07-23T19:11:34.578Z | |
1836 | 2025-07-23T19:11:34.578Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (17/221) |
1837 | 2025-07-23T19:11:35.103Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1838 | 2025-07-23T19:11:35.107Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1839 | 2025-07-23T19:11:35.107Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1840 | 2025-07-23T19:11:35.115Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1841 | 2025-07-23T19:11:35.162Z | |
1842 | 2025-07-23T19:11:35.162Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (18/221) |
1843 | 2025-07-23T19:11:35.685Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1844 | 2025-07-23T19:11:35.689Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1845 | 2025-07-23T19:11:35.689Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1846 | 2025-07-23T19:11:35.692Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1847 | 2025-07-23T19:11:35.745Z | |
1848 | 2025-07-23T19:11:35.745Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (19/221) |
1849 | 2025-07-23T19:11:36.264Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1850 | 2025-07-23T19:11:36.269Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1851 | 2025-07-23T19:11:36.269Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1852 | 2025-07-23T19:11:36.269Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
1853 | 2025-07-23T19:11:36.316Z | |
1854 | 2025-07-23T19:11:36.316Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (20/221) |
1855 | 2025-07-23T19:11:36.832Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1856 | 2025-07-23T19:11:36.835Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1857 | 2025-07-23T19:11:36.835Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1858 | 2025-07-23T19:11:36.839Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
1859 | 2025-07-23T19:11:36.890Z | |
1860 | 2025-07-23T19:11:36.890Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (21/221) |
1861 | 2025-07-23T19:11:37.404Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1862 | 2025-07-23T19:11:37.409Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1863 | 2025-07-23T19:11:37.409Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1864 | 2025-07-23T19:11:37.413Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
1865 | 2025-07-23T19:11:37.463Z | |
1866 | 2025-07-23T19:11:37.463Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (22/221) |
1867 | 2025-07-23T19:11:37.979Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1868 | 2025-07-23T19:11:37.984Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1869 | 2025-07-23T19:11:37.984Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1870 | 2025-07-23T19:11:37.987Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
1871 | 2025-07-23T19:11:38.035Z | |
1872 | 2025-07-23T19:11:38.035Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (23/221) |
1873 | 2025-07-23T19:11:38.554Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1874 | 2025-07-23T19:11:38.557Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1875 | 2025-07-23T19:11:38.557Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1876 | 2025-07-23T19:11:38.560Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
1877 | 2025-07-23T19:11:38.610Z | |
1878 | 2025-07-23T19:11:38.610Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (24/221) |
1879 | 2025-07-23T19:11:39.126Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1880 | 2025-07-23T19:11:39.130Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1881 | 2025-07-23T19:11:39.130Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1882 | 2025-07-23T19:11:39.133Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
1883 | 2025-07-23T19:11:39.185Z | |
1884 | 2025-07-23T19:11:39.185Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (25/221) |
1885 | 2025-07-23T19:11:39.717Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1886 | 2025-07-23T19:11:39.720Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1887 | 2025-07-23T19:11:39.720Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1888 | 2025-07-23T19:11:39.724Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1889 | 2025-07-23T19:11:39.779Z | |
1890 | 2025-07-23T19:11:39.779Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (26/221) |
1891 | 2025-07-23T19:11:40.292Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1892 | 2025-07-23T19:11:40.295Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1893 | 2025-07-23T19:11:40.295Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1894 | 2025-07-23T19:11:40.299Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
1895 | 2025-07-23T19:11:40.353Z | |
1896 | 2025-07-23T19:11:40.353Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (27/221) |
1897 | 2025-07-23T19:11:40.869Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1898 | 2025-07-23T19:11:40.873Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1899 | 2025-07-23T19:11:40.873Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1900 | 2025-07-23T19:11:40.877Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
1901 | 2025-07-23T19:11:40.925Z | |
1902 | 2025-07-23T19:11:40.925Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (28/221) |
1903 | 2025-07-23T19:11:41.439Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1904 | 2025-07-23T19:11:41.443Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1905 | 2025-07-23T19:11:41.443Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1906 | 2025-07-23T19:11:41.447Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
1907 | 2025-07-23T19:11:41.497Z | |
1908 | 2025-07-23T19:11:41.497Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (29/221) |
1909 | 2025-07-23T19:11:42.013Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1910 | 2025-07-23T19:11:42.017Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1911 | 2025-07-23T19:11:42.017Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1912 | 2025-07-23T19:11:42.020Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
1913 | 2025-07-23T19:11:42.070Z | |
1914 | 2025-07-23T19:11:42.070Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (30/221) |
1915 | 2025-07-23T19:11:42.581Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1916 | 2025-07-23T19:11:42.585Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1917 | 2025-07-23T19:11:42.585Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1918 | 2025-07-23T19:11:42.589Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
1919 | 2025-07-23T19:11:42.639Z | |
1920 | 2025-07-23T19:11:42.639Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (31/221) |
1921 | 2025-07-23T19:11:43.156Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1922 | 2025-07-23T19:11:43.163Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1923 | 2025-07-23T19:11:43.163Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1924 | 2025-07-23T19:11:43.169Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
1925 | 2025-07-23T19:11:43.218Z | |
1926 | 2025-07-23T19:11:43.218Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (32/221) |
1927 | 2025-07-23T19:11:43.729Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1928 | 2025-07-23T19:11:43.733Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1929 | 2025-07-23T19:11:43.733Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1930 | 2025-07-23T19:11:43.736Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
1931 | 2025-07-23T19:11:43.790Z | |
1932 | 2025-07-23T19:11:43.790Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (33/221) |
1933 | 2025-07-23T19:11:44.309Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1934 | 2025-07-23T19:11:44.315Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1935 | 2025-07-23T19:11:44.315Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1936 | 2025-07-23T19:11:44.321Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
1937 | 2025-07-23T19:11:44.386Z | |
1938 | 2025-07-23T19:11:44.386Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (34/221) |
1939 | 2025-07-23T19:11:44.905Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1940 | 2025-07-23T19:11:44.919Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1941 | 2025-07-23T19:11:44.919Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1942 | 2025-07-23T19:11:44.919Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
1943 | 2025-07-23T19:11:44.945Z | |
1944 | 2025-07-23T19:11:44.945Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (35/221) |
1945 | 2025-07-23T19:11:45.456Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1946 | 2025-07-23T19:11:45.462Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1947 | 2025-07-23T19:11:45.462Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1948 | 2025-07-23T19:11:45.467Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
1949 | 2025-07-23T19:11:45.521Z | |
1950 | 2025-07-23T19:11:45.522Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (36/221) |
1951 | 2025-07-23T19:11:46.032Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1952 | 2025-07-23T19:11:46.038Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1953 | 2025-07-23T19:11:46.039Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1954 | 2025-07-23T19:11:46.039Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
1955 | 2025-07-23T19:11:46.088Z | |
1956 | 2025-07-23T19:11:46.088Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (37/221) |
1957 | 2025-07-23T19:11:46.600Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1958 | 2025-07-23T19:11:46.606Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1959 | 2025-07-23T19:11:46.606Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1960 | 2025-07-23T19:11:46.611Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
1961 | 2025-07-23T19:11:46.657Z | |
1962 | 2025-07-23T19:11:46.657Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (38/221) |
1963 | 2025-07-23T19:11:47.177Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1964 | 2025-07-23T19:11:47.180Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1965 | 2025-07-23T19:11:47.180Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1966 | 2025-07-23T19:11:47.183Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
1967 | 2025-07-23T19:11:47.238Z | |
1968 | 2025-07-23T19:11:47.239Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (39/221) |
1969 | 2025-07-23T19:11:47.763Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1970 | 2025-07-23T19:11:47.768Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1971 | 2025-07-23T19:11:47.768Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1972 | 2025-07-23T19:11:47.768Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
1973 | 2025-07-23T19:11:47.825Z | |
1974 | 2025-07-23T19:11:47.825Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (40/221) |
1975 | 2025-07-23T19:11:48.333Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1976 | 2025-07-23T19:11:48.339Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1977 | 2025-07-23T19:11:48.339Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1978 | 2025-07-23T19:11:48.343Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
1979 | 2025-07-23T19:11:48.396Z | |
1980 | 2025-07-23T19:11:48.396Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (41/221) |
1981 | 2025-07-23T19:11:48.910Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1982 | 2025-07-23T19:11:48.914Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1983 | 2025-07-23T19:11:48.914Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1984 | 2025-07-23T19:11:48.914Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
1985 | 2025-07-23T19:11:48.992Z | |
1986 | 2025-07-23T19:11:48.992Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (42/221) |
1987 | 2025-07-23T19:11:49.507Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1988 | 2025-07-23T19:11:49.556Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1989 | 2025-07-23T19:11:49.556Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1990 | 2025-07-23T19:11:49.556Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1991 | 2025-07-23T19:11:49.573Z | |
1992 | 2025-07-23T19:11:49.573Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (43/221) |
1993 | 2025-07-23T19:11:50.080Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1994 | 2025-07-23T19:11:50.083Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1995 | 2025-07-23T19:11:50.083Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1996 | 2025-07-23T19:11:50.088Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1997 | 2025-07-23T19:11:50.137Z | |
1998 | 2025-07-23T19:11:50.137Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (44/221) |
1999 | 2025-07-23T19:11:50.665Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2000 | 2025-07-23T19:11:50.670Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2001 | 2025-07-23T19:11:50.670Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2002 | 2025-07-23T19:11:50.674Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2003 | 2025-07-23T19:11:50.728Z | |
2004 | 2025-07-23T19:11:50.728Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (45/221) |
2005 | 2025-07-23T19:11:51.248Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2006 | 2025-07-23T19:11:51.252Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2007 | 2025-07-23T19:11:51.252Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2008 | 2025-07-23T19:11:51.252Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2009 | 2025-07-23T19:11:51.303Z | |
2010 | 2025-07-23T19:11:51.304Z | info: running `cargo check --bins` on sled-hardware-types (46/221) |
2011 | 2025-07-23T19:11:52.009Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2012 | 2025-07-23T19:11:52.013Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2013 | 2025-07-23T19:11:52.013Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2014 | 2025-07-23T19:11:52.017Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
2015 | 2025-07-23T19:11:52.104Z | |
2016 | 2025-07-23T19:11:52.104Z | info: running `cargo check --bins --no-default-features` on illumos-utils (47/221) |
2017 | 2025-07-23T19:11:52.795Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2018 | 2025-07-23T19:11:52.799Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2019 | 2025-07-23T19:11:52.799Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2020 | 2025-07-23T19:11:52.802Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
2021 | 2025-07-23T19:11:52.888Z | |
2022 | 2025-07-23T19:11:52.888Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (48/221) |
2023 | 2025-07-23T19:11:53.587Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2024 | 2025-07-23T19:11:53.591Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2025 | 2025-07-23T19:11:53.591Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2026 | 2025-07-23T19:11:53.594Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
2027 | 2025-07-23T19:11:53.678Z | |
2028 | 2025-07-23T19:11:53.678Z | info: running `cargo check --bins` on oxlog (49/221) |
2029 | 2025-07-23T19:11:54.344Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2030 | 2025-07-23T19:11:54.348Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2031 | 2025-07-23T19:11:54.456Z | Checking cfg-if v1.0.1 |
2032 | 2025-07-23T19:11:54.460Z | Checking libc v0.2.174 |
2033 | 2025-07-23T19:11:54.585Z | Checking serde v1.0.219 |
2034 | 2025-07-23T19:11:54.595Z | Checking zeroize v1.8.1 |
2035 | 2025-07-23T19:11:54.608Z | Checking memchr v2.7.4 |
2036 | 2025-07-23T19:11:54.612Z | Checking typenum v1.17.0 |
2037 | 2025-07-23T19:11:54.635Z | Checking smallvec v1.15.0 |
2038 | 2025-07-23T19:11:54.652Z | Checking value-bag v1.9.0 |
2039 | 2025-07-23T19:11:54.652Z | Checking subtle v2.6.1 |
2040 | 2025-07-23T19:11:54.847Z | Checking scopeguard v1.2.0 |
2041 | 2025-07-23T19:11:54.929Z | Checking const-oid v0.9.6 |
2042 | 2025-07-23T19:11:54.979Z | Checking itoa v1.0.11 |
2043 | 2025-07-23T19:11:55.007Z | Checking lock_api v0.4.12 |
2044 | 2025-07-23T19:11:55.048Z | Checking log v0.4.27 |
2045 | 2025-07-23T19:11:55.216Z | Checking stable_deref_trait v1.2.0 |
2046 | 2025-07-23T19:11:55.339Z | Checking byteorder v1.5.0 |
2047 | 2025-07-23T19:11:55.366Z | Checking zerofrom v0.1.4 |
2048 | 2025-07-23T19:11:55.428Z | Checking pin-project-lite v0.2.14 |
2049 | 2025-07-23T19:11:55.554Z | Checking portable-atomic v1.11.0 |
2050 | 2025-07-23T19:11:55.595Z | Checking yoke v0.7.4 |
2051 | 2025-07-23T19:11:55.613Z | Checking critical-section v1.1.3 |
2052 | 2025-07-23T19:11:55.617Z | Checking getrandom v0.2.15 |
2053 | 2025-07-23T19:11:55.680Z | Checking generic-array v0.14.7 |
2054 | 2025-07-23T19:11:55.737Z | Checking parking_lot_core v0.9.10 |
2055 | 2025-07-23T19:11:55.762Z | Checking signal-hook-registry v1.4.2 |
2056 | 2025-07-23T19:11:55.863Z | Checking rand_core v0.6.4 |
2057 | 2025-07-23T19:11:55.912Z | Checking mio v1.0.2 |
2058 | 2025-07-23T19:11:56.016Z | Checking zerovec v0.10.4 |
2059 | 2025-07-23T19:11:56.065Z | Checking parking_lot v0.12.3 |
2060 | 2025-07-23T19:11:56.171Z | Checking socket2 v0.5.10 |
2061 | 2025-07-23T19:11:56.423Z | Checking futures-core v0.3.31 |
2062 | 2025-07-23T19:11:56.492Z | Checking cpufeatures v0.2.14 |
2063 | 2025-07-23T19:11:56.568Z | Checking once_cell v1.21.3 |
2064 | 2025-07-23T19:11:56.601Z | Checking writeable v0.5.5 |
2065 | 2025-07-23T19:11:56.629Z | Checking litemap v0.7.3 |
2066 | 2025-07-23T19:11:56.665Z | Checking zerocopy v0.7.35 |
2067 | 2025-07-23T19:11:56.755Z | Checking percent-encoding v2.3.1 |
2068 | 2025-07-23T19:11:56.785Z | Checking crypto-common v0.1.6 |
2069 | 2025-07-23T19:11:56.868Z | Checking block-buffer v0.10.4 |
2070 | 2025-07-23T19:11:56.910Z | Checking block-padding v0.3.3 |
2071 | 2025-07-23T19:11:56.975Z | Checking getrandom v0.3.3 |
2072 | 2025-07-23T19:11:56.975Z | Checking libm v0.2.8 |
2073 | 2025-07-23T19:11:56.979Z | Checking allocator-api2 v0.2.21 |
2074 | 2025-07-23T19:11:57.093Z | Checking digest v0.10.7 |
2075 | 2025-07-23T19:11:57.138Z | Checking inout v0.1.3 |
2076 | 2025-07-23T19:11:57.211Z | Checking equivalent v1.0.2 |
2077 | 2025-07-23T19:11:57.341Z | Checking futures-sink v0.3.31 |
2078 | 2025-07-23T19:11:57.384Z | Checking ryu v1.0.18 |
2079 | 2025-07-23T19:11:57.459Z | Checking hmac v0.12.1 |
2080 | 2025-07-23T19:11:57.500Z | Checking foldhash v0.1.5 |
2081 | 2025-07-23T19:11:57.532Z | Checking tinystr v0.7.6 |
2082 | 2025-07-23T19:11:57.585Z | Checking icu_locid_transform_data v1.5.0 |
2083 | 2025-07-23T19:11:57.648Z | Checking icu_collections v1.5.0 |
2084 | 2025-07-23T19:11:57.689Z | Checking sha2 v0.10.9 |
2085 | 2025-07-23T19:11:57.706Z | Checking cipher v0.4.4 |
2086 | 2025-07-23T19:11:57.750Z | Checking hashbrown v0.15.4 |
2087 | 2025-07-23T19:11:58.379Z | Checking slab v0.4.9 |
2088 | 2025-07-23T19:11:58.422Z | Checking icu_locid v1.5.0 |
2089 | 2025-07-23T19:11:58.422Z | Checking num-traits v0.2.19 |
2090 | 2025-07-23T19:11:58.422Z | Checking icu_properties_data v1.5.0 |
2091 | 2025-07-23T19:11:58.422Z | Checking base64ct v1.6.0 |
2092 | 2025-07-23T19:11:58.429Z | Checking write16 v1.0.0 |
2093 | 2025-07-23T19:11:58.429Z | Checking utf16_iter v1.0.5 |
2094 | 2025-07-23T19:11:58.429Z | Checking utf8_iter v1.0.4 |
2095 | 2025-07-23T19:11:58.429Z | Checking icu_normalizer_data v1.5.0 |
2096 | 2025-07-23T19:11:58.477Z | Checking flagset v0.4.6 |
2097 | 2025-07-23T19:11:58.520Z | Checking salsa20 v0.10.2 |
2098 | 2025-07-23T19:11:58.558Z | Checking ppv-lite86 v0.2.20 |
2099 | 2025-07-23T19:11:58.577Z | Checking pem-rfc7468 v0.7.0 |
2100 | 2025-07-23T19:11:58.682Z | Checking pbkdf2 v0.12.2 |
2101 | 2025-07-23T19:11:58.737Z | Checking futures-channel v0.3.31 |
2102 | 2025-07-23T19:11:58.839Z | Checking der v0.7.10 |
2103 | 2025-07-23T19:11:58.843Z | Checking futures-io v0.3.31 |
2104 | 2025-07-23T19:11:58.877Z | Checking pin-utils v0.1.0 |
2105 | 2025-07-23T19:11:58.888Z | Checking icu_provider v1.5.0 |
2106 | 2025-07-23T19:11:58.966Z | Checking futures-task v0.3.31 |
2107 | 2025-07-23T19:11:59.003Z | Checking bytes v1.10.1 |
2108 | 2025-07-23T19:11:59.046Z | Checking bitflags v2.9.1 |
2109 | 2025-07-23T19:11:59.088Z | Checking serde_json v1.0.140 |
2110 | 2025-07-23T19:11:59.206Z | Checking indexmap v2.10.0 |
2111 | 2025-07-23T19:11:59.256Z | Checking fnv v1.0.7 |
2112 | 2025-07-23T19:11:59.345Z | Checking futures-util v0.3.31 |
2113 | 2025-07-23T19:11:59.360Z | Checking scrypt v0.11.0 |
2114 | 2025-07-23T19:11:59.391Z | Checking aes v0.8.4 |
2115 | 2025-07-23T19:11:59.479Z | Checking icu_locid_transform v1.5.0 |
2116 | 2025-07-23T19:11:59.585Z | Checking cbc v0.1.2 |
2117 | 2025-07-23T19:11:59.803Z | Checking form_urlencoded v1.2.1 |
2118 | 2025-07-23T19:12:00.009Z | Checking tokio v1.45.1 |
2119 | 2025-07-23T19:12:00.035Z | Checking http v1.3.1 |
2120 | 2025-07-23T19:12:00.305Z | Checking zerocopy v0.8.26 |
2121 | 2025-07-23T19:12:00.372Z | Checking uuid v1.17.0 |
2122 | 2025-07-23T19:12:00.475Z | Checking icu_properties v1.5.1 |
2123 | 2025-07-23T19:12:00.508Z | Checking spki v0.7.3 |
2124 | 2025-07-23T19:12:00.677Z | Checking tracing-core v0.1.32 |
2125 | 2025-07-23T19:12:00.808Z | Checking pkcs5 v0.7.1 |
2126 | 2025-07-23T19:12:01.010Z | Checking tinyvec_macros v0.1.1 |
2127 | 2025-07-23T19:12:01.116Z | Checking rustls-pki-types v1.10.0 |
2128 | 2025-07-23T19:12:01.281Z | Checking tracing v0.1.40 |
2129 | 2025-07-23T19:12:01.286Z | Checking pkcs8 v0.10.2 |
2130 | 2025-07-23T19:12:01.286Z | Checking http-body v1.0.1 |
2131 | 2025-07-23T19:12:01.538Z | Checking iana-time-zone v0.1.63 |
2132 | 2025-07-23T19:12:01.612Z | Checking base64 v0.22.1 |
2133 | 2025-07-23T19:12:01.629Z | Compiling newtype-uuid v1.2.4 |
2134 | 2025-07-23T19:12:01.674Z | Checking tinyvec v1.8.0 |
2135 | 2025-07-23T19:12:01.712Z | Checking chrono v0.4.41 |
2136 | 2025-07-23T19:12:01.991Z | Checking aws-lc-sys v0.26.0 |
2137 | 2025-07-23T19:12:02.118Z | Checking spin v0.9.8 |
2138 | 2025-07-23T19:12:02.451Z | Checking foreign-types-shared v0.1.1 |
2139 | 2025-07-23T19:12:02.581Z | Checking atomic-waker v1.1.2 |
2140 | 2025-07-23T19:12:02.739Z | Checking untrusted v0.7.1 |
2141 | 2025-07-23T19:12:02.933Z | Checking adler2 v2.0.0 |
2142 | 2025-07-23T19:12:03.033Z | Checking try-lock v0.2.5 |
2143 | 2025-07-23T19:12:03.107Z | Checking openssl-probe v0.1.5 |
2144 | 2025-07-23T19:12:03.179Z | Checking tower-service v0.3.3 |
2145 | 2025-07-23T19:12:03.278Z | Checking untrusted v0.9.0 |
2146 | 2025-07-23T19:12:03.318Z | Checking want v0.3.1 |
2147 | 2025-07-23T19:12:03.430Z | Checking rand_core v0.9.2 |
2148 | 2025-07-23T19:12:03.448Z | Checking ring v0.17.14 |
2149 | 2025-07-23T19:12:03.528Z | Checking miniz_oxide v0.8.5 |
2150 | 2025-07-23T19:12:03.717Z | Checking foreign-types v0.3.2 |
2151 | 2025-07-23T19:12:03.739Z | Checking ipnet v2.11.0 |
2152 | 2025-07-23T19:12:03.762Z | Checking rand_chacha v0.9.0 |
2153 | 2025-07-23T19:12:03.793Z | Checking icu_normalizer v1.5.0 |
2154 | 2025-07-23T19:12:03.816Z | Checking httparse v1.9.5 |
2155 | 2025-07-23T19:12:04.148Z | Checking openssl-sys v0.9.109 |
2156 | 2025-07-23T19:12:04.240Z | Checking aws-lc-rs v1.12.4 |
2157 | 2025-07-23T19:12:04.260Z | Checking errno v0.3.12 |
2158 | 2025-07-23T19:12:04.278Z | Checking thiserror v1.0.69 |
2159 | 2025-07-23T19:12:04.312Z | Checking aho-corasick v1.1.3 |
2160 | 2025-07-23T19:12:04.414Z | Checking powerfmt v0.2.0 |
2161 | 2025-07-23T19:12:04.452Z | Checking regex-syntax v0.8.5 |
2162 | 2025-07-23T19:12:04.572Z | Checking idna_adapter v1.2.0 |
2163 | 2025-07-23T19:12:04.685Z | Checking httpdate v1.0.3 |
2164 | 2025-07-23T19:12:04.771Z | Checking idna v1.0.3 |
2165 | 2025-07-23T19:12:04.933Z | Checking unicode-ident v1.0.18 |
2166 | 2025-07-23T19:12:05.127Z | Checking proc-macro2 v1.0.95 |
2167 | 2025-07-23T19:12:05.285Z | Checking url v2.5.4 |
2168 | 2025-07-23T19:12:05.330Z | Checking openssl v0.10.73 |
2169 | 2025-07-23T19:12:05.591Z | Checking deranged v0.3.11 |
2170 | 2025-07-23T19:12:05.785Z | Checking rustix v0.38.37 |
2171 | 2025-07-23T19:12:05.936Z | Checking rand v0.9.1 |
2172 | 2025-07-23T19:12:05.972Z | Checking rustls-webpki v0.102.8 |
2173 | 2025-07-23T19:12:06.147Z | Checking unicode-normalization v0.1.24 |
2174 | 2025-07-23T19:12:06.757Z | Checking crossbeam-utils v0.8.21 |
2175 | 2025-07-23T19:12:06.843Z | Checking semver v1.0.26 |
2176 | 2025-07-23T19:12:06.932Z | Checking tokio-util v0.7.15 |
2177 | 2025-07-23T19:12:06.966Z | Checking bzip2-sys v0.1.13+1.0.8 |
2178 | 2025-07-23T19:12:07.100Z | Checking signature v2.2.0 |
2179 | 2025-07-23T19:12:07.104Z | Checking scroll v0.12.0 |
2180 | 2025-07-23T19:12:07.260Z | Checking crc32fast v1.4.2 |
2181 | 2025-07-23T19:12:07.313Z | Checking num-conv v0.1.0 |
2182 | 2025-07-23T19:12:07.474Z | Checking dyn-clone v1.0.19 |
2183 | 2025-07-23T19:12:07.516Z | Checking time-core v0.1.2 |
2184 | 2025-07-23T19:12:07.546Z | Checking anstyle v1.0.11 |
2185 | 2025-07-23T19:12:07.564Z | Checking regex-automata v0.4.8 |
2186 | 2025-07-23T19:12:07.594Z | Checking unicode-properties v0.1.3 |
2187 | 2025-07-23T19:12:07.624Z | Checking num_threads v0.1.7 |
2188 | 2025-07-23T19:12:07.691Z | Checking unicode-bidi v0.3.17 |
2189 | 2025-07-23T19:12:07.764Z | Checking utf8parse v0.2.2 |
2190 | 2025-07-23T19:12:07.894Z | Checking h2 v0.4.6 |
2191 | 2025-07-23T19:12:07.913Z | Checking zlib-rs v0.5.1 |
2192 | 2025-07-23T19:12:07.929Z | Checking plain v0.2.3 |
2193 | 2025-07-23T19:12:07.986Z | Checking siphasher v0.3.11 |
2194 | 2025-07-23T19:12:08.099Z | Checking ucd-trie v0.1.7 |
2195 | 2025-07-23T19:12:08.304Z | Checking stringprep v0.1.5 |
2196 | 2025-07-23T19:12:08.304Z | Checking phf_shared v0.11.2 |
2197 | 2025-07-23T19:12:08.340Z | Checking pest v2.7.14 |
2198 | 2025-07-23T19:12:08.601Z | Checking goblin v0.8.2 |
2199 | 2025-07-23T19:12:08.618Z | Checking anstyle-parse v0.2.5 |
2200 | 2025-07-23T19:12:08.898Z | Checking time v0.3.36 |
2201 | 2025-07-23T19:12:08.977Z | Checking schemars v0.8.22 |
2202 | 2025-07-23T19:12:09.748Z | Checking libz-rs-sys v0.5.1 |
2203 | 2025-07-23T19:12:09.955Z | Checking crossbeam-epoch v0.9.18 |
2204 | 2025-07-23T19:12:10.273Z | Checking native-tls v0.2.12 |
2205 | 2025-07-23T19:12:10.401Z | Checking rustls v0.23.19 |
2206 | 2025-07-23T19:12:10.560Z | Checking quote v1.0.40 |
2207 | 2025-07-23T19:12:10.841Z | Checking num-integer v0.1.46 |
2208 | 2025-07-23T19:12:10.875Z | Checking rand_chacha v0.3.1 |
2209 | 2025-07-23T19:12:10.894Z | Checking serde_spanned v0.6.9 |
2210 | 2025-07-23T19:12:11.112Z | Checking toml_datetime v0.6.11 |
2211 | 2025-07-23T19:12:11.277Z | Checking zstd-sys v2.0.14+zstd.1.5.7 |
2212 | 2025-07-23T19:12:11.297Z | Checking md-5 v0.10.6 |
2213 | 2025-07-23T19:12:11.302Z | Checking sync_wrapper v1.0.1 |
2214 | 2025-07-23T19:12:11.447Z | Checking ff v0.13.0 |
2215 | 2025-07-23T19:12:11.476Z | Checking hash32 v0.2.1 |
2216 | 2025-07-23T19:12:11.512Z | Checking is_terminal_polyfill v1.70.1 |
2217 | 2025-07-23T19:12:11.554Z | Checking psl-types v2.0.11 |
2218 | 2025-07-23T19:12:11.636Z | Checking anstyle-query v1.1.1 |
2219 | 2025-07-23T19:12:11.691Z | Checking fallible-iterator v0.2.0 |
2220 | 2025-07-23T19:12:11.756Z | Checking pretty-hex v0.4.1 |
2221 | 2025-07-23T19:12:11.796Z | Checking colorchoice v1.0.2 |
2222 | 2025-07-23T19:12:11.815Z | Checking base16ct v0.2.0 |
2223 | 2025-07-23T19:12:11.839Z | Checking gimli v0.31.1 |
2224 | 2025-07-23T19:12:11.926Z | Checking tower-layer v0.3.3 |
2225 | 2025-07-23T19:12:11.952Z | Checking anstream v0.6.18 |
2226 | 2025-07-23T19:12:12.033Z | Checking sec1 v0.7.3 |
2227 | 2025-07-23T19:12:12.196Z | Checking tower v0.5.2 |
2228 | 2025-07-23T19:12:12.250Z | Checking postgres-protocol v0.6.8 |
2229 | 2025-07-23T19:12:12.338Z | Checking heapless v0.7.17 |
2230 | 2025-07-23T19:12:12.410Z | Checking publicsuffix v2.3.0 |
2231 | 2025-07-23T19:12:12.699Z | Checking group v0.13.0 |
2232 | 2025-07-23T19:12:12.891Z | Checking zstd-safe v7.2.3 |
2233 | 2025-07-23T19:12:12.920Z | Checking rand v0.8.5 |
2234 | 2025-07-23T19:12:12.965Z | Checking num-iter v0.1.45 |
2235 | 2025-07-23T19:12:13.168Z | Checking cookie v0.18.1 |
2236 | 2025-07-23T19:12:13.206Z | Checking syn v2.0.104 |
2237 | 2025-07-23T19:12:13.224Z | Checking dtrace-parser v0.2.0 |
2238 | 2025-07-23T19:12:13.392Z | Checking dof v0.3.0 |
2239 | 2025-07-23T19:12:13.636Z | Compiling daft v0.1.4 |
2240 | 2025-07-23T19:12:13.718Z | Checking tokio-native-tls v0.3.1 |
2241 | 2025-07-23T19:12:13.976Z | Checking ipnetwork v0.21.1 |
2242 | 2025-07-23T19:12:14.008Z | Checking flate2 v1.1.2 |
2243 | 2025-07-23T19:12:14.100Z | Checking terminal_size v0.4.0 |
2244 | 2025-07-23T19:12:14.129Z | Checking rustls-native-certs v0.8.1 |
2245 | 2025-07-23T19:12:14.153Z | Checking hyper v1.6.0 |
2246 | 2025-07-23T19:12:14.288Z | Checking lazy_static v1.5.0 |
2247 | 2025-07-23T19:12:14.340Z | Checking webpki-roots v1.0.1 |
2248 | 2025-07-23T19:12:14.364Z | Checking http-body-util v0.1.3 |
2249 | 2025-07-23T19:12:14.419Z | Checking signal-hook v0.3.17 |
2250 | 2025-07-23T19:12:14.547Z | Checking hkdf v0.12.4 |
2251 | 2025-07-23T19:12:14.622Z | Checking crypto-bigint v0.5.5 |
2252 | 2025-07-23T19:12:14.766Z | Checking thread-id v4.2.2 |
2253 | 2025-07-23T19:12:14.784Z | Checking object v0.36.5 |
2254 | 2025-07-23T19:12:14.788Z | Compiling rayon-core v1.12.1 |
2255 | 2025-07-23T19:12:14.890Z | Checking managed v0.8.0 |
2256 | 2025-07-23T19:12:15.117Z | Checking rustc-demangle v0.1.24 |
2257 | 2025-07-23T19:12:15.284Z | Checking winnow v0.5.40 |
2258 | 2025-07-23T19:12:15.403Z | Checking tokio-rustls v0.26.0 |
2259 | 2025-07-23T19:12:15.568Z | Checking addr2line v0.24.2 |
2260 | 2025-07-23T19:12:15.592Z | Checking strsim v0.11.1 |
2261 | 2025-07-23T19:12:15.825Z | Checking bitflags v1.3.2 |
2262 | 2025-07-23T19:12:15.884Z | Checking lockfree-object-pool v0.1.6 |
2263 | 2025-07-23T19:12:15.925Z | Checking clap_lex v0.7.4 |
2264 | 2025-07-23T19:12:16.057Z | Checking iri-string v0.7.8 |
2265 | 2025-07-23T19:12:16.109Z | Checking either v1.15.0 |
2266 | 2025-07-23T19:12:16.134Z | Checking hyper-util v0.1.14 |
2267 | 2025-07-23T19:12:16.188Z | Checking bumpalo v3.16.0 |
2268 | 2025-07-23T19:12:16.477Z | Checking simd-adler32 v0.3.7 |
2269 | 2025-07-23T19:12:16.529Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2270 | 2025-07-23T19:12:16.834Z | Checking zopfli v0.8.1 |
2271 | 2025-07-23T19:12:16.864Z | Checking clap_builder v4.5.40 |
2272 | 2025-07-23T19:12:17.255Z | Checking elliptic-curve v0.13.8 |
2273 | 2025-07-23T19:12:17.487Z | Checking smoltcp v0.9.1 |
2274 | 2025-07-23T19:12:17.930Z | Checking signal-hook-mio v0.2.4 |
2275 | 2025-07-23T19:12:18.007Z | Checking toml_edit v0.19.15 |
2276 | 2025-07-23T19:12:18.093Z | Checking num-bigint-dig v0.8.4 |
2277 | 2025-07-23T19:12:18.510Z | Checking tower-http v0.6.6 |
2278 | 2025-07-23T19:12:18.674Z | Checking hyper-tls v0.6.0 |
2279 | 2025-07-23T19:12:18.925Z | Checking hyper-rustls v0.27.7 |
2280 | 2025-07-23T19:12:18.981Z | Checking oxnet v0.1.2 |
2281 | 2025-07-23T19:12:19.085Z | Checking cookie_store v0.21.1 |
2282 | 2025-07-23T19:12:19.196Z | Checking usdt-impl v0.5.0 |
2283 | 2025-07-23T19:12:19.306Z | Checking zstd v0.13.3 |
2284 | 2025-07-23T19:12:19.441Z | Checking postgres-types v0.2.9 |
2285 | 2025-07-23T19:12:19.708Z | Checking regex v1.11.1 |
2286 | 2025-07-23T19:12:19.743Z | Checking bstr v1.10.0 |
2287 | 2025-07-23T19:12:19.754Z | Checking crossbeam-deque v0.8.5 |
2288 | 2025-07-23T19:12:19.804Z | Checking phf v0.11.2 |
2289 | 2025-07-23T19:12:20.078Z | Checking ed25519 v2.2.3 |
2290 | 2025-07-23T19:12:20.087Z | Checking bzip2 v0.4.4 |
2291 | 2025-07-23T19:12:20.092Z | Checking bzip2 v0.5.2 |
2292 | 2025-07-23T19:12:20.121Z | Checking thiserror v2.0.12 |
2293 | 2025-07-23T19:12:20.261Z | Checking curve25519-dalek v4.1.3 |
2294 | 2025-07-23T19:12:20.281Z | Checking strum v0.27.1 |
2295 | 2025-07-23T19:12:20.371Z | Checking hubpack v0.1.2 |
2296 | 2025-07-23T19:12:20.390Z | Checking memoffset v0.9.1 |
2297 | 2025-07-23T19:12:20.443Z | Checking pkcs1 v0.7.5 |
2298 | 2025-07-23T19:12:20.462Z | Checking serde_urlencoded v0.7.1 |
2299 | 2025-07-23T19:12:20.512Z | Checking float-cmp v0.10.0 |
2300 | 2025-07-23T19:12:20.571Z | Checking serde-big-array v0.5.1 |
2301 | 2025-07-23T19:12:20.592Z | Checking backtrace v0.3.74 |
2302 | 2025-07-23T19:12:20.626Z | Checking rfc6979 v0.4.0 |
2303 | 2025-07-23T19:12:20.646Z | Checking memmap v0.7.0 |
2304 | 2025-07-23T19:12:20.735Z | Checking encoding_rs v0.8.34 |
2305 | 2025-07-23T19:12:20.784Z | Checking winnow v0.7.10 |
2306 | 2025-07-23T19:12:20.809Z | Checking keccak v0.1.5 |
2307 | 2025-07-23T19:12:20.838Z | Checking static_assertions v1.1.0 |
2308 | 2025-07-23T19:12:20.859Z | Checking difflib v0.4.0 |
2309 | 2025-07-23T19:12:20.879Z | Checking unicode-width v0.2.0 |
2310 | 2025-07-23T19:12:20.937Z | Checking precomputed-hash v0.1.1 |
2311 | 2025-07-23T19:12:21.066Z | Checking fixedbitset v0.4.2 |
2312 | 2025-07-23T19:12:21.120Z | Checking data-encoding v2.9.0 |
2313 | 2025-07-23T19:12:21.139Z | Checking minimal-lexical v0.2.1 |
2314 | 2025-07-23T19:12:21.160Z | Checking mime v0.3.17 |
2315 | 2025-07-23T19:12:21.327Z | Checking unicode-segmentation v1.12.0 |
2316 | 2025-07-23T19:12:21.346Z | Checking normalize-line-endings v0.3.0 |
2317 | 2025-07-23T19:12:21.474Z | Checking new_debug_unreachable v1.0.6 |
2318 | 2025-07-23T19:12:21.492Z | Checking predicates-core v1.0.8 |
2319 | 2025-07-23T19:12:21.541Z | Checking toml_write v0.1.2 |
2320 | 2025-07-23T19:12:21.573Z | Checking whoami v1.5.2 |
2321 | 2025-07-23T19:12:21.662Z | Checking hickory-proto v0.25.2 |
2322 | 2025-07-23T19:12:21.680Z | Checking predicates v3.1.3 |
2323 | 2025-07-23T19:12:21.849Z | Checking string_cache v0.8.9 |
2324 | 2025-07-23T19:12:21.885Z | Checking tokio-postgres v0.7.13 |
2325 | 2025-07-23T19:12:21.977Z | Checking ed25519-dalek v2.1.1 |
2326 | 2025-07-23T19:12:22.003Z | Checking similar v2.7.0 |
2327 | 2025-07-23T19:12:22.156Z | Checking nom v7.1.3 |
2328 | 2025-07-23T19:12:22.308Z | Checking console v0.15.10 |
2329 | 2025-07-23T19:12:22.390Z | Checking petgraph v0.6.5 |
2330 | 2025-07-23T19:12:22.829Z | Checking sha3 v0.10.8 |
2331 | 2025-07-23T19:12:22.847Z | Checking anyhow v1.0.98 |
2332 | 2025-07-23T19:12:22.915Z | Checking reqwest v0.12.22 |
2333 | 2025-07-23T19:12:23.219Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
2334 | 2025-07-23T19:12:23.236Z | Checking usdt v0.5.0 |
2335 | 2025-07-23T19:12:23.490Z | Checking toml_edit v0.22.27 |
2336 | 2025-07-23T19:12:23.521Z | Checking rsa v0.9.6 |
2337 | 2025-07-23T19:12:24.494Z | Checking ecdsa v0.16.9 |
2338 | 2025-07-23T19:12:24.749Z | Checking nix v0.29.0 |
2339 | 2025-07-23T19:12:24.792Z | Checking toml v0.7.8 |
2340 | 2025-07-23T19:12:25.195Z | Checking zip v4.2.0 |
2341 | 2025-07-23T19:12:25.198Z | Checking zip v0.6.6 |
2342 | 2025-07-23T19:12:25.524Z | Checking clap v4.5.40 |
2343 | 2025-07-23T19:12:25.655Z | Checking crossterm v0.28.1 |
2344 | 2025-07-23T19:12:25.908Z | Checking itertools v0.10.5 |
2345 | 2025-07-23T19:12:26.077Z | Checking tokio-stream v0.1.17 |
2346 | 2025-07-23T19:12:26.100Z | Checking strum v0.26.3 |
2347 | 2025-07-23T19:12:26.146Z | Checking buf-list v1.0.3 |
2348 | 2025-07-23T19:12:26.280Z | Checking fs-err v3.1.1 |
2349 | 2025-07-23T19:12:26.468Z | Checking serde_with v3.14.0 |
2350 | 2025-07-23T19:12:26.488Z | Checking ahash v0.8.11 |
2351 | 2025-07-23T19:12:26.844Z | Checking slog v2.7.0 |
2352 | 2025-07-23T19:12:26.852Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
2353 | 2025-07-23T19:12:26.953Z | Checking x509-cert v0.2.5 |
2354 | 2025-07-23T19:12:27.221Z | Checking openapiv3 v2.2.0 |
2355 | 2025-07-23T19:12:27.325Z | Checking sha1 v0.10.6 |
2356 | 2025-07-23T19:12:27.358Z | Checking winnow v0.6.26 |
2357 | 2025-07-23T19:12:27.612Z | Checking lalrpop-util v0.19.12 |
2358 | 2025-07-23T19:12:27.924Z | Checking heck v0.4.1 |
2359 | 2025-07-23T19:12:28.013Z | Checking peg-runtime v0.8.5 |
2360 | 2025-07-23T19:12:28.146Z | Checking unicode-xid v0.2.6 |
2361 | 2025-07-23T19:12:28.242Z | Checking rustc-hash v2.1.1 |
2362 | 2025-07-23T19:12:28.319Z | Checking rayon v1.10.0 |
2363 | 2025-07-23T19:12:28.340Z | Checking camino v1.1.10 |
2364 | 2025-07-23T19:12:28.407Z | Checking sigpipe v0.1.3 |
2365 | 2025-07-23T19:12:28.531Z | Checking jiff v0.2.15 |
2366 | 2025-07-23T19:12:28.548Z | Checking glob v0.3.2 |
2367 | 2025-07-23T19:12:32.524Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2368 | 2025-07-23T19:12:32.914Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.22s |
2369 | 2025-07-23T19:12:33.097Z | |
2370 | 2025-07-23T19:12:33.097Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (50/221) |
2371 | 2025-07-23T19:12:33.810Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2372 | 2025-07-23T19:12:33.814Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2373 | 2025-07-23T19:12:33.944Z | Compiling regress v0.10.3 |
2374 | 2025-07-23T19:12:34.072Z | Checking heck v0.5.0 |
2375 | 2025-07-23T19:12:34.103Z | Compiling unsafe-libyaml v0.2.11 |
2376 | 2025-07-23T19:12:34.125Z | Checking rustix v1.0.7 |
2377 | 2025-07-23T19:12:34.129Z | Checking newtype-uuid v1.2.4 |
2378 | 2025-07-23T19:12:34.155Z | Compiling structmeta-derive v0.3.0 |
2379 | 2025-07-23T19:12:34.158Z | Checking dirs-sys-next v0.1.2 |
2380 | 2025-07-23T19:12:34.245Z | Checking fastrand v2.1.1 |
2381 | 2025-07-23T19:12:34.396Z | Checking dirs-next v2.0.0 |
2382 | 2025-07-23T19:12:34.430Z | Checking daft v0.1.4 |
2383 | 2025-07-23T19:12:34.537Z | Checking thread_local v1.1.8 |
2384 | 2025-07-23T19:12:34.580Z | Checking term v0.7.0 |
2385 | 2025-07-23T19:12:34.809Z | Checking crossbeam-channel v0.5.15 |
2386 | 2025-07-23T19:12:34.879Z | Checking futures-executor v0.3.31 |
2387 | 2025-07-23T19:12:35.022Z | Checking is-terminal v0.4.13 |
2388 | 2025-07-23T19:12:35.124Z | Compiling rustls v0.22.4 |
2389 | 2025-07-23T19:12:35.160Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2390 | 2025-07-23T19:12:35.435Z | Compiling serde_yaml v0.9.34+deprecated |
2391 | 2025-07-23T19:12:35.539Z | Checking take_mut v0.2.2 |
2392 | 2025-07-23T19:12:35.627Z | Checking slog-term v2.9.1 |
2393 | 2025-07-23T19:12:35.647Z | Checking tempfile v3.20.0 |
2394 | 2025-07-23T19:12:35.698Z | Checking slog-async v2.8.0 |
2395 | 2025-07-23T19:12:35.811Z | Checking futures v0.3.31 |
2396 | 2025-07-23T19:12:35.934Z | Compiling proc-macro-crate v1.3.1 |
2397 | 2025-07-23T19:12:35.992Z | Checking wait-timeout v0.2.0 |
2398 | 2025-07-23T19:12:36.012Z | Compiling multer v3.1.0 |
2399 | 2025-07-23T19:12:36.117Z | Checking bit-vec v0.8.0 |
2400 | 2025-07-23T19:12:36.188Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2401 | 2025-07-23T19:12:36.338Z | Checking match_cfg v0.1.0 |
2402 | 2025-07-23T19:12:36.452Z | Checking quick-error v1.2.3 |
2403 | 2025-07-23T19:12:36.479Z | Compiling ref-cast v1.0.24 |
2404 | 2025-07-23T19:12:36.542Z | Checking bit-set v0.8.0 |
2405 | 2025-07-23T19:12:36.603Z | Checking rusty-fork v0.3.0 |
2406 | 2025-07-23T19:12:36.628Z | Compiling structmeta v0.3.0 |
2407 | 2025-07-23T19:12:36.818Z | Checking hostname v0.3.1 |
2408 | 2025-07-23T19:12:36.850Z | Compiling num_enum_derive v0.5.11 |
2409 | 2025-07-23T19:12:36.995Z | Checking progenitor-client v0.9.1 |
2410 | 2025-07-23T19:12:37.015Z | Compiling derive-ex v0.1.8 |
2411 | 2025-07-23T19:12:37.103Z | Checking rand_xorshift v0.4.0 |
2412 | 2025-07-23T19:12:37.293Z | Checking slog-json v2.6.1 |
2413 | 2025-07-23T19:12:37.385Z | Checking typify-impl v0.3.0 |
2414 | 2025-07-23T19:12:37.410Z | Checking typify-impl v0.2.0 |
2415 | 2025-07-23T19:12:38.776Z | Compiling lzma-sys v0.1.20 |
2416 | 2025-07-23T19:12:39.065Z | Checking hex v0.4.3 |
2417 | 2025-07-23T19:12:39.532Z | Compiling async-stream-impl v0.3.6 |
2418 | 2025-07-23T19:12:39.577Z | Compiling ref-cast-impl v1.0.24 |
2419 | 2025-07-23T19:12:39.885Z | Compiling foreign-types-macros v0.2.3 |
2420 | 2025-07-23T19:12:39.981Z | Compiling dropshot v0.16.2 |
2421 | 2025-07-23T19:12:40.320Z | Checking unarray v0.1.4 |
2422 | 2025-07-23T19:12:40.337Z | Checking utf-8 v0.7.6 |
2423 | 2025-07-23T19:12:40.480Z | Checking foreign-types-shared v0.3.1 |
2424 | 2025-07-23T19:12:40.555Z | Checking arc-swap v1.7.1 |
2425 | 2025-07-23T19:12:40.631Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2426 | 2025-07-23T19:12:40.730Z | Checking tungstenite v0.21.0 |
2427 | 2025-07-23T19:12:40.767Z | Checking async-stream v0.3.6 |
2428 | 2025-07-23T19:12:40.826Z | Checking proptest v1.7.0 |
2429 | 2025-07-23T19:12:40.945Z | Checking slog-scope v4.4.0 |
2430 | 2025-07-23T19:12:40.995Z | Checking tokio-rustls v0.25.0 |
2431 | 2025-07-23T19:12:41.072Z | Checking foreign-types v0.5.0 |
2432 | 2025-07-23T19:12:41.108Z | Compiling test-strategy v0.4.3 |
2433 | 2025-07-23T19:12:41.197Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2434 | 2025-07-23T19:12:41.275Z | Checking num_enum v0.5.11 |
2435 | 2025-07-23T19:12:41.355Z | Checking slog-bunyan v2.5.0 |
2436 | 2025-07-23T19:12:41.374Z | Compiling parse-display-derive v0.10.0 |
2437 | 2025-07-23T19:12:41.528Z | Compiling proc-macro-error v1.0.4 |
2438 | 2025-07-23T19:12:41.954Z | Checking toml v0.8.23 |
2439 | 2025-07-23T19:12:41.976Z | Checking progenitor-client v0.8.0 |
2440 | 2025-07-23T19:12:42.108Z | Compiling heck v0.3.3 |
2441 | 2025-07-23T19:12:42.335Z | Checking waitgroup v0.1.2 |
2442 | 2025-07-23T19:12:42.453Z | Checking rustls-pemfile v2.2.0 |
2443 | 2025-07-23T19:12:42.498Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2444 | 2025-07-23T19:12:42.691Z | Compiling dropshot_endpoint v0.16.2 |
2445 | 2025-07-23T19:12:42.711Z | Checking serde_path_to_error v0.1.17 |
2446 | 2025-07-23T19:12:43.315Z | Checking cstr-argument v0.1.2 |
2447 | 2025-07-23T19:12:43.341Z | Compiling derive-where v1.5.0 |
2448 | 2025-07-23T19:12:43.575Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2449 | 2025-07-23T19:12:44.370Z | Checking hostname v0.4.0 |
2450 | 2025-07-23T19:12:44.529Z | Checking instant v0.1.13 |
2451 | 2025-07-23T19:12:44.639Z | Checking pretty-hex v0.2.1 |
2452 | 2025-07-23T19:12:44.658Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
2453 | 2025-07-23T19:12:44.821Z | Checking debug-ignore v1.0.5 |
2454 | 2025-07-23T19:12:44.999Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2455 | 2025-07-23T19:12:45.024Z | Checking backoff v0.4.0 |
2456 | 2025-07-23T19:12:45.212Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#ef54b566) |
2457 | 2025-07-23T19:12:45.233Z | Checking parse-display v0.10.0 |
2458 | 2025-07-23T19:12:45.280Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2459 | 2025-07-23T19:12:45.341Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2460 | 2025-07-23T19:12:45.959Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2461 | 2025-07-23T19:12:45.977Z | Compiling zone_cfg_derive v0.1.2 |
2462 | 2025-07-23T19:12:45.977Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2463 | 2025-07-23T19:12:45.977Z | Checking tokio-tungstenite v0.21.0 |
2464 | 2025-07-23T19:12:46.069Z | Checking slog-stdlog v4.1.1 |
2465 | 2025-07-23T19:12:46.156Z | Checking iddqd v0.3.9 |
2466 | 2025-07-23T19:12:46.252Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2467 | 2025-07-23T19:12:46.331Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2468 | 2025-07-23T19:12:46.418Z | Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
2469 | 2025-07-23T19:12:46.617Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
2470 | 2025-07-23T19:12:46.732Z | Checking progenitor-client v0.10.0 |
2471 | 2025-07-23T19:12:46.758Z | Checking colored v2.2.0 |
2472 | 2025-07-23T19:12:46.776Z | Checking macaddr v1.0.1 |
2473 | 2025-07-23T19:12:47.107Z | Checking base64 v0.21.7 |
2474 | 2025-07-23T19:12:47.139Z | Checking number_prefix v0.4.0 |
2475 | 2025-07-23T19:12:47.159Z | Checking base64 v0.13.1 |
2476 | 2025-07-23T19:12:47.338Z | Checking unicode-width v0.1.14 |
2477 | 2025-07-23T19:12:47.570Z | Checking ron v0.7.1 |
2478 | 2025-07-23T19:12:47.594Z | Checking indicatif v0.17.11 |
2479 | 2025-07-23T19:12:47.731Z | Checking zone v0.1.8 |
2480 | 2025-07-23T19:12:47.818Z | Checking tabwriter v1.4.0 |
2481 | 2025-07-23T19:12:48.080Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2482 | 2025-07-23T19:12:48.275Z | Checking slog-envlogger v2.2.0 |
2483 | 2025-07-23T19:12:48.411Z | Checking xz2 v0.1.7 |
2484 | 2025-07-23T19:12:48.581Z | Checking tokio-dtrace v0.1.0 |
2485 | 2025-07-23T19:12:48.600Z | Checking xattr v1.3.1 |
2486 | 2025-07-23T19:12:48.700Z | Checking yasna v0.5.2 |
2487 | 2025-07-23T19:12:48.726Z | Checking pem v3.0.5 |
2488 | 2025-07-23T19:12:48.824Z | Checking smf v0.2.3 |
2489 | 2025-07-23T19:12:48.875Z | Checking headers-core v0.3.0 |
2490 | 2025-07-23T19:12:49.021Z | Checking filetime v0.2.25 |
2491 | 2025-07-23T19:12:49.044Z | Checking same-file v1.0.6 |
2492 | 2025-07-23T19:12:49.242Z | Checking walkdir v2.5.0 |
2493 | 2025-07-23T19:12:49.262Z | Checking tar v0.4.44 |
2494 | 2025-07-23T19:12:49.279Z | Checking headers v0.4.1 |
2495 | 2025-07-23T19:12:49.550Z | Checking oxide-tokio-rt v0.1.2 |
2496 | 2025-07-23T19:12:49.567Z | Checking rcgen v0.12.1 |
2497 | 2025-07-23T19:12:49.699Z | Checking atomicwrites v0.4.4 |
2498 | 2025-07-23T19:12:49.786Z | Checking camino-tempfile v1.4.1 |
2499 | 2025-07-23T19:12:49.918Z | Checking subprocess v0.2.9 |
2500 | 2025-07-23T19:12:50.771Z | Compiling typify-macro v0.3.0 |
2501 | 2025-07-23T19:12:51.126Z | Compiling typify-macro v0.2.0 |
2502 | 2025-07-23T19:12:52.605Z | Compiling typify v0.3.0 |
2503 | 2025-07-23T19:12:52.707Z | Compiling progenitor-impl v0.9.1 |
2504 | 2025-07-23T19:12:52.954Z | Compiling typify v0.2.0 |
2505 | 2025-07-23T19:12:53.052Z | Compiling progenitor-impl v0.8.0 |
2506 | 2025-07-23T19:12:55.503Z | Compiling progenitor-macro v0.9.1 |
2507 | 2025-07-23T19:12:55.943Z | Compiling progenitor-macro v0.8.0 |
2508 | 2025-07-23T19:13:00.305Z | Checking progenitor v0.9.1 |
2509 | 2025-07-23T19:13:00.472Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd) |
2510 | 2025-07-23T19:13:00.825Z | Checking progenitor v0.8.0 |
2511 | 2025-07-23T19:13:00.977Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2512 | 2025-07-23T19:13:03.320Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2513 | 2025-07-23T19:13:03.479Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
2514 | 2025-07-23T19:13:09.748Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2515 | 2025-07-23T19:13:11.391Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2516 | 2025-07-23T19:13:12.804Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.69s |
2517 | 2025-07-23T19:13:13.007Z | |
2518 | 2025-07-23T19:13:13.007Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (51/221) |
2519 | 2025-07-23T19:13:13.709Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2520 | 2025-07-23T19:13:13.712Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2521 | 2025-07-23T19:13:13.815Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2522 | 2025-07-23T19:13:15.401Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.39s |
2523 | 2025-07-23T19:13:15.602Z | |
2524 | 2025-07-23T19:13:15.602Z | info: running `cargo check --bins` on nexus-config (52/221) |
2525 | 2025-07-23T19:13:16.295Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2526 | 2025-07-23T19:13:16.298Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2527 | 2025-07-23T19:13:16.298Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2528 | 2025-07-23T19:13:16.301Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
2529 | 2025-07-23T19:13:16.386Z | |
2530 | 2025-07-23T19:13:16.386Z | info: running `cargo check --bins` on omicron-rpaths (53/221) |
2531 | 2025-07-23T19:13:17.055Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2532 | 2025-07-23T19:13:17.058Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2533 | 2025-07-23T19:13:17.058Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2534 | 2025-07-23T19:13:17.062Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
2535 | 2025-07-23T19:13:17.141Z | |
2536 | 2025-07-23T19:13:17.141Z | info: running `cargo check --bins` on omicron-certificates (54/221) |
2537 | 2025-07-23T19:13:17.836Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2538 | 2025-07-23T19:13:17.839Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2539 | 2025-07-23T19:13:17.839Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2540 | 2025-07-23T19:13:17.843Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
2541 | 2025-07-23T19:13:17.934Z | |
2542 | 2025-07-23T19:13:17.934Z | info: running `cargo check --bins` on omicron-clickhouse-admin (55/221) |
2543 | 2025-07-23T19:13:18.643Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2544 | 2025-07-23T19:13:18.648Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2545 | 2025-07-23T19:13:18.824Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2546 | 2025-07-23T19:13:18.953Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2547 | 2025-07-23T19:13:18.956Z | Compiling rustix v1.0.7 |
2548 | 2025-07-23T19:13:18.956Z | Compiling darling_core v0.21.0 |
2549 | 2025-07-23T19:13:18.956Z | Compiling wait-timeout v0.2.0 |
2550 | 2025-07-23T19:13:18.956Z | Compiling match_cfg v0.1.0 |
2551 | 2025-07-23T19:13:18.956Z | Compiling bit-vec v0.8.0 |
2552 | 2025-07-23T19:13:18.960Z | Compiling quick-error v1.2.3 |
2553 | 2025-07-23T19:13:19.098Z | Compiling hostname v0.3.1 |
2554 | 2025-07-23T19:13:19.128Z | Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
2555 | 2025-07-23T19:13:19.205Z | Compiling rustls v0.22.4 |
2556 | 2025-07-23T19:13:19.307Z | Compiling progenitor-client v0.9.1 |
2557 | 2025-07-23T19:13:19.451Z | Compiling bit-set v0.8.0 |
2558 | 2025-07-23T19:13:19.473Z | Compiling slog-json v2.6.1 |
2559 | 2025-07-23T19:13:19.511Z | Compiling rand_xorshift v0.4.0 |
2560 | 2025-07-23T19:13:19.599Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2561 | 2025-07-23T19:13:19.741Z | Compiling itertools v0.14.0 |
2562 | 2025-07-23T19:13:19.791Z | Compiling hex v0.4.3 |
2563 | 2025-07-23T19:13:19.824Z | Compiling heapless v0.8.0 |
2564 | 2025-07-23T19:13:19.836Z | Compiling unarray v0.1.4 |
2565 | 2025-07-23T19:13:20.017Z | Compiling slog-bunyan v2.5.0 |
2566 | 2025-07-23T19:13:20.259Z | Compiling progenitor v0.9.1 |
2567 | 2025-07-23T19:13:20.341Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2568 | 2025-07-23T19:13:20.491Z | Compiling async-stream v0.3.6 |
2569 | 2025-07-23T19:13:20.512Z | Compiling ref-cast v1.0.24 |
2570 | 2025-07-23T19:13:20.668Z | Compiling multer v3.1.0 |
2571 | 2025-07-23T19:13:20.703Z | Compiling tempfile v3.20.0 |
2572 | 2025-07-23T19:13:20.792Z | Compiling toml v0.8.23 |
2573 | 2025-07-23T19:13:21.211Z | Compiling rusty-fork v0.3.0 |
2574 | 2025-07-23T19:13:21.518Z | Compiling waitgroup v0.1.2 |
2575 | 2025-07-23T19:13:21.602Z | Compiling proptest v1.7.0 |
2576 | 2025-07-23T19:13:21.739Z | Compiling rustls-pemfile v2.2.0 |
2577 | 2025-07-23T19:13:21.881Z | Checking hash32 v0.3.1 |
2578 | 2025-07-23T19:13:22.078Z | Compiling serde_path_to_error v0.1.17 |
2579 | 2025-07-23T19:13:22.096Z | Compiling hostname v0.4.0 |
2580 | 2025-07-23T19:13:22.217Z | Compiling instant v0.1.13 |
2581 | 2025-07-23T19:13:22.327Z | Compiling smoltcp v0.11.0 |
2582 | 2025-07-23T19:13:22.371Z | Compiling debug-ignore v1.0.5 |
2583 | 2025-07-23T19:13:22.554Z | Compiling backoff v0.4.0 |
2584 | 2025-07-23T19:13:22.834Z | Compiling iddqd v0.3.9 |
2585 | 2025-07-23T19:13:22.910Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd) |
2586 | 2025-07-23T19:13:23.005Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2587 | 2025-07-23T19:13:23.209Z | Compiling parse-display v0.10.0 |
2588 | 2025-07-23T19:13:23.482Z | Compiling tokio-rustls v0.25.0 |
2589 | 2025-07-23T19:13:23.949Z | Compiling dropshot v0.16.2 |
2590 | 2025-07-23T19:13:24.210Z | Checking num-rational v0.4.2 |
2591 | 2025-07-23T19:13:24.856Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2592 | 2025-07-23T19:13:25.079Z | Compiling progenitor-client v0.10.0 |
2593 | 2025-07-23T19:13:25.125Z | Compiling darling_macro v0.21.0 |
2594 | 2025-07-23T19:13:25.576Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
2595 | 2025-07-23T19:13:26.044Z | Compiling darling v0.21.0 |
2596 | 2025-07-23T19:13:26.183Z | Compiling ingot-macros v0.1.1 |
2597 | 2025-07-23T19:13:27.119Z | Checking num-complex v0.4.6 |
2598 | 2025-07-23T19:13:27.404Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#ef54b566) |
2599 | 2025-07-23T19:13:27.970Z | Compiling macaddr v1.0.1 |
2600 | 2025-07-23T19:13:28.398Z | Checking cobs v0.2.3 |
2601 | 2025-07-23T19:13:28.430Z | Checking num v0.4.3 |
2602 | 2025-07-23T19:13:28.634Z | Checking postcard v1.0.10 |
2603 | 2025-07-23T19:13:28.824Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2) |
2604 | 2025-07-23T19:13:29.285Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2) |
2605 | 2025-07-23T19:13:29.636Z | Compiling float-ord v0.3.2 |
2606 | 2025-07-23T19:13:29.835Z | Compiling convert_case v0.4.0 |
2607 | 2025-07-23T19:13:30.261Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2) |
2608 | 2025-07-23T19:13:30.375Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2609 | 2025-07-23T19:13:30.639Z | Compiling derive_more v0.99.20 |
2610 | 2025-07-23T19:13:31.124Z | Checking siphasher v1.0.1 |
2611 | 2025-07-23T19:13:31.412Z | Compiling crucible-workspace-hack v0.1.0 |
2612 | 2025-07-23T19:13:31.442Z | Checking linked-hash-map v0.5.6 |
2613 | 2025-07-23T19:13:31.770Z | Checking phf_shared v0.12.1 |
2614 | 2025-07-23T19:13:31.807Z | Checking lru-cache v0.1.2 |
2615 | 2025-07-23T19:13:32.002Z | Checking resolv-conf v0.7.0 |
2616 | 2025-07-23T19:13:32.044Z | Checking newline-converter v0.3.0 |
2617 | 2025-07-23T19:13:32.221Z | Checking hickory-proto v0.24.4 |
2618 | 2025-07-23T19:13:32.408Z | Checking prettyplease v0.2.35 |
2619 | 2025-07-23T19:13:33.591Z | Checking ingot-types v0.1.2 |
2620 | 2025-07-23T19:13:33.591Z | Compiling slog-dtrace v0.3.0 |
2621 | 2025-07-23T19:13:33.758Z | Compiling chrono-tz v0.10.4 |
2622 | 2025-07-23T19:13:33.944Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2623 | 2025-07-23T19:13:34.061Z | Checking ingot v0.1.1 |
2624 | 2025-07-23T19:13:34.112Z | Checking expectorate v1.2.0 |
2625 | 2025-07-23T19:13:34.344Z | Checking phf v0.12.1 |
2626 | 2025-07-23T19:13:34.623Z | Compiling zone_cfg_derive v0.3.0 |
2627 | 2025-07-23T19:13:35.040Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2) |
2628 | 2025-07-23T19:13:35.066Z | Checking itertools v0.12.1 |
2629 | 2025-07-23T19:13:35.401Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2630 | 2025-07-23T19:13:35.977Z | Compiling const_format_proc_macros v0.2.34 |
2631 | 2025-07-23T19:13:36.445Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2632 | 2025-07-23T19:13:36.539Z | Checking hickory-resolver v0.24.4 |
2633 | 2025-07-23T19:13:36.980Z | Compiling num-derive v0.4.2 |
2634 | 2025-07-23T19:13:37.466Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2635 | 2025-07-23T19:13:37.486Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2) |
2636 | 2025-07-23T19:13:37.507Z | Checking highway v1.3.0 |
2637 | 2025-07-23T19:13:37.783Z | Checking const_format v0.2.34 |
2638 | 2025-07-23T19:13:37.834Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2639 | 2025-07-23T19:13:37.964Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2640 | 2025-07-23T19:13:38.118Z | Checking qorb v0.4.0 |
2641 | 2025-07-23T19:13:38.138Z | Checking zone v0.3.1 |
2642 | 2025-07-23T19:13:38.260Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
2643 | 2025-07-23T19:13:38.914Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2644 | 2025-07-23T19:13:39.228Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
2645 | 2025-07-23T19:13:39.389Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2) |
2646 | 2025-07-23T19:13:39.669Z | Checking gethostname v0.5.0 |
2647 | 2025-07-23T19:13:39.826Z | Checking bcs v0.1.6 |
2648 | 2025-07-23T19:13:39.896Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2) |
2649 | 2025-07-23T19:13:40.092Z | Checking nanorand v0.7.0 |
2650 | 2025-07-23T19:13:40.305Z | Compiling async-recursion v1.1.1 |
2651 | 2025-07-23T19:13:40.458Z | Checking termtree v0.5.1 |
2652 | 2025-07-23T19:13:40.698Z | Checking flume v0.11.1 |
2653 | 2025-07-23T19:13:41.417Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2654 | 2025-07-23T19:13:41.637Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2) |
2655 | 2025-07-23T19:13:45.996Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2656 | 2025-07-23T19:13:49.534Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2657 | 2025-07-23T19:13:52.220Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2658 | 2025-07-23T19:13:53.570Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.62s |
2659 | 2025-07-23T19:13:53.773Z | |
2660 | 2025-07-23T19:13:53.773Z | info: running `cargo check --bins` on clickhouse-admin-api (56/221) |
2661 | 2025-07-23T19:13:54.493Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2662 | 2025-07-23T19:13:54.499Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2663 | 2025-07-23T19:13:54.499Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2664 | 2025-07-23T19:13:54.503Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
2665 | 2025-07-23T19:13:54.585Z | |
2666 | 2025-07-23T19:13:54.585Z | info: running `cargo check --bins` on clickhouse-admin-types (57/221) |
2667 | 2025-07-23T19:13:55.277Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2668 | 2025-07-23T19:13:55.280Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2669 | 2025-07-23T19:13:55.280Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2670 | 2025-07-23T19:13:55.283Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
2671 | 2025-07-23T19:13:55.370Z | |
2672 | 2025-07-23T19:13:55.370Z | info: running `cargo check --bins --no-default-features` on oximeter-db (58/221) |
2673 | 2025-07-23T19:13:56.077Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2674 | 2025-07-23T19:13:56.081Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2675 | 2025-07-23T19:13:56.191Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2676 | 2025-07-23T19:13:56.885Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.51s |
2677 | 2025-07-23T19:13:57.099Z | |
2678 | 2025-07-23T19:13:57.099Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (59/221) |
2679 | 2025-07-23T19:13:57.816Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2680 | 2025-07-23T19:13:57.821Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2681 | 2025-07-23T19:13:57.937Z | Compiling cfg_aliases v0.1.1 |
2682 | 2025-07-23T19:13:57.937Z | Compiling vte_generate_state_changes v0.1.2 |
2683 | 2025-07-23T19:13:57.945Z | Checking fd-lock v4.0.2 |
2684 | 2025-07-23T19:13:57.945Z | Checking nibble_vec v0.1.0 |
2685 | 2025-07-23T19:13:58.057Z | Checking endian-type v0.1.2 |
2686 | 2025-07-23T19:13:58.070Z | Checking bytecount v0.6.8 |
2687 | 2025-07-23T19:13:58.124Z | Compiling tabled_derive v0.7.0 |
2688 | 2025-07-23T19:13:58.129Z | Checking itertools v0.13.0 |
2689 | 2025-07-23T19:13:58.155Z | Compiling nix v0.28.0 |
2690 | 2025-07-23T19:13:58.242Z | Compiling peg-macros v0.8.5 |
2691 | 2025-07-23T19:13:58.265Z | Checking papergrid v0.11.0 |
2692 | 2025-07-23T19:13:58.283Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2693 | 2025-07-23T19:13:58.300Z | Checking radix_trie v0.2.1 |
2694 | 2025-07-23T19:13:58.622Z | Checking vte v0.11.1 |
2695 | 2025-07-23T19:13:58.703Z | Compiling sqlparser_derive v0.2.2 |
2696 | 2025-07-23T19:13:59.272Z | Checking unicode_categories v0.1.1 |
2697 | 2025-07-23T19:13:59.582Z | Checking home v0.5.9 |
2698 | 2025-07-23T19:13:59.685Z | Checking nu-ansi-term v0.50.1 |
2699 | 2025-07-23T19:13:59.732Z | Checking sqlparser v0.45.0 |
2700 | 2025-07-23T19:13:59.744Z | Checking sqlformat v0.3.5 |
2701 | 2025-07-23T19:14:00.073Z | Checking strip-ansi-escapes v0.2.0 |
2702 | 2025-07-23T19:14:00.126Z | Checking display-error-chain v0.2.2 |
2703 | 2025-07-23T19:14:00.213Z | Checking tabled v0.15.0 |
2704 | 2025-07-23T19:14:00.532Z | Checking reedline v0.40.0 |
2705 | 2025-07-23T19:14:00.906Z | Checking peg v0.8.5 |
2706 | 2025-07-23T19:14:01.046Z | Checking rustyline v14.0.0 |
2707 | 2025-07-23T19:14:10.370Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.26s |
2708 | 2025-07-23T19:14:10.568Z | |
2709 | 2025-07-23T19:14:10.568Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (60/221) |
2710 | 2025-07-23T19:14:11.275Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2711 | 2025-07-23T19:14:11.278Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2712 | 2025-07-23T19:14:11.392Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2713 | 2025-07-23T19:14:16.796Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.22s |
2714 | 2025-07-23T19:14:17.001Z | |
2715 | 2025-07-23T19:14:17.002Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (61/221) |
2716 | 2025-07-23T19:14:17.724Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2717 | 2025-07-23T19:14:17.728Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2718 | 2025-07-23T19:14:17.835Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2719 | 2025-07-23T19:14:21.585Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.57s |
2720 | 2025-07-23T19:14:21.791Z | |
2721 | 2025-07-23T19:14:21.791Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (62/221) |
2722 | 2025-07-23T19:14:22.495Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2723 | 2025-07-23T19:14:22.499Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2724 | 2025-07-23T19:14:22.611Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2725 | 2025-07-23T19:14:27.717Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.91s |
2726 | 2025-07-23T19:14:27.933Z | |
2727 | 2025-07-23T19:14:27.933Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (63/221) |
2728 | 2025-07-23T19:14:28.622Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2729 | 2025-07-23T19:14:28.625Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2730 | 2025-07-23T19:14:28.742Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2731 | 2025-07-23T19:14:34.053Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.99s |
2732 | 2025-07-23T19:14:34.201Z | |
2733 | 2025-07-23T19:14:34.201Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (64/221) |
2734 | 2025-07-23T19:14:34.990Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2735 | 2025-07-23T19:14:35.287Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2736 | 2025-07-23T19:14:35.288Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2737 | 2025-07-23T19:14:41.236Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.72s |
2738 | 2025-07-23T19:14:41.236Z | |
2739 | 2025-07-23T19:14:41.236Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (65/221) |
2740 | 2025-07-23T19:14:41.236Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2741 | 2025-07-23T19:14:41.236Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2742 | 2025-07-23T19:14:41.236Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2743 | 2025-07-23T19:14:43.894Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.83s |
2744 | 2025-07-23T19:14:44.102Z | |
2745 | 2025-07-23T19:14:44.102Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (66/221) |
2746 | 2025-07-23T19:14:44.803Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2747 | 2025-07-23T19:14:44.808Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2748 | 2025-07-23T19:14:44.922Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2749 | 2025-07-23T19:14:50.286Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.18s |
2750 | 2025-07-23T19:14:50.485Z | |
2751 | 2025-07-23T19:14:50.485Z | info: running `cargo check --bins` on oximeter (67/221) |
2752 | 2025-07-23T19:14:51.168Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2753 | 2025-07-23T19:14:51.172Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2754 | 2025-07-23T19:14:51.172Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2755 | 2025-07-23T19:14:51.172Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
2756 | 2025-07-23T19:14:51.256Z | |
2757 | 2025-07-23T19:14:51.256Z | info: running `cargo check --bins` on oximeter-macro-impl (68/221) |
2758 | 2025-07-23T19:14:51.912Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2759 | 2025-07-23T19:14:51.915Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2760 | 2025-07-23T19:14:51.915Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2761 | 2025-07-23T19:14:51.919Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
2762 | 2025-07-23T19:14:52.000Z | |
2763 | 2025-07-23T19:14:52.000Z | info: running `cargo check --bins` on oximeter-schema (69/221) |
2764 | 2025-07-23T19:14:52.678Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2765 | 2025-07-23T19:14:52.682Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2766 | 2025-07-23T19:14:52.775Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2767 | 2025-07-23T19:14:54.835Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2768 | 2025-07-23T19:14:55.863Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.85s |
2769 | 2025-07-23T19:14:56.065Z | |
2770 | 2025-07-23T19:14:56.065Z | info: running `cargo check --bins` on oximeter-types (70/221) |
2771 | 2025-07-23T19:14:56.742Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2772 | 2025-07-23T19:14:56.746Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2773 | 2025-07-23T19:14:56.746Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2774 | 2025-07-23T19:14:56.750Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
2775 | 2025-07-23T19:14:56.834Z | |
2776 | 2025-07-23T19:14:56.834Z | info: running `cargo check --bins` on oximeter-timeseries-macro (71/221) |
2777 | 2025-07-23T19:14:57.512Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2778 | 2025-07-23T19:14:57.516Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2779 | 2025-07-23T19:14:57.516Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2780 | 2025-07-23T19:14:57.520Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
2781 | 2025-07-23T19:14:57.606Z | |
2782 | 2025-07-23T19:14:57.606Z | info: running `cargo check --bins` on oxql-types (72/221) |
2783 | 2025-07-23T19:14:58.283Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2784 | 2025-07-23T19:14:58.286Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2785 | 2025-07-23T19:14:58.286Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2786 | 2025-07-23T19:14:58.290Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
2787 | 2025-07-23T19:14:58.373Z | |
2788 | 2025-07-23T19:14:58.373Z | info: running `cargo check --bins` on oximeter-test-utils (73/221) |
2789 | 2025-07-23T19:14:59.103Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2790 | 2025-07-23T19:14:59.107Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2791 | 2025-07-23T19:14:59.107Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2792 | 2025-07-23T19:14:59.110Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
2793 | 2025-07-23T19:14:59.208Z | |
2794 | 2025-07-23T19:14:59.208Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (74/221) |
2795 | 2025-07-23T19:14:59.901Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2796 | 2025-07-23T19:14:59.904Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2797 | 2025-07-23T19:14:59.904Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2798 | 2025-07-23T19:14:59.907Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
2799 | 2025-07-23T19:14:59.994Z | |
2800 | 2025-07-23T19:14:59.994Z | info: running `cargo check --bins` on bootstrap-agent-client (75/221) |
2801 | 2025-07-23T19:15:00.710Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2802 | 2025-07-23T19:15:00.714Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2803 | 2025-07-23T19:15:00.714Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2804 | 2025-07-23T19:15:00.718Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
2805 | 2025-07-23T19:15:00.807Z | |
2806 | 2025-07-23T19:15:00.807Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (76/221) |
2807 | 2025-07-23T19:15:01.503Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2808 | 2025-07-23T19:15:01.507Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2809 | 2025-07-23T19:15:01.507Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2810 | 2025-07-23T19:15:01.510Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
2811 | 2025-07-23T19:15:01.596Z | |
2812 | 2025-07-23T19:15:01.596Z | info: running `cargo check --bins` on clickhouse-admin-server-client (77/221) |
2813 | 2025-07-23T19:15:02.297Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2814 | 2025-07-23T19:15:02.300Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2815 | 2025-07-23T19:15:02.300Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2816 | 2025-07-23T19:15:02.303Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
2817 | 2025-07-23T19:15:02.390Z | |
2818 | 2025-07-23T19:15:02.390Z | info: running `cargo check --bins` on clickhouse-admin-single-client (78/221) |
2819 | 2025-07-23T19:15:03.084Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2820 | 2025-07-23T19:15:03.088Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2821 | 2025-07-23T19:15:03.088Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2822 | 2025-07-23T19:15:03.091Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
2823 | 2025-07-23T19:15:03.178Z | |
2824 | 2025-07-23T19:15:03.178Z | info: running `cargo check --bins` on cockroach-admin-client (79/221) |
2825 | 2025-07-23T19:15:03.851Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2826 | 2025-07-23T19:15:03.855Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2827 | 2025-07-23T19:15:03.855Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2828 | 2025-07-23T19:15:03.859Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
2829 | 2025-07-23T19:15:03.943Z | |
2830 | 2025-07-23T19:15:03.943Z | info: running `cargo check --bins` on omicron-ddm-admin-client (80/221) |
2831 | 2025-07-23T19:15:04.658Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2832 | 2025-07-23T19:15:04.661Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2833 | 2025-07-23T19:15:04.661Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2834 | 2025-07-23T19:15:04.665Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
2835 | 2025-07-23T19:15:04.752Z | |
2836 | 2025-07-23T19:15:04.752Z | info: running `cargo check --bins` on dns-service-client (81/221) |
2837 | 2025-07-23T19:15:05.445Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2838 | 2025-07-23T19:15:05.448Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2839 | 2025-07-23T19:15:05.448Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2840 | 2025-07-23T19:15:05.453Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
2841 | 2025-07-23T19:15:05.598Z | |
2842 | 2025-07-23T19:15:05.599Z | info: running `cargo check --bins` on internal-dns-types (82/221) |
2843 | 2025-07-23T19:15:06.231Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2844 | 2025-07-23T19:15:06.242Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2845 | 2025-07-23T19:15:06.242Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2846 | 2025-07-23T19:15:06.243Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
2847 | 2025-07-23T19:15:06.321Z | |
2848 | 2025-07-23T19:15:06.321Z | info: running `cargo check --bins` on gateway-client (83/221) |
2849 | 2025-07-23T19:15:06.999Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2850 | 2025-07-23T19:15:07.004Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2851 | 2025-07-23T19:15:07.004Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2852 | 2025-07-23T19:15:07.009Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
2853 | 2025-07-23T19:15:07.094Z | |
2854 | 2025-07-23T19:15:07.094Z | info: running `cargo check --bins` on ereport-types (84/221) |
2855 | 2025-07-23T19:15:07.762Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2856 | 2025-07-23T19:15:07.765Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2857 | 2025-07-23T19:15:07.765Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2858 | 2025-07-23T19:15:07.769Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
2859 | 2025-07-23T19:15:07.853Z | |
2860 | 2025-07-23T19:15:07.853Z | info: running `cargo check --bins` on gateway-types (85/221) |
2861 | 2025-07-23T19:15:10.380Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2862 | 2025-07-23T19:15:10.380Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2863 | 2025-07-23T19:15:10.380Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2864 | 2025-07-23T19:15:10.380Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
2865 | 2025-07-23T19:15:10.380Z | |
2866 | 2025-07-23T19:15:10.380Z | info: running `cargo check --bins` on ipcc (86/221) |
2867 | 2025-07-23T19:15:10.380Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2868 | 2025-07-23T19:15:10.380Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2869 | 2025-07-23T19:15:10.380Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2870 | 2025-07-23T19:15:10.380Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
2871 | 2025-07-23T19:15:10.380Z | |
2872 | 2025-07-23T19:15:10.380Z | info: running `cargo check --bins` on installinator-client (87/221) |
2873 | 2025-07-23T19:15:10.380Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2874 | 2025-07-23T19:15:10.380Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2875 | 2025-07-23T19:15:10.380Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2876 | 2025-07-23T19:15:10.380Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
2877 | 2025-07-23T19:15:10.380Z | |
2878 | 2025-07-23T19:15:10.380Z | info: running `cargo check --bins` on installinator-common (88/221) |
2879 | 2025-07-23T19:15:10.912Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2880 | 2025-07-23T19:15:10.915Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2881 | 2025-07-23T19:15:10.915Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2882 | 2025-07-23T19:15:10.920Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
2883 | 2025-07-23T19:15:11.010Z | |
2884 | 2025-07-23T19:15:11.010Z | info: running `cargo check --bins` on update-engine (89/221) |
2885 | 2025-07-23T19:15:11.672Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2886 | 2025-07-23T19:15:11.676Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2887 | 2025-07-23T19:15:11.676Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2888 | 2025-07-23T19:15:11.680Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
2889 | 2025-07-23T19:15:11.762Z | |
2890 | 2025-07-23T19:15:11.762Z | info: running `cargo check --bins` on nexus-client (90/221) |
2891 | 2025-07-23T19:15:12.475Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2892 | 2025-07-23T19:15:12.478Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2893 | 2025-07-23T19:15:12.478Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2894 | 2025-07-23T19:15:12.482Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
2895 | 2025-07-23T19:15:12.575Z | |
2896 | 2025-07-23T19:15:12.575Z | info: running `cargo check --bins` on nexus-sled-agent-shared (91/221) |
2897 | 2025-07-23T19:15:13.270Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2898 | 2025-07-23T19:15:13.275Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2899 | 2025-07-23T19:15:13.275Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2900 | 2025-07-23T19:15:13.279Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
2901 | 2025-07-23T19:15:13.369Z | |
2902 | 2025-07-23T19:15:13.370Z | info: running `cargo check --bins` on omicron-passwords (92/221) |
2903 | 2025-07-23T19:15:14.020Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2904 | 2025-07-23T19:15:14.025Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2905 | 2025-07-23T19:15:14.025Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2906 | 2025-07-23T19:15:14.030Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
2907 | 2025-07-23T19:15:14.110Z | |
2908 | 2025-07-23T19:15:14.110Z | info: running `cargo check --bins` on nexus-types (93/221) |
2909 | 2025-07-23T19:15:14.841Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2910 | 2025-07-23T19:15:14.845Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2911 | 2025-07-23T19:15:14.845Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2912 | 2025-07-23T19:15:14.848Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
2913 | 2025-07-23T19:15:14.941Z | |
2914 | 2025-07-23T19:15:14.942Z | info: running `cargo check --bins` on omicron-cockroach-metrics (94/221) |
2915 | 2025-07-23T19:15:15.603Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2916 | 2025-07-23T19:15:15.606Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2917 | 2025-07-23T19:15:15.606Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2918 | 2025-07-23T19:15:15.609Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
2919 | 2025-07-23T19:15:15.693Z | |
2920 | 2025-07-23T19:15:15.693Z | info: running `cargo check --bins` on parallel-task-set (95/221) |
2921 | 2025-07-23T19:15:16.350Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2922 | 2025-07-23T19:15:16.399Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2923 | 2025-07-23T19:15:16.399Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2924 | 2025-07-23T19:15:16.399Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
2925 | 2025-07-23T19:15:16.439Z | |
2926 | 2025-07-23T19:15:16.439Z | info: running `cargo check --bins` on ntp-admin-client (96/221) |
2927 | 2025-07-23T19:15:17.111Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2928 | 2025-07-23T19:15:17.135Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2929 | 2025-07-23T19:15:17.136Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2930 | 2025-07-23T19:15:17.136Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
2931 | 2025-07-23T19:15:17.197Z | |
2932 | 2025-07-23T19:15:17.197Z | info: running `cargo check --bins` on oxide-client (97/221) |
2933 | 2025-07-23T19:15:17.838Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2934 | 2025-07-23T19:15:17.842Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2935 | 2025-07-23T19:15:17.842Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2936 | 2025-07-23T19:15:17.845Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
2937 | 2025-07-23T19:15:17.929Z | |
2938 | 2025-07-23T19:15:17.929Z | info: running `cargo check --bins` on oximeter-client (98/221) |
2939 | 2025-07-23T19:15:18.611Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2940 | 2025-07-23T19:15:18.615Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2941 | 2025-07-23T19:15:18.615Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2942 | 2025-07-23T19:15:18.619Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
2943 | 2025-07-23T19:15:18.706Z | |
2944 | 2025-07-23T19:15:18.706Z | info: running `cargo check --bins` on repo-depot-client (99/221) |
2945 | 2025-07-23T19:15:19.404Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2946 | 2025-07-23T19:15:19.416Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2947 | 2025-07-23T19:15:19.416Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2948 | 2025-07-23T19:15:19.416Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
2949 | 2025-07-23T19:15:19.458Z | |
2950 | 2025-07-23T19:15:19.458Z | info: running `cargo check --bins` on sled-agent-client (100/221) |
2951 | 2025-07-23T19:15:20.212Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2952 | 2025-07-23T19:15:20.223Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2953 | 2025-07-23T19:15:20.224Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2954 | 2025-07-23T19:15:20.224Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
2955 | 2025-07-23T19:15:20.255Z | |
2956 | 2025-07-23T19:15:20.255Z | info: running `cargo check --bins` on sled-agent-types (101/221) |
2957 | 2025-07-23T19:15:20.963Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2958 | 2025-07-23T19:15:20.967Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2959 | 2025-07-23T19:15:20.967Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2960 | 2025-07-23T19:15:20.971Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
2961 | 2025-07-23T19:15:21.061Z | |
2962 | 2025-07-23T19:15:21.061Z | info: running `cargo check --bins` on wicketd-client (102/221) |
2963 | 2025-07-23T19:15:21.772Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2964 | 2025-07-23T19:15:21.775Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2965 | 2025-07-23T19:15:21.775Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2966 | 2025-07-23T19:15:21.779Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
2967 | 2025-07-23T19:15:21.869Z | |
2968 | 2025-07-23T19:15:21.869Z | info: running `cargo check --bins` on wicket-common (103/221) |
2969 | 2025-07-23T19:15:22.586Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2970 | 2025-07-23T19:15:22.589Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2971 | 2025-07-23T19:15:22.589Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2972 | 2025-07-23T19:15:22.593Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
2973 | 2025-07-23T19:15:22.683Z | |
2974 | 2025-07-23T19:15:22.683Z | info: running `cargo check --bins` on omicron-cockroach-admin (104/221) |
2975 | 2025-07-23T19:15:23.391Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2976 | 2025-07-23T19:15:23.394Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2977 | 2025-07-23T19:15:23.513Z | Checking csv-core v0.1.11 |
2978 | 2025-07-23T19:15:23.513Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2979 | 2025-07-23T19:15:23.517Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2980 | 2025-07-23T19:15:23.517Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2981 | 2025-07-23T19:15:23.852Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2982 | 2025-07-23T19:15:23.869Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2983 | 2025-07-23T19:15:23.890Z | Checking csv v1.3.1 |
2984 | 2025-07-23T19:15:24.437Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2985 | 2025-07-23T19:15:24.930Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2986 | 2025-07-23T19:15:27.193Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.50s |
2987 | 2025-07-23T19:15:27.400Z | |
2988 | 2025-07-23T19:15:27.400Z | info: running `cargo check --bins` on cockroach-admin-api (105/221) |
2989 | 2025-07-23T19:15:28.094Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2990 | 2025-07-23T19:15:28.097Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2991 | 2025-07-23T19:15:28.097Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2992 | 2025-07-23T19:15:28.101Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
2993 | 2025-07-23T19:15:28.188Z | |
2994 | 2025-07-23T19:15:28.188Z | info: running `cargo check --bins` on cockroach-admin-types (106/221) |
2995 | 2025-07-23T19:15:28.905Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2996 | 2025-07-23T19:15:28.919Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2997 | 2025-07-23T19:15:28.919Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2998 | 2025-07-23T19:15:28.919Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
2999 | 2025-07-23T19:15:29.054Z | |
3000 | 2025-07-23T19:15:29.055Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (107/221) |
3001 | 2025-07-23T19:15:29.797Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3002 | 2025-07-23T19:15:29.804Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3003 | 2025-07-23T19:15:29.804Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3004 | 2025-07-23T19:15:29.811Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
3005 | 2025-07-23T19:15:29.908Z | |
3006 | 2025-07-23T19:15:29.908Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (108/221) |
3007 | 2025-07-23T19:15:30.719Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3008 | 2025-07-23T19:15:30.723Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3009 | 2025-07-23T19:15:30.723Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3010 | 2025-07-23T19:15:30.726Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
3011 | 2025-07-23T19:15:30.831Z | |
3012 | 2025-07-23T19:15:30.831Z | info: running `cargo check --bins` on dns-server (109/221) |
3013 | 2025-07-23T19:15:31.525Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3014 | 2025-07-23T19:15:31.528Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3015 | 2025-07-23T19:15:31.642Z | Compiling typify-impl v0.4.1 |
3016 | 2025-07-23T19:15:31.766Z | Compiling parking_lot_core v0.8.6 |
3017 | 2025-07-23T19:15:31.770Z | Compiling moka v0.12.10 |
3018 | 2025-07-23T19:15:31.808Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
3019 | 2025-07-23T19:15:31.809Z | Checking tagptr v0.2.0 |
3020 | 2025-07-23T19:15:31.812Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3021 | 2025-07-23T19:15:31.825Z | Checking prefix-trie v0.7.0 |
3022 | 2025-07-23T19:15:32.025Z | Checking fxhash v0.2.1 |
3023 | 2025-07-23T19:15:32.072Z | Checking hickory-client v0.25.2 |
3024 | 2025-07-23T19:15:32.510Z | Checking hickory-server v0.25.2 |
3025 | 2025-07-23T19:15:32.563Z | Checking parking_lot v0.11.2 |
3026 | 2025-07-23T19:15:32.940Z | Checking sled v0.34.7 |
3027 | 2025-07-23T19:15:33.032Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
3028 | 2025-07-23T19:15:33.283Z | Checking hickory-resolver v0.25.2 |
3029 | 2025-07-23T19:15:37.585Z | Compiling typify-macro v0.4.1 |
3030 | 2025-07-23T19:15:39.279Z | Compiling typify v0.4.1 |
3031 | 2025-07-23T19:15:39.384Z | Compiling progenitor-impl v0.10.0 |
3032 | 2025-07-23T19:15:41.860Z | Compiling progenitor-macro v0.10.0 |
3033 | 2025-07-23T19:15:45.856Z | Checking progenitor v0.10.0 |
3034 | 2025-07-23T19:15:46.002Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
3035 | 2025-07-23T19:15:46.523Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3036 | 2025-07-23T19:15:47.996Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.15s |
3037 | 2025-07-23T19:15:48.205Z | |
3038 | 2025-07-23T19:15:48.205Z | info: running `cargo check --bins` on dns-server-api (110/221) |
3039 | 2025-07-23T19:15:48.899Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3040 | 2025-07-23T19:15:48.903Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3041 | 2025-07-23T19:15:48.904Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3042 | 2025-07-23T19:15:48.909Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
3043 | 2025-07-23T19:15:48.993Z | |
3044 | 2025-07-23T19:15:48.993Z | info: running `cargo check --bins` on openapi-manager-types (111/221) |
3045 | 2025-07-23T19:15:49.669Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3046 | 2025-07-23T19:15:49.688Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3047 | 2025-07-23T19:15:49.689Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3048 | 2025-07-23T19:15:49.690Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
3049 | 2025-07-23T19:15:49.767Z | |
3050 | 2025-07-23T19:15:49.767Z | info: running `cargo check --bins` on gateway-test-utils (112/221) |
3051 | 2025-07-23T19:15:50.529Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3052 | 2025-07-23T19:15:50.535Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3053 | 2025-07-23T19:15:50.535Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3054 | 2025-07-23T19:15:50.542Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
3055 | 2025-07-23T19:15:50.635Z | |
3056 | 2025-07-23T19:15:50.635Z | info: running `cargo check --bins` on omicron-gateway (113/221) |
3057 | 2025-07-23T19:15:51.387Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3058 | 2025-07-23T19:15:51.391Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3059 | 2025-07-23T19:15:51.572Z | Checking half v2.4.1 |
3060 | 2025-07-23T19:15:51.572Z | Checking ciborium-io v0.2.2 |
3061 | 2025-07-23T19:15:51.577Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
3062 | 2025-07-23T19:15:51.734Z | Compiling semver v0.1.20 |
3063 | 2025-07-23T19:15:51.734Z | Compiling radium v0.7.0 |
3064 | 2025-07-23T19:15:51.766Z | Compiling zerocopy-derive v0.6.6 |
3065 | 2025-07-23T19:15:51.771Z | Checking tap v1.0.1 |
3066 | 2025-07-23T19:15:51.771Z | Compiling maybe-uninit v2.0.0 |
3067 | 2025-07-23T19:15:51.837Z | Checking password-hash v0.5.0 |
3068 | 2025-07-23T19:15:51.948Z | Checking wyz v0.5.1 |
3069 | 2025-07-23T19:15:52.116Z | Checking ciborium-ll v0.2.2 |
3070 | 2025-07-23T19:15:52.225Z | Compiling rustc_version v0.1.7 |
3071 | 2025-07-23T19:15:52.273Z | Checking blake2 v0.10.6 |
3072 | 2025-07-23T19:15:52.299Z | Compiling pin-project-internal v1.1.6 |
3073 | 2025-07-23T19:15:52.319Z | Compiling packed_struct v0.10.1 |
3074 | 2025-07-23T19:15:52.412Z | Checking funty v2.0.0 |
3075 | 2025-07-23T19:15:52.433Z | Checking ciborium v0.2.2 |
3076 | 2025-07-23T19:15:52.626Z | Compiling owo-colors v4.2.2 |
3077 | 2025-07-23T19:15:52.630Z | Compiling newtype_derive v0.1.6 |
3078 | 2025-07-23T19:15:52.725Z | Compiling cancel-safe-futures v0.1.5 |
3079 | 2025-07-23T19:15:52.759Z | Checking crc-catalog v2.4.0 |
3080 | 2025-07-23T19:15:52.934Z | Checking crc v3.2.1 |
3081 | 2025-07-23T19:15:53.099Z | Checking argon2 v0.5.3 |
3082 | 2025-07-23T19:15:53.260Z | Checking bitvec v1.0.1 |
3083 | 2025-07-23T19:15:53.298Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
3084 | 2025-07-23T19:15:53.317Z | Compiling snafu-derive v0.8.5 |
3085 | 2025-07-23T19:15:53.337Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
3086 | 2025-07-23T19:15:53.364Z | Compiling packed_struct_codegen v0.10.1 |
3087 | 2025-07-23T19:15:53.763Z | Checking zerocopy v0.6.6 |
3088 | 2025-07-23T19:15:53.793Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
3089 | 2025-07-23T19:15:53.806Z | Checking libsw-core v0.3.1 |
3090 | 2025-07-23T19:15:53.891Z | Checking secrecy v0.10.3 |
3091 | 2025-07-23T19:15:54.074Z | Compiling indexmap v1.9.3 |
3092 | 2025-07-23T19:15:54.115Z | Checking indent_write v2.2.0 |
3093 | 2025-07-23T19:15:54.295Z | Checking fixedbitset v0.5.7 |
3094 | 2025-07-23T19:15:54.315Z | Checking nodrop v0.1.14 |
3095 | 2025-07-23T19:15:54.434Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
3096 | 2025-07-23T19:15:54.460Z | Checking array-init v0.0.4 |
3097 | 2025-07-23T19:15:54.646Z | Checking petgraph v0.8.2 |
3098 | 2025-07-23T19:15:54.786Z | Checking libsw v3.5.0 |
3099 | 2025-07-23T19:15:54.933Z | Checking pin-project v1.1.6 |
3100 | 2025-07-23T19:15:55.083Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
3101 | 2025-07-23T19:15:55.319Z | Checking smallvec v0.6.14 |
3102 | 2025-07-23T19:15:55.854Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3103 | 2025-07-23T19:15:55.937Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
3104 | 2025-07-23T19:15:56.126Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
3105 | 2025-07-23T19:15:56.341Z | Checking globset v0.4.15 |
3106 | 2025-07-23T19:15:56.572Z | Checking olpc-cjson v0.1.4 |
3107 | 2025-07-23T19:15:56.640Z | Checking serde_plain v1.0.2 |
3108 | 2025-07-23T19:15:56.782Z | Checking hashbrown v0.12.3 |
3109 | 2025-07-23T19:15:56.855Z | Checking typed-path v0.9.3 |
3110 | 2025-07-23T19:15:56.997Z | Checking smawk v0.3.2 |
3111 | 2025-07-23T19:15:57.040Z | Checking linear-map v1.2.0 |
3112 | 2025-07-23T19:15:57.135Z | Checking bitfield v0.14.0 |
3113 | 2025-07-23T19:15:57.470Z | Checking swrite v0.1.0 |
3114 | 2025-07-23T19:15:57.679Z | Checking termcolor v1.4.1 |
3115 | 2025-07-23T19:15:57.679Z | Checking unicode-linebreak v0.1.5 |
3116 | 2025-07-23T19:15:57.679Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
3117 | 2025-07-23T19:15:58.065Z | Checking env_logger v0.10.2 |
3118 | 2025-07-23T19:15:58.106Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
3119 | 2025-07-23T19:15:58.106Z | Checking textwrap v0.16.2 |
3120 | 2025-07-23T19:15:58.107Z | Checking snafu v0.8.5 |
3121 | 2025-07-23T19:15:58.235Z | Checking ron v0.8.1 |
3122 | 2025-07-23T19:15:58.362Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
3123 | 2025-07-23T19:15:59.397Z | Checking steno v0.4.1 |
3124 | 2025-07-23T19:15:59.408Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
3125 | 2025-07-23T19:15:59.408Z | Checking serde-hex v0.1.0 |
3126 | 2025-07-23T19:15:59.408Z | Checking tough v0.20.0 |
3127 | 2025-07-23T19:15:59.408Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#17d04af6) |
3128 | 2025-07-23T19:15:59.408Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
3129 | 2025-07-23T19:15:59.617Z | Checking hashbrown v0.13.2 |
3130 | 2025-07-23T19:16:00.545Z | Checking humantime v2.2.0 |
3131 | 2025-07-23T19:16:00.566Z | Checking crc-any v2.5.0 |
3132 | 2025-07-23T19:16:00.788Z | Checking object v0.30.4 |
3133 | 2025-07-23T19:16:00.877Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
3134 | 2025-07-23T19:16:00.929Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
3135 | 2025-07-23T19:16:01.140Z | Checking half v1.8.3 |
3136 | 2025-07-23T19:16:01.244Z | Checking path-slash v0.1.5 |
3137 | 2025-07-23T19:16:01.266Z | Checking void v1.0.2 |
3138 | 2025-07-23T19:16:01.443Z | Checking lzss v0.8.2 |
3139 | 2025-07-23T19:16:01.492Z | Checking tungstenite v0.23.0 |
3140 | 2025-07-23T19:16:01.545Z | Checking serde_cbor v0.11.2 |
3141 | 2025-07-23T19:16:01.799Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
3142 | 2025-07-23T19:16:02.355Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
3143 | 2025-07-23T19:16:02.390Z | Checking nix v0.27.1 |
3144 | 2025-07-23T19:16:02.428Z | Checking kstat-rs v0.2.4 |
3145 | 2025-07-23T19:16:02.640Z | Checking serde_bytes v0.11.17 |
3146 | 2025-07-23T19:16:02.666Z | Checking tokio-tungstenite v0.23.1 |
3147 | 2025-07-23T19:16:02.792Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
3148 | 2025-07-23T19:16:02.972Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
3149 | 2025-07-23T19:16:03.173Z | Checking signal-hook-tokio v0.3.1 |
3150 | 2025-07-23T19:16:03.260Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
3151 | 2025-07-23T19:16:05.552Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#17d04af6) |
3152 | 2025-07-23T19:16:06.885Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#cec2560e) |
3153 | 2025-07-23T19:16:16.636Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
3154 | 2025-07-23T19:16:23.620Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3155 | 2025-07-23T19:16:24.365Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3156 | 2025-07-23T19:16:27.414Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.76s |
3157 | 2025-07-23T19:16:27.632Z | |
3158 | 2025-07-23T19:16:27.632Z | info: running `cargo check --bins` on gateway-api (114/221) |
3159 | 2025-07-23T19:16:28.332Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3160 | 2025-07-23T19:16:28.336Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3161 | 2025-07-23T19:16:28.336Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3162 | 2025-07-23T19:16:28.339Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
3163 | 2025-07-23T19:16:28.426Z | |
3164 | 2025-07-23T19:16:28.426Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (115/221) |
3165 | 2025-07-23T19:16:29.091Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3166 | 2025-07-23T19:16:29.094Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3167 | 2025-07-23T19:16:29.094Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3168 | 2025-07-23T19:16:29.097Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
3169 | 2025-07-23T19:16:29.180Z | |
3170 | 2025-07-23T19:16:29.180Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (116/221) |
3171 | 2025-07-23T19:16:29.889Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3172 | 2025-07-23T19:16:29.915Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3173 | 2025-07-23T19:16:29.915Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3174 | 2025-07-23T19:16:29.915Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
3175 | 2025-07-23T19:16:29.975Z | |
3176 | 2025-07-23T19:16:29.975Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (117/221) |
3177 | 2025-07-23T19:16:30.659Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3178 | 2025-07-23T19:16:30.667Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3179 | 2025-07-23T19:16:30.667Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3180 | 2025-07-23T19:16:30.667Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
3181 | 2025-07-23T19:16:30.756Z | |
3182 | 2025-07-23T19:16:30.757Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (118/221) |
3183 | 2025-07-23T19:16:31.436Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3184 | 2025-07-23T19:16:31.443Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3185 | 2025-07-23T19:16:31.443Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3186 | 2025-07-23T19:16:31.446Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
3187 | 2025-07-23T19:16:31.531Z | |
3188 | 2025-07-23T19:16:31.531Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (119/221) |
3189 | 2025-07-23T19:16:32.212Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3190 | 2025-07-23T19:16:32.215Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3191 | 2025-07-23T19:16:32.215Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3192 | 2025-07-23T19:16:32.219Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
3193 | 2025-07-23T19:16:32.307Z | |
3194 | 2025-07-23T19:16:32.307Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (120/221) |
3195 | 2025-07-23T19:16:32.993Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3196 | 2025-07-23T19:16:32.998Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3197 | 2025-07-23T19:16:32.998Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3198 | 2025-07-23T19:16:33.013Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
3199 | 2025-07-23T19:16:33.088Z | |
3200 | 2025-07-23T19:16:33.088Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (121/221) |
3201 | 2025-07-23T19:16:33.764Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3202 | 2025-07-23T19:16:33.767Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3203 | 2025-07-23T19:16:33.767Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3204 | 2025-07-23T19:16:33.771Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
3205 | 2025-07-23T19:16:33.855Z | |
3206 | 2025-07-23T19:16:33.855Z | info: running `cargo check --bins` on oximeter-producer (122/221) |
3207 | 2025-07-23T19:16:34.598Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3208 | 2025-07-23T19:16:34.601Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3209 | 2025-07-23T19:16:34.601Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3210 | 2025-07-23T19:16:34.605Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
3211 | 2025-07-23T19:16:34.699Z | |
3212 | 2025-07-23T19:16:34.699Z | info: running `cargo check --bins` on internal-dns-resolver (123/221) |
3213 | 2025-07-23T19:16:35.387Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3214 | 2025-07-23T19:16:35.391Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3215 | 2025-07-23T19:16:35.391Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3216 | 2025-07-23T19:16:35.394Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
3217 | 2025-07-23T19:16:35.481Z | |
3218 | 2025-07-23T19:16:35.481Z | info: running `cargo check --bins` on sp-sim (124/221) |
3219 | 2025-07-23T19:16:36.171Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3220 | 2025-07-23T19:16:36.175Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3221 | 2025-07-23T19:16:36.276Z | Compiling nix v0.30.1 |
3222 | 2025-07-23T19:16:36.280Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
3223 | 2025-07-23T19:16:36.647Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
3224 | 2025-07-23T19:16:38.309Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3225 | 2025-07-23T19:16:40.337Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.85s |
3226 | 2025-07-23T19:16:40.542Z | |
3227 | 2025-07-23T19:16:40.542Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (125/221) |
3228 | 2025-07-23T19:16:41.287Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3229 | 2025-07-23T19:16:41.291Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3230 | 2025-07-23T19:16:41.291Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3231 | 2025-07-23T19:16:41.294Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
3232 | 2025-07-23T19:16:41.391Z | |
3233 | 2025-07-23T19:16:41.391Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (126/221) |
3234 | 2025-07-23T19:16:42.150Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3235 | 2025-07-23T19:16:42.154Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3236 | 2025-07-23T19:16:42.154Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3237 | 2025-07-23T19:16:42.158Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
3238 | 2025-07-23T19:16:42.258Z | |
3239 | 2025-07-23T19:16:42.258Z | info: running `cargo check --bins` on db-macros (127/221) |
3240 | 2025-07-23T19:16:42.918Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3241 | 2025-07-23T19:16:42.921Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3242 | 2025-07-23T19:16:42.922Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3243 | 2025-07-23T19:16:42.925Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
3244 | 2025-07-23T19:16:43.006Z | |
3245 | 2025-07-23T19:16:43.007Z | info: running `cargo check --bins` on nexus-macros-common (128/221) |
3246 | 2025-07-23T19:16:43.659Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3247 | 2025-07-23T19:16:43.662Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3248 | 2025-07-23T19:16:43.662Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3249 | 2025-07-23T19:16:43.666Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
3250 | 2025-07-23T19:16:43.747Z | |
3251 | 2025-07-23T19:16:43.747Z | info: running `cargo check --bins` on nexus-auth (129/221) |
3252 | 2025-07-23T19:16:44.500Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3253 | 2025-07-23T19:16:44.505Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3254 | 2025-07-23T19:16:44.505Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3255 | 2025-07-23T19:16:44.508Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
3256 | 2025-07-23T19:16:44.602Z | |
3257 | 2025-07-23T19:16:44.602Z | info: running `cargo check --bins` on authz-macros (130/221) |
3258 | 2025-07-23T19:16:45.809Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3259 | 2025-07-23T19:16:45.838Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3260 | 2025-07-23T19:16:45.838Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3261 | 2025-07-23T19:16:45.838Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
3262 | 2025-07-23T19:16:45.838Z | |
3263 | 2025-07-23T19:16:45.838Z | info: running `cargo check --bins` on nexus-db-fixed-data (131/221) |
3264 | 2025-07-23T19:16:46.078Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3265 | 2025-07-23T19:16:46.081Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3266 | 2025-07-23T19:16:46.081Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3267 | 2025-07-23T19:16:46.085Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
3268 | 2025-07-23T19:16:46.178Z | |
3269 | 2025-07-23T19:16:46.178Z | info: running `cargo check --bins` on nexus-db-model (132/221) |
3270 | 2025-07-23T19:16:46.909Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3271 | 2025-07-23T19:16:46.913Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3272 | 2025-07-23T19:16:46.913Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3273 | 2025-07-23T19:16:46.916Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
3274 | 2025-07-23T19:16:47.008Z | |
3275 | 2025-07-23T19:16:47.008Z | info: running `cargo check --bins` on nexus-db-schema (133/221) |
3276 | 2025-07-23T19:16:47.683Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3277 | 2025-07-23T19:16:47.686Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3278 | 2025-07-23T19:16:47.686Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3279 | 2025-07-23T19:16:47.691Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
3280 | 2025-07-23T19:16:47.774Z | |
3281 | 2025-07-23T19:16:47.774Z | info: running `cargo check --bins` on nexus-defaults (134/221) |
3282 | 2025-07-23T19:16:48.467Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3283 | 2025-07-23T19:16:48.470Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3284 | 2025-07-23T19:16:48.471Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3285 | 2025-07-23T19:16:48.474Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
3286 | 2025-07-23T19:16:48.558Z | |
3287 | 2025-07-23T19:16:48.558Z | info: running `cargo check --bins` on nexus-db-errors (135/221) |
3288 | 2025-07-23T19:16:49.306Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3289 | 2025-07-23T19:16:49.310Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3290 | 2025-07-23T19:16:49.310Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3291 | 2025-07-23T19:16:49.314Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
3292 | 2025-07-23T19:16:49.412Z | |
3293 | 2025-07-23T19:16:49.412Z | info: running `cargo check --bins` on nexus-db-lookup (136/221) |
3294 | 2025-07-23T19:16:50.160Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3295 | 2025-07-23T19:16:50.163Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3296 | 2025-07-23T19:16:50.163Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3297 | 2025-07-23T19:16:50.170Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
3298 | 2025-07-23T19:16:50.264Z | |
3299 | 2025-07-23T19:16:50.264Z | info: running `cargo check --bins` on nexus-inventory (137/221) |
3300 | 2025-07-23T19:16:51.003Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3301 | 2025-07-23T19:16:51.006Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3302 | 2025-07-23T19:16:51.006Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3303 | 2025-07-23T19:16:51.010Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
3304 | 2025-07-23T19:16:51.104Z | |
3305 | 2025-07-23T19:16:51.104Z | info: running `cargo check --bins` on sled-agent-zone-images-examples (138/221) |
3306 | 2025-07-23T19:16:51.823Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3307 | 2025-07-23T19:16:51.827Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3308 | 2025-07-23T19:16:51.827Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3309 | 2025-07-23T19:16:51.830Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
3310 | 2025-07-23T19:16:51.922Z | |
3311 | 2025-07-23T19:16:51.922Z | info: running `cargo check --bins --no-default-features` on sled-storage (139/221) |
3312 | 2025-07-23T19:16:52.633Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3313 | 2025-07-23T19:16:52.636Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3314 | 2025-07-23T19:16:52.636Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3315 | 2025-07-23T19:16:52.639Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
3316 | 2025-07-23T19:16:52.729Z | |
3317 | 2025-07-23T19:16:52.729Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (140/221) |
3318 | 2025-07-23T19:16:53.429Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3319 | 2025-07-23T19:16:53.433Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3320 | 2025-07-23T19:16:53.433Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3321 | 2025-07-23T19:16:53.437Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
3322 | 2025-07-23T19:16:53.523Z | |
3323 | 2025-07-23T19:16:53.524Z | info: running `cargo check --bins` on key-manager (141/221) |
3324 | 2025-07-23T19:16:54.224Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3325 | 2025-07-23T19:16:54.227Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3326 | 2025-07-23T19:16:54.227Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3327 | 2025-07-23T19:16:54.231Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
3328 | 2025-07-23T19:16:54.331Z | |
3329 | 2025-07-23T19:16:54.331Z | info: running `cargo check --bins --no-default-features` on sled-hardware (142/221) |
3330 | 2025-07-23T19:16:55.029Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3331 | 2025-07-23T19:16:55.032Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3332 | 2025-07-23T19:16:55.033Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3333 | 2025-07-23T19:16:55.037Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
3334 | 2025-07-23T19:16:55.126Z | |
3335 | 2025-07-23T19:16:55.126Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware (143/221) |
3336 | 2025-07-23T19:16:55.827Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3337 | 2025-07-23T19:16:55.834Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3338 | 2025-07-23T19:16:55.834Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3339 | 2025-07-23T19:16:55.837Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
3340 | 2025-07-23T19:16:55.921Z | |
3341 | 2025-07-23T19:16:55.921Z | info: running `cargo check --bins` on typed-rng (144/221) |
3342 | 2025-07-23T19:16:56.577Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3343 | 2025-07-23T19:16:56.580Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3344 | 2025-07-23T19:16:56.580Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3345 | 2025-07-23T19:16:56.585Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
3346 | 2025-07-23T19:16:56.664Z | |
3347 | 2025-07-23T19:16:56.664Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (145/221) |
3348 | 2025-07-23T19:16:57.424Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3349 | 2025-07-23T19:16:57.427Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3350 | 2025-07-23T19:16:57.672Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
3351 | 2025-07-23T19:16:57.672Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
3352 | 2025-07-23T19:16:57.676Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2) |
3353 | 2025-07-23T19:16:57.676Z | Checking universal-hash v0.5.1 |
3354 | 2025-07-23T19:16:57.676Z | Compiling thiserror-impl-no-std v2.0.2 |
3355 | 2025-07-23T19:16:57.676Z | Checking opaque-debug v0.3.1 |
3356 | 2025-07-23T19:16:57.890Z | Checking chacha20 v0.9.1 |
3357 | 2025-07-23T19:16:57.893Z | Checking aead v0.5.2 |
3358 | 2025-07-23T19:16:57.976Z | Compiling unicase v2.7.0 |
3359 | 2025-07-23T19:16:57.998Z | Checking poly1305 v0.8.0 |
3360 | 2025-07-23T19:16:58.047Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3361 | 2025-07-23T19:16:58.142Z | Compiling libefi-sys v0.1.0 |
3362 | 2025-07-23T19:16:58.227Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
3363 | 2025-07-23T19:16:58.251Z | Compiling bitfield-struct v0.6.2 |
3364 | 2025-07-23T19:16:58.404Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2) |
3365 | 2025-07-23T19:16:58.482Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
3366 | 2025-07-23T19:16:58.525Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
3367 | 2025-07-23T19:16:58.545Z | Checking chacha20poly1305 v0.10.1 |
3368 | 2025-07-23T19:16:58.766Z | Compiling proc-macro-error-attr2 v2.0.0 |
3369 | 2025-07-23T19:16:58.789Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3370 | 2025-07-23T19:16:58.852Z | Compiling salty v0.3.0 |
3371 | 2025-07-23T19:16:58.920Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
3372 | 2025-07-23T19:16:59.327Z | Compiling num-derive v0.3.3 |
3373 | 2025-07-23T19:16:59.503Z | Compiling xshell-macros v0.2.7 |
3374 | 2025-07-23T19:16:59.525Z | Compiling proc-macro-error2 v2.0.1 |
3375 | 2025-07-23T19:16:59.587Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3376 | 2025-07-23T19:17:00.096Z | Compiling tabled_derive v0.10.0 |
3377 | 2025-07-23T19:17:00.182Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3378 | 2025-07-23T19:17:00.248Z | Checking xshell v0.2.7 |
3379 | 2025-07-23T19:17:00.434Z | Checking thiserror-no-std v2.0.2 |
3380 | 2025-07-23T19:17:00.582Z | Checking vsss-rs v3.3.4 |
3381 | 2025-07-23T19:17:00.618Z | Compiling mime_guess v2.0.5 |
3382 | 2025-07-23T19:17:00.639Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3383 | 2025-07-23T19:17:01.036Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2) |
3384 | 2025-07-23T19:17:01.417Z | Checking libscf-sys v1.1.0 |
3385 | 2025-07-23T19:17:01.772Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
3386 | 2025-07-23T19:17:02.203Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
3387 | 2025-07-23T19:17:02.243Z | Checking papergrid v0.14.0 |
3388 | 2025-07-23T19:17:02.694Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3389 | 2025-07-23T19:17:03.073Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#bb4a08dd) |
3390 | 2025-07-23T19:17:03.344Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
3391 | 2025-07-23T19:17:03.513Z | Checking primeorder v0.13.6 |
3392 | 2025-07-23T19:17:03.802Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
3393 | 2025-07-23T19:17:04.041Z | Checking env_filter v0.1.2 |
3394 | 2025-07-23T19:17:04.332Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
3395 | 2025-07-23T19:17:04.429Z | Checking env_logger v0.11.8 |
3396 | 2025-07-23T19:17:04.542Z | Checking attest-data v0.4.0 (https://github.com/oxidecomputer/dice-util?rev=4b408edc1d00f108ddf635415d783e6f12fe9641#4b408edc) |
3397 | 2025-07-23T19:17:04.772Z | Checking p384 v0.13.1 |
3398 | 2025-07-23T19:17:04.795Z | Checking tabled v0.18.0 |
3399 | 2025-07-23T19:17:04.876Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3400 | 2025-07-23T19:17:05.057Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
3401 | 2025-07-23T19:17:05.461Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3402 | 2025-07-23T19:17:05.517Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
3403 | 2025-07-23T19:17:05.549Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
3404 | 2025-07-23T19:17:05.594Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
3405 | 2025-07-23T19:17:05.675Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3406 | 2025-07-23T19:17:05.878Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=7b63ccb979288408fb772aa6d15f4a324497c754#7b63ccb9) |
3407 | 2025-07-23T19:17:06.093Z | Checking http-range v0.1.5 |
3408 | 2025-07-23T19:17:06.246Z | Checking corncobs v0.1.3 |
3409 | 2025-07-23T19:17:06.312Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
3410 | 2025-07-23T19:17:06.367Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
3411 | 2025-07-23T19:17:06.473Z | Checking dice-mfg-msgs v0.2.1 (https://github.com/oxidecomputer/dice-util?rev=4b408edc1d00f108ddf635415d783e6f12fe9641#4b408edc) |
3412 | 2025-07-23T19:17:06.628Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4b408edc1d00f108ddf635415d783e6f12fe9641#4b408edc) |
3413 | 2025-07-23T19:17:06.992Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
3414 | 2025-07-23T19:17:07.078Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd) |
3415 | 2025-07-23T19:17:07.178Z | Checking secrecy v0.8.0 |
3416 | 2025-07-23T19:17:07.392Z | Checking atty v0.2.14 |
3417 | 2025-07-23T19:17:07.548Z | Checking crc8 v0.1.1 |
3418 | 2025-07-23T19:17:07.591Z | Checking hyper-staticfile v0.10.1 |
3419 | 2025-07-23T19:17:07.616Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2) |
3420 | 2025-07-23T19:17:07.799Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3421 | 2025-07-23T19:17:08.094Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#ef54b566) |
3422 | 2025-07-23T19:17:08.196Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3423 | 2025-07-23T19:17:08.476Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
3424 | 2025-07-23T19:17:08.685Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3425 | 2025-07-23T19:17:08.897Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
3426 | 2025-07-23T19:17:08.944Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
3427 | 2025-07-23T19:17:09.247Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
3428 | 2025-07-23T19:17:09.272Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3429 | 2025-07-23T19:17:10.158Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3430 | 2025-07-23T19:17:10.162Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3431 | 2025-07-23T19:17:10.162Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3432 | 2025-07-23T19:17:10.565Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
3433 | 2025-07-23T19:17:11.025Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
3434 | 2025-07-23T19:17:11.574Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
3435 | 2025-07-23T19:17:12.431Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
3436 | 2025-07-23T19:17:14.037Z | Checking sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images) |
3437 | 2025-07-23T19:17:19.087Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3438 | 2025-07-23T19:17:32.517Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.83s |
3439 | 2025-07-23T19:17:32.743Z | |
3440 | 2025-07-23T19:17:32.744Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (146/221) |
3441 | 2025-07-23T19:17:33.573Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3442 | 2025-07-23T19:17:33.573Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3443 | 2025-07-23T19:17:33.669Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3444 | 2025-07-23T19:17:47.214Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.46s |
3445 | 2025-07-23T19:17:47.444Z | |
3446 | 2025-07-23T19:17:47.444Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (147/221) |
3447 | 2025-07-23T19:17:48.198Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3448 | 2025-07-23T19:17:48.203Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3449 | 2025-07-23T19:17:48.363Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3450 | 2025-07-23T19:18:01.861Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.40s |
3451 | 2025-07-23T19:18:02.093Z | |
3452 | 2025-07-23T19:18:02.093Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (148/221) |
3453 | 2025-07-23T19:18:02.856Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3454 | 2025-07-23T19:18:02.860Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3455 | 2025-07-23T19:18:03.028Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3456 | 2025-07-23T19:18:16.419Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.31s |
3457 | 2025-07-23T19:18:16.650Z | |
3458 | 2025-07-23T19:18:16.650Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (149/221) |
3459 | 2025-07-23T19:18:17.420Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3460 | 2025-07-23T19:18:17.424Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3461 | 2025-07-23T19:18:17.591Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3462 | 2025-07-23T19:18:31.091Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.42s |
3463 | 2025-07-23T19:18:31.319Z | |
3464 | 2025-07-23T19:18:31.319Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (150/221) |
3465 | 2025-07-23T19:18:32.085Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3466 | 2025-07-23T19:18:32.088Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3467 | 2025-07-23T19:18:32.254Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3468 | 2025-07-23T19:18:45.711Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.38s |
3469 | 2025-07-23T19:18:45.941Z | |
3470 | 2025-07-23T19:18:45.942Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (151/221) |
3471 | 2025-07-23T19:18:46.700Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3472 | 2025-07-23T19:18:46.704Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3473 | 2025-07-23T19:18:46.869Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3474 | 2025-07-23T19:19:00.419Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.46s |
3475 | 2025-07-23T19:19:00.650Z | |
3476 | 2025-07-23T19:19:00.650Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (152/221) |
3477 | 2025-07-23T19:19:01.436Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3478 | 2025-07-23T19:19:01.440Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3479 | 2025-07-23T19:19:01.607Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3480 | 2025-07-23T19:19:15.019Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.36s |
3481 | 2025-07-23T19:19:15.250Z | |
3482 | 2025-07-23T19:19:15.250Z | info: running `cargo check --bins` on bootstrap-agent-api (153/221) |
3483 | 2025-07-23T19:19:15.966Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3484 | 2025-07-23T19:19:15.970Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3485 | 2025-07-23T19:19:15.970Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3486 | 2025-07-23T19:19:15.974Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
3487 | 2025-07-23T19:19:16.062Z | |
3488 | 2025-07-23T19:19:16.062Z | info: running `cargo check --bins` on range-requests (154/221) |
3489 | 2025-07-23T19:19:16.740Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3490 | 2025-07-23T19:19:16.743Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3491 | 2025-07-23T19:19:16.743Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3492 | 2025-07-23T19:19:16.746Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
3493 | 2025-07-23T19:19:16.830Z | |
3494 | 2025-07-23T19:19:16.830Z | info: running `cargo check --bins` on repo-depot-api (155/221) |
3495 | 2025-07-23T19:19:17.512Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3496 | 2025-07-23T19:19:17.515Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3497 | 2025-07-23T19:19:17.515Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3498 | 2025-07-23T19:19:17.519Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
3499 | 2025-07-23T19:19:17.602Z | |
3500 | 2025-07-23T19:19:17.602Z | info: running `cargo check --bins` on sled-agent-api (156/221) |
3501 | 2025-07-23T19:19:18.319Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3502 | 2025-07-23T19:19:18.323Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3503 | 2025-07-23T19:19:18.323Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3504 | 2025-07-23T19:19:18.327Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
3505 | 2025-07-23T19:19:18.416Z | |
3506 | 2025-07-23T19:19:18.417Z | info: running `cargo check --bins` on sled-diagnostics (157/221) |
3507 | 2025-07-23T19:19:19.127Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3508 | 2025-07-23T19:19:19.130Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3509 | 2025-07-23T19:19:19.130Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3510 | 2025-07-23T19:19:19.135Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
3511 | 2025-07-23T19:19:19.225Z | |
3512 | 2025-07-23T19:19:19.225Z | info: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (158/221) |
3513 | 2025-07-23T19:19:19.950Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3514 | 2025-07-23T19:19:19.953Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3515 | 2025-07-23T19:19:19.953Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3516 | 2025-07-23T19:19:19.956Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
3517 | 2025-07-23T19:19:20.050Z | |
3518 | 2025-07-23T19:19:20.050Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (159/221) |
3519 | 2025-07-23T19:19:20.779Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3520 | 2025-07-23T19:19:20.782Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3521 | 2025-07-23T19:19:20.782Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3522 | 2025-07-23T19:19:20.786Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
3523 | 2025-07-23T19:19:20.877Z | |
3524 | 2025-07-23T19:19:20.877Z | info: running `cargo check --bins` on sled-agent-zone-images (160/221) |
3525 | 2025-07-23T19:19:21.597Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3526 | 2025-07-23T19:19:21.600Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3527 | 2025-07-23T19:19:21.600Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3528 | 2025-07-23T19:19:21.603Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
3529 | 2025-07-23T19:19:21.694Z | |
3530 | 2025-07-23T19:19:21.695Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (161/221) |
3531 | 2025-07-23T19:19:22.425Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3532 | 2025-07-23T19:19:22.430Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3533 | 2025-07-23T19:19:22.430Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3534 | 2025-07-23T19:19:22.434Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
3535 | 2025-07-23T19:19:22.524Z | |
3536 | 2025-07-23T19:19:22.524Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (162/221) |
3537 | 2025-07-23T19:19:23.274Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3538 | 2025-07-23T19:19:23.278Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3539 | 2025-07-23T19:19:23.278Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3540 | 2025-07-23T19:19:23.281Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
3541 | 2025-07-23T19:19:23.378Z | |
3542 | 2025-07-23T19:19:23.378Z | info: running `cargo check --bins` on nexus-test-interface (163/221) |
3543 | 2025-07-23T19:19:24.139Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3544 | 2025-07-23T19:19:24.142Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3545 | 2025-07-23T19:19:24.142Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3546 | 2025-07-23T19:19:24.142Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
3547 | 2025-07-23T19:19:24.244Z | |
3548 | 2025-07-23T19:19:24.244Z | info: running `cargo check --bins` on oximeter-collector (164/221) |
3549 | 2025-07-23T19:19:24.998Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3550 | 2025-07-23T19:19:25.002Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3551 | 2025-07-23T19:19:25.148Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3552 | 2025-07-23T19:19:25.148Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3553 | 2025-07-23T19:19:26.086Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3554 | 2025-07-23T19:19:28.253Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.00s |
3555 | 2025-07-23T19:19:28.474Z | |
3556 | 2025-07-23T19:19:28.474Z | info: running `cargo check --bins` on oximeter-api (165/221) |
3557 | 2025-07-23T19:19:29.163Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3558 | 2025-07-23T19:19:29.172Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3559 | 2025-07-23T19:19:29.172Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3560 | 2025-07-23T19:19:29.176Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
3561 | 2025-07-23T19:19:29.261Z | |
3562 | 2025-07-23T19:19:29.261Z | info: running `cargo check --bins` on cert-dev (166/221) |
3563 | 2025-07-23T19:19:29.937Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3564 | 2025-07-23T19:19:29.940Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3565 | 2025-07-23T19:19:30.019Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
3566 | 2025-07-23T19:19:30.351Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s |
3567 | 2025-07-23T19:19:30.538Z | |
3568 | 2025-07-23T19:19:30.538Z | info: running `cargo check --bins` on clickana (167/221) |
3569 | 2025-07-23T19:19:31.231Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3570 | 2025-07-23T19:19:31.237Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3571 | 2025-07-23T19:19:31.334Z | Checking castaway v0.2.3 |
3572 | 2025-07-23T19:19:31.334Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
3573 | 2025-07-23T19:19:31.338Z | Checking lru v0.12.5 |
3574 | 2025-07-23T19:19:31.338Z | Compiling instability v0.3.2 |
3575 | 2025-07-23T19:19:31.338Z | Checking unicode-truncate v1.1.0 |
3576 | 2025-07-23T19:19:31.338Z | Checking cassowary v0.3.0 |
3577 | 2025-07-23T19:19:31.338Z | Compiling indoc v2.0.6 |
3578 | 2025-07-23T19:19:31.583Z | Checking compact_str v0.8.0 |
3579 | 2025-07-23T19:19:32.264Z | Checking ratatui v0.29.0 |
3580 | 2025-07-23T19:19:33.141Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3581 | 2025-07-23T19:19:34.372Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
3582 | 2025-07-23T19:19:35.307Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.76s |
3583 | 2025-07-23T19:19:35.509Z | |
3584 | 2025-07-23T19:19:35.509Z | info: running `cargo check --bins` on clickhouse-cluster-dev (168/221) |
3585 | 2025-07-23T19:19:36.225Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3586 | 2025-07-23T19:19:36.233Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3587 | 2025-07-23T19:19:36.351Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3588 | 2025-07-23T19:19:36.351Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
3589 | 2025-07-23T19:19:37.485Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
3590 | 2025-07-23T19:19:37.992Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
3591 | 2025-07-23T19:19:38.400Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.88s |
3592 | 2025-07-23T19:19:38.608Z | |
3593 | 2025-07-23T19:19:38.608Z | info: running `cargo check --bins` on ch-dev (169/221) |
3594 | 2025-07-23T19:19:39.314Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3595 | 2025-07-23T19:19:39.318Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3596 | 2025-07-23T19:19:39.424Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3597 | 2025-07-23T19:19:40.236Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.62s |
3598 | 2025-07-23T19:19:40.443Z | |
3599 | 2025-07-23T19:19:40.443Z | info: running `cargo check --bins` on dev-tools-common (170/221) |
3600 | 2025-07-23T19:19:40.966Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3601 | 2025-07-23T19:19:40.970Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3602 | 2025-07-23T19:19:40.970Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3603 | 2025-07-23T19:19:40.973Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
3604 | 2025-07-23T19:19:41.024Z | |
3605 | 2025-07-23T19:19:41.024Z | info: running `cargo check --bins` on crdb-seed (171/221) |
3606 | 2025-07-23T19:19:41.724Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3607 | 2025-07-23T19:19:41.727Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3608 | 2025-07-23T19:19:41.824Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3609 | 2025-07-23T19:19:42.249Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.22s |
3610 | 2025-07-23T19:19:42.454Z | |
3611 | 2025-07-23T19:19:42.454Z | info: running `cargo check --bins` on db-dev (172/221) |
3612 | 2025-07-23T19:19:43.164Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3613 | 2025-07-23T19:19:43.169Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3614 | 2025-07-23T19:19:43.271Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3615 | 2025-07-23T19:19:44.110Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.65s |
3616 | 2025-07-23T19:19:45.323Z | |
3617 | 2025-07-23T19:19:45.323Z | info: running `cargo check --bins` on omicron-dev-lib (173/221) |
3618 | 2025-07-23T19:19:45.327Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3619 | 2025-07-23T19:19:45.327Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3620 | 2025-07-23T19:19:45.327Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3621 | 2025-07-23T19:19:45.327Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
3622 | 2025-07-23T19:19:45.327Z | |
3623 | 2025-07-23T19:19:45.327Z | info: running `cargo check --bins` on xtask-downloader (174/221) |
3624 | 2025-07-23T19:19:45.806Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3625 | 2025-07-23T19:19:45.810Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3626 | 2025-07-23T19:19:45.889Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3627 | 2025-07-23T19:19:46.782Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.64s |
3628 | 2025-07-23T19:19:46.986Z | |
3629 | 2025-07-23T19:19:46.986Z | info: running `cargo check --bins` on omicron-ls-apis (175/221) |
3630 | 2025-07-23T19:19:47.660Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3631 | 2025-07-23T19:19:47.664Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3632 | 2025-07-23T19:19:47.741Z | Checking typeid v1.0.3 |
3633 | 2025-07-23T19:19:47.860Z | Checking ordered-float v2.10.1 |
3634 | 2025-07-23T19:19:47.875Z | Checking cargo-platform v0.2.0 |
3635 | 2025-07-23T19:19:47.955Z | Checking erased-serde v0.4.6 |
3636 | 2025-07-23T19:19:48.194Z | Checking serde-value v0.7.0 |
3637 | 2025-07-23T19:19:48.536Z | Checking serde-untagged v0.1.7 |
3638 | 2025-07-23T19:19:48.774Z | Checking cargo-util-schemas v0.2.0 |
3639 | 2025-07-23T19:19:49.934Z | Checking cargo_metadata v0.20.0 |
3640 | 2025-07-23T19:19:50.983Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
3641 | 2025-07-23T19:19:51.875Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.88s |
3642 | 2025-07-23T19:19:52.056Z | |
3643 | 2025-07-23T19:19:52.056Z | info: running `cargo check --bins` on mgs-dev (176/221) |
3644 | 2025-07-23T19:19:52.808Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3645 | 2025-07-23T19:19:52.811Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3646 | 2025-07-23T19:19:52.955Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3647 | 2025-07-23T19:19:54.721Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3648 | 2025-07-23T19:19:55.383Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3649 | 2025-07-23T19:19:56.008Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.94s |
3650 | 2025-07-23T19:19:56.827Z | |
3651 | 2025-07-23T19:19:56.827Z | info: running `cargo check --bins` on omicron-omdb (177/221) |
3652 | 2025-07-23T19:19:57.028Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3653 | 2025-07-23T19:19:57.031Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3654 | 2025-07-23T19:19:57.293Z | Compiling crunchy v0.2.2 |
3655 | 2025-07-23T19:19:57.296Z | Compiling dsl_auto_type v0.1.2 |
3656 | 2025-07-23T19:19:57.296Z | Checking scheduled-thread-pool v0.2.7 |
3657 | 2025-07-23T19:19:57.296Z | Compiling diesel_table_macro_syntax v0.2.0 |
3658 | 2025-07-23T19:19:57.296Z | Compiling tiny-keccak v2.0.2 |
3659 | 2025-07-23T19:19:57.496Z | Compiling bit-vec v0.6.3 |
3660 | 2025-07-23T19:19:57.500Z | Compiling ascii-canvas v3.0.0 |
3661 | 2025-07-23T19:19:57.518Z | Compiling ena v0.14.3 |
3662 | 2025-07-23T19:19:57.670Z | Checking r2d2 v0.8.10 |
3663 | 2025-07-23T19:19:57.804Z | Compiling regex-syntax v0.6.29 |
3664 | 2025-07-23T19:19:57.883Z | Compiling bit-set v0.5.3 |
3665 | 2025-07-23T19:19:57.927Z | Compiling diff v0.1.13 |
3666 | 2025-07-23T19:19:57.931Z | Compiling bindgen v0.71.1 |
3667 | 2025-07-23T19:19:57.974Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3668 | 2025-07-23T19:19:57.998Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3669 | 2025-07-23T19:19:58.156Z | Compiling derive_builder_core v0.20.2 |
3670 | 2025-07-23T19:19:58.218Z | Compiling libxml v0.3.3 |
3671 | 2025-07-23T19:19:58.317Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3672 | 2025-07-23T19:19:58.518Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3673 | 2025-07-23T19:19:58.687Z | Compiling diesel_derives v2.2.3 |
3674 | 2025-07-23T19:19:58.708Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
3675 | 2025-07-23T19:19:58.730Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3676 | 2025-07-23T19:19:58.912Z | Compiling strum_macros v0.24.3 |
3677 | 2025-07-23T19:19:59.033Z | Compiling indoc v1.0.9 |
3678 | 2025-07-23T19:19:59.917Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
3679 | 2025-07-23T19:20:00.240Z | Compiling derive_builder_macro v0.20.2 |
3680 | 2025-07-23T19:20:00.262Z | Compiling oso-derive v0.27.3 |
3681 | 2025-07-23T19:20:00.702Z | Compiling impl-trait-for-tuples v0.2.2 |
3682 | 2025-07-23T19:20:01.099Z | Compiling lalrpop v0.19.12 |
3683 | 2025-07-23T19:20:01.199Z | Checking derive_builder v0.20.2 |
3684 | 2025-07-23T19:20:01.390Z | Checking quick-xml v0.37.2 |
3685 | 2025-07-23T19:20:01.511Z | Checking maplit v1.0.2 |
3686 | 2025-07-23T19:20:01.701Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3687 | 2025-07-23T19:20:02.075Z | Compiling diesel-dtrace v0.4.2 |
3688 | 2025-07-23T19:20:02.508Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
3689 | 2025-07-23T19:20:02.856Z | Checking bb8 v0.8.5 |
3690 | 2025-07-23T19:20:02.935Z | Checking ignore v0.4.23 |
3691 | 2025-07-23T19:20:03.251Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3692 | 2025-07-23T19:20:03.370Z | Checking predicates-tree v1.0.12 |
3693 | 2025-07-23T19:20:03.409Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3694 | 2025-07-23T19:20:03.565Z | Checking rand_seeder v0.3.0 |
3695 | 2025-07-23T19:20:03.640Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3696 | 2025-07-23T19:20:03.784Z | Checking globwalk v0.9.1 |
3697 | 2025-07-23T19:20:03.815Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3698 | 2025-07-23T19:20:03.850Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3699 | 2025-07-23T19:20:04.117Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3700 | 2025-07-23T19:20:04.140Z | Checking camino-tempfile-ext v0.3.2 |
3701 | 2025-07-23T19:20:04.454Z | Checking console v0.16.0 |
3702 | 2025-07-23T19:20:04.536Z | Checking sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples) |
3703 | 2025-07-23T19:20:05.066Z | Checking unit-prefix v0.5.1 |
3704 | 2025-07-23T19:20:05.290Z | Checking is_ci v1.2.0 |
3705 | 2025-07-23T19:20:05.319Z | Checking indicatif v0.18.0 |
3706 | 2025-07-23T19:20:05.449Z | Checking supports-color v3.0.2 |
3707 | 2025-07-23T19:20:05.664Z | Checking support-bundle-viewer v0.1.2 |
3708 | 2025-07-23T19:20:05.687Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
3709 | 2025-07-23T19:20:06.088Z | Checking multimap v0.10.1 |
3710 | 2025-07-23T19:20:06.114Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3711 | 2025-07-23T19:20:07.907Z | Checking diesel v2.2.11 |
3712 | 2025-07-23T19:20:24.110Z | Compiling samael v0.0.19 |
3713 | 2025-07-23T19:20:38.153Z | Checking nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
3714 | 2025-07-23T19:20:38.937Z | Checking async-bb8-diesel v0.2.1 |
3715 | 2025-07-23T19:20:40.947Z | Compiling polar-core v0.27.3 |
3716 | 2025-07-23T19:20:48.123Z | Checking oso v0.27.3 |
3717 | 2025-07-23T19:21:29.724Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
3718 | 2025-07-23T19:22:04.834Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3719 | 2025-07-23T19:22:15.030Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 18s |
3720 | 2025-07-23T19:22:15.269Z | |
3721 | 2025-07-23T19:22:15.269Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (178/221) |
3722 | 2025-07-23T19:22:16.028Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3723 | 2025-07-23T19:22:16.032Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3724 | 2025-07-23T19:22:16.032Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3725 | 2025-07-23T19:22:16.036Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
3726 | 2025-07-23T19:22:16.130Z | |
3727 | 2025-07-23T19:22:16.130Z | info: running `cargo check --bins` on nexus-saga-recovery (179/221) |
3728 | 2025-07-23T19:22:16.875Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3729 | 2025-07-23T19:22:16.878Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3730 | 2025-07-23T19:22:16.878Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3731 | 2025-07-23T19:22:16.882Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
3732 | 2025-07-23T19:22:16.984Z | |
3733 | 2025-07-23T19:22:16.984Z | info: running `cargo check --bins` on nexus-test-utils-macros (180/221) |
3734 | 2025-07-23T19:22:17.638Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3735 | 2025-07-23T19:22:17.641Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3736 | 2025-07-23T19:22:17.641Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3737 | 2025-07-23T19:22:17.645Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
3738 | 2025-07-23T19:22:17.727Z | |
3739 | 2025-07-23T19:22:17.728Z | info: running `cargo check --bins` on omicron-nexus (181/221) |
3740 | 2025-07-23T19:22:18.507Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3741 | 2025-07-23T19:22:18.511Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3742 | 2025-07-23T19:22:18.791Z | Compiling libz-sys v1.1.20 |
3743 | 2025-07-23T19:22:18.795Z | Compiling libgit2-sys v0.17.0+1.8.1 |
3744 | 2025-07-23T19:22:18.948Z | Compiling vergen v8.3.2 |
3745 | 2025-07-23T19:22:18.951Z | Compiling cargo-platform v0.1.8 |
3746 | 2025-07-23T19:22:18.976Z | Compiling fs-err v2.11.0 |
3747 | 2025-07-23T19:22:18.976Z | Compiling rustls v0.21.12 |
3748 | 2025-07-23T19:22:19.008Z | Checking sct v0.7.1 |
3749 | 2025-07-23T19:22:19.011Z | Checking rustls-webpki v0.101.7 |
3750 | 2025-07-23T19:22:19.216Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3751 | 2025-07-23T19:22:19.277Z | Compiling cargo_metadata v0.18.1 |
3752 | 2025-07-23T19:22:19.354Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3753 | 2025-07-23T19:22:19.432Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
3754 | 2025-07-23T19:22:20.306Z | Checking parse-size v1.1.0 |
3755 | 2025-07-23T19:22:20.346Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
3756 | 2025-07-23T19:22:20.346Z | Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
3757 | 2025-07-23T19:22:20.347Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#ef54b566) |
3758 | 2025-07-23T19:22:20.347Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3759 | 2025-07-23T19:22:20.347Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
3760 | 2025-07-23T19:22:20.347Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
3761 | 2025-07-23T19:22:20.729Z | Checking rustls-pemfile v1.0.4 |
3762 | 2025-07-23T19:22:20.780Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3763 | 2025-07-23T19:22:20.964Z | Checking twox-hash v2.1.0 |
3764 | 2025-07-23T19:22:21.067Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3765 | 2025-07-23T19:22:21.463Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3766 | 2025-07-23T19:22:21.543Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3767 | 2025-07-23T19:22:22.163Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
3768 | 2025-07-23T19:22:22.555Z | Checking tokio-rustls v0.24.1 |
3769 | 2025-07-23T19:22:22.733Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3770 | 2025-07-23T19:22:22.944Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3771 | 2025-07-23T19:22:23.107Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
3772 | 2025-07-23T19:22:23.260Z | Checking fatfs v0.3.6 |
3773 | 2025-07-23T19:22:23.297Z | Checking assert_matches v1.5.0 |
3774 | 2025-07-23T19:22:28.583Z | Compiling git2 v0.19.0 |
3775 | 2025-07-23T19:22:32.680Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
3776 | 2025-07-23T19:23:31.149Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 13s |
3777 | 2025-07-23T19:23:31.391Z | |
3778 | 2025-07-23T19:23:31.391Z | info: running `cargo check --bins` on nexus-background-task-interface (182/221) |
3779 | 2025-07-23T19:23:32.099Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3780 | 2025-07-23T19:23:32.103Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3781 | 2025-07-23T19:23:32.103Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3782 | 2025-07-23T19:23:32.106Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
3783 | 2025-07-23T19:23:32.188Z | |
3784 | 2025-07-23T19:23:32.188Z | info: running `cargo check --bins` on nexus-external-api (183/221) |
3785 | 2025-07-23T19:23:32.908Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3786 | 2025-07-23T19:23:32.911Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3787 | 2025-07-23T19:23:32.911Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3788 | 2025-07-23T19:23:32.915Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
3789 | 2025-07-23T19:23:33.008Z | |
3790 | 2025-07-23T19:23:33.008Z | info: running `cargo check --bins` on nexus-internal-api (184/221) |
3791 | 2025-07-23T19:23:33.734Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3792 | 2025-07-23T19:23:33.737Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3793 | 2025-07-23T19:23:33.737Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3794 | 2025-07-23T19:23:33.741Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
3795 | 2025-07-23T19:23:33.836Z | |
3796 | 2025-07-23T19:23:33.836Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (185/221) |
3797 | 2025-07-23T19:23:34.607Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3798 | 2025-07-23T19:23:34.611Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3799 | 2025-07-23T19:23:34.611Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3800 | 2025-07-23T19:23:34.614Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
3801 | 2025-07-23T19:23:34.708Z | |
3802 | 2025-07-23T19:23:34.708Z | info: running `cargo check --bins` on nexus-mgs-updates (186/221) |
3803 | 2025-07-23T19:23:35.444Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3804 | 2025-07-23T19:23:35.448Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3805 | 2025-07-23T19:23:35.448Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3806 | 2025-07-23T19:23:35.451Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
3807 | 2025-07-23T19:23:35.546Z | |
3808 | 2025-07-23T19:23:35.546Z | info: running `cargo check --bins` on nexus-networking (187/221) |
3809 | 2025-07-23T19:23:36.292Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3810 | 2025-07-23T19:23:36.295Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3811 | 2025-07-23T19:23:36.295Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3812 | 2025-07-23T19:23:36.299Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
3813 | 2025-07-23T19:23:36.392Z | |
3814 | 2025-07-23T19:23:36.392Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (188/221) |
3815 | 2025-07-23T19:23:37.148Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3816 | 2025-07-23T19:23:37.154Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3817 | 2025-07-23T19:23:37.154Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3818 | 2025-07-23T19:23:37.157Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
3819 | 2025-07-23T19:23:37.251Z | |
3820 | 2025-07-23T19:23:37.251Z | info: running `cargo check --bins` on nexus-reconfigurator-rendezvous (189/221) |
3821 | 2025-07-23T19:23:38.007Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3822 | 2025-07-23T19:23:38.010Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3823 | 2025-07-23T19:23:38.010Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3824 | 2025-07-23T19:23:38.013Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
3825 | 2025-07-23T19:23:38.109Z | |
3826 | 2025-07-23T19:23:38.109Z | info: running `cargo check --bins` on update-common (190/221) |
3827 | 2025-07-23T19:23:38.812Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3828 | 2025-07-23T19:23:38.816Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3829 | 2025-07-23T19:23:38.816Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3830 | 2025-07-23T19:23:38.819Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
3831 | 2025-07-23T19:23:38.907Z | |
3832 | 2025-07-23T19:23:38.907Z | info: running `cargo check --bins` on omicron-dev (191/221) |
3833 | 2025-07-23T19:23:39.730Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3834 | 2025-07-23T19:23:39.734Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3835 | 2025-07-23T19:23:40.034Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3836 | 2025-07-23T19:23:40.041Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3837 | 2025-07-23T19:23:40.199Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
3838 | 2025-07-23T19:23:40.213Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
3839 | 2025-07-23T19:23:40.232Z | Checking diff v0.1.13 |
3840 | 2025-07-23T19:23:40.236Z | Checking yansi v1.0.1 |
3841 | 2025-07-23T19:23:40.236Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3842 | 2025-07-23T19:23:40.250Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3843 | 2025-07-23T19:23:40.699Z | Checking pretty_assertions v1.4.1 |
3844 | 2025-07-23T19:23:40.836Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
3845 | 2025-07-23T19:23:41.397Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3846 | 2025-07-23T19:24:11.487Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3847 | 2025-07-23T19:24:11.492Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3848 | 2025-07-23T19:24:11.492Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3849 | 2025-07-23T19:24:11.492Z | Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
3850 | 2025-07-23T19:24:11.492Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3851 | 2025-07-23T19:24:11.492Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3852 | 2025-07-23T19:24:12.157Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3853 | 2025-07-23T19:24:12.418Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3854 | 2025-07-23T19:24:13.778Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3855 | 2025-07-23T19:25:02.615Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 23s |
3856 | 2025-07-23T19:25:02.862Z | |
3857 | 2025-07-23T19:25:02.862Z | info: running `cargo check --bins` on openapi-manager (192/221) |
3858 | 2025-07-23T19:25:03.601Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3859 | 2025-07-23T19:25:03.604Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3860 | 2025-07-23T19:25:03.763Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
3861 | 2025-07-23T19:25:03.763Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
3862 | 2025-07-23T19:25:03.903Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
3863 | 2025-07-23T19:25:03.907Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3864 | 2025-07-23T19:25:03.920Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3865 | 2025-07-23T19:25:04.140Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
3866 | 2025-07-23T19:25:05.062Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
3867 | 2025-07-23T19:25:07.347Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3868 | 2025-07-23T19:25:08.961Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3869 | 2025-07-23T19:25:09.856Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3870 | 2025-07-23T19:25:11.428Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.55s |
3871 | 2025-07-23T19:25:11.637Z | |
3872 | 2025-07-23T19:25:11.637Z | info: running `cargo check --bins` on installinator-api (193/221) |
3873 | 2025-07-23T19:25:12.356Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3874 | 2025-07-23T19:25:12.359Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3875 | 2025-07-23T19:25:12.359Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3876 | 2025-07-23T19:25:12.362Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
3877 | 2025-07-23T19:25:12.453Z | |
3878 | 2025-07-23T19:25:12.453Z | info: running `cargo check --bins` on ntp-admin-api (194/221) |
3879 | 2025-07-23T19:25:13.154Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3880 | 2025-07-23T19:25:13.158Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3881 | 2025-07-23T19:25:13.158Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3882 | 2025-07-23T19:25:13.162Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
3883 | 2025-07-23T19:25:13.249Z | |
3884 | 2025-07-23T19:25:13.249Z | info: running `cargo check --bins` on ntp-admin-types (195/221) |
3885 | 2025-07-23T19:25:13.949Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3886 | 2025-07-23T19:25:13.952Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3887 | 2025-07-23T19:25:13.953Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3888 | 2025-07-23T19:25:13.956Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
3889 | 2025-07-23T19:25:14.042Z | |
3890 | 2025-07-23T19:25:14.042Z | info: running `cargo check --bins` on wicketd-api (196/221) |
3891 | 2025-07-23T19:25:14.766Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3892 | 2025-07-23T19:25:14.769Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3893 | 2025-07-23T19:25:14.769Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3894 | 2025-07-23T19:25:14.773Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
3895 | 2025-07-23T19:25:14.869Z | |
3896 | 2025-07-23T19:25:14.869Z | info: running `cargo check --bins` on omicron-pins (197/221) |
3897 | 2025-07-23T19:25:15.531Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3898 | 2025-07-23T19:25:15.534Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3899 | 2025-07-23T19:25:15.535Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3900 | 2025-07-23T19:25:15.538Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
3901 | 2025-07-23T19:25:15.620Z | |
3902 | 2025-07-23T19:25:15.621Z | info: running `cargo check --bins` on reconfigurator-cli (198/221) |
3903 | 2025-07-23T19:25:16.374Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3904 | 2025-07-23T19:25:16.377Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3905 | 2025-07-23T19:25:16.586Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
3906 | 2025-07-23T19:25:16.722Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
3907 | 2025-07-23T19:25:16.726Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3908 | 2025-07-23T19:25:16.729Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3909 | 2025-07-23T19:25:16.732Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
3910 | 2025-07-23T19:25:16.732Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
3911 | 2025-07-23T19:25:16.748Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
3912 | 2025-07-23T19:25:16.751Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
3913 | 2025-07-23T19:25:17.025Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3914 | 2025-07-23T19:25:17.099Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3915 | 2025-07-23T19:25:17.201Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3916 | 2025-07-23T19:25:17.353Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
3917 | 2025-07-23T19:25:17.385Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
3918 | 2025-07-23T19:25:17.412Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
3919 | 2025-07-23T19:25:17.946Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
3920 | 2025-07-23T19:25:17.977Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3921 | 2025-07-23T19:25:18.232Z | Compiling petname v2.0.2 |
3922 | 2025-07-23T19:25:19.060Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
3923 | 2025-07-23T19:25:19.325Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3924 | 2025-07-23T19:25:19.554Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3925 | 2025-07-23T19:25:19.581Z | Checking sync-ptr v0.1.4 |
3926 | 2025-07-23T19:25:19.643Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3927 | 2025-07-23T19:25:19.829Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#ef54b566) |
3928 | 2025-07-23T19:25:19.870Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
3929 | 2025-07-23T19:25:20.295Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
3930 | 2025-07-23T19:25:21.706Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
3931 | 2025-07-23T19:25:22.791Z | Checking sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples) |
3932 | 2025-07-23T19:25:22.794Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3933 | 2025-07-23T19:25:34.916Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3934 | 2025-07-23T19:25:34.920Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
3935 | 2025-07-23T19:25:35.794Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3936 | 2025-07-23T19:25:37.432Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
3937 | 2025-07-23T19:25:40.207Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.57s |
3938 | 2025-07-23T19:25:40.432Z | |
3939 | 2025-07-23T19:25:40.432Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (199/221) |
3940 | 2025-07-23T19:25:41.197Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3941 | 2025-07-23T19:25:41.201Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3942 | 2025-07-23T19:25:41.201Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3943 | 2025-07-23T19:25:41.205Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
3944 | 2025-07-23T19:25:41.306Z | |
3945 | 2025-07-23T19:25:41.306Z | info: running `cargo check --bins` on omicron-repl-utils (200/221) |
3946 | 2025-07-23T19:25:41.979Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3947 | 2025-07-23T19:25:41.982Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3948 | 2025-07-23T19:25:41.982Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3949 | 2025-07-23T19:25:41.985Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
3950 | 2025-07-23T19:25:42.071Z | |
3951 | 2025-07-23T19:25:42.071Z | info: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (201/221) |
3952 | 2025-07-23T19:25:42.838Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3953 | 2025-07-23T19:25:42.844Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3954 | 2025-07-23T19:25:43.001Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
3955 | 2025-07-23T19:25:44.144Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.06s |
3956 | 2025-07-23T19:25:44.381Z | |
3957 | 2025-07-23T19:25:44.381Z | info: running `cargo check --bins` on reconfigurator-sp-updater (202/221) |
3958 | 2025-07-23T19:25:45.137Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3959 | 2025-07-23T19:25:45.140Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3960 | 2025-07-23T19:25:45.265Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
3961 | 2025-07-23T19:25:45.721Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
3962 | 2025-07-23T19:25:46.942Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
3963 | 2025-07-23T19:25:47.689Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.30s |
3964 | 2025-07-23T19:25:47.910Z | |
3965 | 2025-07-23T19:25:47.910Z | info: running `cargo check --bins` on omicron-releng (203/221) |
3966 | 2025-07-23T19:25:48.615Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3967 | 2025-07-23T19:25:48.619Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3968 | 2025-07-23T19:25:48.716Z | Compiling blake3 v1.5.4 |
3969 | 2025-07-23T19:25:48.833Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#ef54b566) |
3970 | 2025-07-23T19:25:48.846Z | Checking memmap2 v0.9.5 |
3971 | 2025-07-23T19:25:48.849Z | Checking constant_time_eq v0.3.1 |
3972 | 2025-07-23T19:25:48.849Z | Checking arrayvec v0.7.6 |
3973 | 2025-07-23T19:25:48.849Z | Checking arrayref v0.3.9 |
3974 | 2025-07-23T19:25:48.908Z | Checking topological-sort v0.2.2 |
3975 | 2025-07-23T19:25:48.914Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
3976 | 2025-07-23T19:25:48.968Z | Checking shell-words v1.1.0 |
3977 | 2025-07-23T19:25:49.368Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#ef54b566) |
3978 | 2025-07-23T19:25:49.633Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#ef54b566) |
3979 | 2025-07-23T19:25:50.079Z | Checking omicron-zone-package v0.12.2 |
3980 | 2025-07-23T19:25:51.330Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3981 | 2025-07-23T19:25:52.418Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.50s |
3982 | 2025-07-23T19:25:52.618Z | |
3983 | 2025-07-23T19:25:52.619Z | info: running `cargo check --bins` on omicron-repo-depot-standalone (204/221) |
3984 | 2025-07-23T19:25:53.332Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3985 | 2025-07-23T19:25:53.336Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3986 | 2025-07-23T19:25:53.430Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3987 | 2025-07-23T19:25:53.831Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
3988 | 2025-07-23T19:25:54.280Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.65s |
3989 | 2025-07-23T19:25:54.482Z | |
3990 | 2025-07-23T19:25:54.482Z | info: running `cargo check --bins` on xtask (205/221) |
3991 | 2025-07-23T19:25:55.051Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3992 | 2025-07-23T19:25:55.055Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3993 | 2025-07-23T19:25:55.077Z | Checking bitflags v2.9.1 |
3994 | 2025-07-23T19:25:55.172Z | Checking serde v1.0.219 |
3995 | 2025-07-23T19:25:55.176Z | Checking thiserror v1.0.69 |
3996 | 2025-07-23T19:25:55.176Z | Checking zerofrom v0.1.4 |
3997 | 2025-07-23T19:25:55.192Z | Checking hashbrown v0.15.4 |
3998 | 2025-07-23T19:25:55.217Z | Checking smallvec v1.15.0 |
3999 | 2025-07-23T19:25:55.231Z | Checking scroll v0.12.0 |
4000 | 2025-07-23T19:25:55.231Z | Checking num-traits v0.2.19 |
4001 | 2025-07-23T19:25:55.307Z | Checking percent-encoding v2.3.1 |
4002 | 2025-07-23T19:25:55.402Z | Checking yoke v0.7.4 |
4003 | 2025-07-23T19:25:55.422Z | Checking rustix v0.38.37 |
4004 | 2025-07-23T19:25:55.530Z | Checking log v0.4.27 |
4005 | 2025-07-23T19:25:55.566Z | Checking form_urlencoded v1.2.1 |
4006 | 2025-07-23T19:25:55.659Z | Checking pest v2.7.14 |
4007 | 2025-07-23T19:25:55.737Z | Checking zerovec v0.10.4 |
4008 | 2025-07-23T19:25:55.787Z | Checking zerocopy v0.7.35 |
4009 | 2025-07-23T19:25:55.825Z | Checking goblin v0.8.2 |
4010 | 2025-07-23T19:25:56.157Z | Checking indexmap v2.10.0 |
4011 | 2025-07-23T19:25:56.408Z | Checking terminal_size v0.4.0 |
4012 | 2025-07-23T19:25:56.621Z | Checking getrandom v0.3.3 |
4013 | 2025-07-23T19:25:56.732Z | Checking ordered-float v2.10.1 |
4014 | 2025-07-23T19:25:56.864Z | Checking syn v2.0.104 |
4015 | 2025-07-23T19:25:57.028Z | Checking rustix v1.0.7 |
4016 | 2025-07-23T19:25:57.263Z | Checking once_cell v1.21.3 |
4017 | 2025-07-23T19:25:57.282Z | Checking tinystr v0.7.6 |
4018 | 2025-07-23T19:25:57.300Z | Checking icu_collections v1.5.0 |
4019 | 2025-07-23T19:25:57.594Z | Checking clap_builder v4.5.40 |
4020 | 2025-07-23T19:25:57.645Z | Checking icu_locid v1.5.0 |
4021 | 2025-07-23T19:25:57.955Z | Checking thiserror v2.0.12 |
4022 | 2025-07-23T19:25:58.119Z | Checking textwrap v0.16.2 |
4023 | 2025-07-23T19:25:58.137Z | Checking dtrace-parser v0.2.0 |
4024 | 2025-07-23T19:25:58.529Z | Checking fs-err v3.1.1 |
4025 | 2025-07-23T19:25:58.560Z | Checking tempfile v3.20.0 |
4026 | 2025-07-23T19:25:58.609Z | Checking icu_provider v1.5.0 |
4027 | 2025-07-23T19:25:58.643Z | Checking tabled v0.15.0 |
4028 | 2025-07-23T19:25:58.867Z | Checking anyhow v1.0.98 |
4029 | 2025-07-23T19:25:58.959Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
4030 | 2025-07-23T19:25:59.232Z | Checking icu_locid_transform v1.5.0 |
4031 | 2025-07-23T19:25:59.651Z | Checking toml_datetime v0.6.11 |
4032 | 2025-07-23T19:25:59.654Z | Checking serde_spanned v0.6.9 |
4033 | 2025-07-23T19:25:59.654Z | Checking serde_json v1.0.140 |
4034 | 2025-07-23T19:25:59.901Z | Checking erased-serde v0.4.6 |
4035 | 2025-07-23T19:26:00.019Z | Checking toml_edit v0.22.27 |
4036 | 2025-07-23T19:26:00.170Z | Checking icu_properties v1.5.1 |
4037 | 2025-07-23T19:26:00.527Z | Checking semver v1.0.26 |
4038 | 2025-07-23T19:26:00.545Z | Checking camino v1.1.10 |
4039 | 2025-07-23T19:26:00.824Z | Checking serde-untagged v0.1.7 |
4040 | 2025-07-23T19:26:00.936Z | Checking serde-value v0.7.0 |
4041 | 2025-07-23T19:26:01.093Z | Checking cargo-platform v0.2.0 |
4042 | 2025-07-23T19:26:01.156Z | Checking dof v0.3.0 |
4043 | 2025-07-23T19:26:01.210Z | Checking camino-tempfile v1.4.1 |
4044 | 2025-07-23T19:26:01.358Z | Checking clap v4.5.40 |
4045 | 2025-07-23T19:26:01.362Z | Checking macaddr v1.0.1 |
4046 | 2025-07-23T19:26:01.676Z | Checking usdt-impl v0.5.0 |
4047 | 2025-07-23T19:26:02.055Z | Checking usdt v0.5.0 |
4048 | 2025-07-23T19:26:02.260Z | Checking toml v0.8.23 |
4049 | 2025-07-23T19:26:02.730Z | Checking cargo_toml v0.21.0 |
4050 | 2025-07-23T19:26:02.775Z | Checking icu_normalizer v1.5.0 |
4051 | 2025-07-23T19:26:03.273Z | Checking idna_adapter v1.2.0 |
4052 | 2025-07-23T19:26:03.413Z | Checking idna v1.0.3 |
4053 | 2025-07-23T19:26:03.742Z | Checking url v2.5.4 |
4054 | 2025-07-23T19:26:04.283Z | Checking cargo-util-schemas v0.2.0 |
4055 | 2025-07-23T19:26:05.444Z | Checking cargo_metadata v0.20.0 |
4056 | 2025-07-23T19:26:06.494Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
4057 | 2025-07-23T19:26:07.173Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.68s |
4058 | 2025-07-23T19:26:07.324Z | |
4059 | 2025-07-23T19:26:07.324Z | info: running `cargo check --bins` on end-to-end-tests (206/221) |
4060 | 2025-07-23T19:26:08.116Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
4061 | 2025-07-23T19:26:08.120Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
4062 | 2025-07-23T19:26:08.298Z | Checking polyval v0.6.2 |
4063 | 2025-07-23T19:26:08.428Z | Checking ctr v0.9.2 |
4064 | 2025-07-23T19:26:08.443Z | Checking ssh-encoding v0.2.0 |
4065 | 2025-07-23T19:26:08.447Z | Checking blowfish v0.9.1 |
4066 | 2025-07-23T19:26:08.473Z | Checking password-hash v0.4.2 |
4067 | 2025-07-23T19:26:08.494Z | Checking p256 v0.13.2 |
4068 | 2025-07-23T19:26:08.497Z | Checking p521 v0.13.3 |
4069 | 2025-07-23T19:26:08.514Z | Checking russh-cryptovec v0.7.3 |
4070 | 2025-07-23T19:26:08.643Z | Checking ghash v0.5.1 |
4071 | 2025-07-23T19:26:08.706Z | Checking bcrypt-pbkdf v0.10.0 |
4072 | 2025-07-23T19:26:08.709Z | Checking md5 v0.7.0 |
4073 | 2025-07-23T19:26:08.757Z | Checking num-bigint v0.4.6 |
4074 | 2025-07-23T19:26:08.761Z | Checking des v0.8.1 |
4075 | 2025-07-23T19:26:08.856Z | Checking aes-gcm v0.10.3 |
4076 | 2025-07-23T19:26:08.893Z | Checking pbkdf2 v0.11.0 |
4077 | 2025-07-23T19:26:08.951Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
4078 | 2025-07-23T19:26:09.014Z | Checking hex-literal v0.4.1 |
4079 | 2025-07-23T19:26:09.034Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
4080 | 2025-07-23T19:26:09.055Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
4081 | 2025-07-23T19:26:09.085Z | Checking ssh-cipher v0.2.0 |
4082 | 2025-07-23T19:26:09.159Z | Checking internet-checksum v0.2.1 |
4083 | 2025-07-23T19:26:09.386Z | Checking ssh-key v0.6.6 |
4084 | 2025-07-23T19:26:09.608Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
4085 | 2025-07-23T19:26:10.517Z | Checking russh-keys v0.45.0 |
4086 | 2025-07-23T19:26:11.363Z | Checking russh v0.45.0 |
4087 | 2025-07-23T19:26:32.467Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
4088 | 2025-07-23T19:26:34.022Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.68s |
4089 | 2025-07-23T19:26:34.259Z | |
4090 | 2025-07-23T19:26:34.259Z | info: running `cargo check --bins` on gateway-cli (207/221) |
4091 | 2025-07-23T19:26:34.964Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
4092 | 2025-07-23T19:26:34.967Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
4093 | 2025-07-23T19:26:35.063Z | Checking termios v0.3.3 |
4094 | 2025-07-23T19:26:35.305Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
4095 | 2025-07-23T19:26:36.168Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.90s |
4096 | 2025-07-23T19:26:36.364Z | |
4097 | 2025-07-23T19:26:36.364Z | info: running `cargo check --bins --no-default-features` on installinator (208/221) |
4098 | 2025-07-23T19:26:37.095Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
4099 | 2025-07-23T19:26:37.098Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
4100 | 2025-07-23T19:26:37.224Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
4101 | 2025-07-23T19:26:37.228Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
4102 | 2025-07-23T19:26:38.123Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
4103 | 2025-07-23T19:26:39.982Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
4104 | 2025-07-23T19:26:42.222Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.85s |
4105 | 2025-07-23T19:26:42.440Z | |
4106 | 2025-07-23T19:26:42.441Z | info: running `cargo check --bins` on internal-dns-cli (209/221) |
4107 | 2025-07-23T19:26:43.138Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
4108 | 2025-07-23T19:26:43.142Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
4109 | 2025-07-23T19:26:43.233Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
4110 | 2025-07-23T19:26:43.764Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.31s |
4111 | 2025-07-23T19:26:43.984Z | |
4112 | 2025-07-23T19:26:43.984Z | info: running `cargo check --bins` on omicron-live-tests (210/221) |
4113 | 2025-07-23T19:26:44.660Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
4114 | 2025-07-23T19:26:44.663Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
4115 | 2025-07-23T19:26:44.663Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
4116 | 2025-07-23T19:26:44.666Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
4117 | 2025-07-23T19:26:44.749Z | |
4118 | 2025-07-23T19:26:44.749Z | info: running `cargo check --bins` on live-tests-macros (211/221) |
4119 | 2025-07-23T19:26:45.415Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
4120 | 2025-07-23T19:26:45.419Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
4121 | 2025-07-23T19:26:45.419Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
4122 | 2025-07-23T19:26:45.422Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
4123 | 2025-07-23T19:26:45.508Z | |
4124 | 2025-07-23T19:26:45.508Z | info: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (212/221) |
4125 | 2025-07-23T19:26:46.270Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
4126 | 2025-07-23T19:26:46.273Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
4127 | 2025-07-23T19:26:46.415Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
4128 | 2025-07-23T19:26:47.162Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.64s |
4129 | 2025-07-23T19:26:47.392Z | |
4130 | 2025-07-23T19:26:47.392Z | info: running `cargo check --bins` on omicron-ntp-admin (213/221) |
4131 | 2025-07-23T19:26:48.088Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
4132 | 2025-07-23T19:26:48.091Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
4133 | 2025-07-23T19:26:48.195Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
4134 | 2025-07-23T19:26:48.195Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
4135 | 2025-07-23T19:26:48.507Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
4136 | 2025-07-23T19:26:49.575Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.17s |
4137 | 2025-07-23T19:26:49.775Z | |
4138 | 2025-07-23T19:26:49.775Z | info: running `cargo check --bins` on omicron-package (214/221) |
4139 | 2025-07-23T19:26:50.485Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
4140 | 2025-07-23T19:26:50.514Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
4141 | 2025-07-23T19:26:50.599Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
4142 | 2025-07-23T19:26:52.121Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.34s |
4143 | 2025-07-23T19:26:52.339Z | |
4144 | 2025-07-23T19:26:52.339Z | info: running `cargo check --bins` on trust-quorum (215/221) |
4145 | 2025-07-23T19:26:53.038Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
4146 | 2025-07-23T19:26:53.042Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
4147 | 2025-07-23T19:26:53.042Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
4148 | 2025-07-23T19:26:53.046Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
4149 | 2025-07-23T19:26:53.136Z | |
4150 | 2025-07-23T19:26:53.136Z | info: running `cargo check --bins` on gfss (216/221) |
4151 | 2025-07-23T19:26:53.800Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
4152 | 2025-07-23T19:26:53.805Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
4153 | 2025-07-23T19:26:53.805Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
4154 | 2025-07-23T19:26:53.808Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
4155 | 2025-07-23T19:26:53.889Z | |
4156 | 2025-07-23T19:26:53.889Z | info: running `cargo check --bins` on wicket-dbg (217/221) |
4157 | 2025-07-23T19:26:54.638Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
4158 | 2025-07-23T19:26:54.641Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
4159 | 2025-07-23T19:26:54.781Z | Checking rtoolbox v0.0.2 |
4160 | 2025-07-23T19:26:54.781Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
4161 | 2025-07-23T19:26:54.794Z | Checking tui-tree-widget v0.23.1 |
4162 | 2025-07-23T19:26:55.056Z | Checking rpassword v7.4.0 |
4163 | 2025-07-23T19:26:59.818Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
4164 | 2025-07-23T19:27:02.814Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
4165 | 2025-07-23T19:27:04.104Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.20s |
4166 | 2025-07-23T19:27:04.341Z | |
4167 | 2025-07-23T19:27:04.341Z | info: running `cargo check --bins` on wicket (218/221) |
4168 | 2025-07-23T19:27:05.078Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
4169 | 2025-07-23T19:27:05.081Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
4170 | 2025-07-23T19:27:05.209Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
4171 | 2025-07-23T19:27:05.680Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s |
4172 | 2025-07-23T19:27:05.899Z | |
4173 | 2025-07-23T19:27:05.899Z | info: running `cargo check --bins` on wicketd (219/221) |
4174 | 2025-07-23T19:27:07.396Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
4175 | 2025-07-23T19:27:07.418Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
4176 | 2025-07-23T19:27:07.418Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
4177 | 2025-07-23T19:27:11.035Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.13s |
4178 | 2025-07-23T19:27:11.259Z | |
4179 | 2025-07-23T19:27:11.259Z | info: running `cargo check --bins` on omicron-workspace-hack (220/221) |
4180 | 2025-07-23T19:27:11.930Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
4181 | 2025-07-23T19:27:11.933Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
4182 | 2025-07-23T19:27:11.934Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
4183 | 2025-07-23T19:27:11.937Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
4184 | 2025-07-23T19:27:12.023Z | |
4185 | 2025-07-23T19:27:12.023Z | info: running `cargo check --bins` on zone-setup (221/221) |
4186 | 2025-07-23T19:27:12.740Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
4187 | 2025-07-23T19:27:12.743Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
4188 | 2025-07-23T19:27:12.854Z | Checking uzers v0.12.1 |
4189 | 2025-07-23T19:27:13.215Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
4190 | 2025-07-23T19:27:14.313Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.28s |
4191 | 2025-07-23T19:27:14.548Z | |
4192 | 2025-07-23T19:27:14.548Z | real 16:00.763197343 |
4193 | 2025-07-23T19:27:14.548Z | user 31:39.020445099 |
4194 | 2025-07-23T19:27:14.548Z | sys 5:15.313813187 |
4195 | 2025-07-23T19:27:14.548Z | trap 0.698335068 |
4196 | 2025-07-23T19:27:14.548Z | tflt 0.683801459 |
4197 | 2025-07-23T19:27:14.548Z | dflt 1.789083783 |
4198 | 2025-07-23T19:27:14.548Z | kflt 0.001120670 |
4199 | 2025-07-23T19:27:14.549Z | lock 1:17:26.353354606 |
4200 | 2025-07-23T19:27:14.549Z | slp 2:34:25.127125014 |
4201 | 2025-07-23T19:27:14.549Z | lat 1:35.937585779 |
4202 | 2025-07-23T19:27:14.549Z | stop 5:11.392109768 |
4203 | 2025-07-23T19:27:14.552Z | process exited: duration 1240265 ms, exit code 0 |
|
4204 | 2025-07-23T19:27:14.560Z | found 0 output files |