|
|
|
1 | 2025-05-22T19:58:03.150Z | job assigned to worker 01JVWS46XN4DQB5JTMZX34AVR8 [factory aws, i-0df87e76d13dcbf5c] (queued for 1 m 5 s) |
|
2 | 2025-05-22T19:58:11.157Z | starting task 0: "setup" |
3 | 2025-05-22T19:58:11.161Z | ++ uname -s |
4 | 2025-05-22T19:58:11.165Z | + kern=SunOS |
5 | 2025-05-22T19:58:11.165Z | + build_user=build |
6 | 2025-05-22T19:58:11.165Z | + build_uid=12345 |
7 | 2025-05-22T19:58:11.165Z | + work_dir=/work |
8 | 2025-05-22T19:58:11.165Z | + input_dir=/input |
9 | 2025-05-22T19:58:11.165Z | + [[ 0 == 12345 ]] |
10 | 2025-05-22T19:58:11.165Z | + case "$kern" in |
11 | 2025-05-22T19:58:11.165Z | + groupadd -g 12345 build |
12 | 2025-05-22T19:58:11.165Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-05-22T19:58:13.173Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-05-22T19:58:13.302Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-05-22T19:58:13.305Z | + home_fs=zfs |
16 | 2025-05-22T19:58:13.305Z | + [[ zfs == autofs ]] |
17 | 2025-05-22T19:58:13.305Z | + mkdir -p /home/build |
18 | 2025-05-22T19:58:13.308Z | + chown build:build /home/build /work |
19 | 2025-05-22T19:58:15.309Z | + chmod 0700 /home/build /work |
20 | 2025-05-22T19:58:15.313Z | process exited: duration 4159 ms, exit code 0 |
|
21 | 2025-05-22T19:58:15.319Z | starting task 1: "rust-toolchain" |
22 | 2025-05-22T19:58:15.324Z | + printf ' * rust toolchain channel = "%s"\n' 1.87.0 |
23 | 2025-05-22T19:58:15.324Z | * rust toolchain channel = "1.87.0" |
24 | 2025-05-22T19:58:15.324Z | + printf ' * rust toolchain profile = "%s"\n' default |
25 | 2025-05-22T19:58:15.324Z | * rust toolchain profile = "default" |
26 | 2025-05-22T19:58:15.324Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-05-22T19:58:15.325Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-05-22T19:58:15.329Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-05-22T19:58:15.329Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.87.0 --profile default |
30 | 2025-05-22T19:58:15.446Z | info: downloading installer |
31 | 2025-05-22T19:58:16.683Z | warn: It looks like you have an existing installation of Rust at: |
32 | 2025-05-22T19:58:16.683Z | warn: /opt/ooce/bin |
33 | 2025-05-22T19:58:16.683Z | warn: It is recommended that rustup be the primary Rust installation. |
34 | 2025-05-22T19:58:16.683Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
35 | 2025-05-22T19:58:16.683Z | warn: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-05-22T19:58:16.683Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-05-22T19:58:16.683Z | warn: or pass `-y' to ignore all ignorable checks. |
38 | 2025-05-22T19:58:16.683Z | error: cannot install while Rust is installed |
39 | 2025-05-22T19:58:16.683Z | warn: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-05-22T19:58:16.698Z | info: profile set to 'default' |
41 | 2025-05-22T19:58:16.698Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-05-22T19:58:16.701Z | info: syncing channel updates for '1.87.0-x86_64-unknown-illumos' |
43 | 2025-05-22T19:58:16.873Z | info: latest update on 2025-05-15, rust version 1.87.0 (17067e9ac 2025-05-09) |
44 | 2025-05-22T19:58:16.873Z | info: downloading component 'cargo' |
45 | 2025-05-22T19:58:17.862Z | info: downloading component 'clippy' |
46 | 2025-05-22T19:58:18.256Z | info: downloading component 'rust-docs' |
47 | 2025-05-22T19:58:19.488Z | info: downloading component 'rust-std' |
48 | 2025-05-22T19:58:21.119Z | info: downloading component 'rustc' |
49 | 2025-05-22T19:58:28.705Z | info: downloading component 'rustfmt' |
50 | 2025-05-22T19:58:28.954Z | info: installing component 'cargo' |
51 | 2025-05-22T19:58:29.842Z | info: installing component 'clippy' |
52 | 2025-05-22T19:58:30.242Z | info: installing component 'rust-docs' |
53 | 2025-05-22T19:58:32.097Z | info: installing component 'rust-std' |
54 | 2025-05-22T19:58:33.987Z | info: installing component 'rustc' |
55 | 2025-05-22T19:58:40.694Z | info: installing component 'rustfmt' |
56 | 2025-05-22T19:58:41.025Z | info: default toolchain set to '1.87.0-x86_64-unknown-illumos' |
57 | 2025-05-22T19:58:41.025Z | |
58 | 2025-05-22T19:58:41.450Z | 1.87.0-x86_64-unknown-illumos installed - rustc 1.87.0 (17067e9ac 2025-05-09) |
59 | 2025-05-22T19:58:41.450Z | |
60 | 2025-05-22T19:58:41.453Z | |
61 | 2025-05-22T19:58:41.453Z | Rust is installed now. Great! |
62 | 2025-05-22T19:58:41.453Z | |
63 | 2025-05-22T19:58:41.453Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-05-22T19:58:41.453Z | environment variable. This has not been done automatically. |
65 | 2025-05-22T19:58:41.453Z | |
66 | 2025-05-22T19:58:41.453Z | To configure your current shell, you need to source |
67 | 2025-05-22T19:58:41.453Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-05-22T19:58:41.453Z | |
69 | 2025-05-22T19:58:41.454Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-05-22T19:58:41.454Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-05-22T19:58:41.454Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-05-22T19:58:41.454Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
73 | 2025-05-22T19:58:41.567Z | + rustup --version |
74 | 2025-05-22T19:58:41.582Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
75 | 2025-05-22T19:58:41.586Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
76 | 2025-05-22T19:58:41.688Z | info: The currently active `rustc` version is `rustc 1.87.0 (17067e9ac 2025-05-09)` |
77 | 2025-05-22T19:58:41.692Z | + cargo --version |
78 | 2025-05-22T19:58:41.758Z | cargo 1.87.0 (99624be96 2025-05-06) |
79 | 2025-05-22T19:58:41.761Z | + rustc --version |
80 | 2025-05-22T19:58:41.831Z | rustc 1.87.0 (17067e9ac 2025-05-09) |
81 | 2025-05-22T19:58:41.837Z | process exited: duration 26511 ms, exit code 0 |
|
82 | 2025-05-22T19:58:41.847Z | starting task 2: "authentication" |
83 | 2025-05-22T19:58:41.870Z | process exited: duration 23 ms, exit code 0 |
|
84 | 2025-05-22T19:58:41.877Z | starting task 3: "clone repository" |
85 | 2025-05-22T19:58:41.882Z | + mkdir -p /work/oxidecomputer/omicron |
86 | 2025-05-22T19:58:41.886Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
87 | 2025-05-22T19:58:41.924Z | Cloning into '/work/oxidecomputer/omicron'... |
88 | 2025-05-22T19:58:50.799Z | + cd /work/oxidecomputer/omicron |
89 | 2025-05-22T19:58:50.799Z | + git fetch origin 50160a8100ab2e0e0a264b5535e542d78af78c16 |
90 | 2025-05-22T19:58:51.106Z | From https://github.com/oxidecomputer/omicron |
91 | 2025-05-22T19:58:51.106Z | * branch 50160a8100ab2e0e0a264b5535e542d78af78c16 -> FETCH_HEAD |
92 | 2025-05-22T19:58:51.117Z | + [[ -n range-request-sb ]] |
93 | 2025-05-22T19:58:51.120Z | ++ git branch --show-current |
94 | 2025-05-22T19:58:51.123Z | + current=main |
95 | 2025-05-22T19:58:51.123Z | + [[ main != range-request-sb ]] |
96 | 2025-05-22T19:58:51.123Z | + git branch -f range-request-sb 50160a8100ab2e0e0a264b5535e542d78af78c16 |
97 | 2025-05-22T19:58:51.126Z | + git checkout -f range-request-sb |
98 | 2025-05-22T19:58:51.341Z | Switched to branch 'range-request-sb' |
99 | 2025-05-22T19:58:51.346Z | + git reset --hard 50160a8100ab2e0e0a264b5535e542d78af78c16 |
100 | 2025-05-22T19:58:51.402Z | HEAD is now at 50160a810 More text |
101 | 2025-05-22T19:58:51.405Z | process exited: duration 9523 ms, exit code 0 |
|
102 | 2025-05-22T19:58:51.411Z | starting task 4: "build" |
103 | 2025-05-22T19:58:51.417Z | + source .github/buildomat/ci-env.sh |
104 | 2025-05-22T19:58:51.420Z | ++ export CARGO_TERM_COLOR=always |
105 | 2025-05-22T19:58:51.420Z | ++ CARGO_TERM_COLOR=always |
106 | 2025-05-22T19:58:51.420Z | + cargo --version |
107 | 2025-05-22T19:58:51.477Z | cargo 1.87.0 (99624be96 2025-05-06) |
108 | 2025-05-22T19:58:51.480Z | + rustc --version |
109 | 2025-05-22T19:58:51.556Z | rustc 1.87.0 (17067e9ac 2025-05-09) |
110 | 2025-05-22T19:58:51.565Z | + source ./env.sh |
111 | 2025-05-22T19:58:51.565Z | ++ OLD_SHELL_OPTS=ehxB |
112 | 2025-05-22T19:58:51.565Z | ++ set -o xtrace |
113 | 2025-05-22T19:58:51.570Z | ++++ dirname ./env.sh |
114 | 2025-05-22T19:58:51.571Z | +++ readlink -f . |
115 | 2025-05-22T19:58:51.571Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
116 | 2025-05-22T19:58:51.571Z | ++ 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-05-22T19:58:51.571Z | ++ 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-05-22T19:58:51.571Z | ++ 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-05-22T19:58:51.571Z | ++ 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-05-22T19:58:51.571Z | ++ 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-05-22T19:58:51.571Z | ++ 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-05-22T19:58:51.571Z | ++ 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-05-22T19:58:51.571Z | ++ 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-05-22T19:58:51.571Z | ++ case $OLD_SHELL_OPTS in |
125 | 2025-05-22T19:58:51.571Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
126 | 2025-05-22T19:58:51.571Z | + 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-05-22T19:58:51.571Z | + 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-05-22T19:58:51.571Z | + banner prerequisites |
129 | 2025-05-22T19:58:51.575Z | |
130 | 2025-05-22T19:58:51.575Z | ##### ##### ###### ##### ###### #### # # # #### # |
131 | 2025-05-22T19:58:51.575Z | # # # # # # # # # # # # # # # |
132 | 2025-05-22T19:58:51.575Z | # # # # ##### # # ##### # # # # # #### # |
133 | 2025-05-22T19:58:51.575Z | ##### ##### # ##### # # # # # # # # # |
134 | 2025-05-22T19:58:51.575Z | # # # # # # # # # # # # # # # |
135 | 2025-05-22T19:58:51.575Z | # # # ###### # # ###### ### # #### # #### # |
136 | 2025-05-22T19:58:51.575Z | |
137 | 2025-05-22T19:58:51.575Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
138 | 2025-05-22T19:59:02.060Z | Startup: Refreshing catalog 'helios-dev' ... Done |
139 | 2025-05-22T19:59:07.927Z | Startup: Caching catalogs ... Done |
140 | 2025-05-22T19:59:13.558Z | Planning: Solver setup ... Done (4.461s) |
141 | 2025-05-22T19:59:13.600Z | Planning: Running solver ... Done (0.042s) |
142 | 2025-05-22T19:59:13.687Z | Planning: Finding local manifests ... Done (0.003s) |
143 | 2025-05-22T19:59:13.701Z | Planning: Fetching manifests: 0/4 0% complete |
144 | 2025-05-22T19:59:13.845Z | Planning: Fetching manifests: 4/4 100% complete |
145 | 2025-05-22T19:59:13.895Z | Planning: Package planning ... Done (0.049s) |
146 | 2025-05-22T19:59:13.944Z | Planning: Merging actions ... Done (0.049s) |
147 | 2025-05-22T19:59:14.233Z | Planning: Checking for conflicting actions ... Done (0.288s) |
148 | 2025-05-22T19:59:14.244Z | Planning: Consolidating action changes ... Done (0.011s) |
149 | 2025-05-22T19:59:15.286Z | Planning: Evaluating mediators ... Done (1.042s) |
150 | 2025-05-22T19:59:15.295Z | Planning: Planning completed in 7.25 seconds |
151 | 2025-05-22T19:59:15.311Z | Packages to install: 4 |
152 | 2025-05-22T19:59:15.311Z | Mediators to change: 2 |
153 | 2025-05-22T19:59:15.314Z | Services to change: 1 |
154 | 2025-05-22T19:59:15.314Z | Estimated space available: 155.53 GB |
155 | 2025-05-22T19:59:15.314Z | Estimated space to be consumed: 1.66 GB |
156 | 2025-05-22T19:59:15.314Z | Create boot environment: No |
157 | 2025-05-22T19:59:15.314Z | Create backup boot environment: No |
158 | 2025-05-22T19:59:15.314Z | Rebuild boot archive: No |
159 | 2025-05-22T19:59:15.314Z | |
160 | 2025-05-22T19:59:15.314Z | Changed mediators: |
161 | 2025-05-22T19:59:15.314Z | mediator clang: |
162 | 2025-05-22T19:59:15.314Z | version: None -> 15 (system default) |
163 | 2025-05-22T19:59:15.314Z | |
164 | 2025-05-22T19:59:15.314Z | mediator llvm: |
165 | 2025-05-22T19:59:15.314Z | version: 14 (system default) -> 15 (system default) |
166 | 2025-05-22T19:59:15.314Z | |
167 | 2025-05-22T19:59:15.314Z | Changed packages: |
168 | 2025-05-22T19:59:15.315Z | helios-dev |
169 | 2025-05-22T19:59:15.315Z | developer/build-essential |
170 | 2025-05-22T19:59:15.315Z | None -> 11-2.0 |
171 | 2025-05-22T19:59:15.315Z | library/libxmlsec1 |
172 | 2025-05-22T19:59:15.315Z | None -> 1.2.35-2.0 |
173 | 2025-05-22T19:59:15.315Z | ooce/developer/clang-15 |
174 | 2025-05-22T19:59:15.315Z | None -> 15.0.7-2.0 |
175 | 2025-05-22T19:59:15.315Z | ooce/developer/llvm-15 |
176 | 2025-05-22T19:59:15.315Z | None -> 15.0.7-2.0 |
177 | 2025-05-22T19:59:15.315Z | |
178 | 2025-05-22T19:59:15.315Z | Services: |
179 | 2025-05-22T19:59:15.315Z | restart_fmri: |
180 | 2025-05-22T19:59:15.315Z | svc:/system/update-man-index:default |
181 | 2025-05-22T19:59:15.364Z | |
182 | 2025-05-22T19:59:15.364Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
183 | 2025-05-22T19:59:20.368Z | Download: 1470/3290 items 117.3/212.6MB 55% complete (23.9M/s) |
184 | 2025-05-22T19:59:25.369Z | Download: 3213/3290 items 166.0/212.6MB 78% complete (16.6M/s) |
185 | 2025-05-22T19:59:30.505Z | Download: 3289/3290 items 211.5/212.6MB 99% complete (10.3M/s) |
186 | 2025-05-22T19:59:30.568Z | Download: Completed 212.60 MB in 15.20 seconds (14.0M/s) |
187 | 2025-05-22T19:59:30.763Z | Actions: 1/3689 actions (Installing new actions) |
188 | 2025-05-22T19:59:35.339Z | Actions: Completed 3689 actions in 4.57 seconds. |
189 | 2025-05-22T19:59:35.655Z | Done (0.311s) |
190 | 2025-05-22T19:59:35.655Z | Done (0.000s) |
191 | 2025-05-22T19:59:36.409Z | Done (0.753s) |
192 | 2025-05-22T19:59:40.932Z | Done (4.237s) |
193 | 2025-05-22T19:59:41.026Z | Done (0.020s) |
194 | 2025-05-22T19:59:41.029Z | Done (0.000s) |
195 | 2025-05-22T19:59:41.201Z | Done (0.000s) |
196 | 2025-05-22T19:59:41.993Z | Planning: Evaluating mediator changes ... Done |
197 | 2025-05-22T19:59:42.154Z | Planning: Checking for conflicting actions ... Done |
198 | 2025-05-22T19:59:42.158Z | Planning: Consolidating action changes ... Done |
199 | 2025-05-22T19:59:42.435Z | Planning: Evaluating mediators ... Done |
200 | 2025-05-22T19:59:42.438Z | Planning: Planning completed in 0.44 seconds |
201 | 2025-05-22T19:59:42.470Z | Mediators to change: 2 |
202 | 2025-05-22T19:59:42.470Z | Create boot environment: No |
203 | 2025-05-22T19:59:42.470Z | Create backup boot environment: No |
204 | 2025-05-22T19:59:42.543Z | Done |
205 | 2025-05-22T19:59:42.543Z | Done |
206 | 2025-05-22T19:59:43.063Z | Done |
207 | 2025-05-22T19:59:46.819Z | Done |
208 | 2025-05-22T19:59:46.917Z | Done |
209 | 2025-05-22T19:59:46.920Z | Done |
210 | 2025-05-22T19:59:47.079Z | Done |
211 | 2025-05-22T19:59:47.701Z | Planning: Evaluating mediator changes ... Done |
212 | 2025-05-22T19:59:47.705Z | Planning: Merging actions ... Done |
213 | 2025-05-22T19:59:47.891Z | Planning: Checking for conflicting actions ... Done |
214 | 2025-05-22T19:59:47.894Z | Planning: Consolidating action changes ... Done |
215 | 2025-05-22T19:59:48.159Z | Planning: Evaluating mediators ... Done |
216 | 2025-05-22T19:59:48.212Z | Planning: Planning completed in 0.76 seconds |
217 | 2025-05-22T19:59:48.247Z | Packages to change: 1 |
218 | 2025-05-22T19:59:48.247Z | Mediators to change: 1 |
219 | 2025-05-22T19:59:48.252Z | Services to change: 1 |
220 | 2025-05-22T19:59:48.252Z | Create boot environment: No |
221 | 2025-05-22T19:59:48.252Z | Create backup boot environment: Yes |
222 | 2025-05-22T19:59:50.708Z | Actions: 1/6 actions (Updating modified actions) |
223 | 2025-05-22T19:59:50.712Z | Actions: Completed 6 actions in 0.00 seconds. |
224 | 2025-05-22T19:59:50.712Z | Done |
225 | 2025-05-22T19:59:50.712Z | Done |
226 | 2025-05-22T19:59:50.861Z | Done |
227 | 2025-05-22T19:59:54.496Z | Done |
228 | 2025-05-22T19:59:54.591Z | Done |
229 | 2025-05-22T19:59:54.595Z | Done |
230 | 2025-05-22T19:59:54.743Z | Done |
231 | 2025-05-22T19:59:55.180Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
232 | 2025-05-22T19:59:55.180Z | clang system 15 system |
233 | 2025-05-22T19:59:55.180Z | csh system system illumos |
234 | 2025-05-22T19:59:55.180Z | ctags system system illumos |
235 | 2025-05-22T19:59:55.180Z | file system system illumos |
236 | 2025-05-22T19:59:55.180Z | gcc vendor 12 vendor |
237 | 2025-05-22T19:59:55.180Z | gcc system 10 system |
238 | 2025-05-22T19:59:55.180Z | gcc system 7 system |
239 | 2025-05-22T19:59:55.180Z | go system 1.20 system |
240 | 2025-05-22T19:59:55.180Z | go system 1.19 system |
241 | 2025-05-22T19:59:55.180Z | llvm system 15 system |
242 | 2025-05-22T19:59:55.180Z | llvm system 14 system |
243 | 2025-05-22T19:59:55.180Z | mariadb system 10.6 system |
244 | 2025-05-22T19:59:55.180Z | mta vendor vendor dma |
245 | 2025-05-22T19:59:55.180Z | openjdk system 17 system |
246 | 2025-05-22T19:59:55.180Z | openjdk system 11 system |
247 | 2025-05-22T19:59:55.180Z | openjdk system 1.8 system |
248 | 2025-05-22T19:59:55.180Z | openssl vendor 3 vendor |
249 | 2025-05-22T19:59:55.180Z | perl system 5.36 system |
250 | 2025-05-22T19:59:55.180Z | postgresql system 15 system |
251 | 2025-05-22T19:59:55.180Z | postgresql system 13 system |
252 | 2025-05-22T19:59:55.180Z | python vendor 3 vendor |
253 | 2025-05-22T19:59:55.180Z | python system 2 system |
254 | 2025-05-22T19:59:55.180Z | python3 system 3.11 system |
255 | 2025-05-22T19:59:55.180Z | ruby system 3.0 system |
256 | 2025-05-22T19:59:55.180Z | words vendor vendor american-english |
257 | 2025-05-22T19:59:55.180Z | words system system australian-english |
258 | 2025-05-22T19:59:55.180Z | words system system british-english |
259 | 2025-05-22T19:59:55.180Z | words system system canadian-english |
260 | 2025-05-22T19:59:55.180Z | words system system french |
261 | 2025-05-22T19:59:55.180Z | words system system italian |
262 | 2025-05-22T19:59:55.180Z | words system system ngerman |
263 | 2025-05-22T19:59:55.180Z | words system system ogerman |
264 | 2025-05-22T19:59:55.180Z | words system system spanish |
265 | 2025-05-22T19:59:55.517Z | PUBLISHER TYPE STATUS P LOCATION |
266 | 2025-05-22T19:59:55.517Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
267 | 2025-05-22T19:59:59.382Z | FMRI IFO |
268 | 2025-05-22T19:59:59.382Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
269 | 2025-05-22T19:59:59.382Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
270 | 2025-05-22T19:59:59.382Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
271 | 2025-05-22T19:59:59.382Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
272 | 2025-05-22T19:59:59.382Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
273 | 2025-05-22T19:59:59.382Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
274 | 2025-05-22T19:59:59.382Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i-- |
275 | 2025-05-22T19:59:59.382Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
276 | 2025-05-22T19:59:59.382Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
277 | 2025-05-22T19:59:59.382Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i-- |
278 | 2025-05-22T19:59:59.382Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
279 | 2025-05-22T19:59:59.382Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
280 | 2025-05-22T19:59:59.383Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i-- |
281 | 2025-05-22T19:59:59.383Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
282 | 2025-05-22T19:59:59.383Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
283 | 2025-05-22T20:00:00.307Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
284 | 2025-05-22T20:00:00.615Z | Updating git repository `https://github.com/seanmonstar/reqwest` |
285 | 2025-05-22T20:00:01.340Z | Updating crates.io index |
286 | 2025-05-22T20:00:01.346Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
287 | 2025-05-22T20:00:01.718Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
288 | 2025-05-22T20:00:02.412Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
289 | 2025-05-22T20:00:02.810Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
290 | 2025-05-22T20:00:03.106Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
291 | 2025-05-22T20:00:03.520Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
292 | 2025-05-22T20:00:04.840Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
293 | 2025-05-22T20:00:07.225Z | Updating git repository `https://github.com/oxidecomputer/opte` |
294 | 2025-05-22T20:00:08.366Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
295 | 2025-05-22T20:00:09.203Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
296 | 2025-05-22T20:00:09.547Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
297 | 2025-05-22T20:00:09.866Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
298 | 2025-05-22T20:00:10.506Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
299 | 2025-05-22T20:00:10.813Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
300 | 2025-05-22T20:00:11.140Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
301 | 2025-05-22T20:00:11.691Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
302 | 2025-05-22T20:00:11.939Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
303 | 2025-05-22T20:00:12.267Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
304 | 2025-05-22T20:00:12.549Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
305 | 2025-05-22T20:00:12.800Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
306 | 2025-05-22T20:00:13.082Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
307 | 2025-05-22T20:00:13.486Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
308 | 2025-05-22T20:00:13.829Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
309 | 2025-05-22T20:00:14.199Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
310 | 2025-05-22T20:00:14.465Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
311 | 2025-05-22T20:00:14.838Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
312 | 2025-05-22T20:00:15.258Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
313 | 2025-05-22T20:00:15.505Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
314 | 2025-05-22T20:00:15.954Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
315 | 2025-05-22T20:00:16.297Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
316 | 2025-05-22T20:00:16.676Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
317 | 2025-05-22T20:00:16.934Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
318 | 2025-05-22T20:00:17.213Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
319 | 2025-05-22T20:00:25.720Z | Updating git repository `https://github.com/illumos/smf-rs` |
320 | 2025-05-22T20:00:27.048Z | Downloading crates ... |
321 | 2025-05-22T20:00:27.135Z | Downloaded cargo-platform v0.1.8 |
322 | 2025-05-22T20:00:27.138Z | Downloaded anstyle v1.0.10 |
323 | 2025-05-22T20:00:27.142Z | Downloaded anstyle-parse v0.2.5 |
324 | 2025-05-22T20:00:27.153Z | Downloaded proc-macro-error-attr v1.0.4 |
325 | 2025-05-22T20:00:27.158Z | Downloaded pretty-hex v0.4.1 |
326 | 2025-05-22T20:00:27.162Z | Downloaded is_terminal_polyfill v1.70.1 |
327 | 2025-05-22T20:00:27.165Z | Downloaded dtrace-parser v0.2.0 |
328 | 2025-05-22T20:00:27.165Z | Downloaded version_check v0.9.5 |
329 | 2025-05-22T20:00:27.168Z | Downloaded terminal_size v0.2.6 |
330 | 2025-05-22T20:00:27.171Z | Downloaded equivalent v1.0.1 |
331 | 2025-05-22T20:00:27.176Z | Downloaded scroll_derive v0.12.0 |
332 | 2025-05-22T20:00:27.198Z | Downloaded usdt-macro v0.5.0 |
333 | 2025-05-22T20:00:27.201Z | Downloaded camino v1.1.9 |
334 | 2025-05-22T20:00:27.202Z | Downloaded byteorder v1.5.0 |
335 | 2025-05-22T20:00:27.205Z | Downloaded anstyle-query v1.1.1 |
336 | 2025-05-22T20:00:27.208Z | Downloaded cfg-if v1.0.0 |
337 | 2025-05-22T20:00:27.211Z | Downloaded bytecount v0.6.8 |
338 | 2025-05-22T20:00:27.211Z | Downloaded autocfg v1.4.0 |
339 | 2025-05-22T20:00:27.214Z | Downloaded toml_datetime v0.6.9 |
340 | 2025-05-22T20:00:27.214Z | Downloaded cpufeatures v0.2.14 |
341 | 2025-05-22T20:00:27.217Z | Downloaded swrite v0.1.0 |
342 | 2025-05-22T20:00:27.217Z | Downloaded smawk v0.3.2 |
343 | 2025-05-22T20:00:27.220Z | Downloaded serde_spanned v0.6.8 |
344 | 2025-05-22T20:00:27.220Z | Downloaded toml_write v0.1.1 |
345 | 2025-05-22T20:00:27.224Z | Downloaded generic-array v0.14.7 |
346 | 2025-05-22T20:00:27.224Z | Downloaded thiserror-impl v1.0.69 |
347 | 2025-05-22T20:00:27.227Z | Downloaded dof v0.3.0 |
348 | 2025-05-22T20:00:27.227Z | Downloaded fs-err v3.1.0 |
349 | 2025-05-22T20:00:27.230Z | Downloaded crypto-common v0.1.6 |
350 | 2025-05-22T20:00:27.230Z | Downloaded strsim v0.11.1 |
351 | 2025-05-22T20:00:27.233Z | Downloaded errno v0.3.9 |
352 | 2025-05-22T20:00:27.236Z | Downloaded thiserror-impl v2.0.12 |
353 | 2025-05-22T20:00:27.236Z | Downloaded tabled_derive v0.7.0 |
354 | 2025-05-22T20:00:27.240Z | Downloaded serde_tokenstream v0.2.2 |
355 | 2025-05-22T20:00:27.244Z | Downloaded fnv v1.0.7 |
356 | 2025-05-22T20:00:27.244Z | Downloaded colorchoice v1.0.2 |
357 | 2025-05-22T20:00:27.247Z | Downloaded memmap v0.7.0 |
358 | 2025-05-22T20:00:27.247Z | Downloaded macaddr v1.0.1 |
359 | 2025-05-22T20:00:27.247Z | Downloaded heck v0.4.1 |
360 | 2025-05-22T20:00:27.250Z | Downloaded digest v0.10.7 |
361 | 2025-05-22T20:00:27.250Z | Downloaded fastrand v2.1.1 |
362 | 2025-05-22T20:00:27.253Z | Downloaded usdt-attr-macro v0.5.0 |
363 | 2025-05-22T20:00:27.254Z | Downloaded heck v0.5.0 |
364 | 2025-05-22T20:00:27.257Z | Downloaded itoa v1.0.11 |
365 | 2025-05-22T20:00:27.260Z | Downloaded usdt v0.5.0 |
366 | 2025-05-22T20:00:27.260Z | Downloaded thiserror v1.0.69 |
367 | 2025-05-22T20:00:27.266Z | Downloaded thread-id v4.2.2 |
368 | 2025-05-22T20:00:27.269Z | Downloaded terminal_size v0.4.0 |
369 | 2025-05-22T20:00:27.269Z | Downloaded utf8parse v0.2.2 |
370 | 2025-05-22T20:00:27.269Z | Downloaded cargo_toml v0.21.0 |
371 | 2025-05-22T20:00:27.269Z | Downloaded bitflags v1.3.2 |
372 | 2025-05-22T20:00:27.272Z | Downloaded unicode-linebreak v0.1.5 |
373 | 2025-05-22T20:00:27.273Z | Downloaded clap_lex v0.7.4 |
374 | 2025-05-22T20:00:27.276Z | Downloaded anyhow v1.0.98 |
375 | 2025-05-22T20:00:27.279Z | Downloaded plain v0.2.3 |
376 | 2025-05-22T20:00:27.279Z | Downloaded anstream v0.6.18 |
377 | 2025-05-22T20:00:27.282Z | Downloaded cargo_metadata v0.19.2 |
378 | 2025-05-22T20:00:27.285Z | Downloaded camino-tempfile v1.3.0 |
379 | 2025-05-22T20:00:27.285Z | Downloaded semver v1.0.26 |
380 | 2025-05-22T20:00:27.288Z | Downloaded block-buffer v0.10.4 |
381 | 2025-05-22T20:00:27.293Z | Downloaded scroll v0.12.0 |
382 | 2025-05-22T20:00:27.296Z | Downloaded io-lifetimes v1.0.11 |
383 | 2025-05-22T20:00:27.299Z | Downloaded tempfile v3.13.0 |
384 | 2025-05-22T20:00:27.302Z | Downloaded pest_derive v2.7.14 |
385 | 2025-05-22T20:00:27.302Z | Downloaded once_cell v1.21.3 |
386 | 2025-05-22T20:00:27.305Z | Downloaded sha2 v0.10.8 |
387 | 2025-05-22T20:00:27.308Z | Downloaded thiserror v2.0.12 |
388 | 2025-05-22T20:00:27.312Z | Downloaded usdt-impl v0.5.0 |
389 | 2025-05-22T20:00:27.315Z | Downloaded quote v1.0.40 |
390 | 2025-05-22T20:00:27.318Z | Downloaded proc-macro-error v1.0.4 |
391 | 2025-05-22T20:00:27.321Z | Downloaded bitflags v2.9.0 |
392 | 2025-05-22T20:00:27.324Z | Downloaded zerocopy-derive v0.7.35 |
393 | 2025-05-22T20:00:27.327Z | Downloaded papergrid v0.11.0 |
394 | 2025-05-22T20:00:27.332Z | Downloaded ryu v1.0.18 |
395 | 2025-05-22T20:00:27.335Z | Downloaded proc-macro2 v1.0.95 |
396 | 2025-05-22T20:00:27.339Z | Downloaded ucd-trie v0.1.7 |
397 | 2025-05-22T20:00:27.341Z | Downloaded clap v4.5.35 |
398 | 2025-05-22T20:00:27.348Z | Downloaded unicode-ident v1.0.18 |
399 | 2025-05-22T20:00:27.351Z | Downloaded typenum v1.17.0 |
400 | 2025-05-22T20:00:27.355Z | Downloaded serde_derive v1.0.219 |
401 | 2025-05-22T20:00:27.358Z | Downloaded textwrap v0.16.1 |
402 | 2025-05-22T20:00:27.361Z | Downloaded pest_meta v2.7.14 |
403 | 2025-05-22T20:00:27.364Z | Downloaded log v0.4.27 |
404 | 2025-05-22T20:00:27.364Z | Downloaded clap_derive v4.5.32 |
405 | 2025-05-22T20:00:27.367Z | Downloaded pest_generator v2.7.14 |
406 | 2025-05-22T20:00:27.374Z | Downloaded toml v0.8.22 |
407 | 2025-05-22T20:00:27.405Z | Downloaded serde v1.0.219 |
408 | 2025-05-22T20:00:27.408Z | Downloaded indexmap v2.9.0 |
409 | 2025-05-22T20:00:27.415Z | Downloaded memchr v2.7.4 |
410 | 2025-05-22T20:00:27.450Z | Downloaded toml_edit v0.22.26 |
411 | 2025-05-22T20:00:27.483Z | Downloaded pest v2.7.14 |
412 | 2025-05-22T20:00:27.488Z | Downloaded serde_json v1.0.140 |
413 | 2025-05-22T20:00:27.495Z | Downloaded hashbrown v0.15.1 |
414 | 2025-05-22T20:00:27.500Z | Downloaded zerocopy v0.7.35 |
415 | 2025-05-22T20:00:27.515Z | Downloaded clap_builder v4.5.35 |
416 | 2025-05-22T20:00:27.522Z | Downloaded goblin v0.8.2 |
417 | 2025-05-22T20:00:27.528Z | Downloaded winnow v0.7.10 |
418 | 2025-05-22T20:00:27.537Z | Downloaded tabled v0.15.0 |
419 | 2025-05-22T20:00:27.553Z | Downloaded syn v1.0.109 |
420 | 2025-05-22T20:00:27.563Z | Downloaded syn v2.0.101 |
421 | 2025-05-22T20:00:27.575Z | Downloaded unicode-width v0.1.14 |
422 | 2025-05-22T20:00:27.581Z | Downloaded rustix v0.37.28 |
423 | 2025-05-22T20:00:27.599Z | Downloaded rustix v0.38.37 |
424 | 2025-05-22T20:00:27.630Z | Downloaded libc v0.2.172 |
425 | 2025-05-22T20:00:27.705Z | Compiling proc-macro2 v1.0.95 |
426 | 2025-05-22T20:00:27.705Z | Compiling unicode-ident v1.0.18 |
427 | 2025-05-22T20:00:27.705Z | Compiling libc v0.2.172 |
428 | 2025-05-22T20:00:27.708Z | Compiling serde v1.0.219 |
429 | 2025-05-22T20:00:27.708Z | Compiling version_check v0.9.5 |
430 | 2025-05-22T20:00:27.708Z | Compiling memchr v2.7.4 |
431 | 2025-05-22T20:00:27.708Z | Compiling thiserror v1.0.69 |
432 | 2025-05-22T20:00:27.708Z | Compiling ryu v1.0.18 |
433 | 2025-05-22T20:00:28.141Z | Compiling itoa v1.0.11 |
434 | 2025-05-22T20:00:28.360Z | Compiling ucd-trie v0.1.7 |
435 | 2025-05-22T20:00:28.562Z | Compiling once_cell v1.21.3 |
436 | 2025-05-22T20:00:28.651Z | Compiling byteorder v1.5.0 |
437 | 2025-05-22T20:00:28.904Z | Compiling serde_json v1.0.140 |
438 | 2025-05-22T20:00:28.953Z | Compiling rustix v0.38.37 |
439 | 2025-05-22T20:00:29.073Z | Compiling bitflags v2.9.0 |
440 | 2025-05-22T20:00:29.252Z | Compiling usdt-impl v0.5.0 |
441 | 2025-05-22T20:00:29.307Z | Compiling proc-macro-error-attr v1.0.4 |
442 | 2025-05-22T20:00:29.395Z | Compiling io-lifetimes v1.0.11 |
443 | 2025-05-22T20:00:29.495Z | Compiling syn v1.0.109 |
444 | 2025-05-22T20:00:29.722Z | Compiling quote v1.0.40 |
445 | 2025-05-22T20:00:29.875Z | Compiling errno v0.3.9 |
446 | 2025-05-22T20:00:29.932Z | Compiling proc-macro-error v1.0.4 |
447 | 2025-05-22T20:00:30.133Z | Compiling syn v2.0.101 |
448 | 2025-05-22T20:00:30.165Z | Compiling log v0.4.27 |
449 | 2025-05-22T20:00:30.233Z | Compiling utf8parse v0.2.2 |
450 | 2025-05-22T20:00:30.304Z | Compiling thread-id v4.2.2 |
451 | 2025-05-22T20:00:30.330Z | Compiling plain v0.2.3 |
452 | 2025-05-22T20:00:30.356Z | Compiling rustix v0.37.28 |
453 | 2025-05-22T20:00:30.407Z | Compiling equivalent v1.0.1 |
454 | 2025-05-22T20:00:30.435Z | Compiling hashbrown v0.15.1 |
455 | 2025-05-22T20:00:30.459Z | Compiling camino v1.1.9 |
456 | 2025-05-22T20:00:30.542Z | Compiling anstyle-parse v0.2.5 |
457 | 2025-05-22T20:00:31.143Z | Compiling autocfg v1.4.0 |
458 | 2025-05-22T20:00:31.316Z | Compiling bitflags v1.3.2 |
459 | 2025-05-22T20:00:31.342Z | Compiling anstyle v1.0.10 |
460 | 2025-05-22T20:00:31.364Z | Compiling pretty-hex v0.4.1 |
461 | 2025-05-22T20:00:31.438Z | Compiling toml_write v0.1.1 |
462 | 2025-05-22T20:00:31.559Z | Compiling indexmap v2.9.0 |
463 | 2025-05-22T20:00:31.608Z | Compiling is_terminal_polyfill v1.70.1 |
464 | 2025-05-22T20:00:31.756Z | Compiling colorchoice v1.0.2 |
465 | 2025-05-22T20:00:31.781Z | Compiling winnow v0.7.10 |
466 | 2025-05-22T20:00:31.812Z | Compiling semver v1.0.26 |
467 | 2025-05-22T20:00:31.930Z | Compiling thiserror v2.0.12 |
468 | 2025-05-22T20:00:32.090Z | Compiling anstyle-query v1.1.1 |
469 | 2025-05-22T20:00:32.271Z | Compiling unicode-width v0.1.14 |
470 | 2025-05-22T20:00:32.373Z | Compiling anstream v0.6.18 |
471 | 2025-05-22T20:00:32.869Z | Compiling terminal_size v0.4.0 |
472 | 2025-05-22T20:00:32.876Z | Compiling fs-err v3.1.0 |
473 | 2025-05-22T20:00:32.934Z | Compiling bytecount v0.6.8 |
474 | 2025-05-22T20:00:33.034Z | Compiling heck v0.5.0 |
475 | 2025-05-22T20:00:33.058Z | Compiling fastrand v2.1.1 |
476 | 2025-05-22T20:00:33.081Z | Compiling strsim v0.11.1 |
477 | 2025-05-22T20:00:33.139Z | Compiling heck v0.4.1 |
478 | 2025-05-22T20:00:33.502Z | Compiling anyhow v1.0.98 |
479 | 2025-05-22T20:00:33.529Z | Compiling clap_lex v0.7.4 |
480 | 2025-05-22T20:00:33.553Z | Compiling cfg-if v1.0.0 |
481 | 2025-05-22T20:00:33.778Z | Compiling fnv v1.0.7 |
482 | 2025-05-22T20:00:33.974Z | Compiling papergrid v0.11.0 |
483 | 2025-05-22T20:00:34.063Z | Compiling terminal_size v0.2.6 |
484 | 2025-05-22T20:00:34.240Z | Compiling clap_builder v4.5.35 |
485 | 2025-05-22T20:00:34.289Z | Compiling tempfile v3.13.0 |
486 | 2025-05-22T20:00:34.470Z | Compiling memmap v0.7.0 |
487 | 2025-05-22T20:00:34.495Z | Compiling unicode-linebreak v0.1.5 |
488 | 2025-05-22T20:00:34.832Z | Compiling smawk v0.3.2 |
489 | 2025-05-22T20:00:35.062Z | Compiling textwrap v0.16.1 |
490 | 2025-05-22T20:00:35.323Z | Compiling swrite v0.1.0 |
491 | 2025-05-22T20:00:35.474Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
492 | 2025-05-22T20:00:36.021Z | Compiling tabled_derive v0.7.0 |
493 | 2025-05-22T20:00:37.227Z | Compiling serde_derive v1.0.219 |
494 | 2025-05-22T20:00:37.227Z | Compiling thiserror-impl v1.0.69 |
495 | 2025-05-22T20:00:37.230Z | Compiling zerocopy-derive v0.7.35 |
496 | 2025-05-22T20:00:37.230Z | Compiling scroll_derive v0.12.0 |
497 | 2025-05-22T20:00:37.230Z | Compiling thiserror-impl v2.0.12 |
498 | 2025-05-22T20:00:37.230Z | Compiling clap_derive v4.5.32 |
499 | 2025-05-22T20:00:37.482Z | Compiling tabled v0.15.0 |
500 | 2025-05-22T20:00:38.648Z | Compiling scroll v0.12.0 |
501 | 2025-05-22T20:00:39.151Z | Compiling zerocopy v0.7.35 |
502 | 2025-05-22T20:00:39.211Z | Compiling goblin v0.8.2 |
503 | 2025-05-22T20:00:40.323Z | Compiling pest v2.7.14 |
504 | 2025-05-22T20:00:41.405Z | Compiling clap v4.5.35 |
505 | 2025-05-22T20:00:42.525Z | Compiling pest_meta v2.7.14 |
506 | 2025-05-22T20:00:43.446Z | Compiling pest_generator v2.7.14 |
507 | 2025-05-22T20:00:44.863Z | Compiling pest_derive v2.7.14 |
508 | 2025-05-22T20:00:45.501Z | Compiling dtrace-parser v0.2.0 |
509 | 2025-05-22T20:00:46.310Z | Compiling toml_datetime v0.6.9 |
510 | 2025-05-22T20:00:46.316Z | Compiling serde_spanned v0.6.8 |
511 | 2025-05-22T20:00:46.316Z | Compiling cargo-platform v0.1.8 |
512 | 2025-05-22T20:00:46.674Z | Compiling serde_tokenstream v0.2.2 |
513 | 2025-05-22T20:00:46.700Z | Compiling toml_edit v0.22.26 |
514 | 2025-05-22T20:00:46.738Z | Compiling macaddr v1.0.1 |
515 | 2025-05-22T20:00:46.919Z | Compiling camino-tempfile v1.3.0 |
516 | 2025-05-22T20:00:47.712Z | Compiling dof v0.3.0 |
517 | 2025-05-22T20:00:47.712Z | Compiling cargo_metadata v0.19.2 |
518 | 2025-05-22T20:00:49.241Z | Compiling usdt-attr-macro v0.5.0 |
519 | 2025-05-22T20:00:49.241Z | Compiling usdt-macro v0.5.0 |
520 | 2025-05-22T20:00:49.327Z | Compiling toml v0.8.22 |
521 | 2025-05-22T20:00:50.152Z | Compiling cargo_toml v0.21.0 |
522 | 2025-05-22T20:00:50.521Z | Compiling usdt v0.5.0 |
523 | 2025-05-22T20:00:52.805Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
524 | 2025-05-22T20:00:55.987Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 55.92s |
525 | 2025-05-22T20:00:56.251Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
526 | 2025-05-22T20:00:56.898Z | Downloading crates ... |
527 | 2025-05-22T20:00:57.017Z | Downloaded adler2 v2.0.0 |
528 | 2025-05-22T20:00:57.023Z | Downloaded addr2line v0.24.2 |
529 | 2025-05-22T20:00:57.037Z | Downloaded atomicwrites v0.4.4 |
530 | 2025-05-22T20:00:57.048Z | Downloaded async-stream-impl v0.3.6 |
531 | 2025-05-22T20:00:57.069Z | Downloaded cstr-argument v0.1.2 |
532 | 2025-05-22T20:00:57.073Z | Downloaded cfg_aliases v0.2.1 |
533 | 2025-05-22T20:00:57.077Z | Downloaded ciborium-io v0.2.2 |
534 | 2025-05-22T20:00:57.077Z | Downloaded cfg_aliases v0.1.1 |
535 | 2025-05-22T20:00:57.080Z | Downloaded ident_case v1.0.1 |
536 | 2025-05-22T20:00:57.080Z | Downloaded crunchy v0.2.2 |
537 | 2025-05-22T20:00:57.086Z | Downloaded crucible-workspace-hack v0.1.0 |
538 | 2025-05-22T20:00:57.086Z | Downloaded http-range v0.1.5 |
539 | 2025-05-22T20:00:57.090Z | Downloaded crc8 v0.1.1 |
540 | 2025-05-22T20:00:57.090Z | Downloaded async-stream v0.3.6 |
541 | 2025-05-22T20:00:57.096Z | Downloaded convert_case v0.4.0 |
542 | 2025-05-22T20:00:57.099Z | Downloaded http-body v1.0.1 |
543 | 2025-05-22T20:00:57.103Z | Downloaded bit-set v0.8.0 |
544 | 2025-05-22T20:00:57.106Z | Downloaded blowfish v0.9.1 |
545 | 2025-05-22T20:00:57.106Z | Downloaded instant v0.1.13 |
546 | 2025-05-22T20:00:57.109Z | Downloaded icu_provider_macros v1.5.0 |
547 | 2025-05-22T20:00:57.109Z | Downloaded bit-set v0.5.3 |
548 | 2025-05-22T20:00:57.112Z | Downloaded bitfield v0.14.0 |
549 | 2025-05-22T20:00:57.112Z | Downloaded bcrypt-pbkdf v0.10.0 |
550 | 2025-05-22T20:00:57.115Z | Downloaded atty v0.2.14 |
551 | 2025-05-22T20:00:57.115Z | Downloaded md5 v0.7.0 |
552 | 2025-05-22T20:00:57.120Z | Downloaded match_cfg v0.1.0 |
553 | 2025-05-22T20:00:57.123Z | Downloaded is_ci v1.2.0 |
554 | 2025-05-22T20:00:57.124Z | Downloaded ciborium-ll v0.2.2 |
555 | 2025-05-22T20:00:57.127Z | Downloaded bitfield-struct v0.6.2 |
556 | 2025-05-22T20:00:57.127Z | Downloaded buf-list v1.0.3 |
557 | 2025-05-22T20:00:57.130Z | Downloaded hyper-tls v0.6.0 |
558 | 2025-05-22T20:00:57.133Z | Downloaded maplit v1.0.2 |
559 | 2025-05-22T20:00:57.133Z | Downloaded cobs v0.2.3 |
560 | 2025-05-22T20:00:57.137Z | Downloaded bit-vec v0.6.3 |
561 | 2025-05-22T20:00:57.137Z | Downloaded humantime v2.1.0 |
562 | 2025-05-22T20:00:57.140Z | Downloaded bb8 v0.8.5 |
563 | 2025-05-22T20:00:57.140Z | Downloaded hostname v0.3.1 |
564 | 2025-05-22T20:00:57.143Z | Downloaded indent_write v2.2.0 |
565 | 2025-05-22T20:00:57.146Z | Downloaded hostname v0.4.0 |
566 | 2025-05-22T20:00:57.146Z | Downloaded hubpack_derive v0.1.1 |
567 | 2025-05-22T20:00:57.149Z | Downloaded libsw-core v0.3.1 |
568 | 2025-05-22T20:00:57.153Z | Downloaded crossbeam-deque v0.8.5 |
569 | 2025-05-22T20:00:57.153Z | Downloaded lazy_static v1.5.0 |
570 | 2025-05-22T20:00:57.155Z | Downloaded home v0.5.9 |
571 | 2025-05-22T20:00:57.156Z | Downloaded constant_time_eq v0.3.1 |
572 | 2025-05-22T20:00:57.159Z | Downloaded linear-map v1.2.0 |
573 | 2025-05-22T20:00:57.162Z | Downloaded indoc v2.0.6 |
574 | 2025-05-22T20:00:57.165Z | Downloaded lzss v0.8.2 |
575 | 2025-05-22T20:00:57.168Z | Downloaded lru-cache v0.1.2 |
576 | 2025-05-22T20:00:57.168Z | Downloaded libsw v3.4.0 |
577 | 2025-05-22T20:00:57.171Z | Downloaded crc-catalog v2.4.0 |
578 | 2025-05-22T20:00:57.171Z | Downloaded ipnetwork v0.21.1 |
579 | 2025-05-22T20:00:57.174Z | Downloaded lazycell v1.3.0 |
580 | 2025-05-22T20:00:57.181Z | Downloaded argon2 v0.5.3 |
581 | 2025-05-22T20:00:57.181Z | Downloaded lru v0.12.5 |
582 | 2025-05-22T20:00:57.185Z | Downloaded libscf-sys v1.1.0 |
583 | 2025-05-22T20:00:57.185Z | Downloaded lalrpop-util v0.19.12 |
584 | 2025-05-22T20:00:57.185Z | Downloaded httpdate v1.0.3 |
585 | 2025-05-22T20:00:57.185Z | Downloaded progenitor-client v0.10.0 |
586 | 2025-05-22T20:00:57.189Z | Downloaded inout v0.1.3 |
587 | 2025-05-22T20:00:57.189Z | Downloaded cbc v0.1.2 |
588 | 2025-05-22T20:00:57.192Z | Downloaded memoffset v0.9.1 |
589 | 2025-05-22T20:00:57.192Z | Downloaded maybe-uninit v2.0.0 |
590 | 2025-05-22T20:00:57.195Z | Downloaded mime v0.3.17 |
591 | 2025-05-22T20:00:57.195Z | Downloaded heck v0.3.3 |
592 | 2025-05-22T20:00:57.198Z | Downloaded internet-checksum v0.2.1 |
593 | 2025-05-22T20:00:57.198Z | Downloaded bcs v0.1.6 |
594 | 2025-05-22T20:00:57.201Z | Downloaded libefi-sys v0.1.0 |
595 | 2025-05-22T20:00:57.204Z | Downloaded bzip2 v0.5.2 |
596 | 2025-05-22T20:00:57.204Z | Downloaded libloading v0.8.5 |
597 | 2025-05-22T20:00:57.207Z | Downloaded icu_locid_transform v1.5.0 |
598 | 2025-05-22T20:00:57.210Z | Downloaded serde-big-array v0.5.1 |
599 | 2025-05-22T20:00:57.214Z | Downloaded strum v0.26.3 |
600 | 2025-05-22T20:00:57.214Z | Downloaded md-5 v0.10.6 |
601 | 2025-05-22T20:00:57.217Z | Downloaded colored v2.2.0 |
602 | 2025-05-22T20:00:57.220Z | Downloaded cancel-safe-futures v0.1.5 |
603 | 2025-05-22T20:00:57.223Z | Downloaded const_format_proc_macros v0.2.34 |
604 | 2025-05-22T20:00:57.226Z | Downloaded iana-time-zone v0.1.63 |
605 | 2025-05-22T20:00:57.229Z | Downloaded highway v1.3.0 |
606 | 2025-05-22T20:00:57.232Z | Downloaded cookie_store v0.21.1 |
607 | 2025-05-22T20:00:57.235Z | Downloaded lock_api v0.4.12 |
608 | 2025-05-22T20:00:57.238Z | Downloaded async-trait v0.1.88 |
609 | 2025-05-22T20:00:57.242Z | Downloaded rfc6979 v0.4.0 |
610 | 2025-05-22T20:00:57.245Z | Downloaded jobserver v0.1.32 |
611 | 2025-05-22T20:00:57.245Z | Downloaded console v0.15.10 |
612 | 2025-05-22T20:00:57.248Z | Downloaded proc-macro-crate v1.3.1 |
613 | 2025-05-22T20:00:57.252Z | Downloaded cargo_metadata v0.18.1 |
614 | 2025-05-22T20:00:57.252Z | Downloaded hyper-staticfile v0.10.1 |
615 | 2025-05-22T20:00:57.255Z | Downloaded mime_guess v2.0.5 |
616 | 2025-05-22T20:00:57.258Z | Downloaded litemap v0.7.3 |
617 | 2025-05-22T20:00:57.261Z | Downloaded ingot-macros v0.1.0 |
618 | 2025-05-22T20:00:57.264Z | Downloaded ciborium v0.2.2 |
619 | 2025-05-22T20:00:57.267Z | Downloaded tap v1.0.1 |
620 | 2025-05-22T20:00:57.267Z | Downloaded take_mut v0.2.2 |
621 | 2025-05-22T20:00:57.270Z | Downloaded sync-ptr v0.1.1 |
622 | 2025-05-22T20:00:57.270Z | Downloaded ssh-encoding v0.2.0 |
623 | 2025-05-22T20:00:57.273Z | Downloaded snafu-derive v0.8.5 |
624 | 2025-05-22T20:00:57.273Z | Downloaded idna_adapter v1.2.0 |
625 | 2025-05-22T20:00:57.276Z | Downloaded xshell-macros v0.2.7 |
626 | 2025-05-22T20:00:57.276Z | Downloaded utf8_iter v1.0.4 |
627 | 2025-05-22T20:00:57.279Z | Downloaded unicode-truncate v1.1.0 |
628 | 2025-05-22T20:00:57.279Z | Downloaded topological-sort v0.2.2 |
629 | 2025-05-22T20:00:57.282Z | Downloaded yoke-derive v0.7.4 |
630 | 2025-05-22T20:00:57.283Z | Downloaded psl-types v2.0.11 |
631 | 2025-05-22T20:00:57.286Z | Downloaded void v1.0.2 |
632 | 2025-05-22T20:00:57.286Z | Downloaded vte_generate_state_changes v0.1.2 |
633 | 2025-05-22T20:00:57.286Z | Downloaded derive_builder_macro v0.20.2 |
634 | 2025-05-22T20:00:57.289Z | Downloaded rpassword v7.3.1 |
635 | 2025-05-22T20:00:57.289Z | Downloaded backoff v0.4.0 |
636 | 2025-05-22T20:00:57.292Z | Downloaded endian-type v0.1.2 |
637 | 2025-05-22T20:00:57.292Z | Downloaded ref-cast v1.0.23 |
638 | 2025-05-22T20:00:57.295Z | Downloaded rustls-pemfile v1.0.4 |
639 | 2025-05-22T20:00:57.299Z | Downloaded bzip2 v0.4.4 |
640 | 2025-05-22T20:00:57.302Z | Downloaded arrayvec v0.7.6 |
641 | 2025-05-22T20:00:57.305Z | Downloaded icu_provider v1.5.0 |
642 | 2025-05-22T20:00:57.308Z | Downloaded icu_normalizer_data v1.5.0 |
643 | 2025-05-22T20:00:57.311Z | Downloaded const-oid v0.9.6 |
644 | 2025-05-22T20:00:57.314Z | Downloaded cookie v0.18.1 |
645 | 2025-05-22T20:00:57.326Z | Downloaded serde_urlencoded v0.7.1 |
646 | 2025-05-22T20:00:57.329Z | Downloaded httparse v1.9.5 |
647 | 2025-05-22T20:00:57.332Z | Downloaded serde_repr v0.1.19 |
648 | 2025-05-22T20:00:57.336Z | Downloaded serde_path_to_error v0.1.17 |
649 | 2025-05-22T20:00:57.339Z | Downloaded enum-as-inner v0.6.1 |
650 | 2025-05-22T20:00:57.339Z | Downloaded supports-color v3.0.2 |
651 | 2025-05-22T20:00:57.342Z | Downloaded float-cmp v0.10.0 |
652 | 2025-05-22T20:00:57.342Z | Downloaded futures-task v0.3.31 |
653 | 2025-05-22T20:00:57.345Z | Downloaded strum_macros v0.24.3 |
654 | 2025-05-22T20:00:57.348Z | Downloaded openssl-probe v0.1.5 |
655 | 2025-05-22T20:00:57.348Z | Downloaded tokio-macros v2.5.0 |
656 | 2025-05-22T20:00:57.351Z | Downloaded thiserror-impl-no-std v2.0.2 |
657 | 2025-05-22T20:00:57.351Z | Downloaded thread_local v1.1.8 |
658 | 2025-05-22T20:00:57.354Z | Downloaded tui-tree-widget v0.23.0 |
659 | 2025-05-22T20:00:57.357Z | Downloaded thiserror-no-std v2.0.2 |
660 | 2025-05-22T20:00:57.360Z | Downloaded r2d2 v0.8.10 |
661 | 2025-05-22T20:00:57.360Z | Downloaded opaque-debug v0.3.1 |
662 | 2025-05-22T20:00:57.363Z | Downloaded zstd v0.13.3 |
663 | 2025-05-22T20:00:57.366Z | Downloaded normalize-line-endings v0.3.0 |
664 | 2025-05-22T20:00:57.366Z | Downloaded zerovec-derive v0.10.3 |
665 | 2025-05-22T20:00:57.369Z | Downloaded allocator-api2 v0.2.18 |
666 | 2025-05-22T20:00:57.374Z | Downloaded document-features v0.2.10 |
667 | 2025-05-22T20:00:57.377Z | Downloaded base64 v0.13.1 |
668 | 2025-05-22T20:00:57.377Z | Downloaded parse-size v1.1.0 |
669 | 2025-05-22T20:00:57.380Z | Downloaded ssh-cipher v0.2.0 |
670 | 2025-05-22T20:00:57.380Z | Downloaded crossbeam-utils v0.8.21 |
671 | 2025-05-22T20:00:57.383Z | Downloaded crc-any v2.5.0 |
672 | 2025-05-22T20:00:57.386Z | Downloaded slog-scope v4.4.0 |
673 | 2025-05-22T20:00:57.389Z | Downloaded float-ord v0.3.2 |
674 | 2025-05-22T20:00:57.389Z | Downloaded serde_with_macros v3.12.0 |
675 | 2025-05-22T20:00:57.393Z | Downloaded pretty-hex v0.2.1 |
676 | 2025-05-22T20:00:57.396Z | Downloaded rustls-pemfile v2.2.0 |
677 | 2025-05-22T20:00:57.396Z | Downloaded arc-swap v1.7.1 |
678 | 2025-05-22T20:00:57.401Z | Downloaded filetime v0.2.25 |
679 | 2025-05-22T20:00:57.404Z | Downloaded either v1.14.0 |
680 | 2025-05-22T20:00:57.407Z | Downloaded indicatif v0.17.11 |
681 | 2025-05-22T20:00:57.410Z | Downloaded newtype_derive v0.1.6 |
682 | 2025-05-22T20:00:57.413Z | Downloaded rand_xorshift v0.3.0 |
683 | 2025-05-22T20:00:57.413Z | Downloaded newtype-uuid v1.2.1 |
684 | 2025-05-22T20:00:57.416Z | Downloaded headers v0.4.0 |
685 | 2025-05-22T20:00:57.420Z | Downloaded rand_seeder v0.3.0 |
686 | 2025-05-22T20:00:57.424Z | Downloaded siphasher v0.3.11 |
687 | 2025-05-22T20:00:57.430Z | Downloaded scopeguard v1.2.0 |
688 | 2025-05-22T20:00:57.430Z | Downloaded icu_locid_transform_data v1.5.0 |
689 | 2025-05-22T20:00:57.430Z | Downloaded stable_deref_trait v1.2.0 |
690 | 2025-05-22T20:00:57.433Z | Downloaded glob v0.3.2 |
691 | 2025-05-22T20:00:57.433Z | Downloaded indexmap v1.9.3 |
692 | 2025-05-22T20:00:57.436Z | Downloaded tokio-rustls v0.25.0 |
693 | 2025-05-22T20:00:57.436Z | Downloaded slog-json v2.6.1 |
694 | 2025-05-22T20:00:57.439Z | Downloaded packed_struct v0.10.1 |
695 | 2025-05-22T20:00:57.442Z | Downloaded unicode-properties v0.1.3 |
696 | 2025-05-22T20:00:57.446Z | Downloaded yoke v0.7.4 |
697 | 2025-05-22T20:00:57.452Z | Downloaded twox-hash v2.1.0 |
698 | 2025-05-22T20:00:57.452Z | Downloaded backtrace v0.3.74 |
699 | 2025-05-22T20:00:57.455Z | Downloaded derive_builder_core v0.20.2 |
700 | 2025-05-22T20:00:57.458Z | Downloaded derive_builder v0.20.2 |
701 | 2025-05-22T20:00:57.462Z | Downloaded env_filter v0.1.2 |
702 | 2025-05-22T20:00:57.465Z | Downloaded tower-service v0.3.3 |
703 | 2025-05-22T20:00:57.471Z | Downloaded tower-layer v0.3.3 |
704 | 2025-05-22T20:00:57.471Z | Downloaded bytes v1.10.1 |
705 | 2025-05-22T20:00:57.474Z | Downloaded defmt-macros v0.3.9 |
706 | 2025-05-22T20:00:57.477Z | Downloaded progenitor v0.10.0 |
707 | 2025-05-22T20:00:57.477Z | Downloaded waitgroup v0.1.2 |
708 | 2025-05-22T20:00:57.480Z | Downloaded progenitor v0.8.0 |
709 | 2025-05-22T20:00:57.480Z | Downloaded hyper-util v0.1.11 |
710 | 2025-05-22T20:00:57.485Z | Downloaded predicates-core v1.0.8 |
711 | 2025-05-22T20:00:57.488Z | Downloaded pin-utils v0.1.0 |
712 | 2025-05-22T20:00:57.488Z | Downloaded percent-encoding v2.3.1 |
713 | 2025-05-22T20:00:57.491Z | Downloaded crypto-bigint v0.5.5 |
714 | 2025-05-22T20:00:57.496Z | Downloaded multer v3.1.0 |
715 | 2025-05-22T20:00:57.499Z | Downloaded miniz_oxide v0.8.5 |
716 | 2025-05-22T20:00:57.502Z | Downloaded xattr v1.3.1 |
717 | 2025-05-22T20:00:57.505Z | Downloaded slab v0.4.9 |
718 | 2025-05-22T20:00:57.508Z | Downloaded spki v0.7.3 |
719 | 2025-05-22T20:00:57.511Z | Downloaded futures-channel v0.3.31 |
720 | 2025-05-22T20:00:57.511Z | Downloaded foreign-types-shared v0.1.1 |
721 | 2025-05-22T20:00:57.514Z | Downloaded dyn-clone v1.0.19 |
722 | 2025-05-22T20:00:57.514Z | Downloaded schemars_derive v0.8.22 |
723 | 2025-05-22T20:00:57.518Z | Downloaded num v0.4.3 |
724 | 2025-05-22T20:00:57.521Z | Downloaded rustc-hash v1.1.0 |
725 | 2025-05-22T20:00:57.521Z | Downloaded utf-8 v0.7.6 |
726 | 2025-05-22T20:00:57.524Z | Downloaded fxhash v0.2.1 |
727 | 2025-05-22T20:00:57.524Z | Downloaded dirs-sys-next v0.1.2 |
728 | 2025-05-22T20:00:57.524Z | Downloaded nu-ansi-term v0.50.1 |
729 | 2025-05-22T20:00:57.527Z | Downloaded static_assertions v1.1.0 |
730 | 2025-05-22T20:00:57.530Z | Downloaded shell-words v1.1.0 |
731 | 2025-05-22T20:00:57.530Z | Downloaded rusty-fork v0.3.0 |
732 | 2025-05-22T20:00:57.533Z | Downloaded sha1 v0.10.6 |
733 | 2025-05-22T20:00:57.536Z | Downloaded jiff-static v0.2.13 |
734 | 2025-05-22T20:00:57.539Z | Downloaded derive_more v0.99.20 |
735 | 2025-05-22T20:00:57.542Z | Downloaded newline-converter v0.3.0 |
736 | 2025-05-22T20:00:57.546Z | Downloaded new_debug_unreachable v1.0.6 |
737 | 2025-05-22T20:00:57.546Z | Downloaded num-conv v0.1.0 |
738 | 2025-05-22T20:00:57.549Z | Downloaded samael v0.0.18 |
739 | 2025-05-22T20:00:57.553Z | Downloaded zeroize v1.8.1 |
740 | 2025-05-22T20:00:57.556Z | Downloaded time-core v0.1.2 |
741 | 2025-05-22T20:00:57.559Z | Downloaded wyz v0.5.1 |
742 | 2025-05-22T20:00:57.559Z | Downloaded icu_properties v1.5.1 |
743 | 2025-05-22T20:00:57.562Z | Downloaded tiny-keccak v2.0.2 |
744 | 2025-05-22T20:00:57.565Z | Downloaded zone v0.3.1 |
745 | 2025-05-22T20:00:57.568Z | Downloaded precomputed-hash v0.1.1 |
746 | 2025-05-22T20:00:57.568Z | Downloaded data-encoding v2.6.0 |
747 | 2025-05-22T20:00:57.572Z | Downloaded wait-timeout v0.2.0 |
748 | 2025-05-22T20:00:57.572Z | Downloaded postcard v1.0.10 |
749 | 2025-05-22T20:00:57.575Z | Downloaded pin-project-lite v0.2.14 |
750 | 2025-05-22T20:00:57.580Z | Downloaded hickory-client v0.24.4 |
751 | 2025-05-22T20:00:57.583Z | Downloaded writeable v0.5.5 |
752 | 2025-05-22T20:00:57.586Z | Downloaded smallvec v1.14.0 |
753 | 2025-05-22T20:00:57.589Z | Downloaded funty v2.0.0 |
754 | 2025-05-22T20:00:57.589Z | Downloaded ecdsa v0.16.9 |
755 | 2025-05-22T20:00:57.592Z | Downloaded test-strategy v0.4.0 |
756 | 2025-05-22T20:00:57.595Z | Downloaded snafu v0.8.5 |
757 | 2025-05-22T20:00:57.602Z | Downloaded futures-sink v0.3.31 |
758 | 2025-05-22T20:00:57.605Z | Downloaded serde_cbor v0.11.2 |
759 | 2025-05-22T20:00:57.608Z | Downloaded debug-ignore v1.0.5 |
760 | 2025-05-22T20:00:57.611Z | Downloaded sqlformat v0.3.5 |
761 | 2025-05-22T20:00:57.611Z | Downloaded scrypt v0.11.0 |
762 | 2025-05-22T20:00:57.614Z | Downloaded scheduled-thread-pool v0.2.7 |
763 | 2025-05-22T20:00:57.615Z | Downloaded simd-adler32 v0.3.7 |
764 | 2025-05-22T20:00:57.618Z | Downloaded sigpipe v0.1.3 |
765 | 2025-05-22T20:00:57.621Z | Downloaded tungstenite v0.23.0 |
766 | 2025-05-22T20:00:57.624Z | Downloaded tungstenite v0.21.0 |
767 | 2025-05-22T20:00:57.627Z | Downloaded num-iter v0.1.45 |
768 | 2025-05-22T20:00:57.630Z | Downloaded tokio-tungstenite v0.21.0 |
769 | 2025-05-22T20:00:57.630Z | Downloaded owo-colors v4.2.0 |
770 | 2025-05-22T20:00:57.633Z | Downloaded tokio-tungstenite v0.23.1 |
771 | 2025-05-22T20:00:57.636Z | Downloaded walkdir v2.5.0 |
772 | 2025-05-22T20:00:57.639Z | Downloaded untrusted v0.7.1 |
773 | 2025-05-22T20:00:57.642Z | Downloaded try-lock v0.2.5 |
774 | 2025-05-22T20:00:57.642Z | Downloaded tinyvec_macros v0.1.1 |
775 | 2025-05-22T20:00:57.645Z | Downloaded tokio-stream v0.1.17 |
776 | 2025-05-22T20:00:57.648Z | Downloaded ppv-lite86 v0.2.20 |
777 | 2025-05-22T20:00:57.651Z | Downloaded powerfmt v0.2.0 |
778 | 2025-05-22T20:00:57.651Z | Downloaded phf_shared v0.11.2 |
779 | 2025-05-22T20:00:57.655Z | Downloaded parse-display-derive v0.10.0 |
780 | 2025-05-22T20:00:57.655Z | Downloaded mio v1.0.2 |
781 | 2025-05-22T20:00:57.660Z | Downloaded futures-macro v0.3.31 |
782 | 2025-05-22T20:00:57.663Z | Downloaded primeorder v0.13.6 |
783 | 2025-05-22T20:00:57.666Z | Downloaded predicates v3.1.3 |
784 | 2025-05-22T20:00:57.666Z | Downloaded minimal-lexical v0.2.1 |
785 | 2025-05-22T20:00:57.671Z | Downloaded diesel_table_macro_syntax v0.2.0 |
786 | 2025-05-22T20:00:57.674Z | Downloaded flume v0.11.1 |
787 | 2025-05-22T20:00:57.677Z | Downloaded shlex v1.3.0 |
788 | 2025-05-22T20:00:57.680Z | Downloaded daft v0.1.3 |
789 | 2025-05-22T20:00:57.685Z | Downloaded parse-display v0.10.0 |
790 | 2025-05-22T20:00:57.685Z | Downloaded futures v0.3.31 |
791 | 2025-05-22T20:00:57.690Z | Downloaded publicsuffix v2.3.0 |
792 | 2025-05-22T20:00:57.693Z | Downloaded oso-derive v0.27.3 |
793 | 2025-05-22T20:00:57.693Z | Downloaded hash32 v0.2.1 |
794 | 2025-05-22T20:00:57.697Z | Downloaded fallible-iterator v0.2.0 |
795 | 2025-05-22T20:00:57.697Z | Downloaded env_logger v0.11.5 |
796 | 2025-05-22T20:00:57.700Z | Downloaded rsa v0.9.6 |
797 | 2025-05-22T20:00:57.704Z | Downloaded structmeta v0.3.0 |
798 | 2025-05-22T20:00:57.707Z | Downloaded strip-ansi-escapes v0.2.0 |
799 | 2025-05-22T20:00:57.707Z | Downloaded progenitor-client v0.8.0 |
800 | 2025-05-22T20:00:57.711Z | Downloaded phf_codegen v0.11.2 |
801 | 2025-05-22T20:00:57.711Z | Downloaded num-rational v0.4.2 |
802 | 2025-05-22T20:00:57.714Z | Downloaded des v0.8.1 |
803 | 2025-05-22T20:00:57.717Z | Downloaded typify-macro v0.3.0 |
804 | 2025-05-22T20:00:57.717Z | Downloaded tls_codec v0.4.1 |
805 | 2025-05-22T20:00:57.720Z | Downloaded strum_macros v0.26.4 |
806 | 2025-05-22T20:00:57.723Z | Downloaded progenitor-client v0.9.1 |
807 | 2025-05-22T20:00:57.723Z | Downloaded xshell v0.2.7 |
808 | 2025-05-22T20:00:57.726Z | Downloaded parking_lot_core v0.9.10 |
809 | 2025-05-22T20:00:57.729Z | Downloaded universal-hash v0.5.1 |
810 | 2025-05-22T20:00:57.729Z | Downloaded postgres-types v0.2.9 |
811 | 2025-05-22T20:00:57.732Z | Downloaded flate2 v1.1.1 |
812 | 2025-05-22T20:00:57.737Z | Downloaded itertools v0.10.5 |
813 | 2025-05-22T20:00:57.744Z | Downloaded ff v0.13.0 |
814 | 2025-05-22T20:00:57.747Z | Downloaded ctr v0.9.2 |
815 | 2025-05-22T20:00:57.750Z | Downloaded toml_edit v0.19.15 |
816 | 2025-05-22T20:00:57.764Z | Downloaded futures-core v0.3.31 |
817 | 2025-05-22T20:00:57.767Z | Downloaded fd-lock v4.0.2 |
818 | 2025-05-22T20:00:57.770Z | Downloaded difflib v0.4.0 |
819 | 2025-05-22T20:00:57.770Z | Downloaded rustc-demangle v0.1.24 |
820 | 2025-05-22T20:00:57.774Z | Downloaded diesel-dtrace v0.4.2 |
821 | 2025-05-22T20:00:57.777Z | Downloaded defmt-parser v0.3.4 |
822 | 2025-05-22T20:00:57.777Z | Downloaded write16 v1.0.0 |
823 | 2025-05-22T20:00:57.787Z | Downloaded num-derive v0.3.3 |
824 | 2025-05-22T20:00:57.787Z | Downloaded group v0.13.0 |
825 | 2025-05-22T20:00:57.787Z | Downloaded num-complex v0.4.6 |
826 | 2025-05-22T20:00:57.787Z | Downloaded spin v0.9.8 |
827 | 2025-05-22T20:00:57.788Z | Downloaded darling_macro v0.20.10 |
828 | 2025-05-22T20:00:57.791Z | Downloaded tracing-attributes v0.1.27 |
829 | 2025-05-22T20:00:57.791Z | Downloaded pem-rfc7468 v0.7.0 |
830 | 2025-05-22T20:00:57.794Z | Downloaded crossterm v0.28.1 |
831 | 2025-05-22T20:00:57.799Z | Downloaded phf_generator v0.11.2 |
832 | 2025-05-22T20:00:57.803Z | Downloaded unsafe-libyaml v0.2.11 |
833 | 2025-05-22T20:00:57.806Z | Downloaded foreign-types v0.5.0 |
834 | 2025-05-22T20:00:57.809Z | Downloaded zone v0.1.8 |
835 | 2025-05-22T20:00:57.809Z | Downloaded phf v0.11.2 |
836 | 2025-05-22T20:00:57.809Z | Downloaded half v2.4.1 |
837 | 2025-05-22T20:00:57.813Z | Downloaded openssl-macros v0.1.1 |
838 | 2025-05-22T20:00:57.816Z | Downloaded foreign-types v0.3.2 |
839 | 2025-05-22T20:00:57.816Z | Downloaded schemars v0.8.22 |
840 | 2025-05-22T20:00:57.827Z | Downloaded path-slash v0.1.5 |
841 | 2025-05-22T20:00:57.831Z | Downloaded rcgen v0.12.1 |
842 | 2025-05-22T20:00:57.834Z | Downloaded tokio-native-tls v0.3.1 |
843 | 2025-05-22T20:00:57.837Z | Downloaded synstructure v0.13.1 |
844 | 2025-05-22T20:00:57.837Z | Downloaded xz2 v0.1.7 |
845 | 2025-05-22T20:00:57.840Z | Downloaded stringprep v0.1.5 |
846 | 2025-05-22T20:00:57.843Z | Downloaded slog-async v2.8.0 |
847 | 2025-05-22T20:00:57.843Z | Downloaded tls_codec_derive v0.4.1 |
848 | 2025-05-22T20:00:57.846Z | Downloaded aes-gcm v0.10.3 |
849 | 2025-05-22T20:00:57.849Z | Downloaded smf v0.2.3 |
850 | 2025-05-22T20:00:57.853Z | Downloaded rustversion v1.0.17 |
851 | 2025-05-22T20:00:57.853Z | Downloaded quick-error v1.2.3 |
852 | 2025-05-22T20:00:57.856Z | Downloaded globset v0.4.15 |
853 | 2025-05-22T20:00:57.859Z | Downloaded fs_extra v1.3.0 |
854 | 2025-05-22T20:00:57.859Z | Downloaded slog-bunyan v2.5.0 |
855 | 2025-05-22T20:00:57.862Z | Downloaded pin-project v1.1.6 |
856 | 2025-05-22T20:00:57.871Z | Downloaded curve25519-dalek-derive v0.1.1 |
857 | 2025-05-22T20:00:57.874Z | Downloaded similar v2.7.0 |
858 | 2025-05-22T20:00:57.879Z | Downloaded fixedbitset v0.4.2 |
859 | 2025-05-22T20:00:57.882Z | Downloaded typed-path v0.9.3 |
860 | 2025-05-22T20:00:57.886Z | Downloaded zone_cfg_derive v0.3.0 |
861 | 2025-05-22T20:00:57.889Z | Downloaded zeroize_derive v1.4.2 |
862 | 2025-05-22T20:00:57.893Z | Downloaded subprocess v0.2.9 |
863 | 2025-05-22T20:00:57.893Z | Downloaded futures-io v0.3.31 |
864 | 2025-05-22T20:00:57.896Z | Downloaded parking_lot v0.12.3 |
865 | 2025-05-22T20:00:57.899Z | Downloaded omicron-zone-package v0.12.2 |
866 | 2025-05-22T20:00:57.902Z | Downloaded foreign-types-macros v0.2.3 |
867 | 2025-05-22T20:00:57.902Z | Downloaded hashbrown v0.13.2 |
868 | 2025-05-22T20:00:57.906Z | Downloaded hash32 v0.3.1 |
869 | 2025-05-22T20:00:57.909Z | Downloaded number_prefix v0.4.0 |
870 | 2025-05-22T20:00:57.914Z | Downloaded packed_struct_codegen v0.10.1 |
871 | 2025-05-22T20:00:57.914Z | Downloaded rayon-core v1.12.1 |
872 | 2025-05-22T20:00:57.917Z | Downloaded resolv-conf v0.7.0 |
873 | 2025-05-22T20:00:57.921Z | Downloaded progenitor-macro v0.10.0 |
874 | 2025-05-22T20:00:57.921Z | Downloaded hyper v1.6.0 |
875 | 2025-05-22T20:00:57.927Z | Downloaded secrecy v0.10.3 |
876 | 2025-05-22T20:00:57.930Z | Downloaded tabled_derive v0.10.0 |
877 | 2025-05-22T20:00:57.933Z | Downloaded half v1.8.3 |
878 | 2025-05-22T20:00:57.933Z | Downloaded diff v0.1.13 |
879 | 2025-05-22T20:00:57.936Z | Downloaded semver v0.1.20 |
880 | 2025-05-22T20:00:57.939Z | Downloaded tinystr v0.7.6 |
881 | 2025-05-22T20:00:57.942Z | Downloaded ron v0.8.1 |
882 | 2025-05-22T20:00:57.948Z | Downloaded termtree v0.5.1 |
883 | 2025-05-22T20:00:57.951Z | Downloaded slog-stdlog v4.1.1 |
884 | 2025-05-22T20:00:57.951Z | Downloaded darling v0.20.10 |
885 | 2025-05-22T20:00:57.955Z | Downloaded parking_lot v0.11.2 |
886 | 2025-05-22T20:00:57.958Z | Downloaded daft-derive v0.1.3 |
887 | 2025-05-22T20:00:57.963Z | Downloaded headers-core v0.3.0 |
888 | 2025-05-22T20:00:57.966Z | Downloaded dunce v1.0.5 |
889 | 2025-05-22T20:00:57.966Z | Downloaded want v0.3.1 |
890 | 2025-05-22T20:00:57.969Z | Downloaded untrusted v0.9.0 |
891 | 2025-05-22T20:00:57.973Z | Downloaded flagset v0.4.6 |
892 | 2025-05-22T20:00:57.973Z | Downloaded deranged v0.3.11 |
893 | 2025-05-22T20:00:57.976Z | Downloaded ghash v0.5.1 |
894 | 2025-05-22T20:00:57.976Z | Downloaded parse-zoneinfo v0.3.1 |
895 | 2025-05-22T20:00:57.979Z | Downloaded rustls-pki-types v1.10.0 |
896 | 2025-05-22T20:00:57.982Z | Downloaded peg-runtime v0.8.5 |
897 | 2025-05-22T20:00:57.985Z | Downloaded ena v0.14.3 |
898 | 2025-05-22T20:00:57.985Z | Downloaded num-derive v0.4.2 |
899 | 2025-05-22T20:00:57.988Z | Downloaded gethostname v0.5.0 |
900 | 2025-05-22T20:00:57.991Z | Downloaded futures-executor v0.3.31 |
901 | 2025-05-22T20:00:57.992Z | Downloaded polyval v0.6.2 |
902 | 2025-05-22T20:00:57.995Z | Downloaded russh v0.45.0 |
903 | 2025-05-22T20:00:57.999Z | Downloaded pretty_assertions v1.4.1 |
904 | 2025-05-22T20:00:58.002Z | Downloaded quinn-udp v0.5.5 |
905 | 2025-05-22T20:00:58.005Z | Downloaded fatfs v0.3.6 |
906 | 2025-05-22T20:00:58.008Z | Downloaded diesel_derives v2.2.3 |
907 | 2025-05-22T20:00:58.011Z | Downloaded signal-hook-mio v0.2.4 |
908 | 2025-05-22T20:00:58.014Z | Downloaded tough v0.20.0 |
909 | 2025-05-22T20:00:58.021Z | Downloaded russh-cryptovec v0.7.3 |
910 | 2025-05-22T20:00:58.024Z | Downloaded slog-term v2.9.1 |
911 | 2025-05-22T20:00:58.028Z | Downloaded zerofrom v0.1.4 |
912 | 2025-05-22T20:00:58.028Z | Downloaded string_cache v0.8.9 |
913 | 2025-05-22T20:00:58.031Z | Downloaded blake3 v1.5.4 |
914 | 2025-05-22T20:00:58.037Z | Downloaded typify-macro v0.2.0 |
915 | 2025-05-22T20:00:58.040Z | Downloaded dsl_auto_type v0.1.2 |
916 | 2025-05-22T20:00:58.040Z | Downloaded hex v0.4.3 |
917 | 2025-05-22T20:00:58.043Z | Downloaded foreign-types-shared v0.3.1 |
918 | 2025-05-22T20:00:58.043Z | Downloaded signal-hook-tokio v0.3.1 |
919 | 2025-05-22T20:00:58.047Z | Downloaded tower v0.5.2 |
920 | 2025-05-22T20:00:58.054Z | Downloaded getrandom v0.2.15 |
921 | 2025-05-22T20:00:58.058Z | Downloaded oxnet v0.1.2 |
922 | 2025-05-22T20:00:58.061Z | Downloaded defmt v0.3.8 |
923 | 2025-05-22T20:00:58.064Z | Downloaded prettyplease v0.2.32 |
924 | 2025-05-22T20:00:58.067Z | Downloaded pbkdf2 v0.12.2 |
925 | 2025-05-22T20:00:58.071Z | Downloaded sct v0.7.1 |
926 | 2025-05-22T20:00:58.074Z | Downloaded sync_wrapper v1.0.1 |
927 | 2025-05-22T20:00:58.078Z | Downloaded nibble_vec v0.1.0 |
928 | 2025-05-22T20:00:58.078Z | Downloaded sec1 v0.7.3 |
929 | 2025-05-22T20:00:58.081Z | Downloaded x509-cert v0.2.5 |
930 | 2025-05-22T20:00:58.085Z | Downloaded display-error-chain v0.2.2 |
931 | 2025-05-22T20:00:58.088Z | Downloaded nom v7.1.3 |
932 | 2025-05-22T20:00:58.092Z | Downloaded foldhash v0.1.3 |
933 | 2025-05-22T20:00:58.095Z | Downloaded zerofrom-derive v0.1.4 |
934 | 2025-05-22T20:00:58.095Z | Downloaded support-bundle-viewer v0.1.0 |
935 | 2025-05-22T20:00:58.098Z | Downloaded smallvec v0.6.14 |
936 | 2025-05-22T20:00:58.098Z | Downloaded tinyvec v1.8.0 |
937 | 2025-05-22T20:00:58.101Z | Downloaded yansi v1.0.1 |
938 | 2025-05-22T20:00:58.104Z | Downloaded num_enum_derive v0.5.11 |
939 | 2025-05-22T20:00:58.108Z | Downloaded nodrop v0.1.14 |
940 | 2025-05-22T20:00:58.108Z | Downloaded steno v0.4.1 |
941 | 2025-05-22T20:00:58.111Z | Downloaded zone_cfg_derive v0.1.2 |
942 | 2025-05-22T20:00:58.114Z | Downloaded peg v0.8.5 |
943 | 2025-05-22T20:00:58.117Z | Downloaded progenitor-macro v0.8.0 |
944 | 2025-05-22T20:00:58.117Z | Downloaded embedded-io v0.6.1 |
945 | 2025-05-22T20:00:58.120Z | Downloaded darling_core v0.20.10 |
946 | 2025-05-22T20:00:58.124Z | Downloaded tabwriter v1.4.0 |
947 | 2025-05-22T20:00:58.127Z | Downloaded fs-err v2.11.0 |
948 | 2025-05-22T20:00:58.130Z | Downloaded dirs-next v2.0.0 |
949 | 2025-05-22T20:00:58.131Z | Downloaded signal-hook-registry v1.4.2 |
950 | 2025-05-22T20:00:58.135Z | Downloaded serde-hex v0.1.0 |
951 | 2025-05-22T20:00:58.135Z | Downloaded pkcs8 v0.10.2 |
952 | 2025-05-22T20:00:58.139Z | Downloaded hkdf v0.12.4 |
953 | 2025-05-22T20:00:58.142Z | Downloaded getrandom v0.3.1 |
954 | 2025-05-22T20:00:58.142Z | Downloaded proc-macro-error-attr2 v2.0.0 |
955 | 2025-05-22T20:00:58.145Z | Downloaded hex-literal v0.4.1 |
956 | 2025-05-22T20:00:58.145Z | Downloaded salty v0.3.0 |
957 | 2025-05-22T20:00:58.151Z | Downloaded papergrid v0.14.0 |
958 | 2025-05-22T20:00:58.156Z | Downloaded num_threads v0.1.7 |
959 | 2025-05-22T20:00:58.159Z | Downloaded form_urlencoded v1.2.1 |
960 | 2025-05-22T20:00:58.159Z | Downloaded embedded-io v0.4.0 |
961 | 2025-05-22T20:00:58.163Z | Downloaded utf16_iter v1.0.5 |
962 | 2025-05-22T20:00:58.163Z | Downloaded progenitor-impl v0.9.1 |
963 | 2025-05-22T20:00:58.166Z | Downloaded pkg-config v0.3.31 |
964 | 2025-05-22T20:00:58.170Z | Downloaded signal-hook v0.3.17 |
965 | 2025-05-22T20:00:58.170Z | Downloaded pkcs5 v0.7.1 |
966 | 2025-05-22T20:00:58.174Z | Downloaded unicode_categories v0.1.1 |
967 | 2025-05-22T20:00:58.177Z | Downloaded ssh-key v0.6.6 |
968 | 2025-05-22T20:00:58.185Z | Downloaded rtoolbox v0.0.2 |
969 | 2025-05-22T20:00:58.188Z | Downloaded num_enum v0.5.11 |
970 | 2025-05-22T20:00:58.191Z | Downloaded rand v0.9.0 |
971 | 2025-05-22T20:00:58.194Z | Downloaded olpc-cjson v0.1.4 |
972 | 2025-05-22T20:00:58.197Z | Downloaded ed25519 v2.2.3 |
973 | 2025-05-22T20:00:58.201Z | Downloaded subtle v2.6.1 |
974 | 2025-05-22T20:00:58.201Z | Downloaded unicode-xid v0.2.6 |
975 | 2025-05-22T20:00:58.201Z | Downloaded pin-project-internal v1.1.6 |
976 | 2025-05-22T20:00:58.204Z | Downloaded native-tls v0.2.12 |
977 | 2025-05-22T20:00:58.207Z | Downloaded typify v0.4.1 |
978 | 2025-05-22T20:00:58.210Z | Downloaded unarray v0.1.4 |
979 | 2025-05-22T20:00:58.213Z | Downloaded tokio-util v0.7.13 |
980 | 2025-05-22T20:00:58.217Z | Downloaded ref-cast-impl v1.0.23 |
981 | 2025-05-22T20:00:58.220Z | Downloaded value-bag v1.9.0 |
982 | 2025-05-22T20:00:58.223Z | Downloaded typify v0.2.0 |
983 | 2025-05-22T20:00:58.226Z | Downloaded pem v3.0.5 |
984 | 2025-05-22T20:00:58.226Z | Downloaded signature v2.2.0 |
985 | 2025-05-22T20:00:58.230Z | Downloaded poly1305 v0.8.0 |
986 | 2025-05-22T20:00:58.233Z | Downloaded pkcs1 v0.7.5 |
987 | 2025-05-22T20:00:58.233Z | Downloaded tokio-postgres v0.7.13 |
988 | 2025-05-22T20:00:58.238Z | Downloaded futures-util v0.3.31 |
989 | 2025-05-22T20:00:58.250Z | Downloaded typify v0.3.0 |
990 | 2025-05-22T20:00:58.254Z | Downloaded fixedbitset v0.5.7 |
991 | 2025-05-22T20:00:58.257Z | Downloaded p256 v0.13.2 |
992 | 2025-05-22T20:00:58.260Z | Downloaded derive-where v1.2.7 |
993 | 2025-05-22T20:00:58.264Z | Downloaded russh-keys v0.45.0 |
994 | 2025-05-22T20:00:58.267Z | Downloaded rand_core v0.9.2 |
995 | 2025-05-22T20:00:58.267Z | Downloaded aho-corasick v1.1.3 |
996 | 2025-05-22T20:00:58.273Z | Downloaded slog v2.7.0 |
997 | 2025-05-22T20:00:58.276Z | Downloaded lalrpop v0.19.12 |
998 | 2025-05-22T20:00:58.287Z | Downloaded term v0.7.0 |
999 | 2025-05-22T20:00:58.290Z | Downloaded zip v0.6.6 |
1000 | 2025-05-22T20:00:58.294Z | Downloaded num-bigint-dig v0.8.4 |
1001 | 2025-05-22T20:00:58.300Z | Downloaded dropshot_endpoint v0.16.2 |
1002 | 2025-05-22T20:00:58.303Z | Downloaded num-traits v0.2.19 |
1003 | 2025-05-22T20:00:58.306Z | Downloaded elliptic-curve v0.13.8 |
1004 | 2025-05-22T20:00:58.310Z | Downloaded der v0.7.9 |
1005 | 2025-05-22T20:00:58.315Z | Downloaded unicode-bidi v0.3.17 |
1006 | 2025-05-22T20:00:58.318Z | Downloaded portable-atomic v1.11.0 |
1007 | 2025-05-22T20:00:58.326Z | Downloaded icu_properties_data v1.5.0 |
1008 | 2025-05-22T20:00:58.338Z | Downloaded tar v0.4.44 |
1009 | 2025-05-22T20:00:58.341Z | Downloaded chrono v0.4.41 |
1010 | 2025-05-22T20:00:58.348Z | Downloaded rustyline v14.0.0 |
1011 | 2025-05-22T20:00:58.353Z | Downloaded reedline v0.38.0 |
1012 | 2025-05-22T20:00:58.361Z | Downloaded rand v0.8.5 |
1013 | 2025-05-22T20:00:58.365Z | Downloaded sqlparser v0.45.0 |
1014 | 2025-05-22T20:00:58.370Z | Downloaded socket2 v0.5.9 |
1015 | 2025-05-22T20:00:58.374Z | Downloaded url v2.5.3 |
1016 | 2025-05-22T20:00:58.377Z | Downloaded rustls-webpki v0.101.7 |
1017 | 2025-05-22T20:00:58.390Z | Downloaded ed25519-dalek v2.1.1 |
1018 | 2025-05-22T20:00:58.393Z | Downloaded tracing v0.1.40 |
1019 | 2025-05-22T20:00:58.397Z | Downloaded rayon v1.10.0 |
1020 | 2025-05-22T20:00:58.407Z | Downloaded proptest v1.6.0 |
1021 | 2025-05-22T20:00:58.416Z | Downloaded vcpkg v0.2.15 |
1022 | 2025-05-22T20:00:58.455Z | Downloaded zerocopy-derive v0.8.25 |
1023 | 2025-05-22T20:00:58.462Z | Downloaded zip v2.6.1 |
1024 | 2025-05-22T20:00:58.466Z | Downloaded p521 v0.13.3 |
1025 | 2025-05-22T20:00:58.470Z | Downloaded bitvec v1.0.1 |
1026 | 2025-05-22T20:00:58.485Z | Downloaded time v0.3.36 |
1027 | 2025-05-22T20:00:58.492Z | Downloaded radix_trie v0.2.1 |
1028 | 2025-05-22T20:00:58.498Z | Downloaded winnow v0.6.26 |
1029 | 2025-05-22T20:00:58.506Z | Downloaded unicode-normalization v0.1.24 |
1030 | 2025-05-22T20:00:58.512Z | Downloaded git2 v0.19.0 |
1031 | 2025-05-22T20:00:58.519Z | Downloaded winnow v0.5.40 |
1032 | 2025-05-22T20:00:58.528Z | Downloaded p384 v0.13.0 |
1033 | 2025-05-22T20:00:58.534Z | Downloaded regex-syntax v0.6.29 |
1034 | 2025-05-22T20:00:58.542Z | Downloaded quick-xml v0.37.2 |
1035 | 2025-05-22T20:00:58.548Z | Downloaded unicode-width v0.2.0 |
1036 | 2025-05-22T20:00:58.555Z | Downloaded petname v2.0.2 |
1037 | 2025-05-22T20:00:58.561Z | Downloaded object v0.30.4 |
1038 | 2025-05-22T20:00:58.571Z | Downloaded rustls-webpki v0.102.8 |
1039 | 2025-05-22T20:00:58.589Z | Downloaded quinn-proto v0.11.8 |
1040 | 2025-05-22T20:00:58.596Z | Downloaded h2 v0.4.6 |
1041 | 2025-05-22T20:00:58.603Z | Downloaded tabled v0.18.0 |
1042 | 2025-05-22T20:00:58.620Z | Downloaded gimli v0.31.1 |
1043 | 2025-05-22T20:00:58.629Z | Downloaded regex v1.11.1 |
1044 | 2025-05-22T20:00:58.642Z | Downloaded polar-core v0.27.3 |
1045 | 2025-05-22T20:00:58.651Z | Downloaded bstr v1.10.0 |
1046 | 2025-05-22T20:00:58.662Z | Downloaded bindgen v0.71.1 |
1047 | 2025-05-22T20:00:58.670Z | Downloaded chrono-tz v0.10.3 |
1048 | 2025-05-22T20:00:58.679Z | Downloaded rustls v0.21.12 |
1049 | 2025-05-22T20:00:58.689Z | Downloaded webpki-roots v0.26.6 |
1050 | 2025-05-22T20:00:58.693Z | Downloaded bindgen v0.69.5 |
1051 | 2025-05-22T20:00:58.702Z | Downloaded rand_chacha v0.3.1 |
1052 | 2025-05-22T20:00:58.705Z | Downloaded progenitor-impl v0.10.0 |
1053 | 2025-05-22T20:00:58.705Z | Downloaded ron v0.7.1 |
1054 | 2025-05-22T20:00:58.709Z | Downloaded postgres-protocol v0.6.8 |
1055 | 2025-05-22T20:00:58.712Z | Downloaded peg-macros v0.8.5 |
1056 | 2025-05-22T20:00:58.716Z | Downloaded serde_with v3.12.0 |
1057 | 2025-05-22T20:00:58.721Z | Downloaded quinn v0.11.5 |
1058 | 2025-05-22T20:00:58.725Z | Downloaded curve25519-dalek v4.1.3 |
1059 | 2025-05-22T20:00:58.734Z | Downloaded smoltcp v0.9.1 |
1060 | 2025-05-22T20:00:58.745Z | Downloaded openssl v0.10.72 |
1061 | 2025-05-22T20:00:58.757Z | Downloaded rustls v0.22.4 |
1062 | 2025-05-22T20:00:58.768Z | Downloaded nix v0.27.1 |
1063 | 2025-05-22T20:00:58.779Z | Downloaded object v0.36.5 |
1064 | 2025-05-22T20:00:58.791Z | Downloaded nix v0.28.0 |
1065 | 2025-05-22T20:00:58.803Z | Downloaded nix v0.29.0 |
1066 | 2025-05-22T20:00:58.815Z | Downloaded regex-syntax v0.8.5 |
1067 | 2025-05-22T20:00:58.824Z | Downloaded diesel v2.2.10 |
1068 | 2025-05-22T20:00:58.843Z | Downloaded zerocopy v0.8.25 |
1069 | 2025-05-22T20:00:58.868Z | Downloaded smoltcp v0.11.0 |
1070 | 2025-05-22T20:00:58.880Z | Downloaded dropshot v0.16.2 |
1071 | 2025-05-22T20:00:58.903Z | Downloaded rustls v0.23.19 |
1072 | 2025-05-22T20:00:58.915Z | Downloaded openapiv3 v2.0.0 |
1073 | 2025-05-22T20:00:58.928Z | Downloaded regress v0.10.3 |
1074 | 2025-05-22T20:00:58.938Z | Downloaded typify-impl v0.4.1 |
1075 | 2025-05-22T20:00:58.955Z | Downloaded typify-impl v0.3.0 |
1076 | 2025-05-22T20:00:58.972Z | Downloaded sled v0.34.7 |
1077 | 2025-05-22T20:00:58.983Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
1078 | 2025-05-22T20:00:58.995Z | Downloaded ratatui v0.29.0 |
1079 | 2025-05-22T20:00:59.016Z | Downloaded hickory-proto v0.24.4 |
1080 | 2025-05-22T20:00:59.031Z | Downloaded typify-impl v0.2.0 |
1081 | 2025-05-22T20:00:59.048Z | Downloaded regex-automata v0.4.8 |
1082 | 2025-05-22T20:00:59.065Z | Downloaded uuid v1.16.0 |
1083 | 2025-05-22T20:00:59.068Z | Downloaded zerocopy-derive v0.6.6 |
1084 | 2025-05-22T20:00:59.079Z | Downloaded aws-lc-rs v1.12.4 |
1085 | 2025-05-22T20:00:59.088Z | Downloaded rustc_version v0.4.1 |
1086 | 2025-05-22T20:00:59.091Z | Downloaded oso v0.27.3 |
1087 | 2025-05-22T20:00:59.094Z | Downloaded tracing-core v0.1.32 |
1088 | 2025-05-22T20:00:59.097Z | Downloaded der_derive v0.7.3 |
1089 | 2025-05-22T20:00:59.097Z | Downloaded whoami v1.5.2 |
1090 | 2025-05-22T20:00:59.100Z | Downloaded csv-core v0.1.11 |
1091 | 2025-05-22T20:00:59.100Z | Downloaded serde_bytes v0.11.17 |
1092 | 2025-05-22T20:00:59.103Z | Downloaded progenitor-macro v0.9.1 |
1093 | 2025-05-22T20:00:59.103Z | Downloaded expectorate v1.2.0 |
1094 | 2025-05-22T20:00:59.106Z | Downloaded qorb v0.3.1 |
1095 | 2025-05-22T20:00:59.109Z | Downloaded jiff v0.2.13 |
1096 | 2025-05-22T20:00:59.127Z | Downloaded petgraph v0.6.5 |
1097 | 2025-05-22T20:00:59.145Z | Downloaded lzma-sys v0.1.20 |
1098 | 2025-05-22T20:00:59.175Z | Downloaded tokio v1.45.0 |
1099 | 2025-05-22T20:00:59.213Z | Downloaded petgraph v0.7.1 |
1100 | 2025-05-22T20:00:59.233Z | Downloaded libz-sys v1.1.20 |
1101 | 2025-05-22T20:00:59.255Z | Downloaded csv v1.3.1 |
1102 | 2025-05-22T20:00:59.276Z | Downloaded sha3 v0.10.8 |
1103 | 2025-05-22T20:00:59.282Z | Downloaded zstd-sys v2.0.14+zstd.1.5.7 |
1104 | 2025-05-22T20:00:59.301Z | Downloaded itertools v0.13.0 |
1105 | 2025-05-22T20:00:59.308Z | Downloaded slog-dtrace v0.3.0 |
1106 | 2025-05-22T20:00:59.311Z | Downloaded yasna v0.5.2 |
1107 | 2025-05-22T20:00:59.315Z | Downloaded num-bigint v0.4.6 |
1108 | 2025-05-22T20:00:59.318Z | Downloaded termios v0.3.3 |
1109 | 2025-05-22T20:00:59.318Z | Downloaded uzers v0.12.1 |
1110 | 2025-05-22T20:00:59.321Z | Downloaded heapless v0.8.0 |
1111 | 2025-05-22T20:00:59.324Z | Downloaded heapless v0.7.17 |
1112 | 2025-05-22T20:00:59.327Z | Downloaded zerovec v0.10.4 |
1113 | 2025-05-22T20:00:59.333Z | Downloaded paste v1.0.15 |
1114 | 2025-05-22T20:00:59.336Z | Downloaded secrecy v0.8.0 |
1115 | 2025-05-22T20:00:59.339Z | Downloaded pbkdf2 v0.11.0 |
1116 | 2025-05-22T20:00:59.339Z | Downloaded num-integer v0.1.46 |
1117 | 2025-05-22T20:00:59.342Z | Downloaded nanorand v0.7.0 |
1118 | 2025-05-22T20:00:59.346Z | Downloaded multimap v0.10.1 |
1119 | 2025-05-22T20:00:59.346Z | Downloaded hashbrown v0.12.3 |
1120 | 2025-05-22T20:00:59.349Z | Downloaded itertools v0.12.1 |
1121 | 2025-05-22T20:00:59.355Z | Downloaded proc-macro-error2 v2.0.1 |
1122 | 2025-05-22T20:00:59.358Z | Downloaded openssl-sys v0.9.107 |
1123 | 2025-05-22T20:00:59.362Z | Downloaded unicode-segmentation v1.12.0 |
1124 | 2025-05-22T20:00:59.366Z | Downloaded which v4.4.2 |
1125 | 2025-05-22T20:00:59.369Z | Downloaded password-hash v0.5.0 |
1126 | 2025-05-22T20:00:59.369Z | Downloaded unicase v2.7.0 |
1127 | 2025-05-22T20:00:59.372Z | Downloaded idna v1.0.3 |
1128 | 2025-05-22T20:00:59.375Z | Downloaded libxml v0.3.3 |
1129 | 2025-05-22T20:00:59.380Z | Downloaded libm v0.2.8 |
1130 | 2025-05-22T20:00:59.388Z | Downloaded ring v0.17.14 |
1131 | 2025-05-22T20:00:59.435Z | Downloaded typify-macro v0.4.1 |
1132 | 2025-05-22T20:00:59.438Z | Downloaded structmeta-derive v0.3.0 |
1133 | 2025-05-22T20:00:59.438Z | Downloaded strum_macros v0.25.3 |
1134 | 2025-05-22T20:00:59.438Z | Downloaded encoding_rs v0.8.34 |
1135 | 2025-05-22T20:00:59.461Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1136 | 2025-05-22T20:00:59.520Z | Downloaded toml v0.7.8 |
1137 | 2025-05-22T20:00:59.523Z | Downloaded salsa20 v0.10.2 |
1138 | 2025-05-22T20:00:59.527Z | Downloaded env_logger v0.10.2 |
1139 | 2025-05-22T20:00:59.530Z | Downloaded tokio-rustls v0.24.1 |
1140 | 2025-05-22T20:00:59.530Z | Downloaded time-macros v0.2.18 |
1141 | 2025-05-22T20:00:59.533Z | Downloaded hickory-server v0.24.4 |
1142 | 2025-05-22T20:00:59.536Z | Downloaded displaydoc v0.2.5 |
1143 | 2025-05-22T20:00:59.539Z | Downloaded http v1.3.1 |
1144 | 2025-05-22T20:00:59.542Z | Downloaded crossbeam-channel v0.5.15 |
1145 | 2025-05-22T20:00:59.546Z | Downloaded termcolor v1.4.1 |
1146 | 2025-05-22T20:00:59.550Z | Downloaded password-hash v0.4.2 |
1147 | 2025-05-22T20:00:59.550Z | Downloaded parking_lot_core v0.8.6 |
1148 | 2025-05-22T20:00:59.553Z | Downloaded compact_str v0.8.0 |
1149 | 2025-05-22T20:00:59.556Z | Downloaded cc v1.2.15 |
1150 | 2025-05-22T20:00:59.559Z | Downloaded zopfli v0.8.1 |
1151 | 2025-05-22T20:00:59.562Z | Downloaded zerocopy v0.6.6 |
1152 | 2025-05-22T20:00:59.575Z | Downloaded vsss-rs v3.3.4 |
1153 | 2025-05-22T20:00:59.575Z | Downloaded vergen v8.3.2 |
1154 | 2025-05-22T20:00:59.575Z | Downloaded ipnet v2.11.0 |
1155 | 2025-05-22T20:00:59.575Z | Downloaded icu_collections v1.5.0 |
1156 | 2025-05-22T20:00:59.580Z | Downloaded aes v0.8.4 |
1157 | 2025-05-22T20:00:59.580Z | Downloaded base64 v0.22.1 |
1158 | 2025-05-22T20:00:59.583Z | Downloaded zstd-safe v7.2.3 |
1159 | 2025-05-22T20:00:59.586Z | Downloaded vte v0.11.1 |
1160 | 2025-05-22T20:00:59.586Z | Downloaded const_format v0.2.34 |
1161 | 2025-05-22T20:00:59.589Z | Downloaded chacha20poly1305 v0.10.1 |
1162 | 2025-05-22T20:00:59.593Z | Downloaded bumpalo v3.16.0 |
1163 | 2025-05-22T20:00:59.596Z | Downloaded base64 v0.21.7 |
1164 | 2025-05-22T20:00:59.599Z | Downloaded progenitor-impl v0.8.0 |
1165 | 2025-05-22T20:00:59.602Z | Downloaded tokio-rustls v0.26.0 |
1166 | 2025-05-22T20:00:59.602Z | Downloaded serde_yaml v0.9.34+deprecated |
1167 | 2025-05-22T20:00:59.605Z | Downloaded slog-envlogger v2.2.0 |
1168 | 2025-05-22T20:00:59.608Z | Downloaded serde_derive_internals v0.29.1 |
1169 | 2025-05-22T20:00:59.608Z | Downloaded progenitor v0.9.1 |
1170 | 2025-05-22T20:00:59.612Z | Downloaded memmap2 v0.9.5 |
1171 | 2025-05-22T20:00:59.612Z | Downloaded serde_plain v1.0.2 |
1172 | 2025-05-22T20:00:59.612Z | Downloaded same-file v1.0.6 |
1173 | 2025-05-22T20:00:59.615Z | Downloaded rustc_version v0.1.7 |
1174 | 2025-05-22T20:00:59.615Z | Downloaded rustc-hash v2.1.1 |
1175 | 2025-05-22T20:00:59.615Z | Downloaded litrs v0.4.1 |
1176 | 2025-05-22T20:00:59.618Z | Downloaded crossbeam-epoch v0.9.18 |
1177 | 2025-05-22T20:00:59.621Z | Downloaded blake2 v0.10.6 |
1178 | 2025-05-22T20:00:59.624Z | Downloaded clang-sys v1.8.1 |
1179 | 2025-05-22T20:00:59.624Z | Downloaded icu_normalizer v1.5.0 |
1180 | 2025-05-22T20:00:59.628Z | Downloaded icu_locid v1.5.0 |
1181 | 2025-05-22T20:00:59.632Z | Downloaded hmac v0.12.1 |
1182 | 2025-05-22T20:00:59.635Z | Downloaded ahash v0.8.11 |
1183 | 2025-05-22T20:00:59.667Z | Downloaded rand_core v0.6.4 |
1184 | 2025-05-22T20:00:59.667Z | Downloaded rand_chacha v0.9.0 |
1185 | 2025-05-22T20:00:59.667Z | Downloaded sqlparser_derive v0.2.2 |
1186 | 2025-05-22T20:00:59.667Z | Downloaded array-init v0.0.4 |
1187 | 2025-05-22T20:00:59.667Z | Downloaded base64ct v1.6.0 |
1188 | 2025-05-22T20:00:59.667Z | Downloaded hyper-rustls v0.27.3 |
1189 | 2025-05-22T20:00:59.667Z | Downloaded hickory-resolver v0.24.4 |
1190 | 2025-05-22T20:00:59.667Z | Downloaded lockfree-object-pool v0.1.6 |
1191 | 2025-05-22T20:00:59.667Z | Downloaded bit-vec v0.8.0 |
1192 | 2025-05-22T20:00:59.667Z | Downloaded crc32fast v1.4.2 |
1193 | 2025-05-22T20:00:59.667Z | Downloaded async-bb8-diesel v0.2.1 |
1194 | 2025-05-22T20:00:59.671Z | Downloaded kstat-rs v0.2.4 |
1195 | 2025-05-22T20:00:59.671Z | Downloaded is-terminal v0.4.13 |
1196 | 2025-05-22T20:00:59.674Z | Downloaded managed v0.8.0 |
1197 | 2025-05-22T20:00:59.674Z | Downloaded instability v0.3.2 |
1198 | 2025-05-22T20:00:59.679Z | Downloaded ingot-types v0.1.0 |
1199 | 2025-05-22T20:00:59.685Z | Downloaded ingot v0.1.0 |
1200 | 2025-05-22T20:00:59.685Z | Downloaded cassowary v0.3.0 |
1201 | 2025-05-22T20:00:59.688Z | Downloaded keccak v0.1.5 |
1202 | 2025-05-22T20:00:59.688Z | Downloaded indoc v1.0.9 |
1203 | 2025-05-22T20:00:59.688Z | Downloaded hubpack v0.1.2 |
1204 | 2025-05-22T20:00:59.688Z | Downloaded cmake v0.1.51 |
1205 | 2025-05-22T20:00:59.692Z | Downloaded cexpr v0.6.0 |
1206 | 2025-05-22T20:00:59.692Z | Downloaded chrono-tz-build v0.4.0 |
1207 | 2025-05-22T20:00:59.695Z | Downloaded castaway v0.2.3 |
1208 | 2025-05-22T20:00:59.695Z | Downloaded impl-trait-for-tuples v0.2.2 |
1209 | 2025-05-22T20:00:59.698Z | Downloaded cipher v0.4.4 |
1210 | 2025-05-22T20:00:59.698Z | Downloaded async-recursion v1.1.1 |
1211 | 2025-05-22T20:00:59.702Z | Downloaded crc v3.2.1 |
1212 | 2025-05-22T20:00:59.705Z | Downloaded arrayref v0.3.9 |
1213 | 2025-05-22T20:00:59.709Z | Downloaded http-body-util v0.1.3 |
1214 | 2025-05-22T20:00:59.709Z | Downloaded chacha20 v0.9.1 |
1215 | 2025-05-22T20:00:59.712Z | Downloaded block-padding v0.3.3 |
1216 | 2025-05-22T20:00:59.712Z | Downloaded assert_matches v1.5.0 |
1217 | 2025-05-22T20:00:59.715Z | Downloaded base16ct v0.2.0 |
1218 | 2025-05-22T20:00:59.715Z | Downloaded atomic-waker v1.1.2 |
1219 | 2025-05-22T20:00:59.715Z | Downloaded ascii-canvas v3.0.0 |
1220 | 2025-05-22T20:00:59.718Z | Downloaded aead v0.5.2 |
1221 | 2025-05-22T20:01:00.168Z | Downloaded aws-lc-sys v0.26.0 |
1222 | 2025-05-22T20:01:02.061Z | Downloaded linked-hash-map v0.5.6 |
1223 | 2025-05-22T20:01:02.072Z | Downloaded itertools v0.14.0 |
1224 | 2025-05-22T20:01:02.100Z | Downloaded radium v0.7.0 |
1225 | 2025-05-22T20:01:02.226Z | Compiling serde v1.0.219 |
1226 | 2025-05-22T20:01:02.229Z | Compiling value-bag v1.9.0 |
1227 | 2025-05-22T20:01:02.229Z | Compiling shlex v1.3.0 |
1228 | 2025-05-22T20:01:02.229Z | Compiling lock_api v0.4.12 |
1229 | 2025-05-22T20:01:02.229Z | Compiling scopeguard v1.2.0 |
1230 | 2025-05-22T20:01:02.229Z | Compiling typenum v1.17.0 |
1231 | 2025-05-22T20:01:02.417Z | Compiling syn v2.0.101 |
1232 | 2025-05-22T20:01:02.431Z | Compiling getrandom v0.2.15 |
1233 | 2025-05-22T20:01:02.551Z | Compiling jobserver v0.1.32 |
1234 | 2025-05-22T20:01:02.780Z | Compiling rand_core v0.6.4 |
1235 | 2025-05-22T20:01:02.918Z | Compiling log v0.4.27 |
1236 | 2025-05-22T20:01:02.938Z | Compiling generic-array v0.14.7 |
1237 | 2025-05-22T20:01:02.973Z | Compiling cc v1.2.15 |
1238 | 2025-05-22T20:01:03.321Z | Compiling smallvec v1.14.0 |
1239 | 2025-05-22T20:01:03.341Z | Compiling subtle v2.6.1 |
1240 | 2025-05-22T20:01:03.360Z | Compiling const-oid v0.9.6 |
1241 | 2025-05-22T20:01:03.399Z | Compiling stable_deref_trait v1.2.0 |
1242 | 2025-05-22T20:01:03.523Z | Compiling pkg-config v0.3.31 |
1243 | 2025-05-22T20:01:03.660Z | Compiling rustix v0.38.37 |
1244 | 2025-05-22T20:01:03.680Z | Compiling pin-project-lite v0.2.14 |
1245 | 2025-05-22T20:01:03.697Z | Compiling parking_lot_core v0.9.10 |
1246 | 2025-05-22T20:01:03.819Z | Compiling signal-hook-registry v1.4.2 |
1247 | 2025-05-22T20:01:04.442Z | Compiling mio v1.0.2 |
1248 | 2025-05-22T20:01:04.492Z | Compiling parking_lot v0.12.3 |
1249 | 2025-05-22T20:01:04.660Z | Compiling spin v0.9.8 |
1250 | 2025-05-22T20:01:04.728Z | Compiling futures-core v0.3.31 |
1251 | 2025-05-22T20:01:04.794Z | Compiling aho-corasick v1.1.3 |
1252 | 2025-05-22T20:01:05.001Z | Compiling serde_json v1.0.140 |
1253 | 2025-05-22T20:01:05.105Z | Compiling litemap v0.7.3 |
1254 | 2025-05-22T20:01:05.317Z | Compiling either v1.14.0 |
1255 | 2025-05-22T20:01:05.336Z | Compiling regex-syntax v0.8.5 |
1256 | 2025-05-22T20:01:05.470Z | Compiling cpufeatures v0.2.14 |
1257 | 2025-05-22T20:01:05.516Z | Compiling writeable v0.5.5 |
1258 | 2025-05-22T20:01:05.535Z | Compiling libm v0.2.8 |
1259 | 2025-05-22T20:01:05.606Z | Compiling socket2 v0.5.9 |
1260 | 2025-05-22T20:01:05.742Z | Compiling num-traits v0.2.19 |
1261 | 2025-05-22T20:01:06.080Z | Compiling slab v0.4.9 |
1262 | 2025-05-22T20:01:06.130Z | Compiling glob v0.3.2 |
1263 | 2025-05-22T20:01:06.557Z | Compiling futures-sink v0.3.31 |
1264 | 2025-05-22T20:01:06.582Z | Compiling icu_locid_transform_data v1.5.0 |
1265 | 2025-05-22T20:01:06.695Z | Compiling prettyplease v0.2.32 |
1266 | 2025-05-22T20:01:06.723Z | Compiling getrandom v0.3.1 |
1267 | 2025-05-22T20:01:06.976Z | Compiling clang-sys v1.8.1 |
1268 | 2025-05-22T20:01:07.038Z | Compiling lazy_static v1.5.0 |
1269 | 2025-05-22T20:01:07.088Z | Compiling minimal-lexical v0.2.1 |
1270 | 2025-05-22T20:01:07.186Z | Compiling icu_properties_data v1.5.0 |
1271 | 2025-05-22T20:01:07.377Z | Compiling foldhash v0.1.3 |
1272 | 2025-05-22T20:01:07.581Z | Compiling allocator-api2 v0.2.18 |
1273 | 2025-05-22T20:01:07.642Z | Compiling nom v7.1.3 |
1274 | 2025-05-22T20:01:07.737Z | Compiling libloading v0.8.5 |
1275 | 2025-05-22T20:01:08.098Z | Compiling bindgen v0.69.5 |
1276 | 2025-05-22T20:01:08.134Z | Compiling utf8_iter v1.0.4 |
1277 | 2025-05-22T20:01:08.329Z | Compiling hashbrown v0.15.1 |
1278 | 2025-05-22T20:01:08.386Z | Compiling home v0.5.9 |
1279 | 2025-05-22T20:01:08.611Z | Compiling percent-encoding v2.3.1 |
1280 | 2025-05-22T20:01:08.914Z | Compiling write16 v1.0.0 |
1281 | 2025-05-22T20:01:09.021Z | Compiling regex-automata v0.4.8 |
1282 | 2025-05-22T20:01:09.070Z | Compiling utf16_iter v1.0.5 |
1283 | 2025-05-22T20:01:09.106Z | Compiling base64ct v1.6.0 |
1284 | 2025-05-22T20:01:09.126Z | Compiling icu_normalizer_data v1.5.0 |
1285 | 2025-05-22T20:01:09.288Z | Compiling itertools v0.12.1 |
1286 | 2025-05-22T20:01:09.528Z | Compiling flagset v0.4.6 |
1287 | 2025-05-22T20:01:09.696Z | Compiling pem-rfc7468 v0.7.0 |
1288 | 2025-05-22T20:01:09.805Z | Compiling synstructure v0.13.1 |
1289 | 2025-05-22T20:01:10.911Z | Compiling cexpr v0.6.0 |
1290 | 2025-05-22T20:01:11.244Z | Compiling lazycell v1.3.0 |
1291 | 2025-05-22T20:01:11.297Z | Compiling rustc-hash v1.1.0 |
1292 | 2025-05-22T20:01:11.433Z | Compiling futures-channel v0.3.31 |
1293 | 2025-05-22T20:01:11.468Z | Compiling cmake v0.1.51 |
1294 | 2025-05-22T20:01:11.862Z | Compiling fs_extra v1.3.0 |
1295 | 2025-05-22T20:01:12.204Z | Compiling futures-task v0.3.31 |
1296 | 2025-05-22T20:01:12.294Z | Compiling futures-io v0.3.31 |
1297 | 2025-05-22T20:01:12.399Z | Compiling pin-utils v0.1.0 |
1298 | 2025-05-22T20:01:12.423Z | Compiling dunce v1.0.5 |
1299 | 2025-05-22T20:01:12.508Z | Compiling form_urlencoded v1.2.1 |
1300 | 2025-05-22T20:01:12.512Z | Compiling paste v1.0.15 |
1301 | 2025-05-22T20:01:12.564Z | Compiling vcpkg v0.2.15 |
1302 | 2025-05-22T20:01:12.584Z | Compiling zerocopy v0.8.25 |
1303 | 2025-05-22T20:01:12.834Z | Compiling crossbeam-utils v0.8.21 |
1304 | 2025-05-22T20:01:13.103Z | Compiling ring v0.17.14 |
1305 | 2025-05-22T20:01:13.379Z | Compiling tracing-core v0.1.32 |
1306 | 2025-05-22T20:01:13.405Z | Compiling iana-time-zone v0.1.63 |
1307 | 2025-05-22T20:01:13.774Z | Compiling aws-lc-rs v1.12.4 |
1308 | 2025-05-22T20:01:14.166Z | Compiling tinyvec_macros v0.1.1 |
1309 | 2025-05-22T20:01:14.196Z | Compiling openssl-sys v0.9.107 |
1310 | 2025-05-22T20:01:14.262Z | Compiling httparse v1.9.5 |
1311 | 2025-05-22T20:01:14.607Z | Compiling regex v1.11.1 |
1312 | 2025-05-22T20:01:14.656Z | Compiling serde_derive v1.0.219 |
1313 | 2025-05-22T20:01:14.899Z | Compiling zeroize_derive v1.4.2 |
1314 | 2025-05-22T20:01:15.225Z | Compiling zerofrom-derive v0.1.4 |
1315 | 2025-05-22T20:01:15.266Z | Compiling yoke-derive v0.7.4 |
1316 | 2025-05-22T20:01:15.546Z | Compiling zerovec-derive v0.10.3 |
1317 | 2025-05-22T20:01:16.234Z | Compiling zeroize v1.8.1 |
1318 | 2025-05-22T20:01:17.763Z | Compiling displaydoc v0.2.5 |
1319 | 2025-05-22T20:01:17.803Z | Compiling zerocopy-derive v0.7.35 |
1320 | 2025-05-22T20:01:17.977Z | Compiling crypto-common v0.1.6 |
1321 | 2025-05-22T20:01:18.211Z | Compiling block-buffer v0.10.4 |
1322 | 2025-05-22T20:01:18.424Z | Compiling zerofrom v0.1.4 |
1323 | 2025-05-22T20:01:18.496Z | Compiling digest v0.10.7 |
1324 | 2025-05-22T20:01:18.661Z | Compiling yoke v0.7.4 |
1325 | 2025-05-22T20:01:18.948Z | Compiling hmac v0.12.1 |
1326 | 2025-05-22T20:01:19.065Z | Compiling icu_provider_macros v1.5.0 |
1327 | 2025-05-22T20:01:19.069Z | Compiling zerovec v0.10.4 |
1328 | 2025-05-22T20:01:19.139Z | Compiling tokio-macros v2.5.0 |
1329 | 2025-05-22T20:01:19.183Z | Compiling block-padding v0.3.3 |
1330 | 2025-05-22T20:01:19.202Z | Compiling sha2 v0.10.8 |
1331 | 2025-05-22T20:01:19.432Z | Compiling inout v0.1.3 |
1332 | 2025-05-22T20:01:19.615Z | Compiling thiserror-impl v1.0.69 |
1333 | 2025-05-22T20:01:19.714Z | Compiling zerocopy v0.7.35 |
1334 | 2025-05-22T20:01:19.784Z | Compiling cipher v0.4.4 |
1335 | 2025-05-22T20:01:20.193Z | Compiling der_derive v0.7.3 |
1336 | 2025-05-22T20:01:20.328Z | Compiling futures-macro v0.3.31 |
1337 | 2025-05-22T20:01:20.581Z | Compiling salsa20 v0.10.2 |
1338 | 2025-05-22T20:01:20.826Z | Compiling tinystr v0.7.6 |
1339 | 2025-05-22T20:01:21.030Z | Compiling icu_collections v1.5.0 |
1340 | 2025-05-22T20:01:21.132Z | Compiling ppv-lite86 v0.2.20 |
1341 | 2025-05-22T20:01:21.231Z | Compiling icu_locid v1.5.0 |
1342 | 2025-05-22T20:01:21.937Z | Compiling pbkdf2 v0.12.2 |
1343 | 2025-05-22T20:01:22.113Z | Compiling scrypt v0.11.0 |
1344 | 2025-05-22T20:01:22.163Z | Compiling futures-util v0.3.31 |
1345 | 2025-05-22T20:01:22.182Z | Compiling cbc v0.1.2 |
1346 | 2025-05-22T20:01:22.261Z | Compiling der v0.7.9 |
1347 | 2025-05-22T20:01:22.429Z | Compiling icu_provider v1.5.0 |
1348 | 2025-05-22T20:01:22.474Z | Compiling aes v0.8.4 |
1349 | 2025-05-22T20:01:22.527Z | Compiling thiserror v1.0.69 |
1350 | 2025-05-22T20:01:22.686Z | Compiling pest v2.7.14 |
1351 | 2025-05-22T20:01:22.706Z | Compiling zerocopy-derive v0.8.25 |
1352 | 2025-05-22T20:01:23.095Z | Compiling icu_locid_transform v1.5.0 |
1353 | 2025-05-22T20:01:23.376Z | Compiling tracing-attributes v0.1.27 |
1354 | 2025-05-22T20:01:25.179Z | Compiling icu_properties v1.5.1 |
1355 | 2025-05-22T20:01:25.232Z | Compiling spki v0.7.3 |
1356 | 2025-05-22T20:01:25.412Z | Compiling pest_meta v2.7.14 |
1357 | 2025-05-22T20:01:25.630Z | Compiling pkcs5 v0.7.1 |
1358 | 2025-05-22T20:01:25.634Z | Compiling scroll_derive v0.12.0 |
1359 | 2025-05-22T20:01:26.568Z | Compiling tracing v0.1.40 |
1360 | 2025-05-22T20:01:26.650Z | Compiling pkcs8 v0.10.2 |
1361 | 2025-05-22T20:01:27.078Z | Compiling bitflags v2.9.0 |
1362 | 2025-05-22T20:01:27.099Z | Compiling bytes v1.10.1 |
1363 | 2025-05-22T20:01:27.261Z | Compiling semver v1.0.26 |
1364 | 2025-05-22T20:01:27.561Z | Compiling indexmap v2.9.0 |
1365 | 2025-05-22T20:01:27.953Z | Compiling rustc_version v0.4.1 |
1366 | 2025-05-22T20:01:28.530Z | Compiling tokio v1.45.0 |
1367 | 2025-05-22T20:01:28.648Z | Compiling http v1.3.1 |
1368 | 2025-05-22T20:01:28.942Z | Compiling icu_normalizer v1.5.0 |
1369 | 2025-05-22T20:01:29.280Z | Compiling uuid v1.16.0 |
1370 | 2025-05-22T20:01:29.592Z | Compiling chrono v0.4.41 |
1371 | 2025-05-22T20:01:29.690Z | Compiling rustls-pki-types v1.10.0 |
1372 | 2025-05-22T20:01:29.949Z | Compiling idna_adapter v1.2.0 |
1373 | 2025-05-22T20:01:30.207Z | Compiling idna v1.0.3 |
1374 | 2025-05-22T20:01:30.665Z | Compiling http-body v1.0.1 |
1375 | 2025-05-22T20:01:30.684Z | Compiling scroll v0.12.0 |
1376 | 2025-05-22T20:01:30.730Z | Compiling pest_generator v2.7.14 |
1377 | 2025-05-22T20:01:30.888Z | Compiling url v2.5.3 |
1378 | 2025-05-22T20:01:30.916Z | Compiling tinyvec v1.8.0 |
1379 | 2025-05-22T20:01:31.206Z | Compiling which v4.4.2 |
1380 | 2025-05-22T20:01:31.743Z | Compiling serde_derive_internals v0.29.1 |
1381 | 2025-05-22T20:01:32.113Z | Compiling zstd-sys v2.0.14+zstd.1.5.7 |
1382 | 2025-05-22T20:01:32.428Z | Compiling bzip2-sys v0.1.13+1.0.8 |
1383 | 2025-05-22T20:01:32.526Z | Compiling openssl v0.10.72 |
1384 | 2025-05-22T20:01:32.619Z | Compiling untrusted v0.7.1 |
1385 | 2025-05-22T20:01:32.820Z | Compiling powerfmt v0.2.0 |
1386 | 2025-05-22T20:01:32.824Z | Compiling untrusted v0.9.0 |
1387 | 2025-05-22T20:01:32.899Z | Compiling time-core v0.1.2 |
1388 | 2025-05-22T20:01:32.922Z | Compiling atomic-waker v1.1.2 |
1389 | 2025-05-22T20:01:32.980Z | Compiling adler2 v2.0.0 |
1390 | 2025-05-22T20:01:33.042Z | Compiling schemars v0.8.22 |
1391 | 2025-05-22T20:01:33.087Z | Compiling try-lock v0.2.5 |
1392 | 2025-05-22T20:01:33.119Z | Compiling rustversion v1.0.17 |
1393 | 2025-05-22T20:01:33.191Z | Compiling num-conv v0.1.0 |
1394 | 2025-05-22T20:01:33.213Z | Compiling foreign-types-shared v0.1.1 |
1395 | 2025-05-22T20:01:33.258Z | Compiling want v0.3.1 |
1396 | 2025-05-22T20:01:33.354Z | Compiling foreign-types v0.3.2 |
1397 | 2025-05-22T20:01:33.402Z | Compiling miniz_oxide v0.8.5 |
1398 | 2025-05-22T20:01:33.463Z | Compiling time-macros v0.2.18 |
1399 | 2025-05-22T20:01:33.485Z | Compiling goblin v0.8.2 |
1400 | 2025-05-22T20:01:33.557Z | Compiling deranged v0.3.11 |
1401 | 2025-05-22T20:01:33.873Z | Compiling schemars_derive v0.8.22 |
1402 | 2025-05-22T20:01:36.379Z | Compiling tokio-util v0.7.13 |
1403 | 2025-05-22T20:01:36.496Z | Compiling pest_derive v2.7.14 |
1404 | 2025-05-22T20:01:37.273Z | Compiling rand_core v0.9.2 |
1405 | 2025-05-22T20:01:37.445Z | Compiling h2 v0.4.6 |
1406 | 2025-05-22T20:01:37.719Z | Compiling openssl-macros v0.1.1 |
1407 | 2025-05-22T20:01:37.816Z | Compiling rustls v0.23.19 |
1408 | 2025-05-22T20:01:38.125Z | Compiling num_threads v0.1.7 |
1409 | 2025-05-22T20:01:38.277Z | Compiling native-tls v0.2.12 |
1410 | 2025-05-22T20:01:38.459Z | Compiling tower-service v0.3.3 |
1411 | 2025-05-22T20:01:38.611Z | Compiling syn v1.0.109 |
1412 | 2025-05-22T20:01:38.632Z | Compiling httpdate v1.0.3 |
1413 | 2025-05-22T20:01:39.001Z | Compiling dyn-clone v1.0.19 |
1414 | 2025-05-22T20:01:39.248Z | Compiling dof v0.3.0 |
1415 | 2025-05-22T20:01:41.021Z | Compiling time v0.3.36 |
1416 | 2025-05-22T20:01:41.073Z | Compiling rand_chacha v0.9.0 |
1417 | 2025-05-22T20:01:42.374Z | Compiling dtrace-parser v0.2.0 |
1418 | 2025-05-22T20:01:42.625Z | Compiling unicode-normalization v0.1.24 |
1419 | 2025-05-22T20:01:43.659Z | Compiling heapless v0.7.17 |
1420 | 2025-05-22T20:01:43.719Z | Compiling rand_chacha v0.3.1 |
1421 | 2025-05-22T20:01:44.044Z | Compiling signature v2.2.0 |
1422 | 2025-05-22T20:01:44.170Z | Compiling crossbeam-epoch v0.9.18 |
1423 | 2025-05-22T20:01:44.327Z | Compiling hyper v1.6.0 |
1424 | 2025-05-22T20:01:44.868Z | Compiling cookie v0.18.1 |
1425 | 2025-05-22T20:01:45.187Z | Compiling crc32fast v1.4.2 |
1426 | 2025-05-22T20:01:45.339Z | Compiling unicode-bidi v0.3.17 |
1427 | 2025-05-22T20:01:45.422Z | Compiling openssl-probe v0.1.5 |
1428 | 2025-05-22T20:01:45.528Z | Compiling unicode-properties v0.1.3 |
1429 | 2025-05-22T20:01:45.724Z | Compiling base64 v0.22.1 |
1430 | 2025-05-22T20:01:45.952Z | Compiling zstd-safe v7.2.3 |
1431 | 2025-05-22T20:01:46.291Z | Compiling signal-hook v0.3.17 |
1432 | 2025-05-22T20:01:46.425Z | Compiling slog v2.7.0 |
1433 | 2025-05-22T20:01:46.509Z | Compiling rayon-core v1.12.1 |
1434 | 2025-05-22T20:01:46.584Z | Compiling siphasher v0.3.11 |
1435 | 2025-05-22T20:01:46.640Z | Compiling stringprep v0.1.5 |
1436 | 2025-05-22T20:01:46.816Z | Compiling hyper-util v0.1.11 |
1437 | 2025-05-22T20:01:46.877Z | Compiling phf_shared v0.11.2 |
1438 | 2025-05-22T20:01:47.028Z | Compiling usdt-impl v0.5.0 |
1439 | 2025-05-22T20:01:47.261Z | Compiling crossbeam-deque v0.8.5 |
1440 | 2025-05-22T20:01:47.507Z | Compiling rand v0.8.5 |
1441 | 2025-05-22T20:01:47.599Z | Compiling rand v0.9.0 |
1442 | 2025-05-22T20:01:47.768Z | Compiling curve25519-dalek v4.1.3 |
1443 | 2025-05-22T20:01:48.365Z | Compiling toml_datetime v0.6.9 |
1444 | 2025-05-22T20:01:48.489Z | Compiling serde_spanned v0.6.8 |
1445 | 2025-05-22T20:01:48.747Z | Compiling serde_tokenstream v0.2.2 |
1446 | 2025-05-22T20:01:48.834Z | Compiling md-5 v0.10.6 |
1447 | 2025-05-22T20:01:49.134Z | Compiling num-integer v0.1.46 |
1448 | 2025-05-22T20:01:49.163Z | Compiling hash32 v0.2.1 |
1449 | 2025-05-22T20:01:49.289Z | Compiling ff v0.13.0 |
1450 | 2025-05-22T20:01:49.312Z | Compiling memoffset v0.9.1 |
1451 | 2025-05-22T20:01:49.460Z | Compiling fallible-iterator v0.2.0 |
1452 | 2025-05-22T20:01:49.532Z | Compiling portable-atomic v1.11.0 |
1453 | 2025-05-22T20:01:49.554Z | Compiling newtype-uuid v1.2.1 |
1454 | 2025-05-22T20:01:49.626Z | Compiling psl-types v2.0.11 |
1455 | 2025-05-22T20:01:49.691Z | Compiling gimli v0.31.1 |
1456 | 2025-05-22T20:01:49.874Z | Compiling num-bigint-dig v0.8.4 |
1457 | 2025-05-22T20:01:49.892Z | Compiling cfg_aliases v0.2.1 |
1458 | 2025-05-22T20:01:49.910Z | Compiling base16ct v0.2.0 |
1459 | 2025-05-22T20:01:50.008Z | Compiling litrs v0.4.1 |
1460 | 2025-05-22T20:01:50.166Z | Compiling smoltcp v0.9.1 |
1461 | 2025-05-22T20:01:50.227Z | Compiling sec1 v0.7.3 |
1462 | 2025-05-22T20:01:50.248Z | Compiling postgres-protocol v0.6.8 |
1463 | 2025-05-22T20:01:50.585Z | Compiling nix v0.29.0 |
1464 | 2025-05-22T20:01:50.804Z | Compiling publicsuffix v2.3.0 |
1465 | 2025-05-22T20:01:50.830Z | Compiling num-iter v0.1.45 |
1466 | 2025-05-22T20:01:51.079Z | Compiling document-features v0.2.10 |
1467 | 2025-05-22T20:01:51.118Z | Compiling group v0.13.0 |
1468 | 2025-05-22T20:01:51.548Z | Compiling tokio-native-tls v0.3.1 |
1469 | 2025-05-22T20:01:52.245Z | Compiling flate2 v1.1.1 |
1470 | 2025-05-22T20:01:52.562Z | Compiling ipnetwork v0.21.1 |
1471 | 2025-05-22T20:01:52.757Z | Compiling terminal_size v0.4.0 |
1472 | 2025-05-22T20:01:52.901Z | Compiling http-body-util v0.1.3 |
1473 | 2025-05-22T20:01:52.964Z | Compiling webpki-roots v0.26.6 |
1474 | 2025-05-22T20:01:52.996Z | Compiling hkdf v0.12.4 |
1475 | 2025-05-22T20:01:53.117Z | Compiling crypto-bigint v0.5.5 |
1476 | 2025-05-22T20:01:53.193Z | Compiling curve25519-dalek-derive v0.1.1 |
1477 | 2025-05-22T20:01:53.278Z | Compiling async-trait v0.1.88 |
1478 | 2025-05-22T20:01:53.366Z | Compiling sync_wrapper v1.0.1 |
1479 | 2025-05-22T20:01:53.386Z | Compiling fs-err v3.1.0 |
1480 | 2025-05-22T20:01:53.543Z | Compiling object v0.36.5 |
1481 | 2025-05-22T20:01:53.696Z | Compiling ahash v0.8.11 |
1482 | 2025-05-22T20:01:54.050Z | Compiling addr2line v0.24.2 |
1483 | 2025-05-22T20:01:54.316Z | Compiling ipnet v2.11.0 |
1484 | 2025-05-22T20:01:54.517Z | Compiling winnow v0.5.40 |
1485 | 2025-05-22T20:01:54.758Z | Compiling buf-list v1.0.3 |
1486 | 2025-05-22T20:01:55.348Z | Compiling unicode-width v0.2.0 |
1487 | 2025-05-22T20:01:55.388Z | Compiling anyhow v1.0.98 |
1488 | 2025-05-22T20:01:55.611Z | Compiling simd-adler32 v0.3.7 |
1489 | 2025-05-22T20:01:55.898Z | Compiling bumpalo v3.16.0 |
1490 | 2025-05-22T20:01:55.963Z | Compiling lockfree-object-pool v0.1.6 |
1491 | 2025-05-22T20:01:56.137Z | Compiling tower-layer v0.3.3 |
1492 | 2025-05-22T20:01:56.239Z | Compiling zip v2.6.1 |
1493 | 2025-05-22T20:01:56.375Z | Compiling rustc-demangle v0.1.24 |
1494 | 2025-05-22T20:01:56.432Z | Compiling managed v0.8.0 |
1495 | 2025-05-22T20:01:56.567Z | Compiling tower v0.5.2 |
1496 | 2025-05-22T20:01:57.261Z | Compiling strum_macros v0.25.3 |
1497 | 2025-05-22T20:01:57.414Z | Compiling zopfli v0.8.1 |
1498 | 2025-05-22T20:01:58.119Z | Compiling toml_edit v0.19.15 |
1499 | 2025-05-22T20:01:58.767Z | Compiling elliptic-curve v0.13.8 |
1500 | 2025-05-22T20:01:58.972Z | Compiling console v0.15.10 |
1501 | 2025-05-22T20:01:59.221Z | Compiling hubpack_derive v0.1.1 |
1502 | 2025-05-22T20:01:59.347Z | Compiling clap_builder v4.5.35 |
1503 | 2025-05-22T20:02:00.143Z | Compiling hubpack v0.1.2 |
1504 | 2025-05-22T20:02:00.226Z | Compiling backtrace v0.3.74 |
1505 | 2025-05-22T20:02:00.717Z | Compiling hyper-tls v0.6.0 |
1506 | 2025-05-22T20:02:00.756Z | Compiling oxnet v0.1.2 |
1507 | 2025-05-22T20:02:00.808Z | Compiling signal-hook-mio v0.2.4 |
1508 | 2025-05-22T20:02:01.007Z | Compiling cookie_store v0.21.1 |
1509 | 2025-05-22T20:02:01.107Z | Compiling rayon v1.10.0 |
1510 | 2025-05-22T20:02:01.482Z | Compiling zstd v0.13.3 |
1511 | 2025-05-22T20:02:02.186Z | Compiling postgres-types v0.2.9 |
1512 | 2025-05-22T20:02:03.476Z | Compiling usdt-attr-macro v0.5.0 |
1513 | 2025-05-22T20:02:04.644Z | Compiling usdt-macro v0.5.0 |
1514 | 2025-05-22T20:02:04.761Z | Compiling phf v0.11.2 |
1515 | 2025-05-22T20:02:05.032Z | Compiling ed25519 v2.2.3 |
1516 | 2025-05-22T20:02:05.068Z | Compiling strum_macros v0.26.4 |
1517 | 2025-05-22T20:02:05.439Z | Compiling bzip2 v0.5.2 |
1518 | 2025-05-22T20:02:05.816Z | Compiling bzip2 v0.4.4 |
1519 | 2025-05-22T20:02:06.124Z | Compiling enum-as-inner v0.6.1 |
1520 | 2025-05-22T20:02:06.217Z | Compiling clap_derive v4.5.32 |
1521 | 2025-05-22T20:02:06.888Z | Compiling rustls-pemfile v2.2.0 |
1522 | 2025-05-22T20:02:06.916Z | Compiling futures-executor v0.3.31 |
1523 | 2025-05-22T20:02:07.087Z | Compiling pkcs1 v0.7.5 |
1524 | 2025-05-22T20:02:07.130Z | Compiling serde-big-array v0.5.1 |
1525 | 2025-05-22T20:02:07.356Z | Compiling serde_urlencoded v0.7.1 |
1526 | 2025-05-22T20:02:07.487Z | Compiling rfc6979 v0.4.0 |
1527 | 2025-05-22T20:02:07.573Z | Compiling serde_repr v0.1.19 |
1528 | 2025-05-22T20:02:07.594Z | Compiling daft-derive v0.1.3 |
1529 | 2025-05-22T20:02:07.754Z | Compiling bstr v1.10.0 |
1530 | 2025-05-22T20:02:07.989Z | Compiling float-cmp v0.10.0 |
1531 | 2025-05-22T20:02:08.256Z | Compiling encoding_rs v0.8.34 |
1532 | 2025-05-22T20:02:08.484Z | Compiling data-encoding v2.6.0 |
1533 | 2025-05-22T20:02:09.125Z | Compiling predicates-core v1.0.8 |
1534 | 2025-05-22T20:02:09.184Z | Compiling whoami v1.5.2 |
1535 | 2025-05-22T20:02:09.385Z | Compiling normalize-line-endings v0.3.0 |
1536 | 2025-05-22T20:02:09.435Z | Compiling mime v0.3.17 |
1537 | 2025-05-22T20:02:09.534Z | Compiling unicode-segmentation v1.12.0 |
1538 | 2025-05-22T20:02:09.794Z | Compiling fixedbitset v0.4.2 |
1539 | 2025-05-22T20:02:09.969Z | Compiling number_prefix v0.4.0 |
1540 | 2025-05-22T20:02:10.200Z | Compiling new_debug_unreachable v1.0.6 |
1541 | 2025-05-22T20:02:10.249Z | Compiling difflib v0.4.0 |
1542 | 2025-05-22T20:02:10.297Z | Compiling static_assertions v1.1.0 |
1543 | 2025-05-22T20:02:10.320Z | Compiling precomputed-hash v0.1.1 |
1544 | 2025-05-22T20:02:10.421Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b) |
1545 | 2025-05-22T20:02:10.453Z | Compiling string_cache v0.8.9 |
1546 | 2025-05-22T20:02:10.472Z | Compiling toml_edit v0.22.26 |
1547 | 2025-05-22T20:02:10.570Z | Compiling clap v4.5.35 |
1548 | 2025-05-22T20:02:10.711Z | Compiling predicates v3.1.3 |
1549 | 2025-05-22T20:02:10.920Z | Compiling similar v2.7.0 |
1550 | 2025-05-22T20:02:11.563Z | Compiling indicatif v0.17.11 |
1551 | 2025-05-22T20:02:11.933Z | Compiling petgraph v0.6.5 |
1552 | 2025-05-22T20:02:12.177Z | Compiling tokio-postgres v0.7.13 |
1553 | 2025-05-22T20:02:12.989Z | Compiling strum v0.26.3 |
1554 | 2025-05-22T20:02:13.202Z | Compiling hickory-proto v0.24.4 |
1555 | 2025-05-22T20:02:13.486Z | Compiling daft v0.1.3 |
1556 | 2025-05-22T20:02:14.054Z | Compiling usdt v0.5.0 |
1557 | 2025-05-22T20:02:14.557Z | Compiling rsa v0.9.6 |
1558 | 2025-05-22T20:02:15.650Z | Compiling ecdsa v0.16.9 |
1559 | 2025-05-22T20:02:15.706Z | Compiling futures v0.3.31 |
1560 | 2025-05-22T20:02:15.846Z | Compiling zip v0.6.6 |
1561 | 2025-05-22T20:02:17.123Z | Compiling ed25519-dalek v2.1.1 |
1562 | 2025-05-22T20:02:17.436Z | Compiling toml v0.7.8 |
1563 | 2025-05-22T20:02:18.273Z | Compiling crossterm v0.28.1 |
1564 | 2025-05-22T20:02:19.146Z | Compiling tokio-stream v0.1.17 |
1565 | 2025-05-22T20:02:19.179Z | Compiling openapiv3 v2.0.0 |
1566 | 2025-05-22T20:02:19.246Z | Compiling x509-cert v0.2.5 |
1567 | 2025-05-22T20:02:19.416Z | Compiling sha1 v0.10.6 |
1568 | 2025-05-22T20:02:19.864Z | Compiling itertools v0.10.5 |
1569 | 2025-05-22T20:02:20.131Z | Compiling dirs-sys-next v0.1.2 |
1570 | 2025-05-22T20:02:20.675Z | Compiling winnow v0.6.26 |
1571 | 2025-05-22T20:02:21.466Z | Compiling unicode-xid v0.2.6 |
1572 | 2025-05-22T20:02:21.680Z | Compiling peg-runtime v0.8.5 |
1573 | 2025-05-22T20:02:22.146Z | Compiling lalrpop-util v0.19.12 |
1574 | 2025-05-22T20:02:22.168Z | Compiling dirs-next v2.0.0 |
1575 | 2025-05-22T20:02:22.250Z | Compiling thread_local v1.1.8 |
1576 | 2025-05-22T20:02:22.364Z | Compiling slog-async v2.8.0 |
1577 | 2025-05-22T20:02:22.463Z | Compiling term v0.7.0 |
1578 | 2025-05-22T20:02:22.494Z | Compiling xattr v1.3.1 |
1579 | 2025-05-22T20:02:22.730Z | Compiling crossbeam-channel v0.5.15 |
1580 | 2025-05-22T20:02:22.769Z | Compiling filetime v0.2.25 |
1581 | 2025-05-22T20:02:22.911Z | Compiling is-terminal v0.4.13 |
1582 | 2025-05-22T20:02:23.067Z | Compiling take_mut v0.2.2 |
1583 | 2025-05-22T20:02:23.087Z | Compiling slog-term v2.9.1 |
1584 | 2025-05-22T20:02:23.208Z | Compiling tar v0.4.44 |
1585 | 2025-05-22T20:02:23.234Z | Compiling camino v1.1.9 |
1586 | 2025-05-22T20:02:29.365Z | Compiling aws-lc-sys v0.26.0 |
1587 | 2025-05-22T20:02:58.585Z | Compiling rustls-webpki v0.102.8 |
1588 | 2025-05-22T20:03:03.138Z | Compiling tokio-rustls v0.26.0 |
1589 | 2025-05-22T20:03:03.421Z | Compiling hyper-rustls v0.27.3 |
1590 | 2025-05-22T20:03:03.754Z | Compiling reqwest v0.12.15 (https://github.com/seanmonstar/reqwest?rev=114d97c1a862567b465cb57f14d584626e1cf30c#114d97c1) |
1591 | 2025-05-22T20:03:07.097Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1592 | 2025-05-22T20:03:07.378Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1593 | 2025-05-22T20:03:11.884Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 15s |
1594 | 2025-05-22T20:03:12.060Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
1595 | 2025-05-22T20:03:12.117Z | May 22 20:03:11.200 INFO Starting download, target: Clickhouse |
1596 | 2025-05-22T20:03:12.117Z | May 22 20:03:11.200 INFO Starting download, target: Cockroach |
1597 | 2025-05-22T20:03:12.117Z | May 22 20:03:11.200 INFO Starting download, target: Console |
1598 | 2025-05-22T20:03:12.117Z | May 22 20:03:11.200 INFO Starting download, target: DendriteStub |
1599 | 2025-05-22T20:03:12.117Z | May 22 20:03:11.200 INFO Starting download, target: MaghemiteMgd |
1600 | 2025-05-22T20:03:12.124Z | May 22 20:03:11.200 INFO Starting download, target: TransceiverControl |
1601 | 2025-05-22T20:03:12.124Z | May 22 20:03:11.201 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1602 | 2025-05-22T20:03:12.124Z | May 22 20:03:11.201 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1603 | 2025-05-22T20:03:12.124Z | May 22 20:03:11.201 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1604 | 2025-05-22T20:03:12.125Z | May 22 20:03:11.201 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1605 | 2025-05-22T20:03:12.125Z | May 22 20:03:11.201 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1606 | 2025-05-22T20:03:12.125Z | May 22 20:03:11.201 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1607 | 2025-05-22T20:03:12.442Z | May 22 20:03:11.509 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1608 | 2025-05-22T20:03:12.852Z | May 22 20:03:11.918 INFO Download complete, target: TransceiverControl |
1609 | 2025-05-22T20:03:12.873Z | May 22 20:03:11.920 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1610 | 2025-05-22T20:03:13.210Z | May 22 20:03:12.288 INFO Download complete, target: Console |
1611 | 2025-05-22T20:03:13.374Z | May 22 20:03:12.455 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1612 | 2025-05-22T20:03:13.570Z | May 22 20:03:12.653 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1613 | 2025-05-22T20:03:14.076Z | May 22 20:03:13.159 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1614 | 2025-05-22T20:03:14.076Z | May 22 20:03:13.159 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1615 | 2025-05-22T20:03:14.090Z | May 22 20:03:13.173 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1616 | 2025-05-22T20:03:16.433Z | May 22 20:03:15.516 INFO Download complete, target: DendriteStub |
1617 | 2025-05-22T20:03:16.815Z | May 22 20:03:15.898 INFO Download complete, target: MaghemiteMgd |
1618 | 2025-05-22T20:03:20.454Z | May 22 20:03:19.536 INFO Checking that binary works, target: Cockroach |
1619 | 2025-05-22T20:03:20.606Z | May 22 20:03:19.688 INFO Download complete, target: Cockroach |
1620 | 2025-05-22T20:03:24.228Z | May 22 20:03:23.309 INFO Checking that binary works, target: Clickhouse |
1621 | 2025-05-22T20:03:24.339Z | May 22 20:03:23.420 INFO Download complete, target: Clickhouse |
1622 | 2025-05-22T20:03:24.361Z | All builder prerequisites installed successfully, and PATH looks valid |
1623 | 2025-05-22T20:03:24.364Z | |
1624 | 2025-05-22T20:03:24.365Z | real 4:32.745299321 |
1625 | 2025-05-22T20:03:24.365Z | user 15:13.474806083 |
1626 | 2025-05-22T20:03:24.365Z | sys 2:07.309413866 |
1627 | 2025-05-22T20:03:24.365Z | trap 0.537743592 |
1628 | 2025-05-22T20:03:24.365Z | tflt 0.943457427 |
1629 | 2025-05-22T20:03:24.365Z | dflt 1.038394542 |
1630 | 2025-05-22T20:03:24.365Z | kflt 0.022283534 |
1631 | 2025-05-22T20:03:24.365Z | lock 22:53.191928780 |
1632 | 2025-05-22T20:03:24.365Z | slp 54:14.227767266 |
1633 | 2025-05-22T20:03:24.365Z | lat 1:00.173731835 |
1634 | 2025-05-22T20:03:24.365Z | stop 2:31.513221601 |
1635 | 2025-05-22T20:03:24.365Z | + banner hack-check |
1636 | 2025-05-22T20:03:24.365Z | |
1637 | 2025-05-22T20:03:24.365Z | # # ## #### # # #### # # ###### #### # # |
1638 | 2025-05-22T20:03:24.365Z | # # # # # # # # # # # # # # # # # |
1639 | 2025-05-22T20:03:24.365Z | ###### # # # #### ##### # ###### ##### # #### |
1640 | 2025-05-22T20:03:24.365Z | # # ###### # # # # # # # # # # |
1641 | 2025-05-22T20:03:24.365Z | # # # # # # # # # # # # # # # # # |
1642 | 2025-05-22T20:03:24.365Z | # # # # #### # # #### # # ###### #### # # |
1643 | 2025-05-22T20:03:24.365Z | |
1644 | 2025-05-22T20:03:24.365Z | + export CARGO_INCREMENTAL=0 |
1645 | 2025-05-22T20:03:24.365Z | + CARGO_INCREMENTAL=0 |
1646 | 2025-05-22T20:03:24.365Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1647 | 2025-05-22T20:03:25.034Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
1648 | 2025-05-22T20:03:25.342Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1649 | 2025-05-22T20:03:28.039Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.61s |
1650 | 2025-05-22T20:03:28.125Z | Running `target/debug/xtask check-features --ci` |
1651 | 2025-05-22T20:03:28.158Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1652 | 2025-05-22T20:03:28.158Z | running: "/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1653 | 2025-05-22T20:03:28.745Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
1654 | 2025-05-22T20:03:28.770Z | Running `target/debug/xtask download cargo-hack` |
1655 | 2025-05-22T20:03:32.253Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1656 | 2025-05-22T20:03:32.309Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1657 | 2025-05-22T20:03:33.759Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.95s |
1658 | 2025-05-22T20:03:33.950Z | Running `target/debug/xtask-downloader cargo-hack` |
1659 | 2025-05-22T20:03:33.992Z | May 22 20:03:33.072 INFO Starting download, target: CargoHack |
1660 | 2025-05-22T20:03:33.995Z | May 22 20:03:33.073 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1661 | 2025-05-22T20:03:34.569Z | May 22 20:03:33.649 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1662 | 2025-05-22T20:03:34.642Z | May 22 20:03:33.722 INFO Download complete, target: CargoHack |
1663 | 2025-05-22T20:03:34.647Z | 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" |
1664 | 2025-05-22T20:03:34.665Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1665 | 2025-05-22T20:03:34.864Z | info: running `cargo check --bins` on api_identity (1/215) |
1666 | 2025-05-22T20:03:35.507Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1667 | 2025-05-22T20:03:35.511Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1668 | 2025-05-22T20:03:35.511Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1669 | 2025-05-22T20:03:35.514Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
1670 | 2025-05-22T20:03:35.590Z | |
1671 | 2025-05-22T20:03:35.590Z | info: running `cargo check --bins` on bootstore (2/215) |
1672 | 2025-05-22T20:03:36.270Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1673 | 2025-05-22T20:03:36.274Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1674 | 2025-05-22T20:03:36.274Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1675 | 2025-05-22T20:03:36.277Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
1676 | 2025-05-22T20:03:36.354Z | |
1677 | 2025-05-22T20:03:36.354Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/215) |
1678 | 2025-05-22T20:03:37.012Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1679 | 2025-05-22T20:03:37.017Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1680 | 2025-05-22T20:03:37.017Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1681 | 2025-05-22T20:03:37.077Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
1682 | 2025-05-22T20:03:37.099Z | |
1683 | 2025-05-22T20:03:37.099Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/215) |
1684 | 2025-05-22T20:03:37.767Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1685 | 2025-05-22T20:03:37.770Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1686 | 2025-05-22T20:03:37.771Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1687 | 2025-05-22T20:03:37.775Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
1688 | 2025-05-22T20:03:37.853Z | |
1689 | 2025-05-22T20:03:37.853Z | info: running `cargo check --bins` on id-map (5/215) |
1690 | 2025-05-22T20:03:38.505Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1691 | 2025-05-22T20:03:38.513Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1692 | 2025-05-22T20:03:38.513Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1693 | 2025-05-22T20:03:38.513Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
1694 | 2025-05-22T20:03:38.589Z | |
1695 | 2025-05-22T20:03:38.590Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (6/215) |
1696 | 2025-05-22T20:03:39.086Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1697 | 2025-05-22T20:03:39.115Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1698 | 2025-05-22T20:03:39.115Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1699 | 2025-05-22T20:03:39.115Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
1700 | 2025-05-22T20:03:39.159Z | |
1701 | 2025-05-22T20:03:39.159Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (7/215) |
1702 | 2025-05-22T20:03:39.636Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1703 | 2025-05-22T20:03:39.640Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1704 | 2025-05-22T20:03:39.640Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1705 | 2025-05-22T20:03:39.645Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
1706 | 2025-05-22T20:03:39.692Z | |
1707 | 2025-05-22T20:03:39.692Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (8/215) |
1708 | 2025-05-22T20:03:40.200Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1709 | 2025-05-22T20:03:40.226Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1710 | 2025-05-22T20:03:40.226Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1711 | 2025-05-22T20:03:40.226Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
1712 | 2025-05-22T20:03:40.258Z | |
1713 | 2025-05-22T20:03:40.258Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (9/215) |
1714 | 2025-05-22T20:03:40.764Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1715 | 2025-05-22T20:03:40.790Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1716 | 2025-05-22T20:03:40.791Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1717 | 2025-05-22T20:03:40.791Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
1718 | 2025-05-22T20:03:40.814Z | |
1719 | 2025-05-22T20:03:40.814Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (10/215) |
1720 | 2025-05-22T20:03:41.304Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1721 | 2025-05-22T20:03:41.334Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1722 | 2025-05-22T20:03:41.334Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1723 | 2025-05-22T20:03:41.334Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
1724 | 2025-05-22T20:03:41.373Z | |
1725 | 2025-05-22T20:03:41.373Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (11/215) |
1726 | 2025-05-22T20:03:41.853Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1727 | 2025-05-22T20:03:41.856Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1728 | 2025-05-22T20:03:41.856Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1729 | 2025-05-22T20:03:41.860Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
1730 | 2025-05-22T20:03:41.907Z | |
1731 | 2025-05-22T20:03:41.907Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (12/215) |
1732 | 2025-05-22T20:03:42.986Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1733 | 2025-05-22T20:03:43.215Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1734 | 2025-05-22T20:03:43.215Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1735 | 2025-05-22T20:03:43.215Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
1736 | 2025-05-22T20:03:43.215Z | |
1737 | 2025-05-22T20:03:43.215Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (13/215) |
1738 | 2025-05-22T20:03:43.215Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1739 | 2025-05-22T20:03:43.215Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1740 | 2025-05-22T20:03:43.215Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1741 | 2025-05-22T20:03:43.215Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
1742 | 2025-05-22T20:03:43.228Z | |
1743 | 2025-05-22T20:03:43.228Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (14/215) |
1744 | 2025-05-22T20:03:43.487Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1745 | 2025-05-22T20:03:43.491Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1746 | 2025-05-22T20:03:43.491Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1747 | 2025-05-22T20:03:43.495Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
1748 | 2025-05-22T20:03:43.543Z | |
1749 | 2025-05-22T20:03:43.543Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (15/215) |
1750 | 2025-05-22T20:03:44.084Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1751 | 2025-05-22T20:03:44.089Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1752 | 2025-05-22T20:03:44.089Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1753 | 2025-05-22T20:03:44.089Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
1754 | 2025-05-22T20:03:44.098Z | |
1755 | 2025-05-22T20:03:44.099Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (16/215) |
1756 | 2025-05-22T20:03:44.604Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1757 | 2025-05-22T20:03:44.608Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1758 | 2025-05-22T20:03:44.608Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1759 | 2025-05-22T20:03:44.612Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
1760 | 2025-05-22T20:03:44.659Z | |
1761 | 2025-05-22T20:03:44.659Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (17/215) |
1762 | 2025-05-22T20:03:45.165Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1763 | 2025-05-22T20:03:45.170Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1764 | 2025-05-22T20:03:45.170Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1765 | 2025-05-22T20:03:45.170Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
1766 | 2025-05-22T20:03:45.221Z | |
1767 | 2025-05-22T20:03:45.221Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (18/215) |
1768 | 2025-05-22T20:03:45.728Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1769 | 2025-05-22T20:03:45.732Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1770 | 2025-05-22T20:03:45.732Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1771 | 2025-05-22T20:03:45.736Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
1772 | 2025-05-22T20:03:45.782Z | |
1773 | 2025-05-22T20:03:45.782Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (19/215) |
1774 | 2025-05-22T20:03:46.285Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1775 | 2025-05-22T20:03:46.289Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1776 | 2025-05-22T20:03:46.290Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1777 | 2025-05-22T20:03:46.290Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
1778 | 2025-05-22T20:03:46.341Z | |
1779 | 2025-05-22T20:03:46.341Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (20/215) |
1780 | 2025-05-22T20:03:46.858Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1781 | 2025-05-22T20:03:46.862Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1782 | 2025-05-22T20:03:46.862Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1783 | 2025-05-22T20:03:46.862Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
1784 | 2025-05-22T20:03:46.913Z | |
1785 | 2025-05-22T20:03:46.913Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (21/215) |
1786 | 2025-05-22T20:03:47.414Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1787 | 2025-05-22T20:03:47.419Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1788 | 2025-05-22T20:03:47.419Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1789 | 2025-05-22T20:03:47.419Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
1790 | 2025-05-22T20:03:47.470Z | |
1791 | 2025-05-22T20:03:47.470Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (22/215) |
1792 | 2025-05-22T20:03:47.971Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1793 | 2025-05-22T20:03:47.975Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1794 | 2025-05-22T20:03:47.975Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1795 | 2025-05-22T20:03:47.979Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
1796 | 2025-05-22T20:03:48.028Z | |
1797 | 2025-05-22T20:03:48.028Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (23/215) |
1798 | 2025-05-22T20:03:48.534Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1799 | 2025-05-22T20:03:48.538Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1800 | 2025-05-22T20:03:48.538Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1801 | 2025-05-22T20:03:48.538Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
1802 | 2025-05-22T20:03:48.590Z | |
1803 | 2025-05-22T20:03:48.590Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (24/215) |
1804 | 2025-05-22T20:03:49.100Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1805 | 2025-05-22T20:03:49.104Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1806 | 2025-05-22T20:03:49.104Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1807 | 2025-05-22T20:03:49.107Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
1808 | 2025-05-22T20:03:49.158Z | |
1809 | 2025-05-22T20:03:49.158Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (25/215) |
1810 | 2025-05-22T20:03:49.659Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1811 | 2025-05-22T20:03:49.663Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1812 | 2025-05-22T20:03:49.664Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1813 | 2025-05-22T20:03:49.664Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
1814 | 2025-05-22T20:03:49.713Z | |
1815 | 2025-05-22T20:03:49.713Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (26/215) |
1816 | 2025-05-22T20:03:50.213Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1817 | 2025-05-22T20:03:50.216Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1818 | 2025-05-22T20:03:50.216Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1819 | 2025-05-22T20:03:50.217Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
1820 | 2025-05-22T20:03:50.267Z | |
1821 | 2025-05-22T20:03:50.267Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (27/215) |
1822 | 2025-05-22T20:03:50.761Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1823 | 2025-05-22T20:03:50.767Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1824 | 2025-05-22T20:03:50.767Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1825 | 2025-05-22T20:03:50.767Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
1826 | 2025-05-22T20:03:50.815Z | |
1827 | 2025-05-22T20:03:50.815Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (28/215) |
1828 | 2025-05-22T20:03:51.311Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1829 | 2025-05-22T20:03:51.315Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1830 | 2025-05-22T20:03:51.315Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1831 | 2025-05-22T20:03:51.319Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
1832 | 2025-05-22T20:03:51.366Z | |
1833 | 2025-05-22T20:03:51.366Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (29/215) |
1834 | 2025-05-22T20:03:51.876Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1835 | 2025-05-22T20:03:51.885Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1836 | 2025-05-22T20:03:51.886Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1837 | 2025-05-22T20:03:51.886Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
1838 | 2025-05-22T20:03:51.924Z | |
1839 | 2025-05-22T20:03:51.924Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (30/215) |
1840 | 2025-05-22T20:03:52.446Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1841 | 2025-05-22T20:03:52.476Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1842 | 2025-05-22T20:03:52.476Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1843 | 2025-05-22T20:03:52.476Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
1844 | 2025-05-22T20:03:52.497Z | |
1845 | 2025-05-22T20:03:52.497Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (31/215) |
1846 | 2025-05-22T20:03:53.032Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1847 | 2025-05-22T20:03:53.106Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1848 | 2025-05-22T20:03:53.106Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1849 | 2025-05-22T20:03:53.106Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
1850 | 2025-05-22T20:03:53.106Z | |
1851 | 2025-05-22T20:03:53.106Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (32/215) |
1852 | 2025-05-22T20:03:53.531Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1853 | 2025-05-22T20:03:53.579Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1854 | 2025-05-22T20:03:53.579Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1855 | 2025-05-22T20:03:53.579Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
1856 | 2025-05-22T20:03:53.589Z | |
1857 | 2025-05-22T20:03:53.589Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (33/215) |
1858 | 2025-05-22T20:03:54.126Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1859 | 2025-05-22T20:03:54.143Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1860 | 2025-05-22T20:03:54.144Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1861 | 2025-05-22T20:03:54.144Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
1862 | 2025-05-22T20:03:54.153Z | |
1863 | 2025-05-22T20:03:54.153Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (34/215) |
1864 | 2025-05-22T20:03:54.661Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1865 | 2025-05-22T20:03:54.678Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1866 | 2025-05-22T20:03:54.700Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1867 | 2025-05-22T20:03:54.700Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
1868 | 2025-05-22T20:03:54.762Z | |
1869 | 2025-05-22T20:03:54.762Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (35/215) |
1870 | 2025-05-22T20:03:55.223Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1871 | 2025-05-22T20:03:55.247Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1872 | 2025-05-22T20:03:55.248Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1873 | 2025-05-22T20:03:55.248Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
1874 | 2025-05-22T20:03:55.254Z | |
1875 | 2025-05-22T20:03:55.254Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (36/215) |
1876 | 2025-05-22T20:03:55.756Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1877 | 2025-05-22T20:03:55.784Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1878 | 2025-05-22T20:03:55.785Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1879 | 2025-05-22T20:03:55.785Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
1880 | 2025-05-22T20:03:55.818Z | |
1881 | 2025-05-22T20:03:55.818Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (37/215) |
1882 | 2025-05-22T20:03:56.316Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1883 | 2025-05-22T20:03:56.336Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1884 | 2025-05-22T20:03:56.337Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1885 | 2025-05-22T20:03:56.337Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
1886 | 2025-05-22T20:03:56.376Z | |
1887 | 2025-05-22T20:03:56.376Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (38/215) |
1888 | 2025-05-22T20:03:56.855Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1889 | 2025-05-22T20:03:56.875Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1890 | 2025-05-22T20:03:56.875Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1891 | 2025-05-22T20:03:56.875Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
1892 | 2025-05-22T20:03:56.911Z | |
1893 | 2025-05-22T20:03:56.912Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (39/215) |
1894 | 2025-05-22T20:03:57.419Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1895 | 2025-05-22T20:03:57.440Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1896 | 2025-05-22T20:03:57.440Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1897 | 2025-05-22T20:03:57.440Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
1898 | 2025-05-22T20:03:57.478Z | |
1899 | 2025-05-22T20:03:57.478Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (40/215) |
1900 | 2025-05-22T20:03:57.995Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1901 | 2025-05-22T20:03:58.014Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1902 | 2025-05-22T20:03:58.014Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1903 | 2025-05-22T20:03:58.014Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
1904 | 2025-05-22T20:03:58.047Z | |
1905 | 2025-05-22T20:03:58.047Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (41/215) |
1906 | 2025-05-22T20:03:58.538Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1907 | 2025-05-22T20:03:58.555Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1908 | 2025-05-22T20:03:58.555Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1909 | 2025-05-22T20:03:58.555Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
1910 | 2025-05-22T20:03:58.586Z | |
1911 | 2025-05-22T20:03:58.586Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (42/215) |
1912 | 2025-05-22T20:03:59.089Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1913 | 2025-05-22T20:03:59.117Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1914 | 2025-05-22T20:03:59.117Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1915 | 2025-05-22T20:03:59.117Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
1916 | 2025-05-22T20:03:59.137Z | |
1917 | 2025-05-22T20:03:59.137Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (43/215) |
1918 | 2025-05-22T20:03:59.633Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1919 | 2025-05-22T20:03:59.638Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1920 | 2025-05-22T20:03:59.639Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1921 | 2025-05-22T20:03:59.639Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
1922 | 2025-05-22T20:03:59.690Z | |
1923 | 2025-05-22T20:03:59.691Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (44/215) |
1924 | 2025-05-22T20:04:00.191Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1925 | 2025-05-22T20:04:00.195Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1926 | 2025-05-22T20:04:00.195Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1927 | 2025-05-22T20:04:00.199Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
1928 | 2025-05-22T20:04:00.247Z | |
1929 | 2025-05-22T20:04:00.247Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (45/215) |
1930 | 2025-05-22T20:04:00.762Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1931 | 2025-05-22T20:04:00.766Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1932 | 2025-05-22T20:04:00.766Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1933 | 2025-05-22T20:04:00.770Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
1934 | 2025-05-22T20:04:00.820Z | |
1935 | 2025-05-22T20:04:00.820Z | info: running `cargo check --bins` on sled-hardware-types (46/215) |
1936 | 2025-05-22T20:04:01.491Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1937 | 2025-05-22T20:04:01.501Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1938 | 2025-05-22T20:04:01.501Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1939 | 2025-05-22T20:04:01.502Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
1940 | 2025-05-22T20:04:01.578Z | |
1941 | 2025-05-22T20:04:01.578Z | info: running `cargo check --bins --no-default-features` on illumos-utils (47/215) |
1942 | 2025-05-22T20:04:02.259Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1943 | 2025-05-22T20:04:02.278Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1944 | 2025-05-22T20:04:02.279Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1945 | 2025-05-22T20:04:02.279Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
1946 | 2025-05-22T20:04:02.337Z | |
1947 | 2025-05-22T20:04:02.337Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (48/215) |
1948 | 2025-05-22T20:04:03.013Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1949 | 2025-05-22T20:04:03.021Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1950 | 2025-05-22T20:04:03.021Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1951 | 2025-05-22T20:04:03.021Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
1952 | 2025-05-22T20:04:03.096Z | |
1953 | 2025-05-22T20:04:03.096Z | info: running `cargo check --bins` on oxlog (49/215) |
1954 | 2025-05-22T20:04:03.731Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1955 | 2025-05-22T20:04:03.735Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1956 | 2025-05-22T20:04:03.836Z | Checking cfg-if v1.0.0 |
1957 | 2025-05-22T20:04:03.840Z | Checking libc v0.2.172 |
1958 | 2025-05-22T20:04:03.959Z | Checking serde v1.0.219 |
1959 | 2025-05-22T20:04:03.963Z | Checking zeroize v1.8.1 |
1960 | 2025-05-22T20:04:03.977Z | Checking memchr v2.7.4 |
1961 | 2025-05-22T20:04:03.988Z | Checking typenum v1.17.0 |
1962 | 2025-05-22T20:04:04.004Z | Checking smallvec v1.14.0 |
1963 | 2025-05-22T20:04:04.017Z | Checking value-bag v1.9.0 |
1964 | 2025-05-22T20:04:04.021Z | Checking subtle v2.6.1 |
1965 | 2025-05-22T20:04:04.204Z | Checking scopeguard v1.2.0 |
1966 | 2025-05-22T20:04:04.300Z | Checking const-oid v0.9.6 |
1967 | 2025-05-22T20:04:04.338Z | Checking itoa v1.0.11 |
1968 | 2025-05-22T20:04:04.390Z | Checking lock_api v0.4.12 |
1969 | 2025-05-22T20:04:04.415Z | Checking log v0.4.27 |
1970 | 2025-05-22T20:04:04.594Z | Checking stable_deref_trait v1.2.0 |
1971 | 2025-05-22T20:04:04.723Z | Checking pin-project-lite v0.2.14 |
1972 | 2025-05-22T20:04:04.782Z | Checking byteorder v1.5.0 |
1973 | 2025-05-22T20:04:04.815Z | Checking zerofrom v0.1.4 |
1974 | 2025-05-22T20:04:04.867Z | Checking once_cell v1.21.3 |
1975 | 2025-05-22T20:04:04.921Z | Checking futures-core v0.3.31 |
1976 | 2025-05-22T20:04:05.034Z | Checking yoke v0.7.4 |
1977 | 2025-05-22T20:04:05.038Z | Checking getrandom v0.2.15 |
1978 | 2025-05-22T20:04:05.087Z | Checking generic-array v0.14.7 |
1979 | 2025-05-22T20:04:05.140Z | Checking signal-hook-registry v1.4.2 |
1980 | 2025-05-22T20:04:05.164Z | Checking parking_lot_core v0.9.10 |
1981 | 2025-05-22T20:04:05.178Z | Checking mio v1.0.2 |
1982 | 2025-05-22T20:04:05.311Z | Checking rand_core v0.6.4 |
1983 | 2025-05-22T20:04:05.375Z | Checking zerovec v0.10.4 |
1984 | 2025-05-22T20:04:05.405Z | Checking cpufeatures v0.2.14 |
1985 | 2025-05-22T20:04:05.508Z | Checking parking_lot v0.12.3 |
1986 | 2025-05-22T20:04:05.525Z | Checking socket2 v0.5.9 |
1987 | 2025-05-22T20:04:05.633Z | Checking litemap v0.7.3 |
1988 | 2025-05-22T20:04:05.750Z | Checking writeable v0.5.5 |
1989 | 2025-05-22T20:04:05.867Z | Checking zerocopy v0.7.35 |
1990 | 2025-05-22T20:04:05.998Z | Checking futures-sink v0.3.31 |
1991 | 2025-05-22T20:04:06.017Z | Checking slab v0.4.9 |
1992 | 2025-05-22T20:04:06.084Z | Checking libm v0.2.8 |
1993 | 2025-05-22T20:04:06.144Z | Checking crypto-common v0.1.6 |
1994 | 2025-05-22T20:04:06.162Z | Checking block-buffer v0.10.4 |
1995 | 2025-05-22T20:04:06.191Z | Checking block-padding v0.3.3 |
1996 | 2025-05-22T20:04:06.285Z | Checking icu_locid_transform_data v1.5.0 |
1997 | 2025-05-22T20:04:06.328Z | Checking equivalent v1.0.1 |
1998 | 2025-05-22T20:04:06.384Z | Checking allocator-api2 v0.2.18 |
1999 | 2025-05-22T20:04:06.401Z | Checking digest v0.10.7 |
2000 | 2025-05-22T20:04:06.422Z | Checking inout v0.1.3 |
2001 | 2025-05-22T20:04:06.455Z | Checking foldhash v0.1.3 |
2002 | 2025-05-22T20:04:06.659Z | Checking ryu v1.0.18 |
2003 | 2025-05-22T20:04:06.680Z | Checking cipher v0.4.4 |
2004 | 2025-05-22T20:04:06.779Z | Checking hmac v0.12.1 |
2005 | 2025-05-22T20:04:06.927Z | Checking sha2 v0.10.8 |
2006 | 2025-05-22T20:04:06.949Z | Checking tinystr v0.7.6 |
2007 | 2025-05-22T20:04:06.972Z | Checking hashbrown v0.15.1 |
2008 | 2025-05-22T20:04:06.989Z | Checking num-traits v0.2.19 |
2009 | 2025-05-22T20:04:07.009Z | Checking icu_collections v1.5.0 |
2010 | 2025-05-22T20:04:07.069Z | Checking getrandom v0.3.1 |
2011 | 2025-05-22T20:04:07.121Z | Checking base64ct v1.6.0 |
2012 | 2025-05-22T20:04:07.270Z | Checking icu_locid v1.5.0 |
2013 | 2025-05-22T20:04:07.320Z | Checking icu_properties_data v1.5.0 |
2014 | 2025-05-22T20:04:07.506Z | Checking utf16_iter v1.0.5 |
2015 | 2025-05-22T20:04:07.564Z | Checking flagset v0.4.6 |
2016 | 2025-05-22T20:04:07.589Z | Checking pem-rfc7468 v0.7.0 |
2017 | 2025-05-22T20:04:07.645Z | Checking utf8_iter v1.0.4 |
2018 | 2025-05-22T20:04:07.679Z | Checking percent-encoding v2.3.1 |
2019 | 2025-05-22T20:04:07.791Z | Checking write16 v1.0.0 |
2020 | 2025-05-22T20:04:07.862Z | Checking icu_normalizer_data v1.5.0 |
2021 | 2025-05-22T20:04:07.866Z | Checking der v0.7.9 |
2022 | 2025-05-22T20:04:07.926Z | Checking futures-channel v0.3.31 |
2023 | 2025-05-22T20:04:07.929Z | Checking futures-task v0.3.31 |
2024 | 2025-05-22T20:04:07.978Z | Checking futures-io v0.3.31 |
2025 | 2025-05-22T20:04:08.025Z | Checking pin-utils v0.1.0 |
2026 | 2025-05-22T20:04:08.136Z | Checking ppv-lite86 v0.2.20 |
2027 | 2025-05-22T20:04:08.179Z | Checking salsa20 v0.10.2 |
2028 | 2025-05-22T20:04:08.195Z | Checking pbkdf2 v0.12.2 |
2029 | 2025-05-22T20:04:08.211Z | Checking icu_provider v1.5.0 |
2030 | 2025-05-22T20:04:08.305Z | Checking futures-util v0.3.31 |
2031 | 2025-05-22T20:04:08.363Z | Checking form_urlencoded v1.2.1 |
2032 | 2025-05-22T20:04:08.415Z | Checking cbc v0.1.2 |
2033 | 2025-05-22T20:04:08.418Z | Checking scrypt v0.11.0 |
2034 | 2025-05-22T20:04:08.582Z | Checking bytes v1.10.1 |
2035 | 2025-05-22T20:04:08.714Z | Checking bitflags v2.9.0 |
2036 | 2025-05-22T20:04:08.933Z | Checking serde_json v1.0.140 |
2037 | 2025-05-22T20:04:08.933Z | Checking indexmap v2.9.0 |
2038 | 2025-05-22T20:04:09.099Z | Checking aes v0.8.4 |
2039 | 2025-05-22T20:04:09.099Z | Checking icu_locid_transform v1.5.0 |
2040 | 2025-05-22T20:04:09.099Z | Checking fnv v1.0.7 |
2041 | 2025-05-22T20:04:09.218Z | Checking uuid v1.16.0 |
2042 | 2025-05-22T20:04:09.640Z | Checking tokio v1.45.0 |
2043 | 2025-05-22T20:04:09.789Z | Checking spki v0.7.3 |
2044 | 2025-05-22T20:04:09.789Z | Checking http v1.3.1 |
2045 | 2025-05-22T20:04:09.913Z | Checking tracing-core v0.1.32 |
2046 | 2025-05-22T20:04:09.913Z | Checking icu_properties v1.5.1 |
2047 | 2025-05-22T20:04:10.030Z | Checking zerocopy v0.8.25 |
2048 | 2025-05-22T20:04:10.031Z | Checking pkcs5 v0.7.1 |
2049 | 2025-05-22T20:04:10.284Z | Checking rustls-pki-types v1.10.0 |
2050 | 2025-05-22T20:04:10.464Z | Checking tracing v0.1.40 |
2051 | 2025-05-22T20:04:10.528Z | Checking pkcs8 v0.10.2 |
2052 | 2025-05-22T20:04:10.827Z | Compiling newtype-uuid v1.2.1 |
2053 | 2025-05-22T20:04:10.872Z | Checking iana-time-zone v0.1.63 |
2054 | 2025-05-22T20:04:10.872Z | Checking tinyvec_macros v0.1.1 |
2055 | 2025-05-22T20:04:10.951Z | Checking tinyvec v1.8.0 |
2056 | 2025-05-22T20:04:10.980Z | Checking chrono v0.4.41 |
2057 | 2025-05-22T20:04:11.021Z | Checking http-body v1.0.1 |
2058 | 2025-05-22T20:04:11.113Z | Checking aws-lc-sys v0.26.0 |
2059 | 2025-05-22T20:04:11.218Z | Checking spin v0.9.8 |
2060 | 2025-05-22T20:04:11.573Z | Checking thiserror v1.0.69 |
2061 | 2025-05-22T20:04:11.719Z | Checking foreign-types-shared v0.1.1 |
2062 | 2025-05-22T20:04:11.840Z | Checking try-lock v0.2.5 |
2063 | 2025-05-22T20:04:11.996Z | Checking atomic-waker v1.1.2 |
2064 | 2025-05-22T20:04:12.160Z | Checking adler2 v2.0.0 |
2065 | 2025-05-22T20:04:12.191Z | Checking untrusted v0.9.0 |
2066 | 2025-05-22T20:04:12.345Z | Checking untrusted v0.7.1 |
2067 | 2025-05-22T20:04:12.384Z | Checking ring v0.17.14 |
2068 | 2025-05-22T20:04:12.532Z | Checking miniz_oxide v0.8.5 |
2069 | 2025-05-22T20:04:12.957Z | Checking want v0.3.1 |
2070 | 2025-05-22T20:04:13.019Z | Checking rand_core v0.9.2 |
2071 | 2025-05-22T20:04:13.040Z | Checking foreign-types v0.3.2 |
2072 | 2025-05-22T20:04:13.147Z | Checking httparse v1.9.5 |
2073 | 2025-05-22T20:04:13.173Z | Checking crossbeam-utils v0.8.21 |
2074 | 2025-05-22T20:04:13.289Z | Checking icu_normalizer v1.5.0 |
2075 | 2025-05-22T20:04:13.328Z | Checking openssl-sys v0.9.107 |
2076 | 2025-05-22T20:04:13.366Z | Checking aws-lc-rs v1.12.4 |
2077 | 2025-05-22T20:04:13.390Z | Checking errno v0.3.9 |
2078 | 2025-05-22T20:04:13.593Z | Checking aho-corasick v1.1.3 |
2079 | 2025-05-22T20:04:13.613Z | Checking powerfmt v0.2.0 |
2080 | 2025-05-22T20:04:13.863Z | Checking regex-syntax v0.8.5 |
2081 | 2025-05-22T20:04:13.902Z | Checking tower-service v0.3.3 |
2082 | 2025-05-22T20:04:14.048Z | Checking httpdate v1.0.3 |
2083 | 2025-05-22T20:04:14.106Z | Checking idna_adapter v1.2.0 |
2084 | 2025-05-22T20:04:14.314Z | Checking unicode-ident v1.0.18 |
2085 | 2025-05-22T20:04:14.333Z | Checking idna v1.0.3 |
2086 | 2025-05-22T20:04:14.471Z | Checking openssl v0.10.72 |
2087 | 2025-05-22T20:04:14.495Z | Checking proc-macro2 v1.0.95 |
2088 | 2025-05-22T20:04:14.591Z | Checking deranged v0.3.11 |
2089 | 2025-05-22T20:04:14.797Z | Checking url v2.5.3 |
2090 | 2025-05-22T20:04:15.109Z | Checking rustls-webpki v0.102.8 |
2091 | 2025-05-22T20:04:15.200Z | Checking crossbeam-epoch v0.9.18 |
2092 | 2025-05-22T20:04:15.248Z | Checking rustix v0.38.37 |
2093 | 2025-05-22T20:04:15.651Z | Checking rand_chacha v0.9.0 |
2094 | 2025-05-22T20:04:15.703Z | Checking unicode-normalization v0.1.24 |
2095 | 2025-05-22T20:04:15.896Z | Checking rand_chacha v0.3.1 |
2096 | 2025-05-22T20:04:15.899Z | Checking semver v1.0.26 |
2097 | 2025-05-22T20:04:16.034Z | Checking bzip2-sys v0.1.13+1.0.8 |
2098 | 2025-05-22T20:04:16.167Z | Checking signature v2.2.0 |
2099 | 2025-05-22T20:04:16.305Z | Checking scroll v0.12.0 |
2100 | 2025-05-22T20:04:16.322Z | Checking crc32fast v1.4.2 |
2101 | 2025-05-22T20:04:16.342Z | Checking tokio-util v0.7.13 |
2102 | 2025-05-22T20:04:16.384Z | Checking dyn-clone v1.0.19 |
2103 | 2025-05-22T20:04:16.555Z | Checking base64 v0.22.1 |
2104 | 2025-05-22T20:04:16.572Z | Checking time-core v0.1.2 |
2105 | 2025-05-22T20:04:16.617Z | Checking openssl-probe v0.1.5 |
2106 | 2025-05-22T20:04:16.735Z | Checking either v1.14.0 |
2107 | 2025-05-22T20:04:16.760Z | Checking anstyle v1.0.10 |
2108 | 2025-05-22T20:04:16.799Z | Checking unicode-properties v0.1.3 |
2109 | 2025-05-22T20:04:17.047Z | Checking utf8parse v0.2.2 |
2110 | 2025-05-22T20:04:17.081Z | Checking unicode-bidi v0.3.17 |
2111 | 2025-05-22T20:04:17.100Z | Checking regex-automata v0.4.8 |
2112 | 2025-05-22T20:04:17.125Z | Checking num-conv v0.1.0 |
2113 | 2025-05-22T20:04:17.201Z | Checking ucd-trie v0.1.7 |
2114 | 2025-05-22T20:04:17.205Z | Checking plain v0.2.3 |
2115 | 2025-05-22T20:04:17.359Z | Checking num_threads v0.1.7 |
2116 | 2025-05-22T20:04:17.383Z | Checking siphasher v0.3.11 |
2117 | 2025-05-22T20:04:17.386Z | Checking h2 v0.4.6 |
2118 | 2025-05-22T20:04:17.433Z | Checking pest v2.7.14 |
2119 | 2025-05-22T20:04:17.494Z | Checking time v0.3.36 |
2120 | 2025-05-22T20:04:17.664Z | Checking stringprep v0.1.5 |
2121 | 2025-05-22T20:04:17.712Z | Checking phf_shared v0.11.2 |
2122 | 2025-05-22T20:04:17.963Z | Checking goblin v0.8.2 |
2123 | 2025-05-22T20:04:17.987Z | Checking anstyle-parse v0.2.5 |
2124 | 2025-05-22T20:04:18.289Z | Checking schemars v0.8.22 |
2125 | 2025-05-22T20:04:18.450Z | Checking rand v0.8.5 |
2126 | 2025-05-22T20:04:19.739Z | Checking rand v0.9.0 |
2127 | 2025-05-22T20:04:19.759Z | Checking native-tls v0.2.12 |
2128 | 2025-05-22T20:04:19.929Z | Checking rustls v0.23.19 |
2129 | 2025-05-22T20:04:19.933Z | Checking crossbeam-deque v0.8.5 |
2130 | 2025-05-22T20:04:19.948Z | Checking quote v1.0.40 |
2131 | 2025-05-22T20:04:20.261Z | Checking serde_spanned v0.6.8 |
2132 | 2025-05-22T20:04:20.308Z | Checking toml_datetime v0.6.9 |
2133 | 2025-05-22T20:04:20.377Z | Checking num-integer v0.1.46 |
2134 | 2025-05-22T20:04:20.486Z | Checking zstd-sys v2.0.14+zstd.1.5.7 |
2135 | 2025-05-22T20:04:20.621Z | Checking md-5 v0.10.6 |
2136 | 2025-05-22T20:04:20.704Z | Checking ff v0.13.0 |
2137 | 2025-05-22T20:04:20.742Z | Checking hash32 v0.2.1 |
2138 | 2025-05-22T20:04:20.856Z | Checking fallible-iterator v0.2.0 |
2139 | 2025-05-22T20:04:20.874Z | Checking base16ct v0.2.0 |
2140 | 2025-05-22T20:04:20.921Z | Checking anstyle-query v1.1.1 |
2141 | 2025-05-22T20:04:21.044Z | Checking pretty-hex v0.4.1 |
2142 | 2025-05-22T20:04:21.070Z | Checking gimli v0.31.1 |
2143 | 2025-05-22T20:04:21.086Z | Checking psl-types v2.0.11 |
2144 | 2025-05-22T20:04:21.243Z | Checking colorchoice v1.0.2 |
2145 | 2025-05-22T20:04:21.282Z | Checking is_terminal_polyfill v1.70.1 |
2146 | 2025-05-22T20:04:21.362Z | Checking publicsuffix v2.3.0 |
2147 | 2025-05-22T20:04:21.407Z | Checking sec1 v0.7.3 |
2148 | 2025-05-22T20:04:21.423Z | Checking anstream v0.6.18 |
2149 | 2025-05-22T20:04:21.438Z | Checking postgres-protocol v0.6.8 |
2150 | 2025-05-22T20:04:21.651Z | Checking heapless v0.7.17 |
2151 | 2025-05-22T20:04:21.789Z | Checking group v0.13.0 |
2152 | 2025-05-22T20:04:21.808Z | Checking num-iter v0.1.45 |
2153 | 2025-05-22T20:04:21.983Z | Checking zstd-safe v7.2.3 |
2154 | 2025-05-22T20:04:22.038Z | Checking syn v2.0.101 |
2155 | 2025-05-22T20:04:22.116Z | Compiling daft v0.1.3 |
2156 | 2025-05-22T20:04:22.270Z | Checking rayon-core v1.12.1 |
2157 | 2025-05-22T20:04:22.599Z | Checking tokio-native-tls v0.3.1 |
2158 | 2025-05-22T20:04:22.635Z | Checking cookie v0.18.1 |
2159 | 2025-05-22T20:04:22.861Z | Checking ipnetwork v0.21.1 |
2160 | 2025-05-22T20:04:22.898Z | Checking dof v0.3.0 |
2161 | 2025-05-22T20:04:22.964Z | Checking dtrace-parser v0.2.0 |
2162 | 2025-05-22T20:04:23.091Z | Checking terminal_size v0.4.0 |
2163 | 2025-05-22T20:04:23.286Z | Checking flate2 v1.1.1 |
2164 | 2025-05-22T20:04:23.304Z | Checking lazy_static v1.5.0 |
2165 | 2025-05-22T20:04:23.439Z | Checking http-body-util v0.1.3 |
2166 | 2025-05-22T20:04:23.476Z | Checking webpki-roots v0.26.6 |
2167 | 2025-05-22T20:04:23.525Z | Checking signal-hook v0.3.17 |
2168 | 2025-05-22T20:04:23.621Z | Checking hyper v1.6.0 |
2169 | 2025-05-22T20:04:23.708Z | Checking hkdf v0.12.4 |
2170 | 2025-05-22T20:04:23.881Z | Checking crypto-bigint v0.5.5 |
2171 | 2025-05-22T20:04:23.901Z | Checking sync_wrapper v1.0.1 |
2172 | 2025-05-22T20:04:23.901Z | Checking thread-id v4.2.2 |
2173 | 2025-05-22T20:04:23.934Z | Checking object v0.36.5 |
2174 | 2025-05-22T20:04:24.023Z | Checking rustc-demangle v0.1.24 |
2175 | 2025-05-22T20:04:24.076Z | Checking winnow v0.5.40 |
2176 | 2025-05-22T20:04:24.488Z | Checking lockfree-object-pool v0.1.6 |
2177 | 2025-05-22T20:04:24.736Z | Checking simd-adler32 v0.3.7 |
2178 | 2025-05-22T20:04:24.805Z | Checking addr2line v0.24.2 |
2179 | 2025-05-22T20:04:25.054Z | Checking tokio-rustls v0.26.0 |
2180 | 2025-05-22T20:04:25.109Z | Checking strsim v0.11.1 |
2181 | 2025-05-22T20:04:25.361Z | Checking ipnet v2.11.0 |
2182 | 2025-05-22T20:04:25.426Z | Checking managed v0.8.0 |
2183 | 2025-05-22T20:04:25.460Z | Checking tower-layer v0.3.3 |
2184 | 2025-05-22T20:04:25.566Z | Checking hyper-util v0.1.11 |
2185 | 2025-05-22T20:04:25.753Z | Checking clap_lex v0.7.4 |
2186 | 2025-05-22T20:04:25.811Z | Checking unicode-width v0.2.0 |
2187 | 2025-05-22T20:04:25.830Z | Checking bumpalo v3.16.0 |
2188 | 2025-05-22T20:04:26.035Z | Checking bitflags v1.3.2 |
2189 | 2025-05-22T20:04:26.154Z | Checking smoltcp v0.9.1 |
2190 | 2025-05-22T20:04:26.183Z | Checking zopfli v0.8.1 |
2191 | 2025-05-22T20:04:26.304Z | Checking console v0.15.10 |
2192 | 2025-05-22T20:04:26.666Z | Checking elliptic-curve v0.13.8 |
2193 | 2025-05-22T20:04:26.879Z | Checking toml_edit v0.19.15 |
2194 | 2025-05-22T20:04:26.896Z | Checking clap_builder v4.5.35 |
2195 | 2025-05-22T20:04:26.899Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2196 | 2025-05-22T20:04:27.219Z | Checking tower v0.5.2 |
2197 | 2025-05-22T20:04:27.271Z | Checking signal-hook-mio v0.2.4 |
2198 | 2025-05-22T20:04:27.448Z | Checking num-bigint-dig v0.8.4 |
2199 | 2025-05-22T20:04:27.589Z | Checking oxnet v0.1.2 |
2200 | 2025-05-22T20:04:27.594Z | Checking hyper-tls v0.6.0 |
2201 | 2025-05-22T20:04:27.894Z | Checking hyper-rustls v0.27.3 |
2202 | 2025-05-22T20:04:27.946Z | Checking cookie_store v0.21.1 |
2203 | 2025-05-22T20:04:27.964Z | Checking rayon v1.10.0 |
2204 | 2025-05-22T20:04:28.056Z | Checking usdt-impl v0.5.0 |
2205 | 2025-05-22T20:04:28.270Z | Checking zstd v0.13.3 |
2206 | 2025-05-22T20:04:28.641Z | Checking postgres-types v0.2.9 |
2207 | 2025-05-22T20:04:28.659Z | Checking bstr v1.10.0 |
2208 | 2025-05-22T20:04:28.678Z | Checking regex v1.11.1 |
2209 | 2025-05-22T20:04:29.304Z | Checking phf v0.11.2 |
2210 | 2025-05-22T20:04:29.322Z | Checking ed25519 v2.2.3 |
2211 | 2025-05-22T20:04:29.381Z | Checking bzip2 v0.5.2 |
2212 | 2025-05-22T20:04:29.466Z | Checking bzip2 v0.4.4 |
2213 | 2025-05-22T20:04:29.525Z | Checking futures-executor v0.3.31 |
2214 | 2025-05-22T20:04:29.578Z | Checking curve25519-dalek v4.1.3 |
2215 | 2025-05-22T20:04:29.659Z | Checking hubpack v0.1.2 |
2216 | 2025-05-22T20:04:29.679Z | Checking memoffset v0.9.1 |
2217 | 2025-05-22T20:04:29.756Z | Checking portable-atomic v1.11.0 |
2218 | 2025-05-22T20:04:29.792Z | Checking rustls-pemfile v2.2.0 |
2219 | 2025-05-22T20:04:29.794Z | Checking pkcs1 v0.7.5 |
2220 | 2025-05-22T20:04:29.966Z | Checking backtrace v0.3.74 |
2221 | 2025-05-22T20:04:29.983Z | Checking serde_urlencoded v0.7.1 |
2222 | 2025-05-22T20:04:29.986Z | Checking serde-big-array v0.5.1 |
2223 | 2025-05-22T20:04:30.016Z | Checking float-cmp v0.10.0 |
2224 | 2025-05-22T20:04:30.365Z | Checking rfc6979 v0.4.0 |
2225 | 2025-05-22T20:04:30.595Z | Checking memmap v0.7.0 |
2226 | 2025-05-22T20:04:30.595Z | Checking encoding_rs v0.8.34 |
2227 | 2025-05-22T20:04:30.650Z | Checking number_prefix v0.4.0 |
2228 | 2025-05-22T20:04:30.650Z | Checking predicates-core v1.0.8 |
2229 | 2025-05-22T20:04:30.650Z | Checking precomputed-hash v0.1.1 |
2230 | 2025-05-22T20:04:30.650Z | Checking toml_write v0.1.1 |
2231 | 2025-05-22T20:04:30.650Z | Checking difflib v0.4.0 |
2232 | 2025-05-22T20:04:30.664Z | Checking new_debug_unreachable v1.0.6 |
2233 | 2025-05-22T20:04:30.664Z | Checking minimal-lexical v0.2.1 |
2234 | 2025-05-22T20:04:30.707Z | Checking data-encoding v2.6.0 |
2235 | 2025-05-22T20:04:30.752Z | Checking winnow v0.7.10 |
2236 | 2025-05-22T20:04:30.836Z | Checking fixedbitset v0.4.2 |
2237 | 2025-05-22T20:04:30.910Z | Checking unicode-segmentation v1.12.0 |
2238 | 2025-05-22T20:04:31.008Z | Checking whoami v1.5.2 |
2239 | 2025-05-22T20:04:31.118Z | Checking mime v0.3.17 |
2240 | 2025-05-22T20:04:31.275Z | Checking static_assertions v1.1.0 |
2241 | 2025-05-22T20:04:31.322Z | Checking normalize-line-endings v0.3.0 |
2242 | 2025-05-22T20:04:31.343Z | Checking ed25519-dalek v2.1.1 |
2243 | 2025-05-22T20:04:31.384Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b) |
2244 | 2025-05-22T20:04:31.439Z | Checking tokio-postgres v0.7.13 |
2245 | 2025-05-22T20:04:31.464Z | Checking predicates v3.1.3 |
2246 | 2025-05-22T20:04:31.554Z | Checking indicatif v0.17.11 |
2247 | 2025-05-22T20:04:31.602Z | Checking similar v2.7.0 |
2248 | 2025-05-22T20:04:31.746Z | Checking hickory-proto v0.24.4 |
2249 | 2025-05-22T20:04:32.113Z | Checking petgraph v0.6.5 |
2250 | 2025-05-22T20:04:32.297Z | Checking nom v7.1.3 |
2251 | 2025-05-22T20:04:32.442Z | Checking string_cache v0.8.9 |
2252 | 2025-05-22T20:04:32.458Z | Checking reqwest v0.12.15 (https://github.com/seanmonstar/reqwest?rev=114d97c1a862567b465cb57f14d584626e1cf30c#114d97c1) |
2253 | 2025-05-22T20:04:32.762Z | Checking anyhow v1.0.98 |
2254 | 2025-05-22T20:04:33.172Z | Checking usdt v0.5.0 |
2255 | 2025-05-22T20:04:33.467Z | Checking ecdsa v0.16.9 |
2256 | 2025-05-22T20:04:33.631Z | Checking toml_edit v0.22.26 |
2257 | 2025-05-22T20:04:34.170Z | Checking rsa v0.9.6 |
2258 | 2025-05-22T20:04:34.315Z | Checking clap v4.5.35 |
2259 | 2025-05-22T20:04:34.460Z | Checking nix v0.29.0 |
2260 | 2025-05-22T20:04:34.741Z | Checking futures v0.3.31 |
2261 | 2025-05-22T20:04:34.868Z | Checking zip v0.6.6 |
2262 | 2025-05-22T20:04:34.924Z | Checking zip v2.6.1 |
2263 | 2025-05-22T20:04:35.138Z | Checking toml v0.7.8 |
2264 | 2025-05-22T20:04:35.162Z | Checking crossterm v0.28.1 |
2265 | 2025-05-22T20:04:35.587Z | Checking tokio-stream v0.1.17 |
2266 | 2025-05-22T20:04:35.876Z | Checking itertools v0.12.1 |
2267 | 2025-05-22T20:04:35.894Z | Checking itertools v0.10.5 |
2268 | 2025-05-22T20:04:36.173Z | Checking buf-list v1.0.3 |
2269 | 2025-05-22T20:04:36.339Z | Checking fs-err v3.1.0 |
2270 | 2025-05-22T20:04:36.343Z | Checking strum v0.26.3 |
2271 | 2025-05-22T20:04:36.373Z | Checking ahash v0.8.11 |
2272 | 2025-05-22T20:04:36.511Z | Checking slog v2.7.0 |
2273 | 2025-05-22T20:04:36.528Z | Checking openapiv3 v2.0.0 |
2274 | 2025-05-22T20:04:36.678Z | Checking x509-cert v0.2.5 |
2275 | 2025-05-22T20:04:36.806Z | Checking sha1 v0.10.6 |
2276 | 2025-05-22T20:04:36.865Z | Checking winnow v0.6.26 |
2277 | 2025-05-22T20:04:36.883Z | Checking peg-runtime v0.8.5 |
2278 | 2025-05-22T20:04:36.988Z | Checking lalrpop-util v0.19.12 |
2279 | 2025-05-22T20:04:37.106Z | Checking camino v1.1.9 |
2280 | 2025-05-22T20:04:37.125Z | Checking sigpipe v0.1.3 |
2281 | 2025-05-22T20:04:37.252Z | Checking jiff v0.2.13 |
2282 | 2025-05-22T20:04:37.285Z | Checking glob v0.3.2 |
2283 | 2025-05-22T20:04:41.277Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2284 | 2025-05-22T20:04:41.679Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.57s |
2285 | 2025-05-22T20:04:41.852Z | |
2286 | 2025-05-22T20:04:41.852Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (50/215) |
2287 | 2025-05-22T20:04:42.534Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2288 | 2025-05-22T20:04:42.537Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2289 | 2025-05-22T20:04:42.661Z | Compiling regress v0.10.3 |
2290 | 2025-05-22T20:04:42.783Z | Compiling thiserror-impl v2.0.12 |
2291 | 2025-05-22T20:04:42.798Z | Checking heck v0.5.0 |
2292 | 2025-05-22T20:04:42.823Z | Compiling unsafe-libyaml v0.2.11 |
2293 | 2025-05-22T20:04:42.844Z | Checking dirs-sys-next v0.1.2 |
2294 | 2025-05-22T20:04:42.847Z | Checking fastrand v2.1.1 |
2295 | 2025-05-22T20:04:42.878Z | Checking newtype-uuid v1.2.1 |
2296 | 2025-05-22T20:04:42.970Z | Checking thread_local v1.1.8 |
2297 | 2025-05-22T20:04:43.033Z | Checking dirs-next v2.0.0 |
2298 | 2025-05-22T20:04:43.162Z | Compiling structmeta-derive v0.3.0 |
2299 | 2025-05-22T20:04:43.182Z | Checking tempfile v3.13.0 |
2300 | 2025-05-22T20:04:43.213Z | Compiling ident_case v1.0.1 |
2301 | 2025-05-22T20:04:43.289Z | Checking term v0.7.0 |
2302 | 2025-05-22T20:04:43.412Z | Compiling darling_core v0.20.10 |
2303 | 2025-05-22T20:04:43.550Z | Checking daft v0.1.3 |
2304 | 2025-05-22T20:04:43.735Z | Checking crossbeam-channel v0.5.15 |
2305 | 2025-05-22T20:04:44.000Z | Checking is-terminal v0.4.13 |
2306 | 2025-05-22T20:04:44.144Z | Compiling serde_yaml v0.9.34+deprecated |
2307 | 2025-05-22T20:04:44.467Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2308 | 2025-05-22T20:04:44.495Z | Compiling rustls v0.22.4 |
2309 | 2025-05-22T20:04:44.795Z | Checking take_mut v0.2.2 |
2310 | 2025-05-22T20:04:44.873Z | Checking slog-term v2.9.1 |
2311 | 2025-05-22T20:04:44.968Z | Checking slog-async v2.8.0 |
2312 | 2025-05-22T20:04:45.284Z | Compiling proc-macro-crate v1.3.1 |
2313 | 2025-05-22T20:04:45.381Z | Checking wait-timeout v0.2.0 |
2314 | 2025-05-22T20:04:45.596Z | Compiling multer v3.1.0 |
2315 | 2025-05-22T20:04:45.711Z | Compiling structmeta v0.3.0 |
2316 | 2025-05-22T20:04:45.842Z | Compiling thiserror v2.0.12 |
2317 | 2025-05-22T20:04:46.025Z | Checking quick-error v1.2.3 |
2318 | 2025-05-22T20:04:46.069Z | Checking match_cfg v0.1.0 |
2319 | 2025-05-22T20:04:46.102Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2320 | 2025-05-22T20:04:46.124Z | Checking bit-vec v0.8.0 |
2321 | 2025-05-22T20:04:46.175Z | Checking hostname v0.3.1 |
2322 | 2025-05-22T20:04:46.195Z | Checking rusty-fork v0.3.0 |
2323 | 2025-05-22T20:04:46.198Z | Checking typify-impl v0.3.0 |
2324 | 2025-05-22T20:04:46.325Z | Checking typify-impl v0.2.0 |
2325 | 2025-05-22T20:04:46.425Z | Compiling num_enum_derive v0.5.11 |
2326 | 2025-05-22T20:04:47.459Z | Checking bit-set v0.8.0 |
2327 | 2025-05-22T20:04:47.744Z | Checking progenitor-client v0.9.1 |
2328 | 2025-05-22T20:04:48.166Z | Checking slog-json v2.6.1 |
2329 | 2025-05-22T20:04:48.463Z | Checking rand_xorshift v0.3.0 |
2330 | 2025-05-22T20:04:48.676Z | Compiling lzma-sys v0.1.20 |
2331 | 2025-05-22T20:04:48.732Z | Checking hex v0.4.3 |
2332 | 2025-05-22T20:04:48.822Z | Compiling foreign-types-macros v0.2.3 |
2333 | 2025-05-22T20:04:48.841Z | Compiling async-stream-impl v0.3.6 |
2334 | 2025-05-22T20:04:49.241Z | Compiling dropshot v0.16.2 |
2335 | 2025-05-22T20:04:49.286Z | Compiling darling_macro v0.20.10 |
2336 | 2025-05-22T20:04:49.390Z | Checking arc-swap v1.7.1 |
2337 | 2025-05-22T20:04:49.563Z | Checking foreign-types-shared v0.3.1 |
2338 | 2025-05-22T20:04:49.695Z | Checking utf-8 v0.7.6 |
2339 | 2025-05-22T20:04:49.836Z | Checking unarray v0.1.4 |
2340 | 2025-05-22T20:04:49.919Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2341 | 2025-05-22T20:04:50.015Z | Checking proptest v1.6.0 |
2342 | 2025-05-22T20:04:50.019Z | Checking async-stream v0.3.6 |
2343 | 2025-05-22T20:04:50.051Z | Checking foreign-types v0.5.0 |
2344 | 2025-05-22T20:04:50.071Z | Checking tungstenite v0.21.0 |
2345 | 2025-05-22T20:04:50.168Z | Compiling darling v0.20.10 |
2346 | 2025-05-22T20:04:50.187Z | Checking slog-scope v4.4.0 |
2347 | 2025-05-22T20:04:50.299Z | Compiling serde_with_macros v3.12.0 |
2348 | 2025-05-22T20:04:50.346Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2349 | 2025-05-22T20:04:50.406Z | Checking num_enum v0.5.11 |
2350 | 2025-05-22T20:04:50.513Z | Checking slog-bunyan v2.5.0 |
2351 | 2025-05-22T20:04:50.584Z | Compiling proc-macro-error v1.0.4 |
2352 | 2025-05-22T20:04:51.002Z | Checking tokio-rustls v0.25.0 |
2353 | 2025-05-22T20:04:51.102Z | Compiling parse-display-derive v0.10.0 |
2354 | 2025-05-22T20:04:51.124Z | Compiling test-strategy v0.4.0 |
2355 | 2025-05-22T20:04:51.380Z | Checking toml v0.8.22 |
2356 | 2025-05-22T20:04:51.437Z | Checking progenitor-client v0.8.0 |
2357 | 2025-05-22T20:04:51.803Z | Compiling heck v0.3.3 |
2358 | 2025-05-22T20:04:52.054Z | Checking waitgroup v0.1.2 |
2359 | 2025-05-22T20:04:52.147Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2360 | 2025-05-22T20:04:52.216Z | Compiling dropshot_endpoint v0.16.2 |
2361 | 2025-05-22T20:04:52.772Z | Checking serde_path_to_error v0.1.17 |
2362 | 2025-05-22T20:04:52.952Z | Compiling derive-where v1.2.7 |
2363 | 2025-05-22T20:04:53.494Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2364 | 2025-05-22T20:04:54.228Z | Checking hostname v0.4.0 |
2365 | 2025-05-22T20:04:54.383Z | Checking cstr-argument v0.1.2 |
2366 | 2025-05-22T20:04:54.476Z | Checking instant v0.1.13 |
2367 | 2025-05-22T20:04:54.583Z | Checking base64 v0.21.7 |
2368 | 2025-05-22T20:04:54.602Z | Checking pretty-hex v0.2.1 |
2369 | 2025-05-22T20:04:54.617Z | Checking debug-ignore v1.0.5 |
2370 | 2025-05-22T20:04:54.775Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
2371 | 2025-05-22T20:04:54.793Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2372 | 2025-05-22T20:04:54.857Z | Checking parse-display v0.10.0 |
2373 | 2025-05-22T20:04:55.057Z | Checking backoff v0.4.0 |
2374 | 2025-05-22T20:04:55.078Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2375 | 2025-05-22T20:04:55.116Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26) |
2376 | 2025-05-22T20:04:55.132Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2377 | 2025-05-22T20:04:55.307Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2378 | 2025-05-22T20:04:55.373Z | Checking serde_with v3.12.0 |
2379 | 2025-05-22T20:04:55.409Z | Compiling zone_cfg_derive v0.1.2 |
2380 | 2025-05-22T20:04:55.492Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2381 | 2025-05-22T20:04:55.789Z | Checking tokio-tungstenite v0.21.0 |
2382 | 2025-05-22T20:04:56.014Z | Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
2383 | 2025-05-22T20:04:56.199Z | Checking slog-stdlog v4.1.1 |
2384 | 2025-05-22T20:04:56.336Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2385 | 2025-05-22T20:04:56.383Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2386 | 2025-05-22T20:04:56.483Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
2387 | 2025-05-22T20:04:56.691Z | Checking progenitor-client v0.10.0 |
2388 | 2025-05-22T20:04:56.746Z | Checking colored v2.2.0 |
2389 | 2025-05-22T20:04:56.771Z | Checking macaddr v1.0.1 |
2390 | 2025-05-22T20:04:57.094Z | Checking unicode-width v0.1.14 |
2391 | 2025-05-22T20:04:57.129Z | Checking base64 v0.13.1 |
2392 | 2025-05-22T20:04:57.564Z | Checking ron v0.7.1 |
2393 | 2025-05-22T20:04:57.564Z | Checking zone v0.1.8 |
2394 | 2025-05-22T20:04:57.615Z | Checking tabwriter v1.4.0 |
2395 | 2025-05-22T20:04:57.860Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2396 | 2025-05-22T20:04:58.337Z | Checking xz2 v0.1.7 |
2397 | 2025-05-22T20:04:58.397Z | Checking slog-envlogger v2.2.0 |
2398 | 2025-05-22T20:04:58.452Z | Checking xattr v1.3.1 |
2399 | 2025-05-22T20:04:58.652Z | Checking pem v3.0.5 |
2400 | 2025-05-22T20:04:58.671Z | Checking yasna v0.5.2 |
2401 | 2025-05-22T20:04:58.692Z | Checking smf v0.2.3 |
2402 | 2025-05-22T20:04:58.715Z | Checking headers-core v0.3.0 |
2403 | 2025-05-22T20:04:58.896Z | Checking filetime v0.2.25 |
2404 | 2025-05-22T20:04:58.939Z | Checking same-file v1.0.6 |
2405 | 2025-05-22T20:04:59.148Z | Checking walkdir v2.5.0 |
2406 | 2025-05-22T20:04:59.151Z | Checking tar v0.4.44 |
2407 | 2025-05-22T20:04:59.191Z | Checking headers v0.4.0 |
2408 | 2025-05-22T20:04:59.195Z | Checking camino-tempfile v1.3.0 |
2409 | 2025-05-22T20:04:59.470Z | Checking atomicwrites v0.4.4 |
2410 | 2025-05-22T20:04:59.505Z | Checking subprocess v0.2.9 |
2411 | 2025-05-22T20:04:59.533Z | Checking rcgen v0.12.1 |
2412 | 2025-05-22T20:05:00.104Z | Compiling typify-macro v0.2.0 |
2413 | 2025-05-22T20:05:00.245Z | Compiling typify-macro v0.3.0 |
2414 | 2025-05-22T20:05:01.891Z | Compiling typify v0.2.0 |
2415 | 2025-05-22T20:05:01.987Z | Compiling progenitor-impl v0.8.0 |
2416 | 2025-05-22T20:05:02.152Z | Compiling typify v0.3.0 |
2417 | 2025-05-22T20:05:02.267Z | Compiling progenitor-impl v0.9.1 |
2418 | 2025-05-22T20:05:04.886Z | Compiling progenitor-macro v0.8.0 |
2419 | 2025-05-22T20:05:05.137Z | Compiling progenitor-macro v0.9.1 |
2420 | 2025-05-22T20:05:09.257Z | Checking progenitor v0.8.0 |
2421 | 2025-05-22T20:05:09.419Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2422 | 2025-05-22T20:05:09.819Z | Checking progenitor v0.9.1 |
2423 | 2025-05-22T20:05:09.968Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=875ae5b7f8f0e32e9be672a36b5dda109b9b2450#875ae5b7) |
2424 | 2025-05-22T20:05:11.978Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
2425 | 2025-05-22T20:05:12.882Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2426 | 2025-05-22T20:05:19.257Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2427 | 2025-05-22T20:05:20.939Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2428 | 2025-05-22T20:05:22.326Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.46s |
2429 | 2025-05-22T20:05:22.520Z | |
2430 | 2025-05-22T20:05:22.520Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (51/215) |
2431 | 2025-05-22T20:05:23.213Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2432 | 2025-05-22T20:05:23.218Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2433 | 2025-05-22T20:05:23.317Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2434 | 2025-05-22T20:05:24.899Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.37s |
2435 | 2025-05-22T20:05:25.098Z | |
2436 | 2025-05-22T20:05:25.098Z | info: running `cargo check --bins` on nexus-config (52/215) |
2437 | 2025-05-22T20:05:25.776Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2438 | 2025-05-22T20:05:25.780Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2439 | 2025-05-22T20:05:25.780Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2440 | 2025-05-22T20:05:25.783Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
2441 | 2025-05-22T20:05:25.866Z | |
2442 | 2025-05-22T20:05:25.867Z | info: running `cargo check --bins` on omicron-rpaths (53/215) |
2443 | 2025-05-22T20:05:26.507Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2444 | 2025-05-22T20:05:26.510Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2445 | 2025-05-22T20:05:26.510Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2446 | 2025-05-22T20:05:26.513Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
2447 | 2025-05-22T20:05:26.594Z | |
2448 | 2025-05-22T20:05:26.595Z | info: running `cargo check --bins` on omicron-certificates (54/215) |
2449 | 2025-05-22T20:05:27.251Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2450 | 2025-05-22T20:05:27.255Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2451 | 2025-05-22T20:05:27.255Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2452 | 2025-05-22T20:05:27.258Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
2453 | 2025-05-22T20:05:27.345Z | |
2454 | 2025-05-22T20:05:27.345Z | info: running `cargo check --bins` on omicron-clickhouse-admin (55/215) |
2455 | 2025-05-22T20:05:28.072Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2456 | 2025-05-22T20:05:28.076Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2457 | 2025-05-22T20:05:28.253Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2458 | 2025-05-22T20:05:28.378Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2459 | 2025-05-22T20:05:28.391Z | Compiling tempfile v3.13.0 |
2460 | 2025-05-22T20:05:28.403Z | Compiling wait-timeout v0.2.0 |
2461 | 2025-05-22T20:05:28.406Z | Compiling bit-vec v0.8.0 |
2462 | 2025-05-22T20:05:28.406Z | Compiling quick-error v1.2.3 |
2463 | 2025-05-22T20:05:28.406Z | Compiling match_cfg v0.1.0 |
2464 | 2025-05-22T20:05:28.406Z | Compiling rustls v0.22.4 |
2465 | 2025-05-22T20:05:28.529Z | Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
2466 | 2025-05-22T20:05:28.613Z | Compiling hostname v0.3.1 |
2467 | 2025-05-22T20:05:28.627Z | Compiling progenitor-client v0.9.1 |
2468 | 2025-05-22T20:05:28.835Z | Compiling rusty-fork v0.3.0 |
2469 | 2025-05-22T20:05:28.867Z | Compiling slog-json v2.6.1 |
2470 | 2025-05-22T20:05:28.886Z | Compiling bit-set v0.8.0 |
2471 | 2025-05-22T20:05:28.920Z | Compiling rand_xorshift v0.3.0 |
2472 | 2025-05-22T20:05:29.012Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2473 | 2025-05-22T20:05:29.096Z | Compiling itertools v0.13.0 |
2474 | 2025-05-22T20:05:29.156Z | Compiling hex v0.4.3 |
2475 | 2025-05-22T20:05:29.185Z | Compiling heapless v0.8.0 |
2476 | 2025-05-22T20:05:29.219Z | Compiling unarray v0.1.4 |
2477 | 2025-05-22T20:05:29.267Z | Compiling slog-bunyan v2.5.0 |
2478 | 2025-05-22T20:05:29.415Z | Compiling proptest v1.6.0 |
2479 | 2025-05-22T20:05:29.480Z | Compiling progenitor v0.9.1 |
2480 | 2025-05-22T20:05:29.506Z | Compiling async-stream v0.3.6 |
2481 | 2025-05-22T20:05:29.743Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2482 | 2025-05-22T20:05:29.775Z | Compiling multer v3.1.0 |
2483 | 2025-05-22T20:05:29.818Z | Compiling toml v0.8.22 |
2484 | 2025-05-22T20:05:29.943Z | Compiling waitgroup v0.1.2 |
2485 | 2025-05-22T20:05:30.033Z | Checking hash32 v0.3.1 |
2486 | 2025-05-22T20:05:30.187Z | Compiling serde_path_to_error v0.1.17 |
2487 | 2025-05-22T20:05:30.258Z | Compiling hostname v0.4.0 |
2488 | 2025-05-22T20:05:30.514Z | Compiling instant v0.1.13 |
2489 | 2025-05-22T20:05:30.690Z | Compiling debug-ignore v1.0.5 |
2490 | 2025-05-22T20:05:30.709Z | Compiling smoltcp v0.11.0 |
2491 | 2025-05-22T20:05:30.874Z | Compiling backoff v0.4.0 |
2492 | 2025-05-22T20:05:31.230Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=875ae5b7f8f0e32e9be672a36b5dda109b9b2450#875ae5b7) |
2493 | 2025-05-22T20:05:31.260Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2494 | 2025-05-22T20:05:31.372Z | Compiling serde_with v3.12.0 |
2495 | 2025-05-22T20:05:31.451Z | Compiling parse-display v0.10.0 |
2496 | 2025-05-22T20:05:31.961Z | Compiling ingot-macros v0.1.0 |
2497 | 2025-05-22T20:05:32.071Z | Checking num-rational v0.4.2 |
2498 | 2025-05-22T20:05:32.201Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2499 | 2025-05-22T20:05:32.721Z | Compiling tokio-rustls v0.25.0 |
2500 | 2025-05-22T20:05:32.854Z | Compiling progenitor-client v0.10.0 |
2501 | 2025-05-22T20:05:33.155Z | Compiling dropshot v0.16.2 |
2502 | 2025-05-22T20:05:33.436Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
2503 | 2025-05-22T20:05:35.585Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26) |
2504 | 2025-05-22T20:05:36.417Z | Compiling phf_generator v0.11.2 |
2505 | 2025-05-22T20:05:36.638Z | Checking num-complex v0.4.6 |
2506 | 2025-05-22T20:05:36.860Z | Compiling macaddr v1.0.1 |
2507 | 2025-05-22T20:05:37.317Z | Checking cobs v0.2.3 |
2508 | 2025-05-22T20:05:37.503Z | Checking num v0.4.3 |
2509 | 2025-05-22T20:05:37.543Z | Checking postcard v1.0.10 |
2510 | 2025-05-22T20:05:37.650Z | Compiling phf_codegen v0.11.2 |
2511 | 2025-05-22T20:05:37.884Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=9e79588b11a69ff3d40f9aa29af97e31a0045c4b#9e79588b) |
2512 | 2025-05-22T20:05:38.103Z | Compiling parse-zoneinfo v0.3.1 |
2513 | 2025-05-22T20:05:38.375Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=9e79588b11a69ff3d40f9aa29af97e31a0045c4b#9e79588b) |
2514 | 2025-05-22T20:05:38.718Z | Compiling float-ord v0.3.2 |
2515 | 2025-05-22T20:05:39.102Z | Compiling convert_case v0.4.0 |
2516 | 2025-05-22T20:05:39.170Z | Checking ingot-types v0.1.0 |
2517 | 2025-05-22T20:05:39.685Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2518 | 2025-05-22T20:05:39.755Z | Compiling chrono-tz-build v0.4.0 |
2519 | 2025-05-22T20:05:39.934Z | Compiling derive_more v0.99.20 |
2520 | 2025-05-22T20:05:39.995Z | Checking ingot v0.1.0 |
2521 | 2025-05-22T20:05:40.827Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=9e79588b11a69ff3d40f9aa29af97e31a0045c4b#9e79588b) |
2522 | 2025-05-22T20:05:40.902Z | Checking linked-hash-map v0.5.6 |
2523 | 2025-05-22T20:05:41.215Z | Compiling crucible-workspace-hack v0.1.0 |
2524 | 2025-05-22T20:05:41.534Z | Checking lru-cache v0.1.2 |
2525 | 2025-05-22T20:05:41.668Z | Compiling chrono-tz v0.10.3 |
2526 | 2025-05-22T20:05:41.740Z | Checking resolv-conf v0.7.0 |
2527 | 2025-05-22T20:05:42.150Z | Checking newline-converter v0.3.0 |
2528 | 2025-05-22T20:05:42.182Z | Checking itertools v0.14.0 |
2529 | 2025-05-22T20:05:42.349Z | Checking prettyplease v0.2.32 |
2530 | 2025-05-22T20:05:42.404Z | Compiling slog-dtrace v0.3.0 |
2531 | 2025-05-22T20:05:42.737Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2532 | 2025-05-22T20:05:43.170Z | Checking expectorate v1.2.0 |
2533 | 2025-05-22T20:05:43.426Z | Checking hickory-resolver v0.24.4 |
2534 | 2025-05-22T20:05:43.556Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=9e79588b11a69ff3d40f9aa29af97e31a0045c4b#9e79588b) |
2535 | 2025-05-22T20:05:43.609Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2536 | 2025-05-22T20:05:44.284Z | Compiling zone_cfg_derive v0.3.0 |
2537 | 2025-05-22T20:05:44.768Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
2538 | 2025-05-22T20:05:44.808Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2539 | 2025-05-22T20:05:45.049Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=9e79588b11a69ff3d40f9aa29af97e31a0045c4b#9e79588b) |
2540 | 2025-05-22T20:05:45.091Z | Compiling const_format_proc_macros v0.2.34 |
2541 | 2025-05-22T20:05:45.147Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2542 | 2025-05-22T20:05:45.655Z | Compiling num-derive v0.4.2 |
2543 | 2025-05-22T20:05:45.853Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2544 | 2025-05-22T20:05:46.113Z | Checking highway v1.3.0 |
2545 | 2025-05-22T20:05:46.185Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2546 | 2025-05-22T20:05:46.268Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
2547 | 2025-05-22T20:05:46.480Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2548 | 2025-05-22T20:05:46.619Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2549 | 2025-05-22T20:05:46.791Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=9e79588b11a69ff3d40f9aa29af97e31a0045c4b#9e79588b) |
2550 | 2025-05-22T20:05:46.925Z | Checking const_format v0.2.34 |
2551 | 2025-05-22T20:05:47.256Z | Checking zone v0.3.1 |
2552 | 2025-05-22T20:05:47.382Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
2553 | 2025-05-22T20:05:47.413Z | Checking qorb v0.3.1 |
2554 | 2025-05-22T20:05:47.873Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
2555 | 2025-05-22T20:05:48.107Z | Checking gethostname v0.5.0 |
2556 | 2025-05-22T20:05:48.299Z | Checking bcs v0.1.6 |
2557 | 2025-05-22T20:05:48.355Z | Checking nanorand v0.7.0 |
2558 | 2025-05-22T20:05:48.554Z | Compiling async-recursion v1.1.1 |
2559 | 2025-05-22T20:05:48.745Z | Checking termtree v0.5.1 |
2560 | 2025-05-22T20:05:48.809Z | Checking flume v0.11.1 |
2561 | 2025-05-22T20:05:48.984Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2562 | 2025-05-22T20:05:54.609Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2563 | 2025-05-22T20:05:59.075Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2564 | 2025-05-22T20:06:00.702Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2565 | 2025-05-22T20:06:02.008Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.65s |
2566 | 2025-05-22T20:06:02.202Z | |
2567 | 2025-05-22T20:06:02.202Z | info: running `cargo check --bins` on clickhouse-admin-api (56/215) |
2568 | 2025-05-22T20:06:02.873Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2569 | 2025-05-22T20:06:02.877Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2570 | 2025-05-22T20:06:02.877Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2571 | 2025-05-22T20:06:02.880Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
2572 | 2025-05-22T20:06:02.965Z | |
2573 | 2025-05-22T20:06:02.965Z | info: running `cargo check --bins` on clickhouse-admin-types (57/215) |
2574 | 2025-05-22T20:06:03.625Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2575 | 2025-05-22T20:06:03.628Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2576 | 2025-05-22T20:06:03.628Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2577 | 2025-05-22T20:06:03.632Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
2578 | 2025-05-22T20:06:03.725Z | |
2579 | 2025-05-22T20:06:03.725Z | info: running `cargo check --bins --no-default-features` on oximeter-db (58/215) |
2580 | 2025-05-22T20:06:04.404Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2581 | 2025-05-22T20:06:04.408Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2582 | 2025-05-22T20:06:04.512Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2583 | 2025-05-22T20:06:05.543Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s |
2584 | 2025-05-22T20:06:05.558Z | |
2585 | 2025-05-22T20:06:05.558Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (59/215) |
2586 | 2025-05-22T20:06:06.087Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2587 | 2025-05-22T20:06:06.091Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2588 | 2025-05-22T20:06:06.201Z | Compiling cfg_aliases v0.1.1 |
2589 | 2025-05-22T20:06:06.205Z | Compiling vte_generate_state_changes v0.1.2 |
2590 | 2025-05-22T20:06:06.205Z | Checking fd-lock v4.0.2 |
2591 | 2025-05-22T20:06:06.205Z | Checking nibble_vec v0.1.0 |
2592 | 2025-05-22T20:06:06.316Z | Checking endian-type v0.1.2 |
2593 | 2025-05-22T20:06:06.326Z | Checking bytecount v0.6.8 |
2594 | 2025-05-22T20:06:06.369Z | Compiling tabled_derive v0.7.0 |
2595 | 2025-05-22T20:06:06.373Z | Compiling peg-macros v0.8.5 |
2596 | 2025-05-22T20:06:06.403Z | Compiling nix v0.28.0 |
2597 | 2025-05-22T20:06:06.487Z | Checking papergrid v0.11.0 |
2598 | 2025-05-22T20:06:06.506Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2599 | 2025-05-22T20:06:06.525Z | Compiling sqlparser_derive v0.2.2 |
2600 | 2025-05-22T20:06:06.565Z | Checking radix_trie v0.2.1 |
2601 | 2025-05-22T20:06:06.855Z | Checking vte v0.11.1 |
2602 | 2025-05-22T20:06:06.973Z | Checking unicode_categories v0.1.1 |
2603 | 2025-05-22T20:06:07.273Z | Checking home v0.5.9 |
2604 | 2025-05-22T20:06:07.443Z | Checking nu-ansi-term v0.50.1 |
2605 | 2025-05-22T20:06:07.500Z | Checking sqlparser v0.45.0 |
2606 | 2025-05-22T20:06:07.524Z | Checking sqlformat v0.3.5 |
2607 | 2025-05-22T20:06:07.848Z | Checking display-error-chain v0.2.2 |
2608 | 2025-05-22T20:06:08.218Z | Checking strip-ansi-escapes v0.2.0 |
2609 | 2025-05-22T20:06:08.396Z | Checking reedline v0.38.0 |
2610 | 2025-05-22T20:06:08.454Z | Checking tabled v0.15.0 |
2611 | 2025-05-22T20:06:08.850Z | Checking peg v0.8.5 |
2612 | 2025-05-22T20:06:09.278Z | Checking rustyline v14.0.0 |
2613 | 2025-05-22T20:06:18.000Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.58s |
2614 | 2025-05-22T20:06:18.187Z | |
2615 | 2025-05-22T20:06:18.187Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (60/215) |
2616 | 2025-05-22T20:06:18.874Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2617 | 2025-05-22T20:06:18.877Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2618 | 2025-05-22T20:06:18.989Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2619 | 2025-05-22T20:06:24.217Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.02s |
2620 | 2025-05-22T20:06:24.416Z | |
2621 | 2025-05-22T20:06:24.416Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (61/215) |
2622 | 2025-05-22T20:06:25.099Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2623 | 2025-05-22T20:06:25.102Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2624 | 2025-05-22T20:06:25.213Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2625 | 2025-05-22T20:06:28.823Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.40s |
2626 | 2025-05-22T20:06:29.020Z | |
2627 | 2025-05-22T20:06:29.020Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (62/215) |
2628 | 2025-05-22T20:06:29.686Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2629 | 2025-05-22T20:06:29.689Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2630 | 2025-05-22T20:06:29.792Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2631 | 2025-05-22T20:06:34.727Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.70s |
2632 | 2025-05-22T20:06:34.922Z | |
2633 | 2025-05-22T20:06:34.922Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (63/215) |
2634 | 2025-05-22T20:06:35.595Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2635 | 2025-05-22T20:06:35.599Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2636 | 2025-05-22T20:06:35.703Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2637 | 2025-05-22T20:06:40.670Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.74s |
2638 | 2025-05-22T20:06:40.868Z | |
2639 | 2025-05-22T20:06:40.868Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (64/215) |
2640 | 2025-05-22T20:06:41.536Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2641 | 2025-05-22T20:06:41.539Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2642 | 2025-05-22T20:06:41.648Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2643 | 2025-05-22T20:06:45.492Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.61s |
2644 | 2025-05-22T20:06:45.693Z | |
2645 | 2025-05-22T20:06:45.693Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (65/215) |
2646 | 2025-05-22T20:06:46.370Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2647 | 2025-05-22T20:06:46.374Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2648 | 2025-05-22T20:06:46.478Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2649 | 2025-05-22T20:06:50.375Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.67s |
2650 | 2025-05-22T20:06:50.578Z | |
2651 | 2025-05-22T20:06:50.578Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (66/215) |
2652 | 2025-05-22T20:06:51.270Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2653 | 2025-05-22T20:06:51.273Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2654 | 2025-05-22T20:06:51.381Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2655 | 2025-05-22T20:06:56.566Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.98s |
2656 | 2025-05-22T20:06:56.760Z | |
2657 | 2025-05-22T20:06:56.761Z | info: running `cargo check --bins` on oximeter (67/215) |
2658 | 2025-05-22T20:06:57.414Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2659 | 2025-05-22T20:06:57.417Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2660 | 2025-05-22T20:06:57.419Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2661 | 2025-05-22T20:06:57.425Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
2662 | 2025-05-22T20:06:57.503Z | |
2663 | 2025-05-22T20:06:57.503Z | info: running `cargo check --bins` on oximeter-macro-impl (68/215) |
2664 | 2025-05-22T20:06:58.128Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2665 | 2025-05-22T20:06:58.131Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2666 | 2025-05-22T20:06:58.131Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2667 | 2025-05-22T20:06:58.135Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2668 | 2025-05-22T20:06:58.210Z | |
2669 | 2025-05-22T20:06:58.210Z | info: running `cargo check --bins` on oximeter-schema (69/215) |
2670 | 2025-05-22T20:06:58.874Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2671 | 2025-05-22T20:06:58.877Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2672 | 2025-05-22T20:06:58.968Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2673 | 2025-05-22T20:07:01.049Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2674 | 2025-05-22T20:07:02.045Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.82s |
2675 | 2025-05-22T20:07:02.231Z | |
2676 | 2025-05-22T20:07:02.231Z | info: running `cargo check --bins` on oximeter-types (70/215) |
2677 | 2025-05-22T20:07:02.899Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2678 | 2025-05-22T20:07:02.902Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2679 | 2025-05-22T20:07:02.902Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2680 | 2025-05-22T20:07:02.906Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
2681 | 2025-05-22T20:07:02.988Z | |
2682 | 2025-05-22T20:07:02.988Z | info: running `cargo check --bins` on oximeter-timeseries-macro (71/215) |
2683 | 2025-05-22T20:07:03.659Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2684 | 2025-05-22T20:07:03.663Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2685 | 2025-05-22T20:07:03.663Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2686 | 2025-05-22T20:07:03.666Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
2687 | 2025-05-22T20:07:03.748Z | |
2688 | 2025-05-22T20:07:03.748Z | info: running `cargo check --bins` on oxql-types (72/215) |
2689 | 2025-05-22T20:07:04.405Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2690 | 2025-05-22T20:07:04.408Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2691 | 2025-05-22T20:07:04.408Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2692 | 2025-05-22T20:07:04.412Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
2693 | 2025-05-22T20:07:04.495Z | |
2694 | 2025-05-22T20:07:04.495Z | info: running `cargo check --bins` on oximeter-test-utils (73/215) |
2695 | 2025-05-22T20:07:05.184Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2696 | 2025-05-22T20:07:05.188Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2697 | 2025-05-22T20:07:05.188Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2698 | 2025-05-22T20:07:05.192Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
2699 | 2025-05-22T20:07:05.277Z | |
2700 | 2025-05-22T20:07:05.277Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (74/215) |
2701 | 2025-05-22T20:07:05.936Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2702 | 2025-05-22T20:07:05.940Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2703 | 2025-05-22T20:07:05.940Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2704 | 2025-05-22T20:07:05.943Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
2705 | 2025-05-22T20:07:06.026Z | |
2706 | 2025-05-22T20:07:06.026Z | info: running `cargo check --bins` on bootstrap-agent-client (75/215) |
2707 | 2025-05-22T20:07:06.693Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2708 | 2025-05-22T20:07:06.697Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2709 | 2025-05-22T20:07:06.697Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2710 | 2025-05-22T20:07:06.700Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
2711 | 2025-05-22T20:07:06.785Z | |
2712 | 2025-05-22T20:07:06.785Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (76/215) |
2713 | 2025-05-22T20:07:07.448Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2714 | 2025-05-22T20:07:07.452Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2715 | 2025-05-22T20:07:07.452Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2716 | 2025-05-22T20:07:07.455Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
2717 | 2025-05-22T20:07:07.539Z | |
2718 | 2025-05-22T20:07:07.539Z | info: running `cargo check --bins` on clickhouse-admin-server-client (77/215) |
2719 | 2025-05-22T20:07:08.211Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2720 | 2025-05-22T20:07:08.214Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2721 | 2025-05-22T20:07:08.215Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2722 | 2025-05-22T20:07:08.218Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
2723 | 2025-05-22T20:07:08.302Z | |
2724 | 2025-05-22T20:07:08.302Z | info: running `cargo check --bins` on clickhouse-admin-single-client (78/215) |
2725 | 2025-05-22T20:07:08.976Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2726 | 2025-05-22T20:07:08.979Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2727 | 2025-05-22T20:07:08.979Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2728 | 2025-05-22T20:07:08.983Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
2729 | 2025-05-22T20:07:09.067Z | |
2730 | 2025-05-22T20:07:09.068Z | info: running `cargo check --bins` on cockroach-admin-client (79/215) |
2731 | 2025-05-22T20:07:09.699Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2732 | 2025-05-22T20:07:09.703Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2733 | 2025-05-22T20:07:09.703Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2734 | 2025-05-22T20:07:09.706Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
2735 | 2025-05-22T20:07:09.783Z | |
2736 | 2025-05-22T20:07:09.784Z | info: running `cargo check --bins` on omicron-ddm-admin-client (80/215) |
2737 | 2025-05-22T20:07:10.464Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2738 | 2025-05-22T20:07:10.467Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2739 | 2025-05-22T20:07:10.467Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2740 | 2025-05-22T20:07:10.471Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
2741 | 2025-05-22T20:07:10.558Z | |
2742 | 2025-05-22T20:07:10.558Z | info: running `cargo check --bins` on dns-service-client (81/215) |
2743 | 2025-05-22T20:07:11.227Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2744 | 2025-05-22T20:07:11.230Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2745 | 2025-05-22T20:07:11.230Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2746 | 2025-05-22T20:07:11.237Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
2747 | 2025-05-22T20:07:11.317Z | |
2748 | 2025-05-22T20:07:11.317Z | info: running `cargo check --bins` on internal-dns-types (82/215) |
2749 | 2025-05-22T20:07:11.997Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2750 | 2025-05-22T20:07:12.000Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2751 | 2025-05-22T20:07:12.000Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2752 | 2025-05-22T20:07:12.003Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
2753 | 2025-05-22T20:07:12.088Z | |
2754 | 2025-05-22T20:07:12.088Z | info: running `cargo check --bins` on gateway-client (83/215) |
2755 | 2025-05-22T20:07:12.730Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2756 | 2025-05-22T20:07:12.733Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2757 | 2025-05-22T20:07:12.733Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2758 | 2025-05-22T20:07:12.736Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
2759 | 2025-05-22T20:07:12.816Z | |
2760 | 2025-05-22T20:07:12.816Z | info: running `cargo check --bins` on installinator-client (84/215) |
2761 | 2025-05-22T20:07:13.505Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2762 | 2025-05-22T20:07:13.509Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2763 | 2025-05-22T20:07:13.509Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2764 | 2025-05-22T20:07:13.512Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
2765 | 2025-05-22T20:07:13.603Z | |
2766 | 2025-05-22T20:07:13.603Z | info: running `cargo check --bins` on installinator-common (85/215) |
2767 | 2025-05-22T20:07:14.283Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2768 | 2025-05-22T20:07:14.287Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2769 | 2025-05-22T20:07:14.287Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2770 | 2025-05-22T20:07:14.291Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
2771 | 2025-05-22T20:07:14.377Z | |
2772 | 2025-05-22T20:07:14.377Z | info: running `cargo check --bins` on update-engine (86/215) |
2773 | 2025-05-22T20:07:15.019Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2774 | 2025-05-22T20:07:15.022Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2775 | 2025-05-22T20:07:15.022Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2776 | 2025-05-22T20:07:15.026Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
2777 | 2025-05-22T20:07:15.108Z | |
2778 | 2025-05-22T20:07:15.108Z | info: running `cargo check --bins` on nexus-client (87/215) |
2779 | 2025-05-22T20:07:15.791Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2780 | 2025-05-22T20:07:15.795Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2781 | 2025-05-22T20:07:15.795Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2782 | 2025-05-22T20:07:15.798Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
2783 | 2025-05-22T20:07:15.886Z | |
2784 | 2025-05-22T20:07:15.886Z | info: running `cargo check --bins` on nexus-sled-agent-shared (88/215) |
2785 | 2025-05-22T20:07:16.566Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2786 | 2025-05-22T20:07:16.569Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2787 | 2025-05-22T20:07:16.569Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2788 | 2025-05-22T20:07:16.573Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
2789 | 2025-05-22T20:07:16.658Z | |
2790 | 2025-05-22T20:07:16.658Z | info: running `cargo check --bins` on omicron-passwords (89/215) |
2791 | 2025-05-22T20:07:17.303Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2792 | 2025-05-22T20:07:17.307Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2793 | 2025-05-22T20:07:17.307Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2794 | 2025-05-22T20:07:17.312Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
2795 | 2025-05-22T20:07:17.391Z | |
2796 | 2025-05-22T20:07:17.391Z | info: running `cargo check --bins` on nexus-types (90/215) |
2797 | 2025-05-22T20:07:18.080Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2798 | 2025-05-22T20:07:18.083Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2799 | 2025-05-22T20:07:18.083Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2800 | 2025-05-22T20:07:18.086Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
2801 | 2025-05-22T20:07:18.174Z | |
2802 | 2025-05-22T20:07:18.174Z | info: running `cargo check --bins` on gateway-types (91/215) |
2803 | 2025-05-22T20:07:18.835Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2804 | 2025-05-22T20:07:18.838Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2805 | 2025-05-22T20:07:18.838Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2806 | 2025-05-22T20:07:18.842Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
2807 | 2025-05-22T20:07:18.925Z | |
2808 | 2025-05-22T20:07:18.925Z | info: running `cargo check --bins` on ipcc (92/215) |
2809 | 2025-05-22T20:07:19.588Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2810 | 2025-05-22T20:07:19.591Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2811 | 2025-05-22T20:07:19.591Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2812 | 2025-05-22T20:07:19.601Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
2813 | 2025-05-22T20:07:19.678Z | |
2814 | 2025-05-22T20:07:19.678Z | info: running `cargo check --bins` on oxide-client (93/215) |
2815 | 2025-05-22T20:07:20.323Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2816 | 2025-05-22T20:07:20.326Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2817 | 2025-05-22T20:07:20.326Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2818 | 2025-05-22T20:07:20.330Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
2819 | 2025-05-22T20:07:20.411Z | |
2820 | 2025-05-22T20:07:20.411Z | info: running `cargo check --bins` on oximeter-client (94/215) |
2821 | 2025-05-22T20:07:21.085Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2822 | 2025-05-22T20:07:21.089Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2823 | 2025-05-22T20:07:21.089Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2824 | 2025-05-22T20:07:21.092Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
2825 | 2025-05-22T20:07:21.174Z | |
2826 | 2025-05-22T20:07:21.174Z | info: running `cargo check --bins` on repo-depot-client (95/215) |
2827 | 2025-05-22T20:07:21.813Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2828 | 2025-05-22T20:07:21.817Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2829 | 2025-05-22T20:07:21.817Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2830 | 2025-05-22T20:07:21.820Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
2831 | 2025-05-22T20:07:21.897Z | |
2832 | 2025-05-22T20:07:21.897Z | info: running `cargo check --bins` on sled-agent-client (96/215) |
2833 | 2025-05-22T20:07:22.585Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2834 | 2025-05-22T20:07:22.588Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2835 | 2025-05-22T20:07:22.588Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2836 | 2025-05-22T20:07:22.592Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
2837 | 2025-05-22T20:07:22.681Z | |
2838 | 2025-05-22T20:07:22.681Z | info: running `cargo check --bins` on sled-agent-types (97/215) |
2839 | 2025-05-22T20:07:23.363Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2840 | 2025-05-22T20:07:23.366Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2841 | 2025-05-22T20:07:23.366Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2842 | 2025-05-22T20:07:23.369Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
2843 | 2025-05-22T20:07:23.457Z | |
2844 | 2025-05-22T20:07:23.457Z | info: running `cargo check --bins` on wicketd-client (98/215) |
2845 | 2025-05-22T20:07:24.152Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2846 | 2025-05-22T20:07:24.156Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2847 | 2025-05-22T20:07:24.156Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2848 | 2025-05-22T20:07:24.159Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
2849 | 2025-05-22T20:07:24.251Z | |
2850 | 2025-05-22T20:07:24.252Z | info: running `cargo check --bins` on wicket-common (99/215) |
2851 | 2025-05-22T20:07:24.932Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2852 | 2025-05-22T20:07:24.935Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2853 | 2025-05-22T20:07:24.935Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2854 | 2025-05-22T20:07:24.940Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
2855 | 2025-05-22T20:07:25.027Z | |
2856 | 2025-05-22T20:07:25.027Z | info: running `cargo check --bins` on omicron-cockroach-admin (100/215) |
2857 | 2025-05-22T20:07:25.708Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2858 | 2025-05-22T20:07:25.711Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2859 | 2025-05-22T20:07:25.823Z | Checking csv-core v0.1.11 |
2860 | 2025-05-22T20:07:25.823Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2861 | 2025-05-22T20:07:25.823Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2862 | 2025-05-22T20:07:25.826Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2863 | 2025-05-22T20:07:26.122Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2864 | 2025-05-22T20:07:26.152Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2865 | 2025-05-22T20:07:26.174Z | Checking csv v1.3.1 |
2866 | 2025-05-22T20:07:26.746Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2867 | 2025-05-22T20:07:27.127Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2868 | 2025-05-22T20:07:29.342Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.30s |
2869 | 2025-05-22T20:07:29.536Z | |
2870 | 2025-05-22T20:07:29.536Z | info: running `cargo check --bins` on cockroach-admin-api (101/215) |
2871 | 2025-05-22T20:07:30.206Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2872 | 2025-05-22T20:07:30.209Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2873 | 2025-05-22T20:07:30.209Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2874 | 2025-05-22T20:07:30.213Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
2875 | 2025-05-22T20:07:30.296Z | |
2876 | 2025-05-22T20:07:30.296Z | info: running `cargo check --bins` on cockroach-admin-types (102/215) |
2877 | 2025-05-22T20:07:30.962Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2878 | 2025-05-22T20:07:30.966Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2879 | 2025-05-22T20:07:30.966Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2880 | 2025-05-22T20:07:30.970Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
2881 | 2025-05-22T20:07:31.053Z | |
2882 | 2025-05-22T20:07:31.053Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (103/215) |
2883 | 2025-05-22T20:07:31.817Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2884 | 2025-05-22T20:07:31.821Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2885 | 2025-05-22T20:07:31.821Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2886 | 2025-05-22T20:07:31.825Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
2887 | 2025-05-22T20:07:31.921Z | |
2888 | 2025-05-22T20:07:31.921Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (104/215) |
2889 | 2025-05-22T20:07:32.680Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2890 | 2025-05-22T20:07:32.684Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2891 | 2025-05-22T20:07:32.684Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2892 | 2025-05-22T20:07:32.688Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
2893 | 2025-05-22T20:07:32.787Z | |
2894 | 2025-05-22T20:07:32.787Z | info: running `cargo check --bins` on dns-server (105/215) |
2895 | 2025-05-22T20:07:33.457Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2896 | 2025-05-22T20:07:33.460Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2897 | 2025-05-22T20:07:33.567Z | Compiling typify-impl v0.4.1 |
2898 | 2025-05-22T20:07:33.688Z | Compiling parking_lot_core v0.8.6 |
2899 | 2025-05-22T20:07:33.709Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2900 | 2025-05-22T20:07:33.713Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2901 | 2025-05-22T20:07:33.713Z | Checking fxhash v0.2.1 |
2902 | 2025-05-22T20:07:33.722Z | Checking hickory-client v0.24.4 |
2903 | 2025-05-22T20:07:33.737Z | Checking hickory-server v0.24.4 |
2904 | 2025-05-22T20:07:34.406Z | Checking parking_lot v0.11.2 |
2905 | 2025-05-22T20:07:34.657Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2906 | 2025-05-22T20:07:34.706Z | Checking sled v0.34.7 |
2907 | 2025-05-22T20:07:38.920Z | Compiling typify-macro v0.4.1 |
2908 | 2025-05-22T20:07:40.603Z | Compiling typify v0.4.1 |
2909 | 2025-05-22T20:07:40.691Z | Compiling progenitor-impl v0.10.0 |
2910 | 2025-05-22T20:07:43.129Z | Compiling progenitor-macro v0.10.0 |
2911 | 2025-05-22T20:07:46.884Z | Checking progenitor v0.10.0 |
2912 | 2025-05-22T20:07:47.028Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2913 | 2025-05-22T20:07:47.547Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2914 | 2025-05-22T20:07:48.925Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.13s |
2915 | 2025-05-22T20:07:49.129Z | |
2916 | 2025-05-22T20:07:49.129Z | info: running `cargo check --bins` on dns-server-api (106/215) |
2917 | 2025-05-22T20:07:49.788Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2918 | 2025-05-22T20:07:49.791Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2919 | 2025-05-22T20:07:49.791Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2920 | 2025-05-22T20:07:49.794Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
2921 | 2025-05-22T20:07:49.880Z | |
2922 | 2025-05-22T20:07:49.880Z | info: running `cargo check --bins` on openapi-manager-types (107/215) |
2923 | 2025-05-22T20:07:50.526Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2924 | 2025-05-22T20:07:50.530Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2925 | 2025-05-22T20:07:50.530Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2926 | 2025-05-22T20:07:50.534Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
2927 | 2025-05-22T20:07:50.610Z | |
2928 | 2025-05-22T20:07:50.611Z | info: running `cargo check --bins` on gateway-test-utils (108/215) |
2929 | 2025-05-22T20:07:51.327Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2930 | 2025-05-22T20:07:51.331Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2931 | 2025-05-22T20:07:51.331Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2932 | 2025-05-22T20:07:51.334Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
2933 | 2025-05-22T20:07:51.431Z | |
2934 | 2025-05-22T20:07:51.431Z | info: running `cargo check --bins` on omicron-gateway (109/215) |
2935 | 2025-05-22T20:07:52.133Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2936 | 2025-05-22T20:07:52.137Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2937 | 2025-05-22T20:07:52.301Z | Checking half v2.4.1 |
2938 | 2025-05-22T20:07:52.306Z | Compiling radium v0.7.0 |
2939 | 2025-05-22T20:07:52.306Z | Checking ciborium-io v0.2.2 |
2940 | 2025-05-22T20:07:52.306Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
2941 | 2025-05-22T20:07:52.306Z | Compiling semver v0.1.20 |
2942 | 2025-05-22T20:07:52.473Z | Compiling zerocopy-derive v0.6.6 |
2943 | 2025-05-22T20:07:52.476Z | Checking tap v1.0.1 |
2944 | 2025-05-22T20:07:52.476Z | Compiling maybe-uninit v2.0.0 |
2945 | 2025-05-22T20:07:52.530Z | Checking password-hash v0.5.0 |
2946 | 2025-05-22T20:07:52.646Z | Checking wyz v0.5.1 |
2947 | 2025-05-22T20:07:52.867Z | Compiling rustc_version v0.1.7 |
2948 | 2025-05-22T20:07:52.899Z | Checking ciborium-ll v0.2.2 |
2949 | 2025-05-22T20:07:53.001Z | Checking blake2 v0.10.6 |
2950 | 2025-05-22T20:07:53.033Z | Checking funty v2.0.0 |
2951 | 2025-05-22T20:07:53.036Z | Checking crc-catalog v2.4.0 |
2952 | 2025-05-22T20:07:53.080Z | Compiling owo-colors v4.2.0 |
2953 | 2025-05-22T20:07:53.190Z | Checking ciborium v0.2.2 |
2954 | 2025-05-22T20:07:53.194Z | Compiling packed_struct v0.10.1 |
2955 | 2025-05-22T20:07:53.273Z | Compiling newtype_derive v0.1.6 |
2956 | 2025-05-22T20:07:53.405Z | Compiling cancel-safe-futures v0.1.5 |
2957 | 2025-05-22T20:07:53.505Z | Checking argon2 v0.5.3 |
2958 | 2025-05-22T20:07:53.649Z | Checking crc v3.2.1 |
2959 | 2025-05-22T20:07:53.754Z | Compiling packed_struct_codegen v0.10.1 |
2960 | 2025-05-22T20:07:53.773Z | Checking libsw-core v0.3.1 |
2961 | 2025-05-22T20:07:53.788Z | Checking secrecy v0.10.3 |
2962 | 2025-05-22T20:07:53.932Z | Checking bitvec v1.0.1 |
2963 | 2025-05-22T20:07:53.977Z | Compiling indexmap v1.9.3 |
2964 | 2025-05-22T20:07:54.003Z | Checking nodrop v0.1.14 |
2965 | 2025-05-22T20:07:54.075Z | Checking fixedbitset v0.5.7 |
2966 | 2025-05-22T20:07:54.152Z | Checking array-init v0.0.4 |
2967 | 2025-05-22T20:07:54.189Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2968 | 2025-05-22T20:07:54.224Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2969 | 2025-05-22T20:07:54.307Z | Checking libsw v3.4.0 |
2970 | 2025-05-22T20:07:54.347Z | Checking zerocopy v0.6.6 |
2971 | 2025-05-22T20:07:54.467Z | Checking petgraph v0.7.1 |
2972 | 2025-05-22T20:07:54.574Z | Checking smallvec v0.6.14 |
2973 | 2025-05-22T20:07:54.594Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2974 | 2025-05-22T20:07:54.961Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2975 | 2025-05-22T20:07:55.045Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2976 | 2025-05-22T20:07:55.141Z | Checking linear-map v1.2.0 |
2977 | 2025-05-22T20:07:55.498Z | Checking bitfield v0.14.0 |
2978 | 2025-05-22T20:07:55.726Z | Checking hashbrown v0.12.3 |
2979 | 2025-05-22T20:07:55.777Z | Checking swrite v0.1.0 |
2980 | 2025-05-22T20:07:55.915Z | Checking indent_write v2.2.0 |
2981 | 2025-05-22T20:07:56.068Z | Checking termcolor v1.4.1 |
2982 | 2025-05-22T20:07:56.110Z | Checking ron v0.8.1 |
2983 | 2025-05-22T20:07:56.130Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2984 | 2025-05-22T20:07:56.490Z | Checking env_logger v0.10.2 |
2985 | 2025-05-22T20:07:56.644Z | Checking steno v0.4.1 |
2986 | 2025-05-22T20:07:56.940Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2987 | 2025-05-22T20:07:57.202Z | Checking serde-hex v0.1.0 |
2988 | 2025-05-22T20:07:57.231Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2989 | 2025-05-22T20:07:57.319Z | Checking hashbrown v0.13.2 |
2990 | 2025-05-22T20:07:57.355Z | Checking crc-any v2.5.0 |
2991 | 2025-05-22T20:07:57.493Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2992 | 2025-05-22T20:07:57.723Z | Checking humantime v2.1.0 |
2993 | 2025-05-22T20:07:58.028Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2994 | 2025-05-22T20:07:58.052Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b) |
2995 | 2025-05-22T20:07:58.286Z | Checking object v0.30.4 |
2996 | 2025-05-22T20:07:58.354Z | Checking void v1.0.2 |
2997 | 2025-05-22T20:07:58.388Z | Checking path-slash v0.1.5 |
2998 | 2025-05-22T20:07:58.538Z | Checking half v1.8.3 |
2999 | 2025-05-22T20:07:58.558Z | Checking lzss v0.8.2 |
3000 | 2025-05-22T20:07:58.927Z | Checking tungstenite v0.23.0 |
3001 | 2025-05-22T20:07:58.965Z | Checking serde_cbor v0.11.2 |
3002 | 2025-05-22T20:07:59.022Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
3003 | 2025-05-22T20:07:59.776Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
3004 | 2025-05-22T20:07:59.830Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
3005 | 2025-05-22T20:07:59.869Z | Checking nix v0.27.1 |
3006 | 2025-05-22T20:07:59.942Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#17d04af6) |
3007 | 2025-05-22T20:08:00.047Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b) |
3008 | 2025-05-22T20:08:00.374Z | Checking kstat-rs v0.2.4 |
3009 | 2025-05-22T20:08:00.396Z | Checking serde_bytes v0.11.17 |
3010 | 2025-05-22T20:08:00.500Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
3011 | 2025-05-22T20:08:00.728Z | Checking tokio-tungstenite v0.23.1 |
3012 | 2025-05-22T20:08:00.749Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
3013 | 2025-05-22T20:08:01.003Z | Checking signal-hook-tokio v0.3.1 |
3014 | 2025-05-22T20:08:01.728Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
3015 | 2025-05-22T20:08:07.848Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#17d04af6) |
3016 | 2025-05-22T20:08:09.198Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#cec2560e) |
3017 | 2025-05-22T20:08:14.729Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
3018 | 2025-05-22T20:08:20.297Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3019 | 2025-05-22T20:08:21.001Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3020 | 2025-05-22T20:08:23.894Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.45s |
3021 | 2025-05-22T20:08:24.094Z | |
3022 | 2025-05-22T20:08:24.094Z | info: running `cargo check --bins` on ereport-types (110/215) |
3023 | 2025-05-22T20:08:24.750Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3024 | 2025-05-22T20:08:24.753Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3025 | 2025-05-22T20:08:24.753Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3026 | 2025-05-22T20:08:24.757Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
3027 | 2025-05-22T20:08:24.836Z | |
3028 | 2025-05-22T20:08:24.837Z | info: running `cargo check --bins` on gateway-api (111/215) |
3029 | 2025-05-22T20:08:25.498Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3030 | 2025-05-22T20:08:25.503Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3031 | 2025-05-22T20:08:25.503Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3032 | 2025-05-22T20:08:25.507Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
3033 | 2025-05-22T20:08:25.587Z | |
3034 | 2025-05-22T20:08:25.588Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (112/215) |
3035 | 2025-05-22T20:08:26.222Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3036 | 2025-05-22T20:08:26.226Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3037 | 2025-05-22T20:08:26.226Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3038 | 2025-05-22T20:08:26.229Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
3039 | 2025-05-22T20:08:26.305Z | |
3040 | 2025-05-22T20:08:26.305Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (113/215) |
3041 | 2025-05-22T20:08:26.968Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3042 | 2025-05-22T20:08:26.972Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3043 | 2025-05-22T20:08:26.972Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3044 | 2025-05-22T20:08:26.975Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
3045 | 2025-05-22T20:08:27.060Z | |
3046 | 2025-05-22T20:08:27.060Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (114/215) |
3047 | 2025-05-22T20:08:28.515Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3048 | 2025-05-22T20:08:28.872Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3049 | 2025-05-22T20:08:28.872Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3050 | 2025-05-22T20:08:28.872Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
3051 | 2025-05-22T20:08:28.872Z | |
3052 | 2025-05-22T20:08:28.872Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (115/215) |
3053 | 2025-05-22T20:08:28.872Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3054 | 2025-05-22T20:08:28.872Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3055 | 2025-05-22T20:08:28.872Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3056 | 2025-05-22T20:08:28.872Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
3057 | 2025-05-22T20:08:28.894Z | |
3058 | 2025-05-22T20:08:28.894Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (116/215) |
3059 | 2025-05-22T20:08:29.214Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3060 | 2025-05-22T20:08:29.218Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3061 | 2025-05-22T20:08:29.219Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3062 | 2025-05-22T20:08:29.222Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
3063 | 2025-05-22T20:08:29.304Z | |
3064 | 2025-05-22T20:08:29.305Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (117/215) |
3065 | 2025-05-22T20:08:29.975Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3066 | 2025-05-22T20:08:29.980Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3067 | 2025-05-22T20:08:29.980Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3068 | 2025-05-22T20:08:29.983Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
3069 | 2025-05-22T20:08:30.067Z | |
3070 | 2025-05-22T20:08:30.067Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (118/215) |
3071 | 2025-05-22T20:08:30.744Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3072 | 2025-05-22T20:08:30.758Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3073 | 2025-05-22T20:08:30.758Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3074 | 2025-05-22T20:08:30.758Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
3075 | 2025-05-22T20:08:30.834Z | |
3076 | 2025-05-22T20:08:30.834Z | info: running `cargo check --bins` on oximeter-producer (119/215) |
3077 | 2025-05-22T20:08:31.512Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3078 | 2025-05-22T20:08:31.515Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3079 | 2025-05-22T20:08:31.516Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3080 | 2025-05-22T20:08:31.519Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
3081 | 2025-05-22T20:08:31.604Z | |
3082 | 2025-05-22T20:08:31.604Z | info: running `cargo check --bins` on internal-dns-resolver (120/215) |
3083 | 2025-05-22T20:08:32.269Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3084 | 2025-05-22T20:08:32.273Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3085 | 2025-05-22T20:08:32.273Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3086 | 2025-05-22T20:08:32.276Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
3087 | 2025-05-22T20:08:32.361Z | |
3088 | 2025-05-22T20:08:32.361Z | info: running `cargo check --bins` on sp-sim (121/215) |
3089 | 2025-05-22T20:08:33.357Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3090 | 2025-05-22T20:08:33.373Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3091 | 2025-05-22T20:08:33.373Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
3092 | 2025-05-22T20:08:33.374Z | Checking keccak v0.1.5 |
3093 | 2025-05-22T20:08:33.455Z | Checking sha3 v0.10.8 |
3094 | 2025-05-22T20:08:33.490Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
3095 | 2025-05-22T20:08:35.092Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3096 | 2025-05-22T20:08:37.096Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.73s |
3097 | 2025-05-22T20:08:37.288Z | |
3098 | 2025-05-22T20:08:37.288Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (122/215) |
3099 | 2025-05-22T20:08:38.002Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3100 | 2025-05-22T20:08:38.005Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3101 | 2025-05-22T20:08:38.005Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3102 | 2025-05-22T20:08:38.009Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
3103 | 2025-05-22T20:08:38.100Z | |
3104 | 2025-05-22T20:08:38.100Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (123/215) |
3105 | 2025-05-22T20:08:38.820Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3106 | 2025-05-22T20:08:38.833Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3107 | 2025-05-22T20:08:38.833Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3108 | 2025-05-22T20:08:38.833Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
3109 | 2025-05-22T20:08:38.922Z | |
3110 | 2025-05-22T20:08:38.922Z | info: running `cargo check --bins` on db-macros (124/215) |
3111 | 2025-05-22T20:08:39.560Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3112 | 2025-05-22T20:08:39.564Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3113 | 2025-05-22T20:08:39.564Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3114 | 2025-05-22T20:08:39.568Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
3115 | 2025-05-22T20:08:39.646Z | |
3116 | 2025-05-22T20:08:39.646Z | info: running `cargo check --bins` on nexus-macros-common (125/215) |
3117 | 2025-05-22T20:08:40.282Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3118 | 2025-05-22T20:08:40.286Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3119 | 2025-05-22T20:08:40.286Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3120 | 2025-05-22T20:08:40.290Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
3121 | 2025-05-22T20:08:40.363Z | |
3122 | 2025-05-22T20:08:40.363Z | info: running `cargo check --bins` on nexus-auth (126/215) |
3123 | 2025-05-22T20:08:41.070Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3124 | 2025-05-22T20:08:41.074Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3125 | 2025-05-22T20:08:41.074Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3126 | 2025-05-22T20:08:41.077Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
3127 | 2025-05-22T20:08:41.165Z | |
3128 | 2025-05-22T20:08:41.165Z | info: running `cargo check --bins` on authz-macros (127/215) |
3129 | 2025-05-22T20:08:41.793Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3130 | 2025-05-22T20:08:41.796Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3131 | 2025-05-22T20:08:41.796Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3132 | 2025-05-22T20:08:41.799Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
3133 | 2025-05-22T20:08:41.874Z | |
3134 | 2025-05-22T20:08:41.875Z | info: running `cargo check --bins` on nexus-db-fixed-data (128/215) |
3135 | 2025-05-22T20:08:42.571Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3136 | 2025-05-22T20:08:42.575Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3137 | 2025-05-22T20:08:42.575Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3138 | 2025-05-22T20:08:42.578Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
3139 | 2025-05-22T20:08:42.672Z | |
3140 | 2025-05-22T20:08:42.672Z | info: running `cargo check --bins` on nexus-db-model (129/215) |
3141 | 2025-05-22T20:08:43.373Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3142 | 2025-05-22T20:08:43.376Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3143 | 2025-05-22T20:08:43.376Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3144 | 2025-05-22T20:08:43.379Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
3145 | 2025-05-22T20:08:43.470Z | |
3146 | 2025-05-22T20:08:43.470Z | info: running `cargo check --bins` on nexus-db-schema (130/215) |
3147 | 2025-05-22T20:08:44.113Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3148 | 2025-05-22T20:08:44.117Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3149 | 2025-05-22T20:08:44.117Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3150 | 2025-05-22T20:08:44.120Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
3151 | 2025-05-22T20:08:44.198Z | |
3152 | 2025-05-22T20:08:44.199Z | info: running `cargo check --bins` on nexus-defaults (131/215) |
3153 | 2025-05-22T20:08:44.866Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3154 | 2025-05-22T20:08:44.869Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3155 | 2025-05-22T20:08:44.870Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3156 | 2025-05-22T20:08:44.873Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
3157 | 2025-05-22T20:08:44.956Z | |
3158 | 2025-05-22T20:08:44.956Z | info: running `cargo check --bins` on nexus-db-errors (132/215) |
3159 | 2025-05-22T20:08:45.670Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3160 | 2025-05-22T20:08:45.673Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3161 | 2025-05-22T20:08:45.673Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3162 | 2025-05-22T20:08:45.676Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
3163 | 2025-05-22T20:08:45.766Z | |
3164 | 2025-05-22T20:08:45.766Z | info: running `cargo check --bins` on nexus-db-lookup (133/215) |
3165 | 2025-05-22T20:08:46.475Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3166 | 2025-05-22T20:08:46.478Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3167 | 2025-05-22T20:08:46.478Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3168 | 2025-05-22T20:08:46.481Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
3169 | 2025-05-22T20:08:46.574Z | |
3170 | 2025-05-22T20:08:46.574Z | info: running `cargo check --bins` on nexus-inventory (134/215) |
3171 | 2025-05-22T20:08:47.276Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3172 | 2025-05-22T20:08:47.279Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3173 | 2025-05-22T20:08:47.279Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3174 | 2025-05-22T20:08:47.282Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
3175 | 2025-05-22T20:08:47.372Z | |
3176 | 2025-05-22T20:08:47.372Z | info: running `cargo check --bins` on typed-rng (135/215) |
3177 | 2025-05-22T20:08:48.007Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3178 | 2025-05-22T20:08:48.011Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3179 | 2025-05-22T20:08:48.011Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3180 | 2025-05-22T20:08:48.014Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
3181 | 2025-05-22T20:08:48.089Z | |
3182 | 2025-05-22T20:08:48.090Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (136/215) |
3183 | 2025-05-22T20:08:48.808Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3184 | 2025-05-22T20:08:48.812Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3185 | 2025-05-22T20:08:49.038Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
3186 | 2025-05-22T20:08:49.042Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
3187 | 2025-05-22T20:08:49.042Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
3188 | 2025-05-22T20:08:49.042Z | Compiling thiserror-impl-no-std v2.0.2 |
3189 | 2025-05-22T20:08:49.042Z | Checking universal-hash v0.5.1 |
3190 | 2025-05-22T20:08:49.186Z | Checking opaque-debug v0.3.1 |
3191 | 2025-05-22T20:08:49.215Z | Checking chacha20 v0.9.1 |
3192 | 2025-05-22T20:08:49.218Z | Checking aead v0.5.2 |
3193 | 2025-05-22T20:08:49.342Z | Compiling unicase v2.7.0 |
3194 | 2025-05-22T20:08:49.366Z | Checking poly1305 v0.8.0 |
3195 | 2025-05-22T20:08:49.388Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3196 | 2025-05-22T20:08:49.510Z | Compiling libefi-sys v0.1.0 |
3197 | 2025-05-22T20:08:49.605Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
3198 | 2025-05-22T20:08:49.680Z | Compiling bitfield-struct v0.6.2 |
3199 | 2025-05-22T20:08:49.729Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
3200 | 2025-05-22T20:08:49.756Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
3201 | 2025-05-22T20:08:49.857Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
3202 | 2025-05-22T20:08:49.860Z | Checking chacha20poly1305 v0.10.1 |
3203 | 2025-05-22T20:08:50.073Z | Compiling proc-macro-error-attr2 v2.0.0 |
3204 | 2025-05-22T20:08:50.115Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3205 | 2025-05-22T20:08:50.196Z | Compiling salty v0.3.0 |
3206 | 2025-05-22T20:08:50.217Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
3207 | 2025-05-22T20:08:50.649Z | Compiling num-derive v0.3.3 |
3208 | 2025-05-22T20:08:50.807Z | Compiling proc-macro-error2 v2.0.1 |
3209 | 2025-05-22T20:08:50.885Z | Compiling xshell-macros v0.2.7 |
3210 | 2025-05-22T20:08:50.975Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3211 | 2025-05-22T20:08:51.404Z | Checking papergrid v0.14.0 |
3212 | 2025-05-22T20:08:51.554Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3213 | 2025-05-22T20:08:51.590Z | Checking xshell v0.2.7 |
3214 | 2025-05-22T20:08:51.887Z | Checking thiserror-no-std v2.0.2 |
3215 | 2025-05-22T20:08:51.953Z | Compiling tabled_derive v0.10.0 |
3216 | 2025-05-22T20:08:52.039Z | Checking vsss-rs v3.3.4 |
3217 | 2025-05-22T20:08:52.061Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3218 | 2025-05-22T20:08:52.347Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
3219 | 2025-05-22T20:08:52.647Z | Checking libscf-sys v1.1.0 |
3220 | 2025-05-22T20:08:52.890Z | Compiling mime_guess v2.0.5 |
3221 | 2025-05-22T20:08:53.539Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
3222 | 2025-05-22T20:08:53.737Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3223 | 2025-05-22T20:08:54.055Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
3224 | 2025-05-22T20:08:54.394Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
3225 | 2025-05-22T20:08:54.498Z | Checking primeorder v0.13.6 |
3226 | 2025-05-22T20:08:54.989Z | Checking env_filter v0.1.2 |
3227 | 2025-05-22T20:08:55.024Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
3228 | 2025-05-22T20:08:55.122Z | Checking p384 v0.13.0 |
3229 | 2025-05-22T20:08:55.269Z | Checking env_logger v0.11.5 |
3230 | 2025-05-22T20:08:55.416Z | Checking tabled v0.18.0 |
3231 | 2025-05-22T20:08:55.624Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3232 | 2025-05-22T20:08:56.119Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
3233 | 2025-05-22T20:08:56.297Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3234 | 2025-05-22T20:08:56.328Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
3235 | 2025-05-22T20:08:56.738Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
3236 | 2025-05-22T20:08:56.760Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3237 | 2025-05-22T20:08:56.880Z | Checking http-range v0.1.5 |
3238 | 2025-05-22T20:08:56.903Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
3239 | 2025-05-22T20:08:56.979Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
3240 | 2025-05-22T20:08:57.105Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
3241 | 2025-05-22T20:08:57.350Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3242 | 2025-05-22T20:08:57.689Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
3243 | 2025-05-22T20:08:57.841Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
3244 | 2025-05-22T20:08:57.885Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=875ae5b7f8f0e32e9be672a36b5dda109b9b2450#875ae5b7) |
3245 | 2025-05-22T20:08:57.963Z | Checking secrecy v0.8.0 |
3246 | 2025-05-22T20:08:58.174Z | Checking atty v0.2.14 |
3247 | 2025-05-22T20:08:58.225Z | Checking crc8 v0.1.1 |
3248 | 2025-05-22T20:08:58.267Z | Checking hyper-staticfile v0.10.1 |
3249 | 2025-05-22T20:08:58.349Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
3250 | 2025-05-22T20:08:58.559Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3251 | 2025-05-22T20:08:58.814Z | Checking sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images) |
3252 | 2025-05-22T20:08:59.079Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3253 | 2025-05-22T20:08:59.080Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26) |
3254 | 2025-05-22T20:08:59.513Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
3255 | 2025-05-22T20:08:59.630Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3256 | 2025-05-22T20:08:59.800Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3257 | 2025-05-22T20:08:59.888Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
3258 | 2025-05-22T20:08:59.950Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
3259 | 2025-05-22T20:09:00.055Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3260 | 2025-05-22T20:09:00.459Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
3261 | 2025-05-22T20:09:00.877Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3262 | 2025-05-22T20:09:01.321Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3263 | 2025-05-22T20:09:01.324Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3264 | 2025-05-22T20:09:01.324Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3265 | 2025-05-22T20:09:01.957Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
3266 | 2025-05-22T20:09:02.329Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
3267 | 2025-05-22T20:09:02.616Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
3268 | 2025-05-22T20:09:03.758Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
3269 | 2025-05-22T20:09:10.386Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3270 | 2025-05-22T20:09:24.220Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.11s |
3271 | 2025-05-22T20:09:24.437Z | |
3272 | 2025-05-22T20:09:24.437Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (137/215) |
3273 | 2025-05-22T20:09:25.173Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3274 | 2025-05-22T20:09:25.177Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3275 | 2025-05-22T20:09:25.329Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3276 | 2025-05-22T20:09:39.280Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.83s |
3277 | 2025-05-22T20:09:39.499Z | |
3278 | 2025-05-22T20:09:39.499Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (138/215) |
3279 | 2025-05-22T20:09:40.256Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3280 | 2025-05-22T20:09:40.259Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3281 | 2025-05-22T20:09:40.412Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3282 | 2025-05-22T20:09:54.389Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.88s |
3283 | 2025-05-22T20:09:54.610Z | |
3284 | 2025-05-22T20:09:54.610Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (139/215) |
3285 | 2025-05-22T20:09:55.341Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3286 | 2025-05-22T20:09:55.345Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3287 | 2025-05-22T20:09:55.501Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3288 | 2025-05-22T20:10:09.684Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.06s |
3289 | 2025-05-22T20:10:09.896Z | |
3290 | 2025-05-22T20:10:09.896Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (140/215) |
3291 | 2025-05-22T20:10:10.621Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3292 | 2025-05-22T20:10:10.625Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3293 | 2025-05-22T20:10:10.774Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3294 | 2025-05-22T20:10:24.627Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.72s |
3295 | 2025-05-22T20:10:24.842Z | |
3296 | 2025-05-22T20:10:24.842Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (141/215) |
3297 | 2025-05-22T20:10:25.576Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3298 | 2025-05-22T20:10:25.580Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3299 | 2025-05-22T20:10:25.729Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3300 | 2025-05-22T20:10:39.631Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.78s |
3301 | 2025-05-22T20:10:39.850Z | |
3302 | 2025-05-22T20:10:39.850Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (142/215) |
3303 | 2025-05-22T20:10:40.589Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3304 | 2025-05-22T20:10:40.592Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3305 | 2025-05-22T20:10:40.749Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3306 | 2025-05-22T20:10:54.550Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.69s |
3307 | 2025-05-22T20:10:54.770Z | |
3308 | 2025-05-22T20:10:54.770Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (143/215) |
3309 | 2025-05-22T20:10:55.512Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3310 | 2025-05-22T20:10:55.515Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3311 | 2025-05-22T20:10:55.668Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3312 | 2025-05-22T20:11:09.584Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.80s |
3313 | 2025-05-22T20:11:09.806Z | |
3314 | 2025-05-22T20:11:09.806Z | info: running `cargo check --bins` on bootstrap-agent-api (144/215) |
3315 | 2025-05-22T20:11:10.517Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3316 | 2025-05-22T20:11:10.522Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3317 | 2025-05-22T20:11:10.523Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3318 | 2025-05-22T20:11:10.529Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
3319 | 2025-05-22T20:11:10.625Z | |
3320 | 2025-05-22T20:11:10.626Z | info: running `cargo check --bins` on key-manager (145/215) |
3321 | 2025-05-22T20:11:11.297Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3322 | 2025-05-22T20:11:11.297Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3323 | 2025-05-22T20:11:11.297Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3324 | 2025-05-22T20:11:11.297Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
3325 | 2025-05-22T20:11:11.373Z | |
3326 | 2025-05-22T20:11:11.373Z | info: running `cargo check --bins` on range-requests (146/215) |
3327 | 2025-05-22T20:11:12.020Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3328 | 2025-05-22T20:11:12.023Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3329 | 2025-05-22T20:11:12.023Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3330 | 2025-05-22T20:11:12.026Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
3331 | 2025-05-22T20:11:12.108Z | |
3332 | 2025-05-22T20:11:12.108Z | info: running `cargo check --bins` on repo-depot-api (147/215) |
3333 | 2025-05-22T20:11:12.768Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3334 | 2025-05-22T20:11:12.774Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3335 | 2025-05-22T20:11:12.774Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3336 | 2025-05-22T20:11:12.778Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
3337 | 2025-05-22T20:11:12.854Z | |
3338 | 2025-05-22T20:11:12.854Z | info: running `cargo check --bins` on sled-agent-api (148/215) |
3339 | 2025-05-22T20:11:13.550Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3340 | 2025-05-22T20:11:13.554Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3341 | 2025-05-22T20:11:13.554Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3342 | 2025-05-22T20:11:13.557Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
3343 | 2025-05-22T20:11:13.650Z | |
3344 | 2025-05-22T20:11:13.651Z | info: running `cargo check --bins` on sled-diagnostics (149/215) |
3345 | 2025-05-22T20:11:14.320Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3346 | 2025-05-22T20:11:14.323Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3347 | 2025-05-22T20:11:14.323Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3348 | 2025-05-22T20:11:14.327Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
3349 | 2025-05-22T20:11:14.414Z | |
3350 | 2025-05-22T20:11:14.414Z | info: running `cargo check --bins --no-default-features` on sled-storage (150/215) |
3351 | 2025-05-22T20:11:15.093Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3352 | 2025-05-22T20:11:15.098Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3353 | 2025-05-22T20:11:15.098Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3354 | 2025-05-22T20:11:15.101Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
3355 | 2025-05-22T20:11:15.187Z | |
3356 | 2025-05-22T20:11:15.187Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (151/215) |
3357 | 2025-05-22T20:11:15.856Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3358 | 2025-05-22T20:11:15.859Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3359 | 2025-05-22T20:11:15.859Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3360 | 2025-05-22T20:11:15.862Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
3361 | 2025-05-22T20:11:15.950Z | |
3362 | 2025-05-22T20:11:15.950Z | info: running `cargo check --bins --no-default-features` on sled-hardware (152/215) |
3363 | 2025-05-22T20:11:16.618Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3364 | 2025-05-22T20:11:16.621Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3365 | 2025-05-22T20:11:16.621Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3366 | 2025-05-22T20:11:16.624Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
3367 | 2025-05-22T20:11:16.711Z | |
3368 | 2025-05-22T20:11:16.711Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware (153/215) |
3369 | 2025-05-22T20:11:17.388Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3370 | 2025-05-22T20:11:17.392Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3371 | 2025-05-22T20:11:17.392Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3372 | 2025-05-22T20:11:17.395Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
3373 | 2025-05-22T20:11:17.481Z | |
3374 | 2025-05-22T20:11:17.481Z | info: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (154/215) |
3375 | 2025-05-22T20:11:18.194Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3376 | 2025-05-22T20:11:18.214Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3377 | 2025-05-22T20:11:18.214Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3378 | 2025-05-22T20:11:18.214Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
3379 | 2025-05-22T20:11:18.278Z | |
3380 | 2025-05-22T20:11:18.278Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (155/215) |
3381 | 2025-05-22T20:11:18.962Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3382 | 2025-05-22T20:11:18.967Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3383 | 2025-05-22T20:11:18.967Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3384 | 2025-05-22T20:11:18.972Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
3385 | 2025-05-22T20:11:19.057Z | |
3386 | 2025-05-22T20:11:19.057Z | info: running `cargo check --bins` on sled-agent-zone-images (156/215) |
3387 | 2025-05-22T20:11:19.749Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3388 | 2025-05-22T20:11:19.778Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3389 | 2025-05-22T20:11:19.778Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3390 | 2025-05-22T20:11:19.778Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
3391 | 2025-05-22T20:11:19.949Z | |
3392 | 2025-05-22T20:11:19.949Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (157/215) |
3393 | 2025-05-22T20:11:20.534Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3394 | 2025-05-22T20:11:20.554Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3395 | 2025-05-22T20:11:20.554Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3396 | 2025-05-22T20:11:20.554Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
3397 | 2025-05-22T20:11:20.764Z | |
3398 | 2025-05-22T20:11:20.764Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (158/215) |
3399 | 2025-05-22T20:11:21.321Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3400 | 2025-05-22T20:11:21.329Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3401 | 2025-05-22T20:11:21.329Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3402 | 2025-05-22T20:11:21.333Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
3403 | 2025-05-22T20:11:21.420Z | |
3404 | 2025-05-22T20:11:21.420Z | info: running `cargo check --bins` on nexus-test-interface (159/215) |
3405 | 2025-05-22T20:11:22.116Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3406 | 2025-05-22T20:11:22.120Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3407 | 2025-05-22T20:11:22.120Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3408 | 2025-05-22T20:11:22.123Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
3409 | 2025-05-22T20:11:22.212Z | |
3410 | 2025-05-22T20:11:22.212Z | info: running `cargo check --bins` on oximeter-collector (160/215) |
3411 | 2025-05-22T20:11:22.907Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3412 | 2025-05-22T20:11:22.911Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3413 | 2025-05-22T20:11:23.045Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3414 | 2025-05-22T20:11:23.045Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3415 | 2025-05-22T20:11:23.980Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3416 | 2025-05-22T20:11:26.072Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.85s |
3417 | 2025-05-22T20:11:26.277Z | |
3418 | 2025-05-22T20:11:26.277Z | info: running `cargo check --bins` on oximeter-api (161/215) |
3419 | 2025-05-22T20:11:26.939Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3420 | 2025-05-22T20:11:26.943Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3421 | 2025-05-22T20:11:26.943Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3422 | 2025-05-22T20:11:26.946Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
3423 | 2025-05-22T20:11:27.030Z | |
3424 | 2025-05-22T20:11:27.030Z | info: running `cargo check --bins` on cert-dev (162/215) |
3425 | 2025-05-22T20:11:27.690Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3426 | 2025-05-22T20:11:27.729Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3427 | 2025-05-22T20:11:27.752Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
3428 | 2025-05-22T20:11:28.064Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s |
3429 | 2025-05-22T20:11:28.254Z | |
3430 | 2025-05-22T20:11:28.254Z | info: running `cargo check --bins` on clickana (163/215) |
3431 | 2025-05-22T20:11:28.918Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3432 | 2025-05-22T20:11:28.921Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3433 | 2025-05-22T20:11:29.014Z | Checking itertools v0.13.0 |
3434 | 2025-05-22T20:11:29.014Z | Checking castaway v0.2.3 |
3435 | 2025-05-22T20:11:29.017Z | Checking lru v0.12.5 |
3436 | 2025-05-22T20:11:29.017Z | Compiling instability v0.3.2 |
3437 | 2025-05-22T20:11:29.017Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
3438 | 2025-05-22T20:11:29.017Z | Compiling indoc v2.0.6 |
3439 | 2025-05-22T20:11:29.017Z | Checking cassowary v0.3.0 |
3440 | 2025-05-22T20:11:29.266Z | Checking compact_str v0.8.0 |
3441 | 2025-05-22T20:11:30.862Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3442 | 2025-05-22T20:11:30.956Z | Checking unicode-truncate v1.1.0 |
3443 | 2025-05-22T20:11:31.112Z | Checking ratatui v0.29.0 |
3444 | 2025-05-22T20:11:33.017Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
3445 | 2025-05-22T20:11:33.965Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.69s |
3446 | 2025-05-22T20:11:34.138Z | |
3447 | 2025-05-22T20:11:34.138Z | info: running `cargo check --bins` on clickhouse-cluster-dev (164/215) |
3448 | 2025-05-22T20:11:34.837Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3449 | 2025-05-22T20:11:34.840Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3450 | 2025-05-22T20:11:34.968Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3451 | 2025-05-22T20:11:34.968Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
3452 | 2025-05-22T20:11:36.051Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
3453 | 2025-05-22T20:11:36.543Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
3454 | 2025-05-22T20:11:36.949Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.80s |
3455 | 2025-05-22T20:11:37.152Z | |
3456 | 2025-05-22T20:11:37.153Z | info: running `cargo check --bins` on ch-dev (165/215) |
3457 | 2025-05-22T20:11:37.829Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3458 | 2025-05-22T20:11:37.832Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3459 | 2025-05-22T20:11:37.931Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3460 | 2025-05-22T20:11:38.751Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.55s |
3461 | 2025-05-22T20:11:38.921Z | |
3462 | 2025-05-22T20:11:38.921Z | info: running `cargo check --bins` on dev-tools-common (166/215) |
3463 | 2025-05-22T20:11:39.413Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3464 | 2025-05-22T20:11:39.416Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3465 | 2025-05-22T20:11:39.416Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3466 | 2025-05-22T20:11:39.420Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
3467 | 2025-05-22T20:11:39.469Z | |
3468 | 2025-05-22T20:11:39.469Z | info: running `cargo check --bins` on crdb-seed (167/215) |
3469 | 2025-05-22T20:11:40.148Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3470 | 2025-05-22T20:11:40.151Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3471 | 2025-05-22T20:11:40.243Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3472 | 2025-05-22T20:11:40.660Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.18s |
3473 | 2025-05-22T20:11:40.853Z | |
3474 | 2025-05-22T20:11:40.853Z | info: running `cargo check --bins` on db-dev (168/215) |
3475 | 2025-05-22T20:11:41.534Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3476 | 2025-05-22T20:11:41.546Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3477 | 2025-05-22T20:11:41.652Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3478 | 2025-05-22T20:11:42.433Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.57s |
3479 | 2025-05-22T20:11:42.642Z | |
3480 | 2025-05-22T20:11:42.642Z | info: running `cargo check --bins` on omicron-dev-lib (169/215) |
3481 | 2025-05-22T20:11:43.321Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3482 | 2025-05-22T20:11:43.325Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3483 | 2025-05-22T20:11:43.325Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3484 | 2025-05-22T20:11:43.325Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
3485 | 2025-05-22T20:11:43.408Z | |
3486 | 2025-05-22T20:11:43.408Z | info: running `cargo check --bins` on xtask-downloader (170/215) |
3487 | 2025-05-22T20:11:44.052Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3488 | 2025-05-22T20:11:44.055Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3489 | 2025-05-22T20:11:44.133Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3490 | 2025-05-22T20:11:45.011Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.59s |
3491 | 2025-05-22T20:11:45.189Z | |
3492 | 2025-05-22T20:11:45.189Z | info: running `cargo check --bins` on omicron-ls-apis (171/215) |
3493 | 2025-05-22T20:11:45.842Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3494 | 2025-05-22T20:11:45.846Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3495 | 2025-05-22T20:11:45.925Z | Checking cargo-platform v0.1.8 |
3496 | 2025-05-22T20:11:46.221Z | Checking cargo_metadata v0.19.2 |
3497 | 2025-05-22T20:11:47.242Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
3498 | 2025-05-22T20:11:48.085Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.89s |
3499 | 2025-05-22T20:11:48.283Z | |
3500 | 2025-05-22T20:11:48.283Z | info: running `cargo check --bins` on mgs-dev (172/215) |
3501 | 2025-05-22T20:11:49.020Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3502 | 2025-05-22T20:11:49.023Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3503 | 2025-05-22T20:11:49.158Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3504 | 2025-05-22T20:11:50.891Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3505 | 2025-05-22T20:11:51.513Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3506 | 2025-05-22T20:11:52.100Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.81s |
3507 | 2025-05-22T20:11:52.320Z | |
3508 | 2025-05-22T20:11:52.320Z | info: running `cargo check --bins` on omicron-omdb (173/215) |
3509 | 2025-05-22T20:11:53.084Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3510 | 2025-05-22T20:11:53.092Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3511 | 2025-05-22T20:11:53.319Z | Compiling crunchy v0.2.2 |
3512 | 2025-05-22T20:11:53.322Z | Compiling dsl_auto_type v0.1.2 |
3513 | 2025-05-22T20:11:53.455Z | Checking scheduled-thread-pool v0.2.7 |
3514 | 2025-05-22T20:11:53.469Z | Compiling diesel_table_macro_syntax v0.2.0 |
3515 | 2025-05-22T20:11:53.471Z | Compiling tiny-keccak v2.0.2 |
3516 | 2025-05-22T20:11:53.509Z | Compiling bit-vec v0.6.3 |
3517 | 2025-05-22T20:11:53.512Z | Compiling ascii-canvas v3.0.0 |
3518 | 2025-05-22T20:11:53.529Z | Compiling ena v0.14.3 |
3519 | 2025-05-22T20:11:53.665Z | Checking r2d2 v0.8.10 |
3520 | 2025-05-22T20:11:53.832Z | Compiling diff v0.1.13 |
3521 | 2025-05-22T20:11:53.853Z | Compiling bindgen v0.71.1 |
3522 | 2025-05-22T20:11:53.929Z | Compiling bit-set v0.5.3 |
3523 | 2025-05-22T20:11:53.946Z | Compiling regex-syntax v0.6.29 |
3524 | 2025-05-22T20:11:53.999Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3525 | 2025-05-22T20:11:54.071Z | Compiling rustc-hash v2.1.1 |
3526 | 2025-05-22T20:11:54.216Z | Compiling ref-cast v1.0.23 |
3527 | 2025-05-22T20:11:54.246Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3528 | 2025-05-22T20:11:54.293Z | Compiling derive_builder_core v0.20.2 |
3529 | 2025-05-22T20:11:54.358Z | Compiling libxml v0.3.3 |
3530 | 2025-05-22T20:11:54.549Z | Compiling ref-cast-impl v1.0.23 |
3531 | 2025-05-22T20:11:54.698Z | Compiling diesel_derives v2.2.3 |
3532 | 2025-05-22T20:11:54.743Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3533 | 2025-05-22T20:11:54.822Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3534 | 2025-05-22T20:11:54.860Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3535 | 2025-05-22T20:11:55.283Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
3536 | 2025-05-22T20:11:55.307Z | Compiling strum_macros v0.24.3 |
3537 | 2025-05-22T20:11:55.622Z | Compiling indoc v1.0.9 |
3538 | 2025-05-22T20:11:56.352Z | Compiling derive_builder_macro v0.20.2 |
3539 | 2025-05-22T20:11:56.514Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
3540 | 2025-05-22T20:11:56.799Z | Compiling impl-trait-for-tuples v0.2.2 |
3541 | 2025-05-22T20:11:57.217Z | Compiling lalrpop v0.19.12 |
3542 | 2025-05-22T20:11:57.355Z | Checking derive_builder v0.20.2 |
3543 | 2025-05-22T20:11:57.546Z | Compiling oso-derive v0.27.3 |
3544 | 2025-05-22T20:11:57.804Z | Checking quick-xml v0.37.2 |
3545 | 2025-05-22T20:11:58.356Z | Checking maplit v1.0.2 |
3546 | 2025-05-22T20:11:58.526Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3547 | 2025-05-22T20:11:58.552Z | Compiling diesel-dtrace v0.4.2 |
3548 | 2025-05-22T20:11:58.983Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
3549 | 2025-05-22T20:11:59.008Z | Checking bb8 v0.8.5 |
3550 | 2025-05-22T20:11:59.351Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3551 | 2025-05-22T20:11:59.504Z | Checking io-lifetimes v1.0.11 |
3552 | 2025-05-22T20:11:59.705Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3553 | 2025-05-22T20:11:59.737Z | Checking rustix v0.37.28 |
3554 | 2025-05-22T20:12:00.010Z | Checking rand_seeder v0.3.0 |
3555 | 2025-05-22T20:12:00.066Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3556 | 2025-05-22T20:12:00.090Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3557 | 2025-05-22T20:12:00.269Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3558 | 2025-05-22T20:12:00.529Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3559 | 2025-05-22T20:12:00.816Z | Checking terminal_size v0.2.6 |
3560 | 2025-05-22T20:12:00.840Z | Checking smawk v0.3.2 |
3561 | 2025-05-22T20:12:01.032Z | Checking is_ci v1.2.0 |
3562 | 2025-05-22T20:12:01.086Z | Checking unicode-linebreak v0.1.5 |
3563 | 2025-05-22T20:12:01.212Z | Checking supports-color v3.0.2 |
3564 | 2025-05-22T20:12:01.487Z | Checking support-bundle-viewer v0.1.0 |
3565 | 2025-05-22T20:12:01.577Z | Checking textwrap v0.16.1 |
3566 | 2025-05-22T20:12:01.956Z | Checking multimap v0.10.1 |
3567 | 2025-05-22T20:12:02.197Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3568 | 2025-05-22T20:12:03.946Z | Checking diesel v2.2.10 |
3569 | 2025-05-22T20:12:19.053Z | Compiling samael v0.0.18 |
3570 | 2025-05-22T20:12:34.456Z | Checking nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
3571 | 2025-05-22T20:12:35.078Z | Checking async-bb8-diesel v0.2.1 |
3572 | 2025-05-22T20:12:37.154Z | Compiling polar-core v0.27.3 |
3573 | 2025-05-22T20:12:44.417Z | Checking oso v0.27.3 |
3574 | 2025-05-22T20:13:21.058Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
3575 | 2025-05-22T20:13:52.890Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3576 | 2025-05-22T20:14:02.219Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 09s |
3577 | 2025-05-22T20:14:02.446Z | |
3578 | 2025-05-22T20:14:02.446Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (174/215) |
3579 | 2025-05-22T20:14:03.169Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3580 | 2025-05-22T20:14:03.177Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3581 | 2025-05-22T20:14:03.177Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3582 | 2025-05-22T20:14:03.177Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
3583 | 2025-05-22T20:14:03.269Z | |
3584 | 2025-05-22T20:14:03.270Z | info: running `cargo check --bins` on nexus-saga-recovery (175/215) |
3585 | 2025-05-22T20:14:03.979Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3586 | 2025-05-22T20:14:03.982Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3587 | 2025-05-22T20:14:03.982Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3588 | 2025-05-22T20:14:03.985Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
3589 | 2025-05-22T20:14:04.081Z | |
3590 | 2025-05-22T20:14:04.081Z | info: running `cargo check --bins` on nexus-test-utils-macros (176/215) |
3591 | 2025-05-22T20:14:04.728Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3592 | 2025-05-22T20:14:04.730Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3593 | 2025-05-22T20:14:04.731Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3594 | 2025-05-22T20:14:04.734Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
3595 | 2025-05-22T20:14:04.817Z | |
3596 | 2025-05-22T20:14:04.817Z | info: running `cargo check --bins` on omicron-nexus (177/215) |
3597 | 2025-05-22T20:14:05.580Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3598 | 2025-05-22T20:14:05.584Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3599 | 2025-05-22T20:14:05.837Z | Compiling libz-sys v1.1.20 |
3600 | 2025-05-22T20:14:05.842Z | Compiling libgit2-sys v0.17.0+1.8.1 |
3601 | 2025-05-22T20:14:05.988Z | Compiling vergen v8.3.2 |
3602 | 2025-05-22T20:14:05.991Z | Compiling cargo-platform v0.1.8 |
3603 | 2025-05-22T20:14:05.991Z | Compiling pin-project-internal v1.1.6 |
3604 | 2025-05-22T20:14:06.021Z | Compiling snafu-derive v0.8.5 |
3605 | 2025-05-22T20:14:06.024Z | Compiling fs-err v2.11.0 |
3606 | 2025-05-22T20:14:06.024Z | Compiling rustls v0.21.12 |
3607 | 2025-05-22T20:14:06.283Z | Checking globset v0.4.15 |
3608 | 2025-05-22T20:14:06.364Z | Compiling cargo_metadata v0.18.1 |
3609 | 2025-05-22T20:14:06.519Z | Checking olpc-cjson v0.1.4 |
3610 | 2025-05-22T20:14:06.577Z | Checking sct v0.7.1 |
3611 | 2025-05-22T20:14:06.683Z | Checking rustls-webpki v0.101.7 |
3612 | 2025-05-22T20:14:06.792Z | Checking serde_plain v1.0.2 |
3613 | 2025-05-22T20:14:06.815Z | Checking typed-path v0.9.3 |
3614 | 2025-05-22T20:14:07.076Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
3615 | 2025-05-22T20:14:07.291Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3616 | 2025-05-22T20:14:07.385Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3617 | 2025-05-22T20:14:07.592Z | Checking parse-size v1.1.0 |
3618 | 2025-05-22T20:14:07.754Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
3619 | 2025-05-22T20:14:07.794Z | Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
3620 | 2025-05-22T20:14:08.027Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3621 | 2025-05-22T20:14:08.679Z | Checking pin-project v1.1.6 |
3622 | 2025-05-22T20:14:08.747Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
3623 | 2025-05-22T20:14:08.836Z | Checking rustls-pemfile v1.0.4 |
3624 | 2025-05-22T20:14:09.083Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
3625 | 2025-05-22T20:14:09.197Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3626 | 2025-05-22T20:14:09.291Z | Checking twox-hash v2.1.0 |
3627 | 2025-05-22T20:14:09.438Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3628 | 2025-05-22T20:14:09.670Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3629 | 2025-05-22T20:14:09.912Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
3630 | 2025-05-22T20:14:10.346Z | Checking tokio-rustls v0.24.1 |
3631 | 2025-05-22T20:14:10.548Z | Checking snafu v0.8.5 |
3632 | 2025-05-22T20:14:10.729Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3633 | 2025-05-22T20:14:11.039Z | Checking tough v0.20.0 |
3634 | 2025-05-22T20:14:11.292Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3635 | 2025-05-22T20:14:11.408Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
3636 | 2025-05-22T20:14:11.550Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
3637 | 2025-05-22T20:14:11.553Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
3638 | 2025-05-22T20:14:11.676Z | Checking fatfs v0.3.6 |
3639 | 2025-05-22T20:14:11.772Z | Checking assert_matches v1.5.0 |
3640 | 2025-05-22T20:14:15.012Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26) |
3641 | 2025-05-22T20:14:16.405Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3642 | 2025-05-22T20:14:17.649Z | Compiling git2 v0.19.0 |
3643 | 2025-05-22T20:14:21.699Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
3644 | 2025-05-22T20:15:17.687Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 12s |
3645 | 2025-05-22T20:15:17.915Z | |
3646 | 2025-05-22T20:15:17.915Z | info: running `cargo check --bins` on nexus-background-task-interface (178/215) |
3647 | 2025-05-22T20:15:18.619Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3648 | 2025-05-22T20:15:18.622Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3649 | 2025-05-22T20:15:18.622Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3650 | 2025-05-22T20:15:18.625Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
3651 | 2025-05-22T20:15:18.705Z | |
3652 | 2025-05-22T20:15:18.705Z | info: running `cargo check --bins` on nexus-external-api (179/215) |
3653 | 2025-05-22T20:15:19.405Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3654 | 2025-05-22T20:15:19.408Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3655 | 2025-05-22T20:15:19.408Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3656 | 2025-05-22T20:15:19.412Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
3657 | 2025-05-22T20:15:19.505Z | |
3658 | 2025-05-22T20:15:19.505Z | info: running `cargo check --bins` on nexus-internal-api (180/215) |
3659 | 2025-05-22T20:15:20.201Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3660 | 2025-05-22T20:15:20.204Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3661 | 2025-05-22T20:15:20.204Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3662 | 2025-05-22T20:15:20.208Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
3663 | 2025-05-22T20:15:20.301Z | |
3664 | 2025-05-22T20:15:20.301Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (181/215) |
3665 | 2025-05-22T20:15:21.026Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3666 | 2025-05-22T20:15:21.030Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3667 | 2025-05-22T20:15:21.030Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3668 | 2025-05-22T20:15:21.034Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
3669 | 2025-05-22T20:15:21.127Z | |
3670 | 2025-05-22T20:15:21.127Z | info: running `cargo check --bins` on nexus-mgs-updates (182/215) |
3671 | 2025-05-22T20:15:21.813Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3672 | 2025-05-22T20:15:21.816Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3673 | 2025-05-22T20:15:21.816Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3674 | 2025-05-22T20:15:21.819Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
3675 | 2025-05-22T20:15:21.905Z | |
3676 | 2025-05-22T20:15:21.905Z | info: running `cargo check --bins` on nexus-networking (183/215) |
3677 | 2025-05-22T20:15:22.624Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3678 | 2025-05-22T20:15:22.628Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3679 | 2025-05-22T20:15:22.628Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3680 | 2025-05-22T20:15:22.631Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
3681 | 2025-05-22T20:15:22.721Z | |
3682 | 2025-05-22T20:15:22.721Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (184/215) |
3683 | 2025-05-22T20:15:23.446Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3684 | 2025-05-22T20:15:23.450Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3685 | 2025-05-22T20:15:23.450Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3686 | 2025-05-22T20:15:23.453Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
3687 | 2025-05-22T20:15:23.542Z | |
3688 | 2025-05-22T20:15:23.542Z | info: running `cargo check --bins` on nexus-reconfigurator-rendezvous (185/215) |
3689 | 2025-05-22T20:15:24.263Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3690 | 2025-05-22T20:15:24.269Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3691 | 2025-05-22T20:15:24.269Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3692 | 2025-05-22T20:15:24.274Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
3693 | 2025-05-22T20:15:24.363Z | |
3694 | 2025-05-22T20:15:24.363Z | info: running `cargo check --bins` on parallel-task-set (186/215) |
3695 | 2025-05-22T20:15:25.002Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3696 | 2025-05-22T20:15:25.006Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3697 | 2025-05-22T20:15:25.006Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3698 | 2025-05-22T20:15:25.009Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
3699 | 2025-05-22T20:15:25.092Z | |
3700 | 2025-05-22T20:15:25.092Z | info: running `cargo check --bins` on update-common (187/215) |
3701 | 2025-05-22T20:15:25.779Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3702 | 2025-05-22T20:15:25.782Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3703 | 2025-05-22T20:15:25.782Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3704 | 2025-05-22T20:15:25.785Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
3705 | 2025-05-22T20:15:25.874Z | |
3706 | 2025-05-22T20:15:25.874Z | info: running `cargo check --bins` on omicron-dev (188/215) |
3707 | 2025-05-22T20:15:26.659Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3708 | 2025-05-22T20:15:26.662Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3709 | 2025-05-22T20:15:26.928Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3710 | 2025-05-22T20:15:26.931Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3711 | 2025-05-22T20:15:27.086Z | Checking diff v0.1.13 |
3712 | 2025-05-22T20:15:27.086Z | Checking yansi v1.0.1 |
3713 | 2025-05-22T20:15:27.090Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3714 | 2025-05-22T20:15:27.100Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3715 | 2025-05-22T20:15:27.536Z | Checking pretty_assertions v1.4.1 |
3716 | 2025-05-22T20:15:28.211Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3717 | 2025-05-22T20:15:54.685Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3718 | 2025-05-22T20:15:54.689Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3719 | 2025-05-22T20:15:54.689Z | Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
3720 | 2025-05-22T20:15:54.689Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3721 | 2025-05-22T20:15:54.689Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3722 | 2025-05-22T20:15:54.689Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3723 | 2025-05-22T20:15:55.724Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3724 | 2025-05-22T20:15:57.026Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3725 | 2025-05-22T20:16:42.318Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 16s |
3726 | 2025-05-22T20:16:42.553Z | |
3727 | 2025-05-22T20:16:42.553Z | info: running `cargo check --bins` on openapi-manager (189/215) |
3728 | 2025-05-22T20:16:43.263Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3729 | 2025-05-22T20:16:43.267Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3730 | 2025-05-22T20:16:43.416Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
3731 | 2025-05-22T20:16:43.416Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
3732 | 2025-05-22T20:16:43.419Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
3733 | 2025-05-22T20:16:43.540Z | Checking heck v0.4.1 |
3734 | 2025-05-22T20:16:43.564Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3735 | 2025-05-22T20:16:43.737Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3736 | 2025-05-22T20:16:43.999Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
3737 | 2025-05-22T20:16:44.683Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
3738 | 2025-05-22T20:16:46.921Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3739 | 2025-05-22T20:16:48.462Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3740 | 2025-05-22T20:16:49.325Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3741 | 2025-05-22T20:16:50.825Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.26s |
3742 | 2025-05-22T20:16:51.033Z | |
3743 | 2025-05-22T20:16:51.033Z | info: running `cargo check --bins` on installinator-api (190/215) |
3744 | 2025-05-22T20:16:51.711Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3745 | 2025-05-22T20:16:51.715Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3746 | 2025-05-22T20:16:51.715Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3747 | 2025-05-22T20:16:51.718Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
3748 | 2025-05-22T20:16:51.806Z | |
3749 | 2025-05-22T20:16:51.806Z | info: running `cargo check --bins` on wicketd-api (191/215) |
3750 | 2025-05-22T20:16:52.515Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3751 | 2025-05-22T20:16:52.519Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3752 | 2025-05-22T20:16:52.519Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3753 | 2025-05-22T20:16:52.522Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
3754 | 2025-05-22T20:16:52.611Z | |
3755 | 2025-05-22T20:16:52.611Z | info: running `cargo check --bins` on omicron-pins (192/215) |
3756 | 2025-05-22T20:16:53.252Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3757 | 2025-05-22T20:16:53.256Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3758 | 2025-05-22T20:16:53.256Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3759 | 2025-05-22T20:16:53.259Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
3760 | 2025-05-22T20:16:53.338Z | |
3761 | 2025-05-22T20:16:53.338Z | info: running `cargo check --bins` on reconfigurator-cli (193/215) |
3762 | 2025-05-22T20:16:54.044Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3763 | 2025-05-22T20:16:54.047Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3764 | 2025-05-22T20:16:54.213Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
3765 | 2025-05-22T20:16:54.213Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
3766 | 2025-05-22T20:16:54.217Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3767 | 2025-05-22T20:16:54.364Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
3768 | 2025-05-22T20:16:54.367Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
3769 | 2025-05-22T20:16:54.367Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
3770 | 2025-05-22T20:16:54.392Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3771 | 2025-05-22T20:16:54.410Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3772 | 2025-05-22T20:16:54.640Z | Compiling petname v2.0.2 |
3773 | 2025-05-22T20:16:54.643Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
3774 | 2025-05-22T20:16:54.692Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3775 | 2025-05-22T20:16:54.985Z | Checking sync-ptr v0.1.1 |
3776 | 2025-05-22T20:16:55.034Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
3777 | 2025-05-22T20:16:55.452Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
3778 | 2025-05-22T20:16:57.340Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
3779 | 2025-05-22T20:16:58.143Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
3780 | 2025-05-22T20:16:59.597Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3781 | 2025-05-22T20:17:10.194Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
3782 | 2025-05-22T20:17:10.197Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3783 | 2025-05-22T20:17:11.407Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3784 | 2025-05-22T20:17:12.143Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
3785 | 2025-05-22T20:17:14.297Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.95s |
3786 | 2025-05-22T20:17:14.498Z | |
3787 | 2025-05-22T20:17:14.498Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (194/215) |
3788 | 2025-05-22T20:17:15.209Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3789 | 2025-05-22T20:17:15.212Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3790 | 2025-05-22T20:17:15.213Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3791 | 2025-05-22T20:17:15.216Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
3792 | 2025-05-22T20:17:15.309Z | |
3793 | 2025-05-22T20:17:15.309Z | info: running `cargo check --bins` on omicron-repl-utils (195/215) |
3794 | 2025-05-22T20:17:15.962Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3795 | 2025-05-22T20:17:15.965Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3796 | 2025-05-22T20:17:15.965Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3797 | 2025-05-22T20:17:15.968Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
3798 | 2025-05-22T20:17:16.050Z | |
3799 | 2025-05-22T20:17:16.050Z | info: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (196/215) |
3800 | 2025-05-22T20:17:16.776Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3801 | 2025-05-22T20:17:16.781Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3802 | 2025-05-22T20:17:16.925Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
3803 | 2025-05-22T20:17:17.968Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.91s |
3804 | 2025-05-22T20:17:18.181Z | |
3805 | 2025-05-22T20:17:18.181Z | info: running `cargo check --bins` on reconfigurator-sp-updater (197/215) |
3806 | 2025-05-22T20:17:18.890Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3807 | 2025-05-22T20:17:18.893Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3808 | 2025-05-22T20:17:19.004Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
3809 | 2025-05-22T20:17:19.449Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
3810 | 2025-05-22T20:17:20.430Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
3811 | 2025-05-22T20:17:21.080Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.88s |
3812 | 2025-05-22T20:17:21.284Z | |
3813 | 2025-05-22T20:17:21.284Z | info: running `cargo check --bins` on omicron-releng (198/215) |
3814 | 2025-05-22T20:17:21.950Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3815 | 2025-05-22T20:17:21.955Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3816 | 2025-05-22T20:17:22.042Z | Compiling blake3 v1.5.4 |
3817 | 2025-05-22T20:17:22.050Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26) |
3818 | 2025-05-22T20:17:22.164Z | Checking memmap2 v0.9.5 |
3819 | 2025-05-22T20:17:22.170Z | Checking arrayref v0.3.9 |
3820 | 2025-05-22T20:17:22.170Z | Checking constant_time_eq v0.3.1 |
3821 | 2025-05-22T20:17:22.170Z | Checking arrayvec v0.7.6 |
3822 | 2025-05-22T20:17:22.207Z | Checking topological-sort v0.2.2 |
3823 | 2025-05-22T20:17:22.214Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
3824 | 2025-05-22T20:17:22.259Z | Checking shell-words v1.1.0 |
3825 | 2025-05-22T20:17:22.664Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26) |
3826 | 2025-05-22T20:17:22.921Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26) |
3827 | 2025-05-22T20:17:23.377Z | Checking omicron-zone-package v0.12.2 |
3828 | 2025-05-22T20:17:24.578Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3829 | 2025-05-22T20:17:25.622Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.33s |
3830 | 2025-05-22T20:17:25.813Z | |
3831 | 2025-05-22T20:17:25.814Z | info: running `cargo check --bins` on omicron-repo-depot-standalone (199/215) |
3832 | 2025-05-22T20:17:26.492Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3833 | 2025-05-22T20:17:26.495Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3834 | 2025-05-22T20:17:26.584Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3835 | 2025-05-22T20:17:26.967Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
3836 | 2025-05-22T20:17:27.396Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.57s |
3837 | 2025-05-22T20:17:27.585Z | |
3838 | 2025-05-22T20:17:27.585Z | info: running `cargo check --bins` on xtask (200/215) |
3839 | 2025-05-22T20:17:28.117Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3840 | 2025-05-22T20:17:28.120Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3841 | 2025-05-22T20:17:28.137Z | Checking bitflags v2.9.0 |
3842 | 2025-05-22T20:17:28.140Z | Checking serde v1.0.219 |
3843 | 2025-05-22T20:17:28.140Z | Checking thiserror v1.0.69 |
3844 | 2025-05-22T20:17:28.246Z | Checking scroll v0.12.0 |
3845 | 2025-05-22T20:17:28.255Z | Checking hashbrown v0.15.1 |
3846 | 2025-05-22T20:17:28.258Z | Checking log v0.4.27 |
3847 | 2025-05-22T20:17:28.266Z | Checking zerocopy v0.7.35 |
3848 | 2025-05-22T20:17:28.297Z | Checking syn v2.0.101 |
3849 | 2025-05-22T20:17:28.367Z | Checking pest v2.7.14 |
3850 | 2025-05-22T20:17:28.483Z | Checking rustix v0.38.37 |
3851 | 2025-05-22T20:17:28.523Z | Checking once_cell v1.21.3 |
3852 | 2025-05-22T20:17:28.707Z | Checking goblin v0.8.2 |
3853 | 2025-05-22T20:17:28.832Z | Checking thiserror v2.0.12 |
3854 | 2025-05-22T20:17:29.002Z | Checking fs-err v3.1.0 |
3855 | 2025-05-22T20:17:29.259Z | Checking indexmap v2.9.0 |
3856 | 2025-05-22T20:17:29.340Z | Checking anyhow v1.0.98 |
3857 | 2025-05-22T20:17:29.449Z | Checking tabled v0.15.0 |
3858 | 2025-05-22T20:17:29.709Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
3859 | 2025-05-22T20:17:30.352Z | Checking terminal_size v0.4.0 |
3860 | 2025-05-22T20:17:30.355Z | Checking tempfile v3.13.0 |
3861 | 2025-05-22T20:17:30.571Z | Checking clap_builder v4.5.35 |
3862 | 2025-05-22T20:17:30.820Z | Checking dtrace-parser v0.2.0 |
3863 | 2025-05-22T20:17:32.355Z | Checking serde_json v1.0.140 |
3864 | 2025-05-22T20:17:32.355Z | Checking serde_spanned v0.6.8 |
3865 | 2025-05-22T20:17:32.382Z | Checking toml_datetime v0.6.9 |
3866 | 2025-05-22T20:17:32.382Z | Checking camino v1.1.9 |
3867 | 2025-05-22T20:17:32.382Z | Checking semver v1.0.26 |
3868 | 2025-05-22T20:17:32.519Z | Checking cargo-platform v0.1.8 |
3869 | 2025-05-22T20:17:32.609Z | Checking macaddr v1.0.1 |
3870 | 2025-05-22T20:17:32.634Z | Checking clap v4.5.35 |
3871 | 2025-05-22T20:17:32.654Z | Checking toml_edit v0.22.26 |
3872 | 2025-05-22T20:17:32.867Z | Checking camino-tempfile v1.3.0 |
3873 | 2025-05-22T20:17:33.473Z | Checking dof v0.3.0 |
3874 | 2025-05-22T20:17:33.473Z | Checking cargo_metadata v0.19.2 |
3875 | 2025-05-22T20:17:33.893Z | Checking usdt-impl v0.5.0 |
3876 | 2025-05-22T20:17:34.267Z | Checking usdt v0.5.0 |
3877 | 2025-05-22T20:17:34.431Z | Checking toml v0.8.22 |
3878 | 2025-05-22T20:17:34.886Z | Checking cargo_toml v0.21.0 |
3879 | 2025-05-22T20:17:36.046Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3880 | 2025-05-22T20:17:36.706Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.09s |
3881 | 2025-05-22T20:17:36.820Z | |
3882 | 2025-05-22T20:17:36.820Z | info: running `cargo check --bins` on end-to-end-tests (201/215) |
3883 | 2025-05-22T20:17:37.575Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3884 | 2025-05-22T20:17:37.590Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3885 | 2025-05-22T20:17:37.728Z | Checking polyval v0.6.2 |
3886 | 2025-05-22T20:17:37.795Z | Checking ctr v0.9.2 |
3887 | 2025-05-22T20:17:37.918Z | Checking ssh-encoding v0.2.0 |
3888 | 2025-05-22T20:17:37.964Z | Checking blowfish v0.9.1 |
3889 | 2025-05-22T20:17:37.965Z | Checking password-hash v0.4.2 |
3890 | 2025-05-22T20:17:37.965Z | Checking p521 v0.13.3 |
3891 | 2025-05-22T20:17:37.965Z | Checking p256 v0.13.2 |
3892 | 2025-05-22T20:17:37.965Z | Checking russh-cryptovec v0.7.3 |
3893 | 2025-05-22T20:17:38.102Z | Checking ghash v0.5.1 |
3894 | 2025-05-22T20:17:38.117Z | Checking md5 v0.7.0 |
3895 | 2025-05-22T20:17:38.144Z | Checking num-bigint v0.4.6 |
3896 | 2025-05-22T20:17:38.224Z | Checking bcrypt-pbkdf v0.10.0 |
3897 | 2025-05-22T20:17:38.262Z | Checking aes-gcm v0.10.3 |
3898 | 2025-05-22T20:17:38.271Z | Checking des v0.8.1 |
3899 | 2025-05-22T20:17:38.332Z | Checking pbkdf2 v0.11.0 |
3900 | 2025-05-22T20:17:38.376Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
3901 | 2025-05-22T20:17:38.418Z | Checking hex-literal v0.4.1 |
3902 | 2025-05-22T20:17:38.503Z | Checking ssh-cipher v0.2.0 |
3903 | 2025-05-22T20:17:38.520Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3904 | 2025-05-22T20:17:38.543Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3905 | 2025-05-22T20:17:38.564Z | Checking internet-checksum v0.2.1 |
3906 | 2025-05-22T20:17:38.812Z | Checking ssh-key v0.6.6 |
3907 | 2025-05-22T20:17:39.001Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
3908 | 2025-05-22T20:17:39.919Z | Checking russh-keys v0.45.0 |
3909 | 2025-05-22T20:17:40.769Z | Checking russh v0.45.0 |
3910 | 2025-05-22T20:18:00.823Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3911 | 2025-05-22T20:18:02.305Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.49s |
3912 | 2025-05-22T20:18:02.518Z | |
3913 | 2025-05-22T20:18:02.519Z | info: running `cargo check --bins` on gateway-cli (202/215) |
3914 | 2025-05-22T20:18:03.245Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3915 | 2025-05-22T20:18:03.262Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3916 | 2025-05-22T20:18:03.311Z | Checking termios v0.3.3 |
3917 | 2025-05-22T20:18:03.531Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3918 | 2025-05-22T20:18:04.331Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.80s |
3919 | 2025-05-22T20:18:04.524Z | |
3920 | 2025-05-22T20:18:04.524Z | info: running `cargo check --bins --no-default-features` on installinator (203/215) |
3921 | 2025-05-22T20:18:05.242Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3922 | 2025-05-22T20:18:05.245Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3923 | 2025-05-22T20:18:05.377Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3924 | 2025-05-22T20:18:05.383Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3925 | 2025-05-22T20:18:05.383Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3926 | 2025-05-22T20:18:05.383Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3927 | 2025-05-22T20:18:06.287Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3928 | 2025-05-22T20:18:06.509Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3929 | 2025-05-22T20:18:08.196Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3930 | 2025-05-22T20:18:10.349Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.82s |
3931 | 2025-05-22T20:18:10.554Z | |
3932 | 2025-05-22T20:18:10.554Z | info: running `cargo check --bins` on internal-dns-cli (204/215) |
3933 | 2025-05-22T20:18:11.237Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3934 | 2025-05-22T20:18:11.243Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3935 | 2025-05-22T20:18:11.328Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3936 | 2025-05-22T20:18:11.842Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s |
3937 | 2025-05-22T20:18:12.030Z | |
3938 | 2025-05-22T20:18:12.030Z | info: running `cargo check --bins` on omicron-live-tests (205/215) |
3939 | 2025-05-22T20:18:12.685Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3940 | 2025-05-22T20:18:12.688Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3941 | 2025-05-22T20:18:12.688Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3942 | 2025-05-22T20:18:12.692Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
3943 | 2025-05-22T20:18:12.773Z | |
3944 | 2025-05-22T20:18:12.773Z | info: running `cargo check --bins` on live-tests-macros (206/215) |
3945 | 2025-05-22T20:18:13.442Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3946 | 2025-05-22T20:18:13.451Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3947 | 2025-05-22T20:18:13.451Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3948 | 2025-05-22T20:18:13.455Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
3949 | 2025-05-22T20:18:13.531Z | |
3950 | 2025-05-22T20:18:13.531Z | info: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (207/215) |
3951 | 2025-05-22T20:18:14.253Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3952 | 2025-05-22T20:18:14.256Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3953 | 2025-05-22T20:18:14.382Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
3954 | 2025-05-22T20:18:15.031Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.49s |
3955 | 2025-05-22T20:18:15.245Z | |
3956 | 2025-05-22T20:18:15.245Z | info: running `cargo check --bins` on omicron-package (208/215) |
3957 | 2025-05-22T20:18:15.932Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3958 | 2025-05-22T20:18:15.936Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3959 | 2025-05-22T20:18:16.041Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3960 | 2025-05-22T20:18:17.516Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.26s |
3961 | 2025-05-22T20:18:17.712Z | |
3962 | 2025-05-22T20:18:17.712Z | info: running `cargo check --bins` on trust-quorum (209/215) |
3963 | 2025-05-22T20:18:18.398Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3964 | 2025-05-22T20:18:18.401Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3965 | 2025-05-22T20:18:18.401Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3966 | 2025-05-22T20:18:18.414Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
3967 | 2025-05-22T20:18:18.494Z | |
3968 | 2025-05-22T20:18:18.494Z | info: running `cargo check --bins` on gfss (210/215) |
3969 | 2025-05-22T20:18:19.124Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3970 | 2025-05-22T20:18:19.128Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3971 | 2025-05-22T20:18:19.128Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3972 | 2025-05-22T20:18:19.132Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
3973 | 2025-05-22T20:18:19.211Z | |
3974 | 2025-05-22T20:18:19.211Z | info: running `cargo check --bins` on wicket-dbg (211/215) |
3975 | 2025-05-22T20:18:19.925Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3976 | 2025-05-22T20:18:19.931Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3977 | 2025-05-22T20:18:20.064Z | Checking rtoolbox v0.0.2 |
3978 | 2025-05-22T20:18:20.068Z | Checking tui-tree-widget v0.23.0 |
3979 | 2025-05-22T20:18:20.068Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3980 | 2025-05-22T20:18:20.318Z | Checking rpassword v7.3.1 |
3981 | 2025-05-22T20:18:28.794Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3982 | 2025-05-22T20:18:29.124Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3983 | 2025-05-22T20:18:29.280Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.06s |
3984 | 2025-05-22T20:18:29.488Z | |
3985 | 2025-05-22T20:18:29.488Z | info: running `cargo check --bins` on wicket (212/215) |
3986 | 2025-05-22T20:18:30.203Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3987 | 2025-05-22T20:18:30.207Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3988 | 2025-05-22T20:18:30.327Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3989 | 2025-05-22T20:18:30.780Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s |
3990 | 2025-05-22T20:18:30.987Z | |
3991 | 2025-05-22T20:18:30.988Z | info: running `cargo check --bins` on wicketd (213/215) |
3992 | 2025-05-22T20:18:31.705Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3993 | 2025-05-22T20:18:31.709Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3994 | 2025-05-22T20:18:31.839Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3995 | 2025-05-22T20:18:35.937Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.94s |
3996 | 2025-05-22T20:18:36.155Z | |
3997 | 2025-05-22T20:18:36.155Z | info: running `cargo check --bins` on omicron-workspace-hack (214/215) |
3998 | 2025-05-22T20:18:36.801Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3999 | 2025-05-22T20:18:36.811Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
4000 | 2025-05-22T20:18:36.811Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
4001 | 2025-05-22T20:18:36.814Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
4002 | 2025-05-22T20:18:36.888Z | |
4003 | 2025-05-22T20:18:36.888Z | info: running `cargo check --bins` on zone-setup (215/215) |
4004 | 2025-05-22T20:18:37.577Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
4005 | 2025-05-22T20:18:37.580Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
4006 | 2025-05-22T20:18:37.687Z | Checking uzers v0.12.1 |
4007 | 2025-05-22T20:18:38.046Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
4008 | 2025-05-22T20:18:39.101Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.20s |
4009 | 2025-05-22T20:18:39.326Z | |
4010 | 2025-05-22T20:18:39.326Z | real 15:14.824007756 |
4011 | 2025-05-22T20:18:39.326Z | user 30:15.425281090 |
4012 | 2025-05-22T20:18:39.326Z | sys 4:58.168606060 |
4013 | 2025-05-22T20:18:39.326Z | trap 0.644402013 |
4014 | 2025-05-22T20:18:39.329Z | tflt 0.664207254 |
4015 | 2025-05-22T20:18:39.329Z | dflt 1.657274440 |
4016 | 2025-05-22T20:18:39.329Z | kflt 0.001032164 |
4017 | 2025-05-22T20:18:39.329Z | lock 50:47.361752841 |
4018 | 2025-05-22T20:18:39.329Z | slp 2:27:20.105385181 |
4019 | 2025-05-22T20:18:39.330Z | lat 1:13.744148828 |
4020 | 2025-05-22T20:18:39.330Z | stop 4:38.396524894 |
4021 | 2025-05-22T20:18:39.330Z | process exited: duration 1187737 ms, exit code 0 |
|
4022 | 2025-05-22T20:18:39.339Z | found 0 output files |