|
|
|
1 | 2025-03-18T01:48:57.025Z | job assigned to worker 01JPKF01WC4RN82JYJSJ9RW5C6 [factory gimlet-EVT22200007-propolis, EVT22200007/22210] (queued for 35 s) |
|
2 | 2025-03-18T01:49:04.994Z | starting task 0: "setup" |
3 | 2025-03-18T01:49:05.019Z | ++ uname -s |
4 | 2025-03-18T01:49:05.019Z | + kern=SunOS |
5 | 2025-03-18T01:49:05.019Z | + build_user=build |
6 | 2025-03-18T01:49:05.019Z | + build_uid=12345 |
7 | 2025-03-18T01:49:05.019Z | + work_dir=/work |
8 | 2025-03-18T01:49:05.019Z | + input_dir=/input |
9 | 2025-03-18T01:49:05.019Z | + [[ 0 == 12345 ]] |
10 | 2025-03-18T01:49:05.020Z | + case "$kern" in |
11 | 2025-03-18T01:49:05.020Z | + groupadd -g 12345 build |
12 | 2025-03-18T01:49:05.020Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-03-18T01:49:07.018Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-03-18T01:49:07.055Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-03-18T01:49:07.081Z | + home_fs=zfs |
16 | 2025-03-18T01:49:07.081Z | + [[ zfs == autofs ]] |
17 | 2025-03-18T01:49:07.081Z | + mkdir -p /home/build |
18 | 2025-03-18T01:49:07.081Z | + chown build:build /home/build /work |
19 | 2025-03-18T01:49:09.065Z | + chmod 0700 /home/build /work |
20 | 2025-03-18T01:49:09.091Z | process exited: duration 4078 ms, exit code 0 |
|
21 | 2025-03-18T01:49:09.142Z | starting task 1: "rust-toolchain" |
22 | 2025-03-18T01:49:09.167Z | + printf ' * rust toolchain channel = "%s"\n' 1.85.0 |
23 | 2025-03-18T01:49:09.167Z | + printf ' * rust toolchain profile = "%s"\n' default |
24 | 2025-03-18T01:49:09.167Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
25 | 2025-03-18T01:49:09.167Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
26 | 2025-03-18T01:49:09.168Z | * rust toolchain channel = "1.85.0" |
27 | 2025-03-18T01:49:09.168Z | * rust toolchain profile = "default" |
28 | 2025-03-18T01:49:09.168Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-03-18T01:49:09.168Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default |
30 | 2025-03-18T01:49:09.289Z | info: downloading installer |
31 | 2025-03-18T01:49:09.769Z | warn: It looks like you have an existing installation of Rust at: |
32 | 2025-03-18T01:49:09.769Z | warn: /opt/ooce/bin |
33 | 2025-03-18T01:49:09.769Z | warn: It is recommended that rustup be the primary Rust installation. |
34 | 2025-03-18T01:49:09.769Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
35 | 2025-03-18T01:49:09.769Z | warn: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-03-18T01:49:09.769Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-03-18T01:49:09.769Z | warn: or pass `-y' to ignore all ignorable checks. |
38 | 2025-03-18T01:49:09.769Z | error: cannot install while Rust is installed |
39 | 2025-03-18T01:49:09.769Z | warn: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-03-18T01:49:09.795Z | info: profile set to 'default' |
41 | 2025-03-18T01:49:09.795Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-03-18T01:49:09.795Z | info: syncing channel updates for '1.85.0-x86_64-unknown-illumos' |
43 | 2025-03-18T01:49:09.888Z | info: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17) |
44 | 2025-03-18T01:49:09.888Z | info: downloading component 'cargo' |
45 | 2025-03-18T01:49:10.059Z | info: downloading component 'clippy' |
46 | 2025-03-18T01:49:10.137Z | info: downloading component 'rust-docs' |
47 | 2025-03-18T01:49:10.426Z | info: downloading component 'rust-std' |
48 | 2025-03-18T01:49:10.793Z | info: downloading component 'rustc' |
49 | 2025-03-18T01:49:13.575Z | info: downloading component 'rustfmt' |
50 | 2025-03-18T01:49:13.711Z | info: installing component 'cargo' |
51 | 2025-03-18T01:49:14.821Z | info: installing component 'clippy' |
52 | 2025-03-18T01:49:15.285Z | info: installing component 'rust-docs' |
53 | 2025-03-18T01:49:18.231Z | info: installing component 'rust-std' |
54 | 2025-03-18T01:49:20.372Z | info: installing component 'rustc' |
55 | 2025-03-18T01:49:27.647Z | info: installing component 'rustfmt' |
56 | 2025-03-18T01:49:28.033Z | info: default toolchain set to '1.85.0-x86_64-unknown-illumos' |
57 | 2025-03-18T01:49:28.033Z | |
58 | 2025-03-18T01:49:28.185Z | 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17) |
59 | 2025-03-18T01:49:28.185Z | |
60 | 2025-03-18T01:49:28.212Z | |
61 | 2025-03-18T01:49:28.212Z | Rust is installed now. Great! |
62 | 2025-03-18T01:49:28.212Z | |
63 | 2025-03-18T01:49:28.212Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-03-18T01:49:28.213Z | environment variable. This has not been done automatically. |
65 | 2025-03-18T01:49:28.213Z | |
66 | 2025-03-18T01:49:28.213Z | To configure your current shell, you need to source |
67 | 2025-03-18T01:49:28.213Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-03-18T01:49:28.213Z | |
69 | 2025-03-18T01:49:28.213Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-03-18T01:49:28.213Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-03-18T01:49:28.213Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-03-18T01:49:28.213Z | source "$HOME/.cargo/env.nu" # For nushell |
73 | 2025-03-18T01:49:28.286Z | + rustup --version |
74 | 2025-03-18T01:49:28.312Z | rustup 1.28.1 (f9edccde0 2025-03-05) |
75 | 2025-03-18T01:49:28.313Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
76 | 2025-03-18T01:49:28.339Z | info: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)` |
77 | 2025-03-18T01:49:28.364Z | + cargo --version |
78 | 2025-03-18T01:49:28.390Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
79 | 2025-03-18T01:49:28.390Z | + rustc --version |
80 | 2025-03-18T01:49:28.415Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
81 | 2025-03-18T01:49:28.415Z | process exited: duration 19272 ms, exit code 0 |
|
82 | 2025-03-18T01:49:28.466Z | starting task 2: "authentication" |
83 | 2025-03-18T01:49:28.524Z | process exited: duration 57 ms, exit code 0 |
|
84 | 2025-03-18T01:49:28.575Z | starting task 3: "clone repository" |
85 | 2025-03-18T01:49:28.600Z | + mkdir -p /work/oxidecomputer/omicron |
86 | 2025-03-18T01:49:28.600Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
87 | 2025-03-18T01:49:28.625Z | Cloning into '/work/oxidecomputer/omicron'... |
88 | 2025-03-18T01:49:35.080Z | + cd /work/oxidecomputer/omicron |
89 | 2025-03-18T01:49:35.081Z | + git fetch origin 882a22e0f33104a3b5cc6632933d3c433d54b0cc |
90 | 2025-03-18T01:49:35.529Z | From https://github.com/oxidecomputer/omicron |
91 | 2025-03-18T01:49:35.529Z | * branch 882a22e0f33104a3b5cc6632933d3c433d54b0cc -> FETCH_HEAD |
92 | 2025-03-18T01:49:35.555Z | + [[ -n sunshowers/spr/reconfigurator-execution-switch-to-async-closures ]] |
93 | 2025-03-18T01:49:35.555Z | ++ git branch --show-current |
94 | 2025-03-18T01:49:35.555Z | + current=main |
95 | 2025-03-18T01:49:35.555Z | + [[ main != sunshowers/spr/reconfigurator-execution-switch-to-async-closures ]] |
96 | 2025-03-18T01:49:35.555Z | + git branch -f sunshowers/spr/reconfigurator-execution-switch-to-async-closures 882a22e0f33104a3b5cc6632933d3c433d54b0cc |
97 | 2025-03-18T01:49:35.555Z | + git checkout -f sunshowers/spr/reconfigurator-execution-switch-to-async-closures |
98 | 2025-03-18T01:49:35.776Z | Switched to branch 'sunshowers/spr/reconfigurator-execution-switch-to-async-closures' |
99 | 2025-03-18T01:49:35.801Z | + git reset --hard 882a22e0f33104a3b5cc6632933d3c433d54b0cc |
100 | 2025-03-18T01:49:35.801Z | HEAD is now at 882a22e0f more |
101 | 2025-03-18T01:49:35.826Z | process exited: duration 7227 ms, exit code 0 |
|
102 | 2025-03-18T01:49:35.878Z | starting task 4: "build" |
103 | 2025-03-18T01:49:35.903Z | + source .github/buildomat/ci-env.sh |
104 | 2025-03-18T01:49:35.906Z | ++ export CARGO_TERM_COLOR=always |
105 | 2025-03-18T01:49:35.906Z | ++ CARGO_TERM_COLOR=always |
106 | 2025-03-18T01:49:35.906Z | + cargo --version |
107 | 2025-03-18T01:49:35.956Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
108 | 2025-03-18T01:49:35.981Z | + rustc --version |
109 | 2025-03-18T01:49:36.292Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
110 | 2025-03-18T01:49:36.317Z | + source ./env.sh |
111 | 2025-03-18T01:49:36.317Z | ++ OLD_SHELL_OPTS=ehxB |
112 | 2025-03-18T01:49:36.317Z | ++ set -o xtrace |
113 | 2025-03-18T01:49:36.317Z | ++++ dirname ./env.sh |
114 | 2025-03-18T01:49:36.318Z | +++ readlink -f . |
115 | 2025-03-18T01:49:36.318Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
116 | 2025-03-18T01:49:36.318Z | ++ 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-18T01:49:36.318Z | ++ 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-18T01:49:36.318Z | ++ 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-18T01:49:36.318Z | ++ 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-18T01:49:36.318Z | ++ 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-18T01:49:36.318Z | ++ 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-18T01:49:36.318Z | ++ 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-18T01:49:36.318Z | ++ 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-18T01:49:36.318Z | ++ case $OLD_SHELL_OPTS in |
125 | 2025-03-18T01:49:36.318Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
126 | 2025-03-18T01:49:36.318Z | + 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-18T01:49:36.318Z | + 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-18T01:49:36.318Z | + banner prerequisites |
129 | 2025-03-18T01:49:36.318Z | |
130 | 2025-03-18T01:49:36.318Z | ##### ##### ###### ##### ###### #### # # # #### # |
131 | 2025-03-18T01:49:36.318Z | # # # # # # # # # # # # # # # |
132 | 2025-03-18T01:49:36.318Z | # # # # ##### # # ##### # # # # # #### # |
133 | 2025-03-18T01:49:36.318Z | ##### ##### # ##### # # # # # # # # # |
134 | 2025-03-18T01:49:36.318Z | # # # # # # # # # # # # # # # |
135 | 2025-03-18T01:49:36.318Z | # # # ###### # # ###### ### # #### # #### # |
136 | 2025-03-18T01:49:36.318Z | |
137 | 2025-03-18T01:49:36.318Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
138 | 2025-03-18T01:49:37.489Z | pkg list: illegal option -- F |
139 | 2025-03-18T01:49:37.489Z | Usage: |
140 | 2025-03-18T01:49:37.489Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
141 | 2025-03-18T01:49:37.489Z | [pkg_fmri_pattern ...] |
142 | 2025-03-18T01:49:38.511Z | pkg list: illegal option -- F |
143 | 2025-03-18T01:49:38.511Z | Usage: |
144 | 2025-03-18T01:49:38.511Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
145 | 2025-03-18T01:49:38.511Z | [pkg_fmri_pattern ...] |
146 | 2025-03-18T01:49:47.276Z | Startup: Refreshing catalog 'helios-dev' ... Done |
147 | 2025-03-18T01:49:52.615Z | Startup: Caching catalogs ... Done |
148 | 2025-03-18T01:50:10.700Z | Planning: Solver setup ... Done (16.671s) |
149 | 2025-03-18T01:50:10.886Z | Planning: Running solver ... Done (0.186s) |
150 | 2025-03-18T01:50:11.009Z | Planning: Finding local manifests ... Done (0.003s) |
151 | 2025-03-18T01:50:11.092Z | Planning: Fetching manifests: 0/7 0% complete |
152 | 2025-03-18T01:50:11.578Z | Planning: Fetching manifests: 7/7 100% complete |
153 | 2025-03-18T01:50:11.716Z | Planning: Package planning ... Done (0.138s) |
154 | 2025-03-18T01:50:11.784Z | Planning: Merging actions ... Done (0.067s) |
155 | 2025-03-18T01:50:12.008Z | Planning: Checking for conflicting actions ... Done (0.223s) |
156 | 2025-03-18T01:50:13.072Z | Planning: Consolidating action changes ... Done (1.065s) |
157 | 2025-03-18T01:50:13.484Z | Planning: Evaluating mediators ... Done (0.411s) |
158 | 2025-03-18T01:50:13.583Z | Planning: Planning completed in 20.88 seconds |
159 | 2025-03-18T01:50:13.609Z | Packages to install: 4 |
160 | 2025-03-18T01:50:13.609Z | Packages to update: 3 |
161 | 2025-03-18T01:50:13.609Z | Mediators to change: 2 |
162 | 2025-03-18T01:50:13.609Z | Services to change: 1 |
163 | 2025-03-18T01:50:13.609Z | Estimated space available: 155.12 GB |
164 | 2025-03-18T01:50:13.609Z | Estimated space to be consumed: 1.67 GB |
165 | 2025-03-18T01:50:13.609Z | Create boot environment: No |
166 | 2025-03-18T01:50:13.609Z | Create backup boot environment: Yes |
167 | 2025-03-18T01:50:13.609Z | Rebuild boot archive: No |
168 | 2025-03-18T01:50:13.609Z | |
169 | 2025-03-18T01:50:13.609Z | Changed mediators: |
170 | 2025-03-18T01:50:13.609Z | mediator clang: |
171 | 2025-03-18T01:50:13.609Z | version: None -> 15 (system default) |
172 | 2025-03-18T01:50:13.609Z | |
173 | 2025-03-18T01:50:13.609Z | mediator llvm: |
174 | 2025-03-18T01:50:13.609Z | version: 14 (system default) -> 15 (system default) |
175 | 2025-03-18T01:50:13.609Z | |
176 | 2025-03-18T01:50:13.609Z | Changed packages: |
177 | 2025-03-18T01:50:13.609Z | helios-dev |
178 | 2025-03-18T01:50:13.609Z | developer/build-essential |
179 | 2025-03-18T01:50:13.609Z | None -> 11-2.0 |
180 | 2025-03-18T01:50:13.609Z | library/libxmlsec1 |
181 | 2025-03-18T01:50:13.609Z | None -> 1.2.35-2.0 |
182 | 2025-03-18T01:50:13.609Z | ooce/developer/clang-15 |
183 | 2025-03-18T01:50:13.609Z | None -> 15.0.7-2.0 |
184 | 2025-03-18T01:50:13.609Z | ooce/developer/llvm-15 |
185 | 2025-03-18T01:50:13.609Z | None -> 15.0.7-2.0 |
186 | 2025-03-18T01:50:13.609Z | package/pkg |
187 | 2025-03-18T01:50:13.609Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
188 | 2025-03-18T01:50:13.609Z | system/library/g++-runtime |
189 | 2025-03-18T01:50:13.609Z | 13-2.0 -> 14-2.0 |
190 | 2025-03-18T01:50:13.609Z | system/library/gcc-runtime |
191 | 2025-03-18T01:50:13.609Z | 13-2.0 -> 14-2.0 |
192 | 2025-03-18T01:50:13.609Z | |
193 | 2025-03-18T01:50:13.610Z | Services: |
194 | 2025-03-18T01:50:13.610Z | restart_fmri: |
195 | 2025-03-18T01:50:13.610Z | svc:/system/update-man-index:default |
196 | 2025-03-18T01:50:13.610Z | |
197 | 2025-03-18T01:50:13.610Z | Editable files to change: |
198 | 2025-03-18T01:50:13.610Z | Update: |
199 | 2025-03-18T01:50:13.610Z | usr/share/lib/pkg/web/config.shtml |
200 | 2025-03-18T01:50:13.674Z | |
201 | 2025-03-18T01:50:13.674Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
202 | 2025-03-18T01:50:18.676Z | Download: 1199/4301 items 83.5/225.4MB 37% complete (16.9M/s) |
203 | 2025-03-18T01:50:23.676Z | Download: 2449/4301 items 120.1/225.4MB 53% complete (12.2M/s) |
204 | 2025-03-18T01:50:28.684Z | Download: 3247/4301 items 192.3/225.4MB 85% complete (10.8M/s) |
205 | 2025-03-18T01:50:33.685Z | Download: 3660/4301 items 216.2/225.4MB 95% complete (9.6M/s) |
206 | 2025-03-18T01:50:47.538Z | Download: 4206/4301 items 220.6/225.4MB 97% complete |
207 | 2025-03-18T01:50:48.659Z | Download: Completed 225.42 MB in 34.98 seconds (6.4M/s) |
208 | 2025-03-18T01:50:50.166Z | Actions: 1/5122 actions (Removing old actions) |
209 | 2025-03-18T01:50:50.191Z | Actions: 194/5122 actions (Installing new actions) |
210 | 2025-03-18T01:50:55.209Z | Actions: 3572/5122 actions (Installing new actions) |
211 | 2025-03-18T01:50:56.151Z | Actions: 4267/5122 actions (Updating modified actions) |
212 | 2025-03-18T01:50:56.579Z | Actions: Completed 5122 actions in 6.41 seconds. |
213 | 2025-03-18T01:50:56.962Z | Done (0.374s) |
214 | 2025-03-18T01:50:56.988Z | Done (0.002s) |
215 | 2025-03-18T01:50:57.732Z | Done (0.767s) |
216 | 2025-03-18T01:51:02.733Z | Done (4.815s) |
217 | 2025-03-18T01:51:02.832Z | Done (0.019s) |
218 | 2025-03-18T01:51:02.858Z | Done (0.000s) |
219 | 2025-03-18T01:51:03.021Z | Done (0.000s) |
220 | 2025-03-18T01:51:03.804Z | Planning: Evaluating mediator changes ... Done |
221 | 2025-03-18T01:51:04.006Z | Planning: Checking for conflicting actions ... Done |
222 | 2025-03-18T01:51:04.031Z | Planning: Consolidating action changes ... Done |
223 | 2025-03-18T01:51:04.334Z | Planning: Evaluating mediators ... Done |
224 | 2025-03-18T01:51:04.359Z | Planning: Planning completed in 0.53 seconds |
225 | 2025-03-18T01:51:04.385Z | Mediators to change: 2 |
226 | 2025-03-18T01:51:04.385Z | Create boot environment: No |
227 | 2025-03-18T01:51:04.385Z | Create backup boot environment: No |
228 | 2025-03-18T01:51:04.443Z | Done |
229 | 2025-03-18T01:51:04.443Z | Done |
230 | 2025-03-18T01:51:04.967Z | Done |
231 | 2025-03-18T01:51:09.426Z | Done |
232 | 2025-03-18T01:51:09.521Z | Done |
233 | 2025-03-18T01:51:09.521Z | Done |
234 | 2025-03-18T01:51:09.572Z | Done |
235 | 2025-03-18T01:51:10.302Z | Planning: Evaluating mediator changes ... Done |
236 | 2025-03-18T01:51:10.328Z | Planning: Merging actions ... Done |
237 | 2025-03-18T01:51:10.536Z | Planning: Checking for conflicting actions ... Done |
238 | 2025-03-18T01:51:10.563Z | Planning: Consolidating action changes ... Done |
239 | 2025-03-18T01:51:10.886Z | Planning: Evaluating mediators ... Done |
240 | 2025-03-18T01:51:10.963Z | Planning: Planning completed in 0.92 seconds |
241 | 2025-03-18T01:51:10.991Z | Packages to change: 1 |
242 | 2025-03-18T01:51:10.991Z | Mediators to change: 1 |
243 | 2025-03-18T01:51:10.992Z | Services to change: 1 |
244 | 2025-03-18T01:51:10.992Z | Create boot environment: No |
245 | 2025-03-18T01:51:10.992Z | Create backup boot environment: Yes |
246 | 2025-03-18T01:51:12.695Z | Actions: 1/6 actions (Updating modified actions) |
247 | 2025-03-18T01:51:12.722Z | Actions: Completed 6 actions in 0.00 seconds. |
248 | 2025-03-18T01:51:12.722Z | Done |
249 | 2025-03-18T01:51:12.722Z | Done |
250 | 2025-03-18T01:51:12.849Z | Done |
251 | 2025-03-18T01:51:17.424Z | Done |
252 | 2025-03-18T01:51:17.518Z | Done |
253 | 2025-03-18T01:51:17.545Z | Done |
254 | 2025-03-18T01:51:17.601Z | Done |
255 | 2025-03-18T01:51:18.133Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
256 | 2025-03-18T01:51:18.133Z | clang system 15 system |
257 | 2025-03-18T01:51:18.133Z | csh system system illumos |
258 | 2025-03-18T01:51:18.133Z | ctags system system illumos |
259 | 2025-03-18T01:51:18.133Z | gcc vendor 12 vendor |
260 | 2025-03-18T01:51:18.133Z | gcc system 10 system |
261 | 2025-03-18T01:51:18.134Z | gcc system 7 system |
262 | 2025-03-18T01:51:18.134Z | go system 1.20 system |
263 | 2025-03-18T01:51:18.134Z | go system 1.19 system |
264 | 2025-03-18T01:51:18.134Z | llvm system 15 system |
265 | 2025-03-18T01:51:18.134Z | llvm system 14 system |
266 | 2025-03-18T01:51:18.134Z | mariadb system 10.6 system |
267 | 2025-03-18T01:51:18.134Z | mta vendor vendor dma |
268 | 2025-03-18T01:51:18.134Z | openjdk system 17 system |
269 | 2025-03-18T01:51:18.134Z | openjdk system 11 system |
270 | 2025-03-18T01:51:18.134Z | openjdk system 1.8 system |
271 | 2025-03-18T01:51:18.134Z | openssl vendor 3 vendor |
272 | 2025-03-18T01:51:18.134Z | perl system 5.36 system |
273 | 2025-03-18T01:51:18.134Z | postgresql system 15 system |
274 | 2025-03-18T01:51:18.134Z | postgresql system 13 system |
275 | 2025-03-18T01:51:18.134Z | python vendor 3 vendor |
276 | 2025-03-18T01:51:18.134Z | python system 2 system |
277 | 2025-03-18T01:51:18.134Z | python3 system 3.11 system |
278 | 2025-03-18T01:51:18.134Z | ruby system 3.0 system |
279 | 2025-03-18T01:51:18.134Z | words vendor vendor american-english |
280 | 2025-03-18T01:51:18.134Z | words system system australian-english |
281 | 2025-03-18T01:51:18.134Z | words system system british-english |
282 | 2025-03-18T01:51:18.134Z | words system system canadian-english |
283 | 2025-03-18T01:51:18.134Z | words system system french |
284 | 2025-03-18T01:51:18.134Z | words system system italian |
285 | 2025-03-18T01:51:18.134Z | words system system ngerman |
286 | 2025-03-18T01:51:18.135Z | words system system ogerman |
287 | 2025-03-18T01:51:18.135Z | words system system spanish |
288 | 2025-03-18T01:51:18.547Z | PUBLISHER TYPE STATUS P LOCATION |
289 | 2025-03-18T01:51:18.547Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
290 | 2025-03-18T01:51:22.449Z | FMRI IFO |
291 | 2025-03-18T01:51:22.449Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
292 | 2025-03-18T01:51:22.449Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
293 | 2025-03-18T01:51:22.449Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
294 | 2025-03-18T01:51:22.449Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
295 | 2025-03-18T01:51:22.449Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
296 | 2025-03-18T01:51:22.449Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
297 | 2025-03-18T01:51:22.449Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
298 | 2025-03-18T01:51:22.450Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
299 | 2025-03-18T01:51:22.450Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
300 | 2025-03-18T01:51:22.450Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
301 | 2025-03-18T01:51:22.450Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
302 | 2025-03-18T01:51:22.450Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
303 | 2025-03-18T01:51:22.450Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
304 | 2025-03-18T01:51:22.450Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
305 | 2025-03-18T01:51:22.450Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
306 | 2025-03-18T01:51:23.387Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
307 | 2025-03-18T01:51:23.808Z | Updating crates.io index |
308 | 2025-03-18T01:51:23.834Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
309 | 2025-03-18T01:51:24.554Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
310 | 2025-03-18T01:51:24.949Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
311 | 2025-03-18T01:51:25.297Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
312 | 2025-03-18T01:51:25.724Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
313 | 2025-03-18T01:51:26.853Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
314 | 2025-03-18T01:51:28.818Z | Updating git repository `https://github.com/oxidecomputer/opte` |
315 | 2025-03-18T01:51:29.607Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
316 | 2025-03-18T01:51:30.432Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
317 | 2025-03-18T01:51:30.872Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
318 | 2025-03-18T01:51:31.273Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
319 | 2025-03-18T01:51:32.017Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
320 | 2025-03-18T01:51:32.683Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
321 | 2025-03-18T01:51:33.102Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
322 | 2025-03-18T01:51:33.587Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
323 | 2025-03-18T01:51:33.948Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
324 | 2025-03-18T01:51:34.306Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
325 | 2025-03-18T01:51:34.637Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
326 | 2025-03-18T01:51:35.062Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
327 | 2025-03-18T01:51:35.444Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
328 | 2025-03-18T01:51:35.811Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
329 | 2025-03-18T01:51:36.282Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
330 | 2025-03-18T01:51:36.675Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
331 | 2025-03-18T01:51:37.087Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
332 | 2025-03-18T01:51:37.835Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
333 | 2025-03-18T01:51:38.225Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
334 | 2025-03-18T01:51:38.694Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
335 | 2025-03-18T01:51:39.190Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
336 | 2025-03-18T01:51:39.667Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
337 | 2025-03-18T01:51:40.036Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
338 | 2025-03-18T01:51:40.409Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
339 | 2025-03-18T01:51:41.978Z | Downloading crates ... |
340 | 2025-03-18T01:51:42.046Z | Downloaded block-buffer v0.10.4 |
341 | 2025-03-18T01:51:42.072Z | Downloaded cpufeatures v0.2.14 |
342 | 2025-03-18T01:51:42.072Z | Downloaded cargo_toml v0.21.0 |
343 | 2025-03-18T01:51:42.072Z | Downloaded camino v1.1.9 |
344 | 2025-03-18T01:51:42.072Z | Downloaded swrite v0.1.0 |
345 | 2025-03-18T01:51:42.072Z | Downloaded pest_derive v2.7.14 |
346 | 2025-03-18T01:51:42.072Z | Downloaded usdt-attr-macro v0.5.0 |
347 | 2025-03-18T01:51:42.072Z | Downloaded terminal_size v0.4.0 |
348 | 2025-03-18T01:51:42.072Z | Downloaded macaddr v1.0.1 |
349 | 2025-03-18T01:51:42.098Z | Downloaded zerocopy v0.7.35 |
350 | 2025-03-18T01:51:42.124Z | Downloaded zerocopy-derive v0.7.35 |
351 | 2025-03-18T01:51:42.124Z | Downloaded sha2 v0.10.8 |
352 | 2025-03-18T01:51:42.124Z | Downloaded usdt-macro v0.5.0 |
353 | 2025-03-18T01:51:42.124Z | Downloaded strsim v0.11.1 |
354 | 2025-03-18T01:51:42.150Z | Downloaded typenum v1.17.0 |
355 | 2025-03-18T01:51:42.150Z | Downloaded unicode-width v0.1.14 |
356 | 2025-03-18T01:51:42.150Z | Downloaded rustix v0.38.37 |
357 | 2025-03-18T01:51:42.177Z | Downloaded memchr v2.7.4 |
358 | 2025-03-18T01:51:42.203Z | Downloaded usdt v0.5.0 |
359 | 2025-03-18T01:51:42.203Z | Downloaded toml v0.8.20 |
360 | 2025-03-18T01:51:42.203Z | Downloaded winnow v0.7.3 |
361 | 2025-03-18T01:51:42.203Z | Downloaded thiserror v2.0.11 |
362 | 2025-03-18T01:51:42.203Z | Downloaded version_check v0.9.5 |
363 | 2025-03-18T01:51:42.228Z | Downloaded syn v1.0.109 |
364 | 2025-03-18T01:51:42.228Z | Downloaded textwrap v0.16.1 |
365 | 2025-03-18T01:51:42.228Z | Downloaded bytecount v0.6.8 |
366 | 2025-03-18T01:51:42.228Z | Downloaded fs-err v2.11.0 |
367 | 2025-03-18T01:51:42.229Z | Downloaded log v0.4.22 |
368 | 2025-03-18T01:51:42.254Z | Downloaded syn v2.0.98 |
369 | 2025-03-18T01:51:42.254Z | Downloaded smawk v0.3.2 |
370 | 2025-03-18T01:51:42.254Z | Downloaded serde_tokenstream v0.2.2 |
371 | 2025-03-18T01:51:42.254Z | Downloaded libc v0.2.170 |
372 | 2025-03-18T01:51:42.281Z | Downloaded digest v0.10.7 |
373 | 2025-03-18T01:51:42.281Z | Downloaded anstyle-query v1.1.1 |
374 | 2025-03-18T01:51:42.281Z | Downloaded plain v0.2.3 |
375 | 2025-03-18T01:51:42.281Z | Downloaded itoa v1.0.11 |
376 | 2025-03-18T01:51:42.307Z | Downloaded is_terminal_polyfill v1.70.1 |
377 | 2025-03-18T01:51:42.307Z | Downloaded equivalent v1.0.1 |
378 | 2025-03-18T01:51:42.307Z | Downloaded cargo-platform v0.1.8 |
379 | 2025-03-18T01:51:42.307Z | Downloaded autocfg v1.4.0 |
380 | 2025-03-18T01:51:42.307Z | Downloaded rustix v0.37.28 |
381 | 2025-03-18T01:51:42.307Z | Downloaded errno v0.3.9 |
382 | 2025-03-18T01:51:42.333Z | Downloaded clap_derive v4.5.28 |
383 | 2025-03-18T01:51:42.333Z | Downloaded clap_builder v4.5.31 |
384 | 2025-03-18T01:51:42.333Z | Downloaded tabled v0.15.0 |
385 | 2025-03-18T01:51:42.360Z | Downloaded dtrace-parser v0.2.0 |
386 | 2025-03-18T01:51:42.362Z | Downloaded serde_json v1.0.139 |
387 | 2025-03-18T01:51:42.362Z | Downloaded serde v1.0.218 |
388 | 2025-03-18T01:51:42.362Z | Downloaded pretty-hex v0.4.1 |
389 | 2025-03-18T01:51:42.362Z | Downloaded pest v2.7.14 |
390 | 2025-03-18T01:51:42.362Z | Downloaded papergrid v0.11.0 |
391 | 2025-03-18T01:51:42.388Z | Downloaded hashbrown v0.15.1 |
392 | 2025-03-18T01:51:42.388Z | Downloaded clap v4.5.31 |
393 | 2025-03-18T01:51:42.388Z | Downloaded camino-tempfile v1.1.1 |
394 | 2025-03-18T01:51:42.388Z | Downloaded bitflags v1.3.2 |
395 | 2025-03-18T01:51:42.388Z | Downloaded goblin v0.8.2 |
396 | 2025-03-18T01:51:42.388Z | Downloaded fastrand v2.1.1 |
397 | 2025-03-18T01:51:42.388Z | Downloaded usdt-impl v0.5.0 |
398 | 2025-03-18T01:51:42.414Z | Downloaded toml_edit v0.22.24 |
399 | 2025-03-18T01:51:42.414Z | Downloaded toml_datetime v0.6.8 |
400 | 2025-03-18T01:51:42.414Z | Downloaded serde_derive v1.0.218 |
401 | 2025-03-18T01:51:42.440Z | Downloaded anyhow v1.0.97 |
402 | 2025-03-18T01:51:42.440Z | Downloaded scroll v0.12.0 |
403 | 2025-03-18T01:51:42.440Z | Downloaded proc-macro2 v1.0.94 |
404 | 2025-03-18T01:51:42.440Z | Downloaded once_cell v1.20.3 |
405 | 2025-03-18T01:51:42.440Z | Downloaded io-lifetimes v1.0.11 |
406 | 2025-03-18T01:51:42.440Z | Downloaded indexmap v2.7.1 |
407 | 2025-03-18T01:51:42.440Z | Downloaded heck v0.5.0 |
408 | 2025-03-18T01:51:42.440Z | Downloaded clap_lex v0.7.4 |
409 | 2025-03-18T01:51:42.440Z | Downloaded cargo_metadata v0.19.2 |
410 | 2025-03-18T01:51:42.440Z | Downloaded anstream v0.6.15 |
411 | 2025-03-18T01:51:42.466Z | Downloaded utf8parse v0.2.2 |
412 | 2025-03-18T01:51:42.466Z | Downloaded unicode-linebreak v0.1.5 |
413 | 2025-03-18T01:51:42.466Z | Downloaded unicode-ident v1.0.14 |
414 | 2025-03-18T01:51:42.466Z | Downloaded ucd-trie v0.1.7 |
415 | 2025-03-18T01:51:42.466Z | Downloaded thread-id v4.2.2 |
416 | 2025-03-18T01:51:42.466Z | Downloaded thiserror-impl v2.0.11 |
417 | 2025-03-18T01:51:42.466Z | Downloaded thiserror-impl v1.0.69 |
418 | 2025-03-18T01:51:42.466Z | Downloaded thiserror v1.0.69 |
419 | 2025-03-18T01:51:42.466Z | Downloaded terminal_size v0.2.6 |
420 | 2025-03-18T01:51:42.466Z | Downloaded tempfile v3.13.0 |
421 | 2025-03-18T01:51:42.466Z | Downloaded tabled_derive v0.7.0 |
422 | 2025-03-18T01:51:42.466Z | Downloaded semver v1.0.25 |
423 | 2025-03-18T01:51:42.466Z | Downloaded scroll_derive v0.12.0 |
424 | 2025-03-18T01:51:42.466Z | Downloaded ryu v1.0.18 |
425 | 2025-03-18T01:51:42.492Z | Downloaded quote v1.0.39 |
426 | 2025-03-18T01:51:42.492Z | Downloaded pest_meta v2.7.14 |
427 | 2025-03-18T01:51:42.492Z | Downloaded byteorder v1.5.0 |
428 | 2025-03-18T01:51:42.492Z | Downloaded proc-macro-error v1.0.4 |
429 | 2025-03-18T01:51:42.492Z | Downloaded memmap v0.7.0 |
430 | 2025-03-18T01:51:42.492Z | Downloaded generic-array v0.14.7 |
431 | 2025-03-18T01:51:42.492Z | Downloaded crypto-common v0.1.6 |
432 | 2025-03-18T01:51:42.492Z | Downloaded serde_spanned v0.6.8 |
433 | 2025-03-18T01:51:42.492Z | Downloaded fnv v1.0.7 |
434 | 2025-03-18T01:51:42.492Z | Downloaded dof v0.3.0 |
435 | 2025-03-18T01:51:42.492Z | Downloaded proc-macro-error-attr v1.0.4 |
436 | 2025-03-18T01:51:42.492Z | Downloaded pest_generator v2.7.14 |
437 | 2025-03-18T01:51:42.492Z | Downloaded heck v0.4.1 |
438 | 2025-03-18T01:51:42.518Z | Downloaded anstyle-parse v0.2.5 |
439 | 2025-03-18T01:51:42.518Z | Downloaded bitflags v2.6.0 |
440 | 2025-03-18T01:51:42.518Z | Downloaded anstyle v1.0.10 |
441 | 2025-03-18T01:51:42.518Z | Downloaded colorchoice v1.0.2 |
442 | 2025-03-18T01:51:42.518Z | Downloaded cfg-if v1.0.0 |
443 | 2025-03-18T01:51:42.636Z | Compiling proc-macro2 v1.0.94 |
444 | 2025-03-18T01:51:42.636Z | Compiling unicode-ident v1.0.14 |
445 | 2025-03-18T01:51:42.636Z | Compiling serde v1.0.218 |
446 | 2025-03-18T01:51:42.636Z | Compiling version_check v0.9.5 |
447 | 2025-03-18T01:51:42.662Z | Compiling libc v0.2.170 |
448 | 2025-03-18T01:51:42.662Z | Compiling memchr v2.7.4 |
449 | 2025-03-18T01:51:42.662Z | Compiling thiserror v1.0.69 |
450 | 2025-03-18T01:51:42.662Z | Compiling ryu v1.0.18 |
451 | 2025-03-18T01:51:42.932Z | Compiling ucd-trie v0.1.7 |
452 | 2025-03-18T01:51:43.117Z | Compiling itoa v1.0.11 |
453 | 2025-03-18T01:51:43.359Z | Compiling once_cell v1.20.3 |
454 | 2025-03-18T01:51:43.448Z | Compiling byteorder v1.5.0 |
455 | 2025-03-18T01:51:43.448Z | Compiling rustix v0.38.37 |
456 | 2025-03-18T01:51:43.735Z | Compiling serde_json v1.0.139 |
457 | 2025-03-18T01:51:43.898Z | Compiling bitflags v2.6.0 |
458 | 2025-03-18T01:51:44.143Z | Compiling usdt-impl v0.5.0 |
459 | 2025-03-18T01:51:44.243Z | Compiling proc-macro-error-attr v1.0.4 |
460 | 2025-03-18T01:51:44.358Z | Compiling io-lifetimes v1.0.11 |
461 | 2025-03-18T01:51:44.385Z | Compiling syn v1.0.109 |
462 | 2025-03-18T01:51:44.439Z | Compiling quote v1.0.39 |
463 | 2025-03-18T01:51:44.469Z | Compiling errno v0.3.9 |
464 | 2025-03-18T01:51:44.697Z | Compiling proc-macro-error v1.0.4 |
465 | 2025-03-18T01:51:44.756Z | Compiling hashbrown v0.15.1 |
466 | 2025-03-18T01:51:44.824Z | Compiling syn v2.0.98 |
467 | 2025-03-18T01:51:44.988Z | Compiling equivalent v1.0.1 |
468 | 2025-03-18T01:51:45.020Z | Compiling thread-id v4.2.2 |
469 | 2025-03-18T01:51:45.046Z | Compiling rustix v0.37.28 |
470 | 2025-03-18T01:51:45.074Z | Compiling log v0.4.22 |
471 | 2025-03-18T01:51:45.138Z | Compiling plain v0.2.3 |
472 | 2025-03-18T01:51:45.164Z | Compiling camino v1.1.9 |
473 | 2025-03-18T01:51:45.306Z | Compiling utf8parse v0.2.2 |
474 | 2025-03-18T01:51:45.471Z | Compiling anstyle-parse v0.2.5 |
475 | 2025-03-18T01:51:45.730Z | Compiling indexmap v2.7.1 |
476 | 2025-03-18T01:51:45.806Z | Compiling is_terminal_polyfill v1.70.1 |
477 | 2025-03-18T01:51:45.908Z | Compiling unicode-width v0.1.14 |
478 | 2025-03-18T01:51:45.948Z | Compiling thiserror v2.0.11 |
479 | 2025-03-18T01:51:46.046Z | Compiling anstyle v1.0.10 |
480 | 2025-03-18T01:51:46.078Z | Compiling semver v1.0.25 |
481 | 2025-03-18T01:51:46.353Z | Compiling bitflags v1.3.2 |
482 | 2025-03-18T01:51:46.418Z | Compiling autocfg v1.4.0 |
483 | 2025-03-18T01:51:46.449Z | Compiling colorchoice v1.0.2 |
484 | 2025-03-18T01:51:46.475Z | Compiling winnow v0.7.3 |
485 | 2025-03-18T01:51:46.504Z | Compiling anstyle-query v1.1.1 |
486 | 2025-03-18T01:51:46.625Z | Compiling pretty-hex v0.4.1 |
487 | 2025-03-18T01:51:46.663Z | Compiling anstream v0.6.15 |
488 | 2025-03-18T01:51:46.860Z | Compiling terminal_size v0.4.0 |
489 | 2025-03-18T01:51:47.220Z | Compiling heck v0.5.0 |
490 | 2025-03-18T01:51:47.245Z | Compiling fs-err v2.11.0 |
491 | 2025-03-18T01:51:47.271Z | Compiling cfg-if v1.0.0 |
492 | 2025-03-18T01:51:47.310Z | Compiling bytecount v0.6.8 |
493 | 2025-03-18T01:51:47.394Z | Compiling fnv v1.0.7 |
494 | 2025-03-18T01:51:47.523Z | Compiling fastrand v2.1.1 |
495 | 2025-03-18T01:51:47.548Z | Compiling strsim v0.11.1 |
496 | 2025-03-18T01:51:47.575Z | Compiling clap_lex v0.7.4 |
497 | 2025-03-18T01:51:48.005Z | Compiling heck v0.4.1 |
498 | 2025-03-18T01:51:48.033Z | Compiling anyhow v1.0.97 |
499 | 2025-03-18T01:51:48.079Z | Compiling tempfile v3.13.0 |
500 | 2025-03-18T01:51:48.229Z | Compiling clap_builder v4.5.31 |
501 | 2025-03-18T01:51:48.388Z | Compiling terminal_size v0.2.6 |
502 | 2025-03-18T01:51:48.579Z | Compiling papergrid v0.11.0 |
503 | 2025-03-18T01:51:48.626Z | Compiling memmap v0.7.0 |
504 | 2025-03-18T01:51:48.745Z | Compiling smawk v0.3.2 |
505 | 2025-03-18T01:51:48.874Z | Compiling unicode-linebreak v0.1.5 |
506 | 2025-03-18T01:51:49.256Z | Compiling textwrap v0.16.1 |
507 | 2025-03-18T01:51:49.405Z | Compiling swrite v0.1.0 |
508 | 2025-03-18T01:51:49.764Z | Compiling tabled_derive v0.7.0 |
509 | 2025-03-18T01:51:50.988Z | Compiling serde_derive v1.0.218 |
510 | 2025-03-18T01:51:50.988Z | Compiling thiserror-impl v1.0.69 |
511 | 2025-03-18T01:51:50.988Z | Compiling zerocopy-derive v0.7.35 |
512 | 2025-03-18T01:51:51.013Z | Compiling scroll_derive v0.12.0 |
513 | 2025-03-18T01:51:51.013Z | Compiling thiserror-impl v2.0.11 |
514 | 2025-03-18T01:51:51.013Z | Compiling clap_derive v4.5.28 |
515 | 2025-03-18T01:51:51.135Z | Compiling tabled v0.15.0 |
516 | 2025-03-18T01:51:52.048Z | Compiling scroll v0.12.0 |
517 | 2025-03-18T01:51:52.490Z | Compiling goblin v0.8.2 |
518 | 2025-03-18T01:51:52.685Z | Compiling zerocopy v0.7.35 |
519 | 2025-03-18T01:51:53.648Z | Compiling pest v2.7.14 |
520 | 2025-03-18T01:51:54.600Z | Compiling clap v4.5.31 |
521 | 2025-03-18T01:51:55.917Z | Compiling pest_meta v2.7.14 |
522 | 2025-03-18T01:51:57.030Z | Compiling pest_generator v2.7.14 |
523 | 2025-03-18T01:51:58.337Z | Compiling pest_derive v2.7.14 |
524 | 2025-03-18T01:51:58.709Z | Compiling dtrace-parser v0.2.0 |
525 | 2025-03-18T01:51:59.625Z | Compiling serde_spanned v0.6.8 |
526 | 2025-03-18T01:51:59.650Z | Compiling toml_datetime v0.6.8 |
527 | 2025-03-18T01:51:59.650Z | Compiling cargo-platform v0.1.8 |
528 | 2025-03-18T01:51:59.959Z | Compiling serde_tokenstream v0.2.2 |
529 | 2025-03-18T01:51:59.991Z | Compiling toml_edit v0.22.24 |
530 | 2025-03-18T01:52:00.062Z | Compiling macaddr v1.0.1 |
531 | 2025-03-18T01:52:00.233Z | Compiling camino-tempfile v1.1.1 |
532 | 2025-03-18T01:52:01.059Z | Compiling dof v0.3.0 |
533 | 2025-03-18T01:52:01.059Z | Compiling cargo_metadata v0.19.2 |
534 | 2025-03-18T01:52:02.645Z | Compiling usdt-attr-macro v0.5.0 |
535 | 2025-03-18T01:52:02.645Z | Compiling usdt-macro v0.5.0 |
536 | 2025-03-18T01:52:02.709Z | Compiling toml v0.8.20 |
537 | 2025-03-18T01:52:03.436Z | Compiling cargo_toml v0.21.0 |
538 | 2025-03-18T01:52:03.743Z | Compiling usdt v0.5.0 |
539 | 2025-03-18T01:52:06.565Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
540 | 2025-03-18T01:52:10.488Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.41s |
541 | 2025-03-18T01:52:10.803Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
542 | 2025-03-18T01:52:11.556Z | Downloading crates ... |
543 | 2025-03-18T01:52:11.711Z | Downloaded async-stream v0.3.6 |
544 | 2025-03-18T01:52:11.738Z | Downloaded cstr-argument v0.1.2 |
545 | 2025-03-18T01:52:11.738Z | Downloaded crucible-workspace-hack v0.1.0 |
546 | 2025-03-18T01:52:11.738Z | Downloaded crc-catalog v2.4.0 |
547 | 2025-03-18T01:52:11.738Z | Downloaded constant_time_eq v0.3.1 |
548 | 2025-03-18T01:52:11.738Z | Downloaded httpdate v1.0.3 |
549 | 2025-03-18T01:52:11.738Z | Downloaded hmac v0.12.1 |
550 | 2025-03-18T01:52:11.765Z | Downloaded crossterm v0.28.1 |
551 | 2025-03-18T01:52:11.765Z | Downloaded russh-cryptovec v0.7.3 |
552 | 2025-03-18T01:52:11.765Z | Downloaded crypto-bigint v0.5.5 |
553 | 2025-03-18T01:52:11.791Z | Downloaded slab v0.4.9 |
554 | 2025-03-18T01:52:11.791Z | Downloaded slog-async v2.8.0 |
555 | 2025-03-18T01:52:11.791Z | Downloaded tokio-tungstenite v0.23.1 |
556 | 2025-03-18T01:52:11.791Z | Downloaded zerofrom v0.1.4 |
557 | 2025-03-18T01:52:11.818Z | Downloaded tokio-util v0.7.13 |
558 | 2025-03-18T01:52:11.818Z | Downloaded zeroize_derive v1.4.2 |
559 | 2025-03-18T01:52:11.818Z | Downloaded typify v0.2.0 |
560 | 2025-03-18T01:52:11.818Z | Downloaded dirs-sys-next v0.1.2 |
561 | 2025-03-18T01:52:11.818Z | Downloaded dirs-next v2.0.0 |
562 | 2025-03-18T01:52:11.844Z | Downloaded fxhash v0.2.1 |
563 | 2025-03-18T01:52:11.844Z | Downloaded openssl-probe v0.1.5 |
564 | 2025-03-18T01:52:11.844Z | Downloaded olpc-cjson v0.1.4 |
565 | 2025-03-18T01:52:11.844Z | Downloaded oso-derive v0.27.3 |
566 | 2025-03-18T01:52:11.844Z | Downloaded predicates-tree v1.0.11 |
567 | 2025-03-18T01:52:11.844Z | Downloaded oso v0.27.3 |
568 | 2025-03-18T01:52:11.870Z | Downloaded sigpipe v0.1.3 |
569 | 2025-03-18T01:52:11.870Z | Downloaded tinyvec_macros v0.1.1 |
570 | 2025-03-18T01:52:11.870Z | Downloaded want v0.3.1 |
571 | 2025-03-18T01:52:11.870Z | Downloaded walkdir v2.5.0 |
572 | 2025-03-18T01:52:11.870Z | Downloaded crossbeam-deque v0.8.5 |
573 | 2025-03-18T01:52:11.896Z | Downloaded flagset v0.4.6 |
574 | 2025-03-18T01:52:11.896Z | Downloaded ghash v0.5.1 |
575 | 2025-03-18T01:52:11.923Z | Downloaded num-conv v0.1.0 |
576 | 2025-03-18T01:52:11.923Z | Downloaded pem-rfc7468 v0.7.0 |
577 | 2025-03-18T01:52:11.923Z | Downloaded num-complex v0.4.6 |
578 | 2025-03-18T01:52:11.923Z | Downloaded thread_local v1.1.8 |
579 | 2025-03-18T01:52:11.923Z | Downloaded serde_with_macros v3.12.0 |
580 | 2025-03-18T01:52:11.949Z | Downloaded utf16_iter v1.0.5 |
581 | 2025-03-18T01:52:11.949Z | Downloaded utf8_iter v1.0.4 |
582 | 2025-03-18T01:52:11.949Z | Downloaded ref-cast-impl v1.0.23 |
583 | 2025-03-18T01:52:11.949Z | Downloaded ff v0.13.0 |
584 | 2025-03-18T01:52:11.949Z | Downloaded jobserver v0.1.32 |
585 | 2025-03-18T01:52:11.949Z | Downloaded filetime v0.2.25 |
586 | 2025-03-18T01:52:11.949Z | Downloaded env_logger v0.11.5 |
587 | 2025-03-18T01:52:11.976Z | Downloaded powerfmt v0.2.0 |
588 | 2025-03-18T01:52:11.976Z | Downloaded structmeta-derive v0.3.0 |
589 | 2025-03-18T01:52:11.976Z | Downloaded form_urlencoded v1.2.1 |
590 | 2025-03-18T01:52:11.976Z | Downloaded yoke v0.7.4 |
591 | 2025-03-18T01:52:11.976Z | Downloaded zerocopy v0.6.6 |
592 | 2025-03-18T01:52:12.002Z | Downloaded quick-error v1.2.3 |
593 | 2025-03-18T01:52:12.003Z | Downloaded rand_xorshift v0.3.0 |
594 | 2025-03-18T01:52:12.003Z | Downloaded zone_cfg_derive v0.3.0 |
595 | 2025-03-18T01:52:12.003Z | Downloaded nanorand v0.7.0 |
596 | 2025-03-18T01:52:12.003Z | Downloaded multimap v0.10.0 |
597 | 2025-03-18T01:52:12.030Z | Downloaded num-rational v0.4.2 |
598 | 2025-03-18T01:52:12.030Z | Downloaded x509-cert v0.2.5 |
599 | 2025-03-18T01:52:12.030Z | Downloaded toolchain_find v0.4.0 |
600 | 2025-03-18T01:52:12.056Z | Downloaded parking_lot_core v0.8.6 |
601 | 2025-03-18T01:52:12.056Z | Downloaded tower-service v0.3.3 |
602 | 2025-03-18T01:52:12.056Z | Downloaded num_threads v0.1.7 |
603 | 2025-03-18T01:52:12.082Z | Downloaded elliptic-curve v0.13.8 |
604 | 2025-03-18T01:52:12.082Z | Downloaded salsa20 v0.10.2 |
605 | 2025-03-18T01:52:12.109Z | Downloaded data-encoding v2.6.0 |
606 | 2025-03-18T01:52:12.109Z | Downloaded debug-ignore v1.0.5 |
607 | 2025-03-18T01:52:12.109Z | Downloaded der_derive v0.7.3 |
608 | 2025-03-18T01:52:12.109Z | Downloaded rustyline v14.0.0 |
609 | 2025-03-18T01:52:12.136Z | Downloaded signal-hook v0.3.17 |
610 | 2025-03-18T01:52:12.136Z | Downloaded group v0.13.0 |
611 | 2025-03-18T01:52:12.136Z | Downloaded serde_repr v0.1.19 |
612 | 2025-03-18T01:52:12.136Z | Downloaded deranged v0.3.11 |
613 | 2025-03-18T01:52:12.161Z | Downloaded serde_urlencoded v0.7.1 |
614 | 2025-03-18T01:52:12.161Z | Downloaded darling_core v0.20.10 |
615 | 2025-03-18T01:52:12.161Z | Downloaded smoltcp v0.11.0 |
616 | 2025-03-18T01:52:12.188Z | Downloaded quinn v0.11.5 |
617 | 2025-03-18T01:52:12.188Z | Downloaded toml v0.7.8 |
618 | 2025-03-18T01:52:12.214Z | Downloaded futures-core v0.3.31 |
619 | 2025-03-18T01:52:12.214Z | Downloaded papergrid v0.14.0 |
620 | 2025-03-18T01:52:12.214Z | Downloaded parse-display-derive v0.10.0 |
621 | 2025-03-18T01:52:12.215Z | Downloaded qorb v0.2.1 |
622 | 2025-03-18T01:52:12.215Z | Downloaded serde-big-array v0.5.1 |
623 | 2025-03-18T01:52:12.242Z | Downloaded spin v0.9.8 |
624 | 2025-03-18T01:52:12.242Z | Downloaded vergen v8.3.2 |
625 | 2025-03-18T01:52:12.242Z | Downloaded nom v7.1.3 |
626 | 2025-03-18T01:52:12.242Z | Downloaded lalrpop v0.19.12 |
627 | 2025-03-18T01:52:12.268Z | Downloaded quick-xml v0.37.2 |
628 | 2025-03-18T01:52:12.268Z | Downloaded h2 v0.4.6 |
629 | 2025-03-18T01:52:12.268Z | Downloaded hashbrown v0.13.2 |
630 | 2025-03-18T01:52:12.294Z | Downloaded smoltcp v0.9.1 |
631 | 2025-03-18T01:52:12.294Z | Downloaded object v0.30.4 |
632 | 2025-03-18T01:52:12.322Z | Downloaded write16 v1.0.0 |
633 | 2025-03-18T01:52:12.322Z | Downloaded dropshot v0.12.0 |
634 | 2025-03-18T01:52:12.348Z | Downloaded icu_properties_data v1.5.0 |
635 | 2025-03-18T01:52:12.348Z | Downloaded object v0.36.5 |
636 | 2025-03-18T01:52:12.375Z | Downloaded snafu-derive v0.8.5 |
637 | 2025-03-18T01:52:12.375Z | Downloaded curve25519-dalek v4.1.3 |
638 | 2025-03-18T01:52:12.400Z | Downloaded embedded-io v0.4.0 |
639 | 2025-03-18T01:52:12.401Z | Downloaded predicates v3.1.3 |
640 | 2025-03-18T01:52:12.401Z | Downloaded typify-impl v0.3.0 |
641 | 2025-03-18T01:52:12.426Z | Downloaded typify-impl v0.2.0 |
642 | 2025-03-18T01:52:12.426Z | Downloaded num-iter v0.1.45 |
643 | 2025-03-18T01:52:12.426Z | Downloaded aws-lc-sys v0.26.0 |
644 | 2025-03-18T01:52:12.698Z | Downloaded tiny-keccak v2.0.2 |
645 | 2025-03-18T01:52:12.724Z | Downloaded encoding_rs v0.8.34 |
646 | 2025-03-18T01:52:12.749Z | Downloaded rustls-pemfile v1.0.4 |
647 | 2025-03-18T01:52:12.749Z | Downloaded defmt v0.3.8 |
648 | 2025-03-18T01:52:12.750Z | Downloaded phf v0.11.2 |
649 | 2025-03-18T01:52:12.750Z | Downloaded r2d2 v0.8.10 |
650 | 2025-03-18T01:52:12.750Z | Downloaded hickory-proto v0.24.4 |
651 | 2025-03-18T01:52:12.775Z | Downloaded regress v0.10.3 |
652 | 2025-03-18T01:52:12.775Z | Downloaded p384 v0.13.0 |
653 | 2025-03-18T01:52:12.801Z | Downloaded hashbrown v0.12.3 |
654 | 2025-03-18T01:52:12.801Z | Downloaded reqwest v0.12.12 |
655 | 2025-03-18T01:52:12.801Z | Downloaded lzma-sys v0.1.20 |
656 | 2025-03-18T01:52:12.827Z | Downloaded p521 v0.13.3 |
657 | 2025-03-18T01:52:12.852Z | Downloaded serde_derive_internals v0.29.1 |
658 | 2025-03-18T01:52:12.853Z | Downloaded mio v1.0.2 |
659 | 2025-03-18T01:52:12.853Z | Downloaded spki v0.7.3 |
660 | 2025-03-18T01:52:12.853Z | Downloaded libz-sys v1.1.20 |
661 | 2025-03-18T01:52:12.878Z | Downloaded quinn-udp v0.5.5 |
662 | 2025-03-18T01:52:12.878Z | Downloaded sha3 v0.10.8 |
663 | 2025-03-18T01:52:12.878Z | Downloaded prettyplease v0.2.30 |
664 | 2025-03-18T01:52:12.904Z | Downloaded same-file v1.0.6 |
665 | 2025-03-18T01:52:12.904Z | Downloaded blake2 v0.10.6 |
666 | 2025-03-18T01:52:12.904Z | Downloaded tough v0.19.0 |
667 | 2025-03-18T01:52:12.904Z | Downloaded termcolor v1.4.1 |
668 | 2025-03-18T01:52:12.904Z | Downloaded scheduled-thread-pool v0.2.7 |
669 | 2025-03-18T01:52:12.904Z | Downloaded displaydoc v0.2.5 |
670 | 2025-03-18T01:52:12.904Z | Downloaded unicode-normalization v0.1.24 |
671 | 2025-03-18T01:52:12.929Z | Downloaded tower v0.5.2 |
672 | 2025-03-18T01:52:12.929Z | Downloaded itertools v0.13.0 |
673 | 2025-03-18T01:52:12.929Z | Downloaded idna v1.0.3 |
674 | 2025-03-18T01:52:12.929Z | Downloaded parse-zoneinfo v0.3.1 |
675 | 2025-03-18T01:52:12.955Z | Downloaded pin-project-lite v0.2.14 |
676 | 2025-03-18T01:52:12.955Z | Downloaded time v0.3.36 |
677 | 2025-03-18T01:52:12.955Z | Downloaded rand_chacha v0.9.0 |
678 | 2025-03-18T01:52:12.955Z | Downloaded itertools v0.14.0 |
679 | 2025-03-18T01:52:12.955Z | Downloaded hyper v1.6.0 |
680 | 2025-03-18T01:52:12.981Z | Downloaded publicsuffix v2.3.0 |
681 | 2025-03-18T01:52:12.981Z | Downloaded pin-utils v0.1.0 |
682 | 2025-03-18T01:52:12.981Z | Downloaded fragile v2.0.0 |
683 | 2025-03-18T01:52:12.981Z | Downloaded itertools v0.12.1 |
684 | 2025-03-18T01:52:12.981Z | Downloaded futures v0.3.31 |
685 | 2025-03-18T01:52:13.007Z | Downloaded dunce v1.0.5 |
686 | 2025-03-18T01:52:13.007Z | Downloaded wyz v0.5.1 |
687 | 2025-03-18T01:52:13.007Z | Downloaded rayon-core v1.12.1 |
688 | 2025-03-18T01:52:13.007Z | Downloaded zip v0.6.6 |
689 | 2025-03-18T01:52:13.007Z | Downloaded rustls-pki-types v1.10.0 |
690 | 2025-03-18T01:52:13.007Z | Downloaded pkg-config v0.3.31 |
691 | 2025-03-18T01:52:13.007Z | Downloaded num-traits v0.2.19 |
692 | 2025-03-18T01:52:13.007Z | Downloaded time-core v0.1.2 |
693 | 2025-03-18T01:52:13.033Z | Downloaded ron v0.7.1 |
694 | 2025-03-18T01:52:13.033Z | Downloaded libxml v0.3.3 |
695 | 2025-03-18T01:52:13.033Z | Downloaded futures-channel v0.3.31 |
696 | 2025-03-18T01:52:13.033Z | Downloaded ring v0.17.11 |
697 | 2025-03-18T01:52:13.074Z | Downloaded peg-macros v0.8.5 |
698 | 2025-03-18T01:52:13.100Z | Downloaded parse-size v1.1.0 |
699 | 2025-03-18T01:52:13.100Z | Downloaded vte_generate_state_changes v0.1.2 |
700 | 2025-03-18T01:52:13.100Z | Downloaded vte v0.11.1 |
701 | 2025-03-18T01:52:13.100Z | Downloaded zip v2.1.3 |
702 | 2025-03-18T01:52:13.100Z | Downloaded flume v0.11.1 |
703 | 2025-03-18T01:52:13.100Z | Downloaded itertools v0.10.5 |
704 | 2025-03-18T01:52:13.100Z | Downloaded serde_path_to_error v0.1.16 |
705 | 2025-03-18T01:52:13.100Z | Downloaded serde_plain v1.0.2 |
706 | 2025-03-18T01:52:13.126Z | Downloaded daft-derive v0.1.2 |
707 | 2025-03-18T01:52:13.126Z | Downloaded sec1 v0.7.3 |
708 | 2025-03-18T01:52:13.126Z | Downloaded libm v0.2.8 |
709 | 2025-03-18T01:52:13.126Z | Downloaded backtrace v0.3.74 |
710 | 2025-03-18T01:52:13.126Z | Downloaded funty v2.0.0 |
711 | 2025-03-18T01:52:13.126Z | Downloaded mockall v0.13.1 |
712 | 2025-03-18T01:52:13.126Z | Downloaded rustls-pemfile v2.2.0 |
713 | 2025-03-18T01:52:13.152Z | Downloaded topological-sort v0.2.2 |
714 | 2025-03-18T01:52:13.152Z | Downloaded zone v0.3.0 |
715 | 2025-03-18T01:52:13.152Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
716 | 2025-03-18T01:52:13.198Z | Downloaded strum_macros v0.26.4 |
717 | 2025-03-18T01:52:13.223Z | Downloaded dropshot v0.16.0 |
718 | 2025-03-18T01:52:13.249Z | Downloaded der v0.7.9 |
719 | 2025-03-18T01:52:13.249Z | Downloaded crossbeam-utils v0.8.20 |
720 | 2025-03-18T01:52:13.249Z | Downloaded rustversion v1.0.17 |
721 | 2025-03-18T01:52:13.249Z | Downloaded packed_struct_codegen v0.10.1 |
722 | 2025-03-18T01:52:13.249Z | Downloaded pkcs5 v0.7.1 |
723 | 2025-03-18T01:52:13.249Z | Downloaded pkcs1 v0.7.5 |
724 | 2025-03-18T01:52:13.249Z | Downloaded subprocess v0.2.9 |
725 | 2025-03-18T01:52:13.249Z | Downloaded derive_builder v0.20.2 |
726 | 2025-03-18T01:52:13.275Z | Downloaded quinn-proto v0.11.8 |
727 | 2025-03-18T01:52:13.275Z | Downloaded num_enum_derive v0.5.11 |
728 | 2025-03-18T01:52:13.275Z | Downloaded writeable v0.5.5 |
729 | 2025-03-18T01:52:13.275Z | Downloaded tracing v0.1.40 |
730 | 2025-03-18T01:52:13.275Z | Downloaded parse-display v0.10.0 |
731 | 2025-03-18T01:52:13.275Z | Downloaded unicode-truncate v1.1.0 |
732 | 2025-03-18T01:52:13.275Z | Downloaded derive-where v1.2.7 |
733 | 2025-03-18T01:52:13.305Z | Downloaded http v1.2.0 |
734 | 2025-03-18T01:52:13.305Z | Downloaded rustls-webpki v0.102.8 |
735 | 2025-03-18T01:52:13.331Z | Downloaded pbkdf2 v0.11.0 |
736 | 2025-03-18T01:52:13.331Z | Downloaded wait-timeout v0.2.0 |
737 | 2025-03-18T01:52:13.331Z | Downloaded native-tls v0.2.12 |
738 | 2025-03-18T01:52:13.331Z | Downloaded xattr v1.3.1 |
739 | 2025-03-18T01:52:13.331Z | Downloaded strum v0.26.3 |
740 | 2025-03-18T01:52:13.331Z | Downloaded stringprep v0.1.5 |
741 | 2025-03-18T01:52:13.331Z | Downloaded minimal-lexical v0.2.1 |
742 | 2025-03-18T01:52:13.331Z | Downloaded heapless v0.8.0 |
743 | 2025-03-18T01:52:13.331Z | Downloaded darling_macro v0.20.10 |
744 | 2025-03-18T01:52:13.331Z | Downloaded darling v0.20.10 |
745 | 2025-03-18T01:52:13.331Z | Downloaded socket2 v0.5.8 |
746 | 2025-03-18T01:52:13.331Z | Downloaded snafu v0.8.5 |
747 | 2025-03-18T01:52:13.357Z | Downloaded serde-hex v0.1.0 |
748 | 2025-03-18T01:52:13.357Z | Downloaded rusty-fork v0.3.0 |
749 | 2025-03-18T01:52:13.357Z | Downloaded rustls-webpki v0.101.7 |
750 | 2025-03-18T01:52:13.357Z | Downloaded globset v0.4.15 |
751 | 2025-03-18T01:52:13.357Z | Downloaded endian-type v0.1.2 |
752 | 2025-03-18T01:52:13.357Z | Downloaded rustls v0.23.19 |
753 | 2025-03-18T01:52:13.383Z | Downloaded zone_cfg_derive v0.1.2 |
754 | 2025-03-18T01:52:13.383Z | Downloaded rfc6979 v0.4.0 |
755 | 2025-03-18T01:52:13.383Z | Downloaded ratatui v0.29.0 |
756 | 2025-03-18T01:52:13.408Z | Downloaded fs_extra v1.3.0 |
757 | 2025-03-18T01:52:13.408Z | Downloaded env_logger v0.10.2 |
758 | 2025-03-18T01:52:13.408Z | Downloaded yoke-derive v0.7.4 |
759 | 2025-03-18T01:52:13.408Z | Downloaded static_assertions v1.1.0 |
760 | 2025-03-18T01:52:13.408Z | Downloaded float-ord v0.3.2 |
761 | 2025-03-18T01:52:13.408Z | Downloaded uzers v0.12.1 |
762 | 2025-03-18T01:52:13.408Z | Downloaded termtree v0.4.1 |
763 | 2025-03-18T01:52:13.434Z | Downloaded petgraph v0.7.1 |
764 | 2025-03-18T01:52:13.434Z | Downloaded proc-macro-error2 v2.0.1 |
765 | 2025-03-18T01:52:13.434Z | Downloaded memmap2 v0.9.5 |
766 | 2025-03-18T01:52:13.460Z | Downloaded icu_collections v1.5.0 |
767 | 2025-03-18T01:52:13.460Z | Downloaded futures-executor v0.3.31 |
768 | 2025-03-18T01:52:13.460Z | Downloaded dsl_auto_type v0.1.2 |
769 | 2025-03-18T01:52:13.460Z | Downloaded dropshot_endpoint v0.16.0 |
770 | 2025-03-18T01:52:13.460Z | Downloaded dropshot_endpoint v0.12.0 |
771 | 2025-03-18T01:52:13.460Z | Downloaded ena v0.14.3 |
772 | 2025-03-18T01:52:13.460Z | Downloaded embedded-io v0.6.1 |
773 | 2025-03-18T01:52:13.460Z | Downloaded sqlparser v0.45.0 |
774 | 2025-03-18T01:52:13.486Z | Downloaded psl-types v2.0.11 |
775 | 2025-03-18T01:52:13.486Z | Downloaded primeorder v0.13.6 |
776 | 2025-03-18T01:52:13.486Z | Downloaded petgraph v0.6.5 |
777 | 2025-03-18T01:52:13.486Z | Downloaded float-cmp v0.10.0 |
778 | 2025-03-18T01:52:13.511Z | Downloaded tokio v1.43.0 |
779 | 2025-03-18T01:52:13.537Z | Downloaded icu_normalizer v1.5.0 |
780 | 2025-03-18T01:52:13.537Z | Downloaded peg-runtime v0.8.5 |
781 | 2025-03-18T01:52:13.563Z | Downloaded number_prefix v0.4.0 |
782 | 2025-03-18T01:52:13.563Z | Downloaded num_enum v0.5.11 |
783 | 2025-03-18T01:52:13.563Z | Downloaded tracing-attributes v0.1.27 |
784 | 2025-03-18T01:52:13.563Z | Downloaded ron v0.8.1 |
785 | 2025-03-18T01:52:13.563Z | Downloaded parking_lot v0.11.2 |
786 | 2025-03-18T01:52:13.563Z | Downloaded vcpkg v0.2.15 |
787 | 2025-03-18T01:52:13.599Z | Downloaded unicode-width v0.2.0 |
788 | 2025-03-18T01:52:13.625Z | Downloaded unicode-bidi v0.3.17 |
789 | 2025-03-18T01:52:13.625Z | Downloaded daft v0.1.2 |
790 | 2025-03-18T01:52:13.625Z | Downloaded curve25519-dalek-derive v0.1.1 |
791 | 2025-03-18T01:52:13.625Z | Downloaded fatfs v0.3.6 |
792 | 2025-03-18T01:52:13.625Z | Downloaded regex-automata v0.4.8 |
793 | 2025-03-18T01:52:13.651Z | Downloaded rand_seeder v0.3.0 |
794 | 2025-03-18T01:52:13.651Z | Downloaded p256 v0.13.2 |
795 | 2025-03-18T01:52:13.651Z | Downloaded sqlformat v0.2.6 |
796 | 2025-03-18T01:52:13.651Z | Downloaded hash32 v0.2.1 |
797 | 2025-03-18T01:52:13.651Z | Downloaded half v2.4.1 |
798 | 2025-03-18T01:52:13.651Z | Downloaded tower-layer v0.3.3 |
799 | 2025-03-18T01:52:13.651Z | Downloaded toml_edit v0.19.15 |
800 | 2025-03-18T01:52:13.676Z | Downloaded parking_lot_core v0.9.10 |
801 | 2025-03-18T01:52:13.676Z | Downloaded pin-project-internal v1.1.6 |
802 | 2025-03-18T01:52:13.677Z | Downloaded time-macros v0.2.18 |
803 | 2025-03-18T01:52:13.677Z | Downloaded term v0.7.0 |
804 | 2025-03-18T01:52:13.702Z | Downloaded peg v0.8.5 |
805 | 2025-03-18T01:52:13.702Z | Downloaded new_debug_unreachable v1.0.6 |
806 | 2025-03-18T01:52:13.702Z | Downloaded zerocopy v0.8.10 |
807 | 2025-03-18T01:52:13.728Z | Downloaded structmeta v0.3.0 |
808 | 2025-03-18T01:52:13.728Z | Downloaded polar-core v0.27.3 |
809 | 2025-03-18T01:52:13.728Z | Downloaded paste v1.0.15 |
810 | 2025-03-18T01:52:13.728Z | Downloaded unicode_categories v0.1.1 |
811 | 2025-03-18T01:52:13.728Z | Downloaded ref-cast v1.0.23 |
812 | 2025-03-18T01:52:13.754Z | Downloaded tokio-macros v2.5.0 |
813 | 2025-03-18T01:52:13.754Z | Downloaded slog-term v2.9.1 |
814 | 2025-03-18T01:52:13.754Z | Downloaded hickory-server v0.24.4 |
815 | 2025-03-18T01:52:13.754Z | Downloaded hickory-resolver v0.24.4 |
816 | 2025-03-18T01:52:13.754Z | Downloaded heapless v0.7.17 |
817 | 2025-03-18T01:52:13.755Z | Downloaded sqlparser_derive v0.2.2 |
818 | 2025-03-18T01:52:13.755Z | Downloaded hash32 v0.3.1 |
819 | 2025-03-18T01:52:13.755Z | Downloaded tokio-tungstenite v0.21.0 |
820 | 2025-03-18T01:52:13.781Z | Downloaded tinystr v0.7.6 |
821 | 2025-03-18T01:52:13.781Z | Downloaded parking_lot v0.12.3 |
822 | 2025-03-18T01:52:13.781Z | Downloaded value-bag v1.9.0 |
823 | 2025-03-18T01:52:13.781Z | Downloaded unicode-segmentation v1.12.0 |
824 | 2025-03-18T01:52:13.781Z | Downloaded unicode-properties v0.1.3 |
825 | 2025-03-18T01:52:13.781Z | Downloaded rayon v1.10.0 |
826 | 2025-03-18T01:52:13.781Z | Downloaded newtype-uuid v1.2.1 |
827 | 2025-03-18T01:52:13.807Z | Downloaded foreign-types-shared v0.1.1 |
828 | 2025-03-18T01:52:13.807Z | Downloaded miniz_oxide v0.8.5 |
829 | 2025-03-18T01:52:13.807Z | Downloaded unicase v2.7.0 |
830 | 2025-03-18T01:52:13.807Z | Downloaded thiserror-impl-no-std v2.0.2 |
831 | 2025-03-18T01:52:13.807Z | Downloaded tokio-rustls v0.26.0 |
832 | 2025-03-18T01:52:13.807Z | Downloaded similar v2.7.0 |
833 | 2025-03-18T01:52:13.807Z | Downloaded pretty_assertions v1.4.1 |
834 | 2025-03-18T01:52:13.807Z | Downloaded icu_locid_transform_data v1.5.0 |
835 | 2025-03-18T01:52:13.807Z | Downloaded hyper-staticfile v0.10.1 |
836 | 2025-03-18T01:52:13.807Z | Downloaded chrono-tz v0.10.1 |
837 | 2025-03-18T01:52:13.848Z | Downloaded vsss-rs v3.3.4 |
838 | 2025-03-18T01:52:13.848Z | Downloaded pin-project v1.1.6 |
839 | 2025-03-18T01:52:13.848Z | Downloaded zone v0.1.8 |
840 | 2025-03-18T01:52:13.848Z | Downloaded semver v0.1.20 |
841 | 2025-03-18T01:52:13.848Z | Downloaded secrecy v0.8.0 |
842 | 2025-03-18T01:52:13.848Z | Downloaded ppv-lite86 v0.2.20 |
843 | 2025-03-18T01:52:13.848Z | Downloaded foreign-types-macros v0.2.3 |
844 | 2025-03-18T01:52:13.848Z | Downloaded diesel v2.2.8 |
845 | 2025-03-18T01:52:13.874Z | Downloaded tokio-tungstenite v0.24.0 |
846 | 2025-03-18T01:52:13.874Z | Downloaded hostname v0.3.1 |
847 | 2025-03-18T01:52:13.874Z | Downloaded rcgen v0.12.1 |
848 | 2025-03-18T01:52:13.874Z | Downloaded yansi v1.0.1 |
849 | 2025-03-18T01:52:13.874Z | Downloaded samael v0.0.18 |
850 | 2025-03-18T01:52:13.874Z | Downloaded foreign-types-shared v0.3.1 |
851 | 2025-03-18T01:52:13.874Z | Downloaded foldhash v0.1.3 |
852 | 2025-03-18T01:52:13.900Z | Downloaded getrandom v0.3.1 |
853 | 2025-03-18T01:52:13.900Z | Downloaded ipnet v2.11.0 |
854 | 2025-03-18T01:52:13.900Z | Downloaded icu_locid v1.5.0 |
855 | 2025-03-18T01:52:13.900Z | Downloaded hkdf v0.12.4 |
856 | 2025-03-18T01:52:13.900Z | Downloaded multer v3.1.0 |
857 | 2025-03-18T01:52:13.900Z | Downloaded mockall_derive v0.13.1 |
858 | 2025-03-18T01:52:13.900Z | Downloaded subtle v2.6.1 |
859 | 2025-03-18T01:52:13.900Z | Downloaded env_filter v0.1.2 |
860 | 2025-03-18T01:52:13.900Z | Downloaded which v4.4.2 |
861 | 2025-03-18T01:52:13.900Z | Downloaded tokio-stream v0.1.17 |
862 | 2025-03-18T01:52:13.942Z | Downloaded scopeguard v1.2.0 |
863 | 2025-03-18T01:52:13.942Z | Downloaded rand_core v0.9.2 |
864 | 2025-03-18T01:52:13.943Z | Downloaded zopfli v0.8.1 |
865 | 2025-03-18T01:52:13.943Z | Downloaded termios v0.3.3 |
866 | 2025-03-18T01:52:13.943Z | Downloaded pbkdf2 v0.12.2 |
867 | 2025-03-18T01:52:13.943Z | Downloaded regex-syntax v0.8.5 |
868 | 2025-03-18T01:52:13.943Z | Downloaded smallvec v1.14.0 |
869 | 2025-03-18T01:52:13.943Z | Downloaded tar v0.4.44 |
870 | 2025-03-18T01:52:13.968Z | Downloaded resolv-conf v0.7.0 |
871 | 2025-03-18T01:52:13.969Z | Downloaded xz2 v0.1.7 |
872 | 2025-03-18T01:52:13.969Z | Downloaded ssh-encoding v0.2.0 |
873 | 2025-03-18T01:52:13.969Z | Downloaded ssh-cipher v0.2.0 |
874 | 2025-03-18T01:52:13.969Z | Downloaded newline-converter v0.3.0 |
875 | 2025-03-18T01:52:13.969Z | Downloaded password-hash v0.4.2 |
876 | 2025-03-18T01:52:13.969Z | Downloaded rand v0.9.0 |
877 | 2025-03-18T01:52:13.969Z | Downloaded radium v0.7.0 |
878 | 2025-03-18T01:52:13.969Z | Downloaded litrs v0.4.1 |
879 | 2025-03-18T01:52:13.969Z | Downloaded icu_properties v1.5.1 |
880 | 2025-03-18T01:52:13.969Z | Downloaded hyper-util v0.1.10 |
881 | 2025-03-18T01:52:13.969Z | Downloaded ssh-key v0.6.6 |
882 | 2025-03-18T01:52:13.969Z | Downloaded salty v0.3.0 |
883 | 2025-03-18T01:52:13.995Z | Downloaded portable-atomic v1.9.0 |
884 | 2025-03-18T01:52:13.995Z | Downloaded shlex v1.3.0 |
885 | 2025-03-18T01:52:13.995Z | Downloaded regex-syntax v0.6.29 |
886 | 2025-03-18T01:52:13.995Z | Downloaded opaque-debug v0.3.1 |
887 | 2025-03-18T01:52:13.995Z | Downloaded futures-util v0.3.31 |
888 | 2025-03-18T01:52:14.020Z | Downloaded slog-json v2.6.1 |
889 | 2025-03-18T01:52:14.020Z | Downloaded lru-cache v0.1.2 |
890 | 2025-03-18T01:52:14.020Z | Downloaded pkcs8 v0.10.2 |
891 | 2025-03-18T01:52:14.021Z | Downloaded enum-as-inner v0.6.1 |
892 | 2025-03-18T01:52:14.021Z | Downloaded steno v0.4.1 |
893 | 2025-03-18T01:52:14.021Z | Downloaded postgres-types v0.2.9 |
894 | 2025-03-18T01:52:14.046Z | Downloaded path-slash v0.1.5 |
895 | 2025-03-18T01:52:14.047Z | Downloaded shell-words v1.1.0 |
896 | 2025-03-18T01:52:14.047Z | Downloaded sha1 v0.10.6 |
897 | 2025-03-18T01:52:14.047Z | Downloaded regex v1.11.1 |
898 | 2025-03-18T01:52:14.047Z | Downloaded gimli v0.31.1 |
899 | 2025-03-18T01:52:14.072Z | Downloaded futures-sink v0.3.31 |
900 | 2025-03-18T01:52:14.072Z | Downloaded proptest v1.6.0 |
901 | 2025-03-18T01:52:14.072Z | Downloaded csv v1.3.1 |
902 | 2025-03-18T01:52:14.098Z | Downloaded cexpr v0.6.0 |
903 | 2025-03-18T01:52:14.098Z | Downloaded precomputed-hash v0.1.1 |
904 | 2025-03-18T01:52:14.098Z | Downloaded expectorate v1.1.0 |
905 | 2025-03-18T01:52:14.098Z | Downloaded phf_shared v0.11.2 |
906 | 2025-03-18T01:52:14.098Z | Downloaded petname v2.0.2 |
907 | 2025-03-18T01:52:14.124Z | Downloaded num-integer v0.1.46 |
908 | 2025-03-18T01:52:14.124Z | Downloaded num-derive v0.4.2 |
909 | 2025-03-18T01:52:14.124Z | Downloaded glob v0.3.2 |
910 | 2025-03-18T01:52:14.124Z | Downloaded either v1.14.0 |
911 | 2025-03-18T01:52:14.124Z | Downloaded oxnet v0.1.1 |
912 | 2025-03-18T01:52:14.124Z | Downloaded owo-colors v4.2.0 |
913 | 2025-03-18T01:52:14.124Z | Downloaded typify-macro v0.2.0 |
914 | 2025-03-18T01:52:14.124Z | Downloaded libsw-core v0.3.1 |
915 | 2025-03-18T01:52:14.124Z | Downloaded http-body-util v0.1.2 |
916 | 2025-03-18T01:52:14.124Z | Downloaded fd-lock v4.0.2 |
917 | 2025-03-18T01:52:14.150Z | Downloaded serde_with v3.12.0 |
918 | 2025-03-18T01:52:14.150Z | Downloaded git2 v0.19.0 |
919 | 2025-03-18T01:52:14.150Z | Downloaded icu_provider v1.5.0 |
920 | 2025-03-18T01:52:14.150Z | Downloaded bit-set v0.5.3 |
921 | 2025-03-18T01:52:14.150Z | Downloaded yasna v0.5.2 |
922 | 2025-03-18T01:52:14.176Z | Downloaded strip-ansi-escapes v0.2.0 |
923 | 2025-03-18T01:52:14.176Z | Downloaded stable_deref_trait v1.2.0 |
924 | 2025-03-18T01:52:14.176Z | Downloaded postgres-protocol v0.6.8 |
925 | 2025-03-18T01:52:14.176Z | Downloaded foreign-types v0.5.0 |
926 | 2025-03-18T01:52:14.176Z | Downloaded foreign-types v0.3.2 |
927 | 2025-03-18T01:52:14.176Z | Downloaded num-bigint-dig v0.8.4 |
928 | 2025-03-18T01:52:14.176Z | Downloaded webpki-roots v0.26.6 |
929 | 2025-03-18T01:52:14.176Z | Downloaded openapiv3 v2.0.0 |
930 | 2025-03-18T01:52:14.202Z | Downloaded indicatif v0.17.11 |
931 | 2025-03-18T01:52:14.202Z | Downloaded string_cache v0.8.7 |
932 | 2025-03-18T01:52:14.202Z | Downloaded sct v0.7.1 |
933 | 2025-03-18T01:52:14.202Z | Downloaded postcard v1.0.10 |
934 | 2025-03-18T01:52:14.202Z | Downloaded poly1305 v0.8.0 |
935 | 2025-03-18T01:52:14.202Z | Downloaded derive_builder_core v0.20.2 |
936 | 2025-03-18T01:52:14.202Z | Downloaded uuid v1.15.1 |
937 | 2025-03-18T01:52:14.228Z | Downloaded reedline v0.38.0 |
938 | 2025-03-18T01:52:14.228Z | Downloaded siphasher v0.3.11 |
939 | 2025-03-18T01:52:14.228Z | Downloaded polyval v0.6.2 |
940 | 2025-03-18T01:52:14.228Z | Downloaded password-hash v0.5.0 |
941 | 2025-03-18T01:52:14.228Z | Downloaded fallible-iterator v0.2.0 |
942 | 2025-03-18T01:52:14.228Z | Downloaded url v2.5.3 |
943 | 2025-03-18T01:52:14.228Z | Downloaded universal-hash v0.5.1 |
944 | 2025-03-18T01:52:14.228Z | Downloaded smallvec v0.6.14 |
945 | 2025-03-18T01:52:14.228Z | Downloaded zerocopy-derive v0.6.6 |
946 | 2025-03-18T01:52:14.253Z | Downloaded indexmap v1.9.3 |
947 | 2025-03-18T01:52:14.254Z | Downloaded unsafe-libyaml v0.2.11 |
948 | 2025-03-18T01:52:14.254Z | Downloaded hickory-client v0.24.4 |
949 | 2025-03-18T01:52:14.254Z | Downloaded thiserror-no-std v2.0.2 |
950 | 2025-03-18T01:52:14.279Z | Downloaded strum_macros v0.24.3 |
951 | 2025-03-18T01:52:14.279Z | Downloaded smf v0.2.3 |
952 | 2025-03-18T01:52:14.280Z | Downloaded rand_core v0.6.4 |
953 | 2025-03-18T01:52:14.280Z | Downloaded instability v0.3.2 |
954 | 2025-03-18T01:52:14.280Z | Downloaded num-bigint v0.4.6 |
955 | 2025-03-18T01:52:14.280Z | Downloaded rand_chacha v0.3.1 |
956 | 2025-03-18T01:52:14.280Z | Downloaded nix v0.29.0 |
957 | 2025-03-18T01:52:14.306Z | Downloaded libloading v0.8.5 |
958 | 2025-03-18T01:52:14.306Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
959 | 2025-03-18T01:52:14.306Z | Downloaded untrusted v0.9.0 |
960 | 2025-03-18T01:52:14.306Z | Downloaded untrusted v0.7.1 |
961 | 2025-03-18T01:52:14.306Z | Downloaded unicode-xid v0.2.6 |
962 | 2025-03-18T01:52:14.306Z | Downloaded serde_yaml v0.9.34+deprecated |
963 | 2025-03-18T01:52:14.333Z | Downloaded phf_shared v0.10.0 |
964 | 2025-03-18T01:52:14.333Z | Downloaded phf_codegen v0.11.2 |
965 | 2025-03-18T01:52:14.333Z | Downloaded pem v3.0.5 |
966 | 2025-03-18T01:52:14.333Z | Downloaded zerocopy-derive v0.8.10 |
967 | 2025-03-18T01:52:14.333Z | Downloaded utf-8 v0.7.6 |
968 | 2025-03-18T01:52:14.333Z | Downloaded test-strategy v0.4.0 |
969 | 2025-03-18T01:52:14.333Z | Downloaded termtree v0.5.1 |
970 | 2025-03-18T01:52:14.333Z | Downloaded phf_generator v0.11.2 |
971 | 2025-03-18T01:52:14.333Z | Downloaded fixedbitset v0.4.2 |
972 | 2025-03-18T01:52:14.333Z | Downloaded winnow v0.6.20 |
973 | 2025-03-18T01:52:14.359Z | Downloaded winnow v0.5.40 |
974 | 2025-03-18T01:52:14.359Z | Downloaded tokio-native-tls v0.3.1 |
975 | 2025-03-18T01:52:14.359Z | Downloaded radix_trie v0.2.1 |
976 | 2025-03-18T01:52:14.359Z | Downloaded nix v0.28.0 |
977 | 2025-03-18T01:52:14.385Z | Downloaded lazy_static v1.5.0 |
978 | 2025-03-18T01:52:14.385Z | Downloaded normalize-line-endings v0.3.0 |
979 | 2025-03-18T01:52:14.385Z | Downloaded packed_struct v0.10.1 |
980 | 2025-03-18T01:52:14.385Z | Downloaded sync_wrapper v1.0.1 |
981 | 2025-03-18T01:52:14.385Z | Downloaded md5 v0.7.0 |
982 | 2025-03-18T01:52:14.385Z | Downloaded litemap v0.7.3 |
983 | 2025-03-18T01:52:14.385Z | Downloaded strum_macros v0.25.3 |
984 | 2025-03-18T01:52:14.385Z | Downloaded percent-encoding v2.3.1 |
985 | 2025-03-18T01:52:14.385Z | Downloaded num v0.4.3 |
986 | 2025-03-18T01:52:14.411Z | Downloaded flate2 v1.1.0 |
987 | 2025-03-18T01:52:14.411Z | Downloaded scrypt v0.11.0 |
988 | 2025-03-18T01:52:14.411Z | Downloaded predicates-core v1.0.8 |
989 | 2025-03-18T01:52:14.411Z | Downloaded openssl v0.10.71 |
990 | 2025-03-18T01:52:14.411Z | Downloaded sled v0.34.7 |
991 | 2025-03-18T01:52:14.437Z | Downloaded headers v0.4.0 |
992 | 2025-03-18T01:52:14.437Z | Downloaded nix v0.27.1 |
993 | 2025-03-18T01:52:14.463Z | Downloaded icu_normalizer_data v1.5.0 |
994 | 2025-03-18T01:52:14.463Z | Downloaded icu_locid_transform v1.5.0 |
995 | 2025-03-18T01:52:14.463Z | Downloaded nu-ansi-term v0.50.1 |
996 | 2025-03-18T01:52:14.463Z | Downloaded ed25519-dalek v2.1.1 |
997 | 2025-03-18T01:52:14.463Z | Downloaded tls_codec v0.4.1 |
998 | 2025-03-18T01:52:14.463Z | Downloaded schemars_derive v0.8.22 |
999 | 2025-03-18T01:52:14.463Z | Downloaded typify-macro v0.3.0 |
1000 | 2025-03-18T01:52:14.463Z | Downloaded slog-stdlog v4.1.1 |
1001 | 2025-03-18T01:52:14.463Z | Downloaded lazycell v1.3.0 |
1002 | 2025-03-18T01:52:14.463Z | Downloaded lalrpop-util v0.19.12 |
1003 | 2025-03-18T01:52:14.463Z | Downloaded ipnetwork v0.21.1 |
1004 | 2025-03-18T01:52:14.463Z | Downloaded hyper-tls v0.6.0 |
1005 | 2025-03-18T01:52:14.463Z | Downloaded headers-core v0.3.0 |
1006 | 2025-03-18T01:52:14.463Z | Downloaded cookie_store v0.21.1 |
1007 | 2025-03-18T01:52:14.489Z | Downloaded cookie v0.18.1 |
1008 | 2025-03-18T01:52:14.489Z | Downloaded async-bb8-diesel v0.2.1 |
1009 | 2025-03-18T01:52:14.490Z | Downloaded futures-macro v0.3.31 |
1010 | 2025-03-18T01:52:14.490Z | Downloaded tokio-postgres v0.7.13 |
1011 | 2025-03-18T01:52:14.490Z | Downloaded signal-hook-tokio v0.3.1 |
1012 | 2025-03-18T01:52:14.490Z | Downloaded futures-io v0.3.31 |
1013 | 2025-03-18T01:52:14.490Z | Downloaded fixedbitset v0.5.7 |
1014 | 2025-03-18T01:52:14.490Z | Downloaded ecdsa v0.16.9 |
1015 | 2025-03-18T01:52:14.490Z | Downloaded dyn-clone v1.0.19 |
1016 | 2025-03-18T01:52:14.490Z | Downloaded defmt-macros v0.3.9 |
1017 | 2025-03-18T01:52:14.490Z | Downloaded tokio-rustls v0.25.0 |
1018 | 2025-03-18T01:52:14.516Z | Downloaded tinyvec v1.8.0 |
1019 | 2025-03-18T01:52:14.516Z | Downloaded rtoolbox v0.0.2 |
1020 | 2025-03-18T01:52:14.516Z | Downloaded iana-time-zone v0.1.61 |
1021 | 2025-03-18T01:52:14.516Z | Downloaded csv-core v0.1.11 |
1022 | 2025-03-18T01:52:14.516Z | Downloaded aho-corasick v1.1.3 |
1023 | 2025-03-18T01:52:14.516Z | Downloaded ed25519 v2.2.3 |
1024 | 2025-03-18T01:52:14.516Z | Downloaded defmt-parser v0.3.4 |
1025 | 2025-03-18T01:52:14.516Z | Downloaded whoami v1.5.2 |
1026 | 2025-03-18T01:52:14.516Z | Downloaded signature v2.2.0 |
1027 | 2025-03-18T01:52:14.516Z | Downloaded proc-macro-error-attr2 v2.0.0 |
1028 | 2025-03-18T01:52:14.541Z | Downloaded highway v1.3.0 |
1029 | 2025-03-18T01:52:14.541Z | Downloaded base64 v0.22.1 |
1030 | 2025-03-18T01:52:14.542Z | Downloaded tokio-rustls v0.24.1 |
1031 | 2025-03-18T01:52:14.542Z | Downloaded tabled v0.18.0 |
1032 | 2025-03-18T01:52:14.567Z | Downloaded libefi-sys v0.1.0 |
1033 | 2025-03-18T01:52:14.567Z | Downloaded idna_adapter v1.2.0 |
1034 | 2025-03-18T01:52:14.567Z | Downloaded hubpack v0.1.2 |
1035 | 2025-03-18T01:52:14.567Z | Downloaded hex-literal v0.4.1 |
1036 | 2025-03-18T01:52:14.567Z | Downloaded waitgroup v0.1.2 |
1037 | 2025-03-18T01:52:14.567Z | Downloaded tls_codec_derive v0.4.1 |
1038 | 2025-03-18T01:52:14.567Z | Downloaded schemars v0.8.22 |
1039 | 2025-03-18T01:52:14.593Z | Downloaded rand v0.8.5 |
1040 | 2025-03-18T01:52:14.593Z | Downloaded openssl-macros v0.1.1 |
1041 | 2025-03-18T01:52:14.593Z | Downloaded typify v0.3.0 |
1042 | 2025-03-18T01:52:14.593Z | Downloaded tap v1.0.1 |
1043 | 2025-03-18T01:52:14.593Z | Downloaded linked-hash-map v0.5.6 |
1044 | 2025-03-18T01:52:14.593Z | Downloaded simd-adler32 v0.3.7 |
1045 | 2025-03-18T01:52:14.593Z | Downloaded signal-hook-mio v0.2.4 |
1046 | 2025-03-18T01:52:14.593Z | Downloaded openssl-sys v0.9.106 |
1047 | 2025-03-18T01:52:14.593Z | Downloaded diesel_derives v2.2.3 |
1048 | 2025-03-18T01:52:14.593Z | Downloaded lock_api v0.4.12 |
1049 | 2025-03-18T01:52:14.619Z | Downloaded hyper-rustls v0.27.3 |
1050 | 2025-03-18T01:52:14.619Z | Downloaded const_format_proc_macros v0.2.34 |
1051 | 2025-03-18T01:52:14.619Z | Downloaded const-oid v0.9.6 |
1052 | 2025-03-18T01:52:14.619Z | Downloaded cc v1.2.15 |
1053 | 2025-03-18T01:52:14.619Z | Downloaded bit-vec v0.8.0 |
1054 | 2025-03-18T01:52:14.619Z | Downloaded signal-hook-registry v1.4.2 |
1055 | 2025-03-18T01:52:14.619Z | Downloaded nibble_vec v0.1.0 |
1056 | 2025-03-18T01:52:14.619Z | Downloaded newtype_derive v0.1.6 |
1057 | 2025-03-18T01:52:14.619Z | Downloaded gethostname v0.5.0 |
1058 | 2025-03-18T01:52:14.619Z | Downloaded sync-ptr v0.1.1 |
1059 | 2025-03-18T01:52:14.619Z | Downloaded slog-scope v4.4.0 |
1060 | 2025-03-18T01:52:14.619Z | Downloaded slog-envlogger v2.2.0 |
1061 | 2025-03-18T01:52:14.619Z | Downloaded linear-map v1.2.0 |
1062 | 2025-03-18T01:52:14.645Z | Downloaded derive_more v0.99.19 |
1063 | 2025-03-18T01:52:14.645Z | Downloaded mime_guess v2.0.5 |
1064 | 2025-03-18T01:52:14.645Z | Downloaded compact_str v0.8.0 |
1065 | 2025-03-18T01:52:14.645Z | Downloaded cfg_aliases v0.1.1 |
1066 | 2025-03-18T01:52:14.645Z | Downloaded ahash v0.8.11 |
1067 | 2025-03-18T01:52:14.645Z | Downloaded omicron-zone-package v0.12.0 |
1068 | 2025-03-18T01:52:14.645Z | Downloaded unarray v0.1.4 |
1069 | 2025-03-18T01:52:14.645Z | Downloaded slog v2.7.0 |
1070 | 2025-03-18T01:52:14.645Z | Downloaded arrayvec v0.7.6 |
1071 | 2025-03-18T01:52:14.671Z | Downloaded rustls v0.22.4 |
1072 | 2025-03-18T01:52:14.671Z | Downloaded progenitor-impl v0.8.0 |
1073 | 2025-03-18T01:52:14.671Z | Downloaded managed v0.8.0 |
1074 | 2025-03-18T01:52:14.671Z | Downloaded colored v2.2.0 |
1075 | 2025-03-18T01:52:14.671Z | Downloaded document-features v0.2.10 |
1076 | 2025-03-18T01:52:14.671Z | Downloaded humantime v2.1.0 |
1077 | 2025-03-18T01:52:14.671Z | Downloaded nodrop v0.1.14 |
1078 | 2025-03-18T01:52:14.697Z | Downloaded getrandom v0.2.15 |
1079 | 2025-03-18T01:52:14.697Z | Downloaded downcast v0.11.0 |
1080 | 2025-03-18T01:52:14.697Z | Downloaded display-error-chain v0.2.2 |
1081 | 2025-03-18T01:52:14.697Z | Downloaded diff v0.1.13 |
1082 | 2025-03-18T01:52:14.697Z | Downloaded des v0.8.1 |
1083 | 2025-03-18T01:52:14.697Z | Downloaded derive_builder_macro v0.20.2 |
1084 | 2025-03-18T01:52:14.697Z | Downloaded mime v0.3.17 |
1085 | 2025-03-18T01:52:14.697Z | Downloaded futures-task v0.3.31 |
1086 | 2025-03-18T01:52:14.697Z | Downloaded difflib v0.4.0 |
1087 | 2025-03-18T01:52:14.697Z | Downloaded diesel-dtrace v0.4.2 |
1088 | 2025-03-18T01:52:14.697Z | Downloaded zerovec-derive v0.10.3 |
1089 | 2025-03-18T01:52:14.697Z | Downloaded zerovec v0.10.4 |
1090 | 2025-03-18T01:52:14.723Z | Downloaded zerofrom-derive v0.1.4 |
1091 | 2025-03-18T01:52:14.724Z | Downloaded tungstenite v0.23.0 |
1092 | 2025-03-18T01:52:14.724Z | Downloaded supports-color v3.0.2 |
1093 | 2025-03-18T01:52:14.724Z | Downloaded kstat-rs v0.2.4 |
1094 | 2025-03-18T01:52:14.724Z | Downloaded home v0.5.9 |
1095 | 2025-03-18T01:52:14.724Z | Downloaded bitfield v0.14.0 |
1096 | 2025-03-18T01:52:14.724Z | Downloaded diesel_table_macro_syntax v0.2.0 |
1097 | 2025-03-18T01:52:14.724Z | Downloaded typed-path v0.9.3 |
1098 | 2025-03-18T01:52:14.724Z | Downloaded tungstenite v0.24.0 |
1099 | 2025-03-18T01:52:14.724Z | Downloaded tabled_derive v0.10.0 |
1100 | 2025-03-18T01:52:14.724Z | Downloaded memoffset v0.9.1 |
1101 | 2025-03-18T01:52:14.724Z | Downloaded lru v0.12.5 |
1102 | 2025-03-18T01:52:14.750Z | Downloaded keccak v0.1.5 |
1103 | 2025-03-18T01:52:14.750Z | Downloaded is-terminal v0.4.13 |
1104 | 2025-03-18T01:52:14.750Z | Downloaded internet-checksum v0.2.1 |
1105 | 2025-03-18T01:52:14.750Z | Downloaded indoc v2.0.6 |
1106 | 2025-03-18T01:52:14.750Z | Downloaded impl-trait-for-tuples v0.2.2 |
1107 | 2025-03-18T01:52:14.750Z | Downloaded twox-hash v2.1.0 |
1108 | 2025-03-18T01:52:14.750Z | Downloaded tungstenite v0.21.0 |
1109 | 2025-03-18T01:52:14.750Z | Downloaded tracing-core v0.1.32 |
1110 | 2025-03-18T01:52:14.750Z | Downloaded rustc-hash v2.1.1 |
1111 | 2025-03-18T01:52:14.750Z | Downloaded maplit v1.0.2 |
1112 | 2025-03-18T01:52:14.750Z | Downloaded zeroize v1.8.1 |
1113 | 2025-03-18T01:52:14.750Z | Downloaded tui-tree-widget v0.23.0 |
1114 | 2025-03-18T01:52:14.750Z | Downloaded take_mut v0.2.2 |
1115 | 2025-03-18T01:52:14.750Z | Downloaded slog-dtrace v0.3.0 |
1116 | 2025-03-18T01:52:14.776Z | Downloaded rustls v0.21.12 |
1117 | 2025-03-18T01:52:14.776Z | Downloaded lockfree-object-pool v0.1.6 |
1118 | 2025-03-18T01:52:14.776Z | Downloaded icu_provider_macros v1.5.0 |
1119 | 2025-03-18T01:52:14.776Z | Downloaded hubpack_derive v0.1.1 |
1120 | 2025-03-18T01:52:14.776Z | Downloaded httparse v1.9.5 |
1121 | 2025-03-18T01:52:14.776Z | Downloaded progenitor-macro v0.9.1 |
1122 | 2025-03-18T01:52:14.776Z | Downloaded aes-gcm v0.10.3 |
1123 | 2025-03-18T01:52:14.803Z | Downloaded try-lock v0.2.5 |
1124 | 2025-03-18T01:52:14.803Z | Downloaded md-5 v0.10.6 |
1125 | 2025-03-18T01:52:14.803Z | Downloaded maybe-uninit v2.0.0 |
1126 | 2025-03-18T01:52:14.803Z | Downloaded libsw v3.4.0 |
1127 | 2025-03-18T01:52:14.803Z | Downloaded indoc v1.0.9 |
1128 | 2025-03-18T01:52:14.803Z | Downloaded indent_write v2.2.0 |
1129 | 2025-03-18T01:52:14.803Z | Downloaded hex v0.4.3 |
1130 | 2025-03-18T01:52:14.803Z | Downloaded crc32fast v1.4.2 |
1131 | 2025-03-18T01:52:14.803Z | Downloaded crc v3.2.1 |
1132 | 2025-03-18T01:52:14.803Z | Downloaded convert_case v0.4.0 |
1133 | 2025-03-18T01:52:14.803Z | Downloaded clang-sys v1.8.1 |
1134 | 2025-03-18T01:52:14.803Z | Downloaded blake3 v1.5.4 |
1135 | 2025-03-18T01:52:14.829Z | Downloaded bit-set v0.8.0 |
1136 | 2025-03-18T01:52:14.829Z | Downloaded atomicwrites v0.4.4 |
1137 | 2025-03-18T01:52:14.829Z | Downloaded array-init v0.0.4 |
1138 | 2025-03-18T01:52:14.829Z | Downloaded tabwriter v1.4.0 |
1139 | 2025-03-18T01:52:14.829Z | Downloaded synstructure v0.13.1 |
1140 | 2025-03-18T01:52:14.829Z | Downloaded slog-bunyan v2.5.0 |
1141 | 2025-03-18T01:52:14.829Z | Downloaded rsa v0.9.6 |
1142 | 2025-03-18T01:52:14.829Z | Downloaded crossbeam-channel v0.5.13 |
1143 | 2025-03-18T01:52:14.829Z | Downloaded russh-keys v0.45.0 |
1144 | 2025-03-18T01:52:14.855Z | Downloaded russh v0.45.0 |
1145 | 2025-03-18T01:52:14.855Z | Downloaded inout v0.1.3 |
1146 | 2025-03-18T01:52:14.855Z | Downloaded bitfield-struct v0.6.2 |
1147 | 2025-03-18T01:52:14.855Z | Downloaded atty v0.2.14 |
1148 | 2025-03-18T01:52:14.855Z | Downloaded assert_matches v1.5.0 |
1149 | 2025-03-18T01:52:14.855Z | Downloaded rustfmt-wrapper v0.2.1 |
1150 | 2025-03-18T01:52:14.855Z | Downloaded rustc_version v0.4.1 |
1151 | 2025-03-18T01:52:14.855Z | Downloaded rustc_version v0.1.7 |
1152 | 2025-03-18T01:52:14.855Z | Downloaded rustc-hash v1.1.0 |
1153 | 2025-03-18T01:52:14.855Z | Downloaded rustc-demangle v0.1.24 |
1154 | 2025-03-18T01:52:14.855Z | Downloaded rpassword v7.3.1 |
1155 | 2025-03-18T01:52:14.855Z | Downloaded progenitor-macro v0.8.0 |
1156 | 2025-03-18T01:52:14.855Z | Downloaded progenitor-impl v0.9.1 |
1157 | 2025-03-18T01:52:14.855Z | Downloaded progenitor-client v0.9.1 |
1158 | 2025-03-18T01:52:14.856Z | Downloaded progenitor-client v0.8.0 |
1159 | 2025-03-18T01:52:14.882Z | Downloaded proc-macro-crate v1.3.1 |
1160 | 2025-03-18T01:52:14.882Z | Downloaded match_cfg v0.1.0 |
1161 | 2025-03-18T01:52:14.882Z | Downloaded bstr v1.10.0 |
1162 | 2025-03-18T01:52:14.882Z | Downloaded blowfish v0.9.1 |
1163 | 2025-03-18T01:52:14.882Z | Downloaded bb8 v0.8.5 |
1164 | 2025-03-18T01:52:14.882Z | Downloaded chrono-tz-build v0.4.0 |
1165 | 2025-03-18T01:52:14.882Z | Downloaded chrono v0.4.40 |
1166 | 2025-03-18T01:52:14.908Z | Downloaded bitvec v1.0.1 |
1167 | 2025-03-18T01:52:14.908Z | Downloaded bindgen v0.71.1 |
1168 | 2025-03-18T01:52:14.934Z | Downloaded bindgen v0.69.5 |
1169 | 2025-03-18T01:52:14.934Z | Downloaded aws-lc-rs v1.12.4 |
1170 | 2025-03-18T01:52:14.934Z | Downloaded async-stream-impl v0.3.6 |
1171 | 2025-03-18T01:52:14.934Z | Downloaded progenitor v0.9.1 |
1172 | 2025-03-18T01:52:14.934Z | Downloaded progenitor v0.8.0 |
1173 | 2025-03-18T01:52:14.934Z | Downloaded pretty-hex v0.2.1 |
1174 | 2025-03-18T01:52:14.934Z | Downloaded is_ci v1.2.0 |
1175 | 2025-03-18T01:52:14.960Z | Downloaded instant v0.1.13 |
1176 | 2025-03-18T01:52:14.960Z | Downloaded ident_case v1.0.1 |
1177 | 2025-03-18T01:52:14.960Z | Downloaded http-range v0.1.5 |
1178 | 2025-03-18T01:52:14.960Z | Downloaded http-body v1.0.1 |
1179 | 2025-03-18T01:52:14.961Z | Downloaded crunchy v0.2.2 |
1180 | 2025-03-18T01:52:14.961Z | Downloaded crc-any v2.5.0 |
1181 | 2025-03-18T01:52:14.961Z | Downloaded chacha20 v0.9.1 |
1182 | 2025-03-18T01:52:14.961Z | Downloaded cfg_aliases v0.2.1 |
1183 | 2025-03-18T01:52:14.961Z | Downloaded bytes v1.10.1 |
1184 | 2025-03-18T01:52:14.961Z | Downloaded bit-vec v0.6.3 |
1185 | 2025-03-18T01:52:14.961Z | Downloaded bcs v0.1.6 |
1186 | 2025-03-18T01:52:14.961Z | Downloaded aes v0.8.4 |
1187 | 2025-03-18T01:52:14.961Z | Downloaded ctr v0.9.2 |
1188 | 2025-03-18T01:52:14.987Z | Downloaded const_format v0.2.34 |
1189 | 2025-03-18T01:52:14.987Z | Downloaded ciborium v0.2.2 |
1190 | 2025-03-18T01:52:14.987Z | Downloaded chacha20poly1305 v0.10.1 |
1191 | 2025-03-18T01:52:14.987Z | Downloaded bumpalo v3.16.0 |
1192 | 2025-03-18T01:52:14.987Z | Downloaded base64 v0.21.7 |
1193 | 2025-03-18T01:52:14.987Z | Downloaded arc-swap v1.7.1 |
1194 | 2025-03-18T01:52:14.987Z | Downloaded allocator-api2 v0.2.18 |
1195 | 2025-03-18T01:52:14.987Z | Downloaded hostname v0.4.0 |
1196 | 2025-03-18T01:52:15.013Z | Downloaded heck v0.3.3 |
1197 | 2025-03-18T01:52:15.013Z | Downloaded crossbeam-epoch v0.9.18 |
1198 | 2025-03-18T01:52:15.013Z | Downloaded console v0.15.10 |
1199 | 2025-03-18T01:52:15.039Z | Downloaded cargo_metadata v0.18.1 |
1200 | 2025-03-18T01:52:15.039Z | Downloaded cancel-safe-futures v0.1.5 |
1201 | 2025-03-18T01:52:15.039Z | Downloaded buf-list v1.0.3 |
1202 | 2025-03-18T01:52:15.039Z | Downloaded block-padding v0.3.3 |
1203 | 2025-03-18T01:52:15.039Z | Downloaded base64 v0.13.1 |
1204 | 2025-03-18T01:52:15.039Z | Downloaded cobs v0.2.3 |
1205 | 2025-03-18T01:52:15.039Z | Downloaded cmake v0.1.51 |
1206 | 2025-03-18T01:52:15.039Z | Downloaded ciborium-ll v0.2.2 |
1207 | 2025-03-18T01:52:15.039Z | Downloaded castaway v0.2.3 |
1208 | 2025-03-18T01:52:15.039Z | Downloaded bzip2 v0.4.4 |
1209 | 2025-03-18T01:52:15.039Z | Downloaded atomic-waker v1.1.2 |
1210 | 2025-03-18T01:52:15.039Z | Downloaded async-trait v0.1.87 |
1211 | 2025-03-18T01:52:15.039Z | Downloaded ascii-canvas v3.0.0 |
1212 | 2025-03-18T01:52:15.039Z | Downloaded argon2 v0.5.3 |
1213 | 2025-03-18T01:52:15.039Z | Downloaded aead v0.5.2 |
1214 | 2025-03-18T01:52:15.039Z | Downloaded addr2line v0.24.2 |
1215 | 2025-03-18T01:52:15.039Z | Downloaded cipher v0.4.4 |
1216 | 2025-03-18T01:52:15.039Z | Downloaded ciborium-io v0.2.2 |
1217 | 2025-03-18T01:52:15.039Z | Downloaded cbc v0.1.2 |
1218 | 2025-03-18T01:52:15.039Z | Downloaded cassowary v0.3.0 |
1219 | 2025-03-18T01:52:15.039Z | Downloaded bcrypt-pbkdf v0.10.0 |
1220 | 2025-03-18T01:52:15.039Z | Downloaded base64ct v1.6.0 |
1221 | 2025-03-18T01:52:15.039Z | Downloaded base16ct v0.2.0 |
1222 | 2025-03-18T01:52:15.066Z | Downloaded backoff v0.4.0 |
1223 | 2025-03-18T01:52:15.066Z | Downloaded async-recursion v1.1.1 |
1224 | 2025-03-18T01:52:15.066Z | Downloaded arrayref v0.3.9 |
1225 | 2025-03-18T01:52:15.066Z | Downloaded adler2 v2.0.0 |
1226 | 2025-03-18T01:52:15.186Z | Compiling serde v1.0.218 |
1227 | 2025-03-18T01:52:15.212Z | Compiling value-bag v1.9.0 |
1228 | 2025-03-18T01:52:15.212Z | Compiling lock_api v0.4.12 |
1229 | 2025-03-18T01:52:15.212Z | Compiling scopeguard v1.2.0 |
1230 | 2025-03-18T01:52:15.239Z | Compiling typenum v1.17.0 |
1231 | 2025-03-18T01:52:15.239Z | Compiling generic-array v0.14.7 |
1232 | 2025-03-18T01:52:15.283Z | Compiling syn v2.0.98 |
1233 | 2025-03-18T01:52:15.309Z | Compiling getrandom v0.2.15 |
1234 | 2025-03-18T01:52:15.443Z | Compiling shlex v1.3.0 |
1235 | 2025-03-18T01:52:15.622Z | Compiling log v0.4.22 |
1236 | 2025-03-18T01:52:15.676Z | Compiling rand_core v0.6.4 |
1237 | 2025-03-18T01:52:15.747Z | Compiling jobserver v0.1.32 |
1238 | 2025-03-18T01:52:15.796Z | Compiling subtle v2.6.1 |
1239 | 2025-03-18T01:52:15.822Z | Compiling smallvec v1.14.0 |
1240 | 2025-03-18T01:52:16.105Z | Compiling cc v1.2.15 |
1241 | 2025-03-18T01:52:16.130Z | Compiling const-oid v0.9.6 |
1242 | 2025-03-18T01:52:16.166Z | Compiling pin-project-lite v0.2.14 |
1243 | 2025-03-18T01:52:16.192Z | Compiling parking_lot_core v0.9.10 |
1244 | 2025-03-18T01:52:16.308Z | Compiling rustix v0.38.37 |
1245 | 2025-03-18T01:52:16.334Z | Compiling signal-hook-registry v1.4.2 |
1246 | 2025-03-18T01:52:16.461Z | Compiling futures-core v0.3.31 |
1247 | 2025-03-18T01:52:16.682Z | Compiling mio v1.0.2 |
1248 | 2025-03-18T01:52:16.928Z | Compiling parking_lot v0.12.3 |
1249 | 2025-03-18T01:52:17.018Z | Compiling spin v0.9.8 |
1250 | 2025-03-18T01:52:17.085Z | Compiling socket2 v0.5.8 |
1251 | 2025-03-18T01:52:17.207Z | Compiling aho-corasick v1.1.3 |
1252 | 2025-03-18T01:52:17.378Z | Compiling cpufeatures v0.2.14 |
1253 | 2025-03-18T01:52:17.489Z | Compiling futures-sink v0.3.31 |
1254 | 2025-03-18T01:52:17.778Z | Compiling stable_deref_trait v1.2.0 |
1255 | 2025-03-18T01:52:17.822Z | Compiling either v1.14.0 |
1256 | 2025-03-18T01:52:17.856Z | Compiling regex-syntax v0.8.5 |
1257 | 2025-03-18T01:52:17.953Z | Compiling slab v0.4.9 |
1258 | 2025-03-18T01:52:18.015Z | Compiling glob v0.3.2 |
1259 | 2025-03-18T01:52:18.198Z | Compiling serde_json v1.0.139 |
1260 | 2025-03-18T01:52:18.269Z | Compiling prettyplease v0.2.30 |
1261 | 2025-03-18T01:52:18.510Z | Compiling lazy_static v1.5.0 |
1262 | 2025-03-18T01:52:18.590Z | Compiling minimal-lexical v0.2.1 |
1263 | 2025-03-18T01:52:18.685Z | Compiling futures-channel v0.3.31 |
1264 | 2025-03-18T01:52:18.719Z | Compiling libloading v0.8.5 |
1265 | 2025-03-18T01:52:18.797Z | Compiling clang-sys v1.8.1 |
1266 | 2025-03-18T01:52:19.113Z | Compiling nom v7.1.3 |
1267 | 2025-03-18T01:52:19.139Z | Compiling bindgen v0.69.5 |
1268 | 2025-03-18T01:52:19.198Z | Compiling futures-io v0.3.31 |
1269 | 2025-03-18T01:52:19.493Z | Compiling futures-task v0.3.31 |
1270 | 2025-03-18T01:52:19.577Z | Compiling foldhash v0.1.3 |
1271 | 2025-03-18T01:52:19.760Z | Compiling pin-utils v0.1.0 |
1272 | 2025-03-18T01:52:19.839Z | Compiling home v0.5.9 |
1273 | 2025-03-18T01:52:19.867Z | Compiling allocator-api2 v0.2.18 |
1274 | 2025-03-18T01:52:19.892Z | Compiling libm v0.2.8 |
1275 | 2025-03-18T01:52:20.068Z | Compiling itertools v0.12.1 |
1276 | 2025-03-18T01:52:20.184Z | Compiling num-traits v0.2.19 |
1277 | 2025-03-18T01:52:20.443Z | Compiling hashbrown v0.15.1 |
1278 | 2025-03-18T01:52:20.531Z | Compiling rustc-hash v1.1.0 |
1279 | 2025-03-18T01:52:20.675Z | Compiling pkg-config v0.3.31 |
1280 | 2025-03-18T01:52:21.322Z | Compiling regex-automata v0.4.8 |
1281 | 2025-03-18T01:52:21.485Z | Compiling lazycell v1.3.0 |
1282 | 2025-03-18T01:52:21.667Z | Compiling cexpr v0.6.0 |
1283 | 2025-03-18T01:52:21.904Z | Compiling synstructure v0.13.1 |
1284 | 2025-03-18T01:52:22.966Z | Compiling cmake v0.1.51 |
1285 | 2025-03-18T01:52:23.242Z | Compiling dunce v1.0.5 |
1286 | 2025-03-18T01:52:23.271Z | Compiling fs_extra v1.3.0 |
1287 | 2025-03-18T01:52:23.396Z | Compiling getrandom v0.3.1 |
1288 | 2025-03-18T01:52:23.774Z | Compiling writeable v0.5.5 |
1289 | 2025-03-18T01:52:23.800Z | Compiling litemap v0.7.3 |
1290 | 2025-03-18T01:52:24.152Z | Compiling ring v0.17.11 |
1291 | 2025-03-18T01:52:24.269Z | Compiling paste v1.0.15 |
1292 | 2025-03-18T01:52:24.392Z | Compiling base64ct v1.6.0 |
1293 | 2025-03-18T01:52:24.587Z | Compiling httparse v1.9.5 |
1294 | 2025-03-18T01:52:24.755Z | Compiling aws-lc-rs v1.12.4 |
1295 | 2025-03-18T01:52:24.879Z | Compiling pem-rfc7468 v0.7.0 |
1296 | 2025-03-18T01:52:25.124Z | Compiling icu_locid_transform_data v1.5.0 |
1297 | 2025-03-18T01:52:25.166Z | Compiling flagset v0.4.6 |
1298 | 2025-03-18T01:52:25.263Z | Compiling tracing-core v0.1.32 |
1299 | 2025-03-18T01:52:25.364Z | Compiling crossbeam-utils v0.8.20 |
1300 | 2025-03-18T01:52:25.435Z | Compiling rustls-pki-types v1.10.0 |
1301 | 2025-03-18T01:52:25.777Z | Compiling regex v1.11.1 |
1302 | 2025-03-18T01:52:26.137Z | Compiling icu_properties_data v1.5.0 |
1303 | 2025-03-18T01:52:26.205Z | Compiling serde_derive v1.0.218 |
1304 | 2025-03-18T01:52:26.233Z | Compiling zeroize_derive v1.4.2 |
1305 | 2025-03-18T01:52:26.302Z | Compiling zerocopy-derive v0.7.35 |
1306 | 2025-03-18T01:52:26.367Z | Compiling tokio-macros v2.5.0 |
1307 | 2025-03-18T01:52:26.574Z | Compiling zerofrom-derive v0.1.4 |
1308 | 2025-03-18T01:52:27.393Z | Compiling zeroize v1.8.1 |
1309 | 2025-03-18T01:52:27.582Z | Compiling yoke-derive v0.7.4 |
1310 | 2025-03-18T01:52:27.956Z | Compiling zerocopy v0.7.35 |
1311 | 2025-03-18T01:52:28.818Z | Compiling crypto-common v0.1.6 |
1312 | 2025-03-18T01:52:28.852Z | Compiling block-buffer v0.10.4 |
1313 | 2025-03-18T01:52:28.892Z | Compiling thiserror-impl v1.0.69 |
1314 | 2025-03-18T01:52:29.038Z | Compiling futures-macro v0.3.31 |
1315 | 2025-03-18T01:52:29.064Z | Compiling digest v0.10.7 |
1316 | 2025-03-18T01:52:29.116Z | Compiling displaydoc v0.2.5 |
1317 | 2025-03-18T01:52:29.443Z | Compiling zerofrom v0.1.4 |
1318 | 2025-03-18T01:52:29.487Z | Compiling zerovec-derive v0.10.3 |
1319 | 2025-03-18T01:52:29.593Z | Compiling hmac v0.12.1 |
1320 | 2025-03-18T01:52:29.656Z | Compiling block-padding v0.3.3 |
1321 | 2025-03-18T01:52:29.708Z | Compiling yoke v0.7.4 |
1322 | 2025-03-18T01:52:29.840Z | Compiling ppv-lite86 v0.2.20 |
1323 | 2025-03-18T01:52:29.895Z | Compiling inout v0.1.3 |
1324 | 2025-03-18T01:52:30.032Z | Compiling sha2 v0.10.8 |
1325 | 2025-03-18T01:52:30.163Z | Compiling cipher v0.4.4 |
1326 | 2025-03-18T01:52:30.394Z | Compiling icu_provider_macros v1.5.0 |
1327 | 2025-03-18T01:52:30.492Z | Compiling der_derive v0.7.3 |
1328 | 2025-03-18T01:52:30.517Z | Compiling futures-util v0.3.31 |
1329 | 2025-03-18T01:52:30.628Z | Compiling tracing-attributes v0.1.27 |
1330 | 2025-03-18T01:52:31.261Z | Compiling thiserror v1.0.69 |
1331 | 2025-03-18T01:52:31.286Z | Compiling percent-encoding v2.3.1 |
1332 | 2025-03-18T01:52:31.398Z | Compiling pest v2.7.14 |
1333 | 2025-03-18T01:52:31.438Z | Compiling zerovec v0.10.4 |
1334 | 2025-03-18T01:52:31.554Z | Compiling salsa20 v0.10.2 |
1335 | 2025-03-18T01:52:31.772Z | Compiling pbkdf2 v0.12.2 |
1336 | 2025-03-18T01:52:32.283Z | Compiling der v0.7.9 |
1337 | 2025-03-18T01:52:32.562Z | Compiling time-core v0.1.2 |
1338 | 2025-03-18T01:52:32.748Z | Compiling utf8_iter v1.0.4 |
1339 | 2025-03-18T01:52:32.787Z | Compiling untrusted v0.9.0 |
1340 | 2025-03-18T01:52:32.951Z | Compiling icu_normalizer_data v1.5.0 |
1341 | 2025-03-18T01:52:32.977Z | Compiling utf16_iter v1.0.5 |
1342 | 2025-03-18T01:52:33.062Z | Compiling tinystr v0.7.6 |
1343 | 2025-03-18T01:52:33.167Z | Compiling icu_collections v1.5.0 |
1344 | 2025-03-18T01:52:33.276Z | Compiling powerfmt v0.2.0 |
1345 | 2025-03-18T01:52:33.305Z | Compiling tracing v0.1.40 |
1346 | 2025-03-18T01:52:33.408Z | Compiling icu_locid v1.5.0 |
1347 | 2025-03-18T01:52:33.605Z | Compiling untrusted v0.7.1 |
1348 | 2025-03-18T01:52:33.737Z | Compiling num-conv v0.1.0 |
1349 | 2025-03-18T01:52:33.783Z | Compiling vcpkg v0.2.15 |
1350 | 2025-03-18T01:52:33.996Z | Compiling spki v0.7.3 |
1351 | 2025-03-18T01:52:34.022Z | Compiling write16 v1.0.0 |
1352 | 2025-03-18T01:52:34.153Z | Compiling time-macros v0.2.18 |
1353 | 2025-03-18T01:52:34.231Z | Compiling pest_meta v2.7.14 |
1354 | 2025-03-18T01:52:34.335Z | Compiling deranged v0.3.11 |
1355 | 2025-03-18T01:52:34.754Z | Compiling icu_provider v1.5.0 |
1356 | 2025-03-18T01:52:35.233Z | Compiling openssl-sys v0.9.106 |
1357 | 2025-03-18T01:52:35.479Z | Compiling icu_locid_transform v1.5.0 |
1358 | 2025-03-18T01:52:35.578Z | Compiling scrypt v0.11.0 |
1359 | 2025-03-18T01:52:35.998Z | Compiling cbc v0.1.2 |
1360 | 2025-03-18T01:52:36.049Z | Compiling aes v0.8.4 |
1361 | 2025-03-18T01:52:36.083Z | Compiling scroll_derive v0.12.0 |
1362 | 2025-03-18T01:52:36.227Z | Compiling tinyvec_macros v0.1.1 |
1363 | 2025-03-18T01:52:36.328Z | Compiling bytes v1.10.1 |
1364 | 2025-03-18T01:52:36.372Z | Compiling bitflags v2.6.0 |
1365 | 2025-03-18T01:52:37.130Z | Compiling indexmap v2.7.1 |
1366 | 2025-03-18T01:52:37.395Z | Compiling tokio v1.43.0 |
1367 | 2025-03-18T01:52:37.557Z | Compiling semver v1.0.25 |
1368 | 2025-03-18T01:52:37.622Z | Compiling http v1.2.0 |
1369 | 2025-03-18T01:52:38.182Z | Compiling icu_properties v1.5.1 |
1370 | 2025-03-18T01:52:38.209Z | Compiling rustc_version v0.4.1 |
1371 | 2025-03-18T01:52:38.307Z | Compiling num_threads v0.1.7 |
1372 | 2025-03-18T01:52:38.436Z | Compiling atomic-waker v1.1.2 |
1373 | 2025-03-18T01:52:38.618Z | Compiling time v0.3.36 |
1374 | 2025-03-18T01:52:38.772Z | Compiling scroll v0.12.0 |
1375 | 2025-03-18T01:52:38.826Z | Compiling http-body v1.0.1 |
1376 | 2025-03-18T01:52:38.952Z | Compiling pkcs5 v0.7.1 |
1377 | 2025-03-18T01:52:39.060Z | Compiling tinyvec v1.8.0 |
1378 | 2025-03-18T01:52:39.243Z | Compiling uuid v1.15.1 |
1379 | 2025-03-18T01:52:39.472Z | Compiling pest_generator v2.7.14 |
1380 | 2025-03-18T01:52:39.869Z | Compiling which v4.4.2 |
1381 | 2025-03-18T01:52:40.358Z | Compiling form_urlencoded v1.2.1 |
1382 | 2025-03-18T01:52:40.522Z | Compiling rand_chacha v0.3.1 |
1383 | 2025-03-18T01:52:40.599Z | Compiling try-lock v0.2.5 |
1384 | 2025-03-18T01:52:40.651Z | Compiling slog v2.7.0 |
1385 | 2025-03-18T01:52:40.767Z | Compiling zerocopy v0.8.10 |
1386 | 2025-03-18T01:52:40.906Z | Compiling iana-time-zone v0.1.61 |
1387 | 2025-03-18T01:52:41.149Z | Compiling chrono v0.4.40 |
1388 | 2025-03-18T01:52:41.238Z | Compiling icu_normalizer v1.5.0 |
1389 | 2025-03-18T01:52:41.494Z | Compiling rand v0.8.5 |
1390 | 2025-03-18T01:52:41.985Z | Compiling pest_derive v2.7.14 |
1391 | 2025-03-18T01:52:42.315Z | Compiling idna_adapter v1.2.0 |
1392 | 2025-03-18T01:52:42.430Z | Compiling goblin v0.8.2 |
1393 | 2025-03-18T01:52:42.536Z | Compiling idna v1.0.3 |
1394 | 2025-03-18T01:52:42.685Z | Compiling want v0.3.1 |
1395 | 2025-03-18T01:52:42.757Z | Compiling pkcs8 v0.10.2 |
1396 | 2025-03-18T01:52:42.935Z | Compiling zerocopy-derive v0.8.10 |
1397 | 2025-03-18T01:52:43.244Z | Compiling httpdate v1.0.3 |
1398 | 2025-03-18T01:52:43.300Z | Compiling tower-service v0.3.3 |
1399 | 2025-03-18T01:52:43.429Z | Compiling adler2 v2.0.0 |
1400 | 2025-03-18T01:52:43.631Z | Compiling miniz_oxide v0.8.5 |
1401 | 2025-03-18T01:52:43.657Z | Compiling dtrace-parser v0.2.0 |
1402 | 2025-03-18T01:52:43.955Z | Compiling serde_spanned v0.6.8 |
1403 | 2025-03-18T01:52:44.161Z | Compiling serde_tokenstream v0.2.2 |
1404 | 2025-03-18T01:52:44.485Z | Compiling tokio-util v0.7.13 |
1405 | 2025-03-18T01:52:44.645Z | Compiling toml_datetime v0.6.8 |
1406 | 2025-03-18T01:52:44.833Z | Compiling serde_derive_internals v0.29.1 |
1407 | 2025-03-18T01:52:45.036Z | Compiling openssl v0.10.71 |
1408 | 2025-03-18T01:52:45.196Z | Compiling rustversion v1.0.17 |
1409 | 2025-03-18T01:52:45.750Z | Compiling h2 v0.4.6 |
1410 | 2025-03-18T01:52:45.786Z | Compiling match_cfg v0.1.0 |
1411 | 2025-03-18T01:52:45.786Z | Compiling schemars v0.8.22 |
1412 | 2025-03-18T01:52:45.786Z | Compiling base64 v0.22.1 |
1413 | 2025-03-18T01:52:45.895Z | Compiling foreign-types-shared v0.1.1 |
1414 | 2025-03-18T01:52:46.009Z | Compiling foreign-types v0.3.2 |
1415 | 2025-03-18T01:52:46.193Z | Compiling hostname v0.3.1 |
1416 | 2025-03-18T01:52:46.345Z | Compiling url v2.5.3 |
1417 | 2025-03-18T01:52:46.639Z | Compiling schemars_derive v0.8.22 |
1418 | 2025-03-18T01:52:47.413Z | Compiling dof v0.3.0 |
1419 | 2025-03-18T01:52:47.626Z | Compiling rand_core v0.9.2 |
1420 | 2025-03-18T01:52:47.895Z | Compiling async-trait v0.1.87 |
1421 | 2025-03-18T01:52:48.039Z | Compiling openssl-macros v0.1.1 |
1422 | 2025-03-18T01:52:48.769Z | Compiling usdt-impl v0.5.0 |
1423 | 2025-03-18T01:52:48.794Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1424 | 2025-03-18T01:52:49.009Z | Compiling dirs-sys-next v0.1.2 |
1425 | 2025-03-18T01:52:49.257Z | Compiling siphasher v0.3.11 |
1426 | 2025-03-18T01:52:49.299Z | Compiling rustls v0.23.19 |
1427 | 2025-03-18T01:52:49.526Z | Compiling data-encoding v2.6.0 |
1428 | 2025-03-18T01:52:49.605Z | Compiling dyn-clone v1.0.19 |
1429 | 2025-03-18T01:52:49.637Z | Compiling syn v1.0.109 |
1430 | 2025-03-18T01:52:49.817Z | Compiling rustls v0.22.4 |
1431 | 2025-03-18T01:52:49.918Z | Compiling native-tls v0.2.12 |
1432 | 2025-03-18T01:52:50.033Z | Compiling dirs-next v2.0.0 |
1433 | 2025-03-18T01:52:50.233Z | Compiling rand_chacha v0.9.0 |
1434 | 2025-03-18T01:52:51.078Z | Compiling unicode-normalization v0.1.24 |
1435 | 2025-03-18T01:52:51.293Z | Compiling hyper v1.6.0 |
1436 | 2025-03-18T01:52:51.350Z | Compiling http-body-util v0.1.2 |
1437 | 2025-03-18T01:52:51.785Z | Compiling heapless v0.7.17 |
1438 | 2025-03-18T01:52:51.841Z | Compiling crossbeam-epoch v0.9.18 |
1439 | 2025-03-18T01:52:51.971Z | Compiling signature v2.2.0 |
1440 | 2025-03-18T01:52:52.170Z | Compiling sha1 v0.10.6 |
1441 | 2025-03-18T01:52:52.254Z | Compiling thread_local v1.1.8 |
1442 | 2025-03-18T01:52:52.459Z | Compiling multer v3.1.0 |
1443 | 2025-03-18T01:52:52.599Z | Compiling encoding_rs v0.8.34 |
1444 | 2025-03-18T01:52:52.768Z | Compiling cookie v0.18.1 |
1445 | 2025-03-18T01:52:52.794Z | Compiling crc32fast v1.4.2 |
1446 | 2025-03-18T01:52:52.819Z | Compiling openssl-probe v0.1.5 |
1447 | 2025-03-18T01:52:53.045Z | Compiling signal-hook v0.3.17 |
1448 | 2025-03-18T01:52:53.108Z | Compiling rayon-core v1.12.1 |
1449 | 2025-03-18T01:52:53.133Z | Compiling unicode-bidi v0.3.17 |
1450 | 2025-03-18T01:52:53.297Z | Compiling mime v0.3.17 |
1451 | 2025-03-18T01:52:53.380Z | Compiling hyper-util v0.1.10 |
1452 | 2025-03-18T01:52:53.535Z | Compiling ipnet v2.11.0 |
1453 | 2025-03-18T01:52:53.742Z | Compiling gimli v0.31.1 |
1454 | 2025-03-18T01:52:54.154Z | Compiling unicode-properties v0.1.3 |
1455 | 2025-03-18T01:52:54.406Z | Compiling slog-async v2.8.0 |
1456 | 2025-03-18T01:52:54.460Z | Compiling stringprep v0.1.5 |
1457 | 2025-03-18T01:52:54.529Z | Compiling toml_edit v0.22.24 |
1458 | 2025-03-18T01:52:55.038Z | Compiling crossbeam-deque v0.8.5 |
1459 | 2025-03-18T01:52:55.599Z | Compiling rand v0.9.0 |
1460 | 2025-03-18T01:52:55.781Z | Compiling term v0.7.0 |
1461 | 2025-03-18T01:52:55.821Z | Compiling usdt-macro v0.5.0 |
1462 | 2025-03-18T01:52:56.773Z | Compiling usdt-attr-macro v0.5.0 |
1463 | 2025-03-18T01:52:56.911Z | Compiling slog-json v2.6.1 |
1464 | 2025-03-18T01:52:56.959Z | Compiling serde_urlencoded v0.7.1 |
1465 | 2025-03-18T01:52:57.068Z | Compiling curve25519-dalek v4.1.3 |
1466 | 2025-03-18T01:52:57.247Z | Compiling addr2line v0.24.2 |
1467 | 2025-03-18T01:52:57.405Z | Compiling crossbeam-channel v0.5.13 |
1468 | 2025-03-18T01:52:57.700Z | Compiling futures-executor v0.3.31 |
1469 | 2025-03-18T01:52:57.760Z | Compiling enum-as-inner v0.6.1 |
1470 | 2025-03-18T01:52:57.877Z | Compiling md-5 v0.10.6 |
1471 | 2025-03-18T01:52:58.127Z | Compiling async-stream-impl v0.3.6 |
1472 | 2025-03-18T01:52:58.152Z | Compiling rustls-pemfile v2.2.0 |
1473 | 2025-03-18T01:52:58.179Z | Compiling num-integer v0.1.46 |
1474 | 2025-03-18T01:52:58.360Z | Compiling hash32 v0.2.1 |
1475 | 2025-03-18T01:52:58.454Z | Compiling ff v0.13.0 |
1476 | 2025-03-18T01:52:58.580Z | Compiling is-terminal v0.4.13 |
1477 | 2025-03-18T01:52:58.670Z | Compiling object v0.36.5 |
1478 | 2025-03-18T01:52:58.704Z | Compiling memoffset v0.9.1 |
1479 | 2025-03-18T01:52:58.729Z | Compiling dropshot v0.12.0 |
1480 | 2025-03-18T01:52:58.801Z | Compiling rustc-demangle v0.1.24 |
1481 | 2025-03-18T01:52:58.976Z | Compiling quick-error v1.2.3 |
1482 | 2025-03-18T01:52:59.002Z | Compiling litrs v0.4.1 |
1483 | 2025-03-18T01:52:59.133Z | Compiling smoltcp v0.9.1 |
1484 | 2025-03-18T01:52:59.159Z | Compiling utf-8 v0.7.6 |
1485 | 2025-03-18T01:52:59.450Z | Compiling portable-atomic v1.9.0 |
1486 | 2025-03-18T01:52:59.597Z | Compiling linked-hash-map v0.5.6 |
1487 | 2025-03-18T01:52:59.669Z | Compiling fallible-iterator v0.2.0 |
1488 | 2025-03-18T01:52:59.907Z | Compiling take_mut v0.2.2 |
1489 | 2025-03-18T01:52:59.944Z | Compiling num-bigint-dig v0.8.4 |
1490 | 2025-03-18T01:53:00.080Z | Compiling base16ct v0.2.0 |
1491 | 2025-03-18T01:53:00.237Z | Compiling cfg_aliases v0.2.1 |
1492 | 2025-03-18T01:53:00.262Z | Compiling psl-types v2.0.11 |
1493 | 2025-03-18T01:53:00.288Z | Compiling anyhow v1.0.97 |
1494 | 2025-03-18T01:53:00.349Z | Compiling nix v0.29.0 |
1495 | 2025-03-18T01:53:00.389Z | Compiling sec1 v0.7.3 |
1496 | 2025-03-18T01:53:00.462Z | Compiling publicsuffix v2.3.0 |
1497 | 2025-03-18T01:53:00.704Z | Compiling postgres-protocol v0.6.8 |
1498 | 2025-03-18T01:53:00.868Z | Compiling document-features v0.2.10 |
1499 | 2025-03-18T01:53:01.064Z | Compiling lru-cache v0.1.2 |
1500 | 2025-03-18T01:53:01.147Z | Compiling tungstenite v0.24.0 |
1501 | 2025-03-18T01:53:01.257Z | Compiling async-stream v0.3.6 |
1502 | 2025-03-18T01:53:01.510Z | Compiling resolv-conf v0.7.0 |
1503 | 2025-03-18T01:53:01.765Z | Compiling slog-term v2.9.1 |
1504 | 2025-03-18T01:53:01.847Z | Compiling usdt v0.5.0 |
1505 | 2025-03-18T01:53:01.873Z | Compiling group v0.13.0 |
1506 | 2025-03-18T01:53:02.184Z | Compiling num-iter v0.1.45 |
1507 | 2025-03-18T01:53:02.294Z | Compiling hickory-proto v0.24.4 |
1508 | 2025-03-18T01:53:02.385Z | Compiling futures v0.3.31 |
1509 | 2025-03-18T01:53:02.680Z | Compiling toml v0.8.20 |
1510 | 2025-03-18T01:53:02.799Z | Compiling slog-bunyan v2.5.0 |
1511 | 2025-03-18T01:53:02.907Z | Compiling tokio-native-tls v0.3.1 |
1512 | 2025-03-18T01:53:03.009Z | Compiling bzip2 v0.4.4 |
1513 | 2025-03-18T01:53:04.004Z | Compiling camino v1.1.9 |
1514 | 2025-03-18T01:53:04.196Z | Compiling backtrace v0.3.74 |
1515 | 2025-03-18T01:53:04.429Z | Compiling flate2 v1.1.0 |
1516 | 2025-03-18T01:53:04.696Z | Compiling phf_shared v0.11.2 |
1517 | 2025-03-18T01:53:04.725Z | Compiling dropshot_endpoint v0.12.0 |
1518 | 2025-03-18T01:53:04.750Z | Compiling terminal_size v0.4.0 |
1519 | 2025-03-18T01:53:04.957Z | Compiling waitgroup v0.1.2 |
1520 | 2025-03-18T01:53:05.025Z | Compiling openapiv3 v2.0.0 |
1521 | 2025-03-18T01:53:05.170Z | Compiling serde_path_to_error v0.1.16 |
1522 | 2025-03-18T01:53:05.200Z | Compiling hkdf v0.12.4 |
1523 | 2025-03-18T01:53:05.444Z | Compiling crypto-bigint v0.5.5 |
1524 | 2025-03-18T01:53:05.735Z | Compiling hubpack_derive v0.1.1 |
1525 | 2025-03-18T01:53:05.830Z | Compiling curve25519-dalek-derive v0.1.1 |
1526 | 2025-03-18T01:53:06.432Z | Compiling zerocopy-derive v0.6.6 |
1527 | 2025-03-18T01:53:06.581Z | Compiling webpki-roots v0.26.6 |
1528 | 2025-03-18T01:53:06.780Z | Compiling sync_wrapper v1.0.1 |
1529 | 2025-03-18T01:53:06.936Z | Compiling hostname v0.4.0 |
1530 | 2025-03-18T01:53:06.972Z | Compiling ahash v0.8.11 |
1531 | 2025-03-18T01:53:07.148Z | Compiling fs-err v2.11.0 |
1532 | 2025-03-18T01:53:07.277Z | Compiling managed v0.8.0 |
1533 | 2025-03-18T01:53:07.422Z | Compiling simd-adler32 v0.3.7 |
1534 | 2025-03-18T01:53:07.704Z | Compiling zip v2.1.3 |
1535 | 2025-03-18T01:53:07.960Z | Compiling unicode-width v0.2.0 |
1536 | 2025-03-18T01:53:08.002Z | Compiling debug-ignore v1.0.5 |
1537 | 2025-03-18T01:53:08.043Z | Compiling winnow v0.5.40 |
1538 | 2025-03-18T01:53:08.119Z | Compiling lockfree-object-pool v0.1.6 |
1539 | 2025-03-18T01:53:08.173Z | Compiling tower-layer v0.3.3 |
1540 | 2025-03-18T01:53:08.280Z | Compiling newtype-uuid v1.2.1 |
1541 | 2025-03-18T01:53:08.356Z | Compiling bumpalo v3.16.0 |
1542 | 2025-03-18T01:53:08.433Z | Compiling buf-list v1.0.3 |
1543 | 2025-03-18T01:53:08.459Z | Compiling clap_builder v4.5.31 |
1544 | 2025-03-18T01:53:08.564Z | Compiling tower v0.5.2 |
1545 | 2025-03-18T01:53:08.779Z | Compiling zopfli v0.8.1 |
1546 | 2025-03-18T01:53:09.018Z | Compiling console v0.15.10 |
1547 | 2025-03-18T01:53:09.281Z | Compiling strum_macros v0.25.3 |
1548 | 2025-03-18T01:53:10.132Z | Compiling zerocopy v0.6.6 |
1549 | 2025-03-18T01:53:10.183Z | Compiling elliptic-curve v0.13.8 |
1550 | 2025-03-18T01:53:10.541Z | Compiling hickory-resolver v0.24.4 |
1551 | 2025-03-18T01:53:10.753Z | Compiling toml_edit v0.19.15 |
1552 | 2025-03-18T01:53:10.940Z | Compiling hubpack v0.1.2 |
1553 | 2025-03-18T01:53:11.517Z | Compiling phf v0.11.2 |
1554 | 2025-03-18T01:53:11.771Z | Compiling signal-hook-mio v0.2.4 |
1555 | 2025-03-18T01:53:11.940Z | Compiling rayon v1.10.0 |
1556 | 2025-03-18T01:53:11.970Z | Compiling cookie_store v0.21.1 |
1557 | 2025-03-18T01:53:12.223Z | Compiling hyper-tls v0.6.0 |
1558 | 2025-03-18T01:53:13.279Z | Compiling tokio-tungstenite v0.24.0 |
1559 | 2025-03-18T01:53:13.863Z | Compiling postgres-types v0.2.9 |
1560 | 2025-03-18T01:53:15.115Z | Compiling ed25519 v2.2.3 |
1561 | 2025-03-18T01:53:15.277Z | Compiling phf_shared v0.10.0 |
1562 | 2025-03-18T01:53:15.612Z | Compiling tokio-stream v0.1.17 |
1563 | 2025-03-18T01:53:15.670Z | Compiling pkcs1 v0.7.5 |
1564 | 2025-03-18T01:53:16.001Z | Compiling serde-big-array v0.5.1 |
1565 | 2025-03-18T01:53:16.236Z | Compiling clap_derive v4.5.28 |
1566 | 2025-03-18T01:53:16.425Z | Compiling rfc6979 v0.4.0 |
1567 | 2025-03-18T01:53:16.452Z | Compiling derive-where v1.2.7 |
1568 | 2025-03-18T01:53:16.549Z | Compiling serde_repr v0.1.19 |
1569 | 2025-03-18T01:53:16.613Z | Compiling bstr v1.10.0 |
1570 | 2025-03-18T01:53:16.663Z | Compiling float-cmp v0.10.0 |
1571 | 2025-03-18T01:53:16.911Z | Compiling static_assertions v1.1.0 |
1572 | 2025-03-18T01:53:16.996Z | Compiling precomputed-hash v0.1.1 |
1573 | 2025-03-18T01:53:17.025Z | Compiling fixedbitset v0.4.2 |
1574 | 2025-03-18T01:53:17.133Z | Compiling normalize-line-endings v0.3.0 |
1575 | 2025-03-18T01:53:17.276Z | Compiling difflib v0.4.0 |
1576 | 2025-03-18T01:53:17.422Z | Compiling whoami v1.5.2 |
1577 | 2025-03-18T01:53:17.474Z | Compiling new_debug_unreachable v1.0.6 |
1578 | 2025-03-18T01:53:17.625Z | Compiling predicates-core v1.0.8 |
1579 | 2025-03-18T01:53:17.902Z | Compiling number_prefix v0.4.0 |
1580 | 2025-03-18T01:53:17.963Z | Compiling unicode-segmentation v1.12.0 |
1581 | 2025-03-18T01:53:18.048Z | Compiling predicates v3.1.3 |
1582 | 2025-03-18T01:53:18.139Z | Compiling indicatif v0.17.11 |
1583 | 2025-03-18T01:53:18.424Z | Compiling tokio-postgres v0.7.13 |
1584 | 2025-03-18T01:53:18.680Z | Compiling similar v2.7.0 |
1585 | 2025-03-18T01:53:19.146Z | Compiling string_cache v0.8.7 |
1586 | 2025-03-18T01:53:19.297Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1587 | 2025-03-18T01:53:19.520Z | Compiling petgraph v0.6.5 |
1588 | 2025-03-18T01:53:19.762Z | Compiling clap v4.5.31 |
1589 | 2025-03-18T01:53:19.842Z | Compiling ecdsa v0.16.9 |
1590 | 2025-03-18T01:53:19.888Z | Compiling rsa v0.9.6 |
1591 | 2025-03-18T01:53:20.423Z | Compiling ed25519-dalek v2.1.1 |
1592 | 2025-03-18T01:53:21.504Z | Compiling toml v0.7.8 |
1593 | 2025-03-18T01:53:22.204Z | Compiling crossterm v0.28.1 |
1594 | 2025-03-18T01:53:23.539Z | Compiling zip v0.6.6 |
1595 | 2025-03-18T01:53:23.765Z | Compiling ipnetwork v0.21.1 |
1596 | 2025-03-18T01:53:23.832Z | Compiling hex v0.4.3 |
1597 | 2025-03-18T01:53:24.349Z | Compiling x509-cert v0.2.5 |
1598 | 2025-03-18T01:53:24.386Z | Compiling itertools v0.10.5 |
1599 | 2025-03-18T01:53:24.461Z | Compiling unicode-xid v0.2.6 |
1600 | 2025-03-18T01:53:24.486Z | Compiling lalrpop-util v0.19.12 |
1601 | 2025-03-18T01:53:24.651Z | Compiling peg-runtime v0.8.5 |
1602 | 2025-03-18T01:53:24.676Z | Compiling strum_macros v0.26.4 |
1603 | 2025-03-18T01:53:24.790Z | Compiling xattr v1.3.1 |
1604 | 2025-03-18T01:53:24.914Z | Compiling filetime v0.2.25 |
1605 | 2025-03-18T01:53:25.139Z | Compiling tar v0.4.44 |
1606 | 2025-03-18T01:53:28.214Z | Compiling strum v0.26.3 |
1607 | 2025-03-18T01:53:31.061Z | Compiling aws-lc-sys v0.26.0 |
1608 | 2025-03-18T01:54:04.835Z | Compiling rustls-webpki v0.102.8 |
1609 | 2025-03-18T01:54:09.192Z | Compiling tokio-rustls v0.25.0 |
1610 | 2025-03-18T01:54:11.083Z | Compiling tokio-rustls v0.26.0 |
1611 | 2025-03-18T01:54:11.417Z | Compiling hyper-rustls v0.27.3 |
1612 | 2025-03-18T01:54:11.751Z | Compiling reqwest v0.12.12 |
1613 | 2025-03-18T01:54:13.295Z | Compiling qorb v0.2.1 |
1614 | 2025-03-18T01:54:16.547Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1615 | 2025-03-18T01:54:16.918Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1616 | 2025-03-18T01:54:22.494Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 11s |
1617 | 2025-03-18T01:54:22.660Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1618 | 2025-03-18T01:54:22.727Z | Mar 18 01:54:22.475 INFO Starting download, target: Clickhouse |
1619 | 2025-03-18T01:54:22.727Z | Mar 18 01:54:22.475 INFO Starting download, target: Cockroach |
1620 | 2025-03-18T01:54:22.727Z | Mar 18 01:54:22.475 INFO Starting download, target: Console |
1621 | 2025-03-18T01:54:22.753Z | Mar 18 01:54:22.475 INFO Starting download, target: DendriteOpenapi |
1622 | 2025-03-18T01:54:22.753Z | Mar 18 01:54:22.475 INFO Starting download, target: MaghemiteMgd |
1623 | 2025-03-18T01:54:22.753Z | Mar 18 01:54:22.475 INFO Starting download, target: DendriteStub |
1624 | 2025-03-18T01:54:22.753Z | Mar 18 01:54:22.475 INFO Starting download, target: TransceiverControl |
1625 | 2025-03-18T01:54:22.753Z | Mar 18 01:54:22.477 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1626 | 2025-03-18T01:54:22.753Z | Mar 18 01:54:22.477 INFO Downloading out/downloads/dpd-a66561e0a063cc30820182008c31f9a64cbd8a6f.json (attempt 1/3), target: DendriteOpenapi |
1627 | 2025-03-18T01:54:22.753Z | Mar 18 01:54:22.478 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1628 | 2025-03-18T01:54:22.753Z | Mar 18 01:54:22.478 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1629 | 2025-03-18T01:54:22.753Z | Mar 18 01:54:22.478 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1630 | 2025-03-18T01:54:22.753Z | Mar 18 01:54:22.478 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1631 | 2025-03-18T01:54:22.753Z | Mar 18 01:54:22.478 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1632 | 2025-03-18T01:54:23.036Z | Mar 18 01:54:22.783 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1633 | 2025-03-18T01:54:23.176Z | Mar 18 01:54:22.921 INFO Download complete, target: DendriteOpenapi |
1634 | 2025-03-18T01:54:23.408Z | Mar 18 01:54:23.138 INFO Download complete, target: Console |
1635 | 2025-03-18T01:54:23.453Z | Mar 18 01:54:23.162 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1636 | 2025-03-18T01:54:23.831Z | Mar 18 01:54:23.578 INFO Download complete, target: TransceiverControl |
1637 | 2025-03-18T01:54:24.901Z | Mar 18 01:54:24.649 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1638 | 2025-03-18T01:54:26.120Z | Mar 18 01:54:25.868 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1639 | 2025-03-18T01:54:27.714Z | Mar 18 01:54:27.462 INFO Download complete, target: MaghemiteMgd |
1640 | 2025-03-18T01:54:27.921Z | Mar 18 01:54:27.668 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1641 | 2025-03-18T01:54:27.948Z | Mar 18 01:54:27.668 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1642 | 2025-03-18T01:54:28.846Z | Mar 18 01:54:28.594 INFO Download complete, target: DendriteStub |
1643 | 2025-03-18T01:54:32.754Z | Mar 18 01:54:32.502 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1644 | 2025-03-18T01:54:35.397Z | Mar 18 01:54:35.145 INFO Checking that binary works, target: Cockroach |
1645 | 2025-03-18T01:54:35.770Z | Mar 18 01:54:35.517 INFO Download complete, target: Cockroach |
1646 | 2025-03-18T01:54:44.899Z | Mar 18 01:54:44.646 INFO Checking that binary works, target: Clickhouse |
1647 | 2025-03-18T01:54:45.077Z | Mar 18 01:54:44.824 INFO Download complete, target: Clickhouse |
1648 | 2025-03-18T01:54:45.106Z | All builder prerequisites installed successfully, and PATH looks valid |
1649 | 2025-03-18T01:54:45.134Z | |
1650 | 2025-03-18T01:54:45.134Z | real 5:09.042722540 |
1651 | 2025-03-18T01:54:45.134Z | user 14:04.610835611 |
1652 | 2025-03-18T01:54:45.134Z | sys 2:21.772616830 |
1653 | 2025-03-18T01:54:45.134Z | trap 0.525166322 |
1654 | 2025-03-18T01:54:45.134Z | tflt 0.469436050 |
1655 | 2025-03-18T01:54:45.134Z | dflt 1.209466386 |
1656 | 2025-03-18T01:54:45.134Z | kflt 0.009870182 |
1657 | 2025-03-18T01:54:45.134Z | lock 26:48.813267925 |
1658 | 2025-03-18T01:54:45.134Z | slp 50:41.519463375 |
1659 | 2025-03-18T01:54:45.134Z | lat 1:07.628387775 |
1660 | 2025-03-18T01:54:45.134Z | stop 2:34.468156445 |
1661 | 2025-03-18T01:54:45.135Z | + banner hack-check |
1662 | 2025-03-18T01:54:45.135Z | |
1663 | 2025-03-18T01:54:45.135Z | # # ## #### # # #### # # ###### #### # # |
1664 | 2025-03-18T01:54:45.135Z | # # # # # # # # # # # # # # # # # |
1665 | 2025-03-18T01:54:45.135Z | ###### # # # #### ##### # ###### ##### # #### |
1666 | 2025-03-18T01:54:45.135Z | # # ###### # # # # # # # # # # |
1667 | 2025-03-18T01:54:45.135Z | # # # # # # # # # # # # # # # # # |
1668 | 2025-03-18T01:54:45.135Z | # # # # #### # # #### # # ###### #### # # |
1669 | 2025-03-18T01:54:45.135Z | |
1670 | 2025-03-18T01:54:45.135Z | + export CARGO_INCREMENTAL=0 |
1671 | 2025-03-18T01:54:45.135Z | + CARGO_INCREMENTAL=0 |
1672 | 2025-03-18T01:54:45.135Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1673 | 2025-03-18T01:54:45.999Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1674 | 2025-03-18T01:54:49.837Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.64s |
1675 | 2025-03-18T01:54:49.898Z | Running `target/debug/xtask check-features --ci` |
1676 | 2025-03-18T01:54:49.929Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1677 | 2025-03-18T01:54:49.929Z | running: "/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1678 | 2025-03-18T01:54:50.748Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
1679 | 2025-03-18T01:54:50.774Z | Running `target/debug/xtask download cargo-hack` |
1680 | 2025-03-18T01:54:52.171Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1681 | 2025-03-18T01:54:52.600Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1682 | 2025-03-18T01:54:57.452Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.63s |
1683 | 2025-03-18T01:54:57.591Z | Running `target/debug/xtask-downloader cargo-hack` |
1684 | 2025-03-18T01:54:57.650Z | Mar 18 01:54:57.396 INFO Starting download, target: CargoHack |
1685 | 2025-03-18T01:54:57.676Z | Mar 18 01:54:57.398 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1686 | 2025-03-18T01:54:58.343Z | Mar 18 01:54:58.087 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1687 | 2025-03-18T01:54:58.432Z | Mar 18 01:54:58.179 INFO Download complete, target: CargoHack |
1688 | 2025-03-18T01:54:58.459Z | 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" |
1689 | 2025-03-18T01:54:58.484Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1690 | 2025-03-18T01:54:58.704Z | info: running `cargo check --bins` on api_identity (1/198) |
1691 | 2025-03-18T01:54:59.462Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1692 | 2025-03-18T01:54:59.488Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1693 | 2025-03-18T01:54:59.488Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1694 | 2025-03-18T01:54:59.488Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
1695 | 2025-03-18T01:54:59.564Z | |
1696 | 2025-03-18T01:54:59.564Z | info: running `cargo check --bins` on bootstore (2/198) |
1697 | 2025-03-18T01:55:00.377Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1698 | 2025-03-18T01:55:00.404Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1699 | 2025-03-18T01:55:00.404Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1700 | 2025-03-18T01:55:00.404Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
1701 | 2025-03-18T01:55:00.489Z | |
1702 | 2025-03-18T01:55:00.489Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/198) |
1703 | 2025-03-18T01:55:01.428Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1704 | 2025-03-18T01:55:01.541Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1705 | 2025-03-18T01:55:01.542Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1706 | 2025-03-18T01:55:01.542Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
1707 | 2025-03-18T01:55:01.542Z | |
1708 | 2025-03-18T01:55:01.542Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/198) |
1709 | 2025-03-18T01:55:02.224Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1710 | 2025-03-18T01:55:02.265Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1711 | 2025-03-18T01:55:02.270Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1712 | 2025-03-18T01:55:02.270Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
1713 | 2025-03-18T01:55:02.332Z | |
1714 | 2025-03-18T01:55:02.332Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/198) |
1715 | 2025-03-18T01:55:02.898Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1716 | 2025-03-18T01:55:02.941Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1717 | 2025-03-18T01:55:02.941Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1718 | 2025-03-18T01:55:02.941Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1719 | 2025-03-18T01:55:03.033Z | |
1720 | 2025-03-18T01:55:03.033Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (6/198) |
1721 | 2025-03-18T01:55:03.818Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1722 | 2025-03-18T01:55:09.072Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1723 | 2025-03-18T01:55:09.072Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1724 | 2025-03-18T01:55:09.072Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1725 | 2025-03-18T01:55:09.072Z | |
1726 | 2025-03-18T01:55:09.072Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/198) |
1727 | 2025-03-18T01:55:09.386Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1728 | 2025-03-18T01:55:09.386Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1729 | 2025-03-18T01:55:09.386Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1730 | 2025-03-18T01:55:09.386Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1731 | 2025-03-18T01:55:09.386Z | |
1732 | 2025-03-18T01:55:09.386Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/198) |
1733 | 2025-03-18T01:55:09.386Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1734 | 2025-03-18T01:55:09.387Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1735 | 2025-03-18T01:55:09.387Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1736 | 2025-03-18T01:55:09.387Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1737 | 2025-03-18T01:55:09.387Z | |
1738 | 2025-03-18T01:55:09.387Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/198) |
1739 | 2025-03-18T01:55:09.502Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1740 | 2025-03-18T01:55:09.502Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1741 | 2025-03-18T01:55:09.503Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1742 | 2025-03-18T01:55:09.503Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1743 | 2025-03-18T01:55:09.503Z | |
1744 | 2025-03-18T01:55:09.503Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/198) |
1745 | 2025-03-18T01:55:09.503Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1746 | 2025-03-18T01:55:09.503Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1747 | 2025-03-18T01:55:09.503Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1748 | 2025-03-18T01:55:09.503Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1749 | 2025-03-18T01:55:09.503Z | |
1750 | 2025-03-18T01:55:09.503Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/198) |
1751 | 2025-03-18T01:55:09.503Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1752 | 2025-03-18T01:55:09.503Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1753 | 2025-03-18T01:55:09.503Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1754 | 2025-03-18T01:55:09.503Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1755 | 2025-03-18T01:55:09.503Z | |
1756 | 2025-03-18T01:55:09.503Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/198) |
1757 | 2025-03-18T01:55:09.503Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1758 | 2025-03-18T01:55:09.503Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1759 | 2025-03-18T01:55:09.503Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1760 | 2025-03-18T01:55:09.503Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1761 | 2025-03-18T01:55:09.503Z | |
1762 | 2025-03-18T01:55:09.503Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/198) |
1763 | 2025-03-18T01:55:09.503Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1764 | 2025-03-18T01:55:09.504Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1765 | 2025-03-18T01:55:09.504Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1766 | 2025-03-18T01:55:09.504Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1767 | 2025-03-18T01:55:09.504Z | |
1768 | 2025-03-18T01:55:09.504Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/198) |
1769 | 2025-03-18T01:55:09.504Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1770 | 2025-03-18T01:55:09.504Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1771 | 2025-03-18T01:55:09.504Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1772 | 2025-03-18T01:55:09.504Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1773 | 2025-03-18T01:55:09.504Z | |
1774 | 2025-03-18T01:55:09.504Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/198) |
1775 | 2025-03-18T01:55:09.504Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1776 | 2025-03-18T01:55:09.504Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1777 | 2025-03-18T01:55:09.504Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1778 | 2025-03-18T01:55:09.504Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1779 | 2025-03-18T01:55:09.504Z | |
1780 | 2025-03-18T01:55:09.504Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (16/198) |
1781 | 2025-03-18T01:55:09.743Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1782 | 2025-03-18T01:55:09.770Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1783 | 2025-03-18T01:55:09.770Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1784 | 2025-03-18T01:55:09.770Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1785 | 2025-03-18T01:55:09.804Z | |
1786 | 2025-03-18T01:55:09.804Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (17/198) |
1787 | 2025-03-18T01:55:10.381Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1788 | 2025-03-18T01:55:10.410Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1789 | 2025-03-18T01:55:10.410Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1790 | 2025-03-18T01:55:10.410Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1791 | 2025-03-18T01:55:10.447Z | |
1792 | 2025-03-18T01:55:10.447Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (18/198) |
1793 | 2025-03-18T01:55:11.019Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1794 | 2025-03-18T01:55:11.044Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1795 | 2025-03-18T01:55:11.044Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1796 | 2025-03-18T01:55:11.044Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1797 | 2025-03-18T01:55:11.084Z | |
1798 | 2025-03-18T01:55:11.084Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (19/198) |
1799 | 2025-03-18T01:55:11.642Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1800 | 2025-03-18T01:55:11.668Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1801 | 2025-03-18T01:55:11.668Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1802 | 2025-03-18T01:55:11.668Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1803 | 2025-03-18T01:55:11.709Z | |
1804 | 2025-03-18T01:55:11.709Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (20/198) |
1805 | 2025-03-18T01:55:12.301Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1806 | 2025-03-18T01:55:12.327Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1807 | 2025-03-18T01:55:12.327Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1808 | 2025-03-18T01:55:12.327Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
1809 | 2025-03-18T01:55:12.371Z | |
1810 | 2025-03-18T01:55:12.371Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (21/198) |
1811 | 2025-03-18T01:55:12.933Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1812 | 2025-03-18T01:55:12.959Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1813 | 2025-03-18T01:55:12.959Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1814 | 2025-03-18T01:55:12.959Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1815 | 2025-03-18T01:55:12.996Z | |
1816 | 2025-03-18T01:55:12.996Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (22/198) |
1817 | 2025-03-18T01:55:13.580Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1818 | 2025-03-18T01:55:13.622Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1819 | 2025-03-18T01:55:13.622Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1820 | 2025-03-18T01:55:13.622Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1821 | 2025-03-18T01:55:13.658Z | |
1822 | 2025-03-18T01:55:13.658Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (23/198) |
1823 | 2025-03-18T01:55:14.198Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1824 | 2025-03-18T01:55:14.224Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1825 | 2025-03-18T01:55:14.224Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1826 | 2025-03-18T01:55:14.225Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1827 | 2025-03-18T01:55:14.263Z | |
1828 | 2025-03-18T01:55:14.263Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (24/198) |
1829 | 2025-03-18T01:55:14.829Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1830 | 2025-03-18T01:55:14.855Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1831 | 2025-03-18T01:55:14.857Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1832 | 2025-03-18T01:55:14.857Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1833 | 2025-03-18T01:55:14.898Z | |
1834 | 2025-03-18T01:55:14.898Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (25/198) |
1835 | 2025-03-18T01:55:15.462Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1836 | 2025-03-18T01:55:15.487Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1837 | 2025-03-18T01:55:15.488Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1838 | 2025-03-18T01:55:15.488Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1839 | 2025-03-18T01:55:15.535Z | |
1840 | 2025-03-18T01:55:15.535Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (26/198) |
1841 | 2025-03-18T01:55:16.086Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1842 | 2025-03-18T01:55:16.112Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1843 | 2025-03-18T01:55:16.112Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1844 | 2025-03-18T01:55:16.113Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1845 | 2025-03-18T01:55:16.152Z | |
1846 | 2025-03-18T01:55:16.152Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (27/198) |
1847 | 2025-03-18T01:55:16.706Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1848 | 2025-03-18T01:55:16.731Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1849 | 2025-03-18T01:55:16.731Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1850 | 2025-03-18T01:55:16.731Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1851 | 2025-03-18T01:55:16.777Z | |
1852 | 2025-03-18T01:55:16.777Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (28/198) |
1853 | 2025-03-18T01:55:17.357Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1854 | 2025-03-18T01:55:17.384Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1855 | 2025-03-18T01:55:17.384Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1856 | 2025-03-18T01:55:17.384Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1857 | 2025-03-18T01:55:17.422Z | |
1858 | 2025-03-18T01:55:17.423Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (29/198) |
1859 | 2025-03-18T01:55:17.972Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1860 | 2025-03-18T01:55:17.998Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1861 | 2025-03-18T01:55:17.998Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1862 | 2025-03-18T01:55:17.998Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1863 | 2025-03-18T01:55:18.036Z | |
1864 | 2025-03-18T01:55:18.036Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (30/198) |
1865 | 2025-03-18T01:55:18.601Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1866 | 2025-03-18T01:55:18.627Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1867 | 2025-03-18T01:55:18.627Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1868 | 2025-03-18T01:55:18.627Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1869 | 2025-03-18T01:55:18.666Z | |
1870 | 2025-03-18T01:55:18.666Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (31/198) |
1871 | 2025-03-18T01:55:19.232Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1872 | 2025-03-18T01:55:19.258Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1873 | 2025-03-18T01:55:19.258Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1874 | 2025-03-18T01:55:19.258Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1875 | 2025-03-18T01:55:19.297Z | |
1876 | 2025-03-18T01:55:19.298Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (32/198) |
1877 | 2025-03-18T01:55:19.853Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1878 | 2025-03-18T01:55:19.878Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1879 | 2025-03-18T01:55:19.879Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1880 | 2025-03-18T01:55:19.879Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1881 | 2025-03-18T01:55:19.917Z | |
1882 | 2025-03-18T01:55:19.917Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (33/198) |
1883 | 2025-03-18T01:55:20.483Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1884 | 2025-03-18T01:55:20.509Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1885 | 2025-03-18T01:55:20.509Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1886 | 2025-03-18T01:55:20.509Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1887 | 2025-03-18T01:55:20.551Z | |
1888 | 2025-03-18T01:55:20.552Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (34/198) |
1889 | 2025-03-18T01:55:21.133Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1890 | 2025-03-18T01:55:21.160Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1891 | 2025-03-18T01:55:21.160Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1892 | 2025-03-18T01:55:21.160Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1893 | 2025-03-18T01:55:21.186Z | |
1894 | 2025-03-18T01:55:21.186Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (35/198) |
1895 | 2025-03-18T01:55:21.747Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1896 | 2025-03-18T01:55:21.773Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1897 | 2025-03-18T01:55:21.773Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1898 | 2025-03-18T01:55:21.773Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1899 | 2025-03-18T01:55:21.814Z | |
1900 | 2025-03-18T01:55:21.814Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (36/198) |
1901 | 2025-03-18T01:55:22.391Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1902 | 2025-03-18T01:55:22.417Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1903 | 2025-03-18T01:55:22.417Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1904 | 2025-03-18T01:55:22.417Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1905 | 2025-03-18T01:55:22.455Z | |
1906 | 2025-03-18T01:55:22.455Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (37/198) |
1907 | 2025-03-18T01:55:23.004Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1908 | 2025-03-18T01:55:23.030Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1909 | 2025-03-18T01:55:23.030Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1910 | 2025-03-18T01:55:23.030Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1911 | 2025-03-18T01:55:23.072Z | |
1912 | 2025-03-18T01:55:23.072Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (38/198) |
1913 | 2025-03-18T01:55:23.633Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1914 | 2025-03-18T01:55:23.659Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1915 | 2025-03-18T01:55:23.659Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1916 | 2025-03-18T01:55:23.659Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1917 | 2025-03-18T01:55:23.699Z | |
1918 | 2025-03-18T01:55:23.699Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (39/198) |
1919 | 2025-03-18T01:55:24.269Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1920 | 2025-03-18T01:55:24.294Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1921 | 2025-03-18T01:55:24.294Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1922 | 2025-03-18T01:55:24.296Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1923 | 2025-03-18T01:55:24.332Z | |
1924 | 2025-03-18T01:55:24.332Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (40/198) |
1925 | 2025-03-18T01:55:24.905Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1926 | 2025-03-18T01:55:24.935Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1927 | 2025-03-18T01:55:24.935Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1928 | 2025-03-18T01:55:24.935Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1929 | 2025-03-18T01:55:24.971Z | |
1930 | 2025-03-18T01:55:24.971Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (41/198) |
1931 | 2025-03-18T01:55:25.555Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1932 | 2025-03-18T01:55:25.581Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1933 | 2025-03-18T01:55:25.581Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1934 | 2025-03-18T01:55:25.581Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
1935 | 2025-03-18T01:55:25.624Z | |
1936 | 2025-03-18T01:55:25.624Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (42/198) |
1937 | 2025-03-18T01:55:26.196Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1938 | 2025-03-18T01:55:26.221Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1939 | 2025-03-18T01:55:26.221Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1940 | 2025-03-18T01:55:26.221Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1941 | 2025-03-18T01:55:26.260Z | |
1942 | 2025-03-18T01:55:26.260Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (43/198) |
1943 | 2025-03-18T01:55:26.823Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1944 | 2025-03-18T01:55:26.849Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1945 | 2025-03-18T01:55:26.849Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1946 | 2025-03-18T01:55:26.849Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1947 | 2025-03-18T01:55:26.893Z | |
1948 | 2025-03-18T01:55:26.893Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (44/198) |
1949 | 2025-03-18T01:55:27.482Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1950 | 2025-03-18T01:55:27.507Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1951 | 2025-03-18T01:55:27.507Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1952 | 2025-03-18T01:55:27.507Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
1953 | 2025-03-18T01:55:27.549Z | |
1954 | 2025-03-18T01:55:27.549Z | info: running `cargo check --bins` on sled-hardware-types (45/198) |
1955 | 2025-03-18T01:55:28.352Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1956 | 2025-03-18T01:55:28.378Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1957 | 2025-03-18T01:55:28.378Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1958 | 2025-03-18T01:55:28.378Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
1959 | 2025-03-18T01:55:28.462Z | |
1960 | 2025-03-18T01:55:28.462Z | info: running `cargo check --bins --no-default-features` on illumos-utils (46/198) |
1961 | 2025-03-18T01:55:29.254Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1962 | 2025-03-18T01:55:29.280Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1963 | 2025-03-18T01:55:29.280Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1964 | 2025-03-18T01:55:29.280Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
1965 | 2025-03-18T01:55:29.366Z | |
1966 | 2025-03-18T01:55:29.366Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (47/198) |
1967 | 2025-03-18T01:55:30.172Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1968 | 2025-03-18T01:55:30.198Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1969 | 2025-03-18T01:55:30.198Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1970 | 2025-03-18T01:55:30.198Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
1971 | 2025-03-18T01:55:30.282Z | |
1972 | 2025-03-18T01:55:30.282Z | info: running `cargo check --bins` on oxlog (48/198) |
1973 | 2025-03-18T01:55:31.053Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1974 | 2025-03-18T01:55:31.079Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1975 | 2025-03-18T01:55:31.190Z | Checking cfg-if v1.0.0 |
1976 | 2025-03-18T01:55:31.216Z | Checking libc v0.2.170 |
1977 | 2025-03-18T01:55:31.241Z | Checking serde v1.0.218 |
1978 | 2025-03-18T01:55:31.241Z | Checking zeroize v1.8.1 |
1979 | 2025-03-18T01:55:31.267Z | Checking memchr v2.7.4 |
1980 | 2025-03-18T01:55:31.293Z | Checking typenum v1.17.0 |
1981 | 2025-03-18T01:55:31.293Z | Checking value-bag v1.9.0 |
1982 | 2025-03-18T01:55:31.318Z | Checking subtle v2.6.1 |
1983 | 2025-03-18T01:55:31.346Z | Checking scopeguard v1.2.0 |
1984 | 2025-03-18T01:55:31.492Z | Checking smallvec v1.14.0 |
1985 | 2025-03-18T01:55:31.533Z | Checking lock_api v0.4.12 |
1986 | 2025-03-18T01:55:31.575Z | Checking itoa v1.0.11 |
1987 | 2025-03-18T01:55:31.669Z | Checking log v0.4.22 |
1988 | 2025-03-18T01:55:31.786Z | Checking const-oid v0.9.6 |
1989 | 2025-03-18T01:55:31.826Z | Checking pin-project-lite v0.2.14 |
1990 | 2025-03-18T01:55:31.889Z | Checking byteorder v1.5.0 |
1991 | 2025-03-18T01:55:31.948Z | Checking once_cell v1.20.3 |
1992 | 2025-03-18T01:55:32.040Z | Checking futures-core v0.3.31 |
1993 | 2025-03-18T01:55:32.131Z | Checking getrandom v0.2.15 |
1994 | 2025-03-18T01:55:32.132Z | Checking parking_lot_core v0.9.10 |
1995 | 2025-03-18T01:55:32.182Z | Checking generic-array v0.14.7 |
1996 | 2025-03-18T01:55:32.232Z | Checking signal-hook-registry v1.4.2 |
1997 | 2025-03-18T01:55:32.257Z | Checking mio v1.0.2 |
1998 | 2025-03-18T01:55:32.283Z | Checking socket2 v0.5.8 |
1999 | 2025-03-18T01:55:32.374Z | Checking rand_core v0.6.4 |
2000 | 2025-03-18T01:55:32.486Z | Checking parking_lot v0.12.3 |
2001 | 2025-03-18T01:55:32.511Z | Checking cpufeatures v0.2.14 |
2002 | 2025-03-18T01:55:32.592Z | Checking stable_deref_trait v1.2.0 |
2003 | 2025-03-18T01:55:32.659Z | Checking futures-sink v0.3.31 |
2004 | 2025-03-18T01:55:32.692Z | Checking zerocopy v0.7.35 |
2005 | 2025-03-18T01:55:32.718Z | Checking slab v0.4.9 |
2006 | 2025-03-18T01:55:32.798Z | Checking zerofrom v0.1.4 |
2007 | 2025-03-18T01:55:32.824Z | Checking futures-channel v0.3.31 |
2008 | 2025-03-18T01:55:32.824Z | Checking equivalent v1.0.1 |
2009 | 2025-03-18T01:55:32.951Z | Checking allocator-api2 v0.2.18 |
2010 | 2025-03-18T01:55:32.977Z | Checking pin-utils v0.1.0 |
2011 | 2025-03-18T01:55:33.002Z | Checking yoke v0.7.4 |
2012 | 2025-03-18T01:55:33.074Z | Checking futures-task v0.3.31 |
2013 | 2025-03-18T01:55:33.145Z | Checking foldhash v0.1.3 |
2014 | 2025-03-18T01:55:33.171Z | Checking crypto-common v0.1.6 |
2015 | 2025-03-18T01:55:33.265Z | Checking block-buffer v0.10.4 |
2016 | 2025-03-18T01:55:33.303Z | Checking futures-io v0.3.31 |
2017 | 2025-03-18T01:55:33.329Z | Checking zerovec v0.10.4 |
2018 | 2025-03-18T01:55:33.354Z | Checking ryu v1.0.18 |
2019 | 2025-03-18T01:55:33.380Z | Checking block-padding v0.3.3 |
2020 | 2025-03-18T01:55:33.487Z | Checking futures-util v0.3.31 |
2021 | 2025-03-18T01:55:33.514Z | Checking digest v0.10.7 |
2022 | 2025-03-18T01:55:33.539Z | Checking hashbrown v0.15.1 |
2023 | 2025-03-18T01:55:33.577Z | Checking inout v0.1.3 |
2024 | 2025-03-18T01:55:33.603Z | Checking libm v0.2.8 |
2025 | 2025-03-18T01:55:33.759Z | Checking ppv-lite86 v0.2.20 |
2026 | 2025-03-18T01:55:33.803Z | Checking fnv v1.0.7 |
2027 | 2025-03-18T01:55:33.840Z | Checking hmac v0.12.1 |
2028 | 2025-03-18T01:55:33.939Z | Checking litemap v0.7.3 |
2029 | 2025-03-18T01:55:34.041Z | Checking writeable v0.5.5 |
2030 | 2025-03-18T01:55:34.255Z | Checking sha2 v0.10.8 |
2031 | 2025-03-18T01:55:34.329Z | Checking num-traits v0.2.19 |
2032 | 2025-03-18T01:55:34.355Z | Checking cipher v0.4.4 |
2033 | 2025-03-18T01:55:34.386Z | Checking getrandom v0.3.1 |
2034 | 2025-03-18T01:55:34.436Z | Checking base64ct v1.6.0 |
2035 | 2025-03-18T01:55:34.610Z | Checking thiserror v1.0.69 |
2036 | 2025-03-18T01:55:34.683Z | Checking tinystr v0.7.6 |
2037 | 2025-03-18T01:55:34.720Z | Checking flagset v0.4.6 |
2038 | 2025-03-18T01:55:34.746Z | Checking icu_locid_transform_data v1.5.0 |
2039 | 2025-03-18T01:55:34.771Z | Checking icu_collections v1.5.0 |
2040 | 2025-03-18T01:55:34.842Z | Checking pem-rfc7468 v0.7.0 |
2041 | 2025-03-18T01:55:34.868Z | Checking tracing-core v0.1.32 |
2042 | 2025-03-18T01:55:34.915Z | Checking percent-encoding v2.3.1 |
2043 | 2025-03-18T01:55:34.987Z | Checking icu_locid v1.5.0 |
2044 | 2025-03-18T01:55:35.095Z | Checking der v0.7.9 |
2045 | 2025-03-18T01:55:35.121Z | Checking rustls-pki-types v1.10.0 |
2046 | 2025-03-18T01:55:35.150Z | Checking bytes v1.10.1 |
2047 | 2025-03-18T01:55:35.354Z | Checking indexmap v2.7.1 |
2048 | 2025-03-18T01:55:35.423Z | Checking serde_json v1.0.139 |
2049 | 2025-03-18T01:55:35.568Z | Checking bitflags v2.6.0 |
2050 | 2025-03-18T01:55:35.603Z | Checking icu_properties_data v1.5.0 |
2051 | 2025-03-18T01:55:35.839Z | Checking tracing v0.1.40 |
2052 | 2025-03-18T01:55:35.873Z | Checking icu_provider v1.5.0 |
2053 | 2025-03-18T01:55:35.899Z | Checking salsa20 v0.10.2 |
2054 | 2025-03-18T01:55:36.050Z | Checking tokio v1.43.0 |
2055 | 2025-03-18T01:55:36.090Z | Checking http v1.2.0 |
2056 | 2025-03-18T01:55:36.163Z | Checking pbkdf2 v0.12.2 |
2057 | 2025-03-18T01:55:36.308Z | Checking aws-lc-sys v0.26.0 |
2058 | 2025-03-18T01:55:36.420Z | Checking icu_locid_transform v1.5.0 |
2059 | 2025-03-18T01:55:36.454Z | Checking httparse v1.9.5 |
2060 | 2025-03-18T01:55:36.621Z | Checking spki v0.7.3 |
2061 | 2025-03-18T01:55:36.843Z | Checking write16 v1.0.0 |
2062 | 2025-03-18T01:55:36.868Z | Checking icu_normalizer_data v1.5.0 |
2063 | 2025-03-18T01:55:36.894Z | Checking untrusted v0.9.0 |
2064 | 2025-03-18T01:55:36.968Z | Checking powerfmt v0.2.0 |
2065 | 2025-03-18T01:55:36.994Z | Checking untrusted v0.7.1 |
2066 | 2025-03-18T01:55:37.067Z | Checking utf16_iter v1.0.5 |
2067 | 2025-03-18T01:55:37.173Z | Checking utf8_iter v1.0.4 |
2068 | 2025-03-18T01:55:37.199Z | Checking ring v0.17.11 |
2069 | 2025-03-18T01:55:37.242Z | Checking scrypt v0.11.0 |
2070 | 2025-03-18T01:55:37.268Z | Checking deranged v0.3.11 |
2071 | 2025-03-18T01:55:37.297Z | Checking icu_properties v1.5.1 |
2072 | 2025-03-18T01:55:37.373Z | Checking aes v0.8.4 |
2073 | 2025-03-18T01:55:37.465Z | Checking cbc v0.1.2 |
2074 | 2025-03-18T01:55:37.492Z | Checking crossbeam-utils v0.8.20 |
2075 | 2025-03-18T01:55:37.660Z | Checking spin v0.9.8 |
2076 | 2025-03-18T01:55:37.962Z | Checking num_threads v0.1.7 |
2077 | 2025-03-18T01:55:38.079Z | Checking aws-lc-rs v1.12.4 |
2078 | 2025-03-18T01:55:38.104Z | Checking time-core v0.1.2 |
2079 | 2025-03-18T01:55:38.130Z | Checking atomic-waker v1.1.2 |
2080 | 2025-03-18T01:55:38.156Z | Checking num-conv v0.1.0 |
2081 | 2025-03-18T01:55:38.263Z | Checking tinyvec_macros v0.1.1 |
2082 | 2025-03-18T01:55:38.289Z | Checking pkcs5 v0.7.1 |
2083 | 2025-03-18T01:55:38.360Z | Checking http-body v1.0.1 |
2084 | 2025-03-18T01:55:38.385Z | Checking tinyvec v1.8.0 |
2085 | 2025-03-18T01:55:38.413Z | Checking time v0.3.36 |
2086 | 2025-03-18T01:55:38.564Z | Checking uuid v1.15.1 |
2087 | 2025-03-18T01:55:38.709Z | Checking form_urlencoded v1.2.1 |
2088 | 2025-03-18T01:55:38.888Z | Checking rand_chacha v0.3.1 |
2089 | 2025-03-18T01:55:39.103Z | Checking try-lock v0.2.5 |
2090 | 2025-03-18T01:55:39.135Z | Checking pkcs8 v0.10.2 |
2091 | 2025-03-18T01:55:39.229Z | Checking rand v0.8.5 |
2092 | 2025-03-18T01:55:39.255Z | Checking want v0.3.1 |
2093 | 2025-03-18T01:55:39.413Z | Checking adler2 v2.0.0 |
2094 | 2025-03-18T01:55:39.439Z | Checking unicode-ident v1.0.14 |
2095 | 2025-03-18T01:55:39.439Z | Checking iana-time-zone v0.1.61 |
2096 | 2025-03-18T01:55:39.573Z | Checking tower-service v0.3.3 |
2097 | 2025-03-18T01:55:39.599Z | Checking httpdate v1.0.3 |
2098 | 2025-03-18T01:55:39.625Z | Checking proc-macro2 v1.0.94 |
2099 | 2025-03-18T01:55:39.659Z | Checking rustls-webpki v0.102.8 |
2100 | 2025-03-18T01:55:39.711Z | Checking chrono v0.4.40 |
2101 | 2025-03-18T01:55:39.851Z | Checking miniz_oxide v0.8.5 |
2102 | 2025-03-18T01:55:40.060Z | Checking icu_normalizer v1.5.0 |
2103 | 2025-03-18T01:55:40.191Z | Checking serde_spanned v0.6.8 |
2104 | 2025-03-18T01:55:40.248Z | Checking toml_datetime v0.6.8 |
2105 | 2025-03-18T01:55:40.348Z | Checking zerocopy v0.8.10 |
2106 | 2025-03-18T01:55:40.373Z | Checking slog v2.7.0 |
2107 | 2025-03-18T01:55:40.399Z | Checking scroll v0.12.0 |
2108 | 2025-03-18T01:55:40.487Z | Checking foreign-types-shared v0.1.1 |
2109 | 2025-03-18T01:55:40.526Z | Checking base64 v0.22.1 |
2110 | 2025-03-18T01:55:40.614Z | Checking match_cfg v0.1.0 |
2111 | 2025-03-18T01:55:40.730Z | Checking plain v0.2.3 |
2112 | 2025-03-18T01:55:40.762Z | Checking idna_adapter v1.2.0 |
2113 | 2025-03-18T01:55:40.814Z | Checking ucd-trie v0.1.7 |
2114 | 2025-03-18T01:55:40.841Z | Checking hostname v0.3.1 |
2115 | 2025-03-18T01:55:40.880Z | Checking goblin v0.8.2 |
2116 | 2025-03-18T01:55:40.948Z | Checking idna v1.0.3 |
2117 | 2025-03-18T01:55:40.975Z | Checking foreign-types v0.3.2 |
2118 | 2025-03-18T01:55:41.001Z | Checking quote v1.0.39 |
2119 | 2025-03-18T01:55:41.027Z | Checking pest v2.7.14 |
2120 | 2025-03-18T01:55:41.062Z | Checking openssl-sys v0.9.106 |
2121 | 2025-03-18T01:55:41.288Z | Checking dirs-sys-next v0.1.2 |
2122 | 2025-03-18T01:55:41.409Z | Checking url v2.5.3 |
2123 | 2025-03-18T01:55:41.465Z | Checking errno v0.3.9 |
2124 | 2025-03-18T01:55:41.492Z | Checking aho-corasick v1.1.3 |
2125 | 2025-03-18T01:55:41.649Z | Checking regex-syntax v0.8.5 |
2126 | 2025-03-18T01:55:41.998Z | Checking siphasher v0.3.11 |
2127 | 2025-03-18T01:55:42.112Z | Checking tokio-util v0.7.13 |
2128 | 2025-03-18T01:55:42.149Z | Compiling newtype-uuid v1.2.1 |
2129 | 2025-03-18T01:55:42.270Z | Checking pretty-hex v0.4.1 |
2130 | 2025-03-18T01:55:42.414Z | Checking data-encoding v2.6.0 |
2131 | 2025-03-18T01:55:42.472Z | Checking openssl v0.10.71 |
2132 | 2025-03-18T01:55:42.750Z | Checking rand_core v0.9.2 |
2133 | 2025-03-18T01:55:42.836Z | Checking h2 v0.4.6 |
2134 | 2025-03-18T01:55:42.861Z | Checking rustix v0.38.37 |
2135 | 2025-03-18T01:55:42.913Z | Checking dirs-next v2.0.0 |
2136 | 2025-03-18T01:55:43.035Z | Checking syn v2.0.98 |
2137 | 2025-03-18T01:55:43.061Z | Checking rand_chacha v0.9.0 |
2138 | 2025-03-18T01:55:43.149Z | Checking dtrace-parser v0.2.0 |
2139 | 2025-03-18T01:55:43.422Z | Checking unicode-normalization v0.1.24 |
2140 | 2025-03-18T01:55:43.574Z | Checking http-body-util v0.1.2 |
2141 | 2025-03-18T01:55:43.961Z | Checking crossbeam-epoch v0.9.18 |
2142 | 2025-03-18T01:55:44.155Z | Checking semver v1.0.25 |
2143 | 2025-03-18T01:55:44.307Z | Checking regex-automata v0.4.8 |
2144 | 2025-03-18T01:55:44.332Z | Checking sha1 v0.10.6 |
2145 | 2025-03-18T01:55:44.509Z | Checking signature v2.2.0 |
2146 | 2025-03-18T01:55:44.574Z | Checking thread_local v1.1.8 |
2147 | 2025-03-18T01:55:44.704Z | Checking thread-id v4.2.2 |
2148 | 2025-03-18T01:55:44.818Z | Checking encoding_rs v0.8.34 |
2149 | 2025-03-18T01:55:44.845Z | Checking crc32fast v1.4.2 |
2150 | 2025-03-18T01:55:44.961Z | Checking dof v0.3.0 |
2151 | 2025-03-18T01:55:45.074Z | Checking unicode-properties v0.1.3 |
2152 | 2025-03-18T01:55:45.368Z | Checking either v1.14.0 |
2153 | 2025-03-18T01:55:45.475Z | Checking utf8parse v0.2.2 |
2154 | 2025-03-18T01:55:45.545Z | Checking gimli v0.31.1 |
2155 | 2025-03-18T01:55:45.626Z | Checking ipnet v2.11.0 |
2156 | 2025-03-18T01:55:45.716Z | Checking anstyle v1.0.10 |
2157 | 2025-03-18T01:55:46.005Z | Checking winnow v0.7.3 |
2158 | 2025-03-18T01:55:46.031Z | Checking dyn-clone v1.0.19 |
2159 | 2025-03-18T01:55:46.164Z | Checking unicode-bidi v0.3.17 |
2160 | 2025-03-18T01:55:46.667Z | Checking openssl-probe v0.1.5 |
2161 | 2025-03-18T01:55:46.692Z | Checking mime v0.3.17 |
2162 | 2025-03-18T01:55:46.842Z | Checking stringprep v0.1.5 |
2163 | 2025-03-18T01:55:46.869Z | Checking native-tls v0.2.12 |
2164 | 2025-03-18T01:55:47.016Z | Checking schemars v0.8.22 |
2165 | 2025-03-18T01:55:47.129Z | Checking anstyle-parse v0.2.5 |
2166 | 2025-03-18T01:55:47.196Z | Checking crossbeam-deque v0.8.5 |
2167 | 2025-03-18T01:55:47.410Z | Checking rand v0.9.0 |
2168 | 2025-03-18T01:55:47.508Z | Checking term v0.7.0 |
2169 | 2025-03-18T01:55:47.926Z | Checking slog-json v2.6.1 |
2170 | 2025-03-18T01:55:47.972Z | Checking rustls v0.22.4 |
2171 | 2025-03-18T01:55:48.125Z | Checking hyper v1.6.0 |
2172 | 2025-03-18T01:55:48.178Z | Checking usdt-impl v0.5.0 |
2173 | 2025-03-18T01:55:48.219Z | Checking rustls v0.23.19 |
2174 | 2025-03-18T01:55:48.392Z | Checking serde_urlencoded v0.7.1 |
2175 | 2025-03-18T01:55:48.419Z | Checking crossbeam-channel v0.5.13 |
2176 | 2025-03-18T01:55:48.445Z | Checking toml_edit v0.22.24 |
2177 | 2025-03-18T01:55:48.724Z | Checking futures-executor v0.3.31 |
2178 | 2025-03-18T01:55:48.809Z | Checking bzip2-sys v0.1.11+1.0.8 |
2179 | 2025-03-18T01:55:48.835Z | Checking addr2line v0.24.2 |
2180 | 2025-03-18T01:55:48.937Z | Checking rustls-pemfile v2.2.0 |
2181 | 2025-03-18T01:55:48.963Z | Checking num-integer v0.1.46 |
2182 | 2025-03-18T01:55:49.065Z | Checking md-5 v0.10.6 |
2183 | 2025-03-18T01:55:49.148Z | Checking ff v0.13.0 |
2184 | 2025-03-18T01:55:49.296Z | Checking hash32 v0.2.1 |
2185 | 2025-03-18T01:55:49.325Z | Checking memmap v0.7.0 |
2186 | 2025-03-18T01:55:49.360Z | Checking is-terminal v0.4.13 |
2187 | 2025-03-18T01:55:49.386Z | Checking object v0.36.5 |
2188 | 2025-03-18T01:55:49.501Z | Checking quick-error v1.2.3 |
2189 | 2025-03-18T01:55:49.538Z | Checking is_terminal_polyfill v1.70.1 |
2190 | 2025-03-18T01:55:49.569Z | Checking fallible-iterator v0.2.0 |
2191 | 2025-03-18T01:55:49.658Z | Checking psl-types v2.0.11 |
2192 | 2025-03-18T01:55:49.685Z | Checking colorchoice v1.0.2 |
2193 | 2025-03-18T01:55:49.825Z | Checking take_mut v0.2.2 |
2194 | 2025-03-18T01:55:49.851Z | Checking linked-hash-map v0.5.6 |
2195 | 2025-03-18T01:55:49.953Z | Checking hyper-util v0.1.10 |
2196 | 2025-03-18T01:55:49.979Z | Checking base16ct v0.2.0 |
2197 | 2025-03-18T01:55:50.108Z | Checking rustc-demangle v0.1.24 |
2198 | 2025-03-18T01:55:50.159Z | Checking anstyle-query v1.1.1 |
2199 | 2025-03-18T01:55:50.185Z | Checking utf-8 v0.7.6 |
2200 | 2025-03-18T01:55:50.293Z | Checking anstream v0.6.15 |
2201 | 2025-03-18T01:55:50.391Z | Checking tungstenite v0.24.0 |
2202 | 2025-03-18T01:55:50.521Z | Checking sec1 v0.7.3 |
2203 | 2025-03-18T01:55:50.660Z | Checking lru-cache v0.1.2 |
2204 | 2025-03-18T01:55:50.830Z | Checking toml v0.8.20 |
2205 | 2025-03-18T01:55:50.859Z | Checking postgres-protocol v0.6.8 |
2206 | 2025-03-18T01:55:50.922Z | Checking slog-async v2.8.0 |
2207 | 2025-03-18T01:55:51.079Z | Checking tokio-rustls v0.25.0 |
2208 | 2025-03-18T01:55:51.173Z | Checking publicsuffix v2.3.0 |
2209 | 2025-03-18T01:55:51.231Z | Checking resolv-conf v0.7.0 |
2210 | 2025-03-18T01:55:51.363Z | Checking heapless v0.7.17 |
2211 | 2025-03-18T01:55:51.421Z | Checking usdt v0.5.0 |
2212 | 2025-03-18T01:55:51.467Z | Checking slog-term v2.9.1 |
2213 | 2025-03-18T01:55:51.508Z | Checking num-iter v0.1.45 |
2214 | 2025-03-18T01:55:51.508Z | Checking group v0.13.0 |
2215 | 2025-03-18T01:55:51.645Z | Checking futures v0.3.31 |
2216 | 2025-03-18T01:55:51.688Z | Checking bzip2 v0.4.4 |
2217 | 2025-03-18T01:55:51.726Z | Checking slog-bunyan v2.5.0 |
2218 | 2025-03-18T01:55:51.761Z | Checking rayon-core v1.12.1 |
2219 | 2025-03-18T01:55:51.795Z | Checking tokio-native-tls v0.3.1 |
2220 | 2025-03-18T01:55:51.894Z | Checking multer v3.1.0 |
2221 | 2025-03-18T01:55:51.934Z | Checking hickory-proto v0.24.4 |
2222 | 2025-03-18T01:55:51.971Z | Checking terminal_size v0.4.0 |
2223 | 2025-03-18T01:55:52.020Z | Checking flate2 v1.1.0 |
2224 | 2025-03-18T01:55:52.176Z | Checking phf_shared v0.11.2 |
2225 | 2025-03-18T01:55:52.278Z | Checking cookie v0.18.1 |
2226 | 2025-03-18T01:55:52.397Z | Checking async-stream v0.3.6 |
2227 | 2025-03-18T01:55:52.454Z | Checking signal-hook v0.3.17 |
2228 | 2025-03-18T01:55:52.498Z | Checking camino v1.1.9 |
2229 | 2025-03-18T01:55:52.603Z | Checking waitgroup v0.1.2 |
2230 | 2025-03-18T01:55:52.631Z | Checking lazy_static v1.5.0 |
2231 | 2025-03-18T01:55:52.710Z | Checking openapiv3 v2.0.0 |
2232 | 2025-03-18T01:55:52.743Z | Checking webpki-roots v0.26.6 |
2233 | 2025-03-18T01:55:52.793Z | Checking serde_path_to_error v0.1.16 |
2234 | 2025-03-18T01:55:52.855Z | Checking hkdf v0.12.4 |
2235 | 2025-03-18T01:55:52.933Z | Checking crypto-bigint v0.5.5 |
2236 | 2025-03-18T01:55:52.965Z | Checking sync_wrapper v1.0.1 |
2237 | 2025-03-18T01:55:52.992Z | Checking tokio-rustls v0.26.0 |
2238 | 2025-03-18T01:55:52.992Z | Checking hostname v0.4.0 |
2239 | 2025-03-18T01:55:53.096Z | Checking debug-ignore v1.0.5 |
2240 | 2025-03-18T01:55:53.123Z | Checking tower-layer v0.3.3 |
2241 | 2025-03-18T01:55:53.241Z | Checking managed v0.8.0 |
2242 | 2025-03-18T01:55:53.298Z | Checking bitflags v1.3.2 |
2243 | 2025-03-18T01:55:53.324Z | Checking bumpalo v3.16.0 |
2244 | 2025-03-18T01:55:53.363Z | Checking simd-adler32 v0.3.7 |
2245 | 2025-03-18T01:55:53.402Z | Checking unicode-width v0.2.0 |
2246 | 2025-03-18T01:55:53.572Z | Checking strsim v0.11.1 |
2247 | 2025-03-18T01:55:53.620Z | Checking winnow v0.5.40 |
2248 | 2025-03-18T01:55:53.668Z | Checking lockfree-object-pool v0.1.6 |
2249 | 2025-03-18T01:55:53.816Z | Checking clap_lex v0.7.4 |
2250 | 2025-03-18T01:55:53.844Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2251 | 2025-03-18T01:55:53.892Z | Checking zopfli v0.8.1 |
2252 | 2025-03-18T01:55:54.055Z | Checking clap_builder v4.5.31 |
2253 | 2025-03-18T01:55:54.108Z | Checking console v0.15.10 |
2254 | 2025-03-18T01:55:54.482Z | Checking smoltcp v0.9.1 |
2255 | 2025-03-18T01:55:54.509Z | Checking backtrace v0.3.74 |
2256 | 2025-03-18T01:55:54.595Z | Checking tower v0.5.2 |
2257 | 2025-03-18T01:55:55.027Z | Checking anyhow v1.0.97 |
2258 | 2025-03-18T01:55:55.181Z | Checking elliptic-curve v0.13.8 |
2259 | 2025-03-18T01:55:55.232Z | Checking hyper-rustls v0.27.3 |
2260 | 2025-03-18T01:55:55.317Z | Checking dropshot v0.12.0 |
2261 | 2025-03-18T01:55:55.374Z | Checking num-bigint-dig v0.8.4 |
2262 | 2025-03-18T01:55:55.540Z | Checking signal-hook-mio v0.2.4 |
2263 | 2025-03-18T01:55:55.661Z | Checking cookie_store v0.21.1 |
2264 | 2025-03-18T01:55:55.708Z | Checking phf v0.11.2 |
2265 | 2025-03-18T01:55:55.770Z | Checking rayon v1.10.0 |
2266 | 2025-03-18T01:55:55.906Z | Checking hickory-resolver v0.24.4 |
2267 | 2025-03-18T01:55:55.951Z | Checking hyper-tls v0.6.0 |
2268 | 2025-03-18T01:55:55.982Z | Checking toml_edit v0.19.15 |
2269 | 2025-03-18T01:55:56.215Z | Checking postgres-types v0.2.9 |
2270 | 2025-03-18T01:55:56.318Z | Checking tokio-tungstenite v0.24.0 |
2271 | 2025-03-18T01:55:56.731Z | Checking bstr v1.10.0 |
2272 | 2025-03-18T01:55:56.765Z | Checking regex v1.11.1 |
2273 | 2025-03-18T01:55:56.792Z | Checking ed25519 v2.2.3 |
2274 | 2025-03-18T01:55:57.040Z | Checking tokio-stream v0.1.17 |
2275 | 2025-03-18T01:55:57.126Z | Checking phf_shared v0.10.0 |
2276 | 2025-03-18T01:55:57.242Z | Checking zerocopy v0.6.6 |
2277 | 2025-03-18T01:55:57.294Z | Checking curve25519-dalek v4.1.3 |
2278 | 2025-03-18T01:55:57.341Z | Checking hubpack v0.1.2 |
2279 | 2025-03-18T01:55:57.427Z | Checking memoffset v0.9.1 |
2280 | 2025-03-18T01:55:57.523Z | Checking portable-atomic v1.9.0 |
2281 | 2025-03-18T01:55:57.614Z | Checking pkcs1 v0.7.5 |
2282 | 2025-03-18T01:55:57.750Z | Checking float-cmp v0.10.0 |
2283 | 2025-03-18T01:55:57.841Z | Checking serde-big-array v0.5.1 |
2284 | 2025-03-18T01:55:57.954Z | Checking rfc6979 v0.4.0 |
2285 | 2025-03-18T01:55:57.998Z | Checking fixedbitset v0.4.2 |
2286 | 2025-03-18T01:55:58.038Z | Checking static_assertions v1.1.0 |
2287 | 2025-03-18T01:55:58.107Z | Checking normalize-line-endings v0.3.0 |
2288 | 2025-03-18T01:55:58.162Z | Checking whoami v1.5.2 |
2289 | 2025-03-18T01:55:58.162Z | Checking precomputed-hash v0.1.1 |
2290 | 2025-03-18T01:55:58.214Z | Checking minimal-lexical v0.2.1 |
2291 | 2025-03-18T01:55:58.240Z | Checking predicates-core v1.0.8 |
2292 | 2025-03-18T01:55:58.285Z | Checking difflib v0.4.0 |
2293 | 2025-03-18T01:55:58.320Z | Checking number_prefix v0.4.0 |
2294 | 2025-03-18T01:55:58.399Z | Checking new_debug_unreachable v1.0.6 |
2295 | 2025-03-18T01:55:58.442Z | Checking unicode-segmentation v1.12.0 |
2296 | 2025-03-18T01:55:58.471Z | Checking tokio-postgres v0.7.13 |
2297 | 2025-03-18T01:55:58.500Z | Checking string_cache v0.8.7 |
2298 | 2025-03-18T01:55:58.537Z | Checking qorb v0.2.1 |
2299 | 2025-03-18T01:55:58.582Z | Checking predicates v3.1.3 |
2300 | 2025-03-18T01:55:58.613Z | Checking nom v7.1.3 |
2301 | 2025-03-18T01:55:58.768Z | Checking indicatif v0.17.11 |
2302 | 2025-03-18T01:55:58.797Z | Checking petgraph v0.6.5 |
2303 | 2025-03-18T01:55:58.798Z | Checking ed25519-dalek v2.1.1 |
2304 | 2025-03-18T01:55:59.007Z | Checking similar v2.7.0 |
2305 | 2025-03-18T01:55:59.135Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2306 | 2025-03-18T01:55:59.175Z | Checking ecdsa v0.16.9 |
2307 | 2025-03-18T01:55:59.434Z | Checking toml v0.7.8 |
2308 | 2025-03-18T01:55:59.710Z | Checking rsa v0.9.6 |
2309 | 2025-03-18T01:55:59.773Z | Checking nix v0.29.0 |
2310 | 2025-03-18T01:56:00.031Z | Checking clap v4.5.31 |
2311 | 2025-03-18T01:56:00.136Z | Checking reqwest v0.12.12 |
2312 | 2025-03-18T01:56:00.538Z | Checking crossterm v0.28.1 |
2313 | 2025-03-18T01:56:00.658Z | Checking zip v2.1.3 |
2314 | 2025-03-18T01:56:00.803Z | Checking zip v0.6.6 |
2315 | 2025-03-18T01:56:00.875Z | Checking ipnetwork v0.21.1 |
2316 | 2025-03-18T01:56:00.930Z | Checking itertools v0.10.5 |
2317 | 2025-03-18T01:56:01.204Z | Checking itertools v0.12.1 |
2318 | 2025-03-18T01:56:01.351Z | Checking fs-err v2.11.0 |
2319 | 2025-03-18T01:56:01.388Z | Checking ahash v0.8.11 |
2320 | 2025-03-18T01:56:01.590Z | Checking buf-list v1.0.3 |
2321 | 2025-03-18T01:56:01.790Z | Checking x509-cert v0.2.5 |
2322 | 2025-03-18T01:56:01.861Z | Checking hex v0.4.3 |
2323 | 2025-03-18T01:56:01.901Z | Checking lalrpop-util v0.19.12 |
2324 | 2025-03-18T01:56:01.945Z | Checking peg-runtime v0.8.5 |
2325 | 2025-03-18T01:56:01.974Z | Checking sigpipe v0.1.3 |
2326 | 2025-03-18T01:56:03.332Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2327 | 2025-03-18T01:56:03.810Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.48s |
2328 | 2025-03-18T01:56:03.937Z | |
2329 | 2025-03-18T01:56:03.937Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (49/198) |
2330 | 2025-03-18T01:56:04.733Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2331 | 2025-03-18T01:56:04.759Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2332 | 2025-03-18T01:56:04.864Z | Compiling regress v0.10.3 |
2333 | 2025-03-18T01:56:04.899Z | Checking heck v0.5.0 |
2334 | 2025-03-18T01:56:04.934Z | Checking fastrand v2.1.1 |
2335 | 2025-03-18T01:56:04.962Z | Compiling unsafe-libyaml v0.2.11 |
2336 | 2025-03-18T01:56:04.988Z | Compiling structmeta-derive v0.3.0 |
2337 | 2025-03-18T01:56:04.988Z | Compiling ident_case v1.0.1 |
2338 | 2025-03-18T01:56:05.014Z | Checking oxnet v0.1.1 |
2339 | 2025-03-18T01:56:05.116Z | Checking progenitor-client v0.8.0 |
2340 | 2025-03-18T01:56:05.190Z | Compiling darling_core v0.20.10 |
2341 | 2025-03-18T01:56:05.257Z | Checking tempfile v3.13.0 |
2342 | 2025-03-18T01:56:05.368Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2343 | 2025-03-18T01:56:05.423Z | Checking newtype-uuid v1.2.1 |
2344 | 2025-03-18T01:56:05.602Z | Compiling proc-macro-crate v1.3.1 |
2345 | 2025-03-18T01:56:05.677Z | Checking wait-timeout v0.2.0 |
2346 | 2025-03-18T01:56:05.731Z | Checking bit-vec v0.8.0 |
2347 | 2025-03-18T01:56:05.852Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2348 | 2025-03-18T01:56:06.075Z | Compiling serde_yaml v0.9.34+deprecated |
2349 | 2025-03-18T01:56:06.138Z | Checking bit-set v0.8.0 |
2350 | 2025-03-18T01:56:06.382Z | Checking rusty-fork v0.3.0 |
2351 | 2025-03-18T01:56:06.407Z | Compiling num_enum_derive v0.5.11 |
2352 | 2025-03-18T01:56:06.433Z | Compiling lzma-sys v0.1.20 |
2353 | 2025-03-18T01:56:06.666Z | Checking rand_xorshift v0.3.0 |
2354 | 2025-03-18T01:56:06.850Z | Compiling daft-derive v0.1.2 |
2355 | 2025-03-18T01:56:07.037Z | Compiling foreign-types-macros v0.2.3 |
2356 | 2025-03-18T01:56:07.063Z | Compiling structmeta v0.3.0 |
2357 | 2025-03-18T01:56:07.391Z | Compiling parse-display-derive v0.10.0 |
2358 | 2025-03-18T01:56:07.623Z | Checking typify-impl v0.2.0 |
2359 | 2025-03-18T01:56:08.121Z | Compiling thiserror-impl v2.0.11 |
2360 | 2025-03-18T01:56:08.228Z | Compiling dropshot v0.16.0 |
2361 | 2025-03-18T01:56:08.484Z | Checking foreign-types-shared v0.3.1 |
2362 | 2025-03-18T01:56:08.606Z | Checking arc-swap v1.7.1 |
2363 | 2025-03-18T01:56:08.657Z | Checking unarray v0.1.4 |
2364 | 2025-03-18T01:56:08.811Z | Checking proptest v1.6.0 |
2365 | 2025-03-18T01:56:08.971Z | Checking slog-scope v4.4.0 |
2366 | 2025-03-18T01:56:09.030Z | Checking foreign-types v0.5.0 |
2367 | 2025-03-18T01:56:09.161Z | Checking num_enum v0.5.11 |
2368 | 2025-03-18T01:56:09.210Z | Checking daft v0.1.2 |
2369 | 2025-03-18T01:56:09.312Z | Compiling test-strategy v0.4.0 |
2370 | 2025-03-18T01:56:09.621Z | Checking strum v0.26.3 |
2371 | 2025-03-18T01:56:09.657Z | Compiling proc-macro-error v1.0.4 |
2372 | 2025-03-18T01:56:10.039Z | Compiling darling_macro v0.20.10 |
2373 | 2025-03-18T01:56:10.111Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2374 | 2025-03-18T01:56:10.198Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2375 | 2025-03-18T01:56:10.266Z | Checking tungstenite v0.21.0 |
2376 | 2025-03-18T01:56:10.310Z | Compiling heck v0.3.3 |
2377 | 2025-03-18T01:56:10.563Z | Checking parse-display v0.10.0 |
2378 | 2025-03-18T01:56:10.638Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2379 | 2025-03-18T01:56:10.673Z | Checking thiserror v2.0.11 |
2380 | 2025-03-18T01:56:10.853Z | Compiling dropshot_endpoint v0.16.0 |
2381 | 2025-03-18T01:56:10.879Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2382 | 2025-03-18T01:56:10.904Z | Compiling darling v0.20.10 |
2383 | 2025-03-18T01:56:11.004Z | Compiling serde_with_macros v3.12.0 |
2384 | 2025-03-18T01:56:11.104Z | Checking cstr-argument v0.1.2 |
2385 | 2025-03-18T01:56:11.278Z | Checking instant v0.1.13 |
2386 | 2025-03-18T01:56:11.333Z | Checking pretty-hex v0.2.1 |
2387 | 2025-03-18T01:56:11.400Z | Checking base64 v0.21.7 |
2388 | 2025-03-18T01:56:11.486Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
2389 | 2025-03-18T01:56:11.613Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2390 | 2025-03-18T01:56:11.781Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2391 | 2025-03-18T01:56:11.835Z | Checking backoff v0.4.0 |
2392 | 2025-03-18T01:56:11.880Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2393 | 2025-03-18T01:56:11.942Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2394 | 2025-03-18T01:56:12.058Z | Checking tokio-tungstenite v0.21.0 |
2395 | 2025-03-18T01:56:12.114Z | Compiling zone_cfg_derive v0.1.2 |
2396 | 2025-03-18T01:56:12.183Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2397 | 2025-03-18T01:56:12.367Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2398 | 2025-03-18T01:56:12.489Z | Checking slog-stdlog v4.1.1 |
2399 | 2025-03-18T01:56:12.651Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2400 | 2025-03-18T01:56:12.693Z | Checking progenitor-client v0.9.1 |
2401 | 2025-03-18T01:56:12.719Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
2402 | 2025-03-18T01:56:12.814Z | Checking colored v2.2.0 |
2403 | 2025-03-18T01:56:12.925Z | Checking macaddr v1.0.1 |
2404 | 2025-03-18T01:56:13.059Z | Checking winnow v0.6.20 |
2405 | 2025-03-18T01:56:13.084Z | Checking serde_with v3.12.0 |
2406 | 2025-03-18T01:56:13.110Z | Checking unicode-width v0.1.14 |
2407 | 2025-03-18T01:56:13.152Z | Checking base64 v0.13.1 |
2408 | 2025-03-18T01:56:13.234Z | Checking zone v0.1.8 |
2409 | 2025-03-18T01:56:13.259Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2410 | 2025-03-18T01:56:13.533Z | Checking ron v0.7.1 |
2411 | 2025-03-18T01:56:13.558Z | Checking tabwriter v1.4.0 |
2412 | 2025-03-18T01:56:13.669Z | Checking slog-envlogger v2.2.0 |
2413 | 2025-03-18T01:56:13.773Z | Checking xz2 v0.1.7 |
2414 | 2025-03-18T01:56:13.843Z | Checking xattr v1.3.1 |
2415 | 2025-03-18T01:56:13.881Z | Checking pem v3.0.5 |
2416 | 2025-03-18T01:56:14.036Z | Checking yasna v0.5.2 |
2417 | 2025-03-18T01:56:14.062Z | Checking headers-core v0.3.0 |
2418 | 2025-03-18T01:56:14.146Z | Checking smf v0.2.3 |
2419 | 2025-03-18T01:56:14.207Z | Checking filetime v0.2.25 |
2420 | 2025-03-18T01:56:14.403Z | Checking same-file v1.0.6 |
2421 | 2025-03-18T01:56:14.486Z | Checking tar v0.4.44 |
2422 | 2025-03-18T01:56:14.556Z | Checking headers v0.4.0 |
2423 | 2025-03-18T01:56:14.582Z | Checking walkdir v2.5.0 |
2424 | 2025-03-18T01:56:14.778Z | Checking rcgen v0.12.1 |
2425 | 2025-03-18T01:56:14.847Z | Checking camino-tempfile v1.1.1 |
2426 | 2025-03-18T01:56:15.099Z | Checking atomicwrites v0.4.4 |
2427 | 2025-03-18T01:56:15.219Z | Checking subprocess v0.2.9 |
2428 | 2025-03-18T01:56:17.484Z | Compiling typify-macro v0.2.0 |
2429 | 2025-03-18T01:56:19.267Z | Compiling typify v0.2.0 |
2430 | 2025-03-18T01:56:19.373Z | Compiling progenitor-impl v0.8.0 |
2431 | 2025-03-18T01:56:22.506Z | Compiling progenitor-macro v0.8.0 |
2432 | 2025-03-18T01:56:26.482Z | Checking progenitor v0.8.0 |
2433 | 2025-03-18T01:56:26.673Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889) |
2434 | 2025-03-18T01:56:26.674Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2435 | 2025-03-18T01:56:30.086Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
2436 | 2025-03-18T01:56:30.691Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2437 | 2025-03-18T01:56:38.890Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2438 | 2025-03-18T01:56:40.981Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2439 | 2025-03-18T01:56:42.716Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.77s |
2440 | 2025-03-18T01:56:42.891Z | |
2441 | 2025-03-18T01:56:42.891Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/198) |
2442 | 2025-03-18T01:56:43.698Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2443 | 2025-03-18T01:56:43.723Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2444 | 2025-03-18T01:56:44.165Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2445 | 2025-03-18T01:56:45.580Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.68s |
2446 | 2025-03-18T01:56:45.764Z | |
2447 | 2025-03-18T01:56:45.764Z | info: running `cargo check --bins` on nexus-config (51/198) |
2448 | 2025-03-18T01:56:46.557Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2449 | 2025-03-18T01:56:46.583Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2450 | 2025-03-18T01:56:46.583Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2451 | 2025-03-18T01:56:46.583Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
2452 | 2025-03-18T01:56:46.677Z | |
2453 | 2025-03-18T01:56:46.677Z | info: running `cargo check --bins` on omicron-rpaths (52/198) |
2454 | 2025-03-18T01:56:47.442Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2455 | 2025-03-18T01:56:47.468Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2456 | 2025-03-18T01:56:47.468Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2457 | 2025-03-18T01:56:47.468Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
2458 | 2025-03-18T01:56:47.558Z | |
2459 | 2025-03-18T01:56:47.558Z | info: running `cargo check --bins` on omicron-certificates (53/198) |
2460 | 2025-03-18T01:56:48.343Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2461 | 2025-03-18T01:56:48.369Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2462 | 2025-03-18T01:56:48.369Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2463 | 2025-03-18T01:56:48.369Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
2464 | 2025-03-18T01:56:48.462Z | |
2465 | 2025-03-18T01:56:48.462Z | info: running `cargo check --bins` on omicron-clickhouse-admin (54/198) |
2466 | 2025-03-18T01:56:49.267Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2467 | 2025-03-18T01:56:49.292Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2468 | 2025-03-18T01:56:49.437Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2469 | 2025-03-18T01:56:49.483Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2470 | 2025-03-18T01:56:49.483Z | Compiling tempfile v3.13.0 |
2471 | 2025-03-18T01:56:49.483Z | Compiling wait-timeout v0.2.0 |
2472 | 2025-03-18T01:56:49.509Z | Compiling bit-vec v0.8.0 |
2473 | 2025-03-18T01:56:49.509Z | Compiling oxnet v0.1.1 |
2474 | 2025-03-18T01:56:49.509Z | Compiling progenitor-client v0.8.0 |
2475 | 2025-03-18T01:56:49.534Z | Compiling itertools v0.13.0 |
2476 | 2025-03-18T01:56:49.627Z | Compiling rand_xorshift v0.3.0 |
2477 | 2025-03-18T01:56:49.930Z | Compiling rusty-fork v0.3.0 |
2478 | 2025-03-18T01:56:49.982Z | Compiling bit-set v0.8.0 |
2479 | 2025-03-18T01:56:50.021Z | Compiling unarray v0.1.4 |
2480 | 2025-03-18T01:56:50.046Z | Compiling heapless v0.8.0 |
2481 | 2025-03-18T01:56:50.077Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2482 | 2025-03-18T01:56:50.181Z | Compiling daft v0.1.2 |
2483 | 2025-03-18T01:56:50.207Z | Compiling progenitor v0.8.0 |
2484 | 2025-03-18T01:56:50.207Z | Compiling parse-display v0.10.0 |
2485 | 2025-03-18T01:56:50.252Z | Compiling thiserror v2.0.11 |
2486 | 2025-03-18T01:56:50.417Z | Compiling proptest v1.6.0 |
2487 | 2025-03-18T01:56:50.442Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2488 | 2025-03-18T01:56:50.533Z | Checking hash32 v0.3.1 |
2489 | 2025-03-18T01:56:50.591Z | Compiling instant v0.1.13 |
2490 | 2025-03-18T01:56:50.646Z | Compiling smoltcp v0.11.0 |
2491 | 2025-03-18T01:56:50.749Z | Compiling backoff v0.4.0 |
2492 | 2025-03-18T01:56:50.774Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2493 | 2025-03-18T01:56:50.774Z | Compiling dropshot v0.16.0 |
2494 | 2025-03-18T01:56:51.089Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889) |
2495 | 2025-03-18T01:56:51.238Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2496 | 2025-03-18T01:56:51.264Z | Compiling serde_with v3.12.0 |
2497 | 2025-03-18T01:56:51.430Z | Checking num-rational v0.4.2 |
2498 | 2025-03-18T01:56:51.731Z | Compiling progenitor-client v0.9.1 |
2499 | 2025-03-18T01:56:52.082Z | Compiling phf_generator v0.11.2 |
2500 | 2025-03-18T01:56:52.167Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2501 | 2025-03-18T01:56:52.279Z | Checking num-complex v0.4.6 |
2502 | 2025-03-18T01:56:53.232Z | Compiling macaddr v1.0.1 |
2503 | 2025-03-18T01:56:53.618Z | Checking cobs v0.2.3 |
2504 | 2025-03-18T01:56:53.781Z | Compiling num v0.4.3 |
2505 | 2025-03-18T01:56:53.807Z | Checking postcard v1.0.10 |
2506 | 2025-03-18T01:56:53.998Z | Compiling phf_codegen v0.11.2 |
2507 | 2025-03-18T01:56:54.284Z | Compiling parse-zoneinfo v0.3.1 |
2508 | 2025-03-18T01:56:54.310Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2509 | 2025-03-18T01:56:54.578Z | Compiling convert_case v0.4.0 |
2510 | 2025-03-18T01:56:55.267Z | Checking float-ord v0.3.2 |
2511 | 2025-03-18T01:56:55.423Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2512 | 2025-03-18T01:56:55.572Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
2513 | 2025-03-18T01:56:55.907Z | Compiling derive_more v0.99.19 |
2514 | 2025-03-18T01:56:56.677Z | Compiling chrono-tz-build v0.4.0 |
2515 | 2025-03-18T01:56:57.105Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2516 | 2025-03-18T01:56:57.292Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2517 | 2025-03-18T01:56:57.797Z | Compiling crucible-workspace-hack v0.1.0 |
2518 | 2025-03-18T01:56:57.951Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2519 | 2025-03-18T01:56:57.978Z | Compiling chrono-tz v0.10.1 |
2520 | 2025-03-18T01:56:58.150Z | Checking newline-converter v0.3.0 |
2521 | 2025-03-18T01:56:58.281Z | Checking itertools v0.14.0 |
2522 | 2025-03-18T01:56:58.343Z | Checking prettyplease v0.2.30 |
2523 | 2025-03-18T01:56:58.629Z | Compiling slog-dtrace v0.3.0 |
2524 | 2025-03-18T01:56:58.820Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2525 | 2025-03-18T01:56:58.913Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2526 | 2025-03-18T01:56:59.354Z | Checking expectorate v1.1.0 |
2527 | 2025-03-18T01:56:59.516Z | Compiling zone_cfg_derive v0.3.0 |
2528 | 2025-03-18T01:56:59.642Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2529 | 2025-03-18T01:57:00.087Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2530 | 2025-03-18T01:57:00.382Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2531 | 2025-03-18T01:57:00.459Z | Compiling const_format_proc_macros v0.2.34 |
2532 | 2025-03-18T01:57:00.651Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2533 | 2025-03-18T01:57:00.857Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2534 | 2025-03-18T01:57:01.284Z | Compiling num-derive v0.4.2 |
2535 | 2025-03-18T01:57:01.355Z | Checking highway v1.3.0 |
2536 | 2025-03-18T01:57:01.504Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2537 | 2025-03-18T01:57:01.574Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2538 | 2025-03-18T01:57:01.772Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2539 | 2025-03-18T01:57:01.851Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2540 | 2025-03-18T01:57:02.070Z | Checking const_format v0.2.34 |
2541 | 2025-03-18T01:57:02.097Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2542 | 2025-03-18T01:57:02.219Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2543 | 2025-03-18T01:57:02.418Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
2544 | 2025-03-18T01:57:02.503Z | Checking zone v0.3.0 |
2545 | 2025-03-18T01:57:02.528Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2546 | 2025-03-18T01:57:03.027Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
2547 | 2025-03-18T01:57:03.152Z | Checking gethostname v0.5.0 |
2548 | 2025-03-18T01:57:03.290Z | Checking bcs v0.1.6 |
2549 | 2025-03-18T01:57:03.319Z | Checking nanorand v0.7.0 |
2550 | 2025-03-18T01:57:03.403Z | Compiling async-recursion v1.1.1 |
2551 | 2025-03-18T01:57:03.430Z | Checking termtree v0.5.1 |
2552 | 2025-03-18T01:57:03.655Z | Checking flume v0.11.1 |
2553 | 2025-03-18T01:57:04.168Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2554 | 2025-03-18T01:57:10.442Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2555 | 2025-03-18T01:57:14.175Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2556 | 2025-03-18T01:57:17.621Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2557 | 2025-03-18T01:57:19.291Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.81s |
2558 | 2025-03-18T01:57:19.467Z | |
2559 | 2025-03-18T01:57:19.467Z | info: running `cargo check --bins` on clickhouse-admin-api (55/198) |
2560 | 2025-03-18T01:57:20.260Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2561 | 2025-03-18T01:57:20.288Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2562 | 2025-03-18T01:57:20.288Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2563 | 2025-03-18T01:57:20.288Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
2564 | 2025-03-18T01:57:20.373Z | |
2565 | 2025-03-18T01:57:20.373Z | info: running `cargo check --bins` on clickhouse-admin-types (56/198) |
2566 | 2025-03-18T01:57:21.189Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2567 | 2025-03-18T01:57:21.218Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2568 | 2025-03-18T01:57:21.218Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2569 | 2025-03-18T01:57:21.218Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
2570 | 2025-03-18T01:57:21.322Z | |
2571 | 2025-03-18T01:57:21.322Z | info: running `cargo check --bins --no-default-features` on oximeter-db (57/198) |
2572 | 2025-03-18T01:57:22.154Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2573 | 2025-03-18T01:57:22.180Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2574 | 2025-03-18T01:57:22.304Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2575 | 2025-03-18T01:57:23.017Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.68s |
2576 | 2025-03-18T01:57:23.197Z | |
2577 | 2025-03-18T01:57:23.198Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (58/198) |
2578 | 2025-03-18T01:57:23.990Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2579 | 2025-03-18T01:57:24.016Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2580 | 2025-03-18T01:57:24.146Z | Compiling cfg_aliases v0.1.1 |
2581 | 2025-03-18T01:57:24.146Z | Compiling vte_generate_state_changes v0.1.2 |
2582 | 2025-03-18T01:57:24.173Z | Checking fd-lock v4.0.2 |
2583 | 2025-03-18T01:57:24.173Z | Checking nibble_vec v0.1.0 |
2584 | 2025-03-18T01:57:24.173Z | Checking endian-type v0.1.2 |
2585 | 2025-03-18T01:57:24.173Z | Checking bytecount v0.6.8 |
2586 | 2025-03-18T01:57:24.199Z | Compiling tabled_derive v0.7.0 |
2587 | 2025-03-18T01:57:24.226Z | Compiling peg-macros v0.8.5 |
2588 | 2025-03-18T01:57:24.299Z | Compiling nix v0.28.0 |
2589 | 2025-03-18T01:57:24.361Z | Checking papergrid v0.11.0 |
2590 | 2025-03-18T01:57:24.388Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2591 | 2025-03-18T01:57:24.414Z | Compiling sqlparser_derive v0.2.2 |
2592 | 2025-03-18T01:57:24.471Z | Checking radix_trie v0.2.1 |
2593 | 2025-03-18T01:57:24.702Z | Checking vte v0.11.1 |
2594 | 2025-03-18T01:57:24.837Z | Checking nu-ansi-term v0.50.1 |
2595 | 2025-03-18T01:57:25.203Z | Checking home v0.5.9 |
2596 | 2025-03-18T01:57:25.269Z | Checking unicode_categories v0.1.1 |
2597 | 2025-03-18T01:57:25.327Z | Checking sqlparser v0.45.0 |
2598 | 2025-03-18T01:57:25.390Z | Checking display-error-chain v0.2.2 |
2599 | 2025-03-18T01:57:25.541Z | Checking sqlformat v0.2.6 |
2600 | 2025-03-18T01:57:25.848Z | Checking strip-ansi-escapes v0.2.0 |
2601 | 2025-03-18T01:57:26.005Z | Checking reedline v0.38.0 |
2602 | 2025-03-18T01:57:26.045Z | Checking tabled v0.15.0 |
2603 | 2025-03-18T01:57:26.338Z | Checking peg v0.8.5 |
2604 | 2025-03-18T01:57:27.061Z | Checking rustyline v14.0.0 |
2605 | 2025-03-18T01:57:38.860Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.65s |
2606 | 2025-03-18T01:57:39.061Z | |
2607 | 2025-03-18T01:57:39.061Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (59/198) |
2608 | 2025-03-18T01:57:39.869Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2609 | 2025-03-18T01:57:39.898Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2610 | 2025-03-18T01:57:40.024Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2611 | 2025-03-18T01:57:46.835Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.76s |
2612 | 2025-03-18T01:57:47.027Z | |
2613 | 2025-03-18T01:57:47.027Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (60/198) |
2614 | 2025-03-18T01:57:47.848Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2615 | 2025-03-18T01:57:47.874Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2616 | 2025-03-18T01:57:48.006Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2617 | 2025-03-18T01:57:52.622Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.58s |
2618 | 2025-03-18T01:57:52.807Z | |
2619 | 2025-03-18T01:57:52.807Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (61/198) |
2620 | 2025-03-18T01:57:53.628Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2621 | 2025-03-18T01:57:53.656Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2622 | 2025-03-18T01:57:53.778Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2623 | 2025-03-18T01:58:00.165Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.34s |
2624 | 2025-03-18T01:58:00.339Z | |
2625 | 2025-03-18T01:58:00.339Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (62/198) |
2626 | 2025-03-18T01:58:01.174Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2627 | 2025-03-18T01:58:01.200Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2628 | 2025-03-18T01:58:01.327Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2629 | 2025-03-18T01:58:07.930Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.58s |
2630 | 2025-03-18T01:58:08.132Z | |
2631 | 2025-03-18T01:58:08.132Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (63/198) |
2632 | 2025-03-18T01:58:08.993Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2633 | 2025-03-18T01:58:09.019Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2634 | 2025-03-18T01:58:09.158Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2635 | 2025-03-18T01:58:14.297Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.15s |
2636 | 2025-03-18T01:58:14.497Z | |
2637 | 2025-03-18T01:58:14.497Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (64/198) |
2638 | 2025-03-18T01:58:15.345Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2639 | 2025-03-18T01:58:15.370Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2640 | 2025-03-18T01:58:15.516Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2641 | 2025-03-18T01:58:20.702Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.19s |
2642 | 2025-03-18T01:58:20.887Z | |
2643 | 2025-03-18T01:58:20.887Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (65/198) |
2644 | 2025-03-18T01:58:21.726Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2645 | 2025-03-18T01:58:21.752Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2646 | 2025-03-18T01:58:21.892Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2647 | 2025-03-18T01:58:28.981Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.08s |
2648 | 2025-03-18T01:58:29.168Z | |
2649 | 2025-03-18T01:58:29.168Z | info: running `cargo check --bins` on oximeter (66/198) |
2650 | 2025-03-18T01:58:30.021Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2651 | 2025-03-18T01:58:30.021Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2652 | 2025-03-18T01:58:30.022Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2653 | 2025-03-18T01:58:30.022Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
2654 | 2025-03-18T01:58:30.133Z | |
2655 | 2025-03-18T01:58:30.133Z | info: running `cargo check --bins` on oximeter-macro-impl (67/198) |
2656 | 2025-03-18T01:58:30.947Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2657 | 2025-03-18T01:58:30.973Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2658 | 2025-03-18T01:58:30.973Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2659 | 2025-03-18T01:58:30.973Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
2660 | 2025-03-18T01:58:31.062Z | |
2661 | 2025-03-18T01:58:31.062Z | info: running `cargo check --bins` on oximeter-schema (68/198) |
2662 | 2025-03-18T01:58:31.910Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2663 | 2025-03-18T01:58:31.936Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2664 | 2025-03-18T01:58:32.045Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2665 | 2025-03-18T01:58:34.721Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2666 | 2025-03-18T01:58:36.002Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.93s |
2667 | 2025-03-18T01:58:36.191Z | |
2668 | 2025-03-18T01:58:36.191Z | info: running `cargo check --bins` on oximeter-types (69/198) |
2669 | 2025-03-18T01:58:37.018Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2670 | 2025-03-18T01:58:37.044Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2671 | 2025-03-18T01:58:37.044Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2672 | 2025-03-18T01:58:37.044Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
2673 | 2025-03-18T01:58:37.140Z | |
2674 | 2025-03-18T01:58:37.140Z | info: running `cargo check --bins` on oximeter-timeseries-macro (70/198) |
2675 | 2025-03-18T01:58:37.967Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2676 | 2025-03-18T01:58:37.993Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2677 | 2025-03-18T01:58:37.993Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2678 | 2025-03-18T01:58:37.993Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
2679 | 2025-03-18T01:58:38.088Z | |
2680 | 2025-03-18T01:58:38.088Z | info: running `cargo check --bins` on oxql-types (71/198) |
2681 | 2025-03-18T01:58:38.903Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2682 | 2025-03-18T01:58:38.929Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2683 | 2025-03-18T01:58:38.929Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2684 | 2025-03-18T01:58:38.929Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
2685 | 2025-03-18T01:58:39.031Z | |
2686 | 2025-03-18T01:58:39.031Z | info: running `cargo check --bins` on oximeter-test-utils (72/198) |
2687 | 2025-03-18T01:58:39.920Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2688 | 2025-03-18T01:58:39.945Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2689 | 2025-03-18T01:58:39.945Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2690 | 2025-03-18T01:58:39.946Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s |
2691 | 2025-03-18T01:58:40.048Z | |
2692 | 2025-03-18T01:58:40.048Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (73/198) |
2693 | 2025-03-18T01:58:40.892Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2694 | 2025-03-18T01:58:40.918Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2695 | 2025-03-18T01:58:40.918Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2696 | 2025-03-18T01:58:40.918Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
2697 | 2025-03-18T01:58:41.014Z | |
2698 | 2025-03-18T01:58:41.014Z | info: running `cargo check --bins` on bootstrap-agent-client (74/198) |
2699 | 2025-03-18T01:58:41.856Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2700 | 2025-03-18T01:58:41.881Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2701 | 2025-03-18T01:58:41.881Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2702 | 2025-03-18T01:58:41.881Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
2703 | 2025-03-18T01:58:41.992Z | |
2704 | 2025-03-18T01:58:41.992Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (75/198) |
2705 | 2025-03-18T01:58:42.835Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2706 | 2025-03-18T01:58:42.861Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2707 | 2025-03-18T01:58:42.861Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2708 | 2025-03-18T01:58:42.862Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
2709 | 2025-03-18T01:58:42.955Z | |
2710 | 2025-03-18T01:58:42.955Z | info: running `cargo check --bins` on clickhouse-admin-server-client (76/198) |
2711 | 2025-03-18T01:58:43.765Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2712 | 2025-03-18T01:58:43.791Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2713 | 2025-03-18T01:58:43.791Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2714 | 2025-03-18T01:58:43.791Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
2715 | 2025-03-18T01:58:43.885Z | |
2716 | 2025-03-18T01:58:43.885Z | info: running `cargo check --bins` on clickhouse-admin-single-client (77/198) |
2717 | 2025-03-18T01:58:44.692Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2718 | 2025-03-18T01:58:44.720Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2719 | 2025-03-18T01:58:44.720Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2720 | 2025-03-18T01:58:44.720Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
2721 | 2025-03-18T01:58:44.814Z | |
2722 | 2025-03-18T01:58:44.814Z | info: running `cargo check --bins` on cockroach-admin-client (78/198) |
2723 | 2025-03-18T01:58:45.610Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2724 | 2025-03-18T01:58:45.637Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2725 | 2025-03-18T01:58:45.637Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2726 | 2025-03-18T01:58:45.637Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
2727 | 2025-03-18T01:58:45.727Z | |
2728 | 2025-03-18T01:58:45.727Z | info: running `cargo check --bins` on omicron-ddm-admin-client (79/198) |
2729 | 2025-03-18T01:58:46.593Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2730 | 2025-03-18T01:58:46.620Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2731 | 2025-03-18T01:58:46.620Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2732 | 2025-03-18T01:58:46.620Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s |
2733 | 2025-03-18T01:58:46.726Z | |
2734 | 2025-03-18T01:58:46.726Z | info: running `cargo check --bins` on dns-service-client (80/198) |
2735 | 2025-03-18T01:58:47.578Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2736 | 2025-03-18T01:58:47.603Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2737 | 2025-03-18T01:58:47.604Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2738 | 2025-03-18T01:58:47.604Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
2739 | 2025-03-18T01:58:47.700Z | |
2740 | 2025-03-18T01:58:47.700Z | info: running `cargo check --bins` on internal-dns-types (81/198) |
2741 | 2025-03-18T01:58:48.524Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2742 | 2025-03-18T01:58:48.550Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2743 | 2025-03-18T01:58:48.550Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2744 | 2025-03-18T01:58:48.550Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
2745 | 2025-03-18T01:58:48.643Z | |
2746 | 2025-03-18T01:58:48.643Z | info: running `cargo check --bins` on dpd-client (82/198) |
2747 | 2025-03-18T01:58:49.455Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2748 | 2025-03-18T01:58:49.481Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2749 | 2025-03-18T01:58:49.481Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2750 | 2025-03-18T01:58:49.481Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
2751 | 2025-03-18T01:58:49.575Z | |
2752 | 2025-03-18T01:58:49.575Z | info: running `cargo check --bins` on gateway-client (83/198) |
2753 | 2025-03-18T01:58:50.367Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2754 | 2025-03-18T01:58:50.392Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2755 | 2025-03-18T01:58:50.392Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2756 | 2025-03-18T01:58:50.392Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
2757 | 2025-03-18T01:58:50.478Z | |
2758 | 2025-03-18T01:58:50.478Z | info: running `cargo check --bins` on installinator-client (84/198) |
2759 | 2025-03-18T01:58:51.319Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2760 | 2025-03-18T01:58:51.345Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2761 | 2025-03-18T01:58:51.345Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2762 | 2025-03-18T01:58:51.346Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
2763 | 2025-03-18T01:58:51.447Z | |
2764 | 2025-03-18T01:58:51.447Z | info: running `cargo check --bins` on installinator-common (85/198) |
2765 | 2025-03-18T01:58:52.278Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2766 | 2025-03-18T01:58:52.304Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2767 | 2025-03-18T01:58:52.304Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2768 | 2025-03-18T01:58:52.306Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
2769 | 2025-03-18T01:58:52.395Z | |
2770 | 2025-03-18T01:58:52.395Z | info: running `cargo check --bins` on update-engine (86/198) |
2771 | 2025-03-18T01:58:53.171Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2772 | 2025-03-18T01:58:53.197Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2773 | 2025-03-18T01:58:53.197Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2774 | 2025-03-18T01:58:53.197Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
2775 | 2025-03-18T01:58:53.283Z | |
2776 | 2025-03-18T01:58:53.283Z | info: running `cargo check --bins` on nexus-client (87/198) |
2777 | 2025-03-18T01:58:54.109Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2778 | 2025-03-18T01:58:54.134Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2779 | 2025-03-18T01:58:54.135Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2780 | 2025-03-18T01:58:54.135Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
2781 | 2025-03-18T01:58:54.230Z | |
2782 | 2025-03-18T01:58:54.230Z | info: running `cargo check --bins` on nexus-sled-agent-shared (88/198) |
2783 | 2025-03-18T01:58:55.067Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2784 | 2025-03-18T01:58:55.093Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2785 | 2025-03-18T01:58:55.093Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2786 | 2025-03-18T01:58:55.093Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
2787 | 2025-03-18T01:58:55.188Z | |
2788 | 2025-03-18T01:58:55.188Z | info: running `cargo check --bins` on omicron-passwords (89/198) |
2789 | 2025-03-18T01:58:55.982Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2790 | 2025-03-18T01:58:56.011Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2791 | 2025-03-18T01:58:56.011Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2792 | 2025-03-18T01:58:56.011Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
2793 | 2025-03-18T01:58:56.102Z | |
2794 | 2025-03-18T01:58:56.102Z | info: running `cargo check --bins` on nexus-types (90/198) |
2795 | 2025-03-18T01:58:56.965Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2796 | 2025-03-18T01:58:56.991Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2797 | 2025-03-18T01:58:56.991Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2798 | 2025-03-18T01:58:56.991Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s |
2799 | 2025-03-18T01:58:57.095Z | |
2800 | 2025-03-18T01:58:57.095Z | info: running `cargo check --bins` on id-map (91/198) |
2801 | 2025-03-18T01:58:57.899Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2802 | 2025-03-18T01:58:57.924Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2803 | 2025-03-18T01:58:57.924Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2804 | 2025-03-18T01:58:57.924Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
2805 | 2025-03-18T01:58:58.023Z | |
2806 | 2025-03-18T01:58:58.023Z | info: running `cargo check --bins` on oxide-client (92/198) |
2807 | 2025-03-18T01:58:58.831Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2808 | 2025-03-18T01:58:58.857Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2809 | 2025-03-18T01:58:58.858Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2810 | 2025-03-18T01:58:58.858Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
2811 | 2025-03-18T01:58:58.951Z | |
2812 | 2025-03-18T01:58:58.951Z | info: running `cargo check --bins` on oximeter-client (93/198) |
2813 | 2025-03-18T01:58:59.806Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2814 | 2025-03-18T01:58:59.832Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2815 | 2025-03-18T01:58:59.832Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2816 | 2025-03-18T01:58:59.832Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s |
2817 | 2025-03-18T01:58:59.935Z | |
2818 | 2025-03-18T01:58:59.935Z | info: running `cargo check --bins` on repo-depot-client (94/198) |
2819 | 2025-03-18T01:59:00.736Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2820 | 2025-03-18T01:59:00.761Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2821 | 2025-03-18T01:59:00.761Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2822 | 2025-03-18T01:59:00.762Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
2823 | 2025-03-18T01:59:00.852Z | |
2824 | 2025-03-18T01:59:00.852Z | info: running `cargo check --bins` on sled-agent-client (95/198) |
2825 | 2025-03-18T01:59:01.704Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2826 | 2025-03-18T01:59:01.730Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2827 | 2025-03-18T01:59:01.730Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2828 | 2025-03-18T01:59:01.730Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s |
2829 | 2025-03-18T01:59:01.841Z | |
2830 | 2025-03-18T01:59:01.841Z | info: running `cargo check --bins` on wicketd-client (96/198) |
2831 | 2025-03-18T01:59:02.993Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2832 | 2025-03-18T01:59:03.032Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2833 | 2025-03-18T01:59:03.032Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2834 | 2025-03-18T01:59:03.032Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s |
2835 | 2025-03-18T01:59:03.032Z | |
2836 | 2025-03-18T01:59:03.032Z | info: running `cargo check --bins` on sled-agent-types (97/198) |
2837 | 2025-03-18T01:59:03.771Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2838 | 2025-03-18T01:59:03.797Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2839 | 2025-03-18T01:59:03.797Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2840 | 2025-03-18T01:59:03.797Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
2841 | 2025-03-18T01:59:03.823Z | |
2842 | 2025-03-18T01:59:03.824Z | info: running `cargo check --bins` on wicket-common (98/198) |
2843 | 2025-03-18T01:59:04.672Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2844 | 2025-03-18T01:59:04.698Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2845 | 2025-03-18T01:59:04.698Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2846 | 2025-03-18T01:59:04.698Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s |
2847 | 2025-03-18T01:59:04.803Z | |
2848 | 2025-03-18T01:59:04.803Z | info: running `cargo check --bins` on omicron-cockroach-admin (99/198) |
2849 | 2025-03-18T01:59:05.648Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2850 | 2025-03-18T01:59:05.674Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2851 | 2025-03-18T01:59:05.808Z | Checking csv-core v0.1.11 |
2852 | 2025-03-18T01:59:06.200Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2853 | 2025-03-18T01:59:06.201Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2854 | 2025-03-18T01:59:06.201Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2855 | 2025-03-18T01:59:06.226Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2856 | 2025-03-18T01:59:06.227Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2857 | 2025-03-18T01:59:06.227Z | Checking csv v1.3.1 |
2858 | 2025-03-18T01:59:06.940Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2859 | 2025-03-18T01:59:07.416Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2860 | 2025-03-18T01:59:09.611Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.80s |
2861 | 2025-03-18T01:59:09.790Z | |
2862 | 2025-03-18T01:59:09.790Z | info: running `cargo check --bins` on cockroach-admin-api (100/198) |
2863 | 2025-03-18T01:59:10.594Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2864 | 2025-03-18T01:59:10.620Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2865 | 2025-03-18T01:59:10.620Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2866 | 2025-03-18T01:59:10.620Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
2867 | 2025-03-18T01:59:10.715Z | |
2868 | 2025-03-18T01:59:10.715Z | info: running `cargo check --bins` on cockroach-admin-types (101/198) |
2869 | 2025-03-18T01:59:11.513Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2870 | 2025-03-18T01:59:11.540Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2871 | 2025-03-18T01:59:11.540Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2872 | 2025-03-18T01:59:11.540Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
2873 | 2025-03-18T01:59:11.633Z | |
2874 | 2025-03-18T01:59:11.633Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (102/198) |
2875 | 2025-03-18T01:59:12.604Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2876 | 2025-03-18T01:59:12.630Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2877 | 2025-03-18T01:59:12.630Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2878 | 2025-03-18T01:59:12.630Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s |
2879 | 2025-03-18T01:59:12.753Z | |
2880 | 2025-03-18T01:59:12.753Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (103/198) |
2881 | 2025-03-18T01:59:13.693Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2882 | 2025-03-18T01:59:13.719Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2883 | 2025-03-18T01:59:13.719Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2884 | 2025-03-18T01:59:13.719Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s |
2885 | 2025-03-18T01:59:13.831Z | |
2886 | 2025-03-18T01:59:13.831Z | info: running `cargo check --bins` on dns-server (104/198) |
2887 | 2025-03-18T01:59:14.670Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2888 | 2025-03-18T01:59:14.696Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2889 | 2025-03-18T01:59:14.823Z | Compiling typify-impl v0.3.0 |
2890 | 2025-03-18T01:59:14.857Z | Compiling parking_lot_core v0.8.6 |
2891 | 2025-03-18T01:59:14.883Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2892 | 2025-03-18T01:59:14.883Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2893 | 2025-03-18T01:59:14.883Z | Checking fxhash v0.2.1 |
2894 | 2025-03-18T01:59:14.883Z | Checking hickory-client v0.24.4 |
2895 | 2025-03-18T01:59:14.883Z | Checking hickory-server v0.24.4 |
2896 | 2025-03-18T01:59:15.630Z | Checking parking_lot v0.11.2 |
2897 | 2025-03-18T01:59:15.870Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2898 | 2025-03-18T01:59:15.956Z | Checking sled v0.34.7 |
2899 | 2025-03-18T01:59:21.799Z | Compiling typify-macro v0.3.0 |
2900 | 2025-03-18T01:59:23.681Z | Compiling typify v0.3.0 |
2901 | 2025-03-18T01:59:23.792Z | Compiling progenitor-impl v0.9.1 |
2902 | 2025-03-18T01:59:26.953Z | Compiling progenitor-macro v0.9.1 |
2903 | 2025-03-18T01:59:31.181Z | Checking progenitor v0.9.1 |
2904 | 2025-03-18T01:59:31.374Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2905 | 2025-03-18T01:59:32.037Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2906 | 2025-03-18T01:59:33.784Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.94s |
2907 | 2025-03-18T01:59:33.993Z | |
2908 | 2025-03-18T01:59:33.993Z | info: running `cargo check --bins` on dns-server-api (105/198) |
2909 | 2025-03-18T01:59:34.831Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2910 | 2025-03-18T01:59:34.857Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2911 | 2025-03-18T01:59:34.857Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2912 | 2025-03-18T01:59:34.857Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
2913 | 2025-03-18T01:59:34.957Z | |
2914 | 2025-03-18T01:59:34.957Z | info: running `cargo check --bins` on openapi-manager-types (106/198) |
2915 | 2025-03-18T01:59:35.762Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2916 | 2025-03-18T01:59:35.788Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2917 | 2025-03-18T01:59:35.788Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2918 | 2025-03-18T01:59:35.788Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
2919 | 2025-03-18T01:59:35.874Z | |
2920 | 2025-03-18T01:59:35.874Z | info: running `cargo check --bins` on gateway-test-utils (107/198) |
2921 | 2025-03-18T01:59:36.750Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2922 | 2025-03-18T01:59:36.776Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2923 | 2025-03-18T01:59:36.776Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2924 | 2025-03-18T01:59:36.776Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s |
2925 | 2025-03-18T01:59:36.886Z | |
2926 | 2025-03-18T01:59:36.886Z | info: running `cargo check --bins` on gateway-types (108/198) |
2927 | 2025-03-18T01:59:37.788Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2928 | 2025-03-18T01:59:37.816Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2929 | 2025-03-18T01:59:37.816Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2930 | 2025-03-18T01:59:37.816Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s |
2931 | 2025-03-18T01:59:37.905Z | |
2932 | 2025-03-18T01:59:37.905Z | info: running `cargo check --bins` on ipcc (109/198) |
2933 | 2025-03-18T01:59:38.733Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2934 | 2025-03-18T01:59:38.758Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2935 | 2025-03-18T01:59:38.758Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2936 | 2025-03-18T01:59:38.758Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
2937 | 2025-03-18T01:59:38.858Z | |
2938 | 2025-03-18T01:59:38.858Z | info: running `cargo check --bins` on omicron-gateway (110/198) |
2939 | 2025-03-18T01:59:39.740Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2940 | 2025-03-18T01:59:39.766Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2941 | 2025-03-18T01:59:39.948Z | Compiling radium v0.7.0 |
2942 | 2025-03-18T01:59:39.948Z | Compiling semver v0.1.20 |
2943 | 2025-03-18T01:59:39.974Z | Compiling maybe-uninit v2.0.0 |
2944 | 2025-03-18T01:59:39.974Z | Checking tap v1.0.1 |
2945 | 2025-03-18T01:59:40.033Z | Checking password-hash v0.5.0 |
2946 | 2025-03-18T01:59:40.059Z | Checking blake2 v0.10.6 |
2947 | 2025-03-18T01:59:40.059Z | Compiling cancel-safe-futures v0.1.5 |
2948 | 2025-03-18T01:59:40.059Z | Checking crc-catalog v2.4.0 |
2949 | 2025-03-18T01:59:40.190Z | Checking wyz v0.5.1 |
2950 | 2025-03-18T01:59:40.220Z | Compiling packed_struct v0.10.1 |
2951 | 2025-03-18T01:59:40.403Z | Compiling rustc_version v0.1.7 |
2952 | 2025-03-18T01:59:40.469Z | Checking funty v2.0.0 |
2953 | 2025-03-18T01:59:40.496Z | Compiling owo-colors v4.2.0 |
2954 | 2025-03-18T01:59:40.523Z | Checking argon2 v0.5.3 |
2955 | 2025-03-18T01:59:40.593Z | Checking crc v3.2.1 |
2956 | 2025-03-18T01:59:40.669Z | Compiling packed_struct_codegen v0.10.1 |
2957 | 2025-03-18T01:59:40.694Z | Checking libsw-core v0.3.1 |
2958 | 2025-03-18T01:59:40.810Z | Compiling indexmap v1.9.3 |
2959 | 2025-03-18T01:59:40.810Z | Compiling newtype_derive v0.1.6 |
2960 | 2025-03-18T01:59:40.927Z | Checking half v2.4.1 |
2961 | 2025-03-18T01:59:41.011Z | Checking fixedbitset v0.5.7 |
2962 | 2025-03-18T01:59:41.117Z | Checking nodrop v0.1.14 |
2963 | 2025-03-18T01:59:41.142Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
2964 | 2025-03-18T01:59:41.178Z | Checking ciborium-io v0.2.2 |
2965 | 2025-03-18T01:59:41.243Z | Checking bitvec v1.0.1 |
2966 | 2025-03-18T01:59:41.269Z | Checking array-init v0.0.4 |
2967 | 2025-03-18T01:59:41.324Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2968 | 2025-03-18T01:59:41.372Z | Checking ciborium-ll v0.2.2 |
2969 | 2025-03-18T01:59:41.397Z | Checking petgraph v0.7.1 |
2970 | 2025-03-18T01:59:41.523Z | Checking libsw v3.4.0 |
2971 | 2025-03-18T01:59:41.619Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2972 | 2025-03-18T01:59:41.661Z | Checking smallvec v0.6.14 |
2973 | 2025-03-18T01:59:42.023Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2974 | 2025-03-18T01:59:42.083Z | Checking termcolor v1.4.1 |
2975 | 2025-03-18T01:59:42.195Z | Checking bitfield v0.14.0 |
2976 | 2025-03-18T01:59:42.290Z | Checking swrite v0.1.0 |
2977 | 2025-03-18T01:59:42.423Z | Checking linear-map v1.2.0 |
2978 | 2025-03-18T01:59:42.452Z | Checking hashbrown v0.12.3 |
2979 | 2025-03-18T01:59:42.477Z | Checking indent_write v2.2.0 |
2980 | 2025-03-18T01:59:42.685Z | Checking env_logger v0.10.2 |
2981 | 2025-03-18T01:59:42.725Z | Checking ron v0.8.1 |
2982 | 2025-03-18T01:59:42.775Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2983 | 2025-03-18T01:59:42.837Z | Checking serde-hex v0.1.0 |
2984 | 2025-03-18T01:59:42.936Z | Checking ciborium v0.2.2 |
2985 | 2025-03-18T01:59:43.089Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2986 | 2025-03-18T01:59:43.839Z | Checking steno v0.4.1 |
2987 | 2025-03-18T01:59:43.951Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2988 | 2025-03-18T01:59:44.002Z | Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
2989 | 2025-03-18T01:59:44.133Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2990 | 2025-03-18T01:59:44.205Z | Checking hashbrown v0.13.2 |
2991 | 2025-03-18T01:59:44.259Z | Checking crc-any v2.5.0 |
2992 | 2025-03-18T01:59:44.289Z | Checking humantime v2.1.0 |
2993 | 2025-03-18T01:59:44.581Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2994 | 2025-03-18T01:59:44.608Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2995 | 2025-03-18T01:59:44.846Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2996 | 2025-03-18T01:59:45.061Z | Checking object v0.30.4 |
2997 | 2025-03-18T01:59:45.140Z | Checking path-slash v0.1.5 |
2998 | 2025-03-18T01:59:45.165Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2999 | 2025-03-18T01:59:45.397Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
3000 | 2025-03-18T01:59:45.781Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
3001 | 2025-03-18T01:59:46.041Z | Checking nix v0.27.1 |
3002 | 2025-03-18T01:59:46.095Z | Checking tungstenite v0.23.0 |
3003 | 2025-03-18T01:59:46.196Z | Checking kstat-rs v0.2.4 |
3004 | 2025-03-18T01:59:46.525Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
3005 | 2025-03-18T01:59:46.550Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
3006 | 2025-03-18T01:59:46.719Z | Checking signal-hook-tokio v0.3.1 |
3007 | 2025-03-18T01:59:46.933Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
3008 | 2025-03-18T01:59:46.960Z | Checking tokio-tungstenite v0.23.1 |
3009 | 2025-03-18T01:59:47.667Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
3010 | 2025-03-18T01:59:56.426Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
3011 | 2025-03-18T01:59:58.157Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
3012 | 2025-03-18T02:00:01.734Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
3013 | 2025-03-18T02:00:08.962Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3014 | 2025-03-18T02:00:09.872Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3015 | 2025-03-18T02:00:13.728Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.86s |
3016 | 2025-03-18T02:00:13.924Z | |
3017 | 2025-03-18T02:00:13.924Z | info: running `cargo check --bins` on gateway-api (111/198) |
3018 | 2025-03-18T02:00:14.781Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3019 | 2025-03-18T02:00:14.806Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3020 | 2025-03-18T02:00:14.806Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3021 | 2025-03-18T02:00:14.806Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s |
3022 | 2025-03-18T02:00:14.907Z | |
3023 | 2025-03-18T02:00:14.907Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (112/198) |
3024 | 2025-03-18T02:00:15.734Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3025 | 2025-03-18T02:00:15.766Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3026 | 2025-03-18T02:00:15.766Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3027 | 2025-03-18T02:00:15.766Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
3028 | 2025-03-18T02:00:15.857Z | |
3029 | 2025-03-18T02:00:15.857Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (113/198) |
3030 | 2025-03-18T02:00:16.747Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3031 | 2025-03-18T02:00:16.855Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3032 | 2025-03-18T02:00:16.855Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3033 | 2025-03-18T02:00:16.855Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
3034 | 2025-03-18T02:00:16.855Z | |
3035 | 2025-03-18T02:00:16.855Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (114/198) |
3036 | 2025-03-18T02:00:17.647Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3037 | 2025-03-18T02:00:17.672Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3038 | 2025-03-18T02:00:17.672Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3039 | 2025-03-18T02:00:17.672Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
3040 | 2025-03-18T02:00:17.772Z | |
3041 | 2025-03-18T02:00:17.772Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (115/198) |
3042 | 2025-03-18T02:00:18.604Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3043 | 2025-03-18T02:00:18.629Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3044 | 2025-03-18T02:00:18.630Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3045 | 2025-03-18T02:00:18.630Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
3046 | 2025-03-18T02:00:18.727Z | |
3047 | 2025-03-18T02:00:18.727Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (116/198) |
3048 | 2025-03-18T02:00:19.548Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3049 | 2025-03-18T02:00:19.573Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3050 | 2025-03-18T02:00:19.573Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3051 | 2025-03-18T02:00:19.573Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
3052 | 2025-03-18T02:00:19.667Z | |
3053 | 2025-03-18T02:00:19.667Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (117/198) |
3054 | 2025-03-18T02:00:20.495Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3055 | 2025-03-18T02:00:20.543Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3056 | 2025-03-18T02:00:20.543Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3057 | 2025-03-18T02:00:20.543Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
3058 | 2025-03-18T02:00:20.622Z | |
3059 | 2025-03-18T02:00:20.622Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (118/198) |
3060 | 2025-03-18T02:00:21.438Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3061 | 2025-03-18T02:00:21.468Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3062 | 2025-03-18T02:00:21.468Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3063 | 2025-03-18T02:00:21.468Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
3064 | 2025-03-18T02:00:21.566Z | |
3065 | 2025-03-18T02:00:21.566Z | info: running `cargo check --bins` on oximeter-producer (119/198) |
3066 | 2025-03-18T02:00:22.458Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3067 | 2025-03-18T02:00:22.484Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3068 | 2025-03-18T02:00:22.484Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3069 | 2025-03-18T02:00:22.484Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s |
3070 | 2025-03-18T02:00:22.593Z | |
3071 | 2025-03-18T02:00:22.593Z | info: running `cargo check --bins` on internal-dns-resolver (120/198) |
3072 | 2025-03-18T02:00:23.431Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3073 | 2025-03-18T02:00:23.457Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3074 | 2025-03-18T02:00:23.457Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3075 | 2025-03-18T02:00:23.457Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
3076 | 2025-03-18T02:00:23.555Z | |
3077 | 2025-03-18T02:00:23.555Z | info: running `cargo check --bins` on sp-sim (121/198) |
3078 | 2025-03-18T02:00:24.421Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3079 | 2025-03-18T02:00:24.454Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3080 | 2025-03-18T02:00:24.568Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
3081 | 2025-03-18T02:00:25.088Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
3082 | 2025-03-18T02:00:27.426Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3083 | 2025-03-18T02:00:29.753Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.19s |
3084 | 2025-03-18T02:00:29.945Z | |
3085 | 2025-03-18T02:00:29.945Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (122/198) |
3086 | 2025-03-18T02:00:30.846Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3087 | 2025-03-18T02:00:30.870Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3088 | 2025-03-18T02:00:30.871Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3089 | 2025-03-18T02:00:30.871Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s |
3090 | 2025-03-18T02:00:30.980Z | |
3091 | 2025-03-18T02:00:30.980Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (123/198) |
3092 | 2025-03-18T02:00:31.912Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3093 | 2025-03-18T02:00:31.937Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3094 | 2025-03-18T02:00:31.937Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3095 | 2025-03-18T02:00:31.937Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s |
3096 | 2025-03-18T02:00:32.042Z | |
3097 | 2025-03-18T02:00:32.042Z | info: running `cargo check --bins` on db-macros (124/198) |
3098 | 2025-03-18T02:00:32.844Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3099 | 2025-03-18T02:00:32.870Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3100 | 2025-03-18T02:00:32.870Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3101 | 2025-03-18T02:00:32.870Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
3102 | 2025-03-18T02:00:32.957Z | |
3103 | 2025-03-18T02:00:32.957Z | info: running `cargo check --bins` on nexus-macros-common (125/198) |
3104 | 2025-03-18T02:00:33.771Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3105 | 2025-03-18T02:00:33.796Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3106 | 2025-03-18T02:00:33.796Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3107 | 2025-03-18T02:00:33.796Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
3108 | 2025-03-18T02:00:33.880Z | |
3109 | 2025-03-18T02:00:33.880Z | info: running `cargo check --bins` on nexus-auth (126/198) |
3110 | 2025-03-18T02:00:34.763Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3111 | 2025-03-18T02:00:34.788Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3112 | 2025-03-18T02:00:34.788Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3113 | 2025-03-18T02:00:34.788Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s |
3114 | 2025-03-18T02:00:34.894Z | |
3115 | 2025-03-18T02:00:34.894Z | info: running `cargo check --bins` on authz-macros (127/198) |
3116 | 2025-03-18T02:00:35.704Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3117 | 2025-03-18T02:00:35.730Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3118 | 2025-03-18T02:00:35.730Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3119 | 2025-03-18T02:00:35.730Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
3120 | 2025-03-18T02:00:35.818Z | |
3121 | 2025-03-18T02:00:35.818Z | info: running `cargo check --bins` on nexus-db-fixed-data (128/198) |
3122 | 2025-03-18T02:00:36.693Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3123 | 2025-03-18T02:00:36.719Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3124 | 2025-03-18T02:00:36.720Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3125 | 2025-03-18T02:00:36.720Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s |
3126 | 2025-03-18T02:00:36.831Z | |
3127 | 2025-03-18T02:00:36.831Z | info: running `cargo check --bins` on nexus-db-model (129/198) |
3128 | 2025-03-18T02:00:37.695Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3129 | 2025-03-18T02:00:37.722Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3130 | 2025-03-18T02:00:37.722Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3131 | 2025-03-18T02:00:37.722Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s |
3132 | 2025-03-18T02:00:37.823Z | |
3133 | 2025-03-18T02:00:37.823Z | info: running `cargo check --bins` on nexus-defaults (130/198) |
3134 | 2025-03-18T02:00:38.643Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3135 | 2025-03-18T02:00:38.668Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3136 | 2025-03-18T02:00:38.668Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3137 | 2025-03-18T02:00:38.668Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
3138 | 2025-03-18T02:00:38.759Z | |
3139 | 2025-03-18T02:00:38.759Z | info: running `cargo check --bins` on nexus-inventory (131/198) |
3140 | 2025-03-18T02:00:39.621Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3141 | 2025-03-18T02:00:39.646Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3142 | 2025-03-18T02:00:39.646Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3143 | 2025-03-18T02:00:39.646Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s |
3144 | 2025-03-18T02:00:39.751Z | |
3145 | 2025-03-18T02:00:39.752Z | info: running `cargo check --bins` on typed-rng (132/198) |
3146 | 2025-03-18T02:00:40.539Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3147 | 2025-03-18T02:00:40.564Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3148 | 2025-03-18T02:00:40.564Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3149 | 2025-03-18T02:00:40.564Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
3150 | 2025-03-18T02:00:41.024Z | |
3151 | 2025-03-18T02:00:41.024Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (133/198) |
3152 | 2025-03-18T02:00:41.543Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3153 | 2025-03-18T02:00:41.569Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3154 | 2025-03-18T02:00:41.787Z | Checking keccak v0.1.5 |
3155 | 2025-03-18T02:00:41.812Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
3156 | 2025-03-18T02:00:41.838Z | Checking secrecy v0.8.0 |
3157 | 2025-03-18T02:00:41.838Z | Compiling unicase v2.7.0 |
3158 | 2025-03-18T02:00:41.863Z | Compiling same-file v1.0.6 |
3159 | 2025-03-18T02:00:41.901Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
3160 | 2025-03-18T02:00:41.928Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
3161 | 2025-03-18T02:00:41.928Z | Compiling thiserror-impl-no-std v2.0.2 |
3162 | 2025-03-18T02:00:42.046Z | Checking universal-hash v0.5.1 |
3163 | 2025-03-18T02:00:42.127Z | Checking sha3 v0.10.8 |
3164 | 2025-03-18T02:00:42.176Z | Compiling walkdir v2.5.0 |
3165 | 2025-03-18T02:00:42.225Z | Compiling blake3 v1.5.4 |
3166 | 2025-03-18T02:00:42.256Z | Checking opaque-debug v0.3.1 |
3167 | 2025-03-18T02:00:42.285Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3168 | 2025-03-18T02:00:42.357Z | Checking poly1305 v0.8.0 |
3169 | 2025-03-18T02:00:42.428Z | Checking chacha20 v0.9.1 |
3170 | 2025-03-18T02:00:42.471Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
3171 | 2025-03-18T02:00:42.528Z | Checking aead v0.5.2 |
3172 | 2025-03-18T02:00:42.568Z | Compiling memmap2 v0.9.5 |
3173 | 2025-03-18T02:00:42.765Z | Compiling arrayref v0.3.9 |
3174 | 2025-03-18T02:00:42.789Z | Compiling salty v0.3.0 |
3175 | 2025-03-18T02:00:42.820Z | Compiling arrayvec v0.7.6 |
3176 | 2025-03-18T02:00:42.851Z | Compiling constant_time_eq v0.3.1 |
3177 | 2025-03-18T02:00:42.890Z | Compiling libefi-sys v0.1.0 |
3178 | 2025-03-18T02:00:42.956Z | Checking chacha20poly1305 v0.10.1 |
3179 | 2025-03-18T02:00:43.083Z | Compiling toolchain_find v0.4.0 |
3180 | 2025-03-18T02:00:43.236Z | Compiling camino-tempfile v1.1.1 |
3181 | 2025-03-18T02:00:43.261Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
3182 | 2025-03-18T02:00:43.286Z | Compiling bitfield-struct v0.6.2 |
3183 | 2025-03-18T02:00:43.526Z | Compiling topological-sort v0.2.2 |
3184 | 2025-03-18T02:00:43.627Z | Compiling mime_guess v2.0.5 |
3185 | 2025-03-18T02:00:43.652Z | Compiling rustfmt-wrapper v0.2.1 |
3186 | 2025-03-18T02:00:44.118Z | Compiling omicron-zone-package v0.12.0 |
3187 | 2025-03-18T02:00:44.176Z | Compiling progenitor v0.9.1 |
3188 | 2025-03-18T02:00:44.254Z | Checking thiserror-no-std v2.0.2 |
3189 | 2025-03-18T02:00:44.279Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
3190 | 2025-03-18T02:00:44.395Z | Checking vsss-rs v3.3.4 |
3191 | 2025-03-18T02:00:44.420Z | Checking primeorder v0.13.6 |
3192 | 2025-03-18T02:00:44.445Z | Checking env_filter v0.1.2 |
3193 | 2025-03-18T02:00:44.471Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3194 | 2025-03-18T02:00:44.568Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3195 | 2025-03-18T02:00:44.682Z | Checking env_logger v0.11.5 |
3196 | 2025-03-18T02:00:44.707Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3197 | 2025-03-18T02:00:44.847Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
3198 | 2025-03-18T02:00:44.885Z | Checking p384 v0.13.0 |
3199 | 2025-03-18T02:00:44.912Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
3200 | 2025-03-18T02:00:44.967Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3201 | 2025-03-18T02:00:45.148Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3202 | 2025-03-18T02:00:45.259Z | Checking http-range v0.1.5 |
3203 | 2025-03-18T02:00:45.291Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
3204 | 2025-03-18T02:00:45.347Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
3205 | 2025-03-18T02:00:45.405Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3206 | 2025-03-18T02:00:45.618Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3207 | 2025-03-18T02:00:45.770Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
3208 | 2025-03-18T02:00:45.882Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3209 | 2025-03-18T02:00:46.175Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889) |
3210 | 2025-03-18T02:00:46.200Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
3211 | 2025-03-18T02:00:46.225Z | Checking atty v0.2.14 |
3212 | 2025-03-18T02:00:46.368Z | Checking glob v0.3.2 |
3213 | 2025-03-18T02:00:46.477Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3214 | 2025-03-18T02:00:46.693Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
3215 | 2025-03-18T02:00:46.719Z | Checking hyper-staticfile v0.10.1 |
3216 | 2025-03-18T02:00:46.745Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3217 | 2025-03-18T02:00:47.234Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3218 | 2025-03-18T02:00:47.639Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
3219 | 2025-03-18T02:00:47.799Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
3220 | 2025-03-18T02:00:47.900Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3221 | 2025-03-18T02:00:47.944Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3222 | 2025-03-18T02:00:48.175Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
3223 | 2025-03-18T02:00:48.380Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3224 | 2025-03-18T02:00:48.650Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
3225 | 2025-03-18T02:00:48.901Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
3226 | 2025-03-18T02:00:49.090Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3227 | 2025-03-18T02:00:49.136Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3228 | 2025-03-18T02:00:49.289Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
3229 | 2025-03-18T02:00:52.459Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3230 | 2025-03-18T02:00:52.484Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3231 | 2025-03-18T02:01:04.130Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3232 | 2025-03-18T02:01:24.087Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.42s |
3233 | 2025-03-18T02:01:24.274Z | |
3234 | 2025-03-18T02:01:24.274Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (134/198) |
3235 | 2025-03-18T02:01:25.160Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3236 | 2025-03-18T02:01:25.186Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3237 | 2025-03-18T02:01:25.383Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3238 | 2025-03-18T02:01:44.621Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.33s |
3239 | 2025-03-18T02:01:44.827Z | |
3240 | 2025-03-18T02:01:44.827Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (135/198) |
3241 | 2025-03-18T02:01:45.730Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3242 | 2025-03-18T02:01:45.755Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3243 | 2025-03-18T02:01:45.949Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3244 | 2025-03-18T02:02:05.477Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.64s |
3245 | 2025-03-18T02:02:05.676Z | |
3246 | 2025-03-18T02:02:05.676Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (136/198) |
3247 | 2025-03-18T02:02:06.589Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3248 | 2025-03-18T02:02:06.614Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3249 | 2025-03-18T02:02:06.827Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3250 | 2025-03-18T02:02:26.083Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.39s |
3251 | 2025-03-18T02:02:26.278Z | |
3252 | 2025-03-18T02:02:26.279Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (137/198) |
3253 | 2025-03-18T02:02:27.205Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3254 | 2025-03-18T02:02:27.230Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3255 | 2025-03-18T02:02:27.419Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3256 | 2025-03-18T02:02:47.723Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.43s |
3257 | 2025-03-18T02:02:47.928Z | |
3258 | 2025-03-18T02:02:47.928Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (138/198) |
3259 | 2025-03-18T02:02:48.824Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3260 | 2025-03-18T02:02:48.851Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3261 | 2025-03-18T02:02:49.055Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3262 | 2025-03-18T02:03:09.072Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.14s |
3263 | 2025-03-18T02:03:09.278Z | |
3264 | 2025-03-18T02:03:09.278Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (139/198) |
3265 | 2025-03-18T02:03:10.221Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3266 | 2025-03-18T02:03:10.247Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3267 | 2025-03-18T02:03:10.451Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3268 | 2025-03-18T02:03:29.755Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.46s |
3269 | 2025-03-18T02:03:29.958Z | |
3270 | 2025-03-18T02:03:29.958Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (140/198) |
3271 | 2025-03-18T02:03:30.869Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3272 | 2025-03-18T02:03:30.894Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3273 | 2025-03-18T02:03:31.101Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3274 | 2025-03-18T02:03:50.484Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.47s |
3275 | 2025-03-18T02:03:50.934Z | |
3276 | 2025-03-18T02:03:50.934Z | info: running `cargo check --bins` on bootstrap-agent-api (141/198) |
3277 | 2025-03-18T02:03:51.478Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3278 | 2025-03-18T02:03:51.522Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3279 | 2025-03-18T02:03:51.523Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3280 | 2025-03-18T02:03:51.523Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
3281 | 2025-03-18T02:03:51.606Z | |
3282 | 2025-03-18T02:03:51.606Z | info: running `cargo check --bins` on key-manager (142/198) |
3283 | 2025-03-18T02:03:52.422Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3284 | 2025-03-18T02:03:52.449Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3285 | 2025-03-18T02:03:52.450Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3286 | 2025-03-18T02:03:52.450Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
3287 | 2025-03-18T02:03:52.561Z | |
3288 | 2025-03-18T02:03:52.561Z | info: running `cargo check --bins` on range-requests (143/198) |
3289 | 2025-03-18T02:03:53.309Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3290 | 2025-03-18T02:03:53.337Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3291 | 2025-03-18T02:03:53.337Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3292 | 2025-03-18T02:03:53.337Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
3293 | 2025-03-18T02:03:53.428Z | |
3294 | 2025-03-18T02:03:53.428Z | info: running `cargo check --bins` on repo-depot-api (144/198) |
3295 | 2025-03-18T02:03:54.228Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3296 | 2025-03-18T02:03:54.253Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3297 | 2025-03-18T02:03:54.254Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3298 | 2025-03-18T02:03:54.254Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
3299 | 2025-03-18T02:03:54.348Z | |
3300 | 2025-03-18T02:03:54.348Z | info: running `cargo check --bins` on sled-agent-api (145/198) |
3301 | 2025-03-18T02:03:55.182Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3302 | 2025-03-18T02:03:55.209Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3303 | 2025-03-18T02:03:55.209Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3304 | 2025-03-18T02:03:55.209Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
3305 | 2025-03-18T02:03:55.316Z | |
3306 | 2025-03-18T02:03:55.316Z | info: running `cargo check --bins` on sled-diagnostics (146/198) |
3307 | 2025-03-18T02:03:56.097Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3308 | 2025-03-18T02:03:56.135Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3309 | 2025-03-18T02:03:56.135Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3310 | 2025-03-18T02:03:56.135Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
3311 | 2025-03-18T02:03:56.209Z | |
3312 | 2025-03-18T02:03:56.209Z | info: running `cargo check --bins` on sled-hardware (147/198) |
3313 | 2025-03-18T02:03:57.059Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3314 | 2025-03-18T02:03:57.095Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3315 | 2025-03-18T02:03:57.097Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3316 | 2025-03-18T02:03:57.097Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s |
3317 | 2025-03-18T02:03:57.188Z | |
3318 | 2025-03-18T02:03:57.188Z | info: running `cargo check --bins --no-default-features` on sled-storage (148/198) |
3319 | 2025-03-18T02:03:58.012Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3320 | 2025-03-18T02:03:58.074Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3321 | 2025-03-18T02:03:58.074Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3322 | 2025-03-18T02:03:58.074Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
3323 | 2025-03-18T02:03:58.128Z | |
3324 | 2025-03-18T02:03:58.129Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (149/198) |
3325 | 2025-03-18T02:03:58.963Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3326 | 2025-03-18T02:03:58.988Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3327 | 2025-03-18T02:03:58.988Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3328 | 2025-03-18T02:03:58.988Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
3329 | 2025-03-18T02:03:59.092Z | |
3330 | 2025-03-18T02:03:59.092Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (150/198) |
3331 | 2025-03-18T02:04:00.023Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3332 | 2025-03-18T02:04:00.023Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3333 | 2025-03-18T02:04:00.023Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3334 | 2025-03-18T02:04:00.023Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s |
3335 | 2025-03-18T02:04:00.134Z | |
3336 | 2025-03-18T02:04:00.134Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (151/198) |
3337 | 2025-03-18T02:04:00.974Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3338 | 2025-03-18T02:04:01.012Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3339 | 2025-03-18T02:04:01.012Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3340 | 2025-03-18T02:04:01.012Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
3341 | 2025-03-18T02:04:01.099Z | |
3342 | 2025-03-18T02:04:01.099Z | info: running `cargo check --bins` on nexus-test-interface (152/198) |
3343 | 2025-03-18T02:04:01.961Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3344 | 2025-03-18T02:04:02.004Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3345 | 2025-03-18T02:04:02.004Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3346 | 2025-03-18T02:04:02.004Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s |
3347 | 2025-03-18T02:04:02.112Z | |
3348 | 2025-03-18T02:04:02.113Z | info: running `cargo check --bins` on oximeter-collector (153/198) |
3349 | 2025-03-18T02:04:02.993Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3350 | 2025-03-18T02:04:03.019Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3351 | 2025-03-18T02:04:03.220Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3352 | 2025-03-18T02:04:03.220Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3353 | 2025-03-18T02:04:04.309Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3354 | 2025-03-18T02:04:07.038Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.93s |
3355 | 2025-03-18T02:04:07.236Z | |
3356 | 2025-03-18T02:04:07.236Z | info: running `cargo check --bins` on oximeter-api (154/198) |
3357 | 2025-03-18T02:04:08.085Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3358 | 2025-03-18T02:04:08.126Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3359 | 2025-03-18T02:04:08.126Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3360 | 2025-03-18T02:04:08.126Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s |
3361 | 2025-03-18T02:04:08.210Z | |
3362 | 2025-03-18T02:04:08.210Z | info: running `cargo check --bins` on cert-dev (155/198) |
3363 | 2025-03-18T02:04:09.004Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3364 | 2025-03-18T02:04:09.267Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3365 | 2025-03-18T02:04:09.268Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
3366 | 2025-03-18T02:04:09.420Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.20s |
3367 | 2025-03-18T02:04:12.933Z | |
3368 | 2025-03-18T02:04:12.933Z | info: running `cargo check --bins` on clickana (156/198) |
3369 | 2025-03-18T02:04:13.064Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3370 | 2025-03-18T02:04:13.064Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3371 | 2025-03-18T02:04:13.064Z | Checking itertools v0.13.0 |
3372 | 2025-03-18T02:04:13.064Z | Checking castaway v0.2.3 |
3373 | 2025-03-18T02:04:13.064Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
3374 | 2025-03-18T02:04:13.064Z | Checking lru v0.12.5 |
3375 | 2025-03-18T02:04:13.064Z | Compiling instability v0.3.2 |
3376 | 2025-03-18T02:04:13.064Z | Compiling indoc v2.0.6 |
3377 | 2025-03-18T02:04:13.064Z | Checking cassowary v0.3.0 |
3378 | 2025-03-18T02:04:13.064Z | Checking compact_str v0.8.0 |
3379 | 2025-03-18T02:04:13.064Z | Checking unicode-truncate v1.1.0 |
3380 | 2025-03-18T02:04:13.064Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3381 | 2025-03-18T02:04:13.093Z | Checking ratatui v0.29.0 |
3382 | 2025-03-18T02:04:15.679Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
3383 | 2025-03-18T02:04:16.853Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.25s |
3384 | 2025-03-18T02:04:17.064Z | |
3385 | 2025-03-18T02:04:17.064Z | info: running `cargo check --bins` on clickhouse-cluster-dev (157/198) |
3386 | 2025-03-18T02:04:17.939Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3387 | 2025-03-18T02:04:17.964Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3388 | 2025-03-18T02:04:18.127Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3389 | 2025-03-18T02:04:18.127Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
3390 | 2025-03-18T02:04:19.399Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
3391 | 2025-03-18T02:04:20.037Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
3392 | 2025-03-18T02:04:20.503Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.42s |
3393 | 2025-03-18T02:04:20.686Z | |
3394 | 2025-03-18T02:04:20.686Z | info: running `cargo check --bins` on ch-dev (158/198) |
3395 | 2025-03-18T02:04:21.528Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3396 | 2025-03-18T02:04:21.553Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3397 | 2025-03-18T02:04:21.678Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3398 | 2025-03-18T02:04:22.596Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.90s |
3399 | 2025-03-18T02:04:22.801Z | |
3400 | 2025-03-18T02:04:22.801Z | info: running `cargo check --bins` on crdb-seed (159/198) |
3401 | 2025-03-18T02:04:23.659Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3402 | 2025-03-18T02:04:23.685Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3403 | 2025-03-18T02:04:23.806Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3404 | 2025-03-18T02:04:24.194Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s |
3405 | 2025-03-18T02:04:24.396Z | |
3406 | 2025-03-18T02:04:24.396Z | info: running `cargo check --bins` on db-dev (160/198) |
3407 | 2025-03-18T02:04:25.259Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3408 | 2025-03-18T02:04:25.288Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3409 | 2025-03-18T02:04:25.413Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3410 | 2025-03-18T02:04:26.305Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.90s |
3411 | 2025-03-18T02:04:26.500Z | |
3412 | 2025-03-18T02:04:26.500Z | info: running `cargo check --bins` on omicron-dev-lib (161/198) |
3413 | 2025-03-18T02:04:27.354Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3414 | 2025-03-18T02:04:27.380Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3415 | 2025-03-18T02:04:27.380Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3416 | 2025-03-18T02:04:27.380Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s |
3417 | 2025-03-18T02:04:27.481Z | |
3418 | 2025-03-18T02:04:27.481Z | info: running `cargo check --bins` on xtask-downloader (162/198) |
3419 | 2025-03-18T02:04:28.321Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3420 | 2025-03-18T02:04:28.347Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3421 | 2025-03-18T02:04:28.428Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3422 | 2025-03-18T02:04:29.556Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.04s |
3423 | 2025-03-18T02:04:29.721Z | |
3424 | 2025-03-18T02:04:29.721Z | info: running `cargo check --bins` on omicron-ls-apis (163/198) |
3425 | 2025-03-18T02:04:30.550Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3426 | 2025-03-18T02:04:30.576Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3427 | 2025-03-18T02:04:30.682Z | Checking cargo-platform v0.1.8 |
3428 | 2025-03-18T02:04:30.973Z | Checking cargo_metadata v0.19.2 |
3429 | 2025-03-18T02:04:32.476Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
3430 | 2025-03-18T02:04:33.752Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.99s |
3431 | 2025-03-18T02:04:33.941Z | |
3432 | 2025-03-18T02:04:33.941Z | info: running `cargo check --bins` on mgs-dev (164/198) |
3433 | 2025-03-18T02:04:34.788Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3434 | 2025-03-18T02:04:34.830Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3435 | 2025-03-18T02:04:35.059Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3436 | 2025-03-18T02:04:36.942Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3437 | 2025-03-18T02:04:37.814Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3438 | 2025-03-18T02:04:42.716Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.50s |
3439 | 2025-03-18T02:04:42.981Z | |
3440 | 2025-03-18T02:04:42.981Z | info: running `cargo check --bins` on omicron-omdb (165/198) |
3441 | 2025-03-18T02:04:42.981Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3442 | 2025-03-18T02:04:42.981Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3443 | 2025-03-18T02:04:42.982Z | Compiling crunchy v0.2.2 |
3444 | 2025-03-18T02:04:42.982Z | Compiling tiny-keccak v2.0.2 |
3445 | 2025-03-18T02:04:42.982Z | Compiling dsl_auto_type v0.1.2 |
3446 | 2025-03-18T02:04:42.982Z | Checking scheduled-thread-pool v0.2.7 |
3447 | 2025-03-18T02:04:42.982Z | Compiling diesel_table_macro_syntax v0.2.0 |
3448 | 2025-03-18T02:04:42.982Z | Compiling bit-vec v0.6.3 |
3449 | 2025-03-18T02:04:42.982Z | Compiling ascii-canvas v3.0.0 |
3450 | 2025-03-18T02:04:42.982Z | Compiling ena v0.14.3 |
3451 | 2025-03-18T02:04:43.016Z | Checking r2d2 v0.8.10 |
3452 | 2025-03-18T02:04:43.016Z | Compiling bit-set v0.5.3 |
3453 | 2025-03-18T02:04:43.016Z | Compiling regex-syntax v0.6.29 |
3454 | 2025-03-18T02:04:43.016Z | Compiling diff v0.1.13 |
3455 | 2025-03-18T02:04:43.016Z | Compiling bindgen v0.71.1 |
3456 | 2025-03-18T02:04:43.016Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3457 | 2025-03-18T02:04:43.016Z | Compiling rustc-hash v2.1.1 |
3458 | 2025-03-18T02:04:43.016Z | Compiling ref-cast v1.0.23 |
3459 | 2025-03-18T02:04:43.016Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3460 | 2025-03-18T02:04:43.016Z | Compiling derive_builder_core v0.20.2 |
3461 | 2025-03-18T02:04:43.016Z | Compiling libxml v0.3.3 |
3462 | 2025-03-18T02:04:43.016Z | Compiling ref-cast-impl v1.0.23 |
3463 | 2025-03-18T02:04:43.016Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3464 | 2025-03-18T02:04:43.016Z | Compiling diesel_derives v2.2.3 |
3465 | 2025-03-18T02:04:43.016Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3466 | 2025-03-18T02:04:43.016Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
3467 | 2025-03-18T02:04:43.016Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3468 | 2025-03-18T02:04:43.016Z | Compiling strum_macros v0.24.3 |
3469 | 2025-03-18T02:04:43.016Z | Compiling indoc v1.0.9 |
3470 | 2025-03-18T02:04:43.016Z | Compiling derive_builder_macro v0.20.2 |
3471 | 2025-03-18T02:04:43.016Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
3472 | 2025-03-18T02:04:43.016Z | Compiling impl-trait-for-tuples v0.2.2 |
3473 | 2025-03-18T02:04:43.301Z | Compiling lalrpop v0.19.12 |
3474 | 2025-03-18T02:04:43.378Z | Checking derive_builder v0.20.2 |
3475 | 2025-03-18T02:04:43.542Z | Compiling oso-derive v0.27.3 |
3476 | 2025-03-18T02:04:43.712Z | Checking quick-xml v0.37.2 |
3477 | 2025-03-18T02:04:44.327Z | Compiling diesel-dtrace v0.4.2 |
3478 | 2025-03-18T02:04:44.408Z | Checking maplit v1.0.2 |
3479 | 2025-03-18T02:04:44.572Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3480 | 2025-03-18T02:04:44.713Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3481 | 2025-03-18T02:04:44.881Z | Checking bb8 v0.8.5 |
3482 | 2025-03-18T02:04:45.045Z | Checking io-lifetimes v1.0.11 |
3483 | 2025-03-18T02:04:45.241Z | Checking rustix v0.37.28 |
3484 | 2025-03-18T02:04:45.333Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3485 | 2025-03-18T02:04:45.560Z | Checking rand_seeder v0.3.0 |
3486 | 2025-03-18T02:04:45.703Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3487 | 2025-03-18T02:04:45.867Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3488 | 2025-03-18T02:04:45.961Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3489 | 2025-03-18T02:04:46.076Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3490 | 2025-03-18T02:04:46.235Z | Checking terminal_size v0.2.6 |
3491 | 2025-03-18T02:04:46.358Z | Checking is_ci v1.2.0 |
3492 | 2025-03-18T02:04:46.419Z | Checking smawk v0.3.2 |
3493 | 2025-03-18T02:04:46.519Z | Checking unicode-linebreak v0.1.5 |
3494 | 2025-03-18T02:04:46.642Z | Checking supports-color v3.0.2 |
3495 | 2025-03-18T02:04:46.898Z | Checking textwrap v0.16.1 |
3496 | 2025-03-18T02:04:46.927Z | Checking multimap v0.10.0 |
3497 | 2025-03-18T02:04:47.958Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3498 | 2025-03-18T02:04:48.873Z | Checking diesel v2.2.8 |
3499 | 2025-03-18T02:05:03.996Z | Compiling samael v0.0.18 |
3500 | 2025-03-18T02:05:19.272Z | Checking async-bb8-diesel v0.2.1 |
3501 | 2025-03-18T02:05:21.159Z | Compiling polar-core v0.27.3 |
3502 | 2025-03-18T02:05:30.581Z | Checking oso v0.27.3 |
3503 | 2025-03-18T02:06:54.664Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3504 | 2025-03-18T02:07:03.959Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 25s |
3505 | 2025-03-18T02:07:04.158Z | |
3506 | 2025-03-18T02:07:04.158Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (166/198) |
3507 | 2025-03-18T02:07:05.459Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3508 | 2025-03-18T02:07:05.459Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3509 | 2025-03-18T02:07:05.459Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3510 | 2025-03-18T02:07:05.459Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s |
3511 | 2025-03-18T02:07:05.459Z | |
3512 | 2025-03-18T02:07:05.460Z | info: running `cargo check --bins` on nexus-saga-recovery (167/198) |
3513 | 2025-03-18T02:07:06.024Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3514 | 2025-03-18T02:07:06.050Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3515 | 2025-03-18T02:07:06.050Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3516 | 2025-03-18T02:07:06.050Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s |
3517 | 2025-03-18T02:07:06.148Z | |
3518 | 2025-03-18T02:07:06.148Z | info: running `cargo check --bins` on nexus-test-utils-macros (168/198) |
3519 | 2025-03-18T02:07:06.892Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3520 | 2025-03-18T02:07:06.917Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3521 | 2025-03-18T02:07:06.918Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3522 | 2025-03-18T02:07:06.918Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
3523 | 2025-03-18T02:07:06.993Z | |
3524 | 2025-03-18T02:07:06.994Z | info: running `cargo check --bins` on omicron-nexus (169/198) |
3525 | 2025-03-18T02:07:07.877Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3526 | 2025-03-18T02:07:07.903Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3527 | 2025-03-18T02:07:08.155Z | Compiling libz-sys v1.1.20 |
3528 | 2025-03-18T02:07:08.180Z | Compiling libgit2-sys v0.17.0+1.8.1 |
3529 | 2025-03-18T02:07:08.206Z | Compiling vergen v8.3.2 |
3530 | 2025-03-18T02:07:08.232Z | Compiling cargo-platform v0.1.8 |
3531 | 2025-03-18T02:07:08.232Z | Compiling pin-project-internal v1.1.6 |
3532 | 2025-03-18T02:07:08.267Z | Compiling snafu-derive v0.8.5 |
3533 | 2025-03-18T02:07:08.293Z | Compiling rustls v0.21.12 |
3534 | 2025-03-18T02:07:08.293Z | Checking globset v0.4.15 |
3535 | 2025-03-18T02:07:08.523Z | Compiling cargo_metadata v0.18.1 |
3536 | 2025-03-18T02:07:08.592Z | Checking olpc-cjson v0.1.4 |
3537 | 2025-03-18T02:07:08.689Z | Checking sct v0.7.1 |
3538 | 2025-03-18T02:07:08.770Z | Checking rustls-webpki v0.101.7 |
3539 | 2025-03-18T02:07:08.820Z | Checking serde_plain v1.0.2 |
3540 | 2025-03-18T02:07:08.853Z | Checking typed-path v0.9.3 |
3541 | 2025-03-18T02:07:09.055Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
3542 | 2025-03-18T02:07:09.087Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3543 | 2025-03-18T02:07:09.337Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3544 | 2025-03-18T02:07:09.366Z | Checking parse-size v1.1.0 |
3545 | 2025-03-18T02:07:09.654Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3546 | 2025-03-18T02:07:09.681Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
3547 | 2025-03-18T02:07:10.417Z | Checking pin-project v1.1.6 |
3548 | 2025-03-18T02:07:10.455Z | Checking rustls-pemfile v1.0.4 |
3549 | 2025-03-18T02:07:10.570Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
3550 | 2025-03-18T02:07:10.596Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3551 | 2025-03-18T02:07:10.596Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3552 | 2025-03-18T02:07:10.707Z | Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
3553 | 2025-03-18T02:07:10.901Z | Checking twox-hash v2.1.0 |
3554 | 2025-03-18T02:07:11.040Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
3555 | 2025-03-18T02:07:11.110Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3556 | 2025-03-18T02:07:11.476Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3557 | 2025-03-18T02:07:12.089Z | Checking tokio-rustls v0.24.1 |
3558 | 2025-03-18T02:07:12.281Z | Checking snafu v0.8.5 |
3559 | 2025-03-18T02:07:12.430Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3560 | 2025-03-18T02:07:12.684Z | Checking tough v0.19.0 |
3561 | 2025-03-18T02:07:12.800Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3562 | 2025-03-18T02:07:12.867Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
3563 | 2025-03-18T02:07:12.898Z | Checking fatfs v0.3.6 |
3564 | 2025-03-18T02:07:12.924Z | Checking assert_matches v1.5.0 |
3565 | 2025-03-18T02:07:16.483Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
3566 | 2025-03-18T02:07:17.773Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3567 | 2025-03-18T02:07:19.853Z | Compiling git2 v0.19.0 |
3568 | 2025-03-18T02:07:25.096Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
3569 | 2025-03-18T02:08:52.620Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 45s |
3570 | 2025-03-18T02:08:52.830Z | |
3571 | 2025-03-18T02:08:52.830Z | info: running `cargo check --bins` on nexus-external-api (170/198) |
3572 | 2025-03-18T02:08:53.714Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3573 | 2025-03-18T02:08:53.741Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3574 | 2025-03-18T02:08:53.741Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3575 | 2025-03-18T02:08:53.741Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s |
3576 | 2025-03-18T02:08:53.827Z | |
3577 | 2025-03-18T02:08:53.827Z | info: running `cargo check --bins` on nexus-internal-api (171/198) |
3578 | 2025-03-18T02:08:54.704Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3579 | 2025-03-18T02:08:54.730Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3580 | 2025-03-18T02:08:54.730Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3581 | 2025-03-18T02:08:54.730Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s |
3582 | 2025-03-18T02:08:54.839Z | |
3583 | 2025-03-18T02:08:54.839Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (172/198) |
3584 | 2025-03-18T02:08:55.690Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3585 | 2025-03-18T02:08:55.715Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3586 | 2025-03-18T02:08:55.716Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3587 | 2025-03-18T02:08:55.716Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s |
3588 | 2025-03-18T02:08:55.813Z | |
3589 | 2025-03-18T02:08:55.813Z | info: running `cargo check --bins` on nexus-networking (173/198) |
3590 | 2025-03-18T02:08:56.646Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3591 | 2025-03-18T02:08:56.672Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3592 | 2025-03-18T02:08:56.672Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3593 | 2025-03-18T02:08:56.672Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
3594 | 2025-03-18T02:08:56.772Z | |
3595 | 2025-03-18T02:08:56.772Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (174/198) |
3596 | 2025-03-18T02:08:57.589Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3597 | 2025-03-18T02:08:57.614Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3598 | 2025-03-18T02:08:57.614Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3599 | 2025-03-18T02:08:57.614Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
3600 | 2025-03-18T02:08:57.702Z | |
3601 | 2025-03-18T02:08:57.702Z | info: running `cargo check --bins` on nexus-reconfigurator-rendezvous (175/198) |
3602 | 2025-03-18T02:08:58.528Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3603 | 2025-03-18T02:08:58.553Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3604 | 2025-03-18T02:08:58.554Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3605 | 2025-03-18T02:08:58.554Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
3606 | 2025-03-18T02:08:58.649Z | |
3607 | 2025-03-18T02:08:58.649Z | info: running `cargo check --bins` on update-common (176/198) |
3608 | 2025-03-18T02:08:59.474Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3609 | 2025-03-18T02:08:59.499Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3610 | 2025-03-18T02:08:59.499Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3611 | 2025-03-18T02:08:59.499Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
3612 | 2025-03-18T02:08:59.595Z | |
3613 | 2025-03-18T02:08:59.595Z | info: running `cargo check --bins` on omicron-dev (177/198) |
3614 | 2025-03-18T02:09:00.547Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3615 | 2025-03-18T02:09:00.573Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3616 | 2025-03-18T02:09:00.863Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3617 | 2025-03-18T02:09:00.888Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3618 | 2025-03-18T02:09:00.925Z | Checking yansi v1.0.1 |
3619 | 2025-03-18T02:09:00.925Z | Checking diff v0.1.13 |
3620 | 2025-03-18T02:09:00.951Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3621 | 2025-03-18T02:09:00.951Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3622 | 2025-03-18T02:09:01.441Z | Checking pretty_assertions v1.4.1 |
3623 | 2025-03-18T02:09:02.254Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3624 | 2025-03-18T02:09:43.710Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3625 | 2025-03-18T02:09:43.710Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3626 | 2025-03-18T02:09:43.737Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3627 | 2025-03-18T02:09:43.737Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3628 | 2025-03-18T02:09:43.737Z | Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
3629 | 2025-03-18T02:09:43.737Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3630 | 2025-03-18T02:09:44.814Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3631 | 2025-03-18T02:09:46.448Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3632 | 2025-03-18T02:10:48.496Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 48s |
3633 | 2025-03-18T02:10:48.744Z | |
3634 | 2025-03-18T02:10:48.744Z | info: running `cargo check --bins` on openapi-manager (178/198) |
3635 | 2025-03-18T02:10:49.619Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3636 | 2025-03-18T02:10:49.645Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3637 | 2025-03-18T02:10:49.821Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
3638 | 2025-03-18T02:10:49.847Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
3639 | 2025-03-18T02:10:49.847Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
3640 | 2025-03-18T02:10:49.885Z | Compiling proc-macro-error-attr2 v2.0.0 |
3641 | 2025-03-18T02:10:49.919Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3642 | 2025-03-18T02:10:49.919Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
3643 | 2025-03-18T02:10:49.956Z | Checking papergrid v0.14.0 |
3644 | 2025-03-18T02:10:49.998Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
3645 | 2025-03-18T02:10:50.140Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
3646 | 2025-03-18T02:10:50.232Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
3647 | 2025-03-18T02:10:50.457Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
3648 | 2025-03-18T02:10:50.550Z | Compiling proc-macro-error2 v2.0.1 |
3649 | 2025-03-18T02:10:51.077Z | Compiling tabled_derive v0.10.0 |
3650 | 2025-03-18T02:10:51.182Z | Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
3651 | 2025-03-18T02:10:51.404Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
3652 | 2025-03-18T02:10:51.431Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3653 | 2025-03-18T02:10:51.459Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3654 | 2025-03-18T02:10:51.788Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
3655 | 2025-03-18T02:10:52.183Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3656 | 2025-03-18T02:10:52.248Z | Checking heck v0.4.1 |
3657 | 2025-03-18T02:10:52.453Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3658 | 2025-03-18T02:10:52.635Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
3659 | 2025-03-18T02:10:52.815Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
3660 | 2025-03-18T02:10:53.105Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
3661 | 2025-03-18T02:10:53.151Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3662 | 2025-03-18T02:10:53.225Z | Checking tabled v0.18.0 |
3663 | 2025-03-18T02:10:53.452Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
3664 | 2025-03-18T02:10:53.564Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3665 | 2025-03-18T02:10:53.653Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3666 | 2025-03-18T02:10:55.434Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3667 | 2025-03-18T02:10:55.434Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3668 | 2025-03-18T02:10:59.368Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3669 | 2025-03-18T02:11:01.347Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3670 | 2025-03-18T02:11:06.942Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3671 | 2025-03-18T02:11:06.943Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3672 | 2025-03-18T02:11:08.568Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3673 | 2025-03-18T02:11:12.915Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.63s |
3674 | 2025-03-18T02:11:12.915Z | |
3675 | 2025-03-18T02:11:12.915Z | info: running `cargo check --bins` on installinator-api (179/198) |
3676 | 2025-03-18T02:11:12.916Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3677 | 2025-03-18T02:11:12.916Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3678 | 2025-03-18T02:11:12.916Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3679 | 2025-03-18T02:11:12.916Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
3680 | 2025-03-18T02:11:12.916Z | |
3681 | 2025-03-18T02:11:12.916Z | info: running `cargo check --bins` on wicketd-api (180/198) |
3682 | 2025-03-18T02:11:12.916Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3683 | 2025-03-18T02:11:12.916Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3684 | 2025-03-18T02:11:12.916Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3685 | 2025-03-18T02:11:12.916Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
3686 | 2025-03-18T02:11:12.916Z | |
3687 | 2025-03-18T02:11:12.916Z | info: running `cargo check --bins` on omicron-pins (181/198) |
3688 | 2025-03-18T02:11:13.173Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3689 | 2025-03-18T02:11:13.198Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3690 | 2025-03-18T02:11:13.198Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3691 | 2025-03-18T02:11:13.198Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
3692 | 2025-03-18T02:11:13.281Z | |
3693 | 2025-03-18T02:11:13.281Z | info: running `cargo check --bins` on reconfigurator-cli (182/198) |
3694 | 2025-03-18T02:11:14.096Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3695 | 2025-03-18T02:11:14.121Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3696 | 2025-03-18T02:11:14.250Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3697 | 2025-03-18T02:11:14.250Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3698 | 2025-03-18T02:11:14.251Z | Compiling petname v2.0.2 |
3699 | 2025-03-18T02:11:14.251Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3700 | 2025-03-18T02:11:14.277Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
3701 | 2025-03-18T02:11:14.277Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
3702 | 2025-03-18T02:11:14.277Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3703 | 2025-03-18T02:11:14.303Z | Checking sync-ptr v0.1.1 |
3704 | 2025-03-18T02:11:20.491Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3705 | 2025-03-18T02:11:21.267Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3706 | 2025-03-18T02:11:22.786Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
3707 | 2025-03-18T02:11:24.732Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.44s |
3708 | 2025-03-18T02:11:24.926Z | |
3709 | 2025-03-18T02:11:24.926Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (183/198) |
3710 | 2025-03-18T02:11:25.737Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3711 | 2025-03-18T02:11:25.762Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3712 | 2025-03-18T02:11:25.763Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3713 | 2025-03-18T02:11:25.763Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
3714 | 2025-03-18T02:11:25.855Z | |
3715 | 2025-03-18T02:11:25.855Z | info: running `cargo check --bins` on omicron-releng (184/198) |
3716 | 2025-03-18T02:11:26.646Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3717 | 2025-03-18T02:11:26.671Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3718 | 2025-03-18T02:11:26.771Z | Checking memmap2 v0.9.5 |
3719 | 2025-03-18T02:11:26.771Z | Checking constant_time_eq v0.3.1 |
3720 | 2025-03-18T02:11:26.797Z | Checking arrayvec v0.7.6 |
3721 | 2025-03-18T02:11:26.797Z | Checking arrayref v0.3.9 |
3722 | 2025-03-18T02:11:26.797Z | Checking topological-sort v0.2.2 |
3723 | 2025-03-18T02:11:26.797Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
3724 | 2025-03-18T02:11:26.797Z | Checking shell-words v1.1.0 |
3725 | 2025-03-18T02:11:27.183Z | Checking blake3 v1.5.4 |
3726 | 2025-03-18T02:11:27.643Z | Checking omicron-zone-package v0.12.0 |
3727 | 2025-03-18T02:11:29.120Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3728 | 2025-03-18T02:11:30.180Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.31s |
3729 | 2025-03-18T02:11:30.356Z | |
3730 | 2025-03-18T02:11:30.356Z | info: running `cargo check --bins` on xtask (185/198) |
3731 | 2025-03-18T02:11:30.936Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3732 | 2025-03-18T02:11:30.962Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3733 | 2025-03-18T02:11:30.987Z | Checking bitflags v2.6.0 |
3734 | 2025-03-18T02:11:30.987Z | Checking serde v1.0.218 |
3735 | 2025-03-18T02:11:30.987Z | Checking thiserror v1.0.69 |
3736 | 2025-03-18T02:11:31.013Z | Checking scroll v0.12.0 |
3737 | 2025-03-18T02:11:31.038Z | Checking hashbrown v0.15.1 |
3738 | 2025-03-18T02:11:31.038Z | Checking log v0.4.22 |
3739 | 2025-03-18T02:11:31.064Z | Checking zerocopy v0.7.35 |
3740 | 2025-03-18T02:11:31.089Z | Checking syn v2.0.98 |
3741 | 2025-03-18T02:11:31.136Z | Checking pest v2.7.14 |
3742 | 2025-03-18T02:11:31.239Z | Checking rustix v0.38.37 |
3743 | 2025-03-18T02:11:31.304Z | Checking once_cell v1.20.3 |
3744 | 2025-03-18T02:11:31.436Z | Checking goblin v0.8.2 |
3745 | 2025-03-18T02:11:31.574Z | Checking thiserror v2.0.11 |
3746 | 2025-03-18T02:11:31.717Z | Checking fs-err v2.11.0 |
3747 | 2025-03-18T02:11:31.876Z | Checking indexmap v2.7.1 |
3748 | 2025-03-18T02:11:32.002Z | Checking anyhow v1.0.97 |
3749 | 2025-03-18T02:11:32.036Z | Checking tabled v0.15.0 |
3750 | 2025-03-18T02:11:32.705Z | Checking terminal_size v0.4.0 |
3751 | 2025-03-18T02:11:32.705Z | Checking tempfile v3.13.0 |
3752 | 2025-03-18T02:11:32.854Z | Checking clap_builder v4.5.31 |
3753 | 2025-03-18T02:11:33.234Z | Checking dtrace-parser v0.2.0 |
3754 | 2025-03-18T02:11:34.746Z | Checking serde_json v1.0.139 |
3755 | 2025-03-18T02:11:34.746Z | Checking toml_datetime v0.6.8 |
3756 | 2025-03-18T02:11:34.771Z | Checking serde_spanned v0.6.8 |
3757 | 2025-03-18T02:11:34.771Z | Checking camino v1.1.9 |
3758 | 2025-03-18T02:11:34.771Z | Checking cargo-platform v0.1.8 |
3759 | 2025-03-18T02:11:34.974Z | Checking semver v1.0.25 |
3760 | 2025-03-18T02:11:35.296Z | Checking macaddr v1.0.1 |
3761 | 2025-03-18T02:11:35.322Z | Checking toml_edit v0.22.24 |
3762 | 2025-03-18T02:11:35.322Z | Checking camino-tempfile v1.1.1 |
3763 | 2025-03-18T02:11:35.322Z | Checking clap v4.5.31 |
3764 | 2025-03-18T02:11:35.962Z | Checking dof v0.3.0 |
3765 | 2025-03-18T02:11:35.962Z | Checking cargo_metadata v0.19.2 |
3766 | 2025-03-18T02:11:36.489Z | Checking usdt-impl v0.5.0 |
3767 | 2025-03-18T02:11:36.954Z | Checking usdt v0.5.0 |
3768 | 2025-03-18T02:11:37.190Z | Checking toml v0.8.20 |
3769 | 2025-03-18T02:11:37.770Z | Checking cargo_toml v0.21.0 |
3770 | 2025-03-18T02:11:39.289Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3771 | 2025-03-18T02:11:40.094Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.71s |
3772 | 2025-03-18T02:11:40.182Z | |
3773 | 2025-03-18T02:11:40.182Z | info: running `cargo check --bins` on end-to-end-tests (186/198) |
3774 | 2025-03-18T02:11:41.046Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3775 | 2025-03-18T02:11:41.070Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3776 | 2025-03-18T02:11:41.266Z | Checking polyval v0.6.2 |
3777 | 2025-03-18T02:11:41.291Z | Checking ctr v0.9.2 |
3778 | 2025-03-18T02:11:41.325Z | Checking ssh-encoding v0.2.0 |
3779 | 2025-03-18T02:11:41.325Z | Checking blowfish v0.9.1 |
3780 | 2025-03-18T02:11:41.366Z | Checking password-hash v0.4.2 |
3781 | 2025-03-18T02:11:41.393Z | Checking p256 v0.13.2 |
3782 | 2025-03-18T02:11:41.394Z | Checking p521 v0.13.3 |
3783 | 2025-03-18T02:11:41.428Z | Checking russh-cryptovec v0.7.3 |
3784 | 2025-03-18T02:11:41.555Z | Checking ghash v0.5.1 |
3785 | 2025-03-18T02:11:41.580Z | Checking bcrypt-pbkdf v0.10.0 |
3786 | 2025-03-18T02:11:41.605Z | Checking md5 v0.7.0 |
3787 | 2025-03-18T02:11:41.642Z | Checking num-bigint v0.4.6 |
3788 | 2025-03-18T02:11:41.667Z | Checking des v0.8.1 |
3789 | 2025-03-18T02:11:41.726Z | Checking aes-gcm v0.10.3 |
3790 | 2025-03-18T02:11:41.778Z | Checking pbkdf2 v0.11.0 |
3791 | 2025-03-18T02:11:41.826Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
3792 | 2025-03-18T02:11:41.859Z | Checking hex-literal v0.4.1 |
3793 | 2025-03-18T02:11:41.884Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3794 | 2025-03-18T02:11:41.910Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3795 | 2025-03-18T02:11:41.951Z | Checking ssh-cipher v0.2.0 |
3796 | 2025-03-18T02:11:42.014Z | Checking internet-checksum v0.2.1 |
3797 | 2025-03-18T02:11:42.232Z | Checking ssh-key v0.6.6 |
3798 | 2025-03-18T02:11:42.449Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
3799 | 2025-03-18T02:11:43.583Z | Checking russh-keys v0.45.0 |
3800 | 2025-03-18T02:11:44.624Z | Checking russh v0.45.0 |
3801 | 2025-03-18T02:12:08.401Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3802 | 2025-03-18T02:12:10.235Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.04s |
3803 | 2025-03-18T02:12:10.432Z | |
3804 | 2025-03-18T02:12:10.432Z | info: running `cargo check --bins` on gateway-cli (187/198) |
3805 | 2025-03-18T02:12:11.210Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3806 | 2025-03-18T02:12:11.235Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3807 | 2025-03-18T02:12:11.336Z | Checking termios v0.3.3 |
3808 | 2025-03-18T02:12:11.539Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3809 | 2025-03-18T02:12:12.593Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.15s |
3810 | 2025-03-18T02:12:12.779Z | |
3811 | 2025-03-18T02:12:12.779Z | info: running `cargo check --bins --no-default-features` on installinator (188/198) |
3812 | 2025-03-18T02:12:13.640Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3813 | 2025-03-18T02:12:13.665Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3814 | 2025-03-18T02:12:13.789Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3815 | 2025-03-18T02:12:13.789Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3816 | 2025-03-18T02:12:13.789Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3817 | 2025-03-18T02:12:13.814Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3818 | 2025-03-18T02:12:14.947Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3819 | 2025-03-18T02:12:16.568Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3820 | 2025-03-18T02:12:18.866Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.07s |
3821 | 2025-03-18T02:12:19.074Z | |
3822 | 2025-03-18T02:12:19.075Z | info: running `cargo check --bins` on internal-dns-cli (189/198) |
3823 | 2025-03-18T02:12:19.874Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3824 | 2025-03-18T02:12:19.899Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3825 | 2025-03-18T02:12:20.027Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3826 | 2025-03-18T02:12:20.510Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s |
3827 | 2025-03-18T02:12:20.687Z | |
3828 | 2025-03-18T02:12:20.687Z | info: running `cargo check --bins` on omicron-live-tests (190/198) |
3829 | 2025-03-18T02:12:21.429Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3830 | 2025-03-18T02:12:21.455Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3831 | 2025-03-18T02:12:21.455Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3832 | 2025-03-18T02:12:21.455Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
3833 | 2025-03-18T02:12:21.527Z | |
3834 | 2025-03-18T02:12:21.527Z | info: running `cargo check --bins` on live-tests-macros (191/198) |
3835 | 2025-03-18T02:12:22.276Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3836 | 2025-03-18T02:12:22.301Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3837 | 2025-03-18T02:12:22.301Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3838 | 2025-03-18T02:12:22.301Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
3839 | 2025-03-18T02:12:22.378Z | |
3840 | 2025-03-18T02:12:22.378Z | info: running `cargo check --bins` on nexus-mgs-updates (192/198) |
3841 | 2025-03-18T02:12:23.119Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3842 | 2025-03-18T02:12:23.147Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3843 | 2025-03-18T02:12:23.147Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3844 | 2025-03-18T02:12:23.147Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
3845 | 2025-03-18T02:12:23.228Z | |
3846 | 2025-03-18T02:12:23.228Z | info: running `cargo check --bins` on omicron-package (193/198) |
3847 | 2025-03-18T02:12:24.047Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3848 | 2025-03-18T02:12:24.072Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3849 | 2025-03-18T02:12:24.196Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3850 | 2025-03-18T02:12:25.844Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.60s |
3851 | 2025-03-18T02:12:26.024Z | |
3852 | 2025-03-18T02:12:26.024Z | info: running `cargo check --bins` on wicket-dbg (194/198) |
3853 | 2025-03-18T02:12:26.843Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3854 | 2025-03-18T02:12:26.868Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3855 | 2025-03-18T02:12:27.023Z | Checking rtoolbox v0.0.2 |
3856 | 2025-03-18T02:12:27.023Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3857 | 2025-03-18T02:12:27.048Z | Checking tui-tree-widget v0.23.0 |
3858 | 2025-03-18T02:12:27.231Z | Checking rpassword v7.3.1 |
3859 | 2025-03-18T02:12:33.124Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3860 | 2025-03-18T02:12:36.958Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3861 | 2025-03-18T02:12:38.477Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.44s |
3862 | 2025-03-18T02:12:38.666Z | |
3863 | 2025-03-18T02:12:38.666Z | info: running `cargo check --bins` on wicket (195/198) |
3864 | 2025-03-18T02:12:39.502Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3865 | 2025-03-18T02:12:39.527Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3866 | 2025-03-18T02:12:39.668Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3867 | 2025-03-18T02:12:40.069Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s |
3868 | 2025-03-18T02:12:40.259Z | |
3869 | 2025-03-18T02:12:40.259Z | info: running `cargo check --bins` on wicketd (196/198) |
3870 | 2025-03-18T02:12:41.097Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3871 | 2025-03-18T02:12:41.122Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3872 | 2025-03-18T02:12:41.272Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3873 | 2025-03-18T02:12:41.272Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3874 | 2025-03-18T02:12:42.238Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3875 | 2025-03-18T02:12:47.240Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.97s |
3876 | 2025-03-18T02:12:47.415Z | |
3877 | 2025-03-18T02:12:47.415Z | info: running `cargo check --bins` on omicron-workspace-hack (197/198) |
3878 | 2025-03-18T02:12:48.158Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3879 | 2025-03-18T02:12:48.183Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3880 | 2025-03-18T02:12:48.183Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3881 | 2025-03-18T02:12:48.183Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
3882 | 2025-03-18T02:12:48.268Z | |
3883 | 2025-03-18T02:12:48.268Z | info: running `cargo check --bins` on zone-setup (198/198) |
3884 | 2025-03-18T02:12:49.071Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3885 | 2025-03-18T02:12:49.096Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3886 | 2025-03-18T02:12:49.220Z | Checking uzers v0.12.1 |
3887 | 2025-03-18T02:12:49.562Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3888 | 2025-03-18T02:12:50.719Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.44s |
3889 | 2025-03-18T02:12:50.926Z | |
3890 | 2025-03-18T02:12:50.951Z | real 18:05.807744085 |
3891 | 2025-03-18T02:12:50.951Z | user 30:11.040218124 |
3892 | 2025-03-18T02:12:50.951Z | sys 5:09.791574358 |
3893 | 2025-03-18T02:12:50.952Z | trap 0.780345260 |
3894 | 2025-03-18T02:12:50.952Z | tflt 0.342206443 |
3895 | 2025-03-18T02:12:50.952Z | dflt 2.139560157 |
3896 | 2025-03-18T02:12:50.952Z | kflt 0.000834276 |
3897 | 2025-03-18T02:12:50.952Z | lock 56:59.683533921 |
3898 | 2025-03-18T02:12:50.952Z | slp 2:38:43.142918382 |
3899 | 2025-03-18T02:12:50.952Z | lat 1:06.755756909 |
3900 | 2025-03-18T02:12:50.952Z | stop 3:30.529536104 |
3901 | 2025-03-18T02:12:50.952Z | process exited: duration 1395046 ms, exit code 0 |
|
3902 | 2025-03-18T02:12:51.003Z | found 0 output files |