|
|
|
1 | 2025-07-15T19:37:22.107Z | job assigned to worker 01K07SDEM83DDA1DEVCVDPA7RQ [factory aws, i-04f97cf667e4de292] (queued for 1 m 1 s) |
|
2 | 2025-07-15T19:37:30.428Z | starting task 0: "setup" |
3 | 2025-07-15T19:37:30.432Z | ++ uname -s |
4 | 2025-07-15T19:37:30.435Z | + kern=SunOS |
5 | 2025-07-15T19:37:30.435Z | + build_user=build |
6 | 2025-07-15T19:37:30.435Z | + build_uid=12345 |
7 | 2025-07-15T19:37:30.435Z | + work_dir=/work |
8 | 2025-07-15T19:37:30.435Z | + input_dir=/input |
9 | 2025-07-15T19:37:30.435Z | + [[ 0 == 12345 ]] |
10 | 2025-07-15T19:37:30.435Z | + case "$kern" in |
11 | 2025-07-15T19:37:30.435Z | + groupadd -g 12345 build |
12 | 2025-07-15T19:37:30.439Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-07-15T19:37:32.445Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-07-15T19:37:32.573Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-07-15T19:37:32.576Z | + home_fs=zfs |
16 | 2025-07-15T19:37:32.576Z | + [[ zfs == autofs ]] |
17 | 2025-07-15T19:37:32.576Z | + mkdir -p /home/build |
18 | 2025-07-15T19:37:32.579Z | + chown build:build /home/build /work |
19 | 2025-07-15T19:37:33.581Z | + chmod 0700 /home/build /work |
20 | 2025-07-15T19:37:33.586Z | process exited: duration 3156 ms, exit code 0 |
|
21 | 2025-07-15T19:37:33.595Z | starting task 1: "rust-toolchain" |
22 | 2025-07-15T19:37:33.600Z | + printf ' * rust toolchain channel = "%s"\n' 1.88.0 |
23 | 2025-07-15T19:37:33.600Z | * rust toolchain channel = "1.88.0" |
24 | 2025-07-15T19:37:33.600Z | + printf ' * rust toolchain profile = "%s"\n' default |
25 | 2025-07-15T19:37:33.600Z | * rust toolchain profile = "default" |
26 | 2025-07-15T19:37:33.601Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-07-15T19:37:33.601Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-07-15T19:37:33.604Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-07-15T19:37:33.604Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.88.0 --profile default |
30 | 2025-07-15T19:37:33.728Z | info: downloading installer |
31 | 2025-07-15T19:37:34.927Z | warn: It looks like you have an existing installation of Rust at: |
32 | 2025-07-15T19:37:34.927Z | warn: /opt/ooce/bin |
33 | 2025-07-15T19:37:34.927Z | warn: It is recommended that rustup be the primary Rust installation. |
34 | 2025-07-15T19:37:34.927Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
35 | 2025-07-15T19:37:34.927Z | warn: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-07-15T19:37:34.927Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-07-15T19:37:34.927Z | warn: or pass `-y' to ignore all ignorable checks. |
38 | 2025-07-15T19:37:34.927Z | error: cannot install while Rust is installed |
39 | 2025-07-15T19:37:34.927Z | warn: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-07-15T19:37:34.941Z | info: profile set to 'default' |
41 | 2025-07-15T19:37:34.941Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-07-15T19:37:34.945Z | info: syncing channel updates for '1.88.0-x86_64-unknown-illumos' |
43 | 2025-07-15T19:37:35.091Z | info: latest update on 2025-06-26, rust version 1.88.0 (6b00bc388 2025-06-23) |
44 | 2025-07-15T19:37:35.091Z | info: downloading component 'cargo' |
45 | 2025-07-15T19:37:35.866Z | info: downloading component 'clippy' |
46 | 2025-07-15T19:37:36.237Z | info: downloading component 'rust-docs' |
47 | 2025-07-15T19:37:37.454Z | info: downloading component 'rust-std' |
48 | 2025-07-15T19:37:39.221Z | info: downloading component 'rustc' |
49 | 2025-07-15T19:37:45.257Z | info: downloading component 'rustfmt' |
50 | 2025-07-15T19:37:45.482Z | info: installing component 'cargo' |
51 | 2025-07-15T19:37:46.380Z | info: installing component 'clippy' |
52 | 2025-07-15T19:37:46.778Z | info: installing component 'rust-docs' |
53 | 2025-07-15T19:37:48.636Z | info: installing component 'rust-std' |
54 | 2025-07-15T19:37:50.371Z | info: installing component 'rustc' |
55 | 2025-07-15T19:37:57.056Z | info: installing component 'rustfmt' |
56 | 2025-07-15T19:37:57.399Z | info: default toolchain set to '1.88.0-x86_64-unknown-illumos' |
57 | 2025-07-15T19:37:57.399Z | |
58 | 2025-07-15T19:37:57.832Z | 1.88.0-x86_64-unknown-illumos installed - rustc 1.88.0 (6b00bc388 2025-06-23) |
59 | 2025-07-15T19:37:57.832Z | |
60 | 2025-07-15T19:37:57.836Z | |
61 | 2025-07-15T19:37:57.836Z | Rust is installed now. Great! |
62 | 2025-07-15T19:37:57.836Z | |
63 | 2025-07-15T19:37:57.836Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-07-15T19:37:57.836Z | environment variable. This has not been done automatically. |
65 | 2025-07-15T19:37:57.836Z | |
66 | 2025-07-15T19:37:57.836Z | To configure your current shell, you need to source |
67 | 2025-07-15T19:37:57.836Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-07-15T19:37:57.836Z | |
69 | 2025-07-15T19:37:57.836Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-07-15T19:37:57.836Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-07-15T19:37:57.836Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-07-15T19:37:57.836Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
73 | 2025-07-15T19:37:57.932Z | + rustup --version |
74 | 2025-07-15T19:37:57.943Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
75 | 2025-07-15T19:37:57.947Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
76 | 2025-07-15T19:37:58.028Z | info: The currently active `rustc` version is `rustc 1.88.0 (6b00bc388 2025-06-23)` |
77 | 2025-07-15T19:37:58.032Z | + cargo --version |
78 | 2025-07-15T19:37:58.095Z | cargo 1.88.0 (873a06493 2025-05-10) |
79 | 2025-07-15T19:37:58.098Z | + rustc --version |
80 | 2025-07-15T19:37:58.170Z | rustc 1.88.0 (6b00bc388 2025-06-23) |
81 | 2025-07-15T19:37:58.175Z | process exited: duration 24579 ms, exit code 0 |
|
82 | 2025-07-15T19:37:58.181Z | starting task 2: "authentication" |
83 | 2025-07-15T19:37:58.204Z | process exited: duration 22 ms, exit code 0 |
|
84 | 2025-07-15T19:37:58.211Z | starting task 3: "clone repository" |
85 | 2025-07-15T19:37:58.216Z | + mkdir -p /work/oxidecomputer/omicron |
86 | 2025-07-15T19:37:58.219Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
87 | 2025-07-15T19:37:58.273Z | Cloning into '/work/oxidecomputer/omicron'... |
88 | 2025-07-15T19:38:06.299Z | + cd /work/oxidecomputer/omicron |
89 | 2025-07-15T19:38:06.299Z | + git fetch origin 447ae1e03ea4161d7eabe0a1f76fef2e7f36b7c9 |
90 | 2025-07-15T19:38:06.629Z | From https://github.com/oxidecomputer/omicron |
91 | 2025-07-15T19:38:06.629Z | * branch 447ae1e03ea4161d7eabe0a1f76fef2e7f36b7c9 -> FETCH_HEAD |
92 | 2025-07-15T19:38:06.640Z | + [[ -n ntp-admin ]] |
93 | 2025-07-15T19:38:06.644Z | ++ git branch --show-current |
94 | 2025-07-15T19:38:06.647Z | + current=main |
95 | 2025-07-15T19:38:06.647Z | + [[ main != ntp-admin ]] |
96 | 2025-07-15T19:38:06.647Z | + git branch -f ntp-admin 447ae1e03ea4161d7eabe0a1f76fef2e7f36b7c9 |
97 | 2025-07-15T19:38:06.650Z | + git checkout -f ntp-admin |
98 | 2025-07-15T19:38:06.876Z | Switched to branch 'ntp-admin' |
99 | 2025-07-15T19:38:06.879Z | + git reset --hard 447ae1e03ea4161d7eabe0a1f76fef2e7f36b7c9 |
100 | 2025-07-15T19:38:06.923Z | HEAD is now at 447ae1e03 Create a new NTP-admin service |
101 | 2025-07-15T19:38:06.927Z | process exited: duration 8714 ms, exit code 0 |
|
102 | 2025-07-15T19:38:06.934Z | starting task 4: "build" |
103 | 2025-07-15T19:38:06.939Z | + source .github/buildomat/ci-env.sh |
104 | 2025-07-15T19:38:06.942Z | ++ export CARGO_TERM_COLOR=always |
105 | 2025-07-15T19:38:06.942Z | ++ CARGO_TERM_COLOR=always |
106 | 2025-07-15T19:38:06.942Z | + cargo --version |
107 | 2025-07-15T19:38:06.996Z | cargo 1.88.0 (873a06493 2025-05-10) |
108 | 2025-07-15T19:38:07.000Z | + rustc --version |
109 | 2025-07-15T19:38:07.497Z | rustc 1.88.0 (6b00bc388 2025-06-23) |
110 | 2025-07-15T19:38:07.519Z | + source ./env.sh |
111 | 2025-07-15T19:38:07.519Z | ++ OLD_SHELL_OPTS=ehxB |
112 | 2025-07-15T19:38:07.519Z | ++ set -o xtrace |
113 | 2025-07-15T19:38:07.519Z | ++++ dirname ./env.sh |
114 | 2025-07-15T19:38:07.519Z | +++ readlink -f . |
115 | 2025-07-15T19:38:07.519Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
116 | 2025-07-15T19:38:07.519Z | ++ 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-15T19:38:07.519Z | ++ 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-15T19:38:07.519Z | ++ 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-15T19:38:07.519Z | ++ 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-15T19:38:07.519Z | ++ 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-15T19:38:07.519Z | ++ 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-15T19:38:07.519Z | ++ 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-15T19:38:07.519Z | ++ 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-15T19:38:07.519Z | ++ case $OLD_SHELL_OPTS in |
125 | 2025-07-15T19:38:07.519Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
126 | 2025-07-15T19:38:07.519Z | + 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-15T19:38:07.519Z | + 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-15T19:38:07.519Z | + banner prerequisites |
129 | 2025-07-15T19:38:07.519Z | |
130 | 2025-07-15T19:38:07.520Z | ##### ##### ###### ##### ###### #### # # # #### # |
131 | 2025-07-15T19:38:07.520Z | # # # # # # # # # # # # # # # |
132 | 2025-07-15T19:38:07.520Z | # # # # ##### # # ##### # # # # # #### # |
133 | 2025-07-15T19:38:07.520Z | ##### ##### # ##### # # # # # # # # # |
134 | 2025-07-15T19:38:07.520Z | # # # # # # # # # # # # # # # |
135 | 2025-07-15T19:38:07.520Z | # # # ###### # # ###### ### # #### # #### # |
136 | 2025-07-15T19:38:07.520Z | |
137 | 2025-07-15T19:38:07.520Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
138 | 2025-07-15T19:38:17.441Z | Startup: Refreshing catalog 'helios-dev' ... Done |
139 | 2025-07-15T19:38:24.679Z | Startup: Caching catalogs ... Done |
140 | 2025-07-15T19:38:29.503Z | Planning: Solver setup ... Done (3.471s) |
141 | 2025-07-15T19:38:29.534Z | Planning: Running solver ... Done (0.033s) |
142 | 2025-07-15T19:38:29.628Z | Planning: Finding local manifests ... Done (0.003s) |
143 | 2025-07-15T19:38:29.641Z | Planning: Fetching manifests: 0/4 0% complete |
144 | 2025-07-15T19:38:29.780Z | Planning: Fetching manifests: 4/4 100% complete |
145 | 2025-07-15T19:38:29.832Z | Planning: Package planning ... Done (0.052s) |
146 | 2025-07-15T19:38:29.884Z | Planning: Merging actions ... Done (0.052s) |
147 | 2025-07-15T19:38:30.179Z | Planning: Checking for conflicting actions ... Done (0.293s) |
148 | 2025-07-15T19:38:30.189Z | Planning: Consolidating action changes ... Done (0.011s) |
149 | 2025-07-15T19:38:31.226Z | Planning: Evaluating mediators ... Done (1.036s) |
150 | 2025-07-15T19:38:31.235Z | Planning: Planning completed in 6.43 seconds |
151 | 2025-07-15T19:38:31.251Z | Packages to install: 4 |
152 | 2025-07-15T19:38:31.255Z | Mediators to change: 2 |
153 | 2025-07-15T19:38:31.255Z | Services to change: 1 |
154 | 2025-07-15T19:38:31.255Z | Estimated space available: 155.51 GB |
155 | 2025-07-15T19:38:31.255Z | Estimated space to be consumed: 1.70 GB |
156 | 2025-07-15T19:38:31.255Z | Create boot environment: No |
157 | 2025-07-15T19:38:31.255Z | Create backup boot environment: No |
158 | 2025-07-15T19:38:31.255Z | Rebuild boot archive: No |
159 | 2025-07-15T19:38:31.255Z | |
160 | 2025-07-15T19:38:31.255Z | Changed mediators: |
161 | 2025-07-15T19:38:31.255Z | mediator clang: |
162 | 2025-07-15T19:38:31.255Z | version: None -> 15 (system default) |
163 | 2025-07-15T19:38:31.255Z | |
164 | 2025-07-15T19:38:31.255Z | mediator llvm: |
165 | 2025-07-15T19:38:31.255Z | version: 14 (system default) -> 15 (system default) |
166 | 2025-07-15T19:38:31.255Z | |
167 | 2025-07-15T19:38:31.255Z | Changed packages: |
168 | 2025-07-15T19:38:31.255Z | helios-dev |
169 | 2025-07-15T19:38:31.255Z | developer/build-essential |
170 | 2025-07-15T19:38:31.255Z | None -> 11-2.0 |
171 | 2025-07-15T19:38:31.255Z | library/libxmlsec1 |
172 | 2025-07-15T19:38:31.255Z | None -> 1.2.35-2.0 |
173 | 2025-07-15T19:38:31.255Z | ooce/developer/clang-15 |
174 | 2025-07-15T19:38:31.255Z | None -> 15.0.7-2.0 |
175 | 2025-07-15T19:38:31.255Z | ooce/developer/llvm-15 |
176 | 2025-07-15T19:38:31.255Z | None -> 15.0.7-2.0 |
177 | 2025-07-15T19:38:31.255Z | |
178 | 2025-07-15T19:38:31.255Z | Services: |
179 | 2025-07-15T19:38:31.256Z | restart_fmri: |
180 | 2025-07-15T19:38:31.256Z | svc:/system/update-man-index:default |
181 | 2025-07-15T19:38:31.308Z | |
182 | 2025-07-15T19:38:31.308Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
183 | 2025-07-15T19:38:36.322Z | Download: 1201/3290 items 83.5/212.6MB 39% complete (17.0M/s) |
184 | 2025-07-15T19:38:41.324Z | Download: 2916/3290 items 121.1/212.6MB 56% complete (12.2M/s) |
185 | 2025-07-15T19:38:46.459Z | Download: 3281/3290 items 209.4/212.6MB 98% complete (13.3M/s) |
186 | 2025-07-15T19:38:48.745Z | Download: Completed 212.60 MB in 17.44 seconds (12.2M/s) |
187 | 2025-07-15T19:38:48.924Z | Actions: 1/3689 actions (Installing new actions) |
188 | 2025-07-15T19:38:53.507Z | Actions: Completed 3689 actions in 4.58 seconds. |
189 | 2025-07-15T19:38:54.127Z | Done (0.614s) |
190 | 2025-07-15T19:38:54.127Z | Done (0.000s) |
191 | 2025-07-15T19:38:54.989Z | Done (0.858s) |
192 | 2025-07-15T19:38:59.503Z | Done (4.201s) |
193 | 2025-07-15T19:38:59.593Z | Done (0.019s) |
194 | 2025-07-15T19:38:59.596Z | Done (0.000s) |
195 | 2025-07-15T19:38:59.743Z | Done (0.000s) |
196 | 2025-07-15T19:39:00.622Z | Planning: Evaluating mediator changes ... Done |
197 | 2025-07-15T19:39:00.787Z | Planning: Checking for conflicting actions ... Done |
198 | 2025-07-15T19:39:00.790Z | Planning: Consolidating action changes ... Done |
199 | 2025-07-15T19:39:01.066Z | Planning: Evaluating mediators ... Done |
200 | 2025-07-15T19:39:01.069Z | Planning: Planning completed in 0.44 seconds |
201 | 2025-07-15T19:39:01.101Z | Mediators to change: 2 |
202 | 2025-07-15T19:39:01.101Z | Create boot environment: No |
203 | 2025-07-15T19:39:01.105Z | Create backup boot environment: No |
204 | 2025-07-15T19:39:01.184Z | Done |
205 | 2025-07-15T19:39:01.184Z | Done |
206 | 2025-07-15T19:39:01.804Z | Done |
207 | 2025-07-15T19:39:05.658Z | Done |
208 | 2025-07-15T19:39:05.751Z | Done |
209 | 2025-07-15T19:39:05.754Z | Done |
210 | 2025-07-15T19:39:05.899Z | Done |
211 | 2025-07-15T19:39:06.581Z | Planning: Evaluating mediator changes ... Done |
212 | 2025-07-15T19:39:06.722Z | Planning: Merging actions ... Done |
213 | 2025-07-15T19:39:06.849Z | Planning: Checking for conflicting actions ... Done |
214 | 2025-07-15T19:39:06.849Z | Planning: Consolidating action changes ... Done |
215 | 2025-07-15T19:39:07.044Z | Planning: Evaluating mediators ... Done |
216 | 2025-07-15T19:39:07.084Z | Planning: Planning completed in 0.79 seconds |
217 | 2025-07-15T19:39:07.128Z | Packages to change: 1 |
218 | 2025-07-15T19:39:07.128Z | Mediators to change: 1 |
219 | 2025-07-15T19:39:07.128Z | Services to change: 1 |
220 | 2025-07-15T19:39:07.134Z | Create boot environment: No |
221 | 2025-07-15T19:39:07.134Z | Create backup boot environment: Yes |
222 | 2025-07-15T19:39:09.645Z | Actions: 1/6 actions (Updating modified actions) |
223 | 2025-07-15T19:39:09.649Z | Actions: Completed 6 actions in 0.00 seconds. |
224 | 2025-07-15T19:39:09.649Z | Done |
225 | 2025-07-15T19:39:09.649Z | Done |
226 | 2025-07-15T19:39:09.821Z | Done |
227 | 2025-07-15T19:39:13.647Z | Done |
228 | 2025-07-15T19:39:13.741Z | Done |
229 | 2025-07-15T19:39:13.744Z | Done |
230 | 2025-07-15T19:39:13.889Z | Done |
231 | 2025-07-15T19:39:14.353Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
232 | 2025-07-15T19:39:14.353Z | clang system 15 system |
233 | 2025-07-15T19:39:14.353Z | csh system system illumos |
234 | 2025-07-15T19:39:14.353Z | ctags system system illumos |
235 | 2025-07-15T19:39:14.353Z | file system system illumos |
236 | 2025-07-15T19:39:14.353Z | gcc vendor 12 vendor |
237 | 2025-07-15T19:39:14.353Z | gcc system 10 system |
238 | 2025-07-15T19:39:14.353Z | gcc system 7 system |
239 | 2025-07-15T19:39:14.354Z | go system 1.20 system |
240 | 2025-07-15T19:39:14.354Z | go system 1.19 system |
241 | 2025-07-15T19:39:14.354Z | llvm system 15 system |
242 | 2025-07-15T19:39:14.354Z | llvm system 14 system |
243 | 2025-07-15T19:39:14.354Z | mariadb system 10.6 system |
244 | 2025-07-15T19:39:14.354Z | mta vendor vendor dma |
245 | 2025-07-15T19:39:14.354Z | openjdk system 17 system |
246 | 2025-07-15T19:39:14.354Z | openjdk system 11 system |
247 | 2025-07-15T19:39:14.354Z | openjdk system 1.8 system |
248 | 2025-07-15T19:39:14.354Z | openssl vendor 3 vendor |
249 | 2025-07-15T19:39:14.354Z | perl system 5.36 system |
250 | 2025-07-15T19:39:14.354Z | postgresql system 15 system |
251 | 2025-07-15T19:39:14.354Z | postgresql system 13 system |
252 | 2025-07-15T19:39:14.354Z | python vendor 3 vendor |
253 | 2025-07-15T19:39:14.354Z | python system 2 system |
254 | 2025-07-15T19:39:14.354Z | python3 system 3.11 system |
255 | 2025-07-15T19:39:14.354Z | ruby system 3.0 system |
256 | 2025-07-15T19:39:14.354Z | words vendor vendor american-english |
257 | 2025-07-15T19:39:14.354Z | words system system australian-english |
258 | 2025-07-15T19:39:14.354Z | words system system british-english |
259 | 2025-07-15T19:39:14.354Z | words system system canadian-english |
260 | 2025-07-15T19:39:14.354Z | words system system french |
261 | 2025-07-15T19:39:14.354Z | words system system italian |
262 | 2025-07-15T19:39:14.354Z | words system system ngerman |
263 | 2025-07-15T19:39:14.354Z | words system system ogerman |
264 | 2025-07-15T19:39:14.354Z | words system system spanish |
265 | 2025-07-15T19:39:14.708Z | PUBLISHER TYPE STATUS P LOCATION |
266 | 2025-07-15T19:39:14.708Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
267 | 2025-07-15T19:39:19.387Z | FMRI IFO |
268 | 2025-07-15T19:39:19.387Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
269 | 2025-07-15T19:39:19.387Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
270 | 2025-07-15T19:39:19.387Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
271 | 2025-07-15T19:39:19.388Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
272 | 2025-07-15T19:39:19.388Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
273 | 2025-07-15T19:39:19.388Z | pkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i-- |
274 | 2025-07-15T19:39:19.388Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
275 | 2025-07-15T19:39:19.388Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i-- |
276 | 2025-07-15T19:39:19.388Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
277 | 2025-07-15T19:39:19.388Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
278 | 2025-07-15T19:39:19.388Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i-- |
279 | 2025-07-15T19:39:19.388Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
280 | 2025-07-15T19:39:19.389Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
281 | 2025-07-15T19:39:19.389Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i-- |
282 | 2025-07-15T19:39:19.389Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
283 | 2025-07-15T19:39:19.389Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
284 | 2025-07-15T19:39:20.440Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
285 | 2025-07-15T19:39:20.754Z | Updating crates.io index |
286 | 2025-07-15T19:39:20.813Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
287 | 2025-07-15T19:39:21.145Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
288 | 2025-07-15T19:39:21.752Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
289 | 2025-07-15T19:39:21.984Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
290 | 2025-07-15T19:39:22.271Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
291 | 2025-07-15T19:39:22.608Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
292 | 2025-07-15T19:39:23.710Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
293 | 2025-07-15T19:39:25.628Z | Updating git repository `https://github.com/oxidecomputer/opte` |
294 | 2025-07-15T19:39:26.584Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
295 | 2025-07-15T19:39:27.266Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
296 | 2025-07-15T19:39:27.548Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
297 | 2025-07-15T19:39:27.871Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
298 | 2025-07-15T19:39:28.531Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
299 | 2025-07-15T19:39:28.803Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
300 | 2025-07-15T19:39:29.155Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
301 | 2025-07-15T19:39:29.754Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
302 | 2025-07-15T19:39:30.038Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
303 | 2025-07-15T19:39:30.315Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
304 | 2025-07-15T19:39:30.547Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
305 | 2025-07-15T19:39:30.831Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
306 | 2025-07-15T19:39:31.091Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
307 | 2025-07-15T19:39:31.530Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
308 | 2025-07-15T19:39:31.837Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
309 | 2025-07-15T19:39:32.258Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
310 | 2025-07-15T19:39:32.746Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
311 | 2025-07-15T19:39:33.141Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
312 | 2025-07-15T19:39:33.423Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
313 | 2025-07-15T19:39:33.790Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
314 | 2025-07-15T19:39:34.283Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
315 | 2025-07-15T19:39:34.527Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
316 | 2025-07-15T19:39:34.833Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
317 | 2025-07-15T19:39:35.131Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
318 | 2025-07-15T19:39:43.663Z | Updating git repository `https://github.com/illumos/smf-rs` |
319 | 2025-07-15T19:39:45.023Z | Downloading crates ... |
320 | 2025-07-15T19:39:45.077Z | Downloaded anstream v0.6.18 |
321 | 2025-07-15T19:39:45.080Z | Downloaded anstyle v1.0.11 |
322 | 2025-07-15T19:39:45.094Z | Downloaded cargo-util-schemas v0.2.0 |
323 | 2025-07-15T19:39:45.097Z | Downloaded clap_lex v0.7.4 |
324 | 2025-07-15T19:39:45.097Z | Downloaded cargo_metadata v0.20.0 |
325 | 2025-07-15T19:39:45.100Z | Downloaded toml v0.8.23 |
326 | 2025-07-15T19:39:45.103Z | Downloaded tabled_derive v0.7.0 |
327 | 2025-07-15T19:39:45.106Z | Downloaded thread-id v4.2.2 |
328 | 2025-07-15T19:39:45.106Z | Downloaded tinystr v0.7.6 |
329 | 2025-07-15T19:39:45.110Z | Downloaded zerovec-derive v0.10.3 |
330 | 2025-07-15T19:39:45.110Z | Downloaded yoke v0.7.4 |
331 | 2025-07-15T19:39:45.113Z | Downloaded usdt v0.5.0 |
332 | 2025-07-15T19:39:45.113Z | Downloaded thiserror-impl v1.0.69 |
333 | 2025-07-15T19:39:45.116Z | Downloaded unicode-linebreak v0.1.5 |
334 | 2025-07-15T19:39:45.116Z | Downloaded toml_write v0.1.2 |
335 | 2025-07-15T19:39:45.119Z | Downloaded toml_datetime v0.6.11 |
336 | 2025-07-15T19:39:45.119Z | Downloaded fnv v1.0.7 |
337 | 2025-07-15T19:39:45.119Z | Downloaded litemap v0.7.3 |
338 | 2025-07-15T19:39:45.122Z | Downloaded write16 v1.0.0 |
339 | 2025-07-15T19:39:45.122Z | Downloaded unicode-xid v0.2.6 |
340 | 2025-07-15T19:39:45.129Z | Downloaded zerofrom v0.1.4 |
341 | 2025-07-15T19:39:45.129Z | Downloaded generic-array v0.14.7 |
342 | 2025-07-15T19:39:45.132Z | Downloaded anyhow v1.0.98 |
343 | 2025-07-15T19:39:45.132Z | Downloaded textwrap v0.16.2 |
344 | 2025-07-15T19:39:45.132Z | Downloaded getrandom v0.3.1 |
345 | 2025-07-15T19:39:45.135Z | Downloaded version_check v0.9.5 |
346 | 2025-07-15T19:39:45.138Z | Downloaded thiserror v1.0.69 |
347 | 2025-07-15T19:39:45.142Z | Downloaded dtrace-parser v0.2.0 |
348 | 2025-07-15T19:39:45.145Z | Downloaded thiserror-impl v2.0.12 |
349 | 2025-07-15T19:39:45.145Z | Downloaded writeable v0.5.5 |
350 | 2025-07-15T19:39:45.148Z | Downloaded zerofrom-derive v0.1.4 |
351 | 2025-07-15T19:39:45.148Z | Downloaded utf16_iter v1.0.5 |
352 | 2025-07-15T19:39:45.151Z | Downloaded usdt-attr-macro v0.5.0 |
353 | 2025-07-15T19:39:45.151Z | Downloaded typeid v1.0.3 |
354 | 2025-07-15T19:39:45.151Z | Downloaded utf8_iter v1.0.4 |
355 | 2025-07-15T19:39:45.155Z | Downloaded thiserror v2.0.12 |
356 | 2025-07-15T19:39:45.158Z | Downloaded utf8parse v0.2.2 |
357 | 2025-07-15T19:39:45.161Z | Downloaded zerocopy-derive v0.7.35 |
358 | 2025-07-15T19:39:45.164Z | Downloaded toml_edit v0.22.27 |
359 | 2025-07-15T19:39:45.167Z | Downloaded typenum v1.17.0 |
360 | 2025-07-15T19:39:45.170Z | Downloaded ucd-trie v0.1.7 |
361 | 2025-07-15T19:39:45.175Z | Downloaded icu_provider_macros v1.5.0 |
362 | 2025-07-15T19:39:45.175Z | Downloaded pretty-hex v0.4.1 |
363 | 2025-07-15T19:39:45.175Z | Downloaded url v2.5.4 |
364 | 2025-07-15T19:39:45.178Z | Downloaded memmap v0.7.0 |
365 | 2025-07-15T19:39:45.178Z | Downloaded heck v0.4.1 |
366 | 2025-07-15T19:39:45.181Z | Downloaded fastrand v2.1.1 |
367 | 2025-07-15T19:39:45.181Z | Downloaded icu_provider v1.5.0 |
368 | 2025-07-15T19:39:45.184Z | Downloaded icu_properties v1.5.1 |
369 | 2025-07-15T19:39:45.187Z | Downloaded usdt-impl v0.5.0 |
370 | 2025-07-15T19:39:45.187Z | Downloaded swrite v0.1.0 |
371 | 2025-07-15T19:39:45.187Z | Downloaded zerovec v0.10.4 |
372 | 2025-07-15T19:39:45.192Z | Downloaded scroll_derive v0.12.0 |
373 | 2025-07-15T19:39:45.196Z | Downloaded clap_builder v4.5.40 |
374 | 2025-07-15T19:39:45.199Z | Downloaded zerocopy v0.7.35 |
375 | 2025-07-15T19:39:45.213Z | Downloaded winnow v0.7.10 |
376 | 2025-07-15T19:39:45.220Z | Downloaded heck v0.5.0 |
377 | 2025-07-15T19:39:45.223Z | Downloaded serde_spanned v0.6.9 |
378 | 2025-07-15T19:39:45.223Z | Downloaded byteorder v1.5.0 |
379 | 2025-07-15T19:39:45.227Z | Downloaded bytecount v0.6.8 |
380 | 2025-07-15T19:39:45.227Z | Downloaded serde-value v0.7.0 |
381 | 2025-07-15T19:39:45.230Z | Downloaded unicode-width v0.2.0 |
382 | 2025-07-15T19:39:45.233Z | Downloaded unicode-width v0.1.14 |
383 | 2025-07-15T19:39:45.236Z | Downloaded synstructure v0.13.1 |
384 | 2025-07-15T19:39:45.239Z | Downloaded stable_deref_trait v1.2.0 |
385 | 2025-07-15T19:39:45.239Z | Downloaded scroll v0.12.0 |
386 | 2025-07-15T19:39:45.239Z | Downloaded erased-serde v0.4.6 |
387 | 2025-07-15T19:39:45.242Z | Downloaded strsim v0.11.1 |
388 | 2025-07-15T19:39:45.242Z | Downloaded terminal_size v0.4.0 |
389 | 2025-07-15T19:39:45.245Z | Downloaded plain v0.2.3 |
390 | 2025-07-15T19:39:45.245Z | Downloaded quote v1.0.40 |
391 | 2025-07-15T19:39:45.249Z | Downloaded once_cell v1.21.3 |
392 | 2025-07-15T19:39:45.249Z | Downloaded smawk v0.3.2 |
393 | 2025-07-15T19:39:45.252Z | Downloaded serde_tokenstream v0.2.2 |
394 | 2025-07-15T19:39:45.252Z | Downloaded pest_derive v2.7.14 |
395 | 2025-07-15T19:39:45.255Z | Downloaded memchr v2.7.4 |
396 | 2025-07-15T19:39:45.258Z | Downloaded icu_normalizer_data v1.5.0 |
397 | 2025-07-15T19:39:45.261Z | Downloaded cargo_toml v0.21.0 |
398 | 2025-07-15T19:39:45.261Z | Downloaded icu_collections v1.5.0 |
399 | 2025-07-15T19:39:45.265Z | Downloaded proc-macro-error v1.0.4 |
400 | 2025-07-15T19:39:45.268Z | Downloaded sha2 v0.10.9 |
401 | 2025-07-15T19:39:45.271Z | Downloaded pest_generator v2.7.14 |
402 | 2025-07-15T19:39:45.271Z | Downloaded serde-untagged v0.1.7 |
403 | 2025-07-15T19:39:45.274Z | Downloaded proc-macro-error-attr v1.0.4 |
404 | 2025-07-15T19:39:45.275Z | Downloaded percent-encoding v2.3.1 |
405 | 2025-07-15T19:39:45.275Z | Downloaded log v0.4.27 |
406 | 2025-07-15T19:39:45.278Z | Downloaded proc-macro2 v1.0.95 |
407 | 2025-07-15T19:39:45.281Z | Downloaded num-traits v0.2.19 |
408 | 2025-07-15T19:39:45.281Z | Downloaded icu_locid_transform v1.5.0 |
409 | 2025-07-15T19:39:45.284Z | Downloaded papergrid v0.11.0 |
410 | 2025-07-15T19:39:45.287Z | Downloaded icu_locid_transform_data v1.5.0 |
411 | 2025-07-15T19:39:45.290Z | Downloaded icu_locid v1.5.0 |
412 | 2025-07-15T19:39:45.293Z | Downloaded smallvec v1.15.0 |
413 | 2025-07-15T19:39:45.296Z | Downloaded serde_derive v1.0.219 |
414 | 2025-07-15T19:39:45.296Z | Downloaded semver v1.0.26 |
415 | 2025-07-15T19:39:45.299Z | Downloaded tempfile v3.20.0 |
416 | 2025-07-15T19:39:45.302Z | Downloaded camino v1.1.10 |
417 | 2025-07-15T19:39:45.305Z | Downloaded icu_normalizer v1.5.0 |
418 | 2025-07-15T19:39:45.305Z | Downloaded ryu v1.0.18 |
419 | 2025-07-15T19:39:45.308Z | Downloaded camino-tempfile v1.4.1 |
420 | 2025-07-15T19:39:45.312Z | Downloaded pest_meta v2.7.14 |
421 | 2025-07-15T19:39:45.312Z | Downloaded ordered-float v2.10.1 |
422 | 2025-07-15T19:39:45.315Z | Downloaded macaddr v1.0.1 |
423 | 2025-07-15T19:39:45.315Z | Downloaded autocfg v1.4.0 |
424 | 2025-07-15T19:39:45.318Z | Downloaded serde v1.0.219 |
425 | 2025-07-15T19:39:45.318Z | Downloaded itoa v1.0.11 |
426 | 2025-07-15T19:39:45.321Z | Downloaded is_terminal_polyfill v1.70.1 |
427 | 2025-07-15T19:39:45.321Z | Downloaded idna_adapter v1.2.0 |
428 | 2025-07-15T19:39:45.321Z | Downloaded block-buffer v0.10.4 |
429 | 2025-07-15T19:39:45.324Z | Downloaded cfg-if v1.0.1 |
430 | 2025-07-15T19:39:45.324Z | Downloaded dof v0.3.0 |
431 | 2025-07-15T19:39:45.324Z | Downloaded yoke-derive v0.7.4 |
432 | 2025-07-15T19:39:45.324Z | Downloaded usdt-macro v0.5.0 |
433 | 2025-07-15T19:39:45.327Z | Downloaded digest v0.10.7 |
434 | 2025-07-15T19:39:45.328Z | Downloaded errno v0.3.12 |
435 | 2025-07-15T19:39:45.328Z | Downloaded displaydoc v0.2.5 |
436 | 2025-07-15T19:39:45.331Z | Downloaded bitflags v2.9.1 |
437 | 2025-07-15T19:39:45.334Z | Downloaded indexmap v2.10.0 |
438 | 2025-07-15T19:39:45.337Z | Downloaded unicode-ident v1.0.18 |
439 | 2025-07-15T19:39:45.341Z | Downloaded equivalent v1.0.2 |
440 | 2025-07-15T19:39:45.341Z | Downloaded crypto-common v0.1.6 |
441 | 2025-07-15T19:39:45.345Z | Downloaded clap v4.5.40 |
442 | 2025-07-15T19:39:45.349Z | Downloaded anstyle-query v1.1.1 |
443 | 2025-07-15T19:39:45.352Z | Downloaded idna v1.0.3 |
444 | 2025-07-15T19:39:45.355Z | Downloaded hashbrown v0.15.4 |
445 | 2025-07-15T19:39:45.358Z | Downloaded pest v2.7.14 |
446 | 2025-07-15T19:39:45.361Z | Downloaded serde_json v1.0.140 |
447 | 2025-07-15T19:39:45.367Z | Downloaded form_urlencoded v1.2.1 |
448 | 2025-07-15T19:39:45.370Z | Downloaded cpufeatures v0.2.14 |
449 | 2025-07-15T19:39:45.371Z | Downloaded clap_derive v4.5.40 |
450 | 2025-07-15T19:39:45.374Z | Downloaded cargo-platform v0.2.0 |
451 | 2025-07-15T19:39:45.374Z | Downloaded fs-err v3.1.1 |
452 | 2025-07-15T19:39:45.374Z | Downloaded colorchoice v1.0.2 |
453 | 2025-07-15T19:39:45.377Z | Downloaded anstyle-parse v0.2.5 |
454 | 2025-07-15T19:39:45.383Z | Downloaded goblin v0.8.2 |
455 | 2025-07-15T19:39:45.395Z | Downloaded icu_properties_data v1.5.0 |
456 | 2025-07-15T19:39:45.400Z | Downloaded tabled v0.15.0 |
457 | 2025-07-15T19:39:45.413Z | Downloaded syn v1.0.109 |
458 | 2025-07-15T19:39:45.421Z | Downloaded syn v2.0.104 |
459 | 2025-07-15T19:39:45.436Z | Downloaded rustix v0.38.37 |
460 | 2025-07-15T19:39:45.455Z | Downloaded rustix v1.0.7 |
461 | 2025-07-15T19:39:45.490Z | Downloaded libc v0.2.174 |
462 | 2025-07-15T19:39:45.573Z | Compiling proc-macro2 v1.0.95 |
463 | 2025-07-15T19:39:45.573Z | Compiling unicode-ident v1.0.18 |
464 | 2025-07-15T19:39:45.573Z | Compiling serde v1.0.219 |
465 | 2025-07-15T19:39:45.576Z | Compiling version_check v0.9.5 |
466 | 2025-07-15T19:39:45.576Z | Compiling libc v0.2.174 |
467 | 2025-07-15T19:39:45.576Z | Compiling thiserror v1.0.69 |
468 | 2025-07-15T19:39:45.576Z | Compiling memchr v2.7.4 |
469 | 2025-07-15T19:39:45.576Z | Compiling stable_deref_trait v1.2.0 |
470 | 2025-07-15T19:39:46.042Z | Compiling litemap v0.7.3 |
471 | 2025-07-15T19:39:46.067Z | Compiling writeable v0.5.5 |
472 | 2025-07-15T19:39:46.514Z | Compiling ucd-trie v0.1.7 |
473 | 2025-07-15T19:39:46.517Z | Compiling ryu v1.0.18 |
474 | 2025-07-15T19:39:46.571Z | Compiling itoa v1.0.11 |
475 | 2025-07-15T19:39:46.607Z | Compiling autocfg v1.4.0 |
476 | 2025-07-15T19:39:46.801Z | Compiling once_cell v1.21.3 |
477 | 2025-07-15T19:39:46.877Z | Compiling icu_locid_transform_data v1.5.0 |
478 | 2025-07-15T19:39:47.021Z | Compiling byteorder v1.5.0 |
479 | 2025-07-15T19:39:47.048Z | Compiling bitflags v2.9.1 |
480 | 2025-07-15T19:39:47.264Z | Compiling serde_json v1.0.140 |
481 | 2025-07-15T19:39:47.475Z | Compiling icu_properties_data v1.5.0 |
482 | 2025-07-15T19:39:47.504Z | Compiling smallvec v1.15.0 |
483 | 2025-07-15T19:39:47.585Z | Compiling num-traits v0.2.19 |
484 | 2025-07-15T19:39:47.648Z | Compiling utf16_iter v1.0.5 |
485 | 2025-07-15T19:39:47.731Z | Compiling quote v1.0.40 |
486 | 2025-07-15T19:39:47.857Z | Compiling typeid v1.0.3 |
487 | 2025-07-15T19:39:47.896Z | Compiling equivalent v1.0.2 |
488 | 2025-07-15T19:39:47.923Z | Compiling errno v0.3.12 |
489 | 2025-07-15T19:39:47.950Z | Compiling icu_normalizer_data v1.5.0 |
490 | 2025-07-15T19:39:48.041Z | Compiling write16 v1.0.0 |
491 | 2025-07-15T19:39:48.070Z | Compiling utf8_iter v1.0.4 |
492 | 2025-07-15T19:39:48.097Z | Compiling syn v2.0.104 |
493 | 2025-07-15T19:39:48.101Z | Compiling hashbrown v0.15.4 |
494 | 2025-07-15T19:39:48.185Z | Compiling rustix v0.38.37 |
495 | 2025-07-15T19:39:48.349Z | Compiling proc-macro-error-attr v1.0.4 |
496 | 2025-07-15T19:39:48.401Z | Compiling usdt-impl v0.5.0 |
497 | 2025-07-15T19:39:48.454Z | Compiling syn v1.0.109 |
498 | 2025-07-15T19:39:48.548Z | Compiling toml_write v0.1.2 |
499 | 2025-07-15T19:39:48.688Z | Compiling winnow v0.7.10 |
500 | 2025-07-15T19:39:48.924Z | Compiling thread-id v4.2.2 |
501 | 2025-07-15T19:39:49.098Z | Compiling proc-macro-error v1.0.4 |
502 | 2025-07-15T19:39:49.127Z | Compiling percent-encoding v2.3.1 |
503 | 2025-07-15T19:39:49.252Z | Compiling indexmap v2.10.0 |
504 | 2025-07-15T19:39:49.339Z | Compiling semver v1.0.26 |
505 | 2025-07-15T19:39:49.455Z | Compiling log v0.4.27 |
506 | 2025-07-15T19:39:49.505Z | Compiling rustix v1.0.7 |
507 | 2025-07-15T19:39:49.850Z | Compiling plain v0.2.3 |
508 | 2025-07-15T19:39:49.903Z | Compiling camino v1.1.10 |
509 | 2025-07-15T19:39:50.058Z | Compiling utf8parse v0.2.2 |
510 | 2025-07-15T19:39:50.258Z | Compiling getrandom v0.3.1 |
511 | 2025-07-15T19:39:50.444Z | Compiling terminal_size v0.4.0 |
512 | 2025-07-15T19:39:50.598Z | Compiling anstyle-parse v0.2.5 |
513 | 2025-07-15T19:39:50.654Z | Compiling ordered-float v2.10.1 |
514 | 2025-07-15T19:39:50.713Z | Compiling form_urlencoded v1.2.1 |
515 | 2025-07-15T19:39:51.005Z | Compiling thiserror v2.0.12 |
516 | 2025-07-15T19:39:51.032Z | Compiling anstyle-query v1.1.1 |
517 | 2025-07-15T19:39:51.209Z | Compiling pretty-hex v0.4.1 |
518 | 2025-07-15T19:39:51.243Z | Compiling cfg-if v1.0.1 |
519 | 2025-07-15T19:39:51.344Z | Compiling anstyle v1.0.11 |
520 | 2025-07-15T19:39:51.372Z | Compiling is_terminal_polyfill v1.70.1 |
521 | 2025-07-15T19:39:51.453Z | Compiling colorchoice v1.0.2 |
522 | 2025-07-15T19:39:51.709Z | Compiling anstream v0.6.18 |
523 | 2025-07-15T19:39:52.058Z | Compiling fs-err v3.1.1 |
524 | 2025-07-15T19:39:52.105Z | Compiling fnv v1.0.7 |
525 | 2025-07-15T19:39:52.275Z | Compiling unicode-width v0.1.14 |
526 | 2025-07-15T19:39:52.306Z | Compiling strsim v0.11.1 |
527 | 2025-07-15T19:39:52.306Z | Compiling clap_lex v0.7.4 |
528 | 2025-07-15T19:39:52.406Z | Compiling fastrand v2.1.1 |
529 | 2025-07-15T19:39:52.773Z | Compiling anyhow v1.0.98 |
530 | 2025-07-15T19:39:52.828Z | Compiling heck v0.5.0 |
531 | 2025-07-15T19:39:52.921Z | Compiling unicode-xid v0.2.6 |
532 | 2025-07-15T19:39:53.047Z | Compiling heck v0.4.1 |
533 | 2025-07-15T19:39:53.140Z | Compiling bytecount v0.6.8 |
534 | 2025-07-15T19:39:53.383Z | Compiling papergrid v0.11.0 |
535 | 2025-07-15T19:39:53.749Z | Compiling tempfile v3.20.0 |
536 | 2025-07-15T19:39:53.779Z | Compiling clap_builder v4.5.40 |
537 | 2025-07-15T19:39:54.081Z | Compiling memmap v0.7.0 |
538 | 2025-07-15T19:39:54.117Z | Compiling unicode-width v0.2.0 |
539 | 2025-07-15T19:39:54.454Z | Compiling unicode-linebreak v0.1.5 |
540 | 2025-07-15T19:39:54.629Z | Compiling smawk v0.3.2 |
541 | 2025-07-15T19:39:54.865Z | Compiling synstructure v0.13.1 |
542 | 2025-07-15T19:39:54.934Z | Compiling textwrap v0.16.2 |
543 | 2025-07-15T19:39:55.960Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
544 | 2025-07-15T19:39:56.028Z | Compiling tabled_derive v0.7.0 |
545 | 2025-07-15T19:39:56.066Z | Compiling swrite v0.1.0 |
546 | 2025-07-15T19:39:57.341Z | Compiling serde_derive v1.0.219 |
547 | 2025-07-15T19:39:57.341Z | Compiling zerofrom-derive v0.1.4 |
548 | 2025-07-15T19:39:57.341Z | Compiling thiserror-impl v1.0.69 |
549 | 2025-07-15T19:39:57.345Z | Compiling yoke-derive v0.7.4 |
550 | 2025-07-15T19:39:57.345Z | Compiling zerovec-derive v0.10.3 |
551 | 2025-07-15T19:39:57.639Z | Compiling displaydoc v0.2.5 |
552 | 2025-07-15T19:39:59.205Z | Compiling icu_provider_macros v1.5.0 |
553 | 2025-07-15T19:39:59.992Z | Compiling zerocopy-derive v0.7.35 |
554 | 2025-07-15T19:40:00.117Z | Compiling scroll_derive v0.12.0 |
555 | 2025-07-15T19:40:00.293Z | Compiling thiserror-impl v2.0.12 |
556 | 2025-07-15T19:40:00.563Z | Compiling pest v2.7.14 |
557 | 2025-07-15T19:40:00.807Z | Compiling zerofrom v0.1.4 |
558 | 2025-07-15T19:40:01.067Z | Compiling yoke v0.7.4 |
559 | 2025-07-15T19:40:01.366Z | Compiling clap_derive v4.5.40 |
560 | 2025-07-15T19:40:01.472Z | Compiling zerovec v0.10.4 |
561 | 2025-07-15T19:40:01.500Z | Compiling scroll v0.12.0 |
562 | 2025-07-15T19:40:01.994Z | Compiling zerocopy v0.7.35 |
563 | 2025-07-15T19:40:02.051Z | Compiling goblin v0.8.2 |
564 | 2025-07-15T19:40:02.602Z | Compiling tabled v0.15.0 |
565 | 2025-07-15T19:40:03.403Z | Compiling tinystr v0.7.6 |
566 | 2025-07-15T19:40:03.550Z | Compiling pest_meta v2.7.14 |
567 | 2025-07-15T19:40:03.553Z | Compiling icu_collections v1.5.0 |
568 | 2025-07-15T19:40:03.792Z | Compiling icu_locid v1.5.0 |
569 | 2025-07-15T19:40:04.973Z | Compiling icu_provider v1.5.0 |
570 | 2025-07-15T19:40:05.366Z | Compiling pest_generator v2.7.14 |
571 | 2025-07-15T19:40:05.851Z | Compiling icu_locid_transform v1.5.0 |
572 | 2025-07-15T19:40:05.937Z | Compiling clap v4.5.40 |
573 | 2025-07-15T19:40:07.231Z | Compiling icu_properties v1.5.1 |
574 | 2025-07-15T19:40:07.434Z | Compiling pest_derive v2.7.14 |
575 | 2025-07-15T19:40:08.112Z | Compiling dtrace-parser v0.2.0 |
576 | 2025-07-15T19:40:09.669Z | Compiling serde_tokenstream v0.2.2 |
577 | 2025-07-15T19:40:09.731Z | Compiling serde_spanned v0.6.9 |
578 | 2025-07-15T19:40:09.731Z | Compiling toml_datetime v0.6.11 |
579 | 2025-07-15T19:40:09.870Z | Compiling erased-serde v0.4.6 |
580 | 2025-07-15T19:40:10.043Z | Compiling serde-value v0.7.0 |
581 | 2025-07-15T19:40:10.250Z | Compiling toml_edit v0.22.27 |
582 | 2025-07-15T19:40:10.713Z | Compiling icu_normalizer v1.5.0 |
583 | 2025-07-15T19:40:10.846Z | Compiling serde-untagged v0.1.7 |
584 | 2025-07-15T19:40:10.997Z | Compiling cargo-platform v0.2.0 |
585 | 2025-07-15T19:40:11.212Z | Compiling camino-tempfile v1.4.1 |
586 | 2025-07-15T19:40:11.384Z | Compiling macaddr v1.0.1 |
587 | 2025-07-15T19:40:11.579Z | Compiling dof v0.3.0 |
588 | 2025-07-15T19:40:11.699Z | Compiling idna_adapter v1.2.0 |
589 | 2025-07-15T19:40:11.966Z | Compiling idna v1.0.3 |
590 | 2025-07-15T19:40:12.474Z | Compiling url v2.5.4 |
591 | 2025-07-15T19:40:13.118Z | Compiling usdt-attr-macro v0.5.0 |
592 | 2025-07-15T19:40:13.118Z | Compiling usdt-macro v0.5.0 |
593 | 2025-07-15T19:40:13.560Z | Compiling toml v0.8.23 |
594 | 2025-07-15T19:40:14.223Z | Compiling usdt v0.5.0 |
595 | 2025-07-15T19:40:14.338Z | Compiling cargo-util-schemas v0.2.0 |
596 | 2025-07-15T19:40:14.342Z | Compiling cargo_toml v0.21.0 |
597 | 2025-07-15T19:40:15.847Z | Compiling cargo_metadata v0.20.0 |
598 | 2025-07-15T19:40:17.712Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
599 | 2025-07-15T19:40:21.317Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 01s |
600 | 2025-07-15T19:40:21.616Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
601 | 2025-07-15T19:40:22.347Z | Downloading crates ... |
602 | 2025-07-15T19:40:22.492Z | Downloaded addr2line v0.24.2 |
603 | 2025-07-15T19:40:22.500Z | Downloaded adler2 v2.0.0 |
604 | 2025-07-15T19:40:22.503Z | Downloaded ascii-canvas v3.0.0 |
605 | 2025-07-15T19:40:22.507Z | Downloaded crucible-workspace-hack v0.1.0 |
606 | 2025-07-15T19:40:22.511Z | Downloaded async-stream-impl v0.3.6 |
607 | 2025-07-15T19:40:22.515Z | Downloaded async-recursion v1.1.1 |
608 | 2025-07-15T19:40:22.519Z | Downloaded backoff v0.4.0 |
609 | 2025-07-15T19:40:22.522Z | Downloaded hex v0.4.3 |
610 | 2025-07-15T19:40:22.522Z | Downloaded convert_case v0.4.0 |
611 | 2025-07-15T19:40:22.525Z | Downloaded atty v0.2.14 |
612 | 2025-07-15T19:40:22.529Z | Downloaded allocator-api2 v0.2.21 |
613 | 2025-07-15T19:40:22.532Z | Downloaded buf-list v1.0.3 |
614 | 2025-07-15T19:40:22.532Z | Downloaded headers v0.4.1 |
615 | 2025-07-15T19:40:22.538Z | Downloaded http-body v1.0.1 |
616 | 2025-07-15T19:40:22.541Z | Downloaded hyper-rustls v0.27.7 |
617 | 2025-07-15T19:40:22.544Z | Downloaded hostname v0.3.1 |
618 | 2025-07-15T19:40:22.548Z | Downloaded hashbrown v0.13.2 |
619 | 2025-07-15T19:40:22.552Z | Downloaded highway v1.3.0 |
620 | 2025-07-15T19:40:22.555Z | Downloaded atomicwrites v0.4.4 |
621 | 2025-07-15T19:40:22.555Z | Downloaded indoc v2.0.6 |
622 | 2025-07-15T19:40:22.561Z | Downloaded async-trait v0.1.88 |
623 | 2025-07-15T19:40:22.565Z | Downloaded http-range v0.1.5 |
624 | 2025-07-15T19:40:22.565Z | Downloaded arrayref v0.3.9 |
625 | 2025-07-15T19:40:22.568Z | Downloaded assert_matches v1.5.0 |
626 | 2025-07-15T19:40:22.568Z | Downloaded async-bb8-diesel v0.2.1 |
627 | 2025-07-15T19:40:22.571Z | Downloaded arc-swap v1.7.1 |
628 | 2025-07-15T19:40:22.575Z | Downloaded aead v0.5.2 |
629 | 2025-07-15T19:40:22.581Z | Downloaded blowfish v0.9.1 |
630 | 2025-07-15T19:40:22.585Z | Downloaded cexpr v0.6.0 |
631 | 2025-07-15T19:40:22.592Z | Downloaded crc8 v0.1.1 |
632 | 2025-07-15T19:40:22.595Z | Downloaded ciborium-io v0.2.2 |
633 | 2025-07-15T19:40:22.595Z | Downloaded cfg_aliases v0.2.1 |
634 | 2025-07-15T19:40:22.600Z | Downloaded is_ci v1.2.0 |
635 | 2025-07-15T19:40:22.608Z | Downloaded hyper-tls v0.6.0 |
636 | 2025-07-15T19:40:22.611Z | Downloaded indent_write v2.2.0 |
637 | 2025-07-15T19:40:22.614Z | Downloaded iana-time-zone v0.1.63 |
638 | 2025-07-15T19:40:22.620Z | Downloaded cipher v0.4.4 |
639 | 2025-07-15T19:40:22.625Z | Downloaded linked-hash-map v0.5.6 |
640 | 2025-07-15T19:40:22.625Z | Downloaded chacha20 v0.9.1 |
641 | 2025-07-15T19:40:22.625Z | Downloaded bitfield-struct v0.6.2 |
642 | 2025-07-15T19:40:22.628Z | Downloaded ident_case v1.0.1 |
643 | 2025-07-15T19:40:22.628Z | Downloaded async-stream v0.3.6 |
644 | 2025-07-15T19:40:22.629Z | Downloaded md5 v0.7.0 |
645 | 2025-07-15T19:40:22.632Z | Downloaded headers-core v0.3.0 |
646 | 2025-07-15T19:40:22.632Z | Downloaded hubpack_derive v0.1.1 |
647 | 2025-07-15T19:40:22.632Z | Downloaded match_cfg v0.1.0 |
648 | 2025-07-15T19:40:22.635Z | Downloaded cargo_metadata v0.18.1 |
649 | 2025-07-15T19:40:22.638Z | Downloaded cfg_aliases v0.1.1 |
650 | 2025-07-15T19:40:22.638Z | Downloaded instant v0.1.13 |
651 | 2025-07-15T19:40:22.643Z | Downloaded base16ct v0.2.0 |
652 | 2025-07-15T19:40:22.643Z | Downloaded inout v0.1.3 |
653 | 2025-07-15T19:40:22.648Z | Downloaded hubpack v0.1.2 |
654 | 2025-07-15T19:40:22.648Z | Downloaded bzip2 v0.4.4 |
655 | 2025-07-15T19:40:22.652Z | Downloaded http-body-util v0.1.3 |
656 | 2025-07-15T19:40:22.652Z | Downloaded hostname v0.4.0 |
657 | 2025-07-15T19:40:22.655Z | Downloaded libscf-sys v1.1.0 |
658 | 2025-07-15T19:40:22.655Z | Downloaded heapless v0.8.0 |
659 | 2025-07-15T19:40:22.659Z | Downloaded kstat-rs v0.2.4 |
660 | 2025-07-15T19:40:22.662Z | Downloaded progenitor-client v0.8.0 |
661 | 2025-07-15T19:40:22.662Z | Downloaded cargo-platform v0.1.8 |
662 | 2025-07-15T19:40:22.665Z | Downloaded constant_time_eq v0.3.1 |
663 | 2025-07-15T19:40:22.665Z | Downloaded managed v0.8.0 |
664 | 2025-07-15T19:40:22.668Z | Downloaded lru v0.12.5 |
665 | 2025-07-15T19:40:22.671Z | Downloaded md-5 v0.10.6 |
666 | 2025-07-15T19:40:22.671Z | Downloaded crossbeam-deque v0.8.5 |
667 | 2025-07-15T19:40:22.675Z | Downloaded cobs v0.2.3 |
668 | 2025-07-15T19:40:22.678Z | Downloaded is-terminal v0.4.13 |
669 | 2025-07-15T19:40:22.678Z | Downloaded indicatif v0.17.11 |
670 | 2025-07-15T19:40:22.682Z | Downloaded semver v0.1.20 |
671 | 2025-07-15T19:40:22.685Z | Downloaded ingot-types v0.1.0 |
672 | 2025-07-15T19:40:22.688Z | Downloaded ciborium v0.2.2 |
673 | 2025-07-15T19:40:22.702Z | Downloaded sigpipe v0.1.3 |
674 | 2025-07-15T19:40:22.707Z | Downloaded mime v0.3.17 |
675 | 2025-07-15T19:40:22.712Z | Downloaded memoffset v0.9.1 |
676 | 2025-07-15T19:40:22.712Z | Downloaded maplit v1.0.2 |
677 | 2025-07-15T19:40:22.712Z | Downloaded libz-rs-sys v0.5.1 |
678 | 2025-07-15T19:40:22.717Z | Downloaded critical-section v1.1.3 |
679 | 2025-07-15T19:40:22.717Z | Downloaded lazy_static v1.5.0 |
680 | 2025-07-15T19:40:22.720Z | Downloaded httparse v1.9.5 |
681 | 2025-07-15T19:40:22.720Z | Downloaded progenitor-macro v0.9.1 |
682 | 2025-07-15T19:40:22.723Z | Downloaded progenitor-macro v0.8.0 |
683 | 2025-07-15T19:40:22.723Z | Downloaded libsw-core v0.3.1 |
684 | 2025-07-15T19:40:22.726Z | Downloaded libsw v3.5.0 |
685 | 2025-07-15T19:40:22.731Z | Downloaded rand_xorshift v0.4.0 |
686 | 2025-07-15T19:40:22.734Z | Downloaded castaway v0.2.3 |
687 | 2025-07-15T19:40:22.734Z | Downloaded salsa20 v0.10.2 |
688 | 2025-07-15T19:40:22.737Z | Downloaded rustc_version v0.4.1 |
689 | 2025-07-15T19:40:22.737Z | Downloaded rtoolbox v0.0.2 |
690 | 2025-07-15T19:40:22.740Z | Downloaded crc32fast v1.4.2 |
691 | 2025-07-15T19:40:22.743Z | Downloaded hyper-staticfile v0.10.1 |
692 | 2025-07-15T19:40:22.746Z | Downloaded console v0.15.10 |
693 | 2025-07-15T19:40:22.749Z | Downloaded crc v3.2.1 |
694 | 2025-07-15T19:40:22.754Z | Downloaded try-lock v0.2.5 |
695 | 2025-07-15T19:40:22.754Z | Downloaded const_format_proc_macros v0.2.34 |
696 | 2025-07-15T19:40:22.760Z | Downloaded hickory-resolver v0.24.4 |
697 | 2025-07-15T19:40:22.763Z | Downloaded serde_repr v0.1.19 |
698 | 2025-07-15T19:40:22.767Z | Downloaded xshell-macros v0.2.7 |
699 | 2025-07-15T19:40:22.771Z | Downloaded void v1.0.2 |
700 | 2025-07-15T19:40:22.771Z | Downloaded mime_guess v2.0.5 |
701 | 2025-07-15T19:40:22.775Z | Downloaded bcs v0.1.6 |
702 | 2025-07-15T19:40:22.775Z | Downloaded simd-adler32 v0.3.7 |
703 | 2025-07-15T19:40:22.778Z | Downloaded smallvec v0.6.14 |
704 | 2025-07-15T19:40:22.781Z | Downloaded slog-json v2.6.1 |
705 | 2025-07-15T19:40:22.785Z | Downloaded darling_macro v0.20.10 |
706 | 2025-07-15T19:40:22.785Z | Downloaded ignore v0.4.23 |
707 | 2025-07-15T19:40:22.788Z | Downloaded derive_builder_macro v0.20.2 |
708 | 2025-07-15T19:40:22.792Z | Downloaded crunchy v0.2.2 |
709 | 2025-07-15T19:40:22.792Z | Downloaded termios v0.3.3 |
710 | 2025-07-15T19:40:22.796Z | Downloaded supports-color v3.0.2 |
711 | 2025-07-15T19:40:22.796Z | Downloaded jobserver v0.1.32 |
712 | 2025-07-15T19:40:22.799Z | Downloaded crc-any v2.5.0 |
713 | 2025-07-15T19:40:22.803Z | Downloaded const-oid v0.9.6 |
714 | 2025-07-15T19:40:22.806Z | Downloaded tokio-native-tls v0.3.1 |
715 | 2025-07-15T19:40:22.809Z | Downloaded document-features v0.2.10 |
716 | 2025-07-15T19:40:22.812Z | Downloaded smf v0.2.3 |
717 | 2025-07-15T19:40:22.812Z | Downloaded tls_codec v0.4.1 |
718 | 2025-07-15T19:40:22.815Z | Downloaded fxhash v0.2.1 |
719 | 2025-07-15T19:40:22.819Z | Downloaded support-bundle-viewer v0.1.2 |
720 | 2025-07-15T19:40:22.819Z | Downloaded subtle v2.6.1 |
721 | 2025-07-15T19:40:22.824Z | Downloaded typify-macro v0.4.1 |
722 | 2025-07-15T19:40:22.824Z | Downloaded typify-macro v0.3.0 |
723 | 2025-07-15T19:40:22.828Z | Downloaded untrusted v0.7.1 |
724 | 2025-07-15T19:40:22.828Z | Downloaded tokio-tungstenite v0.21.0 |
725 | 2025-07-15T19:40:22.832Z | Downloaded litrs v0.4.1 |
726 | 2025-07-15T19:40:22.835Z | Downloaded parse-size v1.1.0 |
727 | 2025-07-15T19:40:22.835Z | Downloaded sha1 v0.10.6 |
728 | 2025-07-15T19:40:22.839Z | Downloaded number_prefix v0.4.0 |
729 | 2025-07-15T19:40:22.839Z | Downloaded num_threads v0.1.7 |
730 | 2025-07-15T19:40:22.843Z | Downloaded num-iter v0.1.45 |
731 | 2025-07-15T19:40:22.843Z | Downloaded xz2 v0.1.7 |
732 | 2025-07-15T19:40:22.854Z | Downloaded spin v0.9.8 |
733 | 2025-07-15T19:40:22.859Z | Downloaded cookie v0.18.1 |
734 | 2025-07-15T19:40:22.859Z | Downloaded hickory-server v0.25.2 |
735 | 2025-07-15T19:40:22.859Z | Downloaded darling v0.20.10 |
736 | 2025-07-15T19:40:22.864Z | Downloaded display-error-chain v0.2.2 |
737 | 2025-07-15T19:40:22.867Z | Downloaded dirs-sys-next v0.1.2 |
738 | 2025-07-15T19:40:22.867Z | Downloaded progenitor-impl v0.9.1 |
739 | 2025-07-15T19:40:22.871Z | Downloaded embedded-io v0.4.0 |
740 | 2025-07-15T19:40:22.874Z | Downloaded pretty-hex v0.2.1 |
741 | 2025-07-15T19:40:22.874Z | Downloaded clang-sys v1.8.1 |
742 | 2025-07-15T19:40:22.879Z | Downloaded wyz v0.5.1 |
743 | 2025-07-15T19:40:22.882Z | Downloaded bumpalo v3.16.0 |
744 | 2025-07-15T19:40:22.882Z | Downloaded fixedbitset v0.4.2 |
745 | 2025-07-15T19:40:22.885Z | Downloaded fd-lock v4.0.2 |
746 | 2025-07-15T19:40:22.889Z | Downloaded ghash v0.5.1 |
747 | 2025-07-15T19:40:22.892Z | Downloaded vsss-rs v3.3.4 |
748 | 2025-07-15T19:40:22.896Z | Downloaded serde-big-array v0.5.1 |
749 | 2025-07-15T19:40:22.900Z | Downloaded jiff-static v0.2.15 |
750 | 2025-07-15T19:40:22.905Z | Downloaded multimap v0.10.1 |
751 | 2025-07-15T19:40:22.905Z | Downloaded tokio-stream v0.1.17 |
752 | 2025-07-15T19:40:22.910Z | Downloaded take_mut v0.2.2 |
753 | 2025-07-15T19:40:22.914Z | Downloaded sync-ptr v0.1.4 |
754 | 2025-07-15T19:40:22.914Z | Downloaded num_enum v0.5.11 |
755 | 2025-07-15T19:40:22.917Z | Downloaded pem-rfc7468 v0.7.0 |
756 | 2025-07-15T19:40:22.923Z | Downloaded pem v3.0.5 |
757 | 2025-07-15T19:40:22.926Z | Downloaded tinyvec_macros v0.1.1 |
758 | 2025-07-15T19:40:22.926Z | Downloaded progenitor-impl v0.10.0 |
759 | 2025-07-15T19:40:22.930Z | Downloaded rustls-pki-types v1.10.0 |
760 | 2025-07-15T19:40:22.933Z | Downloaded heapless v0.7.17 |
761 | 2025-07-15T19:40:22.936Z | Downloaded phf_generator v0.11.2 |
762 | 2025-07-15T19:40:22.941Z | Downloaded schemars v0.8.22 |
763 | 2025-07-15T19:40:22.951Z | Downloaded want v0.3.1 |
764 | 2025-07-15T19:40:22.956Z | Downloaded utf-8 v0.7.6 |
765 | 2025-07-15T19:40:22.961Z | Downloaded quick-error v1.2.3 |
766 | 2025-07-15T19:40:22.961Z | Downloaded tower-service v0.3.3 |
767 | 2025-07-15T19:40:22.961Z | Downloaded rustc-demangle v0.1.24 |
768 | 2025-07-15T19:40:22.964Z | Downloaded same-file v1.0.6 |
769 | 2025-07-15T19:40:22.964Z | Downloaded signal-hook-registry v1.4.2 |
770 | 2025-07-15T19:40:22.969Z | Downloaded rustc_version v0.1.7 |
771 | 2025-07-15T19:40:22.969Z | Downloaded rustc-hash v2.1.1 |
772 | 2025-07-15T19:40:22.973Z | Downloaded rustc-hash v1.1.0 |
773 | 2025-07-15T19:40:22.973Z | Downloaded diesel_table_macro_syntax v0.2.0 |
774 | 2025-07-15T19:40:22.973Z | Downloaded secrecy v0.8.0 |
775 | 2025-07-15T19:40:22.976Z | Downloaded scrypt v0.11.0 |
776 | 2025-07-15T19:40:22.976Z | Downloaded serde-hex v0.1.0 |
777 | 2025-07-15T19:40:22.982Z | Downloaded sec1 v0.7.3 |
778 | 2025-07-15T19:40:22.988Z | Downloaded termcolor v1.4.1 |
779 | 2025-07-15T19:40:22.988Z | Downloaded ssh-encoding v0.2.0 |
780 | 2025-07-15T19:40:22.988Z | Downloaded termtree v0.5.1 |
781 | 2025-07-15T19:40:22.991Z | Downloaded num-rational v0.4.2 |
782 | 2025-07-15T19:40:22.991Z | Downloaded chacha20poly1305 v0.10.1 |
783 | 2025-07-15T19:40:22.995Z | Downloaded backtrace v0.3.74 |
784 | 2025-07-15T19:40:23.000Z | Downloaded daft-derive v0.1.4 |
785 | 2025-07-15T19:40:23.007Z | Downloaded tiny-keccak v2.0.2 |
786 | 2025-07-15T19:40:23.012Z | Downloaded globwalk v0.9.1 |
787 | 2025-07-15T19:40:23.012Z | Downloaded normalize-line-endings v0.3.0 |
788 | 2025-07-15T19:40:23.016Z | Downloaded nodrop v0.1.14 |
789 | 2025-07-15T19:40:23.016Z | Downloaded rsa v0.9.6 |
790 | 2025-07-15T19:40:23.021Z | Downloaded defmt-macros v0.3.9 |
791 | 2025-07-15T19:40:23.024Z | Downloaded path-slash v0.1.5 |
792 | 2025-07-15T19:40:23.028Z | Downloaded peg-runtime v0.8.5 |
793 | 2025-07-15T19:40:23.028Z | Downloaded crossbeam-channel v0.5.15 |
794 | 2025-07-15T19:40:23.033Z | Downloaded ctr v0.9.2 |
795 | 2025-07-15T19:40:23.036Z | Downloaded defmt-parser v0.3.4 |
796 | 2025-07-15T19:40:23.039Z | Downloaded tracing-attributes v0.1.27 |
797 | 2025-07-15T19:40:23.045Z | Downloaded progenitor-client v0.9.1 |
798 | 2025-07-15T19:40:23.049Z | Downloaded tracing-core v0.1.32 |
799 | 2025-07-15T19:40:23.049Z | Downloaded fatfs v0.3.6 |
800 | 2025-07-15T19:40:23.054Z | Downloaded ena v0.14.3 |
801 | 2025-07-15T19:40:23.057Z | Downloaded tokio-tungstenite v0.23.1 |
802 | 2025-07-15T19:40:23.057Z | Downloaded progenitor-client v0.10.0 |
803 | 2025-07-15T19:40:23.063Z | Downloaded futures-core v0.3.31 |
804 | 2025-07-15T19:40:23.069Z | Downloaded float-cmp v0.10.0 |
805 | 2025-07-15T19:40:23.069Z | Downloaded flagset v0.4.6 |
806 | 2025-07-15T19:40:23.069Z | Downloaded derive_more v0.99.20 |
807 | 2025-07-15T19:40:23.073Z | Downloaded sync_wrapper v1.0.1 |
808 | 2025-07-15T19:40:23.074Z | Downloaded shell-words v1.1.0 |
809 | 2025-07-15T19:40:23.076Z | Downloaded rand v0.9.1 |
810 | 2025-07-15T19:40:23.080Z | Downloaded typify v0.2.0 |
811 | 2025-07-15T19:40:23.085Z | Downloaded nu-ansi-term v0.50.1 |
812 | 2025-07-15T19:40:23.088Z | Downloaded pkcs5 v0.7.1 |
813 | 2025-07-15T19:40:23.091Z | Downloaded zone_cfg_derive v0.3.0 |
814 | 2025-07-15T19:40:23.095Z | Downloaded yasna v0.5.2 |
815 | 2025-07-15T19:40:23.098Z | Downloaded hkdf v0.12.4 |
816 | 2025-07-15T19:40:23.102Z | Downloaded cstr-argument v0.1.2 |
817 | 2025-07-15T19:40:23.103Z | Downloaded peg-macros v0.8.5 |
818 | 2025-07-15T19:40:23.106Z | Downloaded pbkdf2 v0.11.0 |
819 | 2025-07-15T19:40:23.109Z | Downloaded pbkdf2 v0.12.2 |
820 | 2025-07-15T19:40:23.109Z | Downloaded progenitor-macro v0.10.0 |
821 | 2025-07-15T19:40:23.113Z | Downloaded progenitor v0.10.0 |
822 | 2025-07-15T19:40:23.117Z | Downloaded resolv-conf v0.7.0 |
823 | 2025-07-15T19:40:23.117Z | Downloaded powerfmt v0.2.0 |
824 | 2025-07-15T19:40:23.121Z | Downloaded similar v2.7.0 |
825 | 2025-07-15T19:40:23.125Z | Downloaded hyper v1.6.0 |
826 | 2025-07-15T19:40:23.132Z | Downloaded num-conv v0.1.0 |
827 | 2025-07-15T19:40:23.135Z | Downloaded rustversion v1.0.17 |
828 | 2025-07-15T19:40:23.138Z | Downloaded serde_bytes v0.11.17 |
829 | 2025-07-15T19:40:23.143Z | Downloaded diff v0.1.13 |
830 | 2025-07-15T19:40:23.148Z | Downloaded siphasher v0.3.11 |
831 | 2025-07-15T19:40:23.148Z | Downloaded num-derive v0.3.3 |
832 | 2025-07-15T19:40:23.152Z | Downloaded typify-macro v0.2.0 |
833 | 2025-07-15T19:40:23.152Z | Downloaded tabled_derive v0.10.0 |
834 | 2025-07-15T19:40:23.152Z | Downloaded structmeta v0.3.0 |
835 | 2025-07-15T19:40:23.155Z | Downloaded half v1.8.3 |
836 | 2025-07-15T19:40:23.158Z | Downloaded prefix-trie v0.7.0 |
837 | 2025-07-15T19:40:23.162Z | Downloaded tap v1.0.1 |
838 | 2025-07-15T19:40:23.166Z | Downloaded uzers v0.12.1 |
839 | 2025-07-15T19:40:23.170Z | Downloaded dsl_auto_type v0.1.2 |
840 | 2025-07-15T19:40:23.170Z | Downloaded zstd v0.13.3 |
841 | 2025-07-15T19:40:23.175Z | Downloaded scheduled-thread-pool v0.2.7 |
842 | 2025-07-15T19:40:23.175Z | Downloaded float-ord v0.3.2 |
843 | 2025-07-15T19:40:23.178Z | Downloaded either v1.15.0 |
844 | 2025-07-15T19:40:23.178Z | Downloaded diesel-dtrace v0.4.2 |
845 | 2025-07-15T19:40:23.182Z | Downloaded rfc6979 v0.4.0 |
846 | 2025-07-15T19:40:23.186Z | Downloaded futures-io v0.3.31 |
847 | 2025-07-15T19:40:23.186Z | Downloaded futures-executor v0.3.31 |
848 | 2025-07-15T19:40:23.186Z | Downloaded postgres-protocol v0.6.8 |
849 | 2025-07-15T19:40:23.190Z | Downloaded postgres-types v0.2.9 |
850 | 2025-07-15T19:40:23.193Z | Downloaded fs-err v2.11.0 |
851 | 2025-07-15T19:40:23.196Z | Downloaded tracing v0.1.40 |
852 | 2025-07-15T19:40:23.200Z | Downloaded vte_generate_state_changes v0.1.2 |
853 | 2025-07-15T19:40:23.204Z | Downloaded packed_struct v0.10.1 |
854 | 2025-07-15T19:40:23.204Z | Downloaded num v0.4.3 |
855 | 2025-07-15T19:40:23.207Z | Downloaded itertools v0.10.5 |
856 | 2025-07-15T19:40:23.214Z | Downloaded num-integer v0.1.46 |
857 | 2025-07-15T19:40:23.217Z | Downloaded num-derive v0.4.2 |
858 | 2025-07-15T19:40:23.222Z | Downloaded slab v0.4.9 |
859 | 2025-07-15T19:40:23.222Z | Downloaded libm v0.2.8 |
860 | 2025-07-15T19:40:23.230Z | Downloaded funty v2.0.0 |
861 | 2025-07-15T19:40:23.234Z | Downloaded polyval v0.6.2 |
862 | 2025-07-15T19:40:23.238Z | Downloaded rand_chacha v0.9.0 |
863 | 2025-07-15T19:40:23.238Z | Downloaded twox-hash v2.1.0 |
864 | 2025-07-15T19:40:23.242Z | Downloaded pretty_assertions v1.4.1 |
865 | 2025-07-15T19:40:23.242Z | Downloaded aes-gcm v0.10.3 |
866 | 2025-07-15T19:40:23.247Z | Downloaded string_cache v0.8.9 |
867 | 2025-07-15T19:40:23.252Z | Downloaded serde_urlencoded v0.7.1 |
868 | 2025-07-15T19:40:23.257Z | Downloaded ed25519 v2.2.3 |
869 | 2025-07-15T19:40:23.257Z | Downloaded topological-sort v0.2.2 |
870 | 2025-07-15T19:40:23.261Z | Downloaded progenitor-impl v0.8.0 |
871 | 2025-07-15T19:40:23.261Z | Downloaded quinn v0.11.5 |
872 | 2025-07-15T19:40:23.266Z | Downloaded oso-derive v0.27.3 |
873 | 2025-07-15T19:40:23.271Z | Downloaded expectorate v1.2.0 |
874 | 2025-07-15T19:40:23.271Z | Downloaded strum_macros v0.24.3 |
875 | 2025-07-15T19:40:23.274Z | Downloaded serde_cbor v0.11.2 |
876 | 2025-07-15T19:40:23.274Z | Downloaded wait-timeout v0.2.0 |
877 | 2025-07-15T19:40:23.280Z | Downloaded globset v0.4.15 |
878 | 2025-07-15T19:40:23.285Z | Downloaded waitgroup v0.1.2 |
879 | 2025-07-15T19:40:23.286Z | Downloaded debug-ignore v1.0.5 |
880 | 2025-07-15T19:40:23.290Z | Downloaded unicode-truncate v1.1.0 |
881 | 2025-07-15T19:40:23.290Z | Downloaded der_derive v0.7.3 |
882 | 2025-07-15T19:40:23.290Z | Downloaded untrusted v0.9.0 |
883 | 2025-07-15T19:40:23.294Z | Downloaded rand_seeder v0.3.0 |
884 | 2025-07-15T19:40:23.294Z | Downloaded futures-channel v0.3.31 |
885 | 2025-07-15T19:40:23.298Z | Downloaded foreign-types v0.5.0 |
886 | 2025-07-15T19:40:23.303Z | Downloaded poly1305 v0.8.0 |
887 | 2025-07-15T19:40:23.303Z | Downloaded defmt v0.3.8 |
888 | 2025-07-15T19:40:23.307Z | Downloaded ecdsa v0.16.9 |
889 | 2025-07-15T19:40:23.310Z | Downloaded der v0.7.9 |
890 | 2025-07-15T19:40:23.340Z | Downloaded openssl-probe v0.1.5 |
891 | 2025-07-15T19:40:23.340Z | Downloaded phf_shared v0.11.2 |
892 | 2025-07-15T19:40:23.340Z | Downloaded publicsuffix v2.3.0 |
893 | 2025-07-15T19:40:23.340Z | Downloaded parse-display v0.10.0 |
894 | 2025-07-15T19:40:23.340Z | Downloaded newtype-uuid v1.2.4 |
895 | 2025-07-15T19:40:23.356Z | Downloaded ed25519-dalek v2.1.1 |
896 | 2025-07-15T19:40:23.357Z | Downloaded qorb v0.4.0 |
897 | 2025-07-15T19:40:23.357Z | Downloaded serde_with_macros v3.14.0 |
898 | 2025-07-15T19:40:23.357Z | Downloaded russh-cryptovec v0.7.3 |
899 | 2025-07-15T19:40:23.357Z | Downloaded term v0.7.0 |
900 | 2025-07-15T19:40:23.363Z | Downloaded pin-project v1.1.6 |
901 | 2025-07-15T19:40:23.363Z | Downloaded endian-type v0.1.2 |
902 | 2025-07-15T19:40:23.363Z | Downloaded aho-corasick v1.1.3 |
903 | 2025-07-15T19:40:23.370Z | Downloaded embedded-io v0.6.1 |
904 | 2025-07-15T19:40:23.373Z | Downloaded serde_yaml v0.9.34+deprecated |
905 | 2025-07-15T19:40:23.373Z | Downloaded deranged v0.3.11 |
906 | 2025-07-15T19:40:23.378Z | Downloaded data-encoding v2.9.0 |
907 | 2025-07-15T19:40:23.381Z | Downloaded newtype_derive v0.1.6 |
908 | 2025-07-15T19:40:23.381Z | Downloaded newline-converter v0.3.0 |
909 | 2025-07-15T19:40:23.381Z | Downloaded dunce v1.0.5 |
910 | 2025-07-15T19:40:23.384Z | Downloaded native-tls v0.2.12 |
911 | 2025-07-15T19:40:23.388Z | Downloaded openssl-sys v0.9.109 |
912 | 2025-07-15T19:40:23.391Z | Downloaded pin-project-internal v1.1.6 |
913 | 2025-07-15T19:40:23.394Z | Downloaded foreign-types-shared v0.1.1 |
914 | 2025-07-15T19:40:23.397Z | Downloaded foreign-types v0.3.2 |
915 | 2025-07-15T19:40:23.397Z | Downloaded ron v0.7.1 |
916 | 2025-07-15T19:40:23.403Z | Downloaded owo-colors v4.2.2 |
917 | 2025-07-15T19:40:23.406Z | Downloaded tower-layer v0.3.3 |
918 | 2025-07-15T19:40:23.409Z | Downloaded pkg-config v0.3.31 |
919 | 2025-07-15T19:40:23.412Z | Downloaded dirs-next v2.0.0 |
920 | 2025-07-15T19:40:23.412Z | Downloaded progenitor v0.9.1 |
921 | 2025-07-15T19:40:23.415Z | Downloaded foreign-types-shared v0.3.1 |
922 | 2025-07-15T19:40:23.415Z | Downloaded static_assertions v1.1.0 |
923 | 2025-07-15T19:40:23.419Z | Downloaded ref-cast v1.0.24 |
924 | 2025-07-15T19:40:23.422Z | Downloaded test-strategy v0.4.1 |
925 | 2025-07-15T19:40:23.425Z | Downloaded sqlformat v0.3.5 |
926 | 2025-07-15T19:40:23.429Z | Downloaded rcgen v0.12.1 |
927 | 2025-07-15T19:40:23.432Z | Downloaded hash32 v0.3.1 |
928 | 2025-07-15T19:40:23.435Z | Downloaded num-bigint v0.4.6 |
929 | 2025-07-15T19:40:23.438Z | Downloaded zone_cfg_derive v0.1.2 |
930 | 2025-07-15T19:40:23.442Z | Downloaded zone v0.3.1 |
931 | 2025-07-15T19:40:23.442Z | Downloaded typed-path v0.9.3 |
932 | 2025-07-15T19:40:23.448Z | Downloaded thiserror-no-std v2.0.2 |
933 | 2025-07-15T19:40:23.453Z | Downloaded predicates-core v1.0.8 |
934 | 2025-07-15T19:40:23.456Z | Downloaded nibble_vec v0.1.0 |
935 | 2025-07-15T19:40:23.460Z | Downloaded tough v0.20.0 |
936 | 2025-07-15T19:40:23.467Z | Downloaded precomputed-hash v0.1.1 |
937 | 2025-07-15T19:40:23.470Z | Downloaded strum v0.27.1 |
938 | 2025-07-15T19:40:23.470Z | Downloaded stringprep v0.1.5 |
939 | 2025-07-15T19:40:23.473Z | Downloaded foreign-types-macros v0.2.3 |
940 | 2025-07-15T19:40:23.473Z | Downloaded pin-project-lite v0.2.14 |
941 | 2025-07-15T19:40:23.478Z | Downloaded foldhash v0.1.5 |
942 | 2025-07-15T19:40:23.482Z | Downloaded predicates-tree v1.0.12 |
943 | 2025-07-15T19:40:23.482Z | Downloaded whoami v1.5.2 |
944 | 2025-07-15T19:40:23.486Z | Downloaded tokio-rustls v0.25.0 |
945 | 2025-07-15T19:40:23.486Z | Downloaded spki v0.7.3 |
946 | 2025-07-15T19:40:23.492Z | Downloaded futures v0.3.31 |
947 | 2025-07-15T19:40:23.507Z | Downloaded strip-ansi-escapes v0.2.0 |
948 | 2025-07-15T19:40:23.507Z | Downloaded strum v0.26.3 |
949 | 2025-07-15T19:40:23.507Z | Downloaded unarray v0.1.4 |
950 | 2025-07-15T19:40:23.507Z | Downloaded tls_codec_derive v0.4.1 |
951 | 2025-07-15T19:40:23.507Z | Downloaded blake3 v1.5.4 |
952 | 2025-07-15T19:40:23.512Z | Downloaded olpc-cjson v0.1.4 |
953 | 2025-07-15T19:40:23.512Z | Downloaded derive-where v1.5.0 |
954 | 2025-07-15T19:40:23.516Z | Downloaded phf v0.11.2 |
955 | 2025-07-15T19:40:23.522Z | Downloaded scopeguard v1.2.0 |
956 | 2025-07-15T19:40:23.522Z | Downloaded slog v2.7.0 |
957 | 2025-07-15T19:40:23.527Z | Downloaded rustls-pemfile v1.0.4 |
958 | 2025-07-15T19:40:23.527Z | Downloaded difflib v0.4.0 |
959 | 2025-07-15T19:40:23.527Z | Downloaded rustls-pemfile v2.2.0 |
960 | 2025-07-15T19:40:23.531Z | Downloaded slog-term v2.9.1 |
961 | 2025-07-15T19:40:23.535Z | Downloaded tokio-rustls v0.24.1 |
962 | 2025-07-15T19:40:23.535Z | Downloaded rustls-native-certs v0.8.1 |
963 | 2025-07-15T19:40:23.538Z | Downloaded derive_builder v0.20.2 |
964 | 2025-07-15T19:40:23.546Z | Downloaded proc-macro-error-attr2 v2.0.0 |
965 | 2025-07-15T19:40:23.550Z | Downloaded mio v1.0.2 |
966 | 2025-07-15T19:40:23.550Z | Downloaded opaque-debug v0.3.1 |
967 | 2025-07-15T19:40:23.554Z | Downloaded hash32 v0.2.1 |
968 | 2025-07-15T19:40:23.554Z | Downloaded glob v0.3.2 |
969 | 2025-07-15T19:40:23.560Z | Downloaded daft v0.1.4 |
970 | 2025-07-15T19:40:23.560Z | Downloaded serde_path_to_error v0.1.17 |
971 | 2025-07-15T19:40:23.563Z | Downloaded zerocopy v0.6.6 |
972 | 2025-07-15T19:40:23.563Z | Downloaded futures-task v0.3.31 |
973 | 2025-07-15T19:40:23.564Z | Downloaded structmeta-derive v0.3.0 |
974 | 2025-07-15T19:40:23.567Z | Downloaded serde_plain v1.0.2 |
975 | 2025-07-15T19:40:23.567Z | Downloaded curve25519-dalek-derive v0.1.1 |
976 | 2025-07-15T19:40:23.571Z | Downloaded radium v0.7.0 |
977 | 2025-07-15T19:40:23.571Z | Downloaded r2d2 v0.8.10 |
978 | 2025-07-15T19:40:23.575Z | Downloaded toml v0.7.8 |
979 | 2025-07-15T19:40:23.581Z | Downloaded steno v0.4.1 |
980 | 2025-07-15T19:40:23.585Z | Downloaded unicode-properties v0.1.3 |
981 | 2025-07-15T19:40:23.585Z | Downloaded which v4.4.2 |
982 | 2025-07-15T19:40:23.585Z | Downloaded nom v7.1.3 |
983 | 2025-07-15T19:40:23.591Z | Downloaded postcard v1.0.10 |
984 | 2025-07-15T19:40:23.597Z | Downloaded tungstenite v0.23.0 |
985 | 2025-07-15T19:40:23.608Z | Downloaded time-macros v0.2.18 |
986 | 2025-07-15T19:40:23.608Z | Downloaded elliptic-curve v0.13.8 |
987 | 2025-07-15T19:40:23.612Z | Downloaded unicode_categories v0.1.1 |
988 | 2025-07-15T19:40:23.612Z | Downloaded predicates v3.1.3 |
989 | 2025-07-15T19:40:23.612Z | Downloaded tokio-postgres v0.7.13 |
990 | 2025-07-15T19:40:23.617Z | Downloaded serde_derive_internals v0.29.1 |
991 | 2025-07-15T19:40:23.620Z | Downloaded toml_edit v0.19.15 |
992 | 2025-07-15T19:40:23.645Z | Downloaded oso v0.27.3 |
993 | 2025-07-15T19:40:23.649Z | Downloaded rayon-core v1.12.1 |
994 | 2025-07-15T19:40:23.649Z | Downloaded schemars_derive v0.8.22 |
995 | 2025-07-15T19:40:23.649Z | Downloaded futures-util v0.3.31 |
996 | 2025-07-15T19:40:23.668Z | Downloaded dropshot_endpoint v0.16.2 |
997 | 2025-07-15T19:40:23.674Z | Downloaded lalrpop v0.19.12 |
998 | 2025-07-15T19:40:23.674Z | Downloaded omicron-zone-package v0.12.2 |
999 | 2025-07-15T19:40:23.693Z | Downloaded russh v0.45.0 |
1000 | 2025-07-15T19:40:23.698Z | Downloaded des v0.8.1 |
1001 | 2025-07-15T19:40:23.698Z | Downloaded tungstenite v0.21.0 |
1002 | 2025-07-15T19:40:23.698Z | Downloaded tower v0.5.2 |
1003 | 2025-07-15T19:40:23.699Z | Downloaded quick-xml v0.37.2 |
1004 | 2025-07-15T19:40:23.705Z | Downloaded bindgen v0.71.1 |
1005 | 2025-07-15T19:40:23.734Z | Downloaded reqwest v0.12.22 |
1006 | 2025-07-15T19:40:23.739Z | Downloaded bitvec v1.0.1 |
1007 | 2025-07-15T19:40:23.739Z | Downloaded yansi v1.0.1 |
1008 | 2025-07-15T19:40:23.743Z | Downloaded chrono v0.4.41 |
1009 | 2025-07-15T19:40:23.747Z | Downloaded bindgen v0.69.5 |
1010 | 2025-07-15T19:40:23.751Z | Downloaded sqlparser v0.45.0 |
1011 | 2025-07-15T19:40:23.758Z | Downloaded proptest v1.7.0 |
1012 | 2025-07-15T19:40:23.767Z | Downloaded zlib-rs v0.5.1 |
1013 | 2025-07-15T19:40:23.773Z | Downloaded phf_codegen v0.11.2 |
1014 | 2025-07-15T19:40:23.776Z | Downloaded miniz_oxide v0.8.5 |
1015 | 2025-07-15T19:40:23.792Z | Downloaded fixedbitset v0.5.7 |
1016 | 2025-07-15T19:40:23.813Z | Downloaded reedline v0.40.0 |
1017 | 2025-07-15T19:40:23.841Z | Downloaded tokio-util v0.7.15 |
1018 | 2025-07-15T19:40:23.841Z | Downloaded portable-atomic v1.11.0 |
1019 | 2025-07-15T19:40:23.884Z | Downloaded rustyline v14.0.0 |
1020 | 2025-07-15T19:40:23.884Z | Downloaded p521 v0.13.3 |
1021 | 2025-07-15T19:40:23.884Z | Downloaded p384 v0.13.0 |
1022 | 2025-07-15T19:40:23.885Z | Downloaded hickory-proto v0.24.4 |
1023 | 2025-07-15T19:40:23.906Z | Downloaded quinn-proto v0.11.8 |
1024 | 2025-07-15T19:40:23.906Z | Downloaded rustls-webpki v0.101.7 |
1025 | 2025-07-15T19:40:23.906Z | Downloaded tower-http v0.6.6 |
1026 | 2025-07-15T19:40:23.906Z | Downloaded ssh-key v0.6.6 |
1027 | 2025-07-15T19:40:23.911Z | Downloaded tabled v0.18.0 |
1028 | 2025-07-15T19:40:23.911Z | Downloaded unicode-normalization v0.1.24 |
1029 | 2025-07-15T19:40:23.911Z | Downloaded winnow v0.5.40 |
1030 | 2025-07-15T19:40:23.917Z | Downloaded serde_with v3.14.0 |
1031 | 2025-07-15T19:40:23.928Z | Downloaded vcpkg v0.2.15 |
1032 | 2025-07-15T19:40:23.965Z | Downloaded rustls-webpki v0.102.8 |
1033 | 2025-07-15T19:40:23.983Z | Downloaded rayon v1.10.0 |
1034 | 2025-07-15T19:40:23.991Z | Downloaded winnow v0.6.26 |
1035 | 2025-07-15T19:40:24.000Z | Downloaded gimli v0.31.1 |
1036 | 2025-07-15T19:40:24.006Z | Downloaded zerocopy v0.8.26 |
1037 | 2025-07-15T19:40:24.026Z | Downloaded nix v0.28.0 |
1038 | 2025-07-15T19:40:24.035Z | Downloaded hickory-proto v0.25.2 |
1039 | 2025-07-15T19:40:24.050Z | Downloaded moka v0.12.10 |
1040 | 2025-07-15T19:40:24.059Z | Downloaded git2 v0.19.0 |
1041 | 2025-07-15T19:40:24.068Z | Downloaded webpki-roots v1.0.1 |
1042 | 2025-07-15T19:40:24.071Z | Downloaded rustls v0.23.19 |
1043 | 2025-07-15T19:40:24.082Z | Downloaded openssl v0.10.73 |
1044 | 2025-07-15T19:40:24.092Z | Downloaded rustls v0.22.4 |
1045 | 2025-07-15T19:40:24.103Z | Downloaded petname v2.0.2 |
1046 | 2025-07-15T19:40:24.108Z | Downloaded object v0.30.4 |
1047 | 2025-07-15T19:40:24.118Z | Downloaded radix_trie v0.2.1 |
1048 | 2025-07-15T19:40:24.123Z | Downloaded nix v0.27.1 |
1049 | 2025-07-15T19:40:24.133Z | Downloaded regex-syntax v0.8.5 |
1050 | 2025-07-15T19:40:24.140Z | Downloaded nix v0.29.0 |
1051 | 2025-07-15T19:40:24.152Z | Downloaded polar-core v0.27.3 |
1052 | 2025-07-15T19:40:24.161Z | Downloaded object v0.36.5 |
1053 | 2025-07-15T19:40:24.172Z | Downloaded curve25519-dalek v4.1.3 |
1054 | 2025-07-15T19:40:24.181Z | Downloaded openapiv3 v2.2.0 |
1055 | 2025-07-15T19:40:24.193Z | Downloaded dropshot v0.16.2 |
1056 | 2025-07-15T19:40:24.215Z | Downloaded diesel v2.2.11 |
1057 | 2025-07-15T19:40:24.232Z | Downloaded typify-impl v0.2.0 |
1058 | 2025-07-15T19:40:24.243Z | Downloaded typify-impl v0.4.1 |
1059 | 2025-07-15T19:40:24.255Z | Downloaded typify-impl v0.3.0 |
1060 | 2025-07-15T19:40:24.267Z | Downloaded sled v0.34.7 |
1061 | 2025-07-15T19:40:24.276Z | Downloaded ratatui v0.29.0 |
1062 | 2025-07-15T19:40:24.295Z | Downloaded nix v0.30.1 |
1063 | 2025-07-15T19:40:24.305Z | Downloaded chrono-tz v0.10.3 |
1064 | 2025-07-15T19:40:24.312Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
1065 | 2025-07-15T19:40:24.322Z | Downloaded zerocopy-derive v0.6.6 |
1066 | 2025-07-15T19:40:24.331Z | Downloaded regex-automata v0.4.8 |
1067 | 2025-07-15T19:40:24.345Z | Downloaded bstr v1.10.0 |
1068 | 2025-07-15T19:40:24.353Z | Downloaded jiff v0.2.15 |
1069 | 2025-07-15T19:40:24.367Z | Downloaded regress v0.10.3 |
1070 | 2025-07-15T19:40:24.374Z | Downloaded smoltcp v0.11.0 |
1071 | 2025-07-15T19:40:24.385Z | Downloaded lzma-sys v0.1.20 |
1072 | 2025-07-15T19:40:24.413Z | Downloaded libz-sys v1.1.20 |
1073 | 2025-07-15T19:40:24.432Z | Downloaded regex-syntax v0.6.29 |
1074 | 2025-07-15T19:40:24.438Z | Downloaded smoltcp v0.9.1 |
1075 | 2025-07-15T19:40:24.448Z | Downloaded zstd-sys v2.0.14+zstd.1.5.7 |
1076 | 2025-07-15T19:40:24.466Z | Downloaded salty v0.3.0 |
1077 | 2025-07-15T19:40:24.472Z | Downloaded rustls v0.21.12 |
1078 | 2025-07-15T19:40:24.483Z | Downloaded sha3 v0.10.8 |
1079 | 2025-07-15T19:40:24.486Z | Downloaded h2 v0.4.6 |
1080 | 2025-07-15T19:40:24.492Z | Downloaded petgraph v0.6.5 |
1081 | 2025-07-15T19:40:24.508Z | Downloaded tokio v1.45.1 |
1082 | 2025-07-15T19:40:24.542Z | Downloaded csv v1.3.1 |
1083 | 2025-07-15T19:40:24.561Z | Downloaded regex v1.11.1 |
1084 | 2025-07-15T19:40:24.573Z | Downloaded unicode-bidi v0.3.17 |
1085 | 2025-07-15T19:40:24.576Z | Downloaded petgraph v0.8.2 |
1086 | 2025-07-15T19:40:24.594Z | Downloaded parking_lot_core v0.9.10 |
1087 | 2025-07-15T19:40:24.597Z | Downloaded num-bigint-dig v0.8.4 |
1088 | 2025-07-15T19:40:24.600Z | Downloaded slog-stdlog v4.1.1 |
1089 | 2025-07-15T19:40:24.604Z | Downloaded ron v0.8.1 |
1090 | 2025-07-15T19:40:24.608Z | Downloaded tokio-macros v2.5.0 |
1091 | 2025-07-15T19:40:24.608Z | Downloaded aws-lc-rs v1.12.4 |
1092 | 2025-07-15T19:40:24.617Z | Downloaded russh-keys v0.45.0 |
1093 | 2025-07-15T19:40:24.620Z | Downloaded slog-async v2.8.0 |
1094 | 2025-07-15T19:40:24.623Z | Downloaded ref-cast-impl v1.0.24 |
1095 | 2025-07-15T19:40:24.623Z | Downloaded slog-envlogger v2.2.0 |
1096 | 2025-07-15T19:40:24.626Z | Downloaded proc-macro-error2 v2.0.1 |
1097 | 2025-07-15T19:40:24.629Z | Downloaded flume v0.11.1 |
1098 | 2025-07-15T19:40:24.633Z | Downloaded samael v0.0.19 |
1099 | 2025-07-15T19:40:24.637Z | Downloaded zerocopy-derive v0.8.26 |
1100 | 2025-07-15T19:40:24.643Z | Downloaded futures-sink v0.3.31 |
1101 | 2025-07-15T19:40:24.646Z | Downloaded futures-macro v0.3.31 |
1102 | 2025-07-15T19:40:24.646Z | Downloaded password-hash v0.5.0 |
1103 | 2025-07-15T19:40:24.649Z | Downloaded password-hash v0.4.2 |
1104 | 2025-07-15T19:40:24.649Z | Downloaded x509-cert v0.2.5 |
1105 | 2025-07-15T19:40:24.655Z | Downloaded tar v0.4.44 |
1106 | 2025-07-15T19:40:24.658Z | Downloaded universal-hash v0.5.1 |
1107 | 2025-07-15T19:40:24.661Z | Downloaded tokio-dtrace v0.1.0 |
1108 | 2025-07-15T19:40:24.661Z | Downloaded slog-dtrace v0.3.0 |
1109 | 2025-07-15T19:40:24.661Z | Downloaded rusty-fork v0.3.0 |
1110 | 2025-07-15T19:40:24.665Z | Downloaded rand_core v0.9.2 |
1111 | 2025-07-15T19:40:24.665Z | Downloaded rand_core v0.6.4 |
1112 | 2025-07-15T19:40:24.668Z | Downloaded strum_macros v0.26.4 |
1113 | 2025-07-15T19:40:24.668Z | Downloaded zip v4.2.0 |
1114 | 2025-07-15T19:40:24.672Z | Downloaded diesel_derives v2.2.3 |
1115 | 2025-07-15T19:40:24.676Z | Downloaded parse-zoneinfo v0.3.1 |
1116 | 2025-07-15T19:40:24.679Z | Downloaded itertools v0.13.0 |
1117 | 2025-07-15T19:40:24.686Z | Downloaded iri-string v0.7.8 |
1118 | 2025-07-15T19:40:24.693Z | Downloaded encoding_rs v0.8.34 |
1119 | 2025-07-15T19:40:24.715Z | Downloaded papergrid v0.14.0 |
1120 | 2025-07-15T19:40:24.719Z | Downloaded oxnet v0.1.2 |
1121 | 2025-07-15T19:40:24.723Z | Downloaded openssl-macros v0.1.1 |
1122 | 2025-07-15T19:40:24.723Z | Downloaded new_debug_unreachable v1.0.6 |
1123 | 2025-07-15T19:40:24.723Z | Downloaded zopfli v0.8.1 |
1124 | 2025-07-15T19:40:24.726Z | Downloaded time v0.3.36 |
1125 | 2025-07-15T19:40:24.733Z | Downloaded ring v0.17.14 |
1126 | 2025-07-15T19:40:24.774Z | Downloaded dyn-clone v1.0.19 |
1127 | 2025-07-15T19:40:24.778Z | Downloaded unicode-segmentation v1.12.0 |
1128 | 2025-07-15T19:40:24.778Z | Downloaded csv-core v0.1.11 |
1129 | 2025-07-15T19:40:24.781Z | Downloaded time-core v0.1.2 |
1130 | 2025-07-15T19:40:24.781Z | Downloaded slog-bunyan v2.5.0 |
1131 | 2025-07-15T19:40:24.781Z | Downloaded unicase v2.7.0 |
1132 | 2025-07-15T19:40:24.786Z | Downloaded parking_lot_core v0.8.6 |
1133 | 2025-07-15T19:40:24.786Z | Downloaded parking_lot v0.11.2 |
1134 | 2025-07-15T19:40:24.791Z | Downloaded num-complex v0.4.6 |
1135 | 2025-07-15T19:40:24.791Z | Downloaded signal-hook v0.3.17 |
1136 | 2025-07-15T19:40:24.795Z | Downloaded flate2 v1.1.2 |
1137 | 2025-07-15T19:40:24.798Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1138 | 2025-07-15T19:40:24.857Z | Downloaded itertools v0.12.1 |
1139 | 2025-07-15T19:40:24.860Z | Downloaded thiserror-impl-no-std v2.0.2 |
1140 | 2025-07-15T19:40:24.860Z | Downloaded zstd-safe v7.2.3 |
1141 | 2025-07-15T19:40:24.864Z | Downloaded rpassword v7.4.0 |
1142 | 2025-07-15T19:40:24.864Z | Downloaded rand_chacha v0.3.1 |
1143 | 2025-07-15T19:40:24.868Z | Downloaded progenitor v0.8.0 |
1144 | 2025-07-15T19:40:24.868Z | Downloaded value-bag v1.9.0 |
1145 | 2025-07-15T19:40:24.872Z | Downloaded half v2.4.1 |
1146 | 2025-07-15T19:40:24.872Z | Downloaded uuid v1.17.0 |
1147 | 2025-07-15T19:40:24.876Z | Downloaded itertools v0.14.0 |
1148 | 2025-07-15T19:40:24.883Z | Downloaded crossterm v0.28.1 |
1149 | 2025-07-15T19:40:24.886Z | Downloaded p256 v0.13.2 |
1150 | 2025-07-15T19:40:24.890Z | Downloaded crypto-bigint v0.5.5 |
1151 | 2025-07-15T19:40:24.896Z | Downloaded libxml v0.3.3 |
1152 | 2025-07-15T19:40:24.900Z | Downloaded xshell v0.2.7 |
1153 | 2025-07-15T19:40:24.904Z | Downloaded xattr v1.3.1 |
1154 | 2025-07-15T19:40:24.907Z | Downloaded tabwriter v1.4.0 |
1155 | 2025-07-15T19:40:24.907Z | Downloaded tagptr v0.2.0 |
1156 | 2025-07-15T19:40:24.907Z | Downloaded oxide-tokio-rt v0.1.2 |
1157 | 2025-07-15T19:40:24.913Z | Downloaded typify v0.4.1 |
1158 | 2025-07-15T19:40:24.917Z | Downloaded tinyvec v1.8.0 |
1159 | 2025-07-15T19:40:24.917Z | Downloaded signal-hook-mio v0.2.4 |
1160 | 2025-07-15T19:40:24.917Z | Downloaded shlex v1.3.0 |
1161 | 2025-07-15T19:40:24.922Z | Downloaded iddqd v0.3.8 |
1162 | 2025-07-15T19:40:24.936Z | Downloaded strum_macros v0.27.1 |
1163 | 2025-07-15T19:40:24.936Z | Downloaded darling_core v0.20.10 |
1164 | 2025-07-15T19:40:24.944Z | Downloaded minimal-lexical v0.2.1 |
1165 | 2025-07-15T19:40:24.944Z | Downloaded hashbrown v0.12.3 |
1166 | 2025-07-15T19:40:24.944Z | Downloaded peg v0.8.5 |
1167 | 2025-07-15T19:40:24.948Z | Downloaded paste v1.0.15 |
1168 | 2025-07-15T19:40:24.948Z | Downloaded packed_struct_codegen v0.10.1 |
1169 | 2025-07-15T19:40:24.948Z | Downloaded zone v0.1.8 |
1170 | 2025-07-15T19:40:24.948Z | Downloaded base64 v0.21.7 |
1171 | 2025-07-15T19:40:24.954Z | Downloaded hyper-util v0.1.14 |
1172 | 2025-07-15T19:40:24.957Z | Downloaded group v0.13.0 |
1173 | 2025-07-15T19:40:24.957Z | Downloaded fs_extra v1.3.0 |
1174 | 2025-07-15T19:40:24.960Z | Downloaded typify v0.3.0 |
1175 | 2025-07-15T19:40:24.964Z | Downloaded zip v0.6.6 |
1176 | 2025-07-15T19:40:24.967Z | Downloaded rand v0.8.5 |
1177 | 2025-07-15T19:40:24.970Z | Downloaded http v1.3.1 |
1178 | 2025-07-15T19:40:24.973Z | Downloaded tokio-rustls v0.26.0 |
1179 | 2025-07-15T19:40:24.977Z | Downloaded snafu v0.8.5 |
1180 | 2025-07-15T19:40:24.980Z | Downloaded cc v1.2.15 |
1181 | 2025-07-15T19:40:24.983Z | Downloaded bytes v1.10.1 |
1182 | 2025-07-15T19:40:24.987Z | Downloaded zeroize v1.8.1 |
1183 | 2025-07-15T19:40:24.990Z | Downloaded walkdir v2.5.0 |
1184 | 2025-07-15T19:40:24.990Z | Downloaded proc-macro-crate v1.3.1 |
1185 | 2025-07-15T19:40:24.993Z | Downloaded pkcs8 v0.10.2 |
1186 | 2025-07-15T19:40:24.993Z | Downloaded pkcs1 v0.7.5 |
1187 | 2025-07-15T19:40:24.996Z | Downloaded vergen v8.3.2 |
1188 | 2025-07-15T19:40:24.999Z | Downloaded slog-scope v4.4.0 |
1189 | 2025-07-15T19:40:24.999Z | Downloaded parking_lot v0.12.3 |
1190 | 2025-07-15T19:40:25.002Z | Downloaded getrandom v0.2.15 |
1191 | 2025-07-15T19:40:25.006Z | Downloaded unsafe-libyaml v0.2.11 |
1192 | 2025-07-15T19:40:25.009Z | Downloaded compact_str v0.8.0 |
1193 | 2025-07-15T19:40:25.012Z | Downloaded multer v3.1.0 |
1194 | 2025-07-15T19:40:25.015Z | Downloaded env_logger v0.10.2 |
1195 | 2025-07-15T19:40:25.015Z | Downloaded subprocess v0.2.9 |
1196 | 2025-07-15T19:40:25.018Z | Downloaded base64 v0.22.1 |
1197 | 2025-07-15T19:40:25.022Z | Downloaded psl-types v2.0.11 |
1198 | 2025-07-15T19:40:25.022Z | Downloaded env_logger v0.11.5 |
1199 | 2025-07-15T19:40:25.025Z | Downloaded env_filter v0.1.2 |
1200 | 2025-07-15T19:40:25.025Z | Downloaded ppv-lite86 v0.2.20 |
1201 | 2025-07-15T19:40:25.028Z | Downloaded pin-utils v0.1.0 |
1202 | 2025-07-15T19:40:25.028Z | Downloaded const_format v0.2.34 |
1203 | 2025-07-15T19:40:25.033Z | Downloaded prettyplease v0.2.35 |
1204 | 2025-07-15T19:40:25.037Z | Downloaded base64 v0.13.1 |
1205 | 2025-07-15T19:40:25.041Z | Downloaded parse-display-derive v0.10.0 |
1206 | 2025-07-15T19:40:25.041Z | Downloaded num_enum_derive v0.5.11 |
1207 | 2025-07-15T19:40:25.041Z | Downloaded derive_builder_core v0.20.2 |
1208 | 2025-07-15T19:40:25.044Z | Downloaded socket2 v0.5.10 |
1209 | 2025-07-15T19:40:25.044Z | Downloaded zeroize_derive v1.4.2 |
1210 | 2025-07-15T19:40:25.047Z | Downloaded ssh-cipher v0.2.0 |
1211 | 2025-07-15T19:40:25.047Z | Downloaded sqlparser_derive v0.2.2 |
1212 | 2025-07-15T19:40:25.047Z | Downloaded signal-hook-tokio v0.3.1 |
1213 | 2025-07-15T19:40:25.047Z | Downloaded secrecy v0.10.3 |
1214 | 2025-07-15T19:40:25.050Z | Downloaded nanorand v0.7.0 |
1215 | 2025-07-15T19:40:25.050Z | Downloaded vte v0.11.1 |
1216 | 2025-07-15T19:40:25.053Z | Downloaded gethostname v0.5.0 |
1217 | 2025-07-15T19:40:25.053Z | Downloaded filetime v0.2.25 |
1218 | 2025-07-15T19:40:25.056Z | Downloaded ff v0.13.0 |
1219 | 2025-07-15T19:40:25.056Z | Downloaded snafu-derive v0.8.5 |
1220 | 2025-07-15T19:40:25.057Z | Downloaded fallible-iterator v0.2.0 |
1221 | 2025-07-15T19:40:25.060Z | Downloaded enum-as-inner v0.6.1 |
1222 | 2025-07-15T19:40:25.060Z | Downloaded aes v0.8.4 |
1223 | 2025-07-15T19:40:25.064Z | Downloaded hmac v0.12.1 |
1224 | 2025-07-15T19:40:25.068Z | Downloaded tui-tree-widget v0.23.1 |
1225 | 2025-07-15T19:40:25.068Z | Downloaded sct v0.7.1 |
1226 | 2025-07-15T19:40:25.071Z | Downloaded crossbeam-utils v0.8.21 |
1227 | 2025-07-15T19:40:25.071Z | Downloaded crossbeam-epoch v0.9.18 |
1228 | 2025-07-15T19:40:25.074Z | Downloaded thread_local v1.1.8 |
1229 | 2025-07-15T19:40:25.074Z | Downloaded blake2 v0.10.6 |
1230 | 2025-07-15T19:40:25.077Z | Downloaded indexmap v1.9.3 |
1231 | 2025-07-15T19:40:25.080Z | Downloaded signature v2.2.0 |
1232 | 2025-07-15T19:40:25.080Z | Downloaded colored v2.2.0 |
1233 | 2025-07-15T19:40:25.084Z | Downloaded block-padding v0.3.3 |
1234 | 2025-07-15T19:40:25.084Z | Downloaded bit-vec v0.8.0 |
1235 | 2025-07-15T19:40:25.084Z | Downloaded bb8 v0.8.5 |
1236 | 2025-07-15T19:40:25.087Z | Downloaded memmap2 v0.9.5 |
1237 | 2025-07-15T19:40:25.087Z | Downloaded libloading v0.8.5 |
1238 | 2025-07-15T19:40:25.091Z | Downloaded libefi-sys v0.1.0 |
1239 | 2025-07-15T19:40:25.091Z | Downloaded lazycell v1.3.0 |
1240 | 2025-07-15T19:40:25.091Z | Downloaded cookie_store v0.21.1 |
1241 | 2025-07-15T19:40:25.094Z | Downloaded lru-cache v0.1.2 |
1242 | 2025-07-15T19:40:25.094Z | Downloaded lock_api v0.4.12 |
1243 | 2025-07-15T19:40:25.094Z | Downloaded linear-map v1.2.0 |
1244 | 2025-07-15T19:40:25.097Z | Downloaded ipnet v2.11.0 |
1245 | 2025-07-15T19:40:25.097Z | Downloaded ingot-macros v0.1.0 |
1246 | 2025-07-15T19:40:25.101Z | Downloaded hickory-resolver v0.25.2 |
1247 | 2025-07-15T19:40:25.104Z | Downloaded bzip2 v0.5.2 |
1248 | 2025-07-15T19:40:25.104Z | Downloaded bit-vec v0.6.3 |
1249 | 2025-07-15T19:40:25.107Z | Downloaded ahash v0.8.11 |
1250 | 2025-07-15T19:40:25.107Z | Downloaded cancel-safe-futures v0.1.5 |
1251 | 2025-07-15T19:40:25.111Z | Downloaded base64ct v1.6.0 |
1252 | 2025-07-15T19:40:25.114Z | Downloaded quinn-udp v0.5.5 |
1253 | 2025-07-15T19:40:25.114Z | Downloaded ipnetwork v0.21.1 |
1254 | 2025-07-15T19:40:25.118Z | Downloaded ingot v0.1.0 |
1255 | 2025-07-15T19:40:25.118Z | Downloaded argon2 v0.5.3 |
1256 | 2025-07-15T19:40:25.118Z | Downloaded primeorder v0.13.6 |
1257 | 2025-07-15T19:40:25.121Z | Downloaded cassowary v0.3.0 |
1258 | 2025-07-15T19:40:25.121Z | Downloaded bit-set v0.8.0 |
1259 | 2025-07-15T19:40:25.124Z | Downloaded bitflags v1.3.2 |
1260 | 2025-07-15T19:40:25.124Z | Downloaded maybe-uninit v2.0.0 |
1261 | 2025-07-15T19:40:25.128Z | Downloaded lzss v0.8.2 |
1262 | 2025-07-15T19:40:25.128Z | Downloaded lockfree-object-pool v0.1.6 |
1263 | 2025-07-15T19:40:25.132Z | Downloaded lalrpop-util v0.19.12 |
1264 | 2025-07-15T19:40:25.133Z | Downloaded keccak v0.1.5 |
1265 | 2025-07-15T19:40:25.133Z | Downloaded instability v0.3.2 |
1266 | 2025-07-15T19:40:25.136Z | Downloaded impl-trait-for-tuples v0.2.2 |
1267 | 2025-07-15T19:40:25.136Z | Downloaded cmake v0.1.51 |
1268 | 2025-07-15T19:40:25.136Z | Downloaded bitfield v0.14.0 |
1269 | 2025-07-15T19:40:25.140Z | Downloaded bcrypt-pbkdf v0.10.0 |
1270 | 2025-07-15T19:40:25.143Z | Downloaded camino-tempfile-ext v0.3.2 |
1271 | 2025-07-15T19:40:25.143Z | Downloaded arrayvec v0.7.6 |
1272 | 2025-07-15T19:40:25.147Z | Downloaded hickory-client v0.25.2 |
1273 | 2025-07-15T19:40:25.147Z | Downloaded ciborium-ll v0.2.2 |
1274 | 2025-07-15T19:40:25.147Z | Downloaded cbc v0.1.2 |
1275 | 2025-07-15T19:40:25.150Z | Downloaded internet-checksum v0.2.1 |
1276 | 2025-07-15T19:40:25.150Z | Downloaded crc-catalog v2.4.0 |
1277 | 2025-07-15T19:40:25.150Z | Downloaded home v0.5.9 |
1278 | 2025-07-15T19:40:25.153Z | Downloaded chrono-tz-build v0.4.0 |
1279 | 2025-07-15T19:40:25.153Z | Downloaded httpdate v1.0.3 |
1280 | 2025-07-15T19:40:25.153Z | Downloaded indoc v1.0.9 |
1281 | 2025-07-15T19:40:25.156Z | Downloaded humantime v2.2.0 |
1282 | 2025-07-15T19:40:25.157Z | Downloaded hex-literal v0.4.1 |
1283 | 2025-07-15T19:40:25.161Z | Downloaded heck v0.3.3 |
1284 | 2025-07-15T19:40:25.161Z | Downloaded bit-set v0.5.3 |
1285 | 2025-07-15T19:40:25.161Z | Downloaded atomic-waker v1.1.2 |
1286 | 2025-07-15T19:40:25.161Z | Downloaded array-init v0.0.4 |
1287 | 2025-07-15T19:40:25.428Z | Downloaded aws-lc-sys v0.26.0 |
1288 | 2025-07-15T19:40:25.739Z | Compiling value-bag v1.9.0 |
1289 | 2025-07-15T19:40:25.739Z | Compiling shlex v1.3.0 |
1290 | 2025-07-15T19:40:25.739Z | Compiling lock_api v0.4.12 |
1291 | 2025-07-15T19:40:25.742Z | Compiling scopeguard v1.2.0 |
1292 | 2025-07-15T19:40:25.742Z | Compiling typenum v1.17.0 |
1293 | 2025-07-15T19:40:25.742Z | Compiling generic-array v0.14.7 |
1294 | 2025-07-15T19:40:25.907Z | Compiling syn v2.0.104 |
1295 | 2025-07-15T19:40:25.922Z | Compiling getrandom v0.2.15 |
1296 | 2025-07-15T19:40:26.077Z | Compiling jobserver v0.1.32 |
1297 | 2025-07-15T19:40:26.236Z | Compiling rand_core v0.6.4 |
1298 | 2025-07-15T19:40:26.303Z | Compiling log v0.4.27 |
1299 | 2025-07-15T19:40:26.374Z | Compiling smallvec v1.15.0 |
1300 | 2025-07-15T19:40:26.487Z | Compiling cc v1.2.15 |
1301 | 2025-07-15T19:40:26.780Z | Compiling portable-atomic v1.11.0 |
1302 | 2025-07-15T19:40:26.802Z | Compiling critical-section v1.1.3 |
1303 | 2025-07-15T19:40:26.890Z | Compiling subtle v2.6.1 |
1304 | 2025-07-15T19:40:26.910Z | Compiling const-oid v0.9.6 |
1305 | 2025-07-15T19:40:26.977Z | Compiling pkg-config v0.3.31 |
1306 | 2025-07-15T19:40:27.064Z | Compiling pin-project-lite v0.2.14 |
1307 | 2025-07-15T19:40:27.224Z | Compiling parking_lot_core v0.9.10 |
1308 | 2025-07-15T19:40:27.245Z | Compiling rustix v0.38.37 |
1309 | 2025-07-15T19:40:28.092Z | Compiling signal-hook-registry v1.4.2 |
1310 | 2025-07-15T19:40:28.209Z | Compiling parking_lot v0.12.3 |
1311 | 2025-07-15T19:40:28.315Z | Compiling mio v1.0.2 |
1312 | 2025-07-15T19:40:28.337Z | Compiling futures-core v0.3.31 |
1313 | 2025-07-15T19:40:28.616Z | Compiling spin v0.9.8 |
1314 | 2025-07-15T19:40:28.789Z | Compiling socket2 v0.5.10 |
1315 | 2025-07-15T19:40:29.085Z | Compiling once_cell v1.21.3 |
1316 | 2025-07-15T19:40:29.153Z | Compiling aho-corasick v1.1.3 |
1317 | 2025-07-15T19:40:29.176Z | Compiling slab v0.4.9 |
1318 | 2025-07-15T19:40:29.203Z | Compiling cpufeatures v0.2.14 |
1319 | 2025-07-15T19:40:29.335Z | Compiling libm v0.2.8 |
1320 | 2025-07-15T19:40:29.852Z | Compiling serde_json v1.0.140 |
1321 | 2025-07-15T19:40:29.881Z | Compiling regex-syntax v0.8.5 |
1322 | 2025-07-15T19:40:29.881Z | Compiling either v1.15.0 |
1323 | 2025-07-15T19:40:29.881Z | Compiling num-traits v0.2.19 |
1324 | 2025-07-15T19:40:29.905Z | Compiling futures-sink v0.3.31 |
1325 | 2025-07-15T19:40:29.928Z | Compiling percent-encoding v2.3.1 |
1326 | 2025-07-15T19:40:29.972Z | Compiling getrandom v0.3.1 |
1327 | 2025-07-15T19:40:30.095Z | Compiling glob v0.3.2 |
1328 | 2025-07-15T19:40:30.438Z | Compiling prettyplease v0.2.35 |
1329 | 2025-07-15T19:40:30.607Z | Compiling lazy_static v1.5.0 |
1330 | 2025-07-15T19:40:30.757Z | Compiling foldhash v0.1.5 |
1331 | 2025-07-15T19:40:30.841Z | Compiling allocator-api2 v0.2.21 |
1332 | 2025-07-15T19:40:30.971Z | Compiling clang-sys v1.8.1 |
1333 | 2025-07-15T19:40:31.205Z | Compiling minimal-lexical v0.2.1 |
1334 | 2025-07-15T19:40:31.208Z | Compiling libloading v0.8.5 |
1335 | 2025-07-15T19:40:31.633Z | Compiling hashbrown v0.15.4 |
1336 | 2025-07-15T19:40:31.720Z | Compiling nom v7.1.3 |
1337 | 2025-07-15T19:40:31.762Z | Compiling base64ct v1.6.0 |
1338 | 2025-07-15T19:40:31.789Z | Compiling bindgen v0.69.5 |
1339 | 2025-07-15T19:40:32.359Z | Compiling home v0.5.9 |
1340 | 2025-07-15T19:40:32.602Z | Compiling pem-rfc7468 v0.7.0 |
1341 | 2025-07-15T19:40:32.888Z | Compiling futures-channel v0.3.31 |
1342 | 2025-07-15T19:40:33.245Z | Compiling regex-automata v0.4.8 |
1343 | 2025-07-15T19:40:33.326Z | Compiling synstructure v0.13.1 |
1344 | 2025-07-15T19:40:33.693Z | Compiling itertools v0.12.1 |
1345 | 2025-07-15T19:40:34.798Z | Compiling pin-utils v0.1.0 |
1346 | 2025-07-15T19:40:34.921Z | Compiling cexpr v0.6.0 |
1347 | 2025-07-15T19:40:35.161Z | Compiling flagset v0.4.6 |
1348 | 2025-07-15T19:40:35.402Z | Compiling futures-io v0.3.31 |
1349 | 2025-07-15T19:40:35.616Z | Compiling lazycell v1.3.0 |
1350 | 2025-07-15T19:40:35.697Z | Compiling rustc-hash v1.1.0 |
1351 | 2025-07-15T19:40:35.816Z | Compiling futures-task v0.3.31 |
1352 | 2025-07-15T19:40:35.885Z | Compiling cmake v0.1.51 |
1353 | 2025-07-15T19:40:36.128Z | Compiling zerocopy v0.8.26 |
1354 | 2025-07-15T19:40:36.512Z | Compiling dunce v1.0.5 |
1355 | 2025-07-15T19:40:36.535Z | Compiling fs_extra v1.3.0 |
1356 | 2025-07-15T19:40:36.675Z | Compiling form_urlencoded v1.2.1 |
1357 | 2025-07-15T19:40:36.703Z | Compiling vcpkg v0.2.15 |
1358 | 2025-07-15T19:40:36.728Z | Compiling paste v1.0.15 |
1359 | 2025-07-15T19:40:37.006Z | Compiling crossbeam-utils v0.8.21 |
1360 | 2025-07-15T19:40:37.031Z | Compiling ring v0.17.14 |
1361 | 2025-07-15T19:40:37.087Z | Compiling tracing-core v0.1.32 |
1362 | 2025-07-15T19:40:37.585Z | Compiling aws-lc-rs v1.12.4 |
1363 | 2025-07-15T19:40:38.053Z | Compiling iana-time-zone v0.1.63 |
1364 | 2025-07-15T19:40:38.382Z | Compiling httparse v1.9.5 |
1365 | 2025-07-15T19:40:38.411Z | Compiling openssl-sys v0.9.109 |
1366 | 2025-07-15T19:40:38.414Z | Compiling tinyvec_macros v0.1.1 |
1367 | 2025-07-15T19:40:38.454Z | Compiling serde_derive v1.0.219 |
1368 | 2025-07-15T19:40:38.549Z | Compiling zeroize_derive v1.4.2 |
1369 | 2025-07-15T19:40:39.061Z | Compiling zerofrom-derive v0.1.4 |
1370 | 2025-07-15T19:40:39.446Z | Compiling yoke-derive v0.7.4 |
1371 | 2025-07-15T19:40:39.535Z | Compiling zerovec-derive v0.10.3 |
1372 | 2025-07-15T19:40:40.008Z | Compiling zeroize v1.8.1 |
1373 | 2025-07-15T19:40:41.764Z | Compiling crypto-common v0.1.6 |
1374 | 2025-07-15T19:40:42.005Z | Compiling block-buffer v0.10.4 |
1375 | 2025-07-15T19:40:42.060Z | Compiling displaydoc v0.2.5 |
1376 | 2025-07-15T19:40:42.081Z | Compiling zerocopy-derive v0.7.35 |
1377 | 2025-07-15T19:40:42.289Z | Compiling digest v0.10.7 |
1378 | 2025-07-15T19:40:42.432Z | Compiling zerofrom v0.1.4 |
1379 | 2025-07-15T19:40:42.689Z | Compiling yoke v0.7.4 |
1380 | 2025-07-15T19:40:42.755Z | Compiling tokio-macros v2.5.0 |
1381 | 2025-07-15T19:40:42.894Z | Compiling hmac v0.12.1 |
1382 | 2025-07-15T19:40:43.043Z | Compiling zerovec v0.10.4 |
1383 | 2025-07-15T19:40:43.167Z | Compiling icu_provider_macros v1.5.0 |
1384 | 2025-07-15T19:40:43.374Z | Compiling block-padding v0.3.3 |
1385 | 2025-07-15T19:40:43.563Z | Compiling sha2 v0.10.9 |
1386 | 2025-07-15T19:40:43.618Z | Compiling inout v0.1.3 |
1387 | 2025-07-15T19:40:43.648Z | Compiling regex v1.11.1 |
1388 | 2025-07-15T19:40:43.976Z | Compiling cipher v0.4.4 |
1389 | 2025-07-15T19:40:43.999Z | Compiling zerocopy v0.7.35 |
1390 | 2025-07-15T19:40:44.254Z | Compiling der_derive v0.7.3 |
1391 | 2025-07-15T19:40:44.277Z | Compiling futures-macro v0.3.31 |
1392 | 2025-07-15T19:40:44.524Z | Compiling thiserror-impl v1.0.69 |
1393 | 2025-07-15T19:40:44.704Z | Compiling salsa20 v0.10.2 |
1394 | 2025-07-15T19:40:44.950Z | Compiling tinystr v0.7.6 |
1395 | 2025-07-15T19:40:45.096Z | Compiling icu_collections v1.5.0 |
1396 | 2025-07-15T19:40:45.346Z | Compiling icu_locid v1.5.0 |
1397 | 2025-07-15T19:40:45.438Z | Compiling ppv-lite86 v0.2.20 |
1398 | 2025-07-15T19:40:45.760Z | Compiling serde v1.0.219 |
1399 | 2025-07-15T19:40:46.123Z | Compiling futures-util v0.3.31 |
1400 | 2025-07-15T19:40:46.220Z | Compiling pbkdf2 v0.12.2 |
1401 | 2025-07-15T19:40:46.374Z | Compiling zerocopy-derive v0.8.26 |
1402 | 2025-07-15T19:40:46.422Z | Compiling scrypt v0.11.0 |
1403 | 2025-07-15T19:40:46.554Z | Compiling icu_provider v1.5.0 |
1404 | 2025-07-15T19:40:46.928Z | Compiling der v0.7.9 |
1405 | 2025-07-15T19:40:46.971Z | Compiling aes v0.8.4 |
1406 | 2025-07-15T19:40:47.286Z | Compiling icu_locid_transform v1.5.0 |
1407 | 2025-07-15T19:40:47.452Z | Compiling thiserror v1.0.69 |
1408 | 2025-07-15T19:40:47.532Z | Compiling cbc v0.1.2 |
1409 | 2025-07-15T19:40:47.622Z | Compiling pest v2.7.14 |
1410 | 2025-07-15T19:40:47.908Z | Compiling tracing-attributes v0.1.27 |
1411 | 2025-07-15T19:40:49.680Z | Compiling icu_properties v1.5.1 |
1412 | 2025-07-15T19:40:49.703Z | Compiling spki v0.7.3 |
1413 | 2025-07-15T19:40:49.945Z | Compiling scroll_derive v0.12.0 |
1414 | 2025-07-15T19:40:50.070Z | Compiling pkcs5 v0.7.1 |
1415 | 2025-07-15T19:40:50.700Z | Compiling pest_meta v2.7.14 |
1416 | 2025-07-15T19:40:51.077Z | Compiling tracing v0.1.40 |
1417 | 2025-07-15T19:40:51.152Z | Compiling bytes v1.10.1 |
1418 | 2025-07-15T19:40:51.271Z | Compiling bitflags v2.9.1 |
1419 | 2025-07-15T19:40:51.475Z | Compiling semver v1.0.26 |
1420 | 2025-07-15T19:40:51.766Z | Compiling indexmap v2.10.0 |
1421 | 2025-07-15T19:40:52.156Z | Compiling rustc_version v0.4.1 |
1422 | 2025-07-15T19:40:52.646Z | Compiling tokio v1.45.1 |
1423 | 2025-07-15T19:40:52.868Z | Compiling http v1.3.1 |
1424 | 2025-07-15T19:40:53.187Z | Compiling uuid v1.17.0 |
1425 | 2025-07-15T19:40:53.493Z | Compiling icu_normalizer v1.5.0 |
1426 | 2025-07-15T19:40:54.332Z | Compiling chrono v0.4.41 |
1427 | 2025-07-15T19:40:54.493Z | Compiling idna_adapter v1.2.0 |
1428 | 2025-07-15T19:40:54.749Z | Compiling idna v1.0.3 |
1429 | 2025-07-15T19:40:54.753Z | Compiling http-body v1.0.1 |
1430 | 2025-07-15T19:40:55.043Z | Compiling pkcs8 v0.10.2 |
1431 | 2025-07-15T19:40:55.091Z | Compiling base64 v0.22.1 |
1432 | 2025-07-15T19:40:55.150Z | Compiling rustls-pki-types v1.10.0 |
1433 | 2025-07-15T19:40:55.262Z | Compiling rustversion v1.0.17 |
1434 | 2025-07-15T19:40:55.695Z | Compiling which v4.4.2 |
1435 | 2025-07-15T19:40:55.773Z | Compiling url v2.5.4 |
1436 | 2025-07-15T19:40:56.142Z | Compiling rand_core v0.9.2 |
1437 | 2025-07-15T19:40:56.259Z | Compiling pest_generator v2.7.14 |
1438 | 2025-07-15T19:40:56.301Z | Compiling scroll v0.12.0 |
1439 | 2025-07-15T19:40:56.540Z | Compiling tinyvec v1.8.0 |
1440 | 2025-07-15T19:40:56.596Z | Compiling serde_derive_internals v0.29.1 |
1441 | 2025-07-15T19:40:56.877Z | Compiling zstd-sys v2.0.14+zstd.1.5.7 |
1442 | 2025-07-15T19:40:57.519Z | Compiling bzip2-sys v0.1.13+1.0.8 |
1443 | 2025-07-15T19:40:57.659Z | Compiling untrusted v0.9.0 |
1444 | 2025-07-15T19:40:57.735Z | Compiling try-lock v0.2.5 |
1445 | 2025-07-15T19:40:57.869Z | Compiling tower-service v0.3.3 |
1446 | 2025-07-15T19:40:57.920Z | Compiling adler2 v2.0.0 |
1447 | 2025-07-15T19:40:58.018Z | Compiling untrusted v0.7.1 |
1448 | 2025-07-15T19:40:58.041Z | Compiling num-conv v0.1.0 |
1449 | 2025-07-15T19:40:58.062Z | Compiling time-core v0.1.2 |
1450 | 2025-07-15T19:40:58.066Z | Compiling schemars v0.8.22 |
1451 | 2025-07-15T19:40:58.142Z | Compiling openssl-probe v0.1.5 |
1452 | 2025-07-15T19:40:58.228Z | Compiling openssl v0.10.73 |
1453 | 2025-07-15T19:40:58.289Z | Compiling foreign-types-shared v0.1.1 |
1454 | 2025-07-15T19:40:58.326Z | Compiling powerfmt v0.2.0 |
1455 | 2025-07-15T19:40:58.435Z | Compiling atomic-waker v1.1.2 |
1456 | 2025-07-15T19:40:58.458Z | Compiling foreign-types v0.3.2 |
1457 | 2025-07-15T19:40:58.503Z | Compiling time-macros v0.2.18 |
1458 | 2025-07-15T19:40:58.593Z | Compiling goblin v0.8.2 |
1459 | 2025-07-15T19:40:58.626Z | Compiling deranged v0.3.11 |
1460 | 2025-07-15T19:40:58.692Z | Compiling miniz_oxide v0.8.5 |
1461 | 2025-07-15T19:40:58.823Z | Compiling schemars_derive v0.8.22 |
1462 | 2025-07-15T19:41:00.059Z | Compiling pest_derive v2.7.14 |
1463 | 2025-07-15T19:41:00.092Z | Compiling want v0.3.1 |
1464 | 2025-07-15T19:41:01.438Z | Compiling tokio-util v0.7.15 |
1465 | 2025-07-15T19:41:01.571Z | Compiling rand_chacha v0.9.0 |
1466 | 2025-07-15T19:41:02.947Z | Compiling h2 v0.4.6 |
1467 | 2025-07-15T19:41:03.021Z | Compiling ipnet v2.11.0 |
1468 | 2025-07-15T19:41:04.185Z | Compiling openssl-macros v0.1.1 |
1469 | 2025-07-15T19:41:04.637Z | Compiling native-tls v0.2.12 |
1470 | 2025-07-15T19:41:04.875Z | Compiling rustls v0.23.19 |
1471 | 2025-07-15T19:41:04.934Z | Compiling syn v1.0.109 |
1472 | 2025-07-15T19:41:05.017Z | Compiling dyn-clone v1.0.19 |
1473 | 2025-07-15T19:41:05.206Z | Compiling httpdate v1.0.3 |
1474 | 2025-07-15T19:41:05.276Z | Compiling num_threads v0.1.7 |
1475 | 2025-07-15T19:41:05.438Z | Compiling time v0.3.36 |
1476 | 2025-07-15T19:41:06.231Z | Compiling dof v0.3.0 |
1477 | 2025-07-15T19:41:07.709Z | Compiling rand v0.9.1 |
1478 | 2025-07-15T19:41:08.092Z | Compiling dtrace-parser v0.2.0 |
1479 | 2025-07-15T19:41:09.184Z | Compiling unicode-normalization v0.1.24 |
1480 | 2025-07-15T19:41:09.474Z | Compiling heapless v0.7.17 |
1481 | 2025-07-15T19:41:09.952Z | Compiling signature v2.2.0 |
1482 | 2025-07-15T19:41:10.015Z | Compiling crossbeam-epoch v0.9.18 |
1483 | 2025-07-15T19:41:10.039Z | Compiling crc32fast v1.4.2 |
1484 | 2025-07-15T19:41:10.252Z | Compiling hyper v1.6.0 |
1485 | 2025-07-15T19:41:10.275Z | Compiling cookie v0.18.1 |
1486 | 2025-07-15T19:41:10.396Z | Compiling zstd-safe v7.2.3 |
1487 | 2025-07-15T19:41:10.610Z | Compiling unicode-properties v0.1.3 |
1488 | 2025-07-15T19:41:10.718Z | Compiling zlib-rs v0.5.1 |
1489 | 2025-07-15T19:41:10.769Z | Compiling signal-hook v0.3.17 |
1490 | 2025-07-15T19:41:11.051Z | Compiling siphasher v0.3.11 |
1491 | 2025-07-15T19:41:11.073Z | Compiling unicode-bidi v0.3.17 |
1492 | 2025-07-15T19:41:11.439Z | Compiling slog v2.7.0 |
1493 | 2025-07-15T19:41:11.992Z | Compiling rayon-core v1.12.1 |
1494 | 2025-07-15T19:41:12.366Z | Compiling stringprep v0.1.5 |
1495 | 2025-07-15T19:41:12.796Z | Compiling hyper-util v0.1.14 |
1496 | 2025-07-15T19:41:12.976Z | Compiling phf_shared v0.11.2 |
1497 | 2025-07-15T19:41:13.399Z | Compiling crossbeam-deque v0.8.5 |
1498 | 2025-07-15T19:41:13.428Z | Compiling usdt-impl v0.5.0 |
1499 | 2025-07-15T19:41:13.740Z | Compiling curve25519-dalek v4.1.3 |
1500 | 2025-07-15T19:41:13.762Z | Compiling serde_tokenstream v0.2.2 |
1501 | 2025-07-15T19:41:14.429Z | Compiling serde_spanned v0.6.9 |
1502 | 2025-07-15T19:41:14.451Z | Compiling toml_datetime v0.6.11 |
1503 | 2025-07-15T19:41:14.528Z | Compiling rand_chacha v0.3.1 |
1504 | 2025-07-15T19:41:14.686Z | Compiling md-5 v0.10.6 |
1505 | 2025-07-15T19:41:14.762Z | Compiling num-integer v0.1.46 |
1506 | 2025-07-15T19:41:14.986Z | Compiling sync_wrapper v1.0.1 |
1507 | 2025-07-15T19:41:15.005Z | Compiling ff v0.13.0 |
1508 | 2025-07-15T19:41:15.165Z | Compiling hash32 v0.2.1 |
1509 | 2025-07-15T19:41:15.257Z | Compiling memoffset v0.9.1 |
1510 | 2025-07-15T19:41:15.510Z | Compiling newtype-uuid v1.2.4 |
1511 | 2025-07-15T19:41:15.573Z | Compiling litrs v0.4.1 |
1512 | 2025-07-15T19:41:15.611Z | Compiling psl-types v2.0.11 |
1513 | 2025-07-15T19:41:15.828Z | Compiling cfg_aliases v0.2.1 |
1514 | 2025-07-15T19:41:15.852Z | Compiling fallible-iterator v0.2.0 |
1515 | 2025-07-15T19:41:15.949Z | Compiling tower-layer v0.3.3 |
1516 | 2025-07-15T19:41:16.262Z | Compiling num-bigint-dig v0.8.4 |
1517 | 2025-07-15T19:41:16.505Z | Compiling base16ct v0.2.0 |
1518 | 2025-07-15T19:41:16.563Z | Compiling gimli v0.31.1 |
1519 | 2025-07-15T19:41:16.600Z | Compiling smoltcp v0.9.1 |
1520 | 2025-07-15T19:41:16.651Z | Compiling document-features v0.2.10 |
1521 | 2025-07-15T19:41:16.824Z | Compiling sec1 v0.7.3 |
1522 | 2025-07-15T19:41:16.988Z | Compiling postgres-protocol v0.6.8 |
1523 | 2025-07-15T19:41:17.353Z | Compiling libz-rs-sys v0.5.1 |
1524 | 2025-07-15T19:41:17.450Z | Compiling tower v0.5.2 |
1525 | 2025-07-15T19:41:17.605Z | Compiling flate2 v1.1.2 |
1526 | 2025-07-15T19:41:17.771Z | Compiling nix v0.29.0 |
1527 | 2025-07-15T19:41:17.963Z | Compiling publicsuffix v2.3.0 |
1528 | 2025-07-15T19:41:18.285Z | Compiling num-iter v0.1.45 |
1529 | 2025-07-15T19:41:18.288Z | Compiling group v0.13.0 |
1530 | 2025-07-15T19:41:18.531Z | Compiling rand v0.8.5 |
1531 | 2025-07-15T19:41:19.300Z | Compiling tokio-native-tls v0.3.1 |
1532 | 2025-07-15T19:41:19.776Z | Compiling ipnetwork v0.21.1 |
1533 | 2025-07-15T19:41:19.850Z | Compiling strum_macros v0.27.1 |
1534 | 2025-07-15T19:41:20.193Z | Compiling rustls-native-certs v0.8.1 |
1535 | 2025-07-15T19:41:20.361Z | Compiling webpki-roots v1.0.1 |
1536 | 2025-07-15T19:41:20.598Z | Compiling terminal_size v0.4.0 |
1537 | 2025-07-15T19:41:20.625Z | Compiling http-body-util v0.1.3 |
1538 | 2025-07-15T19:41:20.661Z | Compiling hkdf v0.12.4 |
1539 | 2025-07-15T19:41:20.735Z | Compiling crypto-bigint v0.5.5 |
1540 | 2025-07-15T19:41:20.841Z | Compiling async-trait v0.1.88 |
1541 | 2025-07-15T19:41:20.968Z | Compiling addr2line v0.24.2 |
1542 | 2025-07-15T19:41:21.114Z | Compiling curve25519-dalek-derive v0.1.1 |
1543 | 2025-07-15T19:41:21.454Z | Compiling thiserror-impl v2.0.12 |
1544 | 2025-07-15T19:41:21.682Z | Compiling fs-err v3.1.1 |
1545 | 2025-07-15T19:41:22.043Z | Compiling object v0.36.5 |
1546 | 2025-07-15T19:41:22.517Z | Compiling ahash v0.8.11 |
1547 | 2025-07-15T19:41:22.898Z | Compiling winnow v0.5.40 |
1548 | 2025-07-15T19:41:23.385Z | Compiling bitflags v1.3.2 |
1549 | 2025-07-15T19:41:23.518Z | Compiling rustc-demangle v0.1.24 |
1550 | 2025-07-15T19:41:24.441Z | Compiling lockfree-object-pool v0.1.6 |
1551 | 2025-07-15T19:41:24.720Z | Compiling buf-list v1.0.3 |
1552 | 2025-07-15T19:41:24.741Z | Compiling iri-string v0.7.8 |
1553 | 2025-07-15T19:41:24.944Z | Compiling managed v0.8.0 |
1554 | 2025-07-15T19:41:25.359Z | Compiling simd-adler32 v0.3.7 |
1555 | 2025-07-15T19:41:25.382Z | Compiling anyhow v1.0.98 |
1556 | 2025-07-15T19:41:25.503Z | Compiling hubpack_derive v0.1.1 |
1557 | 2025-07-15T19:41:25.923Z | Compiling bumpalo v3.16.0 |
1558 | 2025-07-15T19:41:26.370Z | Compiling zopfli v0.8.1 |
1559 | 2025-07-15T19:41:26.412Z | Compiling hubpack v0.1.2 |
1560 | 2025-07-15T19:41:26.452Z | Compiling toml_edit v0.19.15 |
1561 | 2025-07-15T19:41:26.535Z | Compiling clap_builder v4.5.40 |
1562 | 2025-07-15T19:41:26.901Z | Compiling strum v0.27.1 |
1563 | 2025-07-15T19:41:27.101Z | Compiling thiserror v2.0.12 |
1564 | 2025-07-15T19:41:27.285Z | Compiling elliptic-curve v0.13.8 |
1565 | 2025-07-15T19:41:27.964Z | Compiling tower-http v0.6.6 |
1566 | 2025-07-15T19:41:28.135Z | Compiling console v0.15.10 |
1567 | 2025-07-15T19:41:28.709Z | Compiling backtrace v0.3.74 |
1568 | 2025-07-15T19:41:29.144Z | Compiling hyper-tls v0.6.0 |
1569 | 2025-07-15T19:41:29.335Z | Compiling oxnet v0.1.2 |
1570 | 2025-07-15T19:41:29.561Z | Compiling rayon v1.10.0 |
1571 | 2025-07-15T19:41:30.114Z | Compiling signal-hook-mio v0.2.4 |
1572 | 2025-07-15T19:41:30.315Z | Compiling cookie_store v0.21.1 |
1573 | 2025-07-15T19:41:31.616Z | Compiling zstd v0.13.3 |
1574 | 2025-07-15T19:41:32.173Z | Compiling postgres-types v0.2.9 |
1575 | 2025-07-15T19:41:32.407Z | Compiling usdt-attr-macro v0.5.0 |
1576 | 2025-07-15T19:41:33.188Z | Compiling usdt-macro v0.5.0 |
1577 | 2025-07-15T19:41:33.547Z | Compiling phf v0.11.2 |
1578 | 2025-07-15T19:41:33.902Z | Compiling ed25519 v2.2.3 |
1579 | 2025-07-15T19:41:34.027Z | Compiling bzip2 v0.5.2 |
1580 | 2025-07-15T19:41:34.085Z | Compiling bzip2 v0.4.4 |
1581 | 2025-07-15T19:41:34.441Z | Compiling strum_macros v0.26.4 |
1582 | 2025-07-15T19:41:34.476Z | Compiling pkcs1 v0.7.5 |
1583 | 2025-07-15T19:41:34.501Z | Compiling serde-big-array v0.5.1 |
1584 | 2025-07-15T19:41:34.632Z | Compiling serde_urlencoded v0.7.1 |
1585 | 2025-07-15T19:41:34.755Z | Compiling rfc6979 v0.4.0 |
1586 | 2025-07-15T19:41:34.970Z | Compiling bstr v1.10.0 |
1587 | 2025-07-15T19:41:35.186Z | Compiling clap_derive v4.5.40 |
1588 | 2025-07-15T19:41:35.395Z | Compiling enum-as-inner v0.6.1 |
1589 | 2025-07-15T19:41:35.788Z | Compiling daft-derive v0.1.4 |
1590 | 2025-07-15T19:41:36.519Z | Compiling serde_repr v0.1.19 |
1591 | 2025-07-15T19:41:36.541Z | Compiling float-cmp v0.10.0 |
1592 | 2025-07-15T19:41:36.616Z | Compiling encoding_rs v0.8.34 |
1593 | 2025-07-15T19:41:36.807Z | Compiling difflib v0.4.0 |
1594 | 2025-07-15T19:41:37.381Z | Compiling data-encoding v2.9.0 |
1595 | 2025-07-15T19:41:37.637Z | Compiling unicode-segmentation v1.12.0 |
1596 | 2025-07-15T19:41:38.125Z | Compiling static_assertions v1.1.0 |
1597 | 2025-07-15T19:41:38.253Z | Compiling fixedbitset v0.4.2 |
1598 | 2025-07-15T19:41:38.533Z | Compiling precomputed-hash v0.1.1 |
1599 | 2025-07-15T19:41:38.686Z | Compiling mime v0.3.17 |
1600 | 2025-07-15T19:41:38.707Z | Compiling predicates-core v1.0.8 |
1601 | 2025-07-15T19:41:38.833Z | Compiling number_prefix v0.4.0 |
1602 | 2025-07-15T19:41:39.097Z | Compiling whoami v1.5.2 |
1603 | 2025-07-15T19:41:39.122Z | Compiling new_debug_unreachable v1.0.6 |
1604 | 2025-07-15T19:41:39.217Z | Compiling normalize-line-endings v0.3.0 |
1605 | 2025-07-15T19:41:39.241Z | Compiling string_cache v0.8.9 |
1606 | 2025-07-15T19:41:39.263Z | Compiling indicatif v0.17.11 |
1607 | 2025-07-15T19:41:39.376Z | Compiling predicates v3.1.3 |
1608 | 2025-07-15T19:41:39.645Z | Compiling clap v4.5.40 |
1609 | 2025-07-15T19:41:39.670Z | Compiling tokio-postgres v0.7.13 |
1610 | 2025-07-15T19:41:39.712Z | Compiling toml_edit v0.22.27 |
1611 | 2025-07-15T19:41:39.786Z | Compiling strum v0.26.3 |
1612 | 2025-07-15T19:41:40.005Z | Compiling petgraph v0.6.5 |
1613 | 2025-07-15T19:41:40.528Z | Compiling similar v2.7.0 |
1614 | 2025-07-15T19:41:40.886Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
1615 | 2025-07-15T19:41:41.221Z | Compiling hickory-proto v0.25.2 |
1616 | 2025-07-15T19:41:42.600Z | Compiling daft v0.1.4 |
1617 | 2025-07-15T19:41:43.141Z | Compiling usdt v0.5.0 |
1618 | 2025-07-15T19:41:43.238Z | Compiling rsa v0.9.6 |
1619 | 2025-07-15T19:41:43.618Z | Compiling ecdsa v0.16.9 |
1620 | 2025-07-15T19:41:43.738Z | Compiling zip v0.6.6 |
1621 | 2025-07-15T19:41:44.504Z | Compiling zip v4.2.0 |
1622 | 2025-07-15T19:41:45.082Z | Compiling ed25519-dalek v2.1.1 |
1623 | 2025-07-15T19:41:46.488Z | Compiling crossterm v0.28.1 |
1624 | 2025-07-15T19:41:46.776Z | Compiling toml v0.7.8 |
1625 | 2025-07-15T19:41:48.192Z | Compiling tokio-stream v0.1.17 |
1626 | 2025-07-15T19:41:48.276Z | Compiling openapiv3 v2.2.0 |
1627 | 2025-07-15T19:41:48.334Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
1628 | 2025-07-15T19:41:48.485Z | Compiling x509-cert v0.2.5 |
1629 | 2025-07-15T19:41:48.776Z | Compiling sha1 v0.10.6 |
1630 | 2025-07-15T19:41:49.199Z | Compiling itertools v0.10.5 |
1631 | 2025-07-15T19:41:49.247Z | Compiling dirs-sys-next v0.1.2 |
1632 | 2025-07-15T19:41:49.698Z | Compiling winnow v0.6.26 |
1633 | 2025-07-15T19:41:49.803Z | Compiling lalrpop-util v0.19.12 |
1634 | 2025-07-15T19:41:50.194Z | Compiling peg-runtime v0.8.5 |
1635 | 2025-07-15T19:41:50.785Z | Compiling rustc-hash v2.1.1 |
1636 | 2025-07-15T19:41:51.014Z | Compiling dirs-next v2.0.0 |
1637 | 2025-07-15T19:41:51.077Z | Compiling thread_local v1.1.8 |
1638 | 2025-07-15T19:41:51.238Z | Compiling slog-async v2.8.0 |
1639 | 2025-07-15T19:41:51.614Z | Compiling term v0.7.0 |
1640 | 2025-07-15T19:41:51.812Z | Compiling xattr v1.3.1 |
1641 | 2025-07-15T19:41:51.873Z | Compiling futures-executor v0.3.31 |
1642 | 2025-07-15T19:41:52.110Z | Compiling crossbeam-channel v0.5.15 |
1643 | 2025-07-15T19:41:52.389Z | Compiling is-terminal v0.4.13 |
1644 | 2025-07-15T19:41:52.411Z | Compiling filetime v0.2.25 |
1645 | 2025-07-15T19:41:52.559Z | Compiling take_mut v0.2.2 |
1646 | 2025-07-15T19:41:52.727Z | Compiling tar v0.4.44 |
1647 | 2025-07-15T19:41:52.750Z | Compiling slog-term v2.9.1 |
1648 | 2025-07-15T19:41:52.851Z | Compiling futures v0.3.31 |
1649 | 2025-07-15T19:41:52.994Z | Compiling camino v1.1.10 |
1650 | 2025-07-15T19:41:58.653Z | Compiling aws-lc-sys v0.26.0 |
1651 | 2025-07-15T19:42:29.469Z | Compiling rustls-webpki v0.102.8 |
1652 | 2025-07-15T19:42:34.178Z | Compiling tokio-rustls v0.26.0 |
1653 | 2025-07-15T19:42:34.469Z | Compiling hyper-rustls v0.27.7 |
1654 | 2025-07-15T19:42:34.840Z | Compiling reqwest v0.12.22 |
1655 | 2025-07-15T19:42:38.489Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1656 | 2025-07-15T19:42:38.799Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1657 | 2025-07-15T19:42:43.586Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 21s |
1658 | 2025-07-15T19:42:43.763Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
1659 | 2025-07-15T19:42:43.885Z | Jul 15 19:42:43.261 INFO Starting download, target: Clickhouse |
1660 | 2025-07-15T19:42:43.885Z | Jul 15 19:42:43.261 INFO Starting download, target: Cockroach |
1661 | 2025-07-15T19:42:43.885Z | Jul 15 19:42:43.261 INFO Starting download, target: Console |
1662 | 2025-07-15T19:42:43.885Z | Jul 15 19:42:43.261 INFO Starting download, target: DendriteStub |
1663 | 2025-07-15T19:42:43.885Z | Jul 15 19:42:43.261 INFO Starting download, target: MaghemiteMgd |
1664 | 2025-07-15T19:42:43.885Z | Jul 15 19:42:43.261 INFO Starting download, target: TransceiverControl |
1665 | 2025-07-15T19:42:43.902Z | Jul 15 19:42:43.262 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1666 | 2025-07-15T19:42:43.902Z | Jul 15 19:42:43.262 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1667 | 2025-07-15T19:42:43.902Z | Jul 15 19:42:43.262 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1668 | 2025-07-15T19:42:43.902Z | Jul 15 19:42:43.263 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1669 | 2025-07-15T19:42:43.902Z | Jul 15 19:42:43.263 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1670 | 2025-07-15T19:42:43.902Z | Jul 15 19:42:43.263 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1671 | 2025-07-15T19:42:44.352Z | Jul 15 19:42:43.764 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1672 | 2025-07-15T19:42:44.754Z | Jul 15 19:42:44.150 INFO Download complete, target: Console |
1673 | 2025-07-15T19:42:44.884Z | Jul 15 19:42:44.301 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1674 | 2025-07-15T19:42:45.240Z | Jul 15 19:42:44.664 INFO Download complete, target: TransceiverControl |
1675 | 2025-07-15T19:42:45.641Z | Jul 15 19:42:45.057 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1676 | 2025-07-15T19:42:45.976Z | Jul 15 19:42:45.401 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1677 | 2025-07-15T19:42:46.382Z | Jul 15 19:42:45.761 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1678 | 2025-07-15T19:42:47.768Z | Jul 15 19:42:47.195 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1679 | 2025-07-15T19:42:47.768Z | Jul 15 19:42:47.195 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1680 | 2025-07-15T19:42:48.877Z | Jul 15 19:42:48.304 INFO Download complete, target: DendriteStub |
1681 | 2025-07-15T19:42:49.617Z | Jul 15 19:42:49.044 INFO Download complete, target: MaghemiteMgd |
1682 | 2025-07-15T19:42:54.203Z | Jul 15 19:42:53.630 INFO Checking that binary works, target: Cockroach |
1683 | 2025-07-15T19:42:54.370Z | Jul 15 19:42:53.797 INFO Download complete, target: Cockroach |
1684 | 2025-07-15T19:42:56.099Z | Jul 15 19:42:55.525 INFO Checking that binary works, target: Clickhouse |
1685 | 2025-07-15T19:42:56.246Z | Jul 15 19:42:55.673 INFO Download complete, target: Clickhouse |
1686 | 2025-07-15T19:42:56.268Z | All builder prerequisites installed successfully, and PATH looks valid |
1687 | 2025-07-15T19:42:56.271Z | |
1688 | 2025-07-15T19:42:56.271Z | real 4:49.173109238 |
1689 | 2025-07-15T19:42:56.271Z | user 16:53.380058928 |
1690 | 2025-07-15T19:42:56.271Z | sys 2:24.474585136 |
1691 | 2025-07-15T19:42:56.271Z | trap 0.642532580 |
1692 | 2025-07-15T19:42:56.271Z | tflt 0.936091555 |
1693 | 2025-07-15T19:42:56.271Z | dflt 1.351091612 |
1694 | 2025-07-15T19:42:56.271Z | kflt 0.026319008 |
1695 | 2025-07-15T19:42:56.271Z | lock 39:20.123165792 |
1696 | 2025-07-15T19:42:56.271Z | slp 1:01:21.869552849 |
1697 | 2025-07-15T19:42:56.271Z | lat 1:14.597760955 |
1698 | 2025-07-15T19:42:56.271Z | stop 2:56.371668250 |
1699 | 2025-07-15T19:42:56.271Z | + banner hack-check |
1700 | 2025-07-15T19:42:56.274Z | |
1701 | 2025-07-15T19:42:56.274Z | # # ## #### # # #### # # ###### #### # # |
1702 | 2025-07-15T19:42:56.275Z | # # # # # # # # # # # # # # # # # |
1703 | 2025-07-15T19:42:56.275Z | ###### # # # #### ##### # ###### ##### # #### |
1704 | 2025-07-15T19:42:56.275Z | # # ###### # # # # # # # # # # |
1705 | 2025-07-15T19:42:56.275Z | # # # # # # # # # # # # # # # # # |
1706 | 2025-07-15T19:42:56.275Z | # # # # #### # # #### # # ###### #### # # |
1707 | 2025-07-15T19:42:56.275Z | |
1708 | 2025-07-15T19:42:56.275Z | + export CARGO_INCREMENTAL=0 |
1709 | 2025-07-15T19:42:56.275Z | + CARGO_INCREMENTAL=0 |
1710 | 2025-07-15T19:42:56.275Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1711 | 2025-07-15T19:42:57.082Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
1712 | 2025-07-15T19:42:57.384Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1713 | 2025-07-15T19:43:00.529Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.19s |
1714 | 2025-07-15T19:43:00.624Z | Running `target/debug/xtask check-features --ci` |
1715 | 2025-07-15T19:43:00.652Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1716 | 2025-07-15T19:43:00.652Z | running: "/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1717 | 2025-07-15T19:43:01.276Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
1718 | 2025-07-15T19:43:01.307Z | Running `target/debug/xtask download cargo-hack` |
1719 | 2025-07-15T19:43:02.336Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1720 | 2025-07-15T19:43:02.753Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1721 | 2025-07-15T19:43:06.716Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.37s |
1722 | 2025-07-15T19:43:06.925Z | Running `target/debug/xtask-downloader cargo-hack` |
1723 | 2025-07-15T19:43:06.970Z | Jul 15 19:43:06.397 INFO Starting download, target: CargoHack |
1724 | 2025-07-15T19:43:06.973Z | Jul 15 19:43:06.398 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1725 | 2025-07-15T19:43:07.587Z | Jul 15 19:43:07.010 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1726 | 2025-07-15T19:43:07.658Z | Jul 15 19:43:07.085 INFO Download complete, target: CargoHack |
1727 | 2025-07-15T19:43:07.662Z | 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" |
1728 | 2025-07-15T19:43:07.683Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1729 | 2025-07-15T19:43:07.890Z | info: running `cargo check --bins` on api_identity (1/221) |
1730 | 2025-07-15T19:43:08.566Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1731 | 2025-07-15T19:43:08.569Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1732 | 2025-07-15T19:43:08.569Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1733 | 2025-07-15T19:43:08.573Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
1734 | 2025-07-15T19:43:08.652Z | |
1735 | 2025-07-15T19:43:08.652Z | info: running `cargo check --bins` on bootstore (2/221) |
1736 | 2025-07-15T19:43:09.358Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1737 | 2025-07-15T19:43:09.362Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1738 | 2025-07-15T19:43:09.362Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1739 | 2025-07-15T19:43:09.366Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
1740 | 2025-07-15T19:43:09.455Z | |
1741 | 2025-07-15T19:43:09.455Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/221) |
1742 | 2025-07-15T19:43:10.144Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1743 | 2025-07-15T19:43:10.147Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1744 | 2025-07-15T19:43:10.147Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1745 | 2025-07-15T19:43:10.150Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
1746 | 2025-07-15T19:43:10.238Z | |
1747 | 2025-07-15T19:43:10.238Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/221) |
1748 | 2025-07-15T19:43:10.932Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1749 | 2025-07-15T19:43:10.935Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1750 | 2025-07-15T19:43:10.935Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1751 | 2025-07-15T19:43:10.939Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
1752 | 2025-07-15T19:43:11.023Z | |
1753 | 2025-07-15T19:43:11.023Z | info: running `cargo check --bins` on id-map (5/221) |
1754 | 2025-07-15T19:43:11.690Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1755 | 2025-07-15T19:43:11.695Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1756 | 2025-07-15T19:43:11.695Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1757 | 2025-07-15T19:43:11.698Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
1758 | 2025-07-15T19:43:11.777Z | |
1759 | 2025-07-15T19:43:11.777Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (6/221) |
1760 | 2025-07-15T19:43:12.304Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1761 | 2025-07-15T19:43:12.308Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1762 | 2025-07-15T19:43:12.308Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1763 | 2025-07-15T19:43:12.311Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1764 | 2025-07-15T19:43:12.364Z | |
1765 | 2025-07-15T19:43:12.364Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (7/221) |
1766 | 2025-07-15T19:43:12.894Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1767 | 2025-07-15T19:43:12.897Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1768 | 2025-07-15T19:43:12.897Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1769 | 2025-07-15T19:43:12.900Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1770 | 2025-07-15T19:43:12.953Z | |
1771 | 2025-07-15T19:43:12.954Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (8/221) |
1772 | 2025-07-15T19:43:13.478Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1773 | 2025-07-15T19:43:13.481Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1774 | 2025-07-15T19:43:13.481Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1775 | 2025-07-15T19:43:13.484Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1776 | 2025-07-15T19:43:13.538Z | |
1777 | 2025-07-15T19:43:13.538Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (9/221) |
1778 | 2025-07-15T19:43:14.065Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1779 | 2025-07-15T19:43:14.069Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1780 | 2025-07-15T19:43:14.069Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1781 | 2025-07-15T19:43:14.072Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1782 | 2025-07-15T19:43:14.125Z | |
1783 | 2025-07-15T19:43:14.125Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (10/221) |
1784 | 2025-07-15T19:43:14.651Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1785 | 2025-07-15T19:43:14.654Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1786 | 2025-07-15T19:43:14.654Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1787 | 2025-07-15T19:43:14.657Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1788 | 2025-07-15T19:43:14.716Z | |
1789 | 2025-07-15T19:43:14.716Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (11/221) |
1790 | 2025-07-15T19:43:15.240Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1791 | 2025-07-15T19:43:15.244Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1792 | 2025-07-15T19:43:15.244Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1793 | 2025-07-15T19:43:15.247Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1794 | 2025-07-15T19:43:15.300Z | |
1795 | 2025-07-15T19:43:15.300Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (12/221) |
1796 | 2025-07-15T19:43:15.832Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1797 | 2025-07-15T19:43:15.837Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1798 | 2025-07-15T19:43:15.837Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1799 | 2025-07-15T19:43:15.843Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1800 | 2025-07-15T19:43:15.891Z | |
1801 | 2025-07-15T19:43:15.891Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (13/221) |
1802 | 2025-07-15T19:43:16.418Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1803 | 2025-07-15T19:43:16.420Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1804 | 2025-07-15T19:43:16.421Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1805 | 2025-07-15T19:43:16.425Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1806 | 2025-07-15T19:43:16.476Z | |
1807 | 2025-07-15T19:43:16.476Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (14/221) |
1808 | 2025-07-15T19:43:17.006Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1809 | 2025-07-15T19:43:17.010Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1810 | 2025-07-15T19:43:17.010Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1811 | 2025-07-15T19:43:17.014Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1812 | 2025-07-15T19:43:17.067Z | |
1813 | 2025-07-15T19:43:17.067Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (15/221) |
1814 | 2025-07-15T19:43:17.595Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1815 | 2025-07-15T19:43:17.600Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1816 | 2025-07-15T19:43:17.600Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1817 | 2025-07-15T19:43:17.603Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1818 | 2025-07-15T19:43:17.655Z | |
1819 | 2025-07-15T19:43:17.655Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (16/221) |
1820 | 2025-07-15T19:43:18.184Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1821 | 2025-07-15T19:43:18.188Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1822 | 2025-07-15T19:43:18.188Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1823 | 2025-07-15T19:43:18.192Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1824 | 2025-07-15T19:43:18.247Z | |
1825 | 2025-07-15T19:43:18.247Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (17/221) |
1826 | 2025-07-15T19:43:18.785Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1827 | 2025-07-15T19:43:18.791Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1828 | 2025-07-15T19:43:18.791Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1829 | 2025-07-15T19:43:18.791Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1830 | 2025-07-15T19:43:18.848Z | |
1831 | 2025-07-15T19:43:18.848Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (18/221) |
1832 | 2025-07-15T19:43:19.381Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1833 | 2025-07-15T19:43:19.384Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1834 | 2025-07-15T19:43:19.384Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1835 | 2025-07-15T19:43:19.387Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1836 | 2025-07-15T19:43:19.443Z | |
1837 | 2025-07-15T19:43:19.443Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (19/221) |
1838 | 2025-07-15T19:43:19.979Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1839 | 2025-07-15T19:43:19.982Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1840 | 2025-07-15T19:43:19.982Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1841 | 2025-07-15T19:43:19.986Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1842 | 2025-07-15T19:43:20.037Z | |
1843 | 2025-07-15T19:43:20.037Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (20/221) |
1844 | 2025-07-15T19:43:20.572Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1845 | 2025-07-15T19:43:20.576Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1846 | 2025-07-15T19:43:20.576Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1847 | 2025-07-15T19:43:20.579Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1848 | 2025-07-15T19:43:20.635Z | |
1849 | 2025-07-15T19:43:20.635Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (21/221) |
1850 | 2025-07-15T19:43:21.173Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1851 | 2025-07-15T19:43:21.182Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1852 | 2025-07-15T19:43:21.182Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1853 | 2025-07-15T19:43:21.192Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1854 | 2025-07-15T19:43:21.236Z | |
1855 | 2025-07-15T19:43:21.236Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (22/221) |
1856 | 2025-07-15T19:43:21.765Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1857 | 2025-07-15T19:43:21.770Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1858 | 2025-07-15T19:43:21.770Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1859 | 2025-07-15T19:43:21.770Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1860 | 2025-07-15T19:43:21.824Z | |
1861 | 2025-07-15T19:43:21.824Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (23/221) |
1862 | 2025-07-15T19:43:22.362Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1863 | 2025-07-15T19:43:22.367Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1864 | 2025-07-15T19:43:22.367Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1865 | 2025-07-15T19:43:22.370Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1866 | 2025-07-15T19:43:22.422Z | |
1867 | 2025-07-15T19:43:22.422Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (24/221) |
1868 | 2025-07-15T19:43:22.988Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1869 | 2025-07-15T19:43:23.005Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1870 | 2025-07-15T19:43:23.005Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1871 | 2025-07-15T19:43:23.005Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1872 | 2025-07-15T19:43:23.016Z | |
1873 | 2025-07-15T19:43:23.016Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (25/221) |
1874 | 2025-07-15T19:43:23.548Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1875 | 2025-07-15T19:43:23.555Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1876 | 2025-07-15T19:43:23.556Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1877 | 2025-07-15T19:43:23.556Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1878 | 2025-07-15T19:43:23.617Z | |
1879 | 2025-07-15T19:43:23.617Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (26/221) |
1880 | 2025-07-15T19:43:24.147Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1881 | 2025-07-15T19:43:24.154Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1882 | 2025-07-15T19:43:24.154Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1883 | 2025-07-15T19:43:24.154Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1884 | 2025-07-15T19:43:24.212Z | |
1885 | 2025-07-15T19:43:24.212Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (27/221) |
1886 | 2025-07-15T19:43:24.754Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1887 | 2025-07-15T19:43:24.764Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1888 | 2025-07-15T19:43:24.764Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1889 | 2025-07-15T19:43:24.764Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1890 | 2025-07-15T19:43:24.808Z | |
1891 | 2025-07-15T19:43:24.808Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (28/221) |
1892 | 2025-07-15T19:43:25.319Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1893 | 2025-07-15T19:43:25.321Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1894 | 2025-07-15T19:43:25.321Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1895 | 2025-07-15T19:43:25.324Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1896 | 2025-07-15T19:43:25.379Z | |
1897 | 2025-07-15T19:43:25.379Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (29/221) |
1898 | 2025-07-15T19:43:25.911Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1899 | 2025-07-15T19:43:25.917Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1900 | 2025-07-15T19:43:25.917Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1901 | 2025-07-15T19:43:25.918Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1902 | 2025-07-15T19:43:25.983Z | |
1903 | 2025-07-15T19:43:25.984Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (30/221) |
1904 | 2025-07-15T19:43:26.499Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1905 | 2025-07-15T19:43:26.505Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1906 | 2025-07-15T19:43:26.505Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1907 | 2025-07-15T19:43:26.508Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1908 | 2025-07-15T19:43:26.561Z | |
1909 | 2025-07-15T19:43:26.561Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (31/221) |
1910 | 2025-07-15T19:43:27.112Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1911 | 2025-07-15T19:43:27.194Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1912 | 2025-07-15T19:43:27.194Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1913 | 2025-07-15T19:43:27.195Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1914 | 2025-07-15T19:43:27.235Z | |
1915 | 2025-07-15T19:43:27.235Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (32/221) |
1916 | 2025-07-15T19:43:27.676Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1917 | 2025-07-15T19:43:27.679Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1918 | 2025-07-15T19:43:27.679Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1919 | 2025-07-15T19:43:27.682Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1920 | 2025-07-15T19:43:27.743Z | |
1921 | 2025-07-15T19:43:27.743Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (33/221) |
1922 | 2025-07-15T19:43:28.269Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1923 | 2025-07-15T19:43:28.277Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1924 | 2025-07-15T19:43:28.278Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1925 | 2025-07-15T19:43:28.278Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1926 | 2025-07-15T19:43:28.345Z | |
1927 | 2025-07-15T19:43:28.346Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (34/221) |
1928 | 2025-07-15T19:43:28.858Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1929 | 2025-07-15T19:43:28.862Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1930 | 2025-07-15T19:43:28.862Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1931 | 2025-07-15T19:43:28.866Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1932 | 2025-07-15T19:43:28.916Z | |
1933 | 2025-07-15T19:43:28.916Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (35/221) |
1934 | 2025-07-15T19:43:29.444Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1935 | 2025-07-15T19:43:29.455Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1936 | 2025-07-15T19:43:29.455Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1937 | 2025-07-15T19:43:29.455Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1938 | 2025-07-15T19:43:29.502Z | |
1939 | 2025-07-15T19:43:29.502Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (36/221) |
1940 | 2025-07-15T19:43:30.033Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1941 | 2025-07-15T19:43:30.037Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1942 | 2025-07-15T19:43:30.037Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1943 | 2025-07-15T19:43:30.043Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1944 | 2025-07-15T19:43:30.093Z | |
1945 | 2025-07-15T19:43:30.093Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (37/221) |
1946 | 2025-07-15T19:43:30.626Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1947 | 2025-07-15T19:43:30.629Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1948 | 2025-07-15T19:43:30.629Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1949 | 2025-07-15T19:43:30.632Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1950 | 2025-07-15T19:43:30.686Z | |
1951 | 2025-07-15T19:43:30.686Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (38/221) |
1952 | 2025-07-15T19:43:31.228Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1953 | 2025-07-15T19:43:31.238Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1954 | 2025-07-15T19:43:31.238Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1955 | 2025-07-15T19:43:31.238Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1956 | 2025-07-15T19:43:31.278Z | |
1957 | 2025-07-15T19:43:31.278Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (39/221) |
1958 | 2025-07-15T19:43:31.816Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1959 | 2025-07-15T19:43:31.819Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1960 | 2025-07-15T19:43:31.819Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1961 | 2025-07-15T19:43:31.824Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1962 | 2025-07-15T19:43:31.875Z | |
1963 | 2025-07-15T19:43:31.875Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (40/221) |
1964 | 2025-07-15T19:43:32.409Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1965 | 2025-07-15T19:43:32.413Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1966 | 2025-07-15T19:43:32.413Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1967 | 2025-07-15T19:43:32.422Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1968 | 2025-07-15T19:43:32.490Z | |
1969 | 2025-07-15T19:43:32.490Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (41/221) |
1970 | 2025-07-15T19:43:33.007Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1971 | 2025-07-15T19:43:33.011Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1972 | 2025-07-15T19:43:33.011Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1973 | 2025-07-15T19:43:33.015Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1974 | 2025-07-15T19:43:33.066Z | |
1975 | 2025-07-15T19:43:33.066Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (42/221) |
1976 | 2025-07-15T19:43:33.606Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1977 | 2025-07-15T19:43:33.611Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1978 | 2025-07-15T19:43:33.611Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1979 | 2025-07-15T19:43:33.612Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1980 | 2025-07-15T19:43:33.666Z | |
1981 | 2025-07-15T19:43:33.667Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (43/221) |
1982 | 2025-07-15T19:43:34.210Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1983 | 2025-07-15T19:43:34.228Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1984 | 2025-07-15T19:43:34.228Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1985 | 2025-07-15T19:43:34.228Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1986 | 2025-07-15T19:43:34.267Z | |
1987 | 2025-07-15T19:43:34.267Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (44/221) |
1988 | 2025-07-15T19:43:34.794Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1989 | 2025-07-15T19:43:34.800Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1990 | 2025-07-15T19:43:34.800Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1991 | 2025-07-15T19:43:34.800Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1992 | 2025-07-15T19:43:34.853Z | |
1993 | 2025-07-15T19:43:34.853Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (45/221) |
1994 | 2025-07-15T19:43:35.382Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1995 | 2025-07-15T19:43:35.385Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1996 | 2025-07-15T19:43:35.385Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1997 | 2025-07-15T19:43:35.388Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1998 | 2025-07-15T19:43:35.443Z | |
1999 | 2025-07-15T19:43:35.443Z | info: running `cargo check --bins` on sled-hardware-types (46/221) |
2000 | 2025-07-15T19:43:36.170Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2001 | 2025-07-15T19:43:36.188Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2002 | 2025-07-15T19:43:36.188Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2003 | 2025-07-15T19:43:36.189Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
2004 | 2025-07-15T19:43:36.287Z | |
2005 | 2025-07-15T19:43:36.288Z | info: running `cargo check --bins --no-default-features` on illumos-utils (47/221) |
2006 | 2025-07-15T19:43:36.991Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2007 | 2025-07-15T19:43:37.019Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2008 | 2025-07-15T19:43:37.019Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2009 | 2025-07-15T19:43:37.019Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
2010 | 2025-07-15T19:43:37.072Z | |
2011 | 2025-07-15T19:43:37.073Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (48/221) |
2012 | 2025-07-15T19:43:37.781Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2013 | 2025-07-15T19:43:37.801Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2014 | 2025-07-15T19:43:37.801Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2015 | 2025-07-15T19:43:37.812Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
2016 | 2025-07-15T19:43:37.880Z | |
2017 | 2025-07-15T19:43:37.880Z | info: running `cargo check --bins` on oxlog (49/221) |
2018 | 2025-07-15T19:43:38.543Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2019 | 2025-07-15T19:43:38.552Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2020 | 2025-07-15T19:43:38.656Z | Checking cfg-if v1.0.1 |
2021 | 2025-07-15T19:43:38.663Z | Checking libc v0.2.174 |
2022 | 2025-07-15T19:43:38.781Z | Checking serde v1.0.219 |
2023 | 2025-07-15T19:43:38.797Z | Checking zeroize v1.8.1 |
2024 | 2025-07-15T19:43:38.807Z | Checking memchr v2.7.4 |
2025 | 2025-07-15T19:43:38.819Z | Checking typenum v1.17.0 |
2026 | 2025-07-15T19:43:38.836Z | Checking smallvec v1.15.0 |
2027 | 2025-07-15T19:43:38.852Z | Checking value-bag v1.9.0 |
2028 | 2025-07-15T19:43:38.855Z | Checking subtle v2.6.1 |
2029 | 2025-07-15T19:43:39.051Z | Checking scopeguard v1.2.0 |
2030 | 2025-07-15T19:43:39.158Z | Checking const-oid v0.9.6 |
2031 | 2025-07-15T19:43:39.211Z | Checking itoa v1.0.11 |
2032 | 2025-07-15T19:43:39.227Z | Checking lock_api v0.4.12 |
2033 | 2025-07-15T19:43:39.260Z | Checking log v0.4.27 |
2034 | 2025-07-15T19:43:39.451Z | Checking stable_deref_trait v1.2.0 |
2035 | 2025-07-15T19:43:39.683Z | Checking byteorder v1.5.0 |
2036 | 2025-07-15T19:43:39.807Z | Checking zerofrom v0.1.4 |
2037 | 2025-07-15T19:43:39.807Z | Checking portable-atomic v1.11.0 |
2038 | 2025-07-15T19:43:40.065Z | Checking critical-section v1.1.3 |
2039 | 2025-07-15T19:43:40.128Z | Checking getrandom v0.2.15 |
2040 | 2025-07-15T19:43:40.128Z | Checking parking_lot_core v0.9.10 |
2041 | 2025-07-15T19:43:40.129Z | Checking signal-hook-registry v1.4.2 |
2042 | 2025-07-15T19:43:40.129Z | Checking generic-array v0.14.7 |
2043 | 2025-07-15T19:43:40.129Z | Checking pin-project-lite v0.2.14 |
2044 | 2025-07-15T19:43:40.153Z | Checking rand_core v0.6.4 |
2045 | 2025-07-15T19:43:40.176Z | Checking yoke v0.7.4 |
2046 | 2025-07-15T19:43:40.197Z | Checking mio v1.0.2 |
2047 | 2025-07-15T19:43:40.235Z | Checking parking_lot v0.12.3 |
2048 | 2025-07-15T19:43:40.439Z | Checking socket2 v0.5.10 |
2049 | 2025-07-15T19:43:40.524Z | Checking zerovec v0.10.4 |
2050 | 2025-07-15T19:43:40.626Z | Checking futures-core v0.3.31 |
2051 | 2025-07-15T19:43:40.696Z | Checking once_cell v1.21.3 |
2052 | 2025-07-15T19:43:40.830Z | Checking cpufeatures v0.2.14 |
2053 | 2025-07-15T19:43:40.868Z | Checking writeable v0.5.5 |
2054 | 2025-07-15T19:43:40.959Z | Checking litemap v0.7.3 |
2055 | 2025-07-15T19:43:41.013Z | Checking zerocopy v0.7.35 |
2056 | 2025-07-15T19:43:41.040Z | Checking percent-encoding v2.3.1 |
2057 | 2025-07-15T19:43:41.082Z | Checking crypto-common v0.1.6 |
2058 | 2025-07-15T19:43:41.096Z | Checking block-buffer v0.10.4 |
2059 | 2025-07-15T19:43:41.230Z | Checking block-padding v0.3.3 |
2060 | 2025-07-15T19:43:41.307Z | Checking getrandom v0.3.1 |
2061 | 2025-07-15T19:43:41.380Z | Checking libm v0.2.8 |
2062 | 2025-07-15T19:43:41.380Z | Checking equivalent v1.0.2 |
2063 | 2025-07-15T19:43:41.380Z | Checking digest v0.10.7 |
2064 | 2025-07-15T19:43:41.510Z | Checking inout v0.1.3 |
2065 | 2025-07-15T19:43:41.510Z | Checking futures-sink v0.3.31 |
2066 | 2025-07-15T19:43:41.603Z | Checking allocator-api2 v0.2.21 |
2067 | 2025-07-15T19:43:41.689Z | Checking ryu v1.0.18 |
2068 | 2025-07-15T19:43:41.755Z | Checking icu_locid_transform_data v1.5.0 |
2069 | 2025-07-15T19:43:41.755Z | Checking hmac v0.12.1 |
2070 | 2025-07-15T19:43:41.795Z | Checking foldhash v0.1.5 |
2071 | 2025-07-15T19:43:41.873Z | Checking sha2 v0.10.9 |
2072 | 2025-07-15T19:43:41.981Z | Checking cipher v0.4.4 |
2073 | 2025-07-15T19:43:42.072Z | Checking slab v0.4.9 |
2074 | 2025-07-15T19:43:42.095Z | Checking tinystr v0.7.6 |
2075 | 2025-07-15T19:43:42.128Z | Checking hashbrown v0.15.4 |
2076 | 2025-07-15T19:43:42.209Z | Checking icu_collections v1.5.0 |
2077 | 2025-07-15T19:43:42.258Z | Checking num-traits v0.2.19 |
2078 | 2025-07-15T19:43:42.367Z | Checking base64ct v1.6.0 |
2079 | 2025-07-15T19:43:42.421Z | Checking icu_properties_data v1.5.0 |
2080 | 2025-07-15T19:43:42.450Z | Checking icu_locid v1.5.0 |
2081 | 2025-07-15T19:43:42.489Z | Checking utf8_iter v1.0.4 |
2082 | 2025-07-15T19:43:42.655Z | Checking flagset v0.4.6 |
2083 | 2025-07-15T19:43:42.737Z | Checking utf16_iter v1.0.5 |
2084 | 2025-07-15T19:43:42.796Z | Checking pem-rfc7468 v0.7.0 |
2085 | 2025-07-15T19:43:42.873Z | Checking write16 v1.0.0 |
2086 | 2025-07-15T19:43:42.880Z | Checking icu_normalizer_data v1.5.0 |
2087 | 2025-07-15T19:43:42.901Z | Checking salsa20 v0.10.2 |
2088 | 2025-07-15T19:43:43.000Z | Checking ppv-lite86 v0.2.20 |
2089 | 2025-07-15T19:43:43.019Z | Checking pbkdf2 v0.12.2 |
2090 | 2025-07-15T19:43:43.072Z | Checking der v0.7.9 |
2091 | 2025-07-15T19:43:43.134Z | Checking futures-channel v0.3.31 |
2092 | 2025-07-15T19:43:43.196Z | Checking futures-task v0.3.31 |
2093 | 2025-07-15T19:43:43.213Z | Checking pin-utils v0.1.0 |
2094 | 2025-07-15T19:43:43.314Z | Checking futures-io v0.3.31 |
2095 | 2025-07-15T19:43:43.332Z | Checking bytes v1.10.1 |
2096 | 2025-07-15T19:43:43.428Z | Checking icu_provider v1.5.0 |
2097 | 2025-07-15T19:43:43.456Z | Checking bitflags v2.9.1 |
2098 | 2025-07-15T19:43:43.490Z | Checking serde_json v1.0.140 |
2099 | 2025-07-15T19:43:43.515Z | Checking indexmap v2.10.0 |
2100 | 2025-07-15T19:43:43.750Z | Checking fnv v1.0.7 |
2101 | 2025-07-15T19:43:43.769Z | Checking futures-util v0.3.31 |
2102 | 2025-07-15T19:43:43.792Z | Checking scrypt v0.11.0 |
2103 | 2025-07-15T19:43:43.913Z | Checking aes v0.8.4 |
2104 | 2025-07-15T19:43:44.045Z | Checking icu_locid_transform v1.5.0 |
2105 | 2025-07-15T19:43:44.055Z | Checking cbc v0.1.2 |
2106 | 2025-07-15T19:43:44.274Z | Checking form_urlencoded v1.2.1 |
2107 | 2025-07-15T19:43:44.328Z | Checking tokio v1.45.1 |
2108 | 2025-07-15T19:43:44.504Z | Checking http v1.3.1 |
2109 | 2025-07-15T19:43:44.791Z | Checking zerocopy v0.8.26 |
2110 | 2025-07-15T19:43:44.832Z | Checking uuid v1.17.0 |
2111 | 2025-07-15T19:43:44.849Z | Checking spki v0.7.3 |
2112 | 2025-07-15T19:43:45.081Z | Checking icu_properties v1.5.1 |
2113 | 2025-07-15T19:43:45.162Z | Checking pkcs5 v0.7.1 |
2114 | 2025-07-15T19:43:45.188Z | Checking tracing-core v0.1.32 |
2115 | 2025-07-15T19:43:45.509Z | Checking base64 v0.22.1 |
2116 | 2025-07-15T19:43:45.657Z | Checking pkcs8 v0.10.2 |
2117 | 2025-07-15T19:43:45.805Z | Checking http-body v1.0.1 |
2118 | 2025-07-15T19:43:45.822Z | Checking tracing v0.1.40 |
2119 | 2025-07-15T19:43:45.985Z | Checking iana-time-zone v0.1.63 |
2120 | 2025-07-15T19:43:46.005Z | Compiling newtype-uuid v1.2.4 |
2121 | 2025-07-15T19:43:46.045Z | Checking rustls-pki-types v1.10.0 |
2122 | 2025-07-15T19:43:46.167Z | Checking tinyvec_macros v0.1.1 |
2123 | 2025-07-15T19:43:46.184Z | Checking chrono v0.4.41 |
2124 | 2025-07-15T19:43:46.271Z | Checking tinyvec v1.8.0 |
2125 | 2025-07-15T19:43:46.374Z | Checking aws-lc-sys v0.26.0 |
2126 | 2025-07-15T19:43:46.606Z | Checking spin v0.9.8 |
2127 | 2025-07-15T19:43:47.028Z | Checking openssl-probe v0.1.5 |
2128 | 2025-07-15T19:43:47.224Z | Checking untrusted v0.9.0 |
2129 | 2025-07-15T19:43:47.409Z | Checking tower-service v0.3.3 |
2130 | 2025-07-15T19:43:47.558Z | Checking try-lock v0.2.5 |
2131 | 2025-07-15T19:43:47.602Z | Checking untrusted v0.7.1 |
2132 | 2025-07-15T19:43:47.732Z | Checking foreign-types-shared v0.1.1 |
2133 | 2025-07-15T19:43:47.796Z | Checking atomic-waker v1.1.2 |
2134 | 2025-07-15T19:43:47.856Z | Checking adler2 v2.0.0 |
2135 | 2025-07-15T19:43:47.964Z | Checking foreign-types v0.3.2 |
2136 | 2025-07-15T19:43:48.027Z | Checking miniz_oxide v0.8.5 |
2137 | 2025-07-15T19:43:48.076Z | Checking want v0.3.1 |
2138 | 2025-07-15T19:43:48.091Z | Checking rand_core v0.9.2 |
2139 | 2025-07-15T19:43:48.289Z | Checking ring v0.17.14 |
2140 | 2025-07-15T19:43:48.324Z | Checking ipnet v2.11.0 |
2141 | 2025-07-15T19:43:48.433Z | Checking httparse v1.9.5 |
2142 | 2025-07-15T19:43:48.442Z | Checking rand_chacha v0.9.0 |
2143 | 2025-07-15T19:43:48.548Z | Checking icu_normalizer v1.5.0 |
2144 | 2025-07-15T19:43:48.594Z | Checking aws-lc-rs v1.12.4 |
2145 | 2025-07-15T19:43:48.815Z | Checking crossbeam-utils v0.8.21 |
2146 | 2025-07-15T19:43:48.842Z | Checking openssl-sys v0.9.109 |
2147 | 2025-07-15T19:43:48.848Z | Checking thiserror v1.0.69 |
2148 | 2025-07-15T19:43:48.876Z | Checking errno v0.3.12 |
2149 | 2025-07-15T19:43:49.019Z | Checking aho-corasick v1.1.3 |
2150 | 2025-07-15T19:43:49.071Z | Checking unicode-ident v1.0.18 |
2151 | 2025-07-15T19:43:49.261Z | Checking httpdate v1.0.3 |
2152 | 2025-07-15T19:43:49.363Z | Checking idna_adapter v1.2.0 |
2153 | 2025-07-15T19:43:49.519Z | Checking regex-syntax v0.8.5 |
2154 | 2025-07-15T19:43:49.538Z | Checking powerfmt v0.2.0 |
2155 | 2025-07-15T19:43:49.591Z | Checking idna v1.0.3 |
2156 | 2025-07-15T19:43:49.838Z | Checking deranged v0.3.11 |
2157 | 2025-07-15T19:43:50.050Z | Checking openssl v0.10.73 |
2158 | 2025-07-15T19:43:50.110Z | Checking url v2.5.4 |
2159 | 2025-07-15T19:43:50.433Z | Checking crossbeam-epoch v0.9.18 |
2160 | 2025-07-15T19:43:50.583Z | Checking proc-macro2 v1.0.95 |
2161 | 2025-07-15T19:43:50.614Z | Checking rustls-webpki v0.102.8 |
2162 | 2025-07-15T19:43:50.864Z | Checking rustix v0.38.37 |
2163 | 2025-07-15T19:43:50.997Z | Checking rand v0.9.1 |
2164 | 2025-07-15T19:43:51.183Z | Checking unicode-normalization v0.1.24 |
2165 | 2025-07-15T19:43:51.296Z | Checking semver v1.0.26 |
2166 | 2025-07-15T19:43:51.458Z | Checking bzip2-sys v0.1.13+1.0.8 |
2167 | 2025-07-15T19:43:51.601Z | Checking signature v2.2.0 |
2168 | 2025-07-15T19:43:51.692Z | Checking scroll v0.12.0 |
2169 | 2025-07-15T19:43:51.742Z | Checking tokio-util v0.7.15 |
2170 | 2025-07-15T19:43:51.846Z | Checking crc32fast v1.4.2 |
2171 | 2025-07-15T19:43:52.052Z | Checking unicode-properties v0.1.3 |
2172 | 2025-07-15T19:43:52.109Z | Checking siphasher v0.3.11 |
2173 | 2025-07-15T19:43:52.130Z | Checking dyn-clone v1.0.19 |
2174 | 2025-07-15T19:43:52.192Z | Checking time-core v0.1.2 |
2175 | 2025-07-15T19:43:52.314Z | Checking ucd-trie v0.1.7 |
2176 | 2025-07-15T19:43:52.385Z | Checking num-conv v0.1.0 |
2177 | 2025-07-15T19:43:52.421Z | Checking utf8parse v0.2.2 |
2178 | 2025-07-15T19:43:52.457Z | Checking anstyle v1.0.11 |
2179 | 2025-07-15T19:43:52.551Z | Checking plain v0.2.3 |
2180 | 2025-07-15T19:43:52.610Z | Checking num_threads v0.1.7 |
2181 | 2025-07-15T19:43:52.701Z | Checking either v1.15.0 |
2182 | 2025-07-15T19:43:52.745Z | Checking zlib-rs v0.5.1 |
2183 | 2025-07-15T19:43:52.779Z | Checking unicode-bidi v0.3.17 |
2184 | 2025-07-15T19:43:52.813Z | Checking regex-automata v0.4.8 |
2185 | 2025-07-15T19:43:52.860Z | Checking h2 v0.4.6 |
2186 | 2025-07-15T19:43:52.918Z | Checking time v0.3.36 |
2187 | 2025-07-15T19:43:53.041Z | Checking goblin v0.8.2 |
2188 | 2025-07-15T19:43:53.389Z | Checking stringprep v0.1.5 |
2189 | 2025-07-15T19:43:53.669Z | Checking anstyle-parse v0.2.5 |
2190 | 2025-07-15T19:43:53.959Z | Checking pest v2.7.14 |
2191 | 2025-07-15T19:43:54.140Z | Checking phf_shared v0.11.2 |
2192 | 2025-07-15T19:43:54.421Z | Checking schemars v0.8.22 |
2193 | 2025-07-15T19:43:54.611Z | Checking libz-rs-sys v0.5.1 |
2194 | 2025-07-15T19:43:54.831Z | Checking rustls v0.23.19 |
2195 | 2025-07-15T19:43:55.196Z | Checking quote v1.0.40 |
2196 | 2025-07-15T19:43:55.335Z | Checking native-tls v0.2.12 |
2197 | 2025-07-15T19:43:55.573Z | Checking crossbeam-deque v0.8.5 |
2198 | 2025-07-15T19:43:55.927Z | Checking num-integer v0.1.46 |
2199 | 2025-07-15T19:43:56.009Z | Checking rand_chacha v0.3.1 |
2200 | 2025-07-15T19:43:56.016Z | Checking serde_spanned v0.6.9 |
2201 | 2025-07-15T19:43:56.233Z | Checking toml_datetime v0.6.11 |
2202 | 2025-07-15T19:43:56.402Z | Checking zstd-sys v2.0.14+zstd.1.5.7 |
2203 | 2025-07-15T19:43:56.432Z | Checking md-5 v0.10.6 |
2204 | 2025-07-15T19:43:56.473Z | Checking sync_wrapper v1.0.1 |
2205 | 2025-07-15T19:43:56.590Z | Checking ff v0.13.0 |
2206 | 2025-07-15T19:43:56.608Z | Checking hash32 v0.2.1 |
2207 | 2025-07-15T19:43:56.653Z | Checking pretty-hex v0.4.1 |
2208 | 2025-07-15T19:43:56.685Z | Checking anstyle-query v1.1.1 |
2209 | 2025-07-15T19:43:56.836Z | Checking base16ct v0.2.0 |
2210 | 2025-07-15T19:43:56.857Z | Checking fallible-iterator v0.2.0 |
2211 | 2025-07-15T19:43:56.883Z | Checking is_terminal_polyfill v1.70.1 |
2212 | 2025-07-15T19:43:56.918Z | Checking colorchoice v1.0.2 |
2213 | 2025-07-15T19:43:57.030Z | Checking tower-layer v0.3.3 |
2214 | 2025-07-15T19:43:57.054Z | Checking gimli v0.31.1 |
2215 | 2025-07-15T19:43:57.087Z | Checking psl-types v2.0.11 |
2216 | 2025-07-15T19:43:57.299Z | Checking publicsuffix v2.3.0 |
2217 | 2025-07-15T19:43:57.321Z | Checking tower v0.5.2 |
2218 | 2025-07-15T19:43:57.347Z | Checking anstream v0.6.18 |
2219 | 2025-07-15T19:43:57.455Z | Checking postgres-protocol v0.6.8 |
2220 | 2025-07-15T19:43:57.598Z | Checking sec1 v0.7.3 |
2221 | 2025-07-15T19:43:57.768Z | Checking heapless v0.7.17 |
2222 | 2025-07-15T19:43:57.925Z | Checking dof v0.3.0 |
2223 | 2025-07-15T19:43:57.992Z | Checking group v0.13.0 |
2224 | 2025-07-15T19:43:58.061Z | Checking zstd-safe v7.2.3 |
2225 | 2025-07-15T19:43:58.090Z | Checking dtrace-parser v0.2.0 |
2226 | 2025-07-15T19:43:58.271Z | Checking num-iter v0.1.45 |
2227 | 2025-07-15T19:43:58.390Z | Checking rand v0.8.5 |
2228 | 2025-07-15T19:43:58.475Z | Checking ipnetwork v0.21.1 |
2229 | 2025-07-15T19:43:58.528Z | Checking rayon-core v1.12.1 |
2230 | 2025-07-15T19:43:58.597Z | Compiling daft v0.1.4 |
2231 | 2025-07-15T19:43:58.745Z | Checking tokio-native-tls v0.3.1 |
2232 | 2025-07-15T19:43:58.884Z | Checking syn v2.0.104 |
2233 | 2025-07-15T19:43:59.034Z | Checking cookie v0.18.1 |
2234 | 2025-07-15T19:43:59.148Z | Checking flate2 v1.1.2 |
2235 | 2025-07-15T19:43:59.187Z | Checking terminal_size v0.4.0 |
2236 | 2025-07-15T19:43:59.386Z | Checking rustls-native-certs v0.8.1 |
2237 | 2025-07-15T19:43:59.466Z | Checking hyper v1.6.0 |
2238 | 2025-07-15T19:43:59.485Z | Checking lazy_static v1.5.0 |
2239 | 2025-07-15T19:43:59.591Z | Checking webpki-roots v1.0.1 |
2240 | 2025-07-15T19:43:59.610Z | Checking http-body-util v0.1.3 |
2241 | 2025-07-15T19:43:59.630Z | Checking signal-hook v0.3.17 |
2242 | 2025-07-15T19:43:59.794Z | Checking hkdf v0.12.4 |
2243 | 2025-07-15T19:43:59.842Z | Checking crypto-bigint v0.5.5 |
2244 | 2025-07-15T19:43:59.987Z | Checking thread-id v4.2.2 |
2245 | 2025-07-15T19:44:00.025Z | Checking object v0.36.5 |
2246 | 2025-07-15T19:44:00.058Z | Checking lockfree-object-pool v0.1.6 |
2247 | 2025-07-15T19:44:00.112Z | Checking simd-adler32 v0.3.7 |
2248 | 2025-07-15T19:44:00.161Z | Checking tokio-rustls v0.26.0 |
2249 | 2025-07-15T19:44:00.303Z | Checking winnow v0.5.40 |
2250 | 2025-07-15T19:44:00.470Z | Checking bumpalo v3.16.0 |
2251 | 2025-07-15T19:44:00.576Z | Checking managed v0.8.0 |
2252 | 2025-07-15T19:44:00.826Z | Checking strsim v0.11.1 |
2253 | 2025-07-15T19:44:00.910Z | Checking addr2line v0.24.2 |
2254 | 2025-07-15T19:44:00.935Z | Checking clap_lex v0.7.4 |
2255 | 2025-07-15T19:44:01.123Z | Checking unicode-width v0.2.0 |
2256 | 2025-07-15T19:44:01.217Z | Checking iri-string v0.7.8 |
2257 | 2025-07-15T19:44:01.467Z | Checking bitflags v1.3.2 |
2258 | 2025-07-15T19:44:01.498Z | Checking hyper-util v0.1.14 |
2259 | 2025-07-15T19:44:01.569Z | Checking rustc-demangle v0.1.24 |
2260 | 2025-07-15T19:44:01.598Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2261 | 2025-07-15T19:44:01.945Z | Checking console v0.15.10 |
2262 | 2025-07-15T19:44:02.066Z | Checking smoltcp v0.9.1 |
2263 | 2025-07-15T19:44:02.590Z | Checking clap_builder v4.5.40 |
2264 | 2025-07-15T19:44:02.766Z | Checking elliptic-curve v0.13.8 |
2265 | 2025-07-15T19:44:03.226Z | Checking toml_edit v0.19.15 |
2266 | 2025-07-15T19:44:03.437Z | Checking zopfli v0.8.1 |
2267 | 2025-07-15T19:44:03.495Z | Checking signal-hook-mio v0.2.4 |
2268 | 2025-07-15T19:44:03.662Z | Checking num-bigint-dig v0.8.4 |
2269 | 2025-07-15T19:44:03.873Z | Checking tower-http v0.6.6 |
2270 | 2025-07-15T19:44:04.109Z | Checking hyper-rustls v0.27.7 |
2271 | 2025-07-15T19:44:04.160Z | Checking hyper-tls v0.6.0 |
2272 | 2025-07-15T19:44:04.445Z | Checking cookie_store v0.21.1 |
2273 | 2025-07-15T19:44:04.464Z | Checking rayon v1.10.0 |
2274 | 2025-07-15T19:44:04.485Z | Checking oxnet v0.1.2 |
2275 | 2025-07-15T19:44:04.896Z | Checking zstd v0.13.3 |
2276 | 2025-07-15T19:44:05.121Z | Checking postgres-types v0.2.9 |
2277 | 2025-07-15T19:44:05.141Z | Checking usdt-impl v0.5.0 |
2278 | 2025-07-15T19:44:05.265Z | Checking bstr v1.10.0 |
2279 | 2025-07-15T19:44:05.574Z | Checking regex v1.11.1 |
2280 | 2025-07-15T19:44:05.700Z | Checking phf v0.11.2 |
2281 | 2025-07-15T19:44:05.758Z | Checking ed25519 v2.2.3 |
2282 | 2025-07-15T19:44:05.799Z | Checking bzip2 v0.4.4 |
2283 | 2025-07-15T19:44:05.804Z | Checking bzip2 v0.5.2 |
2284 | 2025-07-15T19:44:05.967Z | Checking thiserror v2.0.12 |
2285 | 2025-07-15T19:44:06.094Z | Checking curve25519-dalek v4.1.3 |
2286 | 2025-07-15T19:44:06.118Z | Checking strum v0.27.1 |
2287 | 2025-07-15T19:44:06.121Z | Checking hubpack v0.1.2 |
2288 | 2025-07-15T19:44:06.168Z | Checking backtrace v0.3.74 |
2289 | 2025-07-15T19:44:06.175Z | Checking memoffset v0.9.1 |
2290 | 2025-07-15T19:44:06.186Z | Checking pkcs1 v0.7.5 |
2291 | 2025-07-15T19:44:06.294Z | Checking serde_urlencoded v0.7.1 |
2292 | 2025-07-15T19:44:06.299Z | Checking float-cmp v0.10.0 |
2293 | 2025-07-15T19:44:06.412Z | Checking serde-big-array v0.5.1 |
2294 | 2025-07-15T19:44:06.416Z | Checking rfc6979 v0.4.0 |
2295 | 2025-07-15T19:44:06.523Z | Checking memmap v0.7.0 |
2296 | 2025-07-15T19:44:06.620Z | Checking encoding_rs v0.8.34 |
2297 | 2025-07-15T19:44:06.643Z | Checking normalize-line-endings v0.3.0 |
2298 | 2025-07-15T19:44:06.647Z | Checking static_assertions v1.1.0 |
2299 | 2025-07-15T19:44:06.717Z | Checking unicode-segmentation v1.12.0 |
2300 | 2025-07-15T19:44:06.741Z | Checking toml_write v0.1.2 |
2301 | 2025-07-15T19:44:06.759Z | Checking winnow v0.7.10 |
2302 | 2025-07-15T19:44:06.780Z | Checking minimal-lexical v0.2.1 |
2303 | 2025-07-15T19:44:06.814Z | Checking data-encoding v2.9.0 |
2304 | 2025-07-15T19:44:07.081Z | Checking number_prefix v0.4.0 |
2305 | 2025-07-15T19:44:07.177Z | Checking fixedbitset v0.4.2 |
2306 | 2025-07-15T19:44:07.290Z | Checking predicates-core v1.0.8 |
2307 | 2025-07-15T19:44:07.381Z | Checking difflib v0.4.0 |
2308 | 2025-07-15T19:44:07.399Z | Checking mime v0.3.17 |
2309 | 2025-07-15T19:44:07.464Z | Checking whoami v1.5.2 |
2310 | 2025-07-15T19:44:07.511Z | Checking precomputed-hash v0.1.1 |
2311 | 2025-07-15T19:44:07.651Z | Checking new_debug_unreachable v1.0.6 |
2312 | 2025-07-15T19:44:07.868Z | Checking petgraph v0.6.5 |
2313 | 2025-07-15T19:44:07.884Z | Checking predicates v3.1.3 |
2314 | 2025-07-15T19:44:07.884Z | Checking string_cache v0.8.9 |
2315 | 2025-07-15T19:44:07.884Z | Checking tokio-postgres v0.7.13 |
2316 | 2025-07-15T19:44:07.940Z | Checking ed25519-dalek v2.1.1 |
2317 | 2025-07-15T19:44:08.059Z | Checking similar v2.7.0 |
2318 | 2025-07-15T19:44:08.168Z | Checking indicatif v0.17.11 |
2319 | 2025-07-15T19:44:08.360Z | Checking hickory-proto v0.25.2 |
2320 | 2025-07-15T19:44:08.427Z | Checking nom v7.1.3 |
2321 | 2025-07-15T19:44:08.913Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
2322 | 2025-07-15T19:44:08.949Z | Checking usdt v0.5.0 |
2323 | 2025-07-15T19:44:08.986Z | Checking reqwest v0.12.22 |
2324 | 2025-07-15T19:44:09.232Z | Checking anyhow v1.0.98 |
2325 | 2025-07-15T19:44:09.630Z | Checking toml_edit v0.22.27 |
2326 | 2025-07-15T19:44:09.652Z | Checking rsa v0.9.6 |
2327 | 2025-07-15T19:44:10.728Z | Checking ecdsa v0.16.9 |
2328 | 2025-07-15T19:44:10.771Z | Checking nix v0.29.0 |
2329 | 2025-07-15T19:44:10.830Z | Checking zip v4.2.0 |
2330 | 2025-07-15T19:44:11.175Z | Checking zip v0.6.6 |
2331 | 2025-07-15T19:44:11.213Z | Checking toml v0.7.8 |
2332 | 2025-07-15T19:44:11.469Z | Checking clap v4.5.40 |
2333 | 2025-07-15T19:44:11.611Z | Checking crossterm v0.28.1 |
2334 | 2025-07-15T19:44:12.170Z | Checking itertools v0.10.5 |
2335 | 2025-07-15T19:44:12.224Z | Checking itertools v0.12.1 |
2336 | 2025-07-15T19:44:12.224Z | Checking tokio-stream v0.1.17 |
2337 | 2025-07-15T19:44:12.251Z | Checking fs-err v3.1.1 |
2338 | 2025-07-15T19:44:12.489Z | Checking buf-list v1.0.3 |
2339 | 2025-07-15T19:44:12.768Z | Checking strum v0.26.3 |
2340 | 2025-07-15T19:44:12.808Z | Checking ahash v0.8.11 |
2341 | 2025-07-15T19:44:12.911Z | Checking slog v2.7.0 |
2342 | 2025-07-15T19:44:12.952Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
2343 | 2025-07-15T19:44:13.324Z | Checking openapiv3 v2.2.0 |
2344 | 2025-07-15T19:44:13.343Z | Checking x509-cert v0.2.5 |
2345 | 2025-07-15T19:44:13.400Z | Checking sha1 v0.10.6 |
2346 | 2025-07-15T19:44:13.427Z | Checking winnow v0.6.26 |
2347 | 2025-07-15T19:44:13.722Z | Checking unicode-xid v0.2.6 |
2348 | 2025-07-15T19:44:13.918Z | Checking peg-runtime v0.8.5 |
2349 | 2025-07-15T19:44:14.075Z | Checking lalrpop-util v0.19.12 |
2350 | 2025-07-15T19:44:14.189Z | Checking rustc-hash v2.1.1 |
2351 | 2025-07-15T19:44:14.300Z | Checking camino v1.1.10 |
2352 | 2025-07-15T19:44:14.372Z | Checking sigpipe v0.1.3 |
2353 | 2025-07-15T19:44:14.395Z | Checking glob v0.3.2 |
2354 | 2025-07-15T19:44:14.419Z | Checking jiff v0.2.15 |
2355 | 2025-07-15T19:44:18.444Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2356 | 2025-07-15T19:44:18.867Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.98s |
2357 | 2025-07-15T19:44:19.064Z | |
2358 | 2025-07-15T19:44:19.065Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (50/221) |
2359 | 2025-07-15T19:44:19.791Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2360 | 2025-07-15T19:44:19.818Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2361 | 2025-07-15T19:44:19.910Z | Compiling regress v0.10.3 |
2362 | 2025-07-15T19:44:20.039Z | Checking heck v0.5.0 |
2363 | 2025-07-15T19:44:20.072Z | Compiling unsafe-libyaml v0.2.11 |
2364 | 2025-07-15T19:44:20.098Z | Checking newtype-uuid v1.2.4 |
2365 | 2025-07-15T19:44:20.104Z | Checking rustix v1.0.7 |
2366 | 2025-07-15T19:44:20.127Z | Checking dirs-sys-next v0.1.2 |
2367 | 2025-07-15T19:44:20.139Z | Checking fastrand v2.1.1 |
2368 | 2025-07-15T19:44:20.237Z | Checking thread_local v1.1.8 |
2369 | 2025-07-15T19:44:20.308Z | Checking dirs-next v2.0.0 |
2370 | 2025-07-15T19:44:20.391Z | Checking daft v0.1.4 |
2371 | 2025-07-15T19:44:20.457Z | Compiling structmeta-derive v0.3.0 |
2372 | 2025-07-15T19:44:20.497Z | Compiling ident_case v1.0.1 |
2373 | 2025-07-15T19:44:20.535Z | Checking term v0.7.0 |
2374 | 2025-07-15T19:44:20.676Z | Compiling darling_core v0.20.10 |
2375 | 2025-07-15T19:44:20.859Z | Checking crossbeam-channel v0.5.15 |
2376 | 2025-07-15T19:44:20.994Z | Checking futures-executor v0.3.31 |
2377 | 2025-07-15T19:44:21.207Z | Checking is-terminal v0.4.13 |
2378 | 2025-07-15T19:44:21.345Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2379 | 2025-07-15T19:44:21.587Z | Compiling serde_yaml v0.9.34+deprecated |
2380 | 2025-07-15T19:44:21.750Z | Checking tempfile v3.20.0 |
2381 | 2025-07-15T19:44:21.755Z | Compiling rustls v0.22.4 |
2382 | 2025-07-15T19:44:21.904Z | Checking take_mut v0.2.2 |
2383 | 2025-07-15T19:44:22.076Z | Checking slog-async v2.8.0 |
2384 | 2025-07-15T19:44:22.152Z | Checking slog-term v2.9.1 |
2385 | 2025-07-15T19:44:22.167Z | Checking futures v0.3.31 |
2386 | 2025-07-15T19:44:22.295Z | Compiling proc-macro-crate v1.3.1 |
2387 | 2025-07-15T19:44:22.411Z | Checking wait-timeout v0.2.0 |
2388 | 2025-07-15T19:44:22.620Z | Compiling multer v3.1.0 |
2389 | 2025-07-15T19:44:22.661Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2390 | 2025-07-15T19:44:23.251Z | Checking match_cfg v0.1.0 |
2391 | 2025-07-15T19:44:23.336Z | Checking bit-vec v0.8.0 |
2392 | 2025-07-15T19:44:23.336Z | Compiling structmeta v0.3.0 |
2393 | 2025-07-15T19:44:23.336Z | Compiling ref-cast v1.0.24 |
2394 | 2025-07-15T19:44:23.336Z | Checking quick-error v1.2.3 |
2395 | 2025-07-15T19:44:23.384Z | Checking rusty-fork v0.3.0 |
2396 | 2025-07-15T19:44:23.398Z | Checking bit-set v0.8.0 |
2397 | 2025-07-15T19:44:23.448Z | Compiling num_enum_derive v0.5.11 |
2398 | 2025-07-15T19:44:23.467Z | Checking typify-impl v0.3.0 |
2399 | 2025-07-15T19:44:23.617Z | Checking typify-impl v0.2.0 |
2400 | 2025-07-15T19:44:24.660Z | Checking hostname v0.3.1 |
2401 | 2025-07-15T19:44:25.060Z | Checking progenitor-client v0.9.1 |
2402 | 2025-07-15T19:44:25.485Z | Checking rand_xorshift v0.4.0 |
2403 | 2025-07-15T19:44:25.720Z | Checking slog-json v2.6.1 |
2404 | 2025-07-15T19:44:25.785Z | Compiling lzma-sys v0.1.20 |
2405 | 2025-07-15T19:44:26.006Z | Checking hex v0.4.3 |
2406 | 2025-07-15T19:44:26.128Z | Compiling ref-cast-impl v1.0.24 |
2407 | 2025-07-15T19:44:26.165Z | Compiling async-stream-impl v0.3.6 |
2408 | 2025-07-15T19:44:26.521Z | Compiling foreign-types-macros v0.2.3 |
2409 | 2025-07-15T19:44:26.541Z | Compiling dropshot v0.16.2 |
2410 | 2025-07-15T19:44:26.562Z | Compiling darling_macro v0.20.10 |
2411 | 2025-07-15T19:44:26.920Z | Checking arc-swap v1.7.1 |
2412 | 2025-07-15T19:44:37.256Z | Checking foreign-types-shared v0.3.1 |
2413 | 2025-07-15T19:44:37.326Z | Checking utf-8 v0.7.6 |
2414 | 2025-07-15T19:44:37.326Z | Checking unarray v0.1.4 |
2415 | 2025-07-15T19:44:37.326Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2416 | 2025-07-15T19:44:37.326Z | Compiling darling v0.20.10 |
2417 | 2025-07-15T19:44:37.326Z | Checking async-stream v0.3.6 |
2418 | 2025-07-15T19:44:37.326Z | Checking tungstenite v0.21.0 |
2419 | 2025-07-15T19:44:37.326Z | Checking proptest v1.7.0 |
2420 | 2025-07-15T19:44:37.326Z | Compiling serde_with_macros v3.14.0 |
2421 | 2025-07-15T19:44:37.326Z | Checking foreign-types v0.5.0 |
2422 | 2025-07-15T19:44:37.326Z | Checking slog-scope v4.4.0 |
2423 | 2025-07-15T19:44:37.326Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2424 | 2025-07-15T19:44:37.326Z | Checking slog-bunyan v2.5.0 |
2425 | 2025-07-15T19:44:37.326Z | Checking num_enum v0.5.11 |
2426 | 2025-07-15T19:44:37.326Z | Compiling proc-macro-error v1.0.4 |
2427 | 2025-07-15T19:44:37.326Z | Checking tokio-rustls v0.25.0 |
2428 | 2025-07-15T19:44:37.326Z | Compiling test-strategy v0.4.1 |
2429 | 2025-07-15T19:44:37.327Z | Compiling parse-display-derive v0.10.0 |
2430 | 2025-07-15T19:44:37.327Z | Checking toml v0.8.23 |
2431 | 2025-07-15T19:44:37.327Z | Checking progenitor-client v0.8.0 |
2432 | 2025-07-15T19:44:37.327Z | Compiling heck v0.3.3 |
2433 | 2025-07-15T19:44:37.327Z | Checking waitgroup v0.1.2 |
2434 | 2025-07-15T19:44:37.327Z | Checking rustls-pemfile v2.2.0 |
2435 | 2025-07-15T19:44:37.327Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2436 | 2025-07-15T19:44:37.327Z | Compiling dropshot_endpoint v0.16.2 |
2437 | 2025-07-15T19:44:37.327Z | Checking serde_path_to_error v0.1.17 |
2438 | 2025-07-15T19:44:37.812Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2439 | 2025-07-15T19:44:37.812Z | Checking cstr-argument v0.1.2 |
2440 | 2025-07-15T19:44:37.812Z | Compiling derive-where v1.5.0 |
2441 | 2025-07-15T19:44:37.812Z | Checking hostname v0.4.0 |
2442 | 2025-07-15T19:44:37.812Z | Checking instant v0.1.13 |
2443 | 2025-07-15T19:44:37.812Z | Checking debug-ignore v1.0.5 |
2444 | 2025-07-15T19:44:37.812Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
2445 | 2025-07-15T19:44:37.812Z | Checking pretty-hex v0.2.1 |
2446 | 2025-07-15T19:44:37.812Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570) |
2447 | 2025-07-15T19:44:37.812Z | Checking backoff v0.4.0 |
2448 | 2025-07-15T19:44:37.812Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2449 | 2025-07-15T19:44:37.812Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2450 | 2025-07-15T19:44:37.812Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2451 | 2025-07-15T19:44:37.812Z | Checking parse-display v0.10.0 |
2452 | 2025-07-15T19:44:37.812Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2453 | 2025-07-15T19:44:37.812Z | Checking serde_with v3.14.0 |
2454 | 2025-07-15T19:44:37.812Z | Compiling zone_cfg_derive v0.1.2 |
2455 | 2025-07-15T19:44:37.813Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2456 | 2025-07-15T19:44:37.813Z | Checking tokio-tungstenite v0.21.0 |
2457 | 2025-07-15T19:44:37.813Z | Checking iddqd v0.3.8 |
2458 | 2025-07-15T19:44:37.813Z | Checking slog-stdlog v4.1.1 |
2459 | 2025-07-15T19:44:37.813Z | Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
2460 | 2025-07-15T19:44:37.813Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2461 | 2025-07-15T19:44:37.813Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2462 | 2025-07-15T19:44:37.813Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
2463 | 2025-07-15T19:44:37.813Z | Checking progenitor-client v0.10.0 |
2464 | 2025-07-15T19:44:37.813Z | Checking colored v2.2.0 |
2465 | 2025-07-15T19:44:37.813Z | Checking macaddr v1.0.1 |
2466 | 2025-07-15T19:44:37.813Z | Checking base64 v0.21.7 |
2467 | 2025-07-15T19:44:37.813Z | Checking base64 v0.13.1 |
2468 | 2025-07-15T19:44:37.813Z | Checking unicode-width v0.1.14 |
2469 | 2025-07-15T19:44:37.813Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2470 | 2025-07-15T19:44:37.813Z | Checking zone v0.1.8 |
2471 | 2025-07-15T19:44:37.813Z | Checking ron v0.7.1 |
2472 | 2025-07-15T19:44:37.813Z | Checking tabwriter v1.4.0 |
2473 | 2025-07-15T19:44:37.813Z | Checking slog-envlogger v2.2.0 |
2474 | 2025-07-15T19:44:37.813Z | Checking xz2 v0.1.7 |
2475 | 2025-07-15T19:44:37.813Z | Checking tokio-dtrace v0.1.0 |
2476 | 2025-07-15T19:44:37.813Z | Checking xattr v1.3.1 |
2477 | 2025-07-15T19:44:37.813Z | Checking yasna v0.5.2 |
2478 | 2025-07-15T19:44:37.813Z | Checking pem v3.0.5 |
2479 | 2025-07-15T19:44:37.813Z | Checking smf v0.2.3 |
2480 | 2025-07-15T19:44:37.813Z | Checking headers-core v0.3.0 |
2481 | 2025-07-15T19:44:37.813Z | Checking filetime v0.2.25 |
2482 | 2025-07-15T19:44:37.813Z | Checking same-file v1.0.6 |
2483 | 2025-07-15T19:44:37.813Z | Checking headers v0.4.1 |
2484 | 2025-07-15T19:44:37.813Z | Checking tar v0.4.44 |
2485 | 2025-07-15T19:44:37.813Z | Checking walkdir v2.5.0 |
2486 | 2025-07-15T19:44:37.813Z | Checking rcgen v0.12.1 |
2487 | 2025-07-15T19:44:37.911Z | Checking oxide-tokio-rt v0.1.2 |
2488 | 2025-07-15T19:44:37.911Z | Compiling typify-macro v0.2.0 |
2489 | 2025-07-15T19:44:37.911Z | Checking camino-tempfile v1.4.1 |
2490 | 2025-07-15T19:44:37.947Z | Checking atomicwrites v0.4.4 |
2491 | 2025-07-15T19:44:38.842Z | Compiling typify-macro v0.3.0 |
2492 | 2025-07-15T19:44:39.005Z | Checking subprocess v0.2.9 |
2493 | 2025-07-15T19:44:39.806Z | Compiling typify v0.2.0 |
2494 | 2025-07-15T19:44:39.915Z | Compiling progenitor-impl v0.8.0 |
2495 | 2025-07-15T19:44:40.018Z | Compiling typify v0.3.0 |
2496 | 2025-07-15T19:44:40.128Z | Compiling progenitor-impl v0.9.1 |
2497 | 2025-07-15T19:44:42.743Z | Compiling progenitor-macro v0.8.0 |
2498 | 2025-07-15T19:44:43.161Z | Compiling progenitor-macro v0.9.1 |
2499 | 2025-07-15T19:44:48.085Z | Checking progenitor v0.8.0 |
2500 | 2025-07-15T19:44:48.107Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2501 | 2025-07-15T19:44:48.148Z | Checking progenitor v0.9.1 |
2502 | 2025-07-15T19:44:48.305Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd) |
2503 | 2025-07-15T19:44:50.546Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
2504 | 2025-07-15T19:44:51.346Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2505 | 2025-07-15T19:44:58.029Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2506 | 2025-07-15T19:44:59.740Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2507 | 2025-07-15T19:45:01.212Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 42.15s |
2508 | 2025-07-15T19:45:01.423Z | |
2509 | 2025-07-15T19:45:01.423Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (51/221) |
2510 | 2025-07-15T19:45:02.150Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2511 | 2025-07-15T19:45:02.154Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2512 | 2025-07-15T19:45:02.269Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2513 | 2025-07-15T19:45:03.941Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.51s |
2514 | 2025-07-15T19:45:04.148Z | |
2515 | 2025-07-15T19:45:04.148Z | info: running `cargo check --bins` on nexus-config (52/221) |
2516 | 2025-07-15T19:45:04.844Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2517 | 2025-07-15T19:45:04.847Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2518 | 2025-07-15T19:45:04.847Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2519 | 2025-07-15T19:45:04.851Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
2520 | 2025-07-15T19:45:04.944Z | |
2521 | 2025-07-15T19:45:04.944Z | info: running `cargo check --bins` on omicron-rpaths (53/221) |
2522 | 2025-07-15T19:45:05.615Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2523 | 2025-07-15T19:45:05.619Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2524 | 2025-07-15T19:45:05.619Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2525 | 2025-07-15T19:45:05.623Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
2526 | 2025-07-15T19:45:05.707Z | |
2527 | 2025-07-15T19:45:05.707Z | info: running `cargo check --bins` on omicron-certificates (54/221) |
2528 | 2025-07-15T19:45:06.397Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2529 | 2025-07-15T19:45:06.401Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2530 | 2025-07-15T19:45:06.401Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2531 | 2025-07-15T19:45:06.406Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
2532 | 2025-07-15T19:45:06.490Z | |
2533 | 2025-07-15T19:45:06.490Z | info: running `cargo check --bins` on omicron-clickhouse-admin (55/221) |
2534 | 2025-07-15T19:45:07.216Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2535 | 2025-07-15T19:45:07.221Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2536 | 2025-07-15T19:45:07.403Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2537 | 2025-07-15T19:45:07.532Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2538 | 2025-07-15T19:45:07.536Z | Compiling rustix v1.0.7 |
2539 | 2025-07-15T19:45:07.536Z | Compiling wait-timeout v0.2.0 |
2540 | 2025-07-15T19:45:07.536Z | Compiling match_cfg v0.1.0 |
2541 | 2025-07-15T19:45:07.536Z | Compiling bit-vec v0.8.0 |
2542 | 2025-07-15T19:45:07.540Z | Compiling quick-error v1.2.3 |
2543 | 2025-07-15T19:45:07.540Z | Compiling rustls v0.22.4 |
2544 | 2025-07-15T19:45:07.686Z | Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
2545 | 2025-07-15T19:45:07.710Z | Compiling hostname v0.3.1 |
2546 | 2025-07-15T19:45:07.739Z | Compiling progenitor-client v0.9.1 |
2547 | 2025-07-15T19:45:07.929Z | Compiling slog-json v2.6.1 |
2548 | 2025-07-15T19:45:08.039Z | Compiling bit-set v0.8.0 |
2549 | 2025-07-15T19:45:08.084Z | Compiling rand_xorshift v0.4.0 |
2550 | 2025-07-15T19:45:08.149Z | Compiling itertools v0.13.0 |
2551 | 2025-07-15T19:45:08.224Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2552 | 2025-07-15T19:45:08.274Z | Compiling hex v0.4.3 |
2553 | 2025-07-15T19:45:08.299Z | Compiling heapless v0.8.0 |
2554 | 2025-07-15T19:45:08.344Z | Compiling unarray v0.1.4 |
2555 | 2025-07-15T19:45:08.385Z | Compiling slog-bunyan v2.5.0 |
2556 | 2025-07-15T19:45:08.550Z | Compiling progenitor v0.9.1 |
2557 | 2025-07-15T19:45:08.620Z | Compiling async-stream v0.3.6 |
2558 | 2025-07-15T19:45:08.798Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2559 | 2025-07-15T19:45:08.819Z | Compiling ref-cast v1.0.24 |
2560 | 2025-07-15T19:45:08.940Z | Compiling multer v3.1.0 |
2561 | 2025-07-15T19:45:08.985Z | Compiling toml v0.8.23 |
2562 | 2025-07-15T19:45:09.015Z | Compiling waitgroup v0.1.2 |
2563 | 2025-07-15T19:45:09.252Z | Compiling rustls-pemfile v2.2.0 |
2564 | 2025-07-15T19:45:09.261Z | Checking hash32 v0.3.1 |
2565 | 2025-07-15T19:45:09.472Z | Compiling tempfile v3.20.0 |
2566 | 2025-07-15T19:45:09.600Z | Compiling serde_path_to_error v0.1.17 |
2567 | 2025-07-15T19:45:09.849Z | Compiling hostname v0.4.0 |
2568 | 2025-07-15T19:45:09.881Z | Compiling instant v0.1.13 |
2569 | 2025-07-15T19:45:10.071Z | Compiling rusty-fork v0.3.0 |
2570 | 2025-07-15T19:45:10.092Z | Compiling smoltcp v0.11.0 |
2571 | 2025-07-15T19:45:10.317Z | Compiling debug-ignore v1.0.5 |
2572 | 2025-07-15T19:45:10.409Z | Compiling backoff v0.4.0 |
2573 | 2025-07-15T19:45:10.499Z | Compiling proptest v1.7.0 |
2574 | 2025-07-15T19:45:10.784Z | Compiling iddqd v0.3.8 |
2575 | 2025-07-15T19:45:10.802Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd) |
2576 | 2025-07-15T19:45:10.816Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2577 | 2025-07-15T19:45:11.031Z | Compiling serde_with v3.14.0 |
2578 | 2025-07-15T19:45:11.127Z | Compiling ingot-macros v0.1.0 |
2579 | 2025-07-15T19:45:11.292Z | Compiling parse-display v0.10.0 |
2580 | 2025-07-15T19:45:11.968Z | Compiling tokio-rustls v0.25.0 |
2581 | 2025-07-15T19:45:12.384Z | Compiling dropshot v0.16.2 |
2582 | 2025-07-15T19:45:13.407Z | Checking num-rational v0.4.2 |
2583 | 2025-07-15T19:45:14.083Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2584 | 2025-07-15T19:45:14.284Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
2585 | 2025-07-15T19:45:14.814Z | Compiling progenitor-client v0.10.0 |
2586 | 2025-07-15T19:45:16.204Z | Compiling phf_generator v0.11.2 |
2587 | 2025-07-15T19:45:16.429Z | Checking num-complex v0.4.6 |
2588 | 2025-07-15T19:45:16.967Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570) |
2589 | 2025-07-15T19:45:17.299Z | Compiling macaddr v1.0.1 |
2590 | 2025-07-15T19:45:17.467Z | Checking cobs v0.2.3 |
2591 | 2025-07-15T19:45:17.674Z | Checking postcard v1.0.10 |
2592 | 2025-07-15T19:45:17.770Z | Compiling num v0.4.3 |
2593 | 2025-07-15T19:45:18.184Z | Compiling phf_codegen v0.11.2 |
2594 | 2025-07-15T19:45:18.347Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=23cebf3b1c911f09c203f7df50cc06bf780338e5#23cebf3b) |
2595 | 2025-07-15T19:45:18.385Z | Checking ingot-types v0.1.0 |
2596 | 2025-07-15T19:45:18.428Z | Compiling parse-zoneinfo v0.3.1 |
2597 | 2025-07-15T19:45:18.835Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=23cebf3b1c911f09c203f7df50cc06bf780338e5#23cebf3b) |
2598 | 2025-07-15T19:45:19.202Z | Compiling convert_case v0.4.0 |
2599 | 2025-07-15T19:45:19.229Z | Checking ingot v0.1.0 |
2600 | 2025-07-15T19:45:19.370Z | Compiling float-ord v0.3.2 |
2601 | 2025-07-15T19:45:19.779Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2602 | 2025-07-15T19:45:20.010Z | Compiling derive_more v0.99.20 |
2603 | 2025-07-15T19:45:20.154Z | Compiling chrono-tz-build v0.4.0 |
2604 | 2025-07-15T19:45:21.202Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=23cebf3b1c911f09c203f7df50cc06bf780338e5#23cebf3b) |
2605 | 2025-07-15T19:45:21.402Z | Compiling crucible-workspace-hack v0.1.0 |
2606 | 2025-07-15T19:45:21.424Z | Checking linked-hash-map v0.5.6 |
2607 | 2025-07-15T19:45:21.784Z | Checking lru-cache v0.1.2 |
2608 | 2025-07-15T19:45:21.809Z | Compiling chrono-tz v0.10.3 |
2609 | 2025-07-15T19:45:22.017Z | Checking resolv-conf v0.7.0 |
2610 | 2025-07-15T19:45:22.145Z | Checking newline-converter v0.3.0 |
2611 | 2025-07-15T19:45:22.347Z | Checking hickory-proto v0.24.4 |
2612 | 2025-07-15T19:45:22.425Z | Checking itertools v0.14.0 |
2613 | 2025-07-15T19:45:22.568Z | Checking prettyplease v0.2.35 |
2614 | 2025-07-15T19:45:22.831Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=23cebf3b1c911f09c203f7df50cc06bf780338e5#23cebf3b) |
2615 | 2025-07-15T19:45:23.345Z | Compiling slog-dtrace v0.3.0 |
2616 | 2025-07-15T19:45:23.703Z | Compiling zone_cfg_derive v0.3.0 |
2617 | 2025-07-15T19:45:23.808Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2618 | 2025-07-15T19:45:25.724Z | Checking expectorate v1.2.0 |
2619 | 2025-07-15T19:45:25.756Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2) |
2620 | 2025-07-15T19:45:25.756Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2621 | 2025-07-15T19:45:25.756Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=23cebf3b1c911f09c203f7df50cc06bf780338e5#23cebf3b) |
2622 | 2025-07-15T19:45:25.770Z | Compiling const_format_proc_macros v0.2.34 |
2623 | 2025-07-15T19:45:26.059Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2624 | 2025-07-15T19:45:26.372Z | Compiling num-derive v0.4.2 |
2625 | 2025-07-15T19:45:26.541Z | Checking highway v1.3.0 |
2626 | 2025-07-15T19:45:26.981Z | Checking hickory-resolver v0.24.4 |
2627 | 2025-07-15T19:45:27.063Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2628 | 2025-07-15T19:45:27.165Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2629 | 2025-07-15T19:45:27.200Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=23cebf3b1c911f09c203f7df50cc06bf780338e5#23cebf3b) |
2630 | 2025-07-15T19:45:27.446Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2631 | 2025-07-15T19:45:27.477Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2632 | 2025-07-15T19:45:27.565Z | Checking const_format v0.2.34 |
2633 | 2025-07-15T19:45:27.623Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
2634 | 2025-07-15T19:45:28.647Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
2635 | 2025-07-15T19:45:28.686Z | Checking qorb v0.4.0 |
2636 | 2025-07-15T19:45:28.751Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2) |
2637 | 2025-07-15T19:45:28.981Z | Checking zone v0.3.1 |
2638 | 2025-07-15T19:45:29.092Z | Checking gethostname v0.5.0 |
2639 | 2025-07-15T19:45:29.242Z | Checking bcs v0.1.6 |
2640 | 2025-07-15T19:45:29.478Z | Checking nanorand v0.7.0 |
2641 | 2025-07-15T19:45:29.710Z | Compiling async-recursion v1.1.1 |
2642 | 2025-07-15T19:45:29.746Z | Checking termtree v0.5.1 |
2643 | 2025-07-15T19:45:29.892Z | Checking flume v0.11.1 |
2644 | 2025-07-15T19:45:30.046Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2645 | 2025-07-15T19:45:35.553Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2646 | 2025-07-15T19:45:39.225Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2647 | 2025-07-15T19:45:41.956Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2648 | 2025-07-15T19:45:43.393Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.88s |
2649 | 2025-07-15T19:45:43.593Z | |
2650 | 2025-07-15T19:45:43.593Z | info: running `cargo check --bins` on clickhouse-admin-api (56/221) |
2651 | 2025-07-15T19:45:44.317Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2652 | 2025-07-15T19:45:44.322Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2653 | 2025-07-15T19:45:44.322Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2654 | 2025-07-15T19:45:44.325Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
2655 | 2025-07-15T19:45:44.421Z | |
2656 | 2025-07-15T19:45:44.421Z | info: running `cargo check --bins` on clickhouse-admin-types (57/221) |
2657 | 2025-07-15T19:45:45.148Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2658 | 2025-07-15T19:45:45.152Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2659 | 2025-07-15T19:45:45.152Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2660 | 2025-07-15T19:45:45.152Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
2661 | 2025-07-15T19:45:45.226Z | |
2662 | 2025-07-15T19:45:45.226Z | info: running `cargo check --bins --no-default-features` on oximeter-db (58/221) |
2663 | 2025-07-15T19:45:45.945Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2664 | 2025-07-15T19:45:45.950Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2665 | 2025-07-15T19:45:46.067Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2666 | 2025-07-15T19:45:46.795Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.56s |
2667 | 2025-07-15T19:45:47.021Z | |
2668 | 2025-07-15T19:45:47.021Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (59/221) |
2669 | 2025-07-15T19:45:47.780Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2670 | 2025-07-15T19:45:47.797Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2671 | 2025-07-15T19:45:47.885Z | Compiling cfg_aliases v0.1.1 |
2672 | 2025-07-15T19:45:47.912Z | Compiling vte_generate_state_changes v0.1.2 |
2673 | 2025-07-15T19:45:47.912Z | Checking fd-lock v4.0.2 |
2674 | 2025-07-15T19:45:47.912Z | Checking nibble_vec v0.1.0 |
2675 | 2025-07-15T19:45:48.048Z | Checking endian-type v0.1.2 |
2676 | 2025-07-15T19:45:48.066Z | Checking bytecount v0.6.8 |
2677 | 2025-07-15T19:45:48.066Z | Compiling tabled_derive v0.7.0 |
2678 | 2025-07-15T19:45:48.083Z | Checking itertools v0.13.0 |
2679 | 2025-07-15T19:45:48.097Z | Compiling nix v0.28.0 |
2680 | 2025-07-15T19:45:48.200Z | Compiling peg-macros v0.8.5 |
2681 | 2025-07-15T19:45:48.216Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2682 | 2025-07-15T19:45:48.232Z | Checking papergrid v0.11.0 |
2683 | 2025-07-15T19:45:48.268Z | Checking radix_trie v0.2.1 |
2684 | 2025-07-15T19:45:48.610Z | Checking vte v0.11.1 |
2685 | 2025-07-15T19:45:48.759Z | Compiling sqlparser_derive v0.2.2 |
2686 | 2025-07-15T19:45:49.219Z | Checking unicode_categories v0.1.1 |
2687 | 2025-07-15T19:45:49.549Z | Checking home v0.5.9 |
2688 | 2025-07-15T19:45:49.733Z | Checking nu-ansi-term v0.50.1 |
2689 | 2025-07-15T19:45:49.746Z | Checking sqlformat v0.3.5 |
2690 | 2025-07-15T19:45:49.778Z | Checking sqlparser v0.45.0 |
2691 | 2025-07-15T19:45:50.051Z | Checking strip-ansi-escapes v0.2.0 |
2692 | 2025-07-15T19:45:50.169Z | Checking display-error-chain v0.2.2 |
2693 | 2025-07-15T19:45:50.352Z | Checking tabled v0.15.0 |
2694 | 2025-07-15T19:45:50.693Z | Checking reedline v0.40.0 |
2695 | 2025-07-15T19:45:51.047Z | Checking peg v0.8.5 |
2696 | 2025-07-15T19:45:51.162Z | Checking rustyline v14.0.0 |
2697 | 2025-07-15T19:46:00.617Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.58s |
2698 | 2025-07-15T19:46:00.817Z | |
2699 | 2025-07-15T19:46:00.817Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (60/221) |
2700 | 2025-07-15T19:46:01.596Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2701 | 2025-07-15T19:46:01.613Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2702 | 2025-07-15T19:46:01.681Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2703 | 2025-07-15T19:46:07.264Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.44s |
2704 | 2025-07-15T19:46:07.477Z | |
2705 | 2025-07-15T19:46:07.478Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (61/221) |
2706 | 2025-07-15T19:46:08.209Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2707 | 2025-07-15T19:46:08.280Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2708 | 2025-07-15T19:46:08.336Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2709 | 2025-07-15T19:46:12.210Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.72s |
2710 | 2025-07-15T19:46:12.420Z | |
2711 | 2025-07-15T19:46:12.421Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (62/221) |
2712 | 2025-07-15T19:46:13.864Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2713 | 2025-07-15T19:46:14.400Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2714 | 2025-07-15T19:46:14.400Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2715 | 2025-07-15T19:46:18.522Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.09s |
2716 | 2025-07-15T19:46:18.735Z | |
2717 | 2025-07-15T19:46:18.735Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (63/221) |
2718 | 2025-07-15T19:46:19.453Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2719 | 2025-07-15T19:46:19.458Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2720 | 2025-07-15T19:46:19.574Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2721 | 2025-07-15T19:46:24.865Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.12s |
2722 | 2025-07-15T19:46:25.077Z | |
2723 | 2025-07-15T19:46:25.077Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (64/221) |
2724 | 2025-07-15T19:46:25.793Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2725 | 2025-07-15T19:46:25.798Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2726 | 2025-07-15T19:46:25.916Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2727 | 2025-07-15T19:46:29.971Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.88s |
2728 | 2025-07-15T19:46:30.174Z | |
2729 | 2025-07-15T19:46:30.174Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (65/221) |
2730 | 2025-07-15T19:46:30.913Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2731 | 2025-07-15T19:46:30.916Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2732 | 2025-07-15T19:46:31.035Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2733 | 2025-07-15T19:46:35.134Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.95s |
2734 | 2025-07-15T19:46:35.346Z | |
2735 | 2025-07-15T19:46:35.346Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (66/221) |
2736 | 2025-07-15T19:46:36.080Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2737 | 2025-07-15T19:46:36.083Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2738 | 2025-07-15T19:46:36.201Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2739 | 2025-07-15T19:46:41.624Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.27s |
2740 | 2025-07-15T19:46:41.858Z | |
2741 | 2025-07-15T19:46:41.858Z | info: running `cargo check --bins` on oximeter (67/221) |
2742 | 2025-07-15T19:46:42.563Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2743 | 2025-07-15T19:46:42.567Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2744 | 2025-07-15T19:46:42.567Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2745 | 2025-07-15T19:46:42.570Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
2746 | 2025-07-15T19:46:42.660Z | |
2747 | 2025-07-15T19:46:42.660Z | info: running `cargo check --bins` on oximeter-macro-impl (68/221) |
2748 | 2025-07-15T19:46:43.351Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2749 | 2025-07-15T19:46:43.355Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2750 | 2025-07-15T19:46:43.355Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2751 | 2025-07-15T19:46:43.358Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
2752 | 2025-07-15T19:46:43.446Z | |
2753 | 2025-07-15T19:46:43.446Z | info: running `cargo check --bins` on oximeter-schema (69/221) |
2754 | 2025-07-15T19:46:44.149Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2755 | 2025-07-15T19:46:44.152Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2756 | 2025-07-15T19:46:44.251Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2757 | 2025-07-15T19:46:46.461Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2758 | 2025-07-15T19:46:47.526Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.07s |
2759 | 2025-07-15T19:46:47.733Z | |
2760 | 2025-07-15T19:46:47.733Z | info: running `cargo check --bins` on oximeter-types (70/221) |
2761 | 2025-07-15T19:46:48.438Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2762 | 2025-07-15T19:46:48.441Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2763 | 2025-07-15T19:46:48.441Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2764 | 2025-07-15T19:46:48.444Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
2765 | 2025-07-15T19:46:48.538Z | |
2766 | 2025-07-15T19:46:48.538Z | info: running `cargo check --bins` on oximeter-timeseries-macro (71/221) |
2767 | 2025-07-15T19:46:49.239Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2768 | 2025-07-15T19:46:49.243Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2769 | 2025-07-15T19:46:49.243Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2770 | 2025-07-15T19:46:49.246Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
2771 | 2025-07-15T19:46:49.338Z | |
2772 | 2025-07-15T19:46:49.338Z | info: running `cargo check --bins` on oxql-types (72/221) |
2773 | 2025-07-15T19:46:50.031Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2774 | 2025-07-15T19:46:50.035Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2775 | 2025-07-15T19:46:50.035Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2776 | 2025-07-15T19:46:50.038Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
2777 | 2025-07-15T19:46:50.129Z | |
2778 | 2025-07-15T19:46:50.129Z | info: running `cargo check --bins` on oximeter-test-utils (73/221) |
2779 | 2025-07-15T19:46:50.857Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2780 | 2025-07-15T19:46:50.860Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2781 | 2025-07-15T19:46:50.860Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2782 | 2025-07-15T19:46:50.865Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
2783 | 2025-07-15T19:46:50.964Z | |
2784 | 2025-07-15T19:46:50.964Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (74/221) |
2785 | 2025-07-15T19:46:51.670Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2786 | 2025-07-15T19:46:51.674Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2787 | 2025-07-15T19:46:51.674Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2788 | 2025-07-15T19:46:51.677Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
2789 | 2025-07-15T19:46:51.773Z | |
2790 | 2025-07-15T19:46:51.773Z | info: running `cargo check --bins` on bootstrap-agent-client (75/221) |
2791 | 2025-07-15T19:46:52.494Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2792 | 2025-07-15T19:46:52.500Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2793 | 2025-07-15T19:46:52.500Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2794 | 2025-07-15T19:46:52.503Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
2795 | 2025-07-15T19:46:52.598Z | |
2796 | 2025-07-15T19:46:52.598Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (76/221) |
2797 | 2025-07-15T19:46:53.307Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2798 | 2025-07-15T19:46:53.310Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2799 | 2025-07-15T19:46:53.310Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2800 | 2025-07-15T19:46:53.314Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
2801 | 2025-07-15T19:46:53.407Z | |
2802 | 2025-07-15T19:46:53.407Z | info: running `cargo check --bins` on clickhouse-admin-server-client (77/221) |
2803 | 2025-07-15T19:46:54.112Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2804 | 2025-07-15T19:46:54.115Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2805 | 2025-07-15T19:46:54.116Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2806 | 2025-07-15T19:46:54.119Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
2807 | 2025-07-15T19:46:54.215Z | |
2808 | 2025-07-15T19:46:54.215Z | info: running `cargo check --bins` on clickhouse-admin-single-client (78/221) |
2809 | 2025-07-15T19:46:54.912Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2810 | 2025-07-15T19:46:54.916Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2811 | 2025-07-15T19:46:54.916Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2812 | 2025-07-15T19:46:54.919Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
2813 | 2025-07-15T19:46:55.009Z | |
2814 | 2025-07-15T19:46:55.009Z | info: running `cargo check --bins` on cockroach-admin-client (79/221) |
2815 | 2025-07-15T19:46:55.682Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2816 | 2025-07-15T19:46:55.686Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2817 | 2025-07-15T19:46:55.686Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2818 | 2025-07-15T19:46:55.689Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
2819 | 2025-07-15T19:46:55.779Z | |
2820 | 2025-07-15T19:46:55.780Z | info: running `cargo check --bins` on omicron-ddm-admin-client (80/221) |
2821 | 2025-07-15T19:46:56.486Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2822 | 2025-07-15T19:46:56.489Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2823 | 2025-07-15T19:46:56.489Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2824 | 2025-07-15T19:46:56.493Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
2825 | 2025-07-15T19:46:56.584Z | |
2826 | 2025-07-15T19:46:56.584Z | info: running `cargo check --bins` on dns-service-client (81/221) |
2827 | 2025-07-15T19:46:57.293Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2828 | 2025-07-15T19:46:57.296Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2829 | 2025-07-15T19:46:57.296Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2830 | 2025-07-15T19:46:57.300Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
2831 | 2025-07-15T19:46:57.390Z | |
2832 | 2025-07-15T19:46:57.390Z | info: running `cargo check --bins` on internal-dns-types (82/221) |
2833 | 2025-07-15T19:46:58.086Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2834 | 2025-07-15T19:46:58.089Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2835 | 2025-07-15T19:46:58.089Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2836 | 2025-07-15T19:46:58.093Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
2837 | 2025-07-15T19:46:58.187Z | |
2838 | 2025-07-15T19:46:58.187Z | info: running `cargo check --bins` on gateway-client (83/221) |
2839 | 2025-07-15T19:46:58.891Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2840 | 2025-07-15T19:46:58.895Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2841 | 2025-07-15T19:46:58.895Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2842 | 2025-07-15T19:46:58.898Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
2843 | 2025-07-15T19:46:58.991Z | |
2844 | 2025-07-15T19:46:58.991Z | info: running `cargo check --bins` on ereport-types (84/221) |
2845 | 2025-07-15T19:46:59.674Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2846 | 2025-07-15T19:46:59.678Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2847 | 2025-07-15T19:46:59.678Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2848 | 2025-07-15T19:46:59.681Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
2849 | 2025-07-15T19:46:59.766Z | |
2850 | 2025-07-15T19:46:59.766Z | info: running `cargo check --bins` on gateway-types (85/221) |
2851 | 2025-07-15T19:47:00.473Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2852 | 2025-07-15T19:47:00.479Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2853 | 2025-07-15T19:47:00.479Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2854 | 2025-07-15T19:47:00.483Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
2855 | 2025-07-15T19:47:00.571Z | |
2856 | 2025-07-15T19:47:00.571Z | info: running `cargo check --bins` on ipcc (86/221) |
2857 | 2025-07-15T19:47:01.283Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2858 | 2025-07-15T19:47:01.287Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2859 | 2025-07-15T19:47:01.287Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2860 | 2025-07-15T19:47:01.290Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
2861 | 2025-07-15T19:47:01.415Z | |
2862 | 2025-07-15T19:47:01.416Z | info: running `cargo check --bins` on installinator-client (87/221) |
2863 | 2025-07-15T19:47:02.102Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2864 | 2025-07-15T19:47:02.105Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2865 | 2025-07-15T19:47:02.105Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2866 | 2025-07-15T19:47:02.109Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
2867 | 2025-07-15T19:47:02.205Z | |
2868 | 2025-07-15T19:47:02.205Z | info: running `cargo check --bins` on installinator-common (88/221) |
2869 | 2025-07-15T19:47:02.926Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2870 | 2025-07-15T19:47:02.930Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2871 | 2025-07-15T19:47:02.930Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2872 | 2025-07-15T19:47:02.937Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
2873 | 2025-07-15T19:47:03.025Z | |
2874 | 2025-07-15T19:47:03.025Z | info: running `cargo check --bins` on update-engine (89/221) |
2875 | 2025-07-15T19:47:03.717Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2876 | 2025-07-15T19:47:03.720Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2877 | 2025-07-15T19:47:03.720Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2878 | 2025-07-15T19:47:03.726Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
2879 | 2025-07-15T19:47:03.807Z | |
2880 | 2025-07-15T19:47:03.807Z | info: running `cargo check --bins` on nexus-client (90/221) |
2881 | 2025-07-15T19:47:04.543Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2882 | 2025-07-15T19:47:04.547Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2883 | 2025-07-15T19:47:04.547Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2884 | 2025-07-15T19:47:04.550Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
2885 | 2025-07-15T19:47:04.645Z | |
2886 | 2025-07-15T19:47:04.645Z | info: running `cargo check --bins` on nexus-sled-agent-shared (91/221) |
2887 | 2025-07-15T19:47:05.366Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2888 | 2025-07-15T19:47:05.369Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2889 | 2025-07-15T19:47:05.369Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2890 | 2025-07-15T19:47:05.372Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
2891 | 2025-07-15T19:47:05.464Z | |
2892 | 2025-07-15T19:47:05.464Z | info: running `cargo check --bins` on omicron-passwords (92/221) |
2893 | 2025-07-15T19:47:06.147Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2894 | 2025-07-15T19:47:06.150Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2895 | 2025-07-15T19:47:06.150Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2896 | 2025-07-15T19:47:06.154Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
2897 | 2025-07-15T19:47:06.239Z | |
2898 | 2025-07-15T19:47:06.239Z | info: running `cargo check --bins` on nexus-types (93/221) |
2899 | 2025-07-15T19:47:06.987Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2900 | 2025-07-15T19:47:06.990Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2901 | 2025-07-15T19:47:06.990Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2902 | 2025-07-15T19:47:06.994Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
2903 | 2025-07-15T19:47:07.089Z | |
2904 | 2025-07-15T19:47:07.089Z | info: running `cargo check --bins` on omicron-cockroach-metrics (94/221) |
2905 | 2025-07-15T19:47:07.776Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2906 | 2025-07-15T19:47:07.780Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2907 | 2025-07-15T19:47:07.780Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2908 | 2025-07-15T19:47:07.783Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
2909 | 2025-07-15T19:47:07.870Z | |
2910 | 2025-07-15T19:47:07.870Z | info: running `cargo check --bins` on parallel-task-set (95/221) |
2911 | 2025-07-15T19:47:08.553Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2912 | 2025-07-15T19:47:08.572Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2913 | 2025-07-15T19:47:08.572Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2914 | 2025-07-15T19:47:08.572Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
2915 | 2025-07-15T19:47:08.644Z | |
2916 | 2025-07-15T19:47:08.644Z | info: running `cargo check --bins` on ntp-admin-client (96/221) |
2917 | 2025-07-15T19:47:09.319Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2918 | 2025-07-15T19:47:09.323Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2919 | 2025-07-15T19:47:09.323Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2920 | 2025-07-15T19:47:09.327Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
2921 | 2025-07-15T19:47:09.415Z | |
2922 | 2025-07-15T19:47:09.415Z | info: running `cargo check --bins` on oxide-client (97/221) |
2923 | 2025-07-15T19:47:10.108Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2924 | 2025-07-15T19:47:10.112Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2925 | 2025-07-15T19:47:10.112Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2926 | 2025-07-15T19:47:10.115Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
2927 | 2025-07-15T19:47:10.207Z | |
2928 | 2025-07-15T19:47:10.207Z | info: running `cargo check --bins` on oximeter-client (98/221) |
2929 | 2025-07-15T19:47:10.918Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2930 | 2025-07-15T19:47:10.927Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2931 | 2025-07-15T19:47:10.927Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2932 | 2025-07-15T19:47:10.927Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
2933 | 2025-07-15T19:47:11.015Z | |
2934 | 2025-07-15T19:47:11.015Z | info: running `cargo check --bins` on repo-depot-client (99/221) |
2935 | 2025-07-15T19:47:11.688Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2936 | 2025-07-15T19:47:11.691Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2937 | 2025-07-15T19:47:11.691Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2938 | 2025-07-15T19:47:11.695Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
2939 | 2025-07-15T19:47:11.781Z | |
2940 | 2025-07-15T19:47:11.781Z | info: running `cargo check --bins` on sled-agent-client (100/221) |
2941 | 2025-07-15T19:47:12.513Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2942 | 2025-07-15T19:47:12.517Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2943 | 2025-07-15T19:47:12.517Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2944 | 2025-07-15T19:47:12.521Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
2945 | 2025-07-15T19:47:12.619Z | |
2946 | 2025-07-15T19:47:12.619Z | info: running `cargo check --bins` on sled-agent-types (101/221) |
2947 | 2025-07-15T19:47:13.357Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2948 | 2025-07-15T19:47:13.361Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2949 | 2025-07-15T19:47:13.361Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2950 | 2025-07-15T19:47:13.364Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
2951 | 2025-07-15T19:47:13.458Z | |
2952 | 2025-07-15T19:47:13.458Z | info: running `cargo check --bins` on wicketd-client (102/221) |
2953 | 2025-07-15T19:47:14.209Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2954 | 2025-07-15T19:47:14.213Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2955 | 2025-07-15T19:47:14.213Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2956 | 2025-07-15T19:47:14.217Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
2957 | 2025-07-15T19:47:14.317Z | |
2958 | 2025-07-15T19:47:14.317Z | info: running `cargo check --bins` on wicket-common (103/221) |
2959 | 2025-07-15T19:47:15.052Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2960 | 2025-07-15T19:47:15.056Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2961 | 2025-07-15T19:47:15.056Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2962 | 2025-07-15T19:47:15.060Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
2963 | 2025-07-15T19:47:15.155Z | |
2964 | 2025-07-15T19:47:15.155Z | info: running `cargo check --bins` on omicron-cockroach-admin (104/221) |
2965 | 2025-07-15T19:47:15.867Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2966 | 2025-07-15T19:47:15.929Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2967 | 2025-07-15T19:47:15.995Z | Checking csv-core v0.1.11 |
2968 | 2025-07-15T19:47:15.995Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2969 | 2025-07-15T19:47:15.998Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2970 | 2025-07-15T19:47:15.998Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2971 | 2025-07-15T19:47:16.348Z | Checking csv v1.3.1 |
2972 | 2025-07-15T19:47:16.352Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2973 | 2025-07-15T19:47:16.373Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2974 | 2025-07-15T19:47:16.965Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2975 | 2025-07-15T19:47:17.483Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2976 | 2025-07-15T19:47:19.903Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.74s |
2977 | 2025-07-15T19:47:20.107Z | |
2978 | 2025-07-15T19:47:20.107Z | info: running `cargo check --bins` on cockroach-admin-api (105/221) |
2979 | 2025-07-15T19:47:20.809Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2980 | 2025-07-15T19:47:20.812Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2981 | 2025-07-15T19:47:20.813Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2982 | 2025-07-15T19:47:20.816Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
2983 | 2025-07-15T19:47:20.908Z | |
2984 | 2025-07-15T19:47:20.908Z | info: running `cargo check --bins` on cockroach-admin-types (106/221) |
2985 | 2025-07-15T19:47:21.609Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2986 | 2025-07-15T19:47:21.612Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2987 | 2025-07-15T19:47:21.612Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2988 | 2025-07-15T19:47:21.615Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
2989 | 2025-07-15T19:47:21.705Z | |
2990 | 2025-07-15T19:47:21.705Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (107/221) |
2991 | 2025-07-15T19:47:22.513Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2992 | 2025-07-15T19:47:22.517Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2993 | 2025-07-15T19:47:22.517Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2994 | 2025-07-15T19:47:22.521Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
2995 | 2025-07-15T19:47:22.629Z | |
2996 | 2025-07-15T19:47:22.629Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (108/221) |
2997 | 2025-07-15T19:47:23.442Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2998 | 2025-07-15T19:47:23.445Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2999 | 2025-07-15T19:47:23.445Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3000 | 2025-07-15T19:47:23.449Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
3001 | 2025-07-15T19:47:23.555Z | |
3002 | 2025-07-15T19:47:23.555Z | info: running `cargo check --bins` on dns-server (109/221) |
3003 | 2025-07-15T19:47:24.267Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3004 | 2025-07-15T19:47:24.270Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3005 | 2025-07-15T19:47:24.386Z | Compiling typify-impl v0.4.1 |
3006 | 2025-07-15T19:47:24.509Z | Compiling parking_lot_core v0.8.6 |
3007 | 2025-07-15T19:47:24.513Z | Compiling moka v0.12.10 |
3008 | 2025-07-15T19:47:24.513Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
3009 | 2025-07-15T19:47:24.536Z | Checking tagptr v0.2.0 |
3010 | 2025-07-15T19:47:24.552Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3011 | 2025-07-15T19:47:24.569Z | Checking prefix-trie v0.7.0 |
3012 | 2025-07-15T19:47:24.792Z | Checking fxhash v0.2.1 |
3013 | 2025-07-15T19:47:24.813Z | Checking hickory-client v0.25.2 |
3014 | 2025-07-15T19:47:25.281Z | Checking hickory-server v0.25.2 |
3015 | 2025-07-15T19:47:25.352Z | Checking parking_lot v0.11.2 |
3016 | 2025-07-15T19:47:25.673Z | Checking sled v0.34.7 |
3017 | 2025-07-15T19:47:25.811Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
3018 | 2025-07-15T19:47:26.232Z | Checking hickory-resolver v0.25.2 |
3019 | 2025-07-15T19:47:30.558Z | Compiling typify-macro v0.4.1 |
3020 | 2025-07-15T19:47:32.322Z | Compiling typify v0.4.1 |
3021 | 2025-07-15T19:47:32.420Z | Compiling progenitor-impl v0.10.0 |
3022 | 2025-07-15T19:47:34.990Z | Compiling progenitor-macro v0.10.0 |
3023 | 2025-07-15T19:47:39.111Z | Checking progenitor v0.10.0 |
3024 | 2025-07-15T19:47:39.264Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
3025 | 2025-07-15T19:47:39.803Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3026 | 2025-07-15T19:47:41.350Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.78s |
3027 | 2025-07-15T19:47:41.559Z | |
3028 | 2025-07-15T19:47:41.559Z | info: running `cargo check --bins` on dns-server-api (110/221) |
3029 | 2025-07-15T19:47:42.283Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3030 | 2025-07-15T19:47:42.286Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3031 | 2025-07-15T19:47:42.286Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3032 | 2025-07-15T19:47:42.290Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
3033 | 2025-07-15T19:47:42.382Z | |
3034 | 2025-07-15T19:47:42.382Z | info: running `cargo check --bins` on openapi-manager-types (111/221) |
3035 | 2025-07-15T19:47:43.050Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3036 | 2025-07-15T19:47:43.053Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3037 | 2025-07-15T19:47:43.053Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3038 | 2025-07-15T19:47:43.057Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
3039 | 2025-07-15T19:47:43.144Z | |
3040 | 2025-07-15T19:47:43.144Z | info: running `cargo check --bins` on gateway-test-utils (112/221) |
3041 | 2025-07-15T19:47:43.920Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3042 | 2025-07-15T19:47:43.924Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3043 | 2025-07-15T19:47:43.924Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3044 | 2025-07-15T19:47:43.924Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
3045 | 2025-07-15T19:47:44.026Z | |
3046 | 2025-07-15T19:47:44.026Z | info: running `cargo check --bins` on omicron-gateway (113/221) |
3047 | 2025-07-15T19:47:44.774Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3048 | 2025-07-15T19:47:44.777Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3049 | 2025-07-15T19:47:44.961Z | Checking half v2.4.1 |
3050 | 2025-07-15T19:47:44.965Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
3051 | 2025-07-15T19:47:44.965Z | Checking ciborium-io v0.2.2 |
3052 | 2025-07-15T19:47:45.121Z | Compiling radium v0.7.0 |
3053 | 2025-07-15T19:47:45.124Z | Compiling semver v0.1.20 |
3054 | 2025-07-15T19:47:45.153Z | Compiling zerocopy-derive v0.6.6 |
3055 | 2025-07-15T19:47:45.156Z | Checking tap v1.0.1 |
3056 | 2025-07-15T19:47:45.156Z | Compiling maybe-uninit v2.0.0 |
3057 | 2025-07-15T19:47:45.263Z | Checking password-hash v0.5.0 |
3058 | 2025-07-15T19:47:45.455Z | Checking wyz v0.5.1 |
3059 | 2025-07-15T19:47:45.508Z | Checking ciborium-ll v0.2.2 |
3060 | 2025-07-15T19:47:45.625Z | Compiling rustc_version v0.1.7 |
3061 | 2025-07-15T19:47:45.682Z | Checking blake2 v0.10.6 |
3062 | 2025-07-15T19:47:45.759Z | Compiling pin-project-internal v1.1.6 |
3063 | 2025-07-15T19:47:45.782Z | Checking crc-catalog v2.4.0 |
3064 | 2025-07-15T19:47:45.814Z | Checking funty v2.0.0 |
3065 | 2025-07-15T19:47:45.839Z | Checking ciborium v0.2.2 |
3066 | 2025-07-15T19:47:45.948Z | Compiling owo-colors v4.2.2 |
3067 | 2025-07-15T19:47:46.065Z | Compiling packed_struct v0.10.1 |
3068 | 2025-07-15T19:47:46.069Z | Compiling newtype_derive v0.1.6 |
3069 | 2025-07-15T19:47:46.126Z | Compiling cancel-safe-futures v0.1.5 |
3070 | 2025-07-15T19:47:46.513Z | Checking argon2 v0.5.3 |
3071 | 2025-07-15T19:47:46.598Z | Checking crc v3.2.1 |
3072 | 2025-07-15T19:47:46.647Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
3073 | 2025-07-15T19:47:46.710Z | Checking bitvec v1.0.1 |
3074 | 2025-07-15T19:47:46.757Z | Compiling packed_struct_codegen v0.10.1 |
3075 | 2025-07-15T19:47:46.805Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
3076 | 2025-07-15T19:47:47.033Z | Checking libsw-core v0.3.1 |
3077 | 2025-07-15T19:47:47.079Z | Checking zerocopy v0.6.6 |
3078 | 2025-07-15T19:47:47.213Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
3079 | 2025-07-15T19:47:47.250Z | Checking secrecy v0.10.3 |
3080 | 2025-07-15T19:47:47.292Z | Compiling snafu-derive v0.8.5 |
3081 | 2025-07-15T19:47:47.319Z | Compiling indexmap v1.9.3 |
3082 | 2025-07-15T19:47:47.456Z | Checking nodrop v0.1.14 |
3083 | 2025-07-15T19:47:47.616Z | Checking fixedbitset v0.5.7 |
3084 | 2025-07-15T19:47:47.714Z | Checking array-init v0.0.4 |
3085 | 2025-07-15T19:47:47.789Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
3086 | 2025-07-15T19:47:48.033Z | Checking petgraph v0.8.2 |
3087 | 2025-07-15T19:47:48.153Z | Checking libsw v3.5.0 |
3088 | 2025-07-15T19:47:48.442Z | Checking smallvec v0.6.14 |
3089 | 2025-07-15T19:47:48.488Z | Checking pin-project v1.1.6 |
3090 | 2025-07-15T19:47:48.602Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
3091 | 2025-07-15T19:47:49.349Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3092 | 2025-07-15T19:47:49.392Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
3093 | 2025-07-15T19:47:49.414Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
3094 | 2025-07-15T19:47:49.630Z | Checking globset v0.4.15 |
3095 | 2025-07-15T19:47:49.862Z | Checking olpc-cjson v0.1.4 |
3096 | 2025-07-15T19:47:50.114Z | Checking serde_plain v1.0.2 |
3097 | 2025-07-15T19:47:50.165Z | Checking typed-path v0.9.3 |
3098 | 2025-07-15T19:47:50.312Z | Checking indent_write v2.2.0 |
3099 | 2025-07-15T19:47:50.406Z | Checking termcolor v1.4.1 |
3100 | 2025-07-15T19:47:50.538Z | Checking swrite v0.1.0 |
3101 | 2025-07-15T19:47:50.566Z | Checking bitfield v0.14.0 |
3102 | 2025-07-15T19:47:50.692Z | Checking hashbrown v0.12.3 |
3103 | 2025-07-15T19:47:50.800Z | Checking linear-map v1.2.0 |
3104 | 2025-07-15T19:47:50.873Z | Checking ron v0.8.1 |
3105 | 2025-07-15T19:47:50.895Z | Checking env_logger v0.10.2 |
3106 | 2025-07-15T19:47:51.152Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
3107 | 2025-07-15T19:47:51.361Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
3108 | 2025-07-15T19:47:51.479Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
3109 | 2025-07-15T19:47:52.068Z | Checking snafu v0.8.5 |
3110 | 2025-07-15T19:47:52.120Z | Checking steno v0.4.1 |
3111 | 2025-07-15T19:47:52.200Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
3112 | 2025-07-15T19:47:52.305Z | Checking serde-hex v0.1.0 |
3113 | 2025-07-15T19:47:52.357Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
3114 | 2025-07-15T19:47:52.537Z | Checking tough v0.20.0 |
3115 | 2025-07-15T19:47:52.643Z | Checking hashbrown v0.13.2 |
3116 | 2025-07-15T19:47:52.932Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#17d04af6) |
3117 | 2025-07-15T19:47:53.600Z | Checking humantime v2.2.0 |
3118 | 2025-07-15T19:47:53.940Z | Checking crc-any v2.5.0 |
3119 | 2025-07-15T19:47:54.323Z | Checking object v0.30.4 |
3120 | 2025-07-15T19:47:54.365Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
3121 | 2025-07-15T19:47:54.539Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
3122 | 2025-07-15T19:47:54.653Z | Checking half v1.8.3 |
3123 | 2025-07-15T19:47:54.887Z | Checking path-slash v0.1.5 |
3124 | 2025-07-15T19:47:54.979Z | Checking void v1.0.2 |
3125 | 2025-07-15T19:47:55.104Z | Checking serde_cbor v0.11.2 |
3126 | 2025-07-15T19:47:55.150Z | Checking tungstenite v0.23.0 |
3127 | 2025-07-15T19:47:55.171Z | Checking lzss v0.8.2 |
3128 | 2025-07-15T19:47:55.557Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
3129 | 2025-07-15T19:47:56.003Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
3130 | 2025-07-15T19:47:56.068Z | Checking nix v0.27.1 |
3131 | 2025-07-15T19:47:56.249Z | Checking kstat-rs v0.2.4 |
3132 | 2025-07-15T19:47:56.299Z | Checking serde_bytes v0.11.17 |
3133 | 2025-07-15T19:47:56.355Z | Checking tokio-tungstenite v0.23.1 |
3134 | 2025-07-15T19:47:56.484Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
3135 | 2025-07-15T19:47:56.622Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
3136 | 2025-07-15T19:47:56.646Z | Checking signal-hook-tokio v0.3.1 |
3137 | 2025-07-15T19:47:57.171Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
3138 | 2025-07-15T19:47:59.264Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#17d04af6) |
3139 | 2025-07-15T19:48:02.015Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#cec2560e) |
3140 | 2025-07-15T19:48:10.440Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
3141 | 2025-07-15T19:48:17.576Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3142 | 2025-07-15T19:48:18.343Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3143 | 2025-07-15T19:48:21.540Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.50s |
3144 | 2025-07-15T19:48:21.763Z | |
3145 | 2025-07-15T19:48:21.763Z | info: running `cargo check --bins` on gateway-api (114/221) |
3146 | 2025-07-15T19:48:22.468Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3147 | 2025-07-15T19:48:22.472Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3148 | 2025-07-15T19:48:22.472Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3149 | 2025-07-15T19:48:22.476Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
3150 | 2025-07-15T19:48:22.569Z | |
3151 | 2025-07-15T19:48:22.569Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (115/221) |
3152 | 2025-07-15T19:48:23.237Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3153 | 2025-07-15T19:48:23.242Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3154 | 2025-07-15T19:48:23.242Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3155 | 2025-07-15T19:48:23.245Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
3156 | 2025-07-15T19:48:23.331Z | |
3157 | 2025-07-15T19:48:23.331Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (116/221) |
3158 | 2025-07-15T19:48:24.030Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3159 | 2025-07-15T19:48:24.035Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3160 | 2025-07-15T19:48:24.035Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3161 | 2025-07-15T19:48:24.039Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
3162 | 2025-07-15T19:48:24.130Z | |
3163 | 2025-07-15T19:48:24.130Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (117/221) |
3164 | 2025-07-15T19:48:24.825Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3165 | 2025-07-15T19:48:24.829Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3166 | 2025-07-15T19:48:24.829Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3167 | 2025-07-15T19:48:24.833Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
3168 | 2025-07-15T19:48:24.919Z | |
3169 | 2025-07-15T19:48:24.919Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (118/221) |
3170 | 2025-07-15T19:48:25.619Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3171 | 2025-07-15T19:48:25.622Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3172 | 2025-07-15T19:48:25.623Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3173 | 2025-07-15T19:48:25.626Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
3174 | 2025-07-15T19:48:25.716Z | |
3175 | 2025-07-15T19:48:25.716Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (119/221) |
3176 | 2025-07-15T19:48:26.415Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3177 | 2025-07-15T19:48:26.419Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3178 | 2025-07-15T19:48:26.419Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3179 | 2025-07-15T19:48:26.422Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
3180 | 2025-07-15T19:48:26.512Z | |
3181 | 2025-07-15T19:48:26.512Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (120/221) |
3182 | 2025-07-15T19:48:27.211Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3183 | 2025-07-15T19:48:27.215Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3184 | 2025-07-15T19:48:27.215Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3185 | 2025-07-15T19:48:27.218Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
3186 | 2025-07-15T19:48:27.307Z | |
3187 | 2025-07-15T19:48:27.308Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (121/221) |
3188 | 2025-07-15T19:48:28.005Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3189 | 2025-07-15T19:48:28.008Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3190 | 2025-07-15T19:48:28.008Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3191 | 2025-07-15T19:48:28.012Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
3192 | 2025-07-15T19:48:28.106Z | |
3193 | 2025-07-15T19:48:28.106Z | info: running `cargo check --bins` on oximeter-producer (122/221) |
3194 | 2025-07-15T19:48:28.846Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3195 | 2025-07-15T19:48:28.849Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3196 | 2025-07-15T19:48:28.849Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3197 | 2025-07-15T19:48:28.853Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
3198 | 2025-07-15T19:48:28.955Z | |
3199 | 2025-07-15T19:48:28.955Z | info: running `cargo check --bins` on internal-dns-resolver (123/221) |
3200 | 2025-07-15T19:48:29.658Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3201 | 2025-07-15T19:48:29.662Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3202 | 2025-07-15T19:48:29.662Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3203 | 2025-07-15T19:48:29.665Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
3204 | 2025-07-15T19:48:29.762Z | |
3205 | 2025-07-15T19:48:29.762Z | info: running `cargo check --bins` on sp-sim (124/221) |
3206 | 2025-07-15T19:48:30.469Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3207 | 2025-07-15T19:48:30.473Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3208 | 2025-07-15T19:48:30.579Z | Compiling nix v0.30.1 |
3209 | 2025-07-15T19:48:30.579Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
3210 | 2025-07-15T19:48:30.582Z | Checking keccak v0.1.5 |
3211 | 2025-07-15T19:48:30.941Z | Checking sha3 v0.10.8 |
3212 | 2025-07-15T19:48:30.979Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
3213 | 2025-07-15T19:48:32.755Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3214 | 2025-07-15T19:48:34.870Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.10s |
3215 | 2025-07-15T19:48:35.087Z | |
3216 | 2025-07-15T19:48:35.087Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (125/221) |
3217 | 2025-07-15T19:48:35.848Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3218 | 2025-07-15T19:48:35.852Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3219 | 2025-07-15T19:48:35.852Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3220 | 2025-07-15T19:48:35.856Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
3221 | 2025-07-15T19:48:35.954Z | |
3222 | 2025-07-15T19:48:35.954Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (126/221) |
3223 | 2025-07-15T19:48:36.855Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3224 | 2025-07-15T19:48:36.862Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3225 | 2025-07-15T19:48:36.862Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3226 | 2025-07-15T19:48:36.862Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
3227 | 2025-07-15T19:48:36.862Z | |
3228 | 2025-07-15T19:48:36.862Z | info: running `cargo check --bins` on db-macros (127/221) |
3229 | 2025-07-15T19:48:37.509Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3230 | 2025-07-15T19:48:37.513Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3231 | 2025-07-15T19:48:37.513Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3232 | 2025-07-15T19:48:37.516Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
3233 | 2025-07-15T19:48:37.599Z | |
3234 | 2025-07-15T19:48:37.599Z | info: running `cargo check --bins` on nexus-macros-common (128/221) |
3235 | 2025-07-15T19:48:38.277Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3236 | 2025-07-15T19:48:38.281Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3237 | 2025-07-15T19:48:38.281Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3238 | 2025-07-15T19:48:38.284Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
3239 | 2025-07-15T19:48:38.370Z | |
3240 | 2025-07-15T19:48:38.370Z | info: running `cargo check --bins` on nexus-auth (129/221) |
3241 | 2025-07-15T19:48:39.126Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3242 | 2025-07-15T19:48:39.129Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3243 | 2025-07-15T19:48:39.129Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3244 | 2025-07-15T19:48:39.134Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
3245 | 2025-07-15T19:48:39.236Z | |
3246 | 2025-07-15T19:48:39.236Z | info: running `cargo check --bins` on authz-macros (130/221) |
3247 | 2025-07-15T19:48:39.917Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3248 | 2025-07-15T19:48:39.921Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3249 | 2025-07-15T19:48:39.921Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3250 | 2025-07-15T19:48:39.924Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
3251 | 2025-07-15T19:48:40.012Z | |
3252 | 2025-07-15T19:48:40.012Z | info: running `cargo check --bins` on nexus-db-fixed-data (131/221) |
3253 | 2025-07-15T19:48:40.753Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3254 | 2025-07-15T19:48:40.756Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3255 | 2025-07-15T19:48:40.757Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3256 | 2025-07-15T19:48:40.760Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
3257 | 2025-07-15T19:48:40.861Z | |
3258 | 2025-07-15T19:48:40.861Z | info: running `cargo check --bins` on nexus-db-model (132/221) |
3259 | 2025-07-15T19:48:41.597Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3260 | 2025-07-15T19:48:41.601Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3261 | 2025-07-15T19:48:41.601Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3262 | 2025-07-15T19:48:41.605Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
3263 | 2025-07-15T19:48:41.700Z | |
3264 | 2025-07-15T19:48:41.700Z | info: running `cargo check --bins` on nexus-db-schema (133/221) |
3265 | 2025-07-15T19:48:42.371Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3266 | 2025-07-15T19:48:42.375Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3267 | 2025-07-15T19:48:42.375Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3268 | 2025-07-15T19:48:42.378Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
3269 | 2025-07-15T19:48:42.461Z | |
3270 | 2025-07-15T19:48:42.461Z | info: running `cargo check --bins` on nexus-defaults (134/221) |
3271 | 2025-07-15T19:48:43.168Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3272 | 2025-07-15T19:48:43.172Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3273 | 2025-07-15T19:48:43.172Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3274 | 2025-07-15T19:48:43.176Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
3275 | 2025-07-15T19:48:43.263Z | |
3276 | 2025-07-15T19:48:43.263Z | info: running `cargo check --bins` on nexus-db-errors (135/221) |
3277 | 2025-07-15T19:48:44.013Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3278 | 2025-07-15T19:48:44.017Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3279 | 2025-07-15T19:48:44.017Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3280 | 2025-07-15T19:48:44.020Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
3281 | 2025-07-15T19:48:44.117Z | |
3282 | 2025-07-15T19:48:44.117Z | info: running `cargo check --bins` on nexus-db-lookup (136/221) |
3283 | 2025-07-15T19:48:44.871Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3284 | 2025-07-15T19:48:44.875Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3285 | 2025-07-15T19:48:44.875Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3286 | 2025-07-15T19:48:44.878Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
3287 | 2025-07-15T19:48:44.979Z | |
3288 | 2025-07-15T19:48:44.979Z | info: running `cargo check --bins` on nexus-inventory (137/221) |
3289 | 2025-07-15T19:48:45.719Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3290 | 2025-07-15T19:48:45.722Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3291 | 2025-07-15T19:48:45.722Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3292 | 2025-07-15T19:48:45.726Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
3293 | 2025-07-15T19:48:45.823Z | |
3294 | 2025-07-15T19:48:45.823Z | info: running `cargo check --bins` on sled-agent-zone-images-examples (138/221) |
3295 | 2025-07-15T19:48:46.553Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3296 | 2025-07-15T19:48:46.557Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3297 | 2025-07-15T19:48:46.557Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3298 | 2025-07-15T19:48:46.560Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
3299 | 2025-07-15T19:48:46.659Z | |
3300 | 2025-07-15T19:48:46.659Z | info: running `cargo check --bins --no-default-features` on sled-storage (139/221) |
3301 | 2025-07-15T19:48:47.373Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3302 | 2025-07-15T19:48:47.376Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3303 | 2025-07-15T19:48:47.376Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3304 | 2025-07-15T19:48:47.380Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
3305 | 2025-07-15T19:48:47.473Z | |
3306 | 2025-07-15T19:48:47.473Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (140/221) |
3307 | 2025-07-15T19:48:48.197Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3308 | 2025-07-15T19:48:48.201Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3309 | 2025-07-15T19:48:48.202Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3310 | 2025-07-15T19:48:48.205Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
3311 | 2025-07-15T19:48:48.298Z | |
3312 | 2025-07-15T19:48:48.298Z | info: running `cargo check --bins` on key-manager (141/221) |
3313 | 2025-07-15T19:48:49.011Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3314 | 2025-07-15T19:48:49.017Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3315 | 2025-07-15T19:48:49.017Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3316 | 2025-07-15T19:48:49.021Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
3317 | 2025-07-15T19:48:49.104Z | |
3318 | 2025-07-15T19:48:49.104Z | info: running `cargo check --bins --no-default-features` on sled-hardware (142/221) |
3319 | 2025-07-15T19:48:49.826Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3320 | 2025-07-15T19:48:49.829Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3321 | 2025-07-15T19:48:49.829Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3322 | 2025-07-15T19:48:49.833Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
3323 | 2025-07-15T19:48:49.925Z | |
3324 | 2025-07-15T19:48:49.925Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware (143/221) |
3325 | 2025-07-15T19:48:50.643Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3326 | 2025-07-15T19:48:50.647Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3327 | 2025-07-15T19:48:50.647Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3328 | 2025-07-15T19:48:50.651Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
3329 | 2025-07-15T19:48:50.746Z | |
3330 | 2025-07-15T19:48:50.746Z | info: running `cargo check --bins` on typed-rng (144/221) |
3331 | 2025-07-15T19:48:51.424Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3332 | 2025-07-15T19:48:51.428Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3333 | 2025-07-15T19:48:51.428Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3334 | 2025-07-15T19:48:51.431Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
3335 | 2025-07-15T19:48:51.515Z | |
3336 | 2025-07-15T19:48:51.515Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (145/221) |
3337 | 2025-07-15T19:48:52.295Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3338 | 2025-07-15T19:48:52.300Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3339 | 2025-07-15T19:48:52.567Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
3340 | 2025-07-15T19:48:52.567Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
3341 | 2025-07-15T19:48:52.570Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2) |
3342 | 2025-07-15T19:48:52.570Z | Compiling thiserror-impl-no-std v2.0.2 |
3343 | 2025-07-15T19:48:52.570Z | Checking universal-hash v0.5.1 |
3344 | 2025-07-15T19:48:52.741Z | Checking opaque-debug v0.3.1 |
3345 | 2025-07-15T19:48:52.795Z | Checking chacha20 v0.9.1 |
3346 | 2025-07-15T19:48:52.799Z | Checking aead v0.5.2 |
3347 | 2025-07-15T19:48:52.887Z | Compiling unicase v2.7.0 |
3348 | 2025-07-15T19:48:52.936Z | Checking poly1305 v0.8.0 |
3349 | 2025-07-15T19:48:52.962Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3350 | 2025-07-15T19:48:53.056Z | Compiling libefi-sys v0.1.0 |
3351 | 2025-07-15T19:48:53.152Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
3352 | 2025-07-15T19:48:53.190Z | Compiling bitfield-struct v0.6.2 |
3353 | 2025-07-15T19:48:53.272Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2) |
3354 | 2025-07-15T19:48:53.345Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
3355 | 2025-07-15T19:48:53.463Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
3356 | 2025-07-15T19:48:53.486Z | Checking chacha20poly1305 v0.10.1 |
3357 | 2025-07-15T19:48:53.688Z | Compiling proc-macro-error-attr2 v2.0.0 |
3358 | 2025-07-15T19:48:53.712Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3359 | 2025-07-15T19:48:53.784Z | Compiling salty v0.3.0 |
3360 | 2025-07-15T19:48:53.806Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
3361 | 2025-07-15T19:48:54.262Z | Compiling num-derive v0.3.3 |
3362 | 2025-07-15T19:48:54.470Z | Compiling xshell-macros v0.2.7 |
3363 | 2025-07-15T19:48:54.507Z | Compiling proc-macro-error2 v2.0.1 |
3364 | 2025-07-15T19:48:54.576Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3365 | 2025-07-15T19:48:55.130Z | Checking papergrid v0.14.0 |
3366 | 2025-07-15T19:48:55.154Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3367 | 2025-07-15T19:48:55.230Z | Checking xshell v0.2.7 |
3368 | 2025-07-15T19:48:55.553Z | Checking thiserror-no-std v2.0.2 |
3369 | 2025-07-15T19:48:55.557Z | Checking vsss-rs v3.3.4 |
3370 | 2025-07-15T19:48:55.604Z | Compiling tabled_derive v0.10.0 |
3371 | 2025-07-15T19:48:55.667Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3372 | 2025-07-15T19:48:56.053Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2) |
3373 | 2025-07-15T19:48:56.462Z | Checking libscf-sys v1.1.0 |
3374 | 2025-07-15T19:48:56.629Z | Compiling mime_guess v2.0.5 |
3375 | 2025-07-15T19:48:57.345Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
3376 | 2025-07-15T19:48:57.378Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
3377 | 2025-07-15T19:48:57.822Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3378 | 2025-07-15T19:48:58.431Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
3379 | 2025-07-15T19:48:58.564Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
3380 | 2025-07-15T19:48:58.685Z | Checking primeorder v0.13.6 |
3381 | 2025-07-15T19:48:58.689Z | Checking env_filter v0.1.2 |
3382 | 2025-07-15T19:48:58.977Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
3383 | 2025-07-15T19:48:59.205Z | Checking p384 v0.13.0 |
3384 | 2025-07-15T19:48:59.414Z | Checking env_logger v0.11.5 |
3385 | 2025-07-15T19:48:59.518Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3386 | 2025-07-15T19:48:59.777Z | Checking tabled v0.18.0 |
3387 | 2025-07-15T19:49:00.075Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3388 | 2025-07-15T19:49:00.178Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
3389 | 2025-07-15T19:49:00.359Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
3390 | 2025-07-15T19:49:00.601Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3391 | 2025-07-15T19:49:00.627Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3392 | 2025-07-15T19:49:00.695Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
3393 | 2025-07-15T19:49:00.738Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
3394 | 2025-07-15T19:49:00.859Z | Checking http-range v0.1.5 |
3395 | 2025-07-15T19:49:01.080Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
3396 | 2025-07-15T19:49:01.104Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3397 | 2025-07-15T19:49:01.478Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
3398 | 2025-07-15T19:49:01.606Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
3399 | 2025-07-15T19:49:01.884Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd) |
3400 | 2025-07-15T19:49:01.911Z | Checking secrecy v0.8.0 |
3401 | 2025-07-15T19:49:02.140Z | Checking atty v0.2.14 |
3402 | 2025-07-15T19:49:02.279Z | Checking crc8 v0.1.1 |
3403 | 2025-07-15T19:49:02.311Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2) |
3404 | 2025-07-15T19:49:02.454Z | Checking hyper-staticfile v0.10.1 |
3405 | 2025-07-15T19:49:02.509Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3406 | 2025-07-15T19:49:02.980Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570) |
3407 | 2025-07-15T19:49:03.070Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3408 | 2025-07-15T19:49:03.278Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
3409 | 2025-07-15T19:49:03.415Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3410 | 2025-07-15T19:49:03.758Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
3411 | 2025-07-15T19:49:03.787Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
3412 | 2025-07-15T19:49:04.059Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
3413 | 2025-07-15T19:49:04.355Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3414 | 2025-07-15T19:49:05.329Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3415 | 2025-07-15T19:49:05.330Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3416 | 2025-07-15T19:49:05.334Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3417 | 2025-07-15T19:49:06.592Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
3418 | 2025-07-15T19:49:06.896Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
3419 | 2025-07-15T19:49:06.951Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
3420 | 2025-07-15T19:49:08.384Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
3421 | 2025-07-15T19:49:09.500Z | Checking sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images) |
3422 | 2025-07-15T19:49:15.438Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3423 | 2025-07-15T19:49:29.529Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.00s |
3424 | 2025-07-15T19:49:29.763Z | |
3425 | 2025-07-15T19:49:29.763Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (146/221) |
3426 | 2025-07-15T19:49:30.550Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3427 | 2025-07-15T19:49:30.553Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3428 | 2025-07-15T19:49:30.722Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3429 | 2025-07-15T19:49:44.614Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.84s |
3430 | 2025-07-15T19:49:44.847Z | |
3431 | 2025-07-15T19:49:44.847Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (147/221) |
3432 | 2025-07-15T19:49:45.627Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3433 | 2025-07-15T19:49:45.630Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3434 | 2025-07-15T19:49:45.800Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3435 | 2025-07-15T19:50:00.318Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.46s |
3436 | 2025-07-15T19:50:00.555Z | |
3437 | 2025-07-15T19:50:00.555Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (148/221) |
3438 | 2025-07-15T19:50:01.342Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3439 | 2025-07-15T19:50:01.346Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3440 | 2025-07-15T19:50:01.516Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3441 | 2025-07-15T19:50:16.031Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.47s |
3442 | 2025-07-15T19:50:16.271Z | |
3443 | 2025-07-15T19:50:16.271Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (149/221) |
3444 | 2025-07-15T19:50:17.057Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3445 | 2025-07-15T19:50:17.061Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3446 | 2025-07-15T19:50:17.230Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3447 | 2025-07-15T19:50:31.320Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.04s |
3448 | 2025-07-15T19:50:31.553Z | |
3449 | 2025-07-15T19:50:31.553Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (150/221) |
3450 | 2025-07-15T19:50:32.341Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3451 | 2025-07-15T19:50:32.345Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3452 | 2025-07-15T19:50:32.516Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3453 | 2025-07-15T19:50:46.551Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.99s |
3454 | 2025-07-15T19:50:46.794Z | |
3455 | 2025-07-15T19:50:46.794Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (151/221) |
3456 | 2025-07-15T19:50:47.587Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3457 | 2025-07-15T19:50:47.590Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3458 | 2025-07-15T19:50:47.761Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3459 | 2025-07-15T19:51:01.836Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.03s |
3460 | 2025-07-15T19:51:02.073Z | |
3461 | 2025-07-15T19:51:02.073Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (152/221) |
3462 | 2025-07-15T19:51:02.867Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3463 | 2025-07-15T19:51:02.871Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3464 | 2025-07-15T19:51:03.039Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3465 | 2025-07-15T19:51:17.137Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.04s |
3466 | 2025-07-15T19:51:17.362Z | |
3467 | 2025-07-15T19:51:17.362Z | info: running `cargo check --bins` on bootstrap-agent-api (153/221) |
3468 | 2025-07-15T19:51:18.108Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3469 | 2025-07-15T19:51:18.112Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3470 | 2025-07-15T19:51:18.112Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3471 | 2025-07-15T19:51:18.115Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
3472 | 2025-07-15T19:51:18.212Z | |
3473 | 2025-07-15T19:51:18.212Z | info: running `cargo check --bins` on range-requests (154/221) |
3474 | 2025-07-15T19:51:18.899Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3475 | 2025-07-15T19:51:18.903Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3476 | 2025-07-15T19:51:18.903Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3477 | 2025-07-15T19:51:18.906Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
3478 | 2025-07-15T19:51:18.994Z | |
3479 | 2025-07-15T19:51:18.994Z | info: running `cargo check --bins` on repo-depot-api (155/221) |
3480 | 2025-07-15T19:51:19.702Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3481 | 2025-07-15T19:51:19.706Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3482 | 2025-07-15T19:51:19.706Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3483 | 2025-07-15T19:51:19.709Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
3484 | 2025-07-15T19:51:19.801Z | |
3485 | 2025-07-15T19:51:19.801Z | info: running `cargo check --bins` on sled-agent-api (156/221) |
3486 | 2025-07-15T19:51:20.541Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3487 | 2025-07-15T19:51:20.545Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3488 | 2025-07-15T19:51:20.545Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3489 | 2025-07-15T19:51:20.549Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
3490 | 2025-07-15T19:51:20.650Z | |
3491 | 2025-07-15T19:51:20.650Z | info: running `cargo check --bins` on sled-diagnostics (157/221) |
3492 | 2025-07-15T19:51:21.386Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3493 | 2025-07-15T19:51:21.390Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3494 | 2025-07-15T19:51:21.390Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3495 | 2025-07-15T19:51:21.393Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
3496 | 2025-07-15T19:51:21.491Z | |
3497 | 2025-07-15T19:51:21.491Z | info: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (158/221) |
3498 | 2025-07-15T19:51:22.242Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3499 | 2025-07-15T19:51:22.246Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3500 | 2025-07-15T19:51:22.246Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3501 | 2025-07-15T19:51:22.250Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
3502 | 2025-07-15T19:51:22.348Z | |
3503 | 2025-07-15T19:51:22.348Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (159/221) |
3504 | 2025-07-15T19:51:23.094Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3505 | 2025-07-15T19:51:23.097Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3506 | 2025-07-15T19:51:23.097Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3507 | 2025-07-15T19:51:23.101Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
3508 | 2025-07-15T19:51:23.199Z | |
3509 | 2025-07-15T19:51:23.200Z | info: running `cargo check --bins` on sled-agent-zone-images (160/221) |
3510 | 2025-07-15T19:51:23.947Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3511 | 2025-07-15T19:51:23.950Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3512 | 2025-07-15T19:51:23.950Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3513 | 2025-07-15T19:51:23.954Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
3514 | 2025-07-15T19:51:24.049Z | |
3515 | 2025-07-15T19:51:24.049Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (161/221) |
3516 | 2025-07-15T19:51:24.798Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3517 | 2025-07-15T19:51:24.801Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3518 | 2025-07-15T19:51:24.801Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3519 | 2025-07-15T19:51:24.804Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
3520 | 2025-07-15T19:51:24.901Z | |
3521 | 2025-07-15T19:51:24.901Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (162/221) |
3522 | 2025-07-15T19:51:25.670Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3523 | 2025-07-15T19:51:25.673Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3524 | 2025-07-15T19:51:25.674Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3525 | 2025-07-15T19:51:25.677Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
3526 | 2025-07-15T19:51:25.777Z | |
3527 | 2025-07-15T19:51:25.777Z | info: running `cargo check --bins` on nexus-test-interface (163/221) |
3528 | 2025-07-15T19:51:26.520Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3529 | 2025-07-15T19:51:26.526Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3530 | 2025-07-15T19:51:26.526Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3531 | 2025-07-15T19:51:26.538Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
3532 | 2025-07-15T19:51:26.622Z | |
3533 | 2025-07-15T19:51:26.623Z | info: running `cargo check --bins` on oximeter-collector (164/221) |
3534 | 2025-07-15T19:51:27.385Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3535 | 2025-07-15T19:51:27.388Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3536 | 2025-07-15T19:51:27.542Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3537 | 2025-07-15T19:51:27.542Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3538 | 2025-07-15T19:51:28.531Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3539 | 2025-07-15T19:51:30.783Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.15s |
3540 | 2025-07-15T19:51:31.017Z | |
3541 | 2025-07-15T19:51:31.017Z | info: running `cargo check --bins` on oximeter-api (165/221) |
3542 | 2025-07-15T19:51:31.731Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3543 | 2025-07-15T19:51:31.735Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3544 | 2025-07-15T19:51:31.735Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3545 | 2025-07-15T19:51:31.738Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
3546 | 2025-07-15T19:51:31.828Z | |
3547 | 2025-07-15T19:51:31.828Z | info: running `cargo check --bins` on cert-dev (166/221) |
3548 | 2025-07-15T19:51:32.511Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3549 | 2025-07-15T19:51:32.514Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3550 | 2025-07-15T19:51:32.596Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
3551 | 2025-07-15T19:51:32.942Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.10s |
3552 | 2025-07-15T19:51:33.131Z | |
3553 | 2025-07-15T19:51:33.131Z | info: running `cargo check --bins` on clickana (167/221) |
3554 | 2025-07-15T19:51:33.857Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3555 | 2025-07-15T19:51:33.860Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3556 | 2025-07-15T19:51:33.968Z | Checking castaway v0.2.3 |
3557 | 2025-07-15T19:51:33.971Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
3558 | 2025-07-15T19:51:33.971Z | Checking lru v0.12.5 |
3559 | 2025-07-15T19:51:33.971Z | Compiling instability v0.3.2 |
3560 | 2025-07-15T19:51:33.971Z | Checking unicode-truncate v1.1.0 |
3561 | 2025-07-15T19:51:33.971Z | Compiling indoc v2.0.6 |
3562 | 2025-07-15T19:51:33.971Z | Checking cassowary v0.3.0 |
3563 | 2025-07-15T19:51:34.231Z | Checking compact_str v0.8.0 |
3564 | 2025-07-15T19:51:34.907Z | Checking ratatui v0.29.0 |
3565 | 2025-07-15T19:51:35.880Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3566 | 2025-07-15T19:51:37.176Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
3567 | 2025-07-15T19:51:38.165Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.02s |
3568 | 2025-07-15T19:51:38.378Z | |
3569 | 2025-07-15T19:51:38.378Z | info: running `cargo check --bins` on clickhouse-cluster-dev (168/221) |
3570 | 2025-07-15T19:51:39.119Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3571 | 2025-07-15T19:51:39.122Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3572 | 2025-07-15T19:51:39.258Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3573 | 2025-07-15T19:51:39.258Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
3574 | 2025-07-15T19:51:40.437Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
3575 | 2025-07-15T19:51:40.974Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
3576 | 2025-07-15T19:51:41.394Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.01s |
3577 | 2025-07-15T19:51:41.616Z | |
3578 | 2025-07-15T19:51:41.616Z | info: running `cargo check --bins` on ch-dev (169/221) |
3579 | 2025-07-15T19:51:42.338Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3580 | 2025-07-15T19:51:42.342Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3581 | 2025-07-15T19:51:42.451Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3582 | 2025-07-15T19:51:43.302Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.68s |
3583 | 2025-07-15T19:51:43.512Z | |
3584 | 2025-07-15T19:51:43.512Z | info: running `cargo check --bins` on dev-tools-common (170/221) |
3585 | 2025-07-15T19:51:44.049Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3586 | 2025-07-15T19:51:44.053Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3587 | 2025-07-15T19:51:44.053Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3588 | 2025-07-15T19:51:44.056Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3589 | 2025-07-15T19:51:44.114Z | |
3590 | 2025-07-15T19:51:44.114Z | info: running `cargo check --bins` on crdb-seed (171/221) |
3591 | 2025-07-15T19:51:44.837Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3592 | 2025-07-15T19:51:44.840Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3593 | 2025-07-15T19:51:44.941Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3594 | 2025-07-15T19:51:45.383Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.26s |
3595 | 2025-07-15T19:51:45.591Z | |
3596 | 2025-07-15T19:51:45.591Z | info: running `cargo check --bins` on db-dev (172/221) |
3597 | 2025-07-15T19:51:46.316Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3598 | 2025-07-15T19:51:46.320Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3599 | 2025-07-15T19:51:46.841Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3600 | 2025-07-15T19:51:47.305Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.70s |
3601 | 2025-07-15T19:51:47.533Z | |
3602 | 2025-07-15T19:51:47.533Z | info: running `cargo check --bins` on omicron-dev-lib (173/221) |
3603 | 2025-07-15T19:51:48.264Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3604 | 2025-07-15T19:51:48.267Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3605 | 2025-07-15T19:51:48.267Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3606 | 2025-07-15T19:51:48.271Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
3607 | 2025-07-15T19:51:48.365Z | |
3608 | 2025-07-15T19:51:48.365Z | info: running `cargo check --bins` on xtask-downloader (174/221) |
3609 | 2025-07-15T19:51:49.046Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3610 | 2025-07-15T19:51:49.049Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3611 | 2025-07-15T19:51:49.132Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3612 | 2025-07-15T19:51:50.064Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.69s |
3613 | 2025-07-15T19:51:50.253Z | |
3614 | 2025-07-15T19:51:50.253Z | info: running `cargo check --bins` on omicron-ls-apis (175/221) |
3615 | 2025-07-15T19:51:50.954Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3616 | 2025-07-15T19:51:50.957Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3617 | 2025-07-15T19:51:51.040Z | Checking typeid v1.0.3 |
3618 | 2025-07-15T19:51:51.156Z | Checking ordered-float v2.10.1 |
3619 | 2025-07-15T19:51:51.173Z | Checking cargo-platform v0.2.0 |
3620 | 2025-07-15T19:51:51.253Z | Checking erased-serde v0.4.6 |
3621 | 2025-07-15T19:51:51.498Z | Checking serde-value v0.7.0 |
3622 | 2025-07-15T19:51:51.876Z | Checking serde-untagged v0.1.7 |
3623 | 2025-07-15T19:51:52.124Z | Checking cargo-util-schemas v0.2.0 |
3624 | 2025-07-15T19:51:53.379Z | Checking cargo_metadata v0.20.0 |
3625 | 2025-07-15T19:51:54.468Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
3626 | 2025-07-15T19:51:55.408Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.14s |
3627 | 2025-07-15T19:51:55.595Z | |
3628 | 2025-07-15T19:51:55.595Z | info: running `cargo check --bins` on mgs-dev (176/221) |
3629 | 2025-07-15T19:51:56.362Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3630 | 2025-07-15T19:51:56.366Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3631 | 2025-07-15T19:51:56.514Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3632 | 2025-07-15T19:51:58.350Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3633 | 2025-07-15T19:51:59.040Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3634 | 2025-07-15T19:51:59.667Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.06s |
3635 | 2025-07-15T19:51:59.902Z | |
3636 | 2025-07-15T19:51:59.902Z | info: running `cargo check --bins` on omicron-omdb (177/221) |
3637 | 2025-07-15T19:52:00.715Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3638 | 2025-07-15T19:52:00.718Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3639 | 2025-07-15T19:52:00.995Z | Compiling crunchy v0.2.2 |
3640 | 2025-07-15T19:52:00.998Z | Compiling dsl_auto_type v0.1.2 |
3641 | 2025-07-15T19:52:00.998Z | Checking scheduled-thread-pool v0.2.7 |
3642 | 2025-07-15T19:52:00.998Z | Compiling diesel_table_macro_syntax v0.2.0 |
3643 | 2025-07-15T19:52:01.136Z | Compiling tiny-keccak v2.0.2 |
3644 | 2025-07-15T19:52:01.186Z | Compiling bit-vec v0.6.3 |
3645 | 2025-07-15T19:52:01.207Z | Compiling ascii-canvas v3.0.0 |
3646 | 2025-07-15T19:52:01.211Z | Compiling ena v0.14.3 |
3647 | 2025-07-15T19:52:01.375Z | Checking r2d2 v0.8.10 |
3648 | 2025-07-15T19:52:01.512Z | Compiling regex-syntax v0.6.29 |
3649 | 2025-07-15T19:52:01.572Z | Compiling bit-set v0.5.3 |
3650 | 2025-07-15T19:52:01.649Z | Compiling diff v0.1.13 |
3651 | 2025-07-15T19:52:01.671Z | Compiling bindgen v0.71.1 |
3652 | 2025-07-15T19:52:01.696Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3653 | 2025-07-15T19:52:01.723Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3654 | 2025-07-15T19:52:01.861Z | Compiling derive_builder_core v0.20.2 |
3655 | 2025-07-15T19:52:01.960Z | Compiling libxml v0.3.3 |
3656 | 2025-07-15T19:52:02.065Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3657 | 2025-07-15T19:52:02.232Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3658 | 2025-07-15T19:52:02.424Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
3659 | 2025-07-15T19:52:02.502Z | Compiling strum_macros v0.24.3 |
3660 | 2025-07-15T19:52:02.563Z | Compiling diesel_derives v2.2.3 |
3661 | 2025-07-15T19:52:02.680Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3662 | 2025-07-15T19:52:02.758Z | Compiling indoc v1.0.9 |
3663 | 2025-07-15T19:52:03.659Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
3664 | 2025-07-15T19:52:04.003Z | Compiling oso-derive v0.27.3 |
3665 | 2025-07-15T19:52:04.028Z | Compiling derive_builder_macro v0.20.2 |
3666 | 2025-07-15T19:52:04.794Z | Compiling impl-trait-for-tuples v0.2.2 |
3667 | 2025-07-15T19:52:04.939Z | Compiling lalrpop v0.19.12 |
3668 | 2025-07-15T19:52:05.044Z | Checking derive_builder v0.20.2 |
3669 | 2025-07-15T19:52:05.242Z | Checking quick-xml v0.37.2 |
3670 | 2025-07-15T19:52:05.308Z | Checking maplit v1.0.2 |
3671 | 2025-07-15T19:52:05.505Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3672 | 2025-07-15T19:52:05.732Z | Compiling diesel-dtrace v0.4.2 |
3673 | 2025-07-15T19:52:06.205Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
3674 | 2025-07-15T19:52:06.567Z | Checking bb8 v0.8.5 |
3675 | 2025-07-15T19:52:06.872Z | Checking ignore v0.4.23 |
3676 | 2025-07-15T19:52:07.099Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3677 | 2025-07-15T19:52:07.165Z | Checking predicates-tree v1.0.12 |
3678 | 2025-07-15T19:52:07.350Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3679 | 2025-07-15T19:52:07.380Z | Checking rand_seeder v0.3.0 |
3680 | 2025-07-15T19:52:07.479Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3681 | 2025-07-15T19:52:07.654Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3682 | 2025-07-15T19:52:07.724Z | Checking globwalk v0.9.1 |
3683 | 2025-07-15T19:52:07.757Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3684 | 2025-07-15T19:52:07.924Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3685 | 2025-07-15T19:52:08.079Z | Checking camino-tempfile-ext v0.3.2 |
3686 | 2025-07-15T19:52:08.276Z | Checking smawk v0.3.2 |
3687 | 2025-07-15T19:52:08.522Z | Checking unicode-linebreak v0.1.5 |
3688 | 2025-07-15T19:52:08.546Z | Checking sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples) |
3689 | 2025-07-15T19:52:08.994Z | Checking is_ci v1.2.0 |
3690 | 2025-07-15T19:52:09.172Z | Checking supports-color v3.0.2 |
3691 | 2025-07-15T19:52:09.501Z | Checking textwrap v0.16.2 |
3692 | 2025-07-15T19:52:09.519Z | Checking support-bundle-viewer v0.1.2 |
3693 | 2025-07-15T19:52:09.661Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
3694 | 2025-07-15T19:52:09.778Z | Checking multimap v0.10.1 |
3695 | 2025-07-15T19:52:09.851Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3696 | 2025-07-15T19:52:12.051Z | Checking diesel v2.2.11 |
3697 | 2025-07-15T19:52:28.496Z | Compiling samael v0.0.19 |
3698 | 2025-07-15T19:52:42.353Z | Checking nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
3699 | 2025-07-15T19:52:44.385Z | Checking async-bb8-diesel v0.2.1 |
3700 | 2025-07-15T19:52:46.193Z | Compiling polar-core v0.27.3 |
3701 | 2025-07-15T19:52:53.556Z | Checking oso v0.27.3 |
3702 | 2025-07-15T19:53:35.603Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
3703 | 2025-07-15T19:54:11.704Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3704 | 2025-07-15T19:54:22.707Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 22s |
3705 | 2025-07-15T19:54:22.955Z | |
3706 | 2025-07-15T19:54:22.955Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (178/221) |
3707 | 2025-07-15T19:54:23.726Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3708 | 2025-07-15T19:54:23.729Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3709 | 2025-07-15T19:54:23.729Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3710 | 2025-07-15T19:54:23.733Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
3711 | 2025-07-15T19:54:23.836Z | |
3712 | 2025-07-15T19:54:23.836Z | info: running `cargo check --bins` on nexus-saga-recovery (179/221) |
3713 | 2025-07-15T19:54:24.601Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3714 | 2025-07-15T19:54:24.605Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3715 | 2025-07-15T19:54:24.605Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3716 | 2025-07-15T19:54:24.608Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
3717 | 2025-07-15T19:54:24.708Z | |
3718 | 2025-07-15T19:54:24.708Z | info: running `cargo check --bins` on nexus-test-utils-macros (180/221) |
3719 | 2025-07-15T19:54:25.379Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3720 | 2025-07-15T19:54:25.383Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3721 | 2025-07-15T19:54:25.383Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3722 | 2025-07-15T19:54:25.386Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
3723 | 2025-07-15T19:54:25.470Z | |
3724 | 2025-07-15T19:54:25.470Z | info: running `cargo check --bins` on omicron-nexus (181/221) |
3725 | 2025-07-15T19:54:26.276Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3726 | 2025-07-15T19:54:26.280Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3727 | 2025-07-15T19:54:26.571Z | Compiling libz-sys v1.1.20 |
3728 | 2025-07-15T19:54:26.574Z | Compiling libgit2-sys v0.17.0+1.8.1 |
3729 | 2025-07-15T19:54:26.728Z | Compiling vergen v8.3.2 |
3730 | 2025-07-15T19:54:26.731Z | Compiling cargo-platform v0.1.8 |
3731 | 2025-07-15T19:54:26.763Z | Compiling fs-err v2.11.0 |
3732 | 2025-07-15T19:54:26.767Z | Compiling rustls v0.21.12 |
3733 | 2025-07-15T19:54:26.806Z | Checking sct v0.7.1 |
3734 | 2025-07-15T19:54:26.809Z | Checking rustls-webpki v0.101.7 |
3735 | 2025-07-15T19:54:27.066Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
3736 | 2025-07-15T19:54:27.092Z | Compiling cargo_metadata v0.18.1 |
3737 | 2025-07-15T19:54:27.175Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3738 | 2025-07-15T19:54:27.243Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3739 | 2025-07-15T19:54:27.400Z | Checking parse-size v1.1.0 |
3740 | 2025-07-15T19:54:27.601Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
3741 | 2025-07-15T19:54:27.623Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570) |
3742 | 2025-07-15T19:54:27.627Z | Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
3743 | 2025-07-15T19:54:27.668Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3744 | 2025-07-15T19:54:27.701Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
3745 | 2025-07-15T19:54:27.871Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
3746 | 2025-07-15T19:54:28.581Z | Checking rustls-pemfile v1.0.4 |
3747 | 2025-07-15T19:54:28.722Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3748 | 2025-07-15T19:54:28.825Z | Checking twox-hash v2.1.0 |
3749 | 2025-07-15T19:54:28.967Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3750 | 2025-07-15T19:54:29.397Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3751 | 2025-07-15T19:54:29.469Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3752 | 2025-07-15T19:54:29.992Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
3753 | 2025-07-15T19:54:30.341Z | Checking tokio-rustls v0.24.1 |
3754 | 2025-07-15T19:54:30.590Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3755 | 2025-07-15T19:54:30.725Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3756 | 2025-07-15T19:54:31.066Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
3757 | 2025-07-15T19:54:31.177Z | Checking fatfs v0.3.6 |
3758 | 2025-07-15T19:54:31.298Z | Checking assert_matches v1.5.0 |
3759 | 2025-07-15T19:54:36.567Z | Compiling git2 v0.19.0 |
3760 | 2025-07-15T19:54:40.796Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
3761 | 2025-07-15T19:55:40.610Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 15s |
3762 | 2025-07-15T19:55:40.861Z | |
3763 | 2025-07-15T19:55:40.861Z | info: running `cargo check --bins` on nexus-background-task-interface (182/221) |
3764 | 2025-07-15T19:55:41.593Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3765 | 2025-07-15T19:55:41.596Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3766 | 2025-07-15T19:55:41.596Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3767 | 2025-07-15T19:55:41.599Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
3768 | 2025-07-15T19:55:41.683Z | |
3769 | 2025-07-15T19:55:41.683Z | info: running `cargo check --bins` on nexus-external-api (183/221) |
3770 | 2025-07-15T19:55:42.440Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3771 | 2025-07-15T19:55:42.444Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3772 | 2025-07-15T19:55:42.444Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3773 | 2025-07-15T19:55:42.447Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
3774 | 2025-07-15T19:55:42.544Z | |
3775 | 2025-07-15T19:55:42.544Z | info: running `cargo check --bins` on nexus-internal-api (184/221) |
3776 | 2025-07-15T19:55:43.296Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3777 | 2025-07-15T19:55:43.300Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3778 | 2025-07-15T19:55:43.300Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3779 | 2025-07-15T19:55:43.303Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
3780 | 2025-07-15T19:55:43.399Z | |
3781 | 2025-07-15T19:55:43.399Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (185/221) |
3782 | 2025-07-15T19:55:44.389Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3783 | 2025-07-15T19:55:44.400Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3784 | 2025-07-15T19:55:44.400Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3785 | 2025-07-15T19:55:44.400Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
3786 | 2025-07-15T19:55:44.400Z | |
3787 | 2025-07-15T19:55:44.400Z | info: running `cargo check --bins` on nexus-mgs-updates (186/221) |
3788 | 2025-07-15T19:55:45.049Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3789 | 2025-07-15T19:55:45.053Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3790 | 2025-07-15T19:55:45.053Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3791 | 2025-07-15T19:55:45.056Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
3792 | 2025-07-15T19:55:45.149Z | |
3793 | 2025-07-15T19:55:45.149Z | info: running `cargo check --bins` on nexus-networking (187/221) |
3794 | 2025-07-15T19:55:45.918Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3795 | 2025-07-15T19:55:45.921Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3796 | 2025-07-15T19:55:45.921Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3797 | 2025-07-15T19:55:45.925Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
3798 | 2025-07-15T19:55:46.019Z | |
3799 | 2025-07-15T19:55:46.020Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (188/221) |
3800 | 2025-07-15T19:55:46.785Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3801 | 2025-07-15T19:55:46.788Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3802 | 2025-07-15T19:55:46.788Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3803 | 2025-07-15T19:55:46.792Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
3804 | 2025-07-15T19:55:46.890Z | |
3805 | 2025-07-15T19:55:46.891Z | info: running `cargo check --bins` on nexus-reconfigurator-rendezvous (189/221) |
3806 | 2025-07-15T19:55:47.656Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3807 | 2025-07-15T19:55:47.660Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3808 | 2025-07-15T19:55:47.660Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3809 | 2025-07-15T19:55:47.663Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
3810 | 2025-07-15T19:55:47.764Z | |
3811 | 2025-07-15T19:55:47.764Z | info: running `cargo check --bins` on update-common (190/221) |
3812 | 2025-07-15T19:55:48.493Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3813 | 2025-07-15T19:55:48.498Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3814 | 2025-07-15T19:55:48.498Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3815 | 2025-07-15T19:55:48.502Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
3816 | 2025-07-15T19:55:48.593Z | |
3817 | 2025-07-15T19:55:48.593Z | info: running `cargo check --bins` on omicron-dev (191/221) |
3818 | 2025-07-15T19:55:49.429Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3819 | 2025-07-15T19:55:49.433Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3820 | 2025-07-15T19:55:49.737Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3821 | 2025-07-15T19:55:49.740Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3822 | 2025-07-15T19:55:49.904Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
3823 | 2025-07-15T19:55:49.908Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
3824 | 2025-07-15T19:55:49.940Z | Checking yansi v1.0.1 |
3825 | 2025-07-15T19:55:49.943Z | Checking diff v0.1.13 |
3826 | 2025-07-15T19:55:49.943Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3827 | 2025-07-15T19:55:49.943Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3828 | 2025-07-15T19:55:50.411Z | Checking pretty_assertions v1.4.1 |
3829 | 2025-07-15T19:55:50.569Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
3830 | 2025-07-15T19:55:51.182Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3831 | 2025-07-15T19:56:23.000Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3832 | 2025-07-15T19:56:23.004Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3833 | 2025-07-15T19:56:23.004Z | Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
3834 | 2025-07-15T19:56:23.004Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3835 | 2025-07-15T19:56:23.004Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3836 | 2025-07-15T19:56:23.004Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3837 | 2025-07-15T19:56:24.017Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3838 | 2025-07-15T19:56:25.417Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3839 | 2025-07-15T19:57:17.855Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 29s |
3840 | 2025-07-15T19:57:18.109Z | |
3841 | 2025-07-15T19:57:18.109Z | info: running `cargo check --bins` on openapi-manager (192/221) |
3842 | 2025-07-15T19:57:18.867Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3843 | 2025-07-15T19:57:18.870Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3844 | 2025-07-15T19:57:19.451Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
3845 | 2025-07-15T19:57:19.451Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
3846 | 2025-07-15T19:57:19.460Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
3847 | 2025-07-15T19:57:19.460Z | Checking heck v0.4.1 |
3848 | 2025-07-15T19:57:19.460Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3849 | 2025-07-15T19:57:19.460Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3850 | 2025-07-15T19:57:19.460Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
3851 | 2025-07-15T19:57:20.354Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
3852 | 2025-07-15T19:57:22.731Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3853 | 2025-07-15T19:57:24.387Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3854 | 2025-07-15T19:57:25.308Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3855 | 2025-07-15T19:57:26.955Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.84s |
3856 | 2025-07-15T19:57:27.174Z | |
3857 | 2025-07-15T19:57:27.174Z | info: running `cargo check --bins` on installinator-api (193/221) |
3858 | 2025-07-15T19:57:27.903Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3859 | 2025-07-15T19:57:27.907Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3860 | 2025-07-15T19:57:27.907Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3861 | 2025-07-15T19:57:27.912Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
3862 | 2025-07-15T19:57:28.009Z | |
3863 | 2025-07-15T19:57:28.009Z | info: running `cargo check --bins` on ntp-admin-api (194/221) |
3864 | 2025-07-15T19:57:28.719Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3865 | 2025-07-15T19:57:28.724Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3866 | 2025-07-15T19:57:28.724Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3867 | 2025-07-15T19:57:28.729Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
3868 | 2025-07-15T19:57:28.814Z | |
3869 | 2025-07-15T19:57:28.814Z | info: running `cargo check --bins` on ntp-admin-types (195/221) |
3870 | 2025-07-15T19:57:29.517Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3871 | 2025-07-15T19:57:29.521Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3872 | 2025-07-15T19:57:29.521Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3873 | 2025-07-15T19:57:29.524Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
3874 | 2025-07-15T19:57:29.615Z | |
3875 | 2025-07-15T19:57:29.615Z | info: running `cargo check --bins` on wicketd-api (196/221) |
3876 | 2025-07-15T19:57:30.345Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3877 | 2025-07-15T19:57:30.349Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3878 | 2025-07-15T19:57:30.349Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3879 | 2025-07-15T19:57:30.352Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
3880 | 2025-07-15T19:57:30.447Z | |
3881 | 2025-07-15T19:57:30.447Z | info: running `cargo check --bins` on omicron-pins (197/221) |
3882 | 2025-07-15T19:57:31.138Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3883 | 2025-07-15T19:57:31.141Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3884 | 2025-07-15T19:57:31.141Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3885 | 2025-07-15T19:57:31.145Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
3886 | 2025-07-15T19:57:31.229Z | |
3887 | 2025-07-15T19:57:31.229Z | info: running `cargo check --bins` on reconfigurator-cli (198/221) |
3888 | 2025-07-15T19:57:32.013Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3889 | 2025-07-15T19:57:32.017Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3890 | 2025-07-15T19:57:32.235Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
3891 | 2025-07-15T19:57:32.371Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
3892 | 2025-07-15T19:57:32.388Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3893 | 2025-07-15T19:57:32.405Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3894 | 2025-07-15T19:57:32.408Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
3895 | 2025-07-15T19:57:32.408Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
3896 | 2025-07-15T19:57:32.409Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
3897 | 2025-07-15T19:57:32.427Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
3898 | 2025-07-15T19:57:32.692Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3899 | 2025-07-15T19:57:32.748Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3900 | 2025-07-15T19:57:32.780Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3901 | 2025-07-15T19:57:33.015Z | Compiling petname v2.0.2 |
3902 | 2025-07-15T19:57:33.068Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
3903 | 2025-07-15T19:57:33.379Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
3904 | 2025-07-15T19:57:33.556Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
3905 | 2025-07-15T19:57:33.964Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3906 | 2025-07-15T19:57:34.329Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
3907 | 2025-07-15T19:57:35.128Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3908 | 2025-07-15T19:57:35.160Z | Checking sync-ptr v0.1.4 |
3909 | 2025-07-15T19:57:35.402Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3910 | 2025-07-15T19:57:35.429Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570) |
3911 | 2025-07-15T19:57:35.450Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
3912 | 2025-07-15T19:57:35.619Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3913 | 2025-07-15T19:57:35.841Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
3914 | 2025-07-15T19:57:37.491Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
3915 | 2025-07-15T19:57:38.485Z | Checking sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples) |
3916 | 2025-07-15T19:57:38.488Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3917 | 2025-07-15T19:57:50.942Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
3918 | 2025-07-15T19:57:50.945Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3919 | 2025-07-15T19:57:51.832Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3920 | 2025-07-15T19:57:53.502Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
3921 | 2025-07-15T19:57:56.335Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.09s |
3922 | 2025-07-15T19:57:56.563Z | |
3923 | 2025-07-15T19:57:56.563Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (199/221) |
3924 | 2025-07-15T19:57:57.347Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3925 | 2025-07-15T19:57:57.351Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3926 | 2025-07-15T19:57:57.351Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3927 | 2025-07-15T19:57:57.355Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
3928 | 2025-07-15T19:57:57.459Z | |
3929 | 2025-07-15T19:57:57.459Z | info: running `cargo check --bins` on omicron-repl-utils (200/221) |
3930 | 2025-07-15T19:57:58.155Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3931 | 2025-07-15T19:57:58.158Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3932 | 2025-07-15T19:57:58.158Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3933 | 2025-07-15T19:57:58.162Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
3934 | 2025-07-15T19:57:58.246Z | |
3935 | 2025-07-15T19:57:58.246Z | info: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (201/221) |
3936 | 2025-07-15T19:57:59.029Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3937 | 2025-07-15T19:57:59.032Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3938 | 2025-07-15T19:57:59.197Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
3939 | 2025-07-15T19:58:00.380Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.12s |
3940 | 2025-07-15T19:58:00.614Z | |
3941 | 2025-07-15T19:58:00.614Z | info: running `cargo check --bins` on reconfigurator-sp-updater (202/221) |
3942 | 2025-07-15T19:58:01.377Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3943 | 2025-07-15T19:58:01.380Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3944 | 2025-07-15T19:58:01.507Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
3945 | 2025-07-15T19:58:01.980Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
3946 | 2025-07-15T19:58:03.311Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
3947 | 2025-07-15T19:58:04.074Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.45s |
3948 | 2025-07-15T19:58:04.300Z | |
3949 | 2025-07-15T19:58:04.300Z | info: running `cargo check --bins` on omicron-releng (203/221) |
3950 | 2025-07-15T19:58:05.024Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3951 | 2025-07-15T19:58:05.027Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3952 | 2025-07-15T19:58:05.128Z | Compiling blake3 v1.5.4 |
3953 | 2025-07-15T19:58:05.245Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570) |
3954 | 2025-07-15T19:58:05.260Z | Checking memmap2 v0.9.5 |
3955 | 2025-07-15T19:58:05.263Z | Checking arrayref v0.3.9 |
3956 | 2025-07-15T19:58:05.273Z | Checking arrayvec v0.7.6 |
3957 | 2025-07-15T19:58:05.286Z | Checking constant_time_eq v0.3.1 |
3958 | 2025-07-15T19:58:05.323Z | Checking topological-sort v0.2.2 |
3959 | 2025-07-15T19:58:05.327Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
3960 | 2025-07-15T19:58:05.378Z | Checking shell-words v1.1.0 |
3961 | 2025-07-15T19:58:05.802Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570) |
3962 | 2025-07-15T19:58:06.075Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570) |
3963 | 2025-07-15T19:58:06.959Z | Checking omicron-zone-package v0.12.2 |
3964 | 2025-07-15T19:58:07.869Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3965 | 2025-07-15T19:58:09.015Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.70s |
3966 | 2025-07-15T19:58:09.225Z | |
3967 | 2025-07-15T19:58:09.225Z | info: running `cargo check --bins` on omicron-repo-depot-standalone (204/221) |
3968 | 2025-07-15T19:58:09.954Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3969 | 2025-07-15T19:58:09.959Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3970 | 2025-07-15T19:58:10.058Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3971 | 2025-07-15T19:58:10.471Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
3972 | 2025-07-15T19:58:10.942Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.71s |
3973 | 2025-07-15T19:58:11.152Z | |
3974 | 2025-07-15T19:58:11.152Z | info: running `cargo check --bins` on xtask (205/221) |
3975 | 2025-07-15T19:58:11.743Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3976 | 2025-07-15T19:58:11.746Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3977 | 2025-07-15T19:58:11.771Z | Checking bitflags v2.9.1 |
3978 | 2025-07-15T19:58:11.866Z | Checking serde v1.0.219 |
3979 | 2025-07-15T19:58:11.869Z | Checking thiserror v1.0.69 |
3980 | 2025-07-15T19:58:11.869Z | Checking zerofrom v0.1.4 |
3981 | 2025-07-15T19:58:11.880Z | Checking hashbrown v0.15.4 |
3982 | 2025-07-15T19:58:11.914Z | Checking smallvec v1.15.0 |
3983 | 2025-07-15T19:58:11.931Z | Checking scroll v0.12.0 |
3984 | 2025-07-15T19:58:11.931Z | Checking num-traits v0.2.19 |
3985 | 2025-07-15T19:58:12.028Z | Checking log v0.4.27 |
3986 | 2025-07-15T19:58:12.114Z | Checking yoke v0.7.4 |
3987 | 2025-07-15T19:58:12.133Z | Checking rustix v0.38.37 |
3988 | 2025-07-15T19:58:12.278Z | Checking percent-encoding v2.3.1 |
3989 | 2025-07-15T19:58:12.308Z | Checking pest v2.7.14 |
3990 | 2025-07-15T19:58:12.405Z | Checking goblin v0.8.2 |
3991 | 2025-07-15T19:58:12.475Z | Checking zerovec v0.10.4 |
3992 | 2025-07-15T19:58:12.514Z | Checking form_urlencoded v1.2.1 |
3993 | 2025-07-15T19:58:12.752Z | Checking zerocopy v0.7.35 |
3994 | 2025-07-15T19:58:12.919Z | Checking indexmap v2.10.0 |
3995 | 2025-07-15T19:58:13.144Z | Checking terminal_size v0.4.0 |
3996 | 2025-07-15T19:58:13.355Z | Checking getrandom v0.3.1 |
3997 | 2025-07-15T19:58:13.536Z | Checking ordered-float v2.10.1 |
3998 | 2025-07-15T19:58:13.610Z | Checking syn v2.0.104 |
3999 | 2025-07-15T19:58:13.929Z | Checking rustix v1.0.7 |
4000 | 2025-07-15T19:58:14.065Z | Checking tinystr v0.7.6 |
4001 | 2025-07-15T19:58:14.083Z | Checking icu_collections v1.5.0 |
4002 | 2025-07-15T19:58:14.198Z | Checking once_cell v1.21.3 |
4003 | 2025-07-15T19:58:14.445Z | Checking icu_locid v1.5.0 |
4004 | 2025-07-15T19:58:14.565Z | Checking clap_builder v4.5.40 |
4005 | 2025-07-15T19:58:14.753Z | Checking thiserror v2.0.12 |
4006 | 2025-07-15T19:58:14.836Z | Checking dtrace-parser v0.2.0 |
4007 | 2025-07-15T19:58:14.936Z | Checking textwrap v0.16.2 |
4008 | 2025-07-15T19:58:15.368Z | Checking fs-err v3.1.1 |
4009 | 2025-07-15T19:58:15.385Z | Checking tabled v0.15.0 |
4010 | 2025-07-15T19:58:15.427Z | Checking icu_provider v1.5.0 |
4011 | 2025-07-15T19:58:15.502Z | Checking tempfile v3.20.0 |
4012 | 2025-07-15T19:58:15.731Z | Checking anyhow v1.0.98 |
4013 | 2025-07-15T19:58:15.899Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
4014 | 2025-07-15T19:58:16.095Z | Checking icu_locid_transform v1.5.0 |
4015 | 2025-07-15T19:58:16.660Z | Checking serde_spanned v0.6.9 |
4016 | 2025-07-15T19:58:16.663Z | Checking toml_datetime v0.6.11 |
4017 | 2025-07-15T19:58:16.663Z | Checking serde_json v1.0.140 |
4018 | 2025-07-15T19:58:16.883Z | Checking erased-serde v0.4.6 |
4019 | 2025-07-15T19:58:16.951Z | Checking icu_properties v1.5.1 |
4020 | 2025-07-15T19:58:17.072Z | Checking toml_edit v0.22.27 |
4021 | 2025-07-15T19:58:17.249Z | Checking semver v1.0.26 |
4022 | 2025-07-15T19:58:17.598Z | Checking serde-value v0.7.0 |
4023 | 2025-07-15T19:58:17.681Z | Checking camino v1.1.10 |
4024 | 2025-07-15T19:58:17.843Z | Checking serde-untagged v0.1.7 |
4025 | 2025-07-15T19:58:17.938Z | Checking cargo-platform v0.2.0 |
4026 | 2025-07-15T19:58:18.049Z | Checking clap v4.5.40 |
4027 | 2025-07-15T19:58:18.183Z | Checking macaddr v1.0.1 |
4028 | 2025-07-15T19:58:18.198Z | Checking dof v0.3.0 |
4029 | 2025-07-15T19:58:18.264Z | Checking camino-tempfile v1.4.1 |
4030 | 2025-07-15T19:58:18.743Z | Checking usdt-impl v0.5.0 |
4031 | 2025-07-15T19:58:19.142Z | Checking usdt v0.5.0 |
4032 | 2025-07-15T19:58:19.323Z | Checking toml v0.8.23 |
4033 | 2025-07-15T19:58:19.623Z | Checking icu_normalizer v1.5.0 |
4034 | 2025-07-15T19:58:19.832Z | Checking cargo_toml v0.21.0 |
4035 | 2025-07-15T19:58:20.152Z | Checking idna_adapter v1.2.0 |
4036 | 2025-07-15T19:58:20.301Z | Checking idna v1.0.3 |
4037 | 2025-07-15T19:58:20.637Z | Checking url v2.5.4 |
4038 | 2025-07-15T19:58:21.184Z | Checking cargo-util-schemas v0.2.0 |
4039 | 2025-07-15T19:58:22.404Z | Checking cargo_metadata v0.20.0 |
4040 | 2025-07-15T19:58:23.494Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
4041 | 2025-07-15T19:58:24.198Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.03s |
4042 | 2025-07-15T19:58:24.353Z | |
4043 | 2025-07-15T19:58:24.353Z | info: running `cargo check --bins` on end-to-end-tests (206/221) |
4044 | 2025-07-15T19:58:25.162Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
4045 | 2025-07-15T19:58:25.165Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
4046 | 2025-07-15T19:58:25.348Z | Checking polyval v0.6.2 |
4047 | 2025-07-15T19:58:25.477Z | Checking ctr v0.9.2 |
4048 | 2025-07-15T19:58:25.497Z | Checking ssh-encoding v0.2.0 |
4049 | 2025-07-15T19:58:25.500Z | Checking blowfish v0.9.1 |
4050 | 2025-07-15T19:58:25.500Z | Checking password-hash v0.4.2 |
4051 | 2025-07-15T19:58:25.500Z | Checking p256 v0.13.2 |
4052 | 2025-07-15T19:58:25.500Z | Checking p521 v0.13.3 |
4053 | 2025-07-15T19:58:25.500Z | Checking russh-cryptovec v0.7.3 |
4054 | 2025-07-15T19:58:25.704Z | Checking ghash v0.5.1 |
4055 | 2025-07-15T19:58:25.787Z | Checking md5 v0.7.0 |
4056 | 2025-07-15T19:58:25.812Z | Checking num-bigint v0.4.6 |
4057 | 2025-07-15T19:58:25.856Z | Checking bcrypt-pbkdf v0.10.0 |
4058 | 2025-07-15T19:58:25.908Z | Checking aes-gcm v0.10.3 |
4059 | 2025-07-15T19:58:25.937Z | Checking pbkdf2 v0.11.0 |
4060 | 2025-07-15T19:58:25.963Z | Checking des v0.8.1 |
4061 | 2025-07-15T19:58:26.059Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
4062 | 2025-07-15T19:58:26.103Z | Checking hex-literal v0.4.1 |
4063 | 2025-07-15T19:58:26.134Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
4064 | 2025-07-15T19:58:26.173Z | Checking ssh-cipher v0.2.0 |
4065 | 2025-07-15T19:58:26.235Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
4066 | 2025-07-15T19:58:26.238Z | Checking internet-checksum v0.2.1 |
4067 | 2025-07-15T19:58:26.470Z | Checking ssh-key v0.6.6 |
4068 | 2025-07-15T19:58:26.786Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
4069 | 2025-07-15T19:58:27.611Z | Checking russh-keys v0.45.0 |
4070 | 2025-07-15T19:58:28.505Z | Checking russh v0.45.0 |
4071 | 2025-07-15T19:58:50.510Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
4072 | 2025-07-15T19:58:52.152Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.79s |
4073 | 2025-07-15T19:58:52.389Z | |
4074 | 2025-07-15T19:58:52.389Z | info: running `cargo check --bins` on gateway-cli (207/221) |
4075 | 2025-07-15T19:58:53.133Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
4076 | 2025-07-15T19:58:53.137Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
4077 | 2025-07-15T19:58:53.243Z | Checking termios v0.3.3 |
4078 | 2025-07-15T19:58:53.500Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
4079 | 2025-07-15T19:58:55.197Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.98s |
4080 | 2025-07-15T19:58:55.228Z | |
4081 | 2025-07-15T19:58:55.229Z | info: running `cargo check --bins --no-default-features` on installinator (208/221) |
4082 | 2025-07-15T19:58:55.354Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
4083 | 2025-07-15T19:58:55.455Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
4084 | 2025-07-15T19:58:55.490Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
4085 | 2025-07-15T19:58:55.502Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
4086 | 2025-07-15T19:58:56.443Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
4087 | 2025-07-15T19:58:58.309Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
4088 | 2025-07-15T19:59:03.159Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.98s |
4089 | 2025-07-15T19:59:03.159Z | |
4090 | 2025-07-15T19:59:03.159Z | info: running `cargo check --bins` on internal-dns-cli (209/221) |
4091 | 2025-07-15T19:59:03.159Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
4092 | 2025-07-15T19:59:03.159Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
4093 | 2025-07-15T19:59:03.159Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
4094 | 2025-07-15T19:59:03.159Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s |
4095 | 2025-07-15T19:59:03.160Z | |
4096 | 2025-07-15T19:59:03.160Z | info: running `cargo check --bins` on omicron-live-tests (210/221) |
4097 | 2025-07-15T19:59:03.160Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
4098 | 2025-07-15T19:59:03.160Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
4099 | 2025-07-15T19:59:03.160Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
4100 | 2025-07-15T19:59:03.160Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
4101 | 2025-07-15T19:59:03.197Z | |
4102 | 2025-07-15T19:59:03.197Z | info: running `cargo check --bins` on live-tests-macros (211/221) |
4103 | 2025-07-15T19:59:03.881Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
4104 | 2025-07-15T19:59:03.884Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
4105 | 2025-07-15T19:59:03.884Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
4106 | 2025-07-15T19:59:03.888Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
4107 | 2025-07-15T19:59:03.973Z | |
4108 | 2025-07-15T19:59:03.973Z | info: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (212/221) |
4109 | 2025-07-15T19:59:04.768Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
4110 | 2025-07-15T19:59:04.772Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
4111 | 2025-07-15T19:59:04.924Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
4112 | 2025-07-15T19:59:05.690Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.71s |
4113 | 2025-07-15T19:59:05.929Z | |
4114 | 2025-07-15T19:59:05.929Z | info: running `cargo check --bins` on omicron-ntp-admin (213/221) |
4115 | 2025-07-15T19:59:06.680Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
4116 | 2025-07-15T19:59:06.685Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
4117 | 2025-07-15T19:59:06.769Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
4118 | 2025-07-15T19:59:06.774Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
4119 | 2025-07-15T19:59:07.120Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
4120 | 2025-07-15T19:59:08.220Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.28s |
4121 | 2025-07-15T19:59:08.427Z | |
4122 | 2025-07-15T19:59:08.427Z | info: running `cargo check --bins` on omicron-package (214/221) |
4123 | 2025-07-15T19:59:09.161Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
4124 | 2025-07-15T19:59:09.165Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
4125 | 2025-07-15T19:59:09.280Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
4126 | 2025-07-15T19:59:10.860Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.42s |
4127 | 2025-07-15T19:59:11.078Z | |
4128 | 2025-07-15T19:59:11.078Z | info: running `cargo check --bins` on trust-quorum (215/221) |
4129 | 2025-07-15T19:59:11.820Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
4130 | 2025-07-15T19:59:11.827Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
4131 | 2025-07-15T19:59:11.828Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
4132 | 2025-07-15T19:59:11.835Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
4133 | 2025-07-15T19:59:11.923Z | |
4134 | 2025-07-15T19:59:11.923Z | info: running `cargo check --bins` on gfss (216/221) |
4135 | 2025-07-15T19:59:12.616Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
4136 | 2025-07-15T19:59:12.620Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
4137 | 2025-07-15T19:59:12.620Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
4138 | 2025-07-15T19:59:12.623Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
4139 | 2025-07-15T19:59:12.709Z | |
4140 | 2025-07-15T19:59:12.709Z | info: running `cargo check --bins` on wicket-dbg (217/221) |
4141 | 2025-07-15T19:59:13.458Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
4142 | 2025-07-15T19:59:13.461Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
4143 | 2025-07-15T19:59:13.610Z | Checking rtoolbox v0.0.2 |
4144 | 2025-07-15T19:59:13.614Z | Checking tui-tree-widget v0.23.1 |
4145 | 2025-07-15T19:59:13.614Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
4146 | 2025-07-15T19:59:13.901Z | Checking rpassword v7.4.0 |
4147 | 2025-07-15T19:59:19.049Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
4148 | 2025-07-15T19:59:22.218Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
4149 | 2025-07-15T19:59:23.561Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.84s |
4150 | 2025-07-15T19:59:23.795Z | |
4151 | 2025-07-15T19:59:23.795Z | info: running `cargo check --bins` on wicket (218/221) |
4152 | 2025-07-15T19:59:24.556Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
4153 | 2025-07-15T19:59:24.559Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
4154 | 2025-07-15T19:59:24.697Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
4155 | 2025-07-15T19:59:25.181Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s |
4156 | 2025-07-15T19:59:25.404Z | |
4157 | 2025-07-15T19:59:25.404Z | info: running `cargo check --bins` on wicketd (219/221) |
4158 | 2025-07-15T19:59:26.175Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
4159 | 2025-07-15T19:59:26.179Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
4160 | 2025-07-15T19:59:26.329Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
4161 | 2025-07-15T19:59:30.754Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.34s |
4162 | 2025-07-15T19:59:30.985Z | |
4163 | 2025-07-15T19:59:30.986Z | info: running `cargo check --bins` on omicron-workspace-hack (220/221) |
4164 | 2025-07-15T19:59:31.668Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
4165 | 2025-07-15T19:59:31.673Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
4166 | 2025-07-15T19:59:31.673Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
4167 | 2025-07-15T19:59:31.678Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
4168 | 2025-07-15T19:59:31.763Z | |
4169 | 2025-07-15T19:59:31.764Z | info: running `cargo check --bins` on zone-setup (221/221) |
4170 | 2025-07-15T19:59:32.507Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
4171 | 2025-07-15T19:59:32.511Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
4172 | 2025-07-15T19:59:32.630Z | Checking uzers v0.12.1 |
4173 | 2025-07-15T19:59:33.007Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
4174 | 2025-07-15T19:59:34.150Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.38s |
4175 | 2025-07-15T19:59:34.392Z | |
4176 | 2025-07-15T19:59:34.392Z | real 16:38.094717073 |
4177 | 2025-07-15T19:59:34.392Z | user 32:49.271500750 |
4178 | 2025-07-15T19:59:34.392Z | sys 5:28.994796067 |
4179 | 2025-07-15T19:59:34.392Z | trap 0.748830488 |
4180 | 2025-07-15T19:59:34.395Z | tflt 0.757881328 |
4181 | 2025-07-15T19:59:34.395Z | dflt 1.670004301 |
4182 | 2025-07-15T19:59:34.395Z | kflt 0.001085789 |
4183 | 2025-07-15T19:59:34.395Z | lock 1:20:15.560413573 |
4184 | 2025-07-15T19:59:34.396Z | slp 2:40:45.788701069 |
4185 | 2025-07-15T19:59:34.396Z | lat 1:35.928329111 |
4186 | 2025-07-15T19:59:34.396Z | stop 5:11.075744509 |
4187 | 2025-07-15T19:59:34.396Z | process exited: duration 1287430 ms, exit code 0 |
|
4188 | 2025-07-15T19:59:34.403Z | found 0 output files |