|
|
|
1 | 2025-03-21T17:28:54.235Z | job assigned to worker 01JPWVZ0KYZ4ACYFR258AAYZK9 [factory aws, i-08a4b0250ba132151] (queued for 51 s) |
|
2 | 2025-03-21T17:29:02.007Z | starting task 0: "setup" |
3 | 2025-03-21T17:29:02.012Z | ++ uname -s |
4 | 2025-03-21T17:29:02.015Z | + kern=SunOS |
5 | 2025-03-21T17:29:02.016Z | + build_user=build |
6 | 2025-03-21T17:29:02.016Z | + build_uid=12345 |
7 | 2025-03-21T17:29:02.016Z | + work_dir=/work |
8 | 2025-03-21T17:29:02.016Z | + input_dir=/input |
9 | 2025-03-21T17:29:02.016Z | + [[ 0 == 12345 ]] |
10 | 2025-03-21T17:29:02.016Z | + case "$kern" in |
11 | 2025-03-21T17:29:02.016Z | + groupadd -g 12345 build |
12 | 2025-03-21T17:29:02.019Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-03-21T17:29:04.024Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-03-21T17:29:04.127Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-03-21T17:29:04.131Z | + home_fs=zfs |
16 | 2025-03-21T17:29:04.131Z | + [[ zfs == autofs ]] |
17 | 2025-03-21T17:29:04.131Z | + mkdir -p /home/build |
18 | 2025-03-21T17:29:04.134Z | + chown build:build /home/build /work |
19 | 2025-03-21T17:29:06.134Z | + chmod 0700 /home/build /work |
20 | 2025-03-21T17:29:06.140Z | process exited: duration 4132 ms, exit code 0 |
|
21 | 2025-03-21T17:29:06.156Z | starting task 1: "rust-toolchain" |
22 | 2025-03-21T17:29:07.164Z | + printf ' * rust toolchain channel = "%s"\n' 1.85.0 |
23 | 2025-03-21T17:29:07.165Z | * rust toolchain channel = "1.85.0" |
24 | 2025-03-21T17:29:07.165Z | * rust toolchain profile = "default" |
25 | 2025-03-21T17:29:07.165Z | + printf ' * rust toolchain profile = "%s"\n' default |
26 | 2025-03-21T17:29:07.169Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-03-21T17:29:07.169Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-03-21T17:29:07.169Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-03-21T17:29:07.169Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default |
30 | 2025-03-21T17:29:07.169Z | info: downloading installer |
31 | 2025-03-21T17:29:07.548Z | warn: It looks like you have an existing installation of Rust at: |
32 | 2025-03-21T17:29:07.548Z | warn: /opt/ooce/bin |
33 | 2025-03-21T17:29:07.548Z | warn: It is recommended that rustup be the primary Rust installation. |
34 | 2025-03-21T17:29:07.548Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
35 | 2025-03-21T17:29:07.548Z | warn: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-03-21T17:29:07.548Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-03-21T17:29:07.548Z | warn: or pass `-y' to ignore all ignorable checks. |
38 | 2025-03-21T17:29:07.548Z | error: cannot install while Rust is installed |
39 | 2025-03-21T17:29:07.548Z | warn: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-03-21T17:29:07.578Z | info: profile set to 'default' |
41 | 2025-03-21T17:29:07.578Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-03-21T17:29:07.582Z | info: syncing channel updates for '1.85.0-x86_64-unknown-illumos' |
43 | 2025-03-21T17:29:07.749Z | info: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17) |
44 | 2025-03-21T17:29:07.749Z | info: downloading component 'cargo' |
45 | 2025-03-21T17:29:08.666Z | info: downloading component 'clippy' |
46 | 2025-03-21T17:29:09.047Z | info: downloading component 'rust-docs' |
47 | 2025-03-21T17:29:10.223Z | info: downloading component 'rust-std' |
48 | 2025-03-21T17:29:11.889Z | info: downloading component 'rustc' |
49 | 2025-03-21T17:29:18.739Z | info: downloading component 'rustfmt' |
50 | 2025-03-21T17:29:18.978Z | info: installing component 'cargo' |
51 | 2025-03-21T17:29:19.808Z | info: installing component 'clippy' |
52 | 2025-03-21T17:29:20.194Z | info: installing component 'rust-docs' |
53 | 2025-03-21T17:29:21.939Z | info: installing component 'rust-std' |
54 | 2025-03-21T17:29:23.829Z | info: installing component 'rustc' |
55 | 2025-03-21T17:29:29.710Z | info: installing component 'rustfmt' |
56 | 2025-03-21T17:29:30.038Z | info: default toolchain set to '1.85.0-x86_64-unknown-illumos' |
57 | 2025-03-21T17:29:30.038Z | |
58 | 2025-03-21T17:29:30.400Z | 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17) |
59 | 2025-03-21T17:29:30.400Z | |
60 | 2025-03-21T17:29:30.403Z | |
61 | 2025-03-21T17:29:30.403Z | Rust is installed now. Great! |
62 | 2025-03-21T17:29:30.403Z | |
63 | 2025-03-21T17:29:30.403Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-03-21T17:29:30.403Z | environment variable. This has not been done automatically. |
65 | 2025-03-21T17:29:30.403Z | |
66 | 2025-03-21T17:29:30.403Z | To configure your current shell, you need to source |
67 | 2025-03-21T17:29:30.403Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-03-21T17:29:30.403Z | |
69 | 2025-03-21T17:29:30.403Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-03-21T17:29:30.403Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-03-21T17:29:30.403Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-03-21T17:29:30.403Z | source "$HOME/.cargo/env.nu" # For nushell |
73 | 2025-03-21T17:29:30.477Z | + rustup --version |
74 | 2025-03-21T17:29:30.491Z | rustup 1.28.1 (f9edccde0 2025-03-05) |
75 | 2025-03-21T17:29:30.491Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
76 | 2025-03-21T17:29:30.517Z | info: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)` |
77 | 2025-03-21T17:29:30.520Z | + cargo --version |
78 | 2025-03-21T17:29:30.538Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
79 | 2025-03-21T17:29:30.541Z | + rustc --version |
80 | 2025-03-21T17:29:30.565Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
81 | 2025-03-21T17:29:30.568Z | process exited: duration 24411 ms, exit code 0 |
|
82 | 2025-03-21T17:29:30.574Z | starting task 2: "authentication" |
83 | 2025-03-21T17:29:30.596Z | process exited: duration 21 ms, exit code 0 |
|
84 | 2025-03-21T17:29:30.604Z | starting task 3: "clone repository" |
85 | 2025-03-21T17:29:30.607Z | + mkdir -p /work/oxidecomputer/omicron |
86 | 2025-03-21T17:29:30.610Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
87 | 2025-03-21T17:29:30.653Z | Cloning into '/work/oxidecomputer/omicron'... |
88 | 2025-03-21T17:29:37.223Z | + cd /work/oxidecomputer/omicron |
89 | 2025-03-21T17:29:37.226Z | + git fetch origin a567d7e0f060702c843ae3aa82bf9c39e46b75a4 |
90 | 2025-03-21T17:29:37.525Z | From https://github.com/oxidecomputer/omicron |
91 | 2025-03-21T17:29:37.525Z | * branch a567d7e0f060702c843ae3aa82bf9c39e46b75a4 -> FETCH_HEAD |
92 | 2025-03-21T17:29:37.535Z | + [[ -n unwind_volume_resource_usage_records ]] |
93 | 2025-03-21T17:29:37.538Z | ++ git branch --show-current |
94 | 2025-03-21T17:29:37.541Z | + current=main |
95 | 2025-03-21T17:29:37.541Z | + [[ main != unwind_volume_resource_usage_records ]] |
96 | 2025-03-21T17:29:37.541Z | + git branch -f unwind_volume_resource_usage_records a567d7e0f060702c843ae3aa82bf9c39e46b75a4 |
97 | 2025-03-21T17:29:37.544Z | + git checkout -f unwind_volume_resource_usage_records |
98 | 2025-03-21T17:29:37.733Z | Switched to branch 'unwind_volume_resource_usage_records' |
99 | 2025-03-21T17:29:37.737Z | + git reset --hard a567d7e0f060702c843ae3aa82bf9c39e46b75a4 |
100 | 2025-03-21T17:29:37.815Z | HEAD is now at a567d7e0f Clean up volume usage records created by sagas |
101 | 2025-03-21T17:29:37.818Z | process exited: duration 7213 ms, exit code 0 |
|
102 | 2025-03-21T17:29:37.827Z | starting task 4: "build" |
103 | 2025-03-21T17:29:37.830Z | + source .github/buildomat/ci-env.sh |
104 | 2025-03-21T17:29:37.830Z | ++ export CARGO_TERM_COLOR=always |
105 | 2025-03-21T17:29:37.830Z | ++ CARGO_TERM_COLOR=always |
106 | 2025-03-21T17:29:37.830Z | + cargo --version |
107 | 2025-03-21T17:29:37.886Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
108 | 2025-03-21T17:29:37.889Z | + rustc --version |
109 | 2025-03-21T17:29:37.955Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
110 | 2025-03-21T17:29:37.958Z | + source ./env.sh |
111 | 2025-03-21T17:29:37.958Z | ++ OLD_SHELL_OPTS=ehxB |
112 | 2025-03-21T17:29:37.958Z | ++ set -o xtrace |
113 | 2025-03-21T17:29:37.961Z | ++++ dirname ./env.sh |
114 | 2025-03-21T17:29:37.964Z | +++ readlink -f . |
115 | 2025-03-21T17:29:37.967Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
116 | 2025-03-21T17:29:37.967Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
117 | 2025-03-21T17:29:37.967Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
118 | 2025-03-21T17:29:37.967Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
119 | 2025-03-21T17:29:37.967Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
120 | 2025-03-21T17:29:37.967Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
121 | 2025-03-21T17:29:37.967Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
122 | 2025-03-21T17:29:37.968Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
123 | 2025-03-21T17:29:37.968Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
124 | 2025-03-21T17:29:37.968Z | ++ case $OLD_SHELL_OPTS in |
125 | 2025-03-21T17:29:37.968Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
126 | 2025-03-21T17:29:37.968Z | + export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
127 | 2025-03-21T17:29:37.968Z | + PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
128 | 2025-03-21T17:29:37.968Z | + banner prerequisites |
129 | 2025-03-21T17:29:37.971Z | |
130 | 2025-03-21T17:29:37.971Z | ##### ##### ###### ##### ###### #### # # # #### # |
131 | 2025-03-21T17:29:37.971Z | # # # # # # # # # # # # # # # |
132 | 2025-03-21T17:29:37.971Z | # # # # ##### # # ##### # # # # # #### # |
133 | 2025-03-21T17:29:37.971Z | ##### ##### # ##### # # # # # # # # # |
134 | 2025-03-21T17:29:37.971Z | # # # # # # # # # # # # # # # |
135 | 2025-03-21T17:29:37.971Z | # # # ###### # # ###### ### # #### # #### # |
136 | 2025-03-21T17:29:37.971Z | |
137 | 2025-03-21T17:29:37.971Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
138 | 2025-03-21T17:29:39.624Z | pkg list: illegal option -- F |
139 | 2025-03-21T17:29:39.624Z | Usage: |
140 | 2025-03-21T17:29:39.627Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
141 | 2025-03-21T17:29:39.628Z | [pkg_fmri_pattern ...] |
142 | 2025-03-21T17:29:40.340Z | pkg list: illegal option -- F |
143 | 2025-03-21T17:29:40.340Z | Usage: |
144 | 2025-03-21T17:29:40.343Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
145 | 2025-03-21T17:29:40.343Z | [pkg_fmri_pattern ...] |
146 | 2025-03-21T17:29:51.114Z | Startup: Refreshing catalog 'helios-dev' ... Done |
147 | 2025-03-21T17:29:55.636Z | Startup: Caching catalogs ... Done |
148 | 2025-03-21T17:30:10.488Z | Planning: Solver setup ... Done (13.776s) |
149 | 2025-03-21T17:30:10.648Z | Planning: Running solver ... Done (0.161s) |
150 | 2025-03-21T17:30:10.777Z | Planning: Finding local manifests ... Done (0.005s) |
151 | 2025-03-21T17:30:10.883Z | Planning: Fetching manifests: 0/7 0% complete |
152 | 2025-03-21T17:30:11.145Z | Planning: Fetching manifests: 7/7 100% complete |
153 | 2025-03-21T17:30:11.256Z | Planning: Package planning ... Done (0.110s) |
154 | 2025-03-21T17:30:11.311Z | Planning: Merging actions ... Done (0.056s) |
155 | 2025-03-21T17:30:11.514Z | Planning: Checking for conflicting actions ... Done (0.203s) |
156 | 2025-03-21T17:30:13.578Z | Planning: Consolidating action changes ... Done (2.064s) |
157 | 2025-03-21T17:30:14.015Z | Planning: Evaluating mediators ... Done (0.437s) |
158 | 2025-03-21T17:30:14.097Z | Planning: Planning completed in 18.36 seconds |
159 | 2025-03-21T17:30:14.114Z | Packages to install: 4 |
160 | 2025-03-21T17:30:14.114Z | Packages to update: 3 |
161 | 2025-03-21T17:30:14.117Z | Mediators to change: 2 |
162 | 2025-03-21T17:30:14.117Z | Services to change: 1 |
163 | 2025-03-21T17:30:14.117Z | Estimated space available: 155.59 GB |
164 | 2025-03-21T17:30:14.117Z | Estimated space to be consumed: 1.67 GB |
165 | 2025-03-21T17:30:14.117Z | Create boot environment: No |
166 | 2025-03-21T17:30:14.117Z | Create backup boot environment: Yes |
167 | 2025-03-21T17:30:14.118Z | Rebuild boot archive: No |
168 | 2025-03-21T17:30:14.118Z | |
169 | 2025-03-21T17:30:14.118Z | Changed mediators: |
170 | 2025-03-21T17:30:14.118Z | mediator clang: |
171 | 2025-03-21T17:30:14.118Z | version: None -> 15 (system default) |
172 | 2025-03-21T17:30:14.118Z | |
173 | 2025-03-21T17:30:14.118Z | mediator llvm: |
174 | 2025-03-21T17:30:14.118Z | version: 14 (system default) -> 15 (system default) |
175 | 2025-03-21T17:30:14.118Z | |
176 | 2025-03-21T17:30:14.118Z | Changed packages: |
177 | 2025-03-21T17:30:14.118Z | helios-dev |
178 | 2025-03-21T17:30:14.118Z | developer/build-essential |
179 | 2025-03-21T17:30:14.118Z | None -> 11-2.0 |
180 | 2025-03-21T17:30:14.118Z | library/libxmlsec1 |
181 | 2025-03-21T17:30:14.118Z | None -> 1.2.35-2.0 |
182 | 2025-03-21T17:30:14.118Z | ooce/developer/clang-15 |
183 | 2025-03-21T17:30:14.118Z | None -> 15.0.7-2.0 |
184 | 2025-03-21T17:30:14.118Z | ooce/developer/llvm-15 |
185 | 2025-03-21T17:30:14.118Z | None -> 15.0.7-2.0 |
186 | 2025-03-21T17:30:14.118Z | package/pkg |
187 | 2025-03-21T17:30:14.118Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
188 | 2025-03-21T17:30:14.118Z | system/library/g++-runtime |
189 | 2025-03-21T17:30:14.118Z | 13-2.0 -> 14-2.0 |
190 | 2025-03-21T17:30:14.118Z | system/library/gcc-runtime |
191 | 2025-03-21T17:30:14.118Z | 13-2.0 -> 14-2.0 |
192 | 2025-03-21T17:30:14.118Z | |
193 | 2025-03-21T17:30:14.118Z | Services: |
194 | 2025-03-21T17:30:14.118Z | restart_fmri: |
195 | 2025-03-21T17:30:14.118Z | svc:/system/update-man-index:default |
196 | 2025-03-21T17:30:14.118Z | |
197 | 2025-03-21T17:30:14.118Z | Editable files to change: |
198 | 2025-03-21T17:30:14.118Z | Update: |
199 | 2025-03-21T17:30:14.118Z | usr/share/lib/pkg/web/config.shtml |
200 | 2025-03-21T17:30:14.199Z | |
201 | 2025-03-21T17:30:14.199Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
202 | 2025-03-21T17:30:19.203Z | Download: 473/4301 items 6.9/225.4MB 3% complete (1.4M/s) |
203 | 2025-03-21T17:30:24.202Z | Download: 1192/4301 items 80.8/225.4MB 35% complete (8.0M/s) |
204 | 2025-03-21T17:30:29.218Z | Download: 1562/4301 items 103.9/225.4MB 46% complete (9.8M/s) |
205 | 2025-03-21T17:30:35.013Z | Download: 2222/4301 items 105.5/225.4MB 46% complete (7.7M/s) |
206 | 2025-03-21T17:30:40.015Z | Download: 2569/4301 items 120.4/225.4MB 53% complete (1.6M/s) |
207 | 2025-03-21T17:30:45.300Z | Download: 3247/4301 items 203.1/225.4MB 90% complete (10.3M/s) |
208 | 2025-03-21T17:31:04.400Z | Download: 3248/4301 items 203.1/225.4MB 90% complete |
209 | 2025-03-21T17:31:10.712Z | Download: 3283/4301 items 209.4/225.4MB 92% complete (10.5M/s) |
210 | 2025-03-21T17:31:17.135Z | Download: 3284/4301 items 210.8/225.4MB 93% complete (2.6M/s) |
211 | 2025-03-21T17:31:22.134Z | Download: 3811/4301 items 216.9/225.4MB 96% complete (1.2M/s) |
212 | 2025-03-21T17:31:27.244Z | Download: 4205/4301 items 220.6/225.4MB 97% complete (1.1M/s) |
213 | 2025-03-21T17:31:30.271Z | Download: Completed 225.42 MB in 76.07 seconds (3.0M/s) |
214 | 2025-03-21T17:31:32.517Z | Actions: 1/5122 actions (Removing old actions) |
215 | 2025-03-21T17:31:32.540Z | Actions: 194/5122 actions (Installing new actions) |
216 | 2025-03-21T17:31:37.207Z | Actions: 4267/5122 actions (Updating modified actions) |
217 | 2025-03-21T17:31:37.570Z | Actions: Completed 5122 actions in 5.05 seconds. |
218 | 2025-03-21T17:31:37.807Z | Done (0.233s) |
219 | 2025-03-21T17:31:37.811Z | Done (0.002s) |
220 | 2025-03-21T17:31:38.455Z | Done (0.645s) |
221 | 2025-03-21T17:31:42.870Z | Done (4.182s) |
222 | 2025-03-21T17:31:42.957Z | Done (0.019s) |
223 | 2025-03-21T17:31:42.961Z | Done (0.000s) |
224 | 2025-03-21T17:31:43.140Z | Done (0.000s) |
225 | 2025-03-21T17:31:43.868Z | Planning: Evaluating mediator changes ... Done |
226 | 2025-03-21T17:31:44.028Z | Planning: Checking for conflicting actions ... Done |
227 | 2025-03-21T17:31:44.032Z | Planning: Consolidating action changes ... Done |
228 | 2025-03-21T17:31:44.302Z | Planning: Evaluating mediators ... Done |
229 | 2025-03-21T17:31:44.305Z | Planning: Planning completed in 0.43 seconds |
230 | 2025-03-21T17:31:44.343Z | Mediators to change: 2 |
231 | 2025-03-21T17:31:44.343Z | Create boot environment: No |
232 | 2025-03-21T17:31:44.346Z | Create backup boot environment: No |
233 | 2025-03-21T17:31:44.446Z | Done |
234 | 2025-03-21T17:31:44.446Z | Done |
235 | 2025-03-21T17:31:44.877Z | Done |
236 | 2025-03-21T17:31:48.477Z | Done |
237 | 2025-03-21T17:31:48.566Z | Done |
238 | 2025-03-21T17:31:48.570Z | Done |
239 | 2025-03-21T17:31:48.699Z | Done |
240 | 2025-03-21T17:31:49.307Z | Planning: Evaluating mediator changes ... Done |
241 | 2025-03-21T17:31:49.310Z | Planning: Merging actions ... Done |
242 | 2025-03-21T17:31:49.495Z | Planning: Checking for conflicting actions ... Done |
243 | 2025-03-21T17:31:49.500Z | Planning: Consolidating action changes ... Done |
244 | 2025-03-21T17:31:49.760Z | Planning: Evaluating mediators ... Done |
245 | 2025-03-21T17:31:49.826Z | Planning: Planning completed in 0.75 seconds |
246 | 2025-03-21T17:31:49.858Z | Packages to change: 1 |
247 | 2025-03-21T17:31:49.859Z | Mediators to change: 1 |
248 | 2025-03-21T17:31:49.866Z | Services to change: 1 |
249 | 2025-03-21T17:31:49.866Z | Create boot environment: No |
250 | 2025-03-21T17:31:49.866Z | Create backup boot environment: Yes |
251 | 2025-03-21T17:31:52.199Z | Actions: 1/6 actions (Updating modified actions) |
252 | 2025-03-21T17:31:52.247Z | Actions: Completed 6 actions in 0.00 seconds. |
253 | 2025-03-21T17:31:52.247Z | Done |
254 | 2025-03-21T17:31:52.247Z | Done |
255 | 2025-03-21T17:31:52.295Z | Done |
256 | 2025-03-21T17:31:55.895Z | Done |
257 | 2025-03-21T17:31:55.987Z | Done |
258 | 2025-03-21T17:31:55.992Z | Done |
259 | 2025-03-21T17:31:56.134Z | Done |
260 | 2025-03-21T17:31:56.587Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
261 | 2025-03-21T17:31:56.587Z | clang system 15 system |
262 | 2025-03-21T17:31:56.587Z | csh system system illumos |
263 | 2025-03-21T17:31:56.587Z | ctags system system illumos |
264 | 2025-03-21T17:31:56.587Z | gcc vendor 12 vendor |
265 | 2025-03-21T17:31:56.587Z | gcc system 10 system |
266 | 2025-03-21T17:31:56.588Z | gcc system 7 system |
267 | 2025-03-21T17:31:56.588Z | go system 1.20 system |
268 | 2025-03-21T17:31:56.588Z | go system 1.19 system |
269 | 2025-03-21T17:31:56.588Z | llvm system 15 system |
270 | 2025-03-21T17:31:56.588Z | llvm system 14 system |
271 | 2025-03-21T17:31:56.588Z | mariadb system 10.6 system |
272 | 2025-03-21T17:31:56.588Z | mta vendor vendor dma |
273 | 2025-03-21T17:31:56.588Z | openjdk system 17 system |
274 | 2025-03-21T17:31:56.588Z | openjdk system 11 system |
275 | 2025-03-21T17:31:56.588Z | openjdk system 1.8 system |
276 | 2025-03-21T17:31:56.589Z | openssl vendor 3 vendor |
277 | 2025-03-21T17:31:56.589Z | perl system 5.36 system |
278 | 2025-03-21T17:31:56.589Z | postgresql system 15 system |
279 | 2025-03-21T17:31:56.589Z | postgresql system 13 system |
280 | 2025-03-21T17:31:56.589Z | python vendor 3 vendor |
281 | 2025-03-21T17:31:56.589Z | python system 2 system |
282 | 2025-03-21T17:31:56.589Z | python3 system 3.11 system |
283 | 2025-03-21T17:31:56.589Z | ruby system 3.0 system |
284 | 2025-03-21T17:31:56.589Z | words vendor vendor american-english |
285 | 2025-03-21T17:31:56.589Z | words system system australian-english |
286 | 2025-03-21T17:31:56.589Z | words system system british-english |
287 | 2025-03-21T17:31:56.589Z | words system system canadian-english |
288 | 2025-03-21T17:31:56.589Z | words system system french |
289 | 2025-03-21T17:31:56.589Z | words system system italian |
290 | 2025-03-21T17:31:56.589Z | words system system ngerman |
291 | 2025-03-21T17:31:56.590Z | words system system ogerman |
292 | 2025-03-21T17:31:56.590Z | words system system spanish |
293 | 2025-03-21T17:31:56.905Z | PUBLISHER TYPE STATUS P LOCATION |
294 | 2025-03-21T17:31:56.905Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
295 | 2025-03-21T17:32:00.065Z | FMRI IFO |
296 | 2025-03-21T17:32:00.065Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
297 | 2025-03-21T17:32:00.065Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
298 | 2025-03-21T17:32:00.065Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
299 | 2025-03-21T17:32:00.065Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
300 | 2025-03-21T17:32:00.065Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
301 | 2025-03-21T17:32:00.065Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
302 | 2025-03-21T17:32:00.065Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
303 | 2025-03-21T17:32:00.065Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
304 | 2025-03-21T17:32:00.065Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
305 | 2025-03-21T17:32:00.065Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
306 | 2025-03-21T17:32:00.066Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
307 | 2025-03-21T17:32:00.066Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
308 | 2025-03-21T17:32:00.066Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
309 | 2025-03-21T17:32:00.066Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
310 | 2025-03-21T17:32:00.066Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
311 | 2025-03-21T17:32:00.908Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
312 | 2025-03-21T17:32:01.180Z | Updating crates.io index |
313 | 2025-03-21T17:32:01.184Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
314 | 2025-03-21T17:32:01.794Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
315 | 2025-03-21T17:32:02.033Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
316 | 2025-03-21T17:32:02.270Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
317 | 2025-03-21T17:32:02.550Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
318 | 2025-03-21T17:32:03.514Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
319 | 2025-03-21T17:32:05.409Z | Updating git repository `https://github.com/oxidecomputer/opte` |
320 | 2025-03-21T17:32:06.008Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
321 | 2025-03-21T17:32:06.700Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
322 | 2025-03-21T17:32:06.943Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
323 | 2025-03-21T17:32:07.222Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
324 | 2025-03-21T17:32:07.830Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
325 | 2025-03-21T17:32:08.290Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
326 | 2025-03-21T17:32:08.593Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
327 | 2025-03-21T17:32:09.021Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
328 | 2025-03-21T17:32:09.311Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
329 | 2025-03-21T17:32:09.528Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
330 | 2025-03-21T17:32:09.751Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
331 | 2025-03-21T17:32:09.955Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
332 | 2025-03-21T17:32:10.223Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
333 | 2025-03-21T17:32:10.509Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
334 | 2025-03-21T17:32:10.751Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
335 | 2025-03-21T17:32:11.059Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
336 | 2025-03-21T17:32:11.330Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
337 | 2025-03-21T17:32:11.622Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
338 | 2025-03-21T17:32:12.194Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
339 | 2025-03-21T17:32:12.437Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
340 | 2025-03-21T17:32:12.893Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
341 | 2025-03-21T17:32:13.135Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
342 | 2025-03-21T17:32:13.441Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
343 | 2025-03-21T17:32:13.659Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
344 | 2025-03-21T17:32:13.921Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
345 | 2025-03-21T17:32:15.297Z | Downloading crates ... |
346 | 2025-03-21T17:32:15.390Z | Downloaded zerocopy-derive v0.7.35 |
347 | 2025-03-21T17:32:15.400Z | Downloaded zerocopy v0.7.35 |
348 | 2025-03-21T17:32:15.415Z | Downloaded winnow v0.7.3 |
349 | 2025-03-21T17:32:15.424Z | Downloaded clap_derive v4.5.28 |
350 | 2025-03-21T17:32:15.428Z | Downloaded digest v0.10.7 |
351 | 2025-03-21T17:32:15.432Z | Downloaded colorchoice v1.0.2 |
352 | 2025-03-21T17:32:15.435Z | Downloaded clap v4.5.31 |
353 | 2025-03-21T17:32:15.441Z | Downloaded fastrand v2.1.1 |
354 | 2025-03-21T17:32:15.444Z | Downloaded equivalent v1.0.1 |
355 | 2025-03-21T17:32:15.444Z | Downloaded anstyle-parse v0.2.5 |
356 | 2025-03-21T17:32:15.448Z | Downloaded dof v0.3.0 |
357 | 2025-03-21T17:32:15.448Z | Downloaded is_terminal_polyfill v1.70.1 |
358 | 2025-03-21T17:32:15.451Z | Downloaded fnv v1.0.7 |
359 | 2025-03-21T17:32:15.451Z | Downloaded clap_lex v0.7.4 |
360 | 2025-03-21T17:32:15.451Z | Downloaded dtrace-parser v0.2.0 |
361 | 2025-03-21T17:32:15.456Z | Downloaded fs-err v2.11.0 |
362 | 2025-03-21T17:32:15.459Z | Downloaded heck v0.4.1 |
363 | 2025-03-21T17:32:15.463Z | Downloaded anstyle v1.0.10 |
364 | 2025-03-21T17:32:15.463Z | Downloaded generic-array v0.14.7 |
365 | 2025-03-21T17:32:15.466Z | Downloaded crypto-common v0.1.6 |
366 | 2025-03-21T17:32:15.466Z | Downloaded cpufeatures v0.2.14 |
367 | 2025-03-21T17:32:15.470Z | Downloaded itoa v1.0.11 |
368 | 2025-03-21T17:32:15.473Z | Downloaded errno v0.3.9 |
369 | 2025-03-21T17:32:15.473Z | Downloaded heck v0.5.0 |
370 | 2025-03-21T17:32:15.480Z | Downloaded pretty-hex v0.4.1 |
371 | 2025-03-21T17:32:15.486Z | Downloaded memmap v0.7.0 |
372 | 2025-03-21T17:32:15.489Z | Downloaded macaddr v1.0.1 |
373 | 2025-03-21T17:32:15.489Z | Downloaded io-lifetimes v1.0.11 |
374 | 2025-03-21T17:32:15.493Z | Downloaded pest_generator v2.7.14 |
375 | 2025-03-21T17:32:15.493Z | Downloaded anstream v0.6.15 |
376 | 2025-03-21T17:32:15.504Z | Downloaded scroll_derive v0.12.0 |
377 | 2025-03-21T17:32:15.509Z | Downloaded proc-macro-error-attr v1.0.4 |
378 | 2025-03-21T17:32:15.512Z | Downloaded plain v0.2.3 |
379 | 2025-03-21T17:32:15.521Z | Downloaded usdt-macro v0.5.0 |
380 | 2025-03-21T17:32:15.525Z | Downloaded usdt-attr-macro v0.5.0 |
381 | 2025-03-21T17:32:15.528Z | Downloaded serde_spanned v0.6.8 |
382 | 2025-03-21T17:32:15.531Z | Downloaded smawk v0.3.2 |
383 | 2025-03-21T17:32:15.537Z | Downloaded once_cell v1.20.3 |
384 | 2025-03-21T17:32:15.540Z | Downloaded bytecount v0.6.8 |
385 | 2025-03-21T17:32:15.548Z | Downloaded swrite v0.1.0 |
386 | 2025-03-21T17:32:15.552Z | Downloaded byteorder v1.5.0 |
387 | 2025-03-21T17:32:15.552Z | Downloaded bitflags v1.3.2 |
388 | 2025-03-21T17:32:15.555Z | Downloaded autocfg v1.4.0 |
389 | 2025-03-21T17:32:15.555Z | Downloaded tabled_derive v0.7.0 |
390 | 2025-03-21T17:32:15.559Z | Downloaded thread-id v4.2.2 |
391 | 2025-03-21T17:32:15.559Z | Downloaded pest_derive v2.7.14 |
392 | 2025-03-21T17:32:15.562Z | Downloaded terminal_size v0.2.6 |
393 | 2025-03-21T17:32:15.562Z | Downloaded proc-macro-error v1.0.4 |
394 | 2025-03-21T17:32:15.565Z | Downloaded strsim v0.11.1 |
395 | 2025-03-21T17:32:15.565Z | Downloaded cargo-platform v0.1.8 |
396 | 2025-03-21T17:32:15.568Z | Downloaded thiserror-impl v1.0.69 |
397 | 2025-03-21T17:32:15.569Z | Downloaded anstyle-query v1.1.1 |
398 | 2025-03-21T17:32:15.569Z | Downloaded thiserror v1.0.69 |
399 | 2025-03-21T17:32:15.575Z | Downloaded utf8parse v0.2.2 |
400 | 2025-03-21T17:32:15.578Z | Downloaded toml_datetime v0.6.8 |
401 | 2025-03-21T17:32:15.578Z | Downloaded thiserror-impl v2.0.11 |
402 | 2025-03-21T17:32:15.578Z | Downloaded scroll v0.12.0 |
403 | 2025-03-21T17:32:15.578Z | Downloaded block-buffer v0.10.4 |
404 | 2025-03-21T17:32:15.583Z | Downloaded usdt v0.5.0 |
405 | 2025-03-21T17:32:15.583Z | Downloaded sha2 v0.10.8 |
406 | 2025-03-21T17:32:15.586Z | Downloaded quote v1.0.38 |
407 | 2025-03-21T17:32:15.586Z | Downloaded serde_tokenstream v0.2.2 |
408 | 2025-03-21T17:32:15.589Z | Downloaded semver v1.0.25 |
409 | 2025-03-21T17:32:15.589Z | Downloaded log v0.4.22 |
410 | 2025-03-21T17:32:15.592Z | Downloaded indexmap v2.7.1 |
411 | 2025-03-21T17:32:15.597Z | Downloaded camino v1.1.9 |
412 | 2025-03-21T17:32:15.600Z | Downloaded terminal_size v0.4.0 |
413 | 2025-03-21T17:32:15.603Z | Downloaded cargo_toml v0.21.0 |
414 | 2025-03-21T17:32:15.606Z | Downloaded tempfile v3.13.0 |
415 | 2025-03-21T17:32:15.609Z | Downloaded thiserror v2.0.11 |
416 | 2025-03-21T17:32:15.613Z | Downloaded usdt-impl v0.5.0 |
417 | 2025-03-21T17:32:15.617Z | Downloaded cargo_metadata v0.19.2 |
418 | 2025-03-21T17:32:15.617Z | Downloaded cfg-if v1.0.0 |
419 | 2025-03-21T17:32:15.617Z | Downloaded pest_meta v2.7.14 |
420 | 2025-03-21T17:32:15.620Z | Downloaded camino-tempfile v1.1.1 |
421 | 2025-03-21T17:32:15.623Z | Downloaded serde_derive v1.0.218 |
422 | 2025-03-21T17:32:15.628Z | Downloaded version_check v0.9.5 |
423 | 2025-03-21T17:32:15.633Z | Downloaded anyhow v1.0.97 |
424 | 2025-03-21T17:32:15.636Z | Downloaded ryu v1.0.18 |
425 | 2025-03-21T17:32:15.636Z | Downloaded proc-macro2 v1.0.93 |
426 | 2025-03-21T17:32:15.640Z | Downloaded bitflags v2.6.0 |
427 | 2025-03-21T17:32:15.643Z | Downloaded ucd-trie v0.1.7 |
428 | 2025-03-21T17:32:15.643Z | Downloaded papergrid v0.11.0 |
429 | 2025-03-21T17:32:15.648Z | Downloaded unicode-linebreak v0.1.5 |
430 | 2025-03-21T17:32:15.653Z | Downloaded unicode-ident v1.0.14 |
431 | 2025-03-21T17:32:15.656Z | Downloaded toml v0.8.20 |
432 | 2025-03-21T17:32:15.656Z | Downloaded typenum v1.17.0 |
433 | 2025-03-21T17:32:15.662Z | Downloaded serde v1.0.218 |
434 | 2025-03-21T17:32:15.671Z | Downloaded textwrap v0.16.1 |
435 | 2025-03-21T17:32:15.686Z | Downloaded clap_builder v4.5.31 |
436 | 2025-03-21T17:32:15.691Z | Downloaded toml_edit v0.22.24 |
437 | 2025-03-21T17:32:15.712Z | Downloaded memchr v2.7.4 |
438 | 2025-03-21T17:32:15.718Z | Downloaded hashbrown v0.15.1 |
439 | 2025-03-21T17:32:15.726Z | Downloaded pest v2.7.14 |
440 | 2025-03-21T17:32:15.734Z | Downloaded goblin v0.8.2 |
441 | 2025-03-21T17:32:15.742Z | Downloaded serde_json v1.0.139 |
442 | 2025-03-21T17:32:15.752Z | Downloaded tabled v0.15.0 |
443 | 2025-03-21T17:32:15.778Z | Downloaded syn v1.0.109 |
444 | 2025-03-21T17:32:15.788Z | Downloaded unicode-width v0.1.14 |
445 | 2025-03-21T17:32:15.796Z | Downloaded syn v2.0.98 |
446 | 2025-03-21T17:32:15.807Z | Downloaded rustix v0.37.28 |
447 | 2025-03-21T17:32:15.824Z | Downloaded rustix v0.38.37 |
448 | 2025-03-21T17:32:15.862Z | Downloaded libc v0.2.170 |
449 | 2025-03-21T17:32:16.004Z | Compiling proc-macro2 v1.0.93 |
450 | 2025-03-21T17:32:16.004Z | Compiling unicode-ident v1.0.14 |
451 | 2025-03-21T17:32:16.007Z | Compiling version_check v0.9.5 |
452 | 2025-03-21T17:32:16.007Z | Compiling serde v1.0.218 |
453 | 2025-03-21T17:32:16.007Z | Compiling libc v0.2.170 |
454 | 2025-03-21T17:32:16.008Z | Compiling memchr v2.7.4 |
455 | 2025-03-21T17:32:16.008Z | Compiling thiserror v1.0.69 |
456 | 2025-03-21T17:32:16.041Z | Compiling itoa v1.0.11 |
457 | 2025-03-21T17:32:16.307Z | Compiling ucd-trie v0.1.7 |
458 | 2025-03-21T17:32:16.398Z | Compiling ryu v1.0.18 |
459 | 2025-03-21T17:32:16.784Z | Compiling once_cell v1.20.3 |
460 | 2025-03-21T17:32:16.792Z | Compiling byteorder v1.5.0 |
461 | 2025-03-21T17:32:16.848Z | Compiling serde_json v1.0.139 |
462 | 2025-03-21T17:32:17.163Z | Compiling rustix v0.38.37 |
463 | 2025-03-21T17:32:17.330Z | Compiling bitflags v2.6.0 |
464 | 2025-03-21T17:32:17.457Z | Compiling usdt-impl v0.5.0 |
465 | 2025-03-21T17:32:17.625Z | Compiling proc-macro-error-attr v1.0.4 |
466 | 2025-03-21T17:32:17.721Z | Compiling io-lifetimes v1.0.11 |
467 | 2025-03-21T17:32:17.757Z | Compiling syn v1.0.109 |
468 | 2025-03-21T17:32:17.907Z | Compiling quote v1.0.38 |
469 | 2025-03-21T17:32:18.075Z | Compiling proc-macro-error v1.0.4 |
470 | 2025-03-21T17:32:18.098Z | Compiling log v0.4.22 |
471 | 2025-03-21T17:32:18.247Z | Compiling errno v0.3.9 |
472 | 2025-03-21T17:32:18.315Z | Compiling syn v2.0.98 |
473 | 2025-03-21T17:32:18.436Z | Compiling utf8parse v0.2.2 |
474 | 2025-03-21T17:32:18.485Z | Compiling equivalent v1.0.1 |
475 | 2025-03-21T17:32:18.546Z | Compiling plain v0.2.3 |
476 | 2025-03-21T17:32:18.571Z | Compiling thread-id v4.2.2 |
477 | 2025-03-21T17:32:18.603Z | Compiling hashbrown v0.15.1 |
478 | 2025-03-21T17:32:18.607Z | Compiling rustix v0.37.28 |
479 | 2025-03-21T17:32:18.649Z | Compiling camino v1.1.9 |
480 | 2025-03-21T17:32:18.706Z | Compiling anstyle-parse v0.2.5 |
481 | 2025-03-21T17:32:19.288Z | Compiling pretty-hex v0.4.1 |
482 | 2025-03-21T17:32:19.415Z | Compiling thiserror v2.0.11 |
483 | 2025-03-21T17:32:19.493Z | Compiling anstyle v1.0.10 |
484 | 2025-03-21T17:32:19.536Z | Compiling bitflags v1.3.2 |
485 | 2025-03-21T17:32:19.562Z | Compiling anstyle-query v1.1.1 |
486 | 2025-03-21T17:32:19.656Z | Compiling indexmap v2.7.1 |
487 | 2025-03-21T17:32:19.679Z | Compiling colorchoice v1.0.2 |
488 | 2025-03-21T17:32:19.730Z | Compiling unicode-width v0.1.14 |
489 | 2025-03-21T17:32:19.863Z | Compiling is_terminal_polyfill v1.70.1 |
490 | 2025-03-21T17:32:19.917Z | Compiling autocfg v1.4.0 |
491 | 2025-03-21T17:32:19.975Z | Compiling semver v1.0.25 |
492 | 2025-03-21T17:32:20.014Z | Compiling winnow v0.7.3 |
493 | 2025-03-21T17:32:20.275Z | Compiling terminal_size v0.4.0 |
494 | 2025-03-21T17:32:20.487Z | Compiling anstream v0.6.15 |
495 | 2025-03-21T17:32:20.860Z | Compiling fs-err v2.11.0 |
496 | 2025-03-21T17:32:21.123Z | Compiling strsim v0.11.1 |
497 | 2025-03-21T17:32:21.141Z | Compiling anyhow v1.0.97 |
498 | 2025-03-21T17:32:21.146Z | Compiling cfg-if v1.0.0 |
499 | 2025-03-21T17:32:21.222Z | Compiling heck v0.4.1 |
500 | 2025-03-21T17:32:21.255Z | Compiling fastrand v2.1.1 |
501 | 2025-03-21T17:32:21.650Z | Compiling clap_lex v0.7.4 |
502 | 2025-03-21T17:32:21.745Z | Compiling heck v0.5.0 |
503 | 2025-03-21T17:32:21.770Z | Compiling bytecount v0.6.8 |
504 | 2025-03-21T17:32:22.052Z | Compiling fnv v1.0.7 |
505 | 2025-03-21T17:32:22.070Z | Compiling clap_builder v4.5.31 |
506 | 2025-03-21T17:32:22.186Z | Compiling papergrid v0.11.0 |
507 | 2025-03-21T17:32:22.214Z | Compiling terminal_size v0.2.6 |
508 | 2025-03-21T17:32:22.385Z | Compiling tempfile v3.13.0 |
509 | 2025-03-21T17:32:22.633Z | Compiling memmap v0.7.0 |
510 | 2025-03-21T17:32:22.814Z | Compiling unicode-linebreak v0.1.5 |
511 | 2025-03-21T17:32:22.959Z | Compiling smawk v0.3.2 |
512 | 2025-03-21T17:32:23.272Z | Compiling textwrap v0.16.1 |
513 | 2025-03-21T17:32:23.388Z | Compiling swrite v0.1.0 |
514 | 2025-03-21T17:32:24.020Z | Compiling tabled_derive v0.7.0 |
515 | 2025-03-21T17:32:25.403Z | Compiling serde_derive v1.0.218 |
516 | 2025-03-21T17:32:25.403Z | Compiling thiserror-impl v1.0.69 |
517 | 2025-03-21T17:32:25.407Z | Compiling zerocopy-derive v0.7.35 |
518 | 2025-03-21T17:32:25.407Z | Compiling scroll_derive v0.12.0 |
519 | 2025-03-21T17:32:25.407Z | Compiling thiserror-impl v2.0.11 |
520 | 2025-03-21T17:32:25.407Z | Compiling clap_derive v4.5.28 |
521 | 2025-03-21T17:32:25.562Z | Compiling tabled v0.15.0 |
522 | 2025-03-21T17:32:26.889Z | Compiling scroll v0.12.0 |
523 | 2025-03-21T17:32:27.341Z | Compiling zerocopy v0.7.35 |
524 | 2025-03-21T17:32:27.440Z | Compiling goblin v0.8.2 |
525 | 2025-03-21T17:32:28.581Z | Compiling pest v2.7.14 |
526 | 2025-03-21T17:32:29.861Z | Compiling clap v4.5.31 |
527 | 2025-03-21T17:32:30.764Z | Compiling pest_meta v2.7.14 |
528 | 2025-03-21T17:32:31.769Z | Compiling pest_generator v2.7.14 |
529 | 2025-03-21T17:32:33.181Z | Compiling pest_derive v2.7.14 |
530 | 2025-03-21T17:32:33.747Z | Compiling dtrace-parser v0.2.0 |
531 | 2025-03-21T17:32:34.589Z | Compiling serde_spanned v0.6.8 |
532 | 2025-03-21T17:32:34.592Z | Compiling toml_datetime v0.6.8 |
533 | 2025-03-21T17:32:34.592Z | Compiling cargo-platform v0.1.8 |
534 | 2025-03-21T17:32:34.865Z | Compiling serde_tokenstream v0.2.2 |
535 | 2025-03-21T17:32:34.912Z | Compiling macaddr v1.0.1 |
536 | 2025-03-21T17:32:35.101Z | Compiling toml_edit v0.22.24 |
537 | 2025-03-21T17:32:35.225Z | Compiling camino-tempfile v1.1.1 |
538 | 2025-03-21T17:32:35.944Z | Compiling dof v0.3.0 |
539 | 2025-03-21T17:32:35.944Z | Compiling cargo_metadata v0.19.2 |
540 | 2025-03-21T17:32:37.579Z | Compiling usdt-macro v0.5.0 |
541 | 2025-03-21T17:32:37.583Z | Compiling usdt-attr-macro v0.5.0 |
542 | 2025-03-21T17:32:37.925Z | Compiling toml v0.8.20 |
543 | 2025-03-21T17:32:38.738Z | Compiling cargo_toml v0.21.0 |
544 | 2025-03-21T17:32:38.792Z | Compiling usdt v0.5.0 |
545 | 2025-03-21T17:32:41.275Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
546 | 2025-03-21T17:32:44.455Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.80s |
547 | 2025-03-21T17:32:44.698Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
548 | 2025-03-21T17:32:45.272Z | Downloading crates ... |
549 | 2025-03-21T17:32:45.390Z | Downloaded atomicwrites v0.4.4 |
550 | 2025-03-21T17:32:45.405Z | Downloaded atty v0.2.14 |
551 | 2025-03-21T17:32:45.413Z | Downloaded async-stream-impl v0.3.6 |
552 | 2025-03-21T17:32:45.420Z | Downloaded hex v0.4.3 |
553 | 2025-03-21T17:32:45.420Z | Downloaded cfg_aliases v0.1.1 |
554 | 2025-03-21T17:32:45.428Z | Downloaded hickory-client v0.24.4 |
555 | 2025-03-21T17:32:45.428Z | Downloaded ident_case v1.0.1 |
556 | 2025-03-21T17:32:45.428Z | Downloaded ctr v0.9.2 |
557 | 2025-03-21T17:32:45.432Z | Downloaded http-range v0.1.5 |
558 | 2025-03-21T17:32:45.432Z | Downloaded http-body v1.0.1 |
559 | 2025-03-21T17:32:45.432Z | Downloaded ciborium-io v0.2.2 |
560 | 2025-03-21T17:32:45.432Z | Downloaded hubpack_derive v0.1.1 |
561 | 2025-03-21T17:32:45.436Z | Downloaded crunchy v0.2.2 |
562 | 2025-03-21T17:32:45.439Z | Downloaded cfg_aliases v0.2.1 |
563 | 2025-03-21T17:32:45.439Z | Downloaded icu_provider_macros v1.5.0 |
564 | 2025-03-21T17:32:45.442Z | Downloaded cstr-argument v0.1.2 |
565 | 2025-03-21T17:32:45.446Z | Downloaded heck v0.3.3 |
566 | 2025-03-21T17:32:45.450Z | Downloaded idna_adapter v1.2.0 |
567 | 2025-03-21T17:32:45.450Z | Downloaded async-recursion v1.1.1 |
568 | 2025-03-21T17:32:45.453Z | Downloaded is_ci v1.2.0 |
569 | 2025-03-21T17:32:45.453Z | Downloaded arrayref v0.3.9 |
570 | 2025-03-21T17:32:45.456Z | Downloaded crucible-workspace-hack v0.1.0 |
571 | 2025-03-21T17:32:45.456Z | Downloaded match_cfg v0.1.0 |
572 | 2025-03-21T17:32:45.456Z | Downloaded async-stream v0.3.6 |
573 | 2025-03-21T17:32:45.459Z | Downloaded md5 v0.7.0 |
574 | 2025-03-21T17:32:45.464Z | Downloaded lru v0.12.5 |
575 | 2025-03-21T17:32:45.464Z | Downloaded impl-trait-for-tuples v0.2.2 |
576 | 2025-03-21T17:32:45.468Z | Downloaded atomic-waker v1.1.2 |
577 | 2025-03-21T17:32:45.468Z | Downloaded assert_matches v1.5.0 |
578 | 2025-03-21T17:32:45.473Z | Downloaded indoc v1.0.9 |
579 | 2025-03-21T17:32:45.473Z | Downloaded httpdate v1.0.3 |
580 | 2025-03-21T17:32:45.473Z | Downloaded array-init v0.0.4 |
581 | 2025-03-21T17:32:45.473Z | Downloaded adler2 v2.0.0 |
582 | 2025-03-21T17:32:45.476Z | Downloaded lru-cache v0.1.2 |
583 | 2025-03-21T17:32:45.476Z | Downloaded aead v0.5.2 |
584 | 2025-03-21T17:32:45.480Z | Downloaded lazy_static v1.5.0 |
585 | 2025-03-21T17:32:45.480Z | Downloaded bit-vec v0.6.3 |
586 | 2025-03-21T17:32:45.486Z | Downloaded cipher v0.4.4 |
587 | 2025-03-21T17:32:45.486Z | Downloaded highway v1.3.0 |
588 | 2025-03-21T17:32:45.486Z | Downloaded maplit v1.0.2 |
589 | 2025-03-21T17:32:45.486Z | Downloaded cobs v0.2.3 |
590 | 2025-03-21T17:32:45.492Z | Downloaded bcrypt-pbkdf v0.10.0 |
591 | 2025-03-21T17:32:45.492Z | Downloaded lockfree-object-pool v0.1.6 |
592 | 2025-03-21T17:32:45.497Z | Downloaded kstat-rs v0.2.4 |
593 | 2025-03-21T17:32:45.497Z | Downloaded instability v0.3.2 |
594 | 2025-03-21T17:32:45.498Z | Downloaded ciborium-ll v0.2.2 |
595 | 2025-03-21T17:32:45.498Z | Downloaded internet-checksum v0.2.1 |
596 | 2025-03-21T17:32:45.501Z | Downloaded mockall v0.13.1 |
597 | 2025-03-21T17:32:45.501Z | Downloaded md-5 v0.10.6 |
598 | 2025-03-21T17:32:45.501Z | Downloaded crossbeam-deque v0.8.5 |
599 | 2025-03-21T17:32:45.504Z | Downloaded linked-hash-map v0.5.6 |
600 | 2025-03-21T17:32:45.504Z | Downloaded libsw-core v0.3.1 |
601 | 2025-03-21T17:32:45.507Z | Downloaded blowfish v0.9.1 |
602 | 2025-03-21T17:32:45.507Z | Downloaded managed v0.8.0 |
603 | 2025-03-21T17:32:45.511Z | Downloaded memoffset v0.9.1 |
604 | 2025-03-21T17:32:45.511Z | Downloaded castaway v0.2.3 |
605 | 2025-03-21T17:32:45.514Z | Downloaded bitfield-struct v0.6.2 |
606 | 2025-03-21T17:32:45.515Z | Downloaded bit-set v0.5.3 |
607 | 2025-03-21T17:32:45.515Z | Downloaded iana-time-zone v0.1.61 |
608 | 2025-03-21T17:32:45.518Z | Downloaded crc v3.2.1 |
609 | 2025-03-21T17:32:45.521Z | Downloaded async-bb8-diesel v0.2.1 |
610 | 2025-03-21T17:32:45.521Z | Downloaded indent_write v2.2.0 |
611 | 2025-03-21T17:32:45.524Z | Downloaded icu_locid_transform v1.5.0 |
612 | 2025-03-21T17:32:45.527Z | Downloaded chrono-tz-build v0.4.0 |
613 | 2025-03-21T17:32:45.527Z | Downloaded addr2line v0.24.2 |
614 | 2025-03-21T17:32:45.544Z | Downloaded progenitor-macro v0.9.1 |
615 | 2025-03-21T17:32:45.544Z | Downloaded libsw v3.4.0 |
616 | 2025-03-21T17:32:45.549Z | Downloaded jobserver v0.1.32 |
617 | 2025-03-21T17:32:45.549Z | Downloaded r2d2 v0.8.10 |
618 | 2025-03-21T17:32:45.549Z | Downloaded take_mut v0.2.2 |
619 | 2025-03-21T17:32:45.550Z | Downloaded ipnet v2.11.0 |
620 | 2025-03-21T17:32:45.550Z | Downloaded rustc-hash v1.1.0 |
621 | 2025-03-21T17:32:45.550Z | Downloaded progenitor-client v0.9.1 |
622 | 2025-03-21T17:32:45.550Z | Downloaded hex-literal v0.4.1 |
623 | 2025-03-21T17:32:45.550Z | Downloaded strum v0.26.3 |
624 | 2025-03-21T17:32:45.550Z | Downloaded mime_guess v2.0.5 |
625 | 2025-03-21T17:32:45.550Z | Downloaded memmap2 v0.9.5 |
626 | 2025-03-21T17:32:45.556Z | Downloaded const_format_proc_macros v0.2.34 |
627 | 2025-03-21T17:32:45.556Z | Downloaded multer v3.1.0 |
628 | 2025-03-21T17:32:45.556Z | Downloaded lock_api v0.4.12 |
629 | 2025-03-21T17:32:45.560Z | Downloaded hubpack v0.1.2 |
630 | 2025-03-21T17:32:45.560Z | Downloaded rand_seeder v0.3.0 |
631 | 2025-03-21T17:32:45.560Z | Downloaded mime v0.3.17 |
632 | 2025-03-21T17:32:45.563Z | Downloaded ref-cast v1.0.23 |
633 | 2025-03-21T17:32:45.563Z | Downloaded radium v0.7.0 |
634 | 2025-03-21T17:32:45.567Z | Downloaded lalrpop-util v0.19.12 |
635 | 2025-03-21T17:32:45.567Z | Downloaded icu_normalizer v1.5.0 |
636 | 2025-03-21T17:32:45.572Z | Downloaded hyper-rustls v0.27.3 |
637 | 2025-03-21T17:32:45.576Z | Downloaded hmac v0.12.1 |
638 | 2025-03-21T17:32:45.576Z | Downloaded cancel-safe-futures v0.1.5 |
639 | 2025-03-21T17:32:45.585Z | Downloaded unarray v0.1.4 |
640 | 2025-03-21T17:32:45.585Z | Downloaded termtree v0.4.1 |
641 | 2025-03-21T17:32:45.585Z | Downloaded cargo_metadata v0.18.1 |
642 | 2025-03-21T17:32:45.589Z | Downloaded scheduled-thread-pool v0.2.7 |
643 | 2025-03-21T17:32:45.589Z | Downloaded serde_urlencoded v0.7.1 |
644 | 2025-03-21T17:32:45.589Z | Downloaded ahash v0.8.11 |
645 | 2025-03-21T17:32:45.589Z | Downloaded darling_macro v0.20.10 |
646 | 2025-03-21T17:32:45.589Z | Downloaded xattr v1.3.1 |
647 | 2025-03-21T17:32:45.593Z | Downloaded toolchain_find v0.4.0 |
648 | 2025-03-21T17:32:45.594Z | Downloaded bit-vec v0.8.0 |
649 | 2025-03-21T17:32:45.597Z | Downloaded icu_locid_transform_data v1.5.0 |
650 | 2025-03-21T17:32:45.597Z | Downloaded proc-macro-error-attr2 v2.0.0 |
651 | 2025-03-21T17:32:45.597Z | Downloaded spki v0.7.3 |
652 | 2025-03-21T17:32:45.601Z | Downloaded icu_normalizer_data v1.5.0 |
653 | 2025-03-21T17:32:45.604Z | Downloaded termtree v0.5.1 |
654 | 2025-03-21T17:32:45.604Z | Downloaded zeroize_derive v1.4.2 |
655 | 2025-03-21T17:32:45.604Z | Downloaded serde_repr v0.1.19 |
656 | 2025-03-21T17:32:45.610Z | Downloaded foreign-types-shared v0.1.1 |
657 | 2025-03-21T17:32:45.610Z | Downloaded scrypt v0.11.0 |
658 | 2025-03-21T17:32:45.615Z | Downloaded csv-core v0.1.11 |
659 | 2025-03-21T17:32:45.615Z | Downloaded convert_case v0.4.0 |
660 | 2025-03-21T17:32:45.615Z | Downloaded openssl-macros v0.1.1 |
661 | 2025-03-21T17:32:45.615Z | Downloaded tls_codec_derive v0.4.1 |
662 | 2025-03-21T17:32:45.618Z | Downloaded const-oid v0.9.6 |
663 | 2025-03-21T17:32:45.618Z | Downloaded openssl-probe v0.1.5 |
664 | 2025-03-21T17:32:45.618Z | Downloaded unicode-truncate v1.1.0 |
665 | 2025-03-21T17:32:45.621Z | Downloaded indicatif v0.17.11 |
666 | 2025-03-21T17:32:45.624Z | Downloaded whoami v1.5.2 |
667 | 2025-03-21T17:32:45.627Z | Downloaded miniz_oxide v0.8.5 |
668 | 2025-03-21T17:32:45.631Z | Downloaded crc-any v2.5.0 |
669 | 2025-03-21T17:32:45.634Z | Downloaded cookie_store v0.21.1 |
670 | 2025-03-21T17:32:45.637Z | Downloaded sct v0.7.1 |
671 | 2025-03-21T17:32:45.642Z | Downloaded parse-size v1.1.0 |
672 | 2025-03-21T17:32:45.642Z | Downloaded endian-type v0.1.2 |
673 | 2025-03-21T17:32:45.642Z | Downloaded zerovec-derive v0.10.3 |
674 | 2025-03-21T17:32:45.645Z | Downloaded smallvec v1.14.0 |
675 | 2025-03-21T17:32:45.645Z | Downloaded termios v0.3.3 |
676 | 2025-03-21T17:32:45.649Z | Downloaded enum-as-inner v0.6.1 |
677 | 2025-03-21T17:32:45.649Z | Downloaded precomputed-hash v0.1.1 |
678 | 2025-03-21T17:32:45.649Z | Downloaded ena v0.14.3 |
679 | 2025-03-21T17:32:45.654Z | Downloaded signal-hook-registry v1.4.2 |
680 | 2025-03-21T17:32:45.654Z | Downloaded strum_macros v0.24.3 |
681 | 2025-03-21T17:32:45.659Z | Downloaded crossbeam-utils v0.8.20 |
682 | 2025-03-21T17:32:45.659Z | Downloaded hash32 v0.2.1 |
683 | 2025-03-21T17:32:45.663Z | Downloaded embedded-io v0.6.1 |
684 | 2025-03-21T17:32:45.663Z | Downloaded indexmap v1.9.3 |
685 | 2025-03-21T17:32:45.666Z | Downloaded mockall_derive v0.13.1 |
686 | 2025-03-21T17:32:45.666Z | Downloaded foreign-types-shared v0.3.1 |
687 | 2025-03-21T17:32:45.670Z | Downloaded tokio-rustls v0.26.0 |
688 | 2025-03-21T17:32:45.670Z | Downloaded display-error-chain v0.2.2 |
689 | 2025-03-21T17:32:45.678Z | Downloaded sync-ptr v0.1.1 |
690 | 2025-03-21T17:32:45.679Z | Downloaded icu_collections v1.5.0 |
691 | 2025-03-21T17:32:45.683Z | Downloaded form_urlencoded v1.2.1 |
692 | 2025-03-21T17:32:45.683Z | Downloaded nanorand v0.7.0 |
693 | 2025-03-21T17:32:45.683Z | Downloaded multimap v0.10.0 |
694 | 2025-03-21T17:32:45.687Z | Downloaded tower-layer v0.3.3 |
695 | 2025-03-21T17:32:45.687Z | Downloaded foreign-types-macros v0.2.3 |
696 | 2025-03-21T17:32:45.688Z | Downloaded phf v0.11.2 |
697 | 2025-03-21T17:32:45.688Z | Downloaded slog-envlogger v2.2.0 |
698 | 2025-03-21T17:32:45.692Z | Downloaded base64 v0.13.1 |
699 | 2025-03-21T17:32:45.692Z | Downloaded rustls-pki-types v1.10.0 |
700 | 2025-03-21T17:32:45.696Z | Downloaded progenitor v0.9.1 |
701 | 2025-03-21T17:32:45.703Z | Downloaded progenitor v0.8.0 |
702 | 2025-03-21T17:32:45.703Z | Downloaded des v0.8.1 |
703 | 2025-03-21T17:32:45.707Z | Downloaded filetime v0.2.25 |
704 | 2025-03-21T17:32:45.707Z | Downloaded diesel_table_macro_syntax v0.2.0 |
705 | 2025-03-21T17:32:45.707Z | Downloaded slog-stdlog v4.1.1 |
706 | 2025-03-21T17:32:45.707Z | Downloaded headers-core v0.3.0 |
707 | 2025-03-21T17:32:45.707Z | Downloaded arc-swap v1.7.1 |
708 | 2025-03-21T17:32:45.713Z | Downloaded zerofrom v0.1.4 |
709 | 2025-03-21T17:32:45.714Z | Downloaded shell-words v1.1.0 |
710 | 2025-03-21T17:32:45.719Z | Downloaded shlex v1.3.0 |
711 | 2025-03-21T17:32:45.720Z | Downloaded same-file v1.0.6 |
712 | 2025-03-21T17:32:45.720Z | Downloaded ref-cast-impl v1.0.23 |
713 | 2025-03-21T17:32:45.720Z | Downloaded socket2 v0.5.8 |
714 | 2025-03-21T17:32:45.726Z | Downloaded want v0.3.1 |
715 | 2025-03-21T17:32:45.726Z | Downloaded snafu-derive v0.8.5 |
716 | 2025-03-21T17:32:45.726Z | Downloaded ppv-lite86 v0.2.20 |
717 | 2025-03-21T17:32:45.726Z | Downloaded rand_chacha v0.3.1 |
718 | 2025-03-21T17:32:45.730Z | Downloaded tracing-attributes v0.1.27 |
719 | 2025-03-21T17:32:45.730Z | Downloaded rustc_version v0.1.7 |
720 | 2025-03-21T17:32:45.730Z | Downloaded tokio-rustls v0.25.0 |
721 | 2025-03-21T17:32:45.734Z | Downloaded vsss-rs v3.3.4 |
722 | 2025-03-21T17:32:45.734Z | Downloaded num-conv v0.1.0 |
723 | 2025-03-21T17:32:45.734Z | Downloaded rustc_version v0.4.1 |
724 | 2025-03-21T17:32:45.738Z | Downloaded number_prefix v0.4.0 |
725 | 2025-03-21T17:32:45.738Z | Downloaded fs_extra v1.3.0 |
726 | 2025-03-21T17:32:45.741Z | Downloaded num_threads v0.1.7 |
727 | 2025-03-21T17:32:45.741Z | Downloaded tap v1.0.1 |
728 | 2025-03-21T17:32:45.741Z | Downloaded tabwriter v1.4.0 |
729 | 2025-03-21T17:32:45.744Z | Downloaded peg-runtime v0.8.5 |
730 | 2025-03-21T17:32:45.744Z | Downloaded stable_deref_trait v1.2.0 |
731 | 2025-03-21T17:32:45.744Z | Downloaded tokio-macros v2.5.0 |
732 | 2025-03-21T17:32:45.747Z | Downloaded yoke v0.7.4 |
733 | 2025-03-21T17:32:45.751Z | Downloaded password-hash v0.5.0 |
734 | 2025-03-21T17:32:45.751Z | Downloaded psl-types v2.0.11 |
735 | 2025-03-21T17:32:45.754Z | Downloaded password-hash v0.4.2 |
736 | 2025-03-21T17:32:45.754Z | Downloaded defmt-parser v0.3.4 |
737 | 2025-03-21T17:32:45.754Z | Downloaded defmt-macros v0.3.9 |
738 | 2025-03-21T17:32:45.767Z | Downloaded futures-sink v0.3.31 |
739 | 2025-03-21T17:32:45.772Z | Downloaded futures-macro v0.3.31 |
740 | 2025-03-21T17:32:45.772Z | Downloaded unicase v2.7.0 |
741 | 2025-03-21T17:32:45.777Z | Downloaded futures-io v0.3.31 |
742 | 2025-03-21T17:32:45.778Z | Downloaded foreign-types v0.5.0 |
743 | 2025-03-21T17:32:45.778Z | Downloaded tokio-native-tls v0.3.1 |
744 | 2025-03-21T17:32:45.782Z | Downloaded zerofrom-derive v0.1.4 |
745 | 2025-03-21T17:32:45.782Z | Downloaded hickory-resolver v0.24.4 |
746 | 2025-03-21T17:32:45.787Z | Downloaded serde-big-array v0.5.1 |
747 | 2025-03-21T17:32:45.787Z | Downloaded num v0.4.3 |
748 | 2025-03-21T17:32:45.787Z | Downloaded pkcs8 v0.10.2 |
749 | 2025-03-21T17:32:45.792Z | Downloaded ff v0.13.0 |
750 | 2025-03-21T17:32:45.792Z | Downloaded term v0.7.0 |
751 | 2025-03-21T17:32:45.796Z | Downloaded oso v0.27.3 |
752 | 2025-03-21T17:32:45.802Z | Downloaded sync_wrapper v1.0.1 |
753 | 2025-03-21T17:32:45.802Z | Downloaded dropshot_endpoint v0.12.0 |
754 | 2025-03-21T17:32:45.808Z | Downloaded pem v3.0.5 |
755 | 2025-03-21T17:32:45.808Z | Downloaded thread_local v1.1.8 |
756 | 2025-03-21T17:32:45.808Z | Downloaded flagset v0.4.6 |
757 | 2025-03-21T17:32:45.812Z | Downloaded curve25519-dalek-derive v0.1.1 |
758 | 2025-03-21T17:32:45.812Z | Downloaded peg v0.8.5 |
759 | 2025-03-21T17:32:45.812Z | Downloaded oxnet v0.1.1 |
760 | 2025-03-21T17:32:45.816Z | Downloaded powerfmt v0.2.0 |
761 | 2025-03-21T17:32:45.816Z | Downloaded pin-project v1.1.6 |
762 | 2025-03-21T17:32:45.826Z | Downloaded phf_shared v0.10.0 |
763 | 2025-03-21T17:32:45.829Z | Downloaded hickory-server v0.24.4 |
764 | 2025-03-21T17:32:45.832Z | Downloaded structmeta v0.3.0 |
765 | 2025-03-21T17:32:45.835Z | Downloaded mio v1.0.2 |
766 | 2025-03-21T17:32:45.839Z | Downloaded zeroize v1.8.1 |
767 | 2025-03-21T17:32:45.842Z | Downloaded minimal-lexical v0.2.1 |
768 | 2025-03-21T17:32:45.847Z | Downloaded http v1.2.0 |
769 | 2025-03-21T17:32:45.852Z | Downloaded opaque-debug v0.3.1 |
770 | 2025-03-21T17:32:45.852Z | Downloaded serde_path_to_error v0.1.16 |
771 | 2025-03-21T17:32:45.858Z | Downloaded serde-hex v0.1.0 |
772 | 2025-03-21T17:32:45.859Z | Downloaded base64 v0.22.1 |
773 | 2025-03-21T17:32:45.862Z | Downloaded sqlparser_derive v0.2.2 |
774 | 2025-03-21T17:32:45.862Z | Downloaded secrecy v0.8.0 |
775 | 2025-03-21T17:32:45.862Z | Downloaded pem-rfc7468 v0.7.0 |
776 | 2025-03-21T17:32:45.865Z | Downloaded xz2 v0.1.7 |
777 | 2025-03-21T17:32:45.865Z | Downloaded smf v0.2.3 |
778 | 2025-03-21T17:32:45.873Z | Downloaded russh-cryptovec v0.7.3 |
779 | 2025-03-21T17:32:45.873Z | Downloaded unicode-properties v0.1.3 |
780 | 2025-03-21T17:32:45.879Z | Downloaded daft v0.1.1 |
781 | 2025-03-21T17:32:45.879Z | Downloaded tinyvec_macros v0.1.1 |
782 | 2025-03-21T17:32:45.879Z | Downloaded supports-color v3.0.2 |
783 | 2025-03-21T17:32:45.879Z | Downloaded futures-executor v0.3.31 |
784 | 2025-03-21T17:32:45.879Z | Downloaded dsl_auto_type v0.1.2 |
785 | 2025-03-21T17:32:45.883Z | Downloaded predicates v3.1.3 |
786 | 2025-03-21T17:32:45.883Z | Downloaded postgres-types v0.2.9 |
787 | 2025-03-21T17:32:45.883Z | Downloaded rsa v0.9.6 |
788 | 2025-03-21T17:32:45.887Z | Downloaded rtoolbox v0.0.2 |
789 | 2025-03-21T17:32:45.891Z | Downloaded tracing-core v0.1.32 |
790 | 2025-03-21T17:32:45.896Z | Downloaded polyval v0.6.2 |
791 | 2025-03-21T17:32:45.896Z | Downloaded percent-encoding v2.3.1 |
792 | 2025-03-21T17:32:45.896Z | Downloaded schemars v0.8.22 |
793 | 2025-03-21T17:32:45.907Z | Downloaded newtype_derive v0.1.6 |
794 | 2025-03-21T17:32:45.911Z | Downloaded which v4.4.2 |
795 | 2025-03-21T17:32:45.911Z | Downloaded normalize-line-endings v0.3.0 |
796 | 2025-03-21T17:32:45.915Z | Downloaded tar v0.4.44 |
797 | 2025-03-21T17:32:45.915Z | Downloaded quinn-udp v0.5.5 |
798 | 2025-03-21T17:32:45.918Z | Downloaded semver v0.1.20 |
799 | 2025-03-21T17:32:45.918Z | Downloaded num-iter v0.1.45 |
800 | 2025-03-21T17:32:45.918Z | Downloaded group v0.13.0 |
801 | 2025-03-21T17:32:45.923Z | Downloaded serde_derive_internals v0.29.1 |
802 | 2025-03-21T17:32:45.923Z | Downloaded packed_struct_codegen v0.10.1 |
803 | 2025-03-21T17:32:45.927Z | Downloaded ssh-cipher v0.2.0 |
804 | 2025-03-21T17:32:45.927Z | Downloaded uzers v0.12.1 |
805 | 2025-03-21T17:32:45.927Z | Downloaded value-bag v1.9.0 |
806 | 2025-03-21T17:32:45.933Z | Downloaded slab v0.4.9 |
807 | 2025-03-21T17:32:45.933Z | Downloaded parking_lot_core v0.8.6 |
808 | 2025-03-21T17:32:45.938Z | Downloaded data-encoding v2.6.0 |
809 | 2025-03-21T17:32:45.938Z | Downloaded rpassword v7.3.1 |
810 | 2025-03-21T17:32:45.938Z | Downloaded phf_generator v0.11.2 |
811 | 2025-03-21T17:32:45.942Z | Downloaded fixedbitset v0.5.7 |
812 | 2025-03-21T17:32:45.942Z | Downloaded pbkdf2 v0.11.0 |
813 | 2025-03-21T17:32:45.942Z | Downloaded yasna v0.5.2 |
814 | 2025-03-21T17:32:45.946Z | Downloaded peg-macros v0.8.5 |
815 | 2025-03-21T17:32:45.950Z | Downloaded tls_codec v0.4.1 |
816 | 2025-03-21T17:32:45.951Z | Downloaded aes v0.8.4 |
817 | 2025-03-21T17:32:45.955Z | Downloaded derive_builder_macro v0.20.2 |
818 | 2025-03-21T17:32:45.955Z | Downloaded poly1305 v0.8.0 |
819 | 2025-03-21T17:32:45.959Z | Downloaded heapless v0.7.17 |
820 | 2025-03-21T17:32:45.962Z | Downloaded toml v0.7.8 |
821 | 2025-03-21T17:32:45.962Z | Downloaded slog v2.7.0 |
822 | 2025-03-21T17:32:45.965Z | Downloaded libm v0.2.8 |
823 | 2025-03-21T17:32:45.975Z | Downloaded tinystr v0.7.6 |
824 | 2025-03-21T17:32:45.978Z | Downloaded aes-gcm v0.10.3 |
825 | 2025-03-21T17:32:45.981Z | Downloaded fallible-iterator v0.2.0 |
826 | 2025-03-21T17:32:45.981Z | Downloaded rand_core v0.6.4 |
827 | 2025-03-21T17:32:45.987Z | Downloaded rand_chacha v0.9.0 |
828 | 2025-03-21T17:32:45.987Z | Downloaded itertools v0.14.0 |
829 | 2025-03-21T17:32:45.991Z | Downloaded tracing v0.1.40 |
830 | 2025-03-21T17:32:45.996Z | Downloaded termcolor v1.4.1 |
831 | 2025-03-21T17:32:46.002Z | Downloaded sha1 v0.10.6 |
832 | 2025-03-21T17:32:46.002Z | Downloaded tokio-tungstenite v0.21.0 |
833 | 2025-03-21T17:32:46.007Z | Downloaded tokio-stream v0.1.17 |
834 | 2025-03-21T17:32:46.012Z | Downloaded float-ord v0.3.2 |
835 | 2025-03-21T17:32:46.013Z | Downloaded strum_macros v0.25.3 |
836 | 2025-03-21T17:32:46.013Z | Downloaded derive_builder_core v0.20.2 |
837 | 2025-03-21T17:32:46.020Z | Downloaded sqlformat v0.2.6 |
838 | 2025-03-21T17:32:46.020Z | Downloaded phf_shared v0.11.2 |
839 | 2025-03-21T17:32:46.020Z | Downloaded phf_codegen v0.11.2 |
840 | 2025-03-21T17:32:46.020Z | Downloaded nu-ansi-term v0.50.1 |
841 | 2025-03-21T17:32:46.024Z | Downloaded typify v0.3.0 |
842 | 2025-03-21T17:32:46.029Z | Downloaded num-bigint v0.4.6 |
843 | 2025-03-21T17:32:46.034Z | Downloaded slog-bunyan v2.5.0 |
844 | 2025-03-21T17:32:46.040Z | Downloaded pretty-hex v0.2.1 |
845 | 2025-03-21T17:32:46.040Z | Downloaded num_enum_derive v0.5.11 |
846 | 2025-03-21T17:32:46.045Z | Downloaded tabled_derive v0.10.0 |
847 | 2025-03-21T17:32:46.045Z | Downloaded futures-task v0.3.31 |
848 | 2025-03-21T17:32:46.045Z | Downloaded pin-project-lite v0.2.14 |
849 | 2025-03-21T17:32:46.052Z | Downloaded fxhash v0.2.1 |
850 | 2025-03-21T17:32:46.055Z | Downloaded waitgroup v0.1.2 |
851 | 2025-03-21T17:32:46.055Z | Downloaded env_logger v0.10.2 |
852 | 2025-03-21T17:32:46.063Z | Downloaded typify-macro v0.3.0 |
853 | 2025-03-21T17:32:46.071Z | Downloaded hyper v1.6.0 |
854 | 2025-03-21T17:32:46.080Z | Downloaded path-slash v0.1.5 |
855 | 2025-03-21T17:32:46.080Z | Downloaded utf-8 v0.7.6 |
856 | 2025-03-21T17:32:46.080Z | Downloaded ed25519 v2.2.3 |
857 | 2025-03-21T17:32:46.089Z | Downloaded tungstenite v0.21.0 |
858 | 2025-03-21T17:32:46.090Z | Downloaded p256 v0.13.2 |
859 | 2025-03-21T17:32:46.090Z | Downloaded tokio-tungstenite v0.24.0 |
860 | 2025-03-21T17:32:46.095Z | Downloaded zone v0.3.0 |
861 | 2025-03-21T17:32:46.095Z | Downloaded num-rational v0.4.2 |
862 | 2025-03-21T17:32:46.095Z | Downloaded futures-channel v0.3.31 |
863 | 2025-03-21T17:32:46.095Z | Downloaded foreign-types v0.3.2 |
864 | 2025-03-21T17:32:46.095Z | Downloaded num-bigint-dig v0.8.4 |
865 | 2025-03-21T17:32:46.102Z | Downloaded rayon-core v1.12.1 |
866 | 2025-03-21T17:32:46.129Z | Downloaded rfc6979 v0.4.0 |
867 | 2025-03-21T17:32:46.129Z | Downloaded string_cache v0.8.7 |
868 | 2025-03-21T17:32:46.129Z | Downloaded rustversion v1.0.17 |
869 | 2025-03-21T17:32:46.142Z | Downloaded vte_generate_state_changes v0.1.2 |
870 | 2025-03-21T17:32:46.142Z | Downloaded signal-hook-tokio v0.3.1 |
871 | 2025-03-21T17:32:46.142Z | Downloaded newline-converter v0.3.0 |
872 | 2025-03-21T17:32:46.142Z | Downloaded new_debug_unreachable v1.0.6 |
873 | 2025-03-21T17:32:46.142Z | Downloaded yansi v1.0.1 |
874 | 2025-03-21T17:32:46.142Z | Downloaded synstructure v0.13.1 |
875 | 2025-03-21T17:32:46.142Z | Downloaded universal-hash v0.5.1 |
876 | 2025-03-21T17:32:46.142Z | Downloaded subtle v2.6.1 |
877 | 2025-03-21T17:32:46.142Z | Downloaded futures-core v0.3.31 |
878 | 2025-03-21T17:32:46.142Z | Downloaded progenitor-macro v0.8.0 |
879 | 2025-03-21T17:32:46.142Z | Downloaded signal-hook v0.3.17 |
880 | 2025-03-21T17:32:46.142Z | Downloaded ron v0.8.1 |
881 | 2025-03-21T17:32:46.142Z | Downloaded paste v1.0.15 |
882 | 2025-03-21T17:32:46.146Z | Downloaded parse-display-derive v0.10.0 |
883 | 2025-03-21T17:32:46.146Z | Downloaded debug-ignore v1.0.5 |
884 | 2025-03-21T17:32:46.146Z | Downloaded tokio-tungstenite v0.23.1 |
885 | 2025-03-21T17:32:46.146Z | Downloaded rustls-pemfile v1.0.4 |
886 | 2025-03-21T17:32:46.146Z | Downloaded snafu v0.8.5 |
887 | 2025-03-21T17:32:46.166Z | Downloaded hashbrown v0.13.2 |
888 | 2025-03-21T17:32:46.179Z | Downloaded progenitor-client v0.8.0 |
889 | 2025-03-21T17:32:46.179Z | Downloaded utf8_iter v1.0.4 |
890 | 2025-03-21T17:32:46.180Z | Downloaded untrusted v0.9.0 |
891 | 2025-03-21T17:32:46.180Z | Downloaded rusty-fork v0.3.0 |
892 | 2025-03-21T17:32:46.180Z | Downloaded scopeguard v1.2.0 |
893 | 2025-03-21T17:32:46.180Z | Downloaded parse-display v0.10.0 |
894 | 2025-03-21T17:32:46.180Z | Downloaded pkcs1 v0.7.5 |
895 | 2025-03-21T17:32:46.180Z | Downloaded sec1 v0.7.3 |
896 | 2025-03-21T17:32:46.180Z | Downloaded hkdf v0.12.4 |
897 | 2025-03-21T17:32:46.189Z | Downloaded fatfs v0.3.6 |
898 | 2025-03-21T17:32:46.189Z | Downloaded globset v0.4.15 |
899 | 2025-03-21T17:32:46.189Z | Downloaded strum_macros v0.26.4 |
900 | 2025-03-21T17:32:46.189Z | Downloaded yoke-derive v0.7.4 |
901 | 2025-03-21T17:32:46.189Z | Downloaded thiserror-impl-no-std v2.0.2 |
902 | 2025-03-21T17:32:46.189Z | Downloaded sigpipe v0.1.3 |
903 | 2025-03-21T17:32:46.189Z | Downloaded twox-hash v2.1.0 |
904 | 2025-03-21T17:32:46.199Z | Downloaded glob v0.3.2 |
905 | 2025-03-21T17:32:46.199Z | Downloaded salsa20 v0.10.2 |
906 | 2025-03-21T17:32:46.199Z | Downloaded half v2.4.1 |
907 | 2025-03-21T17:32:46.200Z | Downloaded zerovec v0.10.4 |
908 | 2025-03-21T17:32:46.242Z | Downloaded downcast v0.11.0 |
909 | 2025-03-21T17:32:46.242Z | Downloaded predicates-core v1.0.8 |
910 | 2025-03-21T17:32:46.242Z | Downloaded utf16_iter v1.0.5 |
911 | 2025-03-21T17:32:46.242Z | Downloaded hashbrown v0.12.3 |
912 | 2025-03-21T17:32:46.257Z | Downloaded native-tls v0.2.12 |
913 | 2025-03-21T17:32:46.257Z | Downloaded time-core v0.1.2 |
914 | 2025-03-21T17:32:46.257Z | Downloaded parking_lot_core v0.9.10 |
915 | 2025-03-21T17:32:46.257Z | Downloaded try-lock v0.2.5 |
916 | 2025-03-21T17:32:46.257Z | Downloaded siphasher v0.3.11 |
917 | 2025-03-21T17:32:46.257Z | Downloaded num-integer v0.1.46 |
918 | 2025-03-21T17:32:46.257Z | Downloaded aho-corasick v1.1.3 |
919 | 2025-03-21T17:32:46.257Z | Downloaded ghash v0.5.1 |
920 | 2025-03-21T17:32:46.257Z | Downloaded oso-derive v0.27.3 |
921 | 2025-03-21T17:32:46.257Z | Downloaded primeorder v0.13.6 |
922 | 2025-03-21T17:32:46.257Z | Downloaded derive_more v0.99.19 |
923 | 2025-03-21T17:32:46.258Z | Downloaded fd-lock v4.0.2 |
924 | 2025-03-21T17:32:46.258Z | Downloaded dyn-clone v1.0.18 |
925 | 2025-03-21T17:32:46.258Z | Downloaded strip-ansi-escapes v0.2.0 |
926 | 2025-03-21T17:32:46.258Z | Downloaded blake3 v1.5.4 |
927 | 2025-03-21T17:32:46.258Z | Downloaded stringprep v0.1.5 |
928 | 2025-03-21T17:32:46.258Z | Downloaded zip v2.1.3 |
929 | 2025-03-21T17:32:46.266Z | Downloaded slog-async v2.8.0 |
930 | 2025-03-21T17:32:46.266Z | Downloaded pbkdf2 v0.12.2 |
931 | 2025-03-21T17:32:46.266Z | Downloaded rustc-demangle v0.1.24 |
932 | 2025-03-21T17:32:46.266Z | Downloaded simd-adler32 v0.3.7 |
933 | 2025-03-21T17:32:46.266Z | Downloaded derive-where v1.2.7 |
934 | 2025-03-21T17:32:46.266Z | Downloaded rand_core v0.9.2 |
935 | 2025-03-21T17:32:46.266Z | Downloaded russh v0.45.0 |
936 | 2025-03-21T17:32:46.279Z | Downloaded thiserror-no-std v2.0.2 |
937 | 2025-03-21T17:32:46.279Z | Downloaded document-features v0.2.10 |
938 | 2025-03-21T17:32:46.279Z | Downloaded flume v0.11.1 |
939 | 2025-03-21T17:32:46.292Z | Downloaded wait-timeout v0.2.0 |
940 | 2025-03-21T17:32:46.292Z | Downloaded futures v0.3.31 |
941 | 2025-03-21T17:32:46.292Z | Downloaded prettyplease v0.2.29 |
942 | 2025-03-21T17:32:46.296Z | Downloaded topological-sort v0.2.2 |
943 | 2025-03-21T17:32:46.296Z | Downloaded slog-dtrace v0.3.0 |
944 | 2025-03-21T17:32:46.296Z | Downloaded nodrop v0.1.14 |
945 | 2025-03-21T17:32:46.296Z | Downloaded newtype-uuid v1.2.1 |
946 | 2025-03-21T17:32:46.296Z | Downloaded progenitor-impl v0.8.0 |
947 | 2025-03-21T17:32:46.296Z | Downloaded funty v2.0.0 |
948 | 2025-03-21T17:32:46.296Z | Downloaded ecdsa v0.16.9 |
949 | 2025-03-21T17:32:46.296Z | Downloaded aws-lc-rs v1.12.4 |
950 | 2025-03-21T17:32:46.304Z | Downloaded untrusted v0.7.1 |
951 | 2025-03-21T17:32:46.312Z | Downloaded lalrpop v0.19.12 |
952 | 2025-03-21T17:32:46.317Z | Downloaded der_derive v0.7.3 |
953 | 2025-03-21T17:32:46.335Z | Downloaded olpc-cjson v0.1.4 |
954 | 2025-03-21T17:32:46.335Z | Downloaded p521 v0.13.3 |
955 | 2025-03-21T17:32:46.354Z | Downloaded rand v0.8.5 |
956 | 2025-03-21T17:32:46.355Z | Downloaded slog-term v2.9.1 |
957 | 2025-03-21T17:32:46.355Z | Downloaded defmt v0.3.8 |
958 | 2025-03-21T17:32:46.355Z | Downloaded vte v0.11.1 |
959 | 2025-03-21T17:32:46.355Z | Downloaded smallvec v0.6.14 |
960 | 2025-03-21T17:32:46.355Z | Downloaded nibble_vec v0.1.0 |
961 | 2025-03-21T17:32:46.366Z | Downloaded getrandom v0.2.15 |
962 | 2025-03-21T17:32:46.366Z | Downloaded owo-colors v4.2.0 |
963 | 2025-03-21T17:32:46.366Z | Downloaded zerocopy v0.6.6 |
964 | 2025-03-21T17:32:46.366Z | Downloaded progenitor-impl v0.9.1 |
965 | 2025-03-21T17:32:46.366Z | Downloaded time v0.3.36 |
966 | 2025-03-21T17:32:46.366Z | Downloaded postcard v1.0.10 |
967 | 2025-03-21T17:32:46.366Z | Downloaded icu_properties_data v1.5.0 |
968 | 2025-03-21T17:32:46.372Z | Downloaded walkdir v2.5.0 |
969 | 2025-03-21T17:32:46.376Z | Downloaded russh-keys v0.45.0 |
970 | 2025-03-21T17:32:46.393Z | Downloaded pretty_assertions v1.4.1 |
971 | 2025-03-21T17:32:46.393Z | Downloaded rustls-webpki v0.101.7 |
972 | 2025-03-21T17:32:46.405Z | Downloaded papergrid v0.14.0 |
973 | 2025-03-21T17:32:46.405Z | Downloaded quinn v0.11.5 |
974 | 2025-03-21T17:32:46.405Z | Downloaded typed-path v0.9.3 |
975 | 2025-03-21T17:32:46.408Z | Downloaded diff v0.1.13 |
976 | 2025-03-21T17:32:46.414Z | Downloaded quick-xml v0.37.2 |
977 | 2025-03-21T17:32:46.419Z | Downloaded qorb v0.2.1 |
978 | 2025-03-21T17:32:46.419Z | Downloaded url v2.5.3 |
979 | 2025-03-21T17:32:46.422Z | Downloaded steno v0.4.1 |
980 | 2025-03-21T17:32:46.426Z | Downloaded portable-atomic v1.9.0 |
981 | 2025-03-21T17:32:46.433Z | Downloaded tungstenite v0.23.0 |
982 | 2025-03-21T17:32:46.437Z | Downloaded bindgen v0.71.1 |
983 | 2025-03-21T17:32:46.444Z | Downloaded der v0.7.9 |
984 | 2025-03-21T17:32:46.448Z | Downloaded salty v0.3.0 |
985 | 2025-03-21T17:32:46.456Z | Downloaded h2 v0.4.6 |
986 | 2025-03-21T17:32:46.462Z | Downloaded chrono v0.4.40 |
987 | 2025-03-21T17:32:46.470Z | Downloaded unsafe-libyaml v0.2.11 |
988 | 2025-03-21T17:32:46.476Z | Downloaded proptest v1.6.0 |
989 | 2025-03-21T17:32:46.486Z | Downloaded serde_with v3.12.0 |
990 | 2025-03-21T17:32:46.493Z | Downloaded winnow v0.5.40 |
991 | 2025-03-21T17:32:46.502Z | Downloaded bitvec v1.0.1 |
992 | 2025-03-21T17:32:46.519Z | Downloaded sqlparser v0.45.0 |
993 | 2025-03-21T17:32:46.524Z | Downloaded rustls v0.21.12 |
994 | 2025-03-21T17:32:46.535Z | Downloaded nom v7.1.3 |
995 | 2025-03-21T17:32:46.541Z | Downloaded winnow v0.6.20 |
996 | 2025-03-21T17:32:46.550Z | Downloaded tough v0.19.0 |
997 | 2025-03-21T17:32:46.559Z | Downloaded tokio-util v0.7.13 |
998 | 2025-03-21T17:32:46.566Z | Downloaded rayon v1.10.0 |
999 | 2025-03-21T17:32:46.576Z | Downloaded git2 v0.19.0 |
1000 | 2025-03-21T17:32:46.586Z | Downloaded futures-util v0.3.31 |
1001 | 2025-03-21T17:32:46.597Z | Downloaded p384 v0.13.0 |
1002 | 2025-03-21T17:32:46.603Z | Downloaded tabled v0.18.0 |
1003 | 2025-03-21T17:32:46.622Z | Downloaded smoltcp v0.9.1 |
1004 | 2025-03-21T17:32:46.632Z | Downloaded unicode-width v0.2.0 |
1005 | 2025-03-21T17:32:46.637Z | Downloaded reqwest v0.12.12 |
1006 | 2025-03-21T17:32:46.646Z | Downloaded petname v2.0.2 |
1007 | 2025-03-21T17:32:46.652Z | Downloaded chrono-tz v0.10.1 |
1008 | 2025-03-21T17:32:46.659Z | Downloaded vcpkg v0.2.15 |
1009 | 2025-03-21T17:32:46.700Z | Downloaded rustls-webpki v0.102.8 |
1010 | 2025-03-21T17:32:46.717Z | Downloaded quinn-proto v0.11.8 |
1011 | 2025-03-21T17:32:46.725Z | Downloaded hickory-proto v0.24.4 |
1012 | 2025-03-21T17:32:46.746Z | Downloaded openssl v0.10.71 |
1013 | 2025-03-21T17:32:46.754Z | Downloaded radix_trie v0.2.1 |
1014 | 2025-03-21T17:32:46.760Z | Downloaded gimli v0.31.1 |
1015 | 2025-03-21T17:32:46.771Z | Downloaded object v0.30.4 |
1016 | 2025-03-21T17:32:46.780Z | Downloaded curve25519-dalek v4.1.3 |
1017 | 2025-03-21T17:32:46.790Z | Downloaded dropshot v0.16.0 |
1018 | 2025-03-21T17:32:46.815Z | Downloaded nix v0.29.0 |
1019 | 2025-03-21T17:32:46.827Z | Downloaded regress v0.10.3 |
1020 | 2025-03-21T17:32:46.837Z | Downloaded rustls v0.22.4 |
1021 | 2025-03-21T17:32:46.855Z | Downloaded typify-impl v0.2.0 |
1022 | 2025-03-21T17:32:46.870Z | Downloaded rustls v0.23.19 |
1023 | 2025-03-21T17:32:46.882Z | Downloaded regex-syntax v0.8.5 |
1024 | 2025-03-21T17:32:46.892Z | Downloaded regex-syntax v0.6.29 |
1025 | 2025-03-21T17:32:46.900Z | Downloaded dropshot v0.12.0 |
1026 | 2025-03-21T17:32:46.921Z | Downloaded sled v0.34.7 |
1027 | 2025-03-21T17:32:46.932Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1028 | 2025-03-21T17:32:46.945Z | Downloaded typify-impl v0.3.0 |
1029 | 2025-03-21T17:32:46.963Z | Downloaded openapiv3 v2.0.0 |
1030 | 2025-03-21T17:32:46.976Z | Downloaded zerocopy-derive v0.6.6 |
1031 | 2025-03-21T17:32:46.986Z | Downloaded nix v0.28.0 |
1032 | 2025-03-21T17:32:47.001Z | Downloaded smoltcp v0.11.0 |
1033 | 2025-03-21T17:32:47.012Z | Downloaded diesel v2.2.7 |
1034 | 2025-03-21T17:32:47.053Z | Downloaded zerocopy v0.8.10 |
1035 | 2025-03-21T17:32:47.058Z | Downloaded nix v0.27.1 |
1036 | 2025-03-21T17:32:47.068Z | Downloaded regex-automata v0.4.8 |
1037 | 2025-03-21T17:32:47.085Z | Downloaded ratatui v0.29.0 |
1038 | 2025-03-21T17:32:47.110Z | Downloaded object v0.36.5 |
1039 | 2025-03-21T17:32:47.118Z | Downloaded bstr v1.10.0 |
1040 | 2025-03-21T17:32:47.128Z | Downloaded webpki-roots v0.26.6 |
1041 | 2025-03-21T17:32:47.132Z | Downloaded lzma-sys v0.1.20 |
1042 | 2025-03-21T17:32:47.161Z | Downloaded polar-core v0.27.3 |
1043 | 2025-03-21T17:32:47.171Z | Downloaded csv v1.3.1 |
1044 | 2025-03-21T17:32:47.190Z | Downloaded regex v1.11.1 |
1045 | 2025-03-21T17:32:47.202Z | Downloaded tokio v1.43.0 |
1046 | 2025-03-21T17:32:47.241Z | Downloaded libz-sys v1.1.20 |
1047 | 2025-03-21T17:32:47.262Z | Downloaded toml_edit v0.19.15 |
1048 | 2025-03-21T17:32:47.278Z | Downloaded ed25519-dalek v2.1.1 |
1049 | 2025-03-21T17:32:47.283Z | Downloaded bindgen v0.69.5 |
1050 | 2025-03-21T17:32:47.289Z | Downloaded petgraph v0.6.5 |
1051 | 2025-03-21T17:32:47.304Z | Downloaded sha3 v0.10.8 |
1052 | 2025-03-21T17:32:47.309Z | Downloaded similar v2.7.0 |
1053 | 2025-03-21T17:32:47.314Z | Downloaded petgraph v0.7.1 |
1054 | 2025-03-21T17:32:47.331Z | Downloaded postgres-protocol v0.6.8 |
1055 | 2025-03-21T17:32:47.334Z | Downloaded tui-tree-widget v0.23.0 |
1056 | 2025-03-21T17:32:47.334Z | Downloaded foldhash v0.1.3 |
1057 | 2025-03-21T17:32:47.338Z | Downloaded float-cmp v0.10.0 |
1058 | 2025-03-21T17:32:47.338Z | Downloaded expectorate v1.1.0 |
1059 | 2025-03-21T17:32:47.342Z | Downloaded parking_lot v0.11.2 |
1060 | 2025-03-21T17:32:47.342Z | Downloaded tungstenite v0.24.0 |
1061 | 2025-03-21T17:32:47.347Z | Downloaded flate2 v1.1.0 |
1062 | 2025-03-21T17:32:47.351Z | Downloaded static_assertions v1.1.0 |
1063 | 2025-03-21T17:32:47.351Z | Downloaded dirs-sys-next v0.1.2 |
1064 | 2025-03-21T17:32:47.355Z | Downloaded difflib v0.4.0 |
1065 | 2025-03-21T17:32:47.355Z | Downloaded deranged v0.3.11 |
1066 | 2025-03-21T17:32:47.356Z | Downloaded quick-error v1.2.3 |
1067 | 2025-03-21T17:32:47.359Z | Downloaded pin-utils v0.1.0 |
1068 | 2025-03-21T17:32:47.359Z | Downloaded rustls-pemfile v2.2.0 |
1069 | 2025-03-21T17:32:47.359Z | Downloaded subprocess v0.2.9 |
1070 | 2025-03-21T17:32:47.362Z | Downloaded tokio-postgres v0.7.13 |
1071 | 2025-03-21T17:32:47.366Z | Downloaded either v1.14.0 |
1072 | 2025-03-21T17:32:47.369Z | Downloaded serde_yaml v0.9.34+deprecated |
1073 | 2025-03-21T17:32:47.372Z | Downloaded signature v2.2.0 |
1074 | 2025-03-21T17:32:47.372Z | Downloaded derive_builder v0.20.2 |
1075 | 2025-03-21T17:32:47.376Z | Downloaded num-traits v0.2.19 |
1076 | 2025-03-21T17:32:47.379Z | Downloaded ssh-key v0.6.6 |
1077 | 2025-03-21T17:32:47.385Z | Downloaded unicode-normalization v0.1.24 |
1078 | 2025-03-21T17:32:47.389Z | Downloaded zip v0.6.6 |
1079 | 2025-03-21T17:32:47.393Z | Downloaded rand v0.9.0 |
1080 | 2025-03-21T17:32:47.397Z | Downloaded tower v0.5.2 |
1081 | 2025-03-21T17:32:47.406Z | Downloaded test-strategy v0.4.0 |
1082 | 2025-03-21T17:32:47.410Z | Downloaded rustyline v14.0.0 |
1083 | 2025-03-21T17:32:47.416Z | Downloaded zerocopy-derive v0.8.10 |
1084 | 2025-03-21T17:32:47.421Z | Downloaded ring v0.17.11 |
1085 | 2025-03-21T17:32:47.462Z | Downloaded zone_cfg_derive v0.3.0 |
1086 | 2025-03-21T17:32:47.465Z | Downloaded encoding_rs v0.8.34 |
1087 | 2025-03-21T17:32:47.483Z | Downloaded zone_cfg_derive v0.1.2 |
1088 | 2025-03-21T17:32:47.486Z | Downloaded rustfmt-wrapper v0.2.1 |
1089 | 2025-03-21T17:32:47.486Z | Downloaded predicates-tree v1.0.11 |
1090 | 2025-03-21T17:32:47.486Z | Downloaded parse-zoneinfo v0.3.1 |
1091 | 2025-03-21T17:32:47.490Z | Downloaded serde_with_macros v3.12.0 |
1092 | 2025-03-21T17:32:47.493Z | Downloaded reedline v0.38.0 |
1093 | 2025-03-21T17:32:47.499Z | Downloaded itertools v0.13.0 |
1094 | 2025-03-21T17:32:47.504Z | Downloaded publicsuffix v2.3.0 |
1095 | 2025-03-21T17:32:47.507Z | Downloaded typify-macro v0.2.0 |
1096 | 2025-03-21T17:32:47.507Z | Downloaded num-derive v0.4.2 |
1097 | 2025-03-21T17:32:47.510Z | Downloaded tinyvec v1.8.0 |
1098 | 2025-03-21T17:32:47.514Z | Downloaded ron v0.7.1 |
1099 | 2025-03-21T17:32:47.519Z | Downloaded diesel_derives v2.2.3 |
1100 | 2025-03-21T17:32:47.522Z | Downloaded time-macros v0.2.18 |
1101 | 2025-03-21T17:32:47.525Z | Downloaded parking_lot v0.12.3 |
1102 | 2025-03-21T17:32:47.525Z | Downloaded omicron-zone-package v0.12.0 |
1103 | 2025-03-21T17:32:47.529Z | Downloaded uuid v1.15.1 |
1104 | 2025-03-21T17:32:47.532Z | Downloaded zopfli v0.8.1 |
1105 | 2025-03-21T17:32:47.535Z | Downloaded crossterm v0.28.1 |
1106 | 2025-03-21T17:32:47.539Z | Downloaded num_enum v0.5.11 |
1107 | 2025-03-21T17:32:47.542Z | Downloaded gethostname v0.5.0 |
1108 | 2025-03-21T17:32:47.545Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1109 | 2025-03-21T17:32:47.603Z | Downloaded displaydoc v0.2.5 |
1110 | 2025-03-21T17:32:47.607Z | Downloaded writeable v0.5.5 |
1111 | 2025-03-21T17:32:47.607Z | Downloaded pin-project-internal v1.1.6 |
1112 | 2025-03-21T17:32:47.610Z | Downloaded packed_struct v0.10.1 |
1113 | 2025-03-21T17:32:47.610Z | Downloaded unicode-segmentation v1.12.0 |
1114 | 2025-03-21T17:32:47.613Z | Downloaded libxml v0.3.3 |
1115 | 2025-03-21T17:32:47.617Z | Downloaded heapless v0.8.0 |
1116 | 2025-03-21T17:32:47.622Z | Downloaded pkg-config v0.3.31 |
1117 | 2025-03-21T17:32:47.626Z | Downloaded getrandom v0.3.1 |
1118 | 2025-03-21T17:32:47.626Z | Downloaded unicode_categories v0.1.1 |
1119 | 2025-03-21T17:32:47.629Z | Downloaded env_filter v0.1.2 |
1120 | 2025-03-21T17:32:47.629Z | Downloaded dirs-next v2.0.0 |
1121 | 2025-03-21T17:32:47.637Z | Downloaded zone v0.1.8 |
1122 | 2025-03-21T17:32:47.637Z | Downloaded tiny-keccak v2.0.2 |
1123 | 2025-03-21T17:32:47.637Z | Downloaded serde_plain v1.0.2 |
1124 | 2025-03-21T17:32:47.637Z | Downloaded env_logger v0.11.5 |
1125 | 2025-03-21T17:32:47.640Z | Downloaded unicode-bidi v0.3.17 |
1126 | 2025-03-21T17:32:47.640Z | Downloaded itertools v0.10.5 |
1127 | 2025-03-21T17:32:47.644Z | Downloaded samael v0.0.18 |
1128 | 2025-03-21T17:32:47.652Z | Downloaded itertools v0.12.1 |
1129 | 2025-03-21T17:32:47.656Z | Downloaded x509-cert v0.2.5 |
1130 | 2025-03-21T17:32:47.662Z | Downloaded openssl-sys v0.9.106 |
1131 | 2025-03-21T17:32:47.666Z | Downloaded rcgen v0.12.1 |
1132 | 2025-03-21T17:32:47.672Z | Downloaded idna v1.0.3 |
1133 | 2025-03-21T17:32:47.675Z | Downloaded tokio-rustls v0.24.1 |
1134 | 2025-03-21T17:32:47.678Z | Downloaded fixedbitset v0.4.2 |
1135 | 2025-03-21T17:32:47.678Z | Downloaded elliptic-curve v0.13.8 |
1136 | 2025-03-21T17:32:47.681Z | Downloaded crossbeam-channel v0.5.13 |
1137 | 2025-03-21T17:32:47.685Z | Downloaded cc v1.2.15 |
1138 | 2025-03-21T17:32:47.688Z | Downloaded schemars_derive v0.8.22 |
1139 | 2025-03-21T17:32:47.691Z | Downloaded resolv-conf v0.7.0 |
1140 | 2025-03-21T17:32:47.691Z | Downloaded rand_xorshift v0.3.0 |
1141 | 2025-03-21T17:32:47.691Z | Downloaded bytes v1.10.0 |
1142 | 2025-03-21T17:32:47.695Z | Downloaded darling_core v0.20.10 |
1143 | 2025-03-21T17:32:47.699Z | Downloaded hash32 v0.3.1 |
1144 | 2025-03-21T17:32:47.703Z | Downloaded typify v0.2.0 |
1145 | 2025-03-21T17:32:47.707Z | Downloaded vergen v8.3.2 |
1146 | 2025-03-21T17:32:47.710Z | Downloaded num-complex v0.4.6 |
1147 | 2025-03-21T17:32:47.710Z | Downloaded dunce v1.0.5 |
1148 | 2025-03-21T17:32:47.710Z | Downloaded diesel-dtrace v0.4.2 |
1149 | 2025-03-21T17:32:47.710Z | Downloaded const_format v0.2.34 |
1150 | 2025-03-21T17:32:47.714Z | Downloaded bumpalo v3.16.0 |
1151 | 2025-03-21T17:32:47.718Z | Downloaded pkcs5 v0.7.1 |
1152 | 2025-03-21T17:32:47.722Z | Downloaded proc-macro-error2 v2.0.1 |
1153 | 2025-03-21T17:32:47.728Z | Downloaded dropshot_endpoint v0.16.0 |
1154 | 2025-03-21T17:32:47.732Z | Downloaded crypto-bigint v0.5.5 |
1155 | 2025-03-21T17:32:47.735Z | Downloaded base64 v0.21.7 |
1156 | 2025-03-21T17:32:47.738Z | Downloaded spin v0.9.8 |
1157 | 2025-03-21T17:32:47.738Z | Downloaded headers v0.4.0 |
1158 | 2025-03-21T17:32:47.744Z | Downloaded backtrace v0.3.74 |
1159 | 2025-03-21T17:32:47.747Z | Downloaded ssh-encoding v0.2.0 |
1160 | 2025-03-21T17:32:47.751Z | Downloaded slog-json v2.6.1 |
1161 | 2025-03-21T17:32:47.751Z | Downloaded fragile v2.0.0 |
1162 | 2025-03-21T17:32:47.754Z | Downloaded write16 v1.0.0 |
1163 | 2025-03-21T17:32:47.754Z | Downloaded embedded-io v0.4.0 |
1164 | 2025-03-21T17:32:47.754Z | Downloaded crossbeam-epoch v0.9.18 |
1165 | 2025-03-21T17:32:47.757Z | Downloaded darling v0.20.10 |
1166 | 2025-03-21T17:32:47.760Z | Downloaded daft-derive v0.1.1 |
1167 | 2025-03-21T17:32:47.764Z | Downloaded proc-macro-crate v1.3.1 |
1168 | 2025-03-21T17:32:47.768Z | Downloaded compact_str v0.8.0 |
1169 | 2025-03-21T17:32:47.775Z | Downloaded chacha20poly1305 v0.10.1 |
1170 | 2025-03-21T17:32:47.775Z | Downloaded rustc-hash v2.1.1 |
1171 | 2025-03-21T17:32:47.775Z | Downloaded wyz v0.5.1 |
1172 | 2025-03-21T17:32:47.775Z | Downloaded signal-hook-mio v0.2.4 |
1173 | 2025-03-21T17:32:47.783Z | Downloaded structmeta-derive v0.3.0 |
1174 | 2025-03-21T17:32:47.783Z | Downloaded allocator-api2 v0.2.18 |
1175 | 2025-03-21T17:32:47.783Z | Downloaded litemap v0.7.3 |
1176 | 2025-03-21T17:32:47.783Z | Downloaded clang-sys v1.8.1 |
1177 | 2025-03-21T17:32:47.792Z | Downloaded blake2 v0.10.6 |
1178 | 2025-03-21T17:32:47.792Z | Downloaded icu_properties v1.5.1 |
1179 | 2025-03-21T17:32:47.792Z | Downloaded unicode-xid v0.2.6 |
1180 | 2025-03-21T17:32:47.792Z | Downloaded icu_locid v1.5.0 |
1181 | 2025-03-21T17:32:47.797Z | Downloaded cookie v0.18.1 |
1182 | 2025-03-21T17:32:47.797Z | Downloaded hyper-util v0.1.10 |
1183 | 2025-03-21T17:32:47.802Z | Downloaded console v0.15.10 |
1184 | 2025-03-21T17:32:47.802Z | Downloaded tower-service v0.3.3 |
1185 | 2025-03-21T17:32:47.802Z | Downloaded slog-scope v4.4.0 |
1186 | 2025-03-21T17:32:47.802Z | Downloaded backoff v0.4.0 |
1187 | 2025-03-21T17:32:47.806Z | Downloaded bcs v0.1.6 |
1188 | 2025-03-21T17:32:47.806Z | Downloaded litrs v0.4.1 |
1189 | 2025-03-21T17:32:47.809Z | Downloaded icu_provider v1.5.0 |
1190 | 2025-03-21T17:32:47.809Z | Downloaded httparse v1.9.5 |
1191 | 2025-03-21T17:32:47.812Z | Downloaded base64ct v1.6.0 |
1192 | 2025-03-21T17:32:47.816Z | Downloaded crc-catalog v2.4.0 |
1193 | 2025-03-21T17:32:47.816Z | Downloaded bzip2 v0.4.4 |
1194 | 2025-03-21T17:32:47.819Z | Downloaded is-terminal v0.4.13 |
1195 | 2025-03-21T17:32:47.819Z | Downloaded colored v2.2.0 |
1196 | 2025-03-21T17:32:47.823Z | Downloaded constant_time_eq v0.3.1 |
1197 | 2025-03-21T17:32:47.823Z | Downloaded cassowary v0.3.0 |
1198 | 2025-03-21T17:32:47.823Z | Downloaded crc32fast v1.4.2 |
1199 | 2025-03-21T17:32:47.827Z | Downloaded ciborium v0.2.2 |
1200 | 2025-03-21T17:32:47.827Z | Downloaded cbc v0.1.2 |
1201 | 2025-03-21T17:32:47.830Z | Downloaded libloading v0.8.5 |
1202 | 2025-03-21T17:32:47.830Z | Downloaded hyper-staticfile v0.10.1 |
1203 | 2025-03-21T17:32:47.836Z | Downloaded async-trait v0.1.86 |
1204 | 2025-03-21T17:32:47.840Z | Downloaded cmake v0.1.51 |
1205 | 2025-03-21T17:32:47.842Z | Downloaded block-padding v0.3.3 |
1206 | 2025-03-21T17:32:47.842Z | Downloaded bit-set v0.8.0 |
1207 | 2025-03-21T17:32:47.842Z | Downloaded arrayvec v0.7.6 |
1208 | 2025-03-21T17:32:47.842Z | Downloaded argon2 v0.5.3 |
1209 | 2025-03-21T17:32:47.845Z | Downloaded base16ct v0.2.0 |
1210 | 2025-03-21T17:32:47.845Z | Downloaded ascii-canvas v3.0.0 |
1211 | 2025-03-21T17:32:47.845Z | Downloaded linear-map v1.2.0 |
1212 | 2025-03-21T17:32:47.845Z | Downloaded keccak v0.1.5 |
1213 | 2025-03-21T17:32:47.845Z | Downloaded inout v0.1.3 |
1214 | 2025-03-21T17:32:47.848Z | Downloaded indoc v2.0.5 |
1215 | 2025-03-21T17:32:47.848Z | Downloaded hostname v0.4.0 |
1216 | 2025-03-21T17:32:47.853Z | Downloaded maybe-uninit v2.0.0 |
1217 | 2025-03-21T17:32:47.853Z | Downloaded libefi-sys v0.1.0 |
1218 | 2025-03-21T17:32:47.857Z | Downloaded hostname v0.3.1 |
1219 | 2025-03-21T17:32:47.857Z | Downloaded cexpr v0.6.0 |
1220 | 2025-03-21T17:32:47.857Z | Downloaded bb8 v0.8.5 |
1221 | 2025-03-21T17:32:47.857Z | Downloaded lazycell v1.3.0 |
1222 | 2025-03-21T17:32:47.860Z | Downloaded ipnetwork v0.21.1 |
1223 | 2025-03-21T17:32:47.860Z | Downloaded instant v0.1.13 |
1224 | 2025-03-21T17:32:47.860Z | Downloaded chacha20 v0.9.1 |
1225 | 2025-03-21T17:32:47.863Z | Downloaded buf-list v1.0.3 |
1226 | 2025-03-21T17:32:47.863Z | Downloaded bitfield v0.14.0 |
1227 | 2025-03-21T17:32:47.866Z | Downloaded humantime v2.1.0 |
1228 | 2025-03-21T17:32:47.866Z | Downloaded hyper-tls v0.6.0 |
1229 | 2025-03-21T17:32:47.869Z | Downloaded http-body-util v0.1.2 |
1230 | 2025-03-21T17:32:47.869Z | Downloaded home v0.5.9 |
1231 | 2025-03-21T17:32:48.184Z | Downloaded aws-lc-sys v0.26.0 |
1232 | 2025-03-21T17:32:48.523Z | Compiling serde v1.0.218 |
1233 | 2025-03-21T17:32:48.537Z | Compiling value-bag v1.9.0 |
1234 | 2025-03-21T17:32:48.537Z | Compiling lock_api v0.4.12 |
1235 | 2025-03-21T17:32:48.537Z | Compiling scopeguard v1.2.0 |
1236 | 2025-03-21T17:32:48.667Z | Compiling typenum v1.17.0 |
1237 | 2025-03-21T17:32:48.744Z | Compiling generic-array v0.14.7 |
1238 | 2025-03-21T17:32:48.770Z | Compiling syn v2.0.98 |
1239 | 2025-03-21T17:32:48.770Z | Compiling getrandom v0.2.15 |
1240 | 2025-03-21T17:32:48.823Z | Compiling shlex v1.3.0 |
1241 | 2025-03-21T17:32:49.052Z | Compiling log v0.4.22 |
1242 | 2025-03-21T17:32:49.140Z | Compiling rand_core v0.6.4 |
1243 | 2025-03-21T17:32:49.162Z | Compiling jobserver v0.1.32 |
1244 | 2025-03-21T17:32:49.349Z | Compiling subtle v2.6.1 |
1245 | 2025-03-21T17:32:49.395Z | Compiling smallvec v1.14.0 |
1246 | 2025-03-21T17:32:49.571Z | Compiling cc v1.2.15 |
1247 | 2025-03-21T17:32:49.612Z | Compiling const-oid v0.9.6 |
1248 | 2025-03-21T17:32:49.670Z | Compiling pin-project-lite v0.2.14 |
1249 | 2025-03-21T17:32:49.763Z | Compiling parking_lot_core v0.9.10 |
1250 | 2025-03-21T17:32:49.915Z | Compiling rustix v0.38.37 |
1251 | 2025-03-21T17:32:49.916Z | Compiling signal-hook-registry v1.4.2 |
1252 | 2025-03-21T17:32:50.045Z | Compiling futures-core v0.3.31 |
1253 | 2025-03-21T17:32:50.194Z | Compiling mio v1.0.2 |
1254 | 2025-03-21T17:32:50.448Z | Compiling parking_lot v0.12.3 |
1255 | 2025-03-21T17:32:50.606Z | Compiling spin v0.9.8 |
1256 | 2025-03-21T17:32:50.645Z | Compiling socket2 v0.5.8 |
1257 | 2025-03-21T17:32:51.027Z | Compiling aho-corasick v1.1.3 |
1258 | 2025-03-21T17:32:51.059Z | Compiling cpufeatures v0.2.14 |
1259 | 2025-03-21T17:32:51.268Z | Compiling either v1.14.0 |
1260 | 2025-03-21T17:32:51.319Z | Compiling regex-syntax v0.8.5 |
1261 | 2025-03-21T17:32:51.400Z | Compiling futures-sink v0.3.31 |
1262 | 2025-03-21T17:32:51.569Z | Compiling stable_deref_trait v1.2.0 |
1263 | 2025-03-21T17:32:51.587Z | Compiling slab v0.4.9 |
1264 | 2025-03-21T17:32:51.675Z | Compiling glob v0.3.2 |
1265 | 2025-03-21T17:32:51.696Z | Compiling prettyplease v0.2.29 |
1266 | 2025-03-21T17:32:51.725Z | Compiling lazy_static v1.5.0 |
1267 | 2025-03-21T17:32:51.866Z | Compiling serde_json v1.0.139 |
1268 | 2025-03-21T17:32:52.056Z | Compiling minimal-lexical v0.2.1 |
1269 | 2025-03-21T17:32:52.219Z | Compiling futures-channel v0.3.31 |
1270 | 2025-03-21T17:32:52.385Z | Compiling libloading v0.8.5 |
1271 | 2025-03-21T17:32:52.552Z | Compiling nom v7.1.3 |
1272 | 2025-03-21T17:32:52.569Z | Compiling clang-sys v1.8.1 |
1273 | 2025-03-21T17:32:52.657Z | Compiling foldhash v0.1.3 |
1274 | 2025-03-21T17:32:52.781Z | Compiling bindgen v0.69.5 |
1275 | 2025-03-21T17:32:52.967Z | Compiling futures-io v0.3.31 |
1276 | 2025-03-21T17:32:53.253Z | Compiling home v0.5.9 |
1277 | 2025-03-21T17:32:53.310Z | Compiling allocator-api2 v0.2.18 |
1278 | 2025-03-21T17:32:53.483Z | Compiling futures-task v0.3.31 |
1279 | 2025-03-21T17:32:53.528Z | Compiling pin-utils v0.1.0 |
1280 | 2025-03-21T17:32:53.684Z | Compiling itertools v0.12.1 |
1281 | 2025-03-21T17:32:53.811Z | Compiling rustc-hash v1.1.0 |
1282 | 2025-03-21T17:32:53.972Z | Compiling pkg-config v0.3.31 |
1283 | 2025-03-21T17:32:54.104Z | Compiling hashbrown v0.15.1 |
1284 | 2025-03-21T17:32:55.327Z | Compiling regex-automata v0.4.8 |
1285 | 2025-03-21T17:32:55.373Z | Compiling lazycell v1.3.0 |
1286 | 2025-03-21T17:32:55.498Z | Compiling libm v0.2.8 |
1287 | 2025-03-21T17:32:55.727Z | Compiling cexpr v0.6.0 |
1288 | 2025-03-21T17:32:55.845Z | Compiling cmake v0.1.51 |
1289 | 2025-03-21T17:32:55.963Z | Compiling num-traits v0.2.19 |
1290 | 2025-03-21T17:32:56.314Z | Compiling synstructure v0.13.1 |
1291 | 2025-03-21T17:32:56.689Z | Compiling fs_extra v1.3.0 |
1292 | 2025-03-21T17:32:57.225Z | Compiling dunce v1.0.5 |
1293 | 2025-03-21T17:32:57.450Z | Compiling litemap v0.7.3 |
1294 | 2025-03-21T17:32:57.572Z | Compiling writeable v0.5.5 |
1295 | 2025-03-21T17:32:57.636Z | Compiling getrandom v0.3.1 |
1296 | 2025-03-21T17:32:57.838Z | Compiling ring v0.17.11 |
1297 | 2025-03-21T17:32:58.104Z | Compiling base64ct v1.6.0 |
1298 | 2025-03-21T17:32:58.677Z | Compiling paste v1.0.15 |
1299 | 2025-03-21T17:32:58.706Z | Compiling pem-rfc7468 v0.7.0 |
1300 | 2025-03-21T17:32:59.313Z | Compiling flagset v0.4.6 |
1301 | 2025-03-21T17:32:59.331Z | Compiling icu_locid_transform_data v1.5.0 |
1302 | 2025-03-21T17:32:59.435Z | Compiling httparse v1.9.5 |
1303 | 2025-03-21T17:32:59.530Z | Compiling aws-lc-rs v1.12.4 |
1304 | 2025-03-21T17:33:00.297Z | Compiling tracing-core v0.1.32 |
1305 | 2025-03-21T17:33:00.454Z | Compiling regex v1.11.1 |
1306 | 2025-03-21T17:33:00.454Z | Compiling rustls-pki-types v1.10.0 |
1307 | 2025-03-21T17:33:00.709Z | Compiling crossbeam-utils v0.8.20 |
1308 | 2025-03-21T17:33:01.006Z | Compiling icu_properties_data v1.5.0 |
1309 | 2025-03-21T17:33:01.039Z | Compiling percent-encoding v2.3.1 |
1310 | 2025-03-21T17:33:01.144Z | Compiling serde_derive v1.0.218 |
1311 | 2025-03-21T17:33:01.261Z | Compiling zeroize_derive v1.4.2 |
1312 | 2025-03-21T17:33:01.282Z | Compiling zerocopy-derive v0.7.35 |
1313 | 2025-03-21T17:33:01.389Z | Compiling tokio-macros v2.5.0 |
1314 | 2025-03-21T17:33:01.755Z | Compiling zerofrom-derive v0.1.4 |
1315 | 2025-03-21T17:33:02.613Z | Compiling zeroize v1.8.1 |
1316 | 2025-03-21T17:33:02.829Z | Compiling yoke-derive v0.7.4 |
1317 | 2025-03-21T17:33:03.189Z | Compiling zerocopy v0.7.35 |
1318 | 2025-03-21T17:33:03.957Z | Compiling thiserror-impl v1.0.69 |
1319 | 2025-03-21T17:33:04.088Z | Compiling futures-macro v0.3.31 |
1320 | 2025-03-21T17:33:04.239Z | Compiling crypto-common v0.1.6 |
1321 | 2025-03-21T17:33:04.327Z | Compiling block-buffer v0.10.4 |
1322 | 2025-03-21T17:33:04.505Z | Compiling displaydoc v0.2.5 |
1323 | 2025-03-21T17:33:04.532Z | Compiling zerovec-derive v0.10.3 |
1324 | 2025-03-21T17:33:04.595Z | Compiling digest v0.10.7 |
1325 | 2025-03-21T17:33:05.075Z | Compiling zerofrom v0.1.4 |
1326 | 2025-03-21T17:33:05.095Z | Compiling hmac v0.12.1 |
1327 | 2025-03-21T17:33:05.316Z | Compiling block-padding v0.3.3 |
1328 | 2025-03-21T17:33:05.363Z | Compiling yoke v0.7.4 |
1329 | 2025-03-21T17:33:05.363Z | Compiling ppv-lite86 v0.2.20 |
1330 | 2025-03-21T17:33:05.562Z | Compiling inout v0.1.3 |
1331 | 2025-03-21T17:33:05.737Z | Compiling sha2 v0.10.8 |
1332 | 2025-03-21T17:33:05.824Z | Compiling cipher v0.4.4 |
1333 | 2025-03-21T17:33:05.911Z | Compiling futures-util v0.3.31 |
1334 | 2025-03-21T17:33:06.031Z | Compiling icu_provider_macros v1.5.0 |
1335 | 2025-03-21T17:33:06.197Z | Compiling der_derive v0.7.3 |
1336 | 2025-03-21T17:33:06.388Z | Compiling tracing-attributes v0.1.27 |
1337 | 2025-03-21T17:33:06.872Z | Compiling thiserror v1.0.69 |
1338 | 2025-03-21T17:33:06.945Z | Compiling zerovec v0.10.4 |
1339 | 2025-03-21T17:33:07.025Z | Compiling pest v2.7.14 |
1340 | 2025-03-21T17:33:07.186Z | Compiling salsa20 v0.10.2 |
1341 | 2025-03-21T17:33:07.433Z | Compiling pbkdf2 v0.12.2 |
1342 | 2025-03-21T17:33:07.638Z | Compiling utf8_iter v1.0.4 |
1343 | 2025-03-21T17:33:07.886Z | Compiling time-core v0.1.2 |
1344 | 2025-03-21T17:33:08.061Z | Compiling powerfmt v0.2.0 |
1345 | 2025-03-21T17:33:08.426Z | Compiling untrusted v0.7.1 |
1346 | 2025-03-21T17:33:08.469Z | Compiling der v0.7.9 |
1347 | 2025-03-21T17:33:08.632Z | Compiling tinystr v0.7.6 |
1348 | 2025-03-21T17:33:08.918Z | Compiling icu_collections v1.5.0 |
1349 | 2025-03-21T17:33:09.027Z | Compiling icu_locid v1.5.0 |
1350 | 2025-03-21T17:33:09.455Z | Compiling num-conv v0.1.0 |
1351 | 2025-03-21T17:33:09.550Z | Compiling tracing v0.1.40 |
1352 | 2025-03-21T17:33:09.746Z | Compiling utf16_iter v1.0.5 |
1353 | 2025-03-21T17:33:09.966Z | Compiling icu_normalizer_data v1.5.0 |
1354 | 2025-03-21T17:33:10.064Z | Compiling icu_provider v1.5.0 |
1355 | 2025-03-21T17:33:10.069Z | Compiling untrusted v0.9.0 |
1356 | 2025-03-21T17:33:10.097Z | Compiling write16 v1.0.0 |
1357 | 2025-03-21T17:33:10.172Z | Compiling vcpkg v0.2.15 |
1358 | 2025-03-21T17:33:10.267Z | Compiling time-macros v0.2.18 |
1359 | 2025-03-21T17:33:10.900Z | Compiling icu_locid_transform v1.5.0 |
1360 | 2025-03-21T17:33:11.048Z | Compiling spki v0.7.3 |
1361 | 2025-03-21T17:33:11.277Z | Compiling pest_meta v2.7.14 |
1362 | 2025-03-21T17:33:11.396Z | Compiling deranged v0.3.11 |
1363 | 2025-03-21T17:33:11.930Z | Compiling openssl-sys v0.9.106 |
1364 | 2025-03-21T17:33:12.645Z | Compiling icu_properties v1.5.1 |
1365 | 2025-03-21T17:33:12.850Z | Compiling scrypt v0.11.0 |
1366 | 2025-03-21T17:33:12.997Z | Compiling cbc v0.1.2 |
1367 | 2025-03-21T17:33:13.232Z | Compiling aes v0.8.4 |
1368 | 2025-03-21T17:33:13.253Z | Compiling scroll_derive v0.12.0 |
1369 | 2025-03-21T17:33:13.272Z | Compiling atomic-waker v1.1.2 |
1370 | 2025-03-21T17:33:13.330Z | Compiling tinyvec_macros v0.1.1 |
1371 | 2025-03-21T17:33:13.437Z | Compiling num_threads v0.1.7 |
1372 | 2025-03-21T17:33:13.467Z | Compiling tinyvec v1.8.0 |
1373 | 2025-03-21T17:33:13.580Z | Compiling time v0.3.36 |
1374 | 2025-03-21T17:33:13.959Z | Compiling bytes v1.10.0 |
1375 | 2025-03-21T17:33:14.560Z | Compiling bitflags v2.6.0 |
1376 | 2025-03-21T17:33:15.001Z | Compiling indexmap v2.7.1 |
1377 | 2025-03-21T17:33:15.364Z | Compiling tokio v1.43.0 |
1378 | 2025-03-21T17:33:15.423Z | Compiling semver v1.0.25 |
1379 | 2025-03-21T17:33:16.043Z | Compiling http v1.2.0 |
1380 | 2025-03-21T17:33:16.185Z | Compiling rustc_version v0.4.1 |
1381 | 2025-03-21T17:33:16.355Z | Compiling icu_normalizer v1.5.0 |
1382 | 2025-03-21T17:33:16.880Z | Compiling scroll v0.12.0 |
1383 | 2025-03-21T17:33:17.158Z | Compiling pkcs5 v0.7.1 |
1384 | 2025-03-21T17:33:17.428Z | Compiling idna_adapter v1.2.0 |
1385 | 2025-03-21T17:33:17.583Z | Compiling http-body v1.0.1 |
1386 | 2025-03-21T17:33:17.659Z | Compiling pest_generator v2.7.14 |
1387 | 2025-03-21T17:33:17.830Z | Compiling rand_chacha v0.3.1 |
1388 | 2025-03-21T17:33:18.138Z | Compiling form_urlencoded v1.2.1 |
1389 | 2025-03-21T17:33:18.160Z | Compiling slog v2.7.0 |
1390 | 2025-03-21T17:33:18.207Z | Compiling try-lock v0.2.5 |
1391 | 2025-03-21T17:33:18.246Z | Compiling zerocopy v0.8.10 |
1392 | 2025-03-21T17:33:18.369Z | Compiling want v0.3.1 |
1393 | 2025-03-21T17:33:18.461Z | Compiling which v4.4.2 |
1394 | 2025-03-21T17:33:18.654Z | Compiling rand v0.8.5 |
1395 | 2025-03-21T17:33:18.749Z | Compiling goblin v0.8.2 |
1396 | 2025-03-21T17:33:19.095Z | Compiling pkcs8 v0.10.2 |
1397 | 2025-03-21T17:33:19.499Z | Compiling idna v1.0.3 |
1398 | 2025-03-21T17:33:19.523Z | Compiling pest_derive v2.7.14 |
1399 | 2025-03-21T17:33:19.770Z | Compiling uuid v1.15.1 |
1400 | 2025-03-21T17:33:20.037Z | Compiling zerocopy-derive v0.8.10 |
1401 | 2025-03-21T17:33:20.328Z | Compiling adler2 v2.0.0 |
1402 | 2025-03-21T17:33:20.557Z | Compiling tower-service v0.3.3 |
1403 | 2025-03-21T17:33:20.627Z | Compiling iana-time-zone v0.1.61 |
1404 | 2025-03-21T17:33:20.695Z | Compiling httpdate v1.0.3 |
1405 | 2025-03-21T17:33:21.006Z | Compiling chrono v0.4.40 |
1406 | 2025-03-21T17:33:21.033Z | Compiling miniz_oxide v0.8.5 |
1407 | 2025-03-21T17:33:21.157Z | Compiling dtrace-parser v0.2.0 |
1408 | 2025-03-21T17:33:22.116Z | Compiling toml_datetime v0.6.8 |
1409 | 2025-03-21T17:33:22.567Z | Compiling serde_spanned v0.6.8 |
1410 | 2025-03-21T17:33:22.606Z | Compiling serde_tokenstream v0.2.2 |
1411 | 2025-03-21T17:33:22.815Z | Compiling base64 v0.22.1 |
1412 | 2025-03-21T17:33:23.013Z | Compiling openssl v0.10.71 |
1413 | 2025-03-21T17:33:23.220Z | Compiling rustversion v1.0.17 |
1414 | 2025-03-21T17:33:23.453Z | Compiling tokio-util v0.7.13 |
1415 | 2025-03-21T17:33:23.519Z | Compiling match_cfg v0.1.0 |
1416 | 2025-03-21T17:33:23.649Z | Compiling foreign-types-shared v0.1.1 |
1417 | 2025-03-21T17:33:23.762Z | Compiling foreign-types v0.3.2 |
1418 | 2025-03-21T17:33:23.876Z | Compiling hostname v0.3.1 |
1419 | 2025-03-21T17:33:23.970Z | Compiling url v2.5.3 |
1420 | 2025-03-21T17:33:24.298Z | Compiling openssl-macros v0.1.1 |
1421 | 2025-03-21T17:33:24.662Z | Compiling h2 v0.4.6 |
1422 | 2025-03-21T17:33:25.049Z | Compiling dof v0.3.0 |
1423 | 2025-03-21T17:33:25.399Z | Compiling async-trait v0.1.86 |
1424 | 2025-03-21T17:33:25.761Z | Compiling rand_core v0.9.2 |
1425 | 2025-03-21T17:33:25.904Z | Compiling usdt-impl v0.5.0 |
1426 | 2025-03-21T17:33:26.240Z | Compiling serde_derive_internals v0.29.1 |
1427 | 2025-03-21T17:33:27.792Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1428 | 2025-03-21T17:33:27.868Z | Compiling dirs-sys-next v0.1.2 |
1429 | 2025-03-21T17:33:27.868Z | Compiling native-tls v0.2.12 |
1430 | 2025-03-21T17:33:27.868Z | Compiling siphasher v0.3.11 |
1431 | 2025-03-21T17:33:27.869Z | Compiling data-encoding v2.6.0 |
1432 | 2025-03-21T17:33:27.869Z | Compiling syn v1.0.109 |
1433 | 2025-03-21T17:33:27.869Z | Compiling rustls v0.23.19 |
1434 | 2025-03-21T17:33:28.091Z | Compiling schemars v0.8.22 |
1435 | 2025-03-21T17:33:28.104Z | Compiling rustls v0.22.4 |
1436 | 2025-03-21T17:33:28.399Z | Compiling schemars_derive v0.8.22 |
1437 | 2025-03-21T17:33:28.463Z | Compiling dirs-next v2.0.0 |
1438 | 2025-03-21T17:33:28.489Z | Compiling rand_chacha v0.9.0 |
1439 | 2025-03-21T17:33:29.628Z | Compiling http-body-util v0.1.2 |
1440 | 2025-03-21T17:33:29.889Z | Compiling heapless v0.7.17 |
1441 | 2025-03-21T17:33:29.908Z | Compiling unicode-normalization v0.1.24 |
1442 | 2025-03-21T17:33:30.131Z | Compiling crossbeam-epoch v0.9.18 |
1443 | 2025-03-21T17:33:30.341Z | Compiling sha1 v0.10.6 |
1444 | 2025-03-21T17:33:30.417Z | Compiling signature v2.2.0 |
1445 | 2025-03-21T17:33:30.726Z | Compiling thread_local v1.1.8 |
1446 | 2025-03-21T17:33:30.767Z | Compiling multer v3.1.0 |
1447 | 2025-03-21T17:33:30.790Z | Compiling cookie v0.18.1 |
1448 | 2025-03-21T17:33:31.005Z | Compiling crc32fast v1.4.2 |
1449 | 2025-03-21T17:33:31.115Z | Compiling encoding_rs v0.8.34 |
1450 | 2025-03-21T17:33:31.146Z | Compiling unicode-bidi v0.3.17 |
1451 | 2025-03-21T17:33:31.192Z | Compiling slog-async v2.8.0 |
1452 | 2025-03-21T17:33:31.207Z | Compiling dyn-clone v1.0.18 |
1453 | 2025-03-21T17:33:31.363Z | Compiling signal-hook v0.3.17 |
1454 | 2025-03-21T17:33:31.430Z | Compiling openssl-probe v0.1.5 |
1455 | 2025-03-21T17:33:31.654Z | Compiling ipnet v2.11.0 |
1456 | 2025-03-21T17:33:31.673Z | Compiling mime v0.3.17 |
1457 | 2025-03-21T17:33:31.750Z | Compiling hyper v1.6.0 |
1458 | 2025-03-21T17:33:32.189Z | Compiling gimli v0.31.1 |
1459 | 2025-03-21T17:33:32.403Z | Compiling unicode-properties v0.1.3 |
1460 | 2025-03-21T17:33:32.675Z | Compiling rayon-core v1.12.1 |
1461 | 2025-03-21T17:33:32.829Z | Compiling stringprep v0.1.5 |
1462 | 2025-03-21T17:33:33.878Z | Compiling toml_edit v0.22.24 |
1463 | 2025-03-21T17:33:34.563Z | Compiling hyper-util v0.1.10 |
1464 | 2025-03-21T17:33:35.503Z | Compiling crossbeam-deque v0.8.5 |
1465 | 2025-03-21T17:33:35.848Z | Compiling rand v0.9.0 |
1466 | 2025-03-21T17:33:35.956Z | Compiling term v0.7.0 |
1467 | 2025-03-21T17:33:36.352Z | Compiling usdt-attr-macro v0.5.0 |
1468 | 2025-03-21T17:33:36.998Z | Compiling addr2line v0.24.2 |
1469 | 2025-03-21T17:33:37.249Z | Compiling usdt-macro v0.5.0 |
1470 | 2025-03-21T17:33:37.412Z | Compiling slog-json v2.6.1 |
1471 | 2025-03-21T17:33:37.639Z | Compiling serde_urlencoded v0.7.1 |
1472 | 2025-03-21T17:33:37.703Z | Compiling curve25519-dalek v4.1.3 |
1473 | 2025-03-21T17:33:37.801Z | Compiling crossbeam-channel v0.5.13 |
1474 | 2025-03-21T17:33:37.879Z | Compiling futures-executor v0.3.31 |
1475 | 2025-03-21T17:33:38.137Z | Compiling enum-as-inner v0.6.1 |
1476 | 2025-03-21T17:33:38.409Z | Compiling md-5 v0.10.6 |
1477 | 2025-03-21T17:33:38.432Z | Compiling async-stream-impl v0.3.6 |
1478 | 2025-03-21T17:33:38.572Z | Compiling rustls-pemfile v2.2.0 |
1479 | 2025-03-21T17:33:38.698Z | Compiling num-integer v0.1.46 |
1480 | 2025-03-21T17:33:38.783Z | Compiling hash32 v0.2.1 |
1481 | 2025-03-21T17:33:38.904Z | Compiling ff v0.13.0 |
1482 | 2025-03-21T17:33:39.148Z | Compiling is-terminal v0.4.13 |
1483 | 2025-03-21T17:33:39.161Z | Compiling dropshot v0.12.0 |
1484 | 2025-03-21T17:33:39.182Z | Compiling object v0.36.5 |
1485 | 2025-03-21T17:33:39.288Z | Compiling memoffset v0.9.1 |
1486 | 2025-03-21T17:33:39.412Z | Compiling psl-types v2.0.11 |
1487 | 2025-03-21T17:33:39.489Z | Compiling num-bigint-dig v0.8.4 |
1488 | 2025-03-21T17:33:39.617Z | Compiling linked-hash-map v0.5.6 |
1489 | 2025-03-21T17:33:39.640Z | Compiling anyhow v1.0.97 |
1490 | 2025-03-21T17:33:39.660Z | Compiling litrs v0.4.1 |
1491 | 2025-03-21T17:33:39.809Z | Compiling portable-atomic v1.9.0 |
1492 | 2025-03-21T17:33:39.949Z | Compiling smoltcp v0.9.1 |
1493 | 2025-03-21T17:33:40.238Z | Compiling fallible-iterator v0.2.0 |
1494 | 2025-03-21T17:33:40.575Z | Compiling cfg_aliases v0.2.1 |
1495 | 2025-03-21T17:33:40.693Z | Compiling utf-8 v0.7.6 |
1496 | 2025-03-21T17:33:40.715Z | Compiling base16ct v0.2.0 |
1497 | 2025-03-21T17:33:40.765Z | Compiling take_mut v0.2.2 |
1498 | 2025-03-21T17:33:40.906Z | Compiling quick-error v1.2.3 |
1499 | 2025-03-21T17:33:40.940Z | Compiling rustc-demangle v0.1.24 |
1500 | 2025-03-21T17:33:40.997Z | Compiling sec1 v0.7.3 |
1501 | 2025-03-21T17:33:41.117Z | Compiling resolv-conf v0.7.0 |
1502 | 2025-03-21T17:33:41.120Z | Compiling tungstenite v0.24.0 |
1503 | 2025-03-21T17:33:41.550Z | Compiling postgres-protocol v0.6.8 |
1504 | 2025-03-21T17:33:41.839Z | Compiling document-features v0.2.10 |
1505 | 2025-03-21T17:33:41.897Z | Compiling nix v0.29.0 |
1506 | 2025-03-21T17:33:42.521Z | Compiling lru-cache v0.1.2 |
1507 | 2025-03-21T17:33:42.751Z | Compiling async-stream v0.3.6 |
1508 | 2025-03-21T17:33:42.792Z | Compiling publicsuffix v2.3.0 |
1509 | 2025-03-21T17:33:42.913Z | Compiling slog-term v2.9.1 |
1510 | 2025-03-21T17:33:42.971Z | Compiling hickory-proto v0.24.4 |
1511 | 2025-03-21T17:33:43.048Z | Compiling num-iter v0.1.45 |
1512 | 2025-03-21T17:33:43.091Z | Compiling usdt v0.5.0 |
1513 | 2025-03-21T17:33:43.109Z | Compiling group v0.13.0 |
1514 | 2025-03-21T17:33:43.574Z | Compiling futures v0.3.31 |
1515 | 2025-03-21T17:33:43.593Z | Compiling slog-bunyan v2.5.0 |
1516 | 2025-03-21T17:33:43.707Z | Compiling toml v0.8.20 |
1517 | 2025-03-21T17:33:43.801Z | Compiling bzip2 v0.4.4 |
1518 | 2025-03-21T17:33:44.188Z | Compiling tokio-native-tls v0.3.1 |
1519 | 2025-03-21T17:33:45.197Z | Compiling camino v1.1.9 |
1520 | 2025-03-21T17:33:45.487Z | Compiling flate2 v1.1.0 |
1521 | 2025-03-21T17:33:45.507Z | Compiling phf_shared v0.11.2 |
1522 | 2025-03-21T17:33:45.878Z | Compiling backtrace v0.3.74 |
1523 | 2025-03-21T17:33:46.039Z | Compiling dropshot_endpoint v0.12.0 |
1524 | 2025-03-21T17:33:46.096Z | Compiling terminal_size v0.4.0 |
1525 | 2025-03-21T17:33:46.323Z | Compiling openapiv3 v2.0.0 |
1526 | 2025-03-21T17:33:46.377Z | Compiling serde_path_to_error v0.1.16 |
1527 | 2025-03-21T17:33:46.408Z | Compiling waitgroup v0.1.2 |
1528 | 2025-03-21T17:33:46.598Z | Compiling hkdf v0.12.4 |
1529 | 2025-03-21T17:33:46.903Z | Compiling crypto-bigint v0.5.5 |
1530 | 2025-03-21T17:33:47.136Z | Compiling curve25519-dalek-derive v0.1.1 |
1531 | 2025-03-21T17:33:48.328Z | Compiling hubpack_derive v0.1.1 |
1532 | 2025-03-21T17:33:48.558Z | Compiling zerocopy-derive v0.6.6 |
1533 | 2025-03-21T17:33:48.728Z | Compiling webpki-roots v0.26.6 |
1534 | 2025-03-21T17:33:48.926Z | Compiling sync_wrapper v1.0.1 |
1535 | 2025-03-21T17:33:49.084Z | Compiling hostname v0.4.0 |
1536 | 2025-03-21T17:33:49.182Z | Compiling ahash v0.8.11 |
1537 | 2025-03-21T17:33:49.349Z | Compiling fs-err v2.11.0 |
1538 | 2025-03-21T17:33:49.540Z | Compiling zip v2.1.3 |
1539 | 2025-03-21T17:33:49.636Z | Compiling bumpalo v3.16.0 |
1540 | 2025-03-21T17:33:49.867Z | Compiling simd-adler32 v0.3.7 |
1541 | 2025-03-21T17:33:50.055Z | Compiling buf-list v1.0.3 |
1542 | 2025-03-21T17:33:50.075Z | Compiling tower-layer v0.3.3 |
1543 | 2025-03-21T17:33:50.215Z | Compiling lockfree-object-pool v0.1.6 |
1544 | 2025-03-21T17:33:50.365Z | Compiling managed v0.8.0 |
1545 | 2025-03-21T17:33:50.385Z | Compiling newtype-uuid v1.2.1 |
1546 | 2025-03-21T17:33:50.424Z | Compiling debug-ignore v1.0.5 |
1547 | 2025-03-21T17:33:50.478Z | Compiling winnow v0.5.40 |
1548 | 2025-03-21T17:33:50.577Z | Compiling unicode-width v0.2.0 |
1549 | 2025-03-21T17:33:50.719Z | Compiling clap_builder v4.5.31 |
1550 | 2025-03-21T17:33:50.790Z | Compiling zopfli v0.8.1 |
1551 | 2025-03-21T17:33:51.165Z | Compiling console v0.15.10 |
1552 | 2025-03-21T17:33:51.929Z | Compiling zerocopy v0.6.6 |
1553 | 2025-03-21T17:33:52.398Z | Compiling tower v0.5.2 |
1554 | 2025-03-21T17:33:52.500Z | Compiling elliptic-curve v0.13.8 |
1555 | 2025-03-21T17:33:52.661Z | Compiling strum_macros v0.25.3 |
1556 | 2025-03-21T17:33:52.852Z | Compiling hubpack v0.1.2 |
1557 | 2025-03-21T17:33:53.217Z | Compiling hickory-resolver v0.24.4 |
1558 | 2025-03-21T17:33:53.301Z | Compiling phf v0.11.2 |
1559 | 2025-03-21T17:33:53.590Z | Compiling signal-hook-mio v0.2.4 |
1560 | 2025-03-21T17:33:53.772Z | Compiling toml_edit v0.19.15 |
1561 | 2025-03-21T17:33:53.962Z | Compiling cookie_store v0.21.1 |
1562 | 2025-03-21T17:33:54.053Z | Compiling rayon v1.10.0 |
1563 | 2025-03-21T17:33:55.445Z | Compiling hyper-tls v0.6.0 |
1564 | 2025-03-21T17:33:56.402Z | Compiling postgres-types v0.2.9 |
1565 | 2025-03-21T17:33:57.715Z | Compiling tokio-tungstenite v0.24.0 |
1566 | 2025-03-21T17:33:58.481Z | Compiling ed25519 v2.2.3 |
1567 | 2025-03-21T17:33:58.505Z | Compiling phf_shared v0.10.0 |
1568 | 2025-03-21T17:33:58.907Z | Compiling tokio-stream v0.1.17 |
1569 | 2025-03-21T17:33:58.911Z | Compiling pkcs1 v0.7.5 |
1570 | 2025-03-21T17:33:59.512Z | Compiling serde-big-array v0.5.1 |
1571 | 2025-03-21T17:33:59.750Z | Compiling clap_derive v4.5.28 |
1572 | 2025-03-21T17:33:59.851Z | Compiling rfc6979 v0.4.0 |
1573 | 2025-03-21T17:33:59.872Z | Compiling serde_repr v0.1.19 |
1574 | 2025-03-21T17:34:00.054Z | Compiling derive-where v1.2.7 |
1575 | 2025-03-21T17:34:00.266Z | Compiling bstr v1.10.0 |
1576 | 2025-03-21T17:34:00.654Z | Compiling float-cmp v0.10.0 |
1577 | 2025-03-21T17:34:00.763Z | Compiling difflib v0.4.0 |
1578 | 2025-03-21T17:34:00.898Z | Compiling normalize-line-endings v0.3.0 |
1579 | 2025-03-21T17:34:00.969Z | Compiling precomputed-hash v0.1.1 |
1580 | 2025-03-21T17:34:01.043Z | Compiling unicode-segmentation v1.12.0 |
1581 | 2025-03-21T17:34:01.148Z | Compiling predicates-core v1.0.8 |
1582 | 2025-03-21T17:34:01.464Z | Compiling static_assertions v1.1.0 |
1583 | 2025-03-21T17:34:01.581Z | Compiling number_prefix v0.4.0 |
1584 | 2025-03-21T17:34:01.828Z | Compiling fixedbitset v0.4.2 |
1585 | 2025-03-21T17:34:01.893Z | Compiling whoami v1.5.2 |
1586 | 2025-03-21T17:34:01.961Z | Compiling new_debug_unreachable v1.0.6 |
1587 | 2025-03-21T17:34:02.069Z | Compiling string_cache v0.8.7 |
1588 | 2025-03-21T17:34:02.145Z | Compiling petgraph v0.6.5 |
1589 | 2025-03-21T17:34:02.260Z | Compiling tokio-postgres v0.7.13 |
1590 | 2025-03-21T17:34:02.442Z | Compiling similar v2.7.0 |
1591 | 2025-03-21T17:34:02.503Z | Compiling indicatif v0.17.11 |
1592 | 2025-03-21T17:34:03.158Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1593 | 2025-03-21T17:34:04.254Z | Compiling clap v4.5.31 |
1594 | 2025-03-21T17:34:04.382Z | Compiling predicates v3.1.3 |
1595 | 2025-03-21T17:34:04.466Z | Compiling ecdsa v0.16.9 |
1596 | 2025-03-21T17:34:04.486Z | Compiling rsa v0.9.6 |
1597 | 2025-03-21T17:34:05.302Z | Compiling ed25519-dalek v2.1.1 |
1598 | 2025-03-21T17:34:05.658Z | Compiling toml v0.7.8 |
1599 | 2025-03-21T17:34:06.587Z | Compiling crossterm v0.28.1 |
1600 | 2025-03-21T17:34:08.462Z | Compiling zip v0.6.6 |
1601 | 2025-03-21T17:34:08.750Z | Compiling hex v0.4.3 |
1602 | 2025-03-21T17:34:09.344Z | Compiling x509-cert v0.2.5 |
1603 | 2025-03-21T17:34:09.423Z | Compiling itertools v0.10.5 |
1604 | 2025-03-21T17:34:09.650Z | Compiling unicode-xid v0.2.6 |
1605 | 2025-03-21T17:34:09.745Z | Compiling lalrpop-util v0.19.12 |
1606 | 2025-03-21T17:34:09.749Z | Compiling peg-runtime v0.8.5 |
1607 | 2025-03-21T17:34:09.833Z | Compiling strum_macros v0.26.4 |
1608 | 2025-03-21T17:34:09.855Z | Compiling xattr v1.3.1 |
1609 | 2025-03-21T17:34:10.112Z | Compiling filetime v0.2.25 |
1610 | 2025-03-21T17:34:10.335Z | Compiling tar v0.4.44 |
1611 | 2025-03-21T17:34:14.406Z | Compiling strum v0.26.3 |
1612 | 2025-03-21T17:34:17.470Z | Compiling aws-lc-sys v0.26.0 |
1613 | 2025-03-21T17:34:47.059Z | Compiling rustls-webpki v0.102.8 |
1614 | 2025-03-21T17:34:50.328Z | Compiling tokio-rustls v0.25.0 |
1615 | 2025-03-21T17:34:51.972Z | Compiling tokio-rustls v0.26.0 |
1616 | 2025-03-21T17:34:52.302Z | Compiling hyper-rustls v0.27.3 |
1617 | 2025-03-21T17:34:52.692Z | Compiling reqwest v0.12.12 |
1618 | 2025-03-21T17:34:53.970Z | Compiling qorb v0.2.1 |
1619 | 2025-03-21T17:34:56.959Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1620 | 2025-03-21T17:34:57.230Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1621 | 2025-03-21T17:35:01.740Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 16s |
1622 | 2025-03-21T17:35:01.908Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1623 | 2025-03-21T17:35:01.961Z | Mar 21 17:35:00.340 INFO Starting download, target: Cockroach |
1624 | 2025-03-21T17:35:01.961Z | Mar 21 17:35:00.340 INFO Starting download, target: Clickhouse |
1625 | 2025-03-21T17:35:01.961Z | Mar 21 17:35:00.340 INFO Starting download, target: Console |
1626 | 2025-03-21T17:35:01.961Z | Mar 21 17:35:00.340 INFO Starting download, target: DendriteOpenapi |
1627 | 2025-03-21T17:35:01.970Z | Mar 21 17:35:00.340 INFO Starting download, target: DendriteStub |
1628 | 2025-03-21T17:35:01.970Z | Mar 21 17:35:00.340 INFO Starting download, target: MaghemiteMgd |
1629 | 2025-03-21T17:35:01.971Z | Mar 21 17:35:00.340 INFO Starting download, target: TransceiverControl |
1630 | 2025-03-21T17:35:01.971Z | Mar 21 17:35:00.341 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1631 | 2025-03-21T17:35:01.971Z | Mar 21 17:35:00.341 INFO Downloading out/downloads/dpd-a66561e0a063cc30820182008c31f9a64cbd8a6f.json (attempt 1/3), target: DendriteOpenapi |
1632 | 2025-03-21T17:35:01.971Z | Mar 21 17:35:00.341 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1633 | 2025-03-21T17:35:01.971Z | Mar 21 17:35:00.341 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1634 | 2025-03-21T17:35:01.971Z | Mar 21 17:35:00.341 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1635 | 2025-03-21T17:35:01.971Z | Mar 21 17:35:00.341 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1636 | 2025-03-21T17:35:01.971Z | Mar 21 17:35:00.341 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1637 | 2025-03-21T17:35:02.280Z | Mar 21 17:35:00.659 INFO Download complete, target: DendriteOpenapi |
1638 | 2025-03-21T17:35:02.542Z | Mar 21 17:35:00.867 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1639 | 2025-03-21T17:35:02.624Z | Mar 21 17:35:00.872 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1640 | 2025-03-21T17:35:02.887Z | Mar 21 17:35:01.247 INFO Download complete, target: Console |
1641 | 2025-03-21T17:35:02.926Z | Mar 21 17:35:01.257 INFO Download complete, target: TransceiverControl |
1642 | 2025-03-21T17:35:04.123Z | Mar 21 17:35:02.506 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1643 | 2025-03-21T17:35:04.187Z | Mar 21 17:35:02.571 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1644 | 2025-03-21T17:35:04.208Z | Mar 21 17:35:02.593 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1645 | 2025-03-21T17:35:04.208Z | Mar 21 17:35:02.593 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1646 | 2025-03-21T17:35:04.223Z | Mar 21 17:35:02.608 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1647 | 2025-03-21T17:35:06.596Z | Mar 21 17:35:04.883 INFO Download complete, target: DendriteStub |
1648 | 2025-03-21T17:35:06.615Z | Mar 21 17:35:04.947 INFO Download complete, target: MaghemiteMgd |
1649 | 2025-03-21T17:35:10.716Z | Mar 21 17:35:09.090 INFO Checking that binary works, target: Cockroach |
1650 | 2025-03-21T17:35:10.877Z | Mar 21 17:35:09.255 INFO Download complete, target: Cockroach |
1651 | 2025-03-21T17:35:14.974Z | Mar 21 17:35:13.356 INFO Checking that binary works, target: Clickhouse |
1652 | 2025-03-21T17:35:15.099Z | Mar 21 17:35:13.482 INFO Download complete, target: Clickhouse |
1653 | 2025-03-21T17:35:15.129Z | All builder prerequisites installed successfully, and PATH looks valid |
1654 | 2025-03-21T17:35:15.136Z | |
1655 | 2025-03-21T17:35:15.136Z | real 5:37.135570974 |
1656 | 2025-03-21T17:35:15.136Z | user 15:51.856827921 |
1657 | 2025-03-21T17:35:15.136Z | sys 2:10.696203509 |
1658 | 2025-03-21T17:35:15.136Z | trap 0.565110310 |
1659 | 2025-03-21T17:35:15.137Z | tflt 0.908817205 |
1660 | 2025-03-21T17:35:15.137Z | dflt 1.323158365 |
1661 | 2025-03-21T17:35:15.137Z | kflt 0.024612507 |
1662 | 2025-03-21T17:35:15.137Z | lock 23:50.421985069 |
1663 | 2025-03-21T17:35:15.137Z | slp 57:52.627944835 |
1664 | 2025-03-21T17:35:15.137Z | lat 1:01.840867395 |
1665 | 2025-03-21T17:35:15.137Z | stop 2:34.992608009 |
1666 | 2025-03-21T17:35:15.137Z | + banner hack-check |
1667 | 2025-03-21T17:35:15.137Z | |
1668 | 2025-03-21T17:35:15.137Z | # # ## #### # # #### # # ###### #### # # |
1669 | 2025-03-21T17:35:15.137Z | # # # # # # # # # # # # # # # # # |
1670 | 2025-03-21T17:35:15.137Z | ###### # # # #### ##### # ###### ##### # #### |
1671 | 2025-03-21T17:35:15.137Z | # # ###### # # # # # # # # # # |
1672 | 2025-03-21T17:35:15.137Z | # # # # # # # # # # # # # # # # # |
1673 | 2025-03-21T17:35:15.137Z | # # # # #### # # #### # # ###### #### # # |
1674 | 2025-03-21T17:35:15.137Z | |
1675 | 2025-03-21T17:35:15.137Z | + export CARGO_INCREMENTAL=0 |
1676 | 2025-03-21T17:35:15.137Z | + CARGO_INCREMENTAL=0 |
1677 | 2025-03-21T17:35:15.137Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1678 | 2025-03-21T17:35:15.771Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1679 | 2025-03-21T17:35:18.678Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.48s |
1680 | 2025-03-21T17:35:18.755Z | Running `target/debug/xtask check-features --ci` |
1681 | 2025-03-21T17:35:18.783Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1682 | 2025-03-21T17:35:18.786Z | running: "/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1683 | 2025-03-21T17:35:19.272Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
1684 | 2025-03-21T17:35:19.294Z | Running `target/debug/xtask download cargo-hack` |
1685 | 2025-03-21T17:35:20.164Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1686 | 2025-03-21T17:35:20.578Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1687 | 2025-03-21T17:35:24.241Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.91s |
1688 | 2025-03-21T17:35:24.404Z | Running `target/debug/xtask-downloader cargo-hack` |
1689 | 2025-03-21T17:35:24.442Z | Mar 21 17:35:22.826 INFO Starting download, target: CargoHack |
1690 | 2025-03-21T17:35:24.445Z | Mar 21 17:35:22.827 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1691 | 2025-03-21T17:35:24.878Z | Mar 21 17:35:23.260 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1692 | 2025-03-21T17:35:24.959Z | Mar 21 17:35:23.337 INFO Download complete, target: CargoHack |
1693 | 2025-03-21T17:35:24.962Z | running: "/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
1694 | 2025-03-21T17:35:24.973Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1695 | 2025-03-21T17:35:25.156Z | info: running `cargo check --bins` on api_identity (1/196) |
1696 | 2025-03-21T17:35:25.766Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1697 | 2025-03-21T17:35:25.769Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1698 | 2025-03-21T17:35:25.769Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1699 | 2025-03-21T17:35:25.773Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
1700 | 2025-03-21T17:35:25.845Z | |
1701 | 2025-03-21T17:35:25.846Z | info: running `cargo check --bins` on bootstore (2/196) |
1702 | 2025-03-21T17:35:26.461Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1703 | 2025-03-21T17:35:26.464Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1704 | 2025-03-21T17:35:26.464Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1705 | 2025-03-21T17:35:26.467Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
1706 | 2025-03-21T17:35:26.548Z | |
1707 | 2025-03-21T17:35:26.548Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/196) |
1708 | 2025-03-21T17:35:27.138Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1709 | 2025-03-21T17:35:27.141Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1710 | 2025-03-21T17:35:27.141Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1711 | 2025-03-21T17:35:27.144Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
1712 | 2025-03-21T17:35:27.219Z | |
1713 | 2025-03-21T17:35:27.219Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/196) |
1714 | 2025-03-21T17:35:27.815Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1715 | 2025-03-21T17:35:27.818Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1716 | 2025-03-21T17:35:27.818Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1717 | 2025-03-21T17:35:27.821Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
1718 | 2025-03-21T17:35:27.898Z | |
1719 | 2025-03-21T17:35:27.898Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/196) |
1720 | 2025-03-21T17:35:28.316Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1721 | 2025-03-21T17:35:28.319Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1722 | 2025-03-21T17:35:28.320Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1723 | 2025-03-21T17:35:28.320Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1724 | 2025-03-21T17:35:28.363Z | |
1725 | 2025-03-21T17:35:28.363Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (6/196) |
1726 | 2025-03-21T17:35:28.788Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1727 | 2025-03-21T17:35:28.791Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1728 | 2025-03-21T17:35:28.792Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1729 | 2025-03-21T17:35:28.795Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1730 | 2025-03-21T17:35:28.836Z | |
1731 | 2025-03-21T17:35:28.836Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/196) |
1732 | 2025-03-21T17:35:29.255Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1733 | 2025-03-21T17:35:29.258Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1734 | 2025-03-21T17:35:29.258Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1735 | 2025-03-21T17:35:29.261Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1736 | 2025-03-21T17:35:29.303Z | |
1737 | 2025-03-21T17:35:29.303Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/196) |
1738 | 2025-03-21T17:35:29.732Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1739 | 2025-03-21T17:35:29.735Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1740 | 2025-03-21T17:35:29.735Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1741 | 2025-03-21T17:35:29.739Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1742 | 2025-03-21T17:35:29.781Z | |
1743 | 2025-03-21T17:35:29.781Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/196) |
1744 | 2025-03-21T17:35:30.210Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1745 | 2025-03-21T17:35:30.214Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1746 | 2025-03-21T17:35:30.214Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1747 | 2025-03-21T17:35:30.217Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1748 | 2025-03-21T17:35:30.262Z | |
1749 | 2025-03-21T17:35:30.262Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/196) |
1750 | 2025-03-21T17:35:30.684Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1751 | 2025-03-21T17:35:30.687Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1752 | 2025-03-21T17:35:30.687Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1753 | 2025-03-21T17:35:30.690Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1754 | 2025-03-21T17:35:30.732Z | |
1755 | 2025-03-21T17:35:30.732Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/196) |
1756 | 2025-03-21T17:35:31.153Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1757 | 2025-03-21T17:35:31.157Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1758 | 2025-03-21T17:35:31.157Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1759 | 2025-03-21T17:35:31.162Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1760 | 2025-03-21T17:35:31.199Z | |
1761 | 2025-03-21T17:35:31.199Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/196) |
1762 | 2025-03-21T17:35:31.622Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1763 | 2025-03-21T17:35:31.625Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1764 | 2025-03-21T17:35:31.625Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1765 | 2025-03-21T17:35:31.628Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1766 | 2025-03-21T17:35:31.670Z | |
1767 | 2025-03-21T17:35:31.670Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/196) |
1768 | 2025-03-21T17:35:32.102Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1769 | 2025-03-21T17:35:32.105Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1770 | 2025-03-21T17:35:32.105Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1771 | 2025-03-21T17:35:32.105Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1772 | 2025-03-21T17:35:32.143Z | |
1773 | 2025-03-21T17:35:32.143Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/196) |
1774 | 2025-03-21T17:35:32.562Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1775 | 2025-03-21T17:35:32.565Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1776 | 2025-03-21T17:35:32.565Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1777 | 2025-03-21T17:35:32.567Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1778 | 2025-03-21T17:35:32.609Z | |
1779 | 2025-03-21T17:35:32.609Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/196) |
1780 | 2025-03-21T17:35:33.029Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1781 | 2025-03-21T17:35:33.032Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1782 | 2025-03-21T17:35:33.032Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1783 | 2025-03-21T17:35:33.034Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1784 | 2025-03-21T17:35:33.077Z | |
1785 | 2025-03-21T17:35:33.077Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (16/196) |
1786 | 2025-03-21T17:35:33.498Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1787 | 2025-03-21T17:35:33.501Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1788 | 2025-03-21T17:35:33.501Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1789 | 2025-03-21T17:35:33.503Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1790 | 2025-03-21T17:35:33.545Z | |
1791 | 2025-03-21T17:35:33.545Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (17/196) |
1792 | 2025-03-21T17:35:33.971Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1793 | 2025-03-21T17:35:33.975Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1794 | 2025-03-21T17:35:33.975Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1795 | 2025-03-21T17:35:33.978Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1796 | 2025-03-21T17:35:34.021Z | |
1797 | 2025-03-21T17:35:34.021Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (18/196) |
1798 | 2025-03-21T17:35:34.445Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1799 | 2025-03-21T17:35:34.448Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1800 | 2025-03-21T17:35:34.449Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1801 | 2025-03-21T17:35:34.449Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1802 | 2025-03-21T17:35:34.491Z | |
1803 | 2025-03-21T17:35:34.491Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (19/196) |
1804 | 2025-03-21T17:35:34.918Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1805 | 2025-03-21T17:35:34.922Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1806 | 2025-03-21T17:35:34.922Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1807 | 2025-03-21T17:35:34.922Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1808 | 2025-03-21T17:35:34.965Z | |
1809 | 2025-03-21T17:35:34.965Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (20/196) |
1810 | 2025-03-21T17:35:35.395Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1811 | 2025-03-21T17:35:35.398Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1812 | 2025-03-21T17:35:35.398Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1813 | 2025-03-21T17:35:35.401Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1814 | 2025-03-21T17:35:35.443Z | |
1815 | 2025-03-21T17:35:35.443Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (21/196) |
1816 | 2025-03-21T17:35:35.864Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1817 | 2025-03-21T17:35:35.867Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1818 | 2025-03-21T17:35:35.867Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1819 | 2025-03-21T17:35:35.870Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1820 | 2025-03-21T17:35:35.911Z | |
1821 | 2025-03-21T17:35:35.911Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (22/196) |
1822 | 2025-03-21T17:35:36.336Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1823 | 2025-03-21T17:35:36.340Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1824 | 2025-03-21T17:35:36.340Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1825 | 2025-03-21T17:35:36.340Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1826 | 2025-03-21T17:35:36.386Z | |
1827 | 2025-03-21T17:35:36.386Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (23/196) |
1828 | 2025-03-21T17:35:36.815Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1829 | 2025-03-21T17:35:36.818Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1830 | 2025-03-21T17:35:36.818Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1831 | 2025-03-21T17:35:36.823Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1832 | 2025-03-21T17:35:36.863Z | |
1833 | 2025-03-21T17:35:36.863Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (24/196) |
1834 | 2025-03-21T17:35:37.293Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1835 | 2025-03-21T17:35:37.296Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1836 | 2025-03-21T17:35:37.296Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1837 | 2025-03-21T17:35:37.300Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1838 | 2025-03-21T17:35:37.342Z | |
1839 | 2025-03-21T17:35:37.342Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (25/196) |
1840 | 2025-03-21T17:35:37.767Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1841 | 2025-03-21T17:35:37.770Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1842 | 2025-03-21T17:35:37.770Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1843 | 2025-03-21T17:35:37.773Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1844 | 2025-03-21T17:35:37.818Z | |
1845 | 2025-03-21T17:35:37.818Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (26/196) |
1846 | 2025-03-21T17:35:38.240Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1847 | 2025-03-21T17:35:38.243Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1848 | 2025-03-21T17:35:38.243Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1849 | 2025-03-21T17:35:38.246Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1850 | 2025-03-21T17:35:38.289Z | |
1851 | 2025-03-21T17:35:38.289Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (27/196) |
1852 | 2025-03-21T17:35:38.707Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1853 | 2025-03-21T17:35:38.710Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1854 | 2025-03-21T17:35:38.710Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1855 | 2025-03-21T17:35:38.713Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1856 | 2025-03-21T17:35:38.754Z | |
1857 | 2025-03-21T17:35:38.754Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (28/196) |
1858 | 2025-03-21T17:35:39.195Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1859 | 2025-03-21T17:35:39.210Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1860 | 2025-03-21T17:35:39.210Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1861 | 2025-03-21T17:35:39.210Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1862 | 2025-03-21T17:35:39.235Z | |
1863 | 2025-03-21T17:35:39.235Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (29/196) |
1864 | 2025-03-21T17:35:39.648Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1865 | 2025-03-21T17:35:39.661Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1866 | 2025-03-21T17:35:39.662Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1867 | 2025-03-21T17:35:39.662Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1868 | 2025-03-21T17:35:39.700Z | |
1869 | 2025-03-21T17:35:39.700Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (30/196) |
1870 | 2025-03-21T17:35:40.112Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1871 | 2025-03-21T17:35:40.126Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1872 | 2025-03-21T17:35:40.127Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1873 | 2025-03-21T17:35:40.127Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1874 | 2025-03-21T17:35:40.160Z | |
1875 | 2025-03-21T17:35:40.160Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (31/196) |
1876 | 2025-03-21T17:35:40.584Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1877 | 2025-03-21T17:35:40.589Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1878 | 2025-03-21T17:35:40.589Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1879 | 2025-03-21T17:35:40.594Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1880 | 2025-03-21T17:35:40.631Z | |
1881 | 2025-03-21T17:35:40.631Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (32/196) |
1882 | 2025-03-21T17:35:41.050Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1883 | 2025-03-21T17:35:41.053Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1884 | 2025-03-21T17:35:41.053Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1885 | 2025-03-21T17:35:41.072Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1886 | 2025-03-21T17:35:41.098Z | |
1887 | 2025-03-21T17:35:41.098Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (33/196) |
1888 | 2025-03-21T17:35:41.516Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1889 | 2025-03-21T17:35:41.519Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1890 | 2025-03-21T17:35:41.519Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1891 | 2025-03-21T17:35:41.524Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1892 | 2025-03-21T17:35:41.564Z | |
1893 | 2025-03-21T17:35:41.564Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (34/196) |
1894 | 2025-03-21T17:35:41.983Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1895 | 2025-03-21T17:35:41.987Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1896 | 2025-03-21T17:35:41.987Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1897 | 2025-03-21T17:35:41.990Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1898 | 2025-03-21T17:35:42.034Z | |
1899 | 2025-03-21T17:35:42.034Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (35/196) |
1900 | 2025-03-21T17:35:42.457Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1901 | 2025-03-21T17:35:42.460Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1902 | 2025-03-21T17:35:42.460Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1903 | 2025-03-21T17:35:42.463Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1904 | 2025-03-21T17:35:42.507Z | |
1905 | 2025-03-21T17:35:42.507Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (36/196) |
1906 | 2025-03-21T17:35:42.933Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1907 | 2025-03-21T17:35:42.937Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1908 | 2025-03-21T17:35:42.937Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1909 | 2025-03-21T17:35:42.941Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1910 | 2025-03-21T17:35:42.983Z | |
1911 | 2025-03-21T17:35:42.983Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (37/196) |
1912 | 2025-03-21T17:35:43.414Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1913 | 2025-03-21T17:35:43.430Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1914 | 2025-03-21T17:35:43.430Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1915 | 2025-03-21T17:35:43.433Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1916 | 2025-03-21T17:35:43.463Z | |
1917 | 2025-03-21T17:35:43.463Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (38/196) |
1918 | 2025-03-21T17:35:43.889Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1919 | 2025-03-21T17:35:43.892Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1920 | 2025-03-21T17:35:43.892Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1921 | 2025-03-21T17:35:43.896Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1922 | 2025-03-21T17:35:43.937Z | |
1923 | 2025-03-21T17:35:43.937Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (39/196) |
1924 | 2025-03-21T17:35:44.362Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1925 | 2025-03-21T17:35:44.369Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1926 | 2025-03-21T17:35:44.369Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1927 | 2025-03-21T17:35:44.370Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1928 | 2025-03-21T17:35:44.410Z | |
1929 | 2025-03-21T17:35:44.410Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (40/196) |
1930 | 2025-03-21T17:35:44.833Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1931 | 2025-03-21T17:35:44.837Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1932 | 2025-03-21T17:35:44.837Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1933 | 2025-03-21T17:35:44.840Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1934 | 2025-03-21T17:35:44.881Z | |
1935 | 2025-03-21T17:35:44.881Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (41/196) |
1936 | 2025-03-21T17:35:45.310Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1937 | 2025-03-21T17:35:45.330Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1938 | 2025-03-21T17:35:45.330Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1939 | 2025-03-21T17:35:45.330Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1940 | 2025-03-21T17:35:45.358Z | |
1941 | 2025-03-21T17:35:45.358Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (42/196) |
1942 | 2025-03-21T17:35:45.785Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1943 | 2025-03-21T17:35:45.790Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1944 | 2025-03-21T17:35:45.790Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1945 | 2025-03-21T17:35:45.790Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1946 | 2025-03-21T17:35:45.834Z | |
1947 | 2025-03-21T17:35:45.834Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (43/196) |
1948 | 2025-03-21T17:35:46.258Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1949 | 2025-03-21T17:35:46.262Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1950 | 2025-03-21T17:35:46.262Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1951 | 2025-03-21T17:35:46.262Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1952 | 2025-03-21T17:35:46.306Z | |
1953 | 2025-03-21T17:35:46.306Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (44/196) |
1954 | 2025-03-21T17:35:46.735Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1955 | 2025-03-21T17:35:46.738Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1956 | 2025-03-21T17:35:46.738Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1957 | 2025-03-21T17:35:46.742Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1958 | 2025-03-21T17:35:46.784Z | |
1959 | 2025-03-21T17:35:46.784Z | info: running `cargo check --bins` on sled-hardware-types (45/196) |
1960 | 2025-03-21T17:35:47.381Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1961 | 2025-03-21T17:35:47.385Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1962 | 2025-03-21T17:35:47.385Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1963 | 2025-03-21T17:35:47.389Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
1964 | 2025-03-21T17:35:47.464Z | |
1965 | 2025-03-21T17:35:47.464Z | info: running `cargo check --bins --no-default-features` on illumos-utils (46/196) |
1966 | 2025-03-21T17:35:48.067Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1967 | 2025-03-21T17:35:48.071Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1968 | 2025-03-21T17:35:48.071Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1969 | 2025-03-21T17:35:48.074Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
1970 | 2025-03-21T17:35:48.151Z | |
1971 | 2025-03-21T17:35:48.151Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (47/196) |
1972 | 2025-03-21T17:35:48.757Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1973 | 2025-03-21T17:35:48.761Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1974 | 2025-03-21T17:35:48.761Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1975 | 2025-03-21T17:35:48.766Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
1976 | 2025-03-21T17:35:48.844Z | |
1977 | 2025-03-21T17:35:48.844Z | info: running `cargo check --bins` on oxlog (48/196) |
1978 | 2025-03-21T17:35:49.417Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1979 | 2025-03-21T17:35:49.420Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1980 | 2025-03-21T17:35:49.507Z | Checking cfg-if v1.0.0 |
1981 | 2025-03-21T17:35:49.510Z | Checking libc v0.2.170 |
1982 | 2025-03-21T17:35:49.623Z | Checking serde v1.0.218 |
1983 | 2025-03-21T17:35:49.626Z | Checking zeroize v1.8.1 |
1984 | 2025-03-21T17:35:49.644Z | Checking memchr v2.7.4 |
1985 | 2025-03-21T17:35:49.657Z | Checking typenum v1.17.0 |
1986 | 2025-03-21T17:35:49.661Z | Checking value-bag v1.9.0 |
1987 | 2025-03-21T17:35:49.686Z | Checking subtle v2.6.1 |
1988 | 2025-03-21T17:35:49.702Z | Checking smallvec v1.14.0 |
1989 | 2025-03-21T17:35:49.865Z | Checking scopeguard v1.2.0 |
1990 | 2025-03-21T17:35:49.951Z | Checking const-oid v0.9.6 |
1991 | 2025-03-21T17:35:50.017Z | Checking lock_api v0.4.12 |
1992 | 2025-03-21T17:35:50.037Z | Checking itoa v1.0.11 |
1993 | 2025-03-21T17:35:50.050Z | Checking log v0.4.22 |
1994 | 2025-03-21T17:35:50.312Z | Checking pin-project-lite v0.2.14 |
1995 | 2025-03-21T17:35:50.397Z | Checking byteorder v1.5.0 |
1996 | 2025-03-21T17:35:50.446Z | Checking once_cell v1.20.3 |
1997 | 2025-03-21T17:35:50.479Z | Checking futures-core v0.3.31 |
1998 | 2025-03-21T17:35:50.590Z | Checking futures-sink v0.3.31 |
1999 | 2025-03-21T17:35:50.632Z | Checking getrandom v0.2.15 |
2000 | 2025-03-21T17:35:50.678Z | Checking signal-hook-registry v1.4.2 |
2001 | 2025-03-21T17:35:50.740Z | Checking generic-array v0.14.7 |
2002 | 2025-03-21T17:35:50.740Z | Checking parking_lot_core v0.9.10 |
2003 | 2025-03-21T17:35:50.756Z | Checking mio v1.0.2 |
2004 | 2025-03-21T17:35:50.786Z | Checking socket2 v0.5.8 |
2005 | 2025-03-21T17:35:50.907Z | Checking rand_core v0.6.4 |
2006 | 2025-03-21T17:35:50.925Z | Checking cpufeatures v0.2.14 |
2007 | 2025-03-21T17:35:51.004Z | Checking stable_deref_trait v1.2.0 |
2008 | 2025-03-21T17:35:51.073Z | Checking parking_lot v0.12.3 |
2009 | 2025-03-21T17:35:51.120Z | Checking zerocopy v0.7.35 |
2010 | 2025-03-21T17:35:51.201Z | Checking slab v0.4.9 |
2011 | 2025-03-21T17:35:51.216Z | Checking zerofrom v0.1.4 |
2012 | 2025-03-21T17:35:51.366Z | Checking futures-channel v0.3.31 |
2013 | 2025-03-21T17:35:51.426Z | Checking equivalent v1.0.1 |
2014 | 2025-03-21T17:35:51.445Z | Checking yoke v0.7.4 |
2015 | 2025-03-21T17:35:51.469Z | Checking foldhash v0.1.3 |
2016 | 2025-03-21T17:35:51.543Z | Checking futures-task v0.3.31 |
2017 | 2025-03-21T17:35:51.681Z | Checking futures-io v0.3.31 |
2018 | 2025-03-21T17:35:51.718Z | Checking allocator-api2 v0.2.18 |
2019 | 2025-03-21T17:35:51.776Z | Checking pin-utils v0.1.0 |
2020 | 2025-03-21T17:35:51.788Z | Checking zerovec v0.10.4 |
2021 | 2025-03-21T17:35:51.830Z | Checking crypto-common v0.1.6 |
2022 | 2025-03-21T17:35:51.849Z | Checking block-buffer v0.10.4 |
2023 | 2025-03-21T17:35:51.866Z | Checking block-padding v0.3.3 |
2024 | 2025-03-21T17:35:51.882Z | Checking futures-util v0.3.31 |
2025 | 2025-03-21T17:35:52.031Z | Checking ryu v1.0.18 |
2026 | 2025-03-21T17:35:52.063Z | Checking digest v0.10.7 |
2027 | 2025-03-21T17:35:52.079Z | Checking inout v0.1.3 |
2028 | 2025-03-21T17:35:52.279Z | Checking writeable v0.5.5 |
2029 | 2025-03-21T17:35:52.302Z | Checking fnv v1.0.7 |
2030 | 2025-03-21T17:35:52.318Z | Checking hashbrown v0.15.1 |
2031 | 2025-03-21T17:35:52.332Z | Checking ppv-lite86 v0.2.20 |
2032 | 2025-03-21T17:35:52.426Z | Checking litemap v0.7.3 |
2033 | 2025-03-21T17:35:52.430Z | Checking hmac v0.12.1 |
2034 | 2025-03-21T17:35:52.609Z | Checking sha2 v0.10.8 |
2035 | 2025-03-21T17:35:52.653Z | Checking cipher v0.4.4 |
2036 | 2025-03-21T17:35:52.768Z | Checking libm v0.2.8 |
2037 | 2025-03-21T17:35:53.028Z | Checking base64ct v1.6.0 |
2038 | 2025-03-21T17:35:53.053Z | Checking getrandom v0.3.1 |
2039 | 2025-03-21T17:35:53.175Z | Checking thiserror v1.0.69 |
2040 | 2025-03-21T17:35:53.287Z | Checking icu_locid_transform_data v1.5.0 |
2041 | 2025-03-21T17:35:53.316Z | Checking flagset v0.4.6 |
2042 | 2025-03-21T17:35:53.334Z | Checking tracing-core v0.1.32 |
2043 | 2025-03-21T17:35:53.338Z | Checking tinystr v0.7.6 |
2044 | 2025-03-21T17:35:53.397Z | Checking icu_collections v1.5.0 |
2045 | 2025-03-21T17:35:53.485Z | Checking pem-rfc7468 v0.7.0 |
2046 | 2025-03-21T17:35:53.511Z | Checking percent-encoding v2.3.1 |
2047 | 2025-03-21T17:35:53.645Z | Checking num-traits v0.2.19 |
2048 | 2025-03-21T17:35:53.689Z | Checking icu_locid v1.5.0 |
2049 | 2025-03-21T17:35:53.718Z | Checking rustls-pki-types v1.10.0 |
2050 | 2025-03-21T17:35:53.742Z | Checking der v0.7.9 |
2051 | 2025-03-21T17:35:53.940Z | Checking icu_properties_data v1.5.0 |
2052 | 2025-03-21T17:35:54.053Z | Checking tracing v0.1.40 |
2053 | 2025-03-21T17:35:54.068Z | Checking bytes v1.10.0 |
2054 | 2025-03-21T17:35:54.175Z | Checking indexmap v2.7.1 |
2055 | 2025-03-21T17:35:54.290Z | Checking serde_json v1.0.139 |
2056 | 2025-03-21T17:35:54.423Z | Checking bitflags v2.6.0 |
2057 | 2025-03-21T17:35:54.674Z | Checking icu_provider v1.5.0 |
2058 | 2025-03-21T17:35:54.737Z | Checking salsa20 v0.10.2 |
2059 | 2025-03-21T17:35:54.967Z | Checking pbkdf2 v0.12.2 |
2060 | 2025-03-21T17:35:55.093Z | Checking tokio v1.43.0 |
2061 | 2025-03-21T17:35:55.111Z | Checking http v1.2.0 |
2062 | 2025-03-21T17:35:55.137Z | Checking aws-lc-sys v0.26.0 |
2063 | 2025-03-21T17:35:55.307Z | Checking icu_locid_transform v1.5.0 |
2064 | 2025-03-21T17:35:55.382Z | Checking spki v0.7.3 |
2065 | 2025-03-21T17:35:55.399Z | Checking httparse v1.9.5 |
2066 | 2025-03-21T17:35:55.667Z | Checking icu_normalizer_data v1.5.0 |
2067 | 2025-03-21T17:35:55.779Z | Checking utf16_iter v1.0.5 |
2068 | 2025-03-21T17:35:55.848Z | Checking utf8_iter v1.0.4 |
2069 | 2025-03-21T17:35:55.955Z | Checking untrusted v0.7.1 |
2070 | 2025-03-21T17:35:55.973Z | Checking write16 v1.0.0 |
2071 | 2025-03-21T17:35:56.048Z | Checking powerfmt v0.2.0 |
2072 | 2025-03-21T17:35:56.109Z | Checking untrusted v0.9.0 |
2073 | 2025-03-21T17:35:56.128Z | Checking scrypt v0.11.0 |
2074 | 2025-03-21T17:35:56.264Z | Checking icu_properties v1.5.1 |
2075 | 2025-03-21T17:35:56.281Z | Checking ring v0.17.11 |
2076 | 2025-03-21T17:35:56.313Z | Checking deranged v0.3.11 |
2077 | 2025-03-21T17:35:56.375Z | Checking aes v0.8.4 |
2078 | 2025-03-21T17:35:56.375Z | Checking cbc v0.1.2 |
2079 | 2025-03-21T17:35:56.407Z | Checking crossbeam-utils v0.8.20 |
2080 | 2025-03-21T17:35:56.566Z | Checking spin v0.9.8 |
2081 | 2025-03-21T17:35:56.927Z | Checking num_threads v0.1.7 |
2082 | 2025-03-21T17:35:57.059Z | Checking tinyvec_macros v0.1.1 |
2083 | 2025-03-21T17:35:57.098Z | Checking num-conv v0.1.0 |
2084 | 2025-03-21T17:35:57.162Z | Checking atomic-waker v1.1.2 |
2085 | 2025-03-21T17:35:57.238Z | Checking time-core v0.1.2 |
2086 | 2025-03-21T17:35:57.271Z | Checking aws-lc-rs v1.12.4 |
2087 | 2025-03-21T17:35:57.306Z | Checking pkcs5 v0.7.1 |
2088 | 2025-03-21T17:35:57.330Z | Checking tinyvec v1.8.0 |
2089 | 2025-03-21T17:35:57.401Z | Checking http-body v1.0.1 |
2090 | 2025-03-21T17:35:57.611Z | Checking time v0.3.36 |
2091 | 2025-03-21T17:35:57.630Z | Checking form_urlencoded v1.2.1 |
2092 | 2025-03-21T17:35:57.787Z | Checking rand_chacha v0.3.1 |
2093 | 2025-03-21T17:35:57.839Z | Checking try-lock v0.2.5 |
2094 | 2025-03-21T17:35:57.994Z | Checking want v0.3.1 |
2095 | 2025-03-21T17:35:58.170Z | Checking pkcs8 v0.10.2 |
2096 | 2025-03-21T17:35:58.203Z | Checking rand v0.8.5 |
2097 | 2025-03-21T17:35:58.483Z | Checking uuid v1.15.1 |
2098 | 2025-03-21T17:35:58.505Z | Checking adler2 v2.0.0 |
2099 | 2025-03-21T17:35:58.636Z | Checking tower-service v0.3.3 |
2100 | 2025-03-21T17:35:58.659Z | Checking unicode-ident v1.0.14 |
2101 | 2025-03-21T17:35:58.765Z | Checking httpdate v1.0.3 |
2102 | 2025-03-21T17:35:58.844Z | Checking proc-macro2 v1.0.93 |
2103 | 2025-03-21T17:35:59.023Z | Checking miniz_oxide v0.8.5 |
2104 | 2025-03-21T17:35:59.080Z | Checking rustls-webpki v0.102.8 |
2105 | 2025-03-21T17:35:59.100Z | Checking toml_datetime v0.6.8 |
2106 | 2025-03-21T17:35:59.381Z | Checking serde_spanned v0.6.8 |
2107 | 2025-03-21T17:35:59.398Z | Checking zerocopy v0.8.10 |
2108 | 2025-03-21T17:35:59.491Z | Checking slog v2.7.0 |
2109 | 2025-03-21T17:35:59.514Z | Checking icu_normalizer v1.5.0 |
2110 | 2025-03-21T17:35:59.581Z | Checking scroll v0.12.0 |
2111 | 2025-03-21T17:35:59.791Z | Checking match_cfg v0.1.0 |
2112 | 2025-03-21T17:35:59.859Z | Checking ucd-trie v0.1.7 |
2113 | 2025-03-21T17:35:59.893Z | Checking foreign-types-shared v0.1.1 |
2114 | 2025-03-21T17:35:59.954Z | Checking base64 v0.22.1 |
2115 | 2025-03-21T17:36:00.006Z | Checking iana-time-zone v0.1.61 |
2116 | 2025-03-21T17:36:00.024Z | Checking plain v0.2.3 |
2117 | 2025-03-21T17:36:00.040Z | Checking foreign-types v0.3.2 |
2118 | 2025-03-21T17:36:00.059Z | Checking pest v2.7.14 |
2119 | 2025-03-21T17:36:00.131Z | Checking hostname v0.3.1 |
2120 | 2025-03-21T17:36:00.172Z | Checking goblin v0.8.2 |
2121 | 2025-03-21T17:36:00.191Z | Checking chrono v0.4.40 |
2122 | 2025-03-21T17:36:00.277Z | Checking idna_adapter v1.2.0 |
2123 | 2025-03-21T17:36:00.291Z | Checking quote v1.0.38 |
2124 | 2025-03-21T17:36:00.452Z | Checking openssl-sys v0.9.106 |
2125 | 2025-03-21T17:36:00.494Z | Checking idna v1.0.3 |
2126 | 2025-03-21T17:36:00.638Z | Checking errno v0.3.9 |
2127 | 2025-03-21T17:36:00.826Z | Checking dirs-sys-next v0.1.2 |
2128 | 2025-03-21T17:36:00.963Z | Checking url v2.5.3 |
2129 | 2025-03-21T17:36:01.004Z | Checking aho-corasick v1.1.3 |
2130 | 2025-03-21T17:36:01.617Z | Compiling newtype-uuid v1.2.1 |
2131 | 2025-03-21T17:36:01.782Z | Checking siphasher v0.3.11 |
2132 | 2025-03-21T17:36:01.930Z | Checking regex-syntax v0.8.5 |
2133 | 2025-03-21T17:36:01.949Z | Checking tokio-util v0.7.13 |
2134 | 2025-03-21T17:36:02.099Z | Checking pretty-hex v0.4.1 |
2135 | 2025-03-21T17:36:02.099Z | Checking data-encoding v2.6.0 |
2136 | 2025-03-21T17:36:02.125Z | Checking rand_core v0.9.2 |
2137 | 2025-03-21T17:36:02.310Z | Checking openssl v0.10.71 |
2138 | 2025-03-21T17:36:02.458Z | Checking rand_chacha v0.9.0 |
2139 | 2025-03-21T17:36:02.583Z | Checking dirs-next v2.0.0 |
2140 | 2025-03-21T17:36:02.600Z | Checking dtrace-parser v0.2.0 |
2141 | 2025-03-21T17:36:02.623Z | Checking rustix v0.38.37 |
2142 | 2025-03-21T17:36:02.722Z | Checking syn v2.0.98 |
2143 | 2025-03-21T17:36:02.738Z | Checking h2 v0.4.6 |
2144 | 2025-03-21T17:36:02.846Z | Checking unicode-normalization v0.1.24 |
2145 | 2025-03-21T17:36:03.091Z | Checking http-body-util v0.1.2 |
2146 | 2025-03-21T17:36:03.531Z | Checking crossbeam-epoch v0.9.18 |
2147 | 2025-03-21T17:36:03.778Z | Checking signature v2.2.0 |
2148 | 2025-03-21T17:36:03.942Z | Checking sha1 v0.10.6 |
2149 | 2025-03-21T17:36:03.993Z | Checking thread_local v1.1.8 |
2150 | 2025-03-21T17:36:04.212Z | Checking thread-id v4.2.2 |
2151 | 2025-03-21T17:36:04.299Z | Checking encoding_rs v0.8.34 |
2152 | 2025-03-21T17:36:04.337Z | Checking crc32fast v1.4.2 |
2153 | 2025-03-21T17:36:04.590Z | Checking openssl-probe v0.1.5 |
2154 | 2025-03-21T17:36:04.751Z | Checking gimli v0.31.1 |
2155 | 2025-03-21T17:36:05.018Z | Checking dof v0.3.0 |
2156 | 2025-03-21T17:36:05.101Z | Checking regex-automata v0.4.8 |
2157 | 2025-03-21T17:36:05.663Z | Checking unicode-properties v0.1.3 |
2158 | 2025-03-21T17:36:05.749Z | Checking either v1.14.0 |
2159 | 2025-03-21T17:36:06.012Z | Checking anstyle v1.0.10 |
2160 | 2025-03-21T17:36:06.145Z | Checking unicode-bidi v0.3.17 |
2161 | 2025-03-21T17:36:06.374Z | Checking winnow v0.7.3 |
2162 | 2025-03-21T17:36:06.627Z | Checking utf8parse v0.2.2 |
2163 | 2025-03-21T17:36:06.787Z | Checking mime v0.3.17 |
2164 | 2025-03-21T17:36:06.803Z | Checking ipnet v2.11.0 |
2165 | 2025-03-21T17:36:07.128Z | Checking anstyle-parse v0.2.5 |
2166 | 2025-03-21T17:36:07.257Z | Checking stringprep v0.1.5 |
2167 | 2025-03-21T17:36:07.414Z | Checking native-tls v0.2.12 |
2168 | 2025-03-21T17:36:07.417Z | Checking crossbeam-deque v0.8.5 |
2169 | 2025-03-21T17:36:07.561Z | Checking rand v0.9.0 |
2170 | 2025-03-21T17:36:07.720Z | Checking term v0.7.0 |
2171 | 2025-03-21T17:36:07.740Z | Checking slog-json v2.6.1 |
2172 | 2025-03-21T17:36:07.999Z | Checking rustls v0.23.19 |
2173 | 2025-03-21T17:36:08.132Z | Checking rustls v0.22.4 |
2174 | 2025-03-21T17:36:08.506Z | Checking addr2line v0.24.2 |
2175 | 2025-03-21T17:36:08.585Z | Checking serde_urlencoded v0.7.1 |
2176 | 2025-03-21T17:36:08.699Z | Checking usdt-impl v0.5.0 |
2177 | 2025-03-21T17:36:08.988Z | Checking crossbeam-channel v0.5.13 |
2178 | 2025-03-21T17:36:09.007Z | Checking futures-executor v0.3.31 |
2179 | 2025-03-21T17:36:09.010Z | Checking hyper v1.6.0 |
2180 | 2025-03-21T17:36:09.047Z | Checking num-integer v0.1.46 |
2181 | 2025-03-21T17:36:09.155Z | Checking toml_edit v0.22.24 |
2182 | 2025-03-21T17:36:09.235Z | Checking bzip2-sys v0.1.11+1.0.8 |
2183 | 2025-03-21T17:36:09.279Z | Checking rustls-pemfile v2.2.0 |
2184 | 2025-03-21T17:36:09.375Z | Checking semver v1.0.25 |
2185 | 2025-03-21T17:36:09.499Z | Checking md-5 v0.10.6 |
2186 | 2025-03-21T17:36:09.517Z | Checking ff v0.13.0 |
2187 | 2025-03-21T17:36:09.691Z | Checking hash32 v0.2.1 |
2188 | 2025-03-21T17:36:09.882Z | Checking memmap v0.7.0 |
2189 | 2025-03-21T17:36:10.064Z | Checking is-terminal v0.4.13 |
2190 | 2025-03-21T17:36:10.064Z | Checking object v0.36.5 |
2191 | 2025-03-21T17:36:10.064Z | Checking take_mut v0.2.2 |
2192 | 2025-03-21T17:36:10.105Z | Checking is_terminal_polyfill v1.70.1 |
2193 | 2025-03-21T17:36:10.105Z | Checking fallible-iterator v0.2.0 |
2194 | 2025-03-21T17:36:10.105Z | Checking dyn-clone v1.0.18 |
2195 | 2025-03-21T17:36:10.237Z | Checking psl-types v2.0.11 |
2196 | 2025-03-21T17:36:10.259Z | Checking quick-error v1.2.3 |
2197 | 2025-03-21T17:36:10.325Z | Checking rustc-demangle v0.1.24 |
2198 | 2025-03-21T17:36:10.392Z | Checking utf-8 v0.7.6 |
2199 | 2025-03-21T17:36:10.617Z | Checking colorchoice v1.0.2 |
2200 | 2025-03-21T17:36:10.634Z | Checking anstyle-query v1.1.1 |
2201 | 2025-03-21T17:36:10.766Z | Checking base16ct v0.2.0 |
2202 | 2025-03-21T17:36:10.769Z | Checking linked-hash-map v0.5.6 |
2203 | 2025-03-21T17:36:10.799Z | Checking anstream v0.6.15 |
2204 | 2025-03-21T17:36:10.966Z | Checking hyper-util v0.1.10 |
2205 | 2025-03-21T17:36:10.985Z | Checking sec1 v0.7.3 |
2206 | 2025-03-21T17:36:11.100Z | Checking lru-cache v0.1.2 |
2207 | 2025-03-21T17:36:11.158Z | Checking postgres-protocol v0.6.8 |
2208 | 2025-03-21T17:36:11.292Z | Checking tungstenite v0.24.0 |
2209 | 2025-03-21T17:36:11.349Z | Checking resolv-conf v0.7.0 |
2210 | 2025-03-21T17:36:11.399Z | Checking tokio-rustls v0.25.0 |
2211 | 2025-03-21T17:36:11.708Z | Checking publicsuffix v2.3.0 |
2212 | 2025-03-21T17:36:11.767Z | Checking schemars v0.8.22 |
2213 | 2025-03-21T17:36:11.784Z | Checking toml v0.8.20 |
2214 | 2025-03-21T17:36:11.798Z | Checking slog-async v2.8.0 |
2215 | 2025-03-21T17:36:12.028Z | Checking heapless v0.7.17 |
2216 | 2025-03-21T17:36:12.090Z | Checking usdt v0.5.0 |
2217 | 2025-03-21T17:36:12.138Z | Checking slog-term v2.9.1 |
2218 | 2025-03-21T17:36:12.369Z | Checking group v0.13.0 |
2219 | 2025-03-21T17:36:12.473Z | Checking num-iter v0.1.45 |
2220 | 2025-03-21T17:36:12.602Z | Checking bzip2 v0.4.4 |
2221 | 2025-03-21T17:36:12.605Z | Checking futures v0.3.31 |
2222 | 2025-03-21T17:36:12.665Z | Checking slog-bunyan v2.5.0 |
2223 | 2025-03-21T17:36:12.717Z | Checking rayon-core v1.12.1 |
2224 | 2025-03-21T17:36:12.845Z | Checking tokio-native-tls v0.3.1 |
2225 | 2025-03-21T17:36:12.899Z | Checking hickory-proto v0.24.4 |
2226 | 2025-03-21T17:36:12.914Z | Checking multer v3.1.0 |
2227 | 2025-03-21T17:36:12.931Z | Checking terminal_size v0.4.0 |
2228 | 2025-03-21T17:36:13.085Z | Checking flate2 v1.1.0 |
2229 | 2025-03-21T17:36:13.133Z | Checking tokio-rustls v0.26.0 |
2230 | 2025-03-21T17:36:13.277Z | Checking phf_shared v0.11.2 |
2231 | 2025-03-21T17:36:13.312Z | Checking cookie v0.18.1 |
2232 | 2025-03-21T17:36:13.360Z | Checking async-stream v0.3.6 |
2233 | 2025-03-21T17:36:13.381Z | Checking camino v1.1.9 |
2234 | 2025-03-21T17:36:13.521Z | Checking signal-hook v0.3.17 |
2235 | 2025-03-21T17:36:13.547Z | Checking waitgroup v0.1.2 |
2236 | 2025-03-21T17:36:13.562Z | Checking lazy_static v1.5.0 |
2237 | 2025-03-21T17:36:13.667Z | Checking openapiv3 v2.0.0 |
2238 | 2025-03-21T17:36:13.689Z | Checking webpki-roots v0.26.6 |
2239 | 2025-03-21T17:36:13.701Z | Checking serde_path_to_error v0.1.16 |
2240 | 2025-03-21T17:36:13.744Z | Checking hkdf v0.12.4 |
2241 | 2025-03-21T17:36:13.837Z | Checking crypto-bigint v0.5.5 |
2242 | 2025-03-21T17:36:13.893Z | Checking sync_wrapper v1.0.1 |
2243 | 2025-03-21T17:36:13.913Z | Checking hostname v0.4.0 |
2244 | 2025-03-21T17:36:13.943Z | Checking debug-ignore v1.0.5 |
2245 | 2025-03-21T17:36:14.051Z | Checking winnow v0.5.40 |
2246 | 2025-03-21T17:36:14.068Z | Checking tower-layer v0.3.3 |
2247 | 2025-03-21T17:36:15.091Z | Checking strsim v0.11.1 |
2248 | 2025-03-21T17:36:15.094Z | Checking managed v0.8.0 |
2249 | 2025-03-21T17:36:15.094Z | Checking unicode-width v0.2.0 |
2250 | 2025-03-21T17:36:15.094Z | Checking simd-adler32 v0.3.7 |
2251 | 2025-03-21T17:36:15.094Z | Checking bitflags v1.3.2 |
2252 | 2025-03-21T17:36:15.094Z | Checking lockfree-object-pool v0.1.6 |
2253 | 2025-03-21T17:36:15.094Z | Checking clap_lex v0.7.4 |
2254 | 2025-03-21T17:36:15.094Z | Checking bumpalo v3.16.0 |
2255 | 2025-03-21T17:36:15.094Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2256 | 2025-03-21T17:36:15.094Z | Checking clap_builder v4.5.31 |
2257 | 2025-03-21T17:36:15.169Z | Checking zopfli v0.8.1 |
2258 | 2025-03-21T17:36:15.304Z | Checking console v0.15.10 |
2259 | 2025-03-21T17:36:15.802Z | Checking backtrace v0.3.74 |
2260 | 2025-03-21T17:36:15.840Z | Checking smoltcp v0.9.1 |
2261 | 2025-03-21T17:36:15.856Z | Checking tower v0.5.2 |
2262 | 2025-03-21T17:36:16.377Z | Checking anyhow v1.0.97 |
2263 | 2025-03-21T17:36:16.475Z | Checking elliptic-curve v0.13.8 |
2264 | 2025-03-21T17:36:16.586Z | Checking hyper-rustls v0.27.3 |
2265 | 2025-03-21T17:36:16.780Z | Checking signal-hook-mio v0.2.4 |
2266 | 2025-03-21T17:36:16.840Z | Checking dropshot v0.12.0 |
2267 | 2025-03-21T17:36:16.908Z | Checking toml_edit v0.19.15 |
2268 | 2025-03-21T17:36:16.926Z | Checking cookie_store v0.21.1 |
2269 | 2025-03-21T17:36:16.929Z | Checking num-bigint-dig v0.8.4 |
2270 | 2025-03-21T17:36:17.082Z | Checking phf v0.11.2 |
2271 | 2025-03-21T17:36:17.211Z | Checking rayon v1.10.0 |
2272 | 2025-03-21T17:36:17.345Z | Checking hyper-tls v0.6.0 |
2273 | 2025-03-21T17:36:17.489Z | Checking hickory-resolver v0.24.4 |
2274 | 2025-03-21T17:36:17.586Z | Checking tokio-tungstenite v0.24.0 |
2275 | 2025-03-21T17:36:17.623Z | Checking postgres-types v0.2.9 |
2276 | 2025-03-21T17:36:18.034Z | Checking regex v1.11.1 |
2277 | 2025-03-21T17:36:18.043Z | Checking bstr v1.10.0 |
2278 | 2025-03-21T17:36:18.283Z | Checking ed25519 v2.2.3 |
2279 | 2025-03-21T17:36:18.605Z | Checking tokio-stream v0.1.17 |
2280 | 2025-03-21T17:36:18.639Z | Checking phf_shared v0.10.0 |
2281 | 2025-03-21T17:36:18.907Z | Checking zerocopy v0.6.6 |
2282 | 2025-03-21T17:36:18.924Z | Checking curve25519-dalek v4.1.3 |
2283 | 2025-03-21T17:36:18.942Z | Checking hubpack v0.1.2 |
2284 | 2025-03-21T17:36:19.073Z | Checking memoffset v0.9.1 |
2285 | 2025-03-21T17:36:19.196Z | Checking portable-atomic v1.9.0 |
2286 | 2025-03-21T17:36:19.257Z | Checking pkcs1 v0.7.5 |
2287 | 2025-03-21T17:36:19.353Z | Checking float-cmp v0.10.0 |
2288 | 2025-03-21T17:36:19.384Z | Checking serde-big-array v0.5.1 |
2289 | 2025-03-21T17:36:19.529Z | Checking rfc6979 v0.4.0 |
2290 | 2025-03-21T17:36:19.569Z | Checking number_prefix v0.4.0 |
2291 | 2025-03-21T17:36:19.613Z | Checking whoami v1.5.2 |
2292 | 2025-03-21T17:36:19.656Z | Checking minimal-lexical v0.2.1 |
2293 | 2025-03-21T17:36:19.707Z | Checking predicates-core v1.0.8 |
2294 | 2025-03-21T17:36:19.766Z | Checking unicode-segmentation v1.12.0 |
2295 | 2025-03-21T17:36:19.919Z | Checking precomputed-hash v0.1.1 |
2296 | 2025-03-21T17:36:19.935Z | Checking static_assertions v1.1.0 |
2297 | 2025-03-21T17:36:20.041Z | Checking normalize-line-endings v0.3.0 |
2298 | 2025-03-21T17:36:20.058Z | Checking new_debug_unreachable v1.0.6 |
2299 | 2025-03-21T17:36:20.061Z | Checking fixedbitset v0.4.2 |
2300 | 2025-03-21T17:36:20.152Z | Checking difflib v0.4.0 |
2301 | 2025-03-21T17:36:20.176Z | Checking string_cache v0.8.7 |
2302 | 2025-03-21T17:36:20.230Z | Checking nom v7.1.3 |
2303 | 2025-03-21T17:36:20.248Z | Checking qorb v0.2.1 |
2304 | 2025-03-21T17:36:20.326Z | Checking petgraph v0.6.5 |
2305 | 2025-03-21T17:36:20.470Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2306 | 2025-03-21T17:36:20.498Z | Checking similar v2.7.0 |
2307 | 2025-03-21T17:36:20.501Z | Checking predicates v3.1.3 |
2308 | 2025-03-21T17:36:20.697Z | Checking ed25519-dalek v2.1.1 |
2309 | 2025-03-21T17:36:20.745Z | Checking indicatif v0.17.11 |
2310 | 2025-03-21T17:36:21.111Z | Checking tokio-postgres v0.7.13 |
2311 | 2025-03-21T17:36:21.154Z | Checking ecdsa v0.16.9 |
2312 | 2025-03-21T17:36:21.320Z | Checking rsa v0.9.6 |
2313 | 2025-03-21T17:36:21.473Z | Checking toml v0.7.8 |
2314 | 2025-03-21T17:36:21.830Z | Checking nix v0.29.0 |
2315 | 2025-03-21T17:36:22.169Z | Checking clap v4.5.31 |
2316 | 2025-03-21T17:36:22.299Z | Checking reqwest v0.12.12 |
2317 | 2025-03-21T17:36:22.317Z | Checking crossterm v0.28.1 |
2318 | 2025-03-21T17:36:22.676Z | Checking zip v2.1.3 |
2319 | 2025-03-21T17:36:22.859Z | Checking zip v0.6.6 |
2320 | 2025-03-21T17:36:23.248Z | Checking itertools v0.12.1 |
2321 | 2025-03-21T17:36:23.307Z | Checking itertools v0.10.5 |
2322 | 2025-03-21T17:36:23.518Z | Checking ahash v0.8.11 |
2323 | 2025-03-21T17:36:23.734Z | Checking fs-err v2.11.0 |
2324 | 2025-03-21T17:36:23.918Z | Checking buf-list v1.0.3 |
2325 | 2025-03-21T17:36:24.012Z | Checking x509-cert v0.2.5 |
2326 | 2025-03-21T17:36:24.106Z | Checking hex v0.4.3 |
2327 | 2025-03-21T17:36:24.229Z | Checking lalrpop-util v0.19.12 |
2328 | 2025-03-21T17:36:24.252Z | Checking peg-runtime v0.8.5 |
2329 | 2025-03-21T17:36:24.284Z | Checking sigpipe v0.1.3 |
2330 | 2025-03-21T17:36:25.344Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2331 | 2025-03-21T17:36:25.674Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.82s |
2332 | 2025-03-21T17:36:25.847Z | |
2333 | 2025-03-21T17:36:25.847Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (49/196) |
2334 | 2025-03-21T17:36:26.463Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2335 | 2025-03-21T17:36:26.467Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2336 | 2025-03-21T17:36:26.568Z | Compiling regress v0.10.3 |
2337 | 2025-03-21T17:36:26.682Z | Checking heck v0.5.0 |
2338 | 2025-03-21T17:36:26.707Z | Checking fastrand v2.1.1 |
2339 | 2025-03-21T17:36:26.710Z | Compiling unsafe-libyaml v0.2.11 |
2340 | 2025-03-21T17:36:26.737Z | Checking ipnetwork v0.21.1 |
2341 | 2025-03-21T17:36:26.740Z | Compiling structmeta-derive v0.3.0 |
2342 | 2025-03-21T17:36:26.755Z | Compiling ident_case v1.0.1 |
2343 | 2025-03-21T17:36:26.855Z | Checking progenitor-client v0.8.0 |
2344 | 2025-03-21T17:36:26.952Z | Compiling darling_core v0.20.10 |
2345 | 2025-03-21T17:36:27.003Z | Checking tempfile v3.13.0 |
2346 | 2025-03-21T17:36:27.080Z | Checking oxnet v0.1.1 |
2347 | 2025-03-21T17:36:27.186Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2348 | 2025-03-21T17:36:27.383Z | Checking newtype-uuid v1.2.1 |
2349 | 2025-03-21T17:36:27.407Z | Compiling proc-macro-crate v1.3.1 |
2350 | 2025-03-21T17:36:27.583Z | Checking wait-timeout v0.2.0 |
2351 | 2025-03-21T17:36:27.627Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2352 | 2025-03-21T17:36:27.779Z | Checking bit-vec v0.8.0 |
2353 | 2025-03-21T17:36:27.968Z | Checking rusty-fork v0.3.0 |
2354 | 2025-03-21T17:36:28.143Z | Compiling serde_yaml v0.9.34+deprecated |
2355 | 2025-03-21T17:36:28.271Z | Compiling num_enum_derive v0.5.11 |
2356 | 2025-03-21T17:36:28.289Z | Checking bit-set v0.8.0 |
2357 | 2025-03-21T17:36:28.534Z | Compiling lzma-sys v0.1.20 |
2358 | 2025-03-21T17:36:28.544Z | Checking rand_xorshift v0.3.0 |
2359 | 2025-03-21T17:36:28.722Z | Compiling daft-derive v0.1.1 |
2360 | 2025-03-21T17:36:29.266Z | Compiling foreign-types-macros v0.2.3 |
2361 | 2025-03-21T17:36:29.324Z | Compiling structmeta v0.3.0 |
2362 | 2025-03-21T17:36:29.725Z | Compiling parse-display-derive v0.10.0 |
2363 | 2025-03-21T17:36:30.100Z | Checking typify-impl v0.2.0 |
2364 | 2025-03-21T17:36:30.485Z | Compiling thiserror-impl v2.0.11 |
2365 | 2025-03-21T17:36:30.582Z | Compiling dropshot v0.16.0 |
2366 | 2025-03-21T17:36:30.928Z | Checking arc-swap v1.7.1 |
2367 | 2025-03-21T17:36:31.255Z | Checking foreign-types-shared v0.3.1 |
2368 | 2025-03-21T17:36:31.344Z | Checking unarray v0.1.4 |
2369 | 2025-03-21T17:36:31.393Z | Checking foreign-types v0.5.0 |
2370 | 2025-03-21T17:36:31.498Z | Checking proptest v1.6.0 |
2371 | 2025-03-21T17:36:31.520Z | Checking slog-scope v4.4.0 |
2372 | 2025-03-21T17:36:31.726Z | Checking num_enum v0.5.11 |
2373 | 2025-03-21T17:36:31.754Z | Checking daft v0.1.1 |
2374 | 2025-03-21T17:36:31.902Z | Compiling test-strategy v0.4.0 |
2375 | 2025-03-21T17:36:32.213Z | Checking strum v0.26.3 |
2376 | 2025-03-21T17:36:32.394Z | Compiling proc-macro-error v1.0.4 |
2377 | 2025-03-21T17:36:32.801Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2378 | 2025-03-21T17:36:32.832Z | Compiling darling_macro v0.20.10 |
2379 | 2025-03-21T17:36:32.988Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2380 | 2025-03-21T17:36:33.100Z | Checking tungstenite v0.21.0 |
2381 | 2025-03-21T17:36:33.131Z | Compiling heck v0.3.3 |
2382 | 2025-03-21T17:36:33.500Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2383 | 2025-03-21T17:36:33.569Z | Checking thiserror v2.0.11 |
2384 | 2025-03-21T17:36:33.588Z | Checking parse-display v0.10.0 |
2385 | 2025-03-21T17:36:33.732Z | Compiling dropshot_endpoint v0.16.0 |
2386 | 2025-03-21T17:36:33.801Z | Compiling darling v0.20.10 |
2387 | 2025-03-21T17:36:33.917Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2388 | 2025-03-21T17:36:33.935Z | Compiling serde_with_macros v3.12.0 |
2389 | 2025-03-21T17:36:34.021Z | Checking cstr-argument v0.1.2 |
2390 | 2025-03-21T17:36:34.214Z | Checking instant v0.1.13 |
2391 | 2025-03-21T17:36:34.318Z | Checking base64 v0.21.7 |
2392 | 2025-03-21T17:36:34.344Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
2393 | 2025-03-21T17:36:34.660Z | Checking pretty-hex v0.2.1 |
2394 | 2025-03-21T17:36:34.777Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2395 | 2025-03-21T17:36:34.823Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2396 | 2025-03-21T17:36:34.841Z | Checking backoff v0.4.0 |
2397 | 2025-03-21T17:36:34.930Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2398 | 2025-03-21T17:36:35.102Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2399 | 2025-03-21T17:36:35.119Z | Checking tokio-tungstenite v0.21.0 |
2400 | 2025-03-21T17:36:35.146Z | Compiling zone_cfg_derive v0.1.2 |
2401 | 2025-03-21T17:36:35.284Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2402 | 2025-03-21T17:36:35.639Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2403 | 2025-03-21T17:36:35.694Z | Checking slog-stdlog v4.1.1 |
2404 | 2025-03-21T17:36:35.879Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2405 | 2025-03-21T17:36:35.994Z | Checking progenitor-client v0.9.1 |
2406 | 2025-03-21T17:36:36.042Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
2407 | 2025-03-21T17:36:36.068Z | Checking colored v2.2.0 |
2408 | 2025-03-21T17:36:36.182Z | Checking macaddr v1.0.1 |
2409 | 2025-03-21T17:36:36.373Z | Checking unicode-width v0.1.14 |
2410 | 2025-03-21T17:36:36.444Z | Checking winnow v0.6.20 |
2411 | 2025-03-21T17:36:36.462Z | Checking base64 v0.13.1 |
2412 | 2025-03-21T17:36:36.505Z | Checking serde_with v3.12.0 |
2413 | 2025-03-21T17:36:36.521Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2414 | 2025-03-21T17:36:36.566Z | Checking zone v0.1.8 |
2415 | 2025-03-21T17:36:36.837Z | Checking tabwriter v1.4.0 |
2416 | 2025-03-21T17:36:36.869Z | Checking ron v0.7.1 |
2417 | 2025-03-21T17:36:36.991Z | Checking slog-envlogger v2.2.0 |
2418 | 2025-03-21T17:36:37.083Z | Checking xz2 v0.1.7 |
2419 | 2025-03-21T17:36:37.215Z | Checking xattr v1.3.1 |
2420 | 2025-03-21T17:36:37.230Z | Checking pem v3.0.5 |
2421 | 2025-03-21T17:36:37.377Z | Checking yasna v0.5.2 |
2422 | 2025-03-21T17:36:37.433Z | Checking headers-core v0.3.0 |
2423 | 2025-03-21T17:36:37.515Z | Checking smf v0.2.3 |
2424 | 2025-03-21T17:36:37.591Z | Checking filetime v0.2.25 |
2425 | 2025-03-21T17:36:37.794Z | Checking same-file v1.0.6 |
2426 | 2025-03-21T17:36:37.976Z | Checking walkdir v2.5.0 |
2427 | 2025-03-21T17:36:37.992Z | Checking tar v0.4.44 |
2428 | 2025-03-21T17:36:37.995Z | Checking headers v0.4.0 |
2429 | 2025-03-21T17:36:38.222Z | Checking rcgen v0.12.1 |
2430 | 2025-03-21T17:36:38.261Z | Checking atomicwrites v0.4.4 |
2431 | 2025-03-21T17:36:38.462Z | Checking camino-tempfile v1.1.1 |
2432 | 2025-03-21T17:36:38.755Z | Checking subprocess v0.2.9 |
2433 | 2025-03-21T17:36:40.952Z | Compiling typify-macro v0.2.0 |
2434 | 2025-03-21T17:36:42.459Z | Compiling typify v0.2.0 |
2435 | 2025-03-21T17:36:42.532Z | Compiling progenitor-impl v0.8.0 |
2436 | 2025-03-21T17:36:44.983Z | Compiling progenitor-macro v0.8.0 |
2437 | 2025-03-21T17:36:48.512Z | Checking progenitor v0.8.0 |
2438 | 2025-03-21T17:36:48.644Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
2439 | 2025-03-21T17:36:48.647Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2440 | 2025-03-21T17:36:51.174Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
2441 | 2025-03-21T17:36:51.540Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2442 | 2025-03-21T17:36:57.636Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2443 | 2025-03-21T17:36:59.069Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2444 | 2025-03-21T17:37:00.275Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.42s |
2445 | 2025-03-21T17:37:00.465Z | |
2446 | 2025-03-21T17:37:00.465Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/196) |
2447 | 2025-03-21T17:37:01.078Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2448 | 2025-03-21T17:37:01.082Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2449 | 2025-03-21T17:37:01.176Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2450 | 2025-03-21T17:37:02.563Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.06s |
2451 | 2025-03-21T17:37:02.756Z | |
2452 | 2025-03-21T17:37:02.756Z | info: running `cargo check --bins` on nexus-config (51/196) |
2453 | 2025-03-21T17:37:03.333Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2454 | 2025-03-21T17:37:03.337Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2455 | 2025-03-21T17:37:03.337Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2456 | 2025-03-21T17:37:03.341Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2457 | 2025-03-21T17:37:03.414Z | |
2458 | 2025-03-21T17:37:03.414Z | info: running `cargo check --bins` on omicron-rpaths (52/196) |
2459 | 2025-03-21T17:37:03.991Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2460 | 2025-03-21T17:37:03.995Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2461 | 2025-03-21T17:37:03.996Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2462 | 2025-03-21T17:37:04.003Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2463 | 2025-03-21T17:37:04.079Z | |
2464 | 2025-03-21T17:37:04.079Z | info: running `cargo check --bins` on omicron-certificates (53/196) |
2465 | 2025-03-21T17:37:04.671Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2466 | 2025-03-21T17:37:04.674Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2467 | 2025-03-21T17:37:04.674Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2468 | 2025-03-21T17:37:04.678Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2469 | 2025-03-21T17:37:04.757Z | |
2470 | 2025-03-21T17:37:04.757Z | info: running `cargo check --bins` on omicron-clickhouse-admin (54/196) |
2471 | 2025-03-21T17:37:05.371Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2472 | 2025-03-21T17:37:05.374Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2473 | 2025-03-21T17:37:05.492Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2474 | 2025-03-21T17:37:05.609Z | Compiling tempfile v3.13.0 |
2475 | 2025-03-21T17:37:05.612Z | Compiling ipnetwork v0.21.1 |
2476 | 2025-03-21T17:37:05.612Z | Compiling wait-timeout v0.2.0 |
2477 | 2025-03-21T17:37:05.612Z | Compiling bit-vec v0.8.0 |
2478 | 2025-03-21T17:37:05.612Z | Compiling progenitor-client v0.8.0 |
2479 | 2025-03-21T17:37:05.612Z | Compiling itertools v0.13.0 |
2480 | 2025-03-21T17:37:05.622Z | Compiling rand_xorshift v0.3.0 |
2481 | 2025-03-21T17:37:05.798Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2482 | 2025-03-21T17:37:06.054Z | Compiling rusty-fork v0.3.0 |
2483 | 2025-03-21T17:37:06.100Z | Compiling bit-set v0.8.0 |
2484 | 2025-03-21T17:37:06.122Z | Compiling oxnet v0.1.1 |
2485 | 2025-03-21T17:37:06.142Z | Compiling unarray v0.1.4 |
2486 | 2025-03-21T17:37:06.320Z | Compiling heapless v0.8.0 |
2487 | 2025-03-21T17:37:06.340Z | Compiling progenitor v0.8.0 |
2488 | 2025-03-21T17:37:06.357Z | Compiling parse-display v0.10.0 |
2489 | 2025-03-21T17:37:06.376Z | Compiling thiserror v2.0.11 |
2490 | 2025-03-21T17:37:06.512Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2491 | 2025-03-21T17:37:06.544Z | Compiling daft v0.1.1 |
2492 | 2025-03-21T17:37:06.562Z | Compiling proptest v1.6.0 |
2493 | 2025-03-21T17:37:06.708Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2494 | 2025-03-21T17:37:06.760Z | Checking hash32 v0.3.1 |
2495 | 2025-03-21T17:37:06.875Z | Compiling instant v0.1.13 |
2496 | 2025-03-21T17:37:06.930Z | Compiling smoltcp v0.11.0 |
2497 | 2025-03-21T17:37:06.959Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2498 | 2025-03-21T17:37:06.990Z | Compiling dropshot v0.16.0 |
2499 | 2025-03-21T17:37:07.031Z | Compiling backoff v0.4.0 |
2500 | 2025-03-21T17:37:07.369Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
2501 | 2025-03-21T17:37:07.437Z | Compiling serde_with v3.12.0 |
2502 | 2025-03-21T17:37:07.551Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2503 | 2025-03-21T17:37:07.742Z | Checking num-rational v0.4.2 |
2504 | 2025-03-21T17:37:07.997Z | Compiling progenitor-client v0.9.1 |
2505 | 2025-03-21T17:37:08.521Z | Compiling phf_generator v0.11.2 |
2506 | 2025-03-21T17:37:08.554Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2507 | 2025-03-21T17:37:08.726Z | Checking num-complex v0.4.6 |
2508 | 2025-03-21T17:37:09.999Z | Compiling macaddr v1.0.1 |
2509 | 2025-03-21T17:37:10.457Z | Checking cobs v0.2.3 |
2510 | 2025-03-21T17:37:10.513Z | Compiling num v0.4.3 |
2511 | 2025-03-21T17:37:10.668Z | Checking postcard v1.0.10 |
2512 | 2025-03-21T17:37:10.757Z | Compiling phf_codegen v0.11.2 |
2513 | 2025-03-21T17:37:11.133Z | Compiling parse-zoneinfo v0.3.1 |
2514 | 2025-03-21T17:37:11.198Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2515 | 2025-03-21T17:37:11.512Z | Checking float-ord v0.3.2 |
2516 | 2025-03-21T17:37:11.884Z | Compiling convert_case v0.4.0 |
2517 | 2025-03-21T17:37:12.690Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
2518 | 2025-03-21T17:37:12.862Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2519 | 2025-03-21T17:37:13.036Z | Compiling derive_more v0.99.19 |
2520 | 2025-03-21T17:37:13.855Z | Compiling chrono-tz-build v0.4.0 |
2521 | 2025-03-21T17:37:14.732Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2522 | 2025-03-21T17:37:15.011Z | Compiling crucible-workspace-hack v0.1.0 |
2523 | 2025-03-21T17:37:15.255Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2524 | 2025-03-21T17:37:15.387Z | Compiling chrono-tz v0.10.1 |
2525 | 2025-03-21T17:37:15.643Z | Checking newline-converter v0.3.0 |
2526 | 2025-03-21T17:37:15.697Z | Checking itertools v0.14.0 |
2527 | 2025-03-21T17:37:15.817Z | Checking prettyplease v0.2.29 |
2528 | 2025-03-21T17:37:15.910Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2529 | 2025-03-21T17:37:16.050Z | Compiling slog-dtrace v0.3.0 |
2530 | 2025-03-21T17:37:16.398Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2531 | 2025-03-21T17:37:16.673Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2532 | 2025-03-21T17:37:17.013Z | Checking expectorate v1.1.0 |
2533 | 2025-03-21T17:37:17.197Z | Compiling zone_cfg_derive v0.3.0 |
2534 | 2025-03-21T17:37:17.964Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2535 | 2025-03-21T17:37:17.973Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2536 | 2025-03-21T17:37:18.118Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2537 | 2025-03-21T17:37:18.432Z | Compiling const_format_proc_macros v0.2.34 |
2538 | 2025-03-21T17:37:18.634Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2539 | 2025-03-21T17:37:19.070Z | Compiling num-derive v0.4.2 |
2540 | 2025-03-21T17:37:19.331Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2541 | 2025-03-21T17:37:19.625Z | Checking highway v1.3.0 |
2542 | 2025-03-21T17:37:19.663Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2543 | 2025-03-21T17:37:19.979Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2544 | 2025-03-21T17:37:20.052Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2545 | 2025-03-21T17:37:20.059Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2546 | 2025-03-21T17:37:20.297Z | Checking const_format v0.2.34 |
2547 | 2025-03-21T17:37:20.365Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2548 | 2025-03-21T17:37:20.805Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
2549 | 2025-03-21T17:37:21.011Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2550 | 2025-03-21T17:37:21.103Z | Checking zone v0.3.0 |
2551 | 2025-03-21T17:37:21.366Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2552 | 2025-03-21T17:37:21.382Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
2553 | 2025-03-21T17:37:21.791Z | Checking gethostname v0.5.0 |
2554 | 2025-03-21T17:37:21.818Z | Checking bcs v0.1.6 |
2555 | 2025-03-21T17:37:21.864Z | Checking nanorand v0.7.0 |
2556 | 2025-03-21T17:37:21.934Z | Compiling async-recursion v1.1.1 |
2557 | 2025-03-21T17:37:22.044Z | Checking termtree v0.5.1 |
2558 | 2025-03-21T17:37:22.220Z | Checking flume v0.11.1 |
2559 | 2025-03-21T17:37:22.853Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2560 | 2025-03-21T17:37:28.893Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2561 | 2025-03-21T17:37:32.102Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2562 | 2025-03-21T17:37:34.561Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2563 | 2025-03-21T17:37:35.818Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.05s |
2564 | 2025-03-21T17:37:36.013Z | |
2565 | 2025-03-21T17:37:36.013Z | info: running `cargo check --bins` on clickhouse-admin-api (55/196) |
2566 | 2025-03-21T17:37:36.606Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2567 | 2025-03-21T17:37:36.610Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2568 | 2025-03-21T17:37:36.610Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2569 | 2025-03-21T17:37:36.613Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2570 | 2025-03-21T17:37:36.692Z | |
2571 | 2025-03-21T17:37:36.693Z | info: running `cargo check --bins` on clickhouse-admin-types (56/196) |
2572 | 2025-03-21T17:37:37.288Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2573 | 2025-03-21T17:37:37.290Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2574 | 2025-03-21T17:37:37.290Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2575 | 2025-03-21T17:37:37.293Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2576 | 2025-03-21T17:37:37.375Z | |
2577 | 2025-03-21T17:37:37.375Z | info: running `cargo check --bins --no-default-features` on oximeter-db (57/196) |
2578 | 2025-03-21T17:37:37.969Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2579 | 2025-03-21T17:37:37.973Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2580 | 2025-03-21T17:37:38.074Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2581 | 2025-03-21T17:37:38.705Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s |
2582 | 2025-03-21T17:37:38.903Z | |
2583 | 2025-03-21T17:37:38.903Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (58/196) |
2584 | 2025-03-21T17:37:39.507Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2585 | 2025-03-21T17:37:39.511Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2586 | 2025-03-21T17:37:39.608Z | Compiling cfg_aliases v0.1.1 |
2587 | 2025-03-21T17:37:39.611Z | Compiling vte_generate_state_changes v0.1.2 |
2588 | 2025-03-21T17:37:39.611Z | Checking fd-lock v4.0.2 |
2589 | 2025-03-21T17:37:39.611Z | Checking nibble_vec v0.1.0 |
2590 | 2025-03-21T17:37:39.720Z | Checking bytecount v0.6.8 |
2591 | 2025-03-21T17:37:39.731Z | Checking endian-type v0.1.2 |
2592 | 2025-03-21T17:37:39.739Z | Compiling tabled_derive v0.7.0 |
2593 | 2025-03-21T17:37:39.775Z | Compiling peg-macros v0.8.5 |
2594 | 2025-03-21T17:37:39.807Z | Compiling nix v0.28.0 |
2595 | 2025-03-21T17:37:39.869Z | Checking papergrid v0.11.0 |
2596 | 2025-03-21T17:37:39.895Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2597 | 2025-03-21T17:37:39.933Z | Compiling sqlparser_derive v0.2.2 |
2598 | 2025-03-21T17:37:39.967Z | Checking radix_trie v0.2.1 |
2599 | 2025-03-21T17:37:40.305Z | Checking vte v0.11.1 |
2600 | 2025-03-21T17:37:40.374Z | Checking nu-ansi-term v0.50.1 |
2601 | 2025-03-21T17:37:40.785Z | Checking unicode_categories v0.1.1 |
2602 | 2025-03-21T17:37:40.938Z | Checking home v0.5.9 |
2603 | 2025-03-21T17:37:40.962Z | Checking sqlparser v0.45.0 |
2604 | 2025-03-21T17:37:41.085Z | Checking sqlformat v0.2.6 |
2605 | 2025-03-21T17:37:41.148Z | Checking display-error-chain v0.2.2 |
2606 | 2025-03-21T17:37:41.726Z | Checking strip-ansi-escapes v0.2.0 |
2607 | 2025-03-21T17:37:41.856Z | Checking reedline v0.38.0 |
2608 | 2025-03-21T17:37:42.015Z | Checking tabled v0.15.0 |
2609 | 2025-03-21T17:37:42.395Z | Checking peg v0.8.5 |
2610 | 2025-03-21T17:37:42.907Z | Checking rustyline v14.0.0 |
2611 | 2025-03-21T17:37:51.695Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.78s |
2612 | 2025-03-21T17:37:51.878Z | |
2613 | 2025-03-21T17:37:51.878Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (59/196) |
2614 | 2025-03-21T17:37:52.479Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2615 | 2025-03-21T17:37:52.482Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2616 | 2025-03-21T17:37:52.585Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2617 | 2025-03-21T17:37:57.721Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.83s |
2618 | 2025-03-21T17:37:57.927Z | |
2619 | 2025-03-21T17:37:57.927Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (60/196) |
2620 | 2025-03-21T17:37:58.530Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2621 | 2025-03-21T17:37:58.533Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2622 | 2025-03-21T17:37:58.637Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2623 | 2025-03-21T17:38:02.202Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.26s |
2624 | 2025-03-21T17:38:02.387Z | |
2625 | 2025-03-21T17:38:02.387Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (61/196) |
2626 | 2025-03-21T17:38:02.984Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2627 | 2025-03-21T17:38:02.987Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2628 | 2025-03-21T17:38:03.089Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2629 | 2025-03-21T17:38:07.991Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.59s |
2630 | 2025-03-21T17:38:08.175Z | |
2631 | 2025-03-21T17:38:08.175Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (62/196) |
2632 | 2025-03-21T17:38:08.780Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2633 | 2025-03-21T17:38:08.783Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2634 | 2025-03-21T17:38:08.887Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2635 | 2025-03-21T17:38:13.804Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.62s |
2636 | 2025-03-21T17:38:14.010Z | |
2637 | 2025-03-21T17:38:14.010Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (63/196) |
2638 | 2025-03-21T17:38:14.612Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2639 | 2025-03-21T17:38:14.616Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2640 | 2025-03-21T17:38:14.718Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2641 | 2025-03-21T17:38:18.460Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.44s |
2642 | 2025-03-21T17:38:18.642Z | |
2643 | 2025-03-21T17:38:18.642Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (64/196) |
2644 | 2025-03-21T17:38:19.254Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2645 | 2025-03-21T17:38:19.277Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2646 | 2025-03-21T17:38:19.353Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2647 | 2025-03-21T17:38:23.565Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.49s |
2648 | 2025-03-21T17:38:23.606Z | |
2649 | 2025-03-21T17:38:23.606Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (65/196) |
2650 | 2025-03-21T17:38:23.932Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2651 | 2025-03-21T17:38:23.935Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2652 | 2025-03-21T17:38:24.044Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2653 | 2025-03-21T17:38:29.155Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.82s |
2654 | 2025-03-21T17:38:29.343Z | |
2655 | 2025-03-21T17:38:29.343Z | info: running `cargo check --bins` on oximeter (66/196) |
2656 | 2025-03-21T17:38:29.942Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2657 | 2025-03-21T17:38:29.948Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2658 | 2025-03-21T17:38:29.948Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2659 | 2025-03-21T17:38:29.948Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2660 | 2025-03-21T17:38:30.026Z | |
2661 | 2025-03-21T17:38:30.026Z | info: running `cargo check --bins` on oximeter-macro-impl (67/196) |
2662 | 2025-03-21T17:38:30.623Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2663 | 2025-03-21T17:38:30.637Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2664 | 2025-03-21T17:38:30.637Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2665 | 2025-03-21T17:38:30.637Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2666 | 2025-03-21T17:38:30.724Z | |
2667 | 2025-03-21T17:38:30.724Z | info: running `cargo check --bins` on oximeter-schema (68/196) |
2668 | 2025-03-21T17:38:31.302Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2669 | 2025-03-21T17:38:31.309Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2670 | 2025-03-21T17:38:31.387Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2671 | 2025-03-21T17:38:33.368Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2672 | 2025-03-21T17:38:34.327Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.61s |
2673 | 2025-03-21T17:38:34.504Z | |
2674 | 2025-03-21T17:38:34.505Z | info: running `cargo check --bins` on oximeter-types (69/196) |
2675 | 2025-03-21T17:38:35.099Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2676 | 2025-03-21T17:38:35.102Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2677 | 2025-03-21T17:38:35.102Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2678 | 2025-03-21T17:38:35.106Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2679 | 2025-03-21T17:38:35.187Z | |
2680 | 2025-03-21T17:38:35.187Z | info: running `cargo check --bins` on oximeter-timeseries-macro (70/196) |
2681 | 2025-03-21T17:38:35.782Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2682 | 2025-03-21T17:38:35.794Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2683 | 2025-03-21T17:38:35.794Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2684 | 2025-03-21T17:38:35.794Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2685 | 2025-03-21T17:38:35.870Z | |
2686 | 2025-03-21T17:38:35.870Z | info: running `cargo check --bins` on oxql-types (71/196) |
2687 | 2025-03-21T17:38:36.578Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2688 | 2025-03-21T17:38:36.652Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2689 | 2025-03-21T17:38:36.652Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2690 | 2025-03-21T17:38:36.652Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2691 | 2025-03-21T17:38:36.652Z | |
2692 | 2025-03-21T17:38:36.652Z | info: running `cargo check --bins` on oximeter-test-utils (72/196) |
2693 | 2025-03-21T17:38:37.170Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2694 | 2025-03-21T17:38:37.175Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2695 | 2025-03-21T17:38:37.175Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2696 | 2025-03-21T17:38:37.179Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2697 | 2025-03-21T17:38:37.264Z | |
2698 | 2025-03-21T17:38:37.264Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (73/196) |
2699 | 2025-03-21T17:38:37.861Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2700 | 2025-03-21T17:38:37.864Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2701 | 2025-03-21T17:38:37.865Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2702 | 2025-03-21T17:38:37.868Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2703 | 2025-03-21T17:38:37.949Z | |
2704 | 2025-03-21T17:38:37.950Z | info: running `cargo check --bins` on bootstrap-agent-client (74/196) |
2705 | 2025-03-21T17:38:38.565Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2706 | 2025-03-21T17:38:38.569Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2707 | 2025-03-21T17:38:38.569Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2708 | 2025-03-21T17:38:38.574Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2709 | 2025-03-21T17:38:38.658Z | |
2710 | 2025-03-21T17:38:38.658Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (75/196) |
2711 | 2025-03-21T17:38:39.264Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2712 | 2025-03-21T17:38:39.269Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2713 | 2025-03-21T17:38:39.269Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2714 | 2025-03-21T17:38:39.269Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2715 | 2025-03-21T17:38:39.349Z | |
2716 | 2025-03-21T17:38:39.350Z | info: running `cargo check --bins` on clickhouse-admin-server-client (76/196) |
2717 | 2025-03-21T17:38:39.958Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2718 | 2025-03-21T17:38:39.962Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2719 | 2025-03-21T17:38:39.963Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2720 | 2025-03-21T17:38:39.966Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2721 | 2025-03-21T17:38:40.045Z | |
2722 | 2025-03-21T17:38:40.045Z | info: running `cargo check --bins` on clickhouse-admin-single-client (77/196) |
2723 | 2025-03-21T17:38:40.654Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2724 | 2025-03-21T17:38:40.659Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2725 | 2025-03-21T17:38:40.659Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2726 | 2025-03-21T17:38:40.663Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2727 | 2025-03-21T17:38:40.745Z | |
2728 | 2025-03-21T17:38:40.745Z | info: running `cargo check --bins` on cockroach-admin-client (78/196) |
2729 | 2025-03-21T17:38:41.332Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2730 | 2025-03-21T17:38:41.336Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2731 | 2025-03-21T17:38:41.336Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2732 | 2025-03-21T17:38:41.340Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2733 | 2025-03-21T17:38:41.413Z | |
2734 | 2025-03-21T17:38:41.413Z | info: running `cargo check --bins` on omicron-ddm-admin-client (79/196) |
2735 | 2025-03-21T17:38:42.013Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2736 | 2025-03-21T17:38:42.016Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2737 | 2025-03-21T17:38:42.016Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2738 | 2025-03-21T17:38:42.020Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2739 | 2025-03-21T17:38:42.101Z | |
2740 | 2025-03-21T17:38:42.101Z | info: running `cargo check --bins` on dns-service-client (80/196) |
2741 | 2025-03-21T17:38:42.704Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2742 | 2025-03-21T17:38:42.707Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2743 | 2025-03-21T17:38:42.707Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2744 | 2025-03-21T17:38:42.711Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2745 | 2025-03-21T17:38:42.794Z | |
2746 | 2025-03-21T17:38:42.794Z | info: running `cargo check --bins` on internal-dns-types (81/196) |
2747 | 2025-03-21T17:38:43.398Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2748 | 2025-03-21T17:38:43.402Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2749 | 2025-03-21T17:38:43.402Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2750 | 2025-03-21T17:38:43.406Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2751 | 2025-03-21T17:38:43.483Z | |
2752 | 2025-03-21T17:38:43.483Z | info: running `cargo check --bins` on dpd-client (82/196) |
2753 | 2025-03-21T17:38:44.069Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2754 | 2025-03-21T17:38:44.073Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2755 | 2025-03-21T17:38:44.074Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2756 | 2025-03-21T17:38:44.077Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2757 | 2025-03-21T17:38:44.153Z | |
2758 | 2025-03-21T17:38:44.153Z | info: running `cargo check --bins` on gateway-client (83/196) |
2759 | 2025-03-21T17:38:44.734Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2760 | 2025-03-21T17:38:44.738Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2761 | 2025-03-21T17:38:44.738Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2762 | 2025-03-21T17:38:44.742Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2763 | 2025-03-21T17:38:44.817Z | |
2764 | 2025-03-21T17:38:44.817Z | info: running `cargo check --bins` on installinator-client (84/196) |
2765 | 2025-03-21T17:38:45.439Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2766 | 2025-03-21T17:38:45.444Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2767 | 2025-03-21T17:38:45.444Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2768 | 2025-03-21T17:38:45.444Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2769 | 2025-03-21T17:38:45.526Z | |
2770 | 2025-03-21T17:38:45.526Z | info: running `cargo check --bins` on installinator-common (85/196) |
2771 | 2025-03-21T17:38:46.131Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2772 | 2025-03-21T17:38:46.135Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2773 | 2025-03-21T17:38:46.135Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2774 | 2025-03-21T17:38:46.140Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2775 | 2025-03-21T17:38:46.218Z | |
2776 | 2025-03-21T17:38:46.219Z | info: running `cargo check --bins` on update-engine (86/196) |
2777 | 2025-03-21T17:38:46.801Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2778 | 2025-03-21T17:38:46.805Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2779 | 2025-03-21T17:38:46.806Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2780 | 2025-03-21T17:38:46.809Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2781 | 2025-03-21T17:38:46.883Z | |
2782 | 2025-03-21T17:38:46.883Z | info: running `cargo check --bins` on nexus-client (87/196) |
2783 | 2025-03-21T17:38:47.503Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2784 | 2025-03-21T17:38:47.508Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2785 | 2025-03-21T17:38:47.509Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2786 | 2025-03-21T17:38:47.509Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2787 | 2025-03-21T17:38:47.594Z | |
2788 | 2025-03-21T17:38:47.594Z | info: running `cargo check --bins` on nexus-sled-agent-shared (88/196) |
2789 | 2025-03-21T17:38:48.209Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2790 | 2025-03-21T17:38:48.218Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2791 | 2025-03-21T17:38:48.218Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2792 | 2025-03-21T17:38:48.218Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2793 | 2025-03-21T17:38:48.307Z | |
2794 | 2025-03-21T17:38:48.307Z | info: running `cargo check --bins` on omicron-passwords (89/196) |
2795 | 2025-03-21T17:38:48.871Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2796 | 2025-03-21T17:38:48.875Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2797 | 2025-03-21T17:38:48.875Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2798 | 2025-03-21T17:38:48.883Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2799 | 2025-03-21T17:38:48.953Z | |
2800 | 2025-03-21T17:38:48.953Z | info: running `cargo check --bins` on nexus-types (90/196) |
2801 | 2025-03-21T17:38:49.575Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2802 | 2025-03-21T17:38:49.580Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2803 | 2025-03-21T17:38:49.580Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2804 | 2025-03-21T17:38:49.586Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2805 | 2025-03-21T17:38:49.667Z | |
2806 | 2025-03-21T17:38:49.667Z | info: running `cargo check --bins` on oxide-client (91/196) |
2807 | 2025-03-21T17:38:50.267Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2808 | 2025-03-21T17:38:50.273Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2809 | 2025-03-21T17:38:50.273Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2810 | 2025-03-21T17:38:50.273Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2811 | 2025-03-21T17:38:50.337Z | |
2812 | 2025-03-21T17:38:50.337Z | info: running `cargo check --bins` on oximeter-client (92/196) |
2813 | 2025-03-21T17:38:50.934Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2814 | 2025-03-21T17:38:50.949Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2815 | 2025-03-21T17:38:50.949Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2816 | 2025-03-21T17:38:50.961Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2817 | 2025-03-21T17:38:51.020Z | |
2818 | 2025-03-21T17:38:51.021Z | info: running `cargo check --bins` on repo-depot-client (93/196) |
2819 | 2025-03-21T17:38:51.763Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2820 | 2025-03-21T17:38:51.798Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2821 | 2025-03-21T17:38:51.798Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2822 | 2025-03-21T17:38:51.798Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2823 | 2025-03-21T17:38:51.798Z | |
2824 | 2025-03-21T17:38:51.798Z | info: running `cargo check --bins` on sled-agent-client (94/196) |
2825 | 2025-03-21T17:38:52.298Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2826 | 2025-03-21T17:38:52.304Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2827 | 2025-03-21T17:38:52.304Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2828 | 2025-03-21T17:38:52.304Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2829 | 2025-03-21T17:38:52.387Z | |
2830 | 2025-03-21T17:38:52.387Z | info: running `cargo check --bins` on wicketd-client (95/196) |
2831 | 2025-03-21T17:38:53.051Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2832 | 2025-03-21T17:38:53.068Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2833 | 2025-03-21T17:38:53.068Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2834 | 2025-03-21T17:38:53.068Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
2835 | 2025-03-21T17:38:53.243Z | |
2836 | 2025-03-21T17:38:53.243Z | info: running `cargo check --bins` on sled-agent-types (96/196) |
2837 | 2025-03-21T17:38:53.734Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2838 | 2025-03-21T17:38:53.742Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2839 | 2025-03-21T17:38:53.742Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2840 | 2025-03-21T17:38:53.742Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2841 | 2025-03-21T17:38:53.833Z | |
2842 | 2025-03-21T17:38:53.833Z | info: running `cargo check --bins` on wicket-common (97/196) |
2843 | 2025-03-21T17:38:54.482Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2844 | 2025-03-21T17:38:54.533Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2845 | 2025-03-21T17:38:54.533Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2846 | 2025-03-21T17:38:54.533Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2847 | 2025-03-21T17:38:54.572Z | |
2848 | 2025-03-21T17:38:54.572Z | info: running `cargo check --bins` on omicron-cockroach-admin (98/196) |
2849 | 2025-03-21T17:38:55.119Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2850 | 2025-03-21T17:38:55.140Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2851 | 2025-03-21T17:38:55.229Z | Checking csv-core v0.1.11 |
2852 | 2025-03-21T17:38:55.229Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2853 | 2025-03-21T17:38:55.259Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2854 | 2025-03-21T17:38:55.259Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2855 | 2025-03-21T17:38:55.517Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2856 | 2025-03-21T17:38:55.540Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2857 | 2025-03-21T17:38:55.563Z | Checking csv v1.3.1 |
2858 | 2025-03-21T17:38:56.214Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2859 | 2025-03-21T17:38:56.487Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2860 | 2025-03-21T17:38:58.285Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.54s |
2861 | 2025-03-21T17:38:58.322Z | |
2862 | 2025-03-21T17:38:58.322Z | info: running `cargo check --bins` on cockroach-admin-api (99/196) |
2863 | 2025-03-21T17:38:58.905Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2864 | 2025-03-21T17:38:58.928Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2865 | 2025-03-21T17:38:58.928Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2866 | 2025-03-21T17:38:58.928Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2867 | 2025-03-21T17:38:58.958Z | |
2868 | 2025-03-21T17:38:58.958Z | info: running `cargo check --bins` on cockroach-admin-types (100/196) |
2869 | 2025-03-21T17:38:59.541Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2870 | 2025-03-21T17:38:59.575Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2871 | 2025-03-21T17:38:59.575Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2872 | 2025-03-21T17:38:59.575Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2873 | 2025-03-21T17:38:59.624Z | |
2874 | 2025-03-21T17:38:59.624Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (101/196) |
2875 | 2025-03-21T17:39:00.335Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2876 | 2025-03-21T17:39:00.501Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2877 | 2025-03-21T17:39:00.501Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2878 | 2025-03-21T17:39:00.501Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
2879 | 2025-03-21T17:39:00.501Z | |
2880 | 2025-03-21T17:39:00.501Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (102/196) |
2881 | 2025-03-21T17:39:01.534Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2882 | 2025-03-21T17:39:01.571Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2883 | 2025-03-21T17:39:01.572Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2884 | 2025-03-21T17:39:01.572Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
2885 | 2025-03-21T17:39:01.572Z | |
2886 | 2025-03-21T17:39:01.572Z | info: running `cargo check --bins` on dns-server (103/196) |
2887 | 2025-03-21T17:39:01.821Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2888 | 2025-03-21T17:39:01.876Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2889 | 2025-03-21T17:39:01.895Z | Compiling typify-impl v0.3.0 |
2890 | 2025-03-21T17:39:01.984Z | Compiling parking_lot_core v0.8.6 |
2891 | 2025-03-21T17:39:02.013Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2892 | 2025-03-21T17:39:02.027Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2893 | 2025-03-21T17:39:02.027Z | Checking fxhash v0.2.1 |
2894 | 2025-03-21T17:39:02.028Z | Checking hickory-client v0.24.4 |
2895 | 2025-03-21T17:39:02.028Z | Checking hickory-server v0.24.4 |
2896 | 2025-03-21T17:39:02.671Z | Checking parking_lot v0.11.2 |
2897 | 2025-03-21T17:39:02.902Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2898 | 2025-03-21T17:39:02.923Z | Checking sled v0.34.7 |
2899 | 2025-03-21T17:39:07.406Z | Compiling typify-macro v0.3.0 |
2900 | 2025-03-21T17:39:08.938Z | Compiling typify v0.3.0 |
2901 | 2025-03-21T17:39:09.003Z | Compiling progenitor-impl v0.9.1 |
2902 | 2025-03-21T17:39:11.467Z | Compiling progenitor-macro v0.9.1 |
2903 | 2025-03-21T17:39:14.975Z | Checking progenitor v0.9.1 |
2904 | 2025-03-21T17:39:15.110Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2905 | 2025-03-21T17:39:15.580Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2906 | 2025-03-21T17:39:16.842Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.65s |
2907 | 2025-03-21T17:39:17.031Z | |
2908 | 2025-03-21T17:39:17.031Z | info: running `cargo check --bins` on dns-server-api (104/196) |
2909 | 2025-03-21T17:39:17.613Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2910 | 2025-03-21T17:39:17.617Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2911 | 2025-03-21T17:39:17.617Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2912 | 2025-03-21T17:39:17.621Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2913 | 2025-03-21T17:39:17.698Z | |
2914 | 2025-03-21T17:39:17.698Z | info: running `cargo check --bins` on openapi-manager-types (105/196) |
2915 | 2025-03-21T17:39:18.278Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2916 | 2025-03-21T17:39:18.283Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2917 | 2025-03-21T17:39:18.283Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2918 | 2025-03-21T17:39:18.286Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2919 | 2025-03-21T17:39:18.359Z | |
2920 | 2025-03-21T17:39:18.359Z | info: running `cargo check --bins` on gateway-test-utils (106/196) |
2921 | 2025-03-21T17:39:19.003Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2922 | 2025-03-21T17:39:19.006Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2923 | 2025-03-21T17:39:19.007Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2924 | 2025-03-21T17:39:19.010Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
2925 | 2025-03-21T17:39:19.094Z | |
2926 | 2025-03-21T17:39:19.094Z | info: running `cargo check --bins` on gateway-types (107/196) |
2927 | 2025-03-21T17:39:19.693Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2928 | 2025-03-21T17:39:19.696Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2929 | 2025-03-21T17:39:19.696Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2930 | 2025-03-21T17:39:19.699Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2931 | 2025-03-21T17:39:19.779Z | |
2932 | 2025-03-21T17:39:19.779Z | info: running `cargo check --bins` on ipcc (108/196) |
2933 | 2025-03-21T17:39:20.387Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2934 | 2025-03-21T17:39:20.391Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2935 | 2025-03-21T17:39:20.391Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2936 | 2025-03-21T17:39:20.395Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2937 | 2025-03-21T17:39:20.474Z | |
2938 | 2025-03-21T17:39:20.474Z | info: running `cargo check --bins` on omicron-gateway (109/196) |
2939 | 2025-03-21T17:39:21.116Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2940 | 2025-03-21T17:39:21.119Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2941 | 2025-03-21T17:39:21.240Z | Compiling semver v0.1.20 |
2942 | 2025-03-21T17:39:21.240Z | Compiling radium v0.7.0 |
2943 | 2025-03-21T17:39:21.243Z | Checking tap v1.0.1 |
2944 | 2025-03-21T17:39:21.355Z | Compiling maybe-uninit v2.0.0 |
2945 | 2025-03-21T17:39:21.387Z | Checking password-hash v0.5.0 |
2946 | 2025-03-21T17:39:21.390Z | Checking blake2 v0.10.6 |
2947 | 2025-03-21T17:39:21.390Z | Compiling cancel-safe-futures v0.1.5 |
2948 | 2025-03-21T17:39:21.391Z | Compiling packed_struct v0.10.1 |
2949 | 2025-03-21T17:39:21.515Z | Checking wyz v0.5.1 |
2950 | 2025-03-21T17:39:21.759Z | Compiling rustc_version v0.1.7 |
2951 | 2025-03-21T17:39:21.797Z | Checking funty v2.0.0 |
2952 | 2025-03-21T17:39:21.844Z | Compiling owo-colors v4.2.0 |
2953 | 2025-03-21T17:39:21.863Z | Checking crc-catalog v2.4.0 |
2954 | 2025-03-21T17:39:21.900Z | Checking argon2 v0.5.3 |
2955 | 2025-03-21T17:39:22.001Z | Compiling packed_struct_codegen v0.10.1 |
2956 | 2025-03-21T17:39:22.031Z | Checking crc v3.2.1 |
2957 | 2025-03-21T17:39:22.076Z | Checking libsw-core v0.3.1 |
2958 | 2025-03-21T17:39:22.139Z | Compiling newtype_derive v0.1.6 |
2959 | 2025-03-21T17:39:22.235Z | Compiling indexmap v1.9.3 |
2960 | 2025-03-21T17:39:22.309Z | Checking half v2.4.1 |
2961 | 2025-03-21T17:39:22.462Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
2962 | 2025-03-21T17:39:22.514Z | Checking nodrop v0.1.14 |
2963 | 2025-03-21T17:39:22.538Z | Checking ciborium-io v0.2.2 |
2964 | 2025-03-21T17:39:22.557Z | Checking fixedbitset v0.5.7 |
2965 | 2025-03-21T17:39:22.585Z | Checking bitvec v1.0.1 |
2966 | 2025-03-21T17:39:22.610Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2967 | 2025-03-21T17:39:22.653Z | Checking array-init v0.0.4 |
2968 | 2025-03-21T17:39:22.755Z | Checking ciborium-ll v0.2.2 |
2969 | 2025-03-21T17:39:22.838Z | Checking libsw v3.4.0 |
2970 | 2025-03-21T17:39:22.888Z | Checking smallvec v0.6.14 |
2971 | 2025-03-21T17:39:22.923Z | Checking petgraph v0.7.1 |
2972 | 2025-03-21T17:39:23.044Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2973 | 2025-03-21T17:39:23.287Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2974 | 2025-03-21T17:39:23.505Z | Checking indent_write v2.2.0 |
2975 | 2025-03-21T17:39:23.542Z | Checking bitfield v0.14.0 |
2976 | 2025-03-21T17:39:24.207Z | Checking termcolor v1.4.1 |
2977 | 2025-03-21T17:39:24.378Z | Checking hashbrown v0.12.3 |
2978 | 2025-03-21T17:39:24.378Z | Checking linear-map v1.2.0 |
2979 | 2025-03-21T17:39:24.378Z | Checking swrite v0.1.0 |
2980 | 2025-03-21T17:39:24.378Z | Checking env_logger v0.10.2 |
2981 | 2025-03-21T17:39:24.536Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2982 | 2025-03-21T17:39:24.536Z | Checking ron v0.8.1 |
2983 | 2025-03-21T17:39:24.541Z | Checking serde-hex v0.1.0 |
2984 | 2025-03-21T17:39:24.541Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2985 | 2025-03-21T17:39:24.566Z | Checking ciborium v0.2.2 |
2986 | 2025-03-21T17:39:25.528Z | Checking steno v0.4.1 |
2987 | 2025-03-21T17:39:25.562Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2988 | 2025-03-21T17:39:25.581Z | Checking hashbrown v0.13.2 |
2989 | 2025-03-21T17:39:25.814Z | Checking crc-any v2.5.0 |
2990 | 2025-03-21T17:39:25.852Z | Checking humantime v2.1.0 |
2991 | 2025-03-21T17:39:25.955Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2992 | 2025-03-21T17:39:26.135Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2993 | 2025-03-21T17:39:26.199Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2994 | 2025-03-21T17:39:26.428Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2995 | 2025-03-21T17:39:26.468Z | Checking object v0.30.4 |
2996 | 2025-03-21T17:39:26.742Z | Checking path-slash v0.1.5 |
2997 | 2025-03-21T17:39:26.782Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2998 | 2025-03-21T17:39:26.987Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2999 | 2025-03-21T17:39:27.695Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
3000 | 2025-03-21T17:39:27.715Z | Checking nix v0.27.1 |
3001 | 2025-03-21T17:39:27.968Z | Checking tungstenite v0.23.0 |
3002 | 2025-03-21T17:39:28.206Z | Checking kstat-rs v0.2.4 |
3003 | 2025-03-21T17:39:28.583Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
3004 | 2025-03-21T17:39:28.607Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
3005 | 2025-03-21T17:39:28.817Z | Checking signal-hook-tokio v0.3.1 |
3006 | 2025-03-21T17:39:28.838Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
3007 | 2025-03-21T17:39:28.855Z | Checking tokio-tungstenite v0.23.1 |
3008 | 2025-03-21T17:39:29.424Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
3009 | 2025-03-21T17:39:36.274Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
3010 | 2025-03-21T17:39:37.655Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
3011 | 2025-03-21T17:39:39.653Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
3012 | 2025-03-21T17:39:44.984Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3013 | 2025-03-21T17:39:45.656Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3014 | 2025-03-21T17:39:48.320Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.83s |
3015 | 2025-03-21T17:39:48.517Z | |
3016 | 2025-03-21T17:39:48.517Z | info: running `cargo check --bins` on gateway-api (110/196) |
3017 | 2025-03-21T17:39:49.125Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3018 | 2025-03-21T17:39:49.128Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3019 | 2025-03-21T17:39:49.128Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3020 | 2025-03-21T17:39:49.131Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3021 | 2025-03-21T17:39:49.212Z | |
3022 | 2025-03-21T17:39:49.213Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (111/196) |
3023 | 2025-03-21T17:39:49.795Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3024 | 2025-03-21T17:39:49.798Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3025 | 2025-03-21T17:39:49.798Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3026 | 2025-03-21T17:39:49.802Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3027 | 2025-03-21T17:39:49.878Z | |
3028 | 2025-03-21T17:39:49.878Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (112/196) |
3029 | 2025-03-21T17:39:50.490Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3030 | 2025-03-21T17:39:50.493Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3031 | 2025-03-21T17:39:50.493Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3032 | 2025-03-21T17:39:50.499Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3033 | 2025-03-21T17:39:50.574Z | |
3034 | 2025-03-21T17:39:50.574Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (113/196) |
3035 | 2025-03-21T17:39:51.172Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3036 | 2025-03-21T17:39:51.175Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3037 | 2025-03-21T17:39:51.175Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3038 | 2025-03-21T17:39:51.178Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3039 | 2025-03-21T17:39:51.256Z | |
3040 | 2025-03-21T17:39:51.256Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (114/196) |
3041 | 2025-03-21T17:39:51.856Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3042 | 2025-03-21T17:39:51.859Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3043 | 2025-03-21T17:39:51.859Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3044 | 2025-03-21T17:39:51.862Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3045 | 2025-03-21T17:39:51.941Z | |
3046 | 2025-03-21T17:39:51.941Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (115/196) |
3047 | 2025-03-21T17:39:52.533Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3048 | 2025-03-21T17:39:52.536Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3049 | 2025-03-21T17:39:52.536Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3050 | 2025-03-21T17:39:52.539Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3051 | 2025-03-21T17:39:52.618Z | |
3052 | 2025-03-21T17:39:52.618Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (116/196) |
3053 | 2025-03-21T17:39:53.221Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3054 | 2025-03-21T17:39:53.224Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3055 | 2025-03-21T17:39:53.224Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3056 | 2025-03-21T17:39:53.227Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3057 | 2025-03-21T17:39:53.306Z | |
3058 | 2025-03-21T17:39:53.306Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (117/196) |
3059 | 2025-03-21T17:39:53.921Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3060 | 2025-03-21T17:39:53.924Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3061 | 2025-03-21T17:39:53.924Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3062 | 2025-03-21T17:39:53.928Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3063 | 2025-03-21T17:39:54.009Z | |
3064 | 2025-03-21T17:39:54.009Z | info: running `cargo check --bins` on oximeter-producer (118/196) |
3065 | 2025-03-21T17:39:54.646Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3066 | 2025-03-21T17:39:54.650Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3067 | 2025-03-21T17:39:54.650Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3068 | 2025-03-21T17:39:54.653Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
3069 | 2025-03-21T17:39:54.741Z | |
3070 | 2025-03-21T17:39:54.741Z | info: running `cargo check --bins` on internal-dns-resolver (119/196) |
3071 | 2025-03-21T17:39:55.349Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3072 | 2025-03-21T17:39:55.352Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3073 | 2025-03-21T17:39:55.352Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3074 | 2025-03-21T17:39:55.358Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3075 | 2025-03-21T17:39:55.437Z | |
3076 | 2025-03-21T17:39:55.437Z | info: running `cargo check --bins` on sp-sim (120/196) |
3077 | 2025-03-21T17:39:56.038Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3078 | 2025-03-21T17:39:56.041Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3079 | 2025-03-21T17:39:56.131Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
3080 | 2025-03-21T17:39:56.586Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
3081 | 2025-03-21T17:39:58.255Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3082 | 2025-03-21T17:39:59.960Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.51s |
3083 | 2025-03-21T17:40:00.139Z | |
3084 | 2025-03-21T17:40:00.139Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (121/196) |
3085 | 2025-03-21T17:40:00.787Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3086 | 2025-03-21T17:40:00.790Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3087 | 2025-03-21T17:40:00.790Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3088 | 2025-03-21T17:40:00.794Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
3089 | 2025-03-21T17:40:00.883Z | |
3090 | 2025-03-21T17:40:00.883Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (122/196) |
3091 | 2025-03-21T17:40:01.526Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3092 | 2025-03-21T17:40:01.529Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3093 | 2025-03-21T17:40:01.529Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3094 | 2025-03-21T17:40:01.532Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
3095 | 2025-03-21T17:40:01.619Z | |
3096 | 2025-03-21T17:40:01.619Z | info: running `cargo check --bins` on db-macros (123/196) |
3097 | 2025-03-21T17:40:02.204Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3098 | 2025-03-21T17:40:02.208Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3099 | 2025-03-21T17:40:02.208Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3100 | 2025-03-21T17:40:02.212Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3101 | 2025-03-21T17:40:02.288Z | |
3102 | 2025-03-21T17:40:02.288Z | info: running `cargo check --bins` on nexus-macros-common (124/196) |
3103 | 2025-03-21T17:40:02.860Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3104 | 2025-03-21T17:40:02.863Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3105 | 2025-03-21T17:40:02.864Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3106 | 2025-03-21T17:40:02.867Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3107 | 2025-03-21T17:40:02.944Z | |
3108 | 2025-03-21T17:40:02.944Z | info: running `cargo check --bins` on nexus-auth (125/196) |
3109 | 2025-03-21T17:40:03.584Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3110 | 2025-03-21T17:40:03.587Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3111 | 2025-03-21T17:40:03.587Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3112 | 2025-03-21T17:40:03.590Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
3113 | 2025-03-21T17:40:03.679Z | |
3114 | 2025-03-21T17:40:03.679Z | info: running `cargo check --bins` on authz-macros (126/196) |
3115 | 2025-03-21T17:40:04.274Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3116 | 2025-03-21T17:40:04.277Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3117 | 2025-03-21T17:40:04.277Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3118 | 2025-03-21T17:40:04.280Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3119 | 2025-03-21T17:40:04.357Z | |
3120 | 2025-03-21T17:40:04.357Z | info: running `cargo check --bins` on nexus-db-fixed-data (127/196) |
3121 | 2025-03-21T17:40:04.980Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3122 | 2025-03-21T17:40:04.983Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3123 | 2025-03-21T17:40:04.983Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3124 | 2025-03-21T17:40:04.986Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
3125 | 2025-03-21T17:40:05.071Z | |
3126 | 2025-03-21T17:40:05.071Z | info: running `cargo check --bins` on nexus-db-model (128/196) |
3127 | 2025-03-21T17:40:05.697Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3128 | 2025-03-21T17:40:05.700Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3129 | 2025-03-21T17:40:05.700Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3130 | 2025-03-21T17:40:05.703Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
3131 | 2025-03-21T17:40:05.788Z | |
3132 | 2025-03-21T17:40:05.789Z | info: running `cargo check --bins` on nexus-defaults (129/196) |
3133 | 2025-03-21T17:40:06.383Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3134 | 2025-03-21T17:40:06.387Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3135 | 2025-03-21T17:40:06.387Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3136 | 2025-03-21T17:40:06.390Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3137 | 2025-03-21T17:40:06.467Z | |
3138 | 2025-03-21T17:40:06.467Z | info: running `cargo check --bins` on nexus-inventory (130/196) |
3139 | 2025-03-21T17:40:07.091Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3140 | 2025-03-21T17:40:07.096Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3141 | 2025-03-21T17:40:07.097Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3142 | 2025-03-21T17:40:07.101Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
3143 | 2025-03-21T17:40:07.182Z | |
3144 | 2025-03-21T17:40:07.182Z | info: running `cargo check --bins` on typed-rng (131/196) |
3145 | 2025-03-21T17:40:07.761Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3146 | 2025-03-21T17:40:07.765Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3147 | 2025-03-21T17:40:07.765Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3148 | 2025-03-21T17:40:07.768Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3149 | 2025-03-21T17:40:07.844Z | |
3150 | 2025-03-21T17:40:07.844Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (132/196) |
3151 | 2025-03-21T17:40:08.496Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3152 | 2025-03-21T17:40:08.499Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3153 | 2025-03-21T17:40:08.643Z | Checking keccak v0.1.5 |
3154 | 2025-03-21T17:40:08.762Z | Checking secrecy v0.8.0 |
3155 | 2025-03-21T17:40:08.766Z | Compiling unicase v2.7.0 |
3156 | 2025-03-21T17:40:08.766Z | Compiling same-file v1.0.6 |
3157 | 2025-03-21T17:40:08.798Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
3158 | 2025-03-21T17:40:08.801Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
3159 | 2025-03-21T17:40:08.801Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
3160 | 2025-03-21T17:40:08.801Z | Compiling thiserror-impl-no-std v2.0.2 |
3161 | 2025-03-21T17:40:08.930Z | Compiling walkdir v2.5.0 |
3162 | 2025-03-21T17:40:09.028Z | Checking universal-hash v0.5.1 |
3163 | 2025-03-21T17:40:09.049Z | Checking sha3 v0.10.8 |
3164 | 2025-03-21T17:40:09.105Z | Compiling blake3 v1.5.4 |
3165 | 2025-03-21T17:40:09.216Z | Checking opaque-debug v0.3.1 |
3166 | 2025-03-21T17:40:09.236Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3167 | 2025-03-21T17:40:09.285Z | Checking chacha20 v0.9.1 |
3168 | 2025-03-21T17:40:09.306Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
3169 | 2025-03-21T17:40:09.322Z | Checking poly1305 v0.8.0 |
3170 | 2025-03-21T17:40:09.453Z | Checking aead v0.5.2 |
3171 | 2025-03-21T17:40:09.548Z | Compiling memmap2 v0.9.5 |
3172 | 2025-03-21T17:40:09.625Z | Compiling constant_time_eq v0.3.1 |
3173 | 2025-03-21T17:40:09.645Z | Compiling arrayref v0.3.9 |
3174 | 2025-03-21T17:40:09.683Z | Compiling salty v0.3.0 |
3175 | 2025-03-21T17:40:09.748Z | Compiling libefi-sys v0.1.0 |
3176 | 2025-03-21T17:40:09.806Z | Compiling arrayvec v0.7.6 |
3177 | 2025-03-21T17:40:09.826Z | Checking chacha20poly1305 v0.10.1 |
3178 | 2025-03-21T17:40:09.968Z | Compiling toolchain_find v0.4.0 |
3179 | 2025-03-21T17:40:10.105Z | Compiling camino-tempfile v1.1.1 |
3180 | 2025-03-21T17:40:10.123Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
3181 | 2025-03-21T17:40:10.162Z | Compiling bitfield-struct v0.6.2 |
3182 | 2025-03-21T17:40:10.415Z | Compiling topological-sort v0.2.2 |
3183 | 2025-03-21T17:40:10.539Z | Compiling mime_guess v2.0.5 |
3184 | 2025-03-21T17:40:10.561Z | Compiling rustfmt-wrapper v0.2.1 |
3185 | 2025-03-21T17:40:11.091Z | Compiling omicron-zone-package v0.12.0 |
3186 | 2025-03-21T17:40:11.136Z | Compiling progenitor v0.9.1 |
3187 | 2025-03-21T17:40:11.206Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
3188 | 2025-03-21T17:40:11.377Z | Checking primeorder v0.13.6 |
3189 | 2025-03-21T17:40:11.457Z | Checking env_filter v0.1.2 |
3190 | 2025-03-21T17:40:11.477Z | Checking thiserror-no-std v2.0.2 |
3191 | 2025-03-21T17:40:11.504Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3192 | 2025-03-21T17:40:11.554Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3193 | 2025-03-21T17:40:11.604Z | Checking vsss-rs v3.3.4 |
3194 | 2025-03-21T17:40:11.691Z | Checking env_logger v0.11.5 |
3195 | 2025-03-21T17:40:11.711Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3196 | 2025-03-21T17:40:12.110Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
3197 | 2025-03-21T17:40:12.134Z | Checking p384 v0.13.0 |
3198 | 2025-03-21T17:40:12.134Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
3199 | 2025-03-21T17:40:12.141Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3200 | 2025-03-21T17:40:12.141Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3201 | 2025-03-21T17:40:12.288Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
3202 | 2025-03-21T17:40:12.288Z | Checking http-range v0.1.5 |
3203 | 2025-03-21T17:40:12.325Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
3204 | 2025-03-21T17:40:12.526Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3205 | 2025-03-21T17:40:12.643Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3206 | 2025-03-21T17:40:12.697Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
3207 | 2025-03-21T17:40:12.978Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3208 | 2025-03-21T17:40:13.224Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
3209 | 2025-03-21T17:40:13.243Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
3210 | 2025-03-21T17:40:13.268Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c) |
3211 | 2025-03-21T17:40:13.403Z | Checking atty v0.2.14 |
3212 | 2025-03-21T17:40:13.549Z | Checking glob v0.3.2 |
3213 | 2025-03-21T17:40:13.690Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c) |
3214 | 2025-03-21T17:40:13.766Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3215 | 2025-03-21T17:40:13.909Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3216 | 2025-03-21T17:40:14.372Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3217 | 2025-03-21T17:40:14.605Z | Checking hyper-staticfile v0.10.1 |
3218 | 2025-03-21T17:40:14.971Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
3219 | 2025-03-21T17:40:15.006Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
3220 | 2025-03-21T17:40:15.108Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3221 | 2025-03-21T17:40:15.300Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3222 | 2025-03-21T17:40:15.423Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
3223 | 2025-03-21T17:40:15.657Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3224 | 2025-03-21T17:40:15.946Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
3225 | 2025-03-21T17:40:16.323Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
3226 | 2025-03-21T17:40:16.459Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3227 | 2025-03-21T17:40:16.531Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3228 | 2025-03-21T17:40:17.164Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
3229 | 2025-03-21T17:40:20.098Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3230 | 2025-03-21T17:40:20.098Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3231 | 2025-03-21T17:40:28.398Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3232 | 2025-03-21T17:40:41.998Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.14s |
3233 | 2025-03-21T17:40:42.194Z | |
3234 | 2025-03-21T17:40:42.194Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (133/196) |
3235 | 2025-03-21T17:40:42.846Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3236 | 2025-03-21T17:40:42.849Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3237 | 2025-03-21T17:40:42.985Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3238 | 2025-03-21T17:40:56.395Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.19s |
3239 | 2025-03-21T17:40:56.598Z | |
3240 | 2025-03-21T17:40:56.598Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (134/196) |
3241 | 2025-03-21T17:40:57.243Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3242 | 2025-03-21T17:40:57.247Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3243 | 2025-03-21T17:40:57.381Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3244 | 2025-03-21T17:41:11.028Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.42s |
3245 | 2025-03-21T17:41:11.227Z | |
3246 | 2025-03-21T17:41:11.227Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (135/196) |
3247 | 2025-03-21T17:41:11.888Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3248 | 2025-03-21T17:41:11.891Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3249 | 2025-03-21T17:41:12.027Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3250 | 2025-03-21T17:41:25.472Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.23s |
3251 | 2025-03-21T17:41:25.675Z | |
3252 | 2025-03-21T17:41:25.675Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (136/196) |
3253 | 2025-03-21T17:41:26.326Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3254 | 2025-03-21T17:41:26.330Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3255 | 2025-03-21T17:41:26.465Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3256 | 2025-03-21T17:41:39.794Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.11s |
3257 | 2025-03-21T17:41:39.998Z | |
3258 | 2025-03-21T17:41:39.998Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (137/196) |
3259 | 2025-03-21T17:41:40.662Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3260 | 2025-03-21T17:41:40.666Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3261 | 2025-03-21T17:41:40.803Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3262 | 2025-03-21T17:41:54.237Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.23s |
3263 | 2025-03-21T17:41:54.442Z | |
3264 | 2025-03-21T17:41:54.442Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (138/196) |
3265 | 2025-03-21T17:41:55.095Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3266 | 2025-03-21T17:41:55.098Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3267 | 2025-03-21T17:41:55.240Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3268 | 2025-03-21T17:42:08.611Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.16s |
3269 | 2025-03-21T17:42:08.819Z | |
3270 | 2025-03-21T17:42:08.819Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (139/196) |
3271 | 2025-03-21T17:42:09.467Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3272 | 2025-03-21T17:42:09.477Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3273 | 2025-03-21T17:42:09.602Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3274 | 2025-03-21T17:42:23.107Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.28s |
3275 | 2025-03-21T17:42:23.308Z | |
3276 | 2025-03-21T17:42:23.308Z | info: running `cargo check --bins` on bootstrap-agent-api (140/196) |
3277 | 2025-03-21T17:42:23.925Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3278 | 2025-03-21T17:42:23.929Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3279 | 2025-03-21T17:42:23.929Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3280 | 2025-03-21T17:42:23.936Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3281 | 2025-03-21T17:42:24.018Z | |
3282 | 2025-03-21T17:42:24.018Z | info: running `cargo check --bins` on key-manager (141/196) |
3283 | 2025-03-21T17:42:24.610Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3284 | 2025-03-21T17:42:24.613Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3285 | 2025-03-21T17:42:24.613Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3286 | 2025-03-21T17:42:24.616Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3287 | 2025-03-21T17:42:24.699Z | |
3288 | 2025-03-21T17:42:24.700Z | info: running `cargo check --bins` on range-requests (142/196) |
3289 | 2025-03-21T17:42:25.277Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3290 | 2025-03-21T17:42:25.280Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3291 | 2025-03-21T17:42:25.280Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3292 | 2025-03-21T17:42:25.284Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3293 | 2025-03-21T17:42:25.369Z | |
3294 | 2025-03-21T17:42:25.369Z | info: running `cargo check --bins` on repo-depot-api (143/196) |
3295 | 2025-03-21T17:42:25.950Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3296 | 2025-03-21T17:42:25.954Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3297 | 2025-03-21T17:42:25.954Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3298 | 2025-03-21T17:42:25.957Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3299 | 2025-03-21T17:42:26.036Z | |
3300 | 2025-03-21T17:42:26.036Z | info: running `cargo check --bins` on sled-agent-api (144/196) |
3301 | 2025-03-21T17:42:26.661Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3302 | 2025-03-21T17:42:26.664Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3303 | 2025-03-21T17:42:26.664Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3304 | 2025-03-21T17:42:26.667Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
3305 | 2025-03-21T17:42:26.754Z | |
3306 | 2025-03-21T17:42:26.754Z | info: running `cargo check --bins` on sled-diagnostics (145/196) |
3307 | 2025-03-21T17:42:27.334Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3308 | 2025-03-21T17:42:27.338Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3309 | 2025-03-21T17:42:27.338Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3310 | 2025-03-21T17:42:27.341Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3311 | 2025-03-21T17:42:27.418Z | |
3312 | 2025-03-21T17:42:27.418Z | info: running `cargo check --bins` on sled-hardware (146/196) |
3313 | 2025-03-21T17:42:28.030Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3314 | 2025-03-21T17:42:28.034Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3315 | 2025-03-21T17:42:28.034Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3316 | 2025-03-21T17:42:28.037Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3317 | 2025-03-21T17:42:28.118Z | |
3318 | 2025-03-21T17:42:28.118Z | info: running `cargo check --bins --no-default-features` on sled-storage (147/196) |
3319 | 2025-03-21T17:42:28.738Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3320 | 2025-03-21T17:42:28.741Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3321 | 2025-03-21T17:42:28.741Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3322 | 2025-03-21T17:42:28.745Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
3323 | 2025-03-21T17:42:28.827Z | |
3324 | 2025-03-21T17:42:28.827Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (148/196) |
3325 | 2025-03-21T17:42:29.440Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3326 | 2025-03-21T17:42:29.443Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3327 | 2025-03-21T17:42:29.443Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3328 | 2025-03-21T17:42:29.446Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3329 | 2025-03-21T17:42:29.530Z | |
3330 | 2025-03-21T17:42:29.530Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (149/196) |
3331 | 2025-03-21T17:42:30.165Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3332 | 2025-03-21T17:42:30.168Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3333 | 2025-03-21T17:42:30.168Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3334 | 2025-03-21T17:42:30.172Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
3335 | 2025-03-21T17:42:30.257Z | |
3336 | 2025-03-21T17:42:30.257Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (150/196) |
3337 | 2025-03-21T17:42:30.889Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3338 | 2025-03-21T17:42:30.893Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3339 | 2025-03-21T17:42:30.893Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3340 | 2025-03-21T17:42:30.897Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
3341 | 2025-03-21T17:42:30.982Z | |
3342 | 2025-03-21T17:42:30.982Z | info: running `cargo check --bins` on nexus-test-interface (151/196) |
3343 | 2025-03-21T17:42:31.603Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3344 | 2025-03-21T17:42:31.607Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3345 | 2025-03-21T17:42:31.607Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3346 | 2025-03-21T17:42:31.610Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
3347 | 2025-03-21T17:42:31.697Z | |
3348 | 2025-03-21T17:42:31.697Z | info: running `cargo check --bins` on oximeter-collector (152/196) |
3349 | 2025-03-21T17:42:32.330Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3350 | 2025-03-21T17:42:32.333Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3351 | 2025-03-21T17:42:32.453Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3352 | 2025-03-21T17:42:32.453Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3353 | 2025-03-21T17:42:33.310Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3354 | 2025-03-21T17:42:35.267Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.56s |
3355 | 2025-03-21T17:42:35.461Z | |
3356 | 2025-03-21T17:42:35.461Z | info: running `cargo check --bins` on oximeter-api (153/196) |
3357 | 2025-03-21T17:42:36.070Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3358 | 2025-03-21T17:42:36.073Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3359 | 2025-03-21T17:42:36.073Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3360 | 2025-03-21T17:42:36.078Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3361 | 2025-03-21T17:42:36.159Z | |
3362 | 2025-03-21T17:42:36.159Z | info: running `cargo check --bins` on cert-dev (154/196) |
3363 | 2025-03-21T17:42:36.754Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3364 | 2025-03-21T17:42:36.758Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3365 | 2025-03-21T17:42:36.834Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
3366 | 2025-03-21T17:42:37.120Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.95s |
3367 | 2025-03-21T17:42:37.296Z | |
3368 | 2025-03-21T17:42:37.296Z | info: running `cargo check --bins` on clickana (155/196) |
3369 | 2025-03-21T17:42:37.915Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3370 | 2025-03-21T17:42:37.918Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3371 | 2025-03-21T17:42:38.016Z | Checking itertools v0.13.0 |
3372 | 2025-03-21T17:42:38.019Z | Checking castaway v0.2.3 |
3373 | 2025-03-21T17:42:38.020Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
3374 | 2025-03-21T17:42:38.020Z | Checking lru v0.12.5 |
3375 | 2025-03-21T17:42:38.020Z | Compiling instability v0.3.2 |
3376 | 2025-03-21T17:42:38.020Z | Compiling indoc v2.0.5 |
3377 | 2025-03-21T17:42:38.020Z | Checking cassowary v0.3.0 |
3378 | 2025-03-21T17:42:38.273Z | Checking compact_str v0.8.0 |
3379 | 2025-03-21T17:42:39.854Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3380 | 2025-03-21T17:42:39.864Z | Checking unicode-truncate v1.1.0 |
3381 | 2025-03-21T17:42:40.008Z | Checking ratatui v0.29.0 |
3382 | 2025-03-21T17:42:41.899Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
3383 | 2025-03-21T17:42:42.746Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.44s |
3384 | 2025-03-21T17:42:42.931Z | |
3385 | 2025-03-21T17:42:42.931Z | info: running `cargo check --bins` on clickhouse-cluster-dev (156/196) |
3386 | 2025-03-21T17:42:43.553Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3387 | 2025-03-21T17:42:43.556Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3388 | 2025-03-21T17:42:43.666Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3389 | 2025-03-21T17:42:43.666Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
3390 | 2025-03-21T17:42:44.700Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
3391 | 2025-03-21T17:42:45.158Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
3392 | 2025-03-21T17:42:45.529Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.59s |
3393 | 2025-03-21T17:42:45.728Z | |
3394 | 2025-03-21T17:42:45.728Z | info: running `cargo check --bins` on ch-dev (157/196) |
3395 | 2025-03-21T17:42:46.346Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3396 | 2025-03-21T17:42:46.349Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3397 | 2025-03-21T17:42:46.449Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3398 | 2025-03-21T17:42:47.203Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s |
3399 | 2025-03-21T17:42:47.392Z | |
3400 | 2025-03-21T17:42:47.392Z | info: running `cargo check --bins` on crdb-seed (158/196) |
3401 | 2025-03-21T17:42:48.016Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3402 | 2025-03-21T17:42:48.019Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3403 | 2025-03-21T17:42:48.117Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3404 | 2025-03-21T17:42:48.483Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s |
3405 | 2025-03-21T17:42:48.677Z | |
3406 | 2025-03-21T17:42:48.677Z | info: running `cargo check --bins` on db-dev (159/196) |
3407 | 2025-03-21T17:42:49.297Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3408 | 2025-03-21T17:42:49.300Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3409 | 2025-03-21T17:42:49.397Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3410 | 2025-03-21T17:42:50.151Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s |
3411 | 2025-03-21T17:42:50.354Z | |
3412 | 2025-03-21T17:42:50.354Z | info: running `cargo check --bins` on omicron-dev-lib (160/196) |
3413 | 2025-03-21T17:42:50.977Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3414 | 2025-03-21T17:42:50.981Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3415 | 2025-03-21T17:42:50.981Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3416 | 2025-03-21T17:42:50.983Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
3417 | 2025-03-21T17:42:51.067Z | |
3418 | 2025-03-21T17:42:51.067Z | info: running `cargo check --bins` on xtask-downloader (161/196) |
3419 | 2025-03-21T17:42:51.637Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3420 | 2025-03-21T17:42:51.642Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3421 | 2025-03-21T17:42:51.720Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3422 | 2025-03-21T17:42:52.570Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.49s |
3423 | 2025-03-21T17:42:52.745Z | |
3424 | 2025-03-21T17:42:52.745Z | info: running `cargo check --bins` on omicron-ls-apis (162/196) |
3425 | 2025-03-21T17:42:53.319Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3426 | 2025-03-21T17:42:53.322Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3427 | 2025-03-21T17:42:53.405Z | Checking cargo-platform v0.1.8 |
3428 | 2025-03-21T17:42:53.684Z | Checking cargo_metadata v0.19.2 |
3429 | 2025-03-21T17:42:54.667Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
3430 | 2025-03-21T17:42:55.482Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.73s |
3431 | 2025-03-21T17:42:55.666Z | |
3432 | 2025-03-21T17:42:55.666Z | info: running `cargo check --bins` on mgs-dev (163/196) |
3433 | 2025-03-21T17:42:56.318Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3434 | 2025-03-21T17:42:56.321Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3435 | 2025-03-21T17:42:56.445Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3436 | 2025-03-21T17:42:57.894Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3437 | 2025-03-21T17:42:58.445Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3438 | 2025-03-21T17:42:58.992Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.32s |
3439 | 2025-03-21T17:42:59.192Z | |
3440 | 2025-03-21T17:42:59.192Z | info: running `cargo check --bins` on omicron-omdb (164/196) |
3441 | 2025-03-21T17:42:59.876Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3442 | 2025-03-21T17:42:59.879Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3443 | 2025-03-21T17:43:00.045Z | Compiling crunchy v0.2.2 |
3444 | 2025-03-21T17:43:00.045Z | Compiling tiny-keccak v2.0.2 |
3445 | 2025-03-21T17:43:00.050Z | Compiling dsl_auto_type v0.1.2 |
3446 | 2025-03-21T17:43:00.050Z | Checking scheduled-thread-pool v0.2.7 |
3447 | 2025-03-21T17:43:00.050Z | Compiling diesel_table_macro_syntax v0.2.0 |
3448 | 2025-03-21T17:43:00.050Z | Compiling bit-vec v0.6.3 |
3449 | 2025-03-21T17:43:00.195Z | Compiling ascii-canvas v3.0.0 |
3450 | 2025-03-21T17:43:00.208Z | Compiling ena v0.14.3 |
3451 | 2025-03-21T17:43:00.431Z | Checking r2d2 v0.8.10 |
3452 | 2025-03-21T17:43:00.482Z | Compiling diff v0.1.13 |
3453 | 2025-03-21T17:43:00.572Z | Compiling bit-set v0.5.3 |
3454 | 2025-03-21T17:43:00.615Z | Compiling bindgen v0.71.1 |
3455 | 2025-03-21T17:43:00.652Z | Compiling regex-syntax v0.6.29 |
3456 | 2025-03-21T17:43:00.717Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3457 | 2025-03-21T17:43:00.756Z | Compiling rustc-hash v2.1.1 |
3458 | 2025-03-21T17:43:00.859Z | Compiling ref-cast v1.0.23 |
3459 | 2025-03-21T17:43:00.960Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3460 | 2025-03-21T17:43:00.970Z | Compiling derive_builder_core v0.20.2 |
3461 | 2025-03-21T17:43:00.989Z | Compiling libxml v0.3.3 |
3462 | 2025-03-21T17:43:01.251Z | Compiling ref-cast-impl v1.0.23 |
3463 | 2025-03-21T17:43:01.372Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3464 | 2025-03-21T17:43:01.510Z | Compiling diesel_derives v2.2.3 |
3465 | 2025-03-21T17:43:01.533Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3466 | 2025-03-21T17:43:01.550Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
3467 | 2025-03-21T17:43:01.847Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3468 | 2025-03-21T17:43:01.868Z | Compiling strum_macros v0.24.3 |
3469 | 2025-03-21T17:43:02.216Z | Compiling indoc v1.0.9 |
3470 | 2025-03-21T17:43:03.067Z | Compiling derive_builder_macro v0.20.2 |
3471 | 2025-03-21T17:43:03.110Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
3472 | 2025-03-21T17:43:03.440Z | Compiling oso-derive v0.27.3 |
3473 | 2025-03-21T17:43:03.965Z | Compiling lalrpop v0.19.12 |
3474 | 2025-03-21T17:43:04.057Z | Checking derive_builder v0.20.2 |
3475 | 2025-03-21T17:43:04.227Z | Compiling impl-trait-for-tuples v0.2.2 |
3476 | 2025-03-21T17:43:04.439Z | Checking quick-xml v0.37.2 |
3477 | 2025-03-21T17:43:04.501Z | Compiling diesel-dtrace v0.4.2 |
3478 | 2025-03-21T17:43:04.823Z | Checking maplit v1.0.2 |
3479 | 2025-03-21T17:43:05.060Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3480 | 2025-03-21T17:43:05.089Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3481 | 2025-03-21T17:43:05.476Z | Checking bb8 v0.8.5 |
3482 | 2025-03-21T17:43:05.943Z | Checking io-lifetimes v1.0.11 |
3483 | 2025-03-21T17:43:05.969Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3484 | 2025-03-21T17:43:06.161Z | Checking rustix v0.37.28 |
3485 | 2025-03-21T17:43:06.297Z | Checking rand_seeder v0.3.0 |
3486 | 2025-03-21T17:43:06.536Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3487 | 2025-03-21T17:43:06.572Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3488 | 2025-03-21T17:43:06.680Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3489 | 2025-03-21T17:43:06.776Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3490 | 2025-03-21T17:43:07.119Z | Checking is_ci v1.2.0 |
3491 | 2025-03-21T17:43:07.144Z | Checking terminal_size v0.2.6 |
3492 | 2025-03-21T17:43:07.258Z | Checking unicode-linebreak v0.1.5 |
3493 | 2025-03-21T17:43:07.341Z | Checking smawk v0.3.2 |
3494 | 2025-03-21T17:43:07.556Z | Checking supports-color v3.0.2 |
3495 | 2025-03-21T17:43:07.710Z | Checking textwrap v0.16.1 |
3496 | 2025-03-21T17:43:07.807Z | Checking multimap v0.10.0 |
3497 | 2025-03-21T17:43:08.744Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3498 | 2025-03-21T17:43:10.520Z | Checking diesel v2.2.7 |
3499 | 2025-03-21T17:43:25.818Z | Compiling samael v0.0.18 |
3500 | 2025-03-21T17:43:42.639Z | Checking async-bb8-diesel v0.2.1 |
3501 | 2025-03-21T17:43:44.156Z | Compiling polar-core v0.27.3 |
3502 | 2025-03-21T17:43:51.385Z | Checking oso v0.27.3 |
3503 | 2025-03-21T17:44:52.487Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3504 | 2025-03-21T17:44:58.997Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 59s |
3505 | 2025-03-21T17:44:59.211Z | |
3506 | 2025-03-21T17:44:59.212Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (165/196) |
3507 | 2025-03-21T17:44:59.847Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3508 | 2025-03-21T17:44:59.850Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3509 | 2025-03-21T17:44:59.850Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3510 | 2025-03-21T17:44:59.857Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
3511 | 2025-03-21T17:44:59.944Z | |
3512 | 2025-03-21T17:44:59.944Z | info: running `cargo check --bins` on nexus-saga-recovery (166/196) |
3513 | 2025-03-21T17:45:00.589Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3514 | 2025-03-21T17:45:00.593Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3515 | 2025-03-21T17:45:00.593Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3516 | 2025-03-21T17:45:00.596Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
3517 | 2025-03-21T17:45:00.685Z | |
3518 | 2025-03-21T17:45:00.685Z | info: running `cargo check --bins` on nexus-test-utils-macros (167/196) |
3519 | 2025-03-21T17:45:01.256Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3520 | 2025-03-21T17:45:01.259Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3521 | 2025-03-21T17:45:01.259Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3522 | 2025-03-21T17:45:01.262Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3523 | 2025-03-21T17:45:01.336Z | |
3524 | 2025-03-21T17:45:01.336Z | info: running `cargo check --bins` on omicron-nexus (168/196) |
3525 | 2025-03-21T17:45:02.015Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3526 | 2025-03-21T17:45:02.019Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3527 | 2025-03-21T17:45:02.200Z | Compiling libz-sys v1.1.20 |
3528 | 2025-03-21T17:45:02.204Z | Compiling libgit2-sys v0.17.0+1.8.1 |
3529 | 2025-03-21T17:45:02.334Z | Compiling vergen v8.3.2 |
3530 | 2025-03-21T17:45:02.337Z | Compiling cargo-platform v0.1.8 |
3531 | 2025-03-21T17:45:02.338Z | Compiling pin-project-internal v1.1.6 |
3532 | 2025-03-21T17:45:02.377Z | Compiling snafu-derive v0.8.5 |
3533 | 2025-03-21T17:45:02.381Z | Compiling rustls v0.21.12 |
3534 | 2025-03-21T17:45:02.412Z | Checking globset v0.4.15 |
3535 | 2025-03-21T17:45:02.653Z | Checking olpc-cjson v0.1.4 |
3536 | 2025-03-21T17:45:02.678Z | Compiling cargo_metadata v0.18.1 |
3537 | 2025-03-21T17:45:02.863Z | Checking sct v0.7.1 |
3538 | 2025-03-21T17:45:02.907Z | Checking rustls-webpki v0.101.7 |
3539 | 2025-03-21T17:45:02.928Z | Checking serde_plain v1.0.2 |
3540 | 2025-03-21T17:45:03.074Z | Checking typed-path v0.9.3 |
3541 | 2025-03-21T17:45:03.205Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
3542 | 2025-03-21T17:45:03.235Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3543 | 2025-03-21T17:45:03.525Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3544 | 2025-03-21T17:45:03.563Z | Checking parse-size v1.1.0 |
3545 | 2025-03-21T17:45:03.828Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3546 | 2025-03-21T17:45:03.882Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
3547 | 2025-03-21T17:45:04.802Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
3548 | 2025-03-21T17:45:04.805Z | Checking rustls-pemfile v1.0.4 |
3549 | 2025-03-21T17:45:04.846Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3550 | 2025-03-21T17:45:04.937Z | Checking pin-project v1.1.6 |
3551 | 2025-03-21T17:45:05.017Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3552 | 2025-03-21T17:45:05.087Z | Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
3553 | 2025-03-21T17:45:05.360Z | Checking twox-hash v2.1.0 |
3554 | 2025-03-21T17:45:05.417Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
3555 | 2025-03-21T17:45:05.569Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3556 | 2025-03-21T17:45:05.966Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3557 | 2025-03-21T17:45:06.531Z | Checking tokio-rustls v0.24.1 |
3558 | 2025-03-21T17:45:06.865Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3559 | 2025-03-21T17:45:07.095Z | Checking snafu v0.8.5 |
3560 | 2025-03-21T17:45:07.332Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3561 | 2025-03-21T17:45:07.352Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
3562 | 2025-03-21T17:45:07.556Z | Checking tough v0.19.0 |
3563 | 2025-03-21T17:45:07.574Z | Checking fatfs v0.3.6 |
3564 | 2025-03-21T17:45:07.637Z | Checking assert_matches v1.5.0 |
3565 | 2025-03-21T17:45:11.447Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
3566 | 2025-03-21T17:45:12.547Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3567 | 2025-03-21T17:45:14.115Z | Compiling git2 v0.19.0 |
3568 | 2025-03-21T17:45:18.197Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
3569 | 2025-03-21T17:46:25.968Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 24s |
3570 | 2025-03-21T17:46:26.200Z | |
3571 | 2025-03-21T17:46:26.200Z | info: running `cargo check --bins` on nexus-external-api (169/196) |
3572 | 2025-03-21T17:46:26.994Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3573 | 2025-03-21T17:46:27.063Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3574 | 2025-03-21T17:46:27.063Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3575 | 2025-03-21T17:46:27.063Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
3576 | 2025-03-21T17:46:27.063Z | |
3577 | 2025-03-21T17:46:27.063Z | info: running `cargo check --bins` on nexus-internal-api (170/196) |
3578 | 2025-03-21T17:46:27.575Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3579 | 2025-03-21T17:46:27.581Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3580 | 2025-03-21T17:46:27.581Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3581 | 2025-03-21T17:46:27.585Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3582 | 2025-03-21T17:46:27.672Z | |
3583 | 2025-03-21T17:46:27.673Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (171/196) |
3584 | 2025-03-21T17:46:28.307Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3585 | 2025-03-21T17:46:28.311Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3586 | 2025-03-21T17:46:28.311Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3587 | 2025-03-21T17:46:28.315Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
3588 | 2025-03-21T17:46:28.401Z | |
3589 | 2025-03-21T17:46:28.401Z | info: running `cargo check --bins` on nexus-networking (172/196) |
3590 | 2025-03-21T17:46:29.039Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3591 | 2025-03-21T17:46:29.043Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3592 | 2025-03-21T17:46:29.043Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3593 | 2025-03-21T17:46:29.047Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
3594 | 2025-03-21T17:46:29.133Z | |
3595 | 2025-03-21T17:46:29.133Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (173/196) |
3596 | 2025-03-21T17:46:29.787Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3597 | 2025-03-21T17:46:29.795Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3598 | 2025-03-21T17:46:29.795Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3599 | 2025-03-21T17:46:29.795Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
3600 | 2025-03-21T17:46:29.860Z | |
3601 | 2025-03-21T17:46:29.860Z | info: running `cargo check --bins` on nexus-reconfigurator-rendezvous (174/196) |
3602 | 2025-03-21T17:46:30.515Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3603 | 2025-03-21T17:46:30.526Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3604 | 2025-03-21T17:46:30.526Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3605 | 2025-03-21T17:46:30.526Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
3606 | 2025-03-21T17:46:30.605Z | |
3607 | 2025-03-21T17:46:30.605Z | info: running `cargo check --bins` on update-common (175/196) |
3608 | 2025-03-21T17:46:31.214Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3609 | 2025-03-21T17:46:31.218Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3610 | 2025-03-21T17:46:31.218Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3611 | 2025-03-21T17:46:31.221Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3612 | 2025-03-21T17:46:31.328Z | |
3613 | 2025-03-21T17:46:31.328Z | info: running `cargo check --bins` on omicron-dev (176/196) |
3614 | 2025-03-21T17:46:32.019Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3615 | 2025-03-21T17:46:32.027Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3616 | 2025-03-21T17:46:32.202Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3617 | 2025-03-21T17:46:32.205Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3618 | 2025-03-21T17:46:32.351Z | Checking diff v0.1.13 |
3619 | 2025-03-21T17:46:32.352Z | Checking yansi v1.0.1 |
3620 | 2025-03-21T17:46:32.366Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3621 | 2025-03-21T17:46:32.366Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3622 | 2025-03-21T17:46:32.748Z | Checking pretty_assertions v1.4.1 |
3623 | 2025-03-21T17:46:33.418Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3624 | 2025-03-21T17:47:00.667Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3625 | 2025-03-21T17:47:00.668Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3626 | 2025-03-21T17:47:00.672Z | Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
3627 | 2025-03-21T17:47:00.672Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3628 | 2025-03-21T17:47:00.673Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3629 | 2025-03-21T17:47:00.673Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3630 | 2025-03-21T17:47:01.486Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3631 | 2025-03-21T17:47:02.752Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3632 | 2025-03-21T17:47:45.211Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 13s |
3633 | 2025-03-21T17:47:45.450Z | |
3634 | 2025-03-21T17:47:45.451Z | info: running `cargo check --bins` on openapi-manager (177/196) |
3635 | 2025-03-21T17:47:46.094Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3636 | 2025-03-21T17:47:46.097Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3637 | 2025-03-21T17:47:46.221Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
3638 | 2025-03-21T17:47:46.224Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
3639 | 2025-03-21T17:47:46.224Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
3640 | 2025-03-21T17:47:46.360Z | Compiling proc-macro-error-attr2 v2.0.0 |
3641 | 2025-03-21T17:47:46.363Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3642 | 2025-03-21T17:47:46.375Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
3643 | 2025-03-21T17:47:46.405Z | Checking papergrid v0.14.0 |
3644 | 2025-03-21T17:47:46.420Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
3645 | 2025-03-21T17:47:46.590Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
3646 | 2025-03-21T17:47:46.720Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
3647 | 2025-03-21T17:47:46.987Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
3648 | 2025-03-21T17:47:47.066Z | Compiling proc-macro-error2 v2.0.1 |
3649 | 2025-03-21T17:47:47.709Z | Compiling tabled_derive v0.10.0 |
3650 | 2025-03-21T17:47:47.855Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3651 | 2025-03-21T17:47:48.074Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
3652 | 2025-03-21T17:47:48.132Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3653 | 2025-03-21T17:47:48.594Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
3654 | 2025-03-21T17:47:49.128Z | Checking heck v0.4.1 |
3655 | 2025-03-21T17:47:49.254Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3656 | 2025-03-21T17:47:49.351Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3657 | 2025-03-21T17:47:49.733Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
3658 | 2025-03-21T17:47:49.753Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
3659 | 2025-03-21T17:47:50.138Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
3660 | 2025-03-21T17:47:50.410Z | Checking tabled v0.18.0 |
3661 | 2025-03-21T17:47:50.476Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3662 | 2025-03-21T17:47:50.637Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3663 | 2025-03-21T17:47:50.701Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3664 | 2025-03-21T17:47:50.784Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
3665 | 2025-03-21T17:47:52.592Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3666 | 2025-03-21T17:47:52.596Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3667 | 2025-03-21T17:47:55.350Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3668 | 2025-03-21T17:47:56.922Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3669 | 2025-03-21T17:48:01.894Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3670 | 2025-03-21T17:48:01.894Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3671 | 2025-03-21T17:48:03.152Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3672 | 2025-03-21T17:48:04.576Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.11s |
3673 | 2025-03-21T17:48:05.374Z | |
3674 | 2025-03-21T17:48:05.374Z | info: running `cargo check --bins` on installinator-api (178/196) |
3675 | 2025-03-21T17:48:05.480Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3676 | 2025-03-21T17:48:05.516Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3677 | 2025-03-21T17:48:05.516Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3678 | 2025-03-21T17:48:05.516Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
3679 | 2025-03-21T17:48:05.522Z | |
3680 | 2025-03-21T17:48:05.523Z | info: running `cargo check --bins` on wicketd-api (179/196) |
3681 | 2025-03-21T17:48:06.139Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3682 | 2025-03-21T17:48:06.143Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3683 | 2025-03-21T17:48:06.143Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3684 | 2025-03-21T17:48:06.143Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
3685 | 2025-03-21T17:48:06.227Z | |
3686 | 2025-03-21T17:48:06.227Z | info: running `cargo check --bins` on omicron-pins (180/196) |
3687 | 2025-03-21T17:48:06.857Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3688 | 2025-03-21T17:48:06.878Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3689 | 2025-03-21T17:48:06.878Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3690 | 2025-03-21T17:48:06.878Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3691 | 2025-03-21T17:48:06.887Z | |
3692 | 2025-03-21T17:48:06.887Z | info: running `cargo check --bins` on reconfigurator-cli (181/196) |
3693 | 2025-03-21T17:48:07.524Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3694 | 2025-03-21T17:48:07.527Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3695 | 2025-03-21T17:48:07.644Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3696 | 2025-03-21T17:48:07.648Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3697 | 2025-03-21T17:48:07.648Z | Compiling petname v2.0.2 |
3698 | 2025-03-21T17:48:07.648Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
3699 | 2025-03-21T17:48:07.648Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3700 | 2025-03-21T17:48:07.648Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
3701 | 2025-03-21T17:48:07.760Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3702 | 2025-03-21T17:48:07.786Z | Checking sync-ptr v0.1.1 |
3703 | 2025-03-21T17:48:12.976Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3704 | 2025-03-21T17:48:13.582Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3705 | 2025-03-21T17:48:14.786Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
3706 | 2025-03-21T17:48:16.374Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.48s |
3707 | 2025-03-21T17:48:16.565Z | |
3708 | 2025-03-21T17:48:16.565Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (182/196) |
3709 | 2025-03-21T17:48:17.201Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3710 | 2025-03-21T17:48:17.204Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3711 | 2025-03-21T17:48:17.204Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3712 | 2025-03-21T17:48:17.208Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
3713 | 2025-03-21T17:48:17.294Z | |
3714 | 2025-03-21T17:48:17.294Z | info: running `cargo check --bins` on omicron-releng (183/196) |
3715 | 2025-03-21T17:48:17.892Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3716 | 2025-03-21T17:48:17.895Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3717 | 2025-03-21T17:48:17.983Z | Checking memmap2 v0.9.5 |
3718 | 2025-03-21T17:48:17.983Z | Checking constant_time_eq v0.3.1 |
3719 | 2025-03-21T17:48:17.983Z | Checking arrayvec v0.7.6 |
3720 | 2025-03-21T17:48:17.986Z | Checking arrayref v0.3.9 |
3721 | 2025-03-21T17:48:17.986Z | Checking topological-sort v0.2.2 |
3722 | 2025-03-21T17:48:17.986Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
3723 | 2025-03-21T17:48:17.986Z | Checking shell-words v1.1.0 |
3724 | 2025-03-21T17:48:18.374Z | Checking blake3 v1.5.4 |
3725 | 2025-03-21T17:48:18.707Z | Checking omicron-zone-package v0.12.0 |
3726 | 2025-03-21T17:48:19.827Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3727 | 2025-03-21T17:48:20.679Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.37s |
3728 | 2025-03-21T17:48:20.866Z | |
3729 | 2025-03-21T17:48:20.866Z | info: running `cargo check --bins` on xtask (184/196) |
3730 | 2025-03-21T17:48:21.325Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3731 | 2025-03-21T17:48:21.328Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3732 | 2025-03-21T17:48:21.343Z | Checking bitflags v2.6.0 |
3733 | 2025-03-21T17:48:21.346Z | Checking serde v1.0.218 |
3734 | 2025-03-21T17:48:21.346Z | Checking thiserror v1.0.69 |
3735 | 2025-03-21T17:48:21.440Z | Checking scroll v0.12.0 |
3736 | 2025-03-21T17:48:21.448Z | Checking hashbrown v0.15.1 |
3737 | 2025-03-21T17:48:21.451Z | Checking log v0.4.22 |
3738 | 2025-03-21T17:48:21.451Z | Checking zerocopy v0.7.35 |
3739 | 2025-03-21T17:48:21.487Z | Checking syn v2.0.98 |
3740 | 2025-03-21T17:48:21.545Z | Checking pest v2.7.14 |
3741 | 2025-03-21T17:48:21.666Z | Checking rustix v0.38.37 |
3742 | 2025-03-21T17:48:21.705Z | Checking once_cell v1.20.3 |
3743 | 2025-03-21T17:48:21.869Z | Checking goblin v0.8.2 |
3744 | 2025-03-21T17:48:22.001Z | Checking thiserror v2.0.11 |
3745 | 2025-03-21T17:48:22.181Z | Checking fs-err v2.11.0 |
3746 | 2025-03-21T17:48:22.439Z | Checking indexmap v2.7.1 |
3747 | 2025-03-21T17:48:22.509Z | Checking anyhow v1.0.97 |
3748 | 2025-03-21T17:48:22.709Z | Checking tabled v0.15.0 |
3749 | 2025-03-21T17:48:23.247Z | Checking terminal_size v0.4.0 |
3750 | 2025-03-21T17:48:23.247Z | Checking tempfile v3.13.0 |
3751 | 2025-03-21T17:48:23.423Z | Checking clap_builder v4.5.31 |
3752 | 2025-03-21T17:48:24.169Z | Checking dtrace-parser v0.2.0 |
3753 | 2025-03-21T17:48:25.121Z | Checking serde_json v1.0.139 |
3754 | 2025-03-21T17:48:25.121Z | Checking serde_spanned v0.6.8 |
3755 | 2025-03-21T17:48:25.121Z | Checking toml_datetime v0.6.8 |
3756 | 2025-03-21T17:48:25.124Z | Checking camino v1.1.9 |
3757 | 2025-03-21T17:48:25.124Z | Checking semver v1.0.25 |
3758 | 2025-03-21T17:48:25.370Z | Checking cargo-platform v0.1.8 |
3759 | 2025-03-21T17:48:25.455Z | Checking toml_edit v0.22.24 |
3760 | 2025-03-21T17:48:25.616Z | Checking macaddr v1.0.1 |
3761 | 2025-03-21T17:48:25.666Z | Checking camino-tempfile v1.1.1 |
3762 | 2025-03-21T17:48:25.696Z | Checking clap v4.5.31 |
3763 | 2025-03-21T17:48:26.377Z | Checking cargo_metadata v0.19.2 |
3764 | 2025-03-21T17:48:26.495Z | Checking dof v0.3.0 |
3765 | 2025-03-21T17:48:26.900Z | Checking usdt-impl v0.5.0 |
3766 | 2025-03-21T17:48:27.269Z | Checking usdt v0.5.0 |
3767 | 2025-03-21T17:48:27.361Z | Checking toml v0.8.20 |
3768 | 2025-03-21T17:48:27.815Z | Checking cargo_toml v0.21.0 |
3769 | 2025-03-21T17:48:28.962Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3770 | 2025-03-21T17:48:29.605Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.73s |
3771 | 2025-03-21T17:48:29.715Z | |
3772 | 2025-03-21T17:48:29.715Z | info: running `cargo check --bins` on end-to-end-tests (185/196) |
3773 | 2025-03-21T17:48:30.404Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3774 | 2025-03-21T17:48:30.408Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3775 | 2025-03-21T17:48:30.548Z | Checking polyval v0.6.2 |
3776 | 2025-03-21T17:48:30.553Z | Checking ctr v0.9.2 |
3777 | 2025-03-21T17:48:30.682Z | Checking ssh-encoding v0.2.0 |
3778 | 2025-03-21T17:48:30.685Z | Checking blowfish v0.9.1 |
3779 | 2025-03-21T17:48:30.706Z | Checking password-hash v0.4.2 |
3780 | 2025-03-21T17:48:30.720Z | Checking p256 v0.13.2 |
3781 | 2025-03-21T17:48:30.724Z | Checking p521 v0.13.3 |
3782 | 2025-03-21T17:48:30.724Z | Checking russh-cryptovec v0.7.3 |
3783 | 2025-03-21T17:48:30.888Z | Checking ghash v0.5.1 |
3784 | 2025-03-21T17:48:30.907Z | Checking bcrypt-pbkdf v0.10.0 |
3785 | 2025-03-21T17:48:30.927Z | Checking md5 v0.7.0 |
3786 | 2025-03-21T17:48:30.980Z | Checking num-bigint v0.4.6 |
3787 | 2025-03-21T17:48:31.010Z | Checking des v0.8.1 |
3788 | 2025-03-21T17:48:31.060Z | Checking aes-gcm v0.10.3 |
3789 | 2025-03-21T17:48:31.081Z | Checking pbkdf2 v0.11.0 |
3790 | 2025-03-21T17:48:31.163Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
3791 | 2025-03-21T17:48:31.192Z | Checking hex-literal v0.4.1 |
3792 | 2025-03-21T17:48:31.227Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3793 | 2025-03-21T17:48:31.273Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3794 | 2025-03-21T17:48:31.293Z | Checking ssh-cipher v0.2.0 |
3795 | 2025-03-21T17:48:31.333Z | Checking internet-checksum v0.2.1 |
3796 | 2025-03-21T17:48:31.586Z | Checking ssh-key v0.6.6 |
3797 | 2025-03-21T17:48:31.795Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
3798 | 2025-03-21T17:48:32.703Z | Checking russh-keys v0.45.0 |
3799 | 2025-03-21T17:48:33.538Z | Checking russh v0.45.0 |
3800 | 2025-03-21T17:48:51.679Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3801 | 2025-03-21T17:48:53.050Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.32s |
3802 | 2025-03-21T17:48:53.281Z | |
3803 | 2025-03-21T17:48:53.281Z | info: running `cargo check --bins` on gateway-cli (186/196) |
3804 | 2025-03-21T17:48:54.066Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3805 | 2025-03-21T17:48:54.210Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3806 | 2025-03-21T17:48:54.210Z | Checking termios v0.3.3 |
3807 | 2025-03-21T17:48:54.287Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3808 | 2025-03-21T17:48:55.035Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.74s |
3809 | 2025-03-21T17:48:55.229Z | |
3810 | 2025-03-21T17:48:55.229Z | info: running `cargo check --bins --no-default-features` on installinator (187/196) |
3811 | 2025-03-21T17:48:55.861Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3812 | 2025-03-21T17:48:55.865Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3813 | 2025-03-21T17:48:55.976Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3814 | 2025-03-21T17:48:55.976Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3815 | 2025-03-21T17:48:55.980Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3816 | 2025-03-21T17:48:55.981Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3817 | 2025-03-21T17:48:57.008Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3818 | 2025-03-21T17:48:58.218Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3819 | 2025-03-21T17:48:59.988Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.75s |
3820 | 2025-03-21T17:49:00.201Z | |
3821 | 2025-03-21T17:49:00.201Z | info: running `cargo check --bins` on internal-dns-cli (188/196) |
3822 | 2025-03-21T17:49:00.807Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3823 | 2025-03-21T17:49:00.813Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3824 | 2025-03-21T17:49:00.898Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3825 | 2025-03-21T17:49:01.378Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.17s |
3826 | 2025-03-21T17:49:01.578Z | |
3827 | 2025-03-21T17:49:01.578Z | info: running `cargo check --bins` on omicron-live-tests (189/196) |
3828 | 2025-03-21T17:49:02.167Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3829 | 2025-03-21T17:49:02.170Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3830 | 2025-03-21T17:49:02.170Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3831 | 2025-03-21T17:49:02.173Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3832 | 2025-03-21T17:49:02.249Z | |
3833 | 2025-03-21T17:49:02.249Z | info: running `cargo check --bins` on live-tests-macros (190/196) |
3834 | 2025-03-21T17:49:02.836Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3835 | 2025-03-21T17:49:02.841Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3836 | 2025-03-21T17:49:02.841Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3837 | 2025-03-21T17:49:02.841Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3838 | 2025-03-21T17:49:02.915Z | |
3839 | 2025-03-21T17:49:02.915Z | info: running `cargo check --bins` on omicron-package (191/196) |
3840 | 2025-03-21T17:49:03.533Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3841 | 2025-03-21T17:49:03.536Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3842 | 2025-03-21T17:49:03.637Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3843 | 2025-03-21T17:49:05.011Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.09s |
3844 | 2025-03-21T17:49:05.228Z | |
3845 | 2025-03-21T17:49:05.228Z | info: running `cargo check --bins` on wicket-dbg (192/196) |
3846 | 2025-03-21T17:49:05.885Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3847 | 2025-03-21T17:49:05.893Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3848 | 2025-03-21T17:49:06.004Z | Checking rtoolbox v0.0.2 |
3849 | 2025-03-21T17:49:06.007Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3850 | 2025-03-21T17:49:06.007Z | Checking tui-tree-widget v0.23.0 |
3851 | 2025-03-21T17:49:06.257Z | Checking rpassword v7.3.1 |
3852 | 2025-03-21T17:49:10.984Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3853 | 2025-03-21T17:49:17.525Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3854 | 2025-03-21T17:49:17.650Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.72s |
3855 | 2025-03-21T17:49:17.650Z | |
3856 | 2025-03-21T17:49:17.650Z | info: running `cargo check --bins` on wicket (193/196) |
3857 | 2025-03-21T17:49:17.650Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3858 | 2025-03-21T17:49:17.650Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3859 | 2025-03-21T17:49:17.650Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3860 | 2025-03-21T17:49:17.650Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.17s |
3861 | 2025-03-21T17:49:17.650Z | |
3862 | 2025-03-21T17:49:17.650Z | info: running `cargo check --bins` on wicketd (194/196) |
3863 | 2025-03-21T17:49:17.722Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3864 | 2025-03-21T17:49:17.722Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3865 | 2025-03-21T17:49:17.722Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3866 | 2025-03-21T17:49:17.722Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3867 | 2025-03-21T17:49:18.178Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3868 | 2025-03-21T17:49:22.094Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.52s |
3869 | 2025-03-21T17:49:22.303Z | |
3870 | 2025-03-21T17:49:22.303Z | info: running `cargo check --bins` on omicron-workspace-hack (195/196) |
3871 | 2025-03-21T17:49:22.888Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3872 | 2025-03-21T17:49:22.892Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3873 | 2025-03-21T17:49:22.892Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3874 | 2025-03-21T17:49:22.896Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3875 | 2025-03-21T17:49:22.984Z | |
3876 | 2025-03-21T17:49:22.984Z | info: running `cargo check --bins` on zone-setup (196/196) |
3877 | 2025-03-21T17:49:23.602Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3878 | 2025-03-21T17:49:23.605Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3879 | 2025-03-21T17:49:23.709Z | Checking uzers v0.12.1 |
3880 | 2025-03-21T17:49:24.058Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3881 | 2025-03-21T17:49:25.011Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.03s |
3882 | 2025-03-21T17:49:25.225Z | |
3883 | 2025-03-21T17:49:25.225Z | real 14:10.071733423 |
3884 | 2025-03-21T17:49:25.225Z | user 28:31.676363565 |
3885 | 2025-03-21T17:49:25.225Z | sys 4:23.341008423 |
3886 | 2025-03-21T17:49:25.225Z | trap 0.595001516 |
3887 | 2025-03-21T17:49:25.228Z | tflt 0.624219009 |
3888 | 2025-03-21T17:49:25.228Z | dflt 2.054720964 |
3889 | 2025-03-21T17:49:25.229Z | kflt 0.000946478 |
3890 | 2025-03-21T17:49:25.229Z | lock 49:37.729077123 |
3891 | 2025-03-21T17:49:25.229Z | slp 2:17:28.029123122 |
3892 | 2025-03-21T17:49:25.229Z | lat 1:09.521866917 |
3893 | 2025-03-21T17:49:25.229Z | stop 4:09.645589379 |
3894 | 2025-03-21T17:49:25.229Z | process exited: duration 1187362 ms, exit code 0 |
|
3895 | 2025-03-21T17:49:25.235Z | found 0 output files |