|
|
|
1 | 2025-03-07T21:33:39.018Z | job assigned to worker 01JNS8D2YP3G18XZJAXQZ97DYV [factory aws, i-0399637176c5d693c] (queued for 48 s) |
|
2 | 2025-03-07T21:33:46.844Z | starting task 0: "setup" |
3 | 2025-03-07T21:33:46.849Z | ++ uname -s |
4 | 2025-03-07T21:33:46.855Z | + kern=SunOS |
5 | 2025-03-07T21:33:46.856Z | + build_user=build |
6 | 2025-03-07T21:33:46.856Z | + build_uid=12345 |
7 | 2025-03-07T21:33:46.856Z | + work_dir=/work |
8 | 2025-03-07T21:33:46.856Z | + input_dir=/input |
9 | 2025-03-07T21:33:46.857Z | + [[ 0 == 12345 ]] |
10 | 2025-03-07T21:33:46.857Z | + case "$kern" in |
11 | 2025-03-07T21:33:46.857Z | + groupadd -g 12345 build |
12 | 2025-03-07T21:33:46.857Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-03-07T21:33:48.861Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-03-07T21:33:48.976Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-03-07T21:33:48.982Z | + home_fs=zfs |
16 | 2025-03-07T21:33:48.982Z | + [[ zfs == autofs ]] |
17 | 2025-03-07T21:33:48.982Z | + mkdir -p /home/build |
18 | 2025-03-07T21:33:48.985Z | + chown build:build /home/build /work |
19 | 2025-03-07T21:33:50.984Z | + chmod 0700 /home/build /work |
20 | 2025-03-07T21:33:50.987Z | process exited: duration 4145 ms, exit code 0 |
|
21 | 2025-03-07T21:33:50.993Z | starting task 1: "rust-toolchain" |
22 | 2025-03-07T21:33:50.999Z | + printf ' * rust toolchain channel = "%s"\n' 1.85.0 |
23 | 2025-03-07T21:33:50.999Z | * rust toolchain channel = "1.85.0" |
24 | 2025-03-07T21:33:50.999Z | * rust toolchain profile = "default" |
25 | 2025-03-07T21:33:50.999Z | + printf ' * rust toolchain profile = "%s"\n' default |
26 | 2025-03-07T21:33:50.999Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-03-07T21:33:50.999Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-03-07T21:33:51.003Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-03-07T21:33:51.003Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default |
30 | 2025-03-07T21:33:51.127Z | info: downloading installer |
31 | 2025-03-07T21:33:52.526Z | warn: It looks like you have an existing installation of Rust at: |
32 | 2025-03-07T21:33:52.526Z | warn: /opt/ooce/bin |
33 | 2025-03-07T21:33:52.526Z | warn: It is recommended that rustup be the primary Rust installation. |
34 | 2025-03-07T21:33:52.526Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
35 | 2025-03-07T21:33:52.526Z | warn: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-03-07T21:33:52.526Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-03-07T21:33:52.526Z | warn: or pass `-y' to ignore all ignorable checks. |
38 | 2025-03-07T21:33:52.526Z | error: cannot install while Rust is installed |
39 | 2025-03-07T21:33:52.526Z | warn: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-03-07T21:33:52.562Z | info: profile set to 'default' |
41 | 2025-03-07T21:33:52.563Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-03-07T21:33:52.566Z | info: syncing channel updates for '1.85.0-x86_64-unknown-illumos' |
43 | 2025-03-07T21:33:52.727Z | info: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17) |
44 | 2025-03-07T21:33:52.727Z | info: downloading component 'cargo' |
45 | 2025-03-07T21:33:53.497Z | info: downloading component 'clippy' |
46 | 2025-03-07T21:33:53.930Z | info: downloading component 'rust-docs' |
47 | 2025-03-07T21:33:55.295Z | info: downloading component 'rust-std' |
48 | 2025-03-07T21:33:57.267Z | info: downloading component 'rustc' |
49 | 2025-03-07T21:34:04.271Z | info: downloading component 'rustfmt' |
50 | 2025-03-07T21:34:04.571Z | info: installing component 'cargo' |
51 | 2025-03-07T21:34:05.408Z | info: installing component 'clippy' |
52 | 2025-03-07T21:34:05.805Z | info: installing component 'rust-docs' |
53 | 2025-03-07T21:34:07.593Z | info: installing component 'rust-std' |
54 | 2025-03-07T21:34:09.454Z | info: installing component 'rustc' |
55 | 2025-03-07T21:34:15.462Z | info: installing component 'rustfmt' |
56 | 2025-03-07T21:34:15.793Z | info: default toolchain set to '1.85.0-x86_64-unknown-illumos' |
57 | 2025-03-07T21:34:15.793Z | |
58 | 2025-03-07T21:34:16.156Z | 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17) |
59 | 2025-03-07T21:34:16.156Z | |
60 | 2025-03-07T21:34:16.159Z | |
61 | 2025-03-07T21:34:16.159Z | Rust is installed now. Great! |
62 | 2025-03-07T21:34:16.159Z | |
63 | 2025-03-07T21:34:16.159Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-03-07T21:34:16.159Z | environment variable. This has not been done automatically. |
65 | 2025-03-07T21:34:16.159Z | |
66 | 2025-03-07T21:34:16.159Z | To configure your current shell, you need to source |
67 | 2025-03-07T21:34:16.159Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-03-07T21:34:16.159Z | |
69 | 2025-03-07T21:34:16.159Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-03-07T21:34:16.159Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-03-07T21:34:16.159Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-03-07T21:34:16.159Z | source "$HOME/.cargo/env.nu" # For nushell |
73 | 2025-03-07T21:34:16.234Z | + rustup --version |
74 | 2025-03-07T21:34:16.245Z | rustup 1.28.1 (f9edccde0 2025-03-05) |
75 | 2025-03-07T21:34:16.249Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
76 | 2025-03-07T21:34:16.274Z | info: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)` |
77 | 2025-03-07T21:34:16.277Z | + cargo --version |
78 | 2025-03-07T21:34:16.296Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
79 | 2025-03-07T21:34:16.299Z | + rustc --version |
80 | 2025-03-07T21:34:16.325Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
81 | 2025-03-07T21:34:16.329Z | process exited: duration 25331 ms, exit code 0 |
|
82 | 2025-03-07T21:34:16.335Z | starting task 2: "authentication" |
83 | 2025-03-07T21:34:16.357Z | process exited: duration 21 ms, exit code 0 |
|
84 | 2025-03-07T21:34:16.363Z | starting task 3: "clone repository" |
85 | 2025-03-07T21:34:16.367Z | + mkdir -p /work/oxidecomputer/omicron |
86 | 2025-03-07T21:34:16.371Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
87 | 2025-03-07T21:34:16.516Z | Cloning into '/work/oxidecomputer/omicron'... |
88 | 2025-03-07T21:34:25.062Z | + cd /work/oxidecomputer/omicron |
89 | 2025-03-07T21:34:25.063Z | + git fetch origin f5526efc6179e8c0432bd5f59334613857389061 |
90 | 2025-03-07T21:34:25.387Z | From https://github.com/oxidecomputer/omicron |
91 | 2025-03-07T21:34:25.387Z | * branch f5526efc6179e8c0432bd5f59334613857389061 -> FETCH_HEAD |
92 | 2025-03-07T21:34:25.399Z | + [[ -n fix-boolean-logic ]] |
93 | 2025-03-07T21:34:25.402Z | ++ git branch --show-current |
94 | 2025-03-07T21:34:25.405Z | + current=main |
95 | 2025-03-07T21:34:25.405Z | + [[ main != fix-boolean-logic ]] |
96 | 2025-03-07T21:34:25.405Z | + git branch -f fix-boolean-logic f5526efc6179e8c0432bd5f59334613857389061 |
97 | 2025-03-07T21:34:25.407Z | + git checkout -f fix-boolean-logic |
98 | 2025-03-07T21:34:25.600Z | Switched to branch 'fix-boolean-logic' |
99 | 2025-03-07T21:34:25.603Z | + git reset --hard f5526efc6179e8c0432bd5f59334613857389061 |
100 | 2025-03-07T21:34:25.617Z | HEAD is now at f5526efc6 Fix logging too |
101 | 2025-03-07T21:34:25.619Z | process exited: duration 9253 ms, exit code 0 |
|
102 | 2025-03-07T21:34:25.625Z | starting task 4: "build" |
103 | 2025-03-07T21:34:25.631Z | + source .github/buildomat/ci-env.sh |
104 | 2025-03-07T21:34:25.631Z | ++ export CARGO_TERM_COLOR=always |
105 | 2025-03-07T21:34:25.631Z | ++ CARGO_TERM_COLOR=always |
106 | 2025-03-07T21:34:25.631Z | + cargo --version |
107 | 2025-03-07T21:34:25.689Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
108 | 2025-03-07T21:34:25.692Z | + rustc --version |
109 | 2025-03-07T21:34:25.762Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
110 | 2025-03-07T21:34:25.766Z | + source ./env.sh |
111 | 2025-03-07T21:34:25.770Z | ++ OLD_SHELL_OPTS=ehxB |
112 | 2025-03-07T21:34:25.770Z | ++ set -o xtrace |
113 | 2025-03-07T21:34:25.770Z | ++++ dirname ./env.sh |
114 | 2025-03-07T21:34:25.773Z | +++ readlink -f . |
115 | 2025-03-07T21:34:25.776Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
116 | 2025-03-07T21:34:25.776Z | ++ 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-07T21:34:25.777Z | ++ 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-07T21:34:25.777Z | ++ 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-07T21:34:25.777Z | ++ 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-07T21:34:25.777Z | ++ 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-07T21:34:25.777Z | ++ 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-07T21:34:25.777Z | ++ 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-07T21:34:25.777Z | ++ 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-07T21:34:25.777Z | ++ case $OLD_SHELL_OPTS in |
125 | 2025-03-07T21:34:25.777Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
126 | 2025-03-07T21:34:25.777Z | + 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-07T21:34:25.777Z | + 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-07T21:34:25.777Z | + banner prerequisites |
129 | 2025-03-07T21:34:25.780Z | |
130 | 2025-03-07T21:34:25.780Z | ##### ##### ###### ##### ###### #### # # # #### # |
131 | 2025-03-07T21:34:25.780Z | # # # # # # # # # # # # # # # |
132 | 2025-03-07T21:34:25.780Z | # # # # ##### # # ##### # # # # # #### # |
133 | 2025-03-07T21:34:25.780Z | ##### ##### # ##### # # # # # # # # # |
134 | 2025-03-07T21:34:25.781Z | # # # # # # # # # # # # # # # |
135 | 2025-03-07T21:34:25.781Z | # # # ###### # # ###### ### # #### # #### # |
136 | 2025-03-07T21:34:25.781Z | |
137 | 2025-03-07T21:34:25.781Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
138 | 2025-03-07T21:34:28.236Z | pkg list: illegal option -- F |
139 | 2025-03-07T21:34:28.236Z | Usage: |
140 | 2025-03-07T21:34:28.239Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
141 | 2025-03-07T21:34:28.239Z | [pkg_fmri_pattern ...] |
142 | 2025-03-07T21:34:29.106Z | pkg list: illegal option -- F |
143 | 2025-03-07T21:34:29.106Z | Usage: |
144 | 2025-03-07T21:34:29.106Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
145 | 2025-03-07T21:34:29.106Z | [pkg_fmri_pattern ...] |
146 | 2025-03-07T21:34:37.231Z | Startup: Refreshing catalog 'helios-dev' ... Done |
147 | 2025-03-07T21:34:41.706Z | Startup: Caching catalogs ... Done |
148 | 2025-03-07T21:34:55.407Z | Planning: Solver setup ... Done (12.730s) |
149 | 2025-03-07T21:34:55.562Z | Planning: Running solver ... Done (0.156s) |
150 | 2025-03-07T21:34:55.774Z | Planning: Finding local manifests ... Done (0.094s) |
151 | 2025-03-07T21:34:55.787Z | Planning: Fetching manifests: 0/7 0% complete |
152 | 2025-03-07T21:34:56.551Z | Planning: Fetching manifests: 7/7 100% complete |
153 | 2025-03-07T21:34:56.804Z | Planning: Package planning ... Done (0.253s) |
154 | 2025-03-07T21:34:56.862Z | Planning: Merging actions ... Done (0.057s) |
155 | 2025-03-07T21:34:57.200Z | Planning: Checking for conflicting actions ... Done (0.338s) |
156 | 2025-03-07T21:34:59.733Z | Planning: Consolidating action changes ... Done (2.531s) |
157 | 2025-03-07T21:35:00.140Z | Planning: Evaluating mediators ... Done (0.407s) |
158 | 2025-03-07T21:35:00.223Z | Planning: Planning completed in 18.41 seconds |
159 | 2025-03-07T21:35:00.238Z | Packages to install: 4 |
160 | 2025-03-07T21:35:00.238Z | Packages to update: 3 |
161 | 2025-03-07T21:35:00.238Z | Mediators to change: 2 |
162 | 2025-03-07T21:35:00.238Z | Services to change: 1 |
163 | 2025-03-07T21:35:00.241Z | Estimated space available: 155.59 GB |
164 | 2025-03-07T21:35:00.241Z | Estimated space to be consumed: 1.66 GB |
165 | 2025-03-07T21:35:00.241Z | Create boot environment: No |
166 | 2025-03-07T21:35:00.241Z | Create backup boot environment: Yes |
167 | 2025-03-07T21:35:00.241Z | Rebuild boot archive: No |
168 | 2025-03-07T21:35:00.241Z | |
169 | 2025-03-07T21:35:00.241Z | Changed mediators: |
170 | 2025-03-07T21:35:00.241Z | mediator clang: |
171 | 2025-03-07T21:35:00.241Z | version: None -> 15 (system default) |
172 | 2025-03-07T21:35:00.241Z | |
173 | 2025-03-07T21:35:00.241Z | mediator llvm: |
174 | 2025-03-07T21:35:00.241Z | version: 14 (system default) -> 15 (system default) |
175 | 2025-03-07T21:35:00.241Z | |
176 | 2025-03-07T21:35:00.241Z | Changed packages: |
177 | 2025-03-07T21:35:00.241Z | helios-dev |
178 | 2025-03-07T21:35:00.241Z | developer/build-essential |
179 | 2025-03-07T21:35:00.241Z | None -> 11-2.0 |
180 | 2025-03-07T21:35:00.241Z | library/libxmlsec1 |
181 | 2025-03-07T21:35:00.241Z | None -> 1.2.35-2.0 |
182 | 2025-03-07T21:35:00.242Z | ooce/developer/clang-15 |
183 | 2025-03-07T21:35:00.242Z | None -> 15.0.7-2.0 |
184 | 2025-03-07T21:35:00.242Z | ooce/developer/llvm-15 |
185 | 2025-03-07T21:35:00.242Z | None -> 15.0.7-2.0 |
186 | 2025-03-07T21:35:00.242Z | package/pkg |
187 | 2025-03-07T21:35:00.242Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
188 | 2025-03-07T21:35:00.242Z | system/library/g++-runtime |
189 | 2025-03-07T21:35:00.242Z | 13-2.0 -> 14-2.0 |
190 | 2025-03-07T21:35:00.242Z | system/library/gcc-runtime |
191 | 2025-03-07T21:35:00.242Z | 13-2.0 -> 14-2.0 |
192 | 2025-03-07T21:35:00.242Z | |
193 | 2025-03-07T21:35:00.242Z | Services: |
194 | 2025-03-07T21:35:00.242Z | restart_fmri: |
195 | 2025-03-07T21:35:00.242Z | svc:/system/update-man-index:default |
196 | 2025-03-07T21:35:00.242Z | |
197 | 2025-03-07T21:35:00.242Z | Editable files to change: |
198 | 2025-03-07T21:35:00.242Z | Update: |
199 | 2025-03-07T21:35:00.242Z | usr/share/lib/pkg/web/config.shtml |
200 | 2025-03-07T21:35:00.481Z | |
201 | 2025-03-07T21:35:00.481Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
202 | 2025-03-07T21:35:05.493Z | Download: 462/4301 items 16.8/225.4MB 7% complete (3.7M/s) |
203 | 2025-03-07T21:35:10.501Z | Download: 1140/4301 items 44.4/225.4MB 19% complete (4.4M/s) |
204 | 2025-03-07T21:35:15.532Z | Download: 1256/4301 items 101.2/225.4MB 44% complete (8.4M/s) |
205 | 2025-03-07T21:35:20.539Z | Download: 1993/4301 items 118.7/225.4MB 52% complete (8.2M/s) |
206 | 2025-03-07T21:35:25.540Z | Download: 2548/4301 items 120.4/225.4MB 53% complete (2.0M/s) |
207 | 2025-03-07T21:35:30.711Z | Download: 3242/4301 items 201.6/225.4MB 89% complete (8.2M/s) |
208 | 2025-03-07T21:35:38.919Z | Download: 3246/4301 items 203.1/225.4MB 90% complete (8.2M/s) |
209 | 2025-03-07T21:35:43.926Z | Download: 3875/4301 items 217.7/225.4MB 96% complete (3.0M/s) |
210 | 2025-03-07T21:35:49.178Z | Download: 4207/4301 items 220.6/225.4MB 97% complete (2.2M/s) |
211 | 2025-03-07T21:35:56.589Z | Download: 4208/4301 items 220.6/225.4MB 97% complete (2.2M/s) |
212 | 2025-03-07T21:36:00.039Z | Download: Completed 225.42 MB in 59.55 seconds (3.8M/s) |
213 | 2025-03-07T21:36:02.267Z | Actions: 1/5122 actions (Removing old actions) |
214 | 2025-03-07T21:36:02.287Z | Actions: 194/5122 actions (Installing new actions) |
215 | 2025-03-07T21:36:07.343Z | Actions: 4251/5122 actions (Installing new actions) |
216 | 2025-03-07T21:36:07.346Z | Actions: 4267/5122 actions (Updating modified actions) |
217 | 2025-03-07T21:36:07.787Z | Actions: Completed 5122 actions in 5.52 seconds. |
218 | 2025-03-07T21:36:08.218Z | Done (0.422s) |
219 | 2025-03-07T21:36:08.221Z | Done (0.001s) |
220 | 2025-03-07T21:36:08.849Z | Done (0.629s) |
221 | 2025-03-07T21:36:13.739Z | Done (4.646s) |
222 | 2025-03-07T21:36:13.905Z | Done (0.090s) |
223 | 2025-03-07T21:36:13.908Z | Done (0.000s) |
224 | 2025-03-07T21:36:14.080Z | Done (0.000s) |
225 | 2025-03-07T21:36:14.822Z | Planning: Evaluating mediator changes ... Done |
226 | 2025-03-07T21:36:14.993Z | Planning: Checking for conflicting actions ... Done |
227 | 2025-03-07T21:36:14.998Z | Planning: Consolidating action changes ... Done |
228 | 2025-03-07T21:36:15.274Z | Planning: Evaluating mediators ... Done |
229 | 2025-03-07T21:36:15.277Z | Planning: Planning completed in 0.45 seconds |
230 | 2025-03-07T21:36:15.316Z | Mediators to change: 2 |
231 | 2025-03-07T21:36:15.316Z | Create boot environment: No |
232 | 2025-03-07T21:36:15.316Z | Create backup boot environment: No |
233 | 2025-03-07T21:36:15.401Z | Done |
234 | 2025-03-07T21:36:15.401Z | Done |
235 | 2025-03-07T21:36:15.831Z | Done |
236 | 2025-03-07T21:36:19.739Z | Done |
237 | 2025-03-07T21:36:19.839Z | Done |
238 | 2025-03-07T21:36:19.842Z | Done |
239 | 2025-03-07T21:36:20.044Z | Done |
240 | 2025-03-07T21:36:20.674Z | Planning: Evaluating mediator changes ... Done |
241 | 2025-03-07T21:36:20.677Z | Planning: Merging actions ... Done |
242 | 2025-03-07T21:36:20.869Z | Planning: Checking for conflicting actions ... Done |
243 | 2025-03-07T21:36:20.872Z | Planning: Consolidating action changes ... Done |
244 | 2025-03-07T21:36:21.143Z | Planning: Evaluating mediators ... Done |
245 | 2025-03-07T21:36:21.199Z | Planning: Planning completed in 0.77 seconds |
246 | 2025-03-07T21:36:21.239Z | Packages to change: 1 |
247 | 2025-03-07T21:36:21.239Z | Mediators to change: 1 |
248 | 2025-03-07T21:36:21.239Z | Services to change: 1 |
249 | 2025-03-07T21:36:21.239Z | Create boot environment: No |
250 | 2025-03-07T21:36:21.242Z | Create backup boot environment: Yes |
251 | 2025-03-07T21:36:23.537Z | Actions: 1/6 actions (Updating modified actions) |
252 | 2025-03-07T21:36:23.540Z | Actions: Completed 6 actions in 0.00 seconds. |
253 | 2025-03-07T21:36:23.540Z | Done |
254 | 2025-03-07T21:36:23.540Z | Done |
255 | 2025-03-07T21:36:23.666Z | Done |
256 | 2025-03-07T21:36:27.456Z | Done |
257 | 2025-03-07T21:36:27.554Z | Done |
258 | 2025-03-07T21:36:27.557Z | Done |
259 | 2025-03-07T21:36:27.693Z | Done |
260 | 2025-03-07T21:36:28.151Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
261 | 2025-03-07T21:36:28.151Z | clang system 15 system |
262 | 2025-03-07T21:36:28.151Z | csh system system illumos |
263 | 2025-03-07T21:36:28.151Z | ctags system system illumos |
264 | 2025-03-07T21:36:28.151Z | gcc vendor 12 vendor |
265 | 2025-03-07T21:36:28.151Z | gcc system 10 system |
266 | 2025-03-07T21:36:28.151Z | gcc system 7 system |
267 | 2025-03-07T21:36:28.151Z | go system 1.20 system |
268 | 2025-03-07T21:36:28.151Z | go system 1.19 system |
269 | 2025-03-07T21:36:28.151Z | llvm system 15 system |
270 | 2025-03-07T21:36:28.152Z | llvm system 14 system |
271 | 2025-03-07T21:36:28.152Z | mariadb system 10.6 system |
272 | 2025-03-07T21:36:28.152Z | mta vendor vendor dma |
273 | 2025-03-07T21:36:28.152Z | openjdk system 17 system |
274 | 2025-03-07T21:36:28.152Z | openjdk system 11 system |
275 | 2025-03-07T21:36:28.152Z | openjdk system 1.8 system |
276 | 2025-03-07T21:36:28.152Z | openssl vendor 3 vendor |
277 | 2025-03-07T21:36:28.152Z | perl system 5.36 system |
278 | 2025-03-07T21:36:28.152Z | postgresql system 15 system |
279 | 2025-03-07T21:36:28.152Z | postgresql system 13 system |
280 | 2025-03-07T21:36:28.152Z | python vendor 3 vendor |
281 | 2025-03-07T21:36:28.152Z | python system 2 system |
282 | 2025-03-07T21:36:28.152Z | python3 system 3.11 system |
283 | 2025-03-07T21:36:28.152Z | ruby system 3.0 system |
284 | 2025-03-07T21:36:28.152Z | words vendor vendor american-english |
285 | 2025-03-07T21:36:28.152Z | words system system australian-english |
286 | 2025-03-07T21:36:28.152Z | words system system british-english |
287 | 2025-03-07T21:36:28.152Z | words system system canadian-english |
288 | 2025-03-07T21:36:28.152Z | words system system french |
289 | 2025-03-07T21:36:28.152Z | words system system italian |
290 | 2025-03-07T21:36:28.152Z | words system system ngerman |
291 | 2025-03-07T21:36:28.152Z | words system system ogerman |
292 | 2025-03-07T21:36:28.152Z | words system system spanish |
293 | 2025-03-07T21:36:28.501Z | PUBLISHER TYPE STATUS P LOCATION |
294 | 2025-03-07T21:36:28.501Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
295 | 2025-03-07T21:36:31.661Z | FMRI IFO |
296 | 2025-03-07T21:36:31.661Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
297 | 2025-03-07T21:36:31.662Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
298 | 2025-03-07T21:36:31.662Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
299 | 2025-03-07T21:36:31.662Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
300 | 2025-03-07T21:36:31.662Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
301 | 2025-03-07T21:36:31.662Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
302 | 2025-03-07T21:36:31.662Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
303 | 2025-03-07T21:36:31.662Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
304 | 2025-03-07T21:36:31.662Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
305 | 2025-03-07T21:36:31.662Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
306 | 2025-03-07T21:36:31.662Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
307 | 2025-03-07T21:36:31.662Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
308 | 2025-03-07T21:36:31.662Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
309 | 2025-03-07T21:36:31.662Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
310 | 2025-03-07T21:36:31.662Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
311 | 2025-03-07T21:36:32.516Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
312 | 2025-03-07T21:36:32.811Z | Updating crates.io index |
313 | 2025-03-07T21:36:32.813Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
314 | 2025-03-07T21:36:33.351Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
315 | 2025-03-07T21:36:33.583Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
316 | 2025-03-07T21:36:33.854Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
317 | 2025-03-07T21:36:34.117Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
318 | 2025-03-07T21:36:35.270Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
319 | 2025-03-07T21:36:37.060Z | Updating git repository `https://github.com/oxidecomputer/opte` |
320 | 2025-03-07T21:36:37.746Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
321 | 2025-03-07T21:36:38.473Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
322 | 2025-03-07T21:36:38.745Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
323 | 2025-03-07T21:36:39.058Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
324 | 2025-03-07T21:36:39.570Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
325 | 2025-03-07T21:36:40.099Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
326 | 2025-03-07T21:36:40.398Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
327 | 2025-03-07T21:36:40.694Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
328 | 2025-03-07T21:36:40.946Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
329 | 2025-03-07T21:36:41.178Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
330 | 2025-03-07T21:36:41.407Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
331 | 2025-03-07T21:36:41.651Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
332 | 2025-03-07T21:36:41.957Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
333 | 2025-03-07T21:36:42.223Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
334 | 2025-03-07T21:36:42.531Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
335 | 2025-03-07T21:36:42.849Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
336 | 2025-03-07T21:36:43.176Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
337 | 2025-03-07T21:36:43.759Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
338 | 2025-03-07T21:36:44.009Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
339 | 2025-03-07T21:36:44.560Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
340 | 2025-03-07T21:36:44.938Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
341 | 2025-03-07T21:36:45.235Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
342 | 2025-03-07T21:36:45.491Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
343 | 2025-03-07T21:36:45.769Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
344 | 2025-03-07T21:36:47.317Z | Downloading crates ... |
345 | 2025-03-07T21:36:47.393Z | Downloaded anstyle-query v1.1.1 |
346 | 2025-03-07T21:36:47.397Z | Downloaded camino-tempfile v1.1.1 |
347 | 2025-03-07T21:36:47.406Z | Downloaded scroll_derive v0.12.0 |
348 | 2025-03-07T21:36:47.409Z | Downloaded dtrace-parser v0.2.0 |
349 | 2025-03-07T21:36:47.411Z | Downloaded zerocopy v0.7.35 |
350 | 2025-03-07T21:36:47.425Z | Downloaded zerocopy-derive v0.7.35 |
351 | 2025-03-07T21:36:47.430Z | Downloaded winnow v0.7.3 |
352 | 2025-03-07T21:36:47.439Z | Downloaded usdt-macro v0.5.0 |
353 | 2025-03-07T21:36:47.442Z | Downloaded equivalent v1.0.1 |
354 | 2025-03-07T21:36:47.446Z | Downloaded usdt-attr-macro v0.5.0 |
355 | 2025-03-07T21:36:47.449Z | Downloaded pretty-hex v0.4.1 |
356 | 2025-03-07T21:36:47.449Z | Downloaded anstyle-parse v0.2.5 |
357 | 2025-03-07T21:36:47.452Z | Downloaded anstream v0.6.15 |
358 | 2025-03-07T21:36:47.454Z | Downloaded colorchoice v1.0.2 |
359 | 2025-03-07T21:36:47.454Z | Downloaded cfg-if v1.0.0 |
360 | 2025-03-07T21:36:47.454Z | Downloaded autocfg v1.4.0 |
361 | 2025-03-07T21:36:47.457Z | Downloaded bytecount v0.6.8 |
362 | 2025-03-07T21:36:47.458Z | Downloaded cargo-platform v0.1.8 |
363 | 2025-03-07T21:36:47.460Z | Downloaded anstyle v1.0.10 |
364 | 2025-03-07T21:36:47.460Z | Downloaded byteorder v1.5.0 |
365 | 2025-03-07T21:36:47.464Z | Downloaded block-buffer v0.10.4 |
366 | 2025-03-07T21:36:47.464Z | Downloaded bitflags v1.3.2 |
367 | 2025-03-07T21:36:47.467Z | Downloaded terminal_size v0.4.0 |
368 | 2025-03-07T21:36:47.469Z | Downloaded thread-id v4.2.2 |
369 | 2025-03-07T21:36:47.469Z | Downloaded swrite v0.1.0 |
370 | 2025-03-07T21:36:47.472Z | Downloaded dof v0.3.0 |
371 | 2025-03-07T21:36:47.472Z | Downloaded errno v0.3.9 |
372 | 2025-03-07T21:36:47.472Z | Downloaded is_terminal_polyfill v1.70.1 |
373 | 2025-03-07T21:36:47.477Z | Downloaded thiserror-impl v1.0.69 |
374 | 2025-03-07T21:36:47.479Z | Downloaded toml_datetime v0.6.8 |
375 | 2025-03-07T21:36:47.479Z | Downloaded strsim v0.11.1 |
376 | 2025-03-07T21:36:47.482Z | Downloaded digest v0.10.7 |
377 | 2025-03-07T21:36:47.482Z | Downloaded cpufeatures v0.2.14 |
378 | 2025-03-07T21:36:47.485Z | Downloaded clap_lex v0.7.4 |
379 | 2025-03-07T21:36:47.488Z | Downloaded memmap v0.7.0 |
380 | 2025-03-07T21:36:47.491Z | Downloaded terminal_size v0.2.6 |
381 | 2025-03-07T21:36:47.491Z | Downloaded pest_generator v2.7.14 |
382 | 2025-03-07T21:36:47.494Z | Downloaded tabled_derive v0.7.0 |
383 | 2025-03-07T21:36:47.497Z | Downloaded proc-macro-error-attr v1.0.4 |
384 | 2025-03-07T21:36:47.500Z | Downloaded unicode-linebreak v0.1.5 |
385 | 2025-03-07T21:36:47.500Z | Downloaded utf8parse v0.2.2 |
386 | 2025-03-07T21:36:47.503Z | Downloaded fs-err v2.11.0 |
387 | 2025-03-07T21:36:47.503Z | Downloaded macaddr v1.0.1 |
388 | 2025-03-07T21:36:47.506Z | Downloaded heck v0.4.1 |
389 | 2025-03-07T21:36:47.506Z | Downloaded generic-array v0.14.7 |
390 | 2025-03-07T21:36:47.506Z | Downloaded fnv v1.0.7 |
391 | 2025-03-07T21:36:47.509Z | Downloaded fastrand v2.1.1 |
392 | 2025-03-07T21:36:47.509Z | Downloaded serde_spanned v0.6.8 |
393 | 2025-03-07T21:36:47.512Z | Downloaded itoa v1.0.11 |
394 | 2025-03-07T21:36:47.515Z | Downloaded thiserror v1.0.69 |
395 | 2025-03-07T21:36:47.519Z | Downloaded usdt v0.5.0 |
396 | 2025-03-07T21:36:47.522Z | Downloaded smawk v0.3.2 |
397 | 2025-03-07T21:36:47.522Z | Downloaded cargo_toml v0.21.0 |
398 | 2025-03-07T21:36:47.525Z | Downloaded plain v0.2.3 |
399 | 2025-03-07T21:36:47.529Z | Downloaded thiserror-impl v2.0.11 |
400 | 2025-03-07T21:36:47.538Z | Downloaded semver v1.0.25 |
401 | 2025-03-07T21:36:47.541Z | Downloaded scroll v0.12.0 |
402 | 2025-03-07T21:36:47.543Z | Downloaded quote v1.0.38 |
403 | 2025-03-07T21:36:47.547Z | Downloaded thiserror v2.0.11 |
404 | 2025-03-07T21:36:47.552Z | Downloaded serde_tokenstream v0.2.2 |
405 | 2025-03-07T21:36:47.555Z | Downloaded once_cell v1.20.3 |
406 | 2025-03-07T21:36:47.558Z | Downloaded crypto-common v0.1.6 |
407 | 2025-03-07T21:36:47.558Z | Downloaded cargo_metadata v0.19.2 |
408 | 2025-03-07T21:36:47.561Z | Downloaded version_check v0.9.5 |
409 | 2025-03-07T21:36:47.561Z | Downloaded tempfile v3.13.0 |
410 | 2025-03-07T21:36:47.564Z | Downloaded io-lifetimes v1.0.11 |
411 | 2025-03-07T21:36:47.568Z | Downloaded proc-macro-error v1.0.4 |
412 | 2025-03-07T21:36:47.571Z | Downloaded heck v0.5.0 |
413 | 2025-03-07T21:36:47.571Z | Downloaded usdt-impl v0.5.0 |
414 | 2025-03-07T21:36:47.571Z | Downloaded bitflags v2.6.0 |
415 | 2025-03-07T21:36:47.574Z | Downloaded pest_derive v2.7.14 |
416 | 2025-03-07T21:36:47.577Z | Downloaded clap_derive v4.5.28 |
417 | 2025-03-07T21:36:47.579Z | Downloaded sha2 v0.10.8 |
418 | 2025-03-07T21:36:47.582Z | Downloaded textwrap v0.16.1 |
419 | 2025-03-07T21:36:47.582Z | Downloaded anyhow v1.0.97 |
420 | 2025-03-07T21:36:47.586Z | Downloaded pest_meta v2.7.14 |
421 | 2025-03-07T21:36:47.592Z | Downloaded ryu v1.0.18 |
422 | 2025-03-07T21:36:47.596Z | Downloaded unicode-ident v1.0.14 |
423 | 2025-03-07T21:36:47.600Z | Downloaded ucd-trie v0.1.7 |
424 | 2025-03-07T21:36:47.603Z | Downloaded proc-macro2 v1.0.93 |
425 | 2025-03-07T21:36:47.605Z | Downloaded papergrid v0.11.0 |
426 | 2025-03-07T21:36:47.609Z | Downloaded typenum v1.17.0 |
427 | 2025-03-07T21:36:47.612Z | Downloaded toml v0.8.20 |
428 | 2025-03-07T21:36:47.615Z | Downloaded log v0.4.22 |
429 | 2025-03-07T21:36:47.618Z | Downloaded camino v1.1.9 |
430 | 2025-03-07T21:36:47.629Z | Downloaded serde_derive v1.0.218 |
431 | 2025-03-07T21:36:47.633Z | Downloaded serde v1.0.218 |
432 | 2025-03-07T21:36:47.636Z | Downloaded clap v4.5.31 |
433 | 2025-03-07T21:36:47.644Z | Downloaded indexmap v2.7.1 |
434 | 2025-03-07T21:36:47.649Z | Downloaded memchr v2.7.4 |
435 | 2025-03-07T21:36:47.662Z | Downloaded toml_edit v0.22.24 |
436 | 2025-03-07T21:36:47.683Z | Downloaded pest v2.7.14 |
437 | 2025-03-07T21:36:47.705Z | Downloaded hashbrown v0.15.1 |
438 | 2025-03-07T21:36:47.714Z | Downloaded serde_json v1.0.139 |
439 | 2025-03-07T21:36:47.721Z | Downloaded clap_builder v4.5.31 |
440 | 2025-03-07T21:36:47.736Z | Downloaded goblin v0.8.2 |
441 | 2025-03-07T21:36:47.746Z | Downloaded tabled v0.15.0 |
442 | 2025-03-07T21:36:47.763Z | Downloaded syn v1.0.109 |
443 | 2025-03-07T21:36:47.776Z | Downloaded unicode-width v0.1.14 |
444 | 2025-03-07T21:36:47.786Z | Downloaded syn v2.0.98 |
445 | 2025-03-07T21:36:47.804Z | Downloaded rustix v0.37.28 |
446 | 2025-03-07T21:36:47.822Z | Downloaded rustix v0.38.37 |
447 | 2025-03-07T21:36:47.846Z | Downloaded libc v0.2.170 |
448 | 2025-03-07T21:36:47.994Z | Compiling proc-macro2 v1.0.93 |
449 | 2025-03-07T21:36:47.994Z | Compiling unicode-ident v1.0.14 |
450 | 2025-03-07T21:36:47.997Z | Compiling serde v1.0.218 |
451 | 2025-03-07T21:36:47.998Z | Compiling version_check v0.9.5 |
452 | 2025-03-07T21:36:47.998Z | Compiling libc v0.2.170 |
453 | 2025-03-07T21:36:47.998Z | Compiling memchr v2.7.4 |
454 | 2025-03-07T21:36:48.031Z | Compiling thiserror v1.0.69 |
455 | 2025-03-07T21:36:48.034Z | Compiling ucd-trie v0.1.7 |
456 | 2025-03-07T21:36:48.275Z | Compiling itoa v1.0.11 |
457 | 2025-03-07T21:36:48.536Z | Compiling ryu v1.0.18 |
458 | 2025-03-07T21:36:48.773Z | Compiling once_cell v1.20.3 |
459 | 2025-03-07T21:36:48.795Z | Compiling byteorder v1.5.0 |
460 | 2025-03-07T21:36:48.865Z | Compiling rustix v0.38.37 |
461 | 2025-03-07T21:36:49.010Z | Compiling serde_json v1.0.139 |
462 | 2025-03-07T21:36:49.243Z | Compiling bitflags v2.6.0 |
463 | 2025-03-07T21:36:49.380Z | Compiling usdt-impl v0.5.0 |
464 | 2025-03-07T21:36:49.569Z | Compiling proc-macro-error-attr v1.0.4 |
465 | 2025-03-07T21:36:49.627Z | Compiling io-lifetimes v1.0.11 |
466 | 2025-03-07T21:36:49.680Z | Compiling syn v1.0.109 |
467 | 2025-03-07T21:36:49.703Z | Compiling proc-macro-error v1.0.4 |
468 | 2025-03-07T21:36:49.878Z | Compiling quote v1.0.38 |
469 | 2025-03-07T21:36:49.982Z | Compiling errno v0.3.9 |
470 | 2025-03-07T21:36:50.025Z | Compiling equivalent v1.0.1 |
471 | 2025-03-07T21:36:50.140Z | Compiling utf8parse v0.2.2 |
472 | 2025-03-07T21:36:50.232Z | Compiling syn v2.0.98 |
473 | 2025-03-07T21:36:50.328Z | Compiling camino v1.1.9 |
474 | 2025-03-07T21:36:50.332Z | Compiling hashbrown v0.15.1 |
475 | 2025-03-07T21:36:50.456Z | Compiling rustix v0.37.28 |
476 | 2025-03-07T21:36:50.481Z | Compiling plain v0.2.3 |
477 | 2025-03-07T21:36:50.565Z | Compiling thread-id v4.2.2 |
478 | 2025-03-07T21:36:50.661Z | Compiling log v0.4.22 |
479 | 2025-03-07T21:36:51.002Z | Compiling anstyle-parse v0.2.5 |
480 | 2025-03-07T21:36:51.332Z | Compiling thiserror v2.0.11 |
481 | 2025-03-07T21:36:51.358Z | Compiling anstyle-query v1.1.1 |
482 | 2025-03-07T21:36:51.455Z | Compiling indexmap v2.7.1 |
483 | 2025-03-07T21:36:51.480Z | Compiling unicode-width v0.1.14 |
484 | 2025-03-07T21:36:51.512Z | Compiling pretty-hex v0.4.1 |
485 | 2025-03-07T21:36:51.609Z | Compiling autocfg v1.4.0 |
486 | 2025-03-07T21:36:51.749Z | Compiling semver v1.0.25 |
487 | 2025-03-07T21:36:51.923Z | Compiling colorchoice v1.0.2 |
488 | 2025-03-07T21:36:52.004Z | Compiling is_terminal_polyfill v1.70.1 |
489 | 2025-03-07T21:36:52.102Z | Compiling bitflags v1.3.2 |
490 | 2025-03-07T21:36:52.157Z | Compiling winnow v0.7.3 |
491 | 2025-03-07T21:36:52.229Z | Compiling anstyle v1.0.10 |
492 | 2025-03-07T21:36:52.549Z | Compiling fs-err v2.11.0 |
493 | 2025-03-07T21:36:52.675Z | Compiling anstream v0.6.15 |
494 | 2025-03-07T21:36:52.701Z | Compiling terminal_size v0.4.0 |
495 | 2025-03-07T21:36:53.072Z | Compiling anyhow v1.0.97 |
496 | 2025-03-07T21:36:53.097Z | Compiling heck v0.4.1 |
497 | 2025-03-07T21:36:53.174Z | Compiling bytecount v0.6.8 |
498 | 2025-03-07T21:36:53.299Z | Compiling heck v0.5.0 |
499 | 2025-03-07T21:36:53.411Z | Compiling strsim v0.11.1 |
500 | 2025-03-07T21:36:53.536Z | Compiling cfg-if v1.0.0 |
501 | 2025-03-07T21:36:53.677Z | Compiling fnv v1.0.7 |
502 | 2025-03-07T21:36:53.702Z | Compiling fastrand v2.1.1 |
503 | 2025-03-07T21:36:53.800Z | Compiling clap_lex v0.7.4 |
504 | 2025-03-07T21:36:54.202Z | Compiling tempfile v3.13.0 |
505 | 2025-03-07T21:36:54.229Z | Compiling clap_builder v4.5.31 |
506 | 2025-03-07T21:36:54.249Z | Compiling papergrid v0.11.0 |
507 | 2025-03-07T21:36:54.276Z | Compiling terminal_size v0.2.6 |
508 | 2025-03-07T21:36:54.658Z | Compiling memmap v0.7.0 |
509 | 2025-03-07T21:36:54.661Z | Compiling unicode-linebreak v0.1.5 |
510 | 2025-03-07T21:36:54.990Z | Compiling smawk v0.3.2 |
511 | 2025-03-07T21:36:55.192Z | Compiling textwrap v0.16.1 |
512 | 2025-03-07T21:36:55.723Z | Compiling swrite v0.1.0 |
513 | 2025-03-07T21:36:56.045Z | Compiling tabled_derive v0.7.0 |
514 | 2025-03-07T21:36:57.463Z | Compiling serde_derive v1.0.218 |
515 | 2025-03-07T21:36:57.463Z | Compiling thiserror-impl v1.0.69 |
516 | 2025-03-07T21:36:57.466Z | Compiling zerocopy-derive v0.7.35 |
517 | 2025-03-07T21:36:57.466Z | Compiling scroll_derive v0.12.0 |
518 | 2025-03-07T21:36:57.466Z | Compiling thiserror-impl v2.0.11 |
519 | 2025-03-07T21:36:57.466Z | Compiling clap_derive v4.5.28 |
520 | 2025-03-07T21:36:57.591Z | Compiling tabled v0.15.0 |
521 | 2025-03-07T21:36:58.965Z | Compiling scroll v0.12.0 |
522 | 2025-03-07T21:36:59.536Z | Compiling zerocopy v0.7.35 |
523 | 2025-03-07T21:36:59.540Z | Compiling goblin v0.8.2 |
524 | 2025-03-07T21:37:00.576Z | Compiling pest v2.7.14 |
525 | 2025-03-07T21:37:01.674Z | Compiling clap v4.5.31 |
526 | 2025-03-07T21:37:02.941Z | Compiling pest_meta v2.7.14 |
527 | 2025-03-07T21:37:03.890Z | Compiling pest_generator v2.7.14 |
528 | 2025-03-07T21:37:05.320Z | Compiling pest_derive v2.7.14 |
529 | 2025-03-07T21:37:05.911Z | Compiling dtrace-parser v0.2.0 |
530 | 2025-03-07T21:37:06.587Z | Compiling serde_tokenstream v0.2.2 |
531 | 2025-03-07T21:37:06.661Z | Compiling serde_spanned v0.6.8 |
532 | 2025-03-07T21:37:06.661Z | Compiling toml_datetime v0.6.8 |
533 | 2025-03-07T21:37:06.942Z | Compiling cargo-platform v0.1.8 |
534 | 2025-03-07T21:37:06.985Z | Compiling macaddr v1.0.1 |
535 | 2025-03-07T21:37:07.128Z | Compiling toml_edit v0.22.24 |
536 | 2025-03-07T21:37:07.314Z | Compiling camino-tempfile v1.1.1 |
537 | 2025-03-07T21:37:08.014Z | Compiling dof v0.3.0 |
538 | 2025-03-07T21:37:08.232Z | Compiling cargo_metadata v0.19.2 |
539 | 2025-03-07T21:37:09.371Z | Compiling usdt-attr-macro v0.5.0 |
540 | 2025-03-07T21:37:09.371Z | Compiling usdt-macro v0.5.0 |
541 | 2025-03-07T21:37:09.915Z | Compiling toml v0.8.20 |
542 | 2025-03-07T21:37:10.409Z | Compiling usdt v0.5.0 |
543 | 2025-03-07T21:37:10.767Z | Compiling cargo_toml v0.21.0 |
544 | 2025-03-07T21:37:13.389Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
545 | 2025-03-07T21:37:16.640Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.38s |
546 | 2025-03-07T21:37:16.886Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
547 | 2025-03-07T21:37:17.450Z | Downloading crates ... |
548 | 2025-03-07T21:37:17.616Z | Downloaded ctr v0.9.2 |
549 | 2025-03-07T21:37:17.621Z | Downloaded aead v0.5.2 |
550 | 2025-03-07T21:37:17.624Z | Downloaded adler2 v2.0.0 |
551 | 2025-03-07T21:37:17.624Z | Downloaded bb8 v0.8.5 |
552 | 2025-03-07T21:37:17.627Z | Downloaded hex v0.4.3 |
553 | 2025-03-07T21:37:17.627Z | Downloaded addr2line v0.24.2 |
554 | 2025-03-07T21:37:17.631Z | Downloaded headers-core v0.3.0 |
555 | 2025-03-07T21:37:17.631Z | Downloaded base16ct v0.2.0 |
556 | 2025-03-07T21:37:17.640Z | Downloaded base64ct v1.6.0 |
557 | 2025-03-07T21:37:17.644Z | Downloaded allocator-api2 v0.2.18 |
558 | 2025-03-07T21:37:17.647Z | Downloaded http-range v0.1.5 |
559 | 2025-03-07T21:37:17.651Z | Downloaded ahash v0.8.11 |
560 | 2025-03-07T21:37:17.655Z | Downloaded hubpack_derive v0.1.1 |
561 | 2025-03-07T21:37:17.659Z | Downloaded backtrace v0.3.74 |
562 | 2025-03-07T21:37:17.662Z | Downloaded match_cfg v0.1.0 |
563 | 2025-03-07T21:37:17.666Z | Downloaded base64 v0.21.7 |
564 | 2025-03-07T21:37:17.669Z | Downloaded instant v0.1.13 |
565 | 2025-03-07T21:37:17.671Z | Downloaded aho-corasick v1.1.3 |
566 | 2025-03-07T21:37:17.675Z | Downloaded ident_case v1.0.1 |
567 | 2025-03-07T21:37:17.678Z | Downloaded bitfield v0.14.0 |
568 | 2025-03-07T21:37:17.678Z | Downloaded md5 v0.7.0 |
569 | 2025-03-07T21:37:17.681Z | Downloaded bzip2 v0.4.4 |
570 | 2025-03-07T21:37:17.681Z | Downloaded hickory-client v0.24.4 |
571 | 2025-03-07T21:37:17.685Z | Downloaded hubpack v0.1.2 |
572 | 2025-03-07T21:37:17.688Z | Downloaded pretty-hex v0.2.1 |
573 | 2025-03-07T21:37:17.691Z | Downloaded http-body v1.0.1 |
574 | 2025-03-07T21:37:17.691Z | Downloaded cargo_metadata v0.18.1 |
575 | 2025-03-07T21:37:17.694Z | Downloaded hostname v0.4.0 |
576 | 2025-03-07T21:37:17.694Z | Downloaded cancel-safe-futures v0.1.5 |
577 | 2025-03-07T21:37:17.698Z | Downloaded hyper-tls v0.6.0 |
578 | 2025-03-07T21:37:17.701Z | Downloaded httpdate v1.0.3 |
579 | 2025-03-07T21:37:17.701Z | Downloaded lazycell v1.3.0 |
580 | 2025-03-07T21:37:17.703Z | Downloaded cassowary v0.3.0 |
581 | 2025-03-07T21:37:17.703Z | Downloaded is-terminal v0.4.13 |
582 | 2025-03-07T21:37:17.706Z | Downloaded humantime v2.1.0 |
583 | 2025-03-07T21:37:17.706Z | Downloaded lru v0.12.5 |
584 | 2025-03-07T21:37:17.710Z | Downloaded lazy_static v1.5.0 |
585 | 2025-03-07T21:37:17.714Z | Downloaded lru-cache v0.1.2 |
586 | 2025-03-07T21:37:17.714Z | Downloaded kstat-rs v0.2.4 |
587 | 2025-03-07T21:37:17.714Z | Downloaded http-body-util v0.1.2 |
588 | 2025-03-07T21:37:17.717Z | Downloaded indoc v1.0.9 |
589 | 2025-03-07T21:37:17.720Z | Downloaded libsw-core v0.3.1 |
590 | 2025-03-07T21:37:17.720Z | Downloaded keccak v0.1.5 |
591 | 2025-03-07T21:37:17.722Z | Downloaded cc v1.2.15 |
592 | 2025-03-07T21:37:17.725Z | Downloaded managed v0.8.0 |
593 | 2025-03-07T21:37:17.729Z | Downloaded md-5 v0.10.6 |
594 | 2025-03-07T21:37:17.729Z | Downloaded linear-map v1.2.0 |
595 | 2025-03-07T21:37:17.732Z | Downloaded libsw v3.4.0 |
596 | 2025-03-07T21:37:17.735Z | Downloaded maplit v1.0.2 |
597 | 2025-03-07T21:37:17.735Z | Downloaded linked-hash-map v0.5.6 |
598 | 2025-03-07T21:37:17.738Z | Downloaded heck v0.3.3 |
599 | 2025-03-07T21:37:17.738Z | Downloaded cstr-argument v0.1.2 |
600 | 2025-03-07T21:37:17.741Z | Downloaded cipher v0.4.4 |
601 | 2025-03-07T21:37:17.744Z | Downloaded memoffset v0.9.1 |
602 | 2025-03-07T21:37:17.744Z | Downloaded mime v0.3.17 |
603 | 2025-03-07T21:37:17.747Z | Downloaded hyper-rustls v0.27.3 |
604 | 2025-03-07T21:37:17.750Z | Downloaded crunchy v0.2.2 |
605 | 2025-03-07T21:37:17.750Z | Downloaded instability v0.3.2 |
606 | 2025-03-07T21:37:17.753Z | Downloaded impl-trait-for-tuples v0.2.2 |
607 | 2025-03-07T21:37:17.755Z | Downloaded httparse v1.9.5 |
608 | 2025-03-07T21:37:17.758Z | Downloaded const_format_proc_macros v0.2.34 |
609 | 2025-03-07T21:37:17.761Z | Downloaded quick-error v1.2.3 |
610 | 2025-03-07T21:37:17.764Z | Downloaded iana-time-zone v0.1.61 |
611 | 2025-03-07T21:37:17.767Z | Downloaded litemap v0.7.3 |
612 | 2025-03-07T21:37:17.770Z | Downloaded jobserver v0.1.32 |
613 | 2025-03-07T21:37:17.770Z | Downloaded memmap2 v0.9.5 |
614 | 2025-03-07T21:37:17.773Z | Downloaded highway v1.3.0 |
615 | 2025-03-07T21:37:17.776Z | Downloaded console v0.15.10 |
616 | 2025-03-07T21:37:17.779Z | Downloaded libloading v0.8.5 |
617 | 2025-03-07T21:37:17.782Z | Downloaded ipnet v2.11.0 |
618 | 2025-03-07T21:37:17.782Z | Downloaded cmake v0.1.51 |
619 | 2025-03-07T21:37:17.786Z | Downloaded crc v3.2.1 |
620 | 2025-03-07T21:37:17.789Z | Downloaded constant_time_eq v0.3.1 |
621 | 2025-03-07T21:37:17.789Z | Downloaded hickory-resolver v0.24.4 |
622 | 2025-03-07T21:37:17.793Z | Downloaded mime_guess v2.0.5 |
623 | 2025-03-07T21:37:17.796Z | Downloaded crossbeam-deque v0.8.5 |
624 | 2025-03-07T21:37:17.801Z | Downloaded sync_wrapper v1.0.1 |
625 | 2025-03-07T21:37:17.801Z | Downloaded ciborium v0.2.2 |
626 | 2025-03-07T21:37:17.804Z | Downloaded arrayref v0.3.9 |
627 | 2025-03-07T21:37:17.804Z | Downloaded serde_path_to_error v0.1.16 |
628 | 2025-03-07T21:37:17.804Z | Downloaded icu_provider_macros v1.5.0 |
629 | 2025-03-07T21:37:17.808Z | Downloaded bit-vec v0.8.0 |
630 | 2025-03-07T21:37:17.808Z | Downloaded bit-vec v0.6.3 |
631 | 2025-03-07T21:37:17.811Z | Downloaded castaway v0.2.3 |
632 | 2025-03-07T21:37:17.811Z | Downloaded waitgroup v0.1.2 |
633 | 2025-03-07T21:37:17.814Z | Downloaded want v0.3.1 |
634 | 2025-03-07T21:37:17.814Z | Downloaded yoke-derive v0.7.4 |
635 | 2025-03-07T21:37:17.818Z | Downloaded blowfish v0.9.1 |
636 | 2025-03-07T21:37:17.818Z | Downloaded bitfield-struct v0.6.2 |
637 | 2025-03-07T21:37:17.821Z | Downloaded async-recursion v1.1.1 |
638 | 2025-03-07T21:37:17.824Z | Downloaded slog-json v2.6.1 |
639 | 2025-03-07T21:37:17.827Z | Downloaded proc-macro-crate v1.3.1 |
640 | 2025-03-07T21:37:17.827Z | Downloaded crc32fast v1.4.2 |
641 | 2025-03-07T21:37:17.830Z | Downloaded rustc-hash v1.1.0 |
642 | 2025-03-07T21:37:17.833Z | Downloaded resolv-conf v0.7.0 |
643 | 2025-03-07T21:37:17.833Z | Downloaded ref-cast-impl v1.0.23 |
644 | 2025-03-07T21:37:17.836Z | Downloaded sec1 v0.7.3 |
645 | 2025-03-07T21:37:17.843Z | Downloaded ref-cast v1.0.23 |
646 | 2025-03-07T21:37:17.843Z | Downloaded lock_api v0.4.12 |
647 | 2025-03-07T21:37:17.846Z | Downloaded csv-core v0.1.11 |
648 | 2025-03-07T21:37:17.846Z | Downloaded zone_cfg_derive v0.1.2 |
649 | 2025-03-07T21:37:17.846Z | Downloaded argon2 v0.5.3 |
650 | 2025-03-07T21:37:17.849Z | Downloaded foreign-types v0.3.2 |
651 | 2025-03-07T21:37:17.849Z | Downloaded icu_locid_transform_data v1.5.0 |
652 | 2025-03-07T21:37:17.852Z | Downloaded synstructure v0.13.1 |
653 | 2025-03-07T21:37:17.852Z | Downloaded arrayvec v0.7.6 |
654 | 2025-03-07T21:37:17.858Z | Downloaded tabled_derive v0.10.0 |
655 | 2025-03-07T21:37:17.862Z | Downloaded static_assertions v1.1.0 |
656 | 2025-03-07T21:37:17.862Z | Downloaded num-conv v0.1.0 |
657 | 2025-03-07T21:37:17.862Z | Downloaded hostname v0.3.1 |
658 | 2025-03-07T21:37:17.862Z | Downloaded buf-list v1.0.3 |
659 | 2025-03-07T21:37:17.865Z | Downloaded simd-adler32 v0.3.7 |
660 | 2025-03-07T21:37:17.868Z | Downloaded rpassword v7.3.1 |
661 | 2025-03-07T21:37:17.868Z | Downloaded async-bb8-diesel v0.2.1 |
662 | 2025-03-07T21:37:17.872Z | Downloaded maybe-uninit v2.0.0 |
663 | 2025-03-07T21:37:17.872Z | Downloaded walkdir v2.5.0 |
664 | 2025-03-07T21:37:17.875Z | Downloaded unicode-xid v0.2.6 |
665 | 2025-03-07T21:37:17.878Z | Downloaded bcs v0.1.6 |
666 | 2025-03-07T21:37:17.878Z | Downloaded lockfree-object-pool v0.1.6 |
667 | 2025-03-07T21:37:17.881Z | Downloaded path-slash v0.1.5 |
668 | 2025-03-07T21:37:17.886Z | Downloaded clang-sys v1.8.1 |
669 | 2025-03-07T21:37:17.889Z | Downloaded dsl_auto_type v0.1.2 |
670 | 2025-03-07T21:37:17.889Z | Downloaded smallvec v1.14.0 |
671 | 2025-03-07T21:37:17.892Z | Downloaded zone v0.1.8 |
672 | 2025-03-07T21:37:17.892Z | Downloaded cookie v0.18.1 |
673 | 2025-03-07T21:37:17.895Z | Downloaded futures-task v0.3.31 |
674 | 2025-03-07T21:37:17.898Z | Downloaded icu_provider v1.5.0 |
675 | 2025-03-07T21:37:17.902Z | Downloaded chacha20poly1305 v0.10.1 |
676 | 2025-03-07T21:37:17.906Z | Downloaded progenitor-client v0.9.1 |
677 | 2025-03-07T21:37:17.906Z | Downloaded icu_properties v1.5.1 |
678 | 2025-03-07T21:37:17.910Z | Downloaded indicatif v0.17.11 |
679 | 2025-03-07T21:37:17.913Z | Downloaded fallible-iterator v0.2.0 |
680 | 2025-03-07T21:37:17.916Z | Downloaded yasna v0.5.2 |
681 | 2025-03-07T21:37:17.916Z | Downloaded psl-types v2.0.11 |
682 | 2025-03-07T21:37:17.919Z | Downloaded blake2 v0.10.6 |
683 | 2025-03-07T21:37:17.922Z | Downloaded derive_builder v0.20.2 |
684 | 2025-03-07T21:37:17.929Z | Downloaded signal-hook-tokio v0.3.1 |
685 | 2025-03-07T21:37:17.932Z | Downloaded salsa20 v0.10.2 |
686 | 2025-03-07T21:37:17.932Z | Downloaded typify v0.2.0 |
687 | 2025-03-07T21:37:17.936Z | Downloaded const-oid v0.9.6 |
688 | 2025-03-07T21:37:17.936Z | Downloaded phf v0.11.2 |
689 | 2025-03-07T21:37:17.940Z | Downloaded pin-utils v0.1.0 |
690 | 2025-03-07T21:37:17.940Z | Downloaded tokio-tungstenite v0.21.0 |
691 | 2025-03-07T21:37:17.943Z | Downloaded arc-swap v1.7.1 |
692 | 2025-03-07T21:37:17.959Z | Downloaded downcast v0.11.0 |
693 | 2025-03-07T21:37:17.962Z | Downloaded yoke v0.7.4 |
694 | 2025-03-07T21:37:17.963Z | Downloaded heapless v0.7.17 |
695 | 2025-03-07T21:37:17.969Z | Downloaded rusty-fork v0.3.0 |
696 | 2025-03-07T21:37:17.972Z | Downloaded num-complex v0.4.6 |
697 | 2025-03-07T21:37:17.972Z | Downloaded icu_collections v1.5.0 |
698 | 2025-03-07T21:37:17.977Z | Downloaded dropshot_endpoint v0.16.0 |
699 | 2025-03-07T21:37:17.981Z | Downloaded document-features v0.2.10 |
700 | 2025-03-07T21:37:17.986Z | Downloaded serde_plain v1.0.2 |
701 | 2025-03-07T21:37:17.986Z | Downloaded env_logger v0.11.5 |
702 | 2025-03-07T21:37:17.989Z | Downloaded precomputed-hash v0.1.1 |
703 | 2025-03-07T21:37:17.992Z | Downloaded normalize-line-endings v0.3.0 |
704 | 2025-03-07T21:37:17.992Z | Downloaded newline-converter v0.3.0 |
705 | 2025-03-07T21:37:17.992Z | Downloaded tls_codec v0.4.1 |
706 | 2025-03-07T21:37:17.996Z | Downloaded num v0.4.3 |
707 | 2025-03-07T21:37:18.000Z | Downloaded tokio-macros v2.5.0 |
708 | 2025-03-07T21:37:18.000Z | Downloaded polyval v0.6.2 |
709 | 2025-03-07T21:37:18.003Z | Downloaded multer v3.1.0 |
710 | 2025-03-07T21:37:18.003Z | Downloaded tinystr v0.7.6 |
711 | 2025-03-07T21:37:18.006Z | Downloaded radium v0.7.0 |
712 | 2025-03-07T21:37:18.006Z | Downloaded defmt v0.3.8 |
713 | 2025-03-07T21:37:18.011Z | Downloaded rustc_version v0.4.1 |
714 | 2025-03-07T21:37:18.014Z | Downloaded whoami v1.5.2 |
715 | 2025-03-07T21:37:18.016Z | Downloaded tokio-native-tls v0.3.1 |
716 | 2025-03-07T21:37:18.017Z | Downloaded writeable v0.5.5 |
717 | 2025-03-07T21:37:18.021Z | Downloaded bytes v1.10.0 |
718 | 2025-03-07T21:37:18.024Z | Downloaded funty v2.0.0 |
719 | 2025-03-07T21:37:18.027Z | Downloaded embedded-io v0.4.0 |
720 | 2025-03-07T21:37:18.030Z | Downloaded diesel-dtrace v0.4.2 |
721 | 2025-03-07T21:37:18.030Z | Downloaded defmt-macros v0.3.9 |
722 | 2025-03-07T21:37:18.033Z | Downloaded signal-hook-registry v1.4.2 |
723 | 2025-03-07T21:37:18.036Z | Downloaded dropshot_endpoint v0.12.0 |
724 | 2025-03-07T21:37:18.039Z | Downloaded hash32 v0.3.1 |
725 | 2025-03-07T21:37:18.044Z | Downloaded progenitor v0.8.0 |
726 | 2025-03-07T21:37:18.047Z | Downloaded form_urlencoded v1.2.1 |
727 | 2025-03-07T21:37:18.047Z | Downloaded poly1305 v0.8.0 |
728 | 2025-03-07T21:37:18.050Z | Downloaded percent-encoding v2.3.1 |
729 | 2025-03-07T21:37:18.050Z | Downloaded supports-color v3.0.2 |
730 | 2025-03-07T21:37:18.050Z | Downloaded minimal-lexical v0.2.1 |
731 | 2025-03-07T21:37:18.055Z | Downloaded slog-term v2.9.1 |
732 | 2025-03-07T21:37:18.058Z | Downloaded termtree v0.4.1 |
733 | 2025-03-07T21:37:18.060Z | Downloaded socket2 v0.5.8 |
734 | 2025-03-07T21:37:18.063Z | Downloaded progenitor-impl v0.8.0 |
735 | 2025-03-07T21:37:18.066Z | Downloaded phf_codegen v0.11.2 |
736 | 2025-03-07T21:37:18.066Z | Downloaded bumpalo v3.16.0 |
737 | 2025-03-07T21:37:18.070Z | Downloaded untrusted v0.9.0 |
738 | 2025-03-07T21:37:18.073Z | Downloaded rand_seeder v0.3.0 |
739 | 2025-03-07T21:37:18.073Z | Downloaded vergen v8.3.2 |
740 | 2025-03-07T21:37:18.077Z | Downloaded parse-size v1.1.0 |
741 | 2025-03-07T21:37:18.081Z | Downloaded foreign-types-shared v0.1.1 |
742 | 2025-03-07T21:37:18.081Z | Downloaded zone_cfg_derive v0.3.0 |
743 | 2025-03-07T21:37:18.081Z | Downloaded flume v0.11.1 |
744 | 2025-03-07T21:37:18.084Z | Downloaded crossbeam-channel v0.5.13 |
745 | 2025-03-07T21:37:18.087Z | Downloaded nodrop v0.1.14 |
746 | 2025-03-07T21:37:18.090Z | Downloaded signature v2.2.0 |
747 | 2025-03-07T21:37:18.090Z | Downloaded structmeta-derive v0.3.0 |
748 | 2025-03-07T21:37:18.094Z | Downloaded termcolor v1.4.1 |
749 | 2025-03-07T21:37:18.094Z | Downloaded xattr v1.3.1 |
750 | 2025-03-07T21:37:18.097Z | Downloaded globset v0.4.15 |
751 | 2025-03-07T21:37:18.097Z | Downloaded filetime v0.2.25 |
752 | 2025-03-07T21:37:18.103Z | Downloaded zerofrom v0.1.4 |
753 | 2025-03-07T21:37:18.106Z | Downloaded zip v0.6.6 |
754 | 2025-03-07T21:37:18.106Z | Downloaded proc-macro-error2 v2.0.1 |
755 | 2025-03-07T21:37:18.110Z | Downloaded tinyvec v1.8.0 |
756 | 2025-03-07T21:37:18.114Z | Downloaded ff v0.13.0 |
757 | 2025-03-07T21:37:18.116Z | Downloaded serde-big-array v0.5.1 |
758 | 2025-03-07T21:37:18.117Z | Downloaded nu-ansi-term v0.50.1 |
759 | 2025-03-07T21:37:18.120Z | Downloaded universal-hash v0.5.1 |
760 | 2025-03-07T21:37:18.122Z | Downloaded thread_local v1.1.8 |
761 | 2025-03-07T21:37:18.122Z | Downloaded futures-io v0.3.31 |
762 | 2025-03-07T21:37:18.126Z | Downloaded futures-executor v0.3.31 |
763 | 2025-03-07T21:37:18.126Z | Downloaded zerofrom-derive v0.1.4 |
764 | 2025-03-07T21:37:18.126Z | Downloaded strip-ansi-escapes v0.2.0 |
765 | 2025-03-07T21:37:18.129Z | Downloaded fs_extra v1.3.0 |
766 | 2025-03-07T21:37:18.131Z | Downloaded termtree v0.5.1 |
767 | 2025-03-07T21:37:18.131Z | Downloaded num-iter v0.1.45 |
768 | 2025-03-07T21:37:18.135Z | Downloaded ron v0.8.1 |
769 | 2025-03-07T21:37:18.140Z | Downloaded utf-8 v0.7.6 |
770 | 2025-03-07T21:37:18.143Z | Downloaded parse-display v0.10.0 |
771 | 2025-03-07T21:37:18.143Z | Downloaded num_enum v0.5.11 |
772 | 2025-03-07T21:37:18.150Z | Downloaded foreign-types-shared v0.3.1 |
773 | 2025-03-07T21:37:18.153Z | Downloaded float-ord v0.3.2 |
774 | 2025-03-07T21:37:18.153Z | Downloaded parse-display-derive v0.10.0 |
775 | 2025-03-07T21:37:18.153Z | Downloaded serde_repr v0.1.19 |
776 | 2025-03-07T21:37:18.153Z | Downloaded spin v0.9.8 |
777 | 2025-03-07T21:37:18.156Z | Downloaded prettyplease v0.2.29 |
778 | 2025-03-07T21:37:18.160Z | Downloaded oso-derive v0.27.3 |
779 | 2025-03-07T21:37:18.163Z | Downloaded hashbrown v0.13.2 |
780 | 2025-03-07T21:37:18.166Z | Downloaded strum v0.26.3 |
781 | 2025-03-07T21:37:18.169Z | Downloaded http v1.2.0 |
782 | 2025-03-07T21:37:18.172Z | Downloaded libm v0.2.8 |
783 | 2025-03-07T21:37:18.179Z | Downloaded dirs-next v2.0.0 |
784 | 2025-03-07T21:37:18.182Z | Downloaded russh-cryptovec v0.7.3 |
785 | 2025-03-07T21:37:18.182Z | Downloaded difflib v0.4.0 |
786 | 2025-03-07T21:37:18.185Z | Downloaded typify-macro v0.2.0 |
787 | 2025-03-07T21:37:18.185Z | Downloaded stringprep v0.1.5 |
788 | 2025-03-07T21:37:18.188Z | Downloaded string_cache v0.8.7 |
789 | 2025-03-07T21:37:18.188Z | Downloaded tower-service v0.3.3 |
790 | 2025-03-07T21:37:18.191Z | Downloaded embedded-io v0.6.1 |
791 | 2025-03-07T21:37:18.191Z | Downloaded oso v0.27.3 |
792 | 2025-03-07T21:37:18.194Z | Downloaded sigpipe v0.1.3 |
793 | 2025-03-07T21:37:18.197Z | Downloaded utf8_iter v1.0.4 |
794 | 2025-03-07T21:37:18.197Z | Downloaded num-rational v0.4.2 |
795 | 2025-03-07T21:37:18.200Z | Downloaded daft-derive v0.1.1 |
796 | 2025-03-07T21:37:18.203Z | Downloaded tar v0.4.44 |
797 | 2025-03-07T21:37:18.206Z | Downloaded sha1 v0.10.6 |
798 | 2025-03-07T21:37:18.209Z | Downloaded foreign-types v0.5.0 |
799 | 2025-03-07T21:37:18.209Z | Downloaded either v1.14.0 |
800 | 2025-03-07T21:37:18.214Z | Downloaded parking_lot_core v0.9.10 |
801 | 2025-03-07T21:37:18.218Z | Downloaded foreign-types-macros v0.2.3 |
802 | 2025-03-07T21:37:18.218Z | Downloaded untrusted v0.7.1 |
803 | 2025-03-07T21:37:18.218Z | Downloaded pem v3.0.5 |
804 | 2025-03-07T21:37:18.218Z | Downloaded crossterm v0.28.1 |
805 | 2025-03-07T21:37:18.224Z | Downloaded primeorder v0.13.6 |
806 | 2025-03-07T21:37:18.226Z | Downloaded expectorate v1.1.0 |
807 | 2025-03-07T21:37:18.229Z | Downloaded number_prefix v0.4.0 |
808 | 2025-03-07T21:37:18.230Z | Downloaded zip v2.1.3 |
809 | 2025-03-07T21:37:18.234Z | Downloaded newtype-uuid v1.2.1 |
810 | 2025-03-07T21:37:18.237Z | Downloaded rand_chacha v0.9.0 |
811 | 2025-03-07T21:37:18.237Z | Downloaded topological-sort v0.2.2 |
812 | 2025-03-07T21:37:18.240Z | Downloaded schemars v0.8.22 |
813 | 2025-03-07T21:37:18.251Z | Downloaded vte_generate_state_changes v0.1.2 |
814 | 2025-03-07T21:37:18.254Z | Downloaded sqlparser_derive v0.2.2 |
815 | 2025-03-07T21:37:18.254Z | Downloaded siphasher v0.3.11 |
816 | 2025-03-07T21:37:18.255Z | Downloaded rtoolbox v0.0.2 |
817 | 2025-03-07T21:37:18.257Z | Downloaded progenitor v0.9.1 |
818 | 2025-03-07T21:37:18.258Z | Downloaded vte v0.11.1 |
819 | 2025-03-07T21:37:18.260Z | Downloaded unicase v2.7.0 |
820 | 2025-03-07T21:37:18.263Z | Downloaded unarray v0.1.4 |
821 | 2025-03-07T21:37:18.263Z | Downloaded typify-macro v0.3.0 |
822 | 2025-03-07T21:37:18.263Z | Downloaded parking_lot v0.12.3 |
823 | 2025-03-07T21:37:18.266Z | Downloaded defmt-parser v0.3.4 |
824 | 2025-03-07T21:37:18.270Z | Downloaded vsss-rs v3.3.4 |
825 | 2025-03-07T21:37:18.273Z | Downloaded deranged v0.3.11 |
826 | 2025-03-07T21:37:18.273Z | Downloaded slab v0.4.9 |
827 | 2025-03-07T21:37:18.273Z | Downloaded typed-path v0.9.3 |
828 | 2025-03-07T21:37:18.280Z | Downloaded serde_yaml v0.9.34+deprecated |
829 | 2025-03-07T21:37:18.283Z | Downloaded num-bigint v0.4.6 |
830 | 2025-03-07T21:37:18.288Z | Downloaded pbkdf2 v0.12.2 |
831 | 2025-03-07T21:37:18.291Z | Downloaded postcard v1.0.10 |
832 | 2025-03-07T21:37:18.294Z | Downloaded hyper v1.6.0 |
833 | 2025-03-07T21:37:18.300Z | Downloaded rand_chacha v0.3.1 |
834 | 2025-03-07T21:37:18.303Z | Downloaded diesel_table_macro_syntax v0.2.0 |
835 | 2025-03-07T21:37:18.306Z | Downloaded predicates-tree v1.0.11 |
836 | 2025-03-07T21:37:18.306Z | Downloaded slog-async v2.8.0 |
837 | 2025-03-07T21:37:18.309Z | Downloaded pin-project-lite v0.2.14 |
838 | 2025-03-07T21:37:18.312Z | Downloaded tui-tree-widget v0.23.0 |
839 | 2025-03-07T21:37:18.315Z | Downloaded strum_macros v0.25.3 |
840 | 2025-03-07T21:37:18.317Z | Downloaded strum_macros v0.24.3 |
841 | 2025-03-07T21:37:18.320Z | Downloaded toolchain_find v0.4.0 |
842 | 2025-03-07T21:37:18.320Z | Downloaded openssl-macros v0.1.1 |
843 | 2025-03-07T21:37:18.320Z | Downloaded serde_with_macros v3.12.0 |
844 | 2025-03-07T21:37:18.323Z | Downloaded wait-timeout v0.2.0 |
845 | 2025-03-07T21:37:18.326Z | Downloaded unicode-truncate v1.1.0 |
846 | 2025-03-07T21:37:18.326Z | Downloaded predicates-core v1.0.8 |
847 | 2025-03-07T21:37:18.329Z | Downloaded pbkdf2 v0.11.0 |
848 | 2025-03-07T21:37:18.332Z | Downloaded gethostname v0.5.0 |
849 | 2025-03-07T21:37:18.332Z | Downloaded p256 v0.13.2 |
850 | 2025-03-07T21:37:18.335Z | Downloaded newtype_derive v0.1.6 |
851 | 2025-03-07T21:37:18.338Z | Downloaded num-traits v0.2.19 |
852 | 2025-03-07T21:37:18.341Z | Downloaded tower-layer v0.3.3 |
853 | 2025-03-07T21:37:18.344Z | Downloaded slog-dtrace v0.3.0 |
854 | 2025-03-07T21:37:18.344Z | Downloaded slog-bunyan v2.5.0 |
855 | 2025-03-07T21:37:18.344Z | Downloaded futures-core v0.3.31 |
856 | 2025-03-07T21:37:18.347Z | Downloaded opaque-debug v0.3.1 |
857 | 2025-03-07T21:37:18.347Z | Downloaded num_threads v0.1.7 |
858 | 2025-03-07T21:37:18.350Z | Downloaded rustversion v1.0.17 |
859 | 2025-03-07T21:37:18.353Z | Downloaded rcgen v0.12.1 |
860 | 2025-03-07T21:37:18.356Z | Downloaded zerocopy-derive v0.8.10 |
861 | 2025-03-07T21:37:18.361Z | Downloaded getrandom v0.2.15 |
862 | 2025-03-07T21:37:18.365Z | Downloaded phf_shared v0.10.0 |
863 | 2025-03-07T21:37:18.368Z | Downloaded idna v1.0.3 |
864 | 2025-03-07T21:37:18.371Z | Downloaded hkdf v0.12.4 |
865 | 2025-03-07T21:37:18.374Z | Downloaded time-core v0.1.2 |
866 | 2025-03-07T21:37:18.374Z | Downloaded ena v0.14.3 |
867 | 2025-03-07T21:37:18.377Z | Downloaded ed25519 v2.2.3 |
868 | 2025-03-07T21:37:18.380Z | Downloaded sct v0.7.1 |
869 | 2025-03-07T21:37:18.385Z | Downloaded spki v0.7.3 |
870 | 2025-03-07T21:37:18.385Z | Downloaded take_mut v0.2.2 |
871 | 2025-03-07T21:37:18.389Z | Downloaded fixedbitset v0.4.2 |
872 | 2025-03-07T21:37:18.389Z | Downloaded try-lock v0.2.5 |
873 | 2025-03-07T21:37:18.389Z | Downloaded rfc6979 v0.4.0 |
874 | 2025-03-07T21:37:18.389Z | Downloaded rand_core v0.6.4 |
875 | 2025-03-07T21:37:18.392Z | Downloaded pkg-config v0.3.31 |
876 | 2025-03-07T21:37:18.392Z | Downloaded nibble_vec v0.1.0 |
877 | 2025-03-07T21:37:18.392Z | Downloaded rustyline v14.0.0 |
878 | 2025-03-07T21:37:18.398Z | Downloaded der_derive v0.7.3 |
879 | 2025-03-07T21:37:18.402Z | Downloaded openssl-probe v0.1.5 |
880 | 2025-03-07T21:37:18.406Z | Downloaded scrypt v0.11.0 |
881 | 2025-03-07T21:37:18.406Z | Downloaded tokio-postgres v0.7.13 |
882 | 2025-03-07T21:37:18.421Z | Downloaded futures-channel v0.3.31 |
883 | 2025-03-07T21:37:18.421Z | Downloaded russh-keys v0.45.0 |
884 | 2025-03-07T21:37:18.421Z | Downloaded derive-where v1.2.7 |
885 | 2025-03-07T21:37:18.421Z | Downloaded r2d2 v0.8.10 |
886 | 2025-03-07T21:37:18.424Z | Downloaded pkcs1 v0.7.5 |
887 | 2025-03-07T21:37:18.424Z | Downloaded twox-hash v2.1.0 |
888 | 2025-03-07T21:37:18.427Z | Downloaded peg-runtime v0.8.5 |
889 | 2025-03-07T21:37:18.427Z | Downloaded display-error-chain v0.2.2 |
890 | 2025-03-07T21:37:18.427Z | Downloaded dirs-sys-next v0.1.2 |
891 | 2025-03-07T21:37:18.430Z | Downloaded num-bigint-dig v0.8.4 |
892 | 2025-03-07T21:37:18.433Z | Downloaded scheduled-thread-pool v0.2.7 |
893 | 2025-03-07T21:37:18.436Z | Downloaded sqlformat v0.2.6 |
894 | 2025-03-07T21:37:18.436Z | Downloaded rayon-core v1.12.1 |
895 | 2025-03-07T21:37:18.440Z | Downloaded pin-project-internal v1.1.6 |
896 | 2025-03-07T21:37:18.443Z | Downloaded ghash v0.5.1 |
897 | 2025-03-07T21:37:18.446Z | Downloaded tabwriter v1.4.0 |
898 | 2025-03-07T21:37:18.446Z | Downloaded endian-type v0.1.2 |
899 | 2025-03-07T21:37:18.446Z | Downloaded darling_macro v0.20.10 |
900 | 2025-03-07T21:37:18.449Z | Downloaded tracing-attributes v0.1.27 |
901 | 2025-03-07T21:37:18.449Z | Downloaded peg v0.8.5 |
902 | 2025-03-07T21:37:18.452Z | Downloaded flagset v0.4.6 |
903 | 2025-03-07T21:37:18.455Z | Downloaded glob v0.3.2 |
904 | 2025-03-07T21:37:18.458Z | Downloaded unicode-bidi v0.3.17 |
905 | 2025-03-07T21:37:18.458Z | Downloaded unicode-properties v0.1.3 |
906 | 2025-03-07T21:37:18.461Z | Downloaded rustls-pemfile v1.0.4 |
907 | 2025-03-07T21:37:18.464Z | Downloaded url v2.5.3 |
908 | 2025-03-07T21:37:18.467Z | Downloaded quinn v0.11.5 |
909 | 2025-03-07T21:37:18.470Z | Downloaded hash32 v0.2.1 |
910 | 2025-03-07T21:37:18.473Z | Downloaded omicron-zone-package v0.12.0 |
911 | 2025-03-07T21:37:18.476Z | Downloaded getrandom v0.3.1 |
912 | 2025-03-07T21:37:18.479Z | Downloaded wyz v0.5.1 |
913 | 2025-03-07T21:37:18.482Z | Downloaded same-file v1.0.6 |
914 | 2025-03-07T21:37:18.482Z | Downloaded predicates v3.1.3 |
915 | 2025-03-07T21:37:18.486Z | Downloaded env_filter v0.1.2 |
916 | 2025-03-07T21:37:18.489Z | Downloaded strum_macros v0.26.4 |
917 | 2025-03-07T21:37:18.490Z | Downloaded pkcs5 v0.7.1 |
918 | 2025-03-07T21:37:18.493Z | Downloaded fatfs v0.3.6 |
919 | 2025-03-07T21:37:18.497Z | Downloaded similar v2.7.0 |
920 | 2025-03-07T21:37:18.501Z | Downloaded tungstenite v0.23.0 |
921 | 2025-03-07T21:37:18.505Z | Downloaded enum-as-inner v0.6.1 |
922 | 2025-03-07T21:37:18.508Z | Downloaded peg-macros v0.8.5 |
923 | 2025-03-07T21:37:18.511Z | Downloaded dunce v1.0.5 |
924 | 2025-03-07T21:37:18.511Z | Downloaded tokio-tungstenite v0.24.0 |
925 | 2025-03-07T21:37:18.514Z | Downloaded pin-project v1.1.6 |
926 | 2025-03-07T21:37:18.524Z | Downloaded xz2 v0.1.7 |
927 | 2025-03-07T21:37:18.527Z | Downloaded which v4.4.2 |
928 | 2025-03-07T21:37:18.530Z | Downloaded oxnet v0.1.1 |
929 | 2025-03-07T21:37:18.530Z | Downloaded powerfmt v0.2.0 |
930 | 2025-03-07T21:37:18.532Z | Downloaded native-tls v0.2.12 |
931 | 2025-03-07T21:37:18.535Z | Downloaded tracing v0.1.40 |
932 | 2025-03-07T21:37:18.538Z | Downloaded ecdsa v0.16.9 |
933 | 2025-03-07T21:37:18.541Z | Downloaded tower v0.5.2 |
934 | 2025-03-07T21:37:18.550Z | Downloaded fixedbitset v0.5.7 |
935 | 2025-03-07T21:37:18.554Z | Downloaded env_logger v0.10.2 |
936 | 2025-03-07T21:37:18.557Z | Downloaded subprocess v0.2.9 |
937 | 2025-03-07T21:37:18.560Z | Downloaded diff v0.1.13 |
938 | 2025-03-07T21:37:18.562Z | Downloaded password-hash v0.4.2 |
939 | 2025-03-07T21:37:18.565Z | Downloaded postgres-types v0.2.9 |
940 | 2025-03-07T21:37:18.568Z | Downloaded rustc_version v0.1.7 |
941 | 2025-03-07T21:37:18.568Z | Downloaded ppv-lite86 v0.2.20 |
942 | 2025-03-07T21:37:18.568Z | Downloaded derive_more v0.99.19 |
943 | 2025-03-07T21:37:18.574Z | Downloaded tungstenite v0.24.0 |
944 | 2025-03-07T21:37:18.577Z | Downloaded der v0.7.9 |
945 | 2025-03-07T21:37:18.582Z | Downloaded quick-xml v0.37.2 |
946 | 2025-03-07T21:37:18.588Z | Downloaded flate2 v1.1.0 |
947 | 2025-03-07T21:37:18.594Z | Downloaded winnow v0.5.40 |
948 | 2025-03-07T21:37:18.604Z | Downloaded zerocopy v0.6.6 |
949 | 2025-03-07T21:37:18.607Z | Downloaded icu_properties_data v1.5.0 |
950 | 2025-03-07T21:37:18.617Z | Downloaded postgres-protocol v0.6.8 |
951 | 2025-03-07T21:37:18.620Z | Downloaded rustls-webpki v0.102.8 |
952 | 2025-03-07T21:37:18.640Z | Downloaded publicsuffix v2.3.0 |
953 | 2025-03-07T21:37:18.644Z | Downloaded pretty_assertions v1.4.1 |
954 | 2025-03-07T21:37:18.647Z | Downloaded diesel_derives v2.2.3 |
955 | 2025-03-07T21:37:18.650Z | Downloaded yansi v1.0.1 |
956 | 2025-03-07T21:37:18.653Z | Downloaded darling_core v0.20.10 |
957 | 2025-03-07T21:37:18.656Z | Downloaded tough v0.19.0 |
958 | 2025-03-07T21:37:18.665Z | Downloaded qorb v0.2.1 |
959 | 2025-03-07T21:37:18.671Z | Downloaded x509-cert v0.2.5 |
960 | 2025-03-07T21:37:18.677Z | Downloaded toml_edit v0.19.15 |
961 | 2025-03-07T21:37:18.696Z | Downloaded russh v0.45.0 |
962 | 2025-03-07T21:37:18.702Z | Downloaded proptest v1.6.0 |
963 | 2025-03-07T21:37:18.710Z | Downloaded quinn-proto v0.11.8 |
964 | 2025-03-07T21:37:18.717Z | Downloaded petname v2.0.2 |
965 | 2025-03-07T21:37:18.724Z | Downloaded time v0.3.36 |
966 | 2025-03-07T21:37:18.733Z | Downloaded p521 v0.13.3 |
967 | 2025-03-07T21:37:18.736Z | Downloaded hashbrown v0.12.3 |
968 | 2025-03-07T21:37:18.742Z | Downloaded unicode-width v0.2.0 |
969 | 2025-03-07T21:37:18.750Z | Downloaded portable-atomic v1.9.0 |
970 | 2025-03-07T21:37:18.758Z | Downloaded salty v0.3.0 |
971 | 2025-03-07T21:37:18.764Z | Downloaded sqlparser v0.45.0 |
972 | 2025-03-07T21:37:18.771Z | Downloaded vcpkg v0.2.15 |
973 | 2025-03-07T21:37:18.810Z | Downloaded smoltcp v0.9.1 |
974 | 2025-03-07T21:37:18.821Z | Downloaded rustls v0.21.12 |
975 | 2025-03-07T21:37:18.834Z | Downloaded tokio-util v0.7.13 |
976 | 2025-03-07T21:37:18.841Z | Downloaded h2 v0.4.6 |
977 | 2025-03-07T21:37:18.848Z | Downloaded bindgen v0.71.1 |
978 | 2025-03-07T21:37:18.857Z | Downloaded regex-syntax v0.6.29 |
979 | 2025-03-07T21:37:18.865Z | Downloaded p384 v0.13.0 |
980 | 2025-03-07T21:37:18.872Z | Downloaded webpki-roots v0.26.6 |
981 | 2025-03-07T21:37:18.876Z | Downloaded nix v0.29.0 |
982 | 2025-03-07T21:37:18.889Z | Downloaded diesel v2.2.8 |
983 | 2025-03-07T21:37:18.909Z | Downloaded polar-core v0.27.3 |
984 | 2025-03-07T21:37:18.917Z | Downloaded regex-syntax v0.8.5 |
985 | 2025-03-07T21:37:18.927Z | Downloaded regex v1.11.1 |
986 | 2025-03-07T21:37:18.940Z | Downloaded reqwest v0.12.12 |
987 | 2025-03-07T21:37:18.950Z | Downloaded chrono-tz v0.10.1 |
988 | 2025-03-07T21:37:18.957Z | Downloaded hickory-proto v0.24.4 |
989 | 2025-03-07T21:37:18.974Z | Downloaded git2 v0.19.0 |
990 | 2025-03-07T21:37:18.982Z | Downloaded curve25519-dalek v4.1.3 |
991 | 2025-03-07T21:37:18.991Z | Downloaded sled v0.34.7 |
992 | 2025-03-07T21:37:19.001Z | Downloaded serde_with v3.12.0 |
993 | 2025-03-07T21:37:19.010Z | Downloaded tabled v0.18.0 |
994 | 2025-03-07T21:37:19.028Z | Downloaded radix_trie v0.2.1 |
995 | 2025-03-07T21:37:19.033Z | Downloaded nix v0.27.1 |
996 | 2025-03-07T21:37:19.045Z | Downloaded zerocopy v0.8.10 |
997 | 2025-03-07T21:37:19.070Z | Downloaded object v0.30.4 |
998 | 2025-03-07T21:37:19.079Z | Downloaded regress v0.10.3 |
999 | 2025-03-07T21:37:19.088Z | Downloaded nix v0.28.0 |
1000 | 2025-03-07T21:37:19.100Z | Downloaded openssl v0.10.71 |
1001 | 2025-03-07T21:37:19.110Z | Downloaded bstr v1.10.0 |
1002 | 2025-03-07T21:37:19.122Z | Downloaded gimli v0.31.1 |
1003 | 2025-03-07T21:37:19.130Z | Downloaded lzma-sys v0.1.20 |
1004 | 2025-03-07T21:37:19.159Z | Downloaded bindgen v0.69.5 |
1005 | 2025-03-07T21:37:19.166Z | Downloaded bitvec v1.0.1 |
1006 | 2025-03-07T21:37:19.182Z | Downloaded dropshot v0.12.0 |
1007 | 2025-03-07T21:37:19.203Z | Downloaded smoltcp v0.11.0 |
1008 | 2025-03-07T21:37:19.214Z | Downloaded rustls v0.23.19 |
1009 | 2025-03-07T21:37:19.226Z | Downloaded dropshot v0.16.0 |
1010 | 2025-03-07T21:37:19.247Z | Downloaded rustls v0.22.4 |
1011 | 2025-03-07T21:37:19.260Z | Downloaded object v0.36.5 |
1012 | 2025-03-07T21:37:19.272Z | Downloaded openapiv3 v2.0.0 |
1013 | 2025-03-07T21:37:19.285Z | Downloaded typify-impl v0.3.0 |
1014 | 2025-03-07T21:37:19.301Z | Downloaded typify-impl v0.2.0 |
1015 | 2025-03-07T21:37:19.316Z | Downloaded zerocopy-derive v0.6.6 |
1016 | 2025-03-07T21:37:19.326Z | Downloaded libz-sys v1.1.20 |
1017 | 2025-03-07T21:37:19.348Z | Downloaded ratatui v0.29.0 |
1018 | 2025-03-07T21:37:19.369Z | Downloaded unicode-segmentation v1.12.0 |
1019 | 2025-03-07T21:37:19.372Z | Downloaded reedline v0.38.0 |
1020 | 2025-03-07T21:37:19.379Z | Downloaded rayon v1.10.0 |
1021 | 2025-03-07T21:37:19.388Z | Downloaded chrono v0.4.40 |
1022 | 2025-03-07T21:37:19.395Z | Downloaded toml v0.7.8 |
1023 | 2025-03-07T21:37:19.399Z | Downloaded samael v0.0.18 |
1024 | 2025-03-07T21:37:19.405Z | Downloaded unicode-normalization v0.1.24 |
1025 | 2025-03-07T21:37:19.408Z | Downloaded winnow v0.6.20 |
1026 | 2025-03-07T21:37:19.417Z | Downloaded lalrpop v0.19.12 |
1027 | 2025-03-07T21:37:19.429Z | Downloaded zerovec v0.10.4 |
1028 | 2025-03-07T21:37:19.435Z | Downloaded half v2.4.1 |
1029 | 2025-03-07T21:37:19.438Z | Downloaded rustc-demangle v0.1.24 |
1030 | 2025-03-07T21:37:19.441Z | Downloaded regex-automata v0.4.8 |
1031 | 2025-03-07T21:37:19.456Z | Downloaded petgraph v0.6.5 |
1032 | 2025-03-07T21:37:19.473Z | Downloaded darling v0.20.10 |
1033 | 2025-03-07T21:37:19.477Z | Downloaded float-cmp v0.10.0 |
1034 | 2025-03-07T21:37:19.480Z | Downloaded snafu v0.8.5 |
1035 | 2025-03-07T21:37:19.484Z | Downloaded rand v0.8.5 |
1036 | 2025-03-07T21:37:19.488Z | Downloaded dyn-clone v1.0.19 |
1037 | 2025-03-07T21:37:19.492Z | Downloaded parse-zoneinfo v0.3.1 |
1038 | 2025-03-07T21:37:19.495Z | Downloaded rustls-webpki v0.101.7 |
1039 | 2025-03-07T21:37:19.505Z | Downloaded petgraph v0.7.1 |
1040 | 2025-03-07T21:37:19.524Z | Downloaded sha3 v0.10.8 |
1041 | 2025-03-07T21:37:19.529Z | Downloaded unsafe-libyaml v0.2.11 |
1042 | 2025-03-07T21:37:19.532Z | Downloaded csv v1.3.1 |
1043 | 2025-03-07T21:37:19.552Z | Downloaded tokio v1.43.0 |
1044 | 2025-03-07T21:37:19.589Z | Downloaded debug-ignore v1.0.5 |
1045 | 2025-03-07T21:37:19.592Z | Downloaded data-encoding v2.6.0 |
1046 | 2025-03-07T21:37:19.595Z | Downloaded des v0.8.1 |
1047 | 2025-03-07T21:37:19.595Z | Downloaded tokio-tungstenite v0.23.1 |
1048 | 2025-03-07T21:37:19.598Z | Downloaded ron v0.7.1 |
1049 | 2025-03-07T21:37:19.601Z | Downloaded aws-lc-rs v1.12.4 |
1050 | 2025-03-07T21:37:19.609Z | Downloaded nom v7.1.3 |
1051 | 2025-03-07T21:37:19.614Z | Downloaded openssl-sys v0.9.106 |
1052 | 2025-03-07T21:37:19.619Z | Downloaded uuid v1.15.1 |
1053 | 2025-03-07T21:37:19.622Z | Downloaded futures-util v0.3.31 |
1054 | 2025-03-07T21:37:19.632Z | Downloaded pkcs8 v0.10.2 |
1055 | 2025-03-07T21:37:19.635Z | Downloaded tungstenite v0.21.0 |
1056 | 2025-03-07T21:37:19.638Z | Downloaded ed25519-dalek v2.1.1 |
1057 | 2025-03-07T21:37:19.641Z | Downloaded blake3 v1.5.4 |
1058 | 2025-03-07T21:37:19.649Z | Downloaded num_enum_derive v0.5.11 |
1059 | 2025-03-07T21:37:19.652Z | Downloaded slog-envlogger v2.2.0 |
1060 | 2025-03-07T21:37:19.652Z | Downloaded scopeguard v1.2.0 |
1061 | 2025-03-07T21:37:19.655Z | Downloaded futures v0.3.31 |
1062 | 2025-03-07T21:37:19.658Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1063 | 2025-03-07T21:37:19.669Z | Downloaded phf_shared v0.11.2 |
1064 | 2025-03-07T21:37:19.672Z | Downloaded shlex v1.3.0 |
1065 | 2025-03-07T21:37:19.672Z | Downloaded olpc-cjson v0.1.4 |
1066 | 2025-03-07T21:37:19.675Z | Downloaded futures-macro v0.3.31 |
1067 | 2025-03-07T21:37:19.675Z | Downloaded ssh-encoding v0.2.0 |
1068 | 2025-03-07T21:37:19.675Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1069 | 2025-03-07T21:37:19.732Z | Downloaded phf_generator v0.11.2 |
1070 | 2025-03-07T21:37:19.735Z | Downloaded quinn-udp v0.5.5 |
1071 | 2025-03-07T21:37:19.735Z | Downloaded libxml v0.3.3 |
1072 | 2025-03-07T21:37:19.739Z | Downloaded itertools v0.14.0 |
1073 | 2025-03-07T21:37:19.746Z | Downloaded itertools v0.13.0 |
1074 | 2025-03-07T21:37:19.752Z | Downloaded test-strategy v0.4.0 |
1075 | 2025-03-07T21:37:19.757Z | Downloaded elliptic-curve v0.13.8 |
1076 | 2025-03-07T21:37:19.760Z | Downloaded rsa v0.9.6 |
1077 | 2025-03-07T21:37:19.764Z | Downloaded mio v1.0.2 |
1078 | 2025-03-07T21:37:19.769Z | Downloaded itertools v0.12.1 |
1079 | 2025-03-07T21:37:19.776Z | Downloaded itertools v0.10.5 |
1080 | 2025-03-07T21:37:19.782Z | Downloaded unicode_categories v0.1.1 |
1081 | 2025-03-07T21:37:19.786Z | Downloaded ssh-key v0.6.6 |
1082 | 2025-03-07T21:37:19.791Z | Downloaded signal-hook v0.3.17 |
1083 | 2025-03-07T21:37:19.794Z | Downloaded serde-hex v0.1.0 |
1084 | 2025-03-07T21:37:19.794Z | Downloaded semver v0.1.20 |
1085 | 2025-03-07T21:37:19.797Z | Downloaded secrecy v0.8.0 |
1086 | 2025-03-07T21:37:19.797Z | Downloaded papergrid v0.14.0 |
1087 | 2025-03-07T21:37:19.801Z | Downloaded encoding_rs v0.8.34 |
1088 | 2025-03-07T21:37:19.821Z | Downloaded steno v0.4.1 |
1089 | 2025-03-07T21:37:19.824Z | Downloaded utf16_iter v1.0.5 |
1090 | 2025-03-07T21:37:19.827Z | Downloaded nanorand v0.7.0 |
1091 | 2025-03-07T21:37:19.828Z | Downloaded multimap v0.10.0 |
1092 | 2025-03-07T21:37:19.831Z | Downloaded group v0.13.0 |
1093 | 2025-03-07T21:37:19.832Z | Downloaded daft v0.1.1 |
1094 | 2025-03-07T21:37:19.835Z | Downloaded curve25519-dalek-derive v0.1.1 |
1095 | 2025-03-07T21:37:19.835Z | Downloaded zerovec-derive v0.10.3 |
1096 | 2025-03-07T21:37:19.835Z | Downloaded term v0.7.0 |
1097 | 2025-03-07T21:37:19.838Z | Downloaded parking_lot v0.11.2 |
1098 | 2025-03-07T21:37:19.838Z | Downloaded rand v0.9.0 |
1099 | 2025-03-07T21:37:19.842Z | Downloaded rand_core v0.9.2 |
1100 | 2025-03-07T21:37:19.845Z | Downloaded zopfli v0.8.1 |
1101 | 2025-03-07T21:37:19.848Z | Downloaded thiserror-no-std v2.0.2 |
1102 | 2025-03-07T21:37:19.852Z | Downloaded ring v0.17.11 |
1103 | 2025-03-07T21:37:19.891Z | Downloaded termios v0.3.3 |
1104 | 2025-03-07T21:37:19.894Z | Downloaded zeroize_derive v1.4.2 |
1105 | 2025-03-07T21:37:19.894Z | Downloaded zeroize v1.8.1 |
1106 | 2025-03-07T21:37:19.894Z | Downloaded value-bag v1.9.0 |
1107 | 2025-03-07T21:37:19.897Z | Downloaded tokio-rustls v0.24.1 |
1108 | 2025-03-07T21:37:19.900Z | Downloaded tap v1.0.1 |
1109 | 2025-03-07T21:37:19.900Z | Downloaded structmeta v0.3.0 |
1110 | 2025-03-07T21:37:19.900Z | Downloaded ssh-cipher v0.2.0 |
1111 | 2025-03-07T21:37:19.904Z | Downloaded pem-rfc7468 v0.7.0 |
1112 | 2025-03-07T21:37:19.904Z | Downloaded packed_struct_codegen v0.10.1 |
1113 | 2025-03-07T21:37:19.904Z | Downloaded uzers v0.12.1 |
1114 | 2025-03-07T21:37:19.907Z | Downloaded signal-hook-mio v0.2.4 |
1115 | 2025-03-07T21:37:19.907Z | Downloaded serde_urlencoded v0.7.1 |
1116 | 2025-03-07T21:37:19.910Z | Downloaded schemars_derive v0.8.22 |
1117 | 2025-03-07T21:37:19.910Z | Downloaded rustfmt-wrapper v0.2.1 |
1118 | 2025-03-07T21:37:19.917Z | Downloaded smf v0.2.3 |
1119 | 2025-03-07T21:37:19.917Z | Downloaded hickory-server v0.24.4 |
1120 | 2025-03-07T21:37:19.917Z | Downloaded fragile v2.0.0 |
1121 | 2025-03-07T21:37:19.921Z | Downloaded fd-lock v4.0.2 |
1122 | 2025-03-07T21:37:19.921Z | Downloaded password-hash v0.5.0 |
1123 | 2025-03-07T21:37:19.925Z | Downloaded parking_lot_core v0.8.6 |
1124 | 2025-03-07T21:37:19.925Z | Downloaded owo-colors v4.2.0 |
1125 | 2025-03-07T21:37:19.928Z | Downloaded mockall_derive v0.13.1 |
1126 | 2025-03-07T21:37:19.931Z | Downloaded tokio-rustls v0.25.0 |
1127 | 2025-03-07T21:37:19.931Z | Downloaded tiny-keccak v2.0.2 |
1128 | 2025-03-07T21:37:19.935Z | Downloaded smallvec v0.6.14 |
1129 | 2025-03-07T21:37:19.935Z | Downloaded slog-scope v4.4.0 |
1130 | 2025-03-07T21:37:19.938Z | Downloaded progenitor-impl v0.9.1 |
1131 | 2025-03-07T21:37:19.938Z | Downloaded typify v0.3.0 |
1132 | 2025-03-07T21:37:19.941Z | Downloaded tracing-core v0.1.32 |
1133 | 2025-03-07T21:37:19.944Z | Downloaded icu_normalizer_data v1.5.0 |
1134 | 2025-03-07T21:37:19.944Z | Downloaded crypto-bigint v0.5.5 |
1135 | 2025-03-07T21:37:19.950Z | Downloaded new_debug_unreachable v1.0.6 |
1136 | 2025-03-07T21:37:19.953Z | Downloaded thiserror-impl-no-std v2.0.2 |
1137 | 2025-03-07T21:37:19.953Z | Downloaded subtle v2.6.1 |
1138 | 2025-03-07T21:37:19.953Z | Downloaded slog-stdlog v4.1.1 |
1139 | 2025-03-07T21:37:19.956Z | Downloaded foldhash v0.1.3 |
1140 | 2025-03-07T21:37:19.956Z | Downloaded const_format v0.2.34 |
1141 | 2025-03-07T21:37:19.960Z | Downloaded derive_builder_core v0.20.2 |
1142 | 2025-03-07T21:37:19.963Z | Downloaded icu_normalizer v1.5.0 |
1143 | 2025-03-07T21:37:19.966Z | Downloaded write16 v1.0.0 |
1144 | 2025-03-07T21:37:19.966Z | Downloaded tinyvec_macros v0.1.1 |
1145 | 2025-03-07T21:37:19.966Z | Downloaded sync-ptr v0.1.1 |
1146 | 2025-03-07T21:37:19.970Z | Downloaded progenitor-macro v0.8.0 |
1147 | 2025-03-07T21:37:19.970Z | Downloaded progenitor-client v0.8.0 |
1148 | 2025-03-07T21:37:19.970Z | Downloaded paste v1.0.15 |
1149 | 2025-03-07T21:37:19.974Z | Downloaded packed_struct v0.10.1 |
1150 | 2025-03-07T21:37:19.974Z | Downloaded num-integer v0.1.46 |
1151 | 2025-03-07T21:37:19.977Z | Downloaded num-derive v0.4.2 |
1152 | 2025-03-07T21:37:19.977Z | Downloaded mockall v0.13.1 |
1153 | 2025-03-07T21:37:19.977Z | Downloaded zone v0.3.0 |
1154 | 2025-03-07T21:37:19.980Z | Downloaded tokio-stream v0.1.17 |
1155 | 2025-03-07T21:37:19.983Z | Downloaded tokio-rustls v0.26.0 |
1156 | 2025-03-07T21:37:19.983Z | Downloaded time-macros v0.2.18 |
1157 | 2025-03-07T21:37:19.986Z | Downloaded slog v2.7.0 |
1158 | 2025-03-07T21:37:19.990Z | Downloaded rustls-pki-types v1.10.0 |
1159 | 2025-03-07T21:37:19.993Z | Downloaded compact_str v0.8.0 |
1160 | 2025-03-07T21:37:19.996Z | Downloaded headers v0.4.0 |
1161 | 2025-03-07T21:37:19.999Z | Downloaded miniz_oxide v0.8.5 |
1162 | 2025-03-07T21:37:20.002Z | Downloaded futures-sink v0.3.31 |
1163 | 2025-03-07T21:37:20.002Z | Downloaded displaydoc v0.2.5 |
1164 | 2025-03-07T21:37:20.005Z | Downloaded snafu-derive v0.8.5 |
1165 | 2025-03-07T21:37:20.009Z | Downloaded shell-words v1.1.0 |
1166 | 2025-03-07T21:37:20.009Z | Downloaded serde_derive_internals v0.29.1 |
1167 | 2025-03-07T21:37:20.009Z | Downloaded rustls-pemfile v2.2.0 |
1168 | 2025-03-07T21:37:20.012Z | Downloaded crossbeam-utils v0.8.20 |
1169 | 2025-03-07T21:37:20.012Z | Downloaded indent_write v2.2.0 |
1170 | 2025-03-07T21:37:20.015Z | Downloaded colored v2.2.0 |
1171 | 2025-03-07T21:37:20.015Z | Downloaded rustc-hash v2.1.1 |
1172 | 2025-03-07T21:37:20.018Z | Downloaded fxhash v0.2.1 |
1173 | 2025-03-07T21:37:20.018Z | Downloaded tls_codec_derive v0.4.1 |
1174 | 2025-03-07T21:37:20.018Z | Downloaded crossbeam-epoch v0.9.18 |
1175 | 2025-03-07T21:37:20.021Z | Downloaded heapless v0.8.0 |
1176 | 2025-03-07T21:37:20.024Z | Downloaded crc-any v2.5.0 |
1177 | 2025-03-07T21:37:20.027Z | Downloaded stable_deref_trait v1.2.0 |
1178 | 2025-03-07T21:37:20.027Z | Downloaded hyper-util v0.1.10 |
1179 | 2025-03-07T21:37:20.030Z | Downloaded derive_builder_macro v0.20.2 |
1180 | 2025-03-07T21:37:20.033Z | Downloaded crc-catalog v2.4.0 |
1181 | 2025-03-07T21:37:20.033Z | Downloaded cookie_store v0.21.1 |
1182 | 2025-03-07T21:37:20.036Z | Downloaded backoff v0.4.0 |
1183 | 2025-03-07T21:37:20.037Z | Downloaded async-trait v0.1.87 |
1184 | 2025-03-07T21:37:20.039Z | Downloaded litrs v0.4.1 |
1185 | 2025-03-07T21:37:20.042Z | Downloaded rand_xorshift v0.3.0 |
1186 | 2025-03-07T21:37:20.045Z | Downloaded progenitor-macro v0.9.1 |
1187 | 2025-03-07T21:37:20.045Z | Downloaded proc-macro-error-attr2 v2.0.0 |
1188 | 2025-03-07T21:37:20.045Z | Downloaded indexmap v1.9.3 |
1189 | 2025-03-07T21:37:20.049Z | Downloaded icu_locid v1.5.0 |
1190 | 2025-03-07T21:37:20.052Z | Downloaded ciborium-io v0.2.2 |
1191 | 2025-03-07T21:37:20.052Z | Downloaded bit-set v0.8.0 |
1192 | 2025-03-07T21:37:20.055Z | Downloaded assert_matches v1.5.0 |
1193 | 2025-03-07T21:37:20.056Z | Downloaded internet-checksum v0.2.1 |
1194 | 2025-03-07T21:37:20.056Z | Downloaded hmac v0.12.1 |
1195 | 2025-03-07T21:37:20.059Z | Downloaded block-padding v0.3.3 |
1196 | 2025-03-07T21:37:20.059Z | Downloaded bit-set v0.5.3 |
1197 | 2025-03-07T21:37:20.059Z | Downloaded atomic-waker v1.1.2 |
1198 | 2025-03-07T21:37:20.062Z | Downloaded ascii-canvas v3.0.0 |
1199 | 2025-03-07T21:37:20.062Z | Downloaded array-init v0.0.4 |
1200 | 2025-03-07T21:37:20.062Z | Downloaded async-stream v0.3.6 |
1201 | 2025-03-07T21:37:20.065Z | Downloaded indoc v2.0.5 |
1202 | 2025-03-07T21:37:20.065Z | Downloaded libefi-sys v0.1.0 |
1203 | 2025-03-07T21:37:20.068Z | Downloaded icu_locid_transform v1.5.0 |
1204 | 2025-03-07T21:37:20.070Z | Downloaded ciborium-ll v0.2.2 |
1205 | 2025-03-07T21:37:20.070Z | Downloaded chrono-tz-build v0.4.0 |
1206 | 2025-03-07T21:37:20.070Z | Downloaded cbc v0.1.2 |
1207 | 2025-03-07T21:37:20.073Z | Downloaded hyper-staticfile v0.10.1 |
1208 | 2025-03-07T21:37:20.073Z | Downloaded convert_case v0.4.0 |
1209 | 2025-03-07T21:37:20.076Z | Downloaded cobs v0.2.3 |
1210 | 2025-03-07T21:37:20.076Z | Downloaded cexpr v0.6.0 |
1211 | 2025-03-07T21:37:20.081Z | Downloaded atomicwrites v0.4.4 |
1212 | 2025-03-07T21:37:20.081Z | Downloaded async-stream-impl v0.3.6 |
1213 | 2025-03-07T21:37:20.081Z | Downloaded crucible-workspace-hack v0.1.0 |
1214 | 2025-03-07T21:37:20.081Z | Downloaded atty v0.2.14 |
1215 | 2025-03-07T21:37:20.081Z | Downloaded cfg_aliases v0.1.1 |
1216 | 2025-03-07T21:37:20.084Z | Downloaded ipnetwork v0.21.1 |
1217 | 2025-03-07T21:37:20.084Z | Downloaded idna_adapter v1.2.0 |
1218 | 2025-03-07T21:37:20.084Z | Downloaded lalrpop-util v0.19.12 |
1219 | 2025-03-07T21:37:20.084Z | Downloaded chacha20 v0.9.1 |
1220 | 2025-03-07T21:37:20.087Z | Downloaded inout v0.1.3 |
1221 | 2025-03-07T21:37:20.088Z | Downloaded hex-literal v0.4.1 |
1222 | 2025-03-07T21:37:20.088Z | Downloaded home v0.5.9 |
1223 | 2025-03-07T21:37:20.088Z | Downloaded cfg_aliases v0.2.1 |
1224 | 2025-03-07T21:37:20.091Z | Downloaded bcrypt-pbkdf v0.10.0 |
1225 | 2025-03-07T21:37:20.091Z | Downloaded aes-gcm v0.10.3 |
1226 | 2025-03-07T21:37:20.094Z | Downloaded aes v0.8.4 |
1227 | 2025-03-07T21:37:20.098Z | Downloaded is_ci v1.2.0 |
1228 | 2025-03-07T21:37:20.098Z | Downloaded base64 v0.22.1 |
1229 | 2025-03-07T21:37:20.101Z | Downloaded base64 v0.13.1 |
1230 | 2025-03-07T21:37:20.376Z | Downloaded aws-lc-sys v0.26.0 |
1231 | 2025-03-07T21:37:20.691Z | Compiling serde v1.0.218 |
1232 | 2025-03-07T21:37:20.694Z | Compiling value-bag v1.9.0 |
1233 | 2025-03-07T21:37:20.694Z | Compiling lock_api v0.4.12 |
1234 | 2025-03-07T21:37:20.694Z | Compiling scopeguard v1.2.0 |
1235 | 2025-03-07T21:37:20.694Z | Compiling typenum v1.17.0 |
1236 | 2025-03-07T21:37:20.848Z | Compiling generic-array v0.14.7 |
1237 | 2025-03-07T21:37:20.879Z | Compiling syn v2.0.98 |
1238 | 2025-03-07T21:37:20.895Z | Compiling getrandom v0.2.15 |
1239 | 2025-03-07T21:37:21.050Z | Compiling shlex v1.3.0 |
1240 | 2025-03-07T21:37:21.242Z | Compiling log v0.4.22 |
1241 | 2025-03-07T21:37:21.341Z | Compiling rand_core v0.6.4 |
1242 | 2025-03-07T21:37:21.386Z | Compiling jobserver v0.1.32 |
1243 | 2025-03-07T21:37:21.406Z | Compiling subtle v2.6.1 |
1244 | 2025-03-07T21:37:21.433Z | Compiling smallvec v1.14.0 |
1245 | 2025-03-07T21:37:21.747Z | Compiling const-oid v0.9.6 |
1246 | 2025-03-07T21:37:21.767Z | Compiling pin-project-lite v0.2.14 |
1247 | 2025-03-07T21:37:21.824Z | Compiling cc v1.2.15 |
1248 | 2025-03-07T21:37:21.848Z | Compiling parking_lot_core v0.9.10 |
1249 | 2025-03-07T21:37:21.905Z | Compiling rustix v0.38.37 |
1250 | 2025-03-07T21:37:21.953Z | Compiling signal-hook-registry v1.4.2 |
1251 | 2025-03-07T21:37:22.195Z | Compiling futures-core v0.3.31 |
1252 | 2025-03-07T21:37:22.460Z | Compiling mio v1.0.2 |
1253 | 2025-03-07T21:37:22.590Z | Compiling spin v0.9.8 |
1254 | 2025-03-07T21:37:22.851Z | Compiling parking_lot v0.12.3 |
1255 | 2025-03-07T21:37:23.033Z | Compiling socket2 v0.5.8 |
1256 | 2025-03-07T21:37:23.053Z | Compiling aho-corasick v1.1.3 |
1257 | 2025-03-07T21:37:23.462Z | Compiling regex-syntax v0.8.5 |
1258 | 2025-03-07T21:37:23.650Z | Compiling stable_deref_trait v1.2.0 |
1259 | 2025-03-07T21:37:23.674Z | Compiling futures-sink v0.3.31 |
1260 | 2025-03-07T21:37:23.782Z | Compiling either v1.14.0 |
1261 | 2025-03-07T21:37:23.860Z | Compiling cpufeatures v0.2.14 |
1262 | 2025-03-07T21:37:23.937Z | Compiling slab v0.4.9 |
1263 | 2025-03-07T21:37:23.960Z | Compiling glob v0.3.2 |
1264 | 2025-03-07T21:37:23.979Z | Compiling prettyplease v0.2.29 |
1265 | 2025-03-07T21:37:24.215Z | Compiling lazy_static v1.5.0 |
1266 | 2025-03-07T21:37:24.353Z | Compiling minimal-lexical v0.2.1 |
1267 | 2025-03-07T21:37:24.380Z | Compiling serde_json v1.0.139 |
1268 | 2025-03-07T21:37:24.755Z | Compiling futures-channel v0.3.31 |
1269 | 2025-03-07T21:37:24.815Z | Compiling nom v7.1.3 |
1270 | 2025-03-07T21:37:24.835Z | Compiling clang-sys v1.8.1 |
1271 | 2025-03-07T21:37:24.874Z | Compiling libloading v0.8.5 |
1272 | 2025-03-07T21:37:25.174Z | Compiling home v0.5.9 |
1273 | 2025-03-07T21:37:25.282Z | Compiling allocator-api2 v0.2.18 |
1274 | 2025-03-07T21:37:25.399Z | Compiling futures-task v0.3.31 |
1275 | 2025-03-07T21:37:25.580Z | Compiling bindgen v0.69.5 |
1276 | 2025-03-07T21:37:25.699Z | Compiling foldhash v0.1.3 |
1277 | 2025-03-07T21:37:25.914Z | Compiling futures-io v0.3.31 |
1278 | 2025-03-07T21:37:26.031Z | Compiling pin-utils v0.1.0 |
1279 | 2025-03-07T21:37:26.070Z | Compiling hashbrown v0.15.1 |
1280 | 2025-03-07T21:37:26.261Z | Compiling itertools v0.12.1 |
1281 | 2025-03-07T21:37:26.480Z | Compiling lazycell v1.3.0 |
1282 | 2025-03-07T21:37:26.670Z | Compiling libm v0.2.8 |
1283 | 2025-03-07T21:37:27.030Z | Compiling pkg-config v0.3.31 |
1284 | 2025-03-07T21:37:27.303Z | Compiling regex-automata v0.4.8 |
1285 | 2025-03-07T21:37:27.778Z | Compiling rustc-hash v1.1.0 |
1286 | 2025-03-07T21:37:27.981Z | Compiling cexpr v0.6.0 |
1287 | 2025-03-07T21:37:28.257Z | Compiling cmake v0.1.51 |
1288 | 2025-03-07T21:37:28.332Z | Compiling num-traits v0.2.19 |
1289 | 2025-03-07T21:37:28.664Z | Compiling synstructure v0.13.1 |
1290 | 2025-03-07T21:37:29.163Z | Compiling dunce v1.0.5 |
1291 | 2025-03-07T21:37:29.315Z | Compiling fs_extra v1.3.0 |
1292 | 2025-03-07T21:37:29.822Z | Compiling litemap v0.7.3 |
1293 | 2025-03-07T21:37:29.871Z | Compiling writeable v0.5.5 |
1294 | 2025-03-07T21:37:30.054Z | Compiling getrandom v0.3.1 |
1295 | 2025-03-07T21:37:30.208Z | Compiling ring v0.17.11 |
1296 | 2025-03-07T21:37:30.409Z | Compiling paste v1.0.15 |
1297 | 2025-03-07T21:37:30.907Z | Compiling base64ct v1.6.0 |
1298 | 2025-03-07T21:37:31.426Z | Compiling pem-rfc7468 v0.7.0 |
1299 | 2025-03-07T21:37:31.484Z | Compiling httparse v1.9.5 |
1300 | 2025-03-07T21:37:31.941Z | Compiling flagset v0.4.6 |
1301 | 2025-03-07T21:37:32.035Z | Compiling aws-lc-rs v1.12.4 |
1302 | 2025-03-07T21:37:32.163Z | Compiling regex v1.11.1 |
1303 | 2025-03-07T21:37:32.166Z | Compiling icu_locid_transform_data v1.5.0 |
1304 | 2025-03-07T21:37:32.478Z | Compiling tracing-core v0.1.32 |
1305 | 2025-03-07T21:37:32.508Z | Compiling crossbeam-utils v0.8.20 |
1306 | 2025-03-07T21:37:33.083Z | Compiling percent-encoding v2.3.1 |
1307 | 2025-03-07T21:37:33.104Z | Compiling rustls-pki-types v1.10.0 |
1308 | 2025-03-07T21:37:33.399Z | Compiling icu_properties_data v1.5.0 |
1309 | 2025-03-07T21:37:33.645Z | Compiling untrusted v0.7.1 |
1310 | 2025-03-07T21:37:33.664Z | Compiling vcpkg v0.2.15 |
1311 | 2025-03-07T21:37:33.689Z | Compiling serde_derive v1.0.218 |
1312 | 2025-03-07T21:37:33.846Z | Compiling zeroize_derive v1.4.2 |
1313 | 2025-03-07T21:37:34.053Z | Compiling zerocopy-derive v0.7.35 |
1314 | 2025-03-07T21:37:34.091Z | Compiling tokio-macros v2.5.0 |
1315 | 2025-03-07T21:37:35.247Z | Compiling zeroize v1.8.1 |
1316 | 2025-03-07T21:37:35.350Z | Compiling zerofrom-derive v0.1.4 |
1317 | 2025-03-07T21:37:35.600Z | Compiling yoke-derive v0.7.4 |
1318 | 2025-03-07T21:37:35.963Z | Compiling zerocopy v0.7.35 |
1319 | 2025-03-07T21:37:36.057Z | Compiling thiserror-impl v1.0.69 |
1320 | 2025-03-07T21:37:36.545Z | Compiling zerovec-derive v0.10.3 |
1321 | 2025-03-07T21:37:36.816Z | Compiling crypto-common v0.1.6 |
1322 | 2025-03-07T21:37:36.914Z | Compiling block-buffer v0.10.4 |
1323 | 2025-03-07T21:37:37.076Z | Compiling futures-macro v0.3.31 |
1324 | 2025-03-07T21:37:37.205Z | Compiling digest v0.10.7 |
1325 | 2025-03-07T21:37:37.309Z | Compiling displaydoc v0.2.5 |
1326 | 2025-03-07T21:37:37.752Z | Compiling hmac v0.12.1 |
1327 | 2025-03-07T21:37:38.034Z | Compiling block-padding v0.3.3 |
1328 | 2025-03-07T21:37:38.252Z | Compiling ppv-lite86 v0.2.20 |
1329 | 2025-03-07T21:37:38.307Z | Compiling inout v0.1.3 |
1330 | 2025-03-07T21:37:38.596Z | Compiling cipher v0.4.4 |
1331 | 2025-03-07T21:37:38.758Z | Compiling zerofrom v0.1.4 |
1332 | 2025-03-07T21:37:38.895Z | Compiling sha2 v0.10.8 |
1333 | 2025-03-07T21:37:38.984Z | Compiling yoke v0.7.4 |
1334 | 2025-03-07T21:37:39.015Z | Compiling futures-util v0.3.31 |
1335 | 2025-03-07T21:37:39.036Z | Compiling icu_provider_macros v1.5.0 |
1336 | 2025-03-07T21:37:39.057Z | Compiling der_derive v0.7.3 |
1337 | 2025-03-07T21:37:39.061Z | Compiling thiserror v1.0.69 |
1338 | 2025-03-07T21:37:39.125Z | Compiling tracing-attributes v0.1.27 |
1339 | 2025-03-07T21:37:39.225Z | Compiling pest v2.7.14 |
1340 | 2025-03-07T21:37:39.352Z | Compiling zerovec v0.10.4 |
1341 | 2025-03-07T21:37:40.212Z | Compiling salsa20 v0.10.2 |
1342 | 2025-03-07T21:37:40.328Z | Compiling pbkdf2 v0.12.2 |
1343 | 2025-03-07T21:37:40.528Z | Compiling utf16_iter v1.0.5 |
1344 | 2025-03-07T21:37:40.760Z | Compiling num-conv v0.1.0 |
1345 | 2025-03-07T21:37:41.032Z | Compiling tinystr v0.7.6 |
1346 | 2025-03-07T21:37:41.281Z | Compiling der v0.7.9 |
1347 | 2025-03-07T21:37:41.323Z | Compiling icu_collections v1.5.0 |
1348 | 2025-03-07T21:37:41.410Z | Compiling icu_locid v1.5.0 |
1349 | 2025-03-07T21:37:42.209Z | Compiling untrusted v0.9.0 |
1350 | 2025-03-07T21:37:42.276Z | Compiling tracing v0.1.40 |
1351 | 2025-03-07T21:37:42.413Z | Compiling utf8_iter v1.0.4 |
1352 | 2025-03-07T21:37:42.459Z | Compiling time-core v0.1.2 |
1353 | 2025-03-07T21:37:42.563Z | Compiling icu_provider v1.5.0 |
1354 | 2025-03-07T21:37:42.665Z | Compiling icu_normalizer_data v1.5.0 |
1355 | 2025-03-07T21:37:42.735Z | Compiling powerfmt v0.2.0 |
1356 | 2025-03-07T21:37:42.790Z | Compiling write16 v1.0.0 |
1357 | 2025-03-07T21:37:42.834Z | Compiling time-macros v0.2.18 |
1358 | 2025-03-07T21:37:43.123Z | Compiling deranged v0.3.11 |
1359 | 2025-03-07T21:37:43.461Z | Compiling icu_locid_transform v1.5.0 |
1360 | 2025-03-07T21:37:43.584Z | Compiling spki v0.7.3 |
1361 | 2025-03-07T21:37:43.972Z | Compiling pest_meta v2.7.14 |
1362 | 2025-03-07T21:37:44.326Z | Compiling scrypt v0.11.0 |
1363 | 2025-03-07T21:37:44.449Z | Compiling cbc v0.1.2 |
1364 | 2025-03-07T21:37:44.571Z | Compiling aes v0.8.4 |
1365 | 2025-03-07T21:37:44.702Z | Compiling openssl-sys v0.9.106 |
1366 | 2025-03-07T21:37:44.839Z | Compiling icu_properties v1.5.1 |
1367 | 2025-03-07T21:37:45.712Z | Compiling scroll_derive v0.12.0 |
1368 | 2025-03-07T21:37:45.870Z | Compiling atomic-waker v1.1.2 |
1369 | 2025-03-07T21:37:46.064Z | Compiling num_threads v0.1.7 |
1370 | 2025-03-07T21:37:46.222Z | Compiling tinyvec_macros v0.1.1 |
1371 | 2025-03-07T21:37:46.334Z | Compiling tinyvec v1.8.0 |
1372 | 2025-03-07T21:37:46.697Z | Compiling bitflags v2.6.0 |
1373 | 2025-03-07T21:37:46.949Z | Compiling bytes v1.10.0 |
1374 | 2025-03-07T21:37:47.245Z | Compiling indexmap v2.7.1 |
1375 | 2025-03-07T21:37:47.340Z | Compiling semver v1.0.25 |
1376 | 2025-03-07T21:37:47.876Z | Compiling rustc_version v0.4.1 |
1377 | 2025-03-07T21:37:48.044Z | Compiling scroll v0.12.0 |
1378 | 2025-03-07T21:37:48.195Z | Compiling tokio v1.43.0 |
1379 | 2025-03-07T21:37:48.442Z | Compiling http v1.2.0 |
1380 | 2025-03-07T21:37:48.531Z | Compiling icu_normalizer v1.5.0 |
1381 | 2025-03-07T21:37:48.584Z | Compiling time v0.3.36 |
1382 | 2025-03-07T21:37:48.769Z | Compiling pkcs5 v0.7.1 |
1383 | 2025-03-07T21:37:49.360Z | Compiling pest_generator v2.7.14 |
1384 | 2025-03-07T21:37:49.860Z | Compiling idna_adapter v1.2.0 |
1385 | 2025-03-07T21:37:49.996Z | Compiling http-body v1.0.1 |
1386 | 2025-03-07T21:37:50.067Z | Compiling rand_chacha v0.3.1 |
1387 | 2025-03-07T21:37:50.257Z | Compiling form_urlencoded v1.2.1 |
1388 | 2025-03-07T21:37:50.311Z | Compiling try-lock v0.2.5 |
1389 | 2025-03-07T21:37:50.488Z | Compiling zerocopy v0.8.10 |
1390 | 2025-03-07T21:37:50.559Z | Compiling slog v2.7.0 |
1391 | 2025-03-07T21:37:50.579Z | Compiling rand v0.8.5 |
1392 | 2025-03-07T21:37:51.078Z | Compiling which v4.4.2 |
1393 | 2025-03-07T21:37:51.184Z | Compiling pest_derive v2.7.14 |
1394 | 2025-03-07T21:37:51.617Z | Compiling want v0.3.1 |
1395 | 2025-03-07T21:37:51.920Z | Compiling goblin v0.8.2 |
1396 | 2025-03-07T21:37:51.990Z | Compiling idna v1.0.3 |
1397 | 2025-03-07T21:37:52.010Z | Compiling pkcs8 v0.10.2 |
1398 | 2025-03-07T21:37:52.423Z | Compiling uuid v1.15.1 |
1399 | 2025-03-07T21:37:52.676Z | Compiling zerocopy-derive v0.8.10 |
1400 | 2025-03-07T21:37:52.696Z | Compiling iana-time-zone v0.1.61 |
1401 | 2025-03-07T21:37:53.071Z | Compiling tower-service v0.3.3 |
1402 | 2025-03-07T21:37:53.130Z | Compiling adler2 v2.0.0 |
1403 | 2025-03-07T21:37:53.228Z | Compiling httpdate v1.0.3 |
1404 | 2025-03-07T21:37:53.344Z | Compiling miniz_oxide v0.8.5 |
1405 | 2025-03-07T21:37:53.577Z | Compiling chrono v0.4.40 |
1406 | 2025-03-07T21:37:53.666Z | Compiling dtrace-parser v0.2.0 |
1407 | 2025-03-07T21:37:54.777Z | Compiling serde_spanned v0.6.8 |
1408 | 2025-03-07T21:37:54.873Z | Compiling serde_tokenstream v0.2.2 |
1409 | 2025-03-07T21:37:55.025Z | Compiling toml_datetime v0.6.8 |
1410 | 2025-03-07T21:37:55.425Z | Compiling openssl v0.10.71 |
1411 | 2025-03-07T21:37:55.497Z | Compiling foreign-types-shared v0.1.1 |
1412 | 2025-03-07T21:37:55.518Z | Compiling match_cfg v0.1.0 |
1413 | 2025-03-07T21:37:55.632Z | Compiling rustversion v1.0.17 |
1414 | 2025-03-07T21:37:55.653Z | Compiling base64 v0.22.1 |
1415 | 2025-03-07T21:37:55.890Z | Compiling foreign-types v0.3.2 |
1416 | 2025-03-07T21:37:56.007Z | Compiling hostname v0.3.1 |
1417 | 2025-03-07T21:37:56.228Z | Compiling tokio-util v0.7.13 |
1418 | 2025-03-07T21:37:56.338Z | Compiling url v2.5.3 |
1419 | 2025-03-07T21:37:56.884Z | Compiling async-trait v0.1.87 |
1420 | 2025-03-07T21:37:57.507Z | Compiling h2 v0.4.6 |
1421 | 2025-03-07T21:37:57.730Z | Compiling openssl-macros v0.1.1 |
1422 | 2025-03-07T21:37:58.091Z | Compiling dof v0.3.0 |
1423 | 2025-03-07T21:37:58.525Z | Compiling rand_core v0.9.2 |
1424 | 2025-03-07T21:37:58.583Z | Compiling serde_derive_internals v0.29.1 |
1425 | 2025-03-07T21:37:58.977Z | Compiling usdt-impl v0.5.0 |
1426 | 2025-03-07T21:37:59.335Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1427 | 2025-03-07T21:37:59.854Z | Compiling dirs-sys-next v0.1.2 |
1428 | 2025-03-07T21:37:59.858Z | Compiling rustls v0.23.19 |
1429 | 2025-03-07T21:38:00.204Z | Compiling rustls v0.22.4 |
1430 | 2025-03-07T21:38:00.334Z | Compiling native-tls v0.2.12 |
1431 | 2025-03-07T21:38:00.420Z | Compiling siphasher v0.3.11 |
1432 | 2025-03-07T21:38:00.502Z | Compiling syn v1.0.109 |
1433 | 2025-03-07T21:38:00.692Z | Compiling schemars v0.8.22 |
1434 | 2025-03-07T21:38:00.804Z | Compiling data-encoding v2.6.0 |
1435 | 2025-03-07T21:38:00.857Z | Compiling schemars_derive v0.8.22 |
1436 | 2025-03-07T21:38:01.134Z | Compiling dirs-next v2.0.0 |
1437 | 2025-03-07T21:38:01.186Z | Compiling rand_chacha v0.9.0 |
1438 | 2025-03-07T21:38:02.518Z | Compiling http-body-util v0.1.2 |
1439 | 2025-03-07T21:38:02.583Z | Compiling heapless v0.7.17 |
1440 | 2025-03-07T21:38:02.612Z | Compiling unicode-normalization v0.1.24 |
1441 | 2025-03-07T21:38:03.048Z | Compiling crossbeam-epoch v0.9.18 |
1442 | 2025-03-07T21:38:03.095Z | Compiling sha1 v0.10.6 |
1443 | 2025-03-07T21:38:03.311Z | Compiling signature v2.2.0 |
1444 | 2025-03-07T21:38:03.542Z | Compiling thread_local v1.1.8 |
1445 | 2025-03-07T21:38:03.615Z | Compiling cookie v0.18.1 |
1446 | 2025-03-07T21:38:03.741Z | Compiling multer v3.1.0 |
1447 | 2025-03-07T21:38:03.763Z | Compiling encoding_rs v0.8.34 |
1448 | 2025-03-07T21:38:03.767Z | Compiling crc32fast v1.4.2 |
1449 | 2025-03-07T21:38:03.961Z | Compiling slog-async v2.8.0 |
1450 | 2025-03-07T21:38:04.018Z | Compiling rayon-core v1.12.1 |
1451 | 2025-03-07T21:38:04.061Z | Compiling gimli v0.31.1 |
1452 | 2025-03-07T21:38:04.129Z | Compiling dyn-clone v1.0.19 |
1453 | 2025-03-07T21:38:04.316Z | Compiling unicode-properties v0.1.3 |
1454 | 2025-03-07T21:38:04.384Z | Compiling openssl-probe v0.1.5 |
1455 | 2025-03-07T21:38:04.462Z | Compiling ipnet v2.11.0 |
1456 | 2025-03-07T21:38:04.696Z | Compiling hyper v1.6.0 |
1457 | 2025-03-07T21:38:04.731Z | Compiling mime v0.3.17 |
1458 | 2025-03-07T21:38:05.256Z | Compiling unicode-bidi v0.3.17 |
1459 | 2025-03-07T21:38:05.593Z | Compiling signal-hook v0.3.17 |
1460 | 2025-03-07T21:38:06.023Z | Compiling stringprep v0.1.5 |
1461 | 2025-03-07T21:38:07.513Z | Compiling hyper-util v0.1.10 |
1462 | 2025-03-07T21:38:07.622Z | Compiling toml_edit v0.22.24 |
1463 | 2025-03-07T21:38:08.053Z | Compiling crossbeam-deque v0.8.5 |
1464 | 2025-03-07T21:38:08.383Z | Compiling addr2line v0.24.2 |
1465 | 2025-03-07T21:38:08.658Z | Compiling rand v0.9.0 |
1466 | 2025-03-07T21:38:08.779Z | Compiling term v0.7.0 |
1467 | 2025-03-07T21:38:09.053Z | Compiling usdt-macro v0.5.0 |
1468 | 2025-03-07T21:38:09.880Z | Compiling usdt-attr-macro v0.5.0 |
1469 | 2025-03-07T21:38:10.025Z | Compiling slog-json v2.6.1 |
1470 | 2025-03-07T21:38:10.383Z | Compiling serde_urlencoded v0.7.1 |
1471 | 2025-03-07T21:38:10.416Z | Compiling curve25519-dalek v4.1.3 |
1472 | 2025-03-07T21:38:10.446Z | Compiling crossbeam-channel v0.5.13 |
1473 | 2025-03-07T21:38:10.468Z | Compiling futures-executor v0.3.31 |
1474 | 2025-03-07T21:38:10.921Z | Compiling enum-as-inner v0.6.1 |
1475 | 2025-03-07T21:38:10.976Z | Compiling md-5 v0.10.6 |
1476 | 2025-03-07T21:38:11.116Z | Compiling async-stream-impl v0.3.6 |
1477 | 2025-03-07T21:38:11.267Z | Compiling rustls-pemfile v2.2.0 |
1478 | 2025-03-07T21:38:11.424Z | Compiling num-integer v0.1.46 |
1479 | 2025-03-07T21:38:11.465Z | Compiling hash32 v0.2.1 |
1480 | 2025-03-07T21:38:11.609Z | Compiling ff v0.13.0 |
1481 | 2025-03-07T21:38:11.844Z | Compiling is-terminal v0.4.13 |
1482 | 2025-03-07T21:38:11.867Z | Compiling object v0.36.5 |
1483 | 2025-03-07T21:38:11.934Z | Compiling dropshot v0.12.0 |
1484 | 2025-03-07T21:38:11.995Z | Compiling memoffset v0.9.1 |
1485 | 2025-03-07T21:38:12.151Z | Compiling smoltcp v0.9.1 |
1486 | 2025-03-07T21:38:12.288Z | Compiling quick-error v1.2.3 |
1487 | 2025-03-07T21:38:12.329Z | Compiling linked-hash-map v0.5.6 |
1488 | 2025-03-07T21:38:12.350Z | Compiling rustc-demangle v0.1.24 |
1489 | 2025-03-07T21:38:12.457Z | Compiling psl-types v2.0.11 |
1490 | 2025-03-07T21:38:12.688Z | Compiling fallible-iterator v0.2.0 |
1491 | 2025-03-07T21:38:12.726Z | Compiling litrs v0.4.1 |
1492 | 2025-03-07T21:38:12.817Z | Compiling take_mut v0.2.2 |
1493 | 2025-03-07T21:38:13.001Z | Compiling anyhow v1.0.97 |
1494 | 2025-03-07T21:38:13.273Z | Compiling base16ct v0.2.0 |
1495 | 2025-03-07T21:38:13.367Z | Compiling cfg_aliases v0.2.1 |
1496 | 2025-03-07T21:38:13.491Z | Compiling utf-8 v0.7.6 |
1497 | 2025-03-07T21:38:13.620Z | Compiling num-bigint-dig v0.8.4 |
1498 | 2025-03-07T21:38:13.641Z | Compiling portable-atomic v1.9.0 |
1499 | 2025-03-07T21:38:13.821Z | Compiling tungstenite v0.24.0 |
1500 | 2025-03-07T21:38:13.842Z | Compiling document-features v0.2.10 |
1501 | 2025-03-07T21:38:14.408Z | Compiling sec1 v0.7.3 |
1502 | 2025-03-07T21:38:14.710Z | Compiling nix v0.29.0 |
1503 | 2025-03-07T21:38:14.940Z | Compiling postgres-protocol v0.6.8 |
1504 | 2025-03-07T21:38:15.041Z | Compiling lru-cache v0.1.2 |
1505 | 2025-03-07T21:38:15.245Z | Compiling publicsuffix v2.3.0 |
1506 | 2025-03-07T21:38:15.558Z | Compiling resolv-conf v0.7.0 |
1507 | 2025-03-07T21:38:15.592Z | Compiling async-stream v0.3.6 |
1508 | 2025-03-07T21:38:15.969Z | Compiling slog-term v2.9.1 |
1509 | 2025-03-07T21:38:15.989Z | Compiling hickory-proto v0.24.4 |
1510 | 2025-03-07T21:38:16.008Z | Compiling num-iter v0.1.45 |
1511 | 2025-03-07T21:38:16.157Z | Compiling usdt v0.5.0 |
1512 | 2025-03-07T21:38:16.208Z | Compiling group v0.13.0 |
1513 | 2025-03-07T21:38:16.637Z | Compiling toml v0.8.20 |
1514 | 2025-03-07T21:38:16.673Z | Compiling futures v0.3.31 |
1515 | 2025-03-07T21:38:16.808Z | Compiling slog-bunyan v2.5.0 |
1516 | 2025-03-07T21:38:17.030Z | Compiling bzip2 v0.4.4 |
1517 | 2025-03-07T21:38:18.130Z | Compiling camino v1.1.9 |
1518 | 2025-03-07T21:38:18.349Z | Compiling tokio-native-tls v0.3.1 |
1519 | 2025-03-07T21:38:18.595Z | Compiling backtrace v0.3.74 |
1520 | 2025-03-07T21:38:18.642Z | Compiling flate2 v1.1.0 |
1521 | 2025-03-07T21:38:19.002Z | Compiling phf_shared v0.11.2 |
1522 | 2025-03-07T21:38:19.114Z | Compiling dropshot_endpoint v0.12.0 |
1523 | 2025-03-07T21:38:19.226Z | Compiling terminal_size v0.4.0 |
1524 | 2025-03-07T21:38:19.384Z | Compiling openapiv3 v2.0.0 |
1525 | 2025-03-07T21:38:19.460Z | Compiling serde_path_to_error v0.1.16 |
1526 | 2025-03-07T21:38:19.487Z | Compiling waitgroup v0.1.2 |
1527 | 2025-03-07T21:38:19.723Z | Compiling hkdf v0.12.4 |
1528 | 2025-03-07T21:38:20.010Z | Compiling crypto-bigint v0.5.5 |
1529 | 2025-03-07T21:38:20.233Z | Compiling curve25519-dalek-derive v0.1.1 |
1530 | 2025-03-07T21:38:20.813Z | Compiling hubpack_derive v0.1.1 |
1531 | 2025-03-07T21:38:21.466Z | Compiling zerocopy-derive v0.6.6 |
1532 | 2025-03-07T21:38:21.679Z | Compiling webpki-roots v0.26.6 |
1533 | 2025-03-07T21:38:21.736Z | Compiling sync_wrapper v1.0.1 |
1534 | 2025-03-07T21:38:21.913Z | Compiling hostname v0.4.0 |
1535 | 2025-03-07T21:38:21.916Z | Compiling fs-err v2.11.0 |
1536 | 2025-03-07T21:38:22.154Z | Compiling ahash v0.8.11 |
1537 | 2025-03-07T21:38:22.258Z | Compiling zip v2.1.3 |
1538 | 2025-03-07T21:38:22.532Z | Compiling managed v0.8.0 |
1539 | 2025-03-07T21:38:22.595Z | Compiling debug-ignore v1.0.5 |
1540 | 2025-03-07T21:38:22.804Z | Compiling tower-layer v0.3.3 |
1541 | 2025-03-07T21:38:22.974Z | Compiling bumpalo v3.16.0 |
1542 | 2025-03-07T21:38:23.116Z | Compiling winnow v0.5.40 |
1543 | 2025-03-07T21:38:23.187Z | Compiling unicode-width v0.2.0 |
1544 | 2025-03-07T21:38:23.396Z | Compiling simd-adler32 v0.3.7 |
1545 | 2025-03-07T21:38:23.418Z | Compiling buf-list v1.0.3 |
1546 | 2025-03-07T21:38:23.452Z | Compiling newtype-uuid v1.2.1 |
1547 | 2025-03-07T21:38:23.725Z | Compiling lockfree-object-pool v0.1.6 |
1548 | 2025-03-07T21:38:23.791Z | Compiling console v0.15.10 |
1549 | 2025-03-07T21:38:23.919Z | Compiling zerocopy v0.6.6 |
1550 | 2025-03-07T21:38:23.979Z | Compiling zopfli v0.8.1 |
1551 | 2025-03-07T21:38:24.636Z | Compiling tower v0.5.2 |
1552 | 2025-03-07T21:38:24.983Z | Compiling elliptic-curve v0.13.8 |
1553 | 2025-03-07T21:38:25.114Z | Compiling strum_macros v0.25.3 |
1554 | 2025-03-07T21:38:25.528Z | Compiling clap_builder v4.5.31 |
1555 | 2025-03-07T21:38:25.799Z | Compiling hubpack v0.1.2 |
1556 | 2025-03-07T21:38:25.980Z | Compiling hickory-resolver v0.24.4 |
1557 | 2025-03-07T21:38:26.221Z | Compiling phf v0.11.2 |
1558 | 2025-03-07T21:38:26.583Z | Compiling toml_edit v0.19.15 |
1559 | 2025-03-07T21:38:26.602Z | Compiling signal-hook-mio v0.2.4 |
1560 | 2025-03-07T21:38:26.791Z | Compiling hyper-tls v0.6.0 |
1561 | 2025-03-07T21:38:26.897Z | Compiling rayon v1.10.0 |
1562 | 2025-03-07T21:38:27.387Z | Compiling cookie_store v0.21.1 |
1563 | 2025-03-07T21:38:28.941Z | Compiling postgres-types v0.2.9 |
1564 | 2025-03-07T21:38:30.273Z | Compiling tokio-tungstenite v0.24.0 |
1565 | 2025-03-07T21:38:31.268Z | Compiling ed25519 v2.2.3 |
1566 | 2025-03-07T21:38:31.640Z | Compiling phf_shared v0.10.0 |
1567 | 2025-03-07T21:38:32.023Z | Compiling tokio-stream v0.1.17 |
1568 | 2025-03-07T21:38:32.118Z | Compiling pkcs1 v0.7.5 |
1569 | 2025-03-07T21:38:33.053Z | Compiling serde-big-array v0.5.1 |
1570 | 2025-03-07T21:38:33.096Z | Compiling clap_derive v4.5.28 |
1571 | 2025-03-07T21:38:33.157Z | Compiling rfc6979 v0.4.0 |
1572 | 2025-03-07T21:38:33.291Z | Compiling derive-where v1.2.7 |
1573 | 2025-03-07T21:38:33.345Z | Compiling serde_repr v0.1.19 |
1574 | 2025-03-07T21:38:33.365Z | Compiling float-cmp v0.10.0 |
1575 | 2025-03-07T21:38:33.463Z | Compiling bstr v1.10.0 |
1576 | 2025-03-07T21:38:33.616Z | Compiling normalize-line-endings v0.3.0 |
1577 | 2025-03-07T21:38:33.767Z | Compiling static_assertions v1.1.0 |
1578 | 2025-03-07T21:38:33.889Z | Compiling fixedbitset v0.4.2 |
1579 | 2025-03-07T21:38:33.913Z | Compiling unicode-segmentation v1.12.0 |
1580 | 2025-03-07T21:38:34.340Z | Compiling predicates-core v1.0.8 |
1581 | 2025-03-07T21:38:34.453Z | Compiling new_debug_unreachable v1.0.6 |
1582 | 2025-03-07T21:38:34.569Z | Compiling precomputed-hash v0.1.1 |
1583 | 2025-03-07T21:38:34.675Z | Compiling difflib v0.4.0 |
1584 | 2025-03-07T21:38:34.706Z | Compiling number_prefix v0.4.0 |
1585 | 2025-03-07T21:38:34.795Z | Compiling whoami v1.5.2 |
1586 | 2025-03-07T21:38:34.959Z | Compiling indicatif v0.17.11 |
1587 | 2025-03-07T21:38:35.007Z | Compiling string_cache v0.8.7 |
1588 | 2025-03-07T21:38:35.366Z | Compiling predicates v3.1.3 |
1589 | 2025-03-07T21:38:35.452Z | Compiling tokio-postgres v0.7.13 |
1590 | 2025-03-07T21:38:36.027Z | Compiling similar v2.7.0 |
1591 | 2025-03-07T21:38:36.446Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1592 | 2025-03-07T21:38:36.840Z | Compiling petgraph v0.6.5 |
1593 | 2025-03-07T21:38:36.976Z | Compiling ecdsa v0.16.9 |
1594 | 2025-03-07T21:38:37.588Z | Compiling clap v4.5.31 |
1595 | 2025-03-07T21:38:37.761Z | Compiling rsa v0.9.6 |
1596 | 2025-03-07T21:38:37.850Z | Compiling ed25519-dalek v2.1.1 |
1597 | 2025-03-07T21:38:39.196Z | Compiling toml v0.7.8 |
1598 | 2025-03-07T21:38:40.093Z | Compiling crossterm v0.28.1 |
1599 | 2025-03-07T21:38:41.631Z | Compiling zip v0.6.6 |
1600 | 2025-03-07T21:38:41.765Z | Compiling hex v0.4.3 |
1601 | 2025-03-07T21:38:42.373Z | Compiling x509-cert v0.2.5 |
1602 | 2025-03-07T21:38:42.554Z | Compiling itertools v0.10.5 |
1603 | 2025-03-07T21:38:42.813Z | Compiling unicode-xid v0.2.6 |
1604 | 2025-03-07T21:38:42.896Z | Compiling peg-runtime v0.8.5 |
1605 | 2025-03-07T21:38:42.922Z | Compiling lalrpop-util v0.19.12 |
1606 | 2025-03-07T21:38:43.023Z | Compiling strum_macros v0.26.4 |
1607 | 2025-03-07T21:38:43.288Z | Compiling xattr v1.3.1 |
1608 | 2025-03-07T21:38:43.309Z | Compiling filetime v0.2.25 |
1609 | 2025-03-07T21:38:43.576Z | Compiling tar v0.4.44 |
1610 | 2025-03-07T21:38:47.469Z | Compiling strum v0.26.3 |
1611 | 2025-03-07T21:38:50.263Z | Compiling aws-lc-sys v0.26.0 |
1612 | 2025-03-07T21:39:21.381Z | Compiling rustls-webpki v0.102.8 |
1613 | 2025-03-07T21:39:24.601Z | Compiling tokio-rustls v0.25.0 |
1614 | 2025-03-07T21:39:26.440Z | Compiling tokio-rustls v0.26.0 |
1615 | 2025-03-07T21:39:26.716Z | Compiling hyper-rustls v0.27.3 |
1616 | 2025-03-07T21:39:27.112Z | Compiling reqwest v0.12.12 |
1617 | 2025-03-07T21:39:28.359Z | Compiling qorb v0.2.1 |
1618 | 2025-03-07T21:39:31.490Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1619 | 2025-03-07T21:39:31.777Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1620 | 2025-03-07T21:39:36.288Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 19s |
1621 | 2025-03-07T21:39:36.463Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1622 | 2025-03-07T21:39:36.518Z | Mar 07 21:39:36.009 INFO Starting download, target: Cockroach |
1623 | 2025-03-07T21:39:36.518Z | Mar 07 21:39:36.010 INFO Starting download, target: Console |
1624 | 2025-03-07T21:39:36.518Z | Mar 07 21:39:36.010 INFO Starting download, target: Clickhouse |
1625 | 2025-03-07T21:39:36.518Z | Mar 07 21:39:36.010 INFO Starting download, target: DendriteOpenapi |
1626 | 2025-03-07T21:39:36.521Z | Mar 07 21:39:36.010 INFO Starting download, target: DendriteStub |
1627 | 2025-03-07T21:39:36.521Z | Mar 07 21:39:36.010 INFO Starting download, target: MaghemiteMgd |
1628 | 2025-03-07T21:39:36.521Z | Mar 07 21:39:36.010 INFO Starting download, target: TransceiverControl |
1629 | 2025-03-07T21:39:36.521Z | Mar 07 21:39:36.011 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1630 | 2025-03-07T21:39:36.521Z | Mar 07 21:39:36.011 INFO Downloading out/downloads/dpd-a66561e0a063cc30820182008c31f9a64cbd8a6f.json (attempt 1/3), target: DendriteOpenapi |
1631 | 2025-03-07T21:39:36.521Z | Mar 07 21:39:36.011 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1632 | 2025-03-07T21:39:36.521Z | Mar 07 21:39:36.011 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1633 | 2025-03-07T21:39:36.521Z | Mar 07 21:39:36.011 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1634 | 2025-03-07T21:39:36.521Z | Mar 07 21:39:36.011 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1635 | 2025-03-07T21:39:36.521Z | Mar 07 21:39:36.011 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1636 | 2025-03-07T21:39:37.076Z | Mar 07 21:39:36.154 INFO Download complete, target: DendriteOpenapi |
1637 | 2025-03-07T21:39:37.115Z | Mar 07 21:39:36.584 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1638 | 2025-03-07T21:39:37.163Z | Mar 07 21:39:36.642 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1639 | 2025-03-07T21:39:37.245Z | Mar 07 21:39:36.720 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1640 | 2025-03-07T21:39:37.345Z | Mar 07 21:39:36.813 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1641 | 2025-03-07T21:39:37.536Z | Mar 07 21:39:37.023 INFO Download complete, target: Console |
1642 | 2025-03-07T21:39:37.715Z | Mar 07 21:39:37.206 INFO Download complete, target: TransceiverControl |
1643 | 2025-03-07T21:39:38.002Z | Mar 07 21:39:37.494 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1644 | 2025-03-07T21:39:38.002Z | Mar 07 21:39:37.494 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1645 | 2025-03-07T21:39:38.480Z | Mar 07 21:39:37.972 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1646 | 2025-03-07T21:39:39.835Z | Mar 07 21:39:39.326 INFO Download complete, target: DendriteStub |
1647 | 2025-03-07T21:39:40.022Z | Mar 07 21:39:39.514 INFO Download complete, target: MaghemiteMgd |
1648 | 2025-03-07T21:39:44.560Z | Mar 07 21:39:44.050 INFO Checking that binary works, target: Cockroach |
1649 | 2025-03-07T21:39:44.725Z | Mar 07 21:39:44.216 INFO Download complete, target: Cockroach |
1650 | 2025-03-07T21:39:49.181Z | Mar 07 21:39:48.671 INFO Checking that binary works, target: Clickhouse |
1651 | 2025-03-07T21:39:49.524Z | Mar 07 21:39:49.013 INFO Download complete, target: Clickhouse |
1652 | 2025-03-07T21:39:49.582Z | All builder prerequisites installed successfully, and PATH looks valid |
1653 | 2025-03-07T21:39:49.586Z | |
1654 | 2025-03-07T21:39:49.586Z | real 5:23.750302342 |
1655 | 2025-03-07T21:39:49.586Z | user 16:00.587460911 |
1656 | 2025-03-07T21:39:49.587Z | sys 2:13.324747096 |
1657 | 2025-03-07T21:39:49.587Z | trap 0.611136769 |
1658 | 2025-03-07T21:39:49.587Z | tflt 1.386273412 |
1659 | 2025-03-07T21:39:49.587Z | dflt 1.902722994 |
1660 | 2025-03-07T21:39:49.587Z | kflt 0.067542247 |
1661 | 2025-03-07T21:39:49.587Z | lock 24:26.753134409 |
1662 | 2025-03-07T21:39:49.587Z | slp 58:03.010182229 |
1663 | 2025-03-07T21:39:49.587Z | lat 1:04.334842897 |
1664 | 2025-03-07T21:39:49.587Z | stop 2:36.084600209 |
1665 | 2025-03-07T21:39:49.587Z | + banner hack-check |
1666 | 2025-03-07T21:39:49.587Z | |
1667 | 2025-03-07T21:39:49.588Z | # # ## #### # # #### # # ###### #### # # |
1668 | 2025-03-07T21:39:49.588Z | # # # # # # # # # # # # # # # # # |
1669 | 2025-03-07T21:39:49.588Z | ###### # # # #### ##### # ###### ##### # #### |
1670 | 2025-03-07T21:39:49.588Z | # # ###### # # # # # # # # # # |
1671 | 2025-03-07T21:39:49.588Z | # # # # # # # # # # # # # # # # # |
1672 | 2025-03-07T21:39:49.588Z | # # # # #### # # #### # # ###### #### # # |
1673 | 2025-03-07T21:39:49.588Z | |
1674 | 2025-03-07T21:39:49.588Z | + export CARGO_INCREMENTAL=0 |
1675 | 2025-03-07T21:39:49.588Z | + CARGO_INCREMENTAL=0 |
1676 | 2025-03-07T21:39:49.588Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1677 | 2025-03-07T21:39:50.175Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1678 | 2025-03-07T21:39:53.129Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.48s |
1679 | 2025-03-07T21:39:53.203Z | Running `target/debug/xtask check-features --ci` |
1680 | 2025-03-07T21:39:53.225Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1681 | 2025-03-07T21:39:53.230Z | running: "/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1682 | 2025-03-07T21:39:53.722Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
1683 | 2025-03-07T21:39:53.748Z | Running `target/debug/xtask download cargo-hack` |
1684 | 2025-03-07T21:39:54.637Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1685 | 2025-03-07T21:39:55.030Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1686 | 2025-03-07T21:39:58.853Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.07s |
1687 | 2025-03-07T21:39:59.022Z | Running `target/debug/xtask-downloader cargo-hack` |
1688 | 2025-03-07T21:39:59.065Z | Mar 07 21:39:58.553 INFO Starting download, target: CargoHack |
1689 | 2025-03-07T21:39:59.068Z | Mar 07 21:39:58.554 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1690 | 2025-03-07T21:39:59.527Z | Mar 07 21:39:59.015 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1691 | 2025-03-07T21:39:59.603Z | Mar 07 21:39:59.091 INFO Download complete, target: CargoHack |
1692 | 2025-03-07T21:39:59.606Z | 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" |
1693 | 2025-03-07T21:39:59.622Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1694 | 2025-03-07T21:39:59.805Z | info: running `cargo check --bins` on api_identity (1/197) |
1695 | 2025-03-07T21:40:00.386Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1696 | 2025-03-07T21:40:00.389Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1697 | 2025-03-07T21:40:00.389Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1698 | 2025-03-07T21:40:00.392Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
1699 | 2025-03-07T21:40:00.469Z | |
1700 | 2025-03-07T21:40:00.469Z | info: running `cargo check --bins` on bootstore (2/197) |
1701 | 2025-03-07T21:40:01.074Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1702 | 2025-03-07T21:40:01.077Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1703 | 2025-03-07T21:40:01.078Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1704 | 2025-03-07T21:40:01.080Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
1705 | 2025-03-07T21:40:01.167Z | |
1706 | 2025-03-07T21:40:01.167Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/197) |
1707 | 2025-03-07T21:40:01.806Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1708 | 2025-03-07T21:40:01.829Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1709 | 2025-03-07T21:40:01.829Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1710 | 2025-03-07T21:40:01.829Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
1711 | 2025-03-07T21:40:01.850Z | |
1712 | 2025-03-07T21:40:01.850Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/197) |
1713 | 2025-03-07T21:40:02.445Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1714 | 2025-03-07T21:40:02.448Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1715 | 2025-03-07T21:40:02.448Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1716 | 2025-03-07T21:40:02.451Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
1717 | 2025-03-07T21:40:02.530Z | |
1718 | 2025-03-07T21:40:02.530Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/197) |
1719 | 2025-03-07T21:40:02.951Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1720 | 2025-03-07T21:40:02.954Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1721 | 2025-03-07T21:40:02.954Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1722 | 2025-03-07T21:40:02.958Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1723 | 2025-03-07T21:40:02.999Z | |
1724 | 2025-03-07T21:40:02.999Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (6/197) |
1725 | 2025-03-07T21:40:03.424Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1726 | 2025-03-07T21:40:03.427Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1727 | 2025-03-07T21:40:03.427Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1728 | 2025-03-07T21:40:03.430Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1729 | 2025-03-07T21:40:03.472Z | |
1730 | 2025-03-07T21:40:03.472Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/197) |
1731 | 2025-03-07T21:40:03.886Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1732 | 2025-03-07T21:40:03.889Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1733 | 2025-03-07T21:40:03.889Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1734 | 2025-03-07T21:40:03.893Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1735 | 2025-03-07T21:40:03.935Z | |
1736 | 2025-03-07T21:40:03.935Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/197) |
1737 | 2025-03-07T21:40:04.352Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1738 | 2025-03-07T21:40:04.356Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1739 | 2025-03-07T21:40:04.356Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1740 | 2025-03-07T21:40:04.359Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1741 | 2025-03-07T21:40:04.399Z | |
1742 | 2025-03-07T21:40:04.399Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/197) |
1743 | 2025-03-07T21:40:04.822Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1744 | 2025-03-07T21:40:04.827Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1745 | 2025-03-07T21:40:04.827Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1746 | 2025-03-07T21:40:04.830Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1747 | 2025-03-07T21:40:04.870Z | |
1748 | 2025-03-07T21:40:04.870Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/197) |
1749 | 2025-03-07T21:40:05.297Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1750 | 2025-03-07T21:40:05.300Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1751 | 2025-03-07T21:40:05.300Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1752 | 2025-03-07T21:40:05.303Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1753 | 2025-03-07T21:40:05.345Z | |
1754 | 2025-03-07T21:40:05.345Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/197) |
1755 | 2025-03-07T21:40:05.783Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1756 | 2025-03-07T21:40:05.786Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1757 | 2025-03-07T21:40:05.786Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1758 | 2025-03-07T21:40:05.789Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1759 | 2025-03-07T21:40:05.831Z | |
1760 | 2025-03-07T21:40:05.831Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/197) |
1761 | 2025-03-07T21:40:06.257Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1762 | 2025-03-07T21:40:06.260Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1763 | 2025-03-07T21:40:06.260Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1764 | 2025-03-07T21:40:06.263Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1765 | 2025-03-07T21:40:06.305Z | |
1766 | 2025-03-07T21:40:06.306Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/197) |
1767 | 2025-03-07T21:40:06.740Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1768 | 2025-03-07T21:40:06.743Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1769 | 2025-03-07T21:40:06.743Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1770 | 2025-03-07T21:40:06.746Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1771 | 2025-03-07T21:40:06.789Z | |
1772 | 2025-03-07T21:40:06.789Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/197) |
1773 | 2025-03-07T21:40:07.205Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1774 | 2025-03-07T21:40:07.208Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1775 | 2025-03-07T21:40:07.208Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1776 | 2025-03-07T21:40:07.211Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1777 | 2025-03-07T21:40:07.253Z | |
1778 | 2025-03-07T21:40:07.253Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/197) |
1779 | 2025-03-07T21:40:07.673Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1780 | 2025-03-07T21:40:07.676Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1781 | 2025-03-07T21:40:07.676Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1782 | 2025-03-07T21:40:07.678Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1783 | 2025-03-07T21:40:07.722Z | |
1784 | 2025-03-07T21:40:07.722Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (16/197) |
1785 | 2025-03-07T21:40:08.150Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1786 | 2025-03-07T21:40:08.153Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1787 | 2025-03-07T21:40:08.154Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1788 | 2025-03-07T21:40:08.156Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1789 | 2025-03-07T21:40:08.202Z | |
1790 | 2025-03-07T21:40:08.202Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (17/197) |
1791 | 2025-03-07T21:40:08.632Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1792 | 2025-03-07T21:40:08.635Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1793 | 2025-03-07T21:40:08.635Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1794 | 2025-03-07T21:40:08.638Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1795 | 2025-03-07T21:40:08.683Z | |
1796 | 2025-03-07T21:40:08.683Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (18/197) |
1797 | 2025-03-07T21:40:09.108Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1798 | 2025-03-07T21:40:09.112Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1799 | 2025-03-07T21:40:09.112Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1800 | 2025-03-07T21:40:09.115Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1801 | 2025-03-07T21:40:09.157Z | |
1802 | 2025-03-07T21:40:09.157Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (19/197) |
1803 | 2025-03-07T21:40:09.580Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1804 | 2025-03-07T21:40:09.583Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1805 | 2025-03-07T21:40:09.583Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1806 | 2025-03-07T21:40:09.586Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1807 | 2025-03-07T21:40:09.629Z | |
1808 | 2025-03-07T21:40:09.629Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (20/197) |
1809 | 2025-03-07T21:40:10.064Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1810 | 2025-03-07T21:40:10.067Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1811 | 2025-03-07T21:40:10.067Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1812 | 2025-03-07T21:40:10.070Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1813 | 2025-03-07T21:40:10.118Z | |
1814 | 2025-03-07T21:40:10.118Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (21/197) |
1815 | 2025-03-07T21:40:10.549Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1816 | 2025-03-07T21:40:10.552Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1817 | 2025-03-07T21:40:10.552Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1818 | 2025-03-07T21:40:10.555Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1819 | 2025-03-07T21:40:10.600Z | |
1820 | 2025-03-07T21:40:10.600Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (22/197) |
1821 | 2025-03-07T21:40:11.033Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1822 | 2025-03-07T21:40:11.037Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1823 | 2025-03-07T21:40:11.037Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1824 | 2025-03-07T21:40:11.040Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1825 | 2025-03-07T21:40:11.090Z | |
1826 | 2025-03-07T21:40:11.090Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (23/197) |
1827 | 2025-03-07T21:40:11.511Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1828 | 2025-03-07T21:40:11.514Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1829 | 2025-03-07T21:40:11.514Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1830 | 2025-03-07T21:40:11.517Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1831 | 2025-03-07T21:40:11.569Z | |
1832 | 2025-03-07T21:40:11.569Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (24/197) |
1833 | 2025-03-07T21:40:11.996Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1834 | 2025-03-07T21:40:11.999Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1835 | 2025-03-07T21:40:11.999Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1836 | 2025-03-07T21:40:12.003Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1837 | 2025-03-07T21:40:12.048Z | |
1838 | 2025-03-07T21:40:12.048Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (25/197) |
1839 | 2025-03-07T21:40:12.469Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1840 | 2025-03-07T21:40:12.473Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1841 | 2025-03-07T21:40:12.473Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1842 | 2025-03-07T21:40:12.476Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1843 | 2025-03-07T21:40:12.519Z | |
1844 | 2025-03-07T21:40:12.519Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (26/197) |
1845 | 2025-03-07T21:40:12.936Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1846 | 2025-03-07T21:40:12.939Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1847 | 2025-03-07T21:40:12.939Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1848 | 2025-03-07T21:40:12.942Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1849 | 2025-03-07T21:40:12.987Z | |
1850 | 2025-03-07T21:40:12.987Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (27/197) |
1851 | 2025-03-07T21:40:13.402Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1852 | 2025-03-07T21:40:13.405Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1853 | 2025-03-07T21:40:13.406Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1854 | 2025-03-07T21:40:13.408Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1855 | 2025-03-07T21:40:13.453Z | |
1856 | 2025-03-07T21:40:13.453Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (28/197) |
1857 | 2025-03-07T21:40:13.873Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1858 | 2025-03-07T21:40:13.876Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1859 | 2025-03-07T21:40:13.876Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1860 | 2025-03-07T21:40:13.879Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1861 | 2025-03-07T21:40:13.922Z | |
1862 | 2025-03-07T21:40:13.922Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (29/197) |
1863 | 2025-03-07T21:40:14.340Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1864 | 2025-03-07T21:40:14.344Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1865 | 2025-03-07T21:40:14.344Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1866 | 2025-03-07T21:40:14.347Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1867 | 2025-03-07T21:40:14.388Z | |
1868 | 2025-03-07T21:40:14.388Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (30/197) |
1869 | 2025-03-07T21:40:14.809Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1870 | 2025-03-07T21:40:14.812Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1871 | 2025-03-07T21:40:14.812Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1872 | 2025-03-07T21:40:14.817Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1873 | 2025-03-07T21:40:14.858Z | |
1874 | 2025-03-07T21:40:14.858Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (31/197) |
1875 | 2025-03-07T21:40:15.278Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1876 | 2025-03-07T21:40:15.281Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1877 | 2025-03-07T21:40:15.281Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1878 | 2025-03-07T21:40:15.284Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1879 | 2025-03-07T21:40:15.327Z | |
1880 | 2025-03-07T21:40:15.327Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (32/197) |
1881 | 2025-03-07T21:40:15.747Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1882 | 2025-03-07T21:40:15.750Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1883 | 2025-03-07T21:40:15.751Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1884 | 2025-03-07T21:40:15.754Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1885 | 2025-03-07T21:40:15.798Z | |
1886 | 2025-03-07T21:40:15.798Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (33/197) |
1887 | 2025-03-07T21:40:16.221Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1888 | 2025-03-07T21:40:16.226Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1889 | 2025-03-07T21:40:16.226Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1890 | 2025-03-07T21:40:16.229Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1891 | 2025-03-07T21:40:16.269Z | |
1892 | 2025-03-07T21:40:16.269Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (34/197) |
1893 | 2025-03-07T21:40:16.707Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1894 | 2025-03-07T21:40:16.710Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1895 | 2025-03-07T21:40:16.710Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1896 | 2025-03-07T21:40:16.714Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1897 | 2025-03-07T21:40:16.760Z | |
1898 | 2025-03-07T21:40:16.760Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (35/197) |
1899 | 2025-03-07T21:40:17.179Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1900 | 2025-03-07T21:40:17.181Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1901 | 2025-03-07T21:40:17.182Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1902 | 2025-03-07T21:40:17.184Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1903 | 2025-03-07T21:40:17.227Z | |
1904 | 2025-03-07T21:40:17.227Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (36/197) |
1905 | 2025-03-07T21:40:17.656Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1906 | 2025-03-07T21:40:17.659Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1907 | 2025-03-07T21:40:17.659Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1908 | 2025-03-07T21:40:17.662Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1909 | 2025-03-07T21:40:17.706Z | |
1910 | 2025-03-07T21:40:17.706Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (37/197) |
1911 | 2025-03-07T21:40:18.135Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1912 | 2025-03-07T21:40:18.139Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1913 | 2025-03-07T21:40:18.139Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1914 | 2025-03-07T21:40:18.143Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1915 | 2025-03-07T21:40:18.187Z | |
1916 | 2025-03-07T21:40:18.187Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (38/197) |
1917 | 2025-03-07T21:40:18.613Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1918 | 2025-03-07T21:40:18.616Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1919 | 2025-03-07T21:40:18.616Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1920 | 2025-03-07T21:40:18.619Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1921 | 2025-03-07T21:40:18.662Z | |
1922 | 2025-03-07T21:40:18.662Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (39/197) |
1923 | 2025-03-07T21:40:19.087Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1924 | 2025-03-07T21:40:19.090Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1925 | 2025-03-07T21:40:19.090Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1926 | 2025-03-07T21:40:19.093Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1927 | 2025-03-07T21:40:19.137Z | |
1928 | 2025-03-07T21:40:19.137Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (40/197) |
1929 | 2025-03-07T21:40:19.566Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1930 | 2025-03-07T21:40:19.570Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1931 | 2025-03-07T21:40:19.570Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1932 | 2025-03-07T21:40:19.573Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1933 | 2025-03-07T21:40:19.617Z | |
1934 | 2025-03-07T21:40:19.617Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (41/197) |
1935 | 2025-03-07T21:40:20.042Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1936 | 2025-03-07T21:40:20.045Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1937 | 2025-03-07T21:40:20.045Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1938 | 2025-03-07T21:40:20.048Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1939 | 2025-03-07T21:40:20.094Z | |
1940 | 2025-03-07T21:40:20.094Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (42/197) |
1941 | 2025-03-07T21:40:20.525Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1942 | 2025-03-07T21:40:20.528Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1943 | 2025-03-07T21:40:20.528Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1944 | 2025-03-07T21:40:20.531Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1945 | 2025-03-07T21:40:20.576Z | |
1946 | 2025-03-07T21:40:20.576Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (43/197) |
1947 | 2025-03-07T21:40:20.997Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1948 | 2025-03-07T21:40:21.001Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1949 | 2025-03-07T21:40:21.001Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1950 | 2025-03-07T21:40:21.004Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1951 | 2025-03-07T21:40:21.046Z | |
1952 | 2025-03-07T21:40:21.046Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (44/197) |
1953 | 2025-03-07T21:40:21.466Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1954 | 2025-03-07T21:40:21.469Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1955 | 2025-03-07T21:40:21.469Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1956 | 2025-03-07T21:40:21.473Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1957 | 2025-03-07T21:40:21.517Z | |
1958 | 2025-03-07T21:40:21.517Z | info: running `cargo check --bins` on sled-hardware-types (45/197) |
1959 | 2025-03-07T21:40:22.130Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1960 | 2025-03-07T21:40:22.133Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1961 | 2025-03-07T21:40:22.133Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1962 | 2025-03-07T21:40:22.136Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
1963 | 2025-03-07T21:40:22.216Z | |
1964 | 2025-03-07T21:40:22.216Z | info: running `cargo check --bins --no-default-features` on illumos-utils (46/197) |
1965 | 2025-03-07T21:40:22.822Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1966 | 2025-03-07T21:40:22.825Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1967 | 2025-03-07T21:40:22.825Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1968 | 2025-03-07T21:40:22.828Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
1969 | 2025-03-07T21:40:22.908Z | |
1970 | 2025-03-07T21:40:22.908Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (47/197) |
1971 | 2025-03-07T21:40:23.516Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1972 | 2025-03-07T21:40:23.519Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1973 | 2025-03-07T21:40:23.519Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1974 | 2025-03-07T21:40:23.522Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
1975 | 2025-03-07T21:40:23.603Z | |
1976 | 2025-03-07T21:40:23.603Z | info: running `cargo check --bins` on oxlog (48/197) |
1977 | 2025-03-07T21:40:24.183Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1978 | 2025-03-07T21:40:24.186Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1979 | 2025-03-07T21:40:24.275Z | Checking cfg-if v1.0.0 |
1980 | 2025-03-07T21:40:24.279Z | Checking libc v0.2.170 |
1981 | 2025-03-07T21:40:24.391Z | Checking serde v1.0.218 |
1982 | 2025-03-07T21:40:24.394Z | Checking zeroize v1.8.1 |
1983 | 2025-03-07T21:40:24.413Z | Checking memchr v2.7.4 |
1984 | 2025-03-07T21:40:24.426Z | Checking typenum v1.17.0 |
1985 | 2025-03-07T21:40:24.429Z | Checking value-bag v1.9.0 |
1986 | 2025-03-07T21:40:24.452Z | Checking subtle v2.6.1 |
1987 | 2025-03-07T21:40:24.466Z | Checking smallvec v1.14.0 |
1988 | 2025-03-07T21:40:24.651Z | Checking scopeguard v1.2.0 |
1989 | 2025-03-07T21:40:24.715Z | Checking const-oid v0.9.6 |
1990 | 2025-03-07T21:40:24.808Z | Checking itoa v1.0.11 |
1991 | 2025-03-07T21:40:24.824Z | Checking lock_api v0.4.12 |
1992 | 2025-03-07T21:40:24.838Z | Checking log v0.4.22 |
1993 | 2025-03-07T21:40:25.025Z | Checking pin-project-lite v0.2.14 |
1994 | 2025-03-07T21:40:25.189Z | Checking byteorder v1.5.0 |
1995 | 2025-03-07T21:40:25.208Z | Checking once_cell v1.20.3 |
1996 | 2025-03-07T21:40:25.229Z | Checking futures-core v0.3.31 |
1997 | 2025-03-07T21:40:25.332Z | Checking futures-sink v0.3.31 |
1998 | 2025-03-07T21:40:25.416Z | Checking cpufeatures v0.2.14 |
1999 | 2025-03-07T21:40:25.428Z | Checking getrandom v0.2.15 |
2000 | 2025-03-07T21:40:25.484Z | Checking parking_lot_core v0.9.10 |
2001 | 2025-03-07T21:40:25.500Z | Checking signal-hook-registry v1.4.2 |
2002 | 2025-03-07T21:40:25.514Z | Checking mio v1.0.2 |
2003 | 2025-03-07T21:40:25.533Z | Checking generic-array v0.14.7 |
2004 | 2025-03-07T21:40:25.584Z | Checking socket2 v0.5.8 |
2005 | 2025-03-07T21:40:25.666Z | Checking rand_core v0.6.4 |
2006 | 2025-03-07T21:40:25.751Z | Checking stable_deref_trait v1.2.0 |
2007 | 2025-03-07T21:40:25.822Z | Checking parking_lot v0.12.3 |
2008 | 2025-03-07T21:40:25.861Z | Checking zerocopy v0.7.35 |
2009 | 2025-03-07T21:40:25.983Z | Checking zerofrom v0.1.4 |
2010 | 2025-03-07T21:40:26.065Z | Checking slab v0.4.9 |
2011 | 2025-03-07T21:40:26.098Z | Checking futures-channel v0.3.31 |
2012 | 2025-03-07T21:40:26.178Z | Checking equivalent v1.0.1 |
2013 | 2025-03-07T21:40:26.194Z | Checking yoke v0.7.4 |
2014 | 2025-03-07T21:40:26.303Z | Checking pin-utils v0.1.0 |
2015 | 2025-03-07T21:40:26.322Z | Checking allocator-api2 v0.2.18 |
2016 | 2025-03-07T21:40:26.405Z | Checking futures-task v0.3.31 |
2017 | 2025-03-07T21:40:26.450Z | Checking foldhash v0.1.3 |
2018 | 2025-03-07T21:40:26.521Z | Checking futures-io v0.3.31 |
2019 | 2025-03-07T21:40:26.601Z | Checking crypto-common v0.1.6 |
2020 | 2025-03-07T21:40:26.654Z | Checking block-buffer v0.10.4 |
2021 | 2025-03-07T21:40:26.670Z | Checking zerovec v0.10.4 |
2022 | 2025-03-07T21:40:26.689Z | Checking block-padding v0.3.3 |
2023 | 2025-03-07T21:40:26.724Z | Checking futures-util v0.3.31 |
2024 | 2025-03-07T21:40:26.782Z | Checking ryu v1.0.18 |
2025 | 2025-03-07T21:40:26.892Z | Checking inout v0.1.3 |
2026 | 2025-03-07T21:40:26.892Z | Checking digest v0.10.7 |
2027 | 2025-03-07T21:40:26.928Z | Checking hashbrown v0.15.1 |
2028 | 2025-03-07T21:40:27.018Z | Checking litemap v0.7.3 |
2029 | 2025-03-07T21:40:27.078Z | Checking ppv-lite86 v0.2.20 |
2030 | 2025-03-07T21:40:27.139Z | Checking writeable v0.5.5 |
2031 | 2025-03-07T21:40:27.267Z | Checking hmac v0.12.1 |
2032 | 2025-03-07T21:40:27.382Z | Checking fnv v1.0.7 |
2033 | 2025-03-07T21:40:27.473Z | Checking sha2 v0.10.8 |
2034 | 2025-03-07T21:40:27.476Z | Checking cipher v0.4.4 |
2035 | 2025-03-07T21:40:27.523Z | Checking libm v0.2.8 |
2036 | 2025-03-07T21:40:27.805Z | Checking base64ct v1.6.0 |
2037 | 2025-03-07T21:40:27.897Z | Checking getrandom v0.3.1 |
2038 | 2025-03-07T21:40:27.990Z | Checking thiserror v1.0.69 |
2039 | 2025-03-07T21:40:28.067Z | Checking icu_locid_transform_data v1.5.0 |
2040 | 2025-03-07T21:40:28.123Z | Checking flagset v0.4.6 |
2041 | 2025-03-07T21:40:28.141Z | Checking tracing-core v0.1.32 |
2042 | 2025-03-07T21:40:28.176Z | Checking icu_properties_data v1.5.0 |
2043 | 2025-03-07T21:40:28.255Z | Checking tinystr v0.7.6 |
2044 | 2025-03-07T21:40:28.271Z | Checking pem-rfc7468 v0.7.0 |
2045 | 2025-03-07T21:40:28.328Z | Checking icu_collections v1.5.0 |
2046 | 2025-03-07T21:40:28.425Z | Checking percent-encoding v2.3.1 |
2047 | 2025-03-07T21:40:28.444Z | Checking num-traits v0.2.19 |
2048 | 2025-03-07T21:40:28.553Z | Checking der v0.7.9 |
2049 | 2025-03-07T21:40:28.602Z | Checking icu_locid v1.5.0 |
2050 | 2025-03-07T21:40:28.643Z | Checking rustls-pki-types v1.10.0 |
2051 | 2025-03-07T21:40:28.777Z | Checking tracing v0.1.40 |
2052 | 2025-03-07T21:40:28.930Z | Checking bytes v1.10.0 |
2053 | 2025-03-07T21:40:28.960Z | Checking indexmap v2.7.1 |
2054 | 2025-03-07T21:40:29.140Z | Checking serde_json v1.0.139 |
2055 | 2025-03-07T21:40:29.187Z | Checking bitflags v2.6.0 |
2056 | 2025-03-07T21:40:29.499Z | Checking salsa20 v0.10.2 |
2057 | 2025-03-07T21:40:29.557Z | Checking icu_provider v1.5.0 |
2058 | 2025-03-07T21:40:29.742Z | Checking pbkdf2 v0.12.2 |
2059 | 2025-03-07T21:40:29.920Z | Checking aws-lc-sys v0.26.0 |
2060 | 2025-03-07T21:40:29.940Z | Checking tokio v1.43.0 |
2061 | 2025-03-07T21:40:29.974Z | Checking http v1.2.0 |
2062 | 2025-03-07T21:40:30.148Z | Checking httparse v1.9.5 |
2063 | 2025-03-07T21:40:30.195Z | Checking icu_locid_transform v1.5.0 |
2064 | 2025-03-07T21:40:30.282Z | Checking spki v0.7.3 |
2065 | 2025-03-07T21:40:30.584Z | Checking untrusted v0.7.1 |
2066 | 2025-03-07T21:40:30.599Z | Checking icu_normalizer_data v1.5.0 |
2067 | 2025-03-07T21:40:30.706Z | Checking untrusted v0.9.0 |
2068 | 2025-03-07T21:40:30.776Z | Checking write16 v1.0.0 |
2069 | 2025-03-07T21:40:30.820Z | Checking utf8_iter v1.0.4 |
2070 | 2025-03-07T21:40:30.879Z | Checking utf16_iter v1.0.5 |
2071 | 2025-03-07T21:40:30.916Z | Checking powerfmt v0.2.0 |
2072 | 2025-03-07T21:40:31.020Z | Checking ring v0.17.11 |
2073 | 2025-03-07T21:40:31.070Z | Checking scrypt v0.11.0 |
2074 | 2025-03-07T21:40:31.182Z | Checking deranged v0.3.11 |
2075 | 2025-03-07T21:40:31.203Z | Checking icu_properties v1.5.1 |
2076 | 2025-03-07T21:40:31.221Z | Checking aes v0.8.4 |
2077 | 2025-03-07T21:40:31.282Z | Checking cbc v0.1.2 |
2078 | 2025-03-07T21:40:31.299Z | Checking crossbeam-utils v0.8.20 |
2079 | 2025-03-07T21:40:31.483Z | Checking spin v0.9.8 |
2080 | 2025-03-07T21:40:31.834Z | Checking time-core v0.1.2 |
2081 | 2025-03-07T21:40:32.002Z | Checking num-conv v0.1.0 |
2082 | 2025-03-07T21:40:32.029Z | Checking atomic-waker v1.1.2 |
2083 | 2025-03-07T21:40:32.101Z | Checking num_threads v0.1.7 |
2084 | 2025-03-07T21:40:32.133Z | Checking aws-lc-rs v1.12.4 |
2085 | 2025-03-07T21:40:32.186Z | Checking tinyvec_macros v0.1.1 |
2086 | 2025-03-07T21:40:32.235Z | Checking pkcs5 v0.7.1 |
2087 | 2025-03-07T21:40:32.252Z | Checking http-body v1.0.1 |
2088 | 2025-03-07T21:40:32.289Z | Checking tinyvec v1.8.0 |
2089 | 2025-03-07T21:40:32.478Z | Checking form_urlencoded v1.2.1 |
2090 | 2025-03-07T21:40:32.572Z | Checking time v0.3.36 |
2091 | 2025-03-07T21:40:32.697Z | Checking rand_chacha v0.3.1 |
2092 | 2025-03-07T21:40:32.747Z | Checking try-lock v0.2.5 |
2093 | 2025-03-07T21:40:32.904Z | Checking want v0.3.1 |
2094 | 2025-03-07T21:40:33.108Z | Checking pkcs8 v0.10.2 |
2095 | 2025-03-07T21:40:33.128Z | Checking rand v0.8.5 |
2096 | 2025-03-07T21:40:33.311Z | Checking uuid v1.15.1 |
2097 | 2025-03-07T21:40:33.442Z | Checking adler2 v2.0.0 |
2098 | 2025-03-07T21:40:33.585Z | Checking unicode-ident v1.0.14 |
2099 | 2025-03-07T21:40:33.620Z | Checking httpdate v1.0.3 |
2100 | 2025-03-07T21:40:33.774Z | Checking tower-service v0.3.3 |
2101 | 2025-03-07T21:40:33.884Z | Checking proc-macro2 v1.0.93 |
2102 | 2025-03-07T21:40:33.915Z | Checking miniz_oxide v0.8.5 |
2103 | 2025-03-07T21:40:33.968Z | Checking rustls-webpki v0.102.8 |
2104 | 2025-03-07T21:40:33.985Z | Checking toml_datetime v0.6.8 |
2105 | 2025-03-07T21:40:34.293Z | Checking serde_spanned v0.6.8 |
2106 | 2025-03-07T21:40:34.346Z | Checking zerocopy v0.8.10 |
2107 | 2025-03-07T21:40:34.436Z | Checking icu_normalizer v1.5.0 |
2108 | 2025-03-07T21:40:34.506Z | Checking slog v2.7.0 |
2109 | 2025-03-07T21:40:34.524Z | Checking scroll v0.12.0 |
2110 | 2025-03-07T21:40:34.674Z | Checking base64 v0.22.1 |
2111 | 2025-03-07T21:40:34.743Z | Checking ucd-trie v0.1.7 |
2112 | 2025-03-07T21:40:34.912Z | Checking foreign-types-shared v0.1.1 |
2113 | 2025-03-07T21:40:34.967Z | Checking match_cfg v0.1.0 |
2114 | 2025-03-07T21:40:34.967Z | Checking iana-time-zone v0.1.61 |
2115 | 2025-03-07T21:40:34.997Z | Checking plain v0.2.3 |
2116 | 2025-03-07T21:40:35.032Z | Checking foreign-types v0.3.2 |
2117 | 2025-03-07T21:40:35.058Z | Checking hostname v0.3.1 |
2118 | 2025-03-07T21:40:35.129Z | Checking pest v2.7.14 |
2119 | 2025-03-07T21:40:35.146Z | Checking chrono v0.4.40 |
2120 | 2025-03-07T21:40:35.161Z | Checking goblin v0.8.2 |
2121 | 2025-03-07T21:40:35.181Z | Checking quote v1.0.38 |
2122 | 2025-03-07T21:40:35.198Z | Checking openssl-sys v0.9.106 |
2123 | 2025-03-07T21:40:35.216Z | Checking idna_adapter v1.2.0 |
2124 | 2025-03-07T21:40:35.406Z | Checking idna v1.0.3 |
2125 | 2025-03-07T21:40:35.497Z | Checking dirs-sys-next v0.1.2 |
2126 | 2025-03-07T21:40:35.695Z | Checking errno v0.3.9 |
2127 | 2025-03-07T21:40:35.875Z | Checking url v2.5.3 |
2128 | 2025-03-07T21:40:35.892Z | Checking aho-corasick v1.1.3 |
2129 | 2025-03-07T21:40:36.375Z | Checking regex-syntax v0.8.5 |
2130 | 2025-03-07T21:40:36.650Z | Compiling newtype-uuid v1.2.1 |
2131 | 2025-03-07T21:40:36.713Z | Checking tokio-util v0.7.13 |
2132 | 2025-03-07T21:40:36.973Z | Checking data-encoding v2.6.0 |
2133 | 2025-03-07T21:40:37.081Z | Checking pretty-hex v0.4.1 |
2134 | 2025-03-07T21:40:37.140Z | Checking rand_core v0.9.2 |
2135 | 2025-03-07T21:40:37.272Z | Checking siphasher v0.3.11 |
2136 | 2025-03-07T21:40:37.482Z | Checking rand_chacha v0.9.0 |
2137 | 2025-03-07T21:40:37.569Z | Checking openssl v0.10.71 |
2138 | 2025-03-07T21:40:37.587Z | Checking rustix v0.38.37 |
2139 | 2025-03-07T21:40:37.590Z | Checking h2 v0.4.6 |
2140 | 2025-03-07T21:40:37.621Z | Checking dirs-next v2.0.0 |
2141 | 2025-03-07T21:40:37.747Z | Checking dtrace-parser v0.2.0 |
2142 | 2025-03-07T21:40:37.763Z | Checking syn v2.0.98 |
2143 | 2025-03-07T21:40:37.848Z | Checking unicode-normalization v0.1.24 |
2144 | 2025-03-07T21:40:38.225Z | Checking http-body-util v0.1.2 |
2145 | 2025-03-07T21:40:38.637Z | Checking crossbeam-epoch v0.9.18 |
2146 | 2025-03-07T21:40:38.765Z | Checking sha1 v0.10.6 |
2147 | 2025-03-07T21:40:39.038Z | Checking signature v2.2.0 |
2148 | 2025-03-07T21:40:39.058Z | Checking thread_local v1.1.8 |
2149 | 2025-03-07T21:40:39.249Z | Checking thread-id v4.2.2 |
2150 | 2025-03-07T21:40:39.348Z | Checking crc32fast v1.4.2 |
2151 | 2025-03-07T21:40:39.375Z | Checking encoding_rs v0.8.34 |
2152 | 2025-03-07T21:40:39.607Z | Checking unicode-properties v0.1.3 |
2153 | 2025-03-07T21:40:39.637Z | Checking regex-automata v0.4.8 |
2154 | 2025-03-07T21:40:39.984Z | Checking dof v0.3.0 |
2155 | 2025-03-07T21:40:40.011Z | Checking ipnet v2.11.0 |
2156 | 2025-03-07T21:40:40.482Z | Checking gimli v0.31.1 |
2157 | 2025-03-07T21:40:40.598Z | Checking openssl-probe v0.1.5 |
2158 | 2025-03-07T21:40:40.762Z | Checking winnow v0.7.3 |
2159 | 2025-03-07T21:40:40.782Z | Checking anstyle v1.0.10 |
2160 | 2025-03-07T21:40:41.151Z | Checking utf8parse v0.2.2 |
2161 | 2025-03-07T21:40:41.319Z | Checking unicode-bidi v0.3.17 |
2162 | 2025-03-07T21:40:41.651Z | Checking either v1.14.0 |
2163 | 2025-03-07T21:40:41.966Z | Checking mime v0.3.17 |
2164 | 2025-03-07T21:40:42.060Z | Checking stringprep v0.1.5 |
2165 | 2025-03-07T21:40:42.302Z | Checking anstyle-parse v0.2.5 |
2166 | 2025-03-07T21:40:42.362Z | Checking crossbeam-deque v0.8.5 |
2167 | 2025-03-07T21:40:42.591Z | Checking rand v0.9.0 |
2168 | 2025-03-07T21:40:42.682Z | Checking term v0.7.0 |
2169 | 2025-03-07T21:40:42.789Z | Checking native-tls v0.2.12 |
2170 | 2025-03-07T21:40:43.103Z | Checking slog-json v2.6.1 |
2171 | 2025-03-07T21:40:43.122Z | Checking rustls v0.23.19 |
2172 | 2025-03-07T21:40:43.369Z | Checking rustls v0.22.4 |
2173 | 2025-03-07T21:40:43.621Z | Checking toml_edit v0.22.24 |
2174 | 2025-03-07T21:40:43.655Z | Checking serde_urlencoded v0.7.1 |
2175 | 2025-03-07T21:40:43.688Z | Checking crossbeam-channel v0.5.13 |
2176 | 2025-03-07T21:40:43.715Z | Checking hyper v1.6.0 |
2177 | 2025-03-07T21:40:43.809Z | Checking usdt-impl v0.5.0 |
2178 | 2025-03-07T21:40:44.082Z | Checking futures-executor v0.3.31 |
2179 | 2025-03-07T21:40:44.326Z | Checking num-integer v0.1.46 |
2180 | 2025-03-07T21:40:44.356Z | Checking bzip2-sys v0.1.11+1.0.8 |
2181 | 2025-03-07T21:40:44.359Z | Checking rustls-pemfile v2.2.0 |
2182 | 2025-03-07T21:40:44.375Z | Checking addr2line v0.24.2 |
2183 | 2025-03-07T21:40:44.481Z | Checking semver v1.0.25 |
2184 | 2025-03-07T21:40:44.608Z | Checking md-5 v0.10.6 |
2185 | 2025-03-07T21:40:44.822Z | Checking ff v0.13.0 |
2186 | 2025-03-07T21:40:44.855Z | Checking hash32 v0.2.1 |
2187 | 2025-03-07T21:40:44.897Z | Checking is-terminal v0.4.13 |
2188 | 2025-03-07T21:40:44.915Z | Checking memmap v0.7.0 |
2189 | 2025-03-07T21:40:45.037Z | Checking object v0.36.5 |
2190 | 2025-03-07T21:40:45.054Z | Checking linked-hash-map v0.5.6 |
2191 | 2025-03-07T21:40:45.143Z | Checking rustc-demangle v0.1.24 |
2192 | 2025-03-07T21:40:45.161Z | Checking dyn-clone v1.0.19 |
2193 | 2025-03-07T21:40:45.322Z | Checking anstyle-query v1.1.1 |
2194 | 2025-03-07T21:40:45.358Z | Checking fallible-iterator v0.2.0 |
2195 | 2025-03-07T21:40:45.462Z | Checking utf-8 v0.7.6 |
2196 | 2025-03-07T21:40:45.604Z | Checking quick-error v1.2.3 |
2197 | 2025-03-07T21:40:45.653Z | Checking hyper-util v0.1.10 |
2198 | 2025-03-07T21:40:45.679Z | Checking is_terminal_polyfill v1.70.1 |
2199 | 2025-03-07T21:40:45.761Z | Checking colorchoice v1.0.2 |
2200 | 2025-03-07T21:40:45.807Z | Checking base16ct v0.2.0 |
2201 | 2025-03-07T21:40:45.902Z | Checking psl-types v2.0.11 |
2202 | 2025-03-07T21:40:45.925Z | Checking take_mut v0.2.2 |
2203 | 2025-03-07T21:40:46.010Z | Checking sec1 v0.7.3 |
2204 | 2025-03-07T21:40:46.085Z | Checking slog-async v2.8.0 |
2205 | 2025-03-07T21:40:46.102Z | Checking publicsuffix v2.3.0 |
2206 | 2025-03-07T21:40:46.290Z | Checking toml v0.8.20 |
2207 | 2025-03-07T21:40:46.376Z | Checking postgres-protocol v0.6.8 |
2208 | 2025-03-07T21:40:46.393Z | Checking anstream v0.6.15 |
2209 | 2025-03-07T21:40:46.409Z | Checking resolv-conf v0.7.0 |
2210 | 2025-03-07T21:40:46.706Z | Checking tokio-rustls v0.25.0 |
2211 | 2025-03-07T21:40:46.778Z | Checking tungstenite v0.24.0 |
2212 | 2025-03-07T21:40:46.794Z | Checking lru-cache v0.1.2 |
2213 | 2025-03-07T21:40:46.986Z | Checking schemars v0.8.22 |
2214 | 2025-03-07T21:40:47.004Z | Checking heapless v0.7.17 |
2215 | 2025-03-07T21:40:47.037Z | Checking usdt v0.5.0 |
2216 | 2025-03-07T21:40:47.112Z | Checking group v0.13.0 |
2217 | 2025-03-07T21:40:47.317Z | Checking slog-term v2.9.1 |
2218 | 2025-03-07T21:40:47.376Z | Checking num-iter v0.1.45 |
2219 | 2025-03-07T21:40:47.567Z | Checking bzip2 v0.4.4 |
2220 | 2025-03-07T21:40:47.639Z | Checking futures v0.3.31 |
2221 | 2025-03-07T21:40:47.675Z | Checking slog-bunyan v2.5.0 |
2222 | 2025-03-07T21:40:47.755Z | Checking tokio-native-tls v0.3.1 |
2223 | 2025-03-07T21:40:47.821Z | Checking rayon-core v1.12.1 |
2224 | 2025-03-07T21:40:47.852Z | Checking multer v3.1.0 |
2225 | 2025-03-07T21:40:47.874Z | Checking terminal_size v0.4.0 |
2226 | 2025-03-07T21:40:47.920Z | Checking hickory-proto v0.24.4 |
2227 | 2025-03-07T21:40:48.009Z | Checking flate2 v1.1.0 |
2228 | 2025-03-07T21:40:48.261Z | Checking phf_shared v0.11.2 |
2229 | 2025-03-07T21:40:48.310Z | Checking cookie v0.18.1 |
2230 | 2025-03-07T21:40:48.342Z | Checking tokio-rustls v0.26.0 |
2231 | 2025-03-07T21:40:48.479Z | Checking async-stream v0.3.6 |
2232 | 2025-03-07T21:40:48.532Z | Checking camino v1.1.9 |
2233 | 2025-03-07T21:40:48.581Z | Checking signal-hook v0.3.17 |
2234 | 2025-03-07T21:40:48.640Z | Checking waitgroup v0.1.2 |
2235 | 2025-03-07T21:40:48.684Z | Checking lazy_static v1.5.0 |
2236 | 2025-03-07T21:40:48.741Z | Checking openapiv3 v2.0.0 |
2237 | 2025-03-07T21:40:48.759Z | Checking webpki-roots v0.26.6 |
2238 | 2025-03-07T21:40:48.780Z | Checking serde_path_to_error v0.1.16 |
2239 | 2025-03-07T21:40:48.873Z | Checking hkdf v0.12.4 |
2240 | 2025-03-07T21:40:48.915Z | Checking crypto-bigint v0.5.5 |
2241 | 2025-03-07T21:40:48.995Z | Checking hostname v0.4.0 |
2242 | 2025-03-07T21:40:49.048Z | Checking sync_wrapper v1.0.1 |
2243 | 2025-03-07T21:40:49.051Z | Checking debug-ignore v1.0.5 |
2244 | 2025-03-07T21:40:49.118Z | Checking clap_lex v0.7.4 |
2245 | 2025-03-07T21:40:49.215Z | Checking tower-layer v0.3.3 |
2246 | 2025-03-07T21:40:49.218Z | Checking bitflags v1.3.2 |
2247 | 2025-03-07T21:40:49.347Z | Checking winnow v0.5.40 |
2248 | 2025-03-07T21:40:49.375Z | Checking bumpalo v3.16.0 |
2249 | 2025-03-07T21:40:49.391Z | Checking strsim v0.11.1 |
2250 | 2025-03-07T21:40:49.489Z | Checking simd-adler32 v0.3.7 |
2251 | 2025-03-07T21:40:49.668Z | Checking lockfree-object-pool v0.1.6 |
2252 | 2025-03-07T21:40:49.716Z | Checking managed v0.8.0 |
2253 | 2025-03-07T21:40:49.832Z | Checking unicode-width v0.2.0 |
2254 | 2025-03-07T21:40:49.910Z | Checking zopfli v0.8.1 |
2255 | 2025-03-07T21:40:50.118Z | Checking smoltcp v0.9.1 |
2256 | 2025-03-07T21:40:50.342Z | Checking console v0.15.10 |
2257 | 2025-03-07T21:40:50.621Z | Checking clap_builder v4.5.31 |
2258 | 2025-03-07T21:40:50.917Z | Checking tower v0.5.2 |
2259 | 2025-03-07T21:40:50.998Z | Checking backtrace v0.3.74 |
2260 | 2025-03-07T21:40:51.560Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2261 | 2025-03-07T21:40:51.586Z | Checking anyhow v1.0.97 |
2262 | 2025-03-07T21:40:51.602Z | Checking elliptic-curve v0.13.8 |
2263 | 2025-03-07T21:40:51.651Z | Checking hyper-rustls v0.27.3 |
2264 | 2025-03-07T21:40:51.859Z | Checking signal-hook-mio v0.2.4 |
2265 | 2025-03-07T21:40:51.929Z | Checking dropshot v0.12.0 |
2266 | 2025-03-07T21:40:51.985Z | Checking num-bigint-dig v0.8.4 |
2267 | 2025-03-07T21:40:52.015Z | Checking cookie_store v0.21.1 |
2268 | 2025-03-07T21:40:52.028Z | Checking phf v0.11.2 |
2269 | 2025-03-07T21:40:52.163Z | Checking toml_edit v0.19.15 |
2270 | 2025-03-07T21:40:52.229Z | Checking rayon v1.10.0 |
2271 | 2025-03-07T21:40:52.291Z | Checking hyper-tls v0.6.0 |
2272 | 2025-03-07T21:40:52.541Z | Checking hickory-resolver v0.24.4 |
2273 | 2025-03-07T21:40:52.578Z | Checking tokio-tungstenite v0.24.0 |
2274 | 2025-03-07T21:40:52.654Z | Checking postgres-types v0.2.9 |
2275 | 2025-03-07T21:40:53.028Z | Checking bstr v1.10.0 |
2276 | 2025-03-07T21:40:53.302Z | Checking regex v1.11.1 |
2277 | 2025-03-07T21:40:53.590Z | Checking ed25519 v2.2.3 |
2278 | 2025-03-07T21:40:53.894Z | Checking tokio-stream v0.1.17 |
2279 | 2025-03-07T21:40:53.925Z | Checking phf_shared v0.10.0 |
2280 | 2025-03-07T21:40:53.940Z | Checking zerocopy v0.6.6 |
2281 | 2025-03-07T21:40:54.011Z | Checking curve25519-dalek v4.1.3 |
2282 | 2025-03-07T21:40:54.170Z | Checking hubpack v0.1.2 |
2283 | 2025-03-07T21:40:54.194Z | Checking memoffset v0.9.1 |
2284 | 2025-03-07T21:40:54.313Z | Checking portable-atomic v1.9.0 |
2285 | 2025-03-07T21:40:54.495Z | Checking pkcs1 v0.7.5 |
2286 | 2025-03-07T21:40:54.600Z | Checking float-cmp v0.10.0 |
2287 | 2025-03-07T21:40:54.679Z | Checking serde-big-array v0.5.1 |
2288 | 2025-03-07T21:40:54.698Z | Checking rfc6979 v0.4.0 |
2289 | 2025-03-07T21:40:54.816Z | Checking whoami v1.5.2 |
2290 | 2025-03-07T21:40:54.888Z | Checking fixedbitset v0.4.2 |
2291 | 2025-03-07T21:40:54.905Z | Checking number_prefix v0.4.0 |
2292 | 2025-03-07T21:40:54.908Z | Checking unicode-segmentation v1.12.0 |
2293 | 2025-03-07T21:40:55.133Z | Checking predicates-core v1.0.8 |
2294 | 2025-03-07T21:40:55.146Z | Checking normalize-line-endings v0.3.0 |
2295 | 2025-03-07T21:40:55.162Z | Checking precomputed-hash v0.1.1 |
2296 | 2025-03-07T21:40:55.270Z | Checking minimal-lexical v0.2.1 |
2297 | 2025-03-07T21:40:55.286Z | Checking new_debug_unreachable v1.0.6 |
2298 | 2025-03-07T21:40:55.306Z | Checking static_assertions v1.1.0 |
2299 | 2025-03-07T21:40:55.327Z | Checking difflib v0.4.0 |
2300 | 2025-03-07T21:40:55.344Z | Checking qorb v0.2.1 |
2301 | 2025-03-07T21:40:55.382Z | Checking string_cache v0.8.7 |
2302 | 2025-03-07T21:40:55.408Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2303 | 2025-03-07T21:40:55.613Z | Checking similar v2.7.0 |
2304 | 2025-03-07T21:40:55.661Z | Checking predicates v3.1.3 |
2305 | 2025-03-07T21:40:55.664Z | Checking nom v7.1.3 |
2306 | 2025-03-07T21:40:55.692Z | Checking petgraph v0.6.5 |
2307 | 2025-03-07T21:40:55.749Z | Checking indicatif v0.17.11 |
2308 | 2025-03-07T21:40:55.817Z | Checking ed25519-dalek v2.1.1 |
2309 | 2025-03-07T21:40:56.228Z | Checking tokio-postgres v0.7.13 |
2310 | 2025-03-07T21:40:56.316Z | Checking rsa v0.9.6 |
2311 | 2025-03-07T21:40:56.464Z | Checking ecdsa v0.16.9 |
2312 | 2025-03-07T21:40:56.540Z | Checking toml v0.7.8 |
2313 | 2025-03-07T21:40:57.209Z | Checking nix v0.29.0 |
2314 | 2025-03-07T21:40:57.304Z | Checking clap v4.5.31 |
2315 | 2025-03-07T21:40:57.331Z | Checking reqwest v0.12.12 |
2316 | 2025-03-07T21:40:57.427Z | Checking crossterm v0.28.1 |
2317 | 2025-03-07T21:40:57.830Z | Checking zip v2.1.3 |
2318 | 2025-03-07T21:40:58.264Z | Checking zip v0.6.6 |
2319 | 2025-03-07T21:40:58.612Z | Checking itertools v0.10.5 |
2320 | 2025-03-07T21:40:58.696Z | Checking itertools v0.12.1 |
2321 | 2025-03-07T21:40:58.979Z | Checking fs-err v2.11.0 |
2322 | 2025-03-07T21:40:59.114Z | Checking ahash v0.8.11 |
2323 | 2025-03-07T21:40:59.131Z | Checking buf-list v1.0.3 |
2324 | 2025-03-07T21:40:59.148Z | Checking x509-cert v0.2.5 |
2325 | 2025-03-07T21:40:59.204Z | Checking hex v0.4.3 |
2326 | 2025-03-07T21:40:59.453Z | Checking lalrpop-util v0.19.12 |
2327 | 2025-03-07T21:40:59.525Z | Checking peg-runtime v0.8.5 |
2328 | 2025-03-07T21:40:59.599Z | Checking sigpipe v0.1.3 |
2329 | 2025-03-07T21:41:00.722Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2330 | 2025-03-07T21:41:01.068Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.45s |
2331 | 2025-03-07T21:41:01.242Z | |
2332 | 2025-03-07T21:41:01.242Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (49/197) |
2333 | 2025-03-07T21:41:01.866Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2334 | 2025-03-07T21:41:01.870Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2335 | 2025-03-07T21:41:01.968Z | Compiling regress v0.10.3 |
2336 | 2025-03-07T21:41:02.097Z | Checking heck v0.5.0 |
2337 | 2025-03-07T21:41:02.112Z | Checking fastrand v2.1.1 |
2338 | 2025-03-07T21:41:02.116Z | Compiling unsafe-libyaml v0.2.11 |
2339 | 2025-03-07T21:41:02.142Z | Checking ipnetwork v0.21.1 |
2340 | 2025-03-07T21:41:02.145Z | Compiling structmeta-derive v0.3.0 |
2341 | 2025-03-07T21:41:02.176Z | Compiling ident_case v1.0.1 |
2342 | 2025-03-07T21:41:02.268Z | Checking progenitor-client v0.8.0 |
2343 | 2025-03-07T21:41:02.355Z | Compiling darling_core v0.20.10 |
2344 | 2025-03-07T21:41:02.428Z | Checking tempfile v3.13.0 |
2345 | 2025-03-07T21:41:02.517Z | Checking oxnet v0.1.1 |
2346 | 2025-03-07T21:41:02.618Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2347 | 2025-03-07T21:41:02.766Z | Checking newtype-uuid v1.2.1 |
2348 | 2025-03-07T21:41:02.892Z | Compiling proc-macro-crate v1.3.1 |
2349 | 2025-03-07T21:41:03.008Z | Checking wait-timeout v0.2.0 |
2350 | 2025-03-07T21:41:03.031Z | Checking bit-vec v0.8.0 |
2351 | 2025-03-07T21:41:03.207Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2352 | 2025-03-07T21:41:03.429Z | Compiling serde_yaml v0.9.34+deprecated |
2353 | 2025-03-07T21:41:03.555Z | Checking bit-set v0.8.0 |
2354 | 2025-03-07T21:41:03.781Z | Compiling num_enum_derive v0.5.11 |
2355 | 2025-03-07T21:41:03.820Z | Checking rusty-fork v0.3.0 |
2356 | 2025-03-07T21:41:03.967Z | Compiling lzma-sys v0.1.20 |
2357 | 2025-03-07T21:41:04.132Z | Checking rand_xorshift v0.3.0 |
2358 | 2025-03-07T21:41:04.331Z | Compiling foreign-types-macros v0.2.3 |
2359 | 2025-03-07T21:41:04.671Z | Compiling structmeta v0.3.0 |
2360 | 2025-03-07T21:41:04.752Z | Compiling thiserror-impl v2.0.11 |
2361 | 2025-03-07T21:41:05.076Z | Compiling parse-display-derive v0.10.0 |
2362 | 2025-03-07T21:41:05.595Z | Compiling daft-derive v0.1.1 |
2363 | 2025-03-07T21:41:05.658Z | Checking typify-impl v0.2.0 |
2364 | 2025-03-07T21:41:06.755Z | Compiling dropshot v0.16.0 |
2365 | 2025-03-07T21:41:06.910Z | Checking unarray v0.1.4 |
2366 | 2025-03-07T21:41:07.132Z | Checking foreign-types-shared v0.3.1 |
2367 | 2025-03-07T21:41:07.132Z | Checking arc-swap v1.7.1 |
2368 | 2025-03-07T21:41:07.163Z | Checking daft v0.1.1 |
2369 | 2025-03-07T21:41:07.281Z | Checking foreign-types v0.5.0 |
2370 | 2025-03-07T21:41:07.485Z | Checking proptest v1.6.0 |
2371 | 2025-03-07T21:41:07.576Z | Checking slog-scope v4.4.0 |
2372 | 2025-03-07T21:41:07.592Z | Checking num_enum v0.5.11 |
2373 | 2025-03-07T21:41:07.758Z | Compiling test-strategy v0.4.0 |
2374 | 2025-03-07T21:41:07.831Z | Checking strum v0.26.3 |
2375 | 2025-03-07T21:41:07.962Z | Checking thiserror v2.0.11 |
2376 | 2025-03-07T21:41:08.013Z | Compiling proc-macro-error v1.0.4 |
2377 | 2025-03-07T21:41:08.210Z | Compiling darling_macro v0.20.10 |
2378 | 2025-03-07T21:41:08.276Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2379 | 2025-03-07T21:41:08.446Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2380 | 2025-03-07T21:41:08.467Z | Checking tungstenite v0.21.0 |
2381 | 2025-03-07T21:41:08.575Z | Compiling heck v0.3.3 |
2382 | 2025-03-07T21:41:08.594Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2383 | 2025-03-07T21:41:08.875Z | Checking parse-display v0.10.0 |
2384 | 2025-03-07T21:41:08.936Z | Compiling dropshot_endpoint v0.16.0 |
2385 | 2025-03-07T21:41:09.076Z | Compiling darling v0.20.10 |
2386 | 2025-03-07T21:41:09.112Z | Checking cstr-argument v0.1.2 |
2387 | 2025-03-07T21:41:09.196Z | Compiling serde_with_macros v3.12.0 |
2388 | 2025-03-07T21:41:09.289Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2389 | 2025-03-07T21:41:09.324Z | Checking instant v0.1.13 |
2390 | 2025-03-07T21:41:09.452Z | Checking pretty-hex v0.2.1 |
2391 | 2025-03-07T21:41:09.456Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
2392 | 2025-03-07T21:41:09.649Z | Checking base64 v0.21.7 |
2393 | 2025-03-07T21:41:09.826Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2394 | 2025-03-07T21:41:10.031Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2395 | 2025-03-07T21:41:10.125Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2396 | 2025-03-07T21:41:10.188Z | Checking backoff v0.4.0 |
2397 | 2025-03-07T21:41:10.217Z | Checking tokio-tungstenite v0.21.0 |
2398 | 2025-03-07T21:41:10.296Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2399 | 2025-03-07T21:41:10.511Z | Compiling zone_cfg_derive v0.1.2 |
2400 | 2025-03-07T21:41:10.614Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2401 | 2025-03-07T21:41:10.897Z | Checking slog-stdlog v4.1.1 |
2402 | 2025-03-07T21:41:11.081Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2403 | 2025-03-07T21:41:11.169Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2404 | 2025-03-07T21:41:11.360Z | Checking progenitor-client v0.9.1 |
2405 | 2025-03-07T21:41:11.421Z | Checking colored v2.2.0 |
2406 | 2025-03-07T21:41:11.477Z | Checking macaddr v1.0.1 |
2407 | 2025-03-07T21:41:11.663Z | Checking serde_with v3.12.0 |
2408 | 2025-03-07T21:41:11.759Z | Checking base64 v0.13.1 |
2409 | 2025-03-07T21:41:11.801Z | Checking winnow v0.6.20 |
2410 | 2025-03-07T21:41:11.826Z | Checking unicode-width v0.1.14 |
2411 | 2025-03-07T21:41:11.845Z | Checking zone v0.1.8 |
2412 | 2025-03-07T21:41:11.958Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
2413 | 2025-03-07T21:41:12.239Z | Checking ron v0.7.1 |
2414 | 2025-03-07T21:41:12.356Z | Checking tabwriter v1.4.0 |
2415 | 2025-03-07T21:41:12.430Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2416 | 2025-03-07T21:41:12.610Z | Checking slog-envlogger v2.2.0 |
2417 | 2025-03-07T21:41:12.631Z | Checking xz2 v0.1.7 |
2418 | 2025-03-07T21:41:12.834Z | Checking xattr v1.3.1 |
2419 | 2025-03-07T21:41:12.923Z | Checking pem v3.0.5 |
2420 | 2025-03-07T21:41:12.941Z | Checking yasna v0.5.2 |
2421 | 2025-03-07T21:41:13.056Z | Checking headers-core v0.3.0 |
2422 | 2025-03-07T21:41:13.217Z | Checking smf v0.2.3 |
2423 | 2025-03-07T21:41:13.234Z | Checking filetime v0.2.25 |
2424 | 2025-03-07T21:41:13.364Z | Checking same-file v1.0.6 |
2425 | 2025-03-07T21:41:13.446Z | Checking tar v0.4.44 |
2426 | 2025-03-07T21:41:13.560Z | Checking walkdir v2.5.0 |
2427 | 2025-03-07T21:41:13.698Z | Checking headers v0.4.0 |
2428 | 2025-03-07T21:41:13.850Z | Checking rcgen v0.12.1 |
2429 | 2025-03-07T21:41:13.867Z | Checking camino-tempfile v1.1.1 |
2430 | 2025-03-07T21:41:14.167Z | Checking atomicwrites v0.4.4 |
2431 | 2025-03-07T21:41:14.316Z | Checking subprocess v0.2.9 |
2432 | 2025-03-07T21:41:16.583Z | Compiling typify-macro v0.2.0 |
2433 | 2025-03-07T21:41:18.162Z | Compiling typify v0.2.0 |
2434 | 2025-03-07T21:41:18.235Z | Compiling progenitor-impl v0.8.0 |
2435 | 2025-03-07T21:41:20.764Z | Compiling progenitor-macro v0.8.0 |
2436 | 2025-03-07T21:41:24.368Z | Checking progenitor v0.8.0 |
2437 | 2025-03-07T21:41:24.503Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
2438 | 2025-03-07T21:41:24.506Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2439 | 2025-03-07T21:41:27.051Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
2440 | 2025-03-07T21:41:27.474Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2441 | 2025-03-07T21:41:33.692Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2442 | 2025-03-07T21:41:35.284Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2443 | 2025-03-07T21:41:36.556Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.30s |
2444 | 2025-03-07T21:41:36.757Z | |
2445 | 2025-03-07T21:41:36.757Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/197) |
2446 | 2025-03-07T21:41:37.381Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2447 | 2025-03-07T21:41:37.384Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2448 | 2025-03-07T21:41:37.481Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2449 | 2025-03-07T21:41:38.904Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.14s |
2450 | 2025-03-07T21:41:39.094Z | |
2451 | 2025-03-07T21:41:39.094Z | info: running `cargo check --bins` on nexus-config (51/197) |
2452 | 2025-03-07T21:41:39.694Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2453 | 2025-03-07T21:41:39.697Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2454 | 2025-03-07T21:41:39.697Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2455 | 2025-03-07T21:41:39.701Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2456 | 2025-03-07T21:41:39.785Z | |
2457 | 2025-03-07T21:41:39.785Z | info: running `cargo check --bins` on omicron-rpaths (52/197) |
2458 | 2025-03-07T21:41:40.364Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2459 | 2025-03-07T21:41:40.367Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2460 | 2025-03-07T21:41:40.367Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2461 | 2025-03-07T21:41:40.370Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2462 | 2025-03-07T21:41:40.445Z | |
2463 | 2025-03-07T21:41:40.445Z | info: running `cargo check --bins` on omicron-certificates (53/197) |
2464 | 2025-03-07T21:41:41.033Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2465 | 2025-03-07T21:41:41.036Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2466 | 2025-03-07T21:41:41.036Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2467 | 2025-03-07T21:41:41.039Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2468 | 2025-03-07T21:41:41.118Z | |
2469 | 2025-03-07T21:41:41.118Z | info: running `cargo check --bins` on omicron-clickhouse-admin (54/197) |
2470 | 2025-03-07T21:41:41.750Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2471 | 2025-03-07T21:41:41.753Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2472 | 2025-03-07T21:41:41.874Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2473 | 2025-03-07T21:41:41.986Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2474 | 2025-03-07T21:41:41.989Z | Compiling tempfile v3.13.0 |
2475 | 2025-03-07T21:41:42.000Z | Compiling ipnetwork v0.21.1 |
2476 | 2025-03-07T21:41:42.010Z | Compiling wait-timeout v0.2.0 |
2477 | 2025-03-07T21:41:42.013Z | Compiling bit-vec v0.8.0 |
2478 | 2025-03-07T21:41:42.013Z | Compiling progenitor-client v0.8.0 |
2479 | 2025-03-07T21:41:42.013Z | Compiling itertools v0.13.0 |
2480 | 2025-03-07T21:41:42.084Z | Compiling rand_xorshift v0.3.0 |
2481 | 2025-03-07T21:41:42.408Z | Compiling oxnet v0.1.1 |
2482 | 2025-03-07T21:41:42.499Z | Compiling bit-set v0.8.0 |
2483 | 2025-03-07T21:41:42.517Z | Compiling rusty-fork v0.3.0 |
2484 | 2025-03-07T21:41:42.517Z | Compiling heapless v0.8.0 |
2485 | 2025-03-07T21:41:42.695Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2486 | 2025-03-07T21:41:42.730Z | Compiling unarray v0.1.4 |
2487 | 2025-03-07T21:41:42.772Z | Compiling progenitor v0.8.0 |
2488 | 2025-03-07T21:41:42.786Z | Compiling parse-display v0.10.0 |
2489 | 2025-03-07T21:41:42.897Z | Compiling proptest v1.6.0 |
2490 | 2025-03-07T21:41:42.976Z | Compiling daft v0.1.1 |
2491 | 2025-03-07T21:41:43.093Z | Compiling thiserror v2.0.11 |
2492 | 2025-03-07T21:41:43.201Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2493 | 2025-03-07T21:41:43.262Z | Checking hash32 v0.3.1 |
2494 | 2025-03-07T21:41:43.336Z | Compiling instant v0.1.13 |
2495 | 2025-03-07T21:41:43.367Z | Compiling smoltcp v0.11.0 |
2496 | 2025-03-07T21:41:43.383Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2497 | 2025-03-07T21:41:43.414Z | Compiling dropshot v0.16.0 |
2498 | 2025-03-07T21:41:43.494Z | Compiling backoff v0.4.0 |
2499 | 2025-03-07T21:41:43.839Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
2500 | 2025-03-07T21:41:43.891Z | Compiling serde_with v3.12.0 |
2501 | 2025-03-07T21:41:44.056Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2502 | 2025-03-07T21:41:44.263Z | Checking num-rational v0.4.2 |
2503 | 2025-03-07T21:41:44.312Z | Compiling progenitor-client v0.9.1 |
2504 | 2025-03-07T21:41:44.876Z | Compiling phf_generator v0.11.2 |
2505 | 2025-03-07T21:41:44.949Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2506 | 2025-03-07T21:41:45.081Z | Checking num-complex v0.4.6 |
2507 | 2025-03-07T21:41:46.432Z | Compiling macaddr v1.0.1 |
2508 | 2025-03-07T21:41:46.902Z | Checking cobs v0.2.3 |
2509 | 2025-03-07T21:41:46.949Z | Compiling num v0.4.3 |
2510 | 2025-03-07T21:41:47.115Z | Checking postcard v1.0.10 |
2511 | 2025-03-07T21:41:47.205Z | Compiling phf_codegen v0.11.2 |
2512 | 2025-03-07T21:41:47.593Z | Compiling parse-zoneinfo v0.3.1 |
2513 | 2025-03-07T21:41:47.682Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2514 | 2025-03-07T21:41:48.024Z | Compiling float-ord v0.3.2 |
2515 | 2025-03-07T21:41:48.217Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2516 | 2025-03-07T21:41:48.386Z | Compiling convert_case v0.4.0 |
2517 | 2025-03-07T21:41:49.196Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
2518 | 2025-03-07T21:41:49.471Z | Compiling derive_more v0.99.19 |
2519 | 2025-03-07T21:41:50.402Z | Compiling chrono-tz-build v0.4.0 |
2520 | 2025-03-07T21:41:51.453Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2521 | 2025-03-07T21:41:51.605Z | Compiling crucible-workspace-hack v0.1.0 |
2522 | 2025-03-07T21:41:51.624Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2523 | 2025-03-07T21:41:51.930Z | Compiling chrono-tz v0.10.1 |
2524 | 2025-03-07T21:41:52.221Z | Checking newline-converter v0.3.0 |
2525 | 2025-03-07T21:41:52.315Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2526 | 2025-03-07T21:41:52.365Z | Checking itertools v0.14.0 |
2527 | 2025-03-07T21:41:52.396Z | Checking prettyplease v0.2.29 |
2528 | 2025-03-07T21:41:52.632Z | Compiling slog-dtrace v0.3.0 |
2529 | 2025-03-07T21:41:52.761Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2530 | 2025-03-07T21:41:52.971Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2531 | 2025-03-07T21:41:53.638Z | Checking expectorate v1.1.0 |
2532 | 2025-03-07T21:41:53.822Z | Compiling zone_cfg_derive v0.3.0 |
2533 | 2025-03-07T21:41:54.360Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2534 | 2025-03-07T21:41:54.539Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2535 | 2025-03-07T21:41:54.884Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2536 | 2025-03-07T21:41:54.903Z | Compiling const_format_proc_macros v0.2.34 |
2537 | 2025-03-07T21:41:55.211Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2538 | 2025-03-07T21:41:55.774Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2539 | 2025-03-07T21:41:55.992Z | Compiling num-derive v0.4.2 |
2540 | 2025-03-07T21:41:56.093Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2541 | 2025-03-07T21:41:56.096Z | Checking highway v1.3.0 |
2542 | 2025-03-07T21:41:56.268Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2543 | 2025-03-07T21:41:56.585Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2544 | 2025-03-07T21:41:56.670Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2545 | 2025-03-07T21:41:56.853Z | Checking const_format v0.2.34 |
2546 | 2025-03-07T21:41:56.943Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
2547 | 2025-03-07T21:41:57.115Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2548 | 2025-03-07T21:41:57.399Z | Checking zone v0.3.0 |
2549 | 2025-03-07T21:41:57.509Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2550 | 2025-03-07T21:41:57.895Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2551 | 2025-03-07T21:41:58.175Z | Checking gethostname v0.5.0 |
2552 | 2025-03-07T21:41:58.196Z | Checking bcs v0.1.6 |
2553 | 2025-03-07T21:41:58.262Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
2554 | 2025-03-07T21:41:58.313Z | Checking nanorand v0.7.0 |
2555 | 2025-03-07T21:41:58.559Z | Compiling async-recursion v1.1.1 |
2556 | 2025-03-07T21:41:58.654Z | Checking termtree v0.5.1 |
2557 | 2025-03-07T21:41:58.682Z | Checking flume v0.11.1 |
2558 | 2025-03-07T21:41:59.681Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2559 | 2025-03-07T21:42:05.572Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2560 | 2025-03-07T21:42:08.864Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2561 | 2025-03-07T21:42:11.469Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2562 | 2025-03-07T21:42:12.784Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.65s |
2563 | 2025-03-07T21:42:12.982Z | |
2564 | 2025-03-07T21:42:12.982Z | info: running `cargo check --bins` on clickhouse-admin-api (55/197) |
2565 | 2025-03-07T21:42:13.590Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2566 | 2025-03-07T21:42:13.593Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2567 | 2025-03-07T21:42:13.593Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2568 | 2025-03-07T21:42:13.597Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2569 | 2025-03-07T21:42:13.680Z | |
2570 | 2025-03-07T21:42:13.680Z | info: running `cargo check --bins` on clickhouse-admin-types (56/197) |
2571 | 2025-03-07T21:42:14.288Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2572 | 2025-03-07T21:42:14.292Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2573 | 2025-03-07T21:42:14.292Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2574 | 2025-03-07T21:42:14.295Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2575 | 2025-03-07T21:42:14.378Z | |
2576 | 2025-03-07T21:42:14.378Z | info: running `cargo check --bins --no-default-features` on oximeter-db (57/197) |
2577 | 2025-03-07T21:42:14.978Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2578 | 2025-03-07T21:42:14.981Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2579 | 2025-03-07T21:42:15.088Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2580 | 2025-03-07T21:42:15.745Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s |
2581 | 2025-03-07T21:42:15.935Z | |
2582 | 2025-03-07T21:42:15.935Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (58/197) |
2583 | 2025-03-07T21:42:16.566Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2584 | 2025-03-07T21:42:16.570Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2585 | 2025-03-07T21:42:16.692Z | Compiling cfg_aliases v0.1.1 |
2586 | 2025-03-07T21:42:16.696Z | Compiling vte_generate_state_changes v0.1.2 |
2587 | 2025-03-07T21:42:16.696Z | Checking fd-lock v4.0.2 |
2588 | 2025-03-07T21:42:16.696Z | Checking nibble_vec v0.1.0 |
2589 | 2025-03-07T21:42:16.696Z | Checking endian-type v0.1.2 |
2590 | 2025-03-07T21:42:16.803Z | Checking bytecount v0.6.8 |
2591 | 2025-03-07T21:42:16.848Z | Compiling tabled_derive v0.7.0 |
2592 | 2025-03-07T21:42:16.862Z | Compiling peg-macros v0.8.5 |
2593 | 2025-03-07T21:42:16.889Z | Compiling nix v0.28.0 |
2594 | 2025-03-07T21:42:16.970Z | Checking papergrid v0.11.0 |
2595 | 2025-03-07T21:42:16.988Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2596 | 2025-03-07T21:42:17.012Z | Compiling sqlparser_derive v0.2.2 |
2597 | 2025-03-07T21:42:17.045Z | Checking radix_trie v0.2.1 |
2598 | 2025-03-07T21:42:17.419Z | Checking vte v0.11.1 |
2599 | 2025-03-07T21:42:17.502Z | Checking unicode_categories v0.1.1 |
2600 | 2025-03-07T21:42:17.824Z | Checking nu-ansi-term v0.50.1 |
2601 | 2025-03-07T21:42:17.989Z | Checking home v0.5.9 |
2602 | 2025-03-07T21:42:18.053Z | Checking sqlparser v0.45.0 |
2603 | 2025-03-07T21:42:18.186Z | Checking sqlformat v0.2.6 |
2604 | 2025-03-07T21:42:18.222Z | Checking display-error-chain v0.2.2 |
2605 | 2025-03-07T21:42:18.839Z | Checking strip-ansi-escapes v0.2.0 |
2606 | 2025-03-07T21:42:18.994Z | Checking tabled v0.15.0 |
2607 | 2025-03-07T21:42:19.008Z | Checking reedline v0.38.0 |
2608 | 2025-03-07T21:42:19.428Z | Checking peg v0.8.5 |
2609 | 2025-03-07T21:42:19.727Z | Checking rustyline v14.0.0 |
2610 | 2025-03-07T21:42:28.816Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.87s |
2611 | 2025-03-07T21:42:29.008Z | |
2612 | 2025-03-07T21:42:29.008Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (59/197) |
2613 | 2025-03-07T21:42:29.633Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2614 | 2025-03-07T21:42:29.636Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2615 | 2025-03-07T21:42:29.743Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2616 | 2025-03-07T21:42:35.087Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.07s |
2617 | 2025-03-07T21:42:35.278Z | |
2618 | 2025-03-07T21:42:35.278Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (60/197) |
2619 | 2025-03-07T21:42:35.903Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2620 | 2025-03-07T21:42:35.906Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2621 | 2025-03-07T21:42:36.014Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2622 | 2025-03-07T21:42:39.769Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.48s |
2623 | 2025-03-07T21:42:39.959Z | |
2624 | 2025-03-07T21:42:39.959Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (61/197) |
2625 | 2025-03-07T21:42:40.582Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2626 | 2025-03-07T21:42:40.585Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2627 | 2025-03-07T21:42:40.696Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2628 | 2025-03-07T21:42:45.786Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.82s |
2629 | 2025-03-07T21:42:45.982Z | |
2630 | 2025-03-07T21:42:45.983Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (62/197) |
2631 | 2025-03-07T21:42:46.597Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2632 | 2025-03-07T21:42:46.600Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2633 | 2025-03-07T21:42:46.715Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2634 | 2025-03-07T21:42:51.839Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.85s |
2635 | 2025-03-07T21:42:52.029Z | |
2636 | 2025-03-07T21:42:52.029Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (63/197) |
2637 | 2025-03-07T21:42:52.642Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2638 | 2025-03-07T21:42:52.680Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2639 | 2025-03-07T21:42:52.755Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2640 | 2025-03-07T21:42:56.643Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.60s |
2641 | 2025-03-07T21:42:56.833Z | |
2642 | 2025-03-07T21:42:56.833Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (64/197) |
2643 | 2025-03-07T21:42:57.452Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2644 | 2025-03-07T21:42:57.455Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2645 | 2025-03-07T21:42:57.565Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2646 | 2025-03-07T21:43:01.541Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.70s |
2647 | 2025-03-07T21:43:01.737Z | |
2648 | 2025-03-07T21:43:01.737Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (65/197) |
2649 | 2025-03-07T21:43:02.370Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2650 | 2025-03-07T21:43:02.373Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2651 | 2025-03-07T21:43:02.480Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2652 | 2025-03-07T21:43:07.772Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.02s |
2653 | 2025-03-07T21:43:07.973Z | |
2654 | 2025-03-07T21:43:07.973Z | info: running `cargo check --bins` on oximeter (66/197) |
2655 | 2025-03-07T21:43:08.583Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2656 | 2025-03-07T21:43:08.587Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2657 | 2025-03-07T21:43:08.587Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2658 | 2025-03-07T21:43:08.590Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2659 | 2025-03-07T21:43:08.673Z | |
2660 | 2025-03-07T21:43:08.673Z | info: running `cargo check --bins` on oximeter-macro-impl (67/197) |
2661 | 2025-03-07T21:43:09.246Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2662 | 2025-03-07T21:43:09.249Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2663 | 2025-03-07T21:43:09.249Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2664 | 2025-03-07T21:43:09.252Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2665 | 2025-03-07T21:43:09.327Z | |
2666 | 2025-03-07T21:43:09.327Z | info: running `cargo check --bins` on oximeter-schema (68/197) |
2667 | 2025-03-07T21:43:09.937Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2668 | 2025-03-07T21:43:09.940Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2669 | 2025-03-07T21:43:10.034Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2670 | 2025-03-07T21:43:12.129Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2671 | 2025-03-07T21:43:13.097Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.76s |
2672 | 2025-03-07T21:43:13.281Z | |
2673 | 2025-03-07T21:43:13.281Z | info: running `cargo check --bins` on oximeter-types (69/197) |
2674 | 2025-03-07T21:43:13.876Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2675 | 2025-03-07T21:43:13.879Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2676 | 2025-03-07T21:43:13.880Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2677 | 2025-03-07T21:43:13.883Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2678 | 2025-03-07T21:43:13.962Z | |
2679 | 2025-03-07T21:43:13.962Z | info: running `cargo check --bins` on oximeter-timeseries-macro (70/197) |
2680 | 2025-03-07T21:43:14.568Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2681 | 2025-03-07T21:43:14.571Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2682 | 2025-03-07T21:43:14.571Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2683 | 2025-03-07T21:43:14.574Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2684 | 2025-03-07T21:43:14.657Z | |
2685 | 2025-03-07T21:43:14.657Z | info: running `cargo check --bins` on oxql-types (71/197) |
2686 | 2025-03-07T21:43:15.260Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2687 | 2025-03-07T21:43:15.263Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2688 | 2025-03-07T21:43:15.263Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2689 | 2025-03-07T21:43:15.267Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2690 | 2025-03-07T21:43:15.345Z | |
2691 | 2025-03-07T21:43:15.345Z | info: running `cargo check --bins` on oximeter-test-utils (72/197) |
2692 | 2025-03-07T21:43:15.966Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2693 | 2025-03-07T21:43:15.969Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2694 | 2025-03-07T21:43:15.969Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2695 | 2025-03-07T21:43:15.972Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2696 | 2025-03-07T21:43:16.057Z | |
2697 | 2025-03-07T21:43:16.057Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (73/197) |
2698 | 2025-03-07T21:43:16.670Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2699 | 2025-03-07T21:43:16.673Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2700 | 2025-03-07T21:43:16.673Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2701 | 2025-03-07T21:43:16.678Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2702 | 2025-03-07T21:43:16.764Z | |
2703 | 2025-03-07T21:43:16.764Z | info: running `cargo check --bins` on bootstrap-agent-client (74/197) |
2704 | 2025-03-07T21:43:17.382Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2705 | 2025-03-07T21:43:17.385Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2706 | 2025-03-07T21:43:17.385Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2707 | 2025-03-07T21:43:17.388Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2708 | 2025-03-07T21:43:17.475Z | |
2709 | 2025-03-07T21:43:17.475Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (75/197) |
2710 | 2025-03-07T21:43:18.090Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2711 | 2025-03-07T21:43:18.093Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2712 | 2025-03-07T21:43:18.093Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2713 | 2025-03-07T21:43:18.096Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2714 | 2025-03-07T21:43:18.180Z | |
2715 | 2025-03-07T21:43:18.181Z | info: running `cargo check --bins` on clickhouse-admin-server-client (76/197) |
2716 | 2025-03-07T21:43:18.781Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2717 | 2025-03-07T21:43:18.784Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2718 | 2025-03-07T21:43:18.784Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2719 | 2025-03-07T21:43:18.787Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2720 | 2025-03-07T21:43:18.873Z | |
2721 | 2025-03-07T21:43:18.873Z | info: running `cargo check --bins` on clickhouse-admin-single-client (77/197) |
2722 | 2025-03-07T21:43:19.482Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2723 | 2025-03-07T21:43:19.485Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2724 | 2025-03-07T21:43:19.485Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2725 | 2025-03-07T21:43:19.488Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2726 | 2025-03-07T21:43:19.568Z | |
2727 | 2025-03-07T21:43:19.568Z | info: running `cargo check --bins` on cockroach-admin-client (78/197) |
2728 | 2025-03-07T21:43:20.160Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2729 | 2025-03-07T21:43:20.163Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2730 | 2025-03-07T21:43:20.163Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2731 | 2025-03-07T21:43:20.167Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2732 | 2025-03-07T21:43:20.245Z | |
2733 | 2025-03-07T21:43:20.246Z | info: running `cargo check --bins` on omicron-ddm-admin-client (79/197) |
2734 | 2025-03-07T21:43:20.863Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2735 | 2025-03-07T21:43:20.866Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2736 | 2025-03-07T21:43:20.866Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2737 | 2025-03-07T21:43:20.869Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2738 | 2025-03-07T21:43:20.951Z | |
2739 | 2025-03-07T21:43:20.951Z | info: running `cargo check --bins` on dns-service-client (80/197) |
2740 | 2025-03-07T21:43:21.560Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2741 | 2025-03-07T21:43:21.564Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2742 | 2025-03-07T21:43:21.564Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2743 | 2025-03-07T21:43:21.567Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2744 | 2025-03-07T21:43:21.653Z | |
2745 | 2025-03-07T21:43:21.653Z | info: running `cargo check --bins` on internal-dns-types (81/197) |
2746 | 2025-03-07T21:43:22.257Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2747 | 2025-03-07T21:43:22.260Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2748 | 2025-03-07T21:43:22.260Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2749 | 2025-03-07T21:43:22.263Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2750 | 2025-03-07T21:43:22.347Z | |
2751 | 2025-03-07T21:43:22.347Z | info: running `cargo check --bins` on dpd-client (82/197) |
2752 | 2025-03-07T21:43:22.937Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2753 | 2025-03-07T21:43:22.941Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2754 | 2025-03-07T21:43:22.941Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2755 | 2025-03-07T21:43:22.944Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2756 | 2025-03-07T21:43:23.022Z | |
2757 | 2025-03-07T21:43:23.022Z | info: running `cargo check --bins` on gateway-client (83/197) |
2758 | 2025-03-07T21:43:23.610Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2759 | 2025-03-07T21:43:23.613Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2760 | 2025-03-07T21:43:23.613Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2761 | 2025-03-07T21:43:23.616Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2762 | 2025-03-07T21:43:23.699Z | |
2763 | 2025-03-07T21:43:23.699Z | info: running `cargo check --bins` on installinator-client (84/197) |
2764 | 2025-03-07T21:43:24.317Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2765 | 2025-03-07T21:43:24.320Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2766 | 2025-03-07T21:43:24.320Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2767 | 2025-03-07T21:43:24.323Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2768 | 2025-03-07T21:43:24.408Z | |
2769 | 2025-03-07T21:43:24.408Z | info: running `cargo check --bins` on installinator-common (85/197) |
2770 | 2025-03-07T21:43:25.032Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2771 | 2025-03-07T21:43:25.035Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2772 | 2025-03-07T21:43:25.035Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2773 | 2025-03-07T21:43:25.039Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2774 | 2025-03-07T21:43:25.126Z | |
2775 | 2025-03-07T21:43:25.126Z | info: running `cargo check --bins` on update-engine (86/197) |
2776 | 2025-03-07T21:43:25.709Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2777 | 2025-03-07T21:43:25.712Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2778 | 2025-03-07T21:43:25.712Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2779 | 2025-03-07T21:43:25.716Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2780 | 2025-03-07T21:43:25.792Z | |
2781 | 2025-03-07T21:43:25.792Z | info: running `cargo check --bins` on nexus-client (87/197) |
2782 | 2025-03-07T21:43:26.410Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2783 | 2025-03-07T21:43:26.414Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2784 | 2025-03-07T21:43:26.414Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2785 | 2025-03-07T21:43:26.418Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2786 | 2025-03-07T21:43:26.503Z | |
2787 | 2025-03-07T21:43:26.503Z | info: running `cargo check --bins` on nexus-sled-agent-shared (88/197) |
2788 | 2025-03-07T21:43:27.123Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2789 | 2025-03-07T21:43:27.126Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2790 | 2025-03-07T21:43:27.126Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2791 | 2025-03-07T21:43:27.130Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2792 | 2025-03-07T21:43:27.210Z | |
2793 | 2025-03-07T21:43:27.210Z | info: running `cargo check --bins` on omicron-passwords (89/197) |
2794 | 2025-03-07T21:43:27.795Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2795 | 2025-03-07T21:43:27.798Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2796 | 2025-03-07T21:43:27.798Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2797 | 2025-03-07T21:43:27.801Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2798 | 2025-03-07T21:43:27.883Z | |
2799 | 2025-03-07T21:43:27.883Z | info: running `cargo check --bins` on nexus-types (90/197) |
2800 | 2025-03-07T21:43:28.501Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2801 | 2025-03-07T21:43:28.504Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2802 | 2025-03-07T21:43:28.504Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2803 | 2025-03-07T21:43:28.508Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2804 | 2025-03-07T21:43:28.597Z | |
2805 | 2025-03-07T21:43:28.597Z | info: running `cargo check --bins` on oxide-client (91/197) |
2806 | 2025-03-07T21:43:29.180Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2807 | 2025-03-07T21:43:29.184Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2808 | 2025-03-07T21:43:29.184Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2809 | 2025-03-07T21:43:29.187Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2810 | 2025-03-07T21:43:29.267Z | |
2811 | 2025-03-07T21:43:29.267Z | info: running `cargo check --bins` on oximeter-client (92/197) |
2812 | 2025-03-07T21:43:29.865Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2813 | 2025-03-07T21:43:29.869Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2814 | 2025-03-07T21:43:29.869Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2815 | 2025-03-07T21:43:29.872Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2816 | 2025-03-07T21:43:29.955Z | |
2817 | 2025-03-07T21:43:29.955Z | info: running `cargo check --bins` on repo-depot-client (93/197) |
2818 | 2025-03-07T21:43:30.536Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2819 | 2025-03-07T21:43:30.539Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2820 | 2025-03-07T21:43:30.539Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2821 | 2025-03-07T21:43:30.542Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2822 | 2025-03-07T21:43:30.621Z | |
2823 | 2025-03-07T21:43:30.621Z | info: running `cargo check --bins` on sled-agent-client (94/197) |
2824 | 2025-03-07T21:43:31.246Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2825 | 2025-03-07T21:43:31.249Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2826 | 2025-03-07T21:43:31.249Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2827 | 2025-03-07T21:43:31.252Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2828 | 2025-03-07T21:43:31.336Z | |
2829 | 2025-03-07T21:43:31.336Z | info: running `cargo check --bins` on wicketd-client (95/197) |
2830 | 2025-03-07T21:43:31.982Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2831 | 2025-03-07T21:43:31.986Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2832 | 2025-03-07T21:43:31.986Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2833 | 2025-03-07T21:43:31.989Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
2834 | 2025-03-07T21:43:32.077Z | |
2835 | 2025-03-07T21:43:32.077Z | info: running `cargo check --bins` on sled-agent-types (96/197) |
2836 | 2025-03-07T21:43:32.700Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2837 | 2025-03-07T21:43:32.703Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2838 | 2025-03-07T21:43:32.703Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2839 | 2025-03-07T21:43:32.706Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2840 | 2025-03-07T21:43:32.793Z | |
2841 | 2025-03-07T21:43:32.793Z | info: running `cargo check --bins` on wicket-common (97/197) |
2842 | 2025-03-07T21:43:33.410Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2843 | 2025-03-07T21:43:33.413Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2844 | 2025-03-07T21:43:33.413Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2845 | 2025-03-07T21:43:33.416Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2846 | 2025-03-07T21:43:33.500Z | |
2847 | 2025-03-07T21:43:33.500Z | info: running `cargo check --bins` on omicron-cockroach-admin (98/197) |
2848 | 2025-03-07T21:43:34.113Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2849 | 2025-03-07T21:43:34.116Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2850 | 2025-03-07T21:43:34.223Z | Checking csv-core v0.1.11 |
2851 | 2025-03-07T21:43:34.223Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2852 | 2025-03-07T21:43:34.226Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2853 | 2025-03-07T21:43:34.226Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2854 | 2025-03-07T21:43:34.520Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2855 | 2025-03-07T21:43:34.535Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2856 | 2025-03-07T21:43:34.568Z | Checking csv v1.3.1 |
2857 | 2025-03-07T21:43:35.145Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2858 | 2025-03-07T21:43:35.518Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2859 | 2025-03-07T21:43:37.285Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.77s |
2860 | 2025-03-07T21:43:37.495Z | |
2861 | 2025-03-07T21:43:37.495Z | info: running `cargo check --bins` on cockroach-admin-api (99/197) |
2862 | 2025-03-07T21:43:38.096Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2863 | 2025-03-07T21:43:38.099Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2864 | 2025-03-07T21:43:38.099Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2865 | 2025-03-07T21:43:38.103Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2866 | 2025-03-07T21:43:38.188Z | |
2867 | 2025-03-07T21:43:38.188Z | info: running `cargo check --bins` on cockroach-admin-types (100/197) |
2868 | 2025-03-07T21:43:38.795Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2869 | 2025-03-07T21:43:38.799Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2870 | 2025-03-07T21:43:38.799Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2871 | 2025-03-07T21:43:38.802Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2872 | 2025-03-07T21:43:38.885Z | |
2873 | 2025-03-07T21:43:38.885Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (101/197) |
2874 | 2025-03-07T21:43:39.586Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2875 | 2025-03-07T21:43:39.589Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2876 | 2025-03-07T21:43:39.589Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2877 | 2025-03-07T21:43:39.593Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
2878 | 2025-03-07T21:43:39.693Z | |
2879 | 2025-03-07T21:43:39.693Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (102/197) |
2880 | 2025-03-07T21:43:40.388Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2881 | 2025-03-07T21:43:40.391Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2882 | 2025-03-07T21:43:40.391Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2883 | 2025-03-07T21:43:40.395Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
2884 | 2025-03-07T21:43:40.493Z | |
2885 | 2025-03-07T21:43:40.493Z | info: running `cargo check --bins` on dns-server (103/197) |
2886 | 2025-03-07T21:43:41.099Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2887 | 2025-03-07T21:43:41.102Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2888 | 2025-03-07T21:43:41.195Z | Compiling typify-impl v0.3.0 |
2889 | 2025-03-07T21:43:41.307Z | Compiling parking_lot_core v0.8.6 |
2890 | 2025-03-07T21:43:41.311Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2891 | 2025-03-07T21:43:41.320Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2892 | 2025-03-07T21:43:41.331Z | Checking fxhash v0.2.1 |
2893 | 2025-03-07T21:43:41.334Z | Checking hickory-client v0.24.4 |
2894 | 2025-03-07T21:43:41.360Z | Checking hickory-server v0.24.4 |
2895 | 2025-03-07T21:43:42.037Z | Checking parking_lot v0.11.2 |
2896 | 2025-03-07T21:43:42.133Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2897 | 2025-03-07T21:43:42.369Z | Checking sled v0.34.7 |
2898 | 2025-03-07T21:43:46.939Z | Compiling typify-macro v0.3.0 |
2899 | 2025-03-07T21:43:48.515Z | Compiling typify v0.3.0 |
2900 | 2025-03-07T21:43:48.592Z | Compiling progenitor-impl v0.9.1 |
2901 | 2025-03-07T21:43:51.017Z | Compiling progenitor-macro v0.9.1 |
2902 | 2025-03-07T21:43:54.724Z | Checking progenitor v0.9.1 |
2903 | 2025-03-07T21:43:54.864Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2904 | 2025-03-07T21:43:55.342Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2905 | 2025-03-07T21:43:56.687Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.18s |
2906 | 2025-03-07T21:43:56.895Z | |
2907 | 2025-03-07T21:43:56.895Z | info: running `cargo check --bins` on dns-server-api (104/197) |
2908 | 2025-03-07T21:43:57.509Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2909 | 2025-03-07T21:43:57.512Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2910 | 2025-03-07T21:43:57.512Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2911 | 2025-03-07T21:43:57.515Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2912 | 2025-03-07T21:43:57.596Z | |
2913 | 2025-03-07T21:43:57.596Z | info: running `cargo check --bins` on openapi-manager-types (105/197) |
2914 | 2025-03-07T21:43:58.181Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2915 | 2025-03-07T21:43:58.184Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2916 | 2025-03-07T21:43:58.184Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2917 | 2025-03-07T21:43:58.188Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2918 | 2025-03-07T21:43:58.266Z | |
2919 | 2025-03-07T21:43:58.266Z | info: running `cargo check --bins` on gateway-test-utils (106/197) |
2920 | 2025-03-07T21:43:58.917Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2921 | 2025-03-07T21:43:58.921Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2922 | 2025-03-07T21:43:58.921Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2923 | 2025-03-07T21:43:58.924Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
2924 | 2025-03-07T21:43:59.014Z | |
2925 | 2025-03-07T21:43:59.014Z | info: running `cargo check --bins` on gateway-types (107/197) |
2926 | 2025-03-07T21:43:59.631Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2927 | 2025-03-07T21:43:59.634Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2928 | 2025-03-07T21:43:59.634Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2929 | 2025-03-07T21:43:59.637Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2930 | 2025-03-07T21:43:59.719Z | |
2931 | 2025-03-07T21:43:59.719Z | info: running `cargo check --bins` on ipcc (108/197) |
2932 | 2025-03-07T21:44:00.331Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2933 | 2025-03-07T21:44:00.334Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2934 | 2025-03-07T21:44:00.334Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2935 | 2025-03-07T21:44:00.337Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2936 | 2025-03-07T21:44:00.418Z | |
2937 | 2025-03-07T21:44:00.418Z | info: running `cargo check --bins` on omicron-gateway (109/197) |
2938 | 2025-03-07T21:44:01.060Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2939 | 2025-03-07T21:44:01.063Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2940 | 2025-03-07T21:44:01.188Z | Compiling semver v0.1.20 |
2941 | 2025-03-07T21:44:01.188Z | Compiling radium v0.7.0 |
2942 | 2025-03-07T21:44:01.313Z | Checking tap v1.0.1 |
2943 | 2025-03-07T21:44:01.316Z | Compiling maybe-uninit v2.0.0 |
2944 | 2025-03-07T21:44:01.335Z | Checking password-hash v0.5.0 |
2945 | 2025-03-07T21:44:01.338Z | Checking blake2 v0.10.6 |
2946 | 2025-03-07T21:44:01.338Z | Checking crc-catalog v2.4.0 |
2947 | 2025-03-07T21:44:01.338Z | Compiling cancel-safe-futures v0.1.5 |
2948 | 2025-03-07T21:44:01.452Z | Checking wyz v0.5.1 |
2949 | 2025-03-07T21:44:01.525Z | Compiling packed_struct v0.10.1 |
2950 | 2025-03-07T21:44:01.702Z | Compiling rustc_version v0.1.7 |
2951 | 2025-03-07T21:44:01.771Z | Checking funty v2.0.0 |
2952 | 2025-03-07T21:44:01.832Z | Compiling owo-colors v4.2.0 |
2953 | 2025-03-07T21:44:01.852Z | Checking argon2 v0.5.3 |
2954 | 2025-03-07T21:44:01.921Z | Checking crc v3.2.1 |
2955 | 2025-03-07T21:44:01.989Z | Compiling packed_struct_codegen v0.10.1 |
2956 | 2025-03-07T21:44:02.050Z | Checking libsw-core v0.3.1 |
2957 | 2025-03-07T21:44:02.128Z | Compiling newtype_derive v0.1.6 |
2958 | 2025-03-07T21:44:02.182Z | Compiling indexmap v1.9.3 |
2959 | 2025-03-07T21:44:02.306Z | Checking half v2.4.1 |
2960 | 2025-03-07T21:44:02.376Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
2961 | 2025-03-07T21:44:02.501Z | Checking ciborium-io v0.2.2 |
2962 | 2025-03-07T21:44:02.518Z | Checking nodrop v0.1.14 |
2963 | 2025-03-07T21:44:02.536Z | Checking fixedbitset v0.5.7 |
2964 | 2025-03-07T21:44:02.603Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2965 | 2025-03-07T21:44:02.661Z | Checking array-init v0.0.4 |
2966 | 2025-03-07T21:44:02.678Z | Checking bitvec v1.0.1 |
2967 | 2025-03-07T21:44:02.765Z | Checking libsw v3.4.0 |
2968 | 2025-03-07T21:44:02.793Z | Checking ciborium-ll v0.2.2 |
2969 | 2025-03-07T21:44:02.884Z | Checking smallvec v0.6.14 |
2970 | 2025-03-07T21:44:02.903Z | Checking petgraph v0.7.1 |
2971 | 2025-03-07T21:44:03.006Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2972 | 2025-03-07T21:44:03.263Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2973 | 2025-03-07T21:44:03.503Z | Checking linear-map v1.2.0 |
2974 | 2025-03-07T21:44:03.524Z | Checking hashbrown v0.12.3 |
2975 | 2025-03-07T21:44:03.722Z | Checking bitfield v0.14.0 |
2976 | 2025-03-07T21:44:03.845Z | Checking indent_write v2.2.0 |
2977 | 2025-03-07T21:44:04.026Z | Checking termcolor v1.4.1 |
2978 | 2025-03-07T21:44:04.072Z | Checking swrite v0.1.0 |
2979 | 2025-03-07T21:44:04.209Z | Checking ron v0.8.1 |
2980 | 2025-03-07T21:44:04.279Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2981 | 2025-03-07T21:44:04.436Z | Checking env_logger v0.10.2 |
2982 | 2025-03-07T21:44:04.436Z | Checking serde-hex v0.1.0 |
2983 | 2025-03-07T21:44:04.529Z | Checking ciborium v0.2.2 |
2984 | 2025-03-07T21:44:04.901Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2985 | 2025-03-07T21:44:05.136Z | Checking steno v0.4.1 |
2986 | 2025-03-07T21:44:05.484Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2987 | 2025-03-07T21:44:05.623Z | Checking hashbrown v0.13.2 |
2988 | 2025-03-07T21:44:05.747Z | Checking crc-any v2.5.0 |
2989 | 2025-03-07T21:44:05.861Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2990 | 2025-03-07T21:44:05.882Z | Checking humantime v2.1.0 |
2991 | 2025-03-07T21:44:06.132Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2992 | 2025-03-07T21:44:06.209Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2993 | 2025-03-07T21:44:06.429Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2994 | 2025-03-07T21:44:06.570Z | Checking object v0.30.4 |
2995 | 2025-03-07T21:44:06.774Z | Checking path-slash v0.1.5 |
2996 | 2025-03-07T21:44:06.848Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2997 | 2025-03-07T21:44:07.004Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2998 | 2025-03-07T21:44:07.324Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2999 | 2025-03-07T21:44:07.592Z | Checking nix v0.27.1 |
3000 | 2025-03-07T21:44:07.768Z | Checking tungstenite v0.23.0 |
3001 | 2025-03-07T21:44:08.300Z | Checking kstat-rs v0.2.4 |
3002 | 2025-03-07T21:44:08.669Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
3003 | 2025-03-07T21:44:08.714Z | Checking tokio-tungstenite v0.23.1 |
3004 | 2025-03-07T21:44:08.776Z | Checking signal-hook-tokio v0.3.1 |
3005 | 2025-03-07T21:44:09.061Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
3006 | 2025-03-07T21:44:09.246Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
3007 | 2025-03-07T21:44:09.484Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
3008 | 2025-03-07T21:44:16.661Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
3009 | 2025-03-07T21:44:18.057Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
3010 | 2025-03-07T21:44:20.609Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
3011 | 2025-03-07T21:44:26.198Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3012 | 2025-03-07T21:44:26.904Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3013 | 2025-03-07T21:44:29.721Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.29s |
3014 | 2025-03-07T21:44:29.917Z | |
3015 | 2025-03-07T21:44:29.917Z | info: running `cargo check --bins` on gateway-api (110/197) |
3016 | 2025-03-07T21:44:30.514Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3017 | 2025-03-07T21:44:30.517Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3018 | 2025-03-07T21:44:30.517Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3019 | 2025-03-07T21:44:30.520Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3020 | 2025-03-07T21:44:30.602Z | |
3021 | 2025-03-07T21:44:30.602Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (111/197) |
3022 | 2025-03-07T21:44:31.187Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3023 | 2025-03-07T21:44:31.193Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3024 | 2025-03-07T21:44:31.193Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3025 | 2025-03-07T21:44:31.196Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3026 | 2025-03-07T21:44:31.269Z | |
3027 | 2025-03-07T21:44:31.269Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (112/197) |
3028 | 2025-03-07T21:44:31.883Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3029 | 2025-03-07T21:44:31.886Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3030 | 2025-03-07T21:44:31.886Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3031 | 2025-03-07T21:44:31.889Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3032 | 2025-03-07T21:44:31.973Z | |
3033 | 2025-03-07T21:44:31.973Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (113/197) |
3034 | 2025-03-07T21:44:32.568Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3035 | 2025-03-07T21:44:32.571Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3036 | 2025-03-07T21:44:32.571Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3037 | 2025-03-07T21:44:32.574Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3038 | 2025-03-07T21:44:32.659Z | |
3039 | 2025-03-07T21:44:32.659Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (114/197) |
3040 | 2025-03-07T21:44:33.261Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3041 | 2025-03-07T21:44:33.264Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3042 | 2025-03-07T21:44:33.264Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3043 | 2025-03-07T21:44:33.267Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3044 | 2025-03-07T21:44:33.347Z | |
3045 | 2025-03-07T21:44:33.347Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (115/197) |
3046 | 2025-03-07T21:44:33.944Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3047 | 2025-03-07T21:44:33.948Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3048 | 2025-03-07T21:44:33.948Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3049 | 2025-03-07T21:44:33.951Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3050 | 2025-03-07T21:44:34.032Z | |
3051 | 2025-03-07T21:44:34.032Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (116/197) |
3052 | 2025-03-07T21:44:34.630Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3053 | 2025-03-07T21:44:34.633Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3054 | 2025-03-07T21:44:34.633Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3055 | 2025-03-07T21:44:34.637Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3056 | 2025-03-07T21:44:34.715Z | |
3057 | 2025-03-07T21:44:34.715Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (117/197) |
3058 | 2025-03-07T21:44:35.313Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3059 | 2025-03-07T21:44:35.330Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3060 | 2025-03-07T21:44:35.330Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3061 | 2025-03-07T21:44:35.330Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3062 | 2025-03-07T21:44:35.399Z | |
3063 | 2025-03-07T21:44:35.399Z | info: running `cargo check --bins` on oximeter-producer (118/197) |
3064 | 2025-03-07T21:44:36.046Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3065 | 2025-03-07T21:44:36.075Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3066 | 2025-03-07T21:44:36.075Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3067 | 2025-03-07T21:44:36.075Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
3068 | 2025-03-07T21:44:36.133Z | |
3069 | 2025-03-07T21:44:36.133Z | info: running `cargo check --bins` on internal-dns-resolver (119/197) |
3070 | 2025-03-07T21:44:36.719Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3071 | 2025-03-07T21:44:36.725Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3072 | 2025-03-07T21:44:36.725Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3073 | 2025-03-07T21:44:36.725Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3074 | 2025-03-07T21:44:36.808Z | |
3075 | 2025-03-07T21:44:36.808Z | info: running `cargo check --bins` on sp-sim (120/197) |
3076 | 2025-03-07T21:44:37.405Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3077 | 2025-03-07T21:44:37.408Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3078 | 2025-03-07T21:44:37.498Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
3079 | 2025-03-07T21:44:37.961Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
3080 | 2025-03-07T21:44:39.693Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3081 | 2025-03-07T21:44:41.494Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.68s |
3082 | 2025-03-07T21:44:41.684Z | |
3083 | 2025-03-07T21:44:41.684Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (121/197) |
3084 | 2025-03-07T21:44:42.331Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3085 | 2025-03-07T21:44:42.334Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3086 | 2025-03-07T21:44:42.334Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3087 | 2025-03-07T21:44:42.338Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
3088 | 2025-03-07T21:44:42.428Z | |
3089 | 2025-03-07T21:44:42.428Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (122/197) |
3090 | 2025-03-07T21:44:43.079Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3091 | 2025-03-07T21:44:43.082Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3092 | 2025-03-07T21:44:43.082Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3093 | 2025-03-07T21:44:43.085Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
3094 | 2025-03-07T21:44:43.174Z | |
3095 | 2025-03-07T21:44:43.174Z | info: running `cargo check --bins` on db-macros (123/197) |
3096 | 2025-03-07T21:44:43.763Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3097 | 2025-03-07T21:44:43.773Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3098 | 2025-03-07T21:44:43.773Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3099 | 2025-03-07T21:44:43.773Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3100 | 2025-03-07T21:44:43.849Z | |
3101 | 2025-03-07T21:44:43.850Z | info: running `cargo check --bins` on nexus-macros-common (124/197) |
3102 | 2025-03-07T21:44:44.433Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3103 | 2025-03-07T21:44:44.442Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3104 | 2025-03-07T21:44:44.442Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3105 | 2025-03-07T21:44:44.442Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3106 | 2025-03-07T21:44:44.518Z | |
3107 | 2025-03-07T21:44:44.518Z | info: running `cargo check --bins` on nexus-auth (125/197) |
3108 | 2025-03-07T21:44:45.192Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3109 | 2025-03-07T21:44:45.198Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3110 | 2025-03-07T21:44:45.198Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3111 | 2025-03-07T21:44:45.198Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
3112 | 2025-03-07T21:44:45.251Z | |
3113 | 2025-03-07T21:44:45.251Z | info: running `cargo check --bins` on authz-macros (126/197) |
3114 | 2025-03-07T21:44:45.840Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3115 | 2025-03-07T21:44:45.843Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3116 | 2025-03-07T21:44:45.843Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3117 | 2025-03-07T21:44:45.847Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3118 | 2025-03-07T21:44:45.928Z | |
3119 | 2025-03-07T21:44:45.928Z | info: running `cargo check --bins` on nexus-db-fixed-data (127/197) |
3120 | 2025-03-07T21:44:46.565Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3121 | 2025-03-07T21:44:46.568Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3122 | 2025-03-07T21:44:46.568Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3123 | 2025-03-07T21:44:46.572Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
3124 | 2025-03-07T21:44:46.661Z | |
3125 | 2025-03-07T21:44:46.661Z | info: running `cargo check --bins` on nexus-db-model (128/197) |
3126 | 2025-03-07T21:44:47.298Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3127 | 2025-03-07T21:44:47.301Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3128 | 2025-03-07T21:44:47.301Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3129 | 2025-03-07T21:44:47.304Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
3130 | 2025-03-07T21:44:47.390Z | |
3131 | 2025-03-07T21:44:47.390Z | info: running `cargo check --bins` on nexus-defaults (129/197) |
3132 | 2025-03-07T21:44:47.995Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3133 | 2025-03-07T21:44:47.998Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3134 | 2025-03-07T21:44:47.998Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3135 | 2025-03-07T21:44:48.001Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3136 | 2025-03-07T21:44:48.084Z | |
3137 | 2025-03-07T21:44:48.084Z | info: running `cargo check --bins` on nexus-inventory (130/197) |
3138 | 2025-03-07T21:44:48.720Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3139 | 2025-03-07T21:44:48.723Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3140 | 2025-03-07T21:44:48.723Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3141 | 2025-03-07T21:44:48.726Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
3142 | 2025-03-07T21:44:48.812Z | |
3143 | 2025-03-07T21:44:48.812Z | info: running `cargo check --bins` on typed-rng (131/197) |
3144 | 2025-03-07T21:44:49.392Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3145 | 2025-03-07T21:44:49.395Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3146 | 2025-03-07T21:44:49.395Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3147 | 2025-03-07T21:44:49.398Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3148 | 2025-03-07T21:44:49.473Z | |
3149 | 2025-03-07T21:44:49.473Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (132/197) |
3150 | 2025-03-07T21:44:50.127Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3151 | 2025-03-07T21:44:50.130Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3152 | 2025-03-07T21:44:50.274Z | Checking keccak v0.1.5 |
3153 | 2025-03-07T21:44:50.391Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
3154 | 2025-03-07T21:44:50.394Z | Checking secrecy v0.8.0 |
3155 | 2025-03-07T21:44:50.394Z | Compiling unicase v2.7.0 |
3156 | 2025-03-07T21:44:50.394Z | Compiling same-file v1.0.6 |
3157 | 2025-03-07T21:44:50.443Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
3158 | 2025-03-07T21:44:50.446Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
3159 | 2025-03-07T21:44:50.446Z | Compiling thiserror-impl-no-std v2.0.2 |
3160 | 2025-03-07T21:44:50.605Z | Compiling walkdir v2.5.0 |
3161 | 2025-03-07T21:44:50.671Z | Checking universal-hash v0.5.1 |
3162 | 2025-03-07T21:44:50.692Z | Checking sha3 v0.10.8 |
3163 | 2025-03-07T21:44:50.731Z | Compiling blake3 v1.5.4 |
3164 | 2025-03-07T21:44:50.768Z | Checking opaque-debug v0.3.1 |
3165 | 2025-03-07T21:44:50.864Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3166 | 2025-03-07T21:44:50.884Z | Checking poly1305 v0.8.0 |
3167 | 2025-03-07T21:44:50.942Z | Checking chacha20 v0.9.1 |
3168 | 2025-03-07T21:44:50.984Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
3169 | 2025-03-07T21:44:51.120Z | Checking aead v0.5.2 |
3170 | 2025-03-07T21:44:51.185Z | Compiling memmap2 v0.9.5 |
3171 | 2025-03-07T21:44:51.252Z | Compiling salty v0.3.0 |
3172 | 2025-03-07T21:44:51.318Z | Compiling arrayref v0.3.9 |
3173 | 2025-03-07T21:44:51.351Z | Compiling constant_time_eq v0.3.1 |
3174 | 2025-03-07T21:44:51.387Z | Compiling libefi-sys v0.1.0 |
3175 | 2025-03-07T21:44:51.428Z | Compiling arrayvec v0.7.6 |
3176 | 2025-03-07T21:44:51.539Z | Checking chacha20poly1305 v0.10.1 |
3177 | 2025-03-07T21:44:51.741Z | Compiling toolchain_find v0.4.0 |
3178 | 2025-03-07T21:44:51.758Z | Compiling camino-tempfile v1.1.1 |
3179 | 2025-03-07T21:44:51.773Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
3180 | 2025-03-07T21:44:51.801Z | Compiling bitfield-struct v0.6.2 |
3181 | 2025-03-07T21:44:51.999Z | Compiling topological-sort v0.2.2 |
3182 | 2025-03-07T21:44:52.175Z | Compiling rustfmt-wrapper v0.2.1 |
3183 | 2025-03-07T21:44:52.262Z | Compiling mime_guess v2.0.5 |
3184 | 2025-03-07T21:44:52.720Z | Compiling omicron-zone-package v0.12.0 |
3185 | 2025-03-07T21:44:52.766Z | Compiling progenitor v0.9.1 |
3186 | 2025-03-07T21:44:52.905Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
3187 | 2025-03-07T21:44:52.985Z | Checking primeorder v0.13.6 |
3188 | 2025-03-07T21:44:53.140Z | Checking thiserror-no-std v2.0.2 |
3189 | 2025-03-07T21:44:53.161Z | Checking env_filter v0.1.2 |
3190 | 2025-03-07T21:44:53.197Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3191 | 2025-03-07T21:44:53.230Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3192 | 2025-03-07T21:44:53.278Z | Checking vsss-rs v3.3.4 |
3193 | 2025-03-07T21:44:53.411Z | Checking env_logger v0.11.5 |
3194 | 2025-03-07T21:44:53.444Z | Checking p384 v0.13.0 |
3195 | 2025-03-07T21:44:53.470Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3196 | 2025-03-07T21:44:53.592Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
3197 | 2025-03-07T21:44:53.697Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
3198 | 2025-03-07T21:44:53.765Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3199 | 2025-03-07T21:44:53.845Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3200 | 2025-03-07T21:44:54.017Z | Checking http-range v0.1.5 |
3201 | 2025-03-07T21:44:54.045Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
3202 | 2025-03-07T21:44:54.067Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
3203 | 2025-03-07T21:44:54.212Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3204 | 2025-03-07T21:44:54.417Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3205 | 2025-03-07T21:44:54.453Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
3206 | 2025-03-07T21:44:54.583Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3207 | 2025-03-07T21:44:54.884Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
3208 | 2025-03-07T21:44:54.985Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
3209 | 2025-03-07T21:44:55.061Z | Checking atty v0.2.14 |
3210 | 2025-03-07T21:44:55.214Z | Checking glob v0.3.2 |
3211 | 2025-03-07T21:44:55.265Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3212 | 2025-03-07T21:44:55.518Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
3213 | 2025-03-07T21:44:55.552Z | Checking hyper-staticfile v0.10.1 |
3214 | 2025-03-07T21:44:55.573Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3215 | 2025-03-07T21:44:56.058Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3216 | 2025-03-07T21:44:56.507Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
3217 | 2025-03-07T21:44:56.688Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
3218 | 2025-03-07T21:44:56.783Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3219 | 2025-03-07T21:44:56.849Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3220 | 2025-03-07T21:44:57.091Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
3221 | 2025-03-07T21:44:57.607Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3222 | 2025-03-07T21:44:57.627Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
3223 | 2025-03-07T21:44:57.646Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
3224 | 2025-03-07T21:44:57.988Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3225 | 2025-03-07T21:44:58.236Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3226 | 2025-03-07T21:44:58.933Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
3227 | 2025-03-07T21:45:01.859Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3228 | 2025-03-07T21:45:01.860Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3229 | 2025-03-07T21:45:10.490Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3230 | 2025-03-07T21:45:24.663Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.17s |
3231 | 2025-03-07T21:45:24.862Z | |
3232 | 2025-03-07T21:45:24.862Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (133/197) |
3233 | 2025-03-07T21:45:25.522Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3234 | 2025-03-07T21:45:25.525Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3235 | 2025-03-07T21:45:25.672Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3236 | 2025-03-07T21:45:39.829Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.96s |
3237 | 2025-03-07T21:45:40.035Z | |
3238 | 2025-03-07T21:45:40.035Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (134/197) |
3239 | 2025-03-07T21:45:40.696Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3240 | 2025-03-07T21:45:40.699Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3241 | 2025-03-07T21:45:40.839Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3242 | 2025-03-07T21:45:54.608Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.56s |
3243 | 2025-03-07T21:45:54.816Z | |
3244 | 2025-03-07T21:45:54.816Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (135/197) |
3245 | 2025-03-07T21:45:55.473Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3246 | 2025-03-07T21:45:55.476Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3247 | 2025-03-07T21:45:55.617Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3248 | 2025-03-07T21:46:09.512Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.68s |
3249 | 2025-03-07T21:46:09.718Z | |
3250 | 2025-03-07T21:46:09.718Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (136/197) |
3251 | 2025-03-07T21:46:10.368Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3252 | 2025-03-07T21:46:10.372Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3253 | 2025-03-07T21:46:10.515Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3254 | 2025-03-07T21:46:24.624Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.89s |
3255 | 2025-03-07T21:46:24.831Z | |
3256 | 2025-03-07T21:46:24.831Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (137/197) |
3257 | 2025-03-07T21:46:25.485Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3258 | 2025-03-07T21:46:25.488Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3259 | 2025-03-07T21:46:25.634Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3260 | 2025-03-07T21:46:39.522Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.68s |
3261 | 2025-03-07T21:46:39.733Z | |
3262 | 2025-03-07T21:46:39.733Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (138/197) |
3263 | 2025-03-07T21:46:40.379Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3264 | 2025-03-07T21:46:40.383Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3265 | 2025-03-07T21:46:40.522Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3266 | 2025-03-07T21:46:54.418Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.67s |
3267 | 2025-03-07T21:46:54.628Z | |
3268 | 2025-03-07T21:46:54.628Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (139/197) |
3269 | 2025-03-07T21:46:55.291Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3270 | 2025-03-07T21:46:55.295Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3271 | 2025-03-07T21:46:55.436Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3272 | 2025-03-07T21:47:09.714Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.07s |
3273 | 2025-03-07T21:47:09.925Z | |
3274 | 2025-03-07T21:47:09.925Z | info: running `cargo check --bins` on bootstrap-agent-api (140/197) |
3275 | 2025-03-07T21:47:10.549Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3276 | 2025-03-07T21:47:10.554Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3277 | 2025-03-07T21:47:10.555Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3278 | 2025-03-07T21:47:10.559Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
3279 | 2025-03-07T21:47:10.649Z | |
3280 | 2025-03-07T21:47:10.649Z | info: running `cargo check --bins` on key-manager (141/197) |
3281 | 2025-03-07T21:47:11.246Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3282 | 2025-03-07T21:47:11.250Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3283 | 2025-03-07T21:47:11.250Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3284 | 2025-03-07T21:47:11.253Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3285 | 2025-03-07T21:47:11.335Z | |
3286 | 2025-03-07T21:47:11.335Z | info: running `cargo check --bins` on range-requests (142/197) |
3287 | 2025-03-07T21:47:11.926Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3288 | 2025-03-07T21:47:11.930Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3289 | 2025-03-07T21:47:11.930Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3290 | 2025-03-07T21:47:11.933Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3291 | 2025-03-07T21:47:12.009Z | |
3292 | 2025-03-07T21:47:12.009Z | info: running `cargo check --bins` on repo-depot-api (143/197) |
3293 | 2025-03-07T21:47:12.615Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3294 | 2025-03-07T21:47:12.619Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3295 | 2025-03-07T21:47:12.619Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3296 | 2025-03-07T21:47:12.624Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3297 | 2025-03-07T21:47:12.704Z | |
3298 | 2025-03-07T21:47:12.704Z | info: running `cargo check --bins` on sled-agent-api (144/197) |
3299 | 2025-03-07T21:47:13.328Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3300 | 2025-03-07T21:47:13.331Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3301 | 2025-03-07T21:47:13.331Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3302 | 2025-03-07T21:47:13.335Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
3303 | 2025-03-07T21:47:13.425Z | |
3304 | 2025-03-07T21:47:13.425Z | info: running `cargo check --bins` on sled-diagnostics (145/197) |
3305 | 2025-03-07T21:47:14.007Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3306 | 2025-03-07T21:47:14.010Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3307 | 2025-03-07T21:47:14.010Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3308 | 2025-03-07T21:47:14.014Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3309 | 2025-03-07T21:47:14.099Z | |
3310 | 2025-03-07T21:47:14.099Z | info: running `cargo check --bins` on sled-hardware (146/197) |
3311 | 2025-03-07T21:47:14.710Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3312 | 2025-03-07T21:47:14.713Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3313 | 2025-03-07T21:47:14.713Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3314 | 2025-03-07T21:47:14.716Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3315 | 2025-03-07T21:47:14.804Z | |
3316 | 2025-03-07T21:47:14.804Z | info: running `cargo check --bins --no-default-features` on sled-storage (147/197) |
3317 | 2025-03-07T21:47:15.413Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3318 | 2025-03-07T21:47:15.416Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3319 | 2025-03-07T21:47:15.416Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3320 | 2025-03-07T21:47:15.419Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3321 | 2025-03-07T21:47:15.504Z | |
3322 | 2025-03-07T21:47:15.504Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (148/197) |
3323 | 2025-03-07T21:47:16.118Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3324 | 2025-03-07T21:47:16.121Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3325 | 2025-03-07T21:47:16.122Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3326 | 2025-03-07T21:47:16.125Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3327 | 2025-03-07T21:47:16.209Z | |
3328 | 2025-03-07T21:47:16.209Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (149/197) |
3329 | 2025-03-07T21:47:16.857Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3330 | 2025-03-07T21:47:16.861Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3331 | 2025-03-07T21:47:16.861Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3332 | 2025-03-07T21:47:16.864Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
3333 | 2025-03-07T21:47:16.953Z | |
3334 | 2025-03-07T21:47:16.953Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (150/197) |
3335 | 2025-03-07T21:47:17.591Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3336 | 2025-03-07T21:47:17.594Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3337 | 2025-03-07T21:47:17.594Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3338 | 2025-03-07T21:47:17.598Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
3339 | 2025-03-07T21:47:17.688Z | |
3340 | 2025-03-07T21:47:17.688Z | info: running `cargo check --bins` on nexus-test-interface (151/197) |
3341 | 2025-03-07T21:47:18.309Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3342 | 2025-03-07T21:47:18.312Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3343 | 2025-03-07T21:47:18.312Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3344 | 2025-03-07T21:47:18.316Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
3345 | 2025-03-07T21:47:18.400Z | |
3346 | 2025-03-07T21:47:18.400Z | info: running `cargo check --bins` on oximeter-collector (152/197) |
3347 | 2025-03-07T21:47:19.035Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3348 | 2025-03-07T21:47:19.038Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3349 | 2025-03-07T21:47:19.164Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3350 | 2025-03-07T21:47:19.164Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3351 | 2025-03-07T21:47:20.049Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3352 | 2025-03-07T21:47:22.130Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.72s |
3353 | 2025-03-07T21:47:22.329Z | |
3354 | 2025-03-07T21:47:22.329Z | info: running `cargo check --bins` on oximeter-api (153/197) |
3355 | 2025-03-07T21:47:22.931Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3356 | 2025-03-07T21:47:22.934Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3357 | 2025-03-07T21:47:22.934Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3358 | 2025-03-07T21:47:22.938Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3359 | 2025-03-07T21:47:23.023Z | |
3360 | 2025-03-07T21:47:23.023Z | info: running `cargo check --bins` on cert-dev (154/197) |
3361 | 2025-03-07T21:47:23.615Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3362 | 2025-03-07T21:47:23.619Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3363 | 2025-03-07T21:47:23.701Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
3364 | 2025-03-07T21:47:23.995Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s |
3365 | 2025-03-07T21:47:24.175Z | |
3366 | 2025-03-07T21:47:24.175Z | info: running `cargo check --bins` on clickana (155/197) |
3367 | 2025-03-07T21:47:24.783Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3368 | 2025-03-07T21:47:24.786Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3369 | 2025-03-07T21:47:24.879Z | Checking itertools v0.13.0 |
3370 | 2025-03-07T21:47:24.879Z | Checking castaway v0.2.3 |
3371 | 2025-03-07T21:47:24.882Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
3372 | 2025-03-07T21:47:24.882Z | Checking lru v0.12.5 |
3373 | 2025-03-07T21:47:24.882Z | Compiling instability v0.3.2 |
3374 | 2025-03-07T21:47:24.882Z | Compiling indoc v2.0.5 |
3375 | 2025-03-07T21:47:24.882Z | Checking cassowary v0.3.0 |
3376 | 2025-03-07T21:47:25.116Z | Checking compact_str v0.8.0 |
3377 | 2025-03-07T21:47:26.725Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3378 | 2025-03-07T21:47:26.836Z | Checking unicode-truncate v1.1.0 |
3379 | 2025-03-07T21:47:26.997Z | Checking ratatui v0.29.0 |
3380 | 2025-03-07T21:47:28.971Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
3381 | 2025-03-07T21:47:29.816Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.63s |
3382 | 2025-03-07T21:47:30.008Z | |
3383 | 2025-03-07T21:47:30.008Z | info: running `cargo check --bins` on clickhouse-cluster-dev (156/197) |
3384 | 2025-03-07T21:47:30.639Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3385 | 2025-03-07T21:47:30.642Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3386 | 2025-03-07T21:47:30.757Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3387 | 2025-03-07T21:47:30.757Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
3388 | 2025-03-07T21:47:31.847Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
3389 | 2025-03-07T21:47:32.357Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
3390 | 2025-03-07T21:47:32.741Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.72s |
3391 | 2025-03-07T21:47:32.938Z | |
3392 | 2025-03-07T21:47:32.938Z | info: running `cargo check --bins` on ch-dev (157/197) |
3393 | 2025-03-07T21:47:33.565Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3394 | 2025-03-07T21:47:33.568Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3395 | 2025-03-07T21:47:33.668Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3396 | 2025-03-07T21:47:34.424Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s |
3397 | 2025-03-07T21:47:34.619Z | |
3398 | 2025-03-07T21:47:34.619Z | info: running `cargo check --bins` on crdb-seed (158/197) |
3399 | 2025-03-07T21:47:35.237Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3400 | 2025-03-07T21:47:35.240Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3401 | 2025-03-07T21:47:35.342Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3402 | 2025-03-07T21:47:35.713Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s |
3403 | 2025-03-07T21:47:35.904Z | |
3404 | 2025-03-07T21:47:35.904Z | info: running `cargo check --bins` on db-dev (159/197) |
3405 | 2025-03-07T21:47:36.521Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3406 | 2025-03-07T21:47:36.524Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3407 | 2025-03-07T21:47:36.633Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3408 | 2025-03-07T21:47:37.417Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.50s |
3409 | 2025-03-07T21:47:37.608Z | |
3410 | 2025-03-07T21:47:37.608Z | info: running `cargo check --bins` on omicron-dev-lib (160/197) |
3411 | 2025-03-07T21:47:38.236Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3412 | 2025-03-07T21:47:38.240Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3413 | 2025-03-07T21:47:38.240Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3414 | 2025-03-07T21:47:38.244Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
3415 | 2025-03-07T21:47:38.327Z | |
3416 | 2025-03-07T21:47:38.327Z | info: running `cargo check --bins` on xtask-downloader (161/197) |
3417 | 2025-03-07T21:47:38.918Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3418 | 2025-03-07T21:47:38.922Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3419 | 2025-03-07T21:47:39.001Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3420 | 2025-03-07T21:47:39.912Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.58s |
3421 | 2025-03-07T21:47:40.085Z | |
3422 | 2025-03-07T21:47:40.085Z | info: running `cargo check --bins` on omicron-ls-apis (162/197) |
3423 | 2025-03-07T21:47:40.674Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3424 | 2025-03-07T21:47:40.677Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3425 | 2025-03-07T21:47:40.762Z | Checking cargo-platform v0.1.8 |
3426 | 2025-03-07T21:47:41.055Z | Checking cargo_metadata v0.19.2 |
3427 | 2025-03-07T21:47:42.108Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
3428 | 2025-03-07T21:47:42.965Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.87s |
3429 | 2025-03-07T21:47:43.142Z | |
3430 | 2025-03-07T21:47:43.142Z | info: running `cargo check --bins` on mgs-dev (163/197) |
3431 | 2025-03-07T21:47:43.793Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3432 | 2025-03-07T21:47:43.796Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3433 | 2025-03-07T21:47:43.921Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3434 | 2025-03-07T21:47:45.413Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3435 | 2025-03-07T21:47:45.984Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3436 | 2025-03-07T21:47:46.540Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.39s |
3437 | 2025-03-07T21:47:46.757Z | |
3438 | 2025-03-07T21:47:46.758Z | info: running `cargo check --bins` on omicron-omdb (164/197) |
3439 | 2025-03-07T21:47:47.446Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3440 | 2025-03-07T21:47:47.449Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3441 | 2025-03-07T21:47:47.622Z | Compiling crunchy v0.2.2 |
3442 | 2025-03-07T21:47:47.625Z | Compiling tiny-keccak v2.0.2 |
3443 | 2025-03-07T21:47:47.626Z | Compiling dsl_auto_type v0.1.2 |
3444 | 2025-03-07T21:47:47.626Z | Checking scheduled-thread-pool v0.2.7 |
3445 | 2025-03-07T21:47:47.626Z | Compiling diesel_table_macro_syntax v0.2.0 |
3446 | 2025-03-07T21:47:47.626Z | Compiling bit-vec v0.6.3 |
3447 | 2025-03-07T21:47:47.795Z | Compiling ascii-canvas v3.0.0 |
3448 | 2025-03-07T21:47:47.812Z | Compiling ena v0.14.3 |
3449 | 2025-03-07T21:47:48.025Z | Checking r2d2 v0.8.10 |
3450 | 2025-03-07T21:47:48.086Z | Compiling bit-set v0.5.3 |
3451 | 2025-03-07T21:47:48.150Z | Compiling bindgen v0.71.1 |
3452 | 2025-03-07T21:47:48.171Z | Compiling regex-syntax v0.6.29 |
3453 | 2025-03-07T21:47:48.212Z | Compiling diff v0.1.13 |
3454 | 2025-03-07T21:47:48.293Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3455 | 2025-03-07T21:47:48.340Z | Compiling rustc-hash v2.1.1 |
3456 | 2025-03-07T21:47:48.360Z | Compiling ref-cast v1.0.23 |
3457 | 2025-03-07T21:47:48.540Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3458 | 2025-03-07T21:47:48.561Z | Compiling derive_builder_core v0.20.2 |
3459 | 2025-03-07T21:47:48.734Z | Compiling libxml v0.3.3 |
3460 | 2025-03-07T21:47:48.868Z | Compiling ref-cast-impl v1.0.23 |
3461 | 2025-03-07T21:47:48.973Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3462 | 2025-03-07T21:47:49.050Z | Compiling diesel_derives v2.2.3 |
3463 | 2025-03-07T21:47:49.139Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3464 | 2025-03-07T21:47:49.168Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
3465 | 2025-03-07T21:47:49.489Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3466 | 2025-03-07T21:47:49.509Z | Compiling strum_macros v0.24.3 |
3467 | 2025-03-07T21:47:49.878Z | Compiling indoc v1.0.9 |
3468 | 2025-03-07T21:47:50.642Z | Compiling derive_builder_macro v0.20.2 |
3469 | 2025-03-07T21:47:50.748Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
3470 | 2025-03-07T21:47:51.085Z | Compiling impl-trait-for-tuples v0.2.2 |
3471 | 2025-03-07T21:47:51.525Z | Compiling lalrpop v0.19.12 |
3472 | 2025-03-07T21:47:51.733Z | Checking derive_builder v0.20.2 |
3473 | 2025-03-07T21:47:51.913Z | Compiling oso-derive v0.27.3 |
3474 | 2025-03-07T21:47:52.258Z | Checking quick-xml v0.37.2 |
3475 | 2025-03-07T21:47:52.851Z | Compiling diesel-dtrace v0.4.2 |
3476 | 2025-03-07T21:47:52.921Z | Checking maplit v1.0.2 |
3477 | 2025-03-07T21:47:53.094Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3478 | 2025-03-07T21:47:53.269Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3479 | 2025-03-07T21:47:53.324Z | Checking bb8 v0.8.5 |
3480 | 2025-03-07T21:47:53.621Z | Checking io-lifetimes v1.0.11 |
3481 | 2025-03-07T21:47:53.832Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3482 | 2025-03-07T21:47:53.853Z | Checking rustix v0.37.28 |
3483 | 2025-03-07T21:47:54.358Z | Checking rand_seeder v0.3.0 |
3484 | 2025-03-07T21:47:54.367Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3485 | 2025-03-07T21:47:54.444Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3486 | 2025-03-07T21:47:54.618Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3487 | 2025-03-07T21:47:54.672Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3488 | 2025-03-07T21:47:54.940Z | Checking terminal_size v0.2.6 |
3489 | 2025-03-07T21:47:55.003Z | Checking smawk v0.3.2 |
3490 | 2025-03-07T21:47:55.125Z | Checking is_ci v1.2.0 |
3491 | 2025-03-07T21:47:55.222Z | Checking unicode-linebreak v0.1.5 |
3492 | 2025-03-07T21:47:55.285Z | Checking supports-color v3.0.2 |
3493 | 2025-03-07T21:47:55.528Z | Checking multimap v0.10.0 |
3494 | 2025-03-07T21:47:55.674Z | Checking textwrap v0.16.1 |
3495 | 2025-03-07T21:47:56.586Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3496 | 2025-03-07T21:47:57.876Z | Checking diesel v2.2.8 |
3497 | 2025-03-07T21:48:13.638Z | Compiling samael v0.0.18 |
3498 | 2025-03-07T21:48:30.968Z | Checking async-bb8-diesel v0.2.1 |
3499 | 2025-03-07T21:48:32.660Z | Compiling polar-core v0.27.3 |
3500 | 2025-03-07T21:48:39.989Z | Checking oso v0.27.3 |
3501 | 2025-03-07T21:49:43.259Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3502 | 2025-03-07T21:49:50.132Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 03s |
3503 | 2025-03-07T21:49:50.354Z | |
3504 | 2025-03-07T21:49:50.354Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (165/197) |
3505 | 2025-03-07T21:49:50.996Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3506 | 2025-03-07T21:49:51.003Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3507 | 2025-03-07T21:49:51.003Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3508 | 2025-03-07T21:49:51.007Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
3509 | 2025-03-07T21:49:51.092Z | |
3510 | 2025-03-07T21:49:51.092Z | info: running `cargo check --bins` on nexus-saga-recovery (166/197) |
3511 | 2025-03-07T21:49:51.744Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3512 | 2025-03-07T21:49:51.749Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3513 | 2025-03-07T21:49:51.750Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3514 | 2025-03-07T21:49:51.753Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
3515 | 2025-03-07T21:49:51.838Z | |
3516 | 2025-03-07T21:49:51.838Z | info: running `cargo check --bins` on nexus-test-utils-macros (167/197) |
3517 | 2025-03-07T21:49:52.420Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3518 | 2025-03-07T21:49:52.424Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3519 | 2025-03-07T21:49:52.424Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3520 | 2025-03-07T21:49:52.427Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3521 | 2025-03-07T21:49:52.504Z | |
3522 | 2025-03-07T21:49:52.504Z | info: running `cargo check --bins` on omicron-nexus (168/197) |
3523 | 2025-03-07T21:49:53.187Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3524 | 2025-03-07T21:49:53.190Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3525 | 2025-03-07T21:49:53.379Z | Compiling libz-sys v1.1.20 |
3526 | 2025-03-07T21:49:53.384Z | Compiling libgit2-sys v0.17.0+1.8.1 |
3527 | 2025-03-07T21:49:53.514Z | Compiling vergen v8.3.2 |
3528 | 2025-03-07T21:49:53.518Z | Compiling cargo-platform v0.1.8 |
3529 | 2025-03-07T21:49:53.518Z | Compiling pin-project-internal v1.1.6 |
3530 | 2025-03-07T21:49:53.518Z | Compiling snafu-derive v0.8.5 |
3531 | 2025-03-07T21:49:53.518Z | Compiling rustls v0.21.12 |
3532 | 2025-03-07T21:49:53.521Z | Checking globset v0.4.15 |
3533 | 2025-03-07T21:49:53.900Z | Checking olpc-cjson v0.1.4 |
3534 | 2025-03-07T21:49:53.920Z | Checking rustls-webpki v0.101.7 |
3535 | 2025-03-07T21:49:54.063Z | Compiling cargo_metadata v0.18.1 |
3536 | 2025-03-07T21:49:54.115Z | Checking sct v0.7.1 |
3537 | 2025-03-07T21:49:54.157Z | Checking serde_plain v1.0.2 |
3538 | 2025-03-07T21:49:54.226Z | Checking typed-path v0.9.3 |
3539 | 2025-03-07T21:49:54.399Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3540 | 2025-03-07T21:49:54.504Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
3541 | 2025-03-07T21:49:54.692Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3542 | 2025-03-07T21:49:54.826Z | Checking parse-size v1.1.0 |
3543 | 2025-03-07T21:49:55.061Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3544 | 2025-03-07T21:49:55.076Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
3545 | 2025-03-07T21:49:55.957Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
3546 | 2025-03-07T21:49:56.083Z | Checking rustls-pemfile v1.0.4 |
3547 | 2025-03-07T21:49:56.100Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3548 | 2025-03-07T21:49:56.294Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3549 | 2025-03-07T21:49:56.314Z | Checking pin-project v1.1.6 |
3550 | 2025-03-07T21:49:56.464Z | Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
3551 | 2025-03-07T21:49:56.625Z | Checking twox-hash v2.1.0 |
3552 | 2025-03-07T21:49:56.681Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3553 | 2025-03-07T21:49:56.819Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
3554 | 2025-03-07T21:49:57.298Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3555 | 2025-03-07T21:49:57.678Z | Checking tokio-rustls v0.24.1 |
3556 | 2025-03-07T21:49:58.020Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3557 | 2025-03-07T21:49:58.218Z | Checking snafu v0.8.5 |
3558 | 2025-03-07T21:49:58.503Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3559 | 2025-03-07T21:49:58.649Z | Checking tough v0.19.0 |
3560 | 2025-03-07T21:49:58.765Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
3561 | 2025-03-07T21:49:58.837Z | Checking fatfs v0.3.6 |
3562 | 2025-03-07T21:49:59.011Z | Checking assert_matches v1.5.0 |
3563 | 2025-03-07T21:50:02.478Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
3564 | 2025-03-07T21:50:03.665Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3565 | 2025-03-07T21:50:05.590Z | Compiling git2 v0.19.0 |
3566 | 2025-03-07T21:50:09.826Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
3567 | 2025-03-07T21:51:12.186Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 19s |
3568 | 2025-03-07T21:51:12.403Z | |
3569 | 2025-03-07T21:51:12.403Z | info: running `cargo check --bins` on nexus-external-api (169/197) |
3570 | 2025-03-07T21:51:13.071Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3571 | 2025-03-07T21:51:13.074Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3572 | 2025-03-07T21:51:13.074Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3573 | 2025-03-07T21:51:13.078Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
3574 | 2025-03-07T21:51:13.164Z | |
3575 | 2025-03-07T21:51:13.164Z | info: running `cargo check --bins` on nexus-internal-api (170/197) |
3576 | 2025-03-07T21:51:13.796Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3577 | 2025-03-07T21:51:13.799Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3578 | 2025-03-07T21:51:13.799Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3579 | 2025-03-07T21:51:13.803Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
3580 | 2025-03-07T21:51:13.892Z | |
3581 | 2025-03-07T21:51:13.892Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (171/197) |
3582 | 2025-03-07T21:51:14.541Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3583 | 2025-03-07T21:51:14.544Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3584 | 2025-03-07T21:51:14.544Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3585 | 2025-03-07T21:51:14.548Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
3586 | 2025-03-07T21:51:14.638Z | |
3587 | 2025-03-07T21:51:14.638Z | info: running `cargo check --bins` on nexus-networking (172/197) |
3588 | 2025-03-07T21:51:15.288Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3589 | 2025-03-07T21:51:15.291Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3590 | 2025-03-07T21:51:15.291Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3591 | 2025-03-07T21:51:15.295Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
3592 | 2025-03-07T21:51:15.388Z | |
3593 | 2025-03-07T21:51:15.388Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (173/197) |
3594 | 2025-03-07T21:51:16.040Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3595 | 2025-03-07T21:51:16.043Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3596 | 2025-03-07T21:51:16.043Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3597 | 2025-03-07T21:51:16.046Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
3598 | 2025-03-07T21:51:16.141Z | |
3599 | 2025-03-07T21:51:16.141Z | info: running `cargo check --bins` on nexus-reconfigurator-rendezvous (174/197) |
3600 | 2025-03-07T21:51:16.796Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3601 | 2025-03-07T21:51:16.799Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3602 | 2025-03-07T21:51:16.799Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3603 | 2025-03-07T21:51:16.802Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
3604 | 2025-03-07T21:51:16.891Z | |
3605 | 2025-03-07T21:51:16.891Z | info: running `cargo check --bins` on update-common (175/197) |
3606 | 2025-03-07T21:51:17.511Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3607 | 2025-03-07T21:51:17.515Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3608 | 2025-03-07T21:51:17.515Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3609 | 2025-03-07T21:51:17.518Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
3610 | 2025-03-07T21:51:17.603Z | |
3611 | 2025-03-07T21:51:17.603Z | info: running `cargo check --bins` on omicron-dev (176/197) |
3612 | 2025-03-07T21:51:18.318Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3613 | 2025-03-07T21:51:18.321Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3614 | 2025-03-07T21:51:18.534Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3615 | 2025-03-07T21:51:18.538Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3616 | 2025-03-07T21:51:18.687Z | Checking diff v0.1.13 |
3617 | 2025-03-07T21:51:18.690Z | Checking yansi v1.0.1 |
3618 | 2025-03-07T21:51:18.690Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3619 | 2025-03-07T21:51:18.690Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3620 | 2025-03-07T21:51:19.147Z | Checking pretty_assertions v1.4.1 |
3621 | 2025-03-07T21:51:19.757Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3622 | 2025-03-07T21:51:49.557Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3623 | 2025-03-07T21:51:49.557Z | Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
3624 | 2025-03-07T21:51:49.560Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3625 | 2025-03-07T21:51:49.560Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3626 | 2025-03-07T21:51:49.560Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3627 | 2025-03-07T21:51:49.560Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3628 | 2025-03-07T21:51:50.487Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3629 | 2025-03-07T21:51:51.803Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3630 | 2025-03-07T21:52:37.662Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 20s |
3631 | 2025-03-07T21:52:37.895Z | |
3632 | 2025-03-07T21:52:37.895Z | info: running `cargo check --bins` on openapi-manager (177/197) |
3633 | 2025-03-07T21:52:38.554Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3634 | 2025-03-07T21:52:38.557Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3635 | 2025-03-07T21:52:38.925Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
3636 | 2025-03-07T21:52:38.934Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
3637 | 2025-03-07T21:52:38.934Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
3638 | 2025-03-07T21:52:38.934Z | Compiling proc-macro-error-attr2 v2.0.0 |
3639 | 2025-03-07T21:52:38.934Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3640 | 2025-03-07T21:52:38.934Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
3641 | 2025-03-07T21:52:38.934Z | Checking papergrid v0.14.0 |
3642 | 2025-03-07T21:52:38.934Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
3643 | 2025-03-07T21:52:39.081Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
3644 | 2025-03-07T21:52:39.213Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
3645 | 2025-03-07T21:52:39.450Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
3646 | 2025-03-07T21:52:39.588Z | Compiling proc-macro-error2 v2.0.1 |
3647 | 2025-03-07T21:52:40.203Z | Compiling tabled_derive v0.10.0 |
3648 | 2025-03-07T21:52:40.376Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3649 | 2025-03-07T21:52:40.633Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
3650 | 2025-03-07T21:52:40.704Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3651 | 2025-03-07T21:52:41.122Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
3652 | 2025-03-07T21:52:41.690Z | Checking heck v0.4.1 |
3653 | 2025-03-07T21:52:41.715Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3654 | 2025-03-07T21:52:41.922Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3655 | 2025-03-07T21:52:42.135Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
3656 | 2025-03-07T21:52:42.371Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
3657 | 2025-03-07T21:52:42.815Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
3658 | 2025-03-07T21:52:42.938Z | Checking tabled v0.18.0 |
3659 | 2025-03-07T21:52:42.962Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3660 | 2025-03-07T21:52:43.237Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
3661 | 2025-03-07T21:52:43.276Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3662 | 2025-03-07T21:52:43.333Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3663 | 2025-03-07T21:52:45.232Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3664 | 2025-03-07T21:52:45.236Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3665 | 2025-03-07T21:52:48.083Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3666 | 2025-03-07T21:52:49.717Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3667 | 2025-03-07T21:52:54.759Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3668 | 2025-03-07T21:52:54.762Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3669 | 2025-03-07T21:52:56.084Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3670 | 2025-03-07T21:52:57.635Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.72s |
3671 | 2025-03-07T21:52:57.836Z | |
3672 | 2025-03-07T21:52:57.837Z | info: running `cargo check --bins` on installinator-api (178/197) |
3673 | 2025-03-07T21:52:58.466Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3674 | 2025-03-07T21:52:58.469Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3675 | 2025-03-07T21:52:58.469Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3676 | 2025-03-07T21:52:58.473Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
3677 | 2025-03-07T21:52:58.565Z | |
3678 | 2025-03-07T21:52:58.565Z | info: running `cargo check --bins` on wicketd-api (179/197) |
3679 | 2025-03-07T21:52:59.225Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3680 | 2025-03-07T21:52:59.241Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3681 | 2025-03-07T21:52:59.241Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3682 | 2025-03-07T21:52:59.241Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
3683 | 2025-03-07T21:52:59.329Z | |
3684 | 2025-03-07T21:52:59.329Z | info: running `cargo check --bins` on omicron-pins (180/197) |
3685 | 2025-03-07T21:52:59.905Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3686 | 2025-03-07T21:52:59.908Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3687 | 2025-03-07T21:52:59.908Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3688 | 2025-03-07T21:52:59.913Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3689 | 2025-03-07T21:52:59.996Z | |
3690 | 2025-03-07T21:52:59.996Z | info: running `cargo check --bins` on reconfigurator-cli (181/197) |
3691 | 2025-03-07T21:53:00.649Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3692 | 2025-03-07T21:53:00.666Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3693 | 2025-03-07T21:53:00.768Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3694 | 2025-03-07T21:53:00.772Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3695 | 2025-03-07T21:53:00.773Z | Compiling petname v2.0.2 |
3696 | 2025-03-07T21:53:00.773Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
3697 | 2025-03-07T21:53:00.773Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3698 | 2025-03-07T21:53:00.773Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
3699 | 2025-03-07T21:53:00.923Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3700 | 2025-03-07T21:53:00.937Z | Checking sync-ptr v0.1.1 |
3701 | 2025-03-07T21:53:06.281Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3702 | 2025-03-07T21:53:06.932Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3703 | 2025-03-07T21:53:08.203Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
3704 | 2025-03-07T21:53:09.832Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.82s |
3705 | 2025-03-07T21:53:10.037Z | |
3706 | 2025-03-07T21:53:10.037Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (182/197) |
3707 | 2025-03-07T21:53:10.678Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3708 | 2025-03-07T21:53:10.682Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3709 | 2025-03-07T21:53:10.682Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3710 | 2025-03-07T21:53:10.685Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
3711 | 2025-03-07T21:53:10.775Z | |
3712 | 2025-03-07T21:53:10.775Z | info: running `cargo check --bins` on omicron-releng (183/197) |
3713 | 2025-03-07T21:53:11.381Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3714 | 2025-03-07T21:53:11.385Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3715 | 2025-03-07T21:53:11.474Z | Checking memmap2 v0.9.5 |
3716 | 2025-03-07T21:53:11.474Z | Checking arrayref v0.3.9 |
3717 | 2025-03-07T21:53:11.478Z | Checking arrayvec v0.7.6 |
3718 | 2025-03-07T21:53:11.478Z | Checking constant_time_eq v0.3.1 |
3719 | 2025-03-07T21:53:11.478Z | Checking topological-sort v0.2.2 |
3720 | 2025-03-07T21:53:11.478Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
3721 | 2025-03-07T21:53:11.583Z | Checking shell-words v1.1.0 |
3722 | 2025-03-07T21:53:11.888Z | Checking blake3 v1.5.4 |
3723 | 2025-03-07T21:53:12.237Z | Checking omicron-zone-package v0.12.0 |
3724 | 2025-03-07T21:53:13.436Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3725 | 2025-03-07T21:53:14.303Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.52s |
3726 | 2025-03-07T21:53:14.492Z | |
3727 | 2025-03-07T21:53:14.492Z | info: running `cargo check --bins` on xtask (184/197) |
3728 | 2025-03-07T21:53:14.950Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3729 | 2025-03-07T21:53:14.954Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3730 | 2025-03-07T21:53:14.969Z | Checking bitflags v2.6.0 |
3731 | 2025-03-07T21:53:14.973Z | Checking serde v1.0.218 |
3732 | 2025-03-07T21:53:15.053Z | Checking thiserror v1.0.69 |
3733 | 2025-03-07T21:53:15.071Z | Checking scroll v0.12.0 |
3734 | 2025-03-07T21:53:15.074Z | Checking hashbrown v0.15.1 |
3735 | 2025-03-07T21:53:15.084Z | Checking log v0.4.22 |
3736 | 2025-03-07T21:53:15.108Z | Checking zerocopy v0.7.35 |
3737 | 2025-03-07T21:53:15.122Z | Checking syn v2.0.98 |
3738 | 2025-03-07T21:53:15.183Z | Checking pest v2.7.14 |
3739 | 2025-03-07T21:53:15.305Z | Checking rustix v0.38.37 |
3740 | 2025-03-07T21:53:15.352Z | Checking once_cell v1.20.3 |
3741 | 2025-03-07T21:53:15.527Z | Checking goblin v0.8.2 |
3742 | 2025-03-07T21:53:15.652Z | Checking thiserror v2.0.11 |
3743 | 2025-03-07T21:53:15.803Z | Checking fs-err v2.11.0 |
3744 | 2025-03-07T21:53:16.103Z | Checking indexmap v2.7.1 |
3745 | 2025-03-07T21:53:16.118Z | Checking tabled v0.15.0 |
3746 | 2025-03-07T21:53:16.345Z | Checking anyhow v1.0.97 |
3747 | 2025-03-07T21:53:17.139Z | Checking terminal_size v0.4.0 |
3748 | 2025-03-07T21:53:17.142Z | Checking tempfile v3.13.0 |
3749 | 2025-03-07T21:53:17.335Z | Checking clap_builder v4.5.31 |
3750 | 2025-03-07T21:53:17.720Z | Checking dtrace-parser v0.2.0 |
3751 | 2025-03-07T21:53:19.167Z | Checking serde_json v1.0.139 |
3752 | 2025-03-07T21:53:19.167Z | Checking serde_spanned v0.6.8 |
3753 | 2025-03-07T21:53:19.170Z | Checking toml_datetime v0.6.8 |
3754 | 2025-03-07T21:53:19.170Z | Checking camino v1.1.9 |
3755 | 2025-03-07T21:53:19.170Z | Checking semver v1.0.25 |
3756 | 2025-03-07T21:53:19.252Z | Checking cargo-platform v0.1.8 |
3757 | 2025-03-07T21:53:19.418Z | Checking macaddr v1.0.1 |
3758 | 2025-03-07T21:53:19.483Z | Checking toml_edit v0.22.24 |
3759 | 2025-03-07T21:53:19.674Z | Checking clap v4.5.31 |
3760 | 2025-03-07T21:53:19.735Z | Checking camino-tempfile v1.1.1 |
3761 | 2025-03-07T21:53:20.343Z | Checking dof v0.3.0 |
3762 | 2025-03-07T21:53:20.343Z | Checking cargo_metadata v0.19.2 |
3763 | 2025-03-07T21:53:20.752Z | Checking usdt-impl v0.5.0 |
3764 | 2025-03-07T21:53:21.124Z | Checking usdt v0.5.0 |
3765 | 2025-03-07T21:53:21.340Z | Checking toml v0.8.20 |
3766 | 2025-03-07T21:53:21.800Z | Checking cargo_toml v0.21.0 |
3767 | 2025-03-07T21:53:23.013Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3768 | 2025-03-07T21:53:23.680Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.18s |
3769 | 2025-03-07T21:53:23.789Z | |
3770 | 2025-03-07T21:53:23.789Z | info: running `cargo check --bins` on end-to-end-tests (185/197) |
3771 | 2025-03-07T21:53:24.469Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3772 | 2025-03-07T21:53:24.472Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3773 | 2025-03-07T21:53:24.629Z | Checking polyval v0.6.2 |
3774 | 2025-03-07T21:53:24.750Z | Checking ctr v0.9.2 |
3775 | 2025-03-07T21:53:24.765Z | Checking ssh-encoding v0.2.0 |
3776 | 2025-03-07T21:53:24.768Z | Checking blowfish v0.9.1 |
3777 | 2025-03-07T21:53:24.792Z | Checking password-hash v0.4.2 |
3778 | 2025-03-07T21:53:24.808Z | Checking p256 v0.13.2 |
3779 | 2025-03-07T21:53:24.811Z | Checking p521 v0.13.3 |
3780 | 2025-03-07T21:53:24.811Z | Checking russh-cryptovec v0.7.3 |
3781 | 2025-03-07T21:53:24.992Z | Checking ghash v0.5.1 |
3782 | 2025-03-07T21:53:24.996Z | Checking bcrypt-pbkdf v0.10.0 |
3783 | 2025-03-07T21:53:25.034Z | Checking md5 v0.7.0 |
3784 | 2025-03-07T21:53:25.066Z | Checking num-bigint v0.4.6 |
3785 | 2025-03-07T21:53:25.089Z | Checking des v0.8.1 |
3786 | 2025-03-07T21:53:25.186Z | Checking aes-gcm v0.10.3 |
3787 | 2025-03-07T21:53:25.202Z | Checking pbkdf2 v0.11.0 |
3788 | 2025-03-07T21:53:25.266Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
3789 | 2025-03-07T21:53:25.326Z | Checking hex-literal v0.4.1 |
3790 | 2025-03-07T21:53:25.357Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3791 | 2025-03-07T21:53:25.377Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3792 | 2025-03-07T21:53:25.416Z | Checking ssh-cipher v0.2.0 |
3793 | 2025-03-07T21:53:25.473Z | Checking internet-checksum v0.2.1 |
3794 | 2025-03-07T21:53:25.722Z | Checking ssh-key v0.6.6 |
3795 | 2025-03-07T21:53:26.275Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
3796 | 2025-03-07T21:53:26.862Z | Checking russh-keys v0.45.0 |
3797 | 2025-03-07T21:53:27.763Z | Checking russh v0.45.0 |
3798 | 2025-03-07T21:53:47.146Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3799 | 2025-03-07T21:53:48.583Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.78s |
3800 | 2025-03-07T21:53:48.795Z | |
3801 | 2025-03-07T21:53:48.795Z | info: running `cargo check --bins` on gateway-cli (186/197) |
3802 | 2025-03-07T21:53:49.407Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3803 | 2025-03-07T21:53:49.410Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3804 | 2025-03-07T21:53:49.502Z | Checking termios v0.3.3 |
3805 | 2025-03-07T21:53:49.736Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3806 | 2025-03-07T21:53:50.580Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.77s |
3807 | 2025-03-07T21:53:50.766Z | |
3808 | 2025-03-07T21:53:50.766Z | info: running `cargo check --bins --no-default-features` on installinator (187/197) |
3809 | 2025-03-07T21:53:51.411Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3810 | 2025-03-07T21:53:51.416Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3811 | 2025-03-07T21:53:51.540Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3812 | 2025-03-07T21:53:51.544Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3813 | 2025-03-07T21:53:51.544Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3814 | 2025-03-07T21:53:51.544Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3815 | 2025-03-07T21:53:52.581Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3816 | 2025-03-07T21:53:53.837Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3817 | 2025-03-07T21:53:55.701Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.92s |
3818 | 2025-03-07T21:53:55.921Z | |
3819 | 2025-03-07T21:53:55.921Z | info: running `cargo check --bins` on internal-dns-cli (188/197) |
3820 | 2025-03-07T21:53:56.523Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3821 | 2025-03-07T21:53:56.526Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3822 | 2025-03-07T21:53:56.623Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3823 | 2025-03-07T21:53:57.119Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.19s |
3824 | 2025-03-07T21:53:57.307Z | |
3825 | 2025-03-07T21:53:57.307Z | info: running `cargo check --bins` on omicron-live-tests (189/197) |
3826 | 2025-03-07T21:53:57.887Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3827 | 2025-03-07T21:53:57.891Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3828 | 2025-03-07T21:53:57.891Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3829 | 2025-03-07T21:53:57.894Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3830 | 2025-03-07T21:53:57.972Z | |
3831 | 2025-03-07T21:53:57.972Z | info: running `cargo check --bins` on live-tests-macros (190/197) |
3832 | 2025-03-07T21:53:58.555Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3833 | 2025-03-07T21:53:58.559Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3834 | 2025-03-07T21:53:58.559Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3835 | 2025-03-07T21:53:58.562Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3836 | 2025-03-07T21:53:58.638Z | |
3837 | 2025-03-07T21:53:58.638Z | info: running `cargo check --bins` on nexus-mgs-updates (191/197) |
3838 | 2025-03-07T21:53:59.229Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3839 | 2025-03-07T21:53:59.232Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3840 | 2025-03-07T21:53:59.232Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3841 | 2025-03-07T21:53:59.235Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3842 | 2025-03-07T21:53:59.311Z | |
3843 | 2025-03-07T21:53:59.311Z | info: running `cargo check --bins` on omicron-package (192/197) |
3844 | 2025-03-07T21:53:59.931Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3845 | 2025-03-07T21:53:59.934Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3846 | 2025-03-07T21:54:00.038Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3847 | 2025-03-07T21:54:01.448Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.13s |
3848 | 2025-03-07T21:54:01.657Z | |
3849 | 2025-03-07T21:54:01.657Z | info: running `cargo check --bins` on wicket-dbg (193/197) |
3850 | 2025-03-07T21:54:02.317Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3851 | 2025-03-07T21:54:02.320Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3852 | 2025-03-07T21:54:02.445Z | Checking rtoolbox v0.0.2 |
3853 | 2025-03-07T21:54:02.450Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3854 | 2025-03-07T21:54:02.450Z | Checking tui-tree-widget v0.23.0 |
3855 | 2025-03-07T21:54:02.702Z | Checking rpassword v7.3.1 |
3856 | 2025-03-07T21:54:07.503Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3857 | 2025-03-07T21:54:10.592Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3858 | 2025-03-07T21:54:11.784Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.12s |
3859 | 2025-03-07T21:54:11.990Z | |
3860 | 2025-03-07T21:54:11.990Z | info: running `cargo check --bins` on wicket (194/197) |
3861 | 2025-03-07T21:54:12.646Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3862 | 2025-03-07T21:54:12.649Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3863 | 2025-03-07T21:54:12.775Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3864 | 2025-03-07T21:54:13.205Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.20s |
3865 | 2025-03-07T21:54:13.595Z | |
3866 | 2025-03-07T21:54:13.595Z | info: running `cargo check --bins` on wicketd (195/197) |
3867 | 2025-03-07T21:54:14.077Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3868 | 2025-03-07T21:54:14.081Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3869 | 2025-03-07T21:54:14.207Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3870 | 2025-03-07T21:54:14.210Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3871 | 2025-03-07T21:54:15.096Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3872 | 2025-03-07T21:54:19.223Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.80s |
3873 | 2025-03-07T21:54:19.427Z | |
3874 | 2025-03-07T21:54:19.427Z | info: running `cargo check --bins` on omicron-workspace-hack (196/197) |
3875 | 2025-03-07T21:54:20.016Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3876 | 2025-03-07T21:54:20.019Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3877 | 2025-03-07T21:54:20.019Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3878 | 2025-03-07T21:54:20.022Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3879 | 2025-03-07T21:54:20.103Z | |
3880 | 2025-03-07T21:54:20.103Z | info: running `cargo check --bins` on zone-setup (197/197) |
3881 | 2025-03-07T21:54:20.733Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3882 | 2025-03-07T21:54:20.737Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3883 | 2025-03-07T21:54:20.843Z | Checking uzers v0.12.1 |
3884 | 2025-03-07T21:54:21.202Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3885 | 2025-03-07T21:54:22.180Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.07s |
3886 | 2025-03-07T21:54:22.402Z | |
3887 | 2025-03-07T21:54:22.402Z | real 14:32.678870585 |
3888 | 2025-03-07T21:54:22.402Z | user 29:14.591760442 |
3889 | 2025-03-07T21:54:22.402Z | sys 4:27.843332669 |
3890 | 2025-03-07T21:54:22.402Z | trap 0.627883033 |
3891 | 2025-03-07T21:54:22.402Z | tflt 0.487884141 |
3892 | 2025-03-07T21:54:22.402Z | dflt 1.768827254 |
3893 | 2025-03-07T21:54:22.402Z | kflt 0.000815994 |
3894 | 2025-03-07T21:54:22.406Z | lock 50:53.769286137 |
3895 | 2025-03-07T21:54:22.406Z | slp 2:20:49.134586910 |
3896 | 2025-03-07T21:54:22.406Z | lat 1:09.134266991 |
3897 | 2025-03-07T21:54:22.406Z | stop 4:01.172302377 |
3898 | 2025-03-07T21:54:22.406Z | process exited: duration 1196591 ms, exit code 0 |
|
3899 | 2025-03-07T21:54:22.413Z | found 0 output files |