|
|
|
1 | 2025-02-05T10:15:44.481Z | job assigned to worker 01JKASP75VXZGQM5VYCC2RPSVK [factory aws, i-0f320e3101a0cf5b3] (queued for 51 s) |
|
2 | 2025-02-05T10:15:52.720Z | starting task 0: "setup" |
3 | 2025-02-05T10:15:52.727Z | ++ uname -s |
4 | 2025-02-05T10:15:52.730Z | + kern=SunOS |
5 | 2025-02-05T10:15:52.730Z | + build_user=build |
6 | 2025-02-05T10:15:52.730Z | + build_uid=12345 |
7 | 2025-02-05T10:15:52.730Z | + work_dir=/work |
8 | 2025-02-05T10:15:52.730Z | + input_dir=/input |
9 | 2025-02-05T10:15:52.730Z | + [[ 0 == 12345 ]] |
10 | 2025-02-05T10:15:52.730Z | + case "$kern" in |
11 | 2025-02-05T10:15:52.730Z | + groupadd -g 12345 build |
12 | 2025-02-05T10:15:52.734Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-02-05T10:15:54.738Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-02-05T10:15:54.853Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-02-05T10:15:54.856Z | + home_fs=zfs |
16 | 2025-02-05T10:15:54.856Z | + [[ zfs == autofs ]] |
17 | 2025-02-05T10:15:54.856Z | + mkdir -p /home/build |
18 | 2025-02-05T10:15:54.859Z | + chown build:build /home/build /work |
19 | 2025-02-05T10:15:56.858Z | + chmod 0700 /home/build /work |
20 | 2025-02-05T10:15:56.861Z | process exited: duration 4143 ms, exit code 0 |
|
21 | 2025-02-05T10:15:56.909Z | starting task 1: "rust-toolchain" |
22 | 2025-02-05T10:15:56.913Z | * rust toolchain channel = "1.84.0" |
23 | 2025-02-05T10:15:56.913Z | + printf ' * rust toolchain channel = "%s"\n' 1.84.0 |
24 | 2025-02-05T10:15:56.913Z | + printf ' * rust toolchain profile = "%s"\n' default |
25 | 2025-02-05T10:15:56.913Z | * rust toolchain profile = "default" |
26 | 2025-02-05T10:15:56.913Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-02-05T10:15:56.913Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-02-05T10:15:56.913Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-02-05T10:15:56.913Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.0 --profile default |
30 | 2025-02-05T10:15:57.030Z | info: downloading installer |
31 | 2025-02-05T10:15:58.491Z | warning: it looks like you have an existing installation of Rust at: |
32 | 2025-02-05T10:15:58.491Z | warning: /opt/ooce/bin |
33 | 2025-02-05T10:15:58.491Z | warning: It is recommended that rustup be the primary Rust installation. |
34 | 2025-02-05T10:15:58.491Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
35 | 2025-02-05T10:15:58.491Z | warning: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-02-05T10:15:58.491Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-02-05T10:15:58.491Z | warning: or pass `-y' to ignore all ignorable checks. |
38 | 2025-02-05T10:15:58.491Z | error: cannot install while Rust is installed |
39 | 2025-02-05T10:15:58.491Z | warning: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-02-05T10:15:58.506Z | info: profile set to 'default' |
41 | 2025-02-05T10:15:58.506Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-02-05T10:15:58.509Z | info: syncing channel updates for '1.84.0-x86_64-unknown-illumos' |
43 | 2025-02-05T10:15:58.680Z | info: latest update on 2025-01-09, rust version 1.84.0 (9fc6b4312 2025-01-07) |
44 | 2025-02-05T10:15:58.680Z | info: downloading component 'cargo' |
45 | 2025-02-05T10:15:59.679Z | info: downloading component 'clippy' |
46 | 2025-02-05T10:16:00.065Z | info: downloading component 'rust-docs' |
47 | 2025-02-05T10:16:01.438Z | info: downloading component 'rust-std' |
48 | 2025-02-05T10:16:03.481Z | info: downloading component 'rustc' |
49 | 2025-02-05T10:16:11.350Z | info: downloading component 'rustfmt' |
50 | 2025-02-05T10:16:11.645Z | info: installing component 'cargo' |
51 | 2025-02-05T10:16:12.476Z | info: installing component 'clippy' |
52 | 2025-02-05T10:16:12.965Z | info: installing component 'rust-docs' |
53 | 2025-02-05T10:16:14.525Z | info: installing component 'rust-std' |
54 | 2025-02-05T10:16:16.232Z | info: installing component 'rustc' |
55 | 2025-02-05T10:16:22.267Z | info: installing component 'rustfmt' |
56 | 2025-02-05T10:16:22.608Z | info: default toolchain set to '1.84.0-x86_64-unknown-illumos' |
57 | 2025-02-05T10:16:22.609Z | |
58 | 2025-02-05T10:16:23.007Z | 1.84.0-x86_64-unknown-illumos installed - rustc 1.84.0 (9fc6b4312 2025-01-07) |
59 | 2025-02-05T10:16:23.007Z | |
60 | 2025-02-05T10:16:23.011Z | |
61 | 2025-02-05T10:16:23.011Z | Rust is installed now. Great! |
62 | 2025-02-05T10:16:23.011Z | |
63 | 2025-02-05T10:16:23.011Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-02-05T10:16:23.011Z | environment variable. This has not been done automatically. |
65 | 2025-02-05T10:16:23.011Z | |
66 | 2025-02-05T10:16:23.011Z | To configure your current shell, you need to source |
67 | 2025-02-05T10:16:23.011Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-02-05T10:16:23.011Z | |
69 | 2025-02-05T10:16:23.011Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-02-05T10:16:23.011Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-02-05T10:16:23.011Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-02-05T10:16:23.066Z | + rustup --version |
73 | 2025-02-05T10:16:23.075Z | rustup 1.27.1 (54dd3d00f 2024-04-24) |
74 | 2025-02-05T10:16:23.075Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
75 | 2025-02-05T10:16:23.167Z | info: The currently active `rustc` version is `rustc 1.84.0 (9fc6b4312 2025-01-07)` |
76 | 2025-02-05T10:16:23.170Z | + cargo --version |
77 | 2025-02-05T10:16:23.213Z | cargo 1.84.0 (66221abde 2024-11-19) |
78 | 2025-02-05T10:16:23.216Z | + rustc --version |
79 | 2025-02-05T10:16:23.276Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
80 | 2025-02-05T10:16:23.280Z | process exited: duration 26405 ms, exit code 0 |
|
81 | 2025-02-05T10:16:23.287Z | starting task 2: "authentication" |
82 | 2025-02-05T10:16:23.308Z | process exited: duration 21 ms, exit code 0 |
|
83 | 2025-02-05T10:16:23.317Z | starting task 3: "clone repository" |
84 | 2025-02-05T10:16:23.320Z | + mkdir -p /work/oxidecomputer/omicron |
85 | 2025-02-05T10:16:23.323Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
86 | 2025-02-05T10:16:23.362Z | Cloning into '/work/oxidecomputer/omicron'... |
87 | 2025-02-05T10:16:31.240Z | + cd /work/oxidecomputer/omicron |
88 | 2025-02-05T10:16:31.240Z | + git fetch origin b57a434bba246b1db6c6bf319083ea1b331373a0 |
89 | 2025-02-05T10:16:31.255Z | From https://github.com/oxidecomputer/omicron |
90 | 2025-02-05T10:16:31.255Z | * branch b57a434bba246b1db6c6bf319083ea1b331373a0 -> FETCH_HEAD |
91 | 2025-02-05T10:16:31.255Z | + [[ -n renovate/clap-4.x-lockfile ]] |
92 | 2025-02-05T10:16:31.255Z | ++ git branch --show-current |
93 | 2025-02-05T10:16:31.255Z | + current=main |
94 | 2025-02-05T10:16:31.255Z | + [[ main != renovate/clap-4.x-lockfile ]] |
95 | 2025-02-05T10:16:31.255Z | + git branch -f renovate/clap-4.x-lockfile b57a434bba246b1db6c6bf319083ea1b331373a0 |
96 | 2025-02-05T10:16:31.255Z | + git checkout -f renovate/clap-4.x-lockfile |
97 | 2025-02-05T10:16:31.333Z | Switched to branch 'renovate/clap-4.x-lockfile' |
98 | 2025-02-05T10:16:31.344Z | + git reset --hard b57a434bba246b1db6c6bf319083ea1b331373a0 |
99 | 2025-02-05T10:16:31.349Z | HEAD is now at b57a434bb Update Rust crate clap to v4.5.28 |
100 | 2025-02-05T10:16:31.352Z | process exited: duration 8041 ms, exit code 0 |
|
101 | 2025-02-05T10:16:31.361Z | starting task 4: "build" |
102 | 2025-02-05T10:16:31.365Z | + source .github/buildomat/ci-env.sh |
103 | 2025-02-05T10:16:31.365Z | ++ export CARGO_TERM_COLOR=always |
104 | 2025-02-05T10:16:31.365Z | ++ CARGO_TERM_COLOR=always |
105 | 2025-02-05T10:16:31.365Z | + cargo --version |
106 | 2025-02-05T10:16:31.414Z | cargo 1.84.0 (66221abde 2024-11-19) |
107 | 2025-02-05T10:16:31.417Z | + rustc --version |
108 | 2025-02-05T10:16:31.476Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
109 | 2025-02-05T10:16:31.480Z | + source ./env.sh |
110 | 2025-02-05T10:16:31.480Z | ++ OLD_SHELL_OPTS=ehxB |
111 | 2025-02-05T10:16:31.480Z | ++ set -o xtrace |
112 | 2025-02-05T10:16:31.483Z | ++++ dirname ./env.sh |
113 | 2025-02-05T10:16:31.483Z | +++ readlink -f . |
114 | 2025-02-05T10:16:31.487Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
115 | 2025-02-05T10:16:31.487Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
116 | 2025-02-05T10:16:31.487Z | ++ 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-02-05T10:16:31.487Z | ++ 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 |
118 | 2025-02-05T10:16:31.487Z | ++ 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-02-05T10:16:31.487Z | ++ 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 |
120 | 2025-02-05T10:16:31.487Z | ++ 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-02-05T10:16:31.487Z | ++ 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 |
122 | 2025-02-05T10:16:31.487Z | ++ 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-02-05T10:16:31.487Z | ++ case $OLD_SHELL_OPTS in |
124 | 2025-02-05T10:16:31.487Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
125 | 2025-02-05T10:16:31.488Z | + 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 |
126 | 2025-02-05T10:16:31.488Z | + 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-02-05T10:16:31.488Z | + banner prerequisites |
128 | 2025-02-05T10:16:31.494Z | |
129 | 2025-02-05T10:16:31.494Z | ##### ##### ###### ##### ###### #### # # # #### # |
130 | 2025-02-05T10:16:31.494Z | # # # # # # # # # # # # # # # |
131 | 2025-02-05T10:16:31.494Z | # # # # ##### # # ##### # # # # # #### # |
132 | 2025-02-05T10:16:31.494Z | ##### ##### # ##### # # # # # # # # # |
133 | 2025-02-05T10:16:31.495Z | # # # # # # # # # # # # # # # |
134 | 2025-02-05T10:16:31.495Z | # # # ###### # # ###### ### # #### # #### # |
135 | 2025-02-05T10:16:31.495Z | |
136 | 2025-02-05T10:16:31.495Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
137 | 2025-02-05T10:16:33.124Z | pkg list: illegal option -- F |
138 | 2025-02-05T10:16:33.124Z | Usage: |
139 | 2025-02-05T10:16:33.128Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
140 | 2025-02-05T10:16:33.128Z | [pkg_fmri_pattern ...] |
141 | 2025-02-05T10:16:33.975Z | pkg list: illegal option -- F |
142 | 2025-02-05T10:16:33.975Z | Usage: |
143 | 2025-02-05T10:16:33.979Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
144 | 2025-02-05T10:16:33.979Z | [pkg_fmri_pattern ...] |
145 | 2025-02-05T10:16:47.694Z | Startup: Refreshing catalog 'helios-dev' ... Done |
146 | 2025-02-05T10:16:51.877Z | Startup: Caching catalogs ... Done |
147 | 2025-02-05T10:17:04.063Z | Planning: Solver setup ... Done (11.222s) |
148 | 2025-02-05T10:17:04.190Z | Planning: Running solver ... Done (0.154s) |
149 | 2025-02-05T10:17:04.302Z | Planning: Finding local manifests ... Done (0.007s) |
150 | 2025-02-05T10:17:04.316Z | Planning: Fetching manifests: 0/7 0% complete |
151 | 2025-02-05T10:17:04.628Z | Planning: Fetching manifests: 7/7 100% complete |
152 | 2025-02-05T10:17:04.855Z | Planning: Package planning ... Done (0.291s) |
153 | 2025-02-05T10:17:04.911Z | Planning: Merging actions ... Done (0.056s) |
154 | 2025-02-05T10:17:05.111Z | Planning: Checking for conflicting actions ... Done (0.200s) |
155 | 2025-02-05T10:17:07.273Z | Planning: Consolidating action changes ... Done (2.163s) |
156 | 2025-02-05T10:17:07.744Z | Planning: Evaluating mediators ... Done (0.443s) |
157 | 2025-02-05T10:17:07.798Z | Planning: Planning completed in 15.83 seconds |
158 | 2025-02-05T10:17:07.814Z | Packages to install: 4 |
159 | 2025-02-05T10:17:07.814Z | Packages to update: 3 |
160 | 2025-02-05T10:17:07.817Z | Mediators to change: 2 |
161 | 2025-02-05T10:17:07.818Z | Services to change: 1 |
162 | 2025-02-05T10:17:07.818Z | Estimated space available: 155.61 GB |
163 | 2025-02-05T10:17:07.818Z | Estimated space to be consumed: 1.65 GB |
164 | 2025-02-05T10:17:07.818Z | Create boot environment: No |
165 | 2025-02-05T10:17:07.818Z | Create backup boot environment: Yes |
166 | 2025-02-05T10:17:07.818Z | Rebuild boot archive: No |
167 | 2025-02-05T10:17:07.818Z | |
168 | 2025-02-05T10:17:07.818Z | Changed mediators: |
169 | 2025-02-05T10:17:07.818Z | mediator clang: |
170 | 2025-02-05T10:17:07.818Z | version: None -> 15 (system default) |
171 | 2025-02-05T10:17:07.818Z | |
172 | 2025-02-05T10:17:07.818Z | mediator llvm: |
173 | 2025-02-05T10:17:07.818Z | version: 14 (system default) -> 15 (system default) |
174 | 2025-02-05T10:17:07.818Z | |
175 | 2025-02-05T10:17:07.818Z | Changed packages: |
176 | 2025-02-05T10:17:07.818Z | helios-dev |
177 | 2025-02-05T10:17:07.818Z | developer/build-essential |
178 | 2025-02-05T10:17:07.818Z | None -> 11-2.0 |
179 | 2025-02-05T10:17:07.818Z | library/libxmlsec1 |
180 | 2025-02-05T10:17:07.818Z | None -> 1.2.35-2.0 |
181 | 2025-02-05T10:17:07.818Z | ooce/developer/clang-15 |
182 | 2025-02-05T10:17:07.818Z | None -> 15.0.7-2.0 |
183 | 2025-02-05T10:17:07.818Z | ooce/developer/llvm-15 |
184 | 2025-02-05T10:17:07.818Z | None -> 15.0.7-2.0 |
185 | 2025-02-05T10:17:07.818Z | package/pkg |
186 | 2025-02-05T10:17:07.818Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
187 | 2025-02-05T10:17:07.818Z | system/library/g++-runtime |
188 | 2025-02-05T10:17:07.818Z | 13-2.0 -> 14-2.0 |
189 | 2025-02-05T10:17:07.818Z | system/library/gcc-runtime |
190 | 2025-02-05T10:17:07.818Z | 13-2.0 -> 14-2.0 |
191 | 2025-02-05T10:17:07.818Z | |
192 | 2025-02-05T10:17:07.818Z | Services: |
193 | 2025-02-05T10:17:07.818Z | restart_fmri: |
194 | 2025-02-05T10:17:07.818Z | svc:/system/update-man-index:default |
195 | 2025-02-05T10:17:07.819Z | |
196 | 2025-02-05T10:17:07.819Z | Editable files to change: |
197 | 2025-02-05T10:17:07.819Z | Update: |
198 | 2025-02-05T10:17:07.819Z | usr/share/lib/pkg/web/config.shtml |
199 | 2025-02-05T10:17:07.900Z | |
200 | 2025-02-05T10:17:07.900Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
201 | 2025-02-05T10:17:13.058Z | Download: 1197/4301 items 67.8/225.4MB 30% complete (14.1M/s) |
202 | 2025-02-05T10:17:18.061Z | Download: 2249/4301 items 119.4/225.4MB 52% complete (11.9M/s) |
203 | 2025-02-05T10:17:23.115Z | Download: 3243/4301 items 166.3/225.4MB 73% complete (9.8M/s) |
204 | 2025-02-05T10:17:28.117Z | Download: 3361/4301 items 213.0/225.4MB 94% complete (9.4M/s) |
205 | 2025-02-05T10:17:33.954Z | Download: 4208/4301 items 220.6/225.4MB 97% complete (9.6M/s) |
206 | 2025-02-05T10:17:35.485Z | Download: Completed 225.42 MB in 27.60 seconds (8.2M/s) |
207 | 2025-02-05T10:17:37.493Z | Actions: 1/5122 actions (Removing old actions) |
208 | 2025-02-05T10:17:37.516Z | Actions: 194/5122 actions (Installing new actions) |
209 | 2025-02-05T10:17:42.230Z | Actions: 4267/5122 actions (Updating modified actions) |
210 | 2025-02-05T10:17:42.590Z | Actions: Completed 5122 actions in 5.09 seconds. |
211 | 2025-02-05T10:17:43.026Z | Done (0.428s) |
212 | 2025-02-05T10:17:43.039Z | Done (0.001s) |
213 | 2025-02-05T10:17:43.640Z | Done (0.588s) |
214 | 2025-02-05T10:17:48.116Z | Done (4.185s) |
215 | 2025-02-05T10:17:48.130Z | Done (0.018s) |
216 | 2025-02-05T10:17:48.130Z | Done (0.000s) |
217 | 2025-02-05T10:17:48.283Z | Done (0.000s) |
218 | 2025-02-05T10:17:49.029Z | Planning: Evaluating mediator changes ... Done |
219 | 2025-02-05T10:17:49.196Z | Planning: Checking for conflicting actions ... Done |
220 | 2025-02-05T10:17:49.201Z | Planning: Consolidating action changes ... Done |
221 | 2025-02-05T10:17:49.460Z | Planning: Evaluating mediators ... Done |
222 | 2025-02-05T10:17:49.466Z | Planning: Planning completed in 0.44 seconds |
223 | 2025-02-05T10:17:49.470Z | Mediators to change: 2 |
224 | 2025-02-05T10:17:49.470Z | Create boot environment: No |
225 | 2025-02-05T10:17:49.470Z | Create backup boot environment: No |
226 | 2025-02-05T10:17:49.545Z | Done |
227 | 2025-02-05T10:17:49.546Z | Done |
228 | 2025-02-05T10:17:49.919Z | Done |
229 | 2025-02-05T10:17:53.501Z | Done |
230 | 2025-02-05T10:17:53.593Z | Done |
231 | 2025-02-05T10:17:53.597Z | Done |
232 | 2025-02-05T10:17:53.733Z | Done |
233 | 2025-02-05T10:17:54.352Z | Planning: Evaluating mediator changes ... Done |
234 | 2025-02-05T10:17:54.355Z | Planning: Merging actions ... Done |
235 | 2025-02-05T10:17:54.548Z | Planning: Checking for conflicting actions ... Done |
236 | 2025-02-05T10:17:54.551Z | Planning: Consolidating action changes ... Done |
237 | 2025-02-05T10:17:54.812Z | Planning: Evaluating mediators ... Done |
238 | 2025-02-05T10:17:54.866Z | Planning: Planning completed in 0.76 seconds |
239 | 2025-02-05T10:17:54.906Z | Packages to change: 1 |
240 | 2025-02-05T10:17:54.907Z | Mediators to change: 1 |
241 | 2025-02-05T10:17:54.909Z | Services to change: 1 |
242 | 2025-02-05T10:17:54.909Z | Create boot environment: No |
243 | 2025-02-05T10:17:54.909Z | Create backup boot environment: Yes |
244 | 2025-02-05T10:17:57.371Z | Actions: 1/6 actions (Updating modified actions) |
245 | 2025-02-05T10:17:57.374Z | Actions: Completed 6 actions in 0.00 seconds. |
246 | 2025-02-05T10:17:57.374Z | Done |
247 | 2025-02-05T10:17:57.374Z | Done |
248 | 2025-02-05T10:17:57.482Z | Done |
249 | 2025-02-05T10:18:01.101Z | Done |
250 | 2025-02-05T10:18:01.225Z | Done |
251 | 2025-02-05T10:18:01.228Z | Done |
252 | 2025-02-05T10:18:01.382Z | Done |
253 | 2025-02-05T10:18:01.833Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
254 | 2025-02-05T10:18:01.833Z | clang system 15 system |
255 | 2025-02-05T10:18:01.833Z | csh system system illumos |
256 | 2025-02-05T10:18:01.833Z | ctags system system illumos |
257 | 2025-02-05T10:18:01.833Z | gcc vendor 12 vendor |
258 | 2025-02-05T10:18:01.833Z | gcc system 10 system |
259 | 2025-02-05T10:18:01.833Z | gcc system 7 system |
260 | 2025-02-05T10:18:01.833Z | go system 1.20 system |
261 | 2025-02-05T10:18:01.833Z | go system 1.19 system |
262 | 2025-02-05T10:18:01.833Z | llvm system 15 system |
263 | 2025-02-05T10:18:01.833Z | llvm system 14 system |
264 | 2025-02-05T10:18:01.833Z | mariadb system 10.6 system |
265 | 2025-02-05T10:18:01.833Z | mta vendor vendor dma |
266 | 2025-02-05T10:18:01.834Z | openjdk system 17 system |
267 | 2025-02-05T10:18:01.834Z | openjdk system 11 system |
268 | 2025-02-05T10:18:01.834Z | openjdk system 1.8 system |
269 | 2025-02-05T10:18:01.834Z | openssl vendor 3 vendor |
270 | 2025-02-05T10:18:01.834Z | perl system 5.36 system |
271 | 2025-02-05T10:18:01.834Z | postgresql system 15 system |
272 | 2025-02-05T10:18:01.834Z | postgresql system 13 system |
273 | 2025-02-05T10:18:01.834Z | python vendor 3 vendor |
274 | 2025-02-05T10:18:01.852Z | python system 2 system |
275 | 2025-02-05T10:18:01.852Z | python3 system 3.11 system |
276 | 2025-02-05T10:18:01.852Z | ruby system 3.0 system |
277 | 2025-02-05T10:18:01.852Z | words vendor vendor american-english |
278 | 2025-02-05T10:18:01.852Z | words system system australian-english |
279 | 2025-02-05T10:18:01.852Z | words system system british-english |
280 | 2025-02-05T10:18:01.853Z | words system system canadian-english |
281 | 2025-02-05T10:18:01.853Z | words system system french |
282 | 2025-02-05T10:18:01.853Z | words system system italian |
283 | 2025-02-05T10:18:01.853Z | words system system ngerman |
284 | 2025-02-05T10:18:01.853Z | words system system ogerman |
285 | 2025-02-05T10:18:01.853Z | words system system spanish |
286 | 2025-02-05T10:18:02.125Z | PUBLISHER TYPE STATUS P LOCATION |
287 | 2025-02-05T10:18:02.125Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
288 | 2025-02-05T10:18:04.991Z | FMRI IFO |
289 | 2025-02-05T10:18:04.991Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
290 | 2025-02-05T10:18:04.991Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
291 | 2025-02-05T10:18:04.992Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
292 | 2025-02-05T10:18:04.992Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
293 | 2025-02-05T10:18:04.992Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
294 | 2025-02-05T10:18:04.992Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
295 | 2025-02-05T10:18:04.992Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
296 | 2025-02-05T10:18:04.992Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
297 | 2025-02-05T10:18:04.992Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
298 | 2025-02-05T10:18:04.992Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
299 | 2025-02-05T10:18:04.992Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
300 | 2025-02-05T10:18:04.992Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
301 | 2025-02-05T10:18:04.992Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
302 | 2025-02-05T10:18:04.992Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
303 | 2025-02-05T10:18:04.992Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
304 | 2025-02-05T10:18:05.751Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
305 | 2025-02-05T10:18:06.039Z | Updating crates.io index |
306 | 2025-02-05T10:18:06.108Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
307 | 2025-02-05T10:18:06.422Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
308 | 2025-02-05T10:18:08.252Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
309 | 2025-02-05T10:18:08.265Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
310 | 2025-02-05T10:18:08.265Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
311 | 2025-02-05T10:18:08.266Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
312 | 2025-02-05T10:18:08.840Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
313 | 2025-02-05T10:18:10.843Z | Updating git repository `https://github.com/oxidecomputer/opte` |
314 | 2025-02-05T10:18:11.638Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
315 | 2025-02-05T10:18:12.498Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
316 | 2025-02-05T10:18:12.807Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
317 | 2025-02-05T10:18:13.096Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
318 | 2025-02-05T10:18:13.704Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
319 | 2025-02-05T10:18:14.123Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
320 | 2025-02-05T10:18:14.469Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
321 | 2025-02-05T10:18:14.884Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
322 | 2025-02-05T10:18:15.149Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
323 | 2025-02-05T10:18:15.606Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
324 | 2025-02-05T10:18:15.946Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
325 | 2025-02-05T10:18:16.277Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
326 | 2025-02-05T10:18:16.595Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
327 | 2025-02-05T10:18:17.155Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
328 | 2025-02-05T10:18:17.598Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
329 | 2025-02-05T10:18:17.815Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
330 | 2025-02-05T10:18:18.318Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
331 | 2025-02-05T10:18:18.718Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
332 | 2025-02-05T10:18:19.183Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
333 | 2025-02-05T10:18:19.651Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
334 | 2025-02-05T10:18:19.953Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
335 | 2025-02-05T10:18:20.265Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
336 | 2025-02-05T10:18:20.564Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
337 | 2025-02-05T10:18:21.921Z | Downloading crates ... |
338 | 2025-02-05T10:18:22.005Z | Downloaded anstyle v1.0.10 |
339 | 2025-02-05T10:18:22.008Z | Downloaded anstream v0.6.15 |
340 | 2025-02-05T10:18:22.178Z | Downloaded proc-macro-error-attr v1.0.4 |
341 | 2025-02-05T10:18:22.181Z | Downloaded dtrace-parser v0.2.0 |
342 | 2025-02-05T10:18:22.181Z | Downloaded pretty-hex v0.4.1 |
343 | 2025-02-05T10:18:22.182Z | Downloaded scroll_derive v0.12.0 |
344 | 2025-02-05T10:18:22.182Z | Downloaded swrite v0.1.0 |
345 | 2025-02-05T10:18:22.182Z | Downloaded equivalent v1.0.1 |
346 | 2025-02-05T10:18:22.182Z | Downloaded usdt-macro v0.5.0 |
347 | 2025-02-05T10:18:22.182Z | Downloaded autocfg v1.4.0 |
348 | 2025-02-05T10:18:22.182Z | Downloaded anstyle-parse v0.2.5 |
349 | 2025-02-05T10:18:22.182Z | Downloaded usdt-attr-macro v0.5.0 |
350 | 2025-02-05T10:18:22.182Z | Downloaded block-buffer v0.10.4 |
351 | 2025-02-05T10:18:22.182Z | Downloaded anstyle-query v1.1.1 |
352 | 2025-02-05T10:18:22.182Z | Downloaded cfg-if v1.0.0 |
353 | 2025-02-05T10:18:22.182Z | Downloaded fnv v1.0.7 |
354 | 2025-02-05T10:18:22.182Z | Downloaded dof v0.3.0 |
355 | 2025-02-05T10:18:22.182Z | Downloaded terminal_size v0.4.0 |
356 | 2025-02-05T10:18:22.182Z | Downloaded heck v0.4.1 |
357 | 2025-02-05T10:18:22.182Z | Downloaded scroll v0.12.0 |
358 | 2025-02-05T10:18:22.182Z | Downloaded memmap v0.7.0 |
359 | 2025-02-05T10:18:22.182Z | Downloaded colorchoice v1.0.2 |
360 | 2025-02-05T10:18:22.182Z | Downloaded cargo-platform v0.1.8 |
361 | 2025-02-05T10:18:22.182Z | Downloaded crypto-common v0.1.6 |
362 | 2025-02-05T10:18:22.182Z | Downloaded fastrand v2.1.1 |
363 | 2025-02-05T10:18:22.182Z | Downloaded thread-id v4.2.2 |
364 | 2025-02-05T10:18:22.182Z | Downloaded unicode-linebreak v0.1.5 |
365 | 2025-02-05T10:18:22.182Z | Downloaded plain v0.2.3 |
366 | 2025-02-05T10:18:22.182Z | Downloaded pest_generator v2.7.14 |
367 | 2025-02-05T10:18:22.182Z | Downloaded clap_lex v0.7.4 |
368 | 2025-02-05T10:18:22.182Z | Downloaded strsim v0.11.1 |
369 | 2025-02-05T10:18:22.182Z | Downloaded serde_spanned v0.6.8 |
370 | 2025-02-05T10:18:22.182Z | Downloaded heck v0.5.0 |
371 | 2025-02-05T10:18:22.182Z | Downloaded errno v0.3.9 |
372 | 2025-02-05T10:18:22.182Z | Downloaded itoa v1.0.11 |
373 | 2025-02-05T10:18:22.182Z | Downloaded cargo_metadata v0.18.1 |
374 | 2025-02-05T10:18:22.182Z | Downloaded toml_datetime v0.6.8 |
375 | 2025-02-05T10:18:22.182Z | Downloaded smawk v0.3.2 |
376 | 2025-02-05T10:18:22.182Z | Downloaded cpufeatures v0.2.14 |
377 | 2025-02-05T10:18:22.182Z | Downloaded version_check v0.9.5 |
378 | 2025-02-05T10:18:22.182Z | Downloaded byteorder v1.5.0 |
379 | 2025-02-05T10:18:22.182Z | Downloaded thiserror-impl v1.0.69 |
380 | 2025-02-05T10:18:22.183Z | Downloaded tabled_derive v0.7.0 |
381 | 2025-02-05T10:18:22.183Z | Downloaded thiserror v1.0.69 |
382 | 2025-02-05T10:18:22.183Z | Downloaded macaddr v1.0.1 |
383 | 2025-02-05T10:18:22.183Z | Downloaded utf8parse v0.2.2 |
384 | 2025-02-05T10:18:22.183Z | Downloaded is_terminal_polyfill v1.70.1 |
385 | 2025-02-05T10:18:22.183Z | Downloaded generic-array v0.14.7 |
386 | 2025-02-05T10:18:22.183Z | Downloaded digest v0.10.7 |
387 | 2025-02-05T10:18:22.183Z | Downloaded bytecount v0.6.8 |
388 | 2025-02-05T10:18:22.183Z | Downloaded fs-err v2.11.0 |
389 | 2025-02-05T10:18:22.183Z | Downloaded usdt v0.5.0 |
390 | 2025-02-05T10:18:22.183Z | Downloaded camino-tempfile v1.1.1 |
391 | 2025-02-05T10:18:22.183Z | Downloaded camino v1.1.9 |
392 | 2025-02-05T10:18:22.183Z | Downloaded sha2 v0.10.8 |
393 | 2025-02-05T10:18:22.183Z | Downloaded proc-macro-error v1.0.4 |
394 | 2025-02-05T10:18:22.183Z | Downloaded serde_tokenstream v0.2.2 |
395 | 2025-02-05T10:18:22.188Z | Downloaded tempfile v3.13.0 |
396 | 2025-02-05T10:18:22.192Z | Downloaded bitflags v2.6.0 |
397 | 2025-02-05T10:18:22.195Z | Downloaded usdt-impl v0.5.0 |
398 | 2025-02-05T10:18:22.195Z | Downloaded textwrap v0.16.1 |
399 | 2025-02-05T10:18:22.198Z | Downloaded once_cell v1.20.2 |
400 | 2025-02-05T10:18:22.205Z | Downloaded clap_derive v4.5.28 |
401 | 2025-02-05T10:18:22.205Z | Downloaded ucd-trie v0.1.7 |
402 | 2025-02-05T10:18:22.208Z | Downloaded anyhow v1.0.95 |
403 | 2025-02-05T10:18:22.208Z | Downloaded quote v1.0.38 |
404 | 2025-02-05T10:18:22.211Z | Downloaded typenum v1.17.0 |
405 | 2025-02-05T10:18:22.215Z | Downloaded unicode-ident v1.0.14 |
406 | 2025-02-05T10:18:22.218Z | Downloaded semver v1.0.24 |
407 | 2025-02-05T10:18:22.218Z | Downloaded pest_meta v2.7.14 |
408 | 2025-02-05T10:18:22.221Z | Downloaded pest_derive v2.7.14 |
409 | 2025-02-05T10:18:22.221Z | Downloaded zerocopy-derive v0.7.35 |
410 | 2025-02-05T10:18:22.224Z | Downloaded serde_derive v1.0.217 |
411 | 2025-02-05T10:18:22.227Z | Downloaded toml v0.8.19 |
412 | 2025-02-05T10:18:22.230Z | Downloaded papergrid v0.11.0 |
413 | 2025-02-05T10:18:22.235Z | Downloaded clap v4.5.28 |
414 | 2025-02-05T10:18:22.241Z | Downloaded ryu v1.0.18 |
415 | 2025-02-05T10:18:22.244Z | Downloaded cargo_toml v0.20.5 |
416 | 2025-02-05T10:18:22.247Z | Downloaded log v0.4.22 |
417 | 2025-02-05T10:18:22.250Z | Downloaded proc-macro2 v1.0.92 |
418 | 2025-02-05T10:18:22.253Z | Downloaded indexmap v2.7.1 |
419 | 2025-02-05T10:18:22.256Z | Downloaded serde v1.0.217 |
420 | 2025-02-05T10:18:22.423Z | Downloaded memchr v2.7.4 |
421 | 2025-02-05T10:18:22.438Z | Downloaded toml_edit v0.22.22 |
422 | 2025-02-05T10:18:22.438Z | Downloaded hashbrown v0.15.1 |
423 | 2025-02-05T10:18:22.438Z | Downloaded serde_json v1.0.135 |
424 | 2025-02-05T10:18:22.438Z | Downloaded pest v2.7.14 |
425 | 2025-02-05T10:18:22.438Z | Downloaded clap_builder v4.5.27 |
426 | 2025-02-05T10:18:22.438Z | Downloaded zerocopy v0.7.35 |
427 | 2025-02-05T10:18:22.438Z | Downloaded winnow v0.6.20 |
428 | 2025-02-05T10:18:22.438Z | Downloaded goblin v0.8.2 |
429 | 2025-02-05T10:18:22.438Z | Downloaded tabled v0.15.0 |
430 | 2025-02-05T10:18:22.438Z | Downloaded syn v2.0.96 |
431 | 2025-02-05T10:18:22.438Z | Downloaded syn v1.0.109 |
432 | 2025-02-05T10:18:22.438Z | Downloaded unicode-width v0.1.14 |
433 | 2025-02-05T10:18:22.451Z | Downloaded rustix v0.38.37 |
434 | 2025-02-05T10:18:22.465Z | Downloaded libc v0.2.169 |
435 | 2025-02-05T10:18:22.778Z | Compiling proc-macro2 v1.0.92 |
436 | 2025-02-05T10:18:22.778Z | Compiling unicode-ident v1.0.14 |
437 | 2025-02-05T10:18:22.782Z | Compiling version_check v0.9.5 |
438 | 2025-02-05T10:18:22.782Z | Compiling serde v1.0.217 |
439 | 2025-02-05T10:18:22.782Z | Compiling memchr v2.7.4 |
440 | 2025-02-05T10:18:22.782Z | Compiling thiserror v1.0.69 |
441 | 2025-02-05T10:18:22.815Z | Compiling libc v0.2.169 |
442 | 2025-02-05T10:18:22.818Z | Compiling itoa v1.0.11 |
443 | 2025-02-05T10:18:23.049Z | Compiling ucd-trie v0.1.7 |
444 | 2025-02-05T10:18:23.188Z | Compiling ryu v1.0.18 |
445 | 2025-02-05T10:18:23.607Z | Compiling once_cell v1.20.2 |
446 | 2025-02-05T10:18:23.610Z | Compiling byteorder v1.5.0 |
447 | 2025-02-05T10:18:23.799Z | Compiling serde_json v1.0.135 |
448 | 2025-02-05T10:18:23.903Z | Compiling rustix v0.38.37 |
449 | 2025-02-05T10:18:24.093Z | Compiling bitflags v2.6.0 |
450 | 2025-02-05T10:18:24.161Z | Compiling usdt-impl v0.5.0 |
451 | 2025-02-05T10:18:24.346Z | Compiling proc-macro-error-attr v1.0.4 |
452 | 2025-02-05T10:18:24.381Z | Compiling syn v1.0.109 |
453 | 2025-02-05T10:18:24.519Z | Compiling proc-macro-error v1.0.4 |
454 | 2025-02-05T10:18:24.722Z | Compiling quote v1.0.38 |
455 | 2025-02-05T10:18:24.734Z | Compiling camino v1.1.9 |
456 | 2025-02-05T10:18:24.740Z | Compiling errno v0.3.9 |
457 | 2025-02-05T10:18:24.772Z | Compiling plain v0.2.3 |
458 | 2025-02-05T10:18:24.952Z | Compiling thread-id v4.2.2 |
459 | 2025-02-05T10:18:24.955Z | Compiling hashbrown v0.15.1 |
460 | 2025-02-05T10:18:25.024Z | Compiling syn v2.0.96 |
461 | 2025-02-05T10:18:25.057Z | Compiling log v0.4.22 |
462 | 2025-02-05T10:18:25.074Z | Compiling equivalent v1.0.1 |
463 | 2025-02-05T10:18:25.202Z | Compiling utf8parse v0.2.2 |
464 | 2025-02-05T10:18:25.366Z | Compiling anstyle-parse v0.2.5 |
465 | 2025-02-05T10:18:25.621Z | Compiling unicode-width v0.1.14 |
466 | 2025-02-05T10:18:25.689Z | Compiling semver v1.0.24 |
467 | 2025-02-05T10:18:25.899Z | Compiling anstyle v1.0.10 |
468 | 2025-02-05T10:18:26.010Z | Compiling indexmap v2.7.1 |
469 | 2025-02-05T10:18:26.040Z | Compiling colorchoice v1.0.2 |
470 | 2025-02-05T10:18:26.076Z | Compiling anstyle-query v1.1.1 |
471 | 2025-02-05T10:18:26.202Z | Compiling autocfg v1.4.0 |
472 | 2025-02-05T10:18:26.202Z | Compiling pretty-hex v0.4.1 |
473 | 2025-02-05T10:18:26.303Z | Compiling winnow v0.6.20 |
474 | 2025-02-05T10:18:26.308Z | Compiling is_terminal_polyfill v1.70.1 |
475 | 2025-02-05T10:18:26.452Z | Compiling anstream v0.6.15 |
476 | 2025-02-05T10:18:26.910Z | Compiling terminal_size v0.4.0 |
477 | 2025-02-05T10:18:27.126Z | Compiling clap_lex v0.7.4 |
478 | 2025-02-05T10:18:27.155Z | Compiling strsim v0.11.1 |
479 | 2025-02-05T10:18:27.203Z | Compiling fs-err v2.11.0 |
480 | 2025-02-05T10:18:27.229Z | Compiling cfg-if v1.0.0 |
481 | 2025-02-05T10:18:27.335Z | Compiling heck v0.5.0 |
482 | 2025-02-05T10:18:27.530Z | Compiling anyhow v1.0.95 |
483 | 2025-02-05T10:18:27.558Z | Compiling bytecount v0.6.8 |
484 | 2025-02-05T10:18:27.610Z | Compiling fnv v1.0.7 |
485 | 2025-02-05T10:18:27.765Z | Compiling fastrand v2.1.1 |
486 | 2025-02-05T10:18:27.792Z | Compiling heck v0.4.1 |
487 | 2025-02-05T10:18:27.895Z | Compiling papergrid v0.11.0 |
488 | 2025-02-05T10:18:28.193Z | Compiling tempfile v3.13.0 |
489 | 2025-02-05T10:18:28.260Z | Compiling clap_builder v4.5.27 |
490 | 2025-02-05T10:18:28.695Z | Compiling memmap v0.7.0 |
491 | 2025-02-05T10:18:28.816Z | Compiling unicode-linebreak v0.1.5 |
492 | 2025-02-05T10:18:28.977Z | Compiling smawk v0.3.2 |
493 | 2025-02-05T10:18:29.320Z | Compiling textwrap v0.16.1 |
494 | 2025-02-05T10:18:29.571Z | Compiling swrite v0.1.0 |
495 | 2025-02-05T10:18:30.266Z | Compiling tabled_derive v0.7.0 |
496 | 2025-02-05T10:18:31.849Z | Compiling tabled v0.15.0 |
497 | 2025-02-05T10:18:31.852Z | Compiling serde_derive v1.0.217 |
498 | 2025-02-05T10:18:31.852Z | Compiling thiserror-impl v1.0.69 |
499 | 2025-02-05T10:18:31.852Z | Compiling zerocopy-derive v0.7.35 |
500 | 2025-02-05T10:18:31.852Z | Compiling scroll_derive v0.12.0 |
501 | 2025-02-05T10:18:31.852Z | Compiling clap_derive v4.5.28 |
502 | 2025-02-05T10:18:33.317Z | Compiling scroll v0.12.0 |
503 | 2025-02-05T10:18:33.870Z | Compiling goblin v0.8.2 |
504 | 2025-02-05T10:18:33.905Z | Compiling zerocopy v0.7.35 |
505 | 2025-02-05T10:18:34.762Z | Compiling pest v2.7.14 |
506 | 2025-02-05T10:18:35.268Z | Compiling clap v4.5.28 |
507 | 2025-02-05T10:18:36.900Z | Compiling pest_meta v2.7.14 |
508 | 2025-02-05T10:18:37.794Z | Compiling pest_generator v2.7.14 |
509 | 2025-02-05T10:18:39.225Z | Compiling pest_derive v2.7.14 |
510 | 2025-02-05T10:18:39.842Z | Compiling dtrace-parser v0.2.0 |
511 | 2025-02-05T10:18:40.529Z | Compiling serde_spanned v0.6.8 |
512 | 2025-02-05T10:18:40.532Z | Compiling toml_datetime v0.6.8 |
513 | 2025-02-05T10:18:40.673Z | Compiling serde_tokenstream v0.2.2 |
514 | 2025-02-05T10:18:40.784Z | Compiling cargo-platform v0.1.8 |
515 | 2025-02-05T10:18:40.943Z | Compiling toml_edit v0.22.22 |
516 | 2025-02-05T10:18:41.051Z | Compiling macaddr v1.0.1 |
517 | 2025-02-05T10:18:41.288Z | Compiling camino-tempfile v1.1.1 |
518 | 2025-02-05T10:18:41.946Z | Compiling dof v0.3.0 |
519 | 2025-02-05T10:18:41.946Z | Compiling cargo_metadata v0.18.1 |
520 | 2025-02-05T10:18:43.488Z | Compiling usdt-attr-macro v0.5.0 |
521 | 2025-02-05T10:18:43.491Z | Compiling usdt-macro v0.5.0 |
522 | 2025-02-05T10:18:43.767Z | Compiling toml v0.8.19 |
523 | 2025-02-05T10:18:44.557Z | Compiling cargo_toml v0.20.5 |
524 | 2025-02-05T10:18:44.681Z | Compiling usdt v0.5.0 |
525 | 2025-02-05T10:18:47.216Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
526 | 2025-02-05T10:18:50.350Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.85s |
527 | 2025-02-05T10:18:50.622Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
528 | 2025-02-05T10:18:51.146Z | Downloading crates ... |
529 | 2025-02-05T10:18:51.257Z | Downloaded atomicwrites v0.4.4 |
530 | 2025-02-05T10:18:51.268Z | Downloaded assert_matches v1.5.0 |
531 | 2025-02-05T10:18:51.273Z | Downloaded async-stream-impl v0.3.6 |
532 | 2025-02-05T10:18:51.276Z | Downloaded ascii-canvas v3.0.0 |
533 | 2025-02-05T10:18:51.276Z | Downloaded async-recursion v1.1.1 |
534 | 2025-02-05T10:18:51.280Z | Downloaded aead v0.5.2 |
535 | 2025-02-05T10:18:51.283Z | Downloaded adler2 v2.0.0 |
536 | 2025-02-05T10:18:51.288Z | Downloaded convert_case v0.4.0 |
537 | 2025-02-05T10:18:51.291Z | Downloaded cfg_aliases v0.1.1 |
538 | 2025-02-05T10:18:51.294Z | Downloaded atty v0.2.14 |
539 | 2025-02-05T10:18:51.297Z | Downloaded darling v0.20.10 |
540 | 2025-02-05T10:18:51.302Z | Downloaded hostname v0.4.0 |
541 | 2025-02-05T10:18:51.305Z | Downloaded hostname v0.3.1 |
542 | 2025-02-05T10:18:51.307Z | Downloaded crucible-workspace-hack v0.1.0 |
543 | 2025-02-05T10:18:51.308Z | Downloaded cfg_aliases v0.2.1 |
544 | 2025-02-05T10:18:51.308Z | Downloaded home v0.5.9 |
545 | 2025-02-05T10:18:51.311Z | Downloaded ciborium-io v0.2.2 |
546 | 2025-02-05T10:18:51.314Z | Downloaded cstr-argument v0.1.2 |
547 | 2025-02-05T10:18:51.365Z | Downloaded http-body v1.0.1 |
548 | 2025-02-05T10:18:51.369Z | Downloaded async-stream v0.3.6 |
549 | 2025-02-05T10:18:51.370Z | Downloaded hubpack_derive v0.1.1 |
550 | 2025-02-05T10:18:51.370Z | Downloaded http-range v0.1.5 |
551 | 2025-02-05T10:18:51.370Z | Downloaded arrayref v0.3.9 |
552 | 2025-02-05T10:18:51.370Z | Downloaded array-init v0.0.4 |
553 | 2025-02-05T10:18:51.370Z | Downloaded ident_case v1.0.1 |
554 | 2025-02-05T10:18:51.370Z | Downloaded cipher v0.4.4 |
555 | 2025-02-05T10:18:51.370Z | Downloaded is_ci v1.2.0 |
556 | 2025-02-05T10:18:51.370Z | Downloaded icu_provider_macros v1.5.0 |
557 | 2025-02-05T10:18:51.370Z | Downloaded constant_time_eq v0.3.1 |
558 | 2025-02-05T10:18:51.370Z | Downloaded cmake v0.1.51 |
559 | 2025-02-05T10:18:51.370Z | Downloaded chrono-tz-build v0.4.0 |
560 | 2025-02-05T10:18:51.370Z | Downloaded cbc v0.1.2 |
561 | 2025-02-05T10:18:51.370Z | Downloaded blowfish v0.9.1 |
562 | 2025-02-05T10:18:51.370Z | Downloaded ciborium-ll v0.2.2 |
563 | 2025-02-05T10:18:51.370Z | Downloaded bit-vec v0.6.3 |
564 | 2025-02-05T10:18:51.370Z | Downloaded match_cfg v0.1.0 |
565 | 2025-02-05T10:18:51.370Z | Downloaded instant v0.1.13 |
566 | 2025-02-05T10:18:51.370Z | Downloaded md5 v0.7.0 |
567 | 2025-02-05T10:18:51.370Z | Downloaded crc-catalog v2.4.0 |
568 | 2025-02-05T10:18:51.370Z | Downloaded castaway v0.2.3 |
569 | 2025-02-05T10:18:51.370Z | Downloaded cassowary v0.3.0 |
570 | 2025-02-05T10:18:51.370Z | Downloaded block-padding v0.3.3 |
571 | 2025-02-05T10:18:51.370Z | Downloaded mirai-annotations v1.12.0 |
572 | 2025-02-05T10:18:51.370Z | Downloaded bitflags v1.3.2 |
573 | 2025-02-05T10:18:51.370Z | Downloaded newtype_derive v0.1.6 |
574 | 2025-02-05T10:18:51.370Z | Downloaded crunchy v0.2.2 |
575 | 2025-02-05T10:18:51.370Z | Downloaded bb8 v0.8.5 |
576 | 2025-02-05T10:18:51.370Z | Downloaded base16ct v0.2.0 |
577 | 2025-02-05T10:18:51.370Z | Downloaded newline-converter v0.3.0 |
578 | 2025-02-05T10:18:51.370Z | Downloaded new_debug_unreachable v1.0.6 |
579 | 2025-02-05T10:18:51.374Z | Downloaded colored v2.1.0 |
580 | 2025-02-05T10:18:51.374Z | Downloaded crc v3.2.1 |
581 | 2025-02-05T10:18:51.377Z | Downloaded curve25519-dalek-derive v0.1.1 |
582 | 2025-02-05T10:18:51.377Z | Downloaded buf-list v1.0.3 |
583 | 2025-02-05T10:18:51.380Z | Downloaded http-body-util v0.1.2 |
584 | 2025-02-05T10:18:51.381Z | Downloaded arrayvec v0.7.6 |
585 | 2025-02-05T10:18:51.384Z | Downloaded hyper-tls v0.6.0 |
586 | 2025-02-05T10:18:51.387Z | Downloaded addr2line v0.24.2 |
587 | 2025-02-05T10:18:51.388Z | Downloaded hubpack v0.1.2 |
588 | 2025-02-05T10:18:51.391Z | Downloaded maplit v1.0.2 |
589 | 2025-02-05T10:18:51.391Z | Downloaded lalrpop-util v0.19.12 |
590 | 2025-02-05T10:18:51.394Z | Downloaded linked-hash-map v0.5.6 |
591 | 2025-02-05T10:18:51.394Z | Downloaded linear-map v1.2.0 |
592 | 2025-02-05T10:18:51.397Z | Downloaded lazycell v1.3.0 |
593 | 2025-02-05T10:18:51.397Z | Downloaded lazy_static v1.5.0 |
594 | 2025-02-05T10:18:51.400Z | Downloaded signal-hook-tokio v0.3.1 |
595 | 2025-02-05T10:18:51.400Z | Downloaded mime v0.3.17 |
596 | 2025-02-05T10:18:51.403Z | Downloaded atomic-waker v1.1.2 |
597 | 2025-02-05T10:18:51.403Z | Downloaded maybe-uninit v2.0.0 |
598 | 2025-02-05T10:18:51.403Z | Downloaded lru v0.12.5 |
599 | 2025-02-05T10:18:51.406Z | Downloaded kstat-rs v0.2.4 |
600 | 2025-02-05T10:18:51.406Z | Downloaded cobs v0.2.3 |
601 | 2025-02-05T10:18:51.409Z | Downloaded cexpr v0.6.0 |
602 | 2025-02-05T10:18:51.409Z | Downloaded lockfree-object-pool v0.1.6 |
603 | 2025-02-05T10:18:51.412Z | Downloaded keccak v0.1.5 |
604 | 2025-02-05T10:18:51.415Z | Downloaded managed v0.8.0 |
605 | 2025-02-05T10:18:51.415Z | Downloaded libsw v3.3.1 |
606 | 2025-02-05T10:18:51.417Z | Downloaded backoff v0.4.0 |
607 | 2025-02-05T10:18:51.420Z | Downloaded bitfield-struct v0.6.2 |
608 | 2025-02-05T10:18:51.420Z | Downloaded libefi-sys v0.1.0 |
609 | 2025-02-05T10:18:51.423Z | Downloaded memoffset v0.9.1 |
610 | 2025-02-05T10:18:51.423Z | Downloaded md-5 v0.10.6 |
611 | 2025-02-05T10:18:51.426Z | Downloaded lru-cache v0.1.2 |
612 | 2025-02-05T10:18:51.426Z | Downloaded internet-checksum v0.2.1 |
613 | 2025-02-05T10:18:51.429Z | Downloaded cookie_store v0.21.1 |
614 | 2025-02-05T10:18:51.429Z | Downloaded mockall v0.13.0 |
615 | 2025-02-05T10:18:51.432Z | Downloaded nibble_vec v0.1.0 |
616 | 2025-02-05T10:18:51.435Z | Downloaded multimap v0.10.0 |
617 | 2025-02-05T10:18:51.435Z | Downloaded indent_write v2.2.0 |
618 | 2025-02-05T10:18:51.437Z | Downloaded const_format_proc_macros v0.2.34 |
619 | 2025-02-05T10:18:51.437Z | Downloaded csv-core v0.1.11 |
620 | 2025-02-05T10:18:51.440Z | Downloaded ipnetwork v0.20.0 |
621 | 2025-02-05T10:18:51.443Z | Downloaded strum v0.26.3 |
622 | 2025-02-05T10:18:51.443Z | Downloaded newtype-uuid v1.2.1 |
623 | 2025-02-05T10:18:51.446Z | Downloaded nanorand v0.7.0 |
624 | 2025-02-05T10:18:51.448Z | Downloaded httparse v1.9.5 |
625 | 2025-02-05T10:18:51.452Z | Downloaded time-core v0.1.2 |
626 | 2025-02-05T10:18:51.452Z | Downloaded rustc-hash v2.0.0 |
627 | 2025-02-05T10:18:51.455Z | Downloaded try-lock v0.2.5 |
628 | 2025-02-05T10:18:51.455Z | Downloaded waitgroup v0.1.2 |
629 | 2025-02-05T10:18:51.455Z | Downloaded scrypt v0.11.0 |
630 | 2025-02-05T10:18:51.455Z | Downloaded icu_locid_transform v1.5.0 |
631 | 2025-02-05T10:18:51.458Z | Downloaded crossbeam-deque v0.8.5 |
632 | 2025-02-05T10:18:51.461Z | Downloaded vte_generate_state_changes v0.1.2 |
633 | 2025-02-05T10:18:51.461Z | Downloaded rand_core v0.6.4 |
634 | 2025-02-05T10:18:51.464Z | Downloaded resolv-conf v0.7.0 |
635 | 2025-02-05T10:18:51.466Z | Downloaded scopeguard v1.2.0 |
636 | 2025-02-05T10:18:51.467Z | Downloaded hyper-staticfile v0.10.1 |
637 | 2025-02-05T10:18:51.473Z | Downloaded ctr v0.9.2 |
638 | 2025-02-05T10:18:51.473Z | Downloaded darling_macro v0.20.10 |
639 | 2025-02-05T10:18:51.475Z | Downloaded endian-type v0.1.2 |
640 | 2025-02-05T10:18:51.475Z | Downloaded crc32fast v1.4.2 |
641 | 2025-02-05T10:18:51.475Z | Downloaded cancel-safe-futures v0.1.5 |
642 | 2025-02-05T10:18:51.478Z | Downloaded chacha20 v0.9.1 |
643 | 2025-02-05T10:18:51.481Z | Downloaded slog-scope v4.4.0 |
644 | 2025-02-05T10:18:51.481Z | Downloaded slog-stdlog v4.1.1 |
645 | 2025-02-05T10:18:51.485Z | Downloaded cookie v0.18.1 |
646 | 2025-02-05T10:18:51.488Z | Downloaded mime_guess v2.0.5 |
647 | 2025-02-05T10:18:51.491Z | Downloaded lock_api v0.4.12 |
648 | 2025-02-05T10:18:51.491Z | Downloaded memmap2 v0.9.5 |
649 | 2025-02-05T10:18:51.494Z | Downloaded litemap v0.7.3 |
650 | 2025-02-05T10:18:51.497Z | Downloaded multer v3.1.0 |
651 | 2025-02-05T10:18:51.501Z | Downloaded crc-any v2.5.0 |
652 | 2025-02-05T10:18:51.501Z | Downloaded instability v0.3.2 |
653 | 2025-02-05T10:18:51.504Z | Downloaded hmac v0.12.1 |
654 | 2025-02-05T10:18:51.507Z | Downloaded crossbeam-utils v0.8.20 |
655 | 2025-02-05T10:18:51.510Z | Downloaded strum_macros v0.24.3 |
656 | 2025-02-05T10:18:51.510Z | Downloaded structmeta v0.3.0 |
657 | 2025-02-05T10:18:51.512Z | Downloaded siphasher v0.3.11 |
658 | 2025-02-05T10:18:51.512Z | Downloaded shell-words v1.1.0 |
659 | 2025-02-05T10:18:51.515Z | Downloaded structmeta-derive v0.2.0 |
660 | 2025-02-05T10:18:51.515Z | Downloaded opaque-debug v0.3.1 |
661 | 2025-02-05T10:18:51.518Z | Downloaded num-iter v0.1.45 |
662 | 2025-02-05T10:18:51.518Z | Downloaded structmeta v0.2.0 |
663 | 2025-02-05T10:18:51.526Z | Downloaded phf_shared v0.10.0 |
664 | 2025-02-05T10:18:51.526Z | Downloaded rustls-pemfile v1.0.4 |
665 | 2025-02-05T10:18:51.526Z | Downloaded precomputed-hash v0.1.1 |
666 | 2025-02-05T10:18:51.526Z | Downloaded tiny-keccak v2.0.2 |
667 | 2025-02-05T10:18:51.526Z | Downloaded parse-size v1.1.0 |
668 | 2025-02-05T10:18:51.529Z | Downloaded arc-swap v1.7.1 |
669 | 2025-02-05T10:18:51.531Z | Downloaded allocator-api2 v0.2.18 |
670 | 2025-02-05T10:18:51.534Z | Downloaded hyper-rustls v0.27.3 |
671 | 2025-02-05T10:18:51.538Z | Downloaded wait-timeout v0.2.0 |
672 | 2025-02-05T10:18:51.540Z | Downloaded crossbeam-epoch v0.9.18 |
673 | 2025-02-05T10:18:51.543Z | Downloaded zone v0.1.8 |
674 | 2025-02-05T10:18:51.543Z | Downloaded icu_normalizer_data v1.5.0 |
675 | 2025-02-05T10:18:51.550Z | Downloaded enum-as-inner v0.6.1 |
676 | 2025-02-05T10:18:51.550Z | Downloaded difflib v0.4.0 |
677 | 2025-02-05T10:18:51.550Z | Downloaded deranged v0.3.11 |
678 | 2025-02-05T10:18:51.550Z | Downloaded libloading v0.8.5 |
679 | 2025-02-05T10:18:51.554Z | Downloaded indexmap v1.9.3 |
680 | 2025-02-05T10:18:51.558Z | Downloaded icu_normalizer v1.5.0 |
681 | 2025-02-05T10:18:51.570Z | Downloaded icu_locid_transform_data v1.5.0 |
682 | 2025-02-05T10:18:51.570Z | Downloaded clang-sys v1.8.1 |
683 | 2025-02-05T10:18:51.570Z | Downloaded miniz_oxide v0.8.0 |
684 | 2025-02-05T10:18:51.570Z | Downloaded chacha20poly1305 v0.10.1 |
685 | 2025-02-05T10:18:51.585Z | Downloaded litrs v0.4.1 |
686 | 2025-02-05T10:18:51.585Z | Downloaded const-oid v0.9.6 |
687 | 2025-02-05T10:18:51.585Z | Downloaded structmeta-derive v0.3.0 |
688 | 2025-02-05T10:18:51.585Z | Downloaded sigpipe v0.1.3 |
689 | 2025-02-05T10:18:51.585Z | Downloaded icu_provider v1.5.0 |
690 | 2025-02-05T10:18:51.585Z | Downloaded toolchain_find v0.4.0 |
691 | 2025-02-05T10:18:51.585Z | Downloaded tinyvec_macros v0.1.1 |
692 | 2025-02-05T10:18:51.585Z | Downloaded ssh-encoding v0.2.0 |
693 | 2025-02-05T10:18:51.585Z | Downloaded want v0.3.1 |
694 | 2025-02-05T10:18:51.614Z | Downloaded ed25519 v2.2.3 |
695 | 2025-02-05T10:18:51.614Z | Downloaded futures-sink v0.3.31 |
696 | 2025-02-05T10:18:51.614Z | Downloaded phf_generator v0.11.2 |
697 | 2025-02-05T10:18:51.614Z | Downloaded futures-executor v0.3.31 |
698 | 2025-02-05T10:18:51.614Z | Downloaded peg v0.8.4 |
699 | 2025-02-05T10:18:51.614Z | Downloaded num-integer v0.1.46 |
700 | 2025-02-05T10:18:51.614Z | Downloaded tracing-attributes v0.1.27 |
701 | 2025-02-05T10:18:51.617Z | Downloaded parse-display-derive v0.10.0 |
702 | 2025-02-05T10:18:51.617Z | Downloaded rpassword v7.3.1 |
703 | 2025-02-05T10:18:51.617Z | Downloaded quick-error v1.2.3 |
704 | 2025-02-05T10:18:51.617Z | Downloaded signature v2.2.0 |
705 | 2025-02-05T10:18:51.618Z | Downloaded dunce v1.0.5 |
706 | 2025-02-05T10:18:51.618Z | Downloaded downcast v0.11.0 |
707 | 2025-02-05T10:18:51.618Z | Downloaded yoke-derive v0.7.4 |
708 | 2025-02-05T10:18:51.618Z | Downloaded compact_str v0.8.0 |
709 | 2025-02-05T10:18:51.618Z | Downloaded subtle v2.6.1 |
710 | 2025-02-05T10:18:51.618Z | Downloaded spin v0.9.8 |
711 | 2025-02-05T10:18:51.632Z | Downloaded rtoolbox v0.0.2 |
712 | 2025-02-05T10:18:51.632Z | Downloaded bytes v1.9.0 |
713 | 2025-02-05T10:18:51.632Z | Downloaded icu_locid v1.5.0 |
714 | 2025-02-05T10:18:51.632Z | Downloaded indicatif v0.17.11 |
715 | 2025-02-05T10:18:51.636Z | Downloaded signal-hook-registry v1.4.2 |
716 | 2025-02-05T10:18:51.636Z | Downloaded base64 v0.22.1 |
717 | 2025-02-05T10:18:51.650Z | Downloaded heck v0.3.3 |
718 | 2025-02-05T10:18:51.650Z | Downloaded native-tls v0.2.12 |
719 | 2025-02-05T10:18:51.650Z | Downloaded bumpalo v3.16.0 |
720 | 2025-02-05T10:18:51.650Z | Downloaded termcolor v1.4.1 |
721 | 2025-02-05T10:18:51.650Z | Downloaded base64 v0.21.7 |
722 | 2025-02-05T10:18:51.654Z | Downloaded foreign-types v0.3.2 |
723 | 2025-02-05T10:18:51.654Z | Downloaded utf8_iter v1.0.4 |
724 | 2025-02-05T10:18:51.654Z | Downloaded serde-hex v0.1.0 |
725 | 2025-02-05T10:18:51.668Z | Downloaded scheduled-thread-pool v0.2.7 |
726 | 2025-02-05T10:18:51.668Z | Downloaded rayon-core v1.12.1 |
727 | 2025-02-05T10:18:51.668Z | Downloaded progenitor-client v0.9.1 |
728 | 2025-02-05T10:18:51.668Z | Downloaded progenitor v0.8.0 |
729 | 2025-02-05T10:18:51.668Z | Downloaded hyper-util v0.1.10 |
730 | 2025-02-05T10:18:51.668Z | Downloaded supports-color v3.0.1 |
731 | 2025-02-05T10:18:51.685Z | Downloaded env_logger v0.11.5 |
732 | 2025-02-05T10:18:51.700Z | Downloaded data-encoding v2.6.0 |
733 | 2025-02-05T10:18:51.700Z | Downloaded signal-hook-mio v0.2.4 |
734 | 2025-02-05T10:18:51.700Z | Downloaded embedded-io v0.4.0 |
735 | 2025-02-05T10:18:51.700Z | Downloaded progenitor v0.9.1 |
736 | 2025-02-05T10:18:51.700Z | Downloaded group v0.13.0 |
737 | 2025-02-05T10:18:51.701Z | Downloaded diff v0.1.13 |
738 | 2025-02-05T10:18:51.701Z | Downloaded heapless v0.8.0 |
739 | 2025-02-05T10:18:51.717Z | Downloaded debug-ignore v1.0.5 |
740 | 2025-02-05T10:18:51.717Z | Downloaded aes v0.8.4 |
741 | 2025-02-05T10:18:51.734Z | Downloaded icu_collections v1.5.0 |
742 | 2025-02-05T10:18:51.734Z | Downloaded write16 v1.0.0 |
743 | 2025-02-05T10:18:51.734Z | Downloaded icu_properties v1.5.1 |
744 | 2025-02-05T10:18:51.734Z | Downloaded thiserror-impl-no-std v2.0.2 |
745 | 2025-02-05T10:18:51.734Z | Downloaded crypto-bigint v0.5.5 |
746 | 2025-02-05T10:18:51.737Z | Downloaded pem v3.0.4 |
747 | 2025-02-05T10:18:51.737Z | Downloaded r2d2 v0.8.10 |
748 | 2025-02-05T10:18:51.737Z | Downloaded const_format v0.2.34 |
749 | 2025-02-05T10:18:51.737Z | Downloaded num-derive v0.4.2 |
750 | 2025-02-05T10:18:51.737Z | Downloaded yasna v0.5.2 |
751 | 2025-02-05T10:18:51.741Z | Downloaded serde_derive_internals v0.29.1 |
752 | 2025-02-05T10:18:51.741Z | Downloaded des v0.8.1 |
753 | 2025-02-05T10:18:51.743Z | Downloaded number_prefix v0.4.0 |
754 | 2025-02-05T10:18:51.743Z | Downloaded num_threads v0.1.7 |
755 | 2025-02-05T10:18:51.746Z | Downloaded pretty-hex v0.2.1 |
756 | 2025-02-05T10:18:51.748Z | Downloaded env_logger v0.10.2 |
757 | 2025-02-05T10:18:51.751Z | Downloaded similar v2.6.0 |
758 | 2025-02-05T10:18:51.754Z | Downloaded string_cache v0.8.7 |
759 | 2025-02-05T10:18:51.757Z | Downloaded smf v0.2.3 |
760 | 2025-02-05T10:18:51.759Z | Downloaded slog-bunyan v2.5.0 |
761 | 2025-02-05T10:18:51.759Z | Downloaded serde_path_to_error v0.1.16 |
762 | 2025-02-05T10:18:51.761Z | Downloaded rusty-fork v0.3.0 |
763 | 2025-02-05T10:18:51.764Z | Downloaded universal-hash v0.5.1 |
764 | 2025-02-05T10:18:51.765Z | Downloaded termtree v0.5.1 |
765 | 2025-02-05T10:18:51.768Z | Downloaded tinyvec v1.8.0 |
766 | 2025-02-05T10:18:51.770Z | Downloaded thiserror v2.0.11 |
767 | 2025-02-05T10:18:51.775Z | Downloaded wyz v0.5.1 |
768 | 2025-02-05T10:18:51.777Z | Downloaded writeable v0.5.5 |
769 | 2025-02-05T10:18:51.782Z | Downloaded futures-task v0.3.31 |
770 | 2025-02-05T10:18:51.782Z | Downloaded ff v0.13.0 |
771 | 2025-02-05T10:18:51.784Z | Downloaded fd-lock v4.0.2 |
772 | 2025-02-05T10:18:51.788Z | Downloaded fallible-streaming-iterator v0.1.9 |
773 | 2025-02-05T10:18:51.789Z | Downloaded display-error-chain v0.2.2 |
774 | 2025-02-05T10:18:51.791Z | Downloaded pin-project-lite v0.2.14 |
775 | 2025-02-05T10:18:51.793Z | Downloaded unicode-bidi v0.3.17 |
776 | 2025-02-05T10:18:51.797Z | Downloaded quinn v0.11.5 |
777 | 2025-02-05T10:18:51.811Z | Downloaded tracing v0.1.40 |
778 | 2025-02-05T10:18:51.811Z | Downloaded phf v0.11.2 |
779 | 2025-02-05T10:18:51.811Z | Downloaded signal-hook v0.3.17 |
780 | 2025-02-05T10:18:51.811Z | Downloaded darling_core v0.20.10 |
781 | 2025-02-05T10:18:51.823Z | Downloaded termtree v0.4.1 |
782 | 2025-02-05T10:18:51.823Z | Downloaded mio v1.0.2 |
783 | 2025-02-05T10:18:51.827Z | Downloaded quinn-udp v0.5.5 |
784 | 2025-02-05T10:18:51.827Z | Downloaded tokio-rustls v0.25.0 |
785 | 2025-02-05T10:18:51.830Z | Downloaded parking_lot_core v0.8.6 |
786 | 2025-02-05T10:18:51.830Z | Downloaded fxhash v0.2.1 |
787 | 2025-02-05T10:18:51.833Z | Downloaded ref-cast-impl v1.0.23 |
788 | 2025-02-05T10:18:51.833Z | Downloaded ghash v0.5.1 |
789 | 2025-02-05T10:18:51.833Z | Downloaded pbkdf2 v0.12.2 |
790 | 2025-02-05T10:18:51.838Z | Downloaded socket2 v0.5.7 |
791 | 2025-02-05T10:18:51.841Z | Downloaded tracing-core v0.1.32 |
792 | 2025-02-05T10:18:51.841Z | Downloaded tap v1.0.1 |
793 | 2025-02-05T10:18:51.843Z | Downloaded displaydoc v0.2.5 |
794 | 2025-02-05T10:18:51.846Z | Downloaded p256 v0.13.2 |
795 | 2025-02-05T10:18:51.849Z | Downloaded untrusted v0.7.1 |
796 | 2025-02-05T10:18:51.851Z | Downloaded unicode-xid v0.2.6 |
797 | 2025-02-05T10:18:51.852Z | Downloaded termios v0.3.3 |
798 | 2025-02-05T10:18:51.854Z | Downloaded tokio-rustls v0.26.0 |
799 | 2025-02-05T10:18:51.857Z | Downloaded diesel-dtrace v0.4.2 |
800 | 2025-02-05T10:18:51.860Z | Downloaded which v4.4.2 |
801 | 2025-02-05T10:18:51.864Z | Downloaded pin-project v1.1.6 |
802 | 2025-02-05T10:18:51.872Z | Downloaded serde-big-array v0.5.1 |
803 | 2025-02-05T10:18:51.874Z | Downloaded zerofrom v0.1.4 |
804 | 2025-02-05T10:18:51.878Z | Downloaded tower-service v0.3.3 |
805 | 2025-02-05T10:18:51.878Z | Downloaded sec1 v0.7.3 |
806 | 2025-02-05T10:18:51.880Z | Downloaded rustc-hash v1.1.0 |
807 | 2025-02-05T10:18:51.880Z | Downloaded pin-utils v0.1.0 |
808 | 2025-02-05T10:18:51.883Z | Downloaded tokio-tungstenite v0.24.0 |
809 | 2025-02-05T10:18:51.883Z | Downloaded flume v0.11.1 |
810 | 2025-02-05T10:18:51.887Z | Downloaded minimal-lexical v0.2.1 |
811 | 2025-02-05T10:18:51.893Z | Downloaded form_urlencoded v1.2.1 |
812 | 2025-02-05T10:18:51.895Z | Downloaded num-bigint v0.4.6 |
813 | 2025-02-05T10:18:51.900Z | Downloaded thiserror-no-std v2.0.2 |
814 | 2025-02-05T10:18:51.903Z | Downloaded thiserror-impl v2.0.11 |
815 | 2025-02-05T10:18:51.906Z | Downloaded openssl-probe v0.1.5 |
816 | 2025-02-05T10:18:51.909Z | Downloaded gethostname v0.5.0 |
817 | 2025-02-05T10:18:51.912Z | Downloaded unarray v0.1.4 |
818 | 2025-02-05T10:18:51.912Z | Downloaded term v0.7.0 |
819 | 2025-02-05T10:18:51.915Z | Downloaded openssl-macros v0.1.1 |
820 | 2025-02-05T10:18:51.915Z | Downloaded sqlformat v0.2.6 |
821 | 2025-02-05T10:18:51.917Z | Downloaded russh-cryptovec v0.7.3 |
822 | 2025-02-05T10:18:51.918Z | Downloaded serde_urlencoded v0.7.1 |
823 | 2025-02-05T10:18:51.920Z | Downloaded serde_plain v1.0.2 |
824 | 2025-02-05T10:18:51.923Z | Downloaded ref-cast v1.0.23 |
825 | 2025-02-05T10:18:51.923Z | Downloaded whoami v1.5.2 |
826 | 2025-02-05T10:18:51.926Z | Downloaded oso v0.27.3 |
827 | 2025-02-05T10:18:51.929Z | Downloaded zerocopy v0.6.6 |
828 | 2025-02-05T10:18:51.932Z | Downloaded uuid v1.12.0 |
829 | 2025-02-05T10:18:51.936Z | Downloaded foreign-types-shared v0.3.1 |
830 | 2025-02-05T10:18:51.943Z | Downloaded foreign-types-shared v0.1.1 |
831 | 2025-02-05T10:18:51.943Z | Downloaded zone_cfg_derive v0.1.2 |
832 | 2025-02-05T10:18:51.943Z | Downloaded sqlparser_derive v0.2.2 |
833 | 2025-02-05T10:18:51.947Z | Downloaded serde_repr v0.1.19 |
834 | 2025-02-05T10:18:51.947Z | Downloaded primeorder v0.13.6 |
835 | 2025-02-05T10:18:51.947Z | Downloaded fixedbitset v0.4.2 |
836 | 2025-02-05T10:18:51.947Z | Downloaded slab v0.4.9 |
837 | 2025-02-05T10:18:51.951Z | Downloaded simd-adler32 v0.3.7 |
838 | 2025-02-05T10:18:51.951Z | Downloaded rustc-demangle v0.1.24 |
839 | 2025-02-05T10:18:51.954Z | Downloaded vsss-rs v3.3.4 |
840 | 2025-02-05T10:18:51.957Z | Downloaded either v1.13.0 |
841 | 2025-02-05T10:18:51.957Z | Downloaded rsa v0.9.6 |
842 | 2025-02-05T10:18:51.962Z | Downloaded float-cmp v0.9.0 |
843 | 2025-02-05T10:18:51.966Z | Downloaded olpc-cjson v0.1.4 |
844 | 2025-02-05T10:18:51.966Z | Downloaded headers v0.4.0 |
845 | 2025-02-05T10:18:51.971Z | Downloaded russh-keys v0.45.0 |
846 | 2025-02-05T10:18:51.974Z | Downloaded aes-gcm v0.10.3 |
847 | 2025-02-05T10:18:51.978Z | Downloaded dyn-clone v1.0.17 |
848 | 2025-02-05T10:18:51.981Z | Downloaded snafu-derive v0.8.5 |
849 | 2025-02-05T10:18:51.983Z | Downloaded dirs-next v2.0.0 |
850 | 2025-02-05T10:18:51.983Z | Downloaded zerovec-derive v0.10.3 |
851 | 2025-02-05T10:18:51.986Z | Downloaded fatfs v0.3.6 |
852 | 2025-02-05T10:18:51.989Z | Downloaded rustc_version v0.1.7 |
853 | 2025-02-05T10:18:51.991Z | Downloaded derive_more v0.99.18 |
854 | 2025-02-05T10:18:51.995Z | Downloaded thread_local v1.1.8 |
855 | 2025-02-05T10:18:52.001Z | Downloaded pkg-config v0.3.31 |
856 | 2025-02-05T10:18:52.004Z | Downloaded flagset v0.4.6 |
857 | 2025-02-05T10:18:52.004Z | Downloaded russh v0.45.0 |
858 | 2025-02-05T10:18:52.007Z | Downloaded foreign-types-macros v0.2.3 |
859 | 2025-02-05T10:18:52.010Z | Downloaded zone v0.3.0 |
860 | 2025-02-05T10:18:52.010Z | Downloaded tls_codec v0.4.1 |
861 | 2025-02-05T10:18:52.012Z | Downloaded zone_cfg_derive v0.3.0 |
862 | 2025-02-05T10:18:52.015Z | Downloaded rand_xorshift v0.3.0 |
863 | 2025-02-05T10:18:52.015Z | Downloaded slog-dtrace v0.3.0 |
864 | 2025-02-05T10:18:52.018Z | Downloaded zeroize v1.8.1 |
865 | 2025-02-05T10:18:52.018Z | Downloaded shlex v1.3.0 |
866 | 2025-02-05T10:18:52.021Z | Downloaded rustls-pemfile v2.2.0 |
867 | 2025-02-05T10:18:52.024Z | Downloaded getrandom v0.2.15 |
868 | 2025-02-05T10:18:52.027Z | Downloaded parking_lot_core v0.9.10 |
869 | 2025-02-05T10:18:52.029Z | Downloaded diesel_derives v2.2.3 |
870 | 2025-02-05T10:18:52.033Z | Downloaded libxml v0.3.3 |
871 | 2025-02-05T10:18:52.040Z | Downloaded untrusted v0.9.0 |
872 | 2025-02-05T10:18:52.043Z | Downloaded itertools v0.12.1 |
873 | 2025-02-05T10:18:52.050Z | Downloaded fragile v2.0.0 |
874 | 2025-02-05T10:18:52.053Z | Downloaded itertools v0.13.0 |
875 | 2025-02-05T10:18:52.060Z | Downloaded headers-core v0.3.0 |
876 | 2025-02-05T10:18:52.063Z | Downloaded slog-envlogger v2.2.0 |
877 | 2025-02-05T10:18:52.063Z | Downloaded pem-rfc7468 v0.7.0 |
878 | 2025-02-05T10:18:52.065Z | Downloaded pbkdf2 v0.11.0 |
879 | 2025-02-05T10:18:52.068Z | Downloaded tls_codec_derive v0.4.1 |
880 | 2025-02-05T10:18:52.071Z | Downloaded polyval v0.6.2 |
881 | 2025-02-05T10:18:52.074Z | Downloaded peg-runtime v0.8.3 |
882 | 2025-02-05T10:18:52.074Z | Downloaded path-slash v0.1.5 |
883 | 2025-02-05T10:18:52.076Z | Downloaded poly1305 v0.8.0 |
884 | 2025-02-05T10:18:52.076Z | Downloaded dropshot_endpoint v0.12.0 |
885 | 2025-02-05T10:18:52.080Z | Downloaded rand v0.8.5 |
886 | 2025-02-05T10:18:52.084Z | Downloaded num_enum_derive v0.5.11 |
887 | 2025-02-05T10:18:52.086Z | Downloaded tokio-native-tls v0.3.1 |
888 | 2025-02-05T10:18:52.089Z | Downloaded percent-encoding v2.3.1 |
889 | 2025-02-05T10:18:52.089Z | Downloaded diesel_table_macro_syntax v0.2.0 |
890 | 2025-02-05T10:18:52.089Z | Downloaded aho-corasick v1.1.3 |
891 | 2025-02-05T10:18:52.096Z | Downloaded rustls-pki-types v1.10.0 |
892 | 2025-02-05T10:18:52.100Z | Downloaded paste v1.0.15 |
893 | 2025-02-05T10:18:52.103Z | Downloaded password-hash v0.5.0 |
894 | 2025-02-05T10:18:52.106Z | Downloaded hyper v1.5.2 |
895 | 2025-02-05T10:18:52.113Z | Downloaded rfc6979 v0.4.0 |
896 | 2025-02-05T10:18:52.117Z | Downloaded typify-macro v0.3.0 |
897 | 2025-02-05T10:18:52.117Z | Downloaded topological-sort v0.2.2 |
898 | 2025-02-05T10:18:52.117Z | Downloaded tar v0.4.42 |
899 | 2025-02-05T10:18:52.120Z | Downloaded nodrop v0.1.14 |
900 | 2025-02-05T10:18:52.123Z | Downloaded idna v1.0.3 |
901 | 2025-02-05T10:18:52.126Z | Downloaded normalize-line-endings v0.3.0 |
902 | 2025-02-05T10:18:52.131Z | Downloaded sct v0.7.1 |
903 | 2025-02-05T10:18:52.134Z | Downloaded sync_wrapper v1.0.1 |
904 | 2025-02-05T10:18:52.134Z | Downloaded hash32 v0.3.1 |
905 | 2025-02-05T10:18:52.134Z | Downloaded slog-term v2.9.1 |
906 | 2025-02-05T10:18:52.137Z | Downloaded secrecy v0.8.0 |
907 | 2025-02-05T10:18:52.137Z | Downloaded schemars_derive v0.8.21 |
908 | 2025-02-05T10:18:52.140Z | Downloaded hash32 v0.2.1 |
909 | 2025-02-05T10:18:52.140Z | Downloaded powerfmt v0.2.0 |
910 | 2025-02-05T10:18:52.144Z | Downloaded psl-types v2.0.11 |
911 | 2025-02-05T10:18:52.144Z | Downloaded num v0.4.3 |
912 | 2025-02-05T10:18:52.144Z | Downloaded uzers v0.12.1 |
913 | 2025-02-05T10:18:52.147Z | Downloaded pkcs1 v0.7.5 |
914 | 2025-02-05T10:18:52.153Z | Downloaded progenitor-client v0.8.0 |
915 | 2025-02-05T10:18:52.153Z | Downloaded elliptic-curve v0.13.8 |
916 | 2025-02-05T10:18:52.156Z | Downloaded stable_deref_trait v1.2.0 |
917 | 2025-02-05T10:18:52.156Z | Downloaded nom v7.1.3 |
918 | 2025-02-05T10:18:52.161Z | Downloaded value-bag v1.9.0 |
919 | 2025-02-05T10:18:52.164Z | Downloaded take_mut v0.2.2 |
920 | 2025-02-05T10:18:52.167Z | Downloaded sync-ptr v0.1.1 |
921 | 2025-02-05T10:18:52.167Z | Downloaded twox-hash v2.1.0 |
922 | 2025-02-05T10:18:52.169Z | Downloaded postcard v1.0.10 |
923 | 2025-02-05T10:18:52.172Z | Downloaded document-features v0.2.10 |
924 | 2025-02-05T10:18:52.172Z | Downloaded tokio-macros v2.5.0 |
925 | 2025-02-05T10:18:52.179Z | Downloaded progenitor-impl v0.9.1 |
926 | 2025-02-05T10:18:52.182Z | Downloaded defmt v0.3.8 |
927 | 2025-02-05T10:18:52.182Z | Downloaded aws-lc-rs v1.10.0 |
928 | 2025-02-05T10:18:52.188Z | Downloaded hex v0.4.3 |
929 | 2025-02-05T10:18:52.191Z | Downloaded num-traits v0.2.19 |
930 | 2025-02-05T10:18:52.195Z | Downloaded rustfmt-wrapper v0.2.1 |
931 | 2025-02-05T10:18:52.195Z | Downloaded tungstenite v0.23.0 |
932 | 2025-02-05T10:18:52.198Z | Downloaded unicase v2.7.0 |
933 | 2025-02-05T10:18:52.201Z | Downloaded num_enum v0.5.11 |
934 | 2025-02-05T10:18:52.205Z | Downloaded dsl_auto_type v0.1.2 |
935 | 2025-02-05T10:18:52.208Z | Downloaded typify v0.2.0 |
936 | 2025-02-05T10:18:52.211Z | Downloaded tabwriter v1.4.0 |
937 | 2025-02-05T10:18:52.214Z | Downloaded synstructure v0.13.1 |
938 | 2025-02-05T10:18:52.214Z | Downloaded proc-macro-crate v1.3.1 |
939 | 2025-02-05T10:18:52.214Z | Downloaded reqwest v0.12.9 |
940 | 2025-02-05T10:18:52.223Z | Downloaded progenitor-macro v0.8.0 |
941 | 2025-02-05T10:18:52.226Z | Downloaded postgres-types v0.2.8 |
942 | 2025-02-05T10:18:52.229Z | Downloaded ssh-key v0.6.6 |
943 | 2025-02-05T10:18:52.234Z | Downloaded typify-macro v0.2.0 |
944 | 2025-02-05T10:18:52.237Z | Downloaded strum_macros v0.26.4 |
945 | 2025-02-05T10:18:52.240Z | Downloaded pkcs5 v0.7.1 |
946 | 2025-02-05T10:18:52.243Z | Downloaded nu-ansi-term v0.50.1 |
947 | 2025-02-05T10:18:52.246Z | Downloaded predicates v3.1.2 |
948 | 2025-02-05T10:18:52.249Z | Downloaded defmt-macros v0.3.9 |
949 | 2025-02-05T10:18:52.252Z | Downloaded tinystr v0.7.6 |
950 | 2025-02-05T10:18:52.264Z | Downloaded static_assertions v1.1.0 |
951 | 2025-02-05T10:18:52.269Z | Downloaded vergen v8.3.2 |
952 | 2025-02-05T10:18:52.269Z | Downloaded zerocopy-derive v0.8.10 |
953 | 2025-02-05T10:18:52.269Z | Downloaded defmt-parser v0.3.4 |
954 | 2025-02-05T10:18:52.269Z | Downloaded half v2.4.1 |
955 | 2025-02-05T10:18:52.272Z | Downloaded derive_builder v0.20.2 |
956 | 2025-02-05T10:18:52.275Z | Downloaded slog v2.7.0 |
957 | 2025-02-05T10:18:52.277Z | Downloaded blake3 v1.5.4 |
958 | 2025-02-05T10:18:52.285Z | Downloaded password-hash v0.4.2 |
959 | 2025-02-05T10:18:52.289Z | Downloaded unicode-properties v0.1.3 |
960 | 2025-02-05T10:18:52.291Z | Downloaded tungstenite v0.24.0 |
961 | 2025-02-05T10:18:52.295Z | Downloaded der_derive v0.7.3 |
962 | 2025-02-05T10:18:52.298Z | Downloaded smallvec v1.13.2 |
963 | 2025-02-05T10:18:52.301Z | Downloaded ron v0.8.1 |
964 | 2025-02-05T10:18:52.304Z | Downloaded rcgen v0.12.1 |
965 | 2025-02-05T10:18:52.307Z | Downloaded tokio-util v0.7.12 |
966 | 2025-02-05T10:18:52.314Z | Downloaded bindgen v0.69.5 |
967 | 2025-02-05T10:18:52.321Z | Downloaded fs_extra v1.3.0 |
968 | 2025-02-05T10:18:52.324Z | Downloaded dropshot_endpoint v0.15.1 |
969 | 2025-02-05T10:18:52.327Z | Downloaded p521 v0.13.3 |
970 | 2025-02-05T10:18:52.331Z | Downloaded ron v0.7.1 |
971 | 2025-02-05T10:18:52.337Z | Downloaded subprocess v0.2.9 |
972 | 2025-02-05T10:18:52.341Z | Downloaded zopfli v0.8.1 |
973 | 2025-02-05T10:18:52.344Z | Downloaded zip v2.1.3 |
974 | 2025-02-05T10:18:52.348Z | Downloaded quick-xml v0.33.0 |
975 | 2025-02-05T10:18:52.353Z | Downloaded zip v0.6.6 |
976 | 2025-02-05T10:18:52.358Z | Downloaded hashbrown v0.14.5 |
977 | 2025-02-05T10:18:52.363Z | Downloaded samael v0.0.17 |
978 | 2025-02-05T10:18:52.440Z | Downloaded bitvec v1.0.1 |
979 | 2025-02-05T10:18:52.445Z | Downloaded schemars v0.8.21 |
980 | 2025-02-05T10:18:52.445Z | Downloaded openssl-sys v0.9.105 |
981 | 2025-02-05T10:18:52.445Z | Downloaded rayon v1.10.0 |
982 | 2025-02-05T10:18:52.445Z | Downloaded flate2 v1.0.35 |
983 | 2025-02-05T10:18:52.445Z | Downloaded winnow v0.5.40 |
984 | 2025-02-05T10:18:52.445Z | Downloaded tokio-postgres v0.7.12 |
985 | 2025-02-05T10:18:52.445Z | Downloaded typed-path v0.9.3 |
986 | 2025-02-05T10:18:52.445Z | Downloaded toml_edit v0.19.15 |
987 | 2025-02-05T10:18:52.456Z | Downloaded heapless v0.7.17 |
988 | 2025-02-05T10:18:52.461Z | Downloaded hashbrown v0.13.2 |
989 | 2025-02-05T10:18:52.465Z | Downloaded hashbrown v0.12.3 |
990 | 2025-02-05T10:18:52.470Z | Downloaded futures-util v0.3.31 |
991 | 2025-02-05T10:18:52.483Z | Downloaded tough v0.19.0 |
992 | 2025-02-05T10:18:52.492Z | Downloaded zerovec v0.10.4 |
993 | 2025-02-05T10:18:52.498Z | Downloaded rustls-webpki v0.102.8 |
994 | 2025-02-05T10:18:52.516Z | Downloaded parse-zoneinfo v0.3.1 |
995 | 2025-02-05T10:18:52.520Z | Downloaded curve25519-dalek v4.1.3 |
996 | 2025-02-05T10:18:52.529Z | Downloaded num-bigint-dig v0.8.4 |
997 | 2025-02-05T10:18:52.534Z | Downloaded rusqlite v0.32.1 |
998 | 2025-02-05T10:18:52.540Z | Downloaded h2 v0.4.6 |
999 | 2025-02-05T10:18:52.708Z | Downloaded unicode-normalization v0.1.24 |
1000 | 2025-02-05T10:18:52.721Z | Downloaded time v0.3.36 |
1001 | 2025-02-05T10:18:52.721Z | Downloaded rustyline v14.0.0 |
1002 | 2025-02-05T10:18:52.721Z | Downloaded rustls v0.21.12 |
1003 | 2025-02-05T10:18:52.721Z | Downloaded sqlparser v0.45.0 |
1004 | 2025-02-05T10:18:52.721Z | Downloaded nix v0.27.1 |
1005 | 2025-02-05T10:18:52.721Z | Downloaded petname v2.0.2 |
1006 | 2025-02-05T10:18:52.725Z | Downloaded salty v0.3.0 |
1007 | 2025-02-05T10:18:52.725Z | Downloaded quinn-proto v0.11.8 |
1008 | 2025-02-05T10:18:52.725Z | Downloaded radix_trie v0.2.1 |
1009 | 2025-02-05T10:18:52.725Z | Downloaded zerocopy v0.8.10 |
1010 | 2025-02-05T10:18:52.725Z | Downloaded p384 v0.13.0 |
1011 | 2025-02-05T10:18:52.726Z | Downloaded bstr v1.10.0 |
1012 | 2025-02-05T10:18:52.726Z | Downloaded proptest v1.5.0 |
1013 | 2025-02-05T10:18:52.726Z | Downloaded vcpkg v0.2.15 |
1014 | 2025-02-05T10:18:52.726Z | Downloaded openssl v0.10.70 |
1015 | 2025-02-05T10:18:52.726Z | Downloaded polar-core v0.27.3 |
1016 | 2025-02-05T10:18:52.733Z | Downloaded rustls v0.23.19 |
1017 | 2025-02-05T10:18:52.746Z | Downloaded rustls v0.22.4 |
1018 | 2025-02-05T10:18:52.759Z | Downloaded unicode-width v0.2.0 |
1019 | 2025-02-05T10:18:52.766Z | Downloaded chrono-tz v0.10.1 |
1020 | 2025-02-05T10:18:52.773Z | Downloaded gimli v0.31.1 |
1021 | 2025-02-05T10:18:52.781Z | Downloaded smoltcp v0.11.0 |
1022 | 2025-02-05T10:18:52.795Z | Downloaded regress v0.10.1 |
1023 | 2025-02-05T10:18:52.803Z | Downloaded regress v0.9.1 |
1024 | 2025-02-05T10:18:52.825Z | Downloaded object v0.30.4 |
1025 | 2025-02-05T10:18:52.830Z | Downloaded openapiv3 v2.0.0 |
1026 | 2025-02-05T10:18:52.836Z | Downloaded nix v0.28.0 |
1027 | 2025-02-05T10:18:52.848Z | Downloaded diesel v2.2.6 |
1028 | 2025-02-05T10:18:52.867Z | Downloaded dropshot v0.12.0 |
1029 | 2025-02-05T10:18:52.887Z | Downloaded nix v0.29.0 |
1030 | 2025-02-05T10:18:52.899Z | Downloaded smoltcp v0.9.1 |
1031 | 2025-02-05T10:18:52.910Z | Downloaded regex-syntax v0.8.5 |
1032 | 2025-02-05T10:18:52.919Z | Downloaded typify-impl v0.2.0 |
1033 | 2025-02-05T10:18:52.967Z | Downloaded dropshot v0.15.1 |
1034 | 2025-02-05T10:18:52.975Z | Downloaded ratatui v0.28.1 |
1035 | 2025-02-05T10:18:52.978Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1036 | 2025-02-05T10:18:52.990Z | Downloaded sled v0.34.7 |
1037 | 2025-02-05T10:18:53.001Z | Downloaded zerocopy-derive v0.6.6 |
1038 | 2025-02-05T10:18:53.011Z | Downloaded regex-syntax v0.6.29 |
1039 | 2025-02-05T10:18:53.018Z | Downloaded object v0.36.5 |
1040 | 2025-02-05T10:18:53.030Z | Downloaded typify-impl v0.3.0 |
1041 | 2025-02-05T10:18:53.045Z | Downloaded hickory-proto v0.24.2 |
1042 | 2025-02-05T10:18:53.061Z | Downloaded git2 v0.19.0 |
1043 | 2025-02-05T10:18:53.099Z | Downloaded webpki-roots v0.26.6 |
1044 | 2025-02-05T10:18:53.104Z | Downloaded regex v1.11.1 |
1045 | 2025-02-05T10:18:53.104Z | Downloaded icu_properties_data v1.5.0 |
1046 | 2025-02-05T10:18:53.104Z | Downloaded regex-automata v0.4.8 |
1047 | 2025-02-05T10:18:53.114Z | Downloaded reedline v0.35.0 |
1048 | 2025-02-05T10:18:53.121Z | Downloaded lalrpop v0.19.12 |
1049 | 2025-02-05T10:18:53.132Z | Downloaded rustls-webpki v0.101.7 |
1050 | 2025-02-05T10:18:53.145Z | Downloaded portable-atomic v1.9.0 |
1051 | 2025-02-05T10:18:53.153Z | Downloaded lzma-sys v0.1.20 |
1052 | 2025-02-05T10:18:53.182Z | Downloaded csv v1.3.1 |
1053 | 2025-02-05T10:18:53.223Z | Downloaded petgraph v0.6.5 |
1054 | 2025-02-05T10:18:53.229Z | Downloaded libz-sys v1.1.20 |
1055 | 2025-02-05T10:18:53.239Z | Downloaded chrono v0.4.39 |
1056 | 2025-02-05T10:18:53.246Z | Downloaded ed25519-dalek v2.1.1 |
1057 | 2025-02-05T10:18:53.251Z | Downloaded hickory-resolver v0.24.2 |
1058 | 2025-02-05T10:18:53.254Z | Downloaded futures v0.3.31 |
1059 | 2025-02-05T10:18:53.259Z | Downloaded url v2.5.3 |
1060 | 2025-02-05T10:18:53.262Z | Downloaded x509-cert v0.2.5 |
1061 | 2025-02-05T10:18:53.268Z | Downloaded sha3 v0.10.8 |
1062 | 2025-02-05T10:18:53.273Z | Downloaded tokio v1.43.0 |
1063 | 2025-02-05T10:18:53.311Z | Downloaded salsa20 v0.10.2 |
1064 | 2025-02-05T10:18:53.314Z | Downloaded derive-where v1.2.7 |
1065 | 2025-02-05T10:18:53.318Z | Downloaded serde_with v3.11.0 |
1066 | 2025-02-05T10:18:53.323Z | Downloaded smallvec v0.6.14 |
1067 | 2025-02-05T10:18:53.335Z | Downloaded slog-async v2.8.0 |
1068 | 2025-02-05T10:18:53.335Z | Downloaded funty v2.0.0 |
1069 | 2025-02-05T10:18:53.338Z | Downloaded rustc_version v0.4.1 |
1070 | 2025-02-05T10:18:53.338Z | Downloaded num-rational v0.4.2 |
1071 | 2025-02-05T10:18:53.338Z | Downloaded hex-literal v0.4.1 |
1072 | 2025-02-05T10:18:53.338Z | Downloaded test-strategy v0.3.1 |
1073 | 2025-02-05T10:18:53.338Z | Downloaded serde_with_macros v3.11.0 |
1074 | 2025-02-05T10:18:53.338Z | Downloaded serde_yaml v0.9.34+deprecated |
1075 | 2025-02-05T10:18:53.341Z | Downloaded vte v0.11.1 |
1076 | 2025-02-05T10:18:53.341Z | Downloaded derive_builder_macro v0.20.2 |
1077 | 2025-02-05T10:18:53.341Z | Downloaded progenitor-macro v0.9.1 |
1078 | 2025-02-05T10:18:53.344Z | Downloaded snafu v0.8.5 |
1079 | 2025-02-05T10:18:53.347Z | Downloaded der v0.7.9 |
1080 | 2025-02-05T10:18:53.353Z | Downloaded unicode-segmentation v1.12.0 |
1081 | 2025-02-05T10:18:53.356Z | Downloaded itertools v0.10.5 |
1082 | 2025-02-05T10:18:53.362Z | Downloaded prettyplease v0.2.25 |
1083 | 2025-02-05T10:18:53.365Z | Downloaded expectorate v1.1.0 |
1084 | 2025-02-05T10:18:53.370Z | Downloaded progenitor-impl v0.8.0 |
1085 | 2025-02-05T10:18:53.373Z | Downloaded libm v0.2.8 |
1086 | 2025-02-05T10:18:53.378Z | Downloaded steno v0.4.1 |
1087 | 2025-02-05T10:18:53.382Z | Downloaded crossterm v0.28.1 |
1088 | 2025-02-05T10:18:53.388Z | Downloaded unsafe-libyaml v0.2.11 |
1089 | 2025-02-05T10:18:53.392Z | Downloaded toml v0.7.8 |
1090 | 2025-02-05T10:18:53.397Z | Downloaded filetime v0.2.25 |
1091 | 2025-02-05T10:18:53.401Z | Downloaded fallible-iterator v0.3.0 |
1092 | 2025-02-05T10:18:53.401Z | Downloaded encoding_rs v0.8.34 |
1093 | 2025-02-05T10:18:53.419Z | Downloaded zeroize_derive v1.4.2 |
1094 | 2025-02-05T10:18:53.422Z | Downloaded tui-tree-widget v0.22.0 |
1095 | 2025-02-05T10:18:53.422Z | Downloaded predicates-tree v1.0.11 |
1096 | 2025-02-05T10:18:53.425Z | Downloaded predicates-core v1.0.8 |
1097 | 2025-02-05T10:18:53.425Z | Downloaded parse-display v0.10.0 |
1098 | 2025-02-05T10:18:53.425Z | Downloaded packed_struct_codegen v0.10.1 |
1099 | 2025-02-05T10:18:53.428Z | Downloaded packed_struct v0.10.1 |
1100 | 2025-02-05T10:18:53.428Z | Downloaded semver v0.1.20 |
1101 | 2025-02-05T10:18:53.431Z | Downloaded glob v0.3.2 |
1102 | 2025-02-05T10:18:53.431Z | Downloaded postgres-protocol v0.6.7 |
1103 | 2025-02-05T10:18:53.434Z | Downloaded qorb v0.2.1 |
1104 | 2025-02-05T10:18:53.441Z | Downloaded hickory-server v0.24.2 |
1105 | 2025-02-05T10:18:53.444Z | Downloaded walkdir v2.5.0 |
1106 | 2025-02-05T10:18:53.444Z | Downloaded num-complex v0.4.6 |
1107 | 2025-02-05T10:18:53.447Z | Downloaded hickory-client v0.24.2 |
1108 | 2025-02-05T10:18:53.450Z | Downloaded slog-json v2.6.1 |
1109 | 2025-02-05T10:18:53.453Z | Downloaded owo-colors v4.1.0 |
1110 | 2025-02-05T10:18:53.456Z | Downloaded parking_lot v0.12.3 |
1111 | 2025-02-05T10:18:53.456Z | Downloaded parking_lot v0.11.2 |
1112 | 2025-02-05T10:18:53.460Z | Downloaded tokio-rustls v0.24.1 |
1113 | 2025-02-05T10:18:53.464Z | Downloaded publicsuffix v2.3.0 |
1114 | 2025-02-05T10:18:53.464Z | Downloaded unicode_categories v0.1.1 |
1115 | 2025-02-05T10:18:53.467Z | Downloaded http v1.2.0 |
1116 | 2025-02-05T10:18:53.470Z | Downloaded tungstenite v0.21.0 |
1117 | 2025-02-05T10:18:53.473Z | Downloaded pin-project-internal v1.1.6 |
1118 | 2025-02-05T10:18:53.476Z | Downloaded derive_builder_core v0.20.2 |
1119 | 2025-02-05T10:18:53.476Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1120 | 2025-02-05T10:18:53.533Z | Downloaded yoke v0.7.4 |
1121 | 2025-02-05T10:18:53.537Z | Downloaded dirs-sys-next v0.1.2 |
1122 | 2025-02-05T10:18:53.537Z | Downloaded strip-ansi-escapes v0.2.0 |
1123 | 2025-02-05T10:18:53.540Z | Downloaded stringprep v0.1.5 |
1124 | 2025-02-05T10:18:53.540Z | Downloaded spki v0.7.3 |
1125 | 2025-02-05T10:18:53.540Z | Downloaded sha1 v0.10.6 |
1126 | 2025-02-05T10:18:53.543Z | Downloaded typify v0.3.0 |
1127 | 2025-02-05T10:18:53.623Z | Downloaded tokio-stream v0.1.16 |
1128 | 2025-02-05T10:18:53.631Z | Downloaded rand_seeder v0.3.0 |
1129 | 2025-02-05T10:18:53.631Z | Downloaded rand_chacha v0.3.1 |
1130 | 2025-02-05T10:18:53.631Z | Downloaded radium v0.7.0 |
1131 | 2025-02-05T10:18:53.631Z | Downloaded futures-channel v0.3.31 |
1132 | 2025-02-05T10:18:53.631Z | Downloaded hashlink v0.9.1 |
1133 | 2025-02-05T10:18:53.631Z | Downloaded globset v0.4.15 |
1134 | 2025-02-05T10:18:53.631Z | Downloaded oso-derive v0.27.3 |
1135 | 2025-02-05T10:18:53.632Z | Downloaded hkdf v0.12.4 |
1136 | 2025-02-05T10:18:53.632Z | Downloaded phf_shared v0.11.2 |
1137 | 2025-02-05T10:18:53.632Z | Downloaded phf_codegen v0.11.2 |
1138 | 2025-02-05T10:18:53.632Z | Downloaded num-conv v0.1.0 |
1139 | 2025-02-05T10:18:53.632Z | Downloaded foreign-types v0.5.0 |
1140 | 2025-02-05T10:18:53.632Z | Downloaded foldhash v0.1.3 |
1141 | 2025-02-05T10:18:53.632Z | Downloaded omicron-zone-package v0.12.0 |
1142 | 2025-02-05T10:18:53.632Z | Downloaded crossbeam-channel v0.5.13 |
1143 | 2025-02-05T10:18:53.632Z | Downloaded cc v1.1.30 |
1144 | 2025-02-05T10:18:53.632Z | Downloaded backtrace v0.3.74 |
1145 | 2025-02-05T10:18:53.632Z | Downloaded base64 v0.13.1 |
1146 | 2025-02-05T10:18:53.632Z | Downloaded float-ord v0.3.2 |
1147 | 2025-02-05T10:18:53.632Z | Downloaded ena v0.14.3 |
1148 | 2025-02-05T10:18:53.632Z | Downloaded embedded-io v0.6.1 |
1149 | 2025-02-05T10:18:53.632Z | Downloaded unicode-truncate v1.1.0 |
1150 | 2025-02-05T10:18:53.632Z | Downloaded pkcs8 v0.10.2 |
1151 | 2025-02-05T10:18:53.632Z | Downloaded peg-macros v0.8.4 |
1152 | 2025-02-05T10:18:53.632Z | Downloaded highway v1.2.0 |
1153 | 2025-02-05T10:18:53.632Z | Downloaded same-file v1.0.6 |
1154 | 2025-02-05T10:18:53.632Z | Downloaded rustversion v1.0.17 |
1155 | 2025-02-05T10:18:53.632Z | Downloaded ppv-lite86 v0.2.20 |
1156 | 2025-02-05T10:18:53.632Z | Downloaded ecdsa v0.16.9 |
1157 | 2025-02-05T10:18:53.632Z | Downloaded tokio-tungstenite v0.23.1 |
1158 | 2025-02-05T10:18:53.632Z | Downloaded tokio-tungstenite v0.21.0 |
1159 | 2025-02-05T10:18:53.632Z | Downloaded time-macros v0.2.18 |
1160 | 2025-02-05T10:18:53.632Z | Downloaded futures-macro v0.3.31 |
1161 | 2025-02-05T10:18:53.632Z | Downloaded futures-io v0.3.31 |
1162 | 2025-02-05T10:18:53.632Z | Downloaded futures-core v0.3.31 |
1163 | 2025-02-05T10:18:53.633Z | Downloaded fallible-iterator v0.2.0 |
1164 | 2025-02-05T10:18:53.633Z | Downloaded env_filter v0.1.2 |
1165 | 2025-02-05T10:18:53.633Z | Downloaded mockall_derive v0.13.0 |
1166 | 2025-02-05T10:18:53.633Z | Downloaded iana-time-zone v0.1.61 |
1167 | 2025-02-05T10:18:53.633Z | Downloaded zerofrom-derive v0.1.4 |
1168 | 2025-02-05T10:18:53.633Z | Downloaded xz2 v0.1.7 |
1169 | 2025-02-05T10:18:53.633Z | Downloaded xattr v1.3.1 |
1170 | 2025-02-05T10:18:53.633Z | Downloaded utf-8 v0.7.6 |
1171 | 2025-02-05T10:18:53.633Z | Downloaded blake2 v0.10.6 |
1172 | 2025-02-05T10:18:53.633Z | Downloaded utf16_iter v1.0.5 |
1173 | 2025-02-05T10:18:53.633Z | Downloaded strum_macros v0.25.3 |
1174 | 2025-02-05T10:18:53.633Z | Downloaded ssh-cipher v0.2.0 |
1175 | 2025-02-05T10:18:53.633Z | Downloaded console v0.15.10 |
1176 | 2025-02-05T10:18:53.638Z | Downloaded ahash v0.8.11 |
1177 | 2025-02-05T10:18:53.638Z | Downloaded ipnet v2.10.1 |
1178 | 2025-02-05T10:18:53.638Z | Downloaded jobserver v0.1.32 |
1179 | 2025-02-05T10:18:53.638Z | Downloaded async-bb8-diesel v0.2.1 |
1180 | 2025-02-05T10:18:53.642Z | Downloaded ciborium v0.2.2 |
1181 | 2025-02-05T10:18:53.642Z | Downloaded bzip2 v0.4.4 |
1182 | 2025-02-05T10:18:53.642Z | Downloaded base64ct v1.6.0 |
1183 | 2025-02-05T10:18:53.649Z | Downloaded bcs v0.1.6 |
1184 | 2025-02-05T10:18:53.649Z | Downloaded impl-trait-for-tuples v0.2.2 |
1185 | 2025-02-05T10:18:53.653Z | Downloaded is-terminal v0.4.13 |
1186 | 2025-02-05T10:18:53.653Z | Downloaded idna_adapter v1.2.0 |
1187 | 2025-02-05T10:18:53.653Z | Downloaded inout v0.1.3 |
1188 | 2025-02-05T10:18:53.653Z | Downloaded indoc v1.0.9 |
1189 | 2025-02-05T10:18:53.656Z | Downloaded humantime v2.1.0 |
1190 | 2025-02-05T10:18:53.656Z | Downloaded async-trait v0.1.86 |
1191 | 2025-02-05T10:18:53.660Z | Downloaded argon2 v0.5.3 |
1192 | 2025-02-05T10:18:53.660Z | Downloaded httpdate v1.0.3 |
1193 | 2025-02-05T10:18:53.664Z | Downloaded bitfield v0.14.0 |
1194 | 2025-02-05T10:18:53.664Z | Downloaded bit-set v0.5.3 |
1195 | 2025-02-05T10:18:53.664Z | Downloaded bcrypt-pbkdf v0.10.0 |
1196 | 2025-02-05T10:18:53.840Z | Downloaded libsqlite3-sys v0.30.1 |
1197 | 2025-02-05T10:18:53.933Z | Downloaded ring v0.17.8 |
1198 | 2025-02-05T10:18:54.237Z | Downloaded aws-lc-sys v0.22.0 |
1199 | 2025-02-05T10:18:54.538Z | Compiling serde v1.0.217 |
1200 | 2025-02-05T10:18:54.541Z | Compiling lock_api v0.4.12 |
1201 | 2025-02-05T10:18:54.541Z | Compiling value-bag v1.9.0 |
1202 | 2025-02-05T10:18:54.541Z | Compiling scopeguard v1.2.0 |
1203 | 2025-02-05T10:18:54.696Z | Compiling typenum v1.17.0 |
1204 | 2025-02-05T10:18:54.700Z | Compiling generic-array v0.14.7 |
1205 | 2025-02-05T10:18:54.733Z | Compiling syn v2.0.96 |
1206 | 2025-02-05T10:18:54.747Z | Compiling getrandom v0.2.15 |
1207 | 2025-02-05T10:18:54.894Z | Compiling subtle v2.6.1 |
1208 | 2025-02-05T10:18:55.001Z | Compiling rand_core v0.6.4 |
1209 | 2025-02-05T10:18:55.142Z | Compiling log v0.4.22 |
1210 | 2025-02-05T10:18:56.197Z | Compiling shlex v1.3.0 |
1211 | 2025-02-05T10:18:57.125Z | Compiling jobserver v0.1.32 |
1212 | 2025-02-05T10:18:57.125Z | Compiling smallvec v1.13.2 |
1213 | 2025-02-05T10:18:57.125Z | Compiling const-oid v0.9.6 |
1214 | 2025-02-05T10:18:57.125Z | Compiling pin-project-lite v0.2.14 |
1215 | 2025-02-05T10:18:57.125Z | Compiling cc v1.1.30 |
1216 | 2025-02-05T10:18:57.125Z | Compiling rustix v0.38.37 |
1217 | 2025-02-05T10:18:57.125Z | Compiling spin v0.9.8 |
1218 | 2025-02-05T10:18:57.125Z | Compiling parking_lot_core v0.9.10 |
1219 | 2025-02-05T10:18:57.125Z | Compiling futures-core v0.3.31 |
1220 | 2025-02-05T10:18:57.125Z | Compiling signal-hook-registry v1.4.2 |
1221 | 2025-02-05T10:18:57.147Z | Compiling mio v1.0.2 |
1222 | 2025-02-05T10:18:57.147Z | Compiling aho-corasick v1.1.3 |
1223 | 2025-02-05T10:18:57.147Z | Compiling parking_lot v0.12.3 |
1224 | 2025-02-05T10:18:57.147Z | Compiling regex-syntax v0.8.5 |
1225 | 2025-02-05T10:18:57.186Z | Compiling stable_deref_trait v1.2.0 |
1226 | 2025-02-05T10:18:57.321Z | Compiling either v1.13.0 |
1227 | 2025-02-05T10:18:57.588Z | Compiling cpufeatures v0.2.14 |
1228 | 2025-02-05T10:18:57.702Z | Compiling futures-sink v0.3.31 |
1229 | 2025-02-05T10:18:57.707Z | Compiling glob v0.3.2 |
1230 | 2025-02-05T10:18:57.723Z | Compiling socket2 v0.5.7 |
1231 | 2025-02-05T10:18:57.799Z | Compiling slab v0.4.9 |
1232 | 2025-02-05T10:18:57.818Z | Compiling prettyplease v0.2.25 |
1233 | 2025-02-05T10:18:58.165Z | Compiling lazy_static v1.5.0 |
1234 | 2025-02-05T10:18:58.262Z | Compiling serde_json v1.0.135 |
1235 | 2025-02-05T10:18:58.293Z | Compiling minimal-lexical v0.2.1 |
1236 | 2025-02-05T10:18:58.663Z | Compiling clang-sys v1.8.1 |
1237 | 2025-02-05T10:18:58.668Z | Compiling libloading v0.8.5 |
1238 | 2025-02-05T10:18:58.794Z | Compiling nom v7.1.3 |
1239 | 2025-02-05T10:18:58.922Z | Compiling home v0.5.9 |
1240 | 2025-02-05T10:18:59.039Z | Compiling bindgen v0.69.5 |
1241 | 2025-02-05T10:18:59.190Z | Compiling futures-channel v0.3.31 |
1242 | 2025-02-05T10:18:59.597Z | Compiling itertools v0.12.1 |
1243 | 2025-02-05T10:18:59.705Z | Compiling libm v0.2.8 |
1244 | 2025-02-05T10:18:59.910Z | Compiling futures-task v0.3.31 |
1245 | 2025-02-05T10:18:59.980Z | Compiling pin-utils v0.1.0 |
1246 | 2025-02-05T10:19:00.104Z | Compiling rustc-hash v1.1.0 |
1247 | 2025-02-05T10:19:00.371Z | Compiling lazycell v1.3.0 |
1248 | 2025-02-05T10:19:00.380Z | Compiling foldhash v0.1.3 |
1249 | 2025-02-05T10:19:00.555Z | Compiling futures-io v0.3.31 |
1250 | 2025-02-05T10:19:00.702Z | Compiling allocator-api2 v0.2.18 |
1251 | 2025-02-05T10:19:00.800Z | Compiling regex-automata v0.4.8 |
1252 | 2025-02-05T10:19:01.452Z | Compiling hashbrown v0.15.1 |
1253 | 2025-02-05T10:19:01.575Z | Compiling cmake v0.1.51 |
1254 | 2025-02-05T10:19:02.177Z | Compiling cexpr v0.6.0 |
1255 | 2025-02-05T10:19:02.461Z | Compiling synstructure v0.13.1 |
1256 | 2025-02-05T10:19:02.649Z | Compiling num-traits v0.2.19 |
1257 | 2025-02-05T10:19:02.991Z | Compiling dunce v1.0.5 |
1258 | 2025-02-05T10:19:03.084Z | Compiling fs_extra v1.3.0 |
1259 | 2025-02-05T10:19:03.381Z | Compiling pkg-config v0.3.31 |
1260 | 2025-02-05T10:19:03.858Z | Compiling litemap v0.7.3 |
1261 | 2025-02-05T10:19:03.910Z | Compiling writeable v0.5.5 |
1262 | 2025-02-05T10:19:04.331Z | Compiling ring v0.17.8 |
1263 | 2025-02-05T10:19:04.440Z | Compiling base64ct v1.6.0 |
1264 | 2025-02-05T10:19:04.708Z | Compiling paste v1.0.15 |
1265 | 2025-02-05T10:19:05.080Z | Compiling pem-rfc7468 v0.7.0 |
1266 | 2025-02-05T10:19:05.206Z | Compiling aws-lc-rs v1.10.0 |
1267 | 2025-02-05T10:19:05.226Z | Compiling httparse v1.9.5 |
1268 | 2025-02-05T10:19:05.612Z | Compiling icu_locid_transform_data v1.5.0 |
1269 | 2025-02-05T10:19:05.711Z | Compiling flagset v0.4.6 |
1270 | 2025-02-05T10:19:05.915Z | Compiling tracing-core v0.1.32 |
1271 | 2025-02-05T10:19:05.937Z | Compiling icu_properties_data v1.5.0 |
1272 | 2025-02-05T10:19:06.248Z | Compiling regex v1.11.1 |
1273 | 2025-02-05T10:19:06.663Z | Compiling crossbeam-utils v0.8.20 |
1274 | 2025-02-05T10:19:06.754Z | Compiling percent-encoding v2.3.1 |
1275 | 2025-02-05T10:19:07.065Z | Compiling rustls-pki-types v1.10.0 |
1276 | 2025-02-05T10:19:07.143Z | Compiling utf16_iter v1.0.5 |
1277 | 2025-02-05T10:19:07.209Z | Compiling time-core v0.1.2 |
1278 | 2025-02-05T10:19:07.361Z | Compiling mirai-annotations v1.12.0 |
1279 | 2025-02-05T10:19:07.371Z | Compiling vcpkg v0.2.15 |
1280 | 2025-02-05T10:19:07.524Z | Compiling utf8_iter v1.0.4 |
1281 | 2025-02-05T10:19:07.769Z | Compiling untrusted v0.7.1 |
1282 | 2025-02-05T10:19:07.786Z | Compiling num-conv v0.1.0 |
1283 | 2025-02-05T10:19:07.882Z | Compiling serde_derive v1.0.217 |
1284 | 2025-02-05T10:19:07.950Z | Compiling zeroize_derive v1.4.2 |
1285 | 2025-02-05T10:19:07.991Z | Compiling zerocopy-derive v0.7.35 |
1286 | 2025-02-05T10:19:08.067Z | Compiling zerofrom-derive v0.1.4 |
1287 | 2025-02-05T10:19:09.147Z | Compiling tokio-macros v2.5.0 |
1288 | 2025-02-05T10:19:09.311Z | Compiling zeroize v1.8.1 |
1289 | 2025-02-05T10:19:09.928Z | Compiling zerocopy v0.7.35 |
1290 | 2025-02-05T10:19:10.101Z | Compiling yoke-derive v0.7.4 |
1291 | 2025-02-05T10:19:10.622Z | Compiling zerovec-derive v0.10.3 |
1292 | 2025-02-05T10:19:10.987Z | Compiling crypto-common v0.1.6 |
1293 | 2025-02-05T10:19:11.029Z | Compiling block-buffer v0.10.4 |
1294 | 2025-02-05T10:19:11.192Z | Compiling thiserror-impl v1.0.69 |
1295 | 2025-02-05T10:19:11.250Z | Compiling futures-macro v0.3.31 |
1296 | 2025-02-05T10:19:11.337Z | Compiling digest v0.10.7 |
1297 | 2025-02-05T10:19:11.621Z | Compiling zerofrom v0.1.4 |
1298 | 2025-02-05T10:19:11.749Z | Compiling hmac v0.12.1 |
1299 | 2025-02-05T10:19:11.801Z | Compiling displaydoc v0.2.5 |
1300 | 2025-02-05T10:19:11.849Z | Compiling block-padding v0.3.3 |
1301 | 2025-02-05T10:19:12.015Z | Compiling sha2 v0.10.8 |
1302 | 2025-02-05T10:19:12.106Z | Compiling inout v0.1.3 |
1303 | 2025-02-05T10:19:12.405Z | Compiling cipher v0.4.4 |
1304 | 2025-02-05T10:19:12.605Z | Compiling yoke v0.7.4 |
1305 | 2025-02-05T10:19:12.891Z | Compiling icu_provider_macros v1.5.0 |
1306 | 2025-02-05T10:19:12.950Z | Compiling ppv-lite86 v0.2.20 |
1307 | 2025-02-05T10:19:13.085Z | Compiling zerovec v0.10.4 |
1308 | 2025-02-05T10:19:13.098Z | Compiling futures-util v0.3.31 |
1309 | 2025-02-05T10:19:13.343Z | Compiling der_derive v0.7.3 |
1310 | 2025-02-05T10:19:13.767Z | Compiling rand_chacha v0.3.1 |
1311 | 2025-02-05T10:19:13.972Z | Compiling tracing-attributes v0.1.27 |
1312 | 2025-02-05T10:19:14.248Z | Compiling thiserror v1.0.69 |
1313 | 2025-02-05T10:19:14.394Z | Compiling pest v2.7.14 |
1314 | 2025-02-05T10:19:15.069Z | Compiling tinystr v0.7.6 |
1315 | 2025-02-05T10:19:15.435Z | Compiling icu_locid v1.5.0 |
1316 | 2025-02-05T10:19:15.461Z | Compiling icu_collections v1.5.0 |
1317 | 2025-02-05T10:19:15.616Z | Compiling der v0.7.9 |
1318 | 2025-02-05T10:19:15.906Z | Compiling rand v0.8.5 |
1319 | 2025-02-05T10:19:16.818Z | Compiling icu_provider v1.5.0 |
1320 | 2025-02-05T10:19:17.290Z | Compiling tracing v0.1.40 |
1321 | 2025-02-05T10:19:17.463Z | Compiling salsa20 v0.10.2 |
1322 | 2025-02-05T10:19:17.558Z | Compiling icu_locid_transform v1.5.0 |
1323 | 2025-02-05T10:19:17.708Z | Compiling spki v0.7.3 |
1324 | 2025-02-05T10:19:17.798Z | Compiling pbkdf2 v0.12.2 |
1325 | 2025-02-05T10:19:17.904Z | Compiling write16 v1.0.0 |
1326 | 2025-02-05T10:19:17.957Z | Compiling icu_normalizer_data v1.5.0 |
1327 | 2025-02-05T10:19:17.978Z | Compiling powerfmt v0.2.0 |
1328 | 2025-02-05T10:19:17.981Z | Compiling untrusted v0.9.0 |
1329 | 2025-02-05T10:19:18.068Z | Compiling scrypt v0.11.0 |
1330 | 2025-02-05T10:19:18.087Z | Compiling pest_meta v2.7.14 |
1331 | 2025-02-05T10:19:18.346Z | Compiling deranged v0.3.11 |
1332 | 2025-02-05T10:19:18.382Z | Compiling aes v0.8.4 |
1333 | 2025-02-05T10:19:18.578Z | Compiling cbc v0.1.2 |
1334 | 2025-02-05T10:19:18.597Z | Compiling openssl-sys v0.9.105 |
1335 | 2025-02-05T10:19:18.802Z | Compiling icu_properties v1.5.1 |
1336 | 2025-02-05T10:19:19.644Z | Compiling time-macros v0.2.18 |
1337 | 2025-02-05T10:19:19.768Z | Compiling scroll_derive v0.12.0 |
1338 | 2025-02-05T10:19:20.794Z | Compiling bitflags v2.6.0 |
1339 | 2025-02-05T10:19:21.040Z | Compiling bytes v1.9.0 |
1340 | 2025-02-05T10:19:21.235Z | Compiling indexmap v2.7.1 |
1341 | 2025-02-05T10:19:21.526Z | Compiling semver v1.0.24 |
1342 | 2025-02-05T10:19:22.255Z | Compiling tokio v1.43.0 |
1343 | 2025-02-05T10:19:22.293Z | Compiling http v1.2.0 |
1344 | 2025-02-05T10:19:22.443Z | Compiling icu_normalizer v1.5.0 |
1345 | 2025-02-05T10:19:22.518Z | Compiling rustc_version v0.4.1 |
1346 | 2025-02-05T10:19:22.720Z | Compiling tinyvec_macros v0.1.1 |
1347 | 2025-02-05T10:19:22.823Z | Compiling atomic-waker v1.1.2 |
1348 | 2025-02-05T10:19:23.020Z | Compiling num_threads v0.1.7 |
1349 | 2025-02-05T10:19:23.164Z | Compiling time v0.3.36 |
1350 | 2025-02-05T10:19:23.236Z | Compiling tinyvec v1.8.0 |
1351 | 2025-02-05T10:19:23.383Z | Compiling idna_adapter v1.2.0 |
1352 | 2025-02-05T10:19:23.614Z | Compiling scroll v0.12.0 |
1353 | 2025-02-05T10:19:23.982Z | Compiling http-body v1.0.1 |
1354 | 2025-02-05T10:19:24.185Z | Compiling pest_generator v2.7.14 |
1355 | 2025-02-05T10:19:24.215Z | Compiling pkcs5 v0.7.1 |
1356 | 2025-02-05T10:19:24.275Z | Compiling form_urlencoded v1.2.1 |
1357 | 2025-02-05T10:19:24.500Z | Compiling slog v2.7.0 |
1358 | 2025-02-05T10:19:24.602Z | Compiling which v4.4.2 |
1359 | 2025-02-05T10:19:24.701Z | Compiling try-lock v0.2.5 |
1360 | 2025-02-05T10:19:24.861Z | Compiling want v0.3.1 |
1361 | 2025-02-05T10:19:25.168Z | Compiling pkcs8 v0.10.2 |
1362 | 2025-02-05T10:19:25.249Z | Compiling goblin v0.8.2 |
1363 | 2025-02-05T10:19:25.253Z | Compiling idna v1.0.3 |
1364 | 2025-02-05T10:19:25.701Z | Compiling uuid v1.12.0 |
1365 | 2025-02-05T10:19:25.856Z | Compiling iana-time-zone v0.1.61 |
1366 | 2025-02-05T10:19:26.003Z | Compiling pest_derive v2.7.14 |
1367 | 2025-02-05T10:19:26.245Z | Compiling httpdate v1.0.3 |
1368 | 2025-02-05T10:19:26.696Z | Compiling chrono v0.4.39 |
1369 | 2025-02-05T10:19:26.813Z | Compiling dtrace-parser v0.2.0 |
1370 | 2025-02-05T10:19:27.217Z | Compiling serde_spanned v0.6.8 |
1371 | 2025-02-05T10:19:27.459Z | Compiling serde_tokenstream v0.2.2 |
1372 | 2025-02-05T10:19:27.567Z | Compiling toml_datetime v0.6.8 |
1373 | 2025-02-05T10:19:28.043Z | Compiling adler2 v2.0.0 |
1374 | 2025-02-05T10:19:28.054Z | Compiling match_cfg v0.1.0 |
1375 | 2025-02-05T10:19:28.059Z | Compiling foreign-types-shared v0.1.1 |
1376 | 2025-02-05T10:19:28.130Z | Compiling rustversion v1.0.17 |
1377 | 2025-02-05T10:19:28.157Z | Compiling openssl v0.10.70 |
1378 | 2025-02-05T10:19:28.173Z | Compiling base64 v0.22.1 |
1379 | 2025-02-05T10:19:28.542Z | Compiling tower-service v0.3.3 |
1380 | 2025-02-05T10:19:28.697Z | Compiling foreign-types v0.3.2 |
1381 | 2025-02-05T10:19:28.723Z | Compiling hostname v0.3.1 |
1382 | 2025-02-05T10:19:28.810Z | Compiling miniz_oxide v0.8.0 |
1383 | 2025-02-05T10:19:28.847Z | Compiling url v2.5.3 |
1384 | 2025-02-05T10:19:28.913Z | Compiling openssl-macros v0.1.1 |
1385 | 2025-02-05T10:19:29.637Z | Compiling async-trait v0.1.86 |
1386 | 2025-02-05T10:19:30.058Z | Compiling tokio-util v0.7.12 |
1387 | 2025-02-05T10:19:30.103Z | Compiling serde_derive_internals v0.29.1 |
1388 | 2025-02-05T10:19:30.222Z | Compiling dirs-sys-next v0.1.2 |
1389 | 2025-02-05T10:19:30.608Z | Compiling rustls v0.22.4 |
1390 | 2025-02-05T10:19:30.797Z | Compiling dof v0.3.0 |
1391 | 2025-02-05T10:19:30.898Z | Compiling syn v1.0.109 |
1392 | 2025-02-05T10:19:31.305Z | Compiling h2 v0.4.6 |
1393 | 2025-02-05T10:19:31.480Z | Compiling native-tls v0.2.12 |
1394 | 2025-02-05T10:19:31.827Z | Compiling usdt-impl v0.5.0 |
1395 | 2025-02-05T10:19:32.214Z | Compiling schemars v0.8.21 |
1396 | 2025-02-05T10:19:32.524Z | Compiling data-encoding v2.6.0 |
1397 | 2025-02-05T10:19:32.527Z | Compiling siphasher v0.3.11 |
1398 | 2025-02-05T10:19:32.653Z | Compiling rustls v0.23.19 |
1399 | 2025-02-05T10:19:32.920Z | Compiling schemars_derive v0.8.21 |
1400 | 2025-02-05T10:19:33.075Z | Compiling dirs-next v2.0.0 |
1401 | 2025-02-05T10:19:34.359Z | Compiling unicode-normalization v0.1.24 |
1402 | 2025-02-05T10:19:34.483Z | Compiling http-body-util v0.1.2 |
1403 | 2025-02-05T10:19:34.509Z | Compiling heapless v0.7.17 |
1404 | 2025-02-05T10:19:34.921Z | Compiling crossbeam-epoch v0.9.18 |
1405 | 2025-02-05T10:19:34.969Z | Compiling sha1 v0.10.6 |
1406 | 2025-02-05T10:19:35.386Z | Compiling signature v2.2.0 |
1407 | 2025-02-05T10:19:35.446Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1408 | 2025-02-05T10:19:35.575Z | Compiling thread_local v1.1.8 |
1409 | 2025-02-05T10:19:35.597Z | Compiling multer v3.1.0 |
1410 | 2025-02-05T10:19:35.663Z | Compiling encoding_rs v0.8.34 |
1411 | 2025-02-05T10:19:35.904Z | Compiling cookie v0.18.1 |
1412 | 2025-02-05T10:19:35.928Z | Compiling rayon-core v1.12.1 |
1413 | 2025-02-05T10:19:35.944Z | Compiling mime v0.3.17 |
1414 | 2025-02-05T10:19:36.036Z | Compiling unicode-bidi v0.3.17 |
1415 | 2025-02-05T10:19:36.208Z | Compiling openssl-probe v0.1.5 |
1416 | 2025-02-05T10:19:36.239Z | Compiling gimli v0.31.1 |
1417 | 2025-02-05T10:19:36.506Z | Compiling signal-hook v0.3.17 |
1418 | 2025-02-05T10:19:36.549Z | Compiling dyn-clone v1.0.17 |
1419 | 2025-02-05T10:19:36.773Z | Compiling slog-async v2.8.0 |
1420 | 2025-02-05T10:19:36.790Z | Compiling ipnet v2.10.1 |
1421 | 2025-02-05T10:19:37.264Z | Compiling unicode-properties v0.1.3 |
1422 | 2025-02-05T10:19:37.679Z | Compiling stringprep v0.1.5 |
1423 | 2025-02-05T10:19:38.018Z | Compiling toml_edit v0.22.22 |
1424 | 2025-02-05T10:19:38.869Z | Compiling hyper v1.5.2 |
1425 | 2025-02-05T10:19:40.451Z | Compiling addr2line v0.24.2 |
1426 | 2025-02-05T10:19:40.924Z | Compiling crossbeam-deque v0.8.5 |
1427 | 2025-02-05T10:19:41.014Z | Compiling usdt-macro v0.5.0 |
1428 | 2025-02-05T10:19:41.099Z | Compiling hyper-util v0.1.10 |
1429 | 2025-02-05T10:19:41.234Z | Compiling usdt-attr-macro v0.5.0 |
1430 | 2025-02-05T10:19:41.265Z | Compiling term v0.7.0 |
1431 | 2025-02-05T10:19:42.323Z | Compiling slog-json v2.6.1 |
1432 | 2025-02-05T10:19:42.406Z | Compiling serde_urlencoded v0.7.1 |
1433 | 2025-02-05T10:19:42.566Z | Compiling curve25519-dalek v4.1.3 |
1434 | 2025-02-05T10:19:42.740Z | Compiling crossbeam-channel v0.5.13 |
1435 | 2025-02-05T10:19:42.771Z | Compiling futures-executor v0.3.31 |
1436 | 2025-02-05T10:19:42.960Z | Compiling enum-as-inner v0.6.1 |
1437 | 2025-02-05T10:19:43.208Z | Compiling md-5 v0.10.6 |
1438 | 2025-02-05T10:19:43.276Z | Compiling async-stream-impl v0.3.6 |
1439 | 2025-02-05T10:19:43.477Z | Compiling rustls-pemfile v2.2.0 |
1440 | 2025-02-05T10:19:43.709Z | Compiling num-integer v0.1.46 |
1441 | 2025-02-05T10:19:43.892Z | Compiling hash32 v0.2.1 |
1442 | 2025-02-05T10:19:43.898Z | Compiling ff v0.13.0 |
1443 | 2025-02-05T10:19:43.923Z | Compiling is-terminal v0.4.13 |
1444 | 2025-02-05T10:19:44.974Z | Compiling object v0.36.5 |
1445 | 2025-02-05T10:19:45.598Z | Compiling dropshot v0.12.0 |
1446 | 2025-02-05T10:19:45.598Z | Compiling psl-types v2.0.11 |
1447 | 2025-02-05T10:19:45.598Z | Compiling quick-error v1.2.3 |
1448 | 2025-02-05T10:19:45.599Z | Compiling anyhow v1.0.95 |
1449 | 2025-02-05T10:19:45.599Z | Compiling litrs v0.4.1 |
1450 | 2025-02-05T10:19:45.599Z | Compiling num-bigint-dig v0.8.4 |
1451 | 2025-02-05T10:19:45.599Z | Compiling utf-8 v0.7.6 |
1452 | 2025-02-05T10:19:45.599Z | Compiling rustc-demangle v0.1.24 |
1453 | 2025-02-05T10:19:45.599Z | Compiling fallible-iterator v0.2.0 |
1454 | 2025-02-05T10:19:45.599Z | Compiling linked-hash-map v0.5.6 |
1455 | 2025-02-05T10:19:45.841Z | Compiling base16ct v0.2.0 |
1456 | 2025-02-05T10:19:45.841Z | Compiling take_mut v0.2.2 |
1457 | 2025-02-05T10:19:45.841Z | Compiling portable-atomic v1.9.0 |
1458 | 2025-02-05T10:19:45.842Z | Compiling smoltcp v0.9.1 |
1459 | 2025-02-05T10:19:45.842Z | Compiling document-features v0.2.10 |
1460 | 2025-02-05T10:19:45.842Z | Compiling sec1 v0.7.3 |
1461 | 2025-02-05T10:19:45.854Z | Compiling postgres-protocol v0.6.7 |
1462 | 2025-02-05T10:19:46.254Z | Compiling lru-cache v0.1.2 |
1463 | 2025-02-05T10:19:46.619Z | Compiling tungstenite v0.24.0 |
1464 | 2025-02-05T10:19:46.768Z | Compiling resolv-conf v0.7.0 |
1465 | 2025-02-05T10:19:46.850Z | Compiling async-stream v0.3.6 |
1466 | 2025-02-05T10:19:46.962Z | Compiling publicsuffix v2.3.0 |
1467 | 2025-02-05T10:19:47.145Z | Compiling num-iter v0.1.45 |
1468 | 2025-02-05T10:19:47.201Z | Compiling group v0.13.0 |
1469 | 2025-02-05T10:19:47.344Z | Compiling usdt v0.5.0 |
1470 | 2025-02-05T10:19:47.396Z | Compiling slog-term v2.9.1 |
1471 | 2025-02-05T10:19:47.529Z | Compiling hickory-proto v0.24.2 |
1472 | 2025-02-05T10:19:47.944Z | Compiling futures v0.3.31 |
1473 | 2025-02-05T10:19:48.065Z | Compiling slog-bunyan v2.5.0 |
1474 | 2025-02-05T10:19:48.279Z | Compiling toml v0.8.19 |
1475 | 2025-02-05T10:19:48.600Z | Compiling tokio-native-tls v0.3.1 |
1476 | 2025-02-05T10:19:49.516Z | Compiling camino v1.1.9 |
1477 | 2025-02-05T10:19:49.876Z | Compiling phf_shared v0.11.2 |
1478 | 2025-02-05T10:19:49.974Z | Compiling dropshot_endpoint v0.12.0 |
1479 | 2025-02-05T10:19:50.214Z | Compiling terminal_size v0.4.0 |
1480 | 2025-02-05T10:19:50.335Z | Compiling openapiv3 v2.0.0 |
1481 | 2025-02-05T10:19:50.443Z | Compiling waitgroup v0.1.2 |
1482 | 2025-02-05T10:19:50.720Z | Compiling backtrace v0.3.74 |
1483 | 2025-02-05T10:19:50.726Z | Compiling serde_path_to_error v0.1.16 |
1484 | 2025-02-05T10:19:51.119Z | Compiling hkdf v0.12.4 |
1485 | 2025-02-05T10:19:51.418Z | Compiling crypto-bigint v0.5.5 |
1486 | 2025-02-05T10:19:51.532Z | Compiling curve25519-dalek-derive v0.1.1 |
1487 | 2025-02-05T10:19:52.918Z | Compiling zerocopy-derive v0.6.6 |
1488 | 2025-02-05T10:19:53.645Z | Compiling webpki-roots v0.26.6 |
1489 | 2025-02-05T10:19:53.844Z | Compiling hostname v0.4.0 |
1490 | 2025-02-05T10:19:54.094Z | Compiling crc32fast v1.4.2 |
1491 | 2025-02-05T10:19:54.159Z | Compiling fs-err v2.11.0 |
1492 | 2025-02-05T10:19:54.295Z | Compiling ahash v0.8.11 |
1493 | 2025-02-05T10:19:54.395Z | Compiling bitflags v1.3.2 |
1494 | 2025-02-05T10:19:54.464Z | Compiling debug-ignore v1.0.5 |
1495 | 2025-02-05T10:19:54.502Z | Compiling unicode-width v0.2.0 |
1496 | 2025-02-05T10:19:54.610Z | Compiling hubpack_derive v0.1.1 |
1497 | 2025-02-05T10:19:54.617Z | Compiling winnow v0.5.40 |
1498 | 2025-02-05T10:19:54.617Z | Compiling newtype-uuid v1.2.1 |
1499 | 2025-02-05T10:19:54.882Z | Compiling managed v0.8.0 |
1500 | 2025-02-05T10:19:54.951Z | Compiling console v0.15.10 |
1501 | 2025-02-05T10:19:55.028Z | Compiling zerocopy v0.6.6 |
1502 | 2025-02-05T10:19:55.437Z | Compiling hubpack v0.1.2 |
1503 | 2025-02-05T10:19:55.781Z | Compiling strum_macros v0.25.3 |
1504 | 2025-02-05T10:19:55.868Z | Compiling clap_builder v4.5.27 |
1505 | 2025-02-05T10:19:56.438Z | Compiling flate2 v1.0.35 |
1506 | 2025-02-05T10:19:56.547Z | Compiling elliptic-curve v0.13.8 |
1507 | 2025-02-05T10:19:57.348Z | Compiling hickory-resolver v0.24.2 |
1508 | 2025-02-05T10:19:57.382Z | Compiling signal-hook-mio v0.2.4 |
1509 | 2025-02-05T10:19:57.560Z | Compiling phf v0.11.2 |
1510 | 2025-02-05T10:19:57.831Z | Compiling toml_edit v0.19.15 |
1511 | 2025-02-05T10:19:58.046Z | Compiling cookie_store v0.21.1 |
1512 | 2025-02-05T10:19:58.101Z | Compiling rayon v1.10.0 |
1513 | 2025-02-05T10:19:59.502Z | Compiling hyper-tls v0.6.0 |
1514 | 2025-02-05T10:19:59.577Z | Compiling bzip2 v0.4.4 |
1515 | 2025-02-05T10:19:59.887Z | Compiling tokio-tungstenite v0.24.0 |
1516 | 2025-02-05T10:20:01.691Z | Compiling postgres-types v0.2.8 |
1517 | 2025-02-05T10:20:02.411Z | Compiling ed25519 v2.2.3 |
1518 | 2025-02-05T10:20:02.987Z | Compiling phf_shared v0.10.0 |
1519 | 2025-02-05T10:20:03.058Z | Compiling tokio-stream v0.1.16 |
1520 | 2025-02-05T10:20:03.369Z | Compiling pkcs1 v0.7.5 |
1521 | 2025-02-05T10:20:03.932Z | Compiling serde-big-array v0.5.1 |
1522 | 2025-02-05T10:20:04.165Z | Compiling clap_derive v4.5.28 |
1523 | 2025-02-05T10:20:04.179Z | Compiling rfc6979 v0.4.0 |
1524 | 2025-02-05T10:20:04.261Z | Compiling derive-where v1.2.7 |
1525 | 2025-02-05T10:20:04.286Z | Compiling serde_repr v0.1.19 |
1526 | 2025-02-05T10:20:04.330Z | Compiling float-cmp v0.9.0 |
1527 | 2025-02-05T10:20:04.552Z | Compiling bstr v1.10.0 |
1528 | 2025-02-05T10:20:04.972Z | Compiling sync_wrapper v1.0.1 |
1529 | 2025-02-05T10:20:05.010Z | Compiling unicode-segmentation v1.12.0 |
1530 | 2025-02-05T10:20:05.141Z | Compiling predicates-core v1.0.8 |
1531 | 2025-02-05T10:20:05.535Z | Compiling whoami v1.5.2 |
1532 | 2025-02-05T10:20:05.544Z | Compiling fixedbitset v0.4.2 |
1533 | 2025-02-05T10:20:05.840Z | Compiling precomputed-hash v0.1.1 |
1534 | 2025-02-05T10:20:05.885Z | Compiling normalize-line-endings v0.3.0 |
1535 | 2025-02-05T10:20:05.966Z | Compiling number_prefix v0.4.0 |
1536 | 2025-02-05T10:20:05.969Z | Compiling bit-vec v0.6.3 |
1537 | 2025-02-05T10:20:06.077Z | Compiling static_assertions v1.1.0 |
1538 | 2025-02-05T10:20:06.086Z | Compiling difflib v0.4.0 |
1539 | 2025-02-05T10:20:06.137Z | Compiling new_debug_unreachable v1.0.6 |
1540 | 2025-02-05T10:20:06.256Z | Compiling string_cache v0.8.7 |
1541 | 2025-02-05T10:20:06.275Z | Compiling indicatif v0.17.11 |
1542 | 2025-02-05T10:20:06.395Z | Compiling bit-set v0.5.3 |
1543 | 2025-02-05T10:20:06.676Z | Compiling predicates v3.1.2 |
1544 | 2025-02-05T10:20:06.711Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1545 | 2025-02-05T10:20:07.503Z | Compiling petgraph v0.6.5 |
1546 | 2025-02-05T10:20:07.523Z | Compiling tokio-postgres v0.7.12 |
1547 | 2025-02-05T10:20:08.170Z | Compiling similar v2.6.0 |
1548 | 2025-02-05T10:20:08.249Z | Compiling ecdsa v0.16.9 |
1549 | 2025-02-05T10:20:08.516Z | Compiling clap v4.5.28 |
1550 | 2025-02-05T10:20:08.651Z | Compiling rsa v0.9.6 |
1551 | 2025-02-05T10:20:09.007Z | Compiling ed25519-dalek v2.1.1 |
1552 | 2025-02-05T10:20:10.244Z | Compiling toml v0.7.8 |
1553 | 2025-02-05T10:20:10.300Z | Compiling zip v0.6.6 |
1554 | 2025-02-05T10:20:11.035Z | Compiling crossterm v0.28.1 |
1555 | 2025-02-05T10:20:12.467Z | Compiling hex v0.4.3 |
1556 | 2025-02-05T10:20:12.630Z | Compiling x509-cert v0.2.5 |
1557 | 2025-02-05T10:20:12.866Z | Compiling itertools v0.10.5 |
1558 | 2025-02-05T10:20:13.076Z | Compiling unicode-xid v0.2.6 |
1559 | 2025-02-05T10:20:13.154Z | Compiling lalrpop-util v0.19.12 |
1560 | 2025-02-05T10:20:13.270Z | Compiling peg-runtime v0.8.3 |
1561 | 2025-02-05T10:20:13.495Z | Compiling strum_macros v0.26.4 |
1562 | 2025-02-05T10:20:13.732Z | Compiling xattr v1.3.1 |
1563 | 2025-02-05T10:20:13.843Z | Compiling filetime v0.2.25 |
1564 | 2025-02-05T10:20:14.160Z | Compiling tar v0.4.42 |
1565 | 2025-02-05T10:20:18.271Z | Compiling strum v0.26.3 |
1566 | 2025-02-05T10:20:21.469Z | Compiling aws-lc-sys v0.22.0 |
1567 | 2025-02-05T10:20:48.866Z | Compiling rustls-webpki v0.102.8 |
1568 | 2025-02-05T10:20:52.073Z | Compiling tokio-rustls v0.25.0 |
1569 | 2025-02-05T10:20:53.757Z | Compiling tokio-rustls v0.26.0 |
1570 | 2025-02-05T10:20:54.039Z | Compiling hyper-rustls v0.27.3 |
1571 | 2025-02-05T10:20:54.628Z | Compiling reqwest v0.12.9 |
1572 | 2025-02-05T10:20:55.681Z | Compiling qorb v0.2.1 |
1573 | 2025-02-05T10:20:58.790Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1574 | 2025-02-05T10:20:59.035Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1575 | 2025-02-05T10:21:03.478Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 12s |
1576 | 2025-02-05T10:21:03.645Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1577 | 2025-02-05T10:21:03.699Z | Feb 05 10:21:02.910 INFO Starting download, target: Clickhouse |
1578 | 2025-02-05T10:21:03.699Z | Feb 05 10:21:02.910 INFO Starting download, target: DendriteOpenapi |
1579 | 2025-02-05T10:21:03.700Z | Feb 05 10:21:02.910 INFO Starting download, target: Cockroach |
1580 | 2025-02-05T10:21:03.703Z | Feb 05 10:21:02.910 INFO Starting download, target: Console |
1581 | 2025-02-05T10:21:03.703Z | Feb 05 10:21:02.910 INFO Starting download, target: DendriteStub |
1582 | 2025-02-05T10:21:03.703Z | Feb 05 10:21:02.910 INFO Starting download, target: MaghemiteMgd |
1583 | 2025-02-05T10:21:03.703Z | Feb 05 10:21:02.910 INFO Starting download, target: TransceiverControl |
1584 | 2025-02-05T10:21:03.703Z | Feb 05 10:21:02.911 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1585 | 2025-02-05T10:21:03.703Z | Feb 05 10:21:02.911 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1586 | 2025-02-05T10:21:03.703Z | Feb 05 10:21:02.911 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1587 | 2025-02-05T10:21:03.703Z | Feb 05 10:21:02.911 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1588 | 2025-02-05T10:21:03.703Z | Feb 05 10:21:02.911 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1589 | 2025-02-05T10:21:03.703Z | Feb 05 10:21:02.911 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1590 | 2025-02-05T10:21:03.703Z | Feb 05 10:21:02.911 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1591 | 2025-02-05T10:21:03.980Z | Feb 05 10:21:03.188 INFO Download complete, target: DendriteOpenapi |
1592 | 2025-02-05T10:21:04.346Z | Feb 05 10:21:03.514 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1593 | 2025-02-05T10:21:04.570Z | Feb 05 10:21:03.779 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1594 | 2025-02-05T10:21:04.658Z | Feb 05 10:21:03.835 INFO Download complete, target: Console |
1595 | 2025-02-05T10:21:04.676Z | Feb 05 10:21:03.884 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1596 | 2025-02-05T10:21:05.007Z | Feb 05 10:21:04.120 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1597 | 2025-02-05T10:21:05.070Z | Feb 05 10:21:04.280 INFO Download complete, target: TransceiverControl |
1598 | 2025-02-05T10:21:05.813Z | Feb 05 10:21:05.025 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1599 | 2025-02-05T10:21:05.814Z | Feb 05 10:21:05.025 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1600 | 2025-02-05T10:21:05.840Z | Feb 05 10:21:05.051 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1601 | 2025-02-05T10:21:07.618Z | Feb 05 10:21:06.831 INFO Download complete, target: DendriteStub |
1602 | 2025-02-05T10:21:07.900Z | Feb 05 10:21:07.113 INFO Download complete, target: MaghemiteMgd |
1603 | 2025-02-05T10:21:13.254Z | Feb 05 10:21:12.470 INFO Checking that binary works, target: Cockroach |
1604 | 2025-02-05T10:21:13.417Z | Feb 05 10:21:12.633 INFO Download complete, target: Cockroach |
1605 | 2025-02-05T10:21:18.468Z | Feb 05 10:21:17.688 INFO Checking that binary works, target: Clickhouse |
1606 | 2025-02-05T10:21:18.627Z | Feb 05 10:21:17.847 INFO Download complete, target: Clickhouse |
1607 | 2025-02-05T10:21:18.648Z | All builder prerequisites installed successfully, and PATH looks valid |
1608 | 2025-02-05T10:21:18.651Z | |
1609 | 2025-02-05T10:21:18.651Z | real 4:47.352600829 |
1610 | 2025-02-05T10:21:18.651Z | user 15:40.929395929 |
1611 | 2025-02-05T10:21:18.651Z | sys 2:03.042330451 |
1612 | 2025-02-05T10:21:18.651Z | trap 0.574299190 |
1613 | 2025-02-05T10:21:18.651Z | tflt 1.614201665 |
1614 | 2025-02-05T10:21:18.651Z | dflt 1.531656384 |
1615 | 2025-02-05T10:21:18.651Z | kflt 0.032848684 |
1616 | 2025-02-05T10:21:18.651Z | lock 24:15.482900807 |
1617 | 2025-02-05T10:21:18.651Z | slp 54:48.251458355 |
1618 | 2025-02-05T10:21:18.651Z | lat 1:00.402969389 |
1619 | 2025-02-05T10:21:18.651Z | stop 2:26.776283895 |
1620 | 2025-02-05T10:21:18.651Z | + banner hack-check |
1621 | 2025-02-05T10:21:18.655Z | |
1622 | 2025-02-05T10:21:18.655Z | # # ## #### # # #### # # ###### #### # # |
1623 | 2025-02-05T10:21:18.655Z | # # # # # # # # # # # # # # # # # |
1624 | 2025-02-05T10:21:18.655Z | ###### # # # #### ##### # ###### ##### # #### |
1625 | 2025-02-05T10:21:18.655Z | # # ###### # # # # # # # # # # |
1626 | 2025-02-05T10:21:18.655Z | # # # # # # # # # # # # # # # # # |
1627 | 2025-02-05T10:21:18.655Z | # # # # #### # # #### # # ###### #### # # |
1628 | 2025-02-05T10:21:18.655Z | |
1629 | 2025-02-05T10:21:18.655Z | + export CARGO_INCREMENTAL=0 |
1630 | 2025-02-05T10:21:18.655Z | + CARGO_INCREMENTAL=0 |
1631 | 2025-02-05T10:21:18.655Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1632 | 2025-02-05T10:21:19.194Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1633 | 2025-02-05T10:21:22.953Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.34s |
1634 | 2025-02-05T10:21:22.963Z | Running `target/debug/xtask check-features --ci` |
1635 | 2025-02-05T10:21:22.963Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1636 | 2025-02-05T10:21:22.963Z | running: "/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1637 | 2025-02-05T10:21:22.969Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
1638 | 2025-02-05T10:21:22.969Z | Running `target/debug/xtask download cargo-hack` |
1639 | 2025-02-05T10:21:23.430Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1640 | 2025-02-05T10:21:23.796Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1641 | 2025-02-05T10:21:27.443Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.81s |
1642 | 2025-02-05T10:21:27.594Z | Running `target/debug/xtask-downloader cargo-hack` |
1643 | 2025-02-05T10:21:27.689Z | Feb 05 10:21:26.857 INFO Starting download, target: CargoHack |
1644 | 2025-02-05T10:21:27.695Z | Feb 05 10:21:26.858 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1645 | 2025-02-05T10:21:28.257Z | Feb 05 10:21:27.484 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1646 | 2025-02-05T10:21:28.353Z | Feb 05 10:21:27.580 INFO Download complete, target: CargoHack |
1647 | 2025-02-05T10:21:28.357Z | running: "/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
1648 | 2025-02-05T10:21:28.374Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1649 | 2025-02-05T10:21:28.605Z | info: running `cargo check --bins` on api_identity (1/199) |
1650 | 2025-02-05T10:21:29.068Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1651 | 2025-02-05T10:21:29.071Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1652 | 2025-02-05T10:21:29.071Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1653 | 2025-02-05T10:21:29.074Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1654 | 2025-02-05T10:21:29.143Z | |
1655 | 2025-02-05T10:21:29.143Z | info: running `cargo check --bins` on bootstore (2/199) |
1656 | 2025-02-05T10:21:29.700Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1657 | 2025-02-05T10:21:29.703Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1658 | 2025-02-05T10:21:29.703Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1659 | 2025-02-05T10:21:29.707Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1660 | 2025-02-05T10:21:29.778Z | |
1661 | 2025-02-05T10:21:29.778Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/199) |
1662 | 2025-02-05T10:21:30.316Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1663 | 2025-02-05T10:21:30.321Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1664 | 2025-02-05T10:21:30.321Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1665 | 2025-02-05T10:21:30.325Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1666 | 2025-02-05T10:21:30.395Z | |
1667 | 2025-02-05T10:21:30.395Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/199) |
1668 | 2025-02-05T10:21:30.932Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1669 | 2025-02-05T10:21:30.942Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1670 | 2025-02-05T10:21:30.942Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1671 | 2025-02-05T10:21:30.947Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1672 | 2025-02-05T10:21:31.009Z | |
1673 | 2025-02-05T10:21:31.009Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/199) |
1674 | 2025-02-05T10:21:31.398Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1675 | 2025-02-05T10:21:31.402Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1676 | 2025-02-05T10:21:31.402Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1677 | 2025-02-05T10:21:31.405Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1678 | 2025-02-05T10:21:31.443Z | |
1679 | 2025-02-05T10:21:31.443Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (6/199) |
1680 | 2025-02-05T10:21:31.851Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1681 | 2025-02-05T10:21:31.855Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1682 | 2025-02-05T10:21:31.855Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1683 | 2025-02-05T10:21:31.855Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1684 | 2025-02-05T10:21:31.876Z | |
1685 | 2025-02-05T10:21:31.876Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/199) |
1686 | 2025-02-05T10:21:32.255Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1687 | 2025-02-05T10:21:32.258Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1688 | 2025-02-05T10:21:32.258Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1689 | 2025-02-05T10:21:32.261Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1690 | 2025-02-05T10:21:32.312Z | |
1691 | 2025-02-05T10:21:32.312Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/199) |
1692 | 2025-02-05T10:21:32.789Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1693 | 2025-02-05T10:21:32.793Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1694 | 2025-02-05T10:21:32.793Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1695 | 2025-02-05T10:21:32.793Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1696 | 2025-02-05T10:21:32.793Z | |
1697 | 2025-02-05T10:21:32.793Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/199) |
1698 | 2025-02-05T10:21:33.132Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1699 | 2025-02-05T10:21:33.146Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1700 | 2025-02-05T10:21:33.146Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1701 | 2025-02-05T10:21:33.147Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1702 | 2025-02-05T10:21:33.193Z | |
1703 | 2025-02-05T10:21:33.193Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/199) |
1704 | 2025-02-05T10:21:33.549Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1705 | 2025-02-05T10:21:33.571Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1706 | 2025-02-05T10:21:33.571Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1707 | 2025-02-05T10:21:33.571Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1708 | 2025-02-05T10:21:33.593Z | |
1709 | 2025-02-05T10:21:33.594Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/199) |
1710 | 2025-02-05T10:21:33.974Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1711 | 2025-02-05T10:21:33.982Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1712 | 2025-02-05T10:21:33.982Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1713 | 2025-02-05T10:21:33.982Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1714 | 2025-02-05T10:21:34.019Z | |
1715 | 2025-02-05T10:21:34.020Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/199) |
1716 | 2025-02-05T10:21:34.404Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1717 | 2025-02-05T10:21:34.408Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1718 | 2025-02-05T10:21:34.408Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1719 | 2025-02-05T10:21:34.411Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1720 | 2025-02-05T10:21:34.447Z | |
1721 | 2025-02-05T10:21:34.447Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/199) |
1722 | 2025-02-05T10:21:34.850Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1723 | 2025-02-05T10:21:34.854Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1724 | 2025-02-05T10:21:34.854Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1725 | 2025-02-05T10:21:34.854Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1726 | 2025-02-05T10:21:34.865Z | |
1727 | 2025-02-05T10:21:34.865Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/199) |
1728 | 2025-02-05T10:21:35.245Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1729 | 2025-02-05T10:21:35.248Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1730 | 2025-02-05T10:21:35.248Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1731 | 2025-02-05T10:21:35.248Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1732 | 2025-02-05T10:21:35.287Z | |
1733 | 2025-02-05T10:21:35.287Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/199) |
1734 | 2025-02-05T10:21:35.661Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1735 | 2025-02-05T10:21:35.664Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1736 | 2025-02-05T10:21:35.664Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1737 | 2025-02-05T10:21:35.680Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1738 | 2025-02-05T10:21:35.703Z | |
1739 | 2025-02-05T10:21:35.703Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (16/199) |
1740 | 2025-02-05T10:21:36.109Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1741 | 2025-02-05T10:21:36.113Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1742 | 2025-02-05T10:21:36.113Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1743 | 2025-02-05T10:21:36.113Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1744 | 2025-02-05T10:21:36.134Z | |
1745 | 2025-02-05T10:21:36.134Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (17/199) |
1746 | 2025-02-05T10:21:36.520Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1747 | 2025-02-05T10:21:36.524Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1748 | 2025-02-05T10:21:36.524Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1749 | 2025-02-05T10:21:36.524Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1750 | 2025-02-05T10:21:36.563Z | |
1751 | 2025-02-05T10:21:36.563Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (18/199) |
1752 | 2025-02-05T10:21:36.947Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1753 | 2025-02-05T10:21:36.950Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1754 | 2025-02-05T10:21:36.950Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1755 | 2025-02-05T10:21:36.952Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1756 | 2025-02-05T10:21:37.019Z | |
1757 | 2025-02-05T10:21:37.019Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (19/199) |
1758 | 2025-02-05T10:21:37.470Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1759 | 2025-02-05T10:21:37.475Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1760 | 2025-02-05T10:21:37.475Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1761 | 2025-02-05T10:21:37.475Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1762 | 2025-02-05T10:21:37.475Z | |
1763 | 2025-02-05T10:21:37.476Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (20/199) |
1764 | 2025-02-05T10:21:37.813Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1765 | 2025-02-05T10:21:37.816Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1766 | 2025-02-05T10:21:37.816Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1767 | 2025-02-05T10:21:37.819Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1768 | 2025-02-05T10:21:37.857Z | |
1769 | 2025-02-05T10:21:37.857Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (21/199) |
1770 | 2025-02-05T10:21:38.239Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1771 | 2025-02-05T10:21:38.242Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1772 | 2025-02-05T10:21:38.242Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1773 | 2025-02-05T10:21:38.245Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1774 | 2025-02-05T10:21:38.282Z | |
1775 | 2025-02-05T10:21:38.282Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (22/199) |
1776 | 2025-02-05T10:21:38.670Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1777 | 2025-02-05T10:21:38.673Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1778 | 2025-02-05T10:21:38.674Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1779 | 2025-02-05T10:21:38.678Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1780 | 2025-02-05T10:21:38.715Z | |
1781 | 2025-02-05T10:21:38.715Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (23/199) |
1782 | 2025-02-05T10:21:39.103Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1783 | 2025-02-05T10:21:39.106Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1784 | 2025-02-05T10:21:39.106Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1785 | 2025-02-05T10:21:39.110Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1786 | 2025-02-05T10:21:39.148Z | |
1787 | 2025-02-05T10:21:39.148Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (24/199) |
1788 | 2025-02-05T10:21:39.541Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1789 | 2025-02-05T10:21:39.544Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1790 | 2025-02-05T10:21:39.544Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1791 | 2025-02-05T10:21:39.548Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1792 | 2025-02-05T10:21:39.639Z | |
1793 | 2025-02-05T10:21:39.639Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (25/199) |
1794 | 2025-02-05T10:21:39.972Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1795 | 2025-02-05T10:21:39.975Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1796 | 2025-02-05T10:21:39.975Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1797 | 2025-02-05T10:21:39.978Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1798 | 2025-02-05T10:21:40.017Z | |
1799 | 2025-02-05T10:21:40.017Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (26/199) |
1800 | 2025-02-05T10:21:40.400Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1801 | 2025-02-05T10:21:40.403Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1802 | 2025-02-05T10:21:40.403Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1803 | 2025-02-05T10:21:40.407Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1804 | 2025-02-05T10:21:40.445Z | |
1805 | 2025-02-05T10:21:40.445Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (27/199) |
1806 | 2025-02-05T10:21:40.824Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1807 | 2025-02-05T10:21:40.827Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1808 | 2025-02-05T10:21:40.827Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1809 | 2025-02-05T10:21:40.830Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1810 | 2025-02-05T10:21:40.869Z | |
1811 | 2025-02-05T10:21:40.869Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (28/199) |
1812 | 2025-02-05T10:21:41.250Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1813 | 2025-02-05T10:21:41.255Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1814 | 2025-02-05T10:21:41.255Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1815 | 2025-02-05T10:21:41.259Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1816 | 2025-02-05T10:21:41.295Z | |
1817 | 2025-02-05T10:21:41.295Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (29/199) |
1818 | 2025-02-05T10:21:41.673Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1819 | 2025-02-05T10:21:41.677Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1820 | 2025-02-05T10:21:41.677Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1821 | 2025-02-05T10:21:41.677Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1822 | 2025-02-05T10:21:41.714Z | |
1823 | 2025-02-05T10:21:41.714Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (30/199) |
1824 | 2025-02-05T10:21:42.093Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1825 | 2025-02-05T10:21:42.096Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1826 | 2025-02-05T10:21:42.096Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1827 | 2025-02-05T10:21:42.099Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1828 | 2025-02-05T10:21:42.136Z | |
1829 | 2025-02-05T10:21:42.136Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (31/199) |
1830 | 2025-02-05T10:21:42.514Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1831 | 2025-02-05T10:21:42.518Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1832 | 2025-02-05T10:21:42.518Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1833 | 2025-02-05T10:21:42.521Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1834 | 2025-02-05T10:21:42.558Z | |
1835 | 2025-02-05T10:21:42.558Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (32/199) |
1836 | 2025-02-05T10:21:43.039Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1837 | 2025-02-05T10:21:43.043Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1838 | 2025-02-05T10:21:43.043Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1839 | 2025-02-05T10:21:43.043Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1840 | 2025-02-05T10:21:43.044Z | |
1841 | 2025-02-05T10:21:43.044Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (33/199) |
1842 | 2025-02-05T10:21:43.400Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1843 | 2025-02-05T10:21:43.404Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1844 | 2025-02-05T10:21:43.404Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1845 | 2025-02-05T10:21:43.404Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1846 | 2025-02-05T10:21:43.416Z | |
1847 | 2025-02-05T10:21:43.416Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (34/199) |
1848 | 2025-02-05T10:21:43.798Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1849 | 2025-02-05T10:21:43.802Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1850 | 2025-02-05T10:21:43.802Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1851 | 2025-02-05T10:21:43.805Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1852 | 2025-02-05T10:21:43.910Z | |
1853 | 2025-02-05T10:21:43.910Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (35/199) |
1854 | 2025-02-05T10:21:44.222Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1855 | 2025-02-05T10:21:44.225Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1856 | 2025-02-05T10:21:44.225Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1857 | 2025-02-05T10:21:44.228Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1858 | 2025-02-05T10:21:44.266Z | |
1859 | 2025-02-05T10:21:44.266Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (36/199) |
1860 | 2025-02-05T10:21:44.657Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1861 | 2025-02-05T10:21:44.661Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1862 | 2025-02-05T10:21:44.661Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1863 | 2025-02-05T10:21:44.661Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1864 | 2025-02-05T10:21:44.699Z | |
1865 | 2025-02-05T10:21:44.699Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (37/199) |
1866 | 2025-02-05T10:21:45.086Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1867 | 2025-02-05T10:21:45.089Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1868 | 2025-02-05T10:21:45.089Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1869 | 2025-02-05T10:21:45.094Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1870 | 2025-02-05T10:21:45.129Z | |
1871 | 2025-02-05T10:21:45.129Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (38/199) |
1872 | 2025-02-05T10:21:45.513Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1873 | 2025-02-05T10:21:45.516Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1874 | 2025-02-05T10:21:45.516Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1875 | 2025-02-05T10:21:45.520Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1876 | 2025-02-05T10:21:45.558Z | |
1877 | 2025-02-05T10:21:45.558Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (39/199) |
1878 | 2025-02-05T10:21:45.939Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1879 | 2025-02-05T10:21:45.942Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1880 | 2025-02-05T10:21:45.942Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1881 | 2025-02-05T10:21:45.945Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1882 | 2025-02-05T10:21:45.983Z | |
1883 | 2025-02-05T10:21:45.983Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (40/199) |
1884 | 2025-02-05T10:21:46.407Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1885 | 2025-02-05T10:21:46.413Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1886 | 2025-02-05T10:21:46.413Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1887 | 2025-02-05T10:21:46.413Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1888 | 2025-02-05T10:21:46.417Z | |
1889 | 2025-02-05T10:21:46.417Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (41/199) |
1890 | 2025-02-05T10:21:46.815Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1891 | 2025-02-05T10:21:46.831Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1892 | 2025-02-05T10:21:46.831Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1893 | 2025-02-05T10:21:46.831Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1894 | 2025-02-05T10:21:46.851Z | |
1895 | 2025-02-05T10:21:46.851Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (42/199) |
1896 | 2025-02-05T10:21:47.278Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1897 | 2025-02-05T10:21:47.284Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1898 | 2025-02-05T10:21:47.284Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1899 | 2025-02-05T10:21:47.284Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1900 | 2025-02-05T10:21:47.292Z | |
1901 | 2025-02-05T10:21:47.292Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (43/199) |
1902 | 2025-02-05T10:21:47.678Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1903 | 2025-02-05T10:21:47.683Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1904 | 2025-02-05T10:21:47.683Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1905 | 2025-02-05T10:21:47.686Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1906 | 2025-02-05T10:21:47.723Z | |
1907 | 2025-02-05T10:21:47.723Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (44/199) |
1908 | 2025-02-05T10:21:48.105Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1909 | 2025-02-05T10:21:48.108Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1910 | 2025-02-05T10:21:48.108Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1911 | 2025-02-05T10:21:48.112Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1912 | 2025-02-05T10:21:48.151Z | |
1913 | 2025-02-05T10:21:48.151Z | info: running `cargo check --bins` on sled-hardware-types (45/199) |
1914 | 2025-02-05T10:21:48.781Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1915 | 2025-02-05T10:21:48.786Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1916 | 2025-02-05T10:21:48.786Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1917 | 2025-02-05T10:21:48.786Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1918 | 2025-02-05T10:21:48.790Z | |
1919 | 2025-02-05T10:21:48.790Z | info: running `cargo check --bins --no-default-features` on illumos-utils (46/199) |
1920 | 2025-02-05T10:21:49.344Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1921 | 2025-02-05T10:21:49.350Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1922 | 2025-02-05T10:21:49.350Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1923 | 2025-02-05T10:21:49.350Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1924 | 2025-02-05T10:21:49.423Z | |
1925 | 2025-02-05T10:21:49.424Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (47/199) |
1926 | 2025-02-05T10:21:49.990Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1927 | 2025-02-05T10:21:49.993Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1928 | 2025-02-05T10:21:49.993Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1929 | 2025-02-05T10:21:49.997Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1930 | 2025-02-05T10:21:50.070Z | |
1931 | 2025-02-05T10:21:50.070Z | info: running `cargo check --bins` on oxlog (48/199) |
1932 | 2025-02-05T10:21:50.602Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1933 | 2025-02-05T10:21:50.605Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1934 | 2025-02-05T10:21:50.712Z | Checking cfg-if v1.0.0 |
1935 | 2025-02-05T10:21:50.717Z | Checking libc v0.2.169 |
1936 | 2025-02-05T10:21:50.802Z | Checking serde v1.0.217 |
1937 | 2025-02-05T10:21:50.806Z | Checking zeroize v1.8.1 |
1938 | 2025-02-05T10:21:50.873Z | Checking memchr v2.7.4 |
1939 | 2025-02-05T10:21:50.879Z | Checking typenum v1.17.0 |
1940 | 2025-02-05T10:21:50.879Z | Checking subtle v2.6.1 |
1941 | 2025-02-05T10:21:50.879Z | Checking scopeguard v1.2.0 |
1942 | 2025-02-05T10:21:50.879Z | Checking value-bag v1.9.0 |
1943 | 2025-02-05T10:21:51.025Z | Checking lock_api v0.4.12 |
1944 | 2025-02-05T10:21:51.028Z | Checking smallvec v1.13.2 |
1945 | 2025-02-05T10:21:51.094Z | Checking const-oid v0.9.6 |
1946 | 2025-02-05T10:21:51.280Z | Checking log v0.4.22 |
1947 | 2025-02-05T10:21:51.354Z | Checking itoa v1.0.11 |
1948 | 2025-02-05T10:21:51.373Z | Checking pin-project-lite v0.2.14 |
1949 | 2025-02-05T10:21:51.501Z | Checking byteorder v1.5.0 |
1950 | 2025-02-05T10:21:51.586Z | Checking once_cell v1.20.2 |
1951 | 2025-02-05T10:21:51.613Z | Checking futures-core v0.3.31 |
1952 | 2025-02-05T10:21:51.746Z | Checking stable_deref_trait v1.2.0 |
1953 | 2025-02-05T10:21:51.791Z | Checking cpufeatures v0.2.14 |
1954 | 2025-02-05T10:21:51.816Z | Checking getrandom v0.2.15 |
1955 | 2025-02-05T10:21:51.834Z | Checking parking_lot_core v0.9.10 |
1956 | 2025-02-05T10:21:51.942Z | Checking signal-hook-registry v1.4.2 |
1957 | 2025-02-05T10:21:51.960Z | Checking mio v1.0.2 |
1958 | 2025-02-05T10:21:51.960Z | Checking generic-array v0.14.7 |
1959 | 2025-02-05T10:21:51.960Z | Checking futures-sink v0.3.31 |
1960 | 2025-02-05T10:21:52.036Z | Checking rand_core v0.6.4 |
1961 | 2025-02-05T10:21:52.180Z | Checking socket2 v0.5.7 |
1962 | 2025-02-05T10:21:52.188Z | Checking zerocopy v0.7.35 |
1963 | 2025-02-05T10:21:52.188Z | Checking parking_lot v0.12.3 |
1964 | 2025-02-05T10:21:52.327Z | Checking zerofrom v0.1.4 |
1965 | 2025-02-05T10:21:52.450Z | Checking spin v0.9.8 |
1966 | 2025-02-05T10:21:52.496Z | Checking slab v0.4.9 |
1967 | 2025-02-05T10:21:52.533Z | Checking futures-channel v0.3.31 |
1968 | 2025-02-05T10:21:52.549Z | Checking yoke v0.7.4 |
1969 | 2025-02-05T10:21:52.754Z | Checking allocator-api2 v0.2.18 |
1970 | 2025-02-05T10:21:52.786Z | Checking foldhash v0.1.3 |
1971 | 2025-02-05T10:21:52.870Z | Checking zerovec v0.10.4 |
1972 | 2025-02-05T10:21:52.887Z | Checking futures-task v0.3.31 |
1973 | 2025-02-05T10:21:52.937Z | Checking crypto-common v0.1.6 |
1974 | 2025-02-05T10:21:52.988Z | Checking block-buffer v0.10.4 |
1975 | 2025-02-05T10:21:53.020Z | Checking futures-io v0.3.31 |
1976 | 2025-02-05T10:21:53.147Z | Checking equivalent v1.0.1 |
1977 | 2025-02-05T10:21:53.152Z | Checking pin-utils v0.1.0 |
1978 | 2025-02-05T10:21:53.190Z | Checking block-padding v0.3.3 |
1979 | 2025-02-05T10:21:53.206Z | Checking futures-util v0.3.31 |
1980 | 2025-02-05T10:21:53.209Z | Checking digest v0.10.7 |
1981 | 2025-02-05T10:21:53.238Z | Checking ryu v1.0.18 |
1982 | 2025-02-05T10:21:53.331Z | Checking litemap v0.7.3 |
1983 | 2025-02-05T10:21:53.335Z | Checking hashbrown v0.15.1 |
1984 | 2025-02-05T10:21:53.378Z | Checking inout v0.1.3 |
1985 | 2025-02-05T10:21:53.464Z | Checking fnv v1.0.7 |
1986 | 2025-02-05T10:21:53.606Z | Checking hmac v0.12.1 |
1987 | 2025-02-05T10:21:53.612Z | Checking writeable v0.5.5 |
1988 | 2025-02-05T10:21:53.612Z | Checking cipher v0.4.4 |
1989 | 2025-02-05T10:21:53.635Z | Checking sha2 v0.10.8 |
1990 | 2025-02-05T10:21:53.776Z | Checking libm v0.2.8 |
1991 | 2025-02-05T10:21:53.945Z | Checking base64ct v1.6.0 |
1992 | 2025-02-05T10:21:54.028Z | Checking ppv-lite86 v0.2.20 |
1993 | 2025-02-05T10:21:54.227Z | Checking icu_locid_transform_data v1.5.0 |
1994 | 2025-02-05T10:21:54.416Z | Checking flagset v0.4.6 |
1995 | 2025-02-05T10:21:54.422Z | Checking tracing-core v0.1.32 |
1996 | 2025-02-05T10:21:54.423Z | Checking pem-rfc7468 v0.7.0 |
1997 | 2025-02-05T10:21:54.423Z | Checking tinystr v0.7.6 |
1998 | 2025-02-05T10:21:54.490Z | Checking icu_collections v1.5.0 |
1999 | 2025-02-05T10:21:54.617Z | Checking der v0.7.9 |
2000 | 2025-02-05T10:21:54.645Z | Checking num-traits v0.2.19 |
2001 | 2025-02-05T10:21:54.682Z | Checking rand_chacha v0.3.1 |
2002 | 2025-02-05T10:21:54.758Z | Checking icu_locid v1.5.0 |
2003 | 2025-02-05T10:21:54.949Z | Checking thiserror v1.0.69 |
2004 | 2025-02-05T10:21:55.073Z | Checking icu_properties_data v1.5.0 |
2005 | 2025-02-05T10:21:55.091Z | Checking percent-encoding v2.3.1 |
2006 | 2025-02-05T10:21:55.116Z | Checking rustls-pki-types v1.10.0 |
2007 | 2025-02-05T10:21:55.256Z | Checking bytes v1.9.0 |
2008 | 2025-02-05T10:21:55.288Z | Checking indexmap v2.7.1 |
2009 | 2025-02-05T10:21:55.330Z | Checking serde_json v1.0.135 |
2010 | 2025-02-05T10:21:55.658Z | Checking bitflags v2.6.0 |
2011 | 2025-02-05T10:21:55.742Z | Checking icu_provider v1.5.0 |
2012 | 2025-02-05T10:21:55.954Z | Checking rand v0.8.5 |
2013 | 2025-02-05T10:21:56.018Z | Checking tokio v1.43.0 |
2014 | 2025-02-05T10:21:56.066Z | Checking http v1.2.0 |
2015 | 2025-02-05T10:21:56.252Z | Checking spki v0.7.3 |
2016 | 2025-02-05T10:21:56.306Z | Checking icu_locid_transform v1.5.0 |
2017 | 2025-02-05T10:21:56.467Z | Checking tracing v0.1.40 |
2018 | 2025-02-05T10:21:56.521Z | Checking salsa20 v0.10.2 |
2019 | 2025-02-05T10:21:56.726Z | Checking pbkdf2 v0.12.2 |
2020 | 2025-02-05T10:21:56.825Z | Checking aws-lc-sys v0.22.0 |
2021 | 2025-02-05T10:21:56.896Z | Checking httparse v1.9.5 |
2022 | 2025-02-05T10:21:56.954Z | Checking powerfmt v0.2.0 |
2023 | 2025-02-05T10:21:57.156Z | Checking utf16_iter v1.0.5 |
2024 | 2025-02-05T10:21:57.317Z | Checking untrusted v0.9.0 |
2025 | 2025-02-05T10:21:57.326Z | Checking icu_properties v1.5.1 |
2026 | 2025-02-05T10:21:57.326Z | Checking write16 v1.0.0 |
2027 | 2025-02-05T10:21:57.329Z | Checking mirai-annotations v1.12.0 |
2028 | 2025-02-05T10:21:57.344Z | Checking icu_normalizer_data v1.5.0 |
2029 | 2025-02-05T10:21:57.372Z | Checking untrusted v0.7.1 |
2030 | 2025-02-05T10:21:57.456Z | Checking utf8_iter v1.0.4 |
2031 | 2025-02-05T10:21:57.460Z | Checking ring v0.17.8 |
2032 | 2025-02-05T10:21:57.494Z | Checking deranged v0.3.11 |
2033 | 2025-02-05T10:21:57.535Z | Checking scrypt v0.11.0 |
2034 | 2025-02-05T10:21:57.622Z | Checking aes v0.8.4 |
2035 | 2025-02-05T10:21:57.640Z | Checking cbc v0.1.2 |
2036 | 2025-02-05T10:21:57.743Z | Checking crossbeam-utils v0.8.20 |
2037 | 2025-02-05T10:21:57.831Z | Checking num-conv v0.1.0 |
2038 | 2025-02-05T10:21:58.062Z | Checking tinyvec_macros v0.1.1 |
2039 | 2025-02-05T10:21:58.201Z | Checking time-core v0.1.2 |
2040 | 2025-02-05T10:21:58.314Z | Checking num_threads v0.1.7 |
2041 | 2025-02-05T10:21:58.434Z | Checking atomic-waker v1.1.2 |
2042 | 2025-02-05T10:21:58.452Z | Checking tinyvec v1.8.0 |
2043 | 2025-02-05T10:21:58.468Z | Checking pkcs5 v0.7.1 |
2044 | 2025-02-05T10:21:58.581Z | Checking http-body v1.0.1 |
2045 | 2025-02-05T10:21:58.751Z | Checking time v0.3.36 |
2046 | 2025-02-05T10:21:58.774Z | Checking form_urlencoded v1.2.1 |
2047 | 2025-02-05T10:21:58.892Z | Checking aws-lc-rs v1.10.0 |
2048 | 2025-02-05T10:21:58.972Z | Checking try-lock v0.2.5 |
2049 | 2025-02-05T10:21:58.989Z | Checking pkcs8 v0.10.2 |
2050 | 2025-02-05T10:21:59.107Z | Checking want v0.3.1 |
2051 | 2025-02-05T10:21:59.246Z | Checking uuid v1.12.0 |
2052 | 2025-02-05T10:21:59.283Z | Checking httpdate v1.0.3 |
2053 | 2025-02-05T10:21:59.286Z | Checking unicode-ident v1.0.14 |
2054 | 2025-02-05T10:21:59.488Z | Checking proc-macro2 v1.0.92 |
2055 | 2025-02-05T10:21:59.532Z | Checking serde_spanned v0.6.8 |
2056 | 2025-02-05T10:21:59.732Z | Checking toml_datetime v0.6.8 |
2057 | 2025-02-05T10:21:59.786Z | Checking slog v2.7.0 |
2058 | 2025-02-05T10:21:59.837Z | Checking scroll v0.12.0 |
2059 | 2025-02-05T10:22:00.030Z | Checking match_cfg v0.1.0 |
2060 | 2025-02-05T10:22:00.119Z | Checking plain v0.2.3 |
2061 | 2025-02-05T10:22:00.134Z | Checking base64 v0.22.1 |
2062 | 2025-02-05T10:22:00.207Z | Checking foreign-types-shared v0.1.1 |
2063 | 2025-02-05T10:22:00.273Z | Checking adler2 v2.0.0 |
2064 | 2025-02-05T10:22:00.297Z | Checking tower-service v0.3.3 |
2065 | 2025-02-05T10:22:00.323Z | Checking iana-time-zone v0.1.61 |
2066 | 2025-02-05T10:22:00.420Z | Checking ucd-trie v0.1.7 |
2067 | 2025-02-05T10:22:00.436Z | Checking miniz_oxide v0.8.0 |
2068 | 2025-02-05T10:22:00.475Z | Checking chrono v0.4.39 |
2069 | 2025-02-05T10:22:00.527Z | Checking icu_normalizer v1.5.0 |
2070 | 2025-02-05T10:22:00.645Z | Checking rustls-webpki v0.102.8 |
2071 | 2025-02-05T10:22:00.652Z | Checking foreign-types v0.3.2 |
2072 | 2025-02-05T10:22:00.652Z | Checking pest v2.7.14 |
2073 | 2025-02-05T10:22:00.696Z | Checking goblin v0.8.2 |
2074 | 2025-02-05T10:22:01.057Z | Checking quote v1.0.38 |
2075 | 2025-02-05T10:22:01.153Z | Checking hostname v0.3.1 |
2076 | 2025-02-05T10:22:01.293Z | Checking openssl-sys v0.9.105 |
2077 | 2025-02-05T10:22:01.331Z | Checking idna_adapter v1.2.0 |
2078 | 2025-02-05T10:22:01.331Z | Checking errno v0.3.9 |
2079 | 2025-02-05T10:22:01.407Z | Checking dirs-sys-next v0.1.2 |
2080 | 2025-02-05T10:22:01.520Z | Checking idna v1.0.3 |
2081 | 2025-02-05T10:22:01.536Z | Checking aho-corasick v1.1.3 |
2082 | 2025-02-05T10:22:01.587Z | Compiling newtype-uuid v1.2.1 |
2083 | 2025-02-05T10:22:01.855Z | Checking regex-syntax v0.8.5 |
2084 | 2025-02-05T10:22:02.017Z | Checking url v2.5.3 |
2085 | 2025-02-05T10:22:02.393Z | Checking siphasher v0.3.11 |
2086 | 2025-02-05T10:22:02.427Z | Checking data-encoding v2.6.0 |
2087 | 2025-02-05T10:22:02.683Z | Checking pretty-hex v0.4.1 |
2088 | 2025-02-05T10:22:02.717Z | Checking tokio-util v0.7.12 |
2089 | 2025-02-05T10:22:02.880Z | Checking openssl v0.10.70 |
2090 | 2025-02-05T10:22:02.898Z | Checking dirs-next v2.0.0 |
2091 | 2025-02-05T10:22:03.033Z | Checking rustix v0.38.37 |
2092 | 2025-02-05T10:22:03.037Z | Checking syn v2.0.96 |
2093 | 2025-02-05T10:22:03.050Z | Checking unicode-normalization v0.1.24 |
2094 | 2025-02-05T10:22:03.223Z | Checking dtrace-parser v0.2.0 |
2095 | 2025-02-05T10:22:03.529Z | Checking h2 v0.4.6 |
2096 | 2025-02-05T10:22:03.681Z | Checking http-body-util v0.1.2 |
2097 | 2025-02-05T10:22:03.974Z | Checking crossbeam-epoch v0.9.18 |
2098 | 2025-02-05T10:22:04.093Z | Checking sha1 v0.10.6 |
2099 | 2025-02-05T10:22:04.375Z | Checking signature v2.2.0 |
2100 | 2025-02-05T10:22:04.392Z | Checking thread_local v1.1.8 |
2101 | 2025-02-05T10:22:04.574Z | Checking thread-id v4.2.2 |
2102 | 2025-02-05T10:22:04.641Z | Checking encoding_rs v0.8.34 |
2103 | 2025-02-05T10:22:04.683Z | Checking mime v0.3.17 |
2104 | 2025-02-05T10:22:05.011Z | Checking anstyle v1.0.10 |
2105 | 2025-02-05T10:22:05.140Z | Checking regex-automata v0.4.8 |
2106 | 2025-02-05T10:22:05.345Z | Checking openssl-probe v0.1.5 |
2107 | 2025-02-05T10:22:05.504Z | Checking dof v0.3.0 |
2108 | 2025-02-05T10:22:05.520Z | Checking gimli v0.31.1 |
2109 | 2025-02-05T10:22:06.060Z | Checking winnow v0.6.20 |
2110 | 2025-02-05T10:22:06.167Z | Checking unicode-properties v0.1.3 |
2111 | 2025-02-05T10:22:06.516Z | Checking ipnet v2.10.1 |
2112 | 2025-02-05T10:22:06.979Z | Checking either v1.13.0 |
2113 | 2025-02-05T10:22:07.065Z | Checking unicode-bidi v0.3.17 |
2114 | 2025-02-05T10:22:07.353Z | Checking utf8parse v0.2.2 |
2115 | 2025-02-05T10:22:07.510Z | Checking anstyle-parse v0.2.5 |
2116 | 2025-02-05T10:22:07.647Z | Checking stringprep v0.1.5 |
2117 | 2025-02-05T10:22:07.770Z | Checking crossbeam-deque v0.8.5 |
2118 | 2025-02-05T10:22:07.863Z | Checking native-tls v0.2.12 |
2119 | 2025-02-05T10:22:07.927Z | Checking term v0.7.0 |
2120 | 2025-02-05T10:22:08.101Z | Checking rustls v0.22.4 |
2121 | 2025-02-05T10:22:08.180Z | Checking rustls v0.23.19 |
2122 | 2025-02-05T10:22:08.333Z | Checking slog-json v2.6.1 |
2123 | 2025-02-05T10:22:08.589Z | Checking serde_urlencoded v0.7.1 |
2124 | 2025-02-05T10:22:08.714Z | Checking toml_edit v0.22.22 |
2125 | 2025-02-05T10:22:08.865Z | Checking usdt-impl v0.5.0 |
2126 | 2025-02-05T10:22:08.979Z | Checking crossbeam-channel v0.5.13 |
2127 | 2025-02-05T10:22:09.231Z | Checking addr2line v0.24.2 |
2128 | 2025-02-05T10:22:09.424Z | Checking futures-executor v0.3.31 |
2129 | 2025-02-05T10:22:09.493Z | Checking num-integer v0.1.46 |
2130 | 2025-02-05T10:22:09.606Z | Checking hyper v1.5.2 |
2131 | 2025-02-05T10:22:09.647Z | Checking rustls-pemfile v2.2.0 |
2132 | 2025-02-05T10:22:09.662Z | Checking md-5 v0.10.6 |
2133 | 2025-02-05T10:22:09.711Z | Checking ff v0.13.0 |
2134 | 2025-02-05T10:22:09.857Z | Checking hash32 v0.2.1 |
2135 | 2025-02-05T10:22:09.876Z | Checking is-terminal v0.4.13 |
2136 | 2025-02-05T10:22:09.930Z | Checking memmap v0.7.0 |
2137 | 2025-02-05T10:22:12.251Z | Checking object v0.36.5 |
2138 | 2025-02-05T10:22:12.276Z | Checking is_terminal_polyfill v1.70.1 |
2139 | 2025-02-05T10:22:12.276Z | Checking base16ct v0.2.0 |
2140 | 2025-02-05T10:22:12.276Z | Checking fallible-iterator v0.2.0 |
2141 | 2025-02-05T10:22:12.276Z | Checking psl-types v2.0.11 |
2142 | 2025-02-05T10:22:12.276Z | Checking take_mut v0.2.2 |
2143 | 2025-02-05T10:22:12.276Z | Checking rustc-demangle v0.1.24 |
2144 | 2025-02-05T10:22:12.276Z | Checking anstyle-query v1.1.1 |
2145 | 2025-02-05T10:22:12.276Z | Checking linked-hash-map v0.5.6 |
2146 | 2025-02-05T10:22:12.276Z | Checking quick-error v1.2.3 |
2147 | 2025-02-05T10:22:12.276Z | Checking dyn-clone v1.0.17 |
2148 | 2025-02-05T10:22:12.277Z | Checking utf-8 v0.7.6 |
2149 | 2025-02-05T10:22:12.277Z | Checking colorchoice v1.0.2 |
2150 | 2025-02-05T10:22:12.277Z | Checking schemars v0.8.21 |
2151 | 2025-02-05T10:22:12.277Z | Checking anstream v0.6.15 |
2152 | 2025-02-05T10:22:12.277Z | Checking tungstenite v0.24.0 |
2153 | 2025-02-05T10:22:12.277Z | Checking toml v0.8.19 |
2154 | 2025-02-05T10:22:12.277Z | Checking tokio-rustls v0.25.0 |
2155 | 2025-02-05T10:22:12.277Z | Checking lru-cache v0.1.2 |
2156 | 2025-02-05T10:22:12.277Z | Checking hyper-util v0.1.10 |
2157 | 2025-02-05T10:22:12.277Z | Checking resolv-conf v0.7.0 |
2158 | 2025-02-05T10:22:12.277Z | Checking postgres-protocol v0.6.7 |
2159 | 2025-02-05T10:22:12.277Z | Checking slog-async v2.8.0 |
2160 | 2025-02-05T10:22:12.277Z | Checking publicsuffix v2.3.0 |
2161 | 2025-02-05T10:22:12.277Z | Checking sec1 v0.7.3 |
2162 | 2025-02-05T10:22:12.277Z | Checking heapless v0.7.17 |
2163 | 2025-02-05T10:22:12.277Z | Checking usdt v0.5.0 |
2164 | 2025-02-05T10:22:12.307Z | Checking slog-term v2.9.1 |
2165 | 2025-02-05T10:22:12.342Z | Checking num-iter v0.1.45 |
2166 | 2025-02-05T10:22:12.492Z | Checking group v0.13.0 |
2167 | 2025-02-05T10:22:12.501Z | Checking futures v0.3.31 |
2168 | 2025-02-05T10:22:12.515Z | Checking slog-bunyan v2.5.0 |
2169 | 2025-02-05T10:22:12.555Z | Checking tokio-native-tls v0.3.1 |
2170 | 2025-02-05T10:22:12.673Z | Checking rayon-core v1.12.1 |
2171 | 2025-02-05T10:22:12.676Z | Checking multer v3.1.0 |
2172 | 2025-02-05T10:22:12.776Z | Checking hickory-proto v0.24.2 |
2173 | 2025-02-05T10:22:12.797Z | Checking terminal_size v0.4.0 |
2174 | 2025-02-05T10:22:12.992Z | Checking phf_shared v0.11.2 |
2175 | 2025-02-05T10:22:13.077Z | Checking cookie v0.18.1 |
2176 | 2025-02-05T10:22:13.259Z | Checking async-stream v0.3.6 |
2177 | 2025-02-05T10:22:13.263Z | Checking bzip2-sys v0.1.11+1.0.8 |
2178 | 2025-02-05T10:22:13.279Z | Checking tokio-rustls v0.26.0 |
2179 | 2025-02-05T10:22:13.324Z | Checking signal-hook v0.3.17 |
2180 | 2025-02-05T10:22:13.421Z | Checking waitgroup v0.1.2 |
2181 | 2025-02-05T10:22:13.426Z | Checking camino v1.1.9 |
2182 | 2025-02-05T10:22:13.430Z | Checking openapiv3 v2.0.0 |
2183 | 2025-02-05T10:22:13.475Z | Checking webpki-roots v0.26.6 |
2184 | 2025-02-05T10:22:13.506Z | Checking serde_path_to_error v0.1.16 |
2185 | 2025-02-05T10:22:13.651Z | Checking hkdf v0.12.4 |
2186 | 2025-02-05T10:22:13.665Z | Checking crypto-bigint v0.5.5 |
2187 | 2025-02-05T10:22:13.689Z | Checking lazy_static v1.5.0 |
2188 | 2025-02-05T10:22:13.818Z | Checking hostname v0.4.0 |
2189 | 2025-02-05T10:22:13.864Z | Checking crc32fast v1.4.2 |
2190 | 2025-02-05T10:22:13.900Z | Checking debug-ignore v1.0.5 |
2191 | 2025-02-05T10:22:13.962Z | Checking unicode-width v0.2.0 |
2192 | 2025-02-05T10:22:14.033Z | Checking managed v0.8.0 |
2193 | 2025-02-05T10:22:14.073Z | Checking clap_lex v0.7.4 |
2194 | 2025-02-05T10:22:14.095Z | Checking winnow v0.5.40 |
2195 | 2025-02-05T10:22:14.324Z | Checking bitflags v1.3.2 |
2196 | 2025-02-05T10:22:14.376Z | Checking strsim v0.11.1 |
2197 | 2025-02-05T10:22:14.452Z | Checking smoltcp v0.9.1 |
2198 | 2025-02-05T10:22:14.455Z | Checking console v0.15.10 |
2199 | 2025-02-05T10:22:14.669Z | Checking clap_builder v4.5.27 |
2200 | 2025-02-05T10:22:15.011Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2201 | 2025-02-05T10:22:15.301Z | Checking flate2 v1.0.35 |
2202 | 2025-02-05T10:22:15.773Z | Checking backtrace v0.3.74 |
2203 | 2025-02-05T10:22:15.850Z | Checking num-bigint-dig v0.8.4 |
2204 | 2025-02-05T10:22:15.871Z | Checking hyper-rustls v0.27.3 |
2205 | 2025-02-05T10:22:16.238Z | Checking signal-hook-mio v0.2.4 |
2206 | 2025-02-05T10:22:17.252Z | Checking elliptic-curve v0.13.8 |
2207 | 2025-02-05T10:22:17.256Z | Checking anyhow v1.0.95 |
2208 | 2025-02-05T10:22:17.256Z | Checking cookie_store v0.21.1 |
2209 | 2025-02-05T10:22:17.256Z | Checking dropshot v0.12.0 |
2210 | 2025-02-05T10:22:17.256Z | Checking hyper-tls v0.6.0 |
2211 | 2025-02-05T10:22:17.256Z | Checking bzip2 v0.4.4 |
2212 | 2025-02-05T10:22:17.256Z | Checking toml_edit v0.19.15 |
2213 | 2025-02-05T10:22:17.256Z | Checking rayon v1.10.0 |
2214 | 2025-02-05T10:22:17.256Z | Checking phf v0.11.2 |
2215 | 2025-02-05T10:22:17.256Z | Checking postgres-types v0.2.8 |
2216 | 2025-02-05T10:22:17.256Z | Checking hickory-resolver v0.24.2 |
2217 | 2025-02-05T10:22:17.300Z | Checking tokio-tungstenite v0.24.0 |
2218 | 2025-02-05T10:22:17.642Z | Checking bstr v1.10.0 |
2219 | 2025-02-05T10:22:17.785Z | Checking regex v1.11.1 |
2220 | 2025-02-05T10:22:17.790Z | Checking ed25519 v2.2.3 |
2221 | 2025-02-05T10:22:17.832Z | Checking tokio-stream v0.1.16 |
2222 | 2025-02-05T10:22:18.073Z | Checking phf_shared v0.10.0 |
2223 | 2025-02-05T10:22:18.348Z | Checking zerocopy v0.6.6 |
2224 | 2025-02-05T10:22:18.359Z | Checking curve25519-dalek v4.1.3 |
2225 | 2025-02-05T10:22:18.499Z | Checking hubpack v0.1.2 |
2226 | 2025-02-05T10:22:18.661Z | Checking portable-atomic v1.9.0 |
2227 | 2025-02-05T10:22:18.711Z | Checking pkcs1 v0.7.5 |
2228 | 2025-02-05T10:22:18.845Z | Checking float-cmp v0.9.0 |
2229 | 2025-02-05T10:22:18.994Z | Checking serde-big-array v0.5.1 |
2230 | 2025-02-05T10:22:19.010Z | Checking rfc6979 v0.4.0 |
2231 | 2025-02-05T10:22:19.111Z | Checking sync_wrapper v1.0.1 |
2232 | 2025-02-05T10:22:19.180Z | Checking bit-vec v0.6.3 |
2233 | 2025-02-05T10:22:19.243Z | Checking minimal-lexical v0.2.1 |
2234 | 2025-02-05T10:22:19.251Z | Checking normalize-line-endings v0.3.0 |
2235 | 2025-02-05T10:22:19.313Z | Checking difflib v0.4.0 |
2236 | 2025-02-05T10:22:19.384Z | Checking precomputed-hash v0.1.1 |
2237 | 2025-02-05T10:22:19.497Z | Checking static_assertions v1.1.0 |
2238 | 2025-02-05T10:22:19.513Z | Checking number_prefix v0.4.0 |
2239 | 2025-02-05T10:22:19.565Z | Checking unicode-segmentation v1.12.0 |
2240 | 2025-02-05T10:22:19.581Z | Checking predicates-core v1.0.8 |
2241 | 2025-02-05T10:22:19.607Z | Checking new_debug_unreachable v1.0.6 |
2242 | 2025-02-05T10:22:19.638Z | Checking fixedbitset v0.4.2 |
2243 | 2025-02-05T10:22:19.689Z | Checking whoami v1.5.2 |
2244 | 2025-02-05T10:22:19.692Z | Checking string_cache v0.8.7 |
2245 | 2025-02-05T10:22:19.772Z | Checking predicates v3.1.2 |
2246 | 2025-02-05T10:22:19.912Z | Checking petgraph v0.6.5 |
2247 | 2025-02-05T10:22:19.977Z | Checking nom v7.1.3 |
2248 | 2025-02-05T10:22:19.980Z | Checking tokio-postgres v0.7.12 |
2249 | 2025-02-05T10:22:20.010Z | Checking qorb v0.2.1 |
2250 | 2025-02-05T10:22:20.122Z | Checking ed25519-dalek v2.1.1 |
2251 | 2025-02-05T10:22:20.208Z | Checking similar v2.6.0 |
2252 | 2025-02-05T10:22:20.413Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2253 | 2025-02-05T10:22:20.416Z | Checking indicatif v0.17.11 |
2254 | 2025-02-05T10:22:20.521Z | Checking bit-set v0.5.3 |
2255 | 2025-02-05T10:22:20.778Z | Checking toml v0.7.8 |
2256 | 2025-02-05T10:22:21.002Z | Checking reqwest v0.12.9 |
2257 | 2025-02-05T10:22:21.150Z | Checking ecdsa v0.16.9 |
2258 | 2025-02-05T10:22:21.453Z | Checking rsa v0.9.6 |
2259 | 2025-02-05T10:22:21.816Z | Checking clap v4.5.28 |
2260 | 2025-02-05T10:22:21.933Z | Checking zip v0.6.6 |
2261 | 2025-02-05T10:22:22.429Z | Checking crossterm v0.28.1 |
2262 | 2025-02-05T10:22:22.483Z | Checking itertools v0.10.5 |
2263 | 2025-02-05T10:22:22.595Z | Checking itertools v0.12.1 |
2264 | 2025-02-05T10:22:22.598Z | Checking fs-err v2.11.0 |
2265 | 2025-02-05T10:22:22.721Z | Checking ahash v0.8.11 |
2266 | 2025-02-05T10:22:22.813Z | Checking x509-cert v0.2.5 |
2267 | 2025-02-05T10:22:23.142Z | Checking semver v1.0.24 |
2268 | 2025-02-05T10:22:23.150Z | Checking hex v0.4.3 |
2269 | 2025-02-05T10:22:23.154Z | Checking lalrpop-util v0.19.12 |
2270 | 2025-02-05T10:22:23.443Z | Checking peg-runtime v0.8.3 |
2271 | 2025-02-05T10:22:23.469Z | Checking heck v0.4.1 |
2272 | 2025-02-05T10:22:23.610Z | Checking sigpipe v0.1.3 |
2273 | 2025-02-05T10:22:24.881Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2274 | 2025-02-05T10:22:25.197Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.14s |
2275 | 2025-02-05T10:22:25.356Z | |
2276 | 2025-02-05T10:22:25.356Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (49/199) |
2277 | 2025-02-05T10:22:25.913Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2278 | 2025-02-05T10:22:25.916Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2279 | 2025-02-05T10:22:26.010Z | Compiling hashbrown v0.14.5 |
2280 | 2025-02-05T10:22:26.136Z | Checking heck v0.5.0 |
2281 | 2025-02-05T10:22:26.146Z | Compiling unsafe-libyaml v0.2.11 |
2282 | 2025-02-05T10:22:26.162Z | Checking ipnetwork v0.20.0 |
2283 | 2025-02-05T10:22:26.171Z | Compiling ident_case v1.0.1 |
2284 | 2025-02-05T10:22:26.186Z | Checking progenitor-client v0.8.0 |
2285 | 2025-02-05T10:22:26.199Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2286 | 2025-02-05T10:22:26.301Z | Checking newtype-uuid v1.2.1 |
2287 | 2025-02-05T10:22:26.340Z | Compiling darling_core v0.20.10 |
2288 | 2025-02-05T10:22:26.494Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
2289 | 2025-02-05T10:22:26.515Z | Compiling proc-macro-crate v1.3.1 |
2290 | 2025-02-05T10:22:26.551Z | Compiling structmeta-derive v0.3.0 |
2291 | 2025-02-05T10:22:26.554Z | Compiling thiserror v2.0.11 |
2292 | 2025-02-05T10:22:26.846Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2293 | 2025-02-05T10:22:27.101Z | Checking regress v0.10.1 |
2294 | 2025-02-05T10:22:27.235Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2295 | 2025-02-05T10:22:27.438Z | Compiling serde_yaml v0.9.34+deprecated |
2296 | 2025-02-05T10:22:27.494Z | Compiling num_enum_derive v0.5.11 |
2297 | 2025-02-05T10:22:27.955Z | Compiling lzma-sys v0.1.20 |
2298 | 2025-02-05T10:22:28.549Z | Compiling foreign-types-macros v0.2.3 |
2299 | 2025-02-05T10:22:28.630Z | Compiling thiserror-impl v2.0.11 |
2300 | 2025-02-05T10:22:29.207Z | Compiling structmeta v0.3.0 |
2301 | 2025-02-05T10:22:29.626Z | Compiling dropshot v0.15.1 |
2302 | 2025-02-05T10:22:29.713Z | Checking foreign-types-shared v0.3.1 |
2303 | 2025-02-05T10:22:29.797Z | Checking arc-swap v1.7.1 |
2304 | 2025-02-05T10:22:29.837Z | Checking foreign-types v0.5.0 |
2305 | 2025-02-05T10:22:29.933Z | Checking num_enum v0.5.11 |
2306 | 2025-02-05T10:22:29.950Z | Compiling parse-display-derive v0.10.0 |
2307 | 2025-02-05T10:22:30.138Z | Checking diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2308 | 2025-02-05T10:22:30.213Z | Checking slog-scope v4.4.0 |
2309 | 2025-02-05T10:22:30.398Z | Compiling proc-macro-error v1.0.4 |
2310 | 2025-02-05T10:22:30.612Z | Checking typify-impl v0.2.0 |
2311 | 2025-02-05T10:22:31.008Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2312 | 2025-02-05T10:22:31.011Z | Checking tungstenite v0.21.0 |
2313 | 2025-02-05T10:22:31.164Z | Compiling heck v0.3.3 |
2314 | 2025-02-05T10:22:31.533Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2315 | 2025-02-05T10:22:31.913Z | Compiling dropshot_endpoint v0.15.1 |
2316 | 2025-02-05T10:22:31.944Z | Checking cstr-argument v0.1.2 |
2317 | 2025-02-05T10:22:32.200Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2318 | 2025-02-05T10:22:32.204Z | Checking instant v0.1.13 |
2319 | 2025-02-05T10:22:32.244Z | Checking base64 v0.21.7 |
2320 | 2025-02-05T10:22:32.326Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2321 | 2025-02-05T10:22:32.377Z | Compiling darling_macro v0.20.10 |
2322 | 2025-02-05T10:22:32.635Z | Checking pretty-hex v0.2.1 |
2323 | 2025-02-05T10:22:32.780Z | Checking fastrand v2.1.1 |
2324 | 2025-02-05T10:22:32.785Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2325 | 2025-02-05T10:22:32.861Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2326 | 2025-02-05T10:22:33.051Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2327 | 2025-02-05T10:22:33.055Z | Checking tempfile v3.13.0 |
2328 | 2025-02-05T10:22:33.082Z | Checking backoff v0.4.0 |
2329 | 2025-02-05T10:22:33.116Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2330 | 2025-02-05T10:22:33.251Z | Checking tokio-tungstenite v0.21.0 |
2331 | 2025-02-05T10:22:33.262Z | Compiling darling v0.20.10 |
2332 | 2025-02-05T10:22:33.454Z | Checking strum v0.26.3 |
2333 | 2025-02-05T10:22:33.463Z | Compiling serde_with_macros v3.11.0 |
2334 | 2025-02-05T10:22:33.463Z | Compiling zone_cfg_derive v0.1.2 |
2335 | 2025-02-05T10:22:33.463Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2336 | 2025-02-05T10:22:33.515Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2337 | 2025-02-05T10:22:33.678Z | Checking slog-stdlog v4.1.1 |
2338 | 2025-02-05T10:22:33.859Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2339 | 2025-02-05T10:22:34.005Z | Checking regress v0.9.1 |
2340 | 2025-02-05T10:22:34.011Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2341 | 2025-02-05T10:22:34.011Z | Checking parse-display v0.10.0 |
2342 | 2025-02-05T10:22:34.125Z | Checking progenitor-client v0.9.1 |
2343 | 2025-02-05T10:22:34.238Z | Checking colored v2.1.0 |
2344 | 2025-02-05T10:22:34.269Z | Checking macaddr v1.0.1 |
2345 | 2025-02-05T10:22:34.499Z | Checking unicode-width v0.1.14 |
2346 | 2025-02-05T10:22:34.521Z | Checking base64 v0.13.1 |
2347 | 2025-02-05T10:22:34.769Z | Checking zone v0.1.8 |
2348 | 2025-02-05T10:22:34.924Z | Checking ron v0.7.1 |
2349 | 2025-02-05T10:22:34.963Z | Checking tabwriter v1.4.0 |
2350 | 2025-02-05T10:22:35.211Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2351 | 2025-02-05T10:22:35.424Z | Checking xz2 v0.1.7 |
2352 | 2025-02-05T10:22:35.642Z | Checking slog-envlogger v2.2.0 |
2353 | 2025-02-05T10:22:35.806Z | Checking xattr v1.3.1 |
2354 | 2025-02-05T10:22:35.855Z | Checking pem v3.0.4 |
2355 | 2025-02-05T10:22:35.877Z | Checking serde_with v3.11.0 |
2356 | 2025-02-05T10:22:35.918Z | Checking yasna v0.5.2 |
2357 | 2025-02-05T10:22:36.003Z | Checking headers-core v0.3.0 |
2358 | 2025-02-05T10:22:36.189Z | Checking smf v0.2.3 |
2359 | 2025-02-05T10:22:36.200Z | Checking filetime v0.2.25 |
2360 | 2025-02-05T10:22:36.412Z | Checking same-file v1.0.6 |
2361 | 2025-02-05T10:22:36.560Z | Checking tar v0.4.42 |
2362 | 2025-02-05T10:22:36.593Z | Checking walkdir v2.5.0 |
2363 | 2025-02-05T10:22:36.609Z | Checking headers v0.4.0 |
2364 | 2025-02-05T10:22:36.830Z | Checking rcgen v0.12.1 |
2365 | 2025-02-05T10:22:36.972Z | Checking atomicwrites v0.4.4 |
2366 | 2025-02-05T10:22:37.079Z | Checking camino-tempfile v1.1.1 |
2367 | 2025-02-05T10:22:37.371Z | Checking subprocess v0.2.9 |
2368 | 2025-02-05T10:22:40.064Z | Compiling typify-macro v0.2.0 |
2369 | 2025-02-05T10:22:41.553Z | Compiling typify v0.2.0 |
2370 | 2025-02-05T10:22:41.637Z | Compiling progenitor-impl v0.8.0 |
2371 | 2025-02-05T10:22:44.003Z | Compiling progenitor-macro v0.8.0 |
2372 | 2025-02-05T10:22:47.577Z | Checking progenitor v0.8.0 |
2373 | 2025-02-05T10:22:47.701Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2374 | 2025-02-05T10:22:47.704Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2375 | 2025-02-05T10:22:50.155Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2376 | 2025-02-05T10:22:50.500Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2377 | 2025-02-05T10:22:56.518Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2378 | 2025-02-05T10:22:57.975Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2379 | 2025-02-05T10:23:01.488Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.82s |
2380 | 2025-02-05T10:23:01.509Z | |
2381 | 2025-02-05T10:23:01.509Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/199) |
2382 | 2025-02-05T10:23:01.509Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2383 | 2025-02-05T10:23:01.509Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2384 | 2025-02-05T10:23:01.509Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2385 | 2025-02-05T10:23:01.509Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.98s |
2386 | 2025-02-05T10:23:01.525Z | |
2387 | 2025-02-05T10:23:01.525Z | info: running `cargo check --bins` on nexus-config (51/199) |
2388 | 2025-02-05T10:23:02.040Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2389 | 2025-02-05T10:23:02.042Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2390 | 2025-02-05T10:23:02.042Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2391 | 2025-02-05T10:23:02.046Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2392 | 2025-02-05T10:23:02.213Z | |
2393 | 2025-02-05T10:23:02.213Z | info: running `cargo check --bins` on omicron-rpaths (52/199) |
2394 | 2025-02-05T10:23:02.636Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2395 | 2025-02-05T10:23:02.640Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2396 | 2025-02-05T10:23:02.640Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2397 | 2025-02-05T10:23:02.646Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2398 | 2025-02-05T10:23:02.732Z | |
2399 | 2025-02-05T10:23:02.732Z | info: running `cargo check --bins` on omicron-brand-metadata (53/199) |
2400 | 2025-02-05T10:23:03.242Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2401 | 2025-02-05T10:23:03.245Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2402 | 2025-02-05T10:23:03.245Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2403 | 2025-02-05T10:23:03.249Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2404 | 2025-02-05T10:23:03.319Z | |
2405 | 2025-02-05T10:23:03.320Z | info: running `cargo check --bins` on omicron-certificates (54/199) |
2406 | 2025-02-05T10:23:03.862Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2407 | 2025-02-05T10:23:03.866Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2408 | 2025-02-05T10:23:03.866Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2409 | 2025-02-05T10:23:03.869Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2410 | 2025-02-05T10:23:03.939Z | |
2411 | 2025-02-05T10:23:03.939Z | info: running `cargo check --bins` on omicron-clickhouse-admin (55/199) |
2412 | 2025-02-05T10:23:04.497Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2413 | 2025-02-05T10:23:04.500Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2414 | 2025-02-05T10:23:04.611Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2415 | 2025-02-05T10:23:04.723Z | Compiling ipnetwork v0.20.0 |
2416 | 2025-02-05T10:23:04.723Z | Compiling zerocopy v0.8.10 |
2417 | 2025-02-05T10:23:04.726Z | Compiling progenitor-client v0.8.0 |
2418 | 2025-02-05T10:23:04.726Z | Compiling itertools v0.13.0 |
2419 | 2025-02-05T10:23:04.726Z | Compiling zerocopy-derive v0.8.10 |
2420 | 2025-02-05T10:23:04.727Z | Compiling heapless v0.8.0 |
2421 | 2025-02-05T10:23:04.727Z | Compiling thiserror v2.0.11 |
2422 | 2025-02-05T10:23:04.881Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2423 | 2025-02-05T10:23:05.070Z | Compiling progenitor v0.8.0 |
2424 | 2025-02-05T10:23:05.145Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
2425 | 2025-02-05T10:23:05.339Z | Checking hash32 v0.3.1 |
2426 | 2025-02-05T10:23:05.444Z | Compiling instant v0.1.13 |
2427 | 2025-02-05T10:23:05.497Z | Compiling smoltcp v0.11.0 |
2428 | 2025-02-05T10:23:05.541Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2429 | 2025-02-05T10:23:05.590Z | Compiling backoff v0.4.0 |
2430 | 2025-02-05T10:23:05.609Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2431 | 2025-02-05T10:23:05.813Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2432 | 2025-02-05T10:23:05.979Z | Compiling dropshot v0.15.1 |
2433 | 2025-02-05T10:23:06.225Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2434 | 2025-02-05T10:23:06.458Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2435 | 2025-02-05T10:23:06.475Z | Compiling serde_with v3.11.0 |
2436 | 2025-02-05T10:23:06.661Z | Compiling parse-display v0.10.0 |
2437 | 2025-02-05T10:23:06.677Z | Checking num-rational v0.4.2 |
2438 | 2025-02-05T10:23:07.222Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2439 | 2025-02-05T10:23:07.295Z | Compiling progenitor-client v0.9.1 |
2440 | 2025-02-05T10:23:07.556Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2441 | 2025-02-05T10:23:07.869Z | Compiling regress v0.9.1 |
2442 | 2025-02-05T10:23:08.992Z | Compiling phf_generator v0.11.2 |
2443 | 2025-02-05T10:23:09.147Z | Checking num-complex v0.4.6 |
2444 | 2025-02-05T10:23:09.985Z | Compiling macaddr v1.0.1 |
2445 | 2025-02-05T10:23:10.146Z | Checking cobs v0.2.3 |
2446 | 2025-02-05T10:23:10.349Z | Checking postcard v1.0.10 |
2447 | 2025-02-05T10:23:10.415Z | Checking num v0.4.3 |
2448 | 2025-02-05T10:23:10.523Z | Compiling phf_codegen v0.11.2 |
2449 | 2025-02-05T10:23:10.894Z | Compiling parse-zoneinfo v0.3.1 |
2450 | 2025-02-05T10:23:10.908Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2451 | 2025-02-05T10:23:11.276Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2452 | 2025-02-05T10:23:11.406Z | Compiling convert_case v0.4.0 |
2453 | 2025-02-05T10:23:12.555Z | Compiling float-ord v0.3.2 |
2454 | 2025-02-05T10:23:12.734Z | Compiling derive_more v0.99.18 |
2455 | 2025-02-05T10:23:12.826Z | Compiling chrono-tz-build v0.4.0 |
2456 | 2025-02-05T10:23:13.233Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2457 | 2025-02-05T10:23:13.642Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2458 | 2025-02-05T10:23:13.936Z | Compiling crucible-workspace-hack v0.1.0 |
2459 | 2025-02-05T10:23:14.044Z | Compiling chrono-tz v0.10.1 |
2460 | 2025-02-05T10:23:14.121Z | Checking newline-converter v0.3.0 |
2461 | 2025-02-05T10:23:14.260Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2462 | 2025-02-05T10:23:14.279Z | Checking prettyplease v0.2.25 |
2463 | 2025-02-05T10:23:14.729Z | Compiling slog-dtrace v0.3.0 |
2464 | 2025-02-05T10:23:14.783Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2465 | 2025-02-05T10:23:14.970Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2466 | 2025-02-05T10:23:15.078Z | Checking expectorate v1.1.0 |
2467 | 2025-02-05T10:23:15.451Z | Compiling zone_cfg_derive v0.3.0 |
2468 | 2025-02-05T10:23:15.705Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2469 | 2025-02-05T10:23:16.129Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2470 | 2025-02-05T10:23:16.659Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
2471 | 2025-02-05T10:23:16.948Z | Compiling const_format_proc_macros v0.2.34 |
2472 | 2025-02-05T10:23:16.965Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2473 | 2025-02-05T10:23:17.046Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2474 | 2025-02-05T10:23:17.105Z | Compiling num-derive v0.4.2 |
2475 | 2025-02-05T10:23:17.236Z | Checking highway v1.2.0 |
2476 | 2025-02-05T10:23:17.607Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2477 | 2025-02-05T10:23:17.918Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2478 | 2025-02-05T10:23:18.093Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
2479 | 2025-02-05T10:23:18.158Z | Checking zone v0.3.0 |
2480 | 2025-02-05T10:23:18.310Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2481 | 2025-02-05T10:23:18.910Z | Checking const_format v0.2.34 |
2482 | 2025-02-05T10:23:18.991Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2483 | 2025-02-05T10:23:19.307Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f) |
2484 | 2025-02-05T10:23:19.341Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2485 | 2025-02-05T10:23:19.359Z | Checking gethostname v0.5.0 |
2486 | 2025-02-05T10:23:19.479Z | Checking bcs v0.1.6 |
2487 | 2025-02-05T10:23:19.506Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2488 | 2025-02-05T10:23:19.692Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2489 | 2025-02-05T10:23:19.890Z | Checking nanorand v0.7.0 |
2490 | 2025-02-05T10:23:19.938Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2491 | 2025-02-05T10:23:19.956Z | Compiling async-recursion v1.1.1 |
2492 | 2025-02-05T10:23:20.197Z | Checking termtree v0.5.1 |
2493 | 2025-02-05T10:23:20.425Z | Checking flume v0.11.1 |
2494 | 2025-02-05T10:23:21.802Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2495 | 2025-02-05T10:23:26.872Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2496 | 2025-02-05T10:23:30.109Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2497 | 2025-02-05T10:23:32.539Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2498 | 2025-02-05T10:23:33.741Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.81s |
2499 | 2025-02-05T10:23:33.919Z | |
2500 | 2025-02-05T10:23:33.919Z | info: running `cargo check --bins` on clickhouse-admin-api (56/199) |
2501 | 2025-02-05T10:23:34.460Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2502 | 2025-02-05T10:23:34.463Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2503 | 2025-02-05T10:23:34.463Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2504 | 2025-02-05T10:23:34.466Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2505 | 2025-02-05T10:23:34.540Z | |
2506 | 2025-02-05T10:23:34.540Z | info: running `cargo check --bins` on clickhouse-admin-types (57/199) |
2507 | 2025-02-05T10:23:35.095Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2508 | 2025-02-05T10:23:35.099Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2509 | 2025-02-05T10:23:35.099Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2510 | 2025-02-05T10:23:35.102Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2511 | 2025-02-05T10:23:35.176Z | |
2512 | 2025-02-05T10:23:35.176Z | info: running `cargo check --bins --no-default-features` on oximeter-db (58/199) |
2513 | 2025-02-05T10:23:35.749Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2514 | 2025-02-05T10:23:35.753Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2515 | 2025-02-05T10:23:35.811Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2516 | 2025-02-05T10:23:36.443Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.26s |
2517 | 2025-02-05T10:23:36.609Z | |
2518 | 2025-02-05T10:23:36.609Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (59/199) |
2519 | 2025-02-05T10:23:37.282Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2520 | 2025-02-05T10:23:37.305Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2521 | 2025-02-05T10:23:37.305Z | Compiling cfg_aliases v0.1.1 |
2522 | 2025-02-05T10:23:37.305Z | Compiling vte_generate_state_changes v0.1.2 |
2523 | 2025-02-05T10:23:37.305Z | Checking fd-lock v4.0.2 |
2524 | 2025-02-05T10:23:37.305Z | Checking nibble_vec v0.1.0 |
2525 | 2025-02-05T10:23:37.418Z | Checking endian-type v0.1.2 |
2526 | 2025-02-05T10:23:37.433Z | Checking bytecount v0.6.8 |
2527 | 2025-02-05T10:23:37.433Z | Compiling tabled_derive v0.7.0 |
2528 | 2025-02-05T10:23:37.449Z | Compiling peg-macros v0.8.4 |
2529 | 2025-02-05T10:23:37.465Z | Compiling nix v0.28.0 |
2530 | 2025-02-05T10:23:37.547Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2531 | 2025-02-05T10:23:37.556Z | Checking papergrid v0.11.0 |
2532 | 2025-02-05T10:23:37.573Z | Compiling sqlparser_derive v0.2.2 |
2533 | 2025-02-05T10:23:37.590Z | Checking radix_trie v0.2.1 |
2534 | 2025-02-05T10:23:37.951Z | Checking unicode_categories v0.1.1 |
2535 | 2025-02-05T10:23:37.968Z | Checking vte v0.11.1 |
2536 | 2025-02-05T10:23:38.250Z | Checking nu-ansi-term v0.50.1 |
2537 | 2025-02-05T10:23:38.538Z | Checking home v0.5.9 |
2538 | 2025-02-05T10:23:38.572Z | Checking sqlparser v0.45.0 |
2539 | 2025-02-05T10:23:38.685Z | Checking sqlformat v0.2.6 |
2540 | 2025-02-05T10:23:38.699Z | Checking display-error-chain v0.2.2 |
2541 | 2025-02-05T10:23:39.384Z | Checking strip-ansi-escapes v0.2.0 |
2542 | 2025-02-05T10:23:39.487Z | Checking tabled v0.15.0 |
2543 | 2025-02-05T10:23:39.544Z | Checking reedline v0.35.0 |
2544 | 2025-02-05T10:23:39.897Z | Checking peg v0.8.4 |
2545 | 2025-02-05T10:23:40.350Z | Checking rustyline v14.0.0 |
2546 | 2025-02-05T10:23:50.311Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.31s |
2547 | 2025-02-05T10:23:50.325Z | |
2548 | 2025-02-05T10:23:50.325Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (60/199) |
2549 | 2025-02-05T10:23:50.325Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2550 | 2025-02-05T10:23:50.325Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2551 | 2025-02-05T10:23:50.325Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2552 | 2025-02-05T10:23:54.764Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.67s |
2553 | 2025-02-05T10:23:54.941Z | |
2554 | 2025-02-05T10:23:54.941Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (61/199) |
2555 | 2025-02-05T10:23:55.498Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2556 | 2025-02-05T10:23:55.503Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2557 | 2025-02-05T10:23:55.601Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2558 | 2025-02-05T10:23:59.069Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.12s |
2559 | 2025-02-05T10:23:59.240Z | |
2560 | 2025-02-05T10:23:59.240Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (62/199) |
2561 | 2025-02-05T10:23:59.799Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2562 | 2025-02-05T10:23:59.804Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2563 | 2025-02-05T10:23:59.905Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2564 | 2025-02-05T10:24:04.662Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.42s |
2565 | 2025-02-05T10:24:04.840Z | |
2566 | 2025-02-05T10:24:04.840Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (63/199) |
2567 | 2025-02-05T10:24:05.388Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2568 | 2025-02-05T10:24:05.392Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2569 | 2025-02-05T10:24:05.488Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2570 | 2025-02-05T10:24:10.300Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.45s |
2571 | 2025-02-05T10:24:10.477Z | |
2572 | 2025-02-05T10:24:10.477Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (64/199) |
2573 | 2025-02-05T10:24:11.060Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2574 | 2025-02-05T10:24:11.094Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2575 | 2025-02-05T10:24:11.140Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2576 | 2025-02-05T10:24:14.931Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.29s |
2577 | 2025-02-05T10:24:14.953Z | |
2578 | 2025-02-05T10:24:14.953Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (65/199) |
2579 | 2025-02-05T10:24:15.503Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2580 | 2025-02-05T10:24:15.506Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2581 | 2025-02-05T10:24:15.603Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2582 | 2025-02-05T10:24:19.305Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.34s |
2583 | 2025-02-05T10:24:19.497Z | |
2584 | 2025-02-05T10:24:19.497Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (66/199) |
2585 | 2025-02-05T10:24:20.044Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2586 | 2025-02-05T10:24:20.047Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2587 | 2025-02-05T10:24:20.218Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2588 | 2025-02-05T10:24:25.111Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.62s |
2589 | 2025-02-05T10:24:25.291Z | |
2590 | 2025-02-05T10:24:25.291Z | info: running `cargo check --bins` on oximeter (67/199) |
2591 | 2025-02-05T10:24:25.843Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2592 | 2025-02-05T10:24:25.847Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2593 | 2025-02-05T10:24:25.847Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2594 | 2025-02-05T10:24:25.847Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2595 | 2025-02-05T10:24:25.910Z | |
2596 | 2025-02-05T10:24:25.910Z | info: running `cargo check --bins` on oximeter-macro-impl (68/199) |
2597 | 2025-02-05T10:24:26.458Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2598 | 2025-02-05T10:24:26.463Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2599 | 2025-02-05T10:24:26.463Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2600 | 2025-02-05T10:24:26.463Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2601 | 2025-02-05T10:24:26.517Z | |
2602 | 2025-02-05T10:24:26.517Z | info: running `cargo check --bins` on oximeter-schema (69/199) |
2603 | 2025-02-05T10:24:27.059Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2604 | 2025-02-05T10:24:27.064Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2605 | 2025-02-05T10:24:27.230Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2606 | 2025-02-05T10:24:29.206Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2607 | 2025-02-05T10:24:30.141Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.54s |
2608 | 2025-02-05T10:24:30.226Z | |
2609 | 2025-02-05T10:24:30.226Z | info: running `cargo check --bins` on oximeter-types (70/199) |
2610 | 2025-02-05T10:24:30.768Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2611 | 2025-02-05T10:24:30.771Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2612 | 2025-02-05T10:24:30.771Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2613 | 2025-02-05T10:24:30.779Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2614 | 2025-02-05T10:24:30.845Z | |
2615 | 2025-02-05T10:24:30.845Z | info: running `cargo check --bins` on oximeter-timeseries-macro (71/199) |
2616 | 2025-02-05T10:24:31.391Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2617 | 2025-02-05T10:24:31.395Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2618 | 2025-02-05T10:24:31.395Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2619 | 2025-02-05T10:24:31.398Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2620 | 2025-02-05T10:24:31.467Z | |
2621 | 2025-02-05T10:24:31.467Z | info: running `cargo check --bins` on oxql-types (72/199) |
2622 | 2025-02-05T10:24:32.011Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2623 | 2025-02-05T10:24:32.015Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2624 | 2025-02-05T10:24:32.015Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2625 | 2025-02-05T10:24:32.018Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2626 | 2025-02-05T10:24:32.089Z | |
2627 | 2025-02-05T10:24:32.089Z | info: running `cargo check --bins` on oximeter-test-utils (73/199) |
2628 | 2025-02-05T10:24:32.667Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2629 | 2025-02-05T10:24:32.671Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2630 | 2025-02-05T10:24:32.672Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2631 | 2025-02-05T10:24:32.672Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2632 | 2025-02-05T10:24:32.744Z | |
2633 | 2025-02-05T10:24:32.744Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (74/199) |
2634 | 2025-02-05T10:24:33.308Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2635 | 2025-02-05T10:24:33.312Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2636 | 2025-02-05T10:24:33.312Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2637 | 2025-02-05T10:24:33.313Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2638 | 2025-02-05T10:24:33.372Z | |
2639 | 2025-02-05T10:24:33.372Z | info: running `cargo check --bins` on bootstrap-agent-client (75/199) |
2640 | 2025-02-05T10:24:33.944Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2641 | 2025-02-05T10:24:33.947Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2642 | 2025-02-05T10:24:33.947Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2643 | 2025-02-05T10:24:33.948Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2644 | 2025-02-05T10:24:34.019Z | |
2645 | 2025-02-05T10:24:34.019Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (76/199) |
2646 | 2025-02-05T10:24:34.591Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2647 | 2025-02-05T10:24:34.596Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2648 | 2025-02-05T10:24:34.596Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2649 | 2025-02-05T10:24:34.596Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2650 | 2025-02-05T10:24:34.638Z | |
2651 | 2025-02-05T10:24:34.638Z | info: running `cargo check --bins` on clickhouse-admin-server-client (77/199) |
2652 | 2025-02-05T10:24:35.186Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2653 | 2025-02-05T10:24:35.189Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2654 | 2025-02-05T10:24:35.189Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2655 | 2025-02-05T10:24:35.192Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2656 | 2025-02-05T10:24:35.265Z | |
2657 | 2025-02-05T10:24:35.265Z | info: running `cargo check --bins` on clickhouse-admin-single-client (78/199) |
2658 | 2025-02-05T10:24:35.806Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2659 | 2025-02-05T10:24:35.809Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2660 | 2025-02-05T10:24:35.809Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2661 | 2025-02-05T10:24:35.812Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2662 | 2025-02-05T10:24:35.884Z | |
2663 | 2025-02-05T10:24:35.884Z | info: running `cargo check --bins` on cockroach-admin-client (79/199) |
2664 | 2025-02-05T10:24:36.421Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2665 | 2025-02-05T10:24:36.424Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2666 | 2025-02-05T10:24:36.424Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2667 | 2025-02-05T10:24:36.428Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2668 | 2025-02-05T10:24:36.498Z | |
2669 | 2025-02-05T10:24:36.498Z | info: running `cargo check --bins` on omicron-ddm-admin-client (80/199) |
2670 | 2025-02-05T10:24:37.060Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2671 | 2025-02-05T10:24:37.064Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2672 | 2025-02-05T10:24:37.064Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2673 | 2025-02-05T10:24:37.068Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2674 | 2025-02-05T10:24:37.141Z | |
2675 | 2025-02-05T10:24:37.141Z | info: running `cargo check --bins` on dns-service-client (81/199) |
2676 | 2025-02-05T10:24:39.833Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2677 | 2025-02-05T10:24:39.833Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2678 | 2025-02-05T10:24:39.833Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2679 | 2025-02-05T10:24:39.833Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2680 | 2025-02-05T10:24:39.833Z | |
2681 | 2025-02-05T10:24:39.833Z | info: running `cargo check --bins` on internal-dns-types (82/199) |
2682 | 2025-02-05T10:24:39.833Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2683 | 2025-02-05T10:24:39.833Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2684 | 2025-02-05T10:24:39.833Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2685 | 2025-02-05T10:24:39.833Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2686 | 2025-02-05T10:24:39.833Z | |
2687 | 2025-02-05T10:24:39.833Z | info: running `cargo check --bins` on dpd-client (83/199) |
2688 | 2025-02-05T10:24:39.833Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2689 | 2025-02-05T10:24:39.833Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2690 | 2025-02-05T10:24:39.833Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2691 | 2025-02-05T10:24:39.833Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2692 | 2025-02-05T10:24:39.833Z | |
2693 | 2025-02-05T10:24:39.833Z | info: running `cargo check --bins` on gateway-client (84/199) |
2694 | 2025-02-05T10:24:39.833Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2695 | 2025-02-05T10:24:39.833Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2696 | 2025-02-05T10:24:39.833Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2697 | 2025-02-05T10:24:39.833Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2698 | 2025-02-05T10:24:39.833Z | |
2699 | 2025-02-05T10:24:39.833Z | info: running `cargo check --bins` on installinator-client (85/199) |
2700 | 2025-02-05T10:24:40.147Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2701 | 2025-02-05T10:24:40.150Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2702 | 2025-02-05T10:24:40.150Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2703 | 2025-02-05T10:24:40.153Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2704 | 2025-02-05T10:24:40.230Z | |
2705 | 2025-02-05T10:24:40.230Z | info: running `cargo check --bins` on installinator-common (86/199) |
2706 | 2025-02-05T10:24:40.786Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2707 | 2025-02-05T10:24:40.789Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2708 | 2025-02-05T10:24:40.789Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2709 | 2025-02-05T10:24:40.792Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2710 | 2025-02-05T10:24:40.867Z | |
2711 | 2025-02-05T10:24:40.867Z | info: running `cargo check --bins` on update-engine (87/199) |
2712 | 2025-02-05T10:24:41.399Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2713 | 2025-02-05T10:24:41.402Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2714 | 2025-02-05T10:24:41.403Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2715 | 2025-02-05T10:24:41.406Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2716 | 2025-02-05T10:24:41.475Z | |
2717 | 2025-02-05T10:24:41.475Z | info: running `cargo check --bins` on nexus-client (88/199) |
2718 | 2025-02-05T10:24:42.035Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2719 | 2025-02-05T10:24:42.038Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2720 | 2025-02-05T10:24:42.039Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2721 | 2025-02-05T10:24:42.042Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2722 | 2025-02-05T10:24:42.119Z | |
2723 | 2025-02-05T10:24:42.119Z | info: running `cargo check --bins` on nexus-sled-agent-shared (89/199) |
2724 | 2025-02-05T10:24:42.669Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2725 | 2025-02-05T10:24:42.672Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2726 | 2025-02-05T10:24:42.672Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2727 | 2025-02-05T10:24:42.672Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2728 | 2025-02-05T10:24:42.749Z | |
2729 | 2025-02-05T10:24:42.749Z | info: running `cargo check --bins` on omicron-passwords (90/199) |
2730 | 2025-02-05T10:24:43.276Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2731 | 2025-02-05T10:24:43.279Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2732 | 2025-02-05T10:24:43.279Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2733 | 2025-02-05T10:24:43.283Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2734 | 2025-02-05T10:24:43.381Z | |
2735 | 2025-02-05T10:24:43.381Z | info: running `cargo check --bins` on nexus-types (91/199) |
2736 | 2025-02-05T10:24:43.913Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2737 | 2025-02-05T10:24:43.917Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2738 | 2025-02-05T10:24:43.917Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2739 | 2025-02-05T10:24:43.920Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2740 | 2025-02-05T10:24:44.165Z | |
2741 | 2025-02-05T10:24:44.165Z | info: running `cargo check --bins` on oxide-client (92/199) |
2742 | 2025-02-05T10:24:44.516Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2743 | 2025-02-05T10:24:44.519Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2744 | 2025-02-05T10:24:44.519Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2745 | 2025-02-05T10:24:44.522Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2746 | 2025-02-05T10:24:44.642Z | |
2747 | 2025-02-05T10:24:44.642Z | info: running `cargo check --bins` on oximeter-client (93/199) |
2748 | 2025-02-05T10:24:45.127Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2749 | 2025-02-05T10:24:45.132Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2750 | 2025-02-05T10:24:45.132Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2751 | 2025-02-05T10:24:45.135Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2752 | 2025-02-05T10:24:45.204Z | |
2753 | 2025-02-05T10:24:45.204Z | info: running `cargo check --bins` on repo-depot-client (94/199) |
2754 | 2025-02-05T10:24:45.829Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2755 | 2025-02-05T10:24:45.834Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2756 | 2025-02-05T10:24:45.834Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2757 | 2025-02-05T10:24:45.834Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2758 | 2025-02-05T10:24:45.834Z | |
2759 | 2025-02-05T10:24:45.834Z | info: running `cargo check --bins` on sled-agent-client (95/199) |
2760 | 2025-02-05T10:24:46.360Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2761 | 2025-02-05T10:24:46.364Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2762 | 2025-02-05T10:24:46.364Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2763 | 2025-02-05T10:24:46.367Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2764 | 2025-02-05T10:24:46.440Z | |
2765 | 2025-02-05T10:24:46.440Z | info: running `cargo check --bins` on wicketd-client (96/199) |
2766 | 2025-02-05T10:24:47.032Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2767 | 2025-02-05T10:24:47.039Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2768 | 2025-02-05T10:24:47.039Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2769 | 2025-02-05T10:24:47.039Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2770 | 2025-02-05T10:24:47.097Z | |
2771 | 2025-02-05T10:24:47.097Z | info: running `cargo check --bins` on sled-agent-types (97/199) |
2772 | 2025-02-05T10:24:47.657Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2773 | 2025-02-05T10:24:47.662Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2774 | 2025-02-05T10:24:47.662Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2775 | 2025-02-05T10:24:47.665Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2776 | 2025-02-05T10:24:47.741Z | |
2777 | 2025-02-05T10:24:47.741Z | info: running `cargo check --bins` on wicket-common (98/199) |
2778 | 2025-02-05T10:24:48.299Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2779 | 2025-02-05T10:24:48.304Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2780 | 2025-02-05T10:24:48.304Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2781 | 2025-02-05T10:24:48.309Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2782 | 2025-02-05T10:24:48.379Z | |
2783 | 2025-02-05T10:24:48.379Z | info: running `cargo check --bins` on omicron-cockroach-admin (99/199) |
2784 | 2025-02-05T10:24:48.941Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2785 | 2025-02-05T10:24:48.980Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2786 | 2025-02-05T10:24:49.031Z | Checking csv-core v0.1.11 |
2787 | 2025-02-05T10:24:49.035Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2788 | 2025-02-05T10:24:49.035Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2789 | 2025-02-05T10:24:49.035Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2790 | 2025-02-05T10:24:49.322Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2791 | 2025-02-05T10:24:49.335Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2792 | 2025-02-05T10:24:49.406Z | Checking csv v1.3.1 |
2793 | 2025-02-05T10:24:50.002Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2794 | 2025-02-05T10:24:50.271Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2795 | 2025-02-05T10:24:51.835Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.45s |
2796 | 2025-02-05T10:24:52.005Z | |
2797 | 2025-02-05T10:24:52.005Z | info: running `cargo check --bins` on cockroach-admin-api (100/199) |
2798 | 2025-02-05T10:24:52.551Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2799 | 2025-02-05T10:24:52.554Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2800 | 2025-02-05T10:24:52.555Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2801 | 2025-02-05T10:24:52.558Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2802 | 2025-02-05T10:24:52.629Z | |
2803 | 2025-02-05T10:24:52.629Z | info: running `cargo check --bins` on cockroach-admin-types (101/199) |
2804 | 2025-02-05T10:24:53.183Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2805 | 2025-02-05T10:24:53.187Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2806 | 2025-02-05T10:24:53.187Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2807 | 2025-02-05T10:24:53.190Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2808 | 2025-02-05T10:24:53.259Z | |
2809 | 2025-02-05T10:24:53.260Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (102/199) |
2810 | 2025-02-05T10:24:53.903Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2811 | 2025-02-05T10:24:53.907Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2812 | 2025-02-05T10:24:53.907Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2813 | 2025-02-05T10:24:53.910Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
2814 | 2025-02-05T10:24:53.998Z | |
2815 | 2025-02-05T10:24:53.998Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (103/199) |
2816 | 2025-02-05T10:24:54.634Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2817 | 2025-02-05T10:24:54.638Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2818 | 2025-02-05T10:24:54.638Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2819 | 2025-02-05T10:24:54.641Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
2820 | 2025-02-05T10:24:54.813Z | |
2821 | 2025-02-05T10:24:54.813Z | info: running `cargo check --bins` on dns-server (104/199) |
2822 | 2025-02-05T10:24:55.285Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2823 | 2025-02-05T10:24:55.288Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2824 | 2025-02-05T10:24:55.404Z | Compiling typify-impl v0.3.0 |
2825 | 2025-02-05T10:24:55.486Z | Compiling parking_lot_core v0.8.6 |
2826 | 2025-02-05T10:24:55.490Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2827 | 2025-02-05T10:24:55.498Z | Checking fxhash v0.2.1 |
2828 | 2025-02-05T10:24:55.524Z | Checking hickory-client v0.24.2 |
2829 | 2025-02-05T10:24:55.528Z | Checking hickory-server v0.24.2 |
2830 | 2025-02-05T10:24:56.210Z | Checking parking_lot v0.11.2 |
2831 | 2025-02-05T10:24:56.252Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2832 | 2025-02-05T10:24:56.529Z | Checking sled v0.34.7 |
2833 | 2025-02-05T10:25:00.770Z | Compiling typify-macro v0.3.0 |
2834 | 2025-02-05T10:25:02.314Z | Compiling typify v0.3.0 |
2835 | 2025-02-05T10:25:02.383Z | Compiling progenitor-impl v0.9.1 |
2836 | 2025-02-05T10:25:04.810Z | Compiling progenitor-macro v0.9.1 |
2837 | 2025-02-05T10:25:08.469Z | Checking progenitor v0.9.1 |
2838 | 2025-02-05T10:25:08.641Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2839 | 2025-02-05T10:25:09.050Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2840 | 2025-02-05T10:25:10.312Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.58s |
2841 | 2025-02-05T10:25:10.477Z | |
2842 | 2025-02-05T10:25:10.477Z | info: running `cargo check --bins` on dns-server-api (105/199) |
2843 | 2025-02-05T10:25:11.035Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2844 | 2025-02-05T10:25:11.038Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2845 | 2025-02-05T10:25:11.038Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2846 | 2025-02-05T10:25:11.041Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2847 | 2025-02-05T10:25:11.121Z | |
2848 | 2025-02-05T10:25:11.121Z | info: running `cargo check --bins` on gateway-test-utils (106/199) |
2849 | 2025-02-05T10:25:11.710Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2850 | 2025-02-05T10:25:11.713Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2851 | 2025-02-05T10:25:11.713Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2852 | 2025-02-05T10:25:11.717Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2853 | 2025-02-05T10:25:11.800Z | |
2854 | 2025-02-05T10:25:11.800Z | info: running `cargo check --bins` on gateway-types (107/199) |
2855 | 2025-02-05T10:25:12.336Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2856 | 2025-02-05T10:25:12.345Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2857 | 2025-02-05T10:25:12.345Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2858 | 2025-02-05T10:25:12.349Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2859 | 2025-02-05T10:25:12.574Z | |
2860 | 2025-02-05T10:25:12.574Z | info: running `cargo check --bins` on ipcc (108/199) |
2861 | 2025-02-05T10:25:12.970Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2862 | 2025-02-05T10:25:12.974Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2863 | 2025-02-05T10:25:12.974Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2864 | 2025-02-05T10:25:12.974Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2865 | 2025-02-05T10:25:13.048Z | |
2866 | 2025-02-05T10:25:13.048Z | info: running `cargo check --bins` on omicron-gateway (109/199) |
2867 | 2025-02-05T10:25:13.619Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2868 | 2025-02-05T10:25:13.623Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2869 | 2025-02-05T10:25:13.818Z | Compiling radium v0.7.0 |
2870 | 2025-02-05T10:25:13.819Z | Compiling semver v0.1.20 |
2871 | 2025-02-05T10:25:13.824Z | Compiling maybe-uninit v2.0.0 |
2872 | 2025-02-05T10:25:13.824Z | Checking tap v1.0.1 |
2873 | 2025-02-05T10:25:13.878Z | Checking password-hash v0.5.0 |
2874 | 2025-02-05T10:25:13.882Z | Checking blake2 v0.10.6 |
2875 | 2025-02-05T10:25:13.882Z | Compiling cancel-safe-futures v0.1.5 |
2876 | 2025-02-05T10:25:13.882Z | Checking funty v2.0.0 |
2877 | 2025-02-05T10:25:13.995Z | Checking wyz v0.5.1 |
2878 | 2025-02-05T10:25:14.231Z | Compiling rustc_version v0.1.7 |
2879 | 2025-02-05T10:25:14.288Z | Compiling owo-colors v4.1.0 |
2880 | 2025-02-05T10:25:14.381Z | Checking crc-catalog v2.4.0 |
2881 | 2025-02-05T10:25:14.387Z | Compiling packed_struct v0.10.1 |
2882 | 2025-02-05T10:25:14.387Z | Checking argon2 v0.5.3 |
2883 | 2025-02-05T10:25:14.507Z | Checking crc v3.2.1 |
2884 | 2025-02-05T10:25:14.526Z | Compiling packed_struct_codegen v0.10.1 |
2885 | 2025-02-05T10:25:14.580Z | Compiling indexmap v1.9.3 |
2886 | 2025-02-05T10:25:14.614Z | Checking half v2.4.1 |
2887 | 2025-02-05T10:25:14.655Z | Compiling newtype_derive v0.1.6 |
2888 | 2025-02-05T10:25:14.747Z | Checking bitvec v1.0.1 |
2889 | 2025-02-05T10:25:14.796Z | Checking ciborium-io v0.2.2 |
2890 | 2025-02-05T10:25:14.941Z | Checking nodrop v0.1.14 |
2891 | 2025-02-05T10:25:14.950Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2892 | 2025-02-05T10:25:15.011Z | Checking array-init v0.0.4 |
2893 | 2025-02-05T10:25:15.029Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2894 | 2025-02-05T10:25:15.129Z | Checking ciborium-ll v0.2.2 |
2895 | 2025-02-05T10:25:15.154Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2896 | 2025-02-05T10:25:15.308Z | Checking smallvec v0.6.14 |
2897 | 2025-02-05T10:25:15.392Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2898 | 2025-02-05T10:25:15.646Z | Checking libsw v3.3.1 |
2899 | 2025-02-05T10:25:15.692Z | Compiling memoffset v0.9.1 |
2900 | 2025-02-05T10:25:15.814Z | Checking hashbrown v0.12.3 |
2901 | 2025-02-05T10:25:15.856Z | Checking linear-map v1.2.0 |
2902 | 2025-02-05T10:25:15.926Z | Checking termcolor v1.4.1 |
2903 | 2025-02-05T10:25:16.039Z | Checking swrite v0.1.0 |
2904 | 2025-02-05T10:25:16.165Z | Checking bitfield v0.14.0 |
2905 | 2025-02-05T10:25:16.183Z | Checking indent_write v2.2.0 |
2906 | 2025-02-05T10:25:16.321Z | Checking env_logger v0.10.2 |
2907 | 2025-02-05T10:25:16.385Z | Checking ron v0.8.1 |
2908 | 2025-02-05T10:25:16.444Z | Checking serde-hex v0.1.0 |
2909 | 2025-02-05T10:25:16.477Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2910 | 2025-02-05T10:25:16.521Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2911 | 2025-02-05T10:25:16.724Z | Checking ciborium v0.2.2 |
2912 | 2025-02-05T10:25:17.321Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2913 | 2025-02-05T10:25:17.379Z | Checking steno v0.4.1 |
2914 | 2025-02-05T10:25:17.569Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2915 | 2025-02-05T10:25:17.699Z | Checking hashbrown v0.13.2 |
2916 | 2025-02-05T10:25:17.840Z | Checking crc-any v2.5.0 |
2917 | 2025-02-05T10:25:17.902Z | Checking humantime v2.1.0 |
2918 | 2025-02-05T10:25:18.208Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2919 | 2025-02-05T10:25:18.229Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2920 | 2025-02-05T10:25:18.577Z | Checking object v0.30.4 |
2921 | 2025-02-05T10:25:18.597Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2922 | 2025-02-05T10:25:18.827Z | Checking path-slash v0.1.5 |
2923 | 2025-02-05T10:25:18.994Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2924 | 2025-02-05T10:25:19.009Z | Checking nix v0.27.1 |
2925 | 2025-02-05T10:25:19.382Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2926 | 2025-02-05T10:25:19.499Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2927 | 2025-02-05T10:25:19.765Z | Checking tungstenite v0.23.0 |
2928 | 2025-02-05T10:25:20.081Z | Checking kstat-rs v0.2.4 |
2929 | 2025-02-05T10:25:20.183Z | Checking signal-hook-tokio v0.3.1 |
2930 | 2025-02-05T10:25:20.419Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2931 | 2025-02-05T10:25:20.672Z | Checking tokio-tungstenite v0.23.1 |
2932 | 2025-02-05T10:25:20.780Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2933 | 2025-02-05T10:25:21.417Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2934 | 2025-02-05T10:25:21.530Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2935 | 2025-02-05T10:25:29.482Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2936 | 2025-02-05T10:25:29.567Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2937 | 2025-02-05T10:25:31.673Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2938 | 2025-02-05T10:25:36.840Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2939 | 2025-02-05T10:25:37.595Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2940 | 2025-02-05T10:25:40.176Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.10s |
2941 | 2025-02-05T10:25:40.318Z | |
2942 | 2025-02-05T10:25:40.318Z | info: running `cargo check --bins` on gateway-api (110/199) |
2943 | 2025-02-05T10:25:40.868Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2944 | 2025-02-05T10:25:40.872Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2945 | 2025-02-05T10:25:40.872Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2946 | 2025-02-05T10:25:40.875Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2947 | 2025-02-05T10:25:40.950Z | |
2948 | 2025-02-05T10:25:40.950Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (111/199) |
2949 | 2025-02-05T10:25:41.485Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2950 | 2025-02-05T10:25:41.488Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2951 | 2025-02-05T10:25:41.488Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2952 | 2025-02-05T10:25:41.491Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2953 | 2025-02-05T10:25:41.562Z | |
2954 | 2025-02-05T10:25:41.562Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (112/199) |
2955 | 2025-02-05T10:25:42.102Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2956 | 2025-02-05T10:25:42.106Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2957 | 2025-02-05T10:25:42.106Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2958 | 2025-02-05T10:25:42.109Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2959 | 2025-02-05T10:25:42.190Z | |
2960 | 2025-02-05T10:25:42.190Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (113/199) |
2961 | 2025-02-05T10:25:42.722Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2962 | 2025-02-05T10:25:42.725Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2963 | 2025-02-05T10:25:42.725Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2964 | 2025-02-05T10:25:42.729Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2965 | 2025-02-05T10:25:42.799Z | |
2966 | 2025-02-05T10:25:42.799Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (114/199) |
2967 | 2025-02-05T10:25:43.338Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2968 | 2025-02-05T10:25:43.342Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2969 | 2025-02-05T10:25:43.342Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2970 | 2025-02-05T10:25:43.345Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2971 | 2025-02-05T10:25:43.427Z | |
2972 | 2025-02-05T10:25:43.427Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (115/199) |
2973 | 2025-02-05T10:25:43.960Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2974 | 2025-02-05T10:25:43.964Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2975 | 2025-02-05T10:25:43.964Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2976 | 2025-02-05T10:25:43.973Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2977 | 2025-02-05T10:25:44.075Z | |
2978 | 2025-02-05T10:25:44.075Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (116/199) |
2979 | 2025-02-05T10:25:44.572Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2980 | 2025-02-05T10:25:44.575Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2981 | 2025-02-05T10:25:44.575Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2982 | 2025-02-05T10:25:44.578Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2983 | 2025-02-05T10:25:44.650Z | |
2984 | 2025-02-05T10:25:44.650Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (117/199) |
2985 | 2025-02-05T10:25:45.186Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2986 | 2025-02-05T10:25:45.189Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2987 | 2025-02-05T10:25:45.189Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2988 | 2025-02-05T10:25:45.193Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2989 | 2025-02-05T10:25:45.263Z | |
2990 | 2025-02-05T10:25:45.263Z | info: running `cargo check --bins` on oximeter-producer (118/199) |
2991 | 2025-02-05T10:25:45.824Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2992 | 2025-02-05T10:25:45.827Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2993 | 2025-02-05T10:25:45.827Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2994 | 2025-02-05T10:25:45.830Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2995 | 2025-02-05T10:25:45.905Z | |
2996 | 2025-02-05T10:25:45.905Z | info: running `cargo check --bins` on internal-dns-resolver (119/199) |
2997 | 2025-02-05T10:25:46.442Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2998 | 2025-02-05T10:25:46.445Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2999 | 2025-02-05T10:25:46.445Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3000 | 2025-02-05T10:25:46.448Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3001 | 2025-02-05T10:25:46.521Z | |
3002 | 2025-02-05T10:25:46.521Z | info: running `cargo check --bins` on sp-sim (120/199) |
3003 | 2025-02-05T10:25:47.066Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3004 | 2025-02-05T10:25:47.069Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3005 | 2025-02-05T10:25:47.156Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
3006 | 2025-02-05T10:25:47.598Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
3007 | 2025-02-05T10:25:49.239Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3008 | 2025-02-05T10:25:50.936Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.31s |
3009 | 2025-02-05T10:25:51.009Z | |
3010 | 2025-02-05T10:25:51.009Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (121/199) |
3011 | 2025-02-05T10:25:51.597Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3012 | 2025-02-05T10:25:51.601Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3013 | 2025-02-05T10:25:51.601Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3014 | 2025-02-05T10:25:51.611Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3015 | 2025-02-05T10:25:51.685Z | |
3016 | 2025-02-05T10:25:51.685Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (122/199) |
3017 | 2025-02-05T10:25:52.329Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3018 | 2025-02-05T10:25:52.335Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3019 | 2025-02-05T10:25:52.335Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3020 | 2025-02-05T10:25:52.335Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3021 | 2025-02-05T10:25:52.370Z | |
3022 | 2025-02-05T10:25:52.370Z | info: running `cargo check --bins` on db-macros (123/199) |
3023 | 2025-02-05T10:25:52.909Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3024 | 2025-02-05T10:25:52.913Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3025 | 2025-02-05T10:25:52.913Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3026 | 2025-02-05T10:25:52.916Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3027 | 2025-02-05T10:25:52.990Z | |
3028 | 2025-02-05T10:25:52.990Z | info: running `cargo check --bins` on nexus-macros-common (124/199) |
3029 | 2025-02-05T10:25:53.598Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3030 | 2025-02-05T10:25:53.601Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3031 | 2025-02-05T10:25:53.601Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3032 | 2025-02-05T10:25:53.602Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3033 | 2025-02-05T10:25:53.602Z | |
3034 | 2025-02-05T10:25:53.602Z | info: running `cargo check --bins` on nexus-auth (125/199) |
3035 | 2025-02-05T10:25:54.192Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3036 | 2025-02-05T10:25:54.206Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3037 | 2025-02-05T10:25:54.206Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3038 | 2025-02-05T10:25:54.206Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3039 | 2025-02-05T10:25:54.274Z | |
3040 | 2025-02-05T10:25:54.274Z | info: running `cargo check --bins` on authz-macros (126/199) |
3041 | 2025-02-05T10:25:54.811Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3042 | 2025-02-05T10:25:54.814Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3043 | 2025-02-05T10:25:54.814Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3044 | 2025-02-05T10:25:54.817Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3045 | 2025-02-05T10:25:54.886Z | |
3046 | 2025-02-05T10:25:54.886Z | info: running `cargo check --bins` on nexus-db-fixed-data (127/199) |
3047 | 2025-02-05T10:25:55.462Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3048 | 2025-02-05T10:25:55.465Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3049 | 2025-02-05T10:25:55.466Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3050 | 2025-02-05T10:25:55.469Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3051 | 2025-02-05T10:25:55.585Z | |
3052 | 2025-02-05T10:25:55.585Z | info: running `cargo check --bins` on nexus-db-model (128/199) |
3053 | 2025-02-05T10:25:56.123Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3054 | 2025-02-05T10:25:56.135Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3055 | 2025-02-05T10:25:56.135Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3056 | 2025-02-05T10:25:56.138Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3057 | 2025-02-05T10:25:56.206Z | |
3058 | 2025-02-05T10:25:56.206Z | info: running `cargo check --bins` on nexus-defaults (129/199) |
3059 | 2025-02-05T10:25:56.757Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3060 | 2025-02-05T10:25:56.761Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3061 | 2025-02-05T10:25:56.761Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3062 | 2025-02-05T10:25:56.764Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3063 | 2025-02-05T10:25:56.978Z | |
3064 | 2025-02-05T10:25:56.979Z | info: running `cargo check --bins` on nexus-inventory (130/199) |
3065 | 2025-02-05T10:25:57.398Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3066 | 2025-02-05T10:25:57.401Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3067 | 2025-02-05T10:25:57.401Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3068 | 2025-02-05T10:25:57.405Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3069 | 2025-02-05T10:25:57.479Z | |
3070 | 2025-02-05T10:25:57.479Z | info: running `cargo check --bins` on typed-rng (131/199) |
3071 | 2025-02-05T10:25:58.007Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3072 | 2025-02-05T10:25:58.010Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3073 | 2025-02-05T10:25:58.011Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3074 | 2025-02-05T10:25:58.014Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
3075 | 2025-02-05T10:25:58.085Z | |
3076 | 2025-02-05T10:25:58.085Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (132/199) |
3077 | 2025-02-05T10:25:58.765Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3078 | 2025-02-05T10:25:58.770Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3079 | 2025-02-05T10:25:58.821Z | Checking keccak v0.1.5 |
3080 | 2025-02-05T10:25:59.076Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
3081 | 2025-02-05T10:25:59.094Z | Checking secrecy v0.8.0 |
3082 | 2025-02-05T10:25:59.094Z | Compiling unicase v2.7.0 |
3083 | 2025-02-05T10:25:59.094Z | Compiling same-file v1.0.6 |
3084 | 2025-02-05T10:25:59.094Z | Compiling tempfile v3.13.0 |
3085 | 2025-02-05T10:25:59.094Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f) |
3086 | 2025-02-05T10:25:59.094Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
3087 | 2025-02-05T10:25:59.108Z | Compiling thiserror-impl-no-std v2.0.2 |
3088 | 2025-02-05T10:25:59.219Z | Compiling walkdir v2.5.0 |
3089 | 2025-02-05T10:25:59.223Z | Checking sha3 v0.10.8 |
3090 | 2025-02-05T10:25:59.275Z | Checking universal-hash v0.5.1 |
3091 | 2025-02-05T10:25:59.298Z | Compiling blake3 v1.5.4 |
3092 | 2025-02-05T10:25:59.471Z | Checking opaque-debug v0.3.1 |
3093 | 2025-02-05T10:25:59.476Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3094 | 2025-02-05T10:25:59.496Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
3095 | 2025-02-05T10:25:59.541Z | Checking poly1305 v0.8.0 |
3096 | 2025-02-05T10:25:59.622Z | Checking chacha20 v0.9.1 |
3097 | 2025-02-05T10:25:59.699Z | Checking aead v0.5.2 |
3098 | 2025-02-05T10:25:59.757Z | Compiling memmap2 v0.9.5 |
3099 | 2025-02-05T10:25:59.907Z | Compiling arrayvec v0.7.6 |
3100 | 2025-02-05T10:25:59.926Z | Compiling salty v0.3.0 |
3101 | 2025-02-05T10:26:00.051Z | Compiling libefi-sys v0.1.0 |
3102 | 2025-02-05T10:26:00.056Z | Compiling constant_time_eq v0.3.1 |
3103 | 2025-02-05T10:26:00.240Z | Compiling arrayref v0.3.9 |
3104 | 2025-02-05T10:26:00.244Z | Checking chacha20poly1305 v0.10.1 |
3105 | 2025-02-05T10:26:00.308Z | Compiling toolchain_find v0.4.0 |
3106 | 2025-02-05T10:26:00.356Z | Compiling camino-tempfile v1.1.1 |
3107 | 2025-02-05T10:26:00.369Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
3108 | 2025-02-05T10:26:00.420Z | Compiling bitfield-struct v0.6.2 |
3109 | 2025-02-05T10:26:00.694Z | Compiling topological-sort v0.2.2 |
3110 | 2025-02-05T10:26:00.776Z | Compiling mime_guess v2.0.5 |
3111 | 2025-02-05T10:26:00.877Z | Compiling rustfmt-wrapper v0.2.1 |
3112 | 2025-02-05T10:26:01.264Z | Compiling omicron-zone-package v0.12.0 |
3113 | 2025-02-05T10:26:01.462Z | Compiling progenitor v0.9.1 |
3114 | 2025-02-05T10:26:01.484Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
3115 | 2025-02-05T10:26:01.692Z | Checking primeorder v0.13.6 |
3116 | 2025-02-05T10:26:01.713Z | Checking env_filter v0.1.2 |
3117 | 2025-02-05T10:26:01.812Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3118 | 2025-02-05T10:26:01.816Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3119 | 2025-02-05T10:26:01.819Z | Checking thiserror-no-std v2.0.2 |
3120 | 2025-02-05T10:26:01.931Z | Checking env_logger v0.11.5 |
3121 | 2025-02-05T10:26:01.949Z | Checking vsss-rs v3.3.4 |
3122 | 2025-02-05T10:26:01.968Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
3123 | 2025-02-05T10:26:02.041Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3124 | 2025-02-05T10:26:02.132Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
3125 | 2025-02-05T10:26:02.203Z | Checking p384 v0.13.0 |
3126 | 2025-02-05T10:26:02.431Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3127 | 2025-02-05T10:26:02.431Z | Checking simd-adler32 v0.3.7 |
3128 | 2025-02-05T10:26:02.520Z | Checking bumpalo v3.16.0 |
3129 | 2025-02-05T10:26:02.571Z | Checking http-range v0.1.5 |
3130 | 2025-02-05T10:26:02.752Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
3131 | 2025-02-05T10:26:02.772Z | Checking lockfree-object-pool v0.1.6 |
3132 | 2025-02-05T10:26:02.775Z | Compiling zip v2.1.3 |
3133 | 2025-02-05T10:26:02.896Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3134 | 2025-02-05T10:26:03.008Z | Checking zopfli v0.8.1 |
3135 | 2025-02-05T10:26:03.132Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3136 | 2025-02-05T10:26:03.303Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3137 | 2025-02-05T10:26:03.540Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
3138 | 2025-02-05T10:26:03.659Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
3139 | 2025-02-05T10:26:03.730Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
3140 | 2025-02-05T10:26:03.819Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
3141 | 2025-02-05T10:26:04.050Z | Checking atty v0.2.14 |
3142 | 2025-02-05T10:26:04.190Z | Checking glob v0.3.2 |
3143 | 2025-02-05T10:26:04.277Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3144 | 2025-02-05T10:26:04.305Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
3145 | 2025-02-05T10:26:04.331Z | Checking hyper-staticfile v0.10.1 |
3146 | 2025-02-05T10:26:04.507Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3147 | 2025-02-05T10:26:04.805Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3148 | 2025-02-05T10:26:05.501Z | Checking omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata) |
3149 | 2025-02-05T10:26:05.605Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3150 | 2025-02-05T10:26:05.795Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
3151 | 2025-02-05T10:26:05.943Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3152 | 2025-02-05T10:26:06.171Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3153 | 2025-02-05T10:26:06.205Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
3154 | 2025-02-05T10:26:06.496Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f) |
3155 | 2025-02-05T10:26:06.722Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3156 | 2025-02-05T10:26:07.028Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
3157 | 2025-02-05T10:26:07.057Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3158 | 2025-02-05T10:26:07.397Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
3159 | 2025-02-05T10:26:10.315Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3160 | 2025-02-05T10:26:10.315Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3161 | 2025-02-05T10:26:19.055Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3162 | 2025-02-05T10:26:31.395Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.32s |
3163 | 2025-02-05T10:26:31.589Z | |
3164 | 2025-02-05T10:26:31.589Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (133/199) |
3165 | 2025-02-05T10:26:32.199Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3166 | 2025-02-05T10:26:32.202Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3167 | 2025-02-05T10:26:32.337Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3168 | 2025-02-05T10:26:45.498Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.91s |
3169 | 2025-02-05T10:26:45.686Z | |
3170 | 2025-02-05T10:26:45.686Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (134/199) |
3171 | 2025-02-05T10:26:46.289Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3172 | 2025-02-05T10:26:46.293Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3173 | 2025-02-05T10:26:46.424Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3174 | 2025-02-05T10:26:59.484Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.80s |
3175 | 2025-02-05T10:26:59.678Z | |
3176 | 2025-02-05T10:26:59.679Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (135/199) |
3177 | 2025-02-05T10:27:00.312Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3178 | 2025-02-05T10:27:00.316Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3179 | 2025-02-05T10:27:00.531Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3180 | 2025-02-05T10:27:13.465Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.79s |
3181 | 2025-02-05T10:27:13.649Z | |
3182 | 2025-02-05T10:27:13.649Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (136/199) |
3183 | 2025-02-05T10:27:14.239Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3184 | 2025-02-05T10:27:14.248Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3185 | 2025-02-05T10:27:14.416Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3186 | 2025-02-05T10:27:27.410Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.75s |
3187 | 2025-02-05T10:27:27.591Z | |
3188 | 2025-02-05T10:27:27.591Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (137/199) |
3189 | 2025-02-05T10:27:28.212Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3190 | 2025-02-05T10:27:28.216Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3191 | 2025-02-05T10:27:28.374Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3192 | 2025-02-05T10:27:41.168Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.58s |
3193 | 2025-02-05T10:27:41.358Z | |
3194 | 2025-02-05T10:27:41.358Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (138/199) |
3195 | 2025-02-05T10:27:41.957Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3196 | 2025-02-05T10:27:41.960Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3197 | 2025-02-05T10:27:42.092Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3198 | 2025-02-05T10:27:56.323Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.74s |
3199 | 2025-02-05T10:27:56.344Z | |
3200 | 2025-02-05T10:27:56.344Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (139/199) |
3201 | 2025-02-05T10:27:56.344Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3202 | 2025-02-05T10:27:56.344Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3203 | 2025-02-05T10:27:56.344Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3204 | 2025-02-05T10:28:09.127Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.78s |
3205 | 2025-02-05T10:28:09.267Z | |
3206 | 2025-02-05T10:28:09.267Z | info: running `cargo check --bins` on bootstrap-agent-api (140/199) |
3207 | 2025-02-05T10:28:09.830Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3208 | 2025-02-05T10:28:09.833Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3209 | 2025-02-05T10:28:09.833Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3210 | 2025-02-05T10:28:09.836Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3211 | 2025-02-05T10:28:09.912Z | |
3212 | 2025-02-05T10:28:09.912Z | info: running `cargo check --bins` on key-manager (141/199) |
3213 | 2025-02-05T10:28:10.460Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3214 | 2025-02-05T10:28:10.465Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3215 | 2025-02-05T10:28:10.465Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3216 | 2025-02-05T10:28:10.465Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3217 | 2025-02-05T10:28:10.534Z | |
3218 | 2025-02-05T10:28:10.534Z | info: running `cargo check --bins` on range-requests (142/199) |
3219 | 2025-02-05T10:28:11.069Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3220 | 2025-02-05T10:28:11.072Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3221 | 2025-02-05T10:28:11.072Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3222 | 2025-02-05T10:28:11.082Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3223 | 2025-02-05T10:28:11.143Z | |
3224 | 2025-02-05T10:28:11.143Z | info: running `cargo check --bins` on repo-depot-api (143/199) |
3225 | 2025-02-05T10:28:11.680Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3226 | 2025-02-05T10:28:11.684Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3227 | 2025-02-05T10:28:11.684Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3228 | 2025-02-05T10:28:11.687Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3229 | 2025-02-05T10:28:11.755Z | |
3230 | 2025-02-05T10:28:11.755Z | info: running `cargo check --bins` on sled-agent-api (144/199) |
3231 | 2025-02-05T10:28:12.316Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3232 | 2025-02-05T10:28:12.321Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3233 | 2025-02-05T10:28:12.321Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3234 | 2025-02-05T10:28:12.321Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3235 | 2025-02-05T10:28:12.397Z | |
3236 | 2025-02-05T10:28:12.397Z | info: running `cargo check --bins` on sled-diagnostics (145/199) |
3237 | 2025-02-05T10:28:12.927Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3238 | 2025-02-05T10:28:12.930Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3239 | 2025-02-05T10:28:12.930Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3240 | 2025-02-05T10:28:12.934Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3241 | 2025-02-05T10:28:13.008Z | |
3242 | 2025-02-05T10:28:13.008Z | info: running `cargo check --bins` on sled-hardware (146/199) |
3243 | 2025-02-05T10:28:13.561Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3244 | 2025-02-05T10:28:13.564Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3245 | 2025-02-05T10:28:13.564Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3246 | 2025-02-05T10:28:13.568Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3247 | 2025-02-05T10:28:13.700Z | |
3248 | 2025-02-05T10:28:13.701Z | info: running `cargo check --bins --no-default-features` on sled-storage (147/199) |
3249 | 2025-02-05T10:28:14.190Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3250 | 2025-02-05T10:28:14.193Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3251 | 2025-02-05T10:28:14.193Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3252 | 2025-02-05T10:28:14.196Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3253 | 2025-02-05T10:28:14.285Z | |
3254 | 2025-02-05T10:28:14.285Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (148/199) |
3255 | 2025-02-05T10:28:14.836Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3256 | 2025-02-05T10:28:14.839Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3257 | 2025-02-05T10:28:14.839Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3258 | 2025-02-05T10:28:14.843Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3259 | 2025-02-05T10:28:14.919Z | |
3260 | 2025-02-05T10:28:14.919Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (149/199) |
3261 | 2025-02-05T10:28:15.493Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3262 | 2025-02-05T10:28:15.496Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3263 | 2025-02-05T10:28:15.496Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3264 | 2025-02-05T10:28:15.499Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3265 | 2025-02-05T10:28:15.576Z | |
3266 | 2025-02-05T10:28:15.577Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (150/199) |
3267 | 2025-02-05T10:28:16.150Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3268 | 2025-02-05T10:28:16.156Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3269 | 2025-02-05T10:28:16.157Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3270 | 2025-02-05T10:28:16.160Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3271 | 2025-02-05T10:28:16.235Z | |
3272 | 2025-02-05T10:28:16.235Z | info: running `cargo check --bins` on nexus-test-interface (151/199) |
3273 | 2025-02-05T10:28:16.800Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3274 | 2025-02-05T10:28:16.803Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3275 | 2025-02-05T10:28:16.803Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3276 | 2025-02-05T10:28:16.806Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3277 | 2025-02-05T10:28:16.884Z | |
3278 | 2025-02-05T10:28:16.884Z | info: running `cargo check --bins` on oximeter-collector (152/199) |
3279 | 2025-02-05T10:28:17.455Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3280 | 2025-02-05T10:28:17.459Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3281 | 2025-02-05T10:28:17.573Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3282 | 2025-02-05T10:28:17.573Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3283 | 2025-02-05T10:28:18.461Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3284 | 2025-02-05T10:28:20.337Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.45s |
3285 | 2025-02-05T10:28:20.517Z | |
3286 | 2025-02-05T10:28:20.517Z | info: running `cargo check --bins` on oximeter-api (153/199) |
3287 | 2025-02-05T10:28:21.063Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3288 | 2025-02-05T10:28:21.067Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3289 | 2025-02-05T10:28:21.067Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3290 | 2025-02-05T10:28:21.071Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3291 | 2025-02-05T10:28:21.142Z | |
3292 | 2025-02-05T10:28:21.142Z | info: running `cargo check --bins` on cert-dev (154/199) |
3293 | 2025-02-05T10:28:21.672Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3294 | 2025-02-05T10:28:21.677Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3295 | 2025-02-05T10:28:21.750Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
3296 | 2025-02-05T10:28:22.024Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s |
3297 | 2025-02-05T10:28:22.202Z | |
3298 | 2025-02-05T10:28:22.202Z | info: running `cargo check --bins` on clickana (155/199) |
3299 | 2025-02-05T10:28:22.741Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3300 | 2025-02-05T10:28:22.744Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3301 | 2025-02-05T10:28:22.832Z | Checking castaway v0.2.3 |
3302 | 2025-02-05T10:28:22.835Z | Checking lru v0.12.5 |
3303 | 2025-02-05T10:28:22.835Z | Compiling instability v0.3.2 |
3304 | 2025-02-05T10:28:22.835Z | Checking unicode-truncate v1.1.0 |
3305 | 2025-02-05T10:28:22.836Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
3306 | 2025-02-05T10:28:22.836Z | Checking cassowary v0.3.0 |
3307 | 2025-02-05T10:28:23.090Z | Checking compact_str v0.8.0 |
3308 | 2025-02-05T10:28:23.691Z | Checking ratatui v0.28.1 |
3309 | 2025-02-05T10:28:24.472Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3310 | 2025-02-05T10:28:25.602Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
3311 | 2025-02-05T10:28:26.492Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.23s |
3312 | 2025-02-05T10:28:26.614Z | |
3313 | 2025-02-05T10:28:26.614Z | info: running `cargo check --bins` on clickhouse-cluster-dev (156/199) |
3314 | 2025-02-05T10:28:27.153Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3315 | 2025-02-05T10:28:27.156Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3316 | 2025-02-05T10:28:27.312Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3317 | 2025-02-05T10:28:27.320Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
3318 | 2025-02-05T10:28:28.243Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
3319 | 2025-02-05T10:28:28.709Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
3320 | 2025-02-05T10:28:29.050Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.45s |
3321 | 2025-02-05T10:28:29.224Z | |
3322 | 2025-02-05T10:28:29.224Z | info: running `cargo check --bins` on ch-dev (157/199) |
3323 | 2025-02-05T10:28:29.780Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3324 | 2025-02-05T10:28:29.783Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3325 | 2025-02-05T10:28:29.877Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3326 | 2025-02-05T10:28:30.583Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s |
3327 | 2025-02-05T10:28:30.759Z | |
3328 | 2025-02-05T10:28:30.759Z | info: running `cargo check --bins` on crdb-seed (158/199) |
3329 | 2025-02-05T10:28:31.320Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3330 | 2025-02-05T10:28:31.323Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3331 | 2025-02-05T10:28:31.412Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3332 | 2025-02-05T10:28:31.760Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s |
3333 | 2025-02-05T10:28:31.935Z | |
3334 | 2025-02-05T10:28:31.935Z | info: running `cargo check --bins` on db-dev (159/199) |
3335 | 2025-02-05T10:28:32.489Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3336 | 2025-02-05T10:28:32.492Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3337 | 2025-02-05T10:28:32.585Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3338 | 2025-02-05T10:28:33.292Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s |
3339 | 2025-02-05T10:28:33.465Z | |
3340 | 2025-02-05T10:28:33.465Z | info: running `cargo check --bins` on omicron-dev-lib (160/199) |
3341 | 2025-02-05T10:28:34.015Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3342 | 2025-02-05T10:28:34.020Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3343 | 2025-02-05T10:28:34.020Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3344 | 2025-02-05T10:28:34.020Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3345 | 2025-02-05T10:28:34.095Z | |
3346 | 2025-02-05T10:28:34.095Z | info: running `cargo check --bins` on xtask-downloader (161/199) |
3347 | 2025-02-05T10:28:34.620Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3348 | 2025-02-05T10:28:34.623Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3349 | 2025-02-05T10:28:34.729Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3350 | 2025-02-05T10:28:35.529Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s |
3351 | 2025-02-05T10:28:35.690Z | |
3352 | 2025-02-05T10:28:35.690Z | info: running `cargo check --bins` on omicron-ls-apis (162/199) |
3353 | 2025-02-05T10:28:36.225Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3354 | 2025-02-05T10:28:36.228Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3355 | 2025-02-05T10:28:36.303Z | Checking cargo-platform v0.1.8 |
3356 | 2025-02-05T10:28:36.605Z | Checking cargo_metadata v0.18.1 |
3357 | 2025-02-05T10:28:37.470Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
3358 | 2025-02-05T10:28:38.320Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.57s |
3359 | 2025-02-05T10:28:38.442Z | |
3360 | 2025-02-05T10:28:38.442Z | info: running `cargo check --bins` on mgs-dev (163/199) |
3361 | 2025-02-05T10:28:39.011Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3362 | 2025-02-05T10:28:39.014Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3363 | 2025-02-05T10:28:39.130Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3364 | 2025-02-05T10:28:40.520Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3365 | 2025-02-05T10:28:41.092Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3366 | 2025-02-05T10:28:41.613Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.18s |
3367 | 2025-02-05T10:28:41.892Z | |
3368 | 2025-02-05T10:28:41.892Z | info: running `cargo check --bins` on omicron-omdb (164/199) |
3369 | 2025-02-05T10:28:42.407Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3370 | 2025-02-05T10:28:42.412Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3371 | 2025-02-05T10:28:42.567Z | Compiling crunchy v0.2.2 |
3372 | 2025-02-05T10:28:42.567Z | Compiling tiny-keccak v2.0.2 |
3373 | 2025-02-05T10:28:42.570Z | Compiling dsl_auto_type v0.1.2 |
3374 | 2025-02-05T10:28:42.570Z | Checking scheduled-thread-pool v0.2.7 |
3375 | 2025-02-05T10:28:42.570Z | Compiling diesel_table_macro_syntax v0.2.0 |
3376 | 2025-02-05T10:28:42.570Z | Compiling ascii-canvas v3.0.0 |
3377 | 2025-02-05T10:28:42.684Z | Compiling ena v0.14.3 |
3378 | 2025-02-05T10:28:42.697Z | Compiling diff v0.1.13 |
3379 | 2025-02-05T10:28:43.028Z | Checking r2d2 v0.8.10 |
3380 | 2025-02-05T10:28:43.033Z | Compiling regex-syntax v0.6.29 |
3381 | 2025-02-05T10:28:43.116Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3382 | 2025-02-05T10:28:43.213Z | Compiling ref-cast v1.0.23 |
3383 | 2025-02-05T10:28:43.216Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3384 | 2025-02-05T10:28:44.619Z | Compiling derive_builder_core v0.20.2 |
3385 | 2025-02-05T10:28:44.631Z | Compiling libxml v0.3.3 |
3386 | 2025-02-05T10:28:44.631Z | Compiling ref-cast-impl v1.0.23 |
3387 | 2025-02-05T10:28:44.631Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3388 | 2025-02-05T10:28:44.632Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3389 | 2025-02-05T10:28:44.632Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
3390 | 2025-02-05T10:28:44.632Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3391 | 2025-02-05T10:28:44.632Z | Compiling strum_macros v0.24.3 |
3392 | 2025-02-05T10:28:44.632Z | Compiling samael v0.0.17 |
3393 | 2025-02-05T10:28:44.632Z | Compiling diesel_derives v2.2.3 |
3394 | 2025-02-05T10:28:44.632Z | Compiling indoc v1.0.9 |
3395 | 2025-02-05T10:28:45.180Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
3396 | 2025-02-05T10:28:45.445Z | Compiling derive_builder_macro v0.20.2 |
3397 | 2025-02-05T10:28:45.466Z | Compiling oso-derive v0.27.3 |
3398 | 2025-02-05T10:28:46.198Z | Compiling lalrpop v0.19.12 |
3399 | 2025-02-05T10:28:46.279Z | Checking derive_builder v0.20.2 |
3400 | 2025-02-05T10:28:46.480Z | Compiling impl-trait-for-tuples v0.2.2 |
3401 | 2025-02-05T10:28:46.485Z | Checking quick-xml v0.33.0 |
3402 | 2025-02-05T10:28:46.692Z | Compiling diesel-dtrace v0.4.2 |
3403 | 2025-02-05T10:28:46.998Z | Checking maplit v1.0.2 |
3404 | 2025-02-05T10:28:47.227Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3405 | 2025-02-05T10:28:47.254Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3406 | 2025-02-05T10:28:47.551Z | Checking bb8 v0.8.5 |
3407 | 2025-02-05T10:28:47.808Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3408 | 2025-02-05T10:28:48.024Z | Checking rand_seeder v0.3.0 |
3409 | 2025-02-05T10:28:48.142Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3410 | 2025-02-05T10:28:48.280Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3411 | 2025-02-05T10:28:48.338Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3412 | 2025-02-05T10:28:48.487Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3413 | 2025-02-05T10:28:48.760Z | Checking is_ci v1.2.0 |
3414 | 2025-02-05T10:28:48.784Z | Checking smawk v0.3.2 |
3415 | 2025-02-05T10:28:48.904Z | Checking unicode-linebreak v0.1.5 |
3416 | 2025-02-05T10:28:49.018Z | Checking supports-color v3.0.1 |
3417 | 2025-02-05T10:28:49.250Z | Checking multimap v0.10.0 |
3418 | 2025-02-05T10:28:49.360Z | Checking textwrap v0.16.1 |
3419 | 2025-02-05T10:28:50.182Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3420 | 2025-02-05T10:28:52.307Z | Checking diesel v2.2.6 |
3421 | 2025-02-05T10:29:16.488Z | Compiling polar-core v0.27.3 |
3422 | 2025-02-05T10:29:16.950Z | Checking async-bb8-diesel v0.2.1 |
3423 | 2025-02-05T10:29:23.592Z | Checking oso v0.27.3 |
3424 | 2025-02-05T10:30:23.786Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3425 | 2025-02-05T10:30:29.191Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 47s |
3426 | 2025-02-05T10:30:29.394Z | |
3427 | 2025-02-05T10:30:29.394Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (165/199) |
3428 | 2025-02-05T10:30:29.985Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3429 | 2025-02-05T10:30:29.990Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3430 | 2025-02-05T10:30:29.990Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3431 | 2025-02-05T10:30:29.993Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3432 | 2025-02-05T10:30:30.072Z | |
3433 | 2025-02-05T10:30:30.073Z | info: running `cargo check --bins` on nexus-saga-recovery (166/199) |
3434 | 2025-02-05T10:30:30.649Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3435 | 2025-02-05T10:30:30.652Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3436 | 2025-02-05T10:30:30.652Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3437 | 2025-02-05T10:30:30.655Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3438 | 2025-02-05T10:30:30.732Z | |
3439 | 2025-02-05T10:30:30.732Z | info: running `cargo check --bins` on nexus-test-utils-macros (167/199) |
3440 | 2025-02-05T10:30:31.259Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3441 | 2025-02-05T10:30:31.263Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3442 | 2025-02-05T10:30:31.263Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3443 | 2025-02-05T10:30:31.267Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
3444 | 2025-02-05T10:30:31.334Z | |
3445 | 2025-02-05T10:30:31.334Z | info: running `cargo check --bins` on omicron-nexus (168/199) |
3446 | 2025-02-05T10:30:31.955Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3447 | 2025-02-05T10:30:31.958Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3448 | 2025-02-05T10:30:32.134Z | Compiling libz-sys v1.1.20 |
3449 | 2025-02-05T10:30:32.137Z | Compiling libgit2-sys v0.17.0+1.8.1 |
3450 | 2025-02-05T10:30:32.263Z | Compiling vergen v8.3.2 |
3451 | 2025-02-05T10:30:32.269Z | Compiling cargo-platform v0.1.8 |
3452 | 2025-02-05T10:30:32.269Z | Compiling pin-project-internal v1.1.6 |
3453 | 2025-02-05T10:30:32.301Z | Compiling snafu-derive v0.8.5 |
3454 | 2025-02-05T10:30:32.304Z | Compiling libsqlite3-sys v0.30.1 |
3455 | 2025-02-05T10:30:32.304Z | Compiling rustls v0.21.12 |
3456 | 2025-02-05T10:30:32.555Z | Compiling cfg_aliases v0.2.1 |
3457 | 2025-02-05T10:30:32.590Z | Compiling cargo_metadata v0.18.1 |
3458 | 2025-02-05T10:30:32.663Z | Compiling buf-list v1.0.3 |
3459 | 2025-02-05T10:30:32.786Z | Compiling nix v0.29.0 |
3460 | 2025-02-05T10:30:32.847Z | Checking globset v0.4.15 |
3461 | 2025-02-05T10:30:32.938Z | Checking olpc-cjson v0.1.4 |
3462 | 2025-02-05T10:30:33.163Z | Checking sct v0.7.1 |
3463 | 2025-02-05T10:30:33.309Z | Checking rustls-webpki v0.101.7 |
3464 | 2025-02-05T10:30:33.328Z | Checking serde_plain v1.0.2 |
3465 | 2025-02-05T10:30:33.382Z | Checking typed-path v0.9.3 |
3466 | 2025-02-05T10:30:33.862Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
3467 | 2025-02-05T10:30:34.094Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3468 | 2025-02-05T10:30:34.160Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3469 | 2025-02-05T10:30:34.363Z | Checking hashlink v0.9.1 |
3470 | 2025-02-05T10:30:34.440Z | Checking parse-size v1.1.0 |
3471 | 2025-02-05T10:30:34.628Z | Checking fallible-iterator v0.3.0 |
3472 | 2025-02-05T10:30:34.923Z | Checking fallible-streaming-iterator v0.1.9 |
3473 | 2025-02-05T10:30:34.952Z | Checking pin-project v1.1.6 |
3474 | 2025-02-05T10:30:35.194Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3475 | 2025-02-05T10:30:35.197Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
3476 | 2025-02-05T10:30:35.213Z | Checking rusqlite v0.32.1 |
3477 | 2025-02-05T10:30:35.588Z | Checking rustls-pemfile v1.0.4 |
3478 | 2025-02-05T10:30:35.661Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
3479 | 2025-02-05T10:30:35.810Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3480 | 2025-02-05T10:30:36.079Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3481 | 2025-02-05T10:30:36.282Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3482 | 2025-02-05T10:30:36.359Z | Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
3483 | 2025-02-05T10:30:36.378Z | Checking twox-hash v2.1.0 |
3484 | 2025-02-05T10:30:36.425Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3485 | 2025-02-05T10:30:36.696Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
3486 | 2025-02-05T10:30:36.701Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3487 | 2025-02-05T10:30:36.803Z | Checking tokio-rustls v0.24.1 |
3488 | 2025-02-05T10:30:37.043Z | Checking snafu v0.8.5 |
3489 | 2025-02-05T10:30:37.480Z | Checking tough v0.19.0 |
3490 | 2025-02-05T10:30:37.890Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3491 | 2025-02-05T10:30:37.896Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3492 | 2025-02-05T10:30:38.252Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f) |
3493 | 2025-02-05T10:30:38.359Z | Checking fatfs v0.3.6 |
3494 | 2025-02-05T10:30:38.412Z | Checking assert_matches v1.5.0 |
3495 | 2025-02-05T10:30:41.506Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3496 | 2025-02-05T10:30:42.755Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3497 | 2025-02-05T10:30:44.439Z | Compiling git2 v0.19.0 |
3498 | 2025-02-05T10:30:48.582Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f) |
3499 | 2025-02-05T10:31:43.067Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 11s |
3500 | 2025-02-05T10:31:43.278Z | |
3501 | 2025-02-05T10:31:43.278Z | info: running `cargo check --bins` on nexus-external-api (169/199) |
3502 | 2025-02-05T10:31:43.882Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3503 | 2025-02-05T10:31:43.887Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3504 | 2025-02-05T10:31:43.887Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3505 | 2025-02-05T10:31:43.887Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3506 | 2025-02-05T10:31:43.938Z | |
3507 | 2025-02-05T10:31:43.938Z | info: running `cargo check --bins` on openapi-manager-types (170/199) |
3508 | 2025-02-05T10:31:44.459Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3509 | 2025-02-05T10:31:44.464Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3510 | 2025-02-05T10:31:44.464Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3511 | 2025-02-05T10:31:44.467Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
3512 | 2025-02-05T10:31:44.532Z | |
3513 | 2025-02-05T10:31:44.532Z | info: running `cargo check --bins` on nexus-internal-api (171/199) |
3514 | 2025-02-05T10:31:45.089Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3515 | 2025-02-05T10:31:45.092Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3516 | 2025-02-05T10:31:45.093Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3517 | 2025-02-05T10:31:45.096Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3518 | 2025-02-05T10:31:45.172Z | |
3519 | 2025-02-05T10:31:45.172Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (172/199) |
3520 | 2025-02-05T10:31:45.751Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3521 | 2025-02-05T10:31:45.754Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3522 | 2025-02-05T10:31:45.754Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3523 | 2025-02-05T10:31:45.759Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3524 | 2025-02-05T10:31:45.837Z | |
3525 | 2025-02-05T10:31:45.837Z | info: running `cargo check --bins` on nexus-networking (173/199) |
3526 | 2025-02-05T10:31:46.424Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3527 | 2025-02-05T10:31:46.427Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3528 | 2025-02-05T10:31:46.427Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3529 | 2025-02-05T10:31:46.430Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3530 | 2025-02-05T10:31:46.510Z | |
3531 | 2025-02-05T10:31:46.510Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (174/199) |
3532 | 2025-02-05T10:31:47.093Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3533 | 2025-02-05T10:31:47.096Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3534 | 2025-02-05T10:31:47.096Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3535 | 2025-02-05T10:31:47.100Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3536 | 2025-02-05T10:31:47.176Z | |
3537 | 2025-02-05T10:31:47.176Z | info: running `cargo check --bins` on nexus-reconfigurator-rendezvous (175/199) |
3538 | 2025-02-05T10:31:47.752Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3539 | 2025-02-05T10:31:47.756Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3540 | 2025-02-05T10:31:47.756Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3541 | 2025-02-05T10:31:47.759Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3542 | 2025-02-05T10:31:47.885Z | |
3543 | 2025-02-05T10:31:47.885Z | info: running `cargo check --bins` on update-common (176/199) |
3544 | 2025-02-05T10:31:48.394Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3545 | 2025-02-05T10:31:48.397Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3546 | 2025-02-05T10:31:48.397Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3547 | 2025-02-05T10:31:48.400Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3548 | 2025-02-05T10:31:48.478Z | |
3549 | 2025-02-05T10:31:48.478Z | info: running `cargo check --bins` on tufaceous-lib (177/199) |
3550 | 2025-02-05T10:31:49.038Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3551 | 2025-02-05T10:31:49.086Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3552 | 2025-02-05T10:31:49.086Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3553 | 2025-02-05T10:31:49.100Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3554 | 2025-02-05T10:31:49.120Z | |
3555 | 2025-02-05T10:31:49.120Z | info: running `cargo check --bins` on tufaceous (178/199) |
3556 | 2025-02-05T10:31:49.677Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3557 | 2025-02-05T10:31:49.680Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3558 | 2025-02-05T10:31:49.775Z | Checking omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata) |
3559 | 2025-02-05T10:31:50.058Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3560 | 2025-02-05T10:31:51.038Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3561 | 2025-02-05T10:31:51.826Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.69s |
3562 | 2025-02-05T10:31:51.998Z | |
3563 | 2025-02-05T10:31:51.998Z | info: running `cargo check --bins` on omicron-dev (179/199) |
3564 | 2025-02-05T10:31:52.661Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3565 | 2025-02-05T10:31:52.665Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3566 | 2025-02-05T10:31:52.853Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3567 | 2025-02-05T10:31:52.856Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3568 | 2025-02-05T10:31:52.995Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3569 | 2025-02-05T10:31:52.998Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3570 | 2025-02-05T10:31:53.969Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3571 | 2025-02-05T10:32:19.557Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3572 | 2025-02-05T10:32:19.557Z | Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
3573 | 2025-02-05T10:32:19.560Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3574 | 2025-02-05T10:32:19.560Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3575 | 2025-02-05T10:32:19.560Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3576 | 2025-02-05T10:32:19.560Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3577 | 2025-02-05T10:32:20.428Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3578 | 2025-02-05T10:32:21.629Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3579 | 2025-02-05T10:33:01.131Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 09s |
3580 | 2025-02-05T10:33:01.339Z | |
3581 | 2025-02-05T10:33:01.339Z | info: running `cargo check --bins` on openapi-manager (180/199) |
3582 | 2025-02-05T10:33:01.923Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3583 | 2025-02-05T10:33:01.926Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3584 | 2025-02-05T10:33:02.043Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
3585 | 2025-02-05T10:33:02.047Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
3586 | 2025-02-05T10:33:02.047Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
3587 | 2025-02-05T10:33:02.170Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3588 | 2025-02-05T10:33:02.173Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
3589 | 2025-02-05T10:33:02.196Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
3590 | 2025-02-05T10:33:02.199Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3591 | 2025-02-05T10:33:02.211Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
3592 | 2025-02-05T10:33:02.402Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3593 | 2025-02-05T10:33:02.519Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
3594 | 2025-02-05T10:33:02.538Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
3595 | 2025-02-05T10:33:02.721Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3596 | 2025-02-05T10:33:02.794Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
3597 | 2025-02-05T10:33:03.444Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3598 | 2025-02-05T10:33:03.468Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3599 | 2025-02-05T10:33:03.569Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3600 | 2025-02-05T10:33:04.598Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3601 | 2025-02-05T10:33:05.308Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
3602 | 2025-02-05T10:33:05.477Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3603 | 2025-02-05T10:33:05.753Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
3604 | 2025-02-05T10:33:07.623Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3605 | 2025-02-05T10:33:07.623Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3606 | 2025-02-05T10:33:09.186Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3607 | 2025-02-05T10:33:10.604Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3608 | 2025-02-05T10:33:15.873Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3609 | 2025-02-05T10:33:15.873Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3610 | 2025-02-05T10:33:17.276Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3611 | 2025-02-05T10:33:18.030Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.69s |
3612 | 2025-02-05T10:33:18.214Z | |
3613 | 2025-02-05T10:33:18.214Z | info: running `cargo check --bins` on installinator-api (181/199) |
3614 | 2025-02-05T10:33:18.826Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3615 | 2025-02-05T10:33:18.832Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3616 | 2025-02-05T10:33:18.832Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3617 | 2025-02-05T10:33:18.832Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3618 | 2025-02-05T10:33:18.856Z | |
3619 | 2025-02-05T10:33:18.857Z | info: running `cargo check --bins` on wicketd-api (182/199) |
3620 | 2025-02-05T10:33:19.432Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3621 | 2025-02-05T10:33:19.435Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3622 | 2025-02-05T10:33:19.435Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3623 | 2025-02-05T10:33:19.438Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3624 | 2025-02-05T10:33:19.515Z | |
3625 | 2025-02-05T10:33:19.515Z | info: running `cargo check --bins` on omicron-pins (183/199) |
3626 | 2025-02-05T10:33:20.049Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3627 | 2025-02-05T10:33:20.054Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3628 | 2025-02-05T10:33:20.054Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3629 | 2025-02-05T10:33:20.057Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3630 | 2025-02-05T10:33:20.123Z | |
3631 | 2025-02-05T10:33:20.123Z | info: running `cargo check --bins` on reconfigurator-cli (184/199) |
3632 | 2025-02-05T10:33:20.703Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3633 | 2025-02-05T10:33:20.706Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3634 | 2025-02-05T10:33:20.830Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3635 | 2025-02-05T10:33:20.830Z | Compiling petname v2.0.2 |
3636 | 2025-02-05T10:33:20.835Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3637 | 2025-02-05T10:33:20.835Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
3638 | 2025-02-05T10:33:20.835Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3639 | 2025-02-05T10:33:20.835Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
3640 | 2025-02-05T10:33:20.923Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3641 | 2025-02-05T10:33:21.027Z | Checking sync-ptr v0.1.1 |
3642 | 2025-02-05T10:33:25.925Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3643 | 2025-02-05T10:33:26.526Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3644 | 2025-02-05T10:33:27.655Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
3645 | 2025-02-05T10:33:29.152Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.03s |
3646 | 2025-02-05T10:33:29.345Z | |
3647 | 2025-02-05T10:33:29.345Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (185/199) |
3648 | 2025-02-05T10:33:29.912Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3649 | 2025-02-05T10:33:29.915Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3650 | 2025-02-05T10:33:29.916Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3651 | 2025-02-05T10:33:29.964Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3652 | 2025-02-05T10:33:29.995Z | |
3653 | 2025-02-05T10:33:29.996Z | info: running `cargo check --bins` on omicron-releng (186/199) |
3654 | 2025-02-05T10:33:30.564Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3655 | 2025-02-05T10:33:30.568Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3656 | 2025-02-05T10:33:30.661Z | Checking memmap2 v0.9.5 |
3657 | 2025-02-05T10:33:30.661Z | Checking constant_time_eq v0.3.1 |
3658 | 2025-02-05T10:33:30.664Z | Checking arrayvec v0.7.6 |
3659 | 2025-02-05T10:33:30.664Z | Checking arrayref v0.3.9 |
3660 | 2025-02-05T10:33:30.664Z | Checking topological-sort v0.2.2 |
3661 | 2025-02-05T10:33:30.820Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
3662 | 2025-02-05T10:33:30.825Z | Checking shell-words v1.1.0 |
3663 | 2025-02-05T10:33:31.028Z | Checking blake3 v1.5.4 |
3664 | 2025-02-05T10:33:31.359Z | Checking omicron-zone-package v0.12.0 |
3665 | 2025-02-05T10:33:32.499Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3666 | 2025-02-05T10:33:33.375Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.37s |
3667 | 2025-02-05T10:33:33.554Z | |
3668 | 2025-02-05T10:33:33.554Z | info: running `cargo check --bins` on xtask (187/199) |
3669 | 2025-02-05T10:33:33.965Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3670 | 2025-02-05T10:33:33.969Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3671 | 2025-02-05T10:33:33.982Z | Checking bitflags v2.6.0 |
3672 | 2025-02-05T10:33:33.984Z | Checking serde v1.0.217 |
3673 | 2025-02-05T10:33:33.984Z | Checking thiserror v1.0.69 |
3674 | 2025-02-05T10:33:34.077Z | Checking scroll v0.12.0 |
3675 | 2025-02-05T10:33:34.080Z | Checking log v0.4.22 |
3676 | 2025-02-05T10:33:34.097Z | Checking hashbrown v0.15.1 |
3677 | 2025-02-05T10:33:34.100Z | Checking zerocopy v0.7.35 |
3678 | 2025-02-05T10:33:34.121Z | Checking syn v2.0.96 |
3679 | 2025-02-05T10:33:34.175Z | Checking pest v2.7.14 |
3680 | 2025-02-05T10:33:34.304Z | Checking rustix v0.38.37 |
3681 | 2025-02-05T10:33:34.343Z | Checking once_cell v1.20.2 |
3682 | 2025-02-05T10:33:34.498Z | Checking goblin v0.8.2 |
3683 | 2025-02-05T10:33:34.636Z | Checking fs-err v2.11.0 |
3684 | 2025-02-05T10:33:34.905Z | Checking tabled v0.15.0 |
3685 | 2025-02-05T10:33:35.025Z | Checking indexmap v2.7.1 |
3686 | 2025-02-05T10:33:35.264Z | Checking anyhow v1.0.95 |
3687 | 2025-02-05T10:33:36.073Z | Checking terminal_size v0.4.0 |
3688 | 2025-02-05T10:33:36.076Z | Checking tempfile v3.13.0 |
3689 | 2025-02-05T10:33:36.248Z | Checking clap_builder v4.5.27 |
3690 | 2025-02-05T10:33:36.592Z | Checking dtrace-parser v0.2.0 |
3691 | 2025-02-05T10:33:39.199Z | Checking serde_json v1.0.135 |
3692 | 2025-02-05T10:33:39.199Z | Checking serde_spanned v0.6.8 |
3693 | 2025-02-05T10:33:39.215Z | Checking toml_datetime v0.6.8 |
3694 | 2025-02-05T10:33:39.215Z | Checking camino v1.1.9 |
3695 | 2025-02-05T10:33:39.215Z | Checking semver v1.0.24 |
3696 | 2025-02-05T10:33:39.215Z | Checking cargo-platform v0.1.8 |
3697 | 2025-02-05T10:33:39.215Z | Checking toml_edit v0.22.22 |
3698 | 2025-02-05T10:33:39.215Z | Checking macaddr v1.0.1 |
3699 | 2025-02-05T10:33:39.215Z | Checking clap v4.5.28 |
3700 | 2025-02-05T10:33:39.215Z | Checking camino-tempfile v1.1.1 |
3701 | 2025-02-05T10:33:39.215Z | Checking dof v0.3.0 |
3702 | 2025-02-05T10:33:39.215Z | Checking cargo_metadata v0.18.1 |
3703 | 2025-02-05T10:33:39.520Z | Checking usdt-impl v0.5.0 |
3704 | 2025-02-05T10:33:39.875Z | Checking usdt v0.5.0 |
3705 | 2025-02-05T10:33:40.048Z | Checking toml v0.8.19 |
3706 | 2025-02-05T10:33:40.647Z | Checking cargo_toml v0.20.5 |
3707 | 2025-02-05T10:33:41.612Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3708 | 2025-02-05T10:33:42.342Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.68s |
3709 | 2025-02-05T10:33:42.345Z | |
3710 | 2025-02-05T10:33:42.346Z | info: running `cargo check --bins` on end-to-end-tests (188/199) |
3711 | 2025-02-05T10:33:42.959Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3712 | 2025-02-05T10:33:42.962Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3713 | 2025-02-05T10:33:43.143Z | Checking polyval v0.6.2 |
3714 | 2025-02-05T10:33:43.216Z | Checking ctr v0.9.2 |
3715 | 2025-02-05T10:33:43.228Z | Checking ssh-encoding v0.2.0 |
3716 | 2025-02-05T10:33:43.231Z | Checking blowfish v0.9.1 |
3717 | 2025-02-05T10:33:43.348Z | Checking password-hash v0.4.2 |
3718 | 2025-02-05T10:33:43.360Z | Checking p256 v0.13.2 |
3719 | 2025-02-05T10:33:43.360Z | Checking p521 v0.13.3 |
3720 | 2025-02-05T10:33:43.360Z | Checking russh-cryptovec v0.7.3 |
3721 | 2025-02-05T10:33:43.443Z | Checking ghash v0.5.1 |
3722 | 2025-02-05T10:33:43.539Z | Checking bcrypt-pbkdf v0.10.0 |
3723 | 2025-02-05T10:33:43.547Z | Checking md5 v0.7.0 |
3724 | 2025-02-05T10:33:43.547Z | Checking num-bigint v0.4.6 |
3725 | 2025-02-05T10:33:43.547Z | Checking des v0.8.1 |
3726 | 2025-02-05T10:33:43.621Z | Checking pbkdf2 v0.11.0 |
3727 | 2025-02-05T10:33:43.640Z | Checking aes-gcm v0.10.3 |
3728 | 2025-02-05T10:33:43.763Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
3729 | 2025-02-05T10:33:43.768Z | Checking hex-literal v0.4.1 |
3730 | 2025-02-05T10:33:43.787Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3731 | 2025-02-05T10:33:43.834Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3732 | 2025-02-05T10:33:43.864Z | Checking ssh-cipher v0.2.0 |
3733 | 2025-02-05T10:33:43.891Z | Checking internet-checksum v0.2.1 |
3734 | 2025-02-05T10:33:44.127Z | Checking ssh-key v0.6.6 |
3735 | 2025-02-05T10:33:44.380Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
3736 | 2025-02-05T10:33:45.237Z | Checking russh-keys v0.45.0 |
3737 | 2025-02-05T10:33:46.088Z | Checking russh v0.45.0 |
3738 | 2025-02-05T10:34:02.860Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3739 | 2025-02-05T10:34:04.232Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.85s |
3740 | 2025-02-05T10:34:04.381Z | |
3741 | 2025-02-05T10:34:04.381Z | info: running `cargo check --bins` on gateway-cli (189/199) |
3742 | 2025-02-05T10:34:04.959Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3743 | 2025-02-05T10:34:04.964Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3744 | 2025-02-05T10:34:05.009Z | Checking termios v0.3.3 |
3745 | 2025-02-05T10:34:05.228Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3746 | 2025-02-05T10:34:06.023Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.63s |
3747 | 2025-02-05T10:34:06.193Z | |
3748 | 2025-02-05T10:34:06.193Z | info: running `cargo check --bins --no-default-features` on installinator (190/199) |
3749 | 2025-02-05T10:34:06.781Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3750 | 2025-02-05T10:34:06.785Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3751 | 2025-02-05T10:34:06.892Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3752 | 2025-02-05T10:34:06.892Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3753 | 2025-02-05T10:34:06.895Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3754 | 2025-02-05T10:34:06.895Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3755 | 2025-02-05T10:34:07.885Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3756 | 2025-02-05T10:34:09.123Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3757 | 2025-02-05T10:34:10.888Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.68s |
3758 | 2025-02-05T10:34:11.062Z | |
3759 | 2025-02-05T10:34:11.063Z | info: running `cargo check --bins` on internal-dns-cli (191/199) |
3760 | 2025-02-05T10:34:11.609Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3761 | 2025-02-05T10:34:11.613Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3762 | 2025-02-05T10:34:11.696Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3763 | 2025-02-05T10:34:12.165Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s |
3764 | 2025-02-05T10:34:12.334Z | |
3765 | 2025-02-05T10:34:12.334Z | info: running `cargo check --bins` on omicron-live-tests (192/199) |
3766 | 2025-02-05T10:34:12.874Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3767 | 2025-02-05T10:34:12.879Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3768 | 2025-02-05T10:34:12.879Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3769 | 2025-02-05T10:34:12.879Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3770 | 2025-02-05T10:34:12.946Z | |
3771 | 2025-02-05T10:34:12.946Z | info: running `cargo check --bins` on live-tests-macros (193/199) |
3772 | 2025-02-05T10:34:13.485Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3773 | 2025-02-05T10:34:13.488Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3774 | 2025-02-05T10:34:13.488Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3775 | 2025-02-05T10:34:13.491Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3776 | 2025-02-05T10:34:13.650Z | |
3777 | 2025-02-05T10:34:13.650Z | info: running `cargo check --bins` on omicron-package (194/199) |
3778 | 2025-02-05T10:34:14.170Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3779 | 2025-02-05T10:34:14.174Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3780 | 2025-02-05T10:34:14.224Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3781 | 2025-02-05T10:34:15.558Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.98s |
3782 | 2025-02-05T10:34:15.731Z | |
3783 | 2025-02-05T10:34:15.731Z | info: running `cargo check --bins` on wicket-dbg (195/199) |
3784 | 2025-02-05T10:34:16.320Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3785 | 2025-02-05T10:34:16.323Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3786 | 2025-02-05T10:34:16.447Z | Checking rtoolbox v0.0.2 |
3787 | 2025-02-05T10:34:16.450Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3788 | 2025-02-05T10:34:16.450Z | Checking tui-tree-widget v0.22.0 |
3789 | 2025-02-05T10:34:16.666Z | Checking rpassword v7.3.1 |
3790 | 2025-02-05T10:34:20.373Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3791 | 2025-02-05T10:34:23.144Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3792 | 2025-02-05T10:34:24.264Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.53s |
3793 | 2025-02-05T10:34:24.448Z | |
3794 | 2025-02-05T10:34:24.448Z | info: running `cargo check --bins` on wicket (196/199) |
3795 | 2025-02-05T10:34:25.035Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3796 | 2025-02-05T10:34:25.039Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3797 | 2025-02-05T10:34:25.150Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3798 | 2025-02-05T10:34:25.554Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.10s |
3799 | 2025-02-05T10:34:25.742Z | |
3800 | 2025-02-05T10:34:25.742Z | info: running `cargo check --bins` on wicketd (197/199) |
3801 | 2025-02-05T10:34:28.069Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3802 | 2025-02-05T10:34:28.076Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3803 | 2025-02-05T10:34:28.077Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3804 | 2025-02-05T10:34:28.077Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3805 | 2025-02-05T10:34:28.080Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3806 | 2025-02-05T10:34:30.905Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.16s |
3807 | 2025-02-05T10:34:31.092Z | |
3808 | 2025-02-05T10:34:31.092Z | info: running `cargo check --bins` on omicron-workspace-hack (198/199) |
3809 | 2025-02-05T10:34:31.677Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3810 | 2025-02-05T10:34:31.681Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3811 | 2025-02-05T10:34:31.681Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3812 | 2025-02-05T10:34:31.681Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3813 | 2025-02-05T10:34:31.704Z | |
3814 | 2025-02-05T10:34:31.704Z | info: running `cargo check --bins` on zone-setup (199/199) |
3815 | 2025-02-05T10:34:32.305Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3816 | 2025-02-05T10:34:32.308Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3817 | 2025-02-05T10:34:32.437Z | Checking uzers v0.12.1 |
3818 | 2025-02-05T10:34:32.785Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3819 | 2025-02-05T10:34:33.874Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.12s |
3820 | 2025-02-05T10:34:34.052Z | |
3821 | 2025-02-05T10:34:34.052Z | real 13:15.938868613 |
3822 | 2025-02-05T10:34:34.052Z | user 25:31.178010998 |
3823 | 2025-02-05T10:34:34.052Z | sys 4:11.049864973 |
3824 | 2025-02-05T10:34:34.052Z | trap 0.524957441 |
3825 | 2025-02-05T10:34:34.065Z | tflt 3.046231656 |
3826 | 2025-02-05T10:34:34.066Z | dflt 2.184843739 |
3827 | 2025-02-05T10:34:34.066Z | kflt 0.011677107 |
3828 | 2025-02-05T10:34:34.066Z | lock 45:01.015996509 |
3829 | 2025-02-05T10:34:34.066Z | slp 2:06:39.949369433 |
3830 | 2025-02-05T10:34:34.066Z | lat 1:06.565119039 |
3831 | 2025-02-05T10:34:34.066Z | stop 3:48.960572925 |
3832 | 2025-02-05T10:34:34.066Z | process exited: duration 1083430 ms, exit code 0 |
|
3833 | 2025-02-05T10:34:34.085Z | found 0 output files |