|
|
|
1 | 2025-06-18T17:44:15.801Z | job assigned to worker 01JY226E0ZS7J8CY4G2JGRX20Z [factory aws, i-05e49a7343f3ba553] (queued for 1 m 5 s) |
|
2 | 2025-06-18T17:44:23.794Z | starting task 0: "setup" |
3 | 2025-06-18T17:44:23.799Z | ++ uname -s |
4 | 2025-06-18T17:44:23.802Z | + kern=SunOS |
5 | 2025-06-18T17:44:23.802Z | + build_user=build |
6 | 2025-06-18T17:44:23.802Z | + build_uid=12345 |
7 | 2025-06-18T17:44:23.802Z | + work_dir=/work |
8 | 2025-06-18T17:44:23.802Z | + input_dir=/input |
9 | 2025-06-18T17:44:23.802Z | + [[ 0 == 12345 ]] |
10 | 2025-06-18T17:44:23.802Z | + case "$kern" in |
11 | 2025-06-18T17:44:23.802Z | + groupadd -g 12345 build |
12 | 2025-06-18T17:44:23.806Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-06-18T17:44:25.811Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-06-18T17:44:25.936Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-06-18T17:44:25.939Z | + home_fs=zfs |
16 | 2025-06-18T17:44:25.939Z | + [[ zfs == autofs ]] |
17 | 2025-06-18T17:44:25.939Z | + mkdir -p /home/build |
18 | 2025-06-18T17:44:25.942Z | + chown build:build /home/build /work |
19 | 2025-06-18T17:44:27.943Z | + chmod 0700 /home/build /work |
20 | 2025-06-18T17:44:27.946Z | process exited: duration 4153 ms, exit code 0 |
|
21 | 2025-06-18T17:44:27.953Z | starting task 1: "rust-toolchain" |
22 | 2025-06-18T17:44:27.959Z | + printf ' * rust toolchain channel = "%s"\n' 1.87.0 |
23 | 2025-06-18T17:44:27.959Z | * rust toolchain channel = "1.87.0" |
24 | 2025-06-18T17:44:27.959Z | * rust toolchain profile = "default" |
25 | 2025-06-18T17:44:27.959Z | + printf ' * rust toolchain profile = "%s"\n' default |
26 | 2025-06-18T17:44:27.959Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-06-18T17:44:27.959Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-06-18T17:44:27.962Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-06-18T17:44:27.962Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.87.0 --profile default |
30 | 2025-06-18T17:44:28.085Z | info: downloading installer |
31 | 2025-06-18T17:44:30.090Z | warn: It looks like you have an existing installation of Rust at: |
32 | 2025-06-18T17:44:30.091Z | warn: /opt/ooce/bin |
33 | 2025-06-18T17:44:30.091Z | warn: It is recommended that rustup be the primary Rust installation. |
34 | 2025-06-18T17:44:30.091Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
35 | 2025-06-18T17:44:30.091Z | warn: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-06-18T17:44:30.091Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-06-18T17:44:30.091Z | warn: or pass `-y' to ignore all ignorable checks. |
38 | 2025-06-18T17:44:30.091Z | error: cannot install while Rust is installed |
39 | 2025-06-18T17:44:30.091Z | warn: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-06-18T17:44:30.111Z | info: profile set to 'default' |
41 | 2025-06-18T17:44:30.111Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-06-18T17:44:30.111Z | info: syncing channel updates for '1.87.0-x86_64-unknown-illumos' |
43 | 2025-06-18T17:44:30.111Z | info: latest update on 2025-05-15, rust version 1.87.0 (17067e9ac 2025-05-09) |
44 | 2025-06-18T17:44:30.111Z | info: downloading component 'cargo' |
45 | 2025-06-18T17:44:31.041Z | info: downloading component 'clippy' |
46 | 2025-06-18T17:44:31.436Z | info: downloading component 'rust-docs' |
47 | 2025-06-18T17:44:32.979Z | info: downloading component 'rust-std' |
48 | 2025-06-18T17:44:35.432Z | info: downloading component 'rustc' |
49 | 2025-06-18T17:44:43.155Z | info: downloading component 'rustfmt' |
50 | 2025-06-18T17:44:43.450Z | info: installing component 'cargo' |
51 | 2025-06-18T17:44:44.313Z | info: installing component 'clippy' |
52 | 2025-06-18T17:44:44.707Z | info: installing component 'rust-docs' |
53 | 2025-06-18T17:44:46.541Z | info: installing component 'rust-std' |
54 | 2025-06-18T17:44:48.390Z | info: installing component 'rustc' |
55 | 2025-06-18T17:44:54.886Z | info: installing component 'rustfmt' |
56 | 2025-06-18T17:44:55.216Z | info: default toolchain set to '1.87.0-x86_64-unknown-illumos' |
57 | 2025-06-18T17:44:55.216Z | |
58 | 2025-06-18T17:44:55.650Z | 1.87.0-x86_64-unknown-illumos installed - rustc 1.87.0 (17067e9ac 2025-05-09) |
59 | 2025-06-18T17:44:55.651Z | |
60 | 2025-06-18T17:44:55.654Z | |
61 | 2025-06-18T17:44:55.654Z | Rust is installed now. Great! |
62 | 2025-06-18T17:44:55.654Z | |
63 | 2025-06-18T17:44:55.654Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-06-18T17:44:55.654Z | environment variable. This has not been done automatically. |
65 | 2025-06-18T17:44:55.654Z | |
66 | 2025-06-18T17:44:55.654Z | To configure your current shell, you need to source |
67 | 2025-06-18T17:44:55.654Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-06-18T17:44:55.654Z | |
69 | 2025-06-18T17:44:55.654Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-06-18T17:44:55.654Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-06-18T17:44:55.654Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-06-18T17:44:55.654Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
73 | 2025-06-18T17:44:55.736Z | + rustup --version |
74 | 2025-06-18T17:44:55.749Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
75 | 2025-06-18T17:44:55.755Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
76 | 2025-06-18T17:44:55.827Z | info: The currently active `rustc` version is `rustc 1.87.0 (17067e9ac 2025-05-09)` |
77 | 2025-06-18T17:44:55.830Z | + cargo --version |
78 | 2025-06-18T17:44:55.911Z | cargo 1.87.0 (99624be96 2025-05-06) |
79 | 2025-06-18T17:44:55.966Z | + rustc --version |
80 | 2025-06-18T17:44:56.027Z | rustc 1.87.0 (17067e9ac 2025-05-09) |
81 | 2025-06-18T17:44:56.033Z | process exited: duration 28064 ms, exit code 0 |
|
82 | 2025-06-18T17:44:56.046Z | starting task 2: "authentication" |
83 | 2025-06-18T17:44:56.070Z | process exited: duration 24 ms, exit code 0 |
|
84 | 2025-06-18T17:44:56.085Z | starting task 3: "clone repository" |
85 | 2025-06-18T17:44:56.092Z | + mkdir -p /work/oxidecomputer/omicron |
86 | 2025-06-18T17:44:56.092Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
87 | 2025-06-18T17:44:56.143Z | Cloning into '/work/oxidecomputer/omicron'... |
88 | 2025-06-18T17:45:07.177Z | + cd /work/oxidecomputer/omicron |
89 | 2025-06-18T17:45:07.178Z | + git fetch origin f079b31edcee61601722ea63931e024acd94f5f5 |
90 | 2025-06-18T17:45:07.562Z | From https://github.com/oxidecomputer/omicron |
91 | 2025-06-18T17:45:07.562Z | * branch f079b31edcee61601722ea63931e024acd94f5f5 -> FETCH_HEAD |
92 | 2025-06-18T17:45:07.572Z | + [[ -n sunshowers/spr/9n-wip-sled-agent-validate-zone-images-as-written-in-mupdate-override-dataset ]] |
93 | 2025-06-18T17:45:07.575Z | ++ git branch --show-current |
94 | 2025-06-18T17:45:07.575Z | + current=main |
95 | 2025-06-18T17:45:07.579Z | + [[ main != sunshowers/spr/9n-wip-sled-agent-validate-zone-images-as-written-in-mupdate-override-dataset ]] |
96 | 2025-06-18T17:45:07.579Z | + git branch -f sunshowers/spr/9n-wip-sled-agent-validate-zone-images-as-written-in-mupdate-override-dataset f079b31edcee61601722ea63931e024acd94f5f5 |
97 | 2025-06-18T17:45:07.583Z | + git checkout -f sunshowers/spr/9n-wip-sled-agent-validate-zone-images-as-written-in-mupdate-override-dataset |
98 | 2025-06-18T17:45:07.791Z | Switched to branch 'sunshowers/spr/9n-wip-sled-agent-validate-zone-images-as-written-in-mupdate-override-dataset' |
99 | 2025-06-18T17:45:07.795Z | + git reset --hard f079b31edcee61601722ea63931e024acd94f5f5 |
100 | 2025-06-18T17:45:08.000Z | HEAD is now at f079b31ed fix the mupdate ID |
101 | 2025-06-18T17:45:08.010Z | process exited: duration 11914 ms, exit code 0 |
|
102 | 2025-06-18T17:45:08.028Z | starting task 4: "build" |
103 | 2025-06-18T17:45:08.035Z | + source .github/buildomat/ci-env.sh |
104 | 2025-06-18T17:45:08.035Z | ++ export CARGO_TERM_COLOR=always |
105 | 2025-06-18T17:45:08.035Z | ++ CARGO_TERM_COLOR=always |
106 | 2025-06-18T17:45:08.035Z | + cargo --version |
107 | 2025-06-18T17:45:08.090Z | cargo 1.87.0 (99624be96 2025-05-06) |
108 | 2025-06-18T17:45:08.100Z | + rustc --version |
109 | 2025-06-18T17:45:08.162Z | rustc 1.87.0 (17067e9ac 2025-05-09) |
110 | 2025-06-18T17:45:08.167Z | + source ./env.sh |
111 | 2025-06-18T17:45:08.167Z | ++ OLD_SHELL_OPTS=ehxB |
112 | 2025-06-18T17:45:08.167Z | ++ set -o xtrace |
113 | 2025-06-18T17:45:08.167Z | ++++ dirname ./env.sh |
114 | 2025-06-18T17:45:08.167Z | +++ readlink -f . |
115 | 2025-06-18T17:45:08.182Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
116 | 2025-06-18T17:45:08.182Z | ++ 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-06-18T17:45:08.182Z | ++ 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-06-18T17:45:08.182Z | ++ 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-06-18T17:45:08.182Z | ++ 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-06-18T17:45:08.183Z | ++ 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-06-18T17:45:08.183Z | ++ 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-06-18T17:45:08.183Z | ++ 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-06-18T17:45:08.183Z | ++ 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-06-18T17:45:08.183Z | ++ case $OLD_SHELL_OPTS in |
125 | 2025-06-18T17:45:08.183Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
126 | 2025-06-18T17:45:08.183Z | + 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-06-18T17:45:08.183Z | + 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-06-18T17:45:08.183Z | + banner prerequisites |
129 | 2025-06-18T17:45:08.183Z | |
130 | 2025-06-18T17:45:08.183Z | ##### ##### ###### ##### ###### #### # # # #### # |
131 | 2025-06-18T17:45:08.183Z | # # # # # # # # # # # # # # # |
132 | 2025-06-18T17:45:08.183Z | # # # # ##### # # ##### # # # # # #### # |
133 | 2025-06-18T17:45:08.183Z | ##### ##### # ##### # # # # # # # # # |
134 | 2025-06-18T17:45:08.183Z | # # # # # # # # # # # # # # # |
135 | 2025-06-18T17:45:08.183Z | # # # ###### # # ###### ### # #### # #### # |
136 | 2025-06-18T17:45:08.183Z | |
137 | 2025-06-18T17:45:08.183Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
138 | 2025-06-18T17:45:17.935Z | Startup: Refreshing catalog 'helios-dev' ... Done |
139 | 2025-06-18T17:45:24.172Z | Startup: Caching catalogs ... Done |
140 | 2025-06-18T17:45:32.946Z | Planning: Solver setup ... Done (7.559s) |
141 | 2025-06-18T17:45:33.018Z | Planning: Running solver ... Done (0.073s) |
142 | 2025-06-18T17:45:33.121Z | Planning: Finding local manifests ... Done (0.004s) |
143 | 2025-06-18T17:45:33.144Z | Planning: Fetching manifests: 0/4 0% complete |
144 | 2025-06-18T17:45:33.296Z | Planning: Fetching manifests: 4/4 100% complete |
145 | 2025-06-18T17:45:33.343Z | Planning: Package planning ... Done (0.048s) |
146 | 2025-06-18T17:45:33.394Z | Planning: Merging actions ... Done (0.050s) |
147 | 2025-06-18T17:45:33.680Z | Planning: Checking for conflicting actions ... Done (0.286s) |
148 | 2025-06-18T17:45:33.691Z | Planning: Consolidating action changes ... Done (0.011s) |
149 | 2025-06-18T17:45:34.718Z | Planning: Evaluating mediators ... Done (1.027s) |
150 | 2025-06-18T17:45:34.728Z | Planning: Planning completed in 10.43 seconds |
151 | 2025-06-18T17:45:34.744Z | Packages to install: 4 |
152 | 2025-06-18T17:45:34.744Z | Mediators to change: 2 |
153 | 2025-06-18T17:45:34.748Z | Services to change: 1 |
154 | 2025-06-18T17:45:34.748Z | Estimated space available: 155.53 GB |
155 | 2025-06-18T17:45:34.748Z | Estimated space to be consumed: 1.68 GB |
156 | 2025-06-18T17:45:34.748Z | Create boot environment: No |
157 | 2025-06-18T17:45:34.748Z | Create backup boot environment: No |
158 | 2025-06-18T17:45:34.748Z | Rebuild boot archive: No |
159 | 2025-06-18T17:45:34.748Z | |
160 | 2025-06-18T17:45:34.748Z | Changed mediators: |
161 | 2025-06-18T17:45:34.748Z | mediator clang: |
162 | 2025-06-18T17:45:34.748Z | version: None -> 15 (system default) |
163 | 2025-06-18T17:45:34.748Z | |
164 | 2025-06-18T17:45:34.748Z | mediator llvm: |
165 | 2025-06-18T17:45:34.748Z | version: 14 (system default) -> 15 (system default) |
166 | 2025-06-18T17:45:34.748Z | |
167 | 2025-06-18T17:45:34.748Z | Changed packages: |
168 | 2025-06-18T17:45:34.748Z | helios-dev |
169 | 2025-06-18T17:45:34.748Z | developer/build-essential |
170 | 2025-06-18T17:45:34.748Z | None -> 11-2.0 |
171 | 2025-06-18T17:45:34.748Z | library/libxmlsec1 |
172 | 2025-06-18T17:45:34.748Z | None -> 1.2.35-2.0 |
173 | 2025-06-18T17:45:34.748Z | ooce/developer/clang-15 |
174 | 2025-06-18T17:45:34.748Z | None -> 15.0.7-2.0 |
175 | 2025-06-18T17:45:34.748Z | ooce/developer/llvm-15 |
176 | 2025-06-18T17:45:34.748Z | None -> 15.0.7-2.0 |
177 | 2025-06-18T17:45:34.748Z | |
178 | 2025-06-18T17:45:34.748Z | Services: |
179 | 2025-06-18T17:45:34.748Z | restart_fmri: |
180 | 2025-06-18T17:45:34.748Z | svc:/system/update-man-index:default |
181 | 2025-06-18T17:45:34.800Z | |
182 | 2025-06-18T17:45:34.800Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
183 | 2025-06-18T17:45:39.803Z | Download: 1251/3290 items 105.0/212.6MB 49% complete (21.1M/s) |
184 | 2025-06-18T17:45:46.034Z | Download: 2224/3290 items 119.2/212.6MB 56% complete (15.4M/s) |
185 | 2025-06-18T17:45:51.049Z | Download: 3248/3290 items 203.1/212.6MB 95% complete (8.6M/s) |
186 | 2025-06-18T17:45:54.192Z | Download: Completed 212.60 MB in 19.39 seconds (11.0M/s) |
187 | 2025-06-18T17:45:54.385Z | Actions: 1/3689 actions (Installing new actions) |
188 | 2025-06-18T17:45:58.929Z | Actions: Completed 3689 actions in 4.54 seconds. |
189 | 2025-06-18T17:45:59.278Z | Done (0.341s) |
190 | 2025-06-18T17:45:59.278Z | Done (0.000s) |
191 | 2025-06-18T17:46:00.066Z | Done (0.788s) |
192 | 2025-06-18T17:46:04.478Z | Done (4.124s) |
193 | 2025-06-18T17:46:04.566Z | Done (0.018s) |
194 | 2025-06-18T17:46:04.572Z | Done (0.000s) |
195 | 2025-06-18T17:46:04.729Z | Done (0.000s) |
196 | 2025-06-18T17:46:05.539Z | Planning: Evaluating mediator changes ... Done |
197 | 2025-06-18T17:46:05.699Z | Planning: Checking for conflicting actions ... Done |
198 | 2025-06-18T17:46:05.702Z | Planning: Consolidating action changes ... Done |
199 | 2025-06-18T17:46:05.968Z | Planning: Evaluating mediators ... Done |
200 | 2025-06-18T17:46:05.971Z | Planning: Planning completed in 0.43 seconds |
201 | 2025-06-18T17:46:06.001Z | Mediators to change: 2 |
202 | 2025-06-18T17:46:06.001Z | Create boot environment: No |
203 | 2025-06-18T17:46:06.001Z | Create backup boot environment: No |
204 | 2025-06-18T17:46:06.072Z | Done |
205 | 2025-06-18T17:46:06.072Z | Done |
206 | 2025-06-18T17:46:06.608Z | Done |
207 | 2025-06-18T17:46:10.207Z | Done |
208 | 2025-06-18T17:46:10.297Z | Done |
209 | 2025-06-18T17:46:10.300Z | Done |
210 | 2025-06-18T17:46:10.442Z | Done |
211 | 2025-06-18T17:46:11.056Z | Planning: Evaluating mediator changes ... Done |
212 | 2025-06-18T17:46:11.059Z | Planning: Merging actions ... Done |
213 | 2025-06-18T17:46:11.243Z | Planning: Checking for conflicting actions ... Done |
214 | 2025-06-18T17:46:11.247Z | Planning: Consolidating action changes ... Done |
215 | 2025-06-18T17:46:11.510Z | Planning: Evaluating mediators ... Done |
216 | 2025-06-18T17:46:11.566Z | Planning: Planning completed in 0.75 seconds |
217 | 2025-06-18T17:46:11.600Z | Packages to change: 1 |
218 | 2025-06-18T17:46:11.600Z | Mediators to change: 1 |
219 | 2025-06-18T17:46:11.603Z | Services to change: 1 |
220 | 2025-06-18T17:46:11.604Z | Create boot environment: No |
221 | 2025-06-18T17:46:11.604Z | Create backup boot environment: Yes |
222 | 2025-06-18T17:46:13.985Z | Actions: 1/6 actions (Updating modified actions) |
223 | 2025-06-18T17:46:13.988Z | Actions: Completed 6 actions in 0.00 seconds. |
224 | 2025-06-18T17:46:13.988Z | Done |
225 | 2025-06-18T17:46:13.988Z | Done |
226 | 2025-06-18T17:46:14.147Z | Done |
227 | 2025-06-18T17:46:17.790Z | Done |
228 | 2025-06-18T17:46:17.884Z | Done |
229 | 2025-06-18T17:46:17.888Z | Done |
230 | 2025-06-18T17:46:18.029Z | Done |
231 | 2025-06-18T17:46:18.468Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
232 | 2025-06-18T17:46:18.468Z | clang system 15 system |
233 | 2025-06-18T17:46:18.468Z | csh system system illumos |
234 | 2025-06-18T17:46:18.468Z | ctags system system illumos |
235 | 2025-06-18T17:46:18.468Z | file system system illumos |
236 | 2025-06-18T17:46:18.468Z | gcc vendor 12 vendor |
237 | 2025-06-18T17:46:18.468Z | gcc system 10 system |
238 | 2025-06-18T17:46:18.468Z | gcc system 7 system |
239 | 2025-06-18T17:46:18.469Z | go system 1.20 system |
240 | 2025-06-18T17:46:18.469Z | go system 1.19 system |
241 | 2025-06-18T17:46:18.469Z | llvm system 15 system |
242 | 2025-06-18T17:46:18.469Z | llvm system 14 system |
243 | 2025-06-18T17:46:18.469Z | mariadb system 10.6 system |
244 | 2025-06-18T17:46:18.469Z | mta vendor vendor dma |
245 | 2025-06-18T17:46:18.469Z | openjdk system 17 system |
246 | 2025-06-18T17:46:18.469Z | openjdk system 11 system |
247 | 2025-06-18T17:46:18.469Z | openjdk system 1.8 system |
248 | 2025-06-18T17:46:18.469Z | openssl vendor 3 vendor |
249 | 2025-06-18T17:46:18.469Z | perl system 5.36 system |
250 | 2025-06-18T17:46:18.469Z | postgresql system 15 system |
251 | 2025-06-18T17:46:18.469Z | postgresql system 13 system |
252 | 2025-06-18T17:46:18.469Z | python vendor 3 vendor |
253 | 2025-06-18T17:46:18.469Z | python system 2 system |
254 | 2025-06-18T17:46:18.469Z | python3 system 3.11 system |
255 | 2025-06-18T17:46:18.469Z | ruby system 3.0 system |
256 | 2025-06-18T17:46:18.469Z | words vendor vendor american-english |
257 | 2025-06-18T17:46:18.469Z | words system system australian-english |
258 | 2025-06-18T17:46:18.469Z | words system system british-english |
259 | 2025-06-18T17:46:18.469Z | words system system canadian-english |
260 | 2025-06-18T17:46:18.469Z | words system system french |
261 | 2025-06-18T17:46:18.469Z | words system system italian |
262 | 2025-06-18T17:46:18.469Z | words system system ngerman |
263 | 2025-06-18T17:46:18.469Z | words system system ogerman |
264 | 2025-06-18T17:46:18.469Z | words system system spanish |
265 | 2025-06-18T17:46:18.806Z | PUBLISHER TYPE STATUS P LOCATION |
266 | 2025-06-18T17:46:18.806Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
267 | 2025-06-18T17:46:23.090Z | FMRI IFO |
268 | 2025-06-18T17:46:23.090Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
269 | 2025-06-18T17:46:23.090Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
270 | 2025-06-18T17:46:23.090Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
271 | 2025-06-18T17:46:23.090Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
272 | 2025-06-18T17:46:23.090Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
273 | 2025-06-18T17:46:23.090Z | pkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i-- |
274 | 2025-06-18T17:46:23.090Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
275 | 2025-06-18T17:46:23.090Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i-- |
276 | 2025-06-18T17:46:23.090Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
277 | 2025-06-18T17:46:23.090Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
278 | 2025-06-18T17:46:23.090Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i-- |
279 | 2025-06-18T17:46:23.090Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
280 | 2025-06-18T17:46:23.090Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
281 | 2025-06-18T17:46:23.090Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i-- |
282 | 2025-06-18T17:46:23.090Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
283 | 2025-06-18T17:46:23.090Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
284 | 2025-06-18T17:46:24.074Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
285 | 2025-06-18T17:46:24.409Z | Updating crates.io index |
286 | 2025-06-18T17:46:24.447Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
287 | 2025-06-18T17:46:24.772Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
288 | 2025-06-18T17:46:25.339Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
289 | 2025-06-18T17:46:25.606Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
290 | 2025-06-18T17:46:25.902Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
291 | 2025-06-18T17:46:26.195Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
292 | 2025-06-18T17:46:27.383Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
293 | 2025-06-18T17:46:29.442Z | Updating git repository `https://github.com/oxidecomputer/opte` |
294 | 2025-06-18T17:46:30.279Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
295 | 2025-06-18T17:46:31.019Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
296 | 2025-06-18T17:46:31.285Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
297 | 2025-06-18T17:46:31.589Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
298 | 2025-06-18T17:46:32.225Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
299 | 2025-06-18T17:46:32.638Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
300 | 2025-06-18T17:46:33.012Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
301 | 2025-06-18T17:46:33.564Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
302 | 2025-06-18T17:46:33.904Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
303 | 2025-06-18T17:46:34.186Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
304 | 2025-06-18T17:46:34.472Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
305 | 2025-06-18T17:46:34.790Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
306 | 2025-06-18T17:46:35.066Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
307 | 2025-06-18T17:46:35.383Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
308 | 2025-06-18T17:46:35.687Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
309 | 2025-06-18T17:46:36.166Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
310 | 2025-06-18T17:46:36.620Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
311 | 2025-06-18T17:46:37.026Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
312 | 2025-06-18T17:46:37.295Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
313 | 2025-06-18T17:46:37.697Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
314 | 2025-06-18T17:46:38.163Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
315 | 2025-06-18T17:46:38.421Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
316 | 2025-06-18T17:46:38.875Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
317 | 2025-06-18T17:46:39.204Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
318 | 2025-06-18T17:46:47.883Z | Updating git repository `https://github.com/illumos/smf-rs` |
319 | 2025-06-18T17:46:49.194Z | Downloading crates ... |
320 | 2025-06-18T17:46:49.252Z | Downloaded anstream v0.6.18 |
321 | 2025-06-18T17:46:49.266Z | Downloaded camino-tempfile v1.4.1 |
322 | 2025-06-18T17:46:49.270Z | Downloaded cargo-platform v0.1.8 |
323 | 2025-06-18T17:46:49.277Z | Downloaded anyhow v1.0.98 |
324 | 2025-06-18T17:46:49.281Z | Downloaded zerocopy-derive v0.7.35 |
325 | 2025-06-18T17:46:49.285Z | Downloaded block-buffer v0.10.4 |
326 | 2025-06-18T17:46:49.305Z | Downloaded anstyle v1.0.11 |
327 | 2025-06-18T17:46:49.305Z | Downloaded winnow v0.7.10 |
328 | 2025-06-18T17:46:49.305Z | Downloaded dof v0.3.0 |
329 | 2025-06-18T17:46:49.310Z | Downloaded cpufeatures v0.2.14 |
330 | 2025-06-18T17:46:49.310Z | Downloaded clap_derive v4.5.32 |
331 | 2025-06-18T17:46:49.313Z | Downloaded equivalent v1.0.2 |
332 | 2025-06-18T17:46:49.313Z | Downloaded cfg-if v1.0.1 |
333 | 2025-06-18T17:46:49.316Z | Downloaded cargo_metadata v0.19.2 |
334 | 2025-06-18T17:46:49.320Z | Downloaded dtrace-parser v0.2.0 |
335 | 2025-06-18T17:46:49.329Z | Downloaded pretty-hex v0.4.1 |
336 | 2025-06-18T17:46:49.334Z | Downloaded scroll_derive v0.12.0 |
337 | 2025-06-18T17:46:49.340Z | Downloaded crypto-common v0.1.6 |
338 | 2025-06-18T17:46:49.346Z | Downloaded usdt-attr-macro v0.5.0 |
339 | 2025-06-18T17:46:49.349Z | Downloaded usdt-macro v0.5.0 |
340 | 2025-06-18T17:46:49.349Z | Downloaded swrite v0.1.0 |
341 | 2025-06-18T17:46:49.358Z | Downloaded heck v0.4.1 |
342 | 2025-06-18T17:46:49.361Z | Downloaded fnv v1.0.7 |
343 | 2025-06-18T17:46:49.361Z | Downloaded errno v0.3.12 |
344 | 2025-06-18T17:46:49.365Z | Downloaded macaddr v1.0.1 |
345 | 2025-06-18T17:46:49.365Z | Downloaded fastrand v2.1.1 |
346 | 2025-06-18T17:46:49.368Z | Downloaded colorchoice v1.0.2 |
347 | 2025-06-18T17:46:49.368Z | Downloaded strsim v0.11.1 |
348 | 2025-06-18T17:46:49.374Z | Downloaded fs-err v3.1.1 |
349 | 2025-06-18T17:46:49.377Z | Downloaded smawk v0.3.2 |
350 | 2025-06-18T17:46:49.380Z | Downloaded thiserror-impl v1.0.69 |
351 | 2025-06-18T17:46:49.380Z | Downloaded tabled_derive v0.7.0 |
352 | 2025-06-18T17:46:49.380Z | Downloaded proc-macro-error-attr v1.0.4 |
353 | 2025-06-18T17:46:49.384Z | Downloaded heck v0.5.0 |
354 | 2025-06-18T17:46:49.384Z | Downloaded digest v0.10.7 |
355 | 2025-06-18T17:46:49.384Z | Downloaded bytecount v0.6.8 |
356 | 2025-06-18T17:46:49.387Z | Downloaded memmap v0.7.0 |
357 | 2025-06-18T17:46:49.387Z | Downloaded serde_tokenstream v0.2.2 |
358 | 2025-06-18T17:46:49.390Z | Downloaded itoa v1.0.11 |
359 | 2025-06-18T17:46:49.390Z | Downloaded generic-array v0.14.7 |
360 | 2025-06-18T17:46:49.390Z | Downloaded clap_lex v0.7.4 |
361 | 2025-06-18T17:46:49.394Z | Downloaded thiserror-impl v2.0.12 |
362 | 2025-06-18T17:46:49.397Z | Downloaded toml_write v0.1.1 |
363 | 2025-06-18T17:46:49.398Z | Downloaded pest_generator v2.7.14 |
364 | 2025-06-18T17:46:49.404Z | Downloaded serde_spanned v0.6.8 |
365 | 2025-06-18T17:46:49.408Z | Downloaded version_check v0.9.5 |
366 | 2025-06-18T17:46:49.408Z | Downloaded usdt v0.5.0 |
367 | 2025-06-18T17:46:49.411Z | Downloaded thread-id v4.2.2 |
368 | 2025-06-18T17:46:49.411Z | Downloaded clap v4.5.35 |
369 | 2025-06-18T17:46:49.416Z | Downloaded utf8parse v0.2.2 |
370 | 2025-06-18T17:46:49.420Z | Downloaded autocfg v1.4.0 |
371 | 2025-06-18T17:46:49.420Z | Downloaded anstyle-query v1.1.1 |
372 | 2025-06-18T17:46:49.423Z | Downloaded toml_datetime v0.6.9 |
373 | 2025-06-18T17:46:49.423Z | Downloaded anstyle-parse v0.2.5 |
374 | 2025-06-18T17:46:49.423Z | Downloaded plain v0.2.3 |
375 | 2025-06-18T17:46:49.423Z | Downloaded thiserror v1.0.69 |
376 | 2025-06-18T17:46:49.428Z | Downloaded unicode-linebreak v0.1.5 |
377 | 2025-06-18T17:46:49.431Z | Downloaded byteorder v1.5.0 |
378 | 2025-06-18T17:46:49.431Z | Downloaded once_cell v1.21.3 |
379 | 2025-06-18T17:46:49.435Z | Downloaded is_terminal_polyfill v1.70.1 |
380 | 2025-06-18T17:46:49.435Z | Downloaded cargo_toml v0.21.0 |
381 | 2025-06-18T17:46:49.440Z | Downloaded semver v1.0.26 |
382 | 2025-06-18T17:46:49.443Z | Downloaded quote v1.0.40 |
383 | 2025-06-18T17:46:49.446Z | Downloaded proc-macro-error v1.0.4 |
384 | 2025-06-18T17:46:49.450Z | Downloaded sha2 v0.10.9 |
385 | 2025-06-18T17:46:49.455Z | Downloaded usdt-impl v0.5.0 |
386 | 2025-06-18T17:46:49.458Z | Downloaded terminal_size v0.4.0 |
387 | 2025-06-18T17:46:49.458Z | Downloaded scroll v0.12.0 |
388 | 2025-06-18T17:46:49.461Z | Downloaded thiserror v2.0.12 |
389 | 2025-06-18T17:46:49.470Z | Downloaded ryu v1.0.18 |
390 | 2025-06-18T17:46:49.473Z | Downloaded log v0.4.27 |
391 | 2025-06-18T17:46:49.477Z | Downloaded getrandom v0.3.1 |
392 | 2025-06-18T17:46:49.480Z | Downloaded pest_derive v2.7.14 |
393 | 2025-06-18T17:46:49.488Z | Downloaded tempfile v3.20.0 |
394 | 2025-06-18T17:46:49.491Z | Downloaded pest_meta v2.7.14 |
395 | 2025-06-18T17:46:49.494Z | Downloaded typenum v1.17.0 |
396 | 2025-06-18T17:46:49.498Z | Downloaded ucd-trie v0.1.7 |
397 | 2025-06-18T17:46:49.501Z | Downloaded papergrid v0.11.0 |
398 | 2025-06-18T17:46:49.505Z | Downloaded camino v1.1.10 |
399 | 2025-06-18T17:46:49.511Z | Downloaded textwrap v0.16.2 |
400 | 2025-06-18T17:46:49.517Z | Downloaded serde_derive v1.0.219 |
401 | 2025-06-18T17:46:49.520Z | Downloaded proc-macro2 v1.0.95 |
402 | 2025-06-18T17:46:49.523Z | Downloaded bitflags v2.9.0 |
403 | 2025-06-18T17:46:49.528Z | Downloaded serde v1.0.219 |
404 | 2025-06-18T17:46:49.534Z | Downloaded unicode-ident v1.0.18 |
405 | 2025-06-18T17:46:49.552Z | Downloaded indexmap v2.9.0 |
406 | 2025-06-18T17:46:49.557Z | Downloaded memchr v2.7.4 |
407 | 2025-06-18T17:46:49.564Z | Downloaded toml v0.8.22 |
408 | 2025-06-18T17:46:49.592Z | Downloaded hashbrown v0.15.3 |
409 | 2025-06-18T17:46:49.603Z | Downloaded toml_edit v0.22.26 |
410 | 2025-06-18T17:46:49.636Z | Downloaded pest v2.7.14 |
411 | 2025-06-18T17:46:49.645Z | Downloaded clap_builder v4.5.35 |
412 | 2025-06-18T17:46:49.649Z | Downloaded zerocopy v0.7.35 |
413 | 2025-06-18T17:46:49.658Z | Downloaded goblin v0.8.2 |
414 | 2025-06-18T17:46:49.664Z | Downloaded serde_json v1.0.140 |
415 | 2025-06-18T17:46:49.680Z | Downloaded tabled v0.15.0 |
416 | 2025-06-18T17:46:49.694Z | Downloaded syn v1.0.109 |
417 | 2025-06-18T17:46:49.715Z | Downloaded unicode-width v0.2.0 |
418 | 2025-06-18T17:46:49.721Z | Downloaded unicode-width v0.1.14 |
419 | 2025-06-18T17:46:49.727Z | Downloaded syn v2.0.103 |
420 | 2025-06-18T17:46:49.739Z | Downloaded rustix v0.38.37 |
421 | 2025-06-18T17:46:49.758Z | Downloaded rustix v1.0.7 |
422 | 2025-06-18T17:46:49.791Z | Downloaded libc v0.2.174 |
423 | 2025-06-18T17:46:49.868Z | Compiling proc-macro2 v1.0.95 |
424 | 2025-06-18T17:46:49.868Z | Compiling unicode-ident v1.0.18 |
425 | 2025-06-18T17:46:49.871Z | Compiling serde v1.0.219 |
426 | 2025-06-18T17:46:49.871Z | Compiling version_check v0.9.5 |
427 | 2025-06-18T17:46:49.871Z | Compiling libc v0.2.174 |
428 | 2025-06-18T17:46:50.086Z | Compiling memchr v2.7.4 |
429 | 2025-06-18T17:46:50.089Z | Compiling thiserror v1.0.69 |
430 | 2025-06-18T17:46:50.089Z | Compiling itoa v1.0.11 |
431 | 2025-06-18T17:46:50.351Z | Compiling ryu v1.0.18 |
432 | 2025-06-18T17:46:50.425Z | Compiling ucd-trie v0.1.7 |
433 | 2025-06-18T17:46:50.732Z | Compiling once_cell v1.21.3 |
434 | 2025-06-18T17:46:50.801Z | Compiling bitflags v2.9.0 |
435 | 2025-06-18T17:46:50.873Z | Compiling byteorder v1.5.0 |
436 | 2025-06-18T17:46:51.129Z | Compiling serde_json v1.0.140 |
437 | 2025-06-18T17:46:51.322Z | Compiling rustix v0.38.37 |
438 | 2025-06-18T17:46:51.349Z | Compiling usdt-impl v0.5.0 |
439 | 2025-06-18T17:46:51.480Z | Compiling proc-macro-error-attr v1.0.4 |
440 | 2025-06-18T17:46:51.508Z | Compiling syn v1.0.109 |
441 | 2025-06-18T17:46:51.572Z | Compiling proc-macro-error v1.0.4 |
442 | 2025-06-18T17:46:51.858Z | Compiling quote v1.0.40 |
443 | 2025-06-18T17:46:51.885Z | Compiling rustix v1.0.7 |
444 | 2025-06-18T17:46:51.888Z | Compiling log v0.4.27 |
445 | 2025-06-18T17:46:52.088Z | Compiling errno v0.3.12 |
446 | 2025-06-18T17:46:52.126Z | Compiling camino v1.1.10 |
447 | 2025-06-18T17:46:52.225Z | Compiling syn v2.0.103 |
448 | 2025-06-18T17:46:52.260Z | Compiling equivalent v1.0.2 |
449 | 2025-06-18T17:46:52.396Z | Compiling hashbrown v0.15.3 |
450 | 2025-06-18T17:46:52.901Z | Compiling thread-id v4.2.2 |
451 | 2025-06-18T17:46:52.901Z | Compiling getrandom v0.3.1 |
452 | 2025-06-18T17:46:52.932Z | Compiling plain v0.2.3 |
453 | 2025-06-18T17:46:52.932Z | Compiling utf8parse v0.2.2 |
454 | 2025-06-18T17:46:52.932Z | Compiling anstyle-parse v0.2.5 |
455 | 2025-06-18T17:46:53.105Z | Compiling thiserror v2.0.12 |
456 | 2025-06-18T17:46:53.208Z | Compiling pretty-hex v0.4.1 |
457 | 2025-06-18T17:46:53.374Z | Compiling terminal_size v0.4.0 |
458 | 2025-06-18T17:46:53.457Z | Compiling cfg-if v1.0.1 |
459 | 2025-06-18T17:46:53.499Z | Compiling indexmap v2.9.0 |
460 | 2025-06-18T17:46:53.567Z | Compiling colorchoice v1.0.2 |
461 | 2025-06-18T17:46:53.592Z | Compiling semver v1.0.26 |
462 | 2025-06-18T17:46:53.614Z | Compiling anstyle v1.0.11 |
463 | 2025-06-18T17:46:53.678Z | Compiling autocfg v1.4.0 |
464 | 2025-06-18T17:46:53.709Z | Compiling toml_write v0.1.1 |
465 | 2025-06-18T17:46:53.739Z | Compiling anstyle-query v1.1.1 |
466 | 2025-06-18T17:46:53.919Z | Compiling winnow v0.7.10 |
467 | 2025-06-18T17:46:54.058Z | Compiling is_terminal_polyfill v1.70.1 |
468 | 2025-06-18T17:46:54.192Z | Compiling anstream v0.6.18 |
469 | 2025-06-18T17:46:54.616Z | Compiling fs-err v3.1.1 |
470 | 2025-06-18T17:46:54.789Z | Compiling fastrand v2.1.1 |
471 | 2025-06-18T17:46:54.814Z | Compiling fnv v1.0.7 |
472 | 2025-06-18T17:46:54.817Z | Compiling anyhow v1.0.98 |
473 | 2025-06-18T17:46:54.917Z | Compiling unicode-width v0.1.14 |
474 | 2025-06-18T17:46:54.977Z | Compiling heck v0.4.1 |
475 | 2025-06-18T17:46:55.270Z | Compiling strsim v0.11.1 |
476 | 2025-06-18T17:46:55.390Z | Compiling heck v0.5.0 |
477 | 2025-06-18T17:46:55.854Z | Compiling clap_lex v0.7.4 |
478 | 2025-06-18T17:46:55.880Z | Compiling bytecount v0.6.8 |
479 | 2025-06-18T17:46:56.078Z | Compiling papergrid v0.11.0 |
480 | 2025-06-18T17:46:56.267Z | Compiling tempfile v3.20.0 |
481 | 2025-06-18T17:46:56.293Z | Compiling clap_builder v4.5.35 |
482 | 2025-06-18T17:46:56.427Z | Compiling memmap v0.7.0 |
483 | 2025-06-18T17:46:56.626Z | Compiling unicode-linebreak v0.1.5 |
484 | 2025-06-18T17:46:56.769Z | Compiling smawk v0.3.2 |
485 | 2025-06-18T17:46:57.010Z | Compiling unicode-width v0.2.0 |
486 | 2025-06-18T17:46:57.278Z | Compiling swrite v0.1.0 |
487 | 2025-06-18T17:46:57.433Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
488 | 2025-06-18T17:46:57.542Z | Compiling textwrap v0.16.2 |
489 | 2025-06-18T17:46:57.818Z | Compiling tabled_derive v0.7.0 |
490 | 2025-06-18T17:46:59.315Z | Compiling serde_derive v1.0.219 |
491 | 2025-06-18T17:46:59.315Z | Compiling thiserror-impl v1.0.69 |
492 | 2025-06-18T17:46:59.318Z | Compiling zerocopy-derive v0.7.35 |
493 | 2025-06-18T17:46:59.318Z | Compiling scroll_derive v0.12.0 |
494 | 2025-06-18T17:46:59.318Z | Compiling thiserror-impl v2.0.12 |
495 | 2025-06-18T17:46:59.318Z | Compiling clap_derive v4.5.32 |
496 | 2025-06-18T17:46:59.449Z | Compiling tabled v0.15.0 |
497 | 2025-06-18T17:47:00.648Z | Compiling scroll v0.12.0 |
498 | 2025-06-18T17:47:01.166Z | Compiling zerocopy v0.7.35 |
499 | 2025-06-18T17:47:01.211Z | Compiling goblin v0.8.2 |
500 | 2025-06-18T17:47:02.316Z | Compiling pest v2.7.14 |
501 | 2025-06-18T17:47:03.447Z | Compiling clap v4.5.35 |
502 | 2025-06-18T17:47:04.558Z | Compiling pest_meta v2.7.14 |
503 | 2025-06-18T17:47:05.451Z | Compiling pest_generator v2.7.14 |
504 | 2025-06-18T17:47:06.800Z | Compiling pest_derive v2.7.14 |
505 | 2025-06-18T17:47:07.382Z | Compiling dtrace-parser v0.2.0 |
506 | 2025-06-18T17:47:08.359Z | Compiling toml_datetime v0.6.9 |
507 | 2025-06-18T17:47:08.359Z | Compiling serde_spanned v0.6.8 |
508 | 2025-06-18T17:47:08.363Z | Compiling cargo-platform v0.1.8 |
509 | 2025-06-18T17:47:08.645Z | Compiling serde_tokenstream v0.2.2 |
510 | 2025-06-18T17:47:08.704Z | Compiling toml_edit v0.22.26 |
511 | 2025-06-18T17:47:08.868Z | Compiling macaddr v1.0.1 |
512 | 2025-06-18T17:47:09.015Z | Compiling camino-tempfile v1.4.1 |
513 | 2025-06-18T17:47:09.746Z | Compiling dof v0.3.0 |
514 | 2025-06-18T17:47:09.746Z | Compiling cargo_metadata v0.19.2 |
515 | 2025-06-18T17:47:11.278Z | Compiling usdt-attr-macro v0.5.0 |
516 | 2025-06-18T17:47:11.288Z | Compiling usdt-macro v0.5.0 |
517 | 2025-06-18T17:47:11.324Z | Compiling toml v0.8.22 |
518 | 2025-06-18T17:47:12.157Z | Compiling cargo_toml v0.21.0 |
519 | 2025-06-18T17:47:12.500Z | Compiling usdt v0.5.0 |
520 | 2025-06-18T17:47:14.817Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
521 | 2025-06-18T17:47:17.907Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 54.05s |
522 | 2025-06-18T17:47:18.186Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
523 | 2025-06-18T17:47:18.874Z | Downloading crates ... |
524 | 2025-06-18T17:47:18.982Z | Downloaded adler2 v2.0.0 |
525 | 2025-06-18T17:47:18.991Z | Downloaded aead v0.5.2 |
526 | 2025-06-18T17:47:18.991Z | Downloaded addr2line v0.24.2 |
527 | 2025-06-18T17:47:19.015Z | Downloaded async-trait v0.1.88 |
528 | 2025-06-18T17:47:19.015Z | Downloaded async-stream v0.3.6 |
529 | 2025-06-18T17:47:19.015Z | Downloaded async-recursion v1.1.1 |
530 | 2025-06-18T17:47:19.036Z | Downloaded highway v1.3.0 |
531 | 2025-06-18T17:47:19.036Z | Downloaded atomic-waker v1.1.2 |
532 | 2025-06-18T17:47:19.036Z | Downloaded heck v0.3.3 |
533 | 2025-06-18T17:47:19.036Z | Downloaded aes v0.8.4 |
534 | 2025-06-18T17:47:19.036Z | Downloaded bcs v0.1.6 |
535 | 2025-06-18T17:47:19.036Z | Downloaded base16ct v0.2.0 |
536 | 2025-06-18T17:47:19.036Z | Downloaded cstr-argument v0.1.2 |
537 | 2025-06-18T17:47:19.037Z | Downloaded hickory-resolver v0.24.4 |
538 | 2025-06-18T17:47:19.045Z | Downloaded hkdf v0.12.4 |
539 | 2025-06-18T17:47:19.045Z | Downloaded hex v0.4.3 |
540 | 2025-06-18T17:47:19.046Z | Downloaded hmac v0.12.1 |
541 | 2025-06-18T17:47:19.046Z | Downloaded cfg_aliases v0.2.1 |
542 | 2025-06-18T17:47:19.046Z | Downloaded argon2 v0.5.3 |
543 | 2025-06-18T17:47:19.046Z | Downloaded home v0.5.9 |
544 | 2025-06-18T17:47:19.046Z | Downloaded base64 v0.13.1 |
545 | 2025-06-18T17:47:19.051Z | Downloaded indoc v1.0.9 |
546 | 2025-06-18T17:47:19.051Z | Downloaded icu_normalizer_data v1.5.0 |
547 | 2025-06-18T17:47:19.057Z | Downloaded blowfish v0.9.1 |
548 | 2025-06-18T17:47:19.057Z | Downloaded aho-corasick v1.1.3 |
549 | 2025-06-18T17:47:19.068Z | Downloaded crunchy v0.2.2 |
550 | 2025-06-18T17:47:19.068Z | Downloaded hickory-proto v0.24.4 |
551 | 2025-06-18T17:47:19.084Z | Downloaded kstat-rs v0.2.4 |
552 | 2025-06-18T17:47:19.093Z | Downloaded httpdate v1.0.3 |
553 | 2025-06-18T17:47:19.093Z | Downloaded hostname v0.4.0 |
554 | 2025-06-18T17:47:19.093Z | Downloaded hickory-client v0.24.4 |
555 | 2025-06-18T17:47:19.094Z | Downloaded icu_locid_transform_data v1.5.0 |
556 | 2025-06-18T17:47:19.104Z | Downloaded hyper-tls v0.6.0 |
557 | 2025-06-18T17:47:19.104Z | Downloaded http-range v0.1.5 |
558 | 2025-06-18T17:47:19.104Z | Downloaded instant v0.1.13 |
559 | 2025-06-18T17:47:19.121Z | Downloaded ident_case v1.0.1 |
560 | 2025-06-18T17:47:19.121Z | Downloaded icu_normalizer v1.5.0 |
561 | 2025-06-18T17:47:19.122Z | Downloaded lru-cache v0.1.2 |
562 | 2025-06-18T17:47:19.122Z | Downloaded crc8 v0.1.1 |
563 | 2025-06-18T17:47:19.122Z | Downloaded crc v3.2.1 |
564 | 2025-06-18T17:47:19.138Z | Downloaded http-body v1.0.1 |
565 | 2025-06-18T17:47:19.139Z | Downloaded humantime v2.1.0 |
566 | 2025-06-18T17:47:19.139Z | Downloaded block-padding v0.3.3 |
567 | 2025-06-18T17:47:19.139Z | Downloaded ingot-types v0.1.0 |
568 | 2025-06-18T17:47:19.139Z | Downloaded idna_adapter v1.2.0 |
569 | 2025-06-18T17:47:19.140Z | Downloaded bb8 v0.8.5 |
570 | 2025-06-18T17:47:19.140Z | Downloaded base64 v0.22.1 |
571 | 2025-06-18T17:47:19.140Z | Downloaded md5 v0.7.0 |
572 | 2025-06-18T17:47:19.169Z | Downloaded match_cfg v0.1.0 |
573 | 2025-06-18T17:47:19.170Z | Downloaded hubpack_derive v0.1.1 |
574 | 2025-06-18T17:47:19.170Z | Downloaded cobs v0.2.3 |
575 | 2025-06-18T17:47:19.170Z | Downloaded progenitor-client v0.10.0 |
576 | 2025-06-18T17:47:19.170Z | Downloaded predicates-core v1.0.8 |
577 | 2025-06-18T17:47:19.170Z | Downloaded ciborium-io v0.2.2 |
578 | 2025-06-18T17:47:19.170Z | Downloaded jobserver v0.1.32 |
579 | 2025-06-18T17:47:19.170Z | Downloaded is-terminal v0.4.13 |
580 | 2025-06-18T17:47:19.170Z | Downloaded buf-list v1.0.3 |
581 | 2025-06-18T17:47:19.170Z | Downloaded is_ci v1.2.0 |
582 | 2025-06-18T17:47:19.194Z | Downloaded lazy_static v1.5.0 |
583 | 2025-06-18T17:47:19.194Z | Downloaded hostname v0.3.1 |
584 | 2025-06-18T17:47:19.194Z | Downloaded chacha20 v0.9.1 |
585 | 2025-06-18T17:47:19.194Z | Downloaded indent_write v2.2.0 |
586 | 2025-06-18T17:47:19.194Z | Downloaded bitfield v0.14.0 |
587 | 2025-06-18T17:47:19.195Z | Downloaded crossbeam-deque v0.8.5 |
588 | 2025-06-18T17:47:19.196Z | Downloaded cexpr v0.6.0 |
589 | 2025-06-18T17:47:19.196Z | Downloaded internet-checksum v0.2.1 |
590 | 2025-06-18T17:47:19.196Z | Downloaded cbc v0.1.2 |
591 | 2025-06-18T17:47:19.196Z | Downloaded shell-words v1.1.0 |
592 | 2025-06-18T17:47:19.196Z | Downloaded lockfree-object-pool v0.1.6 |
593 | 2025-06-18T17:47:19.197Z | Downloaded hubpack v0.1.2 |
594 | 2025-06-18T17:47:19.197Z | Downloaded libsw-core v0.3.1 |
595 | 2025-06-18T17:47:19.219Z | Downloaded structmeta v0.3.0 |
596 | 2025-06-18T17:47:19.219Z | Downloaded convert_case v0.4.0 |
597 | 2025-06-18T17:47:19.219Z | Downloaded strip-ansi-escapes v0.2.0 |
598 | 2025-06-18T17:47:19.219Z | Downloaded cargo_metadata v0.18.1 |
599 | 2025-06-18T17:47:19.220Z | Downloaded maybe-uninit v2.0.0 |
600 | 2025-06-18T17:47:19.220Z | Downloaded httparse v1.9.5 |
601 | 2025-06-18T17:47:19.220Z | Downloaded bit-vec v0.8.0 |
602 | 2025-06-18T17:47:19.220Z | Downloaded md-5 v0.10.6 |
603 | 2025-06-18T17:47:19.220Z | Downloaded sqlparser_derive v0.2.2 |
604 | 2025-06-18T17:47:19.220Z | Downloaded linear-map v1.2.0 |
605 | 2025-06-18T17:47:19.220Z | Downloaded lazycell v1.3.0 |
606 | 2025-06-18T17:47:19.220Z | Downloaded radium v0.7.0 |
607 | 2025-06-18T17:47:19.220Z | Downloaded libsw v3.4.0 |
608 | 2025-06-18T17:47:19.221Z | Downloaded progenitor v0.8.0 |
609 | 2025-06-18T17:47:19.221Z | Downloaded indoc v2.0.6 |
610 | 2025-06-18T17:47:19.243Z | Downloaded shlex v1.3.0 |
611 | 2025-06-18T17:47:19.243Z | Downloaded smf v0.2.3 |
612 | 2025-06-18T17:47:19.244Z | Downloaded r2d2 v0.8.10 |
613 | 2025-06-18T17:47:19.244Z | Downloaded litemap v0.7.3 |
614 | 2025-06-18T17:47:19.244Z | Downloaded libloading v0.8.5 |
615 | 2025-06-18T17:47:19.244Z | Downloaded which v4.4.2 |
616 | 2025-06-18T17:47:19.244Z | Downloaded http-body-util v0.1.3 |
617 | 2025-06-18T17:47:19.244Z | Downloaded bzip2 v0.4.4 |
618 | 2025-06-18T17:47:19.244Z | Downloaded tokio-macros v2.5.0 |
619 | 2025-06-18T17:47:19.244Z | Downloaded iana-time-zone v0.1.63 |
620 | 2025-06-18T17:47:19.289Z | Downloaded lru v0.12.5 |
621 | 2025-06-18T17:47:19.289Z | Downloaded tls_codec_derive v0.4.1 |
622 | 2025-06-18T17:47:19.289Z | Downloaded xattr v1.3.1 |
623 | 2025-06-18T17:47:19.289Z | Downloaded darling_macro v0.20.10 |
624 | 2025-06-18T17:47:19.289Z | Downloaded lzss v0.8.2 |
625 | 2025-06-18T17:47:19.289Z | Downloaded ciborium v0.2.2 |
626 | 2025-06-18T17:47:19.313Z | Downloaded ahash v0.8.11 |
627 | 2025-06-18T17:47:19.314Z | Downloaded rusty-fork v0.3.0 |
628 | 2025-06-18T17:47:19.314Z | Downloaded rustls-pemfile v2.2.0 |
629 | 2025-06-18T17:47:19.315Z | Downloaded ssh-cipher v0.2.0 |
630 | 2025-06-18T17:47:19.315Z | Downloaded foreign-types v0.3.2 |
631 | 2025-06-18T17:47:19.315Z | Downloaded vsss-rs v3.3.4 |
632 | 2025-06-18T17:47:19.315Z | Downloaded ssh-encoding v0.2.0 |
633 | 2025-06-18T17:47:19.315Z | Downloaded normalize-line-endings v0.3.0 |
634 | 2025-06-18T17:47:19.315Z | Downloaded proc-macro-error2 v2.0.1 |
635 | 2025-06-18T17:47:19.315Z | Downloaded progenitor-impl v0.8.0 |
636 | 2025-06-18T17:47:19.315Z | Downloaded universal-hash v0.5.1 |
637 | 2025-06-18T17:47:19.315Z | Downloaded predicates v3.1.3 |
638 | 2025-06-18T17:47:19.315Z | Downloaded spki v0.7.3 |
639 | 2025-06-18T17:47:19.316Z | Downloaded data-encoding v2.9.0 |
640 | 2025-06-18T17:47:19.316Z | Downloaded topological-sort v0.2.2 |
641 | 2025-06-18T17:47:19.351Z | Downloaded clang-sys v1.8.1 |
642 | 2025-06-18T17:47:19.352Z | Downloaded difflib v0.4.0 |
643 | 2025-06-18T17:47:19.352Z | Downloaded bit-vec v0.6.3 |
644 | 2025-06-18T17:47:19.352Z | Downloaded litrs v0.4.1 |
645 | 2025-06-18T17:47:19.352Z | Downloaded icu_properties v1.5.1 |
646 | 2025-06-18T17:47:19.352Z | Downloaded openssl-macros v0.1.1 |
647 | 2025-06-18T17:47:19.352Z | Downloaded env_filter v0.1.2 |
648 | 2025-06-18T17:47:19.352Z | Downloaded signal-hook v0.3.18 |
649 | 2025-06-18T17:47:19.353Z | Downloaded crossbeam-epoch v0.9.18 |
650 | 2025-06-18T17:47:19.364Z | Downloaded pretty-hex v0.2.1 |
651 | 2025-06-18T17:47:19.364Z | Downloaded peg-runtime v0.8.5 |
652 | 2025-06-18T17:47:19.364Z | Downloaded group v0.13.0 |
653 | 2025-06-18T17:47:19.364Z | Downloaded russh-cryptovec v0.7.3 |
654 | 2025-06-18T17:47:19.364Z | Downloaded futures-task v0.3.31 |
655 | 2025-06-18T17:47:19.364Z | Downloaded futures-sink v0.3.31 |
656 | 2025-06-18T17:47:19.364Z | Downloaded foldhash v0.1.5 |
657 | 2025-06-18T17:47:19.364Z | Downloaded glob v0.3.2 |
658 | 2025-06-18T17:47:19.364Z | Downloaded num_enum v0.5.11 |
659 | 2025-06-18T17:47:19.364Z | Downloaded ff v0.13.0 |
660 | 2025-06-18T17:47:19.365Z | Downloaded itertools v0.10.5 |
661 | 2025-06-18T17:47:19.365Z | Downloaded progenitor-impl v0.9.1 |
662 | 2025-06-18T17:47:19.365Z | Downloaded sqlformat v0.3.5 |
663 | 2025-06-18T17:47:19.377Z | Downloaded indexmap v1.9.3 |
664 | 2025-06-18T17:47:19.377Z | Downloaded num_enum_derive v0.5.11 |
665 | 2025-06-18T17:47:19.378Z | Downloaded sigpipe v0.1.3 |
666 | 2025-06-18T17:47:19.378Z | Downloaded try-lock v0.2.5 |
667 | 2025-06-18T17:47:19.378Z | Downloaded iddqd v0.3.7 |
668 | 2025-06-18T17:47:19.385Z | Downloaded thiserror-impl-no-std v2.0.2 |
669 | 2025-06-18T17:47:19.385Z | Downloaded pem v3.0.5 |
670 | 2025-06-18T17:47:19.385Z | Downloaded peg v0.8.5 |
671 | 2025-06-18T17:47:19.394Z | Downloaded want v0.3.1 |
672 | 2025-06-18T17:47:19.394Z | Downloaded take_mut v0.2.2 |
673 | 2025-06-18T17:47:19.395Z | Downloaded tabwriter v1.4.0 |
674 | 2025-06-18T17:47:19.395Z | Downloaded same-file v1.0.6 |
675 | 2025-06-18T17:47:19.401Z | Downloaded crypto-bigint v0.5.5 |
676 | 2025-06-18T17:47:19.424Z | Downloaded pbkdf2 v0.11.0 |
677 | 2025-06-18T17:47:19.425Z | Downloaded unarray v0.1.4 |
678 | 2025-06-18T17:47:19.425Z | Downloaded icu_collections v1.5.0 |
679 | 2025-06-18T17:47:19.449Z | Downloaded yoke-derive v0.7.4 |
680 | 2025-06-18T17:47:19.449Z | Downloaded thread_local v1.1.8 |
681 | 2025-06-18T17:47:19.450Z | Downloaded thiserror-no-std v2.0.2 |
682 | 2025-06-18T17:47:19.450Z | Downloaded des v0.8.1 |
683 | 2025-06-18T17:47:19.450Z | Downloaded hyper-util v0.1.14 |
684 | 2025-06-18T17:47:19.481Z | Downloaded tui-tree-widget v0.23.0 |
685 | 2025-06-18T17:47:19.481Z | Downloaded toml v0.7.8 |
686 | 2025-06-18T17:47:19.482Z | Downloaded filetime v0.2.25 |
687 | 2025-06-18T17:47:19.482Z | Downloaded siphasher v0.3.11 |
688 | 2025-06-18T17:47:19.482Z | Downloaded simd-adler32 v0.3.7 |
689 | 2025-06-18T17:47:19.482Z | Downloaded opaque-debug v0.3.1 |
690 | 2025-06-18T17:47:19.482Z | Downloaded xz2 v0.1.7 |
691 | 2025-06-18T17:47:19.482Z | Downloaded newtype_derive v0.1.6 |
692 | 2025-06-18T17:47:19.482Z | Downloaded futures-io v0.3.31 |
693 | 2025-06-18T17:47:19.483Z | Downloaded serde_with_macros v3.12.0 |
694 | 2025-06-18T17:47:19.483Z | Downloaded half v1.8.3 |
695 | 2025-06-18T17:47:19.515Z | Downloaded newline-converter v0.3.0 |
696 | 2025-06-18T17:47:19.515Z | Downloaded num-traits v0.2.19 |
697 | 2025-06-18T17:47:19.516Z | Downloaded steno v0.4.1 |
698 | 2025-06-18T17:47:19.516Z | Downloaded parse-size v1.1.0 |
699 | 2025-06-18T17:47:19.516Z | Downloaded const_format v0.2.34 |
700 | 2025-06-18T17:47:19.516Z | Downloaded dirs-sys-next v0.1.2 |
701 | 2025-06-18T17:47:19.516Z | Downloaded dirs-next v2.0.0 |
702 | 2025-06-18T17:47:19.516Z | Downloaded unicase v2.7.0 |
703 | 2025-06-18T17:47:19.517Z | Downloaded test-strategy v0.4.1 |
704 | 2025-06-18T17:47:19.517Z | Downloaded oso-derive v0.27.3 |
705 | 2025-06-18T17:47:19.517Z | Downloaded num-derive v0.3.3 |
706 | 2025-06-18T17:47:19.517Z | Downloaded serde-big-array v0.5.1 |
707 | 2025-06-18T17:47:19.524Z | Downloaded zone v0.3.1 |
708 | 2025-06-18T17:47:19.524Z | Downloaded dropshot_endpoint v0.16.2 |
709 | 2025-06-18T17:47:19.524Z | Downloaded hash32 v0.3.1 |
710 | 2025-06-18T17:47:19.524Z | Downloaded fatfs v0.3.6 |
711 | 2025-06-18T17:47:19.524Z | Downloaded tower-service v0.3.3 |
712 | 2025-06-18T17:47:19.524Z | Downloaded tower-layer v0.3.3 |
713 | 2025-06-18T17:47:19.524Z | Downloaded futures-macro v0.3.31 |
714 | 2025-06-18T17:47:19.524Z | Downloaded futures-executor v0.3.31 |
715 | 2025-06-18T17:47:19.524Z | Downloaded rpassword v7.3.1 |
716 | 2025-06-18T17:47:19.524Z | Downloaded serde_cbor v0.11.2 |
717 | 2025-06-18T17:47:19.525Z | Downloaded ed25519 v2.2.3 |
718 | 2025-06-18T17:47:19.525Z | Downloaded yansi v1.0.1 |
719 | 2025-06-18T17:47:19.526Z | Downloaded debug-ignore v1.0.5 |
720 | 2025-06-18T17:47:19.531Z | Downloaded daft v0.1.3 |
721 | 2025-06-18T17:47:19.531Z | Downloaded vte_generate_state_changes v0.1.2 |
722 | 2025-06-18T17:47:19.531Z | Downloaded progenitor v0.10.0 |
723 | 2025-06-18T17:47:19.531Z | Downloaded base64 v0.21.7 |
724 | 2025-06-18T17:47:19.539Z | Downloaded poly1305 v0.8.0 |
725 | 2025-06-18T17:47:19.550Z | Downloaded tokio-rustls v0.24.1 |
726 | 2025-06-18T17:47:19.550Z | Downloaded crossbeam-channel v0.5.15 |
727 | 2025-06-18T17:47:19.550Z | Downloaded zerofrom v0.1.4 |
728 | 2025-06-18T17:47:19.573Z | Downloaded derive_builder_macro v0.20.2 |
729 | 2025-06-18T17:47:19.573Z | Downloaded env_logger v0.11.5 |
730 | 2025-06-18T17:47:19.573Z | Downloaded void v1.0.2 |
731 | 2025-06-18T17:47:19.573Z | Downloaded foreign-types-shared v0.1.1 |
732 | 2025-06-18T17:47:19.573Z | Downloaded serde_bytes v0.11.17 |
733 | 2025-06-18T17:47:19.582Z | Downloaded env_logger v0.10.2 |
734 | 2025-06-18T17:47:19.582Z | Downloaded float-ord v0.3.2 |
735 | 2025-06-18T17:47:19.582Z | Downloaded termcolor v1.4.1 |
736 | 2025-06-18T17:47:19.582Z | Downloaded rustc-hash v1.1.0 |
737 | 2025-06-18T17:47:19.582Z | Downloaded progenitor-macro v0.10.0 |
738 | 2025-06-18T17:47:19.583Z | Downloaded flume v0.11.1 |
739 | 2025-06-18T17:47:19.583Z | Downloaded zerocopy v0.6.6 |
740 | 2025-06-18T17:47:19.583Z | Downloaded darling v0.20.10 |
741 | 2025-06-18T17:47:19.586Z | Downloaded mime v0.3.17 |
742 | 2025-06-18T17:47:19.587Z | Downloaded rustc-demangle v0.1.24 |
743 | 2025-06-18T17:47:19.587Z | Downloaded password-hash v0.4.2 |
744 | 2025-06-18T17:47:19.600Z | Downloaded unicode-truncate v1.1.0 |
745 | 2025-06-18T17:47:19.607Z | Downloaded zeroize_derive v1.4.2 |
746 | 2025-06-18T17:47:19.607Z | Downloaded pin-utils v0.1.0 |
747 | 2025-06-18T17:47:19.607Z | Downloaded idna v1.0.3 |
748 | 2025-06-18T17:47:19.607Z | Downloaded progenitor-client v0.9.1 |
749 | 2025-06-18T17:47:19.608Z | Downloaded strum_macros v0.26.4 |
750 | 2025-06-18T17:47:19.671Z | Downloaded p256 v0.13.2 |
751 | 2025-06-18T17:47:19.671Z | Downloaded tap v1.0.1 |
752 | 2025-06-18T17:47:19.671Z | Downloaded tabled_derive v0.10.0 |
753 | 2025-06-18T17:47:19.686Z | Downloaded itertools v0.12.1 |
754 | 2025-06-18T17:47:19.686Z | Downloaded ghash v0.5.1 |
755 | 2025-06-18T17:47:19.686Z | Downloaded fixedbitset v0.4.2 |
756 | 2025-06-18T17:47:19.686Z | Downloaded untrusted v0.9.0 |
757 | 2025-06-18T17:47:19.686Z | Downloaded foreign-types-shared v0.3.1 |
758 | 2025-06-18T17:47:19.686Z | Downloaded pkcs8 v0.10.2 |
759 | 2025-06-18T17:47:19.687Z | Downloaded zerofrom-derive v0.1.4 |
760 | 2025-06-18T17:47:19.687Z | Downloaded unicode-bidi v0.3.17 |
761 | 2025-06-18T17:47:19.687Z | Downloaded foreign-types-macros v0.2.3 |
762 | 2025-06-18T17:47:19.687Z | Downloaded omicron-zone-package v0.12.2 |
763 | 2025-06-18T17:47:19.687Z | Downloaded zone_cfg_derive v0.1.2 |
764 | 2025-06-18T17:47:19.687Z | Downloaded num v0.4.3 |
765 | 2025-06-18T17:47:19.687Z | Downloaded itertools v0.14.0 |
766 | 2025-06-18T17:47:19.687Z | Downloaded mime_guess v2.0.5 |
767 | 2025-06-18T17:47:19.687Z | Downloaded ssh-key v0.6.6 |
768 | 2025-06-18T17:47:19.687Z | Downloaded rand_xorshift v0.4.0 |
769 | 2025-06-18T17:47:19.687Z | Downloaded rand_seeder v0.3.0 |
770 | 2025-06-18T17:47:19.688Z | Downloaded termios v0.3.3 |
771 | 2025-06-18T17:47:19.688Z | Downloaded parking_lot_core v0.8.6 |
772 | 2025-06-18T17:47:19.689Z | Downloaded pretty_assertions v1.4.1 |
773 | 2025-06-18T17:47:19.714Z | Downloaded display-error-chain v0.2.2 |
774 | 2025-06-18T17:47:19.715Z | Downloaded precomputed-hash v0.1.1 |
775 | 2025-06-18T17:47:19.715Z | Downloaded schemars_derive v0.8.22 |
776 | 2025-06-18T17:47:19.715Z | Downloaded utf-8 v0.7.6 |
777 | 2025-06-18T17:47:19.715Z | Downloaded untrusted v0.7.1 |
778 | 2025-06-18T17:47:19.715Z | Downloaded unicode-xid v0.2.6 |
779 | 2025-06-18T17:47:19.715Z | Downloaded vte v0.11.1 |
780 | 2025-06-18T17:47:19.715Z | Downloaded smallvec v0.6.14 |
781 | 2025-06-18T17:47:19.715Z | Downloaded vergen v8.3.2 |
782 | 2025-06-18T17:47:19.734Z | Downloaded write16 v1.0.0 |
783 | 2025-06-18T17:47:19.735Z | Downloaded publicsuffix v2.3.0 |
784 | 2025-06-18T17:47:19.735Z | Downloaded tough v0.20.0 |
785 | 2025-06-18T17:47:19.735Z | Downloaded tokio-native-tls v0.3.1 |
786 | 2025-06-18T17:47:19.735Z | Downloaded zone_cfg_derive v0.3.0 |
787 | 2025-06-18T17:47:19.735Z | Downloaded slog v2.7.0 |
788 | 2025-06-18T17:47:19.735Z | Downloaded pem-rfc7468 v0.7.0 |
789 | 2025-06-18T17:47:19.735Z | Downloaded olpc-cjson v0.1.4 |
790 | 2025-06-18T17:47:19.740Z | Downloaded defmt-parser v0.3.4 |
791 | 2025-06-18T17:47:19.740Z | Downloaded tls_codec v0.4.1 |
792 | 2025-06-18T17:47:19.740Z | Downloaded tiny-keccak v2.0.2 |
793 | 2025-06-18T17:47:19.740Z | Downloaded hyper v1.6.0 |
794 | 2025-06-18T17:47:19.740Z | Downloaded number_prefix v0.4.0 |
795 | 2025-06-18T17:47:19.747Z | Downloaded fxhash v0.2.1 |
796 | 2025-06-18T17:47:19.748Z | Downloaded pin-project-internal v1.1.6 |
797 | 2025-06-18T17:47:19.748Z | Downloaded parking_lot_core v0.9.10 |
798 | 2025-06-18T17:47:19.753Z | Downloaded parking_lot v0.11.2 |
799 | 2025-06-18T17:47:19.753Z | Downloaded progenitor-client v0.8.0 |
800 | 2025-06-18T17:47:19.757Z | Downloaded oso v0.27.3 |
801 | 2025-06-18T17:47:19.757Z | Downloaded aws-lc-rs v1.12.4 |
802 | 2025-06-18T17:47:19.773Z | Downloaded writeable v0.5.5 |
803 | 2025-06-18T17:47:19.787Z | Downloaded signal-hook-mio v0.2.4 |
804 | 2025-06-18T17:47:19.787Z | Downloaded sha1 v0.10.6 |
805 | 2025-06-18T17:47:19.787Z | Downloaded futures-channel v0.3.31 |
806 | 2025-06-18T17:47:19.787Z | Downloaded rand v0.8.5 |
807 | 2025-06-18T17:47:19.801Z | Downloaded crossterm v0.28.1 |
808 | 2025-06-18T17:47:19.801Z | Downloaded num_threads v0.1.7 |
809 | 2025-06-18T17:47:19.801Z | Downloaded icu_properties_data v1.5.0 |
810 | 2025-06-18T17:47:19.823Z | Downloaded powerfmt v0.2.0 |
811 | 2025-06-18T17:47:19.823Z | Downloaded sync_wrapper v1.0.1 |
812 | 2025-06-18T17:47:19.831Z | Downloaded rfc6979 v0.4.0 |
813 | 2025-06-18T17:47:19.831Z | Downloaded nanorand v0.7.0 |
814 | 2025-06-18T17:47:19.831Z | Downloaded openssl-probe v0.1.5 |
815 | 2025-06-18T17:47:19.831Z | Downloaded russh v0.45.0 |
816 | 2025-06-18T17:47:19.831Z | Downloaded support-bundle-viewer v0.1.0 |
817 | 2025-06-18T17:47:19.832Z | Downloaded funty v2.0.0 |
818 | 2025-06-18T17:47:19.832Z | Downloaded semver v0.1.20 |
819 | 2025-06-18T17:47:19.832Z | Downloaded packed_struct v0.10.1 |
820 | 2025-06-18T17:47:19.832Z | Downloaded supports-color v3.0.2 |
821 | 2025-06-18T17:47:19.832Z | Downloaded zstd v0.13.3 |
822 | 2025-06-18T17:47:19.838Z | Downloaded rustls-pki-types v1.10.0 |
823 | 2025-06-18T17:47:19.838Z | Downloaded subtle v2.6.1 |
824 | 2025-06-18T17:47:19.838Z | Downloaded slog-json v2.6.1 |
825 | 2025-06-18T17:47:19.847Z | Downloaded rayon-core v1.12.1 |
826 | 2025-06-18T17:47:19.847Z | Downloaded wyz v0.5.1 |
827 | 2025-06-18T17:47:19.860Z | Downloaded hashbrown v0.13.2 |
828 | 2025-06-18T17:47:19.860Z | Downloaded tinyvec_macros v0.1.1 |
829 | 2025-06-18T17:47:19.860Z | Downloaded packed_struct_codegen v0.10.1 |
830 | 2025-06-18T17:47:19.860Z | Downloaded flagset v0.4.6 |
831 | 2025-06-18T17:47:19.886Z | Downloaded ena v0.14.3 |
832 | 2025-06-18T17:47:19.886Z | Downloaded phf_shared v0.11.2 |
833 | 2025-06-18T17:47:19.886Z | Downloaded embedded-io v0.6.1 |
834 | 2025-06-18T17:47:19.886Z | Downloaded p521 v0.13.3 |
835 | 2025-06-18T17:47:19.887Z | Downloaded termtree v0.5.1 |
836 | 2025-06-18T17:47:19.905Z | Downloaded slog-stdlog v4.1.1 |
837 | 2025-06-18T17:47:19.905Z | Downloaded slog-scope v4.4.0 |
838 | 2025-06-18T17:47:19.905Z | Downloaded rustls-pemfile v1.0.4 |
839 | 2025-06-18T17:47:19.905Z | Downloaded rand_chacha v0.9.0 |
840 | 2025-06-18T17:47:19.905Z | Downloaded hash32 v0.2.1 |
841 | 2025-06-18T17:47:19.905Z | Downloaded resolv-conf v0.7.0 |
842 | 2025-06-18T17:47:19.905Z | Downloaded xshell-macros v0.2.7 |
843 | 2025-06-18T17:47:19.905Z | Downloaded serde_urlencoded v0.7.1 |
844 | 2025-06-18T17:47:19.905Z | Downloaded rand v0.9.1 |
845 | 2025-06-18T17:47:19.906Z | Downloaded path-slash v0.1.5 |
846 | 2025-06-18T17:47:19.906Z | Downloaded lalrpop v0.19.12 |
847 | 2025-06-18T17:47:19.910Z | Downloaded num-iter v0.1.45 |
848 | 2025-06-18T17:47:19.910Z | Downloaded headers-core v0.3.0 |
849 | 2025-06-18T17:47:19.911Z | Downloaded polyval v0.6.2 |
850 | 2025-06-18T17:47:19.911Z | Downloaded serde_path_to_error v0.1.17 |
851 | 2025-06-18T17:47:19.911Z | Downloaded owo-colors v4.2.1 |
852 | 2025-06-18T17:47:19.911Z | Downloaded half v2.4.1 |
853 | 2025-06-18T17:47:19.916Z | Downloaded snafu-derive v0.8.5 |
854 | 2025-06-18T17:47:19.916Z | Downloaded postgres-types v0.2.9 |
855 | 2025-06-18T17:47:19.921Z | Downloaded float-cmp v0.10.0 |
856 | 2025-06-18T17:47:19.921Z | Downloaded slog-term v2.9.1 |
857 | 2025-06-18T17:47:19.927Z | Downloaded new_debug_unreachable v1.0.6 |
858 | 2025-06-18T17:47:19.927Z | Downloaded serde_with v3.12.0 |
859 | 2025-06-18T17:47:19.932Z | Downloaded nu-ansi-term v0.50.1 |
860 | 2025-06-18T17:47:19.936Z | Downloaded tinystr v0.7.6 |
861 | 2025-06-18T17:47:19.940Z | Downloaded slog-async v2.8.0 |
862 | 2025-06-18T17:47:19.940Z | Downloaded percent-encoding v2.3.1 |
863 | 2025-06-18T17:47:19.940Z | Downloaded bindgen v0.71.1 |
864 | 2025-06-18T17:47:19.948Z | Downloaded ref-cast v1.0.24 |
865 | 2025-06-18T17:47:19.956Z | Downloaded diff v0.1.13 |
866 | 2025-06-18T17:47:19.964Z | Downloaded num-integer v0.1.46 |
867 | 2025-06-18T17:47:19.964Z | Downloaded tracing-attributes v0.1.27 |
868 | 2025-06-18T17:47:19.964Z | Downloaded tokio-tungstenite v0.21.0 |
869 | 2025-06-18T17:47:19.964Z | Downloaded synstructure v0.13.1 |
870 | 2025-06-18T17:47:19.973Z | Downloaded blake3 v1.5.4 |
871 | 2025-06-18T17:47:19.981Z | Downloaded csv-core v0.1.11 |
872 | 2025-06-18T17:47:19.981Z | Downloaded typify-macro v0.2.0 |
873 | 2025-06-18T17:47:19.981Z | Downloaded serde_yaml v0.9.34+deprecated |
874 | 2025-06-18T17:47:19.997Z | Downloaded zerocopy-derive v0.8.25 |
875 | 2025-06-18T17:47:19.997Z | Downloaded der_derive v0.7.3 |
876 | 2025-06-18T17:47:19.997Z | Downloaded flate2 v1.1.2 |
877 | 2025-06-18T17:47:20.002Z | Downloaded rayon v1.10.0 |
878 | 2025-06-18T17:47:20.007Z | Downloaded tinyvec v1.8.0 |
879 | 2025-06-18T17:47:20.007Z | Downloaded num-bigint-dig v0.8.4 |
880 | 2025-06-18T17:47:20.011Z | Downloaded xshell v0.2.7 |
881 | 2025-06-18T17:47:20.017Z | Downloaded bitvec v1.0.1 |
882 | 2025-06-18T17:47:20.029Z | Downloaded paste v1.0.15 |
883 | 2025-06-18T17:47:20.034Z | Downloaded native-tls v0.2.12 |
884 | 2025-06-18T17:47:20.040Z | Downloaded diesel_derives v2.2.3 |
885 | 2025-06-18T17:47:20.040Z | Downloaded tower-http v0.6.6 |
886 | 2025-06-18T17:47:20.048Z | Downloaded password-hash v0.5.0 |
887 | 2025-06-18T17:47:20.053Z | Downloaded sqlparser v0.45.0 |
888 | 2025-06-18T17:47:20.060Z | Downloaded openssl-sys v0.9.109 |
889 | 2025-06-18T17:47:20.064Z | Downloaded rustyline v14.0.0 |
890 | 2025-06-18T17:47:20.080Z | Downloaded uuid v1.17.0 |
891 | 2025-06-18T17:47:20.080Z | Downloaded quick-xml v0.37.2 |
892 | 2025-06-18T17:47:20.080Z | Downloaded unicode-segmentation v1.12.0 |
893 | 2025-06-18T17:47:20.086Z | Downloaded num-bigint v0.4.6 |
894 | 2025-06-18T17:47:20.091Z | Downloaded typed-path v0.9.3 |
895 | 2025-06-18T17:47:20.091Z | Downloaded heapless v0.8.0 |
896 | 2025-06-18T17:47:20.095Z | Downloaded rcgen v0.12.1 |
897 | 2025-06-18T17:47:20.102Z | Downloaded der v0.7.9 |
898 | 2025-06-18T17:47:20.108Z | Downloaded heapless v0.7.17 |
899 | 2025-06-18T17:47:20.117Z | Downloaded webpki-roots v1.0.0 |
900 | 2025-06-18T17:47:20.117Z | Downloaded unicode-normalization v0.1.24 |
901 | 2025-06-18T17:47:20.123Z | Downloaded p384 v0.13.0 |
902 | 2025-06-18T17:47:20.134Z | Downloaded tracing v0.1.40 |
903 | 2025-06-18T17:47:20.134Z | Downloaded futures-util v0.3.31 |
904 | 2025-06-18T17:47:20.139Z | Downloaded mio v1.0.2 |
905 | 2025-06-18T17:47:20.146Z | Downloaded zerocopy v0.8.25 |
906 | 2025-06-18T17:47:20.179Z | Downloaded zip v2.6.1 |
907 | 2025-06-18T17:47:20.186Z | Downloaded time v0.3.36 |
908 | 2025-06-18T17:47:20.186Z | Downloaded webpki-roots v0.26.6 |
909 | 2025-06-18T17:47:20.190Z | Downloaded rustls-webpki v0.101.7 |
910 | 2025-06-18T17:47:20.202Z | Downloaded winnow v0.6.26 |
911 | 2025-06-18T17:47:20.213Z | Downloaded radix_trie v0.2.1 |
912 | 2025-06-18T17:47:20.218Z | Downloaded x509-cert v0.2.5 |
913 | 2025-06-18T17:47:20.224Z | Downloaded winnow v0.5.40 |
914 | 2025-06-18T17:47:20.234Z | Downloaded polar-core v0.27.3 |
915 | 2025-06-18T17:47:20.242Z | Downloaded regex-syntax v0.6.29 |
916 | 2025-06-18T17:47:20.254Z | Downloaded rustls v0.21.12 |
917 | 2025-06-18T17:47:20.262Z | Downloaded zerovec v0.10.4 |
918 | 2025-06-18T17:47:20.285Z | Downloaded git2 v0.19.0 |
919 | 2025-06-18T17:47:20.289Z | Downloaded vcpkg v0.2.15 |
920 | 2025-06-18T17:47:20.316Z | Downloaded object v0.30.4 |
921 | 2025-06-18T17:47:20.329Z | Downloaded reedline v0.38.0 |
922 | 2025-06-18T17:47:20.334Z | Downloaded regex v1.11.1 |
923 | 2025-06-18T17:47:20.347Z | Downloaded gimli v0.31.1 |
924 | 2025-06-18T17:47:20.358Z | Downloaded chrono v0.4.41 |
925 | 2025-06-18T17:47:20.364Z | Downloaded proptest v1.7.0 |
926 | 2025-06-18T17:47:20.375Z | Downloaded openssl v0.10.73 |
927 | 2025-06-18T17:47:20.383Z | Downloaded object v0.36.5 |
928 | 2025-06-18T17:47:20.397Z | Downloaded rustls-webpki v0.102.8 |
929 | 2025-06-18T17:47:20.414Z | Downloaded nix v0.27.1 |
930 | 2025-06-18T17:47:20.427Z | Downloaded rustls v0.22.4 |
931 | 2025-06-18T17:47:20.439Z | Downloaded openapiv3 v2.0.0 |
932 | 2025-06-18T17:47:20.453Z | Downloaded reqwest v0.12.20 |
933 | 2025-06-18T17:47:20.463Z | Downloaded smoltcp v0.9.1 |
934 | 2025-06-18T17:47:20.473Z | Downloaded nix v0.29.0 |
935 | 2025-06-18T17:47:20.487Z | Downloaded chrono-tz v0.10.3 |
936 | 2025-06-18T17:47:20.493Z | Downloaded dropshot v0.16.2 |
937 | 2025-06-18T17:47:20.515Z | Downloaded bstr v1.10.0 |
938 | 2025-06-18T17:47:20.525Z | Downloaded diesel v2.2.10 |
939 | 2025-06-18T17:47:20.545Z | Downloaded typify-impl v0.2.0 |
940 | 2025-06-18T17:47:20.562Z | Downloaded nix v0.28.0 |
941 | 2025-06-18T17:47:20.576Z | Downloaded rustls v0.23.19 |
942 | 2025-06-18T17:47:20.585Z | Downloaded regress v0.10.3 |
943 | 2025-06-18T17:47:20.597Z | Downloaded smoltcp v0.11.0 |
944 | 2025-06-18T17:47:20.609Z | Downloaded sled v0.34.7 |
945 | 2025-06-18T17:47:20.618Z | Downloaded regex-syntax v0.8.5 |
946 | 2025-06-18T17:47:20.628Z | Downloaded typify-impl v0.4.1 |
947 | 2025-06-18T17:47:20.646Z | Downloaded lzma-sys v0.1.20 |
948 | 2025-06-18T17:47:20.675Z | Downloaded ratatui v0.29.0 |
949 | 2025-06-18T17:47:20.695Z | Downloaded tokio v1.45.0 |
950 | 2025-06-18T17:47:20.730Z | Downloaded typify-impl v0.3.0 |
951 | 2025-06-18T17:47:20.747Z | Downloaded zerocopy-derive v0.6.6 |
952 | 2025-06-18T17:47:20.757Z | Downloaded zstd-sys v2.0.14+zstd.1.5.7 |
953 | 2025-06-18T17:47:20.780Z | Downloaded libz-sys v1.1.20 |
954 | 2025-06-18T17:47:20.799Z | Downloaded petgraph v0.7.1 |
955 | 2025-06-18T17:47:20.831Z | Downloaded petgraph v0.6.5 |
956 | 2025-06-18T17:47:20.836Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
957 | 2025-06-18T17:47:20.851Z | Downloaded jiff v0.2.15 |
958 | 2025-06-18T17:47:20.868Z | Downloaded regex-automata v0.4.8 |
959 | 2025-06-18T17:47:20.905Z | Downloaded petname v2.0.2 |
960 | 2025-06-18T17:47:20.914Z | Downloaded curve25519-dalek v4.1.3 |
961 | 2025-06-18T17:47:20.914Z | Downloaded tabled v0.18.0 |
962 | 2025-06-18T17:47:20.919Z | Downloaded quinn-proto v0.11.8 |
963 | 2025-06-18T17:47:20.924Z | Downloaded portable-atomic v1.11.0 |
964 | 2025-06-18T17:47:20.930Z | Downloaded csv v1.3.1 |
965 | 2025-06-18T17:47:20.951Z | Downloaded salty v0.3.0 |
966 | 2025-06-18T17:47:20.958Z | Downloaded bindgen v0.69.5 |
967 | 2025-06-18T17:47:20.965Z | Downloaded tokio-util v0.7.13 |
968 | 2025-06-18T17:47:20.974Z | Downloaded tungstenite v0.23.0 |
969 | 2025-06-18T17:47:20.978Z | Downloaded tungstenite v0.21.0 |
970 | 2025-06-18T17:47:20.978Z | Downloaded progenitor-macro v0.8.0 |
971 | 2025-06-18T17:47:20.984Z | Downloaded uzers v0.12.1 |
972 | 2025-06-18T17:47:20.984Z | Downloaded serde_derive_internals v0.29.1 |
973 | 2025-06-18T17:47:20.989Z | Downloaded fs_extra v1.3.0 |
974 | 2025-06-18T17:47:20.989Z | Downloaded ctr v0.9.2 |
975 | 2025-06-18T17:47:20.989Z | Downloaded tracing-core v0.1.32 |
976 | 2025-06-18T17:47:20.989Z | Downloaded futures v0.3.31 |
977 | 2025-06-18T17:47:20.993Z | Downloaded miniz_oxide v0.8.5 |
978 | 2025-06-18T17:47:20.997Z | Downloaded sha3 v0.10.8 |
979 | 2025-06-18T17:47:21.002Z | Downloaded tokio-postgres v0.7.13 |
980 | 2025-06-18T17:47:21.005Z | Downloaded minimal-lexical v0.2.1 |
981 | 2025-06-18T17:47:21.009Z | Downloaded h2 v0.4.6 |
982 | 2025-06-18T17:47:21.016Z | Downloaded postgres-protocol v0.6.8 |
983 | 2025-06-18T17:47:21.019Z | Downloaded snafu v0.8.5 |
984 | 2025-06-18T17:47:21.023Z | Downloaded url v2.5.3 |
985 | 2025-06-18T17:47:21.029Z | Downloaded diesel-dtrace v0.4.2 |
986 | 2025-06-18T17:47:21.033Z | Downloaded rand_chacha v0.3.1 |
987 | 2025-06-18T17:47:21.033Z | Downloaded fs-err v2.11.0 |
988 | 2025-06-18T17:47:21.033Z | Downloaded form_urlencoded v1.2.1 |
989 | 2025-06-18T17:47:21.033Z | Downloaded defmt-macros v0.3.9 |
990 | 2025-06-18T17:47:21.038Z | Downloaded fixedbitset v0.5.7 |
991 | 2025-06-18T17:47:21.038Z | Downloaded nom v7.1.3 |
992 | 2025-06-18T17:47:21.042Z | Downloaded utf8_iter v1.0.4 |
993 | 2025-06-18T17:47:21.046Z | Downloaded deranged v0.3.11 |
994 | 2025-06-18T17:47:21.046Z | Downloaded whoami v1.5.2 |
995 | 2025-06-18T17:47:21.046Z | Downloaded parse-zoneinfo v0.3.1 |
996 | 2025-06-18T17:47:21.049Z | Downloaded aes-gcm v0.10.3 |
997 | 2025-06-18T17:47:21.056Z | Downloaded zopfli v0.8.1 |
998 | 2025-06-18T17:47:21.056Z | Downloaded slog-bunyan v2.5.0 |
999 | 2025-06-18T17:47:21.056Z | Downloaded typify v0.2.0 |
1000 | 2025-06-18T17:47:21.061Z | Downloaded twox-hash v2.1.0 |
1001 | 2025-06-18T17:47:21.061Z | Downloaded time-macros v0.2.18 |
1002 | 2025-06-18T17:47:21.063Z | Downloaded pin-project v1.1.6 |
1003 | 2025-06-18T17:47:21.072Z | Downloaded parking_lot v0.12.3 |
1004 | 2025-06-18T17:47:21.075Z | Downloaded tar v0.4.44 |
1005 | 2025-06-18T17:47:21.078Z | Downloaded gethostname v0.5.0 |
1006 | 2025-06-18T17:47:21.078Z | Downloaded zone v0.1.8 |
1007 | 2025-06-18T17:47:21.078Z | Downloaded diesel_table_macro_syntax v0.2.0 |
1008 | 2025-06-18T17:47:21.082Z | Downloaded wait-timeout v0.2.0 |
1009 | 2025-06-18T17:47:21.082Z | Downloaded hashbrown v0.12.3 |
1010 | 2025-06-18T17:47:21.086Z | Downloaded expectorate v1.2.0 |
1011 | 2025-06-18T17:47:21.090Z | Downloaded ed25519-dalek v2.1.1 |
1012 | 2025-06-18T17:47:21.090Z | Downloaded papergrid v0.14.0 |
1013 | 2025-06-18T17:47:21.094Z | Downloaded proc-macro-error-attr2 v2.0.0 |
1014 | 2025-06-18T17:47:21.097Z | Downloaded proc-macro-crate v1.3.1 |
1015 | 2025-06-18T17:47:21.098Z | Downloaded ppv-lite86 v0.2.20 |
1016 | 2025-06-18T17:47:21.098Z | Downloaded derive_builder v0.20.2 |
1017 | 2025-06-18T17:47:21.101Z | Downloaded encoding_rs v0.8.34 |
1018 | 2025-06-18T17:47:21.122Z | Downloaded time-core v0.1.2 |
1019 | 2025-06-18T17:47:21.127Z | Downloaded endian-type v0.1.2 |
1020 | 2025-06-18T17:47:21.127Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1021 | 2025-06-18T17:47:21.183Z | Downloaded progenitor v0.9.1 |
1022 | 2025-06-18T17:47:21.192Z | Downloaded phf v0.11.2 |
1023 | 2025-06-18T17:47:21.192Z | Downloaded memoffset v0.9.1 |
1024 | 2025-06-18T17:47:21.192Z | Downloaded ring v0.17.14 |
1025 | 2025-06-18T17:47:21.235Z | Downloaded either v1.14.0 |
1026 | 2025-06-18T17:47:21.244Z | Downloaded dyn-clone v1.0.19 |
1027 | 2025-06-18T17:47:21.244Z | Downloaded dunce v1.0.5 |
1028 | 2025-06-18T17:47:21.244Z | Downloaded dsl_auto_type v0.1.2 |
1029 | 2025-06-18T17:47:21.244Z | Downloaded displaydoc v0.2.5 |
1030 | 2025-06-18T17:47:21.244Z | Downloaded pin-project-lite v0.2.14 |
1031 | 2025-06-18T17:47:21.248Z | Downloaded socket2 v0.5.10 |
1032 | 2025-06-18T17:47:21.248Z | Downloaded unicode_categories v0.1.1 |
1033 | 2025-06-18T17:47:21.248Z | Downloaded sync-ptr v0.1.1 |
1034 | 2025-06-18T17:47:21.248Z | Downloaded quinn v0.11.5 |
1035 | 2025-06-18T17:47:21.251Z | Downloaded itertools v0.13.0 |
1036 | 2025-06-18T17:47:21.256Z | Downloaded qorb v0.4.0 |
1037 | 2025-06-18T17:47:21.261Z | Downloaded typify-macro v0.4.1 |
1038 | 2025-06-18T17:47:21.267Z | Downloaded typify-macro v0.3.0 |
1039 | 2025-06-18T17:47:21.267Z | Downloaded num-complex v0.4.6 |
1040 | 2025-06-18T17:47:21.267Z | Downloaded rsa v0.9.6 |
1041 | 2025-06-18T17:47:21.272Z | Downloaded getrandom v0.2.15 |
1042 | 2025-06-18T17:47:21.288Z | Downloaded term v0.7.0 |
1043 | 2025-06-18T17:47:21.288Z | Downloaded subprocess v0.2.9 |
1044 | 2025-06-18T17:47:21.288Z | Downloaded sec1 v0.7.3 |
1045 | 2025-06-18T17:47:21.307Z | Downloaded sct v0.7.1 |
1046 | 2025-06-18T17:47:21.307Z | Downloaded scrypt v0.11.0 |
1047 | 2025-06-18T17:47:21.307Z | Downloaded scopeguard v1.2.0 |
1048 | 2025-06-18T17:47:21.307Z | Downloaded rand_core v0.9.2 |
1049 | 2025-06-18T17:47:21.308Z | Downloaded rand_core v0.6.4 |
1050 | 2025-06-18T17:47:21.308Z | Downloaded ecdsa v0.16.9 |
1051 | 2025-06-18T17:47:21.308Z | Downloaded derive_builder_core v0.20.2 |
1052 | 2025-06-18T17:47:21.308Z | Downloaded libm v0.2.8 |
1053 | 2025-06-18T17:47:21.327Z | Downloaded libxml v0.3.3 |
1054 | 2025-06-18T17:47:21.327Z | Downloaded samael v0.0.19 |
1055 | 2025-06-18T17:47:21.327Z | Downloaded iri-string v0.7.8 |
1056 | 2025-06-18T17:47:21.342Z | Downloaded tokio-tungstenite v0.23.1 |
1057 | 2025-06-18T17:47:21.342Z | Downloaded multer v3.1.0 |
1058 | 2025-06-18T17:47:21.342Z | Downloaded elliptic-curve v0.13.8 |
1059 | 2025-06-18T17:47:21.342Z | Downloaded toml_edit v0.19.15 |
1060 | 2025-06-18T17:47:21.348Z | Downloaded darling_core v0.20.10 |
1061 | 2025-06-18T17:47:21.348Z | Downloaded zeroize v1.8.1 |
1062 | 2025-06-18T17:47:21.348Z | Downloaded slab v0.4.9 |
1063 | 2025-06-18T17:47:21.348Z | Downloaded signal-hook-registry v1.4.2 |
1064 | 2025-06-18T17:47:21.348Z | Downloaded defmt v0.3.8 |
1065 | 2025-06-18T17:47:21.348Z | Downloaded tower v0.5.2 |
1066 | 2025-06-18T17:47:21.355Z | Downloaded curve25519-dalek-derive v0.1.1 |
1067 | 2025-06-18T17:47:21.360Z | Downloaded similar v2.7.0 |
1068 | 2025-06-18T17:47:21.364Z | Downloaded derive_more v0.99.20 |
1069 | 2025-06-18T17:47:21.378Z | Downloaded nibble_vec v0.1.0 |
1070 | 2025-06-18T17:47:21.378Z | Downloaded serde-hex v0.1.0 |
1071 | 2025-06-18T17:47:21.378Z | Downloaded rustc_version v0.4.1 |
1072 | 2025-06-18T17:47:21.378Z | Downloaded prettyplease v0.2.34 |
1073 | 2025-06-18T17:47:21.378Z | Downloaded progenitor-macro v0.9.1 |
1074 | 2025-06-18T17:47:21.378Z | Downloaded phf_generator v0.11.2 |
1075 | 2025-06-18T17:47:21.378Z | Downloaded phf_codegen v0.11.2 |
1076 | 2025-06-18T17:47:21.378Z | Downloaded num-derive v0.4.2 |
1077 | 2025-06-18T17:47:21.378Z | Downloaded tokio-rustls v0.26.0 |
1078 | 2025-06-18T17:47:21.378Z | Downloaded tokio-rustls v0.25.0 |
1079 | 2025-06-18T17:47:21.384Z | Downloaded zip v0.6.6 |
1080 | 2025-06-18T17:47:21.391Z | Downloaded pkg-config v0.3.31 |
1081 | 2025-06-18T17:47:21.391Z | Downloaded parse-display-derive v0.10.0 |
1082 | 2025-06-18T17:47:21.391Z | Downloaded parse-display v0.10.0 |
1083 | 2025-06-18T17:47:21.391Z | Downloaded zstd-safe v7.2.3 |
1084 | 2025-06-18T17:47:21.391Z | Downloaded russh-keys v0.45.0 |
1085 | 2025-06-18T17:47:21.397Z | Downloaded unsafe-libyaml v0.2.11 |
1086 | 2025-06-18T17:47:21.397Z | Downloaded http v1.3.1 |
1087 | 2025-06-18T17:47:21.404Z | Downloaded daft-derive v0.1.3 |
1088 | 2025-06-18T17:47:21.404Z | Downloaded headers v0.4.1 |
1089 | 2025-06-18T17:47:21.407Z | Downloaded fallible-iterator v0.2.0 |
1090 | 2025-06-18T17:47:21.407Z | Downloaded enum-as-inner v0.6.1 |
1091 | 2025-06-18T17:47:21.412Z | Downloaded pkcs5 v0.7.1 |
1092 | 2025-06-18T17:47:21.412Z | Downloaded pkcs1 v0.7.5 |
1093 | 2025-06-18T17:47:21.420Z | Downloaded utf16_iter v1.0.5 |
1094 | 2025-06-18T17:47:21.420Z | Downloaded tokio-stream v0.1.17 |
1095 | 2025-06-18T17:47:21.426Z | Downloaded num-conv v0.1.0 |
1096 | 2025-06-18T17:47:21.426Z | Downloaded walkdir v2.5.0 |
1097 | 2025-06-18T17:47:21.426Z | Downloaded postcard v1.0.10 |
1098 | 2025-06-18T17:47:21.426Z | Downloaded cc v1.2.15 |
1099 | 2025-06-18T17:47:21.438Z | Downloaded strum v0.26.3 |
1100 | 2025-06-18T17:47:21.438Z | Downloaded bumpalo v3.16.0 |
1101 | 2025-06-18T17:47:21.438Z | Downloaded backtrace v0.3.74 |
1102 | 2025-06-18T17:47:21.442Z | Downloaded signature v2.2.0 |
1103 | 2025-06-18T17:47:21.442Z | Downloaded signal-hook-tokio v0.3.1 |
1104 | 2025-06-18T17:47:21.443Z | Downloaded peg-macros v0.8.5 |
1105 | 2025-06-18T17:47:21.443Z | Downloaded ron v0.8.1 |
1106 | 2025-06-18T17:47:21.450Z | Downloaded progenitor-impl v0.10.0 |
1107 | 2025-06-18T17:47:21.450Z | Downloaded compact_str v0.8.0 |
1108 | 2025-06-18T17:47:21.454Z | Downloaded strum_macros v0.25.3 |
1109 | 2025-06-18T17:47:21.454Z | Downloaded strum_macros v0.24.3 |
1110 | 2025-06-18T17:47:21.454Z | Downloaded derive-where v1.2.7 |
1111 | 2025-06-18T17:47:21.457Z | Downloaded salsa20 v0.10.2 |
1112 | 2025-06-18T17:47:21.457Z | Downloaded ref-cast-impl v1.0.24 |
1113 | 2025-06-18T17:47:21.457Z | Downloaded psl-types v2.0.11 |
1114 | 2025-06-18T17:47:21.457Z | Downloaded num-rational v0.4.2 |
1115 | 2025-06-18T17:47:21.461Z | Downloaded spin v0.9.8 |
1116 | 2025-06-18T17:47:21.464Z | Downloaded bytes v1.10.1 |
1117 | 2025-06-18T17:47:21.469Z | Downloaded allocator-api2 v0.2.21 |
1118 | 2025-06-18T17:47:21.469Z | Downloaded rtoolbox v0.0.2 |
1119 | 2025-06-18T17:47:21.472Z | Downloaded quick-error v1.2.3 |
1120 | 2025-06-18T17:47:21.472Z | Downloaded primeorder v0.13.6 |
1121 | 2025-06-18T17:47:21.472Z | Downloaded newtype-uuid v1.2.4 |
1122 | 2025-06-18T17:47:21.473Z | Downloaded pbkdf2 v0.12.2 |
1123 | 2025-06-18T17:47:21.477Z | Downloaded nodrop v0.1.14 |
1124 | 2025-06-18T17:47:21.477Z | Downloaded multimap v0.10.1 |
1125 | 2025-06-18T17:47:21.477Z | Downloaded oxnet v0.1.2 |
1126 | 2025-06-18T17:47:21.477Z | Downloaded unicode-properties v0.1.3 |
1127 | 2025-06-18T17:47:21.480Z | Downloaded ron v0.7.1 |
1128 | 2025-06-18T17:47:21.483Z | Downloaded chacha20poly1305 v0.10.1 |
1129 | 2025-06-18T17:47:21.487Z | Downloaded typify v0.4.1 |
1130 | 2025-06-18T17:47:21.492Z | Downloaded typify v0.3.0 |
1131 | 2025-06-18T17:47:21.495Z | Downloaded schemars v0.8.22 |
1132 | 2025-06-18T17:47:21.504Z | Downloaded fd-lock v4.0.2 |
1133 | 2025-06-18T17:47:21.507Z | Downloaded embedded-io v0.4.0 |
1134 | 2025-06-18T17:47:21.507Z | Downloaded document-features v0.2.10 |
1135 | 2025-06-18T17:47:21.507Z | Downloaded yasna v0.5.2 |
1136 | 2025-06-18T17:47:21.513Z | Downloaded futures-core v0.3.31 |
1137 | 2025-06-18T17:47:21.513Z | Downloaded foreign-types v0.5.0 |
1138 | 2025-06-18T17:47:21.513Z | Downloaded globset v0.4.15 |
1139 | 2025-06-18T17:47:21.517Z | Downloaded yoke v0.7.4 |
1140 | 2025-06-18T17:47:21.517Z | Downloaded value-bag v1.9.0 |
1141 | 2025-06-18T17:47:21.517Z | Downloaded arc-swap v1.7.1 |
1142 | 2025-06-18T17:47:21.521Z | Downloaded zerovec-derive v0.10.3 |
1143 | 2025-06-18T17:47:21.525Z | Downloaded crossbeam-utils v0.8.21 |
1144 | 2025-06-18T17:47:21.525Z | Downloaded crc-any v2.5.0 |
1145 | 2025-06-18T17:47:21.525Z | Downloaded cookie v0.18.1 |
1146 | 2025-06-18T17:47:21.532Z | Downloaded const-oid v0.9.6 |
1147 | 2025-06-18T17:47:21.532Z | Downloaded jiff-static v0.2.15 |
1148 | 2025-06-18T17:47:21.532Z | Downloaded indicatif v0.17.11 |
1149 | 2025-06-18T17:47:21.539Z | Downloaded smallvec v1.15.0 |
1150 | 2025-06-18T17:47:21.539Z | Downloaded bzip2 v0.5.2 |
1151 | 2025-06-18T17:47:21.547Z | Downloaded ingot-macros v0.1.0 |
1152 | 2025-06-18T17:47:21.547Z | Downloaded icu_provider v1.5.0 |
1153 | 2025-06-18T17:47:21.547Z | Downloaded crc32fast v1.4.2 |
1154 | 2025-06-18T17:47:21.552Z | Downloaded const_format_proc_macros v0.2.34 |
1155 | 2025-06-18T17:47:21.552Z | Downloaded waitgroup v0.1.2 |
1156 | 2025-06-18T17:47:21.552Z | Downloaded slog-envlogger v2.2.0 |
1157 | 2025-06-18T17:47:21.552Z | Downloaded slog-dtrace v0.3.0 |
1158 | 2025-06-18T17:47:21.552Z | Downloaded console v0.15.10 |
1159 | 2025-06-18T17:47:21.560Z | Downloaded cassowary v0.3.0 |
1160 | 2025-06-18T17:47:21.560Z | Downloaded memmap2 v0.9.5 |
1161 | 2025-06-18T17:47:21.560Z | Downloaded hyper-rustls v0.27.3 |
1162 | 2025-06-18T17:47:21.564Z | Downloaded cipher v0.4.4 |
1163 | 2025-06-18T17:47:21.565Z | Downloaded cancel-safe-futures v0.1.5 |
1164 | 2025-06-18T17:47:21.565Z | Downloaded structmeta-derive v0.3.0 |
1165 | 2025-06-18T17:47:21.565Z | Downloaded stringprep v0.1.5 |
1166 | 2025-06-18T17:47:21.571Z | Downloaded static_assertions v1.1.0 |
1167 | 2025-06-18T17:47:21.571Z | Downloaded libscf-sys v1.1.0 |
1168 | 2025-06-18T17:47:21.571Z | Downloaded string_cache v0.8.9 |
1169 | 2025-06-18T17:47:21.572Z | Downloaded stable_deref_trait v1.2.0 |
1170 | 2025-06-18T17:47:21.572Z | Downloaded serde_plain v1.0.2 |
1171 | 2025-06-18T17:47:21.580Z | Downloaded scheduled-thread-pool v0.2.7 |
1172 | 2025-06-18T17:47:21.580Z | Downloaded rustversion v1.0.17 |
1173 | 2025-06-18T17:47:21.580Z | Downloaded icu_locid_transform v1.5.0 |
1174 | 2025-06-18T17:47:21.580Z | Downloaded icu_locid v1.5.0 |
1175 | 2025-06-18T17:47:21.583Z | Downloaded quinn-udp v0.5.5 |
1176 | 2025-06-18T17:47:21.584Z | Downloaded ipnet v2.11.0 |
1177 | 2025-06-18T17:47:21.584Z | Downloaded serde_repr v0.1.19 |
1178 | 2025-06-18T17:47:21.588Z | Downloaded secrecy v0.10.3 |
1179 | 2025-06-18T17:47:21.588Z | Downloaded rustc_version v0.1.7 |
1180 | 2025-06-18T17:47:21.588Z | Downloaded rustc-hash v2.1.1 |
1181 | 2025-06-18T17:47:21.588Z | Downloaded lock_api v0.4.12 |
1182 | 2025-06-18T17:47:21.594Z | Downloaded hyper-staticfile v0.10.1 |
1183 | 2025-06-18T17:47:21.594Z | Downloaded ingot v0.1.0 |
1184 | 2025-06-18T17:47:21.594Z | Downloaded base64ct v1.6.0 |
1185 | 2025-06-18T17:47:21.598Z | Downloaded backoff v0.4.0 |
1186 | 2025-06-18T17:47:21.598Z | Downloaded maplit v1.0.2 |
1187 | 2025-06-18T17:47:21.598Z | Downloaded managed v0.8.0 |
1188 | 2025-06-18T17:47:21.598Z | Downloaded crc-catalog v2.4.0 |
1189 | 2025-06-18T17:47:21.602Z | Downloaded constant_time_eq v0.3.1 |
1190 | 2025-06-18T17:47:21.602Z | Downloaded lalrpop-util v0.19.12 |
1191 | 2025-06-18T17:47:21.602Z | Downloaded linked-hash-map v0.5.6 |
1192 | 2025-06-18T17:47:21.606Z | Downloaded libefi-sys v0.1.0 |
1193 | 2025-06-18T17:47:21.606Z | Downloaded cmake v0.1.51 |
1194 | 2025-06-18T17:47:21.606Z | Downloaded secrecy v0.8.0 |
1195 | 2025-06-18T17:47:21.606Z | Downloaded cfg_aliases v0.1.1 |
1196 | 2025-06-18T17:47:21.606Z | Downloaded ciborium-ll v0.2.2 |
1197 | 2025-06-18T17:47:21.611Z | Downloaded bitflags v1.3.2 |
1198 | 2025-06-18T17:47:21.611Z | Downloaded keccak v0.1.5 |
1199 | 2025-06-18T17:47:21.611Z | Downloaded castaway v0.2.3 |
1200 | 2025-06-18T17:47:21.615Z | Downloaded ipnetwork v0.21.1 |
1201 | 2025-06-18T17:47:21.615Z | Downloaded instability v0.3.2 |
1202 | 2025-06-18T17:47:21.615Z | Downloaded inout v0.1.3 |
1203 | 2025-06-18T17:47:21.621Z | Downloaded impl-trait-for-tuples v0.2.2 |
1204 | 2025-06-18T17:47:21.621Z | Downloaded icu_provider_macros v1.5.0 |
1205 | 2025-06-18T17:47:21.621Z | Downloaded hickory-server v0.24.4 |
1206 | 2025-06-18T17:47:21.625Z | Downloaded crucible-workspace-hack v0.1.0 |
1207 | 2025-06-18T17:47:21.625Z | Downloaded cookie_store v0.21.1 |
1208 | 2025-06-18T17:47:21.630Z | Downloaded colored v2.2.0 |
1209 | 2025-06-18T17:47:21.631Z | Downloaded blake2 v0.10.6 |
1210 | 2025-06-18T17:47:21.651Z | Downloaded bitfield-struct v0.6.2 |
1211 | 2025-06-18T17:47:21.651Z | Downloaded bit-set v0.8.0 |
1212 | 2025-06-18T17:47:21.652Z | Downloaded bit-set v0.5.3 |
1213 | 2025-06-18T17:47:21.652Z | Downloaded hex-literal v0.4.1 |
1214 | 2025-06-18T17:47:21.652Z | Downloaded bcrypt-pbkdf v0.10.0 |
1215 | 2025-06-18T17:47:21.652Z | Downloaded chrono-tz-build v0.4.0 |
1216 | 2025-06-18T17:47:21.656Z | Downloaded atty v0.2.14 |
1217 | 2025-06-18T17:47:21.656Z | Downloaded atomicwrites v0.4.4 |
1218 | 2025-06-18T17:47:21.656Z | Downloaded async-stream-impl v0.3.6 |
1219 | 2025-06-18T17:47:21.656Z | Downloaded assert_matches v1.5.0 |
1220 | 2025-06-18T17:47:21.656Z | Downloaded arrayref v0.3.9 |
1221 | 2025-06-18T17:47:21.656Z | Downloaded array-init v0.0.4 |
1222 | 2025-06-18T17:47:21.656Z | Downloaded async-bb8-diesel v0.2.1 |
1223 | 2025-06-18T17:47:21.656Z | Downloaded ascii-canvas v3.0.0 |
1224 | 2025-06-18T17:47:21.656Z | Downloaded arrayvec v0.7.6 |
1225 | 2025-06-18T17:47:21.917Z | Downloaded aws-lc-sys v0.26.0 |
1226 | 2025-06-18T17:47:22.252Z | Compiling serde v1.0.219 |
1227 | 2025-06-18T17:47:22.260Z | Compiling value-bag v1.9.0 |
1228 | 2025-06-18T17:47:22.260Z | Compiling shlex v1.3.0 |
1229 | 2025-06-18T17:47:22.260Z | Compiling lock_api v0.4.12 |
1230 | 2025-06-18T17:47:22.260Z | Compiling scopeguard v1.2.0 |
1231 | 2025-06-18T17:47:22.260Z | Compiling typenum v1.17.0 |
1232 | 2025-06-18T17:47:22.430Z | Compiling syn v2.0.103 |
1233 | 2025-06-18T17:47:22.448Z | Compiling getrandom v0.2.15 |
1234 | 2025-06-18T17:47:22.623Z | Compiling jobserver v0.1.32 |
1235 | 2025-06-18T17:47:22.778Z | Compiling rand_core v0.6.4 |
1236 | 2025-06-18T17:47:22.868Z | Compiling log v0.4.27 |
1237 | 2025-06-18T17:47:22.917Z | Compiling generic-array v0.14.7 |
1238 | 2025-06-18T17:47:23.140Z | Compiling cc v1.2.15 |
1239 | 2025-06-18T17:47:23.385Z | Compiling smallvec v1.15.0 |
1240 | 2025-06-18T17:47:23.472Z | Compiling subtle v2.6.1 |
1241 | 2025-06-18T17:47:23.495Z | Compiling const-oid v0.9.6 |
1242 | 2025-06-18T17:47:23.515Z | Compiling stable_deref_trait v1.2.0 |
1243 | 2025-06-18T17:47:23.643Z | Compiling pkg-config v0.3.31 |
1244 | 2025-06-18T17:47:23.708Z | Compiling parking_lot_core v0.9.10 |
1245 | 2025-06-18T17:47:23.792Z | Compiling pin-project-lite v0.2.14 |
1246 | 2025-06-18T17:47:23.870Z | Compiling rustix v0.38.37 |
1247 | 2025-06-18T17:47:23.954Z | Compiling signal-hook-registry v1.4.2 |
1248 | 2025-06-18T17:47:24.644Z | Compiling parking_lot v0.12.3 |
1249 | 2025-06-18T17:47:24.663Z | Compiling mio v1.0.2 |
1250 | 2025-06-18T17:47:24.794Z | Compiling futures-core v0.3.31 |
1251 | 2025-06-18T17:47:24.871Z | Compiling spin v0.9.8 |
1252 | 2025-06-18T17:47:24.979Z | Compiling socket2 v0.5.10 |
1253 | 2025-06-18T17:47:25.066Z | Compiling aho-corasick v1.1.3 |
1254 | 2025-06-18T17:47:25.276Z | Compiling slab v0.4.9 |
1255 | 2025-06-18T17:47:25.484Z | Compiling litemap v0.7.3 |
1256 | 2025-06-18T17:47:25.629Z | Compiling writeable v0.5.5 |
1257 | 2025-06-18T17:47:25.670Z | Compiling libm v0.2.8 |
1258 | 2025-06-18T17:47:25.763Z | Compiling either v1.14.0 |
1259 | 2025-06-18T17:47:25.884Z | Compiling regex-syntax v0.8.5 |
1260 | 2025-06-18T17:47:25.901Z | Compiling serde_json v1.0.140 |
1261 | 2025-06-18T17:47:26.039Z | Compiling cpufeatures v0.2.14 |
1262 | 2025-06-18T17:47:26.194Z | Compiling num-traits v0.2.19 |
1263 | 2025-06-18T17:47:26.224Z | Compiling futures-sink v0.3.31 |
1264 | 2025-06-18T17:47:26.281Z | Compiling glob v0.3.2 |
1265 | 2025-06-18T17:47:26.347Z | Compiling percent-encoding v2.3.1 |
1266 | 2025-06-18T17:47:26.801Z | Compiling getrandom v0.3.1 |
1267 | 2025-06-18T17:47:26.933Z | Compiling icu_locid_transform_data v1.5.0 |
1268 | 2025-06-18T17:47:27.063Z | Compiling prettyplease v0.2.34 |
1269 | 2025-06-18T17:47:27.063Z | Compiling lazy_static v1.5.0 |
1270 | 2025-06-18T17:47:27.165Z | Compiling allocator-api2 v0.2.21 |
1271 | 2025-06-18T17:47:27.307Z | Compiling clang-sys v1.8.1 |
1272 | 2025-06-18T17:47:27.390Z | Compiling icu_properties_data v1.5.0 |
1273 | 2025-06-18T17:47:27.391Z | Compiling minimal-lexical v0.2.1 |
1274 | 2025-06-18T17:47:27.502Z | Compiling foldhash v0.1.5 |
1275 | 2025-06-18T17:47:27.844Z | Compiling hashbrown v0.15.3 |
1276 | 2025-06-18T17:47:27.898Z | Compiling nom v7.1.3 |
1277 | 2025-06-18T17:47:27.967Z | Compiling libloading v0.8.5 |
1278 | 2025-06-18T17:47:28.313Z | Compiling icu_normalizer_data v1.5.0 |
1279 | 2025-06-18T17:47:28.382Z | Compiling write16 v1.0.0 |
1280 | 2025-06-18T17:47:28.422Z | Compiling base64ct v1.6.0 |
1281 | 2025-06-18T17:47:28.522Z | Compiling utf8_iter v1.0.4 |
1282 | 2025-06-18T17:47:28.762Z | Compiling utf16_iter v1.0.5 |
1283 | 2025-06-18T17:47:28.979Z | Compiling home v0.5.9 |
1284 | 2025-06-18T17:47:29.005Z | Compiling bindgen v0.69.5 |
1285 | 2025-06-18T17:47:29.110Z | Compiling pem-rfc7468 v0.7.0 |
1286 | 2025-06-18T17:47:29.352Z | Compiling futures-channel v0.3.31 |
1287 | 2025-06-18T17:47:29.543Z | Compiling regex-automata v0.4.8 |
1288 | 2025-06-18T17:47:29.717Z | Compiling itertools v0.12.1 |
1289 | 2025-06-18T17:47:29.762Z | Compiling synstructure v0.13.1 |
1290 | 2025-06-18T17:47:31.137Z | Compiling cexpr v0.6.0 |
1291 | 2025-06-18T17:47:31.181Z | Compiling flagset v0.4.6 |
1292 | 2025-06-18T17:47:31.421Z | Compiling lazycell v1.3.0 |
1293 | 2025-06-18T17:47:31.586Z | Compiling rustc-hash v1.1.0 |
1294 | 2025-06-18T17:47:31.639Z | Compiling pin-utils v0.1.0 |
1295 | 2025-06-18T17:47:31.755Z | Compiling futures-task v0.3.31 |
1296 | 2025-06-18T17:47:31.762Z | Compiling futures-io v0.3.31 |
1297 | 2025-06-18T17:47:32.053Z | Compiling cmake v0.1.51 |
1298 | 2025-06-18T17:47:32.093Z | Compiling dunce v1.0.5 |
1299 | 2025-06-18T17:47:32.224Z | Compiling fs_extra v1.3.0 |
1300 | 2025-06-18T17:47:32.510Z | Compiling form_urlencoded v1.2.1 |
1301 | 2025-06-18T17:47:32.635Z | Compiling vcpkg v0.2.15 |
1302 | 2025-06-18T17:47:32.758Z | Compiling paste v1.0.15 |
1303 | 2025-06-18T17:47:32.787Z | Compiling crossbeam-utils v0.8.21 |
1304 | 2025-06-18T17:47:32.839Z | Compiling zerocopy v0.8.25 |
1305 | 2025-06-18T17:47:32.849Z | Compiling ring v0.17.14 |
1306 | 2025-06-18T17:47:33.347Z | Compiling tracing-core v0.1.32 |
1307 | 2025-06-18T17:47:33.680Z | Compiling aws-lc-rs v1.12.4 |
1308 | 2025-06-18T17:47:33.927Z | Compiling iana-time-zone v0.1.63 |
1309 | 2025-06-18T17:47:34.276Z | Compiling httparse v1.9.5 |
1310 | 2025-06-18T17:47:34.301Z | Compiling openssl-sys v0.9.109 |
1311 | 2025-06-18T17:47:34.556Z | Compiling base64 v0.22.1 |
1312 | 2025-06-18T17:47:34.667Z | Compiling serde_derive v1.0.219 |
1313 | 2025-06-18T17:47:34.869Z | Compiling zeroize_derive v1.4.2 |
1314 | 2025-06-18T17:47:35.129Z | Compiling zerofrom-derive v0.1.4 |
1315 | 2025-06-18T17:47:35.260Z | Compiling yoke-derive v0.7.4 |
1316 | 2025-06-18T17:47:35.323Z | Compiling zerovec-derive v0.10.3 |
1317 | 2025-06-18T17:47:36.161Z | Compiling zeroize v1.8.1 |
1318 | 2025-06-18T17:47:37.636Z | Compiling displaydoc v0.2.5 |
1319 | 2025-06-18T17:47:37.667Z | Compiling zerocopy-derive v0.7.35 |
1320 | 2025-06-18T17:47:37.853Z | Compiling crypto-common v0.1.6 |
1321 | 2025-06-18T17:47:38.654Z | Compiling block-buffer v0.10.4 |
1322 | 2025-06-18T17:47:38.714Z | Compiling digest v0.10.7 |
1323 | 2025-06-18T17:47:38.715Z | Compiling zerofrom v0.1.4 |
1324 | 2025-06-18T17:47:38.715Z | Compiling yoke v0.7.4 |
1325 | 2025-06-18T17:47:38.853Z | Compiling tokio-macros v2.5.0 |
1326 | 2025-06-18T17:47:39.007Z | Compiling zerovec v0.10.4 |
1327 | 2025-06-18T17:47:39.029Z | Compiling hmac v0.12.1 |
1328 | 2025-06-18T17:47:39.081Z | Compiling icu_provider_macros v1.5.0 |
1329 | 2025-06-18T17:47:39.301Z | Compiling block-padding v0.3.3 |
1330 | 2025-06-18T17:47:39.537Z | Compiling inout v0.1.3 |
1331 | 2025-06-18T17:47:39.560Z | Compiling sha2 v0.10.9 |
1332 | 2025-06-18T17:47:39.598Z | Compiling zerocopy v0.7.35 |
1333 | 2025-06-18T17:47:39.726Z | Compiling regex v1.11.1 |
1334 | 2025-06-18T17:47:39.834Z | Compiling cipher v0.4.4 |
1335 | 2025-06-18T17:47:47.988Z | Compiling futures-macro v0.3.31 |
1336 | 2025-06-18T17:47:48.185Z | Compiling der_derive v0.7.3 |
1337 | 2025-06-18T17:47:48.185Z | Compiling thiserror-impl v1.0.69 |
1338 | 2025-06-18T17:47:48.185Z | Compiling tinystr v0.7.6 |
1339 | 2025-06-18T17:47:48.185Z | Compiling icu_collections v1.5.0 |
1340 | 2025-06-18T17:47:48.185Z | Compiling ppv-lite86 v0.2.20 |
1341 | 2025-06-18T17:47:48.185Z | Compiling icu_locid v1.5.0 |
1342 | 2025-06-18T17:47:48.185Z | Compiling salsa20 v0.10.2 |
1343 | 2025-06-18T17:47:48.185Z | Compiling futures-util v0.3.31 |
1344 | 2025-06-18T17:47:48.185Z | Compiling pbkdf2 v0.12.2 |
1345 | 2025-06-18T17:47:48.185Z | Compiling scrypt v0.11.0 |
1346 | 2025-06-18T17:47:48.185Z | Compiling aes v0.8.4 |
1347 | 2025-06-18T17:47:48.185Z | Compiling icu_provider v1.5.0 |
1348 | 2025-06-18T17:47:48.185Z | Compiling der v0.7.9 |
1349 | 2025-06-18T17:47:48.185Z | Compiling cbc v0.1.2 |
1350 | 2025-06-18T17:47:48.185Z | Compiling tracing-attributes v0.1.27 |
1351 | 2025-06-18T17:47:48.185Z | Compiling zerocopy-derive v0.8.25 |
1352 | 2025-06-18T17:47:48.185Z | Compiling icu_locid_transform v1.5.0 |
1353 | 2025-06-18T17:47:48.186Z | Compiling thiserror v1.0.69 |
1354 | 2025-06-18T17:47:48.186Z | Compiling pest v2.7.14 |
1355 | 2025-06-18T17:47:48.280Z | Compiling icu_properties v1.5.1 |
1356 | 2025-06-18T17:47:48.280Z | Compiling spki v0.7.3 |
1357 | 2025-06-18T17:47:48.280Z | Compiling scroll_derive v0.12.0 |
1358 | 2025-06-18T17:47:48.280Z | Compiling pkcs5 v0.7.1 |
1359 | 2025-06-18T17:47:48.280Z | Compiling tracing v0.1.40 |
1360 | 2025-06-18T17:47:48.280Z | Compiling pkcs8 v0.10.2 |
1361 | 2025-06-18T17:47:48.280Z | Compiling bytes v1.10.1 |
1362 | 2025-06-18T17:47:48.280Z | Compiling bitflags v2.9.0 |
1363 | 2025-06-18T17:47:48.280Z | Compiling semver v1.0.26 |
1364 | 2025-06-18T17:47:48.281Z | Compiling indexmap v2.9.0 |
1365 | 2025-06-18T17:47:48.281Z | Compiling uuid v1.17.0 |
1366 | 2025-06-18T17:47:48.281Z | Compiling rustc_version v0.4.1 |
1367 | 2025-06-18T17:47:48.281Z | Compiling tokio v1.45.0 |
1368 | 2025-06-18T17:47:48.281Z | Compiling http v1.3.1 |
1369 | 2025-06-18T17:47:48.393Z | Compiling chrono v0.4.41 |
1370 | 2025-06-18T17:47:48.797Z | Compiling icu_normalizer v1.5.0 |
1371 | 2025-06-18T17:47:49.442Z | Compiling pest_meta v2.7.14 |
1372 | 2025-06-18T17:47:49.567Z | Compiling rustls-pki-types v1.10.0 |
1373 | 2025-06-18T17:47:49.623Z | Compiling tinyvec_macros v0.1.1 |
1374 | 2025-06-18T17:47:49.739Z | Compiling idna_adapter v1.2.0 |
1375 | 2025-06-18T17:47:49.986Z | Compiling idna v1.0.3 |
1376 | 2025-06-18T17:47:50.309Z | Compiling http-body v1.0.1 |
1377 | 2025-06-18T17:47:50.488Z | Compiling tinyvec v1.8.0 |
1378 | 2025-06-18T17:47:50.509Z | Compiling scroll v0.12.0 |
1379 | 2025-06-18T17:47:50.635Z | Compiling url v2.5.3 |
1380 | 2025-06-18T17:47:51.068Z | Compiling which v4.4.2 |
1381 | 2025-06-18T17:47:51.603Z | Compiling pest_generator v2.7.14 |
1382 | 2025-06-18T17:47:51.722Z | Compiling serde_derive_internals v0.29.1 |
1383 | 2025-06-18T17:47:51.750Z | Compiling zstd-sys v2.0.14+zstd.1.5.7 |
1384 | 2025-06-18T17:47:51.942Z | Compiling bzip2-sys v0.1.13+1.0.8 |
1385 | 2025-06-18T17:47:52.348Z | Compiling untrusted v0.7.1 |
1386 | 2025-06-18T17:47:52.413Z | Compiling try-lock v0.2.5 |
1387 | 2025-06-18T17:47:52.470Z | Compiling openssl v0.10.73 |
1388 | 2025-06-18T17:47:52.554Z | Compiling rustversion v1.0.17 |
1389 | 2025-06-18T17:47:52.598Z | Compiling tower-service v0.3.3 |
1390 | 2025-06-18T17:47:52.750Z | Compiling adler2 v2.0.0 |
1391 | 2025-06-18T17:47:52.870Z | Compiling time-core v0.1.2 |
1392 | 2025-06-18T17:47:53.012Z | Compiling foreign-types-shared v0.1.1 |
1393 | 2025-06-18T17:47:53.075Z | Compiling num-conv v0.1.0 |
1394 | 2025-06-18T17:47:53.155Z | Compiling atomic-waker v1.1.2 |
1395 | 2025-06-18T17:47:53.242Z | Compiling untrusted v0.9.0 |
1396 | 2025-06-18T17:47:53.364Z | Compiling powerfmt v0.2.0 |
1397 | 2025-06-18T17:47:53.386Z | Compiling schemars v0.8.22 |
1398 | 2025-06-18T17:47:53.386Z | Compiling time-macros v0.2.18 |
1399 | 2025-06-18T17:47:53.502Z | Compiling pest_derive v2.7.14 |
1400 | 2025-06-18T17:47:53.752Z | Compiling deranged v0.3.11 |
1401 | 2025-06-18T17:47:53.778Z | Compiling goblin v0.8.2 |
1402 | 2025-06-18T17:47:53.846Z | Compiling schemars_derive v0.8.22 |
1403 | 2025-06-18T17:47:54.329Z | Compiling foreign-types v0.3.2 |
1404 | 2025-06-18T17:47:54.454Z | Compiling miniz_oxide v0.8.5 |
1405 | 2025-06-18T17:47:55.187Z | Compiling want v0.3.1 |
1406 | 2025-06-18T17:47:56.352Z | Compiling tokio-util v0.7.13 |
1407 | 2025-06-18T17:47:57.133Z | Compiling rand_core v0.9.2 |
1408 | 2025-06-18T17:47:57.471Z | Compiling h2 v0.4.6 |
1409 | 2025-06-18T17:47:57.555Z | Compiling openssl-macros v0.1.1 |
1410 | 2025-06-18T17:47:57.667Z | Compiling dyn-clone v1.0.19 |
1411 | 2025-06-18T17:47:57.915Z | Compiling syn v1.0.109 |
1412 | 2025-06-18T17:47:58.259Z | Compiling native-tls v0.2.12 |
1413 | 2025-06-18T17:47:58.486Z | Compiling ipnet v2.11.0 |
1414 | 2025-06-18T17:47:58.528Z | Compiling rustls v0.23.19 |
1415 | 2025-06-18T17:47:58.621Z | Compiling num_threads v0.1.7 |
1416 | 2025-06-18T17:47:58.767Z | Compiling httpdate v1.0.3 |
1417 | 2025-06-18T17:47:58.855Z | Compiling time v0.3.36 |
1418 | 2025-06-18T17:47:59.497Z | Compiling dof v0.3.0 |
1419 | 2025-06-18T17:48:01.147Z | Compiling rand_chacha v0.9.0 |
1420 | 2025-06-18T17:48:02.718Z | Compiling dtrace-parser v0.2.0 |
1421 | 2025-06-18T17:48:03.252Z | Compiling unicode-normalization v0.1.24 |
1422 | 2025-06-18T17:48:03.790Z | Compiling heapless v0.7.17 |
1423 | 2025-06-18T17:48:03.839Z | Compiling rand_chacha v0.3.1 |
1424 | 2025-06-18T17:48:04.237Z | Compiling signature v2.2.0 |
1425 | 2025-06-18T17:48:04.274Z | Compiling crossbeam-epoch v0.9.18 |
1426 | 2025-06-18T17:48:04.532Z | Compiling hyper v1.6.0 |
1427 | 2025-06-18T17:48:04.553Z | Compiling cookie v0.18.1 |
1428 | 2025-06-18T17:48:04.856Z | Compiling crc32fast v1.4.2 |
1429 | 2025-06-18T17:48:04.879Z | Compiling unicode-properties v0.1.3 |
1430 | 2025-06-18T17:48:05.182Z | Compiling rayon-core v1.12.1 |
1431 | 2025-06-18T17:48:05.294Z | Compiling signal-hook v0.3.18 |
1432 | 2025-06-18T17:48:05.416Z | Compiling unicode-bidi v0.3.17 |
1433 | 2025-06-18T17:48:05.466Z | Compiling openssl-probe v0.1.5 |
1434 | 2025-06-18T17:48:05.580Z | Compiling siphasher v0.3.11 |
1435 | 2025-06-18T17:48:05.786Z | Compiling slog v2.7.0 |
1436 | 2025-06-18T17:48:05.948Z | Compiling zstd-safe v7.2.3 |
1437 | 2025-06-18T17:48:06.287Z | Compiling stringprep v0.1.5 |
1438 | 2025-06-18T17:48:06.343Z | Compiling phf_shared v0.11.2 |
1439 | 2025-06-18T17:48:06.729Z | Compiling hyper-util v0.1.14 |
1440 | 2025-06-18T17:48:06.795Z | Compiling crossbeam-deque v0.8.5 |
1441 | 2025-06-18T17:48:06.848Z | Compiling usdt-impl v0.5.0 |
1442 | 2025-06-18T17:48:07.089Z | Compiling rand v0.8.5 |
1443 | 2025-06-18T17:48:07.235Z | Compiling rand v0.9.1 |
1444 | 2025-06-18T17:48:07.791Z | Compiling curve25519-dalek v4.1.3 |
1445 | 2025-06-18T17:48:08.086Z | Compiling toml_datetime v0.6.9 |
1446 | 2025-06-18T17:48:08.469Z | Compiling serde_tokenstream v0.2.2 |
1447 | 2025-06-18T17:48:08.549Z | Compiling serde_spanned v0.6.8 |
1448 | 2025-06-18T17:48:08.808Z | Compiling md-5 v0.10.6 |
1449 | 2025-06-18T17:48:08.892Z | Compiling num-integer v0.1.46 |
1450 | 2025-06-18T17:48:09.055Z | Compiling sync_wrapper v1.0.1 |
1451 | 2025-06-18T17:48:09.087Z | Compiling ff v0.13.0 |
1452 | 2025-06-18T17:48:09.105Z | Compiling hash32 v0.2.1 |
1453 | 2025-06-18T17:48:09.233Z | Compiling memoffset v0.9.1 |
1454 | 2025-06-18T17:48:09.319Z | Compiling gimli v0.31.1 |
1455 | 2025-06-18T17:48:09.454Z | Compiling num-bigint-dig v0.8.4 |
1456 | 2025-06-18T17:48:09.523Z | Compiling psl-types v2.0.11 |
1457 | 2025-06-18T17:48:09.547Z | Compiling newtype-uuid v1.2.4 |
1458 | 2025-06-18T17:48:09.846Z | Compiling smoltcp v0.9.1 |
1459 | 2025-06-18T17:48:09.872Z | Compiling base16ct v0.2.0 |
1460 | 2025-06-18T17:48:09.872Z | Compiling litrs v0.4.1 |
1461 | 2025-06-18T17:48:09.877Z | Compiling fallible-iterator v0.2.0 |
1462 | 2025-06-18T17:48:10.090Z | Compiling cfg_aliases v0.2.1 |
1463 | 2025-06-18T17:48:10.190Z | Compiling tower-layer v0.3.3 |
1464 | 2025-06-18T17:48:10.372Z | Compiling portable-atomic v1.11.0 |
1465 | 2025-06-18T17:48:10.475Z | Compiling tower v0.5.2 |
1466 | 2025-06-18T17:48:10.501Z | Compiling nix v0.29.0 |
1467 | 2025-06-18T17:48:10.560Z | Compiling postgres-protocol v0.6.8 |
1468 | 2025-06-18T17:48:10.944Z | Compiling document-features v0.2.10 |
1469 | 2025-06-18T17:48:11.273Z | Compiling sec1 v0.7.3 |
1470 | 2025-06-18T17:48:11.424Z | Compiling publicsuffix v2.3.0 |
1471 | 2025-06-18T17:48:11.925Z | Compiling num-iter v0.1.45 |
1472 | 2025-06-18T17:48:12.022Z | Compiling group v0.13.0 |
1473 | 2025-06-18T17:48:12.067Z | Compiling tokio-native-tls v0.3.1 |
1474 | 2025-06-18T17:48:12.880Z | Compiling flate2 v1.1.2 |
1475 | 2025-06-18T17:48:13.123Z | Compiling ipnetwork v0.21.1 |
1476 | 2025-06-18T17:48:13.170Z | Compiling terminal_size v0.4.0 |
1477 | 2025-06-18T17:48:13.170Z | Compiling http-body-util v0.1.3 |
1478 | 2025-06-18T17:48:13.214Z | Compiling webpki-roots v0.26.6 |
1479 | 2025-06-18T17:48:13.405Z | Compiling hkdf v0.12.4 |
1480 | 2025-06-18T17:48:13.482Z | Compiling addr2line v0.24.2 |
1481 | 2025-06-18T17:48:13.492Z | Compiling crypto-bigint v0.5.5 |
1482 | 2025-06-18T17:48:13.747Z | Compiling async-trait v0.1.88 |
1483 | 2025-06-18T17:48:13.754Z | Compiling curve25519-dalek-derive v0.1.1 |
1484 | 2025-06-18T17:48:13.825Z | Compiling object v0.36.5 |
1485 | 2025-06-18T17:48:13.995Z | Compiling fs-err v3.1.1 |
1486 | 2025-06-18T17:48:14.155Z | Compiling ahash v0.8.11 |
1487 | 2025-06-18T17:48:14.342Z | Compiling buf-list v1.0.3 |
1488 | 2025-06-18T17:48:14.519Z | Compiling rustc-demangle v0.1.24 |
1489 | 2025-06-18T17:48:14.987Z | Compiling winnow v0.5.40 |
1490 | 2025-06-18T17:48:15.042Z | Compiling lockfree-object-pool v0.1.6 |
1491 | 2025-06-18T17:48:18.944Z | Compiling anyhow v1.0.98 |
1492 | 2025-06-18T17:48:19.071Z | Compiling bumpalo v3.16.0 |
1493 | 2025-06-18T17:48:19.071Z | Compiling simd-adler32 v0.3.7 |
1494 | 2025-06-18T17:48:19.071Z | Compiling zip v2.6.1 |
1495 | 2025-06-18T17:48:19.071Z | Compiling managed v0.8.0 |
1496 | 2025-06-18T17:48:19.071Z | Compiling iri-string v0.7.8 |
1497 | 2025-06-18T17:48:19.071Z | Compiling bitflags v1.3.2 |
1498 | 2025-06-18T17:48:19.071Z | Compiling console v0.15.10 |
1499 | 2025-06-18T17:48:19.071Z | Compiling clap_builder v4.5.35 |
1500 | 2025-06-18T17:48:19.071Z | Compiling toml_edit v0.19.15 |
1501 | 2025-06-18T17:48:19.071Z | Compiling elliptic-curve v0.13.8 |
1502 | 2025-06-18T17:48:19.117Z | Compiling hubpack_derive v0.1.1 |
1503 | 2025-06-18T17:48:19.221Z | Compiling tower-http v0.6.6 |
1504 | 2025-06-18T17:48:19.289Z | Compiling zopfli v0.8.1 |
1505 | 2025-06-18T17:48:19.905Z | Compiling hubpack v0.1.2 |
1506 | 2025-06-18T17:48:20.011Z | Compiling strum_macros v0.25.3 |
1507 | 2025-06-18T17:48:20.345Z | Compiling backtrace v0.3.74 |
1508 | 2025-06-18T17:48:20.942Z | Compiling hyper-tls v0.6.0 |
1509 | 2025-06-18T17:48:21.060Z | Compiling oxnet v0.1.2 |
1510 | 2025-06-18T17:48:21.349Z | Compiling rayon v1.10.0 |
1511 | 2025-06-18T17:48:21.816Z | Compiling signal-hook-mio v0.2.4 |
1512 | 2025-06-18T17:48:22.013Z | Compiling cookie_store v0.21.1 |
1513 | 2025-06-18T17:48:23.494Z | Compiling zstd v0.13.3 |
1514 | 2025-06-18T17:48:24.434Z | Compiling postgres-types v0.2.9 |
1515 | 2025-06-18T17:48:24.703Z | Compiling usdt-attr-macro v0.5.0 |
1516 | 2025-06-18T17:48:24.856Z | Compiling usdt-macro v0.5.0 |
1517 | 2025-06-18T17:48:25.366Z | Compiling phf v0.11.2 |
1518 | 2025-06-18T17:48:25.610Z | Compiling ed25519 v2.2.3 |
1519 | 2025-06-18T17:48:25.647Z | Compiling strum_macros v0.26.4 |
1520 | 2025-06-18T17:48:25.650Z | Compiling bzip2 v0.4.4 |
1521 | 2025-06-18T17:48:26.077Z | Compiling bzip2 v0.5.2 |
1522 | 2025-06-18T17:48:26.149Z | Compiling clap_derive v4.5.32 |
1523 | 2025-06-18T17:48:26.189Z | Compiling enum-as-inner v0.6.1 |
1524 | 2025-06-18T17:48:26.462Z | Compiling webpki-roots v1.0.0 |
1525 | 2025-06-18T17:48:26.682Z | Compiling pkcs1 v0.7.5 |
1526 | 2025-06-18T17:48:27.231Z | Compiling futures-executor v0.3.31 |
1527 | 2025-06-18T17:48:27.401Z | Compiling serde_urlencoded v0.7.1 |
1528 | 2025-06-18T17:48:27.582Z | Compiling serde-big-array v0.5.1 |
1529 | 2025-06-18T17:48:27.728Z | Compiling rfc6979 v0.4.0 |
1530 | 2025-06-18T17:48:27.830Z | Compiling bstr v1.10.0 |
1531 | 2025-06-18T17:48:27.896Z | Compiling serde_repr v0.1.19 |
1532 | 2025-06-18T17:48:27.918Z | Compiling daft-derive v0.1.3 |
1533 | 2025-06-18T17:48:27.937Z | Compiling float-cmp v0.10.0 |
1534 | 2025-06-18T17:48:28.205Z | Compiling encoding_rs v0.8.34 |
1535 | 2025-06-18T17:48:28.995Z | Compiling unicode-segmentation v1.12.0 |
1536 | 2025-06-18T17:48:29.343Z | Compiling number_prefix v0.4.0 |
1537 | 2025-06-18T17:48:29.509Z | Compiling fixedbitset v0.4.2 |
1538 | 2025-06-18T17:48:29.568Z | Compiling normalize-line-endings v0.3.0 |
1539 | 2025-06-18T17:48:29.719Z | Compiling static_assertions v1.1.0 |
1540 | 2025-06-18T17:48:29.843Z | Compiling difflib v0.4.0 |
1541 | 2025-06-18T17:48:29.872Z | Compiling predicates-core v1.0.8 |
1542 | 2025-06-18T17:48:29.952Z | Compiling data-encoding v2.9.0 |
1543 | 2025-06-18T17:48:29.979Z | Compiling whoami v1.5.2 |
1544 | 2025-06-18T17:48:30.171Z | Compiling new_debug_unreachable v1.0.6 |
1545 | 2025-06-18T17:48:30.293Z | Compiling mime v0.3.17 |
1546 | 2025-06-18T17:48:30.437Z | Compiling precomputed-hash v0.1.1 |
1547 | 2025-06-18T17:48:30.502Z | Compiling clap v4.5.35 |
1548 | 2025-06-18T17:48:30.583Z | Compiling hickory-proto v0.24.4 |
1549 | 2025-06-18T17:48:30.634Z | Compiling string_cache v0.8.9 |
1550 | 2025-06-18T17:48:30.804Z | Compiling toml_edit v0.22.26 |
1551 | 2025-06-18T17:48:31.050Z | Compiling tokio-postgres v0.7.13 |
1552 | 2025-06-18T17:48:31.073Z | Compiling predicates v3.1.3 |
1553 | 2025-06-18T17:48:31.652Z | Compiling strum v0.26.3 |
1554 | 2025-06-18T17:48:31.843Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b) |
1555 | 2025-06-18T17:48:31.847Z | Compiling petgraph v0.6.5 |
1556 | 2025-06-18T17:48:32.499Z | Compiling similar v2.7.0 |
1557 | 2025-06-18T17:48:34.650Z | Compiling indicatif v0.17.11 |
1558 | 2025-06-18T17:48:37.016Z | Compiling daft v0.1.3 |
1559 | 2025-06-18T17:48:37.152Z | Compiling usdt v0.5.0 |
1560 | 2025-06-18T17:48:37.152Z | Compiling ecdsa v0.16.9 |
1561 | 2025-06-18T17:48:37.152Z | Compiling futures v0.3.31 |
1562 | 2025-06-18T17:48:37.152Z | Compiling rsa v0.9.6 |
1563 | 2025-06-18T17:48:37.152Z | Compiling ed25519-dalek v2.1.1 |
1564 | 2025-06-18T17:48:37.177Z | Compiling zip v0.6.6 |
1565 | 2025-06-18T17:48:37.878Z | Compiling crossterm v0.28.1 |
1566 | 2025-06-18T17:48:38.358Z | Compiling toml v0.7.8 |
1567 | 2025-06-18T17:48:39.467Z | Compiling tokio-stream v0.1.17 |
1568 | 2025-06-18T17:48:39.677Z | Compiling openapiv3 v2.0.0 |
1569 | 2025-06-18T17:48:39.713Z | Compiling x509-cert v0.2.5 |
1570 | 2025-06-18T17:48:39.740Z | Compiling sha1 v0.10.6 |
1571 | 2025-06-18T17:48:39.760Z | Compiling itertools v0.10.5 |
1572 | 2025-06-18T17:48:40.166Z | Compiling dirs-sys-next v0.1.2 |
1573 | 2025-06-18T17:48:40.431Z | Compiling winnow v0.6.26 |
1574 | 2025-06-18T17:48:40.725Z | Compiling unicode-xid v0.2.6 |
1575 | 2025-06-18T17:48:40.936Z | Compiling rustc-hash v2.1.1 |
1576 | 2025-06-18T17:48:41.007Z | Compiling lalrpop-util v0.19.12 |
1577 | 2025-06-18T17:48:41.133Z | Compiling peg-runtime v0.8.5 |
1578 | 2025-06-18T17:48:41.343Z | Compiling dirs-next v2.0.0 |
1579 | 2025-06-18T17:48:41.568Z | Compiling thread_local v1.1.8 |
1580 | 2025-06-18T17:48:41.681Z | Compiling slog-async v2.8.0 |
1581 | 2025-06-18T17:48:42.040Z | Compiling term v0.7.0 |
1582 | 2025-06-18T17:48:42.239Z | Compiling xattr v1.3.1 |
1583 | 2025-06-18T17:48:42.262Z | Compiling crossbeam-channel v0.5.15 |
1584 | 2025-06-18T17:48:42.521Z | Compiling is-terminal v0.4.13 |
1585 | 2025-06-18T17:48:42.674Z | Compiling filetime v0.2.25 |
1586 | 2025-06-18T17:48:42.992Z | Compiling take_mut v0.2.2 |
1587 | 2025-06-18T17:48:43.257Z | Compiling tar v0.4.44 |
1588 | 2025-06-18T17:48:43.287Z | Compiling slog-term v2.9.1 |
1589 | 2025-06-18T17:48:43.642Z | Compiling camino v1.1.10 |
1590 | 2025-06-18T17:48:49.447Z | Compiling aws-lc-sys v0.26.0 |
1591 | 2025-06-18T17:49:18.787Z | Compiling rustls-webpki v0.102.8 |
1592 | 2025-06-18T17:49:23.282Z | Compiling tokio-rustls v0.26.0 |
1593 | 2025-06-18T17:49:23.553Z | Compiling hyper-rustls v0.27.3 |
1594 | 2025-06-18T17:49:23.876Z | Compiling reqwest v0.12.20 |
1595 | 2025-06-18T17:49:27.326Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1596 | 2025-06-18T17:49:27.589Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1597 | 2025-06-18T17:49:32.031Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 13s |
1598 | 2025-06-18T17:49:32.202Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
1599 | 2025-06-18T17:49:32.255Z | Jun 18 17:49:30.232 INFO Starting download, target: Cockroach |
1600 | 2025-06-18T17:49:32.255Z | Jun 18 17:49:30.232 INFO Starting download, target: Clickhouse |
1601 | 2025-06-18T17:49:32.255Z | Jun 18 17:49:30.232 INFO Starting download, target: Console |
1602 | 2025-06-18T17:49:32.255Z | Jun 18 17:49:30.232 INFO Starting download, target: DendriteStub |
1603 | 2025-06-18T17:49:32.255Z | Jun 18 17:49:30.232 INFO Starting download, target: MaghemiteMgd |
1604 | 2025-06-18T17:49:32.255Z | Jun 18 17:49:30.232 INFO Starting download, target: TransceiverControl |
1605 | 2025-06-18T17:49:32.259Z | Jun 18 17:49:30.233 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1606 | 2025-06-18T17:49:32.259Z | Jun 18 17:49:30.233 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1607 | 2025-06-18T17:49:32.259Z | Jun 18 17:49:30.233 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1608 | 2025-06-18T17:49:32.259Z | Jun 18 17:49:30.233 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1609 | 2025-06-18T17:49:32.259Z | Jun 18 17:49:30.233 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1610 | 2025-06-18T17:49:32.259Z | Jun 18 17:49:30.233 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1611 | 2025-06-18T17:49:32.850Z | Jun 18 17:49:30.817 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1612 | 2025-06-18T17:49:33.079Z | Jun 18 17:49:30.996 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1613 | 2025-06-18T17:49:33.277Z | Jun 18 17:49:31.217 INFO Download complete, target: TransceiverControl |
1614 | 2025-06-18T17:49:33.392Z | Jun 18 17:49:31.364 INFO Download complete, target: Console |
1615 | 2025-06-18T17:49:34.582Z | Jun 18 17:49:32.542 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1616 | 2025-06-18T17:49:34.600Z | Jun 18 17:49:32.552 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1617 | 2025-06-18T17:49:34.973Z | Jun 18 17:49:32.822 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1618 | 2025-06-18T17:49:36.509Z | Jun 18 17:49:34.455 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1619 | 2025-06-18T17:49:36.509Z | Jun 18 17:49:34.455 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1620 | 2025-06-18T17:49:37.407Z | Jun 18 17:49:35.356 INFO Download complete, target: DendriteStub |
1621 | 2025-06-18T17:49:38.540Z | Jun 18 17:49:36.082 INFO Download complete, target: MaghemiteMgd |
1622 | 2025-06-18T17:49:42.713Z | Jun 18 17:49:40.689 INFO Checking that binary works, target: Cockroach |
1623 | 2025-06-18T17:49:42.871Z | Jun 18 17:49:40.846 INFO Download complete, target: Cockroach |
1624 | 2025-06-18T17:49:44.561Z | Jun 18 17:49:42.536 INFO Checking that binary works, target: Clickhouse |
1625 | 2025-06-18T17:49:44.696Z | Jun 18 17:49:42.672 INFO Download complete, target: Clickhouse |
1626 | 2025-06-18T17:49:44.717Z | All builder prerequisites installed successfully, and PATH looks valid |
1627 | 2025-06-18T17:49:44.721Z | |
1628 | 2025-06-18T17:49:44.721Z | real 4:36.480715688 |
1629 | 2025-06-18T17:49:44.721Z | user 15:09.863272870 |
1630 | 2025-06-18T17:49:44.721Z | sys 2:06.806487720 |
1631 | 2025-06-18T17:49:44.721Z | trap 0.536646306 |
1632 | 2025-06-18T17:49:44.721Z | tflt 0.895234093 |
1633 | 2025-06-18T17:49:44.721Z | dflt 1.133925896 |
1634 | 2025-06-18T17:49:44.721Z | kflt 0.024787444 |
1635 | 2025-06-18T17:49:44.721Z | lock 22:54.085901792 |
1636 | 2025-06-18T17:49:44.721Z | slp 54:05.431491078 |
1637 | 2025-06-18T17:49:44.721Z | lat 1:01.520972354 |
1638 | 2025-06-18T17:49:44.721Z | stop 2:35.536460419 |
1639 | 2025-06-18T17:49:44.721Z | + banner hack-check |
1640 | 2025-06-18T17:49:44.721Z | |
1641 | 2025-06-18T17:49:44.721Z | # # ## #### # # #### # # ###### #### # # |
1642 | 2025-06-18T17:49:44.721Z | # # # # # # # # # # # # # # # # # |
1643 | 2025-06-18T17:49:44.721Z | ###### # # # #### ##### # ###### ##### # #### |
1644 | 2025-06-18T17:49:44.721Z | # # ###### # # # # # # # # # # |
1645 | 2025-06-18T17:49:44.721Z | # # # # # # # # # # # # # # # # # |
1646 | 2025-06-18T17:49:44.721Z | # # # # #### # # #### # # ###### #### # # |
1647 | 2025-06-18T17:49:44.721Z | |
1648 | 2025-06-18T17:49:44.721Z | + export CARGO_INCREMENTAL=0 |
1649 | 2025-06-18T17:49:44.721Z | + CARGO_INCREMENTAL=0 |
1650 | 2025-06-18T17:49:44.721Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1651 | 2025-06-18T17:49:45.391Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
1652 | 2025-06-18T17:49:45.742Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1653 | 2025-06-18T17:49:48.439Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.66s |
1654 | 2025-06-18T17:49:48.519Z | Running `target/debug/xtask check-features --ci` |
1655 | 2025-06-18T17:49:48.547Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1656 | 2025-06-18T17:49:48.551Z | running: "/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1657 | 2025-06-18T17:49:49.128Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1658 | 2025-06-18T17:49:49.152Z | Running `target/debug/xtask download cargo-hack` |
1659 | 2025-06-18T17:49:50.095Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1660 | 2025-06-18T17:49:50.469Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1661 | 2025-06-18T17:49:54.199Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.01s |
1662 | 2025-06-18T17:49:54.395Z | Running `target/debug/xtask-downloader cargo-hack` |
1663 | 2025-06-18T17:49:54.435Z | Jun 18 17:49:52.407 INFO Starting download, target: CargoHack |
1664 | 2025-06-18T17:49:54.438Z | Jun 18 17:49:52.408 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1665 | 2025-06-18T17:49:55.077Z | Jun 18 17:49:53.050 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1666 | 2025-06-18T17:49:55.151Z | Jun 18 17:49:53.124 INFO Download complete, target: CargoHack |
1667 | 2025-06-18T17:49:55.155Z | running: "/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
1668 | 2025-06-18T17:49:55.174Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1669 | 2025-06-18T17:49:55.367Z | info: running `cargo check --bins` on api_identity (1/215) |
1670 | 2025-06-18T17:49:56.028Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1671 | 2025-06-18T17:49:56.031Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1672 | 2025-06-18T17:49:56.031Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1673 | 2025-06-18T17:49:56.035Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
1674 | 2025-06-18T17:49:56.109Z | |
1675 | 2025-06-18T17:49:56.109Z | info: running `cargo check --bins` on bootstore (2/215) |
1676 | 2025-06-18T17:49:56.791Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1677 | 2025-06-18T17:49:56.796Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1678 | 2025-06-18T17:49:56.796Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1679 | 2025-06-18T17:49:56.799Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
1680 | 2025-06-18T17:49:56.878Z | |
1681 | 2025-06-18T17:49:56.878Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/215) |
1682 | 2025-06-18T17:49:57.540Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1683 | 2025-06-18T17:49:57.544Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1684 | 2025-06-18T17:49:57.544Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1685 | 2025-06-18T17:49:57.547Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
1686 | 2025-06-18T17:49:57.627Z | |
1687 | 2025-06-18T17:49:57.627Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/215) |
1688 | 2025-06-18T17:49:58.290Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1689 | 2025-06-18T17:49:58.294Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1690 | 2025-06-18T17:49:58.294Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1691 | 2025-06-18T17:49:58.300Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
1692 | 2025-06-18T17:49:58.377Z | |
1693 | 2025-06-18T17:49:58.377Z | info: running `cargo check --bins` on id-map (5/215) |
1694 | 2025-06-18T17:49:59.006Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1695 | 2025-06-18T17:49:59.010Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1696 | 2025-06-18T17:49:59.010Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1697 | 2025-06-18T17:49:59.014Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
1698 | 2025-06-18T17:49:59.088Z | |
1699 | 2025-06-18T17:49:59.088Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (6/215) |
1700 | 2025-06-18T17:49:59.582Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1701 | 2025-06-18T17:49:59.586Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1702 | 2025-06-18T17:49:59.586Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1703 | 2025-06-18T17:49:59.586Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
1704 | 2025-06-18T17:49:59.635Z | |
1705 | 2025-06-18T17:49:59.635Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (7/215) |
1706 | 2025-06-18T17:50:00.146Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1707 | 2025-06-18T17:50:00.158Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1708 | 2025-06-18T17:50:00.159Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1709 | 2025-06-18T17:50:00.159Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
1710 | 2025-06-18T17:50:00.197Z | |
1711 | 2025-06-18T17:50:00.197Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (8/215) |
1712 | 2025-06-18T17:50:00.702Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1713 | 2025-06-18T17:50:00.711Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1714 | 2025-06-18T17:50:00.712Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1715 | 2025-06-18T17:50:00.712Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
1716 | 2025-06-18T17:50:00.772Z | |
1717 | 2025-06-18T17:50:00.772Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (9/215) |
1718 | 2025-06-18T17:50:01.249Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1719 | 2025-06-18T17:50:01.265Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1720 | 2025-06-18T17:50:01.265Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1721 | 2025-06-18T17:50:01.266Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
1722 | 2025-06-18T17:50:01.312Z | |
1723 | 2025-06-18T17:50:01.312Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (10/215) |
1724 | 2025-06-18T17:50:01.842Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1725 | 2025-06-18T17:50:01.876Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1726 | 2025-06-18T17:50:01.876Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1727 | 2025-06-18T17:50:01.876Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
1728 | 2025-06-18T17:50:01.876Z | |
1729 | 2025-06-18T17:50:01.876Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (11/215) |
1730 | 2025-06-18T17:50:02.744Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1731 | 2025-06-18T17:50:02.766Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1732 | 2025-06-18T17:50:02.766Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1733 | 2025-06-18T17:50:02.766Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
1734 | 2025-06-18T17:50:02.766Z | |
1735 | 2025-06-18T17:50:02.766Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (12/215) |
1736 | 2025-06-18T17:50:02.914Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1737 | 2025-06-18T17:50:02.917Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1738 | 2025-06-18T17:50:02.917Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1739 | 2025-06-18T17:50:02.920Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
1740 | 2025-06-18T17:50:02.968Z | |
1741 | 2025-06-18T17:50:02.968Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (13/215) |
1742 | 2025-06-18T17:50:03.469Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1743 | 2025-06-18T17:50:03.472Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1744 | 2025-06-18T17:50:03.473Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1745 | 2025-06-18T17:50:03.476Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
1746 | 2025-06-18T17:50:03.524Z | |
1747 | 2025-06-18T17:50:03.524Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (14/215) |
1748 | 2025-06-18T17:50:04.020Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1749 | 2025-06-18T17:50:04.025Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1750 | 2025-06-18T17:50:04.025Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1751 | 2025-06-18T17:50:04.025Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
1752 | 2025-06-18T17:50:04.077Z | |
1753 | 2025-06-18T17:50:04.077Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (15/215) |
1754 | 2025-06-18T17:50:04.581Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1755 | 2025-06-18T17:50:04.585Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1756 | 2025-06-18T17:50:04.585Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1757 | 2025-06-18T17:50:04.585Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
1758 | 2025-06-18T17:50:04.647Z | |
1759 | 2025-06-18T17:50:04.647Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (16/215) |
1760 | 2025-06-18T17:50:05.141Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1761 | 2025-06-18T17:50:05.144Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1762 | 2025-06-18T17:50:05.144Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1763 | 2025-06-18T17:50:05.144Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
1764 | 2025-06-18T17:50:05.203Z | |
1765 | 2025-06-18T17:50:05.203Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (17/215) |
1766 | 2025-06-18T17:50:05.703Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1767 | 2025-06-18T17:50:05.708Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1768 | 2025-06-18T17:50:05.708Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1769 | 2025-06-18T17:50:05.708Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
1770 | 2025-06-18T17:50:05.751Z | |
1771 | 2025-06-18T17:50:05.751Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (18/215) |
1772 | 2025-06-18T17:50:06.266Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1773 | 2025-06-18T17:50:06.271Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1774 | 2025-06-18T17:50:06.271Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1775 | 2025-06-18T17:50:06.271Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
1776 | 2025-06-18T17:50:06.312Z | |
1777 | 2025-06-18T17:50:06.312Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (19/215) |
1778 | 2025-06-18T17:50:06.800Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1779 | 2025-06-18T17:50:06.803Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1780 | 2025-06-18T17:50:06.803Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1781 | 2025-06-18T17:50:06.803Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
1782 | 2025-06-18T17:50:06.852Z | |
1783 | 2025-06-18T17:50:06.852Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (20/215) |
1784 | 2025-06-18T17:50:07.345Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1785 | 2025-06-18T17:50:07.374Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1786 | 2025-06-18T17:50:07.374Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1787 | 2025-06-18T17:50:07.374Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
1788 | 2025-06-18T17:50:07.403Z | |
1789 | 2025-06-18T17:50:07.403Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (21/215) |
1790 | 2025-06-18T17:50:07.899Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1791 | 2025-06-18T17:50:07.907Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1792 | 2025-06-18T17:50:07.907Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1793 | 2025-06-18T17:50:07.907Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
1794 | 2025-06-18T17:50:07.954Z | |
1795 | 2025-06-18T17:50:07.954Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (22/215) |
1796 | 2025-06-18T17:50:08.628Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1797 | 2025-06-18T17:50:08.628Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1798 | 2025-06-18T17:50:08.628Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1799 | 2025-06-18T17:50:08.628Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
1800 | 2025-06-18T17:50:08.629Z | |
1801 | 2025-06-18T17:50:08.629Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (23/215) |
1802 | 2025-06-18T17:50:09.004Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1803 | 2025-06-18T17:50:09.009Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1804 | 2025-06-18T17:50:09.009Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1805 | 2025-06-18T17:50:09.009Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
1806 | 2025-06-18T17:50:09.064Z | |
1807 | 2025-06-18T17:50:09.064Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (24/215) |
1808 | 2025-06-18T17:50:09.559Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1809 | 2025-06-18T17:50:09.562Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1810 | 2025-06-18T17:50:09.562Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1811 | 2025-06-18T17:50:09.565Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
1812 | 2025-06-18T17:50:09.614Z | |
1813 | 2025-06-18T17:50:09.614Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (25/215) |
1814 | 2025-06-18T17:50:10.108Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1815 | 2025-06-18T17:50:10.112Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1816 | 2025-06-18T17:50:10.112Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1817 | 2025-06-18T17:50:10.112Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
1818 | 2025-06-18T17:50:10.162Z | |
1819 | 2025-06-18T17:50:10.163Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (26/215) |
1820 | 2025-06-18T17:50:10.661Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1821 | 2025-06-18T17:50:10.664Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1822 | 2025-06-18T17:50:10.664Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1823 | 2025-06-18T17:50:10.667Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
1824 | 2025-06-18T17:50:10.716Z | |
1825 | 2025-06-18T17:50:10.716Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (27/215) |
1826 | 2025-06-18T17:50:11.207Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1827 | 2025-06-18T17:50:11.210Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1828 | 2025-06-18T17:50:11.210Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1829 | 2025-06-18T17:50:11.211Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
1830 | 2025-06-18T17:50:11.263Z | |
1831 | 2025-06-18T17:50:11.263Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (28/215) |
1832 | 2025-06-18T17:50:12.151Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1833 | 2025-06-18T17:50:12.157Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1834 | 2025-06-18T17:50:12.158Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1835 | 2025-06-18T17:50:12.158Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
1836 | 2025-06-18T17:50:12.158Z | |
1837 | 2025-06-18T17:50:12.158Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (29/215) |
1838 | 2025-06-18T17:50:12.294Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1839 | 2025-06-18T17:50:12.297Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1840 | 2025-06-18T17:50:12.297Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1841 | 2025-06-18T17:50:12.300Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
1842 | 2025-06-18T17:50:12.351Z | |
1843 | 2025-06-18T17:50:12.351Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (30/215) |
1844 | 2025-06-18T17:50:12.842Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1845 | 2025-06-18T17:50:12.846Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1846 | 2025-06-18T17:50:12.846Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1847 | 2025-06-18T17:50:12.849Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
1848 | 2025-06-18T17:50:12.898Z | |
1849 | 2025-06-18T17:50:12.898Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (31/215) |
1850 | 2025-06-18T17:50:13.389Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1851 | 2025-06-18T17:50:13.392Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1852 | 2025-06-18T17:50:13.392Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1853 | 2025-06-18T17:50:13.396Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
1854 | 2025-06-18T17:50:13.442Z | |
1855 | 2025-06-18T17:50:13.442Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (32/215) |
1856 | 2025-06-18T17:50:13.934Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1857 | 2025-06-18T17:50:13.937Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1858 | 2025-06-18T17:50:13.937Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1859 | 2025-06-18T17:50:13.941Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
1860 | 2025-06-18T17:50:13.989Z | |
1861 | 2025-06-18T17:50:13.989Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (33/215) |
1862 | 2025-06-18T17:50:14.481Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1863 | 2025-06-18T17:50:14.484Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1864 | 2025-06-18T17:50:14.484Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1865 | 2025-06-18T17:50:14.487Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
1866 | 2025-06-18T17:50:14.536Z | |
1867 | 2025-06-18T17:50:14.536Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (34/215) |
1868 | 2025-06-18T17:50:15.024Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1869 | 2025-06-18T17:50:15.028Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1870 | 2025-06-18T17:50:15.028Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1871 | 2025-06-18T17:50:15.031Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
1872 | 2025-06-18T17:50:15.077Z | |
1873 | 2025-06-18T17:50:15.077Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (35/215) |
1874 | 2025-06-18T17:50:15.563Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1875 | 2025-06-18T17:50:15.568Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1876 | 2025-06-18T17:50:15.568Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1877 | 2025-06-18T17:50:15.571Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
1878 | 2025-06-18T17:50:15.617Z | |
1879 | 2025-06-18T17:50:15.617Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (36/215) |
1880 | 2025-06-18T17:50:16.111Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1881 | 2025-06-18T17:50:16.115Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1882 | 2025-06-18T17:50:16.115Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1883 | 2025-06-18T17:50:16.118Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
1884 | 2025-06-18T17:50:16.165Z | |
1885 | 2025-06-18T17:50:16.165Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (37/215) |
1886 | 2025-06-18T17:50:16.656Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1887 | 2025-06-18T17:50:16.659Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1888 | 2025-06-18T17:50:16.659Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1889 | 2025-06-18T17:50:16.663Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
1890 | 2025-06-18T17:50:16.709Z | |
1891 | 2025-06-18T17:50:16.709Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (38/215) |
1892 | 2025-06-18T17:50:17.203Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1893 | 2025-06-18T17:50:17.207Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1894 | 2025-06-18T17:50:17.207Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1895 | 2025-06-18T17:50:17.207Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
1896 | 2025-06-18T17:50:17.254Z | |
1897 | 2025-06-18T17:50:17.255Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (39/215) |
1898 | 2025-06-18T17:50:17.746Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1899 | 2025-06-18T17:50:17.749Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1900 | 2025-06-18T17:50:17.749Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1901 | 2025-06-18T17:50:17.752Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
1902 | 2025-06-18T17:50:17.799Z | |
1903 | 2025-06-18T17:50:17.799Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (40/215) |
1904 | 2025-06-18T17:50:18.285Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1905 | 2025-06-18T17:50:18.289Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1906 | 2025-06-18T17:50:18.289Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1907 | 2025-06-18T17:50:18.292Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
1908 | 2025-06-18T17:50:18.340Z | |
1909 | 2025-06-18T17:50:18.340Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (41/215) |
1910 | 2025-06-18T17:50:18.837Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1911 | 2025-06-18T17:50:18.841Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1912 | 2025-06-18T17:50:18.841Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1913 | 2025-06-18T17:50:18.845Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
1914 | 2025-06-18T17:50:18.894Z | |
1915 | 2025-06-18T17:50:18.894Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (42/215) |
1916 | 2025-06-18T17:50:19.387Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1917 | 2025-06-18T17:50:19.390Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1918 | 2025-06-18T17:50:19.390Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1919 | 2025-06-18T17:50:19.394Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
1920 | 2025-06-18T17:50:19.442Z | |
1921 | 2025-06-18T17:50:19.442Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (43/215) |
1922 | 2025-06-18T17:50:19.939Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1923 | 2025-06-18T17:50:19.942Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1924 | 2025-06-18T17:50:19.942Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1925 | 2025-06-18T17:50:19.946Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
1926 | 2025-06-18T17:50:19.994Z | |
1927 | 2025-06-18T17:50:19.995Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (44/215) |
1928 | 2025-06-18T17:50:20.488Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1929 | 2025-06-18T17:50:20.492Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1930 | 2025-06-18T17:50:20.492Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1931 | 2025-06-18T17:50:20.496Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
1932 | 2025-06-18T17:50:20.544Z | |
1933 | 2025-06-18T17:50:20.545Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (45/215) |
1934 | 2025-06-18T17:50:21.035Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1935 | 2025-06-18T17:50:21.038Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1936 | 2025-06-18T17:50:21.038Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1937 | 2025-06-18T17:50:21.042Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
1938 | 2025-06-18T17:50:21.093Z | |
1939 | 2025-06-18T17:50:21.093Z | info: running `cargo check --bins` on sled-hardware-types (46/215) |
1940 | 2025-06-18T17:50:21.756Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1941 | 2025-06-18T17:50:21.760Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1942 | 2025-06-18T17:50:21.760Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1943 | 2025-06-18T17:50:21.764Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
1944 | 2025-06-18T17:50:21.845Z | |
1945 | 2025-06-18T17:50:21.845Z | info: running `cargo check --bins --no-default-features` on illumos-utils (47/215) |
1946 | 2025-06-18T17:50:22.504Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1947 | 2025-06-18T17:50:22.508Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1948 | 2025-06-18T17:50:22.508Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1949 | 2025-06-18T17:50:22.513Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
1950 | 2025-06-18T17:50:22.591Z | |
1951 | 2025-06-18T17:50:22.591Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (48/215) |
1952 | 2025-06-18T17:50:23.252Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1953 | 2025-06-18T17:50:23.256Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1954 | 2025-06-18T17:50:23.256Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1955 | 2025-06-18T17:50:23.260Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
1956 | 2025-06-18T17:50:23.346Z | |
1957 | 2025-06-18T17:50:23.346Z | info: running `cargo check --bins` on oxlog (49/215) |
1958 | 2025-06-18T17:50:23.966Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1959 | 2025-06-18T17:50:23.969Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1960 | 2025-06-18T17:50:24.070Z | Checking cfg-if v1.0.1 |
1961 | 2025-06-18T17:50:24.083Z | Checking libc v0.2.174 |
1962 | 2025-06-18T17:50:24.192Z | Checking serde v1.0.219 |
1963 | 2025-06-18T17:50:24.196Z | Checking zeroize v1.8.1 |
1964 | 2025-06-18T17:50:24.208Z | Checking memchr v2.7.4 |
1965 | 2025-06-18T17:50:24.220Z | Checking typenum v1.17.0 |
1966 | 2025-06-18T17:50:24.226Z | Checking smallvec v1.15.0 |
1967 | 2025-06-18T17:50:24.245Z | Checking value-bag v1.9.0 |
1968 | 2025-06-18T17:50:24.261Z | Checking subtle v2.6.1 |
1969 | 2025-06-18T17:50:24.446Z | Checking scopeguard v1.2.0 |
1970 | 2025-06-18T17:50:24.557Z | Checking const-oid v0.9.6 |
1971 | 2025-06-18T17:50:24.566Z | Checking itoa v1.0.11 |
1972 | 2025-06-18T17:50:24.610Z | Checking lock_api v0.4.12 |
1973 | 2025-06-18T17:50:24.639Z | Checking log v0.4.27 |
1974 | 2025-06-18T17:50:24.794Z | Checking stable_deref_trait v1.2.0 |
1975 | 2025-06-18T17:50:24.947Z | Checking pin-project-lite v0.2.14 |
1976 | 2025-06-18T17:50:25.002Z | Checking byteorder v1.5.0 |
1977 | 2025-06-18T17:50:25.073Z | Checking zerofrom v0.1.4 |
1978 | 2025-06-18T17:50:25.094Z | Checking futures-core v0.3.31 |
1979 | 2025-06-18T17:50:25.149Z | Checking once_cell v1.21.3 |
1980 | 2025-06-18T17:50:25.254Z | Checking getrandom v0.2.15 |
1981 | 2025-06-18T17:50:25.284Z | Checking signal-hook-registry v1.4.2 |
1982 | 2025-06-18T17:50:25.300Z | Checking generic-array v0.14.7 |
1983 | 2025-06-18T17:50:25.316Z | Checking parking_lot_core v0.9.10 |
1984 | 2025-06-18T17:50:25.380Z | Checking yoke v0.7.4 |
1985 | 2025-06-18T17:50:25.461Z | Checking mio v1.0.2 |
1986 | 2025-06-18T17:50:25.497Z | Checking rand_core v0.6.4 |
1987 | 2025-06-18T17:50:25.568Z | Checking socket2 v0.5.10 |
1988 | 2025-06-18T17:50:25.676Z | Checking parking_lot v0.12.3 |
1989 | 2025-06-18T17:50:25.723Z | Checking zerovec v0.10.4 |
1990 | 2025-06-18T17:50:25.822Z | Checking cpufeatures v0.2.14 |
1991 | 2025-06-18T17:50:25.935Z | Checking litemap v0.7.3 |
1992 | 2025-06-18T17:50:26.069Z | Checking writeable v0.5.5 |
1993 | 2025-06-18T17:50:26.075Z | Checking futures-sink v0.3.31 |
1994 | 2025-06-18T17:50:26.086Z | Checking zerocopy v0.7.35 |
1995 | 2025-06-18T17:50:26.224Z | Checking slab v0.4.9 |
1996 | 2025-06-18T17:50:26.262Z | Checking percent-encoding v2.3.1 |
1997 | 2025-06-18T17:50:26.393Z | Checking libm v0.2.8 |
1998 | 2025-06-18T17:50:26.455Z | Checking crypto-common v0.1.6 |
1999 | 2025-06-18T17:50:26.479Z | Checking block-buffer v0.10.4 |
2000 | 2025-06-18T17:50:26.498Z | Checking block-padding v0.3.3 |
2001 | 2025-06-18T17:50:26.513Z | Checking foldhash v0.1.5 |
2002 | 2025-06-18T17:50:26.642Z | Checking equivalent v1.0.2 |
2003 | 2025-06-18T17:50:26.697Z | Checking digest v0.10.7 |
2004 | 2025-06-18T17:50:26.713Z | Checking inout v0.1.3 |
2005 | 2025-06-18T17:50:26.762Z | Checking icu_locid_transform_data v1.5.0 |
2006 | 2025-06-18T17:50:26.779Z | Checking allocator-api2 v0.2.21 |
2007 | 2025-06-18T17:50:26.879Z | Checking ryu v1.0.18 |
2008 | 2025-06-18T17:50:26.953Z | Checking cipher v0.4.4 |
2009 | 2025-06-18T17:50:27.044Z | Checking hmac v0.12.1 |
2010 | 2025-06-18T17:50:27.134Z | Checking sha2 v0.10.9 |
2011 | 2025-06-18T17:50:27.265Z | Checking getrandom v0.3.1 |
2012 | 2025-06-18T17:50:27.281Z | Checking icu_properties_data v1.5.0 |
2013 | 2025-06-18T17:50:27.300Z | Checking tinystr v0.7.6 |
2014 | 2025-06-18T17:50:27.333Z | Checking num-traits v0.2.19 |
2015 | 2025-06-18T17:50:27.352Z | Checking icu_collections v1.5.0 |
2016 | 2025-06-18T17:50:27.373Z | Checking hashbrown v0.15.3 |
2017 | 2025-06-18T17:50:27.504Z | Checking base64ct v1.6.0 |
2018 | 2025-06-18T17:50:27.527Z | Checking futures-channel v0.3.31 |
2019 | 2025-06-18T17:50:27.627Z | Checking icu_locid v1.5.0 |
2020 | 2025-06-18T17:50:27.708Z | Checking futures-io v0.3.31 |
2021 | 2025-06-18T17:50:27.890Z | Checking write16 v1.0.0 |
2022 | 2025-06-18T17:50:27.908Z | Checking flagset v0.4.6 |
2023 | 2025-06-18T17:50:27.950Z | Checking pem-rfc7468 v0.7.0 |
2024 | 2025-06-18T17:50:27.992Z | Checking utf8_iter v1.0.4 |
2025 | 2025-06-18T17:50:28.035Z | Checking utf16_iter v1.0.5 |
2026 | 2025-06-18T17:50:28.107Z | Checking futures-task v0.3.31 |
2027 | 2025-06-18T17:50:28.200Z | Checking pin-utils v0.1.0 |
2028 | 2025-06-18T17:50:28.220Z | Checking icu_normalizer_data v1.5.0 |
2029 | 2025-06-18T17:50:28.234Z | Checking der v0.7.9 |
2030 | 2025-06-18T17:50:28.306Z | Checking salsa20 v0.10.2 |
2031 | 2025-06-18T17:50:28.327Z | Checking ppv-lite86 v0.2.20 |
2032 | 2025-06-18T17:50:28.343Z | Checking futures-util v0.3.31 |
2033 | 2025-06-18T17:50:28.440Z | Checking pbkdf2 v0.12.2 |
2034 | 2025-06-18T17:50:28.525Z | Checking fnv v1.0.7 |
2035 | 2025-06-18T17:50:28.604Z | Checking icu_provider v1.5.0 |
2036 | 2025-06-18T17:50:28.607Z | Checking bytes v1.10.1 |
2037 | 2025-06-18T17:50:28.646Z | Checking bitflags v2.9.0 |
2038 | 2025-06-18T17:50:28.665Z | Checking serde_json v1.0.140 |
2039 | 2025-06-18T17:50:28.829Z | Checking indexmap v2.9.0 |
2040 | 2025-06-18T17:50:28.968Z | Checking scrypt v0.11.0 |
2041 | 2025-06-18T17:50:29.023Z | Checking cbc v0.1.2 |
2042 | 2025-06-18T17:50:29.195Z | Checking aes v0.8.4 |
2043 | 2025-06-18T17:50:29.215Z | Checking icu_locid_transform v1.5.0 |
2044 | 2025-06-18T17:50:29.236Z | Checking form_urlencoded v1.2.1 |
2045 | 2025-06-18T17:50:29.456Z | Checking uuid v1.17.0 |
2046 | 2025-06-18T17:50:29.589Z | Checking tokio v1.45.0 |
2047 | 2025-06-18T17:50:29.924Z | Checking spki v0.7.3 |
2048 | 2025-06-18T17:50:30.023Z | Checking http v1.3.1 |
2049 | 2025-06-18T17:50:30.107Z | Checking tracing-core v0.1.32 |
2050 | 2025-06-18T17:50:30.123Z | Checking zerocopy v0.8.25 |
2051 | 2025-06-18T17:50:30.191Z | Checking icu_properties v1.5.1 |
2052 | 2025-06-18T17:50:30.210Z | Checking pkcs5 v0.7.1 |
2053 | 2025-06-18T17:50:30.269Z | Checking iana-time-zone v0.1.63 |
2054 | 2025-06-18T17:50:30.434Z | Checking base64 v0.22.1 |
2055 | 2025-06-18T17:50:30.709Z | Checking pkcs8 v0.10.2 |
2056 | 2025-06-18T17:50:30.750Z | Checking tracing v0.1.40 |
2057 | 2025-06-18T17:50:30.916Z | Checking tinyvec_macros v0.1.1 |
2058 | 2025-06-18T17:50:31.019Z | Compiling newtype-uuid v1.2.4 |
2059 | 2025-06-18T17:50:31.035Z | Checking rustls-pki-types v1.10.0 |
2060 | 2025-06-18T17:50:31.096Z | Checking tinyvec v1.8.0 |
2061 | 2025-06-18T17:50:31.352Z | Checking chrono v0.4.41 |
2062 | 2025-06-18T17:50:31.370Z | Checking http-body v1.0.1 |
2063 | 2025-06-18T17:50:31.567Z | Checking aws-lc-sys v0.26.0 |
2064 | 2025-06-18T17:50:31.598Z | Checking thiserror v1.0.69 |
2065 | 2025-06-18T17:50:31.757Z | Checking spin v0.9.8 |
2066 | 2025-06-18T17:50:32.071Z | Checking untrusted v0.9.0 |
2067 | 2025-06-18T17:50:32.255Z | Checking try-lock v0.2.5 |
2068 | 2025-06-18T17:50:32.373Z | Checking atomic-waker v1.1.2 |
2069 | 2025-06-18T17:50:32.427Z | Checking adler2 v2.0.0 |
2070 | 2025-06-18T17:50:32.532Z | Checking foreign-types-shared v0.1.1 |
2071 | 2025-06-18T17:50:32.607Z | Checking untrusted v0.7.1 |
2072 | 2025-06-18T17:50:32.662Z | Checking tower-service v0.3.3 |
2073 | 2025-06-18T17:50:32.804Z | Checking foreign-types v0.3.2 |
2074 | 2025-06-18T17:50:32.808Z | Checking miniz_oxide v0.8.5 |
2075 | 2025-06-18T17:50:32.908Z | Checking want v0.3.1 |
2076 | 2025-06-18T17:50:32.937Z | Checking ring v0.17.14 |
2077 | 2025-06-18T17:50:33.093Z | Checking crossbeam-utils v0.8.21 |
2078 | 2025-06-18T17:50:33.147Z | Checking rand_core v0.9.2 |
2079 | 2025-06-18T17:50:33.336Z | Checking httparse v1.9.5 |
2080 | 2025-06-18T17:50:33.503Z | Checking icu_normalizer v1.5.0 |
2081 | 2025-06-18T17:50:33.507Z | Checking openssl-sys v0.9.109 |
2082 | 2025-06-18T17:50:33.539Z | Checking errno v0.3.12 |
2083 | 2025-06-18T17:50:33.738Z | Checking aho-corasick v1.1.3 |
2084 | 2025-06-18T17:50:33.768Z | Checking aws-lc-rs v1.12.4 |
2085 | 2025-06-18T17:50:33.787Z | Checking ipnet v2.11.0 |
2086 | 2025-06-18T17:50:33.787Z | Checking unicode-ident v1.0.18 |
2087 | 2025-06-18T17:50:33.982Z | Checking httpdate v1.0.3 |
2088 | 2025-06-18T17:50:34.227Z | Checking powerfmt v0.2.0 |
2089 | 2025-06-18T17:50:34.247Z | Checking idna_adapter v1.2.0 |
2090 | 2025-06-18T17:50:34.251Z | Checking regex-syntax v0.8.5 |
2091 | 2025-06-18T17:50:34.473Z | Checking idna v1.0.3 |
2092 | 2025-06-18T17:50:34.521Z | Checking deranged v0.3.11 |
2093 | 2025-06-18T17:50:34.697Z | Checking openssl v0.10.73 |
2094 | 2025-06-18T17:50:34.980Z | Checking url v2.5.3 |
2095 | 2025-06-18T17:50:35.195Z | Checking proc-macro2 v1.0.95 |
2096 | 2025-06-18T17:50:35.290Z | Checking crossbeam-epoch v0.9.18 |
2097 | 2025-06-18T17:50:35.558Z | Checking rustls-webpki v0.102.8 |
2098 | 2025-06-18T17:50:35.772Z | Checking rustix v0.38.37 |
2099 | 2025-06-18T17:50:35.849Z | Checking rand_chacha v0.9.0 |
2100 | 2025-06-18T17:50:35.887Z | Checking unicode-normalization v0.1.24 |
2101 | 2025-06-18T17:50:35.964Z | Checking rand_chacha v0.3.1 |
2102 | 2025-06-18T17:50:36.265Z | Checking semver v1.0.26 |
2103 | 2025-06-18T17:50:36.323Z | Checking bzip2-sys v0.1.13+1.0.8 |
2104 | 2025-06-18T17:50:36.380Z | Checking signature v2.2.0 |
2105 | 2025-06-18T17:50:36.448Z | Checking scroll v0.12.0 |
2106 | 2025-06-18T17:50:36.481Z | Checking tokio-util v0.7.13 |
2107 | 2025-06-18T17:50:36.588Z | Checking crc32fast v1.4.2 |
2108 | 2025-06-18T17:50:36.673Z | Checking num_threads v0.1.7 |
2109 | 2025-06-18T17:50:36.804Z | Checking time-core v0.1.2 |
2110 | 2025-06-18T17:50:36.818Z | Checking plain v0.2.3 |
2111 | 2025-06-18T17:50:36.834Z | Checking ucd-trie v0.1.7 |
2112 | 2025-06-18T17:50:36.908Z | Checking unicode-properties v0.1.3 |
2113 | 2025-06-18T17:50:36.964Z | Checking dyn-clone v1.0.19 |
2114 | 2025-06-18T17:50:36.982Z | Checking openssl-probe v0.1.5 |
2115 | 2025-06-18T17:50:37.060Z | Checking utf8parse v0.2.2 |
2116 | 2025-06-18T17:50:37.130Z | Checking num-conv v0.1.0 |
2117 | 2025-06-18T17:50:37.148Z | Checking unicode-bidi v0.3.17 |
2118 | 2025-06-18T17:50:37.222Z | Checking anstyle v1.0.11 |
2119 | 2025-06-18T17:50:37.324Z | Checking siphasher v0.3.11 |
2120 | 2025-06-18T17:50:37.388Z | Checking either v1.14.0 |
2121 | 2025-06-18T17:50:37.432Z | Checking regex-automata v0.4.8 |
2122 | 2025-06-18T17:50:37.463Z | Checking h2 v0.4.6 |
2123 | 2025-06-18T17:50:37.568Z | Checking time v0.3.36 |
2124 | 2025-06-18T17:50:37.630Z | Checking phf_shared v0.11.2 |
2125 | 2025-06-18T17:50:37.745Z | Checking stringprep v0.1.5 |
2126 | 2025-06-18T17:50:37.766Z | Checking anstyle-parse v0.2.5 |
2127 | 2025-06-18T17:50:37.921Z | Checking schemars v0.8.22 |
2128 | 2025-06-18T17:50:38.024Z | Checking pest v2.7.14 |
2129 | 2025-06-18T17:50:38.053Z | Checking goblin v0.8.2 |
2130 | 2025-06-18T17:50:38.932Z | Checking rand v0.8.5 |
2131 | 2025-06-18T17:50:39.468Z | Checking rustls v0.23.19 |
2132 | 2025-06-18T17:50:39.659Z | Checking native-tls v0.2.12 |
2133 | 2025-06-18T17:50:39.832Z | Checking rand v0.9.1 |
2134 | 2025-06-18T17:50:39.979Z | Checking quote v1.0.40 |
2135 | 2025-06-18T17:50:40.166Z | Checking crossbeam-deque v0.8.5 |
2136 | 2025-06-18T17:50:40.525Z | Checking num-integer v0.1.46 |
2137 | 2025-06-18T17:50:40.568Z | Checking serde_spanned v0.6.8 |
2138 | 2025-06-18T17:50:40.645Z | Checking toml_datetime v0.6.9 |
2139 | 2025-06-18T17:50:40.798Z | Checking zstd-sys v2.0.14+zstd.1.5.7 |
2140 | 2025-06-18T17:50:40.882Z | Checking md-5 v0.10.6 |
2141 | 2025-06-18T17:50:40.971Z | Checking ff v0.13.0 |
2142 | 2025-06-18T17:50:41.022Z | Checking hash32 v0.2.1 |
2143 | 2025-06-18T17:50:41.038Z | Checking sync_wrapper v1.0.1 |
2144 | 2025-06-18T17:50:41.133Z | Checking colorchoice v1.0.2 |
2145 | 2025-06-18T17:50:41.191Z | Checking gimli v0.31.1 |
2146 | 2025-06-18T17:50:41.209Z | Checking base16ct v0.2.0 |
2147 | 2025-06-18T17:50:41.295Z | Checking psl-types v2.0.11 |
2148 | 2025-06-18T17:50:41.315Z | Checking fallible-iterator v0.2.0 |
2149 | 2025-06-18T17:50:41.422Z | Checking pretty-hex v0.4.1 |
2150 | 2025-06-18T17:50:41.501Z | Checking tower-layer v0.3.3 |
2151 | 2025-06-18T17:50:41.633Z | Checking is_terminal_polyfill v1.70.1 |
2152 | 2025-06-18T17:50:41.779Z | Checking anstyle-query v1.1.1 |
2153 | 2025-06-18T17:50:41.796Z | Checking tower v0.5.2 |
2154 | 2025-06-18T17:50:41.871Z | Checking postgres-protocol v0.6.8 |
2155 | 2025-06-18T17:50:41.874Z | Checking publicsuffix v2.3.0 |
2156 | 2025-06-18T17:50:41.922Z | Checking anstream v0.6.18 |
2157 | 2025-06-18T17:50:42.189Z | Checking sec1 v0.7.3 |
2158 | 2025-06-18T17:50:42.314Z | Checking heapless v0.7.17 |
2159 | 2025-06-18T17:50:42.515Z | Checking group v0.13.0 |
2160 | 2025-06-18T17:50:42.538Z | Checking num-iter v0.1.45 |
2161 | 2025-06-18T17:50:42.570Z | Checking zstd-safe v7.2.3 |
2162 | 2025-06-18T17:50:42.740Z | Compiling daft v0.1.3 |
2163 | 2025-06-18T17:50:42.787Z | Checking dtrace-parser v0.2.0 |
2164 | 2025-06-18T17:50:42.896Z | Checking rayon-core v1.12.1 |
2165 | 2025-06-18T17:50:42.969Z | Checking dof v0.3.0 |
2166 | 2025-06-18T17:50:43.197Z | Checking syn v2.0.103 |
2167 | 2025-06-18T17:50:43.250Z | Checking tokio-native-tls v0.3.1 |
2168 | 2025-06-18T17:50:43.277Z | Checking cookie v0.18.1 |
2169 | 2025-06-18T17:50:43.517Z | Checking ipnetwork v0.21.1 |
2170 | 2025-06-18T17:50:43.552Z | Checking terminal_size v0.4.0 |
2171 | 2025-06-18T17:50:43.571Z | Checking flate2 v1.1.2 |
2172 | 2025-06-18T17:50:43.603Z | Checking hyper v1.6.0 |
2173 | 2025-06-18T17:50:43.726Z | Checking lazy_static v1.5.0 |
2174 | 2025-06-18T17:50:43.742Z | Checking http-body-util v0.1.3 |
2175 | 2025-06-18T17:50:43.868Z | Checking webpki-roots v0.26.6 |
2176 | 2025-06-18T17:50:43.926Z | Checking signal-hook v0.3.18 |
2177 | 2025-06-18T17:50:44.098Z | Checking hkdf v0.12.4 |
2178 | 2025-06-18T17:50:44.149Z | Checking crypto-bigint v0.5.5 |
2179 | 2025-06-18T17:50:44.168Z | Checking thread-id v4.2.2 |
2180 | 2025-06-18T17:50:44.281Z | Checking object v0.36.5 |
2181 | 2025-06-18T17:50:44.301Z | Checking bitflags v1.3.2 |
2182 | 2025-06-18T17:50:44.325Z | Checking rustc-demangle v0.1.24 |
2183 | 2025-06-18T17:50:44.411Z | Checking bumpalo v3.16.0 |
2184 | 2025-06-18T17:50:44.623Z | Checking tokio-rustls v0.26.0 |
2185 | 2025-06-18T17:50:44.723Z | Checking iri-string v0.7.8 |
2186 | 2025-06-18T17:50:44.758Z | Checking simd-adler32 v0.3.7 |
2187 | 2025-06-18T17:50:44.940Z | Checking addr2line v0.24.2 |
2188 | 2025-06-18T17:50:45.018Z | Checking clap_lex v0.7.4 |
2189 | 2025-06-18T17:50:45.144Z | Checking unicode-width v0.2.0 |
2190 | 2025-06-18T17:50:45.271Z | Checking lockfree-object-pool v0.1.6 |
2191 | 2025-06-18T17:50:45.465Z | Checking strsim v0.11.1 |
2192 | 2025-06-18T17:50:45.527Z | Checking hyper-util v0.1.14 |
2193 | 2025-06-18T17:50:45.551Z | Checking winnow v0.5.40 |
2194 | 2025-06-18T17:50:45.625Z | Checking managed v0.8.0 |
2195 | 2025-06-18T17:50:45.774Z | Checking clap_builder v4.5.35 |
2196 | 2025-06-18T17:50:46.026Z | Checking smoltcp v0.9.1 |
2197 | 2025-06-18T17:50:46.775Z | Checking elliptic-curve v0.13.8 |
2198 | 2025-06-18T17:50:47.309Z | Checking tower-http v0.6.6 |
2199 | 2025-06-18T17:50:47.414Z | Checking console v0.15.10 |
2200 | 2025-06-18T17:50:47.432Z | Checking zopfli v0.8.1 |
2201 | 2025-06-18T17:50:47.893Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2202 | 2025-06-18T17:50:47.977Z | Checking signal-hook-mio v0.2.4 |
2203 | 2025-06-18T17:50:48.113Z | Checking oxnet v0.1.2 |
2204 | 2025-06-18T17:50:48.131Z | Checking num-bigint-dig v0.8.4 |
2205 | 2025-06-18T17:50:48.155Z | Checking hyper-tls v0.6.0 |
2206 | 2025-06-18T17:50:48.190Z | Checking hyper-rustls v0.27.3 |
2207 | 2025-06-18T17:50:48.325Z | Checking toml_edit v0.19.15 |
2208 | 2025-06-18T17:50:48.450Z | Checking cookie_store v0.21.1 |
2209 | 2025-06-18T17:50:48.501Z | Checking rayon v1.10.0 |
2210 | 2025-06-18T17:50:48.547Z | Checking zstd v0.13.3 |
2211 | 2025-06-18T17:50:48.677Z | Checking postgres-types v0.2.9 |
2212 | 2025-06-18T17:50:48.907Z | Checking regex v1.11.1 |
2213 | 2025-06-18T17:50:49.138Z | Checking bstr v1.10.0 |
2214 | 2025-06-18T17:50:49.191Z | Checking usdt-impl v0.5.0 |
2215 | 2025-06-18T17:50:49.362Z | Checking phf v0.11.2 |
2216 | 2025-06-18T17:50:49.460Z | Checking ed25519 v2.2.3 |
2217 | 2025-06-18T17:50:49.644Z | Checking bzip2 v0.4.4 |
2218 | 2025-06-18T17:50:49.752Z | Checking bzip2 v0.5.2 |
2219 | 2025-06-18T17:50:49.789Z | Checking futures-executor v0.3.31 |
2220 | 2025-06-18T17:50:49.935Z | Checking curve25519-dalek v4.1.3 |
2221 | 2025-06-18T17:50:50.029Z | Checking hubpack v0.1.2 |
2222 | 2025-06-18T17:50:50.032Z | Checking memoffset v0.9.1 |
2223 | 2025-06-18T17:50:50.049Z | Checking webpki-roots v1.0.0 |
2224 | 2025-06-18T17:50:50.164Z | Checking portable-atomic v1.11.0 |
2225 | 2025-06-18T17:50:50.253Z | Checking pkcs1 v0.7.5 |
2226 | 2025-06-18T17:50:50.304Z | Checking backtrace v0.3.74 |
2227 | 2025-06-18T17:50:50.328Z | Checking serde_urlencoded v0.7.1 |
2228 | 2025-06-18T17:50:50.345Z | Checking float-cmp v0.10.0 |
2229 | 2025-06-18T17:50:50.584Z | Checking serde-big-array v0.5.1 |
2230 | 2025-06-18T17:50:50.669Z | Checking rfc6979 v0.4.0 |
2231 | 2025-06-18T17:50:50.738Z | Checking memmap v0.7.0 |
2232 | 2025-06-18T17:50:50.757Z | Checking encoding_rs v0.8.34 |
2233 | 2025-06-18T17:50:50.831Z | Checking whoami v1.5.2 |
2234 | 2025-06-18T17:50:50.858Z | Checking predicates-core v1.0.8 |
2235 | 2025-06-18T17:50:50.881Z | Checking winnow v0.7.10 |
2236 | 2025-06-18T17:50:50.961Z | Checking precomputed-hash v0.1.1 |
2237 | 2025-06-18T17:50:51.065Z | Checking mime v0.3.17 |
2238 | 2025-06-18T17:50:51.089Z | Checking normalize-line-endings v0.3.0 |
2239 | 2025-06-18T17:50:51.148Z | Checking toml_write v0.1.1 |
2240 | 2025-06-18T17:50:51.184Z | Checking static_assertions v1.1.0 |
2241 | 2025-06-18T17:50:51.224Z | Checking number_prefix v0.4.0 |
2242 | 2025-06-18T17:50:51.298Z | Checking fixedbitset v0.4.2 |
2243 | 2025-06-18T17:50:51.372Z | Checking minimal-lexical v0.2.1 |
2244 | 2025-06-18T17:50:51.414Z | Checking new_debug_unreachable v1.0.6 |
2245 | 2025-06-18T17:50:51.469Z | Checking unicode-segmentation v1.12.0 |
2246 | 2025-06-18T17:50:51.518Z | Checking difflib v0.4.0 |
2247 | 2025-06-18T17:50:51.571Z | Checking data-encoding v2.9.0 |
2248 | 2025-06-18T17:50:51.729Z | Checking ed25519-dalek v2.1.1 |
2249 | 2025-06-18T17:50:51.771Z | Checking nom v7.1.3 |
2250 | 2025-06-18T17:50:51.866Z | Checking predicates v3.1.3 |
2251 | 2025-06-18T17:50:52.042Z | Checking indicatif v0.17.11 |
2252 | 2025-06-18T17:50:52.141Z | Checking hickory-proto v0.24.4 |
2253 | 2025-06-18T17:50:52.161Z | Checking petgraph v0.6.5 |
2254 | 2025-06-18T17:50:52.179Z | Checking similar v2.7.0 |
2255 | 2025-06-18T17:50:52.445Z | Checking string_cache v0.8.9 |
2256 | 2025-06-18T17:50:52.762Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b) |
2257 | 2025-06-18T17:50:52.785Z | Checking tokio-postgres v0.7.13 |
2258 | 2025-06-18T17:50:52.988Z | Checking reqwest v0.12.20 |
2259 | 2025-06-18T17:50:52.992Z | Checking usdt v0.5.0 |
2260 | 2025-06-18T17:50:53.260Z | Checking anyhow v1.0.98 |
2261 | 2025-06-18T17:50:53.668Z | Checking ecdsa v0.16.9 |
2262 | 2025-06-18T17:50:53.734Z | Checking toml_edit v0.22.26 |
2263 | 2025-06-18T17:50:54.383Z | Checking toml v0.7.8 |
2264 | 2025-06-18T17:50:54.387Z | Checking rsa v0.9.6 |
2265 | 2025-06-18T17:50:55.116Z | Checking nix v0.29.0 |
2266 | 2025-06-18T17:50:55.136Z | Checking zip v2.6.1 |
2267 | 2025-06-18T17:50:55.225Z | Checking futures v0.3.31 |
2268 | 2025-06-18T17:50:55.347Z | Checking zip v0.6.6 |
2269 | 2025-06-18T17:50:55.370Z | Checking clap v4.5.35 |
2270 | 2025-06-18T17:50:55.538Z | Checking crossterm v0.28.1 |
2271 | 2025-06-18T17:50:55.630Z | Checking itertools v0.10.5 |
2272 | 2025-06-18T17:50:56.045Z | Checking itertools v0.12.1 |
2273 | 2025-06-18T17:50:56.321Z | Checking tokio-stream v0.1.17 |
2274 | 2025-06-18T17:50:56.361Z | Checking buf-list v1.0.3 |
2275 | 2025-06-18T17:50:56.502Z | Checking fs-err v3.1.1 |
2276 | 2025-06-18T17:50:56.692Z | Checking strum v0.26.3 |
2277 | 2025-06-18T17:50:56.725Z | Checking ahash v0.8.11 |
2278 | 2025-06-18T17:50:56.884Z | Checking slog v2.7.0 |
2279 | 2025-06-18T17:50:57.089Z | Checking openapiv3 v2.0.0 |
2280 | 2025-06-18T17:50:57.114Z | Checking x509-cert v0.2.5 |
2281 | 2025-06-18T17:50:57.199Z | Checking sha1 v0.10.6 |
2282 | 2025-06-18T17:50:57.237Z | Checking winnow v0.6.26 |
2283 | 2025-06-18T17:50:57.353Z | Checking rustc-hash v2.1.1 |
2284 | 2025-06-18T17:50:57.497Z | Checking lalrpop-util v0.19.12 |
2285 | 2025-06-18T17:50:57.544Z | Checking unicode-xid v0.2.6 |
2286 | 2025-06-18T17:50:57.716Z | Checking peg-runtime v0.8.5 |
2287 | 2025-06-18T17:50:57.735Z | Checking camino v1.1.10 |
2288 | 2025-06-18T17:50:57.787Z | Checking sigpipe v0.1.3 |
2289 | 2025-06-18T17:50:57.915Z | Checking jiff v0.2.15 |
2290 | 2025-06-18T17:50:57.950Z | Checking glob v0.3.2 |
2291 | 2025-06-18T17:51:01.839Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2292 | 2025-06-18T17:51:02.227Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.86s |
2293 | 2025-06-18T17:51:02.406Z | |
2294 | 2025-06-18T17:51:02.406Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (50/215) |
2295 | 2025-06-18T17:51:03.078Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2296 | 2025-06-18T17:51:03.082Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2297 | 2025-06-18T17:51:03.203Z | Compiling regress v0.10.3 |
2298 | 2025-06-18T17:51:03.327Z | Compiling thiserror-impl v2.0.12 |
2299 | 2025-06-18T17:51:03.350Z | Checking heck v0.5.0 |
2300 | 2025-06-18T17:51:03.367Z | Compiling unsafe-libyaml v0.2.11 |
2301 | 2025-06-18T17:51:03.384Z | Checking newtype-uuid v1.2.4 |
2302 | 2025-06-18T17:51:03.388Z | Checking rustix v1.0.7 |
2303 | 2025-06-18T17:51:03.414Z | Checking dirs-sys-next v0.1.2 |
2304 | 2025-06-18T17:51:03.524Z | Checking fastrand v2.1.1 |
2305 | 2025-06-18T17:51:03.596Z | Checking dirs-next v2.0.0 |
2306 | 2025-06-18T17:51:03.668Z | Checking daft v0.1.3 |
2307 | 2025-06-18T17:51:03.744Z | Checking thread_local v1.1.8 |
2308 | 2025-06-18T17:51:03.860Z | Compiling structmeta-derive v0.3.0 |
2309 | 2025-06-18T17:51:04.049Z | Compiling ident_case v1.0.1 |
2310 | 2025-06-18T17:51:04.079Z | Checking term v0.7.0 |
2311 | 2025-06-18T17:51:04.251Z | Compiling darling_core v0.20.10 |
2312 | 2025-06-18T17:51:04.514Z | Checking crossbeam-channel v0.5.15 |
2313 | 2025-06-18T17:51:04.931Z | Compiling serde_yaml v0.9.34+deprecated |
2314 | 2025-06-18T17:51:05.127Z | Checking tempfile v3.20.0 |
2315 | 2025-06-18T17:51:05.231Z | Checking is-terminal v0.4.13 |
2316 | 2025-06-18T17:51:05.372Z | Compiling rustls v0.22.4 |
2317 | 2025-06-18T17:51:05.512Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2318 | 2025-06-18T17:51:05.682Z | Checking take_mut v0.2.2 |
2319 | 2025-06-18T17:51:05.842Z | Checking slog-async v2.8.0 |
2320 | 2025-06-18T17:51:05.925Z | Checking slog-term v2.9.1 |
2321 | 2025-06-18T17:51:06.135Z | Compiling proc-macro-crate v1.3.1 |
2322 | 2025-06-18T17:51:06.319Z | Compiling thiserror v2.0.12 |
2323 | 2025-06-18T17:51:06.439Z | Compiling structmeta v0.3.0 |
2324 | 2025-06-18T17:51:06.482Z | Checking wait-timeout v0.2.0 |
2325 | 2025-06-18T17:51:06.580Z | Compiling multer v3.1.0 |
2326 | 2025-06-18T17:51:06.681Z | Checking quick-error v1.2.3 |
2327 | 2025-06-18T17:51:06.793Z | Checking typify-impl v0.3.0 |
2328 | 2025-06-18T17:51:06.818Z | Checking typify-impl v0.2.0 |
2329 | 2025-06-18T17:51:06.845Z | Compiling ref-cast v1.0.24 |
2330 | 2025-06-18T17:51:06.865Z | Checking bit-vec v0.8.0 |
2331 | 2025-06-18T17:51:07.340Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2332 | 2025-06-18T17:51:07.632Z | Checking match_cfg v0.1.0 |
2333 | 2025-06-18T17:51:07.751Z | Checking hostname v0.3.1 |
2334 | 2025-06-18T17:51:07.908Z | Checking bit-set v0.8.0 |
2335 | 2025-06-18T17:51:07.942Z | Compiling num_enum_derive v0.5.11 |
2336 | 2025-06-18T17:51:08.258Z | Checking rusty-fork v0.3.0 |
2337 | 2025-06-18T17:51:08.575Z | Checking rand_xorshift v0.4.0 |
2338 | 2025-06-18T17:51:08.794Z | Checking progenitor-client v0.9.1 |
2339 | 2025-06-18T17:51:09.212Z | Checking slog-json v2.6.1 |
2340 | 2025-06-18T17:51:09.274Z | Compiling lzma-sys v0.1.20 |
2341 | 2025-06-18T17:51:09.402Z | Checking hex v0.4.3 |
2342 | 2025-06-18T17:51:09.493Z | Compiling ref-cast-impl v1.0.24 |
2343 | 2025-06-18T17:51:09.851Z | Compiling darling_macro v0.20.10 |
2344 | 2025-06-18T17:51:09.895Z | Compiling async-stream-impl v0.3.6 |
2345 | 2025-06-18T17:51:10.009Z | Compiling foreign-types-macros v0.2.3 |
2346 | 2025-06-18T17:51:10.111Z | Compiling dropshot v0.16.2 |
2347 | 2025-06-18T17:51:10.427Z | Checking utf-8 v0.7.6 |
2348 | 2025-06-18T17:51:10.597Z | Checking arc-swap v1.7.1 |
2349 | 2025-06-18T17:51:10.703Z | Checking unarray v0.1.4 |
2350 | 2025-06-18T17:51:10.786Z | Compiling darling v0.20.10 |
2351 | 2025-06-18T17:51:10.878Z | Checking foreign-types-shared v0.3.1 |
2352 | 2025-06-18T17:51:10.914Z | Compiling serde_with_macros v3.12.0 |
2353 | 2025-06-18T17:51:11.021Z | Checking slog-scope v4.4.0 |
2354 | 2025-06-18T17:51:11.040Z | Checking proptest v1.7.0 |
2355 | 2025-06-18T17:51:11.096Z | Checking async-stream v0.3.6 |
2356 | 2025-06-18T17:51:11.235Z | Checking foreign-types v0.5.0 |
2357 | 2025-06-18T17:51:11.239Z | Checking tungstenite v0.21.0 |
2358 | 2025-06-18T17:51:11.313Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2359 | 2025-06-18T17:51:11.506Z | Checking num_enum v0.5.11 |
2360 | 2025-06-18T17:51:11.562Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2361 | 2025-06-18T17:51:11.670Z | Checking slog-bunyan v2.5.0 |
2362 | 2025-06-18T17:51:11.700Z | Checking tokio-rustls v0.25.0 |
2363 | 2025-06-18T17:51:11.719Z | Compiling proc-macro-error v1.0.4 |
2364 | 2025-06-18T17:51:12.182Z | Compiling parse-display-derive v0.10.0 |
2365 | 2025-06-18T17:51:12.237Z | Compiling test-strategy v0.4.1 |
2366 | 2025-06-18T17:51:12.417Z | Checking toml v0.8.22 |
2367 | 2025-06-18T17:51:12.454Z | Checking progenitor-client v0.8.0 |
2368 | 2025-06-18T17:51:12.821Z | Compiling heck v0.3.3 |
2369 | 2025-06-18T17:51:13.155Z | Checking waitgroup v0.1.2 |
2370 | 2025-06-18T17:51:13.176Z | Checking rustls-pemfile v2.2.0 |
2371 | 2025-06-18T17:51:13.314Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2372 | 2025-06-18T17:51:13.331Z | Compiling dropshot_endpoint v0.16.2 |
2373 | 2025-06-18T17:51:13.407Z | Checking serde_path_to_error v0.1.17 |
2374 | 2025-06-18T17:51:14.044Z | Compiling derive-where v1.2.7 |
2375 | 2025-06-18T17:51:14.106Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2376 | 2025-06-18T17:51:14.836Z | Checking cstr-argument v0.1.2 |
2377 | 2025-06-18T17:51:15.050Z | Checking hostname v0.4.0 |
2378 | 2025-06-18T17:51:15.214Z | Checking instant v0.1.13 |
2379 | 2025-06-18T17:51:15.358Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
2380 | 2025-06-18T17:51:15.520Z | Checking pretty-hex v0.2.1 |
2381 | 2025-06-18T17:51:15.624Z | Checking debug-ignore v1.0.5 |
2382 | 2025-06-18T17:51:15.736Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26) |
2383 | 2025-06-18T17:51:15.761Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2384 | 2025-06-18T17:51:15.779Z | Checking backoff v0.4.0 |
2385 | 2025-06-18T17:51:15.949Z | Checking parse-display v0.10.0 |
2386 | 2025-06-18T17:51:16.075Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2387 | 2025-06-18T17:51:16.079Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2388 | 2025-06-18T17:51:16.214Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2389 | 2025-06-18T17:51:16.242Z | Checking serde_with v3.12.0 |
2390 | 2025-06-18T17:51:16.388Z | Compiling zone_cfg_derive v0.1.2 |
2391 | 2025-06-18T17:51:16.391Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2392 | 2025-06-18T17:51:16.424Z | Checking tokio-tungstenite v0.21.0 |
2393 | 2025-06-18T17:51:17.067Z | Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
2394 | 2025-06-18T17:51:17.096Z | Checking iddqd v0.3.7 |
2395 | 2025-06-18T17:51:17.117Z | Checking slog-stdlog v4.1.1 |
2396 | 2025-06-18T17:51:17.291Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2397 | 2025-06-18T17:51:17.399Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2398 | 2025-06-18T17:51:17.634Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
2399 | 2025-06-18T17:51:17.694Z | Checking progenitor-client v0.10.0 |
2400 | 2025-06-18T17:51:17.783Z | Checking colored v2.2.0 |
2401 | 2025-06-18T17:51:18.122Z | Checking macaddr v1.0.1 |
2402 | 2025-06-18T17:51:18.176Z | Checking base64 v0.13.1 |
2403 | 2025-06-18T17:51:18.467Z | Checking base64 v0.21.7 |
2404 | 2025-06-18T17:51:18.593Z | Checking unicode-width v0.1.14 |
2405 | 2025-06-18T17:51:18.684Z | Checking ron v0.7.1 |
2406 | 2025-06-18T17:51:18.920Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2407 | 2025-06-18T17:51:19.082Z | Checking tabwriter v1.4.0 |
2408 | 2025-06-18T17:51:19.350Z | Checking zone v0.1.8 |
2409 | 2025-06-18T17:51:19.382Z | Checking slog-envlogger v2.2.0 |
2410 | 2025-06-18T17:51:19.399Z | Checking xz2 v0.1.7 |
2411 | 2025-06-18T17:51:19.630Z | Checking xattr v1.3.1 |
2412 | 2025-06-18T17:51:19.709Z | Checking yasna v0.5.2 |
2413 | 2025-06-18T17:51:19.800Z | Checking pem v3.0.5 |
2414 | 2025-06-18T17:51:19.860Z | Checking smf v0.2.3 |
2415 | 2025-06-18T17:51:20.035Z | Checking headers-core v0.3.0 |
2416 | 2025-06-18T17:51:20.094Z | Checking filetime v0.2.25 |
2417 | 2025-06-18T17:51:20.209Z | Checking same-file v1.0.6 |
2418 | 2025-06-18T17:51:20.327Z | Checking tar v0.4.44 |
2419 | 2025-06-18T17:51:20.331Z | Checking headers v0.4.1 |
2420 | 2025-06-18T17:51:20.406Z | Checking walkdir v2.5.0 |
2421 | 2025-06-18T17:51:20.596Z | Checking rcgen v0.12.1 |
2422 | 2025-06-18T17:51:20.668Z | Checking camino-tempfile v1.4.1 |
2423 | 2025-06-18T17:51:20.729Z | Checking atomicwrites v0.4.4 |
2424 | 2025-06-18T17:51:20.751Z | Compiling typify-macro v0.3.0 |
2425 | 2025-06-18T17:51:20.767Z | Compiling typify-macro v0.2.0 |
2426 | 2025-06-18T17:51:20.949Z | Checking subprocess v0.2.9 |
2427 | 2025-06-18T17:51:22.770Z | Compiling typify v0.3.0 |
2428 | 2025-06-18T17:51:22.794Z | Compiling typify v0.2.0 |
2429 | 2025-06-18T17:51:22.872Z | Compiling progenitor-impl v0.9.1 |
2430 | 2025-06-18T17:51:22.910Z | Compiling progenitor-impl v0.8.0 |
2431 | 2025-06-18T17:51:25.680Z | Compiling progenitor-macro v0.9.1 |
2432 | 2025-06-18T17:51:25.828Z | Compiling progenitor-macro v0.8.0 |
2433 | 2025-06-18T17:51:29.964Z | Checking progenitor v0.9.1 |
2434 | 2025-06-18T17:51:30.114Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=760b4b547e301a31d4dcb92ba97aabdb2a3e0cba#760b4b54) |
2435 | 2025-06-18T17:51:30.522Z | Checking progenitor v0.8.0 |
2436 | 2025-06-18T17:51:30.689Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2437 | 2025-06-18T17:51:33.037Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2438 | 2025-06-18T17:51:33.265Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
2439 | 2025-06-18T17:51:39.392Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2440 | 2025-06-18T17:51:41.051Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2441 | 2025-06-18T17:51:42.423Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.00s |
2442 | 2025-06-18T17:51:42.615Z | |
2443 | 2025-06-18T17:51:42.615Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (51/215) |
2444 | 2025-06-18T17:51:43.286Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2445 | 2025-06-18T17:51:43.289Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2446 | 2025-06-18T17:51:43.388Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2447 | 2025-06-18T17:51:44.905Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.28s |
2448 | 2025-06-18T17:51:45.101Z | |
2449 | 2025-06-18T17:51:45.101Z | info: running `cargo check --bins` on nexus-config (52/215) |
2450 | 2025-06-18T17:51:45.764Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2451 | 2025-06-18T17:51:45.768Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2452 | 2025-06-18T17:51:45.768Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2453 | 2025-06-18T17:51:45.771Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
2454 | 2025-06-18T17:51:45.853Z | |
2455 | 2025-06-18T17:51:45.853Z | info: running `cargo check --bins` on omicron-rpaths (53/215) |
2456 | 2025-06-18T17:51:46.475Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2457 | 2025-06-18T17:51:46.478Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2458 | 2025-06-18T17:51:46.478Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2459 | 2025-06-18T17:51:46.481Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2460 | 2025-06-18T17:51:46.557Z | |
2461 | 2025-06-18T17:51:46.557Z | info: running `cargo check --bins` on omicron-certificates (54/215) |
2462 | 2025-06-18T17:51:47.204Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2463 | 2025-06-18T17:51:47.208Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2464 | 2025-06-18T17:51:47.208Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2465 | 2025-06-18T17:51:47.211Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
2466 | 2025-06-18T17:51:47.295Z | |
2467 | 2025-06-18T17:51:47.295Z | info: running `cargo check --bins` on omicron-clickhouse-admin (55/215) |
2468 | 2025-06-18T17:51:47.972Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2469 | 2025-06-18T17:51:47.976Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2470 | 2025-06-18T17:51:48.143Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2471 | 2025-06-18T17:51:48.272Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2472 | 2025-06-18T17:51:48.285Z | Compiling rustix v1.0.7 |
2473 | 2025-06-18T17:51:48.299Z | Compiling wait-timeout v0.2.0 |
2474 | 2025-06-18T17:51:48.302Z | Compiling match_cfg v0.1.0 |
2475 | 2025-06-18T17:51:48.302Z | Compiling bit-vec v0.8.0 |
2476 | 2025-06-18T17:51:48.302Z | Compiling quick-error v1.2.3 |
2477 | 2025-06-18T17:51:48.302Z | Compiling rustls v0.22.4 |
2478 | 2025-06-18T17:51:48.372Z | Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
2479 | 2025-06-18T17:51:48.393Z | Compiling hostname v0.3.1 |
2480 | 2025-06-18T17:51:48.498Z | Compiling progenitor-client v0.9.1 |
2481 | 2025-06-18T17:51:48.612Z | Compiling slog-json v2.6.1 |
2482 | 2025-06-18T17:51:48.681Z | Compiling bit-set v0.8.0 |
2483 | 2025-06-18T17:51:48.759Z | Compiling rand_xorshift v0.4.0 |
2484 | 2025-06-18T17:51:48.805Z | Compiling itertools v0.13.0 |
2485 | 2025-06-18T17:51:48.933Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2486 | 2025-06-18T17:51:48.958Z | Compiling hex v0.4.3 |
2487 | 2025-06-18T17:51:48.977Z | Compiling heapless v0.8.0 |
2488 | 2025-06-18T17:51:49.017Z | Compiling unarray v0.1.4 |
2489 | 2025-06-18T17:51:49.033Z | Compiling progenitor v0.9.1 |
2490 | 2025-06-18T17:51:49.185Z | Compiling slog-bunyan v2.5.0 |
2491 | 2025-06-18T17:51:49.263Z | Compiling ref-cast v1.0.24 |
2492 | 2025-06-18T17:51:49.423Z | Compiling async-stream v0.3.6 |
2493 | 2025-06-18T17:51:49.426Z | Compiling multer v3.1.0 |
2494 | 2025-06-18T17:51:49.539Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2495 | 2025-06-18T17:51:49.707Z | Compiling toml v0.8.22 |
2496 | 2025-06-18T17:51:49.727Z | Compiling waitgroup v0.1.2 |
2497 | 2025-06-18T17:51:49.810Z | Compiling rustls-pemfile v2.2.0 |
2498 | 2025-06-18T17:51:49.955Z | Compiling tempfile v3.20.0 |
2499 | 2025-06-18T17:51:50.163Z | Checking hash32 v0.3.1 |
2500 | 2025-06-18T17:51:50.338Z | Compiling serde_path_to_error v0.1.17 |
2501 | 2025-06-18T17:51:50.375Z | Compiling hostname v0.4.0 |
2502 | 2025-06-18T17:51:50.395Z | Compiling rusty-fork v0.3.0 |
2503 | 2025-06-18T17:51:50.629Z | Compiling instant v0.1.13 |
2504 | 2025-06-18T17:51:50.773Z | Compiling proptest v1.7.0 |
2505 | 2025-06-18T17:51:50.811Z | Compiling debug-ignore v1.0.5 |
2506 | 2025-06-18T17:51:50.988Z | Compiling smoltcp v0.11.0 |
2507 | 2025-06-18T17:51:51.060Z | Compiling backoff v0.4.0 |
2508 | 2025-06-18T17:51:51.169Z | Compiling iddqd v0.3.7 |
2509 | 2025-06-18T17:51:51.426Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=760b4b547e301a31d4dcb92ba97aabdb2a3e0cba#760b4b54) |
2510 | 2025-06-18T17:51:51.644Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2511 | 2025-06-18T17:51:51.647Z | Compiling ingot-macros v0.1.0 |
2512 | 2025-06-18T17:51:51.809Z | Compiling serde_with v3.12.0 |
2513 | 2025-06-18T17:51:51.995Z | Compiling parse-display v0.10.0 |
2514 | 2025-06-18T17:51:52.600Z | Compiling tokio-rustls v0.25.0 |
2515 | 2025-06-18T17:51:53.047Z | Compiling dropshot v0.16.2 |
2516 | 2025-06-18T17:51:53.706Z | Checking num-rational v0.4.2 |
2517 | 2025-06-18T17:51:54.371Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2518 | 2025-06-18T17:51:55.032Z | Compiling progenitor-client v0.10.0 |
2519 | 2025-06-18T17:51:55.379Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
2520 | 2025-06-18T17:51:56.699Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26) |
2521 | 2025-06-18T17:51:57.026Z | Compiling phf_generator v0.11.2 |
2522 | 2025-06-18T17:51:57.239Z | Checking num-complex v0.4.6 |
2523 | 2025-06-18T17:51:57.788Z | Compiling macaddr v1.0.1 |
2524 | 2025-06-18T17:51:58.131Z | Checking cobs v0.2.3 |
2525 | 2025-06-18T17:51:58.502Z | Checking postcard v1.0.10 |
2526 | 2025-06-18T17:51:58.507Z | Compiling num v0.4.3 |
2527 | 2025-06-18T17:51:58.553Z | Checking ingot-types v0.1.0 |
2528 | 2025-06-18T17:51:58.693Z | Compiling phf_codegen v0.11.2 |
2529 | 2025-06-18T17:51:58.846Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f5560fae02ad3fc349fabc6454c321143199ca9e#f5560fae) |
2530 | 2025-06-18T17:51:58.941Z | Compiling parse-zoneinfo v0.3.1 |
2531 | 2025-06-18T17:51:59.301Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f5560fae02ad3fc349fabc6454c321143199ca9e#f5560fae) |
2532 | 2025-06-18T17:51:59.322Z | Checking ingot v0.1.0 |
2533 | 2025-06-18T17:51:59.465Z | Compiling convert_case v0.4.0 |
2534 | 2025-06-18T17:51:59.623Z | Checking float-ord v0.3.2 |
2535 | 2025-06-18T17:52:00.000Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2536 | 2025-06-18T17:52:00.274Z | Compiling derive_more v0.99.20 |
2537 | 2025-06-18T17:52:00.621Z | Compiling chrono-tz-build v0.4.0 |
2538 | 2025-06-18T17:52:01.644Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f5560fae02ad3fc349fabc6454c321143199ca9e#f5560fae) |
2539 | 2025-06-18T17:52:01.706Z | Compiling crucible-workspace-hack v0.1.0 |
2540 | 2025-06-18T17:52:01.743Z | Checking linked-hash-map v0.5.6 |
2541 | 2025-06-18T17:52:02.037Z | Compiling chrono-tz v0.10.3 |
2542 | 2025-06-18T17:52:02.092Z | Checking lru-cache v0.1.2 |
2543 | 2025-06-18T17:52:02.317Z | Checking resolv-conf v0.7.0 |
2544 | 2025-06-18T17:52:02.504Z | Checking newline-converter v0.3.0 |
2545 | 2025-06-18T17:52:02.671Z | Checking itertools v0.14.0 |
2546 | 2025-06-18T17:52:02.705Z | Checking prettyplease v0.2.34 |
2547 | 2025-06-18T17:52:02.739Z | Compiling slog-dtrace v0.3.0 |
2548 | 2025-06-18T17:52:02.780Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f5560fae02ad3fc349fabc6454c321143199ca9e#f5560fae) |
2549 | 2025-06-18T17:52:03.423Z | Checking expectorate v1.2.0 |
2550 | 2025-06-18T17:52:03.646Z | Checking hickory-resolver v0.24.4 |
2551 | 2025-06-18T17:52:03.865Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2552 | 2025-06-18T17:52:04.262Z | Compiling zone_cfg_derive v0.3.0 |
2553 | 2025-06-18T17:52:05.062Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f5560fae02ad3fc349fabc6454c321143199ca9e#f5560fae) |
2554 | 2025-06-18T17:52:05.111Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
2555 | 2025-06-18T17:52:05.132Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2556 | 2025-06-18T17:52:05.257Z | Compiling const_format_proc_macros v0.2.34 |
2557 | 2025-06-18T17:52:05.468Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2558 | 2025-06-18T17:52:05.634Z | Compiling num-derive v0.4.2 |
2559 | 2025-06-18T17:52:06.197Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2560 | 2025-06-18T17:52:06.445Z | Checking highway v1.3.0 |
2561 | 2025-06-18T17:52:06.540Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2562 | 2025-06-18T17:52:06.581Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2563 | 2025-06-18T17:52:06.805Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
2564 | 2025-06-18T17:52:06.824Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f5560fae02ad3fc349fabc6454c321143199ca9e#f5560fae) |
2565 | 2025-06-18T17:52:06.920Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2566 | 2025-06-18T17:52:07.077Z | Checking const_format v0.2.34 |
2567 | 2025-06-18T17:52:07.238Z | Checking zone v0.3.1 |
2568 | 2025-06-18T17:52:07.555Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
2569 | 2025-06-18T17:52:07.801Z | Checking qorb v0.4.0 |
2570 | 2025-06-18T17:52:07.822Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
2571 | 2025-06-18T17:52:08.249Z | Checking gethostname v0.5.0 |
2572 | 2025-06-18T17:52:08.388Z | Checking bcs v0.1.6 |
2573 | 2025-06-18T17:52:08.407Z | Checking nanorand v0.7.0 |
2574 | 2025-06-18T17:52:08.437Z | Compiling async-recursion v1.1.1 |
2575 | 2025-06-18T17:52:08.773Z | Checking termtree v0.5.1 |
2576 | 2025-06-18T17:52:08.866Z | Checking flume v0.11.1 |
2577 | 2025-06-18T17:52:09.114Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2578 | 2025-06-18T17:52:14.855Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2579 | 2025-06-18T17:52:18.305Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2580 | 2025-06-18T17:52:20.852Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2581 | 2025-06-18T17:52:22.164Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.85s |
2582 | 2025-06-18T17:52:22.369Z | |
2583 | 2025-06-18T17:52:22.369Z | info: running `cargo check --bins` on clickhouse-admin-api (56/215) |
2584 | 2025-06-18T17:52:23.025Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2585 | 2025-06-18T17:52:23.028Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2586 | 2025-06-18T17:52:23.028Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2587 | 2025-06-18T17:52:23.033Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
2588 | 2025-06-18T17:52:23.117Z | |
2589 | 2025-06-18T17:52:23.117Z | info: running `cargo check --bins` on clickhouse-admin-types (57/215) |
2590 | 2025-06-18T17:52:23.766Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2591 | 2025-06-18T17:52:23.769Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2592 | 2025-06-18T17:52:23.769Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2593 | 2025-06-18T17:52:23.772Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
2594 | 2025-06-18T17:52:23.856Z | |
2595 | 2025-06-18T17:52:23.857Z | info: running `cargo check --bins --no-default-features` on oximeter-db (58/215) |
2596 | 2025-06-18T17:52:24.511Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2597 | 2025-06-18T17:52:24.514Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2598 | 2025-06-18T17:52:24.616Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2599 | 2025-06-18T17:52:25.308Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s |
2600 | 2025-06-18T17:52:25.499Z | |
2601 | 2025-06-18T17:52:25.500Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (59/215) |
2602 | 2025-06-18T17:52:26.180Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2603 | 2025-06-18T17:52:26.183Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2604 | 2025-06-18T17:52:26.295Z | Compiling cfg_aliases v0.1.1 |
2605 | 2025-06-18T17:52:26.302Z | Compiling vte_generate_state_changes v0.1.2 |
2606 | 2025-06-18T17:52:26.302Z | Checking fd-lock v4.0.2 |
2607 | 2025-06-18T17:52:26.302Z | Checking nibble_vec v0.1.0 |
2608 | 2025-06-18T17:52:26.420Z | Checking bytecount v0.6.8 |
2609 | 2025-06-18T17:52:26.427Z | Checking endian-type v0.1.2 |
2610 | 2025-06-18T17:52:26.460Z | Compiling tabled_derive v0.7.0 |
2611 | 2025-06-18T17:52:26.463Z | Compiling peg-macros v0.8.5 |
2612 | 2025-06-18T17:52:26.495Z | Compiling nix v0.28.0 |
2613 | 2025-06-18T17:52:26.561Z | Checking papergrid v0.11.0 |
2614 | 2025-06-18T17:52:26.582Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2615 | 2025-06-18T17:52:26.613Z | Compiling sqlparser_derive v0.2.2 |
2616 | 2025-06-18T17:52:26.656Z | Checking radix_trie v0.2.1 |
2617 | 2025-06-18T17:52:26.969Z | Checking vte v0.11.1 |
2618 | 2025-06-18T17:52:27.065Z | Checking nu-ansi-term v0.50.1 |
2619 | 2025-06-18T17:52:27.510Z | Checking home v0.5.9 |
2620 | 2025-06-18T17:52:27.574Z | Checking unicode_categories v0.1.1 |
2621 | 2025-06-18T17:52:27.601Z | Checking sqlparser v0.45.0 |
2622 | 2025-06-18T17:52:27.693Z | Checking display-error-chain v0.2.2 |
2623 | 2025-06-18T17:52:27.880Z | Checking sqlformat v0.3.5 |
2624 | 2025-06-18T17:52:28.363Z | Checking strip-ansi-escapes v0.2.0 |
2625 | 2025-06-18T17:52:28.459Z | Checking tabled v0.15.0 |
2626 | 2025-06-18T17:52:28.521Z | Checking reedline v0.38.0 |
2627 | 2025-06-18T17:52:28.799Z | Checking peg v0.8.5 |
2628 | 2025-06-18T17:52:29.245Z | Checking rustyline v14.0.0 |
2629 | 2025-06-18T17:52:38.026Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.51s |
2630 | 2025-06-18T17:52:38.217Z | |
2631 | 2025-06-18T17:52:38.217Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (60/215) |
2632 | 2025-06-18T17:52:38.894Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2633 | 2025-06-18T17:52:38.897Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2634 | 2025-06-18T17:52:39.007Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2635 | 2025-06-18T17:52:44.175Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.95s |
2636 | 2025-06-18T17:52:44.377Z | |
2637 | 2025-06-18T17:52:44.378Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (61/215) |
2638 | 2025-06-18T17:52:45.054Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2639 | 2025-06-18T17:52:45.057Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2640 | 2025-06-18T17:52:45.166Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2641 | 2025-06-18T17:52:48.725Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.34s |
2642 | 2025-06-18T17:52:48.924Z | |
2643 | 2025-06-18T17:52:48.924Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (62/215) |
2644 | 2025-06-18T17:52:49.605Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2645 | 2025-06-18T17:52:49.608Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2646 | 2025-06-18T17:52:49.717Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2647 | 2025-06-18T17:52:54.635Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.70s |
2648 | 2025-06-18T17:52:54.831Z | |
2649 | 2025-06-18T17:52:54.831Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (63/215) |
2650 | 2025-06-18T17:52:55.510Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2651 | 2025-06-18T17:52:55.514Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2652 | 2025-06-18T17:52:55.626Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2653 | 2025-06-18T17:53:00.588Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.74s |
2654 | 2025-06-18T17:53:00.787Z | |
2655 | 2025-06-18T17:53:00.787Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (64/215) |
2656 | 2025-06-18T17:53:01.470Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2657 | 2025-06-18T17:53:01.474Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2658 | 2025-06-18T17:53:01.584Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2659 | 2025-06-18T17:53:05.403Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.61s |
2660 | 2025-06-18T17:53:05.602Z | |
2661 | 2025-06-18T17:53:05.602Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (65/215) |
2662 | 2025-06-18T17:53:06.287Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2663 | 2025-06-18T17:53:06.290Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2664 | 2025-06-18T17:53:06.400Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2665 | 2025-06-18T17:53:10.245Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.63s |
2666 | 2025-06-18T17:53:10.445Z | |
2667 | 2025-06-18T17:53:10.446Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (66/215) |
2668 | 2025-06-18T17:53:11.127Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2669 | 2025-06-18T17:53:11.132Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2670 | 2025-06-18T17:53:11.241Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2671 | 2025-06-18T17:53:16.394Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.94s |
2672 | 2025-06-18T17:53:16.592Z | |
2673 | 2025-06-18T17:53:16.592Z | info: running `cargo check --bins` on oximeter (67/215) |
2674 | 2025-06-18T17:53:17.250Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2675 | 2025-06-18T17:53:17.254Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2676 | 2025-06-18T17:53:17.254Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2677 | 2025-06-18T17:53:17.258Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
2678 | 2025-06-18T17:53:17.340Z | |
2679 | 2025-06-18T17:53:17.340Z | info: running `cargo check --bins` on oximeter-macro-impl (68/215) |
2680 | 2025-06-18T17:53:17.968Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2681 | 2025-06-18T17:53:17.974Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2682 | 2025-06-18T17:53:17.974Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2683 | 2025-06-18T17:53:17.977Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2684 | 2025-06-18T17:53:18.051Z | |
2685 | 2025-06-18T17:53:18.051Z | info: running `cargo check --bins` on oximeter-schema (69/215) |
2686 | 2025-06-18T17:53:18.706Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2687 | 2025-06-18T17:53:18.710Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2688 | 2025-06-18T17:53:18.799Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2689 | 2025-06-18T17:53:20.854Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2690 | 2025-06-18T17:53:22.089Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.79s |
2691 | 2025-06-18T17:53:22.098Z | |
2692 | 2025-06-18T17:53:22.098Z | info: running `cargo check --bins` on oximeter-types (70/215) |
2693 | 2025-06-18T17:53:22.714Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2694 | 2025-06-18T17:53:22.717Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2695 | 2025-06-18T17:53:22.717Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2696 | 2025-06-18T17:53:22.721Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
2697 | 2025-06-18T17:53:22.803Z | |
2698 | 2025-06-18T17:53:22.803Z | info: running `cargo check --bins` on oximeter-timeseries-macro (71/215) |
2699 | 2025-06-18T17:53:23.472Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2700 | 2025-06-18T17:53:23.475Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2701 | 2025-06-18T17:53:23.475Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2702 | 2025-06-18T17:53:23.478Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
2703 | 2025-06-18T17:53:23.560Z | |
2704 | 2025-06-18T17:53:23.561Z | info: running `cargo check --bins` on oxql-types (72/215) |
2705 | 2025-06-18T17:53:24.229Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2706 | 2025-06-18T17:53:24.233Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2707 | 2025-06-18T17:53:24.234Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2708 | 2025-06-18T17:53:24.237Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
2709 | 2025-06-18T17:53:24.320Z | |
2710 | 2025-06-18T17:53:24.320Z | info: running `cargo check --bins` on oximeter-test-utils (73/215) |
2711 | 2025-06-18T17:53:25.006Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2712 | 2025-06-18T17:53:25.009Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2713 | 2025-06-18T17:53:25.009Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2714 | 2025-06-18T17:53:25.012Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
2715 | 2025-06-18T17:53:25.101Z | |
2716 | 2025-06-18T17:53:25.101Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (74/215) |
2717 | 2025-06-18T17:53:25.771Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2718 | 2025-06-18T17:53:25.774Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2719 | 2025-06-18T17:53:25.774Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2720 | 2025-06-18T17:53:25.777Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
2721 | 2025-06-18T17:53:25.861Z | |
2722 | 2025-06-18T17:53:25.861Z | info: running `cargo check --bins` on bootstrap-agent-client (75/215) |
2723 | 2025-06-18T17:53:26.541Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2724 | 2025-06-18T17:53:26.544Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2725 | 2025-06-18T17:53:26.544Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2726 | 2025-06-18T17:53:26.547Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
2727 | 2025-06-18T17:53:26.633Z | |
2728 | 2025-06-18T17:53:26.633Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (76/215) |
2729 | 2025-06-18T17:53:27.295Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2730 | 2025-06-18T17:53:27.299Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2731 | 2025-06-18T17:53:27.299Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2732 | 2025-06-18T17:53:27.302Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
2733 | 2025-06-18T17:53:27.385Z | |
2734 | 2025-06-18T17:53:27.386Z | info: running `cargo check --bins` on clickhouse-admin-server-client (77/215) |
2735 | 2025-06-18T17:53:28.048Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2736 | 2025-06-18T17:53:28.052Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2737 | 2025-06-18T17:53:28.052Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2738 | 2025-06-18T17:53:28.056Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
2739 | 2025-06-18T17:53:28.137Z | |
2740 | 2025-06-18T17:53:28.137Z | info: running `cargo check --bins` on clickhouse-admin-single-client (78/215) |
2741 | 2025-06-18T17:53:28.805Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2742 | 2025-06-18T17:53:28.808Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2743 | 2025-06-18T17:53:28.808Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2744 | 2025-06-18T17:53:28.812Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
2745 | 2025-06-18T17:53:28.897Z | |
2746 | 2025-06-18T17:53:28.897Z | info: running `cargo check --bins` on cockroach-admin-client (79/215) |
2747 | 2025-06-18T17:53:29.534Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2748 | 2025-06-18T17:53:29.537Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2749 | 2025-06-18T17:53:29.537Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2750 | 2025-06-18T17:53:29.541Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
2751 | 2025-06-18T17:53:29.624Z | |
2752 | 2025-06-18T17:53:29.624Z | info: running `cargo check --bins` on omicron-ddm-admin-client (80/215) |
2753 | 2025-06-18T17:53:30.292Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2754 | 2025-06-18T17:53:30.295Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2755 | 2025-06-18T17:53:30.295Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2756 | 2025-06-18T17:53:30.298Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
2757 | 2025-06-18T17:53:30.386Z | |
2758 | 2025-06-18T17:53:30.386Z | info: running `cargo check --bins` on dns-service-client (81/215) |
2759 | 2025-06-18T17:53:31.053Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2760 | 2025-06-18T17:53:31.056Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2761 | 2025-06-18T17:53:31.056Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2762 | 2025-06-18T17:53:31.059Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
2763 | 2025-06-18T17:53:31.143Z | |
2764 | 2025-06-18T17:53:31.143Z | info: running `cargo check --bins` on internal-dns-types (82/215) |
2765 | 2025-06-18T17:53:31.803Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2766 | 2025-06-18T17:53:31.807Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2767 | 2025-06-18T17:53:31.807Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2768 | 2025-06-18T17:53:31.810Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
2769 | 2025-06-18T17:53:31.892Z | |
2770 | 2025-06-18T17:53:31.892Z | info: running `cargo check --bins` on gateway-client (83/215) |
2771 | 2025-06-18T17:53:32.556Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2772 | 2025-06-18T17:53:32.560Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2773 | 2025-06-18T17:53:32.560Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2774 | 2025-06-18T17:53:32.564Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
2775 | 2025-06-18T17:53:32.647Z | |
2776 | 2025-06-18T17:53:32.647Z | info: running `cargo check --bins` on gateway-types (84/215) |
2777 | 2025-06-18T17:53:33.310Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2778 | 2025-06-18T17:53:33.313Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2779 | 2025-06-18T17:53:33.313Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2780 | 2025-06-18T17:53:33.319Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
2781 | 2025-06-18T17:53:33.401Z | |
2782 | 2025-06-18T17:53:33.401Z | info: running `cargo check --bins` on ipcc (85/215) |
2783 | 2025-06-18T17:53:34.063Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2784 | 2025-06-18T17:53:34.067Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2785 | 2025-06-18T17:53:34.067Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2786 | 2025-06-18T17:53:34.070Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
2787 | 2025-06-18T17:53:34.153Z | |
2788 | 2025-06-18T17:53:34.153Z | info: running `cargo check --bins` on installinator-client (86/215) |
2789 | 2025-06-18T17:53:34.833Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2790 | 2025-06-18T17:53:34.837Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2791 | 2025-06-18T17:53:34.837Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2792 | 2025-06-18T17:53:34.840Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
2793 | 2025-06-18T17:53:34.927Z | |
2794 | 2025-06-18T17:53:34.927Z | info: running `cargo check --bins` on installinator-common (87/215) |
2795 | 2025-06-18T17:53:35.598Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2796 | 2025-06-18T17:53:35.601Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2797 | 2025-06-18T17:53:35.602Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2798 | 2025-06-18T17:53:35.605Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
2799 | 2025-06-18T17:53:35.690Z | |
2800 | 2025-06-18T17:53:35.690Z | info: running `cargo check --bins` on update-engine (88/215) |
2801 | 2025-06-18T17:53:36.329Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2802 | 2025-06-18T17:53:36.332Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2803 | 2025-06-18T17:53:36.332Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2804 | 2025-06-18T17:53:36.335Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
2805 | 2025-06-18T17:53:36.414Z | |
2806 | 2025-06-18T17:53:36.414Z | info: running `cargo check --bins` on nexus-client (89/215) |
2807 | 2025-06-18T17:53:37.099Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2808 | 2025-06-18T17:53:37.102Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2809 | 2025-06-18T17:53:37.102Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2810 | 2025-06-18T17:53:37.105Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
2811 | 2025-06-18T17:53:37.194Z | |
2812 | 2025-06-18T17:53:37.194Z | info: running `cargo check --bins` on nexus-sled-agent-shared (90/215) |
2813 | 2025-06-18T17:53:37.866Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2814 | 2025-06-18T17:53:37.869Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2815 | 2025-06-18T17:53:37.869Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2816 | 2025-06-18T17:53:37.874Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
2817 | 2025-06-18T17:53:37.954Z | |
2818 | 2025-06-18T17:53:37.955Z | info: running `cargo check --bins` on omicron-passwords (91/215) |
2819 | 2025-06-18T17:53:38.596Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2820 | 2025-06-18T17:53:38.600Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2821 | 2025-06-18T17:53:38.600Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2822 | 2025-06-18T17:53:38.603Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
2823 | 2025-06-18T17:53:38.681Z | |
2824 | 2025-06-18T17:53:38.681Z | info: running `cargo check --bins` on nexus-types (92/215) |
2825 | 2025-06-18T17:53:39.372Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2826 | 2025-06-18T17:53:39.375Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2827 | 2025-06-18T17:53:39.375Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2828 | 2025-06-18T17:53:39.378Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
2829 | 2025-06-18T17:53:39.467Z | |
2830 | 2025-06-18T17:53:39.467Z | info: running `cargo check --bins` on oxide-client (93/215) |
2831 | 2025-06-18T17:53:40.100Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2832 | 2025-06-18T17:53:40.104Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2833 | 2025-06-18T17:53:40.104Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2834 | 2025-06-18T17:53:40.107Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
2835 | 2025-06-18T17:53:40.183Z | |
2836 | 2025-06-18T17:53:40.183Z | info: running `cargo check --bins` on oximeter-client (94/215) |
2837 | 2025-06-18T17:53:40.845Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2838 | 2025-06-18T17:53:40.848Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2839 | 2025-06-18T17:53:40.848Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2840 | 2025-06-18T17:53:40.852Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
2841 | 2025-06-18T17:53:40.935Z | |
2842 | 2025-06-18T17:53:40.935Z | info: running `cargo check --bins` on repo-depot-client (95/215) |
2843 | 2025-06-18T17:53:41.566Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2844 | 2025-06-18T17:53:41.570Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2845 | 2025-06-18T17:53:41.570Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2846 | 2025-06-18T17:53:41.574Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
2847 | 2025-06-18T17:53:41.652Z | |
2848 | 2025-06-18T17:53:41.652Z | info: running `cargo check --bins` on sled-agent-client (96/215) |
2849 | 2025-06-18T17:53:42.328Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2850 | 2025-06-18T17:53:42.331Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2851 | 2025-06-18T17:53:42.331Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2852 | 2025-06-18T17:53:42.335Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
2853 | 2025-06-18T17:53:42.421Z | |
2854 | 2025-06-18T17:53:42.421Z | info: running `cargo check --bins` on sled-agent-types (97/215) |
2855 | 2025-06-18T17:53:43.115Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2856 | 2025-06-18T17:53:43.119Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2857 | 2025-06-18T17:53:43.119Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2858 | 2025-06-18T17:53:43.122Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
2859 | 2025-06-18T17:53:43.210Z | |
2860 | 2025-06-18T17:53:43.210Z | info: running `cargo check --bins` on wicketd-client (98/215) |
2861 | 2025-06-18T17:53:43.914Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2862 | 2025-06-18T17:53:43.917Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2863 | 2025-06-18T17:53:43.917Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2864 | 2025-06-18T17:53:43.921Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
2865 | 2025-06-18T17:53:44.012Z | |
2866 | 2025-06-18T17:53:44.012Z | info: running `cargo check --bins` on wicket-common (99/215) |
2867 | 2025-06-18T17:53:44.703Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2868 | 2025-06-18T17:53:44.707Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2869 | 2025-06-18T17:53:44.707Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2870 | 2025-06-18T17:53:44.710Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
2871 | 2025-06-18T17:53:44.799Z | |
2872 | 2025-06-18T17:53:44.799Z | info: running `cargo check --bins` on omicron-cockroach-admin (100/215) |
2873 | 2025-06-18T17:53:45.482Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2874 | 2025-06-18T17:53:45.486Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2875 | 2025-06-18T17:53:45.601Z | Checking csv-core v0.1.11 |
2876 | 2025-06-18T17:53:45.601Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2877 | 2025-06-18T17:53:45.605Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2878 | 2025-06-18T17:53:45.605Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2879 | 2025-06-18T17:53:45.912Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2880 | 2025-06-18T17:53:45.932Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2881 | 2025-06-18T17:53:45.962Z | Checking csv v1.3.1 |
2882 | 2025-06-18T17:53:46.514Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2883 | 2025-06-18T17:53:46.984Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2884 | 2025-06-18T17:53:49.153Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.34s |
2885 | 2025-06-18T17:53:49.352Z | |
2886 | 2025-06-18T17:53:49.352Z | info: running `cargo check --bins` on cockroach-admin-api (101/215) |
2887 | 2025-06-18T17:53:50.020Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2888 | 2025-06-18T17:53:50.024Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2889 | 2025-06-18T17:53:50.024Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2890 | 2025-06-18T17:53:50.027Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
2891 | 2025-06-18T17:53:50.112Z | |
2892 | 2025-06-18T17:53:50.112Z | info: running `cargo check --bins` on cockroach-admin-types (102/215) |
2893 | 2025-06-18T17:53:50.790Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2894 | 2025-06-18T17:53:50.793Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2895 | 2025-06-18T17:53:50.793Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2896 | 2025-06-18T17:53:50.797Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
2897 | 2025-06-18T17:53:50.881Z | |
2898 | 2025-06-18T17:53:50.881Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (103/215) |
2899 | 2025-06-18T17:53:51.638Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2900 | 2025-06-18T17:53:51.642Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2901 | 2025-06-18T17:53:51.642Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2902 | 2025-06-18T17:53:51.646Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
2903 | 2025-06-18T17:53:51.746Z | |
2904 | 2025-06-18T17:53:51.746Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (104/215) |
2905 | 2025-06-18T17:53:52.503Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2906 | 2025-06-18T17:53:52.507Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2907 | 2025-06-18T17:53:52.507Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2908 | 2025-06-18T17:53:52.511Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
2909 | 2025-06-18T17:53:52.611Z | |
2910 | 2025-06-18T17:53:52.611Z | info: running `cargo check --bins` on dns-server (105/215) |
2911 | 2025-06-18T17:53:53.280Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2912 | 2025-06-18T17:53:53.283Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2913 | 2025-06-18T17:53:53.391Z | Compiling typify-impl v0.4.1 |
2914 | 2025-06-18T17:53:53.512Z | Compiling parking_lot_core v0.8.6 |
2915 | 2025-06-18T17:53:53.532Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2916 | 2025-06-18T17:53:53.535Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2917 | 2025-06-18T17:53:53.535Z | Checking fxhash v0.2.1 |
2918 | 2025-06-18T17:53:53.535Z | Checking hickory-client v0.24.4 |
2919 | 2025-06-18T17:53:53.546Z | Checking hickory-server v0.24.4 |
2920 | 2025-06-18T17:53:54.217Z | Checking parking_lot v0.11.2 |
2921 | 2025-06-18T17:53:54.542Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2922 | 2025-06-18T17:53:54.562Z | Checking sled v0.34.7 |
2923 | 2025-06-18T17:53:58.444Z | Compiling typify-macro v0.4.1 |
2924 | 2025-06-18T17:54:00.078Z | Compiling typify v0.4.1 |
2925 | 2025-06-18T17:54:00.168Z | Compiling progenitor-impl v0.10.0 |
2926 | 2025-06-18T17:54:02.639Z | Compiling progenitor-macro v0.10.0 |
2927 | 2025-06-18T17:54:06.317Z | Checking progenitor v0.10.0 |
2928 | 2025-06-18T17:54:06.457Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2929 | 2025-06-18T17:54:06.959Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2930 | 2025-06-18T17:54:08.402Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.78s |
2931 | 2025-06-18T17:54:08.600Z | |
2932 | 2025-06-18T17:54:08.600Z | info: running `cargo check --bins` on dns-server-api (106/215) |
2933 | 2025-06-18T17:54:09.572Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2934 | 2025-06-18T17:54:09.575Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2935 | 2025-06-18T17:54:09.575Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2936 | 2025-06-18T17:54:09.576Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
2937 | 2025-06-18T17:54:09.576Z | |
2938 | 2025-06-18T17:54:09.576Z | info: running `cargo check --bins` on openapi-manager-types (107/215) |
2939 | 2025-06-18T17:54:09.994Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2940 | 2025-06-18T17:54:09.998Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2941 | 2025-06-18T17:54:09.998Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2942 | 2025-06-18T17:54:10.001Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
2943 | 2025-06-18T17:54:10.077Z | |
2944 | 2025-06-18T17:54:10.077Z | info: running `cargo check --bins` on gateway-test-utils (108/215) |
2945 | 2025-06-18T17:54:10.812Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2946 | 2025-06-18T17:54:10.815Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2947 | 2025-06-18T17:54:10.815Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2948 | 2025-06-18T17:54:10.819Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
2949 | 2025-06-18T17:54:10.909Z | |
2950 | 2025-06-18T17:54:10.909Z | info: running `cargo check --bins` on omicron-gateway (109/215) |
2951 | 2025-06-18T17:54:11.614Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2952 | 2025-06-18T17:54:11.618Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2953 | 2025-06-18T17:54:11.778Z | Checking half v2.4.1 |
2954 | 2025-06-18T17:54:11.779Z | Checking ciborium-io v0.2.2 |
2955 | 2025-06-18T17:54:11.782Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
2956 | 2025-06-18T17:54:11.929Z | Compiling semver v0.1.20 |
2957 | 2025-06-18T17:54:11.932Z | Compiling radium v0.7.0 |
2958 | 2025-06-18T17:54:11.932Z | Compiling zerocopy-derive v0.6.6 |
2959 | 2025-06-18T17:54:11.932Z | Compiling maybe-uninit v2.0.0 |
2960 | 2025-06-18T17:54:11.936Z | Checking tap v1.0.1 |
2961 | 2025-06-18T17:54:12.054Z | Checking password-hash v0.5.0 |
2962 | 2025-06-18T17:54:12.153Z | Checking wyz v0.5.1 |
2963 | 2025-06-18T17:54:12.305Z | Checking ciborium-ll v0.2.2 |
2964 | 2025-06-18T17:54:12.422Z | Compiling rustc_version v0.1.7 |
2965 | 2025-06-18T17:54:12.478Z | Checking blake2 v0.10.6 |
2966 | 2025-06-18T17:54:12.513Z | Checking funty v2.0.0 |
2967 | 2025-06-18T17:54:12.517Z | Compiling owo-colors v4.2.1 |
2968 | 2025-06-18T17:54:12.552Z | Compiling cancel-safe-futures v0.1.5 |
2969 | 2025-06-18T17:54:12.598Z | Checking ciborium v0.2.2 |
2970 | 2025-06-18T17:54:12.796Z | Compiling newtype_derive v0.1.6 |
2971 | 2025-06-18T17:54:12.906Z | Compiling packed_struct v0.10.1 |
2972 | 2025-06-18T17:54:12.926Z | Checking crc-catalog v2.4.0 |
2973 | 2025-06-18T17:54:12.955Z | Checking argon2 v0.5.3 |
2974 | 2025-06-18T17:54:13.076Z | Checking crc v3.2.1 |
2975 | 2025-06-18T17:54:13.225Z | Compiling packed_struct_codegen v0.10.1 |
2976 | 2025-06-18T17:54:13.306Z | Checking libsw-core v0.3.1 |
2977 | 2025-06-18T17:54:13.366Z | Checking secrecy v0.10.3 |
2978 | 2025-06-18T17:54:13.389Z | Checking bitvec v1.0.1 |
2979 | 2025-06-18T17:54:13.521Z | Compiling indexmap v1.9.3 |
2980 | 2025-06-18T17:54:13.551Z | Checking fixedbitset v0.5.7 |
2981 | 2025-06-18T17:54:13.555Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2982 | 2025-06-18T17:54:13.572Z | Checking nodrop v0.1.14 |
2983 | 2025-06-18T17:54:13.639Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2984 | 2025-06-18T17:54:13.730Z | Checking array-init v0.0.4 |
2985 | 2025-06-18T17:54:13.792Z | Checking zerocopy v0.6.6 |
2986 | 2025-06-18T17:54:13.845Z | Checking libsw v3.4.0 |
2987 | 2025-06-18T17:54:13.923Z | Checking petgraph v0.7.1 |
2988 | 2025-06-18T17:54:13.949Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2989 | 2025-06-18T17:54:13.981Z | Checking smallvec v0.6.14 |
2990 | 2025-06-18T17:54:14.104Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2991 | 2025-06-18T17:54:14.704Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2992 | 2025-06-18T17:54:14.784Z | Checking indent_write v2.2.0 |
2993 | 2025-06-18T17:54:14.881Z | Checking swrite v0.1.0 |
2994 | 2025-06-18T17:54:14.981Z | Checking termcolor v1.4.1 |
2995 | 2025-06-18T17:54:15.019Z | Checking bitfield v0.14.0 |
2996 | 2025-06-18T17:54:15.303Z | Checking hashbrown v0.12.3 |
2997 | 2025-06-18T17:54:15.413Z | Checking linear-map v1.2.0 |
2998 | 2025-06-18T17:54:15.618Z | Checking env_logger v0.10.2 |
2999 | 2025-06-18T17:54:15.755Z | Checking ron v0.8.1 |
3000 | 2025-06-18T17:54:16.045Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
3001 | 2025-06-18T17:54:16.068Z | Checking steno v0.4.1 |
3002 | 2025-06-18T17:54:16.100Z | Checking serde-hex v0.1.0 |
3003 | 2025-06-18T17:54:16.695Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
3004 | 2025-06-18T17:54:16.940Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
3005 | 2025-06-18T17:54:16.960Z | Checking hashbrown v0.13.2 |
3006 | 2025-06-18T17:54:17.017Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
3007 | 2025-06-18T17:54:17.226Z | Checking crc-any v2.5.0 |
3008 | 2025-06-18T17:54:17.602Z | Checking humantime v2.1.0 |
3009 | 2025-06-18T17:54:17.899Z | Checking object v0.30.4 |
3010 | 2025-06-18T17:54:17.945Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
3011 | 2025-06-18T17:54:17.969Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b) |
3012 | 2025-06-18T17:54:18.249Z | Checking void v1.0.2 |
3013 | 2025-06-18T17:54:18.292Z | Checking half v1.8.3 |
3014 | 2025-06-18T17:54:18.295Z | Checking path-slash v0.1.5 |
3015 | 2025-06-18T17:54:18.414Z | Checking lzss v0.8.2 |
3016 | 2025-06-18T17:54:18.484Z | Checking tungstenite v0.23.0 |
3017 | 2025-06-18T17:54:18.723Z | Checking serde_cbor v0.11.2 |
3018 | 2025-06-18T17:54:18.851Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
3019 | 2025-06-18T17:54:19.381Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#17d04af6) |
3020 | 2025-06-18T17:54:19.386Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
3021 | 2025-06-18T17:54:19.574Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
3022 | 2025-06-18T17:54:19.639Z | Checking nix v0.27.1 |
3023 | 2025-06-18T17:54:19.661Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b) |
3024 | 2025-06-18T17:54:19.820Z | Checking kstat-rs v0.2.4 |
3025 | 2025-06-18T17:54:19.903Z | Checking serde_bytes v0.11.17 |
3026 | 2025-06-18T17:54:19.973Z | Checking tokio-tungstenite v0.23.1 |
3027 | 2025-06-18T17:54:20.157Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
3028 | 2025-06-18T17:54:20.181Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
3029 | 2025-06-18T17:54:20.261Z | Checking signal-hook-tokio v0.3.1 |
3030 | 2025-06-18T17:54:21.271Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
3031 | 2025-06-18T17:54:27.126Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#17d04af6) |
3032 | 2025-06-18T17:54:28.465Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#cec2560e) |
3033 | 2025-06-18T17:54:33.873Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
3034 | 2025-06-18T17:54:40.546Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3035 | 2025-06-18T17:54:41.254Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3036 | 2025-06-18T17:54:44.141Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.21s |
3037 | 2025-06-18T17:54:44.345Z | |
3038 | 2025-06-18T17:54:44.345Z | info: running `cargo check --bins` on ereport-types (110/215) |
3039 | 2025-06-18T17:54:44.993Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3040 | 2025-06-18T17:54:44.997Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3041 | 2025-06-18T17:54:44.997Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3042 | 2025-06-18T17:54:45.001Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
3043 | 2025-06-18T17:54:45.081Z | |
3044 | 2025-06-18T17:54:45.081Z | info: running `cargo check --bins` on gateway-api (111/215) |
3045 | 2025-06-18T17:54:45.755Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3046 | 2025-06-18T17:54:45.758Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3047 | 2025-06-18T17:54:45.758Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3048 | 2025-06-18T17:54:45.762Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
3049 | 2025-06-18T17:54:45.845Z | |
3050 | 2025-06-18T17:54:45.845Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (112/215) |
3051 | 2025-06-18T17:54:46.484Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3052 | 2025-06-18T17:54:46.488Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3053 | 2025-06-18T17:54:46.488Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3054 | 2025-06-18T17:54:46.492Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
3055 | 2025-06-18T17:54:46.571Z | |
3056 | 2025-06-18T17:54:46.571Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (113/215) |
3057 | 2025-06-18T17:54:47.242Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3058 | 2025-06-18T17:54:47.246Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3059 | 2025-06-18T17:54:47.246Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3060 | 2025-06-18T17:54:47.249Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
3061 | 2025-06-18T17:54:47.332Z | |
3062 | 2025-06-18T17:54:47.332Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (114/215) |
3063 | 2025-06-18T17:54:48.002Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3064 | 2025-06-18T17:54:48.005Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3065 | 2025-06-18T17:54:48.005Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3066 | 2025-06-18T17:54:48.009Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
3067 | 2025-06-18T17:54:48.092Z | |
3068 | 2025-06-18T17:54:48.092Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (115/215) |
3069 | 2025-06-18T17:54:48.755Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3070 | 2025-06-18T17:54:48.759Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3071 | 2025-06-18T17:54:48.759Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3072 | 2025-06-18T17:54:48.763Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
3073 | 2025-06-18T17:54:48.847Z | |
3074 | 2025-06-18T17:54:48.847Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (116/215) |
3075 | 2025-06-18T17:54:49.510Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3076 | 2025-06-18T17:54:49.514Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3077 | 2025-06-18T17:54:49.514Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3078 | 2025-06-18T17:54:49.518Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
3079 | 2025-06-18T17:54:49.601Z | |
3080 | 2025-06-18T17:54:49.601Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (117/215) |
3081 | 2025-06-18T17:54:50.261Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3082 | 2025-06-18T17:54:50.266Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3083 | 2025-06-18T17:54:50.266Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3084 | 2025-06-18T17:54:50.271Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
3085 | 2025-06-18T17:54:50.352Z | |
3086 | 2025-06-18T17:54:50.352Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (118/215) |
3087 | 2025-06-18T17:54:51.014Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3088 | 2025-06-18T17:54:51.017Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3089 | 2025-06-18T17:54:51.017Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3090 | 2025-06-18T17:54:51.021Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
3091 | 2025-06-18T17:54:51.104Z | |
3092 | 2025-06-18T17:54:51.104Z | info: running `cargo check --bins` on oximeter-producer (119/215) |
3093 | 2025-06-18T17:54:51.798Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3094 | 2025-06-18T17:54:51.802Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3095 | 2025-06-18T17:54:51.802Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3096 | 2025-06-18T17:54:51.805Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
3097 | 2025-06-18T17:54:51.892Z | |
3098 | 2025-06-18T17:54:51.892Z | info: running `cargo check --bins` on internal-dns-resolver (120/215) |
3099 | 2025-06-18T17:54:52.555Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3100 | 2025-06-18T17:54:52.559Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3101 | 2025-06-18T17:54:52.559Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3102 | 2025-06-18T17:54:52.562Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
3103 | 2025-06-18T17:54:52.647Z | |
3104 | 2025-06-18T17:54:52.647Z | info: running `cargo check --bins` on sp-sim (121/215) |
3105 | 2025-06-18T17:54:53.325Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3106 | 2025-06-18T17:54:53.328Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3107 | 2025-06-18T17:54:53.425Z | Checking keccak v0.1.5 |
3108 | 2025-06-18T17:54:53.429Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
3109 | 2025-06-18T17:54:53.743Z | Checking sha3 v0.10.8 |
3110 | 2025-06-18T17:54:53.786Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
3111 | 2025-06-18T17:54:55.390Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3112 | 2025-06-18T17:54:57.407Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.75s |
3113 | 2025-06-18T17:54:57.600Z | |
3114 | 2025-06-18T17:54:57.600Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (122/215) |
3115 | 2025-06-18T17:54:58.321Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3116 | 2025-06-18T17:54:58.324Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3117 | 2025-06-18T17:54:58.324Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3118 | 2025-06-18T17:54:58.328Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
3119 | 2025-06-18T17:54:58.419Z | |
3120 | 2025-06-18T17:54:58.419Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (123/215) |
3121 | 2025-06-18T17:54:59.150Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3122 | 2025-06-18T17:54:59.153Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3123 | 2025-06-18T17:54:59.153Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3124 | 2025-06-18T17:54:59.157Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
3125 | 2025-06-18T17:54:59.252Z | |
3126 | 2025-06-18T17:54:59.252Z | info: running `cargo check --bins` on db-macros (124/215) |
3127 | 2025-06-18T17:54:59.887Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3128 | 2025-06-18T17:54:59.890Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3129 | 2025-06-18T17:54:59.890Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3130 | 2025-06-18T17:54:59.894Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
3131 | 2025-06-18T17:54:59.970Z | |
3132 | 2025-06-18T17:54:59.970Z | info: running `cargo check --bins` on nexus-macros-common (125/215) |
3133 | 2025-06-18T17:55:00.610Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3134 | 2025-06-18T17:55:00.613Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3135 | 2025-06-18T17:55:00.613Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3136 | 2025-06-18T17:55:00.617Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
3137 | 2025-06-18T17:55:00.695Z | |
3138 | 2025-06-18T17:55:00.695Z | info: running `cargo check --bins` on nexus-auth (126/215) |
3139 | 2025-06-18T17:55:01.406Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3140 | 2025-06-18T17:55:01.410Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3141 | 2025-06-18T17:55:01.410Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3142 | 2025-06-18T17:55:01.414Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
3143 | 2025-06-18T17:55:01.503Z | |
3144 | 2025-06-18T17:55:01.503Z | info: running `cargo check --bins` on authz-macros (127/215) |
3145 | 2025-06-18T17:55:02.136Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3146 | 2025-06-18T17:55:02.139Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3147 | 2025-06-18T17:55:02.139Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3148 | 2025-06-18T17:55:02.143Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
3149 | 2025-06-18T17:55:02.222Z | |
3150 | 2025-06-18T17:55:02.222Z | info: running `cargo check --bins` on nexus-db-fixed-data (128/215) |
3151 | 2025-06-18T17:55:02.915Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3152 | 2025-06-18T17:55:02.919Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3153 | 2025-06-18T17:55:02.919Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3154 | 2025-06-18T17:55:02.922Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
3155 | 2025-06-18T17:55:03.010Z | |
3156 | 2025-06-18T17:55:03.010Z | info: running `cargo check --bins` on nexus-db-model (129/215) |
3157 | 2025-06-18T17:55:03.705Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3158 | 2025-06-18T17:55:03.710Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3159 | 2025-06-18T17:55:03.710Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3160 | 2025-06-18T17:55:03.715Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
3161 | 2025-06-18T17:55:03.800Z | |
3162 | 2025-06-18T17:55:03.800Z | info: running `cargo check --bins` on nexus-db-schema (130/215) |
3163 | 2025-06-18T17:55:04.438Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3164 | 2025-06-18T17:55:04.443Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3165 | 2025-06-18T17:55:04.443Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3166 | 2025-06-18T17:55:04.447Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
3167 | 2025-06-18T17:55:04.524Z | |
3168 | 2025-06-18T17:55:04.524Z | info: running `cargo check --bins` on nexus-defaults (131/215) |
3169 | 2025-06-18T17:55:05.184Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3170 | 2025-06-18T17:55:05.188Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3171 | 2025-06-18T17:55:05.188Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3172 | 2025-06-18T17:55:05.192Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
3173 | 2025-06-18T17:55:05.275Z | |
3174 | 2025-06-18T17:55:05.275Z | info: running `cargo check --bins` on nexus-db-errors (132/215) |
3175 | 2025-06-18T17:55:05.971Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3176 | 2025-06-18T17:55:05.975Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3177 | 2025-06-18T17:55:05.975Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3178 | 2025-06-18T17:55:05.978Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
3179 | 2025-06-18T17:55:06.069Z | |
3180 | 2025-06-18T17:55:06.069Z | info: running `cargo check --bins` on nexus-db-lookup (133/215) |
3181 | 2025-06-18T17:55:06.769Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3182 | 2025-06-18T17:55:06.772Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3183 | 2025-06-18T17:55:06.772Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3184 | 2025-06-18T17:55:06.777Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
3185 | 2025-06-18T17:55:06.869Z | |
3186 | 2025-06-18T17:55:06.869Z | info: running `cargo check --bins` on nexus-inventory (134/215) |
3187 | 2025-06-18T17:55:07.559Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3188 | 2025-06-18T17:55:07.563Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3189 | 2025-06-18T17:55:07.563Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3190 | 2025-06-18T17:55:07.566Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
3191 | 2025-06-18T17:55:07.657Z | |
3192 | 2025-06-18T17:55:07.657Z | info: running `cargo check --bins` on typed-rng (135/215) |
3193 | 2025-06-18T17:55:08.280Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3194 | 2025-06-18T17:55:08.284Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3195 | 2025-06-18T17:55:08.284Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3196 | 2025-06-18T17:55:08.287Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
3197 | 2025-06-18T17:55:08.364Z | |
3198 | 2025-06-18T17:55:08.364Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (136/215) |
3199 | 2025-06-18T17:55:09.074Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3200 | 2025-06-18T17:55:09.077Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3201 | 2025-06-18T17:55:09.303Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
3202 | 2025-06-18T17:55:09.303Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
3203 | 2025-06-18T17:55:09.307Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
3204 | 2025-06-18T17:55:09.307Z | Compiling thiserror-impl-no-std v2.0.2 |
3205 | 2025-06-18T17:55:09.307Z | Checking universal-hash v0.5.1 |
3206 | 2025-06-18T17:55:09.307Z | Checking opaque-debug v0.3.1 |
3207 | 2025-06-18T17:55:09.456Z | Checking chacha20 v0.9.1 |
3208 | 2025-06-18T17:55:09.460Z | Checking aead v0.5.2 |
3209 | 2025-06-18T17:55:09.643Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3210 | 2025-06-18T17:55:09.677Z | Compiling unicase v2.7.0 |
3211 | 2025-06-18T17:55:09.722Z | Compiling libefi-sys v0.1.0 |
3212 | 2025-06-18T17:55:09.745Z | Checking poly1305 v0.8.0 |
3213 | 2025-06-18T17:55:09.872Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
3214 | 2025-06-18T17:55:09.974Z | Compiling bitfield-struct v0.6.2 |
3215 | 2025-06-18T17:55:10.014Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
3216 | 2025-06-18T17:55:10.017Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
3217 | 2025-06-18T17:55:10.181Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
3218 | 2025-06-18T17:55:10.254Z | Checking chacha20poly1305 v0.10.1 |
3219 | 2025-06-18T17:55:10.384Z | Compiling proc-macro-error-attr2 v2.0.0 |
3220 | 2025-06-18T17:55:10.450Z | Compiling salty v0.3.0 |
3221 | 2025-06-18T17:55:10.472Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3222 | 2025-06-18T17:55:10.604Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
3223 | 2025-06-18T17:55:10.915Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
3224 | 2025-06-18T17:55:11.109Z | Compiling proc-macro-error2 v2.0.1 |
3225 | 2025-06-18T17:55:11.140Z | Compiling num-derive v0.3.3 |
3226 | 2025-06-18T17:55:11.162Z | Compiling xshell-macros v0.2.7 |
3227 | 2025-06-18T17:55:11.222Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3228 | 2025-06-18T17:55:11.679Z | Checking papergrid v0.14.0 |
3229 | 2025-06-18T17:55:11.793Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3230 | 2025-06-18T17:55:11.857Z | Checking xshell v0.2.7 |
3231 | 2025-06-18T17:55:12.084Z | Checking thiserror-no-std v2.0.2 |
3232 | 2025-06-18T17:55:12.217Z | Compiling tabled_derive v0.10.0 |
3233 | 2025-06-18T17:55:12.244Z | Checking vsss-rs v3.3.4 |
3234 | 2025-06-18T17:55:12.266Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3235 | 2025-06-18T17:55:12.723Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
3236 | 2025-06-18T17:55:13.179Z | Checking libscf-sys v1.1.0 |
3237 | 2025-06-18T17:55:13.182Z | Compiling mime_guess v2.0.5 |
3238 | 2025-06-18T17:55:13.416Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
3239 | 2025-06-18T17:55:13.806Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
3240 | 2025-06-18T17:55:14.658Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3241 | 2025-06-18T17:55:14.802Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
3242 | 2025-06-18T17:55:14.828Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
3243 | 2025-06-18T17:55:15.285Z | Checking primeorder v0.13.6 |
3244 | 2025-06-18T17:55:15.322Z | Checking env_filter v0.1.2 |
3245 | 2025-06-18T17:55:15.598Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
3246 | 2025-06-18T17:55:15.824Z | Checking p384 v0.13.0 |
3247 | 2025-06-18T17:55:15.849Z | Checking env_logger v0.11.5 |
3248 | 2025-06-18T17:55:16.031Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3249 | 2025-06-18T17:55:16.206Z | Checking tabled v0.18.0 |
3250 | 2025-06-18T17:55:16.470Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3251 | 2025-06-18T17:55:16.593Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
3252 | 2025-06-18T17:55:16.722Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
3253 | 2025-06-18T17:55:17.067Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3254 | 2025-06-18T17:55:17.163Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
3255 | 2025-06-18T17:55:17.166Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
3256 | 2025-06-18T17:55:17.226Z | Checking http-range v0.1.5 |
3257 | 2025-06-18T17:55:17.264Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
3258 | 2025-06-18T17:55:17.504Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3259 | 2025-06-18T17:55:17.706Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
3260 | 2025-06-18T17:55:17.798Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=760b4b547e301a31d4dcb92ba97aabdb2a3e0cba#760b4b54) |
3261 | 2025-06-18T17:55:17.827Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
3262 | 2025-06-18T17:55:18.135Z | Checking secrecy v0.8.0 |
3263 | 2025-06-18T17:55:18.228Z | Checking atty v0.2.14 |
3264 | 2025-06-18T17:55:18.352Z | Checking crc8 v0.1.1 |
3265 | 2025-06-18T17:55:18.392Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
3266 | 2025-06-18T17:55:18.544Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3267 | 2025-06-18T17:55:18.715Z | Checking hyper-staticfile v0.10.1 |
3268 | 2025-06-18T17:55:18.954Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3269 | 2025-06-18T17:55:19.211Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26) |
3270 | 2025-06-18T17:55:19.232Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
3271 | 2025-06-18T17:55:19.605Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3272 | 2025-06-18T17:55:19.632Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3273 | 2025-06-18T17:55:19.654Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
3274 | 2025-06-18T17:55:20.009Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3275 | 2025-06-18T17:55:20.748Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
3276 | 2025-06-18T17:55:20.792Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
3277 | 2025-06-18T17:55:20.859Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3278 | 2025-06-18T17:55:21.265Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3279 | 2025-06-18T17:55:21.265Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3280 | 2025-06-18T17:55:21.312Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3281 | 2025-06-18T17:55:22.169Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
3282 | 2025-06-18T17:55:22.503Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
3283 | 2025-06-18T17:55:22.740Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
3284 | 2025-06-18T17:55:23.856Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
3285 | 2025-06-18T17:55:25.020Z | Checking sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images) |
3286 | 2025-06-18T17:55:30.416Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3287 | 2025-06-18T17:55:43.583Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.20s |
3288 | 2025-06-18T17:55:43.797Z | |
3289 | 2025-06-18T17:55:43.797Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (137/215) |
3290 | 2025-06-18T17:55:44.530Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3291 | 2025-06-18T17:55:44.544Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3292 | 2025-06-18T17:55:44.662Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3293 | 2025-06-18T17:55:58.060Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.25s |
3294 | 2025-06-18T17:55:58.275Z | |
3295 | 2025-06-18T17:55:58.275Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (138/215) |
3296 | 2025-06-18T17:55:58.998Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3297 | 2025-06-18T17:55:59.002Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3298 | 2025-06-18T17:55:59.152Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3299 | 2025-06-18T17:56:12.250Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.96s |
3300 | 2025-06-18T17:56:12.468Z | |
3301 | 2025-06-18T17:56:12.468Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (139/215) |
3302 | 2025-06-18T17:56:13.200Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3303 | 2025-06-18T17:56:13.203Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3304 | 2025-06-18T17:56:13.353Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3305 | 2025-06-18T17:56:26.531Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.05s |
3306 | 2025-06-18T17:56:26.749Z | |
3307 | 2025-06-18T17:56:26.749Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (140/215) |
3308 | 2025-06-18T17:56:27.473Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3309 | 2025-06-18T17:56:27.476Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3310 | 2025-06-18T17:56:27.628Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3311 | 2025-06-18T17:56:40.771Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.01s |
3312 | 2025-06-18T17:56:40.987Z | |
3313 | 2025-06-18T17:56:40.988Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (141/215) |
3314 | 2025-06-18T17:56:41.718Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3315 | 2025-06-18T17:56:41.722Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3316 | 2025-06-18T17:56:41.874Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3317 | 2025-06-18T17:56:55.112Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.11s |
3318 | 2025-06-18T17:56:55.331Z | |
3319 | 2025-06-18T17:56:55.331Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (142/215) |
3320 | 2025-06-18T17:56:56.059Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3321 | 2025-06-18T17:56:56.062Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3322 | 2025-06-18T17:56:56.211Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3323 | 2025-06-18T17:57:09.471Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.13s |
3324 | 2025-06-18T17:57:09.686Z | |
3325 | 2025-06-18T17:57:09.686Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (143/215) |
3326 | 2025-06-18T17:57:10.420Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3327 | 2025-06-18T17:57:10.424Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3328 | 2025-06-18T17:57:10.577Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3329 | 2025-06-18T17:57:23.893Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.19s |
3330 | 2025-06-18T17:57:24.109Z | |
3331 | 2025-06-18T17:57:24.109Z | info: running `cargo check --bins` on bootstrap-agent-api (144/215) |
3332 | 2025-06-18T17:57:24.803Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3333 | 2025-06-18T17:57:24.807Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3334 | 2025-06-18T17:57:24.807Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3335 | 2025-06-18T17:57:24.811Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
3336 | 2025-06-18T17:57:24.898Z | |
3337 | 2025-06-18T17:57:24.898Z | info: running `cargo check --bins` on key-manager (145/215) |
3338 | 2025-06-18T17:57:25.569Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3339 | 2025-06-18T17:57:25.573Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3340 | 2025-06-18T17:57:25.573Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3341 | 2025-06-18T17:57:25.573Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
3342 | 2025-06-18T17:57:25.661Z | |
3343 | 2025-06-18T17:57:25.661Z | info: running `cargo check --bins` on range-requests (146/215) |
3344 | 2025-06-18T17:57:26.309Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3345 | 2025-06-18T17:57:26.314Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3346 | 2025-06-18T17:57:26.314Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3347 | 2025-06-18T17:57:26.318Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
3348 | 2025-06-18T17:57:26.395Z | |
3349 | 2025-06-18T17:57:26.395Z | info: running `cargo check --bins` on repo-depot-api (147/215) |
3350 | 2025-06-18T17:57:27.053Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3351 | 2025-06-18T17:57:27.057Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3352 | 2025-06-18T17:57:27.057Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3353 | 2025-06-18T17:57:27.063Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
3354 | 2025-06-18T17:57:27.140Z | |
3355 | 2025-06-18T17:57:27.140Z | info: running `cargo check --bins` on sled-agent-api (148/215) |
3356 | 2025-06-18T17:57:27.827Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3357 | 2025-06-18T17:57:27.857Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3358 | 2025-06-18T17:57:27.858Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3359 | 2025-06-18T17:57:27.858Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
3360 | 2025-06-18T17:57:27.938Z | |
3361 | 2025-06-18T17:57:27.938Z | info: running `cargo check --bins` on sled-diagnostics (149/215) |
3362 | 2025-06-18T17:57:28.606Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3363 | 2025-06-18T17:57:28.610Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3364 | 2025-06-18T17:57:28.610Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3365 | 2025-06-18T17:57:28.615Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
3366 | 2025-06-18T17:57:28.700Z | |
3367 | 2025-06-18T17:57:28.700Z | info: running `cargo check --bins` on parallel-task-set (150/215) |
3368 | 2025-06-18T17:57:29.337Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3369 | 2025-06-18T17:57:29.341Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3370 | 2025-06-18T17:57:29.341Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3371 | 2025-06-18T17:57:29.349Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
3372 | 2025-06-18T17:57:29.420Z | |
3373 | 2025-06-18T17:57:29.420Z | info: running `cargo check --bins --no-default-features` on sled-storage (151/215) |
3374 | 2025-06-18T17:57:30.100Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3375 | 2025-06-18T17:57:30.106Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3376 | 2025-06-18T17:57:30.106Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3377 | 2025-06-18T17:57:30.111Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
3378 | 2025-06-18T17:57:30.194Z | |
3379 | 2025-06-18T17:57:30.194Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (152/215) |
3380 | 2025-06-18T17:57:30.870Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3381 | 2025-06-18T17:57:30.874Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3382 | 2025-06-18T17:57:30.874Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3383 | 2025-06-18T17:57:30.878Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
3384 | 2025-06-18T17:57:30.963Z | |
3385 | 2025-06-18T17:57:30.964Z | info: running `cargo check --bins --no-default-features` on sled-hardware (153/215) |
3386 | 2025-06-18T17:57:31.640Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3387 | 2025-06-18T17:57:31.644Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3388 | 2025-06-18T17:57:31.644Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3389 | 2025-06-18T17:57:31.648Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
3390 | 2025-06-18T17:57:31.734Z | |
3391 | 2025-06-18T17:57:31.734Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware (154/215) |
3392 | 2025-06-18T17:57:32.420Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3393 | 2025-06-18T17:57:32.425Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3394 | 2025-06-18T17:57:32.425Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3395 | 2025-06-18T17:57:32.429Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
3396 | 2025-06-18T17:57:32.513Z | |
3397 | 2025-06-18T17:57:32.513Z | info: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (155/215) |
3398 | 2025-06-18T17:57:33.220Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3399 | 2025-06-18T17:57:33.225Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3400 | 2025-06-18T17:57:33.225Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3401 | 2025-06-18T17:57:33.225Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
3402 | 2025-06-18T17:57:33.301Z | |
3403 | 2025-06-18T17:57:33.301Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (156/215) |
3404 | 2025-06-18T17:57:34.937Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3405 | 2025-06-18T17:57:34.937Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3406 | 2025-06-18T17:57:34.938Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3407 | 2025-06-18T17:57:34.938Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
3408 | 2025-06-18T17:57:34.938Z | |
3409 | 2025-06-18T17:57:34.938Z | info: running `cargo check --bins` on sled-agent-zone-images (157/215) |
3410 | 2025-06-18T17:57:34.938Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3411 | 2025-06-18T17:57:34.938Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3412 | 2025-06-18T17:57:34.938Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3413 | 2025-06-18T17:57:34.939Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
3414 | 2025-06-18T17:57:34.939Z | |
3415 | 2025-06-18T17:57:34.939Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (158/215) |
3416 | 2025-06-18T17:57:35.558Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3417 | 2025-06-18T17:57:35.562Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3418 | 2025-06-18T17:57:35.562Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3419 | 2025-06-18T17:57:35.566Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
3420 | 2025-06-18T17:57:35.654Z | |
3421 | 2025-06-18T17:57:35.654Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (159/215) |
3422 | 2025-06-18T17:57:36.355Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3423 | 2025-06-18T17:57:36.359Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3424 | 2025-06-18T17:57:36.360Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3425 | 2025-06-18T17:57:36.360Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
3426 | 2025-06-18T17:57:36.452Z | |
3427 | 2025-06-18T17:57:36.452Z | info: running `cargo check --bins` on nexus-test-interface (160/215) |
3428 | 2025-06-18T17:57:37.128Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3429 | 2025-06-18T17:57:37.132Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3430 | 2025-06-18T17:57:37.132Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3431 | 2025-06-18T17:57:37.136Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
3432 | 2025-06-18T17:57:37.219Z | |
3433 | 2025-06-18T17:57:37.219Z | info: running `cargo check --bins` on oximeter-collector (161/215) |
3434 | 2025-06-18T17:57:37.914Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3435 | 2025-06-18T17:57:37.920Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3436 | 2025-06-18T17:57:38.051Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3437 | 2025-06-18T17:57:38.051Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3438 | 2025-06-18T17:57:38.973Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3439 | 2025-06-18T17:57:41.055Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.82s |
3440 | 2025-06-18T17:57:41.259Z | |
3441 | 2025-06-18T17:57:41.259Z | info: running `cargo check --bins` on oximeter-api (162/215) |
3442 | 2025-06-18T17:57:41.922Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3443 | 2025-06-18T17:57:41.927Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3444 | 2025-06-18T17:57:41.927Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3445 | 2025-06-18T17:57:41.931Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
3446 | 2025-06-18T17:57:42.008Z | |
3447 | 2025-06-18T17:57:42.008Z | info: running `cargo check --bins` on cert-dev (163/215) |
3448 | 2025-06-18T17:57:42.639Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3449 | 2025-06-18T17:57:42.643Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3450 | 2025-06-18T17:57:42.715Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
3451 | 2025-06-18T17:57:43.010Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s |
3452 | 2025-06-18T17:57:43.204Z | |
3453 | 2025-06-18T17:57:43.204Z | info: running `cargo check --bins` on clickana (164/215) |
3454 | 2025-06-18T17:57:43.873Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3455 | 2025-06-18T17:57:43.877Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3456 | 2025-06-18T17:57:43.972Z | Checking itertools v0.13.0 |
3457 | 2025-06-18T17:57:43.972Z | Checking castaway v0.2.3 |
3458 | 2025-06-18T17:57:43.975Z | Checking lru v0.12.5 |
3459 | 2025-06-18T17:57:43.975Z | Compiling instability v0.3.2 |
3460 | 2025-06-18T17:57:43.975Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
3461 | 2025-06-18T17:57:43.975Z | Compiling indoc v2.0.6 |
3462 | 2025-06-18T17:57:43.975Z | Checking cassowary v0.3.0 |
3463 | 2025-06-18T17:57:44.239Z | Checking compact_str v0.8.0 |
3464 | 2025-06-18T17:57:45.811Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3465 | 2025-06-18T17:57:45.850Z | Checking unicode-truncate v1.1.0 |
3466 | 2025-06-18T17:57:46.006Z | Checking ratatui v0.29.0 |
3467 | 2025-06-18T17:57:47.878Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
3468 | 2025-06-18T17:57:48.787Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.58s |
3469 | 2025-06-18T17:57:48.985Z | |
3470 | 2025-06-18T17:57:48.985Z | info: running `cargo check --bins` on clickhouse-cluster-dev (165/215) |
3471 | 2025-06-18T17:57:49.680Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3472 | 2025-06-18T17:57:49.684Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3473 | 2025-06-18T17:57:49.802Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3474 | 2025-06-18T17:57:49.802Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
3475 | 2025-06-18T17:57:50.927Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
3476 | 2025-06-18T17:57:51.410Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
3477 | 2025-06-18T17:57:51.813Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.82s |
3478 | 2025-06-18T17:57:52.012Z | |
3479 | 2025-06-18T17:57:52.012Z | info: running `cargo check --bins` on ch-dev (166/215) |
3480 | 2025-06-18T17:57:52.704Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3481 | 2025-06-18T17:57:52.725Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3482 | 2025-06-18T17:57:52.802Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3483 | 2025-06-18T17:57:53.582Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.56s |
3484 | 2025-06-18T17:57:53.779Z | |
3485 | 2025-06-18T17:57:53.779Z | info: running `cargo check --bins` on dev-tools-common (167/215) |
3486 | 2025-06-18T17:57:54.271Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3487 | 2025-06-18T17:57:54.277Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3488 | 2025-06-18T17:57:54.277Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3489 | 2025-06-18T17:57:54.277Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
3490 | 2025-06-18T17:57:54.327Z | |
3491 | 2025-06-18T17:57:54.327Z | info: running `cargo check --bins` on crdb-seed (168/215) |
3492 | 2025-06-18T17:57:55.006Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3493 | 2025-06-18T17:57:55.010Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3494 | 2025-06-18T17:57:55.102Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3495 | 2025-06-18T17:57:55.514Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.18s |
3496 | 2025-06-18T17:57:55.712Z | |
3497 | 2025-06-18T17:57:55.712Z | info: running `cargo check --bins` on db-dev (169/215) |
3498 | 2025-06-18T17:57:56.390Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3499 | 2025-06-18T17:57:56.405Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3500 | 2025-06-18T17:57:56.489Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3501 | 2025-06-18T17:57:57.276Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.55s |
3502 | 2025-06-18T17:57:57.479Z | |
3503 | 2025-06-18T17:57:57.480Z | info: running `cargo check --bins` on omicron-dev-lib (170/215) |
3504 | 2025-06-18T17:57:58.159Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3505 | 2025-06-18T17:57:58.163Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3506 | 2025-06-18T17:57:58.163Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3507 | 2025-06-18T17:57:58.167Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
3508 | 2025-06-18T17:57:58.252Z | |
3509 | 2025-06-18T17:57:58.252Z | info: running `cargo check --bins` on xtask-downloader (171/215) |
3510 | 2025-06-18T17:57:58.891Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3511 | 2025-06-18T17:57:58.895Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3512 | 2025-06-18T17:57:58.970Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3513 | 2025-06-18T17:57:59.842Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.58s |
3514 | 2025-06-18T17:58:00.026Z | |
3515 | 2025-06-18T17:58:00.026Z | info: running `cargo check --bins` on omicron-ls-apis (172/215) |
3516 | 2025-06-18T17:58:00.671Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3517 | 2025-06-18T17:58:00.677Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3518 | 2025-06-18T17:58:00.752Z | Checking cargo-platform v0.1.8 |
3519 | 2025-06-18T17:58:01.042Z | Checking cargo_metadata v0.19.2 |
3520 | 2025-06-18T17:58:02.065Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
3521 | 2025-06-18T17:58:02.907Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.87s |
3522 | 2025-06-18T17:58:03.095Z | |
3523 | 2025-06-18T17:58:03.095Z | info: running `cargo check --bins` on mgs-dev (173/215) |
3524 | 2025-06-18T17:58:03.815Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3525 | 2025-06-18T17:58:03.835Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3526 | 2025-06-18T17:58:03.947Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3527 | 2025-06-18T17:58:05.649Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3528 | 2025-06-18T17:58:06.285Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3529 | 2025-06-18T17:58:08.483Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.78s |
3530 | 2025-06-18T17:58:08.536Z | |
3531 | 2025-06-18T17:58:08.536Z | info: running `cargo check --bins` on omicron-omdb (174/215) |
3532 | 2025-06-18T17:58:08.536Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3533 | 2025-06-18T17:58:08.538Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3534 | 2025-06-18T17:58:08.538Z | Compiling crunchy v0.2.2 |
3535 | 2025-06-18T17:58:08.538Z | Compiling dsl_auto_type v0.1.2 |
3536 | 2025-06-18T17:58:08.538Z | Checking scheduled-thread-pool v0.2.7 |
3537 | 2025-06-18T17:58:08.538Z | Compiling diesel_table_macro_syntax v0.2.0 |
3538 | 2025-06-18T17:58:08.538Z | Compiling tiny-keccak v2.0.2 |
3539 | 2025-06-18T17:58:08.538Z | Compiling bit-vec v0.6.3 |
3540 | 2025-06-18T17:58:08.538Z | Compiling ascii-canvas v3.0.0 |
3541 | 2025-06-18T17:58:08.538Z | Compiling ena v0.14.3 |
3542 | 2025-06-18T17:58:08.606Z | Checking r2d2 v0.8.10 |
3543 | 2025-06-18T17:58:08.628Z | Compiling bit-set v0.5.3 |
3544 | 2025-06-18T17:58:08.695Z | Compiling regex-syntax v0.6.29 |
3545 | 2025-06-18T17:58:08.717Z | Compiling diff v0.1.13 |
3546 | 2025-06-18T17:58:08.746Z | Compiling bindgen v0.71.1 |
3547 | 2025-06-18T17:58:08.759Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3548 | 2025-06-18T17:58:08.884Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3549 | 2025-06-18T17:58:08.908Z | Compiling derive_builder_core v0.20.2 |
3550 | 2025-06-18T17:58:08.999Z | Compiling libxml v0.3.3 |
3551 | 2025-06-18T17:58:09.194Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3552 | 2025-06-18T17:58:09.293Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3553 | 2025-06-18T17:58:09.412Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
3554 | 2025-06-18T17:58:09.484Z | Compiling diesel_derives v2.2.3 |
3555 | 2025-06-18T17:58:09.511Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3556 | 2025-06-18T17:58:09.702Z | Compiling strum_macros v0.24.3 |
3557 | 2025-06-18T17:58:09.741Z | Compiling indoc v1.0.9 |
3558 | 2025-06-18T17:58:10.568Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
3559 | 2025-06-18T17:58:10.879Z | Compiling oso-derive v0.27.3 |
3560 | 2025-06-18T17:58:10.983Z | Compiling derive_builder_macro v0.20.2 |
3561 | 2025-06-18T17:58:11.537Z | Compiling impl-trait-for-tuples v0.2.2 |
3562 | 2025-06-18T17:58:11.840Z | Checking derive_builder v0.20.2 |
3563 | 2025-06-18T17:58:11.874Z | Checking quick-xml v0.37.2 |
3564 | 2025-06-18T17:58:12.037Z | Compiling lalrpop v0.19.12 |
3565 | 2025-06-18T17:58:12.269Z | Checking maplit v1.0.2 |
3566 | 2025-06-18T17:58:12.433Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3567 | 2025-06-18T17:58:16.711Z | Compiling diesel-dtrace v0.4.2 |
3568 | 2025-06-18T17:58:16.741Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
3569 | 2025-06-18T17:58:16.741Z | Checking bb8 v0.8.5 |
3570 | 2025-06-18T17:58:16.741Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3571 | 2025-06-18T17:58:16.741Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3572 | 2025-06-18T17:58:16.741Z | Checking rand_seeder v0.3.0 |
3573 | 2025-06-18T17:58:16.764Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3574 | 2025-06-18T17:58:16.764Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3575 | 2025-06-18T17:58:16.764Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3576 | 2025-06-18T17:58:16.764Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3577 | 2025-06-18T17:58:16.764Z | Checking smawk v0.3.2 |
3578 | 2025-06-18T17:58:16.764Z | Checking is_ci v1.2.0 |
3579 | 2025-06-18T17:58:16.764Z | Checking unicode-linebreak v0.1.5 |
3580 | 2025-06-18T17:58:16.764Z | Checking supports-color v3.0.2 |
3581 | 2025-06-18T17:58:16.764Z | Checking support-bundle-viewer v0.1.0 |
3582 | 2025-06-18T17:58:16.764Z | Checking textwrap v0.16.2 |
3583 | 2025-06-18T17:58:16.764Z | Checking multimap v0.10.1 |
3584 | 2025-06-18T17:58:16.764Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3585 | 2025-06-18T17:58:17.793Z | Checking diesel v2.2.10 |
3586 | 2025-06-18T17:58:32.727Z | Compiling samael v0.0.19 |
3587 | 2025-06-18T17:58:47.608Z | Checking nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
3588 | 2025-06-18T17:58:48.864Z | Checking async-bb8-diesel v0.2.1 |
3589 | 2025-06-18T17:58:50.777Z | Compiling polar-core v0.27.3 |
3590 | 2025-06-18T17:58:57.911Z | Checking oso v0.27.3 |
3591 | 2025-06-18T17:59:36.231Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
3592 | 2025-06-18T18:00:07.337Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3593 | 2025-06-18T18:00:16.595Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 09s |
3594 | 2025-06-18T18:00:16.826Z | |
3595 | 2025-06-18T18:00:16.826Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (175/215) |
3596 | 2025-06-18T18:00:17.544Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3597 | 2025-06-18T18:00:17.548Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3598 | 2025-06-18T18:00:17.548Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3599 | 2025-06-18T18:00:17.551Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
3600 | 2025-06-18T18:00:17.646Z | |
3601 | 2025-06-18T18:00:17.646Z | info: running `cargo check --bins` on nexus-saga-recovery (176/215) |
3602 | 2025-06-18T18:00:18.363Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3603 | 2025-06-18T18:00:18.367Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3604 | 2025-06-18T18:00:18.367Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3605 | 2025-06-18T18:00:18.370Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
3606 | 2025-06-18T18:00:18.460Z | |
3607 | 2025-06-18T18:00:18.460Z | info: running `cargo check --bins` on nexus-test-utils-macros (177/215) |
3608 | 2025-06-18T18:00:19.101Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3609 | 2025-06-18T18:00:19.105Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3610 | 2025-06-18T18:00:19.105Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3611 | 2025-06-18T18:00:19.109Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
3612 | 2025-06-18T18:00:19.187Z | |
3613 | 2025-06-18T18:00:19.187Z | info: running `cargo check --bins` on omicron-nexus (178/215) |
3614 | 2025-06-18T18:00:19.940Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3615 | 2025-06-18T18:00:19.943Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3616 | 2025-06-18T18:00:20.190Z | Compiling libz-sys v1.1.20 |
3617 | 2025-06-18T18:00:20.196Z | Compiling libgit2-sys v0.17.0+1.8.1 |
3618 | 2025-06-18T18:00:20.343Z | Compiling vergen v8.3.2 |
3619 | 2025-06-18T18:00:20.347Z | Compiling cargo-platform v0.1.8 |
3620 | 2025-06-18T18:00:20.347Z | Compiling pin-project-internal v1.1.6 |
3621 | 2025-06-18T18:00:20.384Z | Compiling snafu-derive v0.8.5 |
3622 | 2025-06-18T18:00:20.388Z | Compiling fs-err v2.11.0 |
3623 | 2025-06-18T18:00:20.388Z | Compiling rustls v0.21.12 |
3624 | 2025-06-18T18:00:20.658Z | Checking globset v0.4.15 |
3625 | 2025-06-18T18:00:20.725Z | Compiling cargo_metadata v0.18.1 |
3626 | 2025-06-18T18:00:20.861Z | Checking olpc-cjson v0.1.4 |
3627 | 2025-06-18T18:00:20.968Z | Checking rustls-webpki v0.101.7 |
3628 | 2025-06-18T18:00:21.083Z | Checking sct v0.7.1 |
3629 | 2025-06-18T18:00:21.152Z | Checking serde_plain v1.0.2 |
3630 | 2025-06-18T18:00:21.244Z | Checking typed-path v0.9.3 |
3631 | 2025-06-18T18:00:21.433Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
3632 | 2025-06-18T18:00:21.602Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3633 | 2025-06-18T18:00:21.743Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3634 | 2025-06-18T18:00:21.916Z | Checking parse-size v1.1.0 |
3635 | 2025-06-18T18:00:22.138Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
3636 | 2025-06-18T18:00:22.165Z | Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
3637 | 2025-06-18T18:00:22.402Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3638 | 2025-06-18T18:00:22.868Z | Checking pin-project v1.1.6 |
3639 | 2025-06-18T18:00:23.028Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
3640 | 2025-06-18T18:00:23.083Z | Checking rustls-pemfile v1.0.4 |
3641 | 2025-06-18T18:00:23.320Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
3642 | 2025-06-18T18:00:23.612Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3643 | 2025-06-18T18:00:23.640Z | Checking twox-hash v2.1.0 |
3644 | 2025-06-18T18:00:23.895Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3645 | 2025-06-18T18:00:23.913Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3646 | 2025-06-18T18:00:24.211Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
3647 | 2025-06-18T18:00:24.543Z | Checking tokio-rustls v0.24.1 |
3648 | 2025-06-18T18:00:24.755Z | Checking snafu v0.8.5 |
3649 | 2025-06-18T18:00:24.907Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3650 | 2025-06-18T18:00:25.227Z | Checking tough v0.20.0 |
3651 | 2025-06-18T18:00:25.488Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3652 | 2025-06-18T18:00:25.827Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
3653 | 2025-06-18T18:00:25.963Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
3654 | 2025-06-18T18:00:26.060Z | Checking fatfs v0.3.6 |
3655 | 2025-06-18T18:00:26.085Z | Checking assert_matches v1.5.0 |
3656 | 2025-06-18T18:00:29.187Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26) |
3657 | 2025-06-18T18:00:30.627Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3658 | 2025-06-18T18:00:32.527Z | Compiling git2 v0.19.0 |
3659 | 2025-06-18T18:00:36.041Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
3660 | 2025-06-18T18:01:31.710Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 12s |
3661 | 2025-06-18T18:01:31.942Z | |
3662 | 2025-06-18T18:01:31.942Z | info: running `cargo check --bins` on nexus-background-task-interface (179/215) |
3663 | 2025-06-18T18:01:32.620Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3664 | 2025-06-18T18:01:32.624Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3665 | 2025-06-18T18:01:32.624Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3666 | 2025-06-18T18:01:32.629Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
3667 | 2025-06-18T18:01:32.707Z | |
3668 | 2025-06-18T18:01:32.707Z | info: running `cargo check --bins` on nexus-external-api (180/215) |
3669 | 2025-06-18T18:01:33.404Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3670 | 2025-06-18T18:01:33.408Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3671 | 2025-06-18T18:01:33.408Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3672 | 2025-06-18T18:01:33.412Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
3673 | 2025-06-18T18:01:33.505Z | |
3674 | 2025-06-18T18:01:33.505Z | info: running `cargo check --bins` on nexus-internal-api (181/215) |
3675 | 2025-06-18T18:01:34.195Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3676 | 2025-06-18T18:01:34.199Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3677 | 2025-06-18T18:01:34.199Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3678 | 2025-06-18T18:01:34.202Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
3679 | 2025-06-18T18:01:34.293Z | |
3680 | 2025-06-18T18:01:34.293Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (182/215) |
3681 | 2025-06-18T18:01:35.025Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3682 | 2025-06-18T18:01:35.029Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3683 | 2025-06-18T18:01:35.029Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3684 | 2025-06-18T18:01:35.033Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
3685 | 2025-06-18T18:01:35.125Z | |
3686 | 2025-06-18T18:01:35.125Z | info: running `cargo check --bins` on nexus-mgs-updates (183/215) |
3687 | 2025-06-18T18:01:35.817Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3688 | 2025-06-18T18:01:35.821Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3689 | 2025-06-18T18:01:35.821Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3690 | 2025-06-18T18:01:35.825Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
3691 | 2025-06-18T18:01:35.909Z | |
3692 | 2025-06-18T18:01:35.909Z | info: running `cargo check --bins` on nexus-networking (184/215) |
3693 | 2025-06-18T18:01:36.627Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3694 | 2025-06-18T18:01:36.631Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3695 | 2025-06-18T18:01:36.631Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3696 | 2025-06-18T18:01:36.634Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
3697 | 2025-06-18T18:01:36.721Z | |
3698 | 2025-06-18T18:01:36.721Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (185/215) |
3699 | 2025-06-18T18:01:37.442Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3700 | 2025-06-18T18:01:37.446Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3701 | 2025-06-18T18:01:37.446Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3702 | 2025-06-18T18:01:37.449Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
3703 | 2025-06-18T18:01:37.545Z | |
3704 | 2025-06-18T18:01:37.545Z | info: running `cargo check --bins` on nexus-reconfigurator-rendezvous (186/215) |
3705 | 2025-06-18T18:01:38.262Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3706 | 2025-06-18T18:01:38.266Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3707 | 2025-06-18T18:01:38.266Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3708 | 2025-06-18T18:01:38.269Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
3709 | 2025-06-18T18:01:38.362Z | |
3710 | 2025-06-18T18:01:38.362Z | info: running `cargo check --bins` on update-common (187/215) |
3711 | 2025-06-18T18:01:39.041Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3712 | 2025-06-18T18:01:39.044Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3713 | 2025-06-18T18:01:39.044Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3714 | 2025-06-18T18:01:39.048Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
3715 | 2025-06-18T18:01:39.136Z | |
3716 | 2025-06-18T18:01:39.136Z | info: running `cargo check --bins` on omicron-dev (188/215) |
3717 | 2025-06-18T18:01:39.914Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3718 | 2025-06-18T18:01:39.918Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3719 | 2025-06-18T18:01:40.168Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3720 | 2025-06-18T18:01:40.168Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3721 | 2025-06-18T18:01:40.326Z | Checking yansi v1.0.1 |
3722 | 2025-06-18T18:01:40.326Z | Checking diff v0.1.13 |
3723 | 2025-06-18T18:01:40.330Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3724 | 2025-06-18T18:01:40.338Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3725 | 2025-06-18T18:01:40.751Z | Checking pretty_assertions v1.4.1 |
3726 | 2025-06-18T18:01:41.447Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3727 | 2025-06-18T18:02:08.415Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3728 | 2025-06-18T18:02:08.419Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3729 | 2025-06-18T18:02:08.419Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3730 | 2025-06-18T18:02:08.419Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3731 | 2025-06-18T18:02:08.419Z | Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
3732 | 2025-06-18T18:02:08.433Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3733 | 2025-06-18T18:02:09.343Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3734 | 2025-06-18T18:02:10.646Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3735 | 2025-06-18T18:02:56.749Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 17s |
3736 | 2025-06-18T18:02:56.987Z | |
3737 | 2025-06-18T18:02:56.987Z | info: running `cargo check --bins` on openapi-manager (189/215) |
3738 | 2025-06-18T18:02:57.700Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3739 | 2025-06-18T18:02:57.704Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3740 | 2025-06-18T18:02:57.845Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
3741 | 2025-06-18T18:02:57.845Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
3742 | 2025-06-18T18:02:57.849Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
3743 | 2025-06-18T18:02:57.967Z | Checking heck v0.4.1 |
3744 | 2025-06-18T18:02:57.977Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3745 | 2025-06-18T18:02:58.156Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3746 | 2025-06-18T18:02:58.503Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
3747 | 2025-06-18T18:02:59.149Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
3748 | 2025-06-18T18:03:01.389Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3749 | 2025-06-18T18:03:03.004Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3750 | 2025-06-18T18:03:03.871Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3751 | 2025-06-18T18:03:05.384Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.39s |
3752 | 2025-06-18T18:03:05.597Z | |
3753 | 2025-06-18T18:03:05.597Z | info: running `cargo check --bins` on installinator-api (190/215) |
3754 | 2025-06-18T18:03:06.273Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3755 | 2025-06-18T18:03:06.277Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3756 | 2025-06-18T18:03:06.277Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3757 | 2025-06-18T18:03:06.281Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
3758 | 2025-06-18T18:03:06.369Z | |
3759 | 2025-06-18T18:03:06.369Z | info: running `cargo check --bins` on wicketd-api (191/215) |
3760 | 2025-06-18T18:03:07.057Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3761 | 2025-06-18T18:03:07.060Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3762 | 2025-06-18T18:03:07.061Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3763 | 2025-06-18T18:03:07.064Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
3764 | 2025-06-18T18:03:07.153Z | |
3765 | 2025-06-18T18:03:07.153Z | info: running `cargo check --bins` on omicron-pins (192/215) |
3766 | 2025-06-18T18:03:07.797Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3767 | 2025-06-18T18:03:07.802Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3768 | 2025-06-18T18:03:07.802Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3769 | 2025-06-18T18:03:07.806Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
3770 | 2025-06-18T18:03:07.880Z | |
3771 | 2025-06-18T18:03:07.880Z | info: running `cargo check --bins` on reconfigurator-cli (193/215) |
3772 | 2025-06-18T18:03:08.607Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3773 | 2025-06-18T18:03:08.613Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3774 | 2025-06-18T18:03:08.783Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
3775 | 2025-06-18T18:03:08.786Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
3776 | 2025-06-18T18:03:08.925Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3777 | 2025-06-18T18:03:08.936Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
3778 | 2025-06-18T18:03:08.939Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
3779 | 2025-06-18T18:03:08.939Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
3780 | 2025-06-18T18:03:08.980Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3781 | 2025-06-18T18:03:08.983Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3782 | 2025-06-18T18:03:09.203Z | Compiling petname v2.0.2 |
3783 | 2025-06-18T18:03:09.247Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
3784 | 2025-06-18T18:03:09.276Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3785 | 2025-06-18T18:03:09.584Z | Checking sync-ptr v0.1.1 |
3786 | 2025-06-18T18:03:09.610Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
3787 | 2025-06-18T18:03:09.983Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3788 | 2025-06-18T18:03:10.456Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
3789 | 2025-06-18T18:03:11.980Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
3790 | 2025-06-18T18:03:12.766Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
3791 | 2025-06-18T18:03:14.225Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3792 | 2025-06-18T18:03:25.326Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
3793 | 2025-06-18T18:03:25.329Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3794 | 2025-06-18T18:03:26.018Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3795 | 2025-06-18T18:03:27.447Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
3796 | 2025-06-18T18:03:29.825Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.93s |
3797 | 2025-06-18T18:03:30.051Z | |
3798 | 2025-06-18T18:03:30.051Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (194/215) |
3799 | 2025-06-18T18:03:30.773Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3800 | 2025-06-18T18:03:30.777Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3801 | 2025-06-18T18:03:30.777Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3802 | 2025-06-18T18:03:30.780Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
3803 | 2025-06-18T18:03:30.873Z | |
3804 | 2025-06-18T18:03:30.873Z | info: running `cargo check --bins` on omicron-repl-utils (195/215) |
3805 | 2025-06-18T18:03:31.522Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3806 | 2025-06-18T18:03:31.525Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3807 | 2025-06-18T18:03:31.525Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3808 | 2025-06-18T18:03:31.528Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
3809 | 2025-06-18T18:03:31.612Z | |
3810 | 2025-06-18T18:03:31.612Z | info: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (196/215) |
3811 | 2025-06-18T18:03:32.326Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3812 | 2025-06-18T18:03:32.330Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3813 | 2025-06-18T18:03:32.471Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
3814 | 2025-06-18T18:03:33.531Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.91s |
3815 | 2025-06-18T18:03:33.746Z | |
3816 | 2025-06-18T18:03:33.746Z | info: running `cargo check --bins` on reconfigurator-sp-updater (197/215) |
3817 | 2025-06-18T18:03:34.456Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3818 | 2025-06-18T18:03:34.460Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3819 | 2025-06-18T18:03:34.575Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
3820 | 2025-06-18T18:03:35.012Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
3821 | 2025-06-18T18:03:36.069Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
3822 | 2025-06-18T18:03:36.774Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.02s |
3823 | 2025-06-18T18:03:36.980Z | |
3824 | 2025-06-18T18:03:36.980Z | info: running `cargo check --bins` on omicron-releng (198/215) |
3825 | 2025-06-18T18:03:37.658Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3826 | 2025-06-18T18:03:37.661Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3827 | 2025-06-18T18:03:37.748Z | Compiling blake3 v1.5.4 |
3828 | 2025-06-18T18:03:37.752Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26) |
3829 | 2025-06-18T18:03:37.872Z | Checking memmap2 v0.9.5 |
3830 | 2025-06-18T18:03:37.876Z | Checking constant_time_eq v0.3.1 |
3831 | 2025-06-18T18:03:37.877Z | Checking arrayref v0.3.9 |
3832 | 2025-06-18T18:03:37.889Z | Checking arrayvec v0.7.6 |
3833 | 2025-06-18T18:03:37.918Z | Checking topological-sort v0.2.2 |
3834 | 2025-06-18T18:03:37.922Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
3835 | 2025-06-18T18:03:37.986Z | Checking shell-words v1.1.0 |
3836 | 2025-06-18T18:03:38.394Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26) |
3837 | 2025-06-18T18:03:38.655Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26) |
3838 | 2025-06-18T18:03:39.068Z | Checking omicron-zone-package v0.12.2 |
3839 | 2025-06-18T18:03:40.272Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3840 | 2025-06-18T18:03:41.314Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.32s |
3841 | 2025-06-18T18:03:41.505Z | |
3842 | 2025-06-18T18:03:41.505Z | info: running `cargo check --bins` on omicron-repo-depot-standalone (199/215) |
3843 | 2025-06-18T18:03:42.628Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3844 | 2025-06-18T18:03:42.638Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3845 | 2025-06-18T18:03:42.638Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3846 | 2025-06-18T18:03:42.665Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
3847 | 2025-06-18T18:03:43.097Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.58s |
3848 | 2025-06-18T18:03:43.293Z | |
3849 | 2025-06-18T18:03:43.293Z | info: running `cargo check --bins` on xtask (200/215) |
3850 | 2025-06-18T18:03:43.821Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3851 | 2025-06-18T18:03:43.825Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3852 | 2025-06-18T18:03:43.841Z | Checking bitflags v2.9.0 |
3853 | 2025-06-18T18:03:43.933Z | Checking serde v1.0.219 |
3854 | 2025-06-18T18:03:43.937Z | Checking thiserror v1.0.69 |
3855 | 2025-06-18T18:03:43.953Z | Checking scroll v0.12.0 |
3856 | 2025-06-18T18:03:43.956Z | Checking hashbrown v0.15.3 |
3857 | 2025-06-18T18:03:43.970Z | Checking log v0.4.27 |
3858 | 2025-06-18T18:03:43.974Z | Checking zerocopy v0.7.35 |
3859 | 2025-06-18T18:03:43.997Z | Checking getrandom v0.3.1 |
3860 | 2025-06-18T18:03:44.058Z | Checking pest v2.7.14 |
3861 | 2025-06-18T18:03:44.205Z | Checking rustix v0.38.37 |
3862 | 2025-06-18T18:03:44.224Z | Checking rustix v1.0.7 |
3863 | 2025-06-18T18:03:44.242Z | Checking syn v2.0.103 |
3864 | 2025-06-18T18:03:44.393Z | Checking goblin v0.8.2 |
3865 | 2025-06-18T18:03:44.938Z | Checking indexmap v2.9.0 |
3866 | 2025-06-18T18:03:45.104Z | Checking once_cell v1.21.3 |
3867 | 2025-06-18T18:03:45.133Z | Checking terminal_size v0.4.0 |
3868 | 2025-06-18T18:03:45.327Z | Checking clap_builder v4.5.35 |
3869 | 2025-06-18T18:03:45.418Z | Checking thiserror v2.0.12 |
3870 | 2025-06-18T18:03:45.574Z | Checking textwrap v0.16.2 |
3871 | 2025-06-18T18:03:45.710Z | Checking tempfile v3.20.0 |
3872 | 2025-06-18T18:03:45.976Z | Checking fs-err v3.1.1 |
3873 | 2025-06-18T18:03:46.097Z | Checking anyhow v1.0.98 |
3874 | 2025-06-18T18:03:46.114Z | Checking tabled v0.15.0 |
3875 | 2025-06-18T18:03:46.304Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
3876 | 2025-06-18T18:03:46.513Z | Checking dtrace-parser v0.2.0 |
3877 | 2025-06-18T18:03:47.856Z | Checking serde_json v1.0.140 |
3878 | 2025-06-18T18:03:47.856Z | Checking serde_spanned v0.6.8 |
3879 | 2025-06-18T18:03:47.860Z | Checking toml_datetime v0.6.9 |
3880 | 2025-06-18T18:03:47.860Z | Checking camino v1.1.10 |
3881 | 2025-06-18T18:03:48.075Z | Checking semver v1.0.26 |
3882 | 2025-06-18T18:03:48.193Z | Checking toml_edit v0.22.26 |
3883 | 2025-06-18T18:03:48.225Z | Checking cargo-platform v0.1.8 |
3884 | 2025-06-18T18:03:48.360Z | Checking camino-tempfile v1.4.1 |
3885 | 2025-06-18T18:03:48.395Z | Checking clap v4.5.35 |
3886 | 2025-06-18T18:03:48.512Z | Checking macaddr v1.0.1 |
3887 | 2025-06-18T18:03:49.079Z | Checking dof v0.3.0 |
3888 | 2025-06-18T18:03:49.079Z | Checking cargo_metadata v0.19.2 |
3889 | 2025-06-18T18:03:49.508Z | Checking usdt-impl v0.5.0 |
3890 | 2025-06-18T18:03:49.903Z | Checking usdt v0.5.0 |
3891 | 2025-06-18T18:03:50.130Z | Checking toml v0.8.22 |
3892 | 2025-06-18T18:03:50.568Z | Checking cargo_toml v0.21.0 |
3893 | 2025-06-18T18:03:51.748Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3894 | 2025-06-18T18:03:52.379Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.07s |
3895 | 2025-06-18T18:03:52.501Z | |
3896 | 2025-06-18T18:03:52.501Z | info: running `cargo check --bins` on end-to-end-tests (201/215) |
3897 | 2025-06-18T18:03:53.244Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3898 | 2025-06-18T18:03:53.248Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3899 | 2025-06-18T18:03:53.411Z | Checking polyval v0.6.2 |
3900 | 2025-06-18T18:03:53.415Z | Checking ctr v0.9.2 |
3901 | 2025-06-18T18:03:53.553Z | Checking ssh-encoding v0.2.0 |
3902 | 2025-06-18T18:03:53.557Z | Checking blowfish v0.9.1 |
3903 | 2025-06-18T18:03:53.576Z | Checking password-hash v0.4.2 |
3904 | 2025-06-18T18:03:53.594Z | Checking p521 v0.13.3 |
3905 | 2025-06-18T18:03:53.597Z | Checking p256 v0.13.2 |
3906 | 2025-06-18T18:03:53.634Z | Checking russh-cryptovec v0.7.3 |
3907 | 2025-06-18T18:03:53.754Z | Checking bcrypt-pbkdf v0.10.0 |
3908 | 2025-06-18T18:03:53.784Z | Checking ghash v0.5.1 |
3909 | 2025-06-18T18:03:53.805Z | Checking md5 v0.7.0 |
3910 | 2025-06-18T18:03:53.859Z | Checking num-bigint v0.4.6 |
3911 | 2025-06-18T18:03:53.893Z | Checking des v0.8.1 |
3912 | 2025-06-18T18:03:53.958Z | Checking aes-gcm v0.10.3 |
3913 | 2025-06-18T18:03:54.018Z | Checking pbkdf2 v0.11.0 |
3914 | 2025-06-18T18:03:54.043Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
3915 | 2025-06-18T18:03:54.063Z | Checking hex-literal v0.4.1 |
3916 | 2025-06-18T18:03:54.087Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3917 | 2025-06-18T18:03:54.160Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3918 | 2025-06-18T18:03:54.203Z | Checking internet-checksum v0.2.1 |
3919 | 2025-06-18T18:03:54.223Z | Checking ssh-cipher v0.2.0 |
3920 | 2025-06-18T18:03:54.516Z | Checking ssh-key v0.6.6 |
3921 | 2025-06-18T18:03:54.707Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
3922 | 2025-06-18T18:03:55.623Z | Checking russh-keys v0.45.0 |
3923 | 2025-06-18T18:03:56.464Z | Checking russh v0.45.0 |
3924 | 2025-06-18T18:04:16.996Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3925 | 2025-06-18T18:04:18.477Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.96s |
3926 | 2025-06-18T18:04:18.697Z | |
3927 | 2025-06-18T18:04:18.697Z | info: running `cargo check --bins` on gateway-cli (202/215) |
3928 | 2025-06-18T18:04:19.378Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3929 | 2025-06-18T18:04:19.382Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3930 | 2025-06-18T18:04:19.470Z | Checking termios v0.3.3 |
3931 | 2025-06-18T18:04:19.718Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3932 | 2025-06-18T18:04:20.509Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.80s |
3933 | 2025-06-18T18:04:20.714Z | |
3934 | 2025-06-18T18:04:20.714Z | info: running `cargo check --bins --no-default-features` on installinator (203/215) |
3935 | 2025-06-18T18:04:21.430Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3936 | 2025-06-18T18:04:21.434Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3937 | 2025-06-18T18:04:21.564Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3938 | 2025-06-18T18:04:21.588Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3939 | 2025-06-18T18:04:21.588Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3940 | 2025-06-18T18:04:21.588Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3941 | 2025-06-18T18:04:22.489Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3942 | 2025-06-18T18:04:22.706Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3943 | 2025-06-18T18:04:24.365Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3944 | 2025-06-18T18:04:26.535Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.81s |
3945 | 2025-06-18T18:04:26.744Z | |
3946 | 2025-06-18T18:04:26.744Z | info: running `cargo check --bins` on internal-dns-cli (204/215) |
3947 | 2025-06-18T18:04:27.412Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3948 | 2025-06-18T18:04:27.419Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3949 | 2025-06-18T18:04:27.498Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3950 | 2025-06-18T18:04:28.015Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.26s |
3951 | 2025-06-18T18:04:28.222Z | |
3952 | 2025-06-18T18:04:28.222Z | info: running `cargo check --bins` on omicron-live-tests (205/215) |
3953 | 2025-06-18T18:04:28.892Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3954 | 2025-06-18T18:04:28.898Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3955 | 2025-06-18T18:04:28.899Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3956 | 2025-06-18T18:04:28.899Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
3957 | 2025-06-18T18:04:28.952Z | |
3958 | 2025-06-18T18:04:28.952Z | info: running `cargo check --bins` on live-tests-macros (206/215) |
3959 | 2025-06-18T18:04:29.596Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3960 | 2025-06-18T18:04:29.601Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3961 | 2025-06-18T18:04:29.602Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3962 | 2025-06-18T18:04:29.602Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
3963 | 2025-06-18T18:04:30.175Z | |
3964 | 2025-06-18T18:04:30.176Z | info: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (207/215) |
3965 | 2025-06-18T18:04:30.415Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3966 | 2025-06-18T18:04:30.424Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3967 | 2025-06-18T18:04:30.550Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
3968 | 2025-06-18T18:04:31.244Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.54s |
3969 | 2025-06-18T18:04:31.457Z | |
3970 | 2025-06-18T18:04:31.457Z | info: running `cargo check --bins` on omicron-package (208/215) |
3971 | 2025-06-18T18:04:32.244Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3972 | 2025-06-18T18:04:32.389Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3973 | 2025-06-18T18:04:32.389Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3974 | 2025-06-18T18:04:33.739Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.28s |
3975 | 2025-06-18T18:04:33.944Z | |
3976 | 2025-06-18T18:04:33.944Z | info: running `cargo check --bins` on trust-quorum (209/215) |
3977 | 2025-06-18T18:04:34.625Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3978 | 2025-06-18T18:04:34.634Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3979 | 2025-06-18T18:04:34.634Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3980 | 2025-06-18T18:04:34.634Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
3981 | 2025-06-18T18:04:34.719Z | |
3982 | 2025-06-18T18:04:34.719Z | info: running `cargo check --bins` on gfss (210/215) |
3983 | 2025-06-18T18:04:35.363Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3984 | 2025-06-18T18:04:35.368Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3985 | 2025-06-18T18:04:35.368Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3986 | 2025-06-18T18:04:35.374Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
3987 | 2025-06-18T18:04:35.449Z | |
3988 | 2025-06-18T18:04:35.449Z | info: running `cargo check --bins` on wicket-dbg (211/215) |
3989 | 2025-06-18T18:04:36.162Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3990 | 2025-06-18T18:04:36.166Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3991 | 2025-06-18T18:04:36.299Z | Checking rtoolbox v0.0.2 |
3992 | 2025-06-18T18:04:36.303Z | Checking tui-tree-widget v0.23.0 |
3993 | 2025-06-18T18:04:36.303Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3994 | 2025-06-18T18:04:36.560Z | Checking rpassword v7.3.1 |
3995 | 2025-06-18T18:04:41.280Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3996 | 2025-06-18T18:04:44.247Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3997 | 2025-06-18T18:04:45.483Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.02s |
3998 | 2025-06-18T18:04:45.688Z | |
3999 | 2025-06-18T18:04:45.688Z | info: running `cargo check --bins` on wicket (212/215) |
4000 | 2025-06-18T18:04:46.396Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
4001 | 2025-06-18T18:04:46.401Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
4002 | 2025-06-18T18:04:46.519Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
4003 | 2025-06-18T18:04:46.985Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s |
4004 | 2025-06-18T18:04:47.196Z | |
4005 | 2025-06-18T18:04:47.196Z | info: running `cargo check --bins` on wicketd (213/215) |
4006 | 2025-06-18T18:04:47.921Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
4007 | 2025-06-18T18:04:47.924Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
4008 | 2025-06-18T18:04:48.056Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
4009 | 2025-06-18T18:04:52.222Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.01s |
4010 | 2025-06-18T18:04:52.439Z | |
4011 | 2025-06-18T18:04:52.439Z | info: running `cargo check --bins` on omicron-workspace-hack (214/215) |
4012 | 2025-06-18T18:04:53.075Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
4013 | 2025-06-18T18:04:53.079Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
4014 | 2025-06-18T18:04:53.079Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
4015 | 2025-06-18T18:04:53.083Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
4016 | 2025-06-18T18:04:53.160Z | |
4017 | 2025-06-18T18:04:53.160Z | info: running `cargo check --bins` on zone-setup (215/215) |
4018 | 2025-06-18T18:04:53.845Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
4019 | 2025-06-18T18:04:53.848Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
4020 | 2025-06-18T18:04:53.950Z | Checking uzers v0.12.1 |
4021 | 2025-06-18T18:04:54.312Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
4022 | 2025-06-18T18:04:55.379Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.21s |
4023 | 2025-06-18T18:04:55.606Z | |
4024 | 2025-06-18T18:04:55.606Z | real 15:10.673634156 |
4025 | 2025-06-18T18:04:55.606Z | user 30:13.875899461 |
4026 | 2025-06-18T18:04:55.606Z | sys 4:55.756382059 |
4027 | 2025-06-18T18:04:55.606Z | trap 0.619719215 |
4028 | 2025-06-18T18:04:55.606Z | tflt 0.639405429 |
4029 | 2025-06-18T18:04:55.606Z | dflt 1.793809503 |
4030 | 2025-06-18T18:04:55.606Z | kflt 0.001393070 |
4031 | 2025-06-18T18:04:55.610Z | lock 51:01.652075605 |
4032 | 2025-06-18T18:04:55.610Z | slp 2:26:52.831093916 |
4033 | 2025-06-18T18:04:55.610Z | lat 1:15.738739923 |
4034 | 2025-06-18T18:04:55.610Z | stop 4:40.495286877 |
4035 | 2025-06-18T18:04:55.610Z | process exited: duration 1187309 ms, exit code 0 |
|
4036 | 2025-06-18T18:04:55.619Z | found 0 output files |