|
|
|
1 | 2025-03-02T04:03:56.625Z | job assigned to worker 01JNAGBCBCJE99JWENNPN8GN7K [factory aws, i-03760d2107dfaaf19] (queued for 54 s) |
|
2 | 2025-03-02T04:04:04.837Z | starting task 0: "setup" |
3 | 2025-03-02T04:04:04.845Z | ++ uname -s |
4 | 2025-03-02T04:04:04.849Z | + kern=SunOS |
5 | 2025-03-02T04:04:04.849Z | + build_user=build |
6 | 2025-03-02T04:04:04.849Z | + build_uid=12345 |
7 | 2025-03-02T04:04:04.849Z | + work_dir=/work |
8 | 2025-03-02T04:04:04.849Z | + input_dir=/input |
9 | 2025-03-02T04:04:04.849Z | + [[ 0 == 12345 ]] |
10 | 2025-03-02T04:04:04.850Z | + case "$kern" in |
11 | 2025-03-02T04:04:04.850Z | + groupadd -g 12345 build |
12 | 2025-03-02T04:04:04.853Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-03-02T04:04:06.857Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-03-02T04:04:07.029Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-03-02T04:04:07.032Z | + home_fs=zfs |
16 | 2025-03-02T04:04:07.032Z | + [[ zfs == autofs ]] |
17 | 2025-03-02T04:04:07.032Z | + mkdir -p /home/build |
18 | 2025-03-02T04:04:07.033Z | + chown build:build /home/build /work |
19 | 2025-03-02T04:04:09.035Z | + chmod 0700 /home/build /work |
20 | 2025-03-02T04:04:09.038Z | process exited: duration 4200 ms, exit code 0 |
|
21 | 2025-03-02T04:04:09.045Z | starting task 1: "rust-toolchain" |
22 | 2025-03-02T04:04:09.050Z | + printf ' * rust toolchain channel = "%s"\n' 1.85.0 |
23 | 2025-03-02T04:04:09.050Z | * rust toolchain channel = "1.85.0" |
24 | 2025-03-02T04:04:09.050Z | * rust toolchain profile = "default" |
25 | 2025-03-02T04:04:09.054Z | + printf ' * rust toolchain profile = "%s"\n' default |
26 | 2025-03-02T04:04:09.054Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-03-02T04:04:09.054Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-03-02T04:04:09.054Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-03-02T04:04:09.054Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default |
30 | 2025-03-02T04:04:09.157Z | info: downloading installer |
31 | 2025-03-02T04:04:10.386Z | warning: it looks like you have an existing installation of Rust at: |
32 | 2025-03-02T04:04:10.386Z | warning: /opt/ooce/bin |
33 | 2025-03-02T04:04:10.386Z | warning: It is recommended that rustup be the primary Rust installation. |
34 | 2025-03-02T04:04:10.386Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
35 | 2025-03-02T04:04:10.386Z | warning: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-03-02T04:04:10.386Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-03-02T04:04:10.386Z | warning: or pass `-y' to ignore all ignorable checks. |
38 | 2025-03-02T04:04:10.386Z | error: cannot install while Rust is installed |
39 | 2025-03-02T04:04:10.386Z | warning: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-03-02T04:04:10.423Z | info: profile set to 'default' |
41 | 2025-03-02T04:04:10.423Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-03-02T04:04:10.426Z | info: syncing channel updates for '1.85.0-x86_64-unknown-illumos' |
43 | 2025-03-02T04:04:10.579Z | info: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17) |
44 | 2025-03-02T04:04:10.579Z | info: downloading component 'cargo' |
45 | 2025-03-02T04:04:11.316Z | info: downloading component 'clippy' |
46 | 2025-03-02T04:04:11.602Z | info: downloading component 'rust-docs' |
47 | 2025-03-02T04:04:12.713Z | info: downloading component 'rust-std' |
48 | 2025-03-02T04:04:14.347Z | info: downloading component 'rustc' |
49 | 2025-03-02T04:04:19.957Z | info: downloading component 'rustfmt' |
50 | 2025-03-02T04:04:20.168Z | info: installing component 'cargo' |
51 | 2025-03-02T04:04:21.040Z | info: installing component 'clippy' |
52 | 2025-03-02T04:04:21.447Z | info: installing component 'rust-docs' |
53 | 2025-03-02T04:04:23.217Z | info: installing component 'rust-std' |
54 | 2025-03-02T04:04:25.153Z | info: installing component 'rustc' |
55 | 2025-03-02T04:04:31.359Z | info: installing component 'rustfmt' |
56 | 2025-03-02T04:04:31.705Z | info: default toolchain set to '1.85.0-x86_64-unknown-illumos' |
57 | 2025-03-02T04:04:31.705Z | |
58 | 2025-03-02T04:04:32.084Z | 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17) |
59 | 2025-03-02T04:04:32.084Z | |
60 | 2025-03-02T04:04:32.086Z | |
61 | 2025-03-02T04:04:32.086Z | Rust is installed now. Great! |
62 | 2025-03-02T04:04:32.086Z | |
63 | 2025-03-02T04:04:32.086Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-03-02T04:04:32.086Z | environment variable. This has not been done automatically. |
65 | 2025-03-02T04:04:32.088Z | |
66 | 2025-03-02T04:04:32.088Z | To configure your current shell, you need to source |
67 | 2025-03-02T04:04:32.088Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-03-02T04:04:32.088Z | |
69 | 2025-03-02T04:04:32.088Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-03-02T04:04:32.088Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-03-02T04:04:32.088Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-03-02T04:04:32.165Z | + rustup --version |
73 | 2025-03-02T04:04:32.172Z | rustup 1.27.1 (54dd3d00f 2024-04-24) |
74 | 2025-03-02T04:04:32.173Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
75 | 2025-03-02T04:04:32.260Z | info: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)` |
76 | 2025-03-02T04:04:32.264Z | + cargo --version |
77 | 2025-03-02T04:04:32.325Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
78 | 2025-03-02T04:04:32.327Z | + rustc --version |
79 | 2025-03-02T04:04:32.394Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
80 | 2025-03-02T04:04:32.402Z | process exited: duration 23345 ms, exit code 0 |
|
81 | 2025-03-02T04:04:32.408Z | starting task 2: "authentication" |
82 | 2025-03-02T04:04:32.432Z | process exited: duration 22 ms, exit code 0 |
|
83 | 2025-03-02T04:04:32.439Z | starting task 3: "clone repository" |
84 | 2025-03-02T04:04:32.444Z | + mkdir -p /work/oxidecomputer/omicron |
85 | 2025-03-02T04:04:32.447Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
86 | 2025-03-02T04:04:32.557Z | Cloning into '/work/oxidecomputer/omicron'... |
87 | 2025-03-02T04:04:40.047Z | + cd /work/oxidecomputer/omicron |
88 | 2025-03-02T04:04:40.047Z | + git fetch origin 735fe0f29f4956b3b333a10687ccaa70e2e6a94a |
89 | 2025-03-02T04:04:40.373Z | From https://github.com/oxidecomputer/omicron |
90 | 2025-03-02T04:04:40.373Z | * branch 735fe0f29f4956b3b333a10687ccaa70e2e6a94a -> FETCH_HEAD |
91 | 2025-03-02T04:04:40.386Z | + [[ -n '' ]] |
92 | 2025-03-02T04:04:40.386Z | + git reset --hard 735fe0f29f4956b3b333a10687ccaa70e2e6a94a |
93 | 2025-03-02T04:04:40.587Z | HEAD is now at 735fe0f29 Update Rust crate hyper-rustls to 0.27.5 |
94 | 2025-03-02T04:04:40.590Z | process exited: duration 8148 ms, exit code 0 |
|
95 | 2025-03-02T04:04:40.596Z | starting task 4: "build" |
96 | 2025-03-02T04:04:40.602Z | + source .github/buildomat/ci-env.sh |
97 | 2025-03-02T04:04:40.605Z | ++ export CARGO_TERM_COLOR=always |
98 | 2025-03-02T04:04:40.605Z | ++ CARGO_TERM_COLOR=always |
99 | 2025-03-02T04:04:40.605Z | + cargo --version |
100 | 2025-03-02T04:04:40.657Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
101 | 2025-03-02T04:04:40.660Z | + rustc --version |
102 | 2025-03-02T04:04:40.729Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
103 | 2025-03-02T04:04:40.733Z | + source ./env.sh |
104 | 2025-03-02T04:04:40.735Z | ++ OLD_SHELL_OPTS=ehxB |
105 | 2025-03-02T04:04:40.735Z | ++ set -o xtrace |
106 | 2025-03-02T04:04:40.735Z | ++++ dirname ./env.sh |
107 | 2025-03-02T04:04:40.740Z | +++ readlink -f . |
108 | 2025-03-02T04:04:40.743Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
109 | 2025-03-02T04:04:40.743Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
110 | 2025-03-02T04:04:40.743Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
111 | 2025-03-02T04:04:40.743Z | ++ 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 |
112 | 2025-03-02T04:04:40.743Z | ++ 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 |
113 | 2025-03-02T04:04:40.744Z | ++ 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 |
114 | 2025-03-02T04:04:40.744Z | ++ 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 |
115 | 2025-03-02T04:04:40.744Z | ++ 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 |
116 | 2025-03-02T04:04:40.744Z | ++ 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 |
117 | 2025-03-02T04:04:40.744Z | ++ case $OLD_SHELL_OPTS in |
118 | 2025-03-02T04:04:40.744Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
119 | 2025-03-02T04:04:40.744Z | + 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 |
120 | 2025-03-02T04:04:40.744Z | + 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 |
121 | 2025-03-02T04:04:40.744Z | + banner prerequisites |
122 | 2025-03-02T04:04:40.747Z | |
123 | 2025-03-02T04:04:40.747Z | ##### ##### ###### ##### ###### #### # # # #### # |
124 | 2025-03-02T04:04:40.747Z | # # # # # # # # # # # # # # # |
125 | 2025-03-02T04:04:40.747Z | # # # # ##### # # ##### # # # # # #### # |
126 | 2025-03-02T04:04:40.747Z | ##### ##### # ##### # # # # # # # # # |
127 | 2025-03-02T04:04:40.747Z | # # # # # # # # # # # # # # # |
128 | 2025-03-02T04:04:40.748Z | # # # ###### # # ###### ### # #### # #### # |
129 | 2025-03-02T04:04:40.748Z | |
130 | 2025-03-02T04:04:40.748Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
131 | 2025-03-02T04:04:42.290Z | pkg list: illegal option -- F |
132 | 2025-03-02T04:04:42.290Z | Usage: |
133 | 2025-03-02T04:04:42.293Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
134 | 2025-03-02T04:04:42.293Z | [pkg_fmri_pattern ...] |
135 | 2025-03-02T04:04:43.180Z | pkg list: illegal option -- F |
136 | 2025-03-02T04:04:43.181Z | Usage: |
137 | 2025-03-02T04:04:43.184Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
138 | 2025-03-02T04:04:43.184Z | [pkg_fmri_pattern ...] |
139 | 2025-03-02T04:04:55.465Z | Startup: Refreshing catalog 'helios-dev' ... Done |
140 | 2025-03-02T04:04:59.979Z | Startup: Caching catalogs ... Done |
141 | 2025-03-02T04:05:13.620Z | Planning: Solver setup ... Done (12.675s) |
142 | 2025-03-02T04:05:13.777Z | Planning: Running solver ... Done (0.158s) |
143 | 2025-03-02T04:05:14.036Z | Planning: Finding local manifests ... Done (0.141s) |
144 | 2025-03-02T04:05:14.095Z | Planning: Fetching manifests: 0/7 0% complete |
145 | 2025-03-02T04:05:15.657Z | Planning: Fetching manifests: 7/7 100% complete |
146 | 2025-03-02T04:05:15.970Z | Planning: Package planning ... Done (0.313s) |
147 | 2025-03-02T04:05:16.028Z | Planning: Merging actions ... Done (0.057s) |
148 | 2025-03-02T04:05:16.677Z | Planning: Checking for conflicting actions ... Done (0.649s) |
149 | 2025-03-02T04:05:20.398Z | Planning: Consolidating action changes ... Done (3.720s) |
150 | 2025-03-02T04:05:20.802Z | Planning: Evaluating mediators ... Done (0.402s) |
151 | 2025-03-02T04:05:20.888Z | Planning: Planning completed in 20.80 seconds |
152 | 2025-03-02T04:05:20.904Z | Packages to install: 4 |
153 | 2025-03-02T04:05:20.904Z | Packages to update: 3 |
154 | 2025-03-02T04:05:20.908Z | Mediators to change: 2 |
155 | 2025-03-02T04:05:20.908Z | Services to change: 1 |
156 | 2025-03-02T04:05:20.908Z | Estimated space available: 155.60 GB |
157 | 2025-03-02T04:05:20.908Z | Estimated space to be consumed: 1.66 GB |
158 | 2025-03-02T04:05:20.908Z | Create boot environment: No |
159 | 2025-03-02T04:05:20.908Z | Create backup boot environment: Yes |
160 | 2025-03-02T04:05:20.908Z | Rebuild boot archive: No |
161 | 2025-03-02T04:05:20.908Z | |
162 | 2025-03-02T04:05:20.908Z | Changed mediators: |
163 | 2025-03-02T04:05:20.908Z | mediator clang: |
164 | 2025-03-02T04:05:20.908Z | version: None -> 15 (system default) |
165 | 2025-03-02T04:05:20.908Z | |
166 | 2025-03-02T04:05:20.908Z | mediator llvm: |
167 | 2025-03-02T04:05:20.908Z | version: 14 (system default) -> 15 (system default) |
168 | 2025-03-02T04:05:20.908Z | |
169 | 2025-03-02T04:05:20.908Z | Changed packages: |
170 | 2025-03-02T04:05:20.908Z | helios-dev |
171 | 2025-03-02T04:05:20.908Z | developer/build-essential |
172 | 2025-03-02T04:05:20.908Z | None -> 11-2.0 |
173 | 2025-03-02T04:05:20.908Z | library/libxmlsec1 |
174 | 2025-03-02T04:05:20.908Z | None -> 1.2.35-2.0 |
175 | 2025-03-02T04:05:20.908Z | ooce/developer/clang-15 |
176 | 2025-03-02T04:05:20.908Z | None -> 15.0.7-2.0 |
177 | 2025-03-02T04:05:20.908Z | ooce/developer/llvm-15 |
178 | 2025-03-02T04:05:20.908Z | None -> 15.0.7-2.0 |
179 | 2025-03-02T04:05:20.909Z | package/pkg |
180 | 2025-03-02T04:05:20.909Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
181 | 2025-03-02T04:05:20.909Z | system/library/g++-runtime |
182 | 2025-03-02T04:05:20.909Z | 13-2.0 -> 14-2.0 |
183 | 2025-03-02T04:05:20.909Z | system/library/gcc-runtime |
184 | 2025-03-02T04:05:20.909Z | 13-2.0 -> 14-2.0 |
185 | 2025-03-02T04:05:20.909Z | |
186 | 2025-03-02T04:05:20.909Z | Services: |
187 | 2025-03-02T04:05:20.909Z | restart_fmri: |
188 | 2025-03-02T04:05:20.909Z | svc:/system/update-man-index:default |
189 | 2025-03-02T04:05:20.909Z | |
190 | 2025-03-02T04:05:20.909Z | Editable files to change: |
191 | 2025-03-02T04:05:20.909Z | Update: |
192 | 2025-03-02T04:05:20.909Z | usr/share/lib/pkg/web/config.shtml |
193 | 2025-03-02T04:05:21.118Z | |
194 | 2025-03-02T04:05:21.118Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
195 | 2025-03-02T04:05:26.120Z | Download: 214/4301 items 1.3/225.4MB 0% complete (388k/s) |
196 | 2025-03-02T04:05:31.165Z | Download: 514/4301 items 17.4/225.4MB 7% complete (1.8M/s) |
197 | 2025-03-02T04:05:36.175Z | Download: 757/4301 items 18.4/225.4MB 8% complete (1.7M/s) |
198 | 2025-03-02T04:05:41.186Z | Download: 964/4301 items 19.3/225.4MB 8% complete (192k/s) |
199 | 2025-03-02T04:05:46.482Z | Download: 1193/4301 items 60.5/225.4MB 26% complete (4.2M/s) |
200 | 2025-03-02T04:05:52.915Z | Download: 1196/4301 items 61.5/225.4MB 27% complete (4.2M/s) |
201 | 2025-03-02T04:05:57.916Z | Download: 1211/4301 items 87.5/225.4MB 38% complete (5.0M/s) |
202 | 2025-03-02T04:06:03.043Z | Download: 1392/4301 items 114.9/225.4MB 50% complete (6.0M/s) |
203 | 2025-03-02T04:06:08.057Z | Download: 1529/4301 items 115.4/225.4MB 51% complete (3.4M/s) |
204 | 2025-03-02T04:06:13.074Z | Download: 1607/4301 items 116.4/225.4MB 51% complete (255k/s) |
205 | 2025-03-02T04:06:18.166Z | Download: 1696/4301 items 116.7/225.4MB 51% complete (151k/s) |
206 | 2025-03-02T04:06:23.177Z | Download: 1843/4301 items 117.2/225.4MB 51% complete (75.0k/s) |
207 | 2025-03-02T04:06:28.232Z | Download: 1935/4301 items 117.3/225.4MB 52% complete (64.2k/s) |
208 | 2025-03-02T04:06:33.335Z | Download: 2007/4301 items 117.4/225.4MB 52% complete (32.6k/s) |
209 | 2025-03-02T04:06:38.407Z | Download: 2194/4301 items 117.8/225.4MB 52% complete (41.6k/s) |
210 | 2025-03-02T04:06:44.801Z | Download: 2219/4301 items 117.9/225.4MB 52% complete (49.3k/s) |
211 | 2025-03-02T04:06:57.362Z | Download: 2220/4301 items 117.9/225.4MB 52% complete |
212 | 2025-03-02T04:07:02.426Z | Download: 2271/4301 items 119.5/225.4MB 53% complete (404k/s) |
213 | 2025-03-02T04:07:07.606Z | Download: 2397/4301 items 120.0/225.4MB 53% complete (230k/s) |
214 | 2025-03-02T04:07:12.664Z | Download: 2560/4301 items 120.4/225.4MB 53% complete (90.2k/s) |
215 | 2025-03-02T04:07:17.785Z | Download: 2764/4301 items 120.9/225.4MB 53% complete (88.9k/s) |
216 | 2025-03-02T04:07:22.791Z | Download: 2846/4301 items 121.0/225.4MB 53% complete (77.6k/s) |
217 | 2025-03-02T04:07:27.803Z | Download: 2959/4301 items 121.2/225.4MB 53% complete (35.9k/s) |
218 | 2025-03-02T04:07:33.065Z | Download: 3042/4301 items 121.4/225.4MB 53% complete (33.5k/s) |
219 | 2025-03-02T04:07:38.248Z | Download: 3118/4301 items 166.5/225.4MB 73% complete (4.5M/s) |
220 | 2025-03-02T04:07:43.257Z | Download: 3219/4301 items 195.6/225.4MB 86% complete (7.4M/s) |
221 | 2025-03-02T04:07:57.304Z | Download: 3246/4301 items 203.0/225.4MB 90% complete |
222 | 2025-03-02T04:08:06.884Z | Download: 3247/4301 items 203.0/225.4MB 90% complete |
223 | 2025-03-02T04:08:13.336Z | Download: 3285/4301 items 211.6/225.4MB 93% complete (1.2M/s) |
224 | 2025-03-02T04:08:32.526Z | Download: 3287/4301 items 211.8/225.4MB 93% complete |
225 | 2025-03-02T04:08:37.543Z | Download: 4047/4301 items 219.7/225.4MB 97% complete (1.7M/s) |
226 | 2025-03-02T04:08:42.610Z | Download: 4205/4301 items 220.6/225.4MB 97% complete (1.2M/s) |
227 | 2025-03-02T04:08:48.247Z | Download: 4208/4301 items 220.6/225.4MB 97% complete (1.1M/s) |
228 | 2025-03-02T04:08:54.554Z | Download: 4293/4301 items 224.9/225.4MB 99% complete (402k/s) |
229 | 2025-03-02T04:09:04.182Z | Download: 4300/4301 items 225.4/225.4MB 100% complete (479k/s) |
230 | 2025-03-02T04:09:04.193Z | Download: Completed 225.42 MB in 223.01 seconds (1.0M/s) |
231 | 2025-03-02T04:09:06.251Z | Actions: 1/5122 actions (Removing old actions) |
232 | 2025-03-02T04:09:06.270Z | Actions: 194/5122 actions (Installing new actions) |
233 | 2025-03-02T04:09:11.056Z | Actions: 4267/5122 actions (Updating modified actions) |
234 | 2025-03-02T04:09:11.403Z | Actions: Completed 5122 actions in 5.15 seconds. |
235 | 2025-03-02T04:09:11.836Z | Done (0.426s) |
236 | 2025-03-02T04:09:11.839Z | Done (0.001s) |
237 | 2025-03-02T04:09:12.448Z | Done (0.610s) |
238 | 2025-03-02T04:09:16.955Z | Done (4.257s) |
239 | 2025-03-02T04:09:17.042Z | Done (0.018s) |
240 | 2025-03-02T04:09:17.045Z | Done (0.000s) |
241 | 2025-03-02T04:09:17.209Z | Done (0.000s) |
242 | 2025-03-02T04:09:17.964Z | Planning: Evaluating mediator changes ... Done |
243 | 2025-03-02T04:09:18.127Z | Planning: Checking for conflicting actions ... Done |
244 | 2025-03-02T04:09:18.130Z | Planning: Consolidating action changes ... Done |
245 | 2025-03-02T04:09:18.400Z | Planning: Evaluating mediators ... Done |
246 | 2025-03-02T04:09:18.403Z | Planning: Planning completed in 0.44 seconds |
247 | 2025-03-02T04:09:18.441Z | Mediators to change: 2 |
248 | 2025-03-02T04:09:18.441Z | Create boot environment: No |
249 | 2025-03-02T04:09:18.441Z | Create backup boot environment: No |
250 | 2025-03-02T04:09:18.522Z | Done |
251 | 2025-03-02T04:09:18.522Z | Done |
252 | 2025-03-02T04:09:18.954Z | Done |
253 | 2025-03-02T04:09:22.866Z | Done |
254 | 2025-03-02T04:09:22.968Z | Done |
255 | 2025-03-02T04:09:22.971Z | Done |
256 | 2025-03-02T04:09:23.115Z | Done |
257 | 2025-03-02T04:09:23.769Z | Planning: Evaluating mediator changes ... Done |
258 | 2025-03-02T04:09:23.772Z | Planning: Merging actions ... Done |
259 | 2025-03-02T04:09:23.965Z | Planning: Checking for conflicting actions ... Done |
260 | 2025-03-02T04:09:23.968Z | Planning: Consolidating action changes ... Done |
261 | 2025-03-02T04:09:24.249Z | Planning: Evaluating mediators ... Done |
262 | 2025-03-02T04:09:24.309Z | Planning: Planning completed in 0.79 seconds |
263 | 2025-03-02T04:09:24.352Z | Packages to change: 1 |
264 | 2025-03-02T04:09:24.352Z | Mediators to change: 1 |
265 | 2025-03-02T04:09:24.352Z | Services to change: 1 |
266 | 2025-03-02T04:09:24.355Z | Create boot environment: No |
267 | 2025-03-02T04:09:24.355Z | Create backup boot environment: Yes |
268 | 2025-03-02T04:09:26.661Z | Actions: 1/6 actions (Updating modified actions) |
269 | 2025-03-02T04:09:26.664Z | Actions: Completed 6 actions in 0.00 seconds. |
270 | 2025-03-02T04:09:26.664Z | Done |
271 | 2025-03-02T04:09:26.664Z | Done |
272 | 2025-03-02T04:09:26.787Z | Done |
273 | 2025-03-02T04:09:30.703Z | Done |
274 | 2025-03-02T04:09:30.803Z | Done |
275 | 2025-03-02T04:09:30.807Z | Done |
276 | 2025-03-02T04:09:30.943Z | Done |
277 | 2025-03-02T04:09:31.431Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
278 | 2025-03-02T04:09:31.431Z | clang system 15 system |
279 | 2025-03-02T04:09:31.431Z | csh system system illumos |
280 | 2025-03-02T04:09:31.431Z | ctags system system illumos |
281 | 2025-03-02T04:09:31.431Z | gcc vendor 12 vendor |
282 | 2025-03-02T04:09:31.431Z | gcc system 10 system |
283 | 2025-03-02T04:09:31.431Z | gcc system 7 system |
284 | 2025-03-02T04:09:31.431Z | go system 1.20 system |
285 | 2025-03-02T04:09:31.431Z | go system 1.19 system |
286 | 2025-03-02T04:09:31.431Z | llvm system 15 system |
287 | 2025-03-02T04:09:31.431Z | llvm system 14 system |
288 | 2025-03-02T04:09:31.431Z | mariadb system 10.6 system |
289 | 2025-03-02T04:09:31.431Z | mta vendor vendor dma |
290 | 2025-03-02T04:09:31.431Z | openjdk system 17 system |
291 | 2025-03-02T04:09:31.431Z | openjdk system 11 system |
292 | 2025-03-02T04:09:31.431Z | openjdk system 1.8 system |
293 | 2025-03-02T04:09:31.431Z | openssl vendor 3 vendor |
294 | 2025-03-02T04:09:31.431Z | perl system 5.36 system |
295 | 2025-03-02T04:09:31.431Z | postgresql system 15 system |
296 | 2025-03-02T04:09:31.431Z | postgresql system 13 system |
297 | 2025-03-02T04:09:31.431Z | python vendor 3 vendor |
298 | 2025-03-02T04:09:31.431Z | python system 2 system |
299 | 2025-03-02T04:09:31.431Z | python3 system 3.11 system |
300 | 2025-03-02T04:09:31.432Z | ruby system 3.0 system |
301 | 2025-03-02T04:09:31.432Z | words vendor vendor american-english |
302 | 2025-03-02T04:09:31.432Z | words system system australian-english |
303 | 2025-03-02T04:09:31.432Z | words system system british-english |
304 | 2025-03-02T04:09:31.432Z | words system system canadian-english |
305 | 2025-03-02T04:09:31.432Z | words system system french |
306 | 2025-03-02T04:09:31.432Z | words system system italian |
307 | 2025-03-02T04:09:31.432Z | words system system ngerman |
308 | 2025-03-02T04:09:31.432Z | words system system ogerman |
309 | 2025-03-02T04:09:31.432Z | words system system spanish |
310 | 2025-03-02T04:09:31.794Z | PUBLISHER TYPE STATUS P LOCATION |
311 | 2025-03-02T04:09:31.794Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
312 | 2025-03-02T04:09:34.940Z | FMRI IFO |
313 | 2025-03-02T04:09:34.940Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
314 | 2025-03-02T04:09:34.940Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
315 | 2025-03-02T04:09:34.940Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
316 | 2025-03-02T04:09:34.940Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
317 | 2025-03-02T04:09:34.940Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
318 | 2025-03-02T04:09:34.940Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
319 | 2025-03-02T04:09:34.940Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
320 | 2025-03-02T04:09:34.940Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
321 | 2025-03-02T04:09:34.940Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
322 | 2025-03-02T04:09:34.940Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
323 | 2025-03-02T04:09:34.941Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
324 | 2025-03-02T04:09:34.941Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
325 | 2025-03-02T04:09:34.941Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
326 | 2025-03-02T04:09:34.941Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
327 | 2025-03-02T04:09:34.941Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
328 | 2025-03-02T04:09:35.772Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
329 | 2025-03-02T04:09:36.040Z | Updating crates.io index |
330 | 2025-03-02T04:09:36.103Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
331 | 2025-03-02T04:09:36.624Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
332 | 2025-03-02T04:09:36.828Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
333 | 2025-03-02T04:09:37.084Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
334 | 2025-03-02T04:09:38.167Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
335 | 2025-03-02T04:09:39.944Z | Updating git repository `https://github.com/oxidecomputer/opte` |
336 | 2025-03-02T04:09:40.613Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
337 | 2025-03-02T04:09:41.215Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
338 | 2025-03-02T04:09:41.494Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
339 | 2025-03-02T04:09:41.892Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
340 | 2025-03-02T04:09:42.424Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
341 | 2025-03-02T04:09:42.982Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
342 | 2025-03-02T04:09:43.467Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
343 | 2025-03-02T04:09:43.926Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
344 | 2025-03-02T04:09:44.194Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
345 | 2025-03-02T04:09:44.411Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
346 | 2025-03-02T04:09:44.671Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
347 | 2025-03-02T04:09:44.943Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
348 | 2025-03-02T04:09:45.295Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
349 | 2025-03-02T04:09:45.614Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
350 | 2025-03-02T04:09:45.898Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
351 | 2025-03-02T04:09:46.187Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
352 | 2025-03-02T04:09:46.534Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
353 | 2025-03-02T04:09:46.815Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
354 | 2025-03-02T04:09:47.331Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
355 | 2025-03-02T04:09:47.614Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
356 | 2025-03-02T04:09:47.928Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
357 | 2025-03-02T04:09:48.279Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
358 | 2025-03-02T04:09:48.600Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
359 | 2025-03-02T04:09:48.847Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
360 | 2025-03-02T04:09:49.127Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
361 | 2025-03-02T04:09:50.394Z | Downloading crates ... |
362 | 2025-03-02T04:09:50.453Z | Downloaded block-buffer v0.10.4 |
363 | 2025-03-02T04:09:50.461Z | Downloaded equivalent v1.0.1 |
364 | 2025-03-02T04:09:50.473Z | Downloaded is_terminal_polyfill v1.70.1 |
365 | 2025-03-02T04:09:50.476Z | Downloaded thiserror v1.0.69 |
366 | 2025-03-02T04:09:50.479Z | Downloaded zerocopy-derive v0.7.35 |
367 | 2025-03-02T04:09:50.482Z | Downloaded once_cell v1.20.3 |
368 | 2025-03-02T04:09:50.485Z | Downloaded autocfg v1.4.0 |
369 | 2025-03-02T04:09:50.488Z | Downloaded errno v0.3.9 |
370 | 2025-03-02T04:09:50.491Z | Downloaded usdt-macro v0.5.0 |
371 | 2025-03-02T04:09:50.496Z | Downloaded terminal_size v0.4.0 |
372 | 2025-03-02T04:09:50.501Z | Downloaded smawk v0.3.2 |
373 | 2025-03-02T04:09:50.501Z | Downloaded anstyle v1.0.10 |
374 | 2025-03-02T04:09:50.514Z | Downloaded itoa v1.0.11 |
375 | 2025-03-02T04:09:50.517Z | Downloaded clap_lex v0.7.4 |
376 | 2025-03-02T04:09:50.517Z | Downloaded serde_spanned v0.6.8 |
377 | 2025-03-02T04:09:50.521Z | Downloaded fnv v1.0.7 |
378 | 2025-03-02T04:09:50.521Z | Downloaded cargo-platform v0.1.8 |
379 | 2025-03-02T04:09:50.521Z | Downloaded cfg-if v1.0.0 |
380 | 2025-03-02T04:09:50.524Z | Downloaded bitflags v1.3.2 |
381 | 2025-03-02T04:09:50.527Z | Downloaded usdt v0.5.0 |
382 | 2025-03-02T04:09:50.527Z | Downloaded tabled_derive v0.7.0 |
383 | 2025-03-02T04:09:50.529Z | Downloaded cpufeatures v0.2.14 |
384 | 2025-03-02T04:09:50.529Z | Downloaded pest_generator v2.7.14 |
385 | 2025-03-02T04:09:50.532Z | Downloaded byteorder v1.5.0 |
386 | 2025-03-02T04:09:50.533Z | Downloaded anstyle-parse v0.2.5 |
387 | 2025-03-02T04:09:50.535Z | Downloaded version_check v0.9.5 |
388 | 2025-03-02T04:09:50.535Z | Downloaded dof v0.3.0 |
389 | 2025-03-02T04:09:50.538Z | Downloaded bytecount v0.6.8 |
390 | 2025-03-02T04:09:50.538Z | Downloaded utf8parse v0.2.2 |
391 | 2025-03-02T04:09:50.538Z | Downloaded thiserror-impl v1.0.69 |
392 | 2025-03-02T04:09:50.542Z | Downloaded serde_tokenstream v0.2.2 |
393 | 2025-03-02T04:09:50.545Z | Downloaded memmap v0.7.0 |
394 | 2025-03-02T04:09:50.545Z | Downloaded thiserror v2.0.11 |
395 | 2025-03-02T04:09:50.549Z | Downloaded usdt-impl v0.5.0 |
396 | 2025-03-02T04:09:50.553Z | Downloaded unicode-linebreak v0.1.5 |
397 | 2025-03-02T04:09:50.553Z | Downloaded quote v1.0.38 |
398 | 2025-03-02T04:09:50.556Z | Downloaded macaddr v1.0.1 |
399 | 2025-03-02T04:09:50.556Z | Downloaded heck v0.5.0 |
400 | 2025-03-02T04:09:50.560Z | Downloaded cargo_metadata v0.19.1 |
401 | 2025-03-02T04:09:50.560Z | Downloaded camino-tempfile v1.1.1 |
402 | 2025-03-02T04:09:50.564Z | Downloaded winnow v0.7.3 |
403 | 2025-03-02T04:09:50.569Z | Downloaded swrite v0.1.0 |
404 | 2025-03-02T04:09:50.572Z | Downloaded scroll_derive v0.12.0 |
405 | 2025-03-02T04:09:50.572Z | Downloaded plain v0.2.3 |
406 | 2025-03-02T04:09:50.572Z | Downloaded colorchoice v1.0.2 |
407 | 2025-03-02T04:09:50.575Z | Downloaded pretty-hex v0.4.1 |
408 | 2025-03-02T04:09:50.576Z | Downloaded tempfile v3.13.0 |
409 | 2025-03-02T04:09:50.580Z | Downloaded dtrace-parser v0.2.0 |
410 | 2025-03-02T04:09:50.580Z | Downloaded semver v1.0.25 |
411 | 2025-03-02T04:09:50.581Z | Downloaded proc-macro2 v1.0.93 |
412 | 2025-03-02T04:09:50.584Z | Downloaded usdt-attr-macro v0.5.0 |
413 | 2025-03-02T04:09:50.584Z | Downloaded pest_meta v2.7.14 |
414 | 2025-03-02T04:09:50.588Z | Downloaded pest_derive v2.7.14 |
415 | 2025-03-02T04:09:50.588Z | Downloaded fastrand v2.1.1 |
416 | 2025-03-02T04:09:50.591Z | Downloaded digest v0.10.7 |
417 | 2025-03-02T04:09:50.591Z | Downloaded proc-macro-error-attr v1.0.4 |
418 | 2025-03-02T04:09:50.591Z | Downloaded anstyle-query v1.1.1 |
419 | 2025-03-02T04:09:50.591Z | Downloaded heck v0.4.1 |
420 | 2025-03-02T04:09:50.594Z | Downloaded generic-array v0.14.7 |
421 | 2025-03-02T04:09:50.594Z | Downloaded bitflags v2.6.0 |
422 | 2025-03-02T04:09:50.597Z | Downloaded strsim v0.11.1 |
423 | 2025-03-02T04:09:50.600Z | Downloaded fs-err v2.11.0 |
424 | 2025-03-02T04:09:50.625Z | Downloaded proc-macro-error v1.0.4 |
425 | 2025-03-02T04:09:50.635Z | Downloaded thread-id v4.2.2 |
426 | 2025-03-02T04:09:50.640Z | Downloaded terminal_size v0.2.6 |
427 | 2025-03-02T04:09:50.646Z | Downloaded serde_derive v1.0.218 |
428 | 2025-03-02T04:09:50.649Z | Downloaded cargo_toml v0.21.0 |
429 | 2025-03-02T04:09:50.651Z | Downloaded scroll v0.12.0 |
430 | 2025-03-02T04:09:50.654Z | Downloaded indexmap v2.7.1 |
431 | 2025-03-02T04:09:50.658Z | Downloaded memchr v2.7.4 |
432 | 2025-03-02T04:09:50.661Z | Downloaded anyhow v1.0.96 |
433 | 2025-03-02T04:09:50.665Z | Downloaded typenum v1.17.0 |
434 | 2025-03-02T04:09:50.667Z | Downloaded sha2 v0.10.8 |
435 | 2025-03-02T04:09:50.671Z | Downloaded io-lifetimes v1.0.11 |
436 | 2025-03-02T04:09:50.673Z | Downloaded textwrap v0.16.1 |
437 | 2025-03-02T04:09:50.677Z | Downloaded crypto-common v0.1.6 |
438 | 2025-03-02T04:09:50.680Z | Downloaded ucd-trie v0.1.7 |
439 | 2025-03-02T04:09:50.682Z | Downloaded clap_derive v4.5.28 |
440 | 2025-03-02T04:09:50.685Z | Downloaded thiserror-impl v2.0.11 |
441 | 2025-03-02T04:09:50.685Z | Downloaded camino v1.1.9 |
442 | 2025-03-02T04:09:50.692Z | Downloaded unicode-ident v1.0.14 |
443 | 2025-03-02T04:09:50.695Z | Downloaded papergrid v0.11.0 |
444 | 2025-03-02T04:09:50.698Z | Downloaded toml_edit v0.22.24 |
445 | 2025-03-02T04:09:50.718Z | Downloaded serde v1.0.218 |
446 | 2025-03-02T04:09:50.722Z | Downloaded log v0.4.22 |
447 | 2025-03-02T04:09:50.725Z | Downloaded ryu v1.0.18 |
448 | 2025-03-02T04:09:50.727Z | Downloaded anstream v0.6.15 |
449 | 2025-03-02T04:09:50.730Z | Downloaded toml v0.8.20 |
450 | 2025-03-02T04:09:50.733Z | Downloaded clap v4.5.31 |
451 | 2025-03-02T04:09:50.763Z | Downloaded pest v2.7.14 |
452 | 2025-03-02T04:09:50.773Z | Downloaded zerocopy v0.7.35 |
453 | 2025-03-02T04:09:50.787Z | Downloaded hashbrown v0.15.1 |
454 | 2025-03-02T04:09:50.792Z | Downloaded serde_json v1.0.139 |
455 | 2025-03-02T04:09:50.799Z | Downloaded goblin v0.8.2 |
456 | 2025-03-02T04:09:50.804Z | Downloaded clap_builder v4.5.31 |
457 | 2025-03-02T04:09:50.820Z | Downloaded tabled v0.15.0 |
458 | 2025-03-02T04:09:50.835Z | Downloaded unicode-width v0.1.14 |
459 | 2025-03-02T04:09:50.841Z | Downloaded syn v1.0.109 |
460 | 2025-03-02T04:09:50.861Z | Downloaded toml_datetime v0.6.8 |
461 | 2025-03-02T04:09:50.865Z | Downloaded syn v2.0.98 |
462 | 2025-03-02T04:09:50.876Z | Downloaded rustix v0.38.37 |
463 | 2025-03-02T04:09:50.896Z | Downloaded rustix v0.37.28 |
464 | 2025-03-02T04:09:50.945Z | Downloaded libc v0.2.170 |
465 | 2025-03-02T04:09:51.243Z | Compiling proc-macro2 v1.0.93 |
466 | 2025-03-02T04:09:51.243Z | Compiling unicode-ident v1.0.14 |
467 | 2025-03-02T04:09:51.246Z | Compiling serde v1.0.218 |
468 | 2025-03-02T04:09:51.246Z | Compiling version_check v0.9.5 |
469 | 2025-03-02T04:09:51.246Z | Compiling libc v0.2.170 |
470 | 2025-03-02T04:09:51.246Z | Compiling memchr v2.7.4 |
471 | 2025-03-02T04:09:51.280Z | Compiling thiserror v1.0.69 |
472 | 2025-03-02T04:09:51.284Z | Compiling ryu v1.0.18 |
473 | 2025-03-02T04:09:51.533Z | Compiling ucd-trie v0.1.7 |
474 | 2025-03-02T04:09:51.701Z | Compiling itoa v1.0.11 |
475 | 2025-03-02T04:09:51.984Z | Compiling once_cell v1.20.3 |
476 | 2025-03-02T04:09:52.007Z | Compiling byteorder v1.5.0 |
477 | 2025-03-02T04:09:52.270Z | Compiling rustix v0.38.37 |
478 | 2025-03-02T04:09:52.590Z | Compiling serde_json v1.0.139 |
479 | 2025-03-02T04:09:52.593Z | Compiling bitflags v2.6.0 |
480 | 2025-03-02T04:09:52.809Z | Compiling proc-macro-error-attr v1.0.4 |
481 | 2025-03-02T04:09:52.971Z | Compiling usdt-impl v0.5.0 |
482 | 2025-03-02T04:09:53.042Z | Compiling syn v1.0.109 |
483 | 2025-03-02T04:09:53.069Z | Compiling io-lifetimes v1.0.11 |
484 | 2025-03-02T04:09:53.096Z | Compiling proc-macro-error v1.0.4 |
485 | 2025-03-02T04:09:53.212Z | Compiling camino v1.1.9 |
486 | 2025-03-02T04:09:53.440Z | Compiling rustix v0.37.28 |
487 | 2025-03-02T04:09:53.530Z | Compiling utf8parse v0.2.2 |
488 | 2025-03-02T04:09:53.657Z | Compiling log v0.4.22 |
489 | 2025-03-02T04:09:53.701Z | Compiling quote v1.0.38 |
490 | 2025-03-02T04:09:53.744Z | Compiling errno v0.3.9 |
491 | 2025-03-02T04:09:53.801Z | Compiling thread-id v4.2.2 |
492 | 2025-03-02T04:09:53.890Z | Compiling plain v0.2.3 |
493 | 2025-03-02T04:09:53.987Z | Compiling hashbrown v0.15.1 |
494 | 2025-03-02T04:09:54.024Z | Compiling equivalent v1.0.1 |
495 | 2025-03-02T04:09:54.071Z | Compiling syn v2.0.98 |
496 | 2025-03-02T04:09:54.334Z | Compiling anstyle-parse v0.2.5 |
497 | 2025-03-02T04:09:54.519Z | Compiling bitflags v1.3.2 |
498 | 2025-03-02T04:09:54.663Z | Compiling thiserror v2.0.11 |
499 | 2025-03-02T04:09:54.686Z | Compiling unicode-width v0.1.14 |
500 | 2025-03-02T04:09:54.773Z | Compiling semver v1.0.25 |
501 | 2025-03-02T04:09:55.143Z | Compiling indexmap v2.7.1 |
502 | 2025-03-02T04:09:55.211Z | Compiling anstyle v1.0.10 |
503 | 2025-03-02T04:09:55.230Z | Compiling winnow v0.7.3 |
504 | 2025-03-02T04:09:55.273Z | Compiling colorchoice v1.0.2 |
505 | 2025-03-02T04:09:55.374Z | Compiling is_terminal_polyfill v1.70.1 |
506 | 2025-03-02T04:09:55.450Z | Compiling autocfg v1.4.0 |
507 | 2025-03-02T04:09:55.508Z | Compiling anstyle-query v1.1.1 |
508 | 2025-03-02T04:09:55.673Z | Compiling pretty-hex v0.4.1 |
509 | 2025-03-02T04:09:55.699Z | Compiling anstream v0.6.15 |
510 | 2025-03-02T04:09:55.922Z | Compiling terminal_size v0.4.0 |
511 | 2025-03-02T04:09:56.450Z | Compiling fs-err v2.11.0 |
512 | 2025-03-02T04:09:56.527Z | Compiling fnv v1.0.7 |
513 | 2025-03-02T04:09:56.636Z | Compiling cfg-if v1.0.0 |
514 | 2025-03-02T04:09:56.685Z | Compiling fastrand v2.1.1 |
515 | 2025-03-02T04:09:56.742Z | Compiling bytecount v0.6.8 |
516 | 2025-03-02T04:09:56.775Z | Compiling strsim v0.11.1 |
517 | 2025-03-02T04:09:57.006Z | Compiling heck v0.5.0 |
518 | 2025-03-02T04:09:57.238Z | Compiling clap_lex v0.7.4 |
519 | 2025-03-02T04:09:57.505Z | Compiling heck v0.4.1 |
520 | 2025-03-02T04:09:57.529Z | Compiling anyhow v1.0.96 |
521 | 2025-03-02T04:09:57.594Z | Compiling clap_builder v4.5.31 |
522 | 2025-03-02T04:09:57.711Z | Compiling terminal_size v0.2.6 |
523 | 2025-03-02T04:09:57.797Z | Compiling tempfile v3.13.0 |
524 | 2025-03-02T04:09:57.903Z | Compiling papergrid v0.11.0 |
525 | 2025-03-02T04:09:58.084Z | Compiling memmap v0.7.0 |
526 | 2025-03-02T04:09:58.408Z | Compiling unicode-linebreak v0.1.5 |
527 | 2025-03-02T04:09:58.545Z | Compiling smawk v0.3.2 |
528 | 2025-03-02T04:09:58.867Z | Compiling textwrap v0.16.1 |
529 | 2025-03-02T04:09:58.891Z | Compiling swrite v0.1.0 |
530 | 2025-03-02T04:09:59.364Z | Compiling tabled_derive v0.7.0 |
531 | 2025-03-02T04:10:00.804Z | Compiling tabled v0.15.0 |
532 | 2025-03-02T04:10:01.194Z | Compiling serde_derive v1.0.218 |
533 | 2025-03-02T04:10:01.197Z | Compiling thiserror-impl v1.0.69 |
534 | 2025-03-02T04:10:01.197Z | Compiling zerocopy-derive v0.7.35 |
535 | 2025-03-02T04:10:01.197Z | Compiling scroll_derive v0.12.0 |
536 | 2025-03-02T04:10:01.197Z | Compiling thiserror-impl v2.0.11 |
537 | 2025-03-02T04:10:01.197Z | Compiling clap_derive v4.5.28 |
538 | 2025-03-02T04:10:02.672Z | Compiling scroll v0.12.0 |
539 | 2025-03-02T04:10:03.241Z | Compiling goblin v0.8.2 |
540 | 2025-03-02T04:10:03.294Z | Compiling zerocopy v0.7.35 |
541 | 2025-03-02T04:10:04.329Z | Compiling pest v2.7.14 |
542 | 2025-03-02T04:10:05.527Z | Compiling clap v4.5.31 |
543 | 2025-03-02T04:10:06.603Z | Compiling pest_meta v2.7.14 |
544 | 2025-03-02T04:10:07.532Z | Compiling pest_generator v2.7.14 |
545 | 2025-03-02T04:10:08.933Z | Compiling pest_derive v2.7.14 |
546 | 2025-03-02T04:10:09.557Z | Compiling dtrace-parser v0.2.0 |
547 | 2025-03-02T04:10:10.478Z | Compiling serde_tokenstream v0.2.2 |
548 | 2025-03-02T04:10:10.515Z | Compiling serde_spanned v0.6.8 |
549 | 2025-03-02T04:10:10.515Z | Compiling toml_datetime v0.6.8 |
550 | 2025-03-02T04:10:10.751Z | Compiling cargo-platform v0.1.8 |
551 | 2025-03-02T04:10:10.799Z | Compiling macaddr v1.0.1 |
552 | 2025-03-02T04:10:11.011Z | Compiling toml_edit v0.22.24 |
553 | 2025-03-02T04:10:11.251Z | Compiling camino-tempfile v1.1.1 |
554 | 2025-03-02T04:10:11.912Z | Compiling dof v0.3.0 |
555 | 2025-03-02T04:10:11.912Z | Compiling cargo_metadata v0.19.1 |
556 | 2025-03-02T04:10:13.299Z | Compiling usdt-macro v0.5.0 |
557 | 2025-03-02T04:10:13.302Z | Compiling usdt-attr-macro v0.5.0 |
558 | 2025-03-02T04:10:13.965Z | Compiling toml v0.8.20 |
559 | 2025-03-02T04:10:14.357Z | Compiling usdt v0.5.0 |
560 | 2025-03-02T04:10:14.763Z | Compiling cargo_toml v0.21.0 |
561 | 2025-03-02T04:10:17.352Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
562 | 2025-03-02T04:10:20.591Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.04s |
563 | 2025-03-02T04:10:20.842Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
564 | 2025-03-02T04:10:21.478Z | Downloading crates ... |
565 | 2025-03-02T04:10:21.630Z | Downloaded arrayref v0.3.9 |
566 | 2025-03-02T04:10:21.633Z | Downloaded argon2 v0.5.3 |
567 | 2025-03-02T04:10:21.637Z | Downloaded http-body v1.0.1 |
568 | 2025-03-02T04:10:21.638Z | Downloaded addr2line v0.24.2 |
569 | 2025-03-02T04:10:21.642Z | Downloaded hostname v0.4.0 |
570 | 2025-03-02T04:10:21.642Z | Downloaded http-body-util v0.1.2 |
571 | 2025-03-02T04:10:21.648Z | Downloaded heck v0.3.3 |
572 | 2025-03-02T04:10:21.648Z | Downloaded indent_write v2.2.0 |
573 | 2025-03-02T04:10:21.648Z | Downloaded litemap v0.7.3 |
574 | 2025-03-02T04:10:21.652Z | Downloaded match_cfg v0.1.0 |
575 | 2025-03-02T04:10:21.653Z | Downloaded linear-map v1.2.0 |
576 | 2025-03-02T04:10:21.653Z | Downloaded kstat-rs v0.2.4 |
577 | 2025-03-02T04:10:21.657Z | Downloaded inout v0.1.3 |
578 | 2025-03-02T04:10:21.657Z | Downloaded md5 v0.7.0 |
579 | 2025-03-02T04:10:21.657Z | Downloaded libsw-core v0.3.1 |
580 | 2025-03-02T04:10:21.657Z | Downloaded heapless v0.7.17 |
581 | 2025-03-02T04:10:21.663Z | Downloaded litrs v0.4.1 |
582 | 2025-03-02T04:10:21.667Z | Downloaded icu_provider v1.5.0 |
583 | 2025-03-02T04:10:21.668Z | Downloaded atomicwrites v0.4.4 |
584 | 2025-03-02T04:10:21.678Z | Downloaded internet-checksum v0.2.1 |
585 | 2025-03-02T04:10:21.682Z | Downloaded allocator-api2 v0.2.18 |
586 | 2025-03-02T04:10:21.682Z | Downloaded instability v0.3.2 |
587 | 2025-03-02T04:10:21.682Z | Downloaded indoc v2.0.5 |
588 | 2025-03-02T04:10:21.682Z | Downloaded lru-cache v0.1.2 |
589 | 2025-03-02T04:10:21.687Z | Downloaded lru v0.12.5 |
590 | 2025-03-02T04:10:21.687Z | Downloaded linked-hash-map v0.5.6 |
591 | 2025-03-02T04:10:21.687Z | Downloaded atty v0.2.14 |
592 | 2025-03-02T04:10:21.690Z | Downloaded memmap2 v0.9.5 |
593 | 2025-03-02T04:10:21.690Z | Downloaded impl-trait-for-tuples v0.2.2 |
594 | 2025-03-02T04:10:21.694Z | Downloaded cobs v0.2.3 |
595 | 2025-03-02T04:10:21.694Z | Downloaded bitfield-struct v0.6.2 |
596 | 2025-03-02T04:10:21.699Z | Downloaded iana-time-zone v0.1.61 |
597 | 2025-03-02T04:10:21.699Z | Downloaded cfg_aliases v0.1.1 |
598 | 2025-03-02T04:10:21.703Z | Downloaded cassowary v0.3.0 |
599 | 2025-03-02T04:10:21.703Z | Downloaded bit-vec v0.6.3 |
600 | 2025-03-02T04:10:21.703Z | Downloaded lazycell v1.3.0 |
601 | 2025-03-02T04:10:21.713Z | Downloaded jobserver v0.1.32 |
602 | 2025-03-02T04:10:21.713Z | Downloaded libloading v0.8.5 |
603 | 2025-03-02T04:10:21.717Z | Downloaded base64ct v1.6.0 |
604 | 2025-03-02T04:10:21.717Z | Downloaded hex v0.4.3 |
605 | 2025-03-02T04:10:21.717Z | Downloaded atomic-waker v1.1.2 |
606 | 2025-03-02T04:10:21.717Z | Downloaded bit-set v0.5.3 |
607 | 2025-03-02T04:10:21.717Z | Downloaded crc v3.2.1 |
608 | 2025-03-02T04:10:21.721Z | Downloaded lazy_static v1.5.0 |
609 | 2025-03-02T04:10:21.721Z | Downloaded ident_case v1.0.1 |
610 | 2025-03-02T04:10:21.725Z | Downloaded icu_provider_macros v1.5.0 |
611 | 2025-03-02T04:10:21.725Z | Downloaded headers-core v0.3.0 |
612 | 2025-03-02T04:10:21.725Z | Downloaded crossbeam-deque v0.8.5 |
613 | 2025-03-02T04:10:21.728Z | Downloaded bit-vec v0.8.0 |
614 | 2025-03-02T04:10:21.730Z | Downloaded md-5 v0.10.6 |
615 | 2025-03-02T04:10:21.730Z | Downloaded libefi-sys v0.1.0 |
616 | 2025-03-02T04:10:21.733Z | Downloaded hyper-util v0.1.10 |
617 | 2025-03-02T04:10:21.737Z | Downloaded const_format_proc_macros v0.2.34 |
618 | 2025-03-02T04:10:21.742Z | Downloaded indoc v1.0.9 |
619 | 2025-03-02T04:10:21.742Z | Downloaded assert_matches v1.5.0 |
620 | 2025-03-02T04:10:21.746Z | Downloaded colored v2.2.0 |
621 | 2025-03-02T04:10:21.746Z | Downloaded cipher v0.4.4 |
622 | 2025-03-02T04:10:21.749Z | Downloaded same-file v1.0.6 |
623 | 2025-03-02T04:10:21.749Z | Downloaded http-range v0.1.5 |
624 | 2025-03-02T04:10:21.749Z | Downloaded icu_normalizer v1.5.0 |
625 | 2025-03-02T04:10:21.755Z | Downloaded humantime v2.1.0 |
626 | 2025-03-02T04:10:21.760Z | Downloaded aead v0.5.2 |
627 | 2025-03-02T04:10:21.760Z | Downloaded hmac v0.12.1 |
628 | 2025-03-02T04:10:21.760Z | Downloaded crc32fast v1.4.2 |
629 | 2025-03-02T04:10:21.766Z | Downloaded ciborium v0.2.2 |
630 | 2025-03-02T04:10:21.766Z | Downloaded rustls-pemfile v2.2.0 |
631 | 2025-03-02T04:10:21.773Z | Downloaded cancel-safe-futures v0.1.5 |
632 | 2025-03-02T04:10:21.773Z | Downloaded rustc-hash v2.1.1 |
633 | 2025-03-02T04:10:21.778Z | Downloaded pretty-hex v0.2.1 |
634 | 2025-03-02T04:10:21.778Z | Downloaded mime v0.3.17 |
635 | 2025-03-02T04:10:21.778Z | Downloaded maplit v1.0.2 |
636 | 2025-03-02T04:10:21.778Z | Downloaded blowfish v0.9.1 |
637 | 2025-03-02T04:10:21.778Z | Downloaded crunchy v0.2.2 |
638 | 2025-03-02T04:10:21.778Z | Downloaded cexpr v0.6.0 |
639 | 2025-03-02T04:10:21.782Z | Downloaded mime_guess v2.0.5 |
640 | 2025-03-02T04:10:21.782Z | Downloaded cookie_store v0.21.1 |
641 | 2025-03-02T04:10:21.787Z | Downloaded signal-hook-mio v0.2.4 |
642 | 2025-03-02T04:10:21.787Z | Downloaded lalrpop v0.19.12 |
643 | 2025-03-02T04:10:21.795Z | Downloaded slog-bunyan v2.5.0 |
644 | 2025-03-02T04:10:21.801Z | Downloaded lock_api v0.4.12 |
645 | 2025-03-02T04:10:21.805Z | Downloaded keccak v0.1.5 |
646 | 2025-03-02T04:10:21.805Z | Downloaded highway v1.3.0 |
647 | 2025-03-02T04:10:21.805Z | Downloaded hubpack v0.1.2 |
648 | 2025-03-02T04:10:21.805Z | Downloaded try-lock v0.2.5 |
649 | 2025-03-02T04:10:21.814Z | Downloaded managed v0.8.0 |
650 | 2025-03-02T04:10:21.814Z | Downloaded ssh-cipher v0.2.0 |
651 | 2025-03-02T04:10:21.814Z | Downloaded slog-async v2.8.0 |
652 | 2025-03-02T04:10:21.819Z | Downloaded memoffset v0.9.1 |
653 | 2025-03-02T04:10:21.819Z | Downloaded blake2 v0.10.6 |
654 | 2025-03-02T04:10:21.819Z | Downloaded tokio-rustls v0.25.0 |
655 | 2025-03-02T04:10:21.819Z | Downloaded hostname v0.3.1 |
656 | 2025-03-02T04:10:21.819Z | Downloaded cfg_aliases v0.2.1 |
657 | 2025-03-02T04:10:21.823Z | Downloaded bzip2 v0.4.4 |
658 | 2025-03-02T04:10:21.823Z | Downloaded tui-tree-widget v0.23.0 |
659 | 2025-03-02T04:10:21.823Z | Downloaded maybe-uninit v2.0.0 |
660 | 2025-03-02T04:10:21.830Z | Downloaded itertools v0.10.5 |
661 | 2025-03-02T04:10:21.836Z | Downloaded strum_macros v0.24.3 |
662 | 2025-03-02T04:10:21.836Z | Downloaded icu_locid v1.5.0 |
663 | 2025-03-02T04:10:21.841Z | Downloaded unicase v2.7.0 |
664 | 2025-03-02T04:10:21.845Z | Downloaded deranged v0.3.11 |
665 | 2025-03-02T04:10:21.845Z | Downloaded hickory-server v0.24.4 |
666 | 2025-03-02T04:10:21.849Z | Downloaded oso-derive v0.27.3 |
667 | 2025-03-02T04:10:21.852Z | Downloaded unarray v0.1.4 |
668 | 2025-03-02T04:10:21.852Z | Downloaded crossbeam-epoch v0.9.18 |
669 | 2025-03-02T04:10:21.858Z | Downloaded tokio-stream v0.1.17 |
670 | 2025-03-02T04:10:21.862Z | Downloaded miniz_oxide v0.8.5 |
671 | 2025-03-02T04:10:21.867Z | Downloaded signal-hook-registry v1.4.2 |
672 | 2025-03-02T04:10:21.867Z | Downloaded glob v0.3.2 |
673 | 2025-03-02T04:10:21.867Z | Downloaded num-conv v0.1.0 |
674 | 2025-03-02T04:10:21.871Z | Downloaded aes-gcm v0.10.3 |
675 | 2025-03-02T04:10:21.871Z | Downloaded ipnet v2.11.0 |
676 | 2025-03-02T04:10:21.877Z | Downloaded precomputed-hash v0.1.1 |
677 | 2025-03-02T04:10:21.878Z | Downloaded tiny-keccak v2.0.2 |
678 | 2025-03-02T04:10:21.882Z | Downloaded structmeta v0.3.0 |
679 | 2025-03-02T04:10:21.882Z | Downloaded serde_urlencoded v0.7.1 |
680 | 2025-03-02T04:10:21.882Z | Downloaded wyz v0.5.1 |
681 | 2025-03-02T04:10:21.882Z | Downloaded lalrpop-util v0.19.12 |
682 | 2025-03-02T04:10:21.882Z | Downloaded backoff v0.4.0 |
683 | 2025-03-02T04:10:21.886Z | Downloaded ed25519 v2.2.3 |
684 | 2025-03-02T04:10:21.886Z | Downloaded httparse v1.9.5 |
685 | 2025-03-02T04:10:21.889Z | Downloaded progenitor-impl v0.8.0 |
686 | 2025-03-02T04:10:21.889Z | Downloaded chacha20 v0.9.1 |
687 | 2025-03-02T04:10:21.894Z | Downloaded pin-utils v0.1.0 |
688 | 2025-03-02T04:10:21.901Z | Downloaded fragile v2.0.0 |
689 | 2025-03-02T04:10:21.901Z | Downloaded ahash v0.8.11 |
690 | 2025-03-02T04:10:21.901Z | Downloaded crossbeam-channel v0.5.13 |
691 | 2025-03-02T04:10:21.905Z | Downloaded bit-set v0.8.0 |
692 | 2025-03-02T04:10:21.905Z | Downloaded crc-any v2.5.0 |
693 | 2025-03-02T04:10:21.911Z | Downloaded owo-colors v4.2.0 |
694 | 2025-03-02T04:10:21.916Z | Downloaded normalize-line-endings v0.3.0 |
695 | 2025-03-02T04:10:21.916Z | Downloaded zerofrom v0.1.4 |
696 | 2025-03-02T04:10:21.916Z | Downloaded quick-error v1.2.3 |
697 | 2025-03-02T04:10:21.916Z | Downloaded mockall v0.13.1 |
698 | 2025-03-02T04:10:21.922Z | Downloaded structmeta-derive v0.3.0 |
699 | 2025-03-02T04:10:21.922Z | Downloaded is-terminal v0.4.13 |
700 | 2025-03-02T04:10:21.929Z | Downloaded yoke-derive v0.7.4 |
701 | 2025-03-02T04:10:21.933Z | Downloaded fs_extra v1.3.0 |
702 | 2025-03-02T04:10:21.936Z | Downloaded vsss-rs v3.3.4 |
703 | 2025-03-02T04:10:21.936Z | Downloaded tokio-tungstenite v0.21.0 |
704 | 2025-03-02T04:10:21.939Z | Downloaded smf v0.2.3 |
705 | 2025-03-02T04:10:21.944Z | Downloaded vte_generate_state_changes v0.1.2 |
706 | 2025-03-02T04:10:21.945Z | Downloaded filetime v0.2.25 |
707 | 2025-03-02T04:10:21.952Z | Downloaded derive_builder v0.20.2 |
708 | 2025-03-02T04:10:21.952Z | Downloaded simd-adler32 v0.3.7 |
709 | 2025-03-02T04:10:21.957Z | Downloaded num-derive v0.4.2 |
710 | 2025-03-02T04:10:21.957Z | Downloaded progenitor-macro v0.9.1 |
711 | 2025-03-02T04:10:21.957Z | Downloaded oxnet v0.1.1 |
712 | 2025-03-02T04:10:21.957Z | Downloaded base64 v0.21.7 |
713 | 2025-03-02T04:10:21.961Z | Downloaded icu_collections v1.5.0 |
714 | 2025-03-02T04:10:21.966Z | Downloaded ppv-lite86 v0.2.20 |
715 | 2025-03-02T04:10:21.969Z | Downloaded tinyvec_macros v0.1.1 |
716 | 2025-03-02T04:10:21.972Z | Downloaded fd-lock v4.0.2 |
717 | 2025-03-02T04:10:21.972Z | Downloaded ena v0.14.3 |
718 | 2025-03-02T04:10:21.975Z | Downloaded vergen v8.3.2 |
719 | 2025-03-02T04:10:21.978Z | Downloaded ff v0.13.0 |
720 | 2025-03-02T04:10:21.980Z | Downloaded slog v2.7.0 |
721 | 2025-03-02T04:10:21.983Z | Downloaded fatfs v0.3.6 |
722 | 2025-03-02T04:10:21.987Z | Downloaded slog-json v2.6.1 |
723 | 2025-03-02T04:10:21.987Z | Downloaded async-trait v0.1.86 |
724 | 2025-03-02T04:10:21.990Z | Downloaded rustls-native-certs v0.8.1 |
725 | 2025-03-02T04:10:21.993Z | Downloaded dropshot_endpoint v0.16.0 |
726 | 2025-03-02T04:10:21.997Z | Downloaded fxhash v0.2.1 |
727 | 2025-03-02T04:10:22.000Z | Downloaded dirs-sys-next v0.1.2 |
728 | 2025-03-02T04:10:22.000Z | Downloaded openssl-macros v0.1.1 |
729 | 2025-03-02T04:10:22.000Z | Downloaded backtrace v0.3.74 |
730 | 2025-03-02T04:10:22.005Z | Downloaded parse-size v1.1.0 |
731 | 2025-03-02T04:10:22.009Z | Downloaded sqlparser_derive v0.2.2 |
732 | 2025-03-02T04:10:22.009Z | Downloaded rustls-pemfile v1.0.4 |
733 | 2025-03-02T04:10:22.011Z | Downloaded hash32 v0.2.1 |
734 | 2025-03-02T04:10:22.011Z | Downloaded waitgroup v0.1.2 |
735 | 2025-03-02T04:10:22.014Z | Downloaded zerofrom-derive v0.1.4 |
736 | 2025-03-02T04:10:22.014Z | Downloaded hkdf v0.12.4 |
737 | 2025-03-02T04:10:22.017Z | Downloaded smallvec v1.14.0 |
738 | 2025-03-02T04:10:22.020Z | Downloaded flagset v0.4.6 |
739 | 2025-03-02T04:10:22.020Z | Downloaded utf-8 v0.7.6 |
740 | 2025-03-02T04:10:22.023Z | Downloaded thiserror-no-std v2.0.2 |
741 | 2025-03-02T04:10:22.028Z | Downloaded strum_macros v0.25.3 |
742 | 2025-03-02T04:10:22.031Z | Downloaded crossterm v0.28.1 |
743 | 2025-03-02T04:10:22.034Z | Downloaded openssl-probe v0.1.5 |
744 | 2025-03-02T04:10:22.038Z | Downloaded aes v0.8.4 |
745 | 2025-03-02T04:10:22.041Z | Downloaded rpassword v7.3.1 |
746 | 2025-03-02T04:10:22.044Z | Downloaded headers v0.4.0 |
747 | 2025-03-02T04:10:22.048Z | Downloaded form_urlencoded v1.2.1 |
748 | 2025-03-02T04:10:22.051Z | Downloaded yasna v0.5.2 |
749 | 2025-03-02T04:10:22.051Z | Downloaded progenitor-client v0.9.1 |
750 | 2025-03-02T04:10:22.051Z | Downloaded gethostname v0.5.0 |
751 | 2025-03-02T04:10:22.054Z | Downloaded psl-types v2.0.11 |
752 | 2025-03-02T04:10:22.054Z | Downloaded enum-as-inner v0.6.1 |
753 | 2025-03-02T04:10:22.058Z | Downloaded subtle v2.6.1 |
754 | 2025-03-02T04:10:22.058Z | Downloaded tungstenite v0.21.0 |
755 | 2025-03-02T04:10:22.061Z | Downloaded pbkdf2 v0.12.2 |
756 | 2025-03-02T04:10:22.064Z | Downloaded crucible-workspace-hack v0.1.0 |
757 | 2025-03-02T04:10:22.064Z | Downloaded async-stream-impl v0.3.6 |
758 | 2025-03-02T04:10:22.064Z | Downloaded tinystr v0.7.6 |
759 | 2025-03-02T04:10:22.067Z | Downloaded progenitor-impl v0.9.1 |
760 | 2025-03-02T04:10:22.070Z | Downloaded typify-macro v0.3.0 |
761 | 2025-03-02T04:10:22.070Z | Downloaded fixedbitset v0.5.7 |
762 | 2025-03-02T04:10:22.073Z | Downloaded array-init v0.0.4 |
763 | 2025-03-02T04:10:22.073Z | Downloaded tokio-macros v2.5.0 |
764 | 2025-03-02T04:10:22.076Z | Downloaded pkcs1 v0.7.5 |
765 | 2025-03-02T04:10:22.076Z | Downloaded rand_core v0.6.4 |
766 | 2025-03-02T04:10:22.079Z | Downloaded time-core v0.1.2 |
767 | 2025-03-02T04:10:22.079Z | Downloaded string_cache v0.8.7 |
768 | 2025-03-02T04:10:22.082Z | Downloaded shlex v1.3.0 |
769 | 2025-03-02T04:10:22.082Z | Downloaded tokio-native-tls v0.3.1 |
770 | 2025-03-02T04:10:22.086Z | Downloaded tokio-rustls v0.26.0 |
771 | 2025-03-02T04:10:22.089Z | Downloaded powerfmt v0.2.0 |
772 | 2025-03-02T04:10:22.089Z | Downloaded value-bag v1.9.0 |
773 | 2025-03-02T04:10:22.092Z | Downloaded sct v0.7.1 |
774 | 2025-03-02T04:10:22.095Z | Downloaded hyper v1.6.0 |
775 | 2025-03-02T04:10:22.101Z | Downloaded pkg-config v0.3.31 |
776 | 2025-03-02T04:10:22.104Z | Downloaded futures-io v0.3.31 |
777 | 2025-03-02T04:10:22.107Z | Downloaded publicsuffix v2.3.0 |
778 | 2025-03-02T04:10:22.110Z | Downloaded serde_plain v1.0.2 |
779 | 2025-03-02T04:10:22.110Z | Downloaded zerocopy-derive v0.8.10 |
780 | 2025-03-02T04:10:22.115Z | Downloaded phf_shared v0.10.0 |
781 | 2025-03-02T04:10:22.118Z | Downloaded foreign-types v0.3.2 |
782 | 2025-03-02T04:10:22.118Z | Downloaded data-encoding v2.6.0 |
783 | 2025-03-02T04:10:22.121Z | Downloaded typify-macro v0.2.0 |
784 | 2025-03-02T04:10:22.121Z | Downloaded derive-where v1.2.7 |
785 | 2025-03-02T04:10:22.124Z | Downloaded strum_macros v0.26.4 |
786 | 2025-03-02T04:10:22.127Z | Downloaded pin-project-internal v1.1.6 |
787 | 2025-03-02T04:10:22.131Z | Downloaded serde_path_to_error v0.1.16 |
788 | 2025-03-02T04:10:22.131Z | Downloaded mio v1.0.2 |
789 | 2025-03-02T04:10:22.135Z | Downloaded convert_case v0.4.0 |
790 | 2025-03-02T04:10:22.138Z | Downloaded cmake v0.1.51 |
791 | 2025-03-02T04:10:22.138Z | Downloaded cbc v0.1.2 |
792 | 2025-03-02T04:10:22.142Z | Downloaded utf8_iter v1.0.4 |
793 | 2025-03-02T04:10:22.142Z | Downloaded rand_chacha v0.9.0 |
794 | 2025-03-02T04:10:22.145Z | Downloaded const_format v0.2.34 |
795 | 2025-03-02T04:10:22.148Z | Downloaded zeroize v1.8.1 |
796 | 2025-03-02T04:10:22.151Z | Downloaded fallible-iterator v0.2.0 |
797 | 2025-03-02T04:10:22.151Z | Downloaded fixedbitset v0.4.2 |
798 | 2025-03-02T04:10:22.154Z | Downloaded tls_codec v0.4.1 |
799 | 2025-03-02T04:10:22.154Z | Downloaded strum v0.26.3 |
800 | 2025-03-02T04:10:22.157Z | Downloaded parse-display v0.10.0 |
801 | 2025-03-02T04:10:22.157Z | Downloaded num_enum_derive v0.5.11 |
802 | 2025-03-02T04:10:22.159Z | Downloaded debug-ignore v1.0.5 |
803 | 2025-03-02T04:10:22.160Z | Downloaded serde_with_macros v3.12.0 |
804 | 2025-03-02T04:10:22.162Z | Downloaded endian-type v0.1.2 |
805 | 2025-03-02T04:10:22.162Z | Downloaded want v0.3.1 |
806 | 2025-03-02T04:10:22.165Z | Downloaded daft v0.1.1 |
807 | 2025-03-02T04:10:22.166Z | Downloaded xz2 v0.1.7 |
808 | 2025-03-02T04:10:22.168Z | Downloaded parking_lot v0.12.3 |
809 | 2025-03-02T04:10:22.172Z | Downloaded diesel_table_macro_syntax v0.2.0 |
810 | 2025-03-02T04:10:22.172Z | Downloaded diesel_derives v2.2.3 |
811 | 2025-03-02T04:10:22.175Z | Downloaded termtree v0.4.1 |
812 | 2025-03-02T04:10:22.178Z | Downloaded peg-macros v0.8.4 |
813 | 2025-03-02T04:10:22.178Z | Downloaded slab v0.4.9 |
814 | 2025-03-02T04:10:22.181Z | Downloaded foreign-types v0.5.0 |
815 | 2025-03-02T04:10:22.181Z | Downloaded stable_deref_trait v1.2.0 |
816 | 2025-03-02T04:10:22.184Z | Downloaded tinyvec v1.8.0 |
817 | 2025-03-02T04:10:22.187Z | Downloaded percent-encoding v2.3.1 |
818 | 2025-03-02T04:10:22.187Z | Downloaded zerovec-derive v0.10.3 |
819 | 2025-03-02T04:10:22.190Z | Downloaded toml v0.7.8 |
820 | 2025-03-02T04:10:22.193Z | Downloaded toolchain_find v0.4.0 |
821 | 2025-03-02T04:10:22.193Z | Downloaded parking_lot_core v0.8.6 |
822 | 2025-03-02T04:10:22.196Z | Downloaded darling_core v0.20.10 |
823 | 2025-03-02T04:10:22.199Z | Downloaded signal-hook-tokio v0.3.1 |
824 | 2025-03-02T04:10:22.202Z | Downloaded itertools v0.12.1 |
825 | 2025-03-02T04:10:22.207Z | Downloaded futures-core v0.3.31 |
826 | 2025-03-02T04:10:22.212Z | Downloaded tokio-tungstenite v0.24.0 |
827 | 2025-03-02T04:10:22.212Z | Downloaded progenitor v0.8.0 |
828 | 2025-03-02T04:10:22.215Z | Downloaded progenitor-client v0.8.0 |
829 | 2025-03-02T04:10:22.215Z | Downloaded tls_codec_derive v0.4.1 |
830 | 2025-03-02T04:10:22.218Z | Downloaded derive_builder_macro v0.20.2 |
831 | 2025-03-02T04:10:22.218Z | Downloaded which v4.4.2 |
832 | 2025-03-02T04:10:22.221Z | Downloaded downcast v0.11.0 |
833 | 2025-03-02T04:10:22.221Z | Downloaded rustc-hash v1.1.0 |
834 | 2025-03-02T04:10:22.224Z | Downloaded poly1305 v0.8.0 |
835 | 2025-03-02T04:10:22.226Z | Downloaded rustversion v1.0.17 |
836 | 2025-03-02T04:10:22.229Z | Downloaded predicates-tree v1.0.11 |
837 | 2025-03-02T04:10:22.229Z | Downloaded reqwest v0.12.12 |
838 | 2025-03-02T04:10:22.239Z | Downloaded futures-executor v0.3.31 |
839 | 2025-03-02T04:10:22.242Z | Downloaded topological-sort v0.2.2 |
840 | 2025-03-02T04:10:22.242Z | Downloaded daft-derive v0.1.1 |
841 | 2025-03-02T04:10:22.246Z | Downloaded num-iter v0.1.45 |
842 | 2025-03-02T04:10:22.249Z | Downloaded globset v0.4.15 |
843 | 2025-03-02T04:10:22.252Z | Downloaded quick-xml v0.37.2 |
844 | 2025-03-02T04:10:22.257Z | Downloaded walkdir v2.5.0 |
845 | 2025-03-02T04:10:22.260Z | Downloaded quinn-udp v0.5.5 |
846 | 2025-03-02T04:10:22.264Z | Downloaded siphasher v0.3.11 |
847 | 2025-03-02T04:10:22.264Z | Downloaded progenitor v0.9.1 |
848 | 2025-03-02T04:10:22.268Z | Downloaded unicode_categories v0.1.1 |
849 | 2025-03-02T04:10:22.271Z | Downloaded clang-sys v1.8.1 |
850 | 2025-03-02T04:10:22.271Z | Downloaded half v2.4.1 |
851 | 2025-03-02T04:10:22.278Z | Downloaded newtype-uuid v1.2.1 |
852 | 2025-03-02T04:10:22.278Z | Downloaded getrandom v0.2.15 |
853 | 2025-03-02T04:10:22.282Z | Downloaded tungstenite v0.24.0 |
854 | 2025-03-02T04:10:22.286Z | Downloaded sigpipe v0.1.3 |
855 | 2025-03-02T04:10:22.286Z | Downloaded icu_properties_data v1.5.0 |
856 | 2025-03-02T04:10:22.297Z | Downloaded env_filter v0.1.2 |
857 | 2025-03-02T04:10:22.300Z | Downloaded password-hash v0.4.2 |
858 | 2025-03-02T04:10:22.303Z | Downloaded blake3 v1.5.4 |
859 | 2025-03-02T04:10:22.311Z | Downloaded universal-hash v0.5.1 |
860 | 2025-03-02T04:10:22.314Z | Downloaded unicode-xid v0.2.6 |
861 | 2025-03-02T04:10:22.317Z | Downloaded zone_cfg_derive v0.1.2 |
862 | 2025-03-02T04:10:22.317Z | Downloaded nodrop v0.1.14 |
863 | 2025-03-02T04:10:22.317Z | Downloaded bindgen v0.71.1 |
864 | 2025-03-02T04:10:22.325Z | Downloaded phf_shared v0.11.2 |
865 | 2025-03-02T04:10:22.329Z | Downloaded sync_wrapper v1.0.1 |
866 | 2025-03-02T04:10:22.332Z | Downloaded sync-ptr v0.1.1 |
867 | 2025-03-02T04:10:22.332Z | Downloaded unicode-truncate v1.1.0 |
868 | 2025-03-02T04:10:22.332Z | Downloaded static_assertions v1.1.0 |
869 | 2025-03-02T04:10:22.335Z | Downloaded embedded-io v0.6.1 |
870 | 2025-03-02T04:10:22.338Z | Downloaded termtree v0.5.1 |
871 | 2025-03-02T04:10:22.338Z | Downloaded itertools v0.14.0 |
872 | 2025-03-02T04:10:22.347Z | Downloaded new_debug_unreachable v1.0.6 |
873 | 2025-03-02T04:10:22.349Z | Downloaded bitvec v1.0.1 |
874 | 2025-03-02T04:10:22.363Z | Downloaded rustc_version v0.4.1 |
875 | 2025-03-02T04:10:22.367Z | Downloaded rand_chacha v0.3.1 |
876 | 2025-03-02T04:10:22.368Z | Downloaded packed_struct v0.10.1 |
877 | 2025-03-02T04:10:22.371Z | Downloaded scheduled-thread-pool v0.2.7 |
878 | 2025-03-02T04:10:22.371Z | Downloaded salsa20 v0.10.2 |
879 | 2025-03-02T04:10:22.376Z | Downloaded document-features v0.2.10 |
880 | 2025-03-02T04:10:22.376Z | Downloaded zeroize_derive v1.4.2 |
881 | 2025-03-02T04:10:22.376Z | Downloaded slog-dtrace v0.3.0 |
882 | 2025-03-02T04:10:22.391Z | Downloaded group v0.13.0 |
883 | 2025-03-02T04:10:22.392Z | Downloaded sqlformat v0.2.6 |
884 | 2025-03-02T04:10:22.410Z | Downloaded unicode-bidi v0.3.17 |
885 | 2025-03-02T04:10:22.410Z | Downloaded tungstenite v0.23.0 |
886 | 2025-03-02T04:10:22.410Z | Downloaded take_mut v0.2.2 |
887 | 2025-03-02T04:10:22.410Z | Downloaded env_logger v0.11.5 |
888 | 2025-03-02T04:10:22.411Z | Downloaded foreign-types-shared v0.1.1 |
889 | 2025-03-02T04:10:22.411Z | Downloaded pkcs8 v0.10.2 |
890 | 2025-03-02T04:10:22.411Z | Downloaded proc-macro-error2 v2.0.1 |
891 | 2025-03-02T04:10:22.411Z | Downloaded displaydoc v0.2.5 |
892 | 2025-03-02T04:10:22.411Z | Downloaded hash32 v0.3.1 |
893 | 2025-03-02T04:10:22.411Z | Downloaded proc-macro-crate v1.3.1 |
894 | 2025-03-02T04:10:22.419Z | Downloaded aws-lc-rs v1.12.4 |
895 | 2025-03-02T04:10:22.422Z | Downloaded num_threads v0.1.7 |
896 | 2025-03-02T04:10:22.422Z | Downloaded postgres-types v0.2.9 |
897 | 2025-03-02T04:10:22.422Z | Downloaded number_prefix v0.4.0 |
898 | 2025-03-02T04:10:22.422Z | Downloaded rand_seeder v0.3.0 |
899 | 2025-03-02T04:10:22.422Z | Downloaded defmt v0.3.8 |
900 | 2025-03-02T04:10:22.428Z | Downloaded postgres-protocol v0.6.8 |
901 | 2025-03-02T04:10:22.433Z | Downloaded primeorder v0.13.6 |
902 | 2025-03-02T04:10:22.433Z | Downloaded postcard v1.0.10 |
903 | 2025-03-02T04:10:22.437Z | Downloaded parking_lot_core v0.9.10 |
904 | 2025-03-02T04:10:22.437Z | Downloaded phf_generator v0.11.2 |
905 | 2025-03-02T04:10:22.439Z | Downloaded spki v0.7.3 |
906 | 2025-03-02T04:10:22.439Z | Downloaded defmt-macros v0.3.9 |
907 | 2025-03-02T04:10:22.443Z | Downloaded env_logger v0.10.2 |
908 | 2025-03-02T04:10:22.445Z | Downloaded tower-service v0.3.3 |
909 | 2025-03-02T04:10:22.448Z | Downloaded similar v2.7.0 |
910 | 2025-03-02T04:10:22.452Z | Downloaded typed-path v0.9.3 |
911 | 2025-03-02T04:10:22.459Z | Downloaded schemars_derive v0.8.22 |
912 | 2025-03-02T04:10:22.463Z | Downloaded serde-big-array v0.5.1 |
913 | 2025-03-02T04:10:22.463Z | Downloaded zone v0.1.8 |
914 | 2025-03-02T04:10:22.465Z | Downloaded chrono v0.4.40 |
915 | 2025-03-02T04:10:22.471Z | Downloaded num_enum v0.5.11 |
916 | 2025-03-02T04:10:22.476Z | Downloaded slog-stdlog v4.1.1 |
917 | 2025-03-02T04:10:22.479Z | Downloaded socket2 v0.5.8 |
918 | 2025-03-02T04:10:22.482Z | Downloaded dsl_auto_type v0.1.2 |
919 | 2025-03-02T04:10:22.483Z | Downloaded num-traits v0.2.19 |
920 | 2025-03-02T04:10:22.486Z | Downloaded termcolor v1.4.1 |
921 | 2025-03-02T04:10:22.486Z | Downloaded nu-ansi-term v0.50.1 |
922 | 2025-03-02T04:10:22.489Z | Downloaded futures-channel v0.3.31 |
923 | 2025-03-02T04:10:22.492Z | Downloaded predicates v3.1.3 |
924 | 2025-03-02T04:10:22.495Z | Downloaded quinn v0.11.5 |
925 | 2025-03-02T04:10:22.498Z | Downloaded semver v0.1.20 |
926 | 2025-03-02T04:10:22.498Z | Downloaded password-hash v0.5.0 |
927 | 2025-03-02T04:10:22.501Z | Downloaded rustls-webpki v0.101.7 |
928 | 2025-03-02T04:10:22.515Z | Downloaded derive_builder_core v0.20.2 |
929 | 2025-03-02T04:10:22.518Z | Downloaded float-ord v0.3.2 |
930 | 2025-03-02T04:10:22.521Z | Downloaded hashbrown v0.13.2 |
931 | 2025-03-02T04:10:22.524Z | Downloaded rtoolbox v0.0.2 |
932 | 2025-03-02T04:10:22.524Z | Downloaded packed_struct_codegen v0.10.1 |
933 | 2025-03-02T04:10:22.527Z | Downloaded olpc-cjson v0.1.4 |
934 | 2025-03-02T04:10:22.527Z | Downloaded getrandom v0.3.1 |
935 | 2025-03-02T04:10:22.531Z | Downloaded slog-envlogger v2.2.0 |
936 | 2025-03-02T04:10:22.534Z | Downloaded display-error-chain v0.2.2 |
937 | 2025-03-02T04:10:22.534Z | Downloaded thread_local v1.1.8 |
938 | 2025-03-02T04:10:22.537Z | Downloaded thiserror-impl-no-std v2.0.2 |
939 | 2025-03-02T04:10:22.537Z | Downloaded typify v0.3.0 |
940 | 2025-03-02T04:10:22.540Z | Downloaded samael v0.0.18 |
941 | 2025-03-02T04:10:22.546Z | Downloaded phf v0.11.2 |
942 | 2025-03-02T04:10:22.549Z | Downloaded scopeguard v1.2.0 |
943 | 2025-03-02T04:10:22.549Z | Downloaded rustyline v14.0.0 |
944 | 2025-03-02T04:10:22.555Z | Downloaded untrusted v0.9.0 |
945 | 2025-03-02T04:10:22.558Z | Downloaded unicode-segmentation v1.12.0 |
946 | 2025-03-02T04:10:22.562Z | Downloaded path-slash v0.1.5 |
947 | 2025-03-02T04:10:22.564Z | Downloaded writeable v0.5.5 |
948 | 2025-03-02T04:10:22.564Z | Downloaded expectorate v1.1.0 |
949 | 2025-03-02T04:10:22.567Z | Downloaded zerovec v0.10.4 |
950 | 2025-03-02T04:10:22.571Z | Downloaded futures-sink v0.3.31 |
951 | 2025-03-02T04:10:22.578Z | Downloaded multimap v0.10.0 |
952 | 2025-03-02T04:10:22.578Z | Downloaded tar v0.4.44 |
953 | 2025-03-02T04:10:22.581Z | Downloaded regress v0.10.3 |
954 | 2025-03-02T04:10:22.586Z | Downloaded rustfmt-wrapper v0.2.1 |
955 | 2025-03-02T04:10:22.589Z | Downloaded xattr v1.3.1 |
956 | 2025-03-02T04:10:22.592Z | Downloaded zopfli v0.8.1 |
957 | 2025-03-02T04:10:22.592Z | Downloaded untrusted v0.7.1 |
958 | 2025-03-02T04:10:22.595Z | Downloaded zone v0.3.0 |
959 | 2025-03-02T04:10:22.595Z | Downloaded p256 v0.13.2 |
960 | 2025-03-02T04:10:22.599Z | Downloaded tabled_derive v0.10.0 |
961 | 2025-03-02T04:10:22.603Z | Downloaded futures v0.3.31 |
962 | 2025-03-02T04:10:22.608Z | Downloaded foreign-types-shared v0.3.1 |
963 | 2025-03-02T04:10:22.608Z | Downloaded futures-macro v0.3.31 |
964 | 2025-03-02T04:10:22.608Z | Downloaded elliptic-curve v0.13.8 |
965 | 2025-03-02T04:10:22.611Z | Downloaded tracing-attributes v0.1.27 |
966 | 2025-03-02T04:10:22.614Z | Downloaded pem-rfc7468 v0.7.0 |
967 | 2025-03-02T04:10:22.619Z | Downloaded bindgen v0.69.5 |
968 | 2025-03-02T04:10:22.622Z | Downloaded typify v0.2.0 |
969 | 2025-03-02T04:10:22.625Z | Downloaded slog-scope v4.4.0 |
970 | 2025-03-02T04:10:22.628Z | Downloaded diff v0.1.13 |
971 | 2025-03-02T04:10:22.631Z | Downloaded ghash v0.5.1 |
972 | 2025-03-02T04:10:22.632Z | Downloaded parking_lot v0.11.2 |
973 | 2025-03-02T04:10:22.635Z | Downloaded multer v3.1.0 |
974 | 2025-03-02T04:10:22.638Z | Downloaded secrecy v0.8.0 |
975 | 2025-03-02T04:10:22.638Z | Downloaded predicates-core v1.0.8 |
976 | 2025-03-02T04:10:22.641Z | Downloaded rand_xorshift v0.3.0 |
977 | 2025-03-02T04:10:22.641Z | Downloaded difflib v0.4.0 |
978 | 2025-03-02T04:10:22.641Z | Downloaded either v1.14.0 |
979 | 2025-03-02T04:10:22.644Z | Downloaded toml_edit v0.19.15 |
980 | 2025-03-02T04:10:22.659Z | Downloaded pem v3.0.5 |
981 | 2025-03-02T04:10:22.665Z | Downloaded foreign-types-macros v0.2.3 |
982 | 2025-03-02T04:10:22.665Z | Downloaded rustc_version v0.1.7 |
983 | 2025-03-02T04:10:22.665Z | Downloaded tokio-rustls v0.24.1 |
984 | 2025-03-02T04:10:22.668Z | Downloaded flume v0.11.1 |
985 | 2025-03-02T04:10:22.671Z | Downloaded paste v1.0.15 |
986 | 2025-03-02T04:10:22.674Z | Downloaded vte v0.11.1 |
987 | 2025-03-02T04:10:22.674Z | Downloaded winnow v0.5.40 |
988 | 2025-03-02T04:10:22.683Z | Downloaded uzers v0.12.1 |
989 | 2025-03-02T04:10:22.686Z | Downloaded tokio-tungstenite v0.23.1 |
990 | 2025-03-02T04:10:22.689Z | Downloaded signal-hook v0.3.17 |
991 | 2025-03-02T04:10:22.692Z | Downloaded smoltcp v0.11.0 |
992 | 2025-03-02T04:10:22.703Z | Downloaded write16 v1.0.0 |
993 | 2025-03-02T04:10:22.706Z | Downloaded peg v0.8.4 |
994 | 2025-03-02T04:10:22.709Z | Downloaded rayon-core v1.12.1 |
995 | 2025-03-02T04:10:22.712Z | Downloaded peg-runtime v0.8.3 |
996 | 2025-03-02T04:10:22.715Z | Downloaded zip v0.6.6 |
997 | 2025-03-02T04:10:22.718Z | Downloaded rustc-demangle v0.1.24 |
998 | 2025-03-02T04:10:22.721Z | Downloaded serde-hex v0.1.0 |
999 | 2025-03-02T04:10:22.721Z | Downloaded ed25519-dalek v2.1.1 |
1000 | 2025-03-02T04:10:22.724Z | Downloaded rand_core v0.9.2 |
1001 | 2025-03-02T04:10:22.727Z | Downloaded pin-project v1.1.6 |
1002 | 2025-03-02T04:10:22.737Z | Downloaded der_derive v0.7.3 |
1003 | 2025-03-02T04:10:22.740Z | Downloaded russh v0.45.0 |
1004 | 2025-03-02T04:10:22.744Z | Downloaded p521 v0.13.3 |
1005 | 2025-03-02T04:10:22.749Z | Downloaded shell-words v1.1.0 |
1006 | 2025-03-02T04:10:22.752Z | Downloaded ecdsa v0.16.9 |
1007 | 2025-03-02T04:10:22.752Z | Downloaded tokio-postgres v0.7.13 |
1008 | 2025-03-02T04:10:22.758Z | Downloaded defmt-parser v0.3.4 |
1009 | 2025-03-02T04:10:22.761Z | Downloaded zip v2.1.3 |
1010 | 2025-03-02T04:10:22.765Z | Downloaded prettyplease v0.2.29 |
1011 | 2025-03-02T04:10:22.768Z | Downloaded futures-task v0.3.31 |
1012 | 2025-03-02T04:10:22.771Z | Downloaded url v2.5.3 |
1013 | 2025-03-02T04:10:22.774Z | Downloaded polar-core v0.27.3 |
1014 | 2025-03-02T04:10:22.781Z | Downloaded phf_codegen v0.11.2 |
1015 | 2025-03-02T04:10:22.784Z | Downloaded tracing-core v0.1.32 |
1016 | 2025-03-02T04:10:22.787Z | Downloaded rsa v0.9.6 |
1017 | 2025-03-02T04:10:22.791Z | Downloaded polyval v0.6.2 |
1018 | 2025-03-02T04:10:22.794Z | Downloaded h2 v0.4.6 |
1019 | 2025-03-02T04:10:22.800Z | Downloaded steno v0.4.1 |
1020 | 2025-03-02T04:10:22.804Z | Downloaded sqlparser v0.45.0 |
1021 | 2025-03-02T04:10:22.810Z | Downloaded hashbrown v0.12.3 |
1022 | 2025-03-02T04:10:22.815Z | Downloaded salty v0.3.0 |
1023 | 2025-03-02T04:10:22.822Z | Downloaded webpki-roots v0.26.6 |
1024 | 2025-03-02T04:10:22.826Z | Downloaded schemars v0.8.22 |
1025 | 2025-03-02T04:10:22.838Z | Downloaded winnow v0.6.20 |
1026 | 2025-03-02T04:10:22.847Z | Downloaded openssl v0.10.71 |
1027 | 2025-03-02T04:10:22.857Z | Downloaded rand v0.9.0 |
1028 | 2025-03-02T04:10:22.862Z | Downloaded unicode-width v0.2.0 |
1029 | 2025-03-02T04:10:22.868Z | Downloaded regex v1.11.1 |
1030 | 2025-03-02T04:10:22.882Z | Downloaded nom v7.1.3 |
1031 | 2025-03-02T04:10:22.888Z | Downloaded dropshot v0.16.0 |
1032 | 2025-03-02T04:10:22.910Z | Downloaded futures-util v0.3.31 |
1033 | 2025-03-02T04:10:22.922Z | Downloaded object v0.30.4 |
1034 | 2025-03-02T04:10:22.932Z | Downloaded tower v0.5.2 |
1035 | 2025-03-02T04:10:22.941Z | Downloaded diesel v2.2.7 |
1036 | 2025-03-02T04:10:22.961Z | Downloaded portable-atomic v1.9.0 |
1037 | 2025-03-02T04:10:22.967Z | Downloaded dropshot v0.12.0 |
1038 | 2025-03-02T04:10:22.987Z | Downloaded rustls v0.21.12 |
1039 | 2025-03-02T04:10:22.999Z | Downloaded rustls v0.23.19 |
1040 | 2025-03-02T04:10:23.011Z | Downloaded nix v0.28.0 |
1041 | 2025-03-02T04:10:23.023Z | Downloaded zerocopy-derive v0.6.6 |
1042 | 2025-03-02T04:10:23.034Z | Downloaded nix v0.29.0 |
1043 | 2025-03-02T04:10:23.046Z | Downloaded sled v0.34.7 |
1044 | 2025-03-02T04:10:23.057Z | Downloaded petname v2.0.2 |
1045 | 2025-03-02T04:10:23.063Z | Downloaded object v0.36.5 |
1046 | 2025-03-02T04:10:23.075Z | Downloaded p384 v0.13.0 |
1047 | 2025-03-02T04:10:23.081Z | Downloaded nix v0.27.1 |
1048 | 2025-03-02T04:10:23.092Z | Downloaded gimli v0.31.1 |
1049 | 2025-03-02T04:10:23.101Z | Downloaded tabled v0.18.0 |
1050 | 2025-03-02T04:10:23.118Z | Downloaded openapiv3 v2.0.0 |
1051 | 2025-03-02T04:10:23.131Z | Downloaded rustls v0.22.4 |
1052 | 2025-03-02T04:10:23.144Z | Downloaded typify-impl v0.3.0 |
1053 | 2025-03-02T04:10:23.160Z | Downloaded typify-impl v0.2.0 |
1054 | 2025-03-02T04:10:23.177Z | Downloaded ratatui v0.29.0 |
1055 | 2025-03-02T04:10:23.196Z | Downloaded vcpkg v0.2.15 |
1056 | 2025-03-02T04:10:23.234Z | Downloaded hickory-proto v0.24.4 |
1057 | 2025-03-02T04:10:23.250Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1058 | 2025-03-02T04:10:23.264Z | Downloaded petgraph v0.7.1 |
1059 | 2025-03-02T04:10:23.281Z | Downloaded lzma-sys v0.1.20 |
1060 | 2025-03-02T04:10:23.311Z | Downloaded parse-zoneinfo v0.3.1 |
1061 | 2025-03-02T04:10:23.314Z | Downloaded petgraph v0.6.5 |
1062 | 2025-03-02T04:10:23.331Z | Downloaded libz-sys v1.1.20 |
1063 | 2025-03-02T04:10:23.352Z | Downloaded bstr v1.10.0 |
1064 | 2025-03-02T04:10:23.363Z | Downloaded unicode-normalization v0.1.24 |
1065 | 2025-03-02T04:10:23.367Z | Downloaded quinn-proto v0.11.8 |
1066 | 2025-03-02T04:10:23.374Z | Downloaded chrono-tz v0.10.1 |
1067 | 2025-03-02T04:10:23.381Z | Downloaded curve25519-dalek v4.1.3 |
1068 | 2025-03-02T04:10:23.390Z | Downloaded regex-syntax v0.8.5 |
1069 | 2025-03-02T04:10:23.399Z | Downloaded regex-automata v0.4.8 |
1070 | 2025-03-02T04:10:23.417Z | Downloaded csv v1.3.1 |
1071 | 2025-03-02T04:10:23.437Z | Downloaded rayon v1.10.0 |
1072 | 2025-03-02T04:10:23.446Z | Downloaded smoltcp v0.9.1 |
1073 | 2025-03-02T04:10:23.457Z | Downloaded git2 v0.19.0 |
1074 | 2025-03-02T04:10:23.465Z | Downloaded tough v0.19.0 |
1075 | 2025-03-02T04:10:23.474Z | Downloaded flate2 v1.1.0 |
1076 | 2025-03-02T04:10:23.479Z | Downloaded tokio v1.43.0 |
1077 | 2025-03-02T04:10:23.518Z | Downloaded snafu v0.8.5 |
1078 | 2025-03-02T04:10:23.523Z | Downloaded rcgen v0.12.1 |
1079 | 2025-03-02T04:10:23.527Z | Downloaded unsafe-libyaml v0.2.11 |
1080 | 2025-03-02T04:10:23.531Z | Downloaded papergrid v0.14.0 |
1081 | 2025-03-02T04:10:23.535Z | Downloaded der v0.7.9 |
1082 | 2025-03-02T04:10:23.540Z | Downloaded ref-cast v1.0.23 |
1083 | 2025-03-02T04:10:23.543Z | Downloaded native-tls v0.2.12 |
1084 | 2025-03-02T04:10:23.545Z | Downloaded time v0.3.36 |
1085 | 2025-03-02T04:10:23.550Z | Downloaded ssh-key v0.6.6 |
1086 | 2025-03-02T04:10:23.557Z | Downloaded sha1 v0.10.6 |
1087 | 2025-03-02T04:10:23.560Z | Downloaded nanorand v0.7.0 |
1088 | 2025-03-02T04:10:23.563Z | Downloaded sha3 v0.10.8 |
1089 | 2025-03-02T04:10:23.566Z | Downloaded term v0.7.0 |
1090 | 2025-03-02T04:10:23.569Z | Downloaded synstructure v0.13.1 |
1091 | 2025-03-02T04:10:23.573Z | Downloaded test-strategy v0.4.0 |
1092 | 2025-03-02T04:10:23.576Z | Downloaded ref-cast-impl v1.0.23 |
1093 | 2025-03-02T04:10:23.576Z | Downloaded dyn-clone v1.0.18 |
1094 | 2025-03-02T04:10:23.576Z | Downloaded tokio-util v0.7.13 |
1095 | 2025-03-02T04:10:23.584Z | Downloaded zerocopy v0.8.10 |
1096 | 2025-03-02T04:10:23.605Z | Downloaded slog-term v2.9.1 |
1097 | 2025-03-02T04:10:23.608Z | Downloaded tracing v0.1.40 |
1098 | 2025-03-02T04:10:23.612Z | Downloaded signature v2.2.0 |
1099 | 2025-03-02T04:10:23.615Z | Downloaded num-bigint v0.4.6 |
1100 | 2025-03-02T04:10:23.618Z | Downloaded rustls-webpki v0.102.8 |
1101 | 2025-03-02T04:10:23.636Z | Downloaded time-macros v0.2.18 |
1102 | 2025-03-02T04:10:23.639Z | Downloaded snafu-derive v0.8.5 |
1103 | 2025-03-02T04:10:23.642Z | Downloaded spin v0.9.8 |
1104 | 2025-03-02T04:10:23.642Z | Downloaded embedded-io v0.4.0 |
1105 | 2025-03-02T04:10:23.644Z | Downloaded regex-syntax v0.6.29 |
1106 | 2025-03-02T04:10:23.650Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1107 | 2025-03-02T04:10:23.709Z | Downloaded curve25519-dalek-derive v0.1.1 |
1108 | 2025-03-02T04:10:23.713Z | Downloaded encoding_rs v0.8.34 |
1109 | 2025-03-02T04:10:23.730Z | Downloaded num v0.4.3 |
1110 | 2025-03-02T04:10:23.733Z | Downloaded newline-converter v0.3.0 |
1111 | 2025-03-02T04:10:23.733Z | Downloaded des v0.8.1 |
1112 | 2025-03-02T04:10:23.738Z | Downloaded rfc6979 v0.4.0 |
1113 | 2025-03-02T04:10:23.738Z | Downloaded num-rational v0.4.2 |
1114 | 2025-03-02T04:10:23.738Z | Downloaded uuid v1.15.1 |
1115 | 2025-03-02T04:10:23.742Z | Downloaded num-bigint-dig v0.8.4 |
1116 | 2025-03-02T04:10:23.745Z | Downloaded opaque-debug v0.3.1 |
1117 | 2025-03-02T04:10:23.745Z | Downloaded pbkdf2 v0.11.0 |
1118 | 2025-03-02T04:10:23.749Z | Downloaded tower-layer v0.3.3 |
1119 | 2025-03-02T04:10:23.749Z | Downloaded tap v1.0.1 |
1120 | 2025-03-02T04:10:23.753Z | Downloaded ring v0.17.11 |
1121 | 2025-03-02T04:10:23.793Z | Downloaded derive_more v0.99.19 |
1122 | 2025-03-02T04:10:23.796Z | Downloaded unicode-properties v0.1.3 |
1123 | 2025-03-02T04:10:23.800Z | Downloaded tabwriter v1.4.0 |
1124 | 2025-03-02T04:10:23.800Z | Downloaded dunce v1.0.5 |
1125 | 2025-03-02T04:10:23.804Z | Downloaded newtype_derive v0.1.6 |
1126 | 2025-03-02T04:10:23.804Z | Downloaded rusty-fork v0.3.0 |
1127 | 2025-03-02T04:10:23.804Z | Downloaded parse-display-derive v0.10.0 |
1128 | 2025-03-02T04:10:23.807Z | Downloaded foldhash v0.1.3 |
1129 | 2025-03-02T04:10:23.807Z | Downloaded smallvec v0.6.14 |
1130 | 2025-03-02T04:10:23.807Z | Downloaded serde_derive_internals v0.29.1 |
1131 | 2025-03-02T04:10:23.810Z | Downloaded r2d2 v0.8.10 |
1132 | 2025-03-02T04:10:23.810Z | Downloaded serde_yaml v0.9.34+deprecated |
1133 | 2025-03-02T04:10:23.815Z | Downloaded ron v0.8.1 |
1134 | 2025-03-02T04:10:23.818Z | Downloaded idna v1.0.3 |
1135 | 2025-03-02T04:10:23.821Z | Downloaded zone_cfg_derive v0.3.0 |
1136 | 2025-03-02T04:10:23.824Z | Downloaded sec1 v0.7.3 |
1137 | 2025-03-02T04:10:23.824Z | Downloaded float-cmp v0.10.0 |
1138 | 2025-03-02T04:10:23.828Z | Downloaded whoami v1.5.2 |
1139 | 2025-03-02T04:10:23.828Z | Downloaded mockall_derive v0.13.1 |
1140 | 2025-03-02T04:10:23.832Z | Downloaded utf16_iter v1.0.5 |
1141 | 2025-03-02T04:10:23.832Z | Downloaded oso v0.27.3 |
1142 | 2025-03-02T04:10:23.835Z | Downloaded stringprep v0.1.5 |
1143 | 2025-03-02T04:10:23.835Z | Downloaded proptest v1.6.0 |
1144 | 2025-03-02T04:10:23.843Z | Downloaded twox-hash v2.1.0 |
1145 | 2025-03-02T04:10:23.847Z | Downloaded qorb v0.2.1 |
1146 | 2025-03-02T04:10:23.850Z | Downloaded radix_trie v0.2.1 |
1147 | 2025-03-02T04:10:23.854Z | Downloaded nibble_vec v0.1.0 |
1148 | 2025-03-02T04:10:23.864Z | Downloaded darling v0.20.10 |
1149 | 2025-03-02T04:10:23.864Z | Downloaded serde_repr v0.1.19 |
1150 | 2025-03-02T04:10:23.864Z | Downloaded resolv-conf v0.7.0 |
1151 | 2025-03-02T04:10:23.865Z | Downloaded russh-keys v0.45.0 |
1152 | 2025-03-02T04:10:23.869Z | Downloaded libm v0.2.8 |
1153 | 2025-03-02T04:10:23.874Z | Downloaded aho-corasick v1.1.3 |
1154 | 2025-03-02T04:10:23.880Z | Downloaded ssh-encoding v0.2.0 |
1155 | 2025-03-02T04:10:23.884Z | Downloaded diesel-dtrace v0.4.2 |
1156 | 2025-03-02T04:10:23.884Z | Downloaded strip-ansi-escapes v0.2.0 |
1157 | 2025-03-02T04:10:23.884Z | Downloaded russh-cryptovec v0.7.3 |
1158 | 2025-03-02T04:10:23.884Z | Downloaded ron v0.7.1 |
1159 | 2025-03-02T04:10:23.887Z | Downloaded zerocopy v0.6.6 |
1160 | 2025-03-02T04:10:23.890Z | Downloaded yoke v0.7.4 |
1161 | 2025-03-02T04:10:23.894Z | Downloaded termios v0.3.3 |
1162 | 2025-03-02T04:10:23.894Z | Downloaded pkcs5 v0.7.1 |
1163 | 2025-03-02T04:10:23.898Z | Downloaded num-integer v0.1.46 |
1164 | 2025-03-02T04:10:23.901Z | Downloaded wait-timeout v0.2.0 |
1165 | 2025-03-02T04:10:23.901Z | Downloaded rustls-pki-types v1.10.0 |
1166 | 2025-03-02T04:10:23.904Z | Downloaded openssl-sys v0.9.106 |
1167 | 2025-03-02T04:10:23.910Z | Downloaded num-complex v0.4.6 |
1168 | 2025-03-02T04:10:23.913Z | Downloaded subprocess v0.2.9 |
1169 | 2025-03-02T04:10:23.913Z | Downloaded omicron-zone-package v0.12.0 |
1170 | 2025-03-02T04:10:23.916Z | Downloaded heapless v0.8.0 |
1171 | 2025-03-02T04:10:23.919Z | Downloaded cc v1.2.15 |
1172 | 2025-03-02T04:10:23.922Z | Downloaded dropshot_endpoint v0.12.0 |
1173 | 2025-03-02T04:10:23.926Z | Downloaded pin-project-lite v0.2.14 |
1174 | 2025-03-02T04:10:23.929Z | Downloaded x509-cert v0.2.5 |
1175 | 2025-03-02T04:10:23.935Z | Downloaded serde_with v3.12.0 |
1176 | 2025-03-02T04:10:23.942Z | Downloaded itertools v0.13.0 |
1177 | 2025-03-02T04:10:23.949Z | Downloaded icu_normalizer_data v1.5.0 |
1178 | 2025-03-02T04:10:23.952Z | Downloaded supports-color v3.0.2 |
1179 | 2025-03-02T04:10:23.952Z | Downloaded funty v2.0.0 |
1180 | 2025-03-02T04:10:23.955Z | Downloaded progenitor-macro v0.8.0 |
1181 | 2025-03-02T04:10:23.955Z | Downloaded rand v0.8.5 |
1182 | 2025-03-02T04:10:23.958Z | Downloaded indicatif v0.17.11 |
1183 | 2025-03-02T04:10:23.961Z | Downloaded reedline v0.38.0 |
1184 | 2025-03-02T04:10:23.968Z | Downloaded cstr-argument v0.1.2 |
1185 | 2025-03-02T04:10:23.971Z | Downloaded cookie v0.18.1 |
1186 | 2025-03-02T04:10:23.971Z | Downloaded bumpalo v3.16.0 |
1187 | 2025-03-02T04:10:23.974Z | Downloaded dirs-next v2.0.0 |
1188 | 2025-03-02T04:10:23.977Z | Downloaded scrypt v0.11.0 |
1189 | 2025-03-02T04:10:23.977Z | Downloaded buf-list v1.0.3 |
1190 | 2025-03-02T04:10:23.980Z | Downloaded hubpack_derive v0.1.1 |
1191 | 2025-03-02T04:10:23.980Z | Downloaded crypto-bigint v0.5.5 |
1192 | 2025-03-02T04:10:23.985Z | Downloaded base64 v0.13.1 |
1193 | 2025-03-02T04:10:23.988Z | Downloaded ctr v0.9.2 |
1194 | 2025-03-02T04:10:23.991Z | Downloaded async-bb8-diesel v0.2.1 |
1195 | 2025-03-02T04:10:23.994Z | Downloaded lockfree-object-pool v0.1.6 |
1196 | 2025-03-02T04:10:23.994Z | Downloaded libxml v0.3.3 |
1197 | 2025-03-02T04:10:23.999Z | Downloaded libsw v3.4.0 |
1198 | 2025-03-02T04:10:24.003Z | Downloaded idna_adapter v1.2.0 |
1199 | 2025-03-02T04:10:24.003Z | Downloaded hyper-tls v0.6.0 |
1200 | 2025-03-02T04:10:24.006Z | Downloaded async-stream v0.3.6 |
1201 | 2025-03-02T04:10:24.006Z | Downloaded hickory-resolver v0.24.4 |
1202 | 2025-03-02T04:10:24.009Z | Downloaded bytes v1.10.0 |
1203 | 2025-03-02T04:10:24.012Z | Downloaded darling_macro v0.20.10 |
1204 | 2025-03-02T04:10:24.015Z | Downloaded minimal-lexical v0.2.1 |
1205 | 2025-03-02T04:10:24.018Z | Downloaded icu_locid_transform_data v1.5.0 |
1206 | 2025-03-02T04:10:24.021Z | Downloaded ciborium-io v0.2.2 |
1207 | 2025-03-02T04:10:24.021Z | Downloaded proc-macro-error-attr2 v2.0.0 |
1208 | 2025-03-02T04:10:24.021Z | Downloaded hyper-staticfile v0.10.1 |
1209 | 2025-03-02T04:10:24.025Z | Downloaded hyper-rustls v0.27.5 |
1210 | 2025-03-02T04:10:24.029Z | Downloaded chrono-tz-build v0.4.0 |
1211 | 2025-03-02T04:10:24.029Z | Downloaded castaway v0.2.3 |
1212 | 2025-03-02T04:10:24.029Z | Downloaded block-padding v0.3.3 |
1213 | 2025-03-02T04:10:24.029Z | Downloaded csv-core v0.1.11 |
1214 | 2025-03-02T04:10:24.035Z | Downloaded compact_str v0.8.0 |
1215 | 2025-03-02T04:10:24.035Z | Downloaded base64 v0.22.1 |
1216 | 2025-03-02T04:10:24.038Z | Downloaded arc-swap v1.7.1 |
1217 | 2025-03-02T04:10:24.041Z | Downloaded crossbeam-utils v0.8.20 |
1218 | 2025-03-02T04:10:24.044Z | Downloaded chacha20poly1305 v0.10.1 |
1219 | 2025-03-02T04:10:24.044Z | Downloaded cargo_metadata v0.18.1 |
1220 | 2025-03-02T04:10:24.046Z | Downloaded bcrypt-pbkdf v0.10.0 |
1221 | 2025-03-02T04:10:24.046Z | Downloaded ipnetwork v0.21.1 |
1222 | 2025-03-02T04:10:24.049Z | Downloaded const-oid v0.9.6 |
1223 | 2025-03-02T04:10:24.049Z | Downloaded http v1.2.0 |
1224 | 2025-03-02T04:10:24.053Z | Downloaded hex-literal v0.4.1 |
1225 | 2025-03-02T04:10:24.056Z | Downloaded bcs v0.1.6 |
1226 | 2025-03-02T04:10:24.056Z | Downloaded console v0.15.10 |
1227 | 2025-03-02T04:10:24.059Z | Downloaded radium v0.7.0 |
1228 | 2025-03-02T04:10:24.062Z | Downloaded httpdate v1.0.3 |
1229 | 2025-03-02T04:10:24.062Z | Downloaded ciborium-ll v0.2.2 |
1230 | 2025-03-02T04:10:24.062Z | Downloaded arrayvec v0.7.6 |
1231 | 2025-03-02T04:10:24.067Z | Downloaded adler2 v2.0.0 |
1232 | 2025-03-02T04:10:24.068Z | Downloaded is_ci v1.2.0 |
1233 | 2025-03-02T04:10:24.072Z | Downloaded instant v0.1.13 |
1234 | 2025-03-02T04:10:24.072Z | Downloaded ascii-canvas v3.0.0 |
1235 | 2025-03-02T04:10:24.072Z | Downloaded icu_properties v1.5.1 |
1236 | 2025-03-02T04:10:24.072Z | Downloaded constant_time_eq v0.3.1 |
1237 | 2025-03-02T04:10:24.075Z | Downloaded bitfield v0.14.0 |
1238 | 2025-03-02T04:10:24.075Z | Downloaded bb8 v0.8.5 |
1239 | 2025-03-02T04:10:24.075Z | Downloaded home v0.5.9 |
1240 | 2025-03-02T04:10:24.076Z | Downloaded crc-catalog v2.4.0 |
1241 | 2025-03-02T04:10:24.076Z | Downloaded indexmap v1.9.3 |
1242 | 2025-03-02T04:10:24.079Z | Downloaded hickory-client v0.24.4 |
1243 | 2025-03-02T04:10:24.081Z | Downloaded base16ct v0.2.0 |
1244 | 2025-03-02T04:10:24.085Z | Downloaded async-recursion v1.1.1 |
1245 | 2025-03-02T04:10:24.088Z | Downloaded icu_locid_transform v1.5.0 |
1246 | 2025-03-02T04:10:24.413Z | Downloaded aws-lc-sys v0.26.0 |
1247 | 2025-03-02T04:10:24.750Z | Compiling serde v1.0.218 |
1248 | 2025-03-02T04:10:24.753Z | Compiling value-bag v1.9.0 |
1249 | 2025-03-02T04:10:24.753Z | Compiling lock_api v0.4.12 |
1250 | 2025-03-02T04:10:24.753Z | Compiling scopeguard v1.2.0 |
1251 | 2025-03-02T04:10:24.753Z | Compiling typenum v1.17.0 |
1252 | 2025-03-02T04:10:24.753Z | Compiling generic-array v0.14.7 |
1253 | 2025-03-02T04:10:24.948Z | Compiling syn v2.0.98 |
1254 | 2025-03-02T04:10:24.962Z | Compiling getrandom v0.2.15 |
1255 | 2025-03-02T04:10:25.115Z | Compiling shlex v1.3.0 |
1256 | 2025-03-02T04:10:25.285Z | Compiling rand_core v0.6.4 |
1257 | 2025-03-02T04:10:25.384Z | Compiling log v0.4.22 |
1258 | 2025-03-02T04:10:25.442Z | Compiling subtle v2.6.1 |
1259 | 2025-03-02T04:10:25.459Z | Compiling jobserver v0.1.32 |
1260 | 2025-03-02T04:10:25.494Z | Compiling smallvec v1.14.0 |
1261 | 2025-03-02T04:10:25.789Z | Compiling const-oid v0.9.6 |
1262 | 2025-03-02T04:10:25.817Z | Compiling pin-project-lite v0.2.14 |
1263 | 2025-03-02T04:10:25.859Z | Compiling cc v1.2.15 |
1264 | 2025-03-02T04:10:25.971Z | Compiling rustix v0.38.37 |
1265 | 2025-03-02T04:10:26.055Z | Compiling parking_lot_core v0.9.10 |
1266 | 2025-03-02T04:10:26.332Z | Compiling futures-core v0.3.31 |
1267 | 2025-03-02T04:10:26.388Z | Compiling spin v0.9.8 |
1268 | 2025-03-02T04:10:26.615Z | Compiling signal-hook-registry v1.4.2 |
1269 | 2025-03-02T04:10:26.779Z | Compiling mio v1.0.2 |
1270 | 2025-03-02T04:10:26.906Z | Compiling aho-corasick v1.1.3 |
1271 | 2025-03-02T04:10:27.203Z | Compiling parking_lot v0.12.3 |
1272 | 2025-03-02T04:10:27.351Z | Compiling regex-syntax v0.8.5 |
1273 | 2025-03-02T04:10:27.472Z | Compiling either v1.14.0 |
1274 | 2025-03-02T04:10:27.917Z | Compiling cpufeatures v0.2.14 |
1275 | 2025-03-02T04:10:27.938Z | Compiling stable_deref_trait v1.2.0 |
1276 | 2025-03-02T04:10:27.958Z | Compiling futures-sink v0.3.31 |
1277 | 2025-03-02T04:10:28.031Z | Compiling socket2 v0.5.8 |
1278 | 2025-03-02T04:10:28.062Z | Compiling slab v0.4.9 |
1279 | 2025-03-02T04:10:28.065Z | Compiling glob v0.3.2 |
1280 | 2025-03-02T04:10:28.121Z | Compiling prettyplease v0.2.29 |
1281 | 2025-03-02T04:10:28.528Z | Compiling lazy_static v1.5.0 |
1282 | 2025-03-02T04:10:28.664Z | Compiling serde_json v1.0.139 |
1283 | 2025-03-02T04:10:28.891Z | Compiling minimal-lexical v0.2.1 |
1284 | 2025-03-02T04:10:28.945Z | Compiling clang-sys v1.8.1 |
1285 | 2025-03-02T04:10:28.978Z | Compiling futures-channel v0.3.31 |
1286 | 2025-03-02T04:10:29.050Z | Compiling libloading v0.8.5 |
1287 | 2025-03-02T04:10:29.413Z | Compiling nom v7.1.3 |
1288 | 2025-03-02T04:10:29.418Z | Compiling futures-io v0.3.31 |
1289 | 2025-03-02T04:10:29.461Z | Compiling futures-task v0.3.31 |
1290 | 2025-03-02T04:10:29.702Z | Compiling bindgen v0.69.5 |
1291 | 2025-03-02T04:10:29.726Z | Compiling pin-utils v0.1.0 |
1292 | 2025-03-02T04:10:29.768Z | Compiling home v0.5.9 |
1293 | 2025-03-02T04:10:29.986Z | Compiling itertools v0.12.1 |
1294 | 2025-03-02T04:10:30.007Z | Compiling allocator-api2 v0.2.18 |
1295 | 2025-03-02T04:10:30.575Z | Compiling rustc-hash v1.1.0 |
1296 | 2025-03-02T04:10:30.743Z | Compiling libm v0.2.8 |
1297 | 2025-03-02T04:10:30.777Z | Compiling lazycell v1.3.0 |
1298 | 2025-03-02T04:10:30.979Z | Compiling foldhash v0.1.3 |
1299 | 2025-03-02T04:10:31.161Z | Compiling cmake v0.1.51 |
1300 | 2025-03-02T04:10:31.287Z | Compiling regex-automata v0.4.8 |
1301 | 2025-03-02T04:10:31.676Z | Compiling hashbrown v0.15.1 |
1302 | 2025-03-02T04:10:32.023Z | Compiling num-traits v0.2.19 |
1303 | 2025-03-02T04:10:32.334Z | Compiling dunce v1.0.5 |
1304 | 2025-03-02T04:10:32.480Z | Compiling cexpr v0.6.0 |
1305 | 2025-03-02T04:10:32.773Z | Compiling synstructure v0.13.1 |
1306 | 2025-03-02T04:10:32.941Z | Compiling fs_extra v1.3.0 |
1307 | 2025-03-02T04:10:33.499Z | Compiling pkg-config v0.3.31 |
1308 | 2025-03-02T04:10:34.089Z | Compiling getrandom v0.3.1 |
1309 | 2025-03-02T04:10:34.137Z | Compiling writeable v0.5.5 |
1310 | 2025-03-02T04:10:34.709Z | Compiling litemap v0.7.3 |
1311 | 2025-03-02T04:10:34.866Z | Compiling ring v0.17.11 |
1312 | 2025-03-02T04:10:35.115Z | Compiling paste v1.0.15 |
1313 | 2025-03-02T04:10:35.221Z | Compiling base64ct v1.6.0 |
1314 | 2025-03-02T04:10:35.712Z | Compiling pem-rfc7468 v0.7.0 |
1315 | 2025-03-02T04:10:35.870Z | Compiling httparse v1.9.5 |
1316 | 2025-03-02T04:10:36.285Z | Compiling icu_locid_transform_data v1.5.0 |
1317 | 2025-03-02T04:10:36.345Z | Compiling rustls-pki-types v1.10.0 |
1318 | 2025-03-02T04:10:36.395Z | Compiling aws-lc-rs v1.12.4 |
1319 | 2025-03-02T04:10:36.581Z | Compiling flagset v0.4.6 |
1320 | 2025-03-02T04:10:36.792Z | Compiling tracing-core v0.1.32 |
1321 | 2025-03-02T04:10:36.797Z | Compiling percent-encoding v2.3.1 |
1322 | 2025-03-02T04:10:37.079Z | Compiling regex v1.11.1 |
1323 | 2025-03-02T04:10:37.258Z | Compiling crossbeam-utils v0.8.20 |
1324 | 2025-03-02T04:10:37.739Z | Compiling serde_derive v1.0.218 |
1325 | 2025-03-02T04:10:37.760Z | Compiling zeroize_derive v1.4.2 |
1326 | 2025-03-02T04:10:37.777Z | Compiling zerocopy-derive v0.7.35 |
1327 | 2025-03-02T04:10:37.920Z | Compiling tokio-macros v2.5.0 |
1328 | 2025-03-02T04:10:37.983Z | Compiling zerofrom-derive v0.1.4 |
1329 | 2025-03-02T04:10:39.121Z | Compiling zeroize v1.8.1 |
1330 | 2025-03-02T04:10:39.324Z | Compiling yoke-derive v0.7.4 |
1331 | 2025-03-02T04:10:39.661Z | Compiling zerocopy v0.7.35 |
1332 | 2025-03-02T04:10:40.010Z | Compiling futures-macro v0.3.31 |
1333 | 2025-03-02T04:10:40.784Z | Compiling crypto-common v0.1.6 |
1334 | 2025-03-02T04:10:41.068Z | Compiling block-buffer v0.10.4 |
1335 | 2025-03-02T04:10:41.088Z | Compiling zerovec-derive v0.10.3 |
1336 | 2025-03-02T04:10:41.357Z | Compiling digest v0.10.7 |
1337 | 2025-03-02T04:10:41.390Z | Compiling zerofrom v0.1.4 |
1338 | 2025-03-02T04:10:41.627Z | Compiling thiserror-impl v1.0.69 |
1339 | 2025-03-02T04:10:41.824Z | Compiling hmac v0.12.1 |
1340 | 2025-03-02T04:10:41.929Z | Compiling futures-util v0.3.31 |
1341 | 2025-03-02T04:10:41.976Z | Compiling yoke v0.7.4 |
1342 | 2025-03-02T04:10:41.998Z | Compiling displaydoc v0.2.5 |
1343 | 2025-03-02T04:10:42.071Z | Compiling block-padding v0.3.3 |
1344 | 2025-03-02T04:10:42.342Z | Compiling inout v0.1.3 |
1345 | 2025-03-02T04:10:42.361Z | Compiling ppv-lite86 v0.2.20 |
1346 | 2025-03-02T04:10:42.617Z | Compiling cipher v0.4.4 |
1347 | 2025-03-02T04:10:43.086Z | Compiling sha2 v0.10.8 |
1348 | 2025-03-02T04:10:43.119Z | Compiling icu_provider_macros v1.5.0 |
1349 | 2025-03-02T04:10:43.489Z | Compiling der_derive v0.7.3 |
1350 | 2025-03-02T04:10:43.581Z | Compiling zerovec v0.10.4 |
1351 | 2025-03-02T04:10:44.105Z | Compiling tracing-attributes v0.1.27 |
1352 | 2025-03-02T04:10:44.167Z | Compiling icu_properties_data v1.5.0 |
1353 | 2025-03-02T04:10:44.411Z | Compiling salsa20 v0.10.2 |
1354 | 2025-03-02T04:10:44.529Z | Compiling thiserror v1.0.69 |
1355 | 2025-03-02T04:10:44.667Z | Compiling pest v2.7.14 |
1356 | 2025-03-02T04:10:44.688Z | Compiling pbkdf2 v0.12.2 |
1357 | 2025-03-02T04:10:45.501Z | Compiling tinystr v0.7.6 |
1358 | 2025-03-02T04:10:45.518Z | Compiling icu_collections v1.5.0 |
1359 | 2025-03-02T04:10:45.845Z | Compiling icu_locid v1.5.0 |
1360 | 2025-03-02T04:10:45.894Z | Compiling der v0.7.9 |
1361 | 2025-03-02T04:10:46.754Z | Compiling untrusted v0.7.1 |
1362 | 2025-03-02T04:10:46.866Z | Compiling utf8_iter v1.0.4 |
1363 | 2025-03-02T04:10:46.959Z | Compiling vcpkg v0.2.15 |
1364 | 2025-03-02T04:10:47.113Z | Compiling icu_provider v1.5.0 |
1365 | 2025-03-02T04:10:47.472Z | Compiling icu_normalizer_data v1.5.0 |
1366 | 2025-03-02T04:10:47.494Z | Compiling tracing v0.1.40 |
1367 | 2025-03-02T04:10:47.596Z | Compiling write16 v1.0.0 |
1368 | 2025-03-02T04:10:47.757Z | Compiling num-conv v0.1.0 |
1369 | 2025-03-02T04:10:47.795Z | Compiling time-core v0.1.2 |
1370 | 2025-03-02T04:10:47.985Z | Compiling icu_locid_transform v1.5.0 |
1371 | 2025-03-02T04:10:48.006Z | Compiling spki v0.7.3 |
1372 | 2025-03-02T04:10:48.028Z | Compiling powerfmt v0.2.0 |
1373 | 2025-03-02T04:10:48.047Z | Compiling untrusted v0.9.0 |
1374 | 2025-03-02T04:10:48.080Z | Compiling utf16_iter v1.0.5 |
1375 | 2025-03-02T04:10:48.306Z | Compiling deranged v0.3.11 |
1376 | 2025-03-02T04:10:48.380Z | Compiling time-macros v0.2.18 |
1377 | 2025-03-02T04:10:48.430Z | Compiling pest_meta v2.7.14 |
1378 | 2025-03-02T04:10:48.666Z | Compiling openssl-sys v0.9.106 |
1379 | 2025-03-02T04:10:49.739Z | Compiling icu_properties v1.5.1 |
1380 | 2025-03-02T04:10:49.760Z | Compiling scrypt v0.11.0 |
1381 | 2025-03-02T04:10:50.159Z | Compiling aes v0.8.4 |
1382 | 2025-03-02T04:10:50.274Z | Compiling cbc v0.1.2 |
1383 | 2025-03-02T04:10:50.349Z | Compiling scroll_derive v0.12.0 |
1384 | 2025-03-02T04:10:50.530Z | Compiling bitflags v2.6.0 |
1385 | 2025-03-02T04:10:50.736Z | Compiling bytes v1.10.0 |
1386 | 2025-03-02T04:10:51.803Z | Compiling indexmap v2.7.1 |
1387 | 2025-03-02T04:10:52.255Z | Compiling tokio v1.43.0 |
1388 | 2025-03-02T04:10:52.702Z | Compiling semver v1.0.25 |
1389 | 2025-03-02T04:10:52.844Z | Compiling http v1.2.0 |
1390 | 2025-03-02T04:10:53.087Z | Compiling atomic-waker v1.1.2 |
1391 | 2025-03-02T04:10:53.208Z | Compiling rustc_version v0.4.1 |
1392 | 2025-03-02T04:10:53.288Z | Compiling tinyvec_macros v0.1.1 |
1393 | 2025-03-02T04:10:53.381Z | Compiling num_threads v0.1.7 |
1394 | 2025-03-02T04:10:53.400Z | Compiling icu_normalizer v1.5.0 |
1395 | 2025-03-02T04:10:53.530Z | Compiling time v0.3.36 |
1396 | 2025-03-02T04:10:53.900Z | Compiling tinyvec v1.8.0 |
1397 | 2025-03-02T04:10:54.145Z | Compiling scroll v0.12.0 |
1398 | 2025-03-02T04:10:54.387Z | Compiling http-body v1.0.1 |
1399 | 2025-03-02T04:10:54.647Z | Compiling which v4.4.2 |
1400 | 2025-03-02T04:10:54.707Z | Compiling idna_adapter v1.2.0 |
1401 | 2025-03-02T04:10:54.951Z | Compiling pkcs5 v0.7.1 |
1402 | 2025-03-02T04:10:55.163Z | Compiling pest_generator v2.7.14 |
1403 | 2025-03-02T04:10:55.307Z | Compiling rand_chacha v0.3.1 |
1404 | 2025-03-02T04:10:55.388Z | Compiling form_urlencoded v1.2.1 |
1405 | 2025-03-02T04:10:55.704Z | Compiling slog v2.7.0 |
1406 | 2025-03-02T04:10:55.724Z | Compiling try-lock v0.2.5 |
1407 | 2025-03-02T04:10:55.934Z | Compiling zerocopy v0.8.10 |
1408 | 2025-03-02T04:10:56.070Z | Compiling want v0.3.1 |
1409 | 2025-03-02T04:10:56.296Z | Compiling rand v0.8.5 |
1410 | 2025-03-02T04:10:56.370Z | Compiling goblin v0.8.2 |
1411 | 2025-03-02T04:10:56.846Z | Compiling pkcs8 v0.10.2 |
1412 | 2025-03-02T04:10:57.095Z | Compiling pest_derive v2.7.14 |
1413 | 2025-03-02T04:10:57.512Z | Compiling idna v1.0.3 |
1414 | 2025-03-02T04:10:57.784Z | Compiling uuid v1.15.1 |
1415 | 2025-03-02T04:10:57.925Z | Compiling zerocopy-derive v0.8.10 |
1416 | 2025-03-02T04:10:58.190Z | Compiling iana-time-zone v0.1.61 |
1417 | 2025-03-02T04:10:58.403Z | Compiling tower-service v0.3.3 |
1418 | 2025-03-02T04:10:58.553Z | Compiling httpdate v1.0.3 |
1419 | 2025-03-02T04:10:58.578Z | Compiling chrono v0.4.40 |
1420 | 2025-03-02T04:10:59.004Z | Compiling dtrace-parser v0.2.0 |
1421 | 2025-03-02T04:10:59.405Z | Compiling serde_spanned v0.6.8 |
1422 | 2025-03-02T04:10:59.652Z | Compiling serde_tokenstream v0.2.2 |
1423 | 2025-03-02T04:10:59.863Z | Compiling toml_datetime v0.6.8 |
1424 | 2025-03-02T04:11:00.250Z | Compiling adler2 v2.0.0 |
1425 | 2025-03-02T04:11:00.338Z | Compiling tokio-util v0.7.13 |
1426 | 2025-03-02T04:11:00.477Z | Compiling openssl v0.10.71 |
1427 | 2025-03-02T04:11:00.814Z | Compiling base64 v0.22.1 |
1428 | 2025-03-02T04:11:00.948Z | Compiling match_cfg v0.1.0 |
1429 | 2025-03-02T04:11:01.059Z | Compiling openssl-probe v0.1.5 |
1430 | 2025-03-02T04:11:01.378Z | Compiling h2 v0.4.6 |
1431 | 2025-03-02T04:11:01.514Z | Compiling foreign-types-shared v0.1.1 |
1432 | 2025-03-02T04:11:01.615Z | Compiling rustversion v1.0.17 |
1433 | 2025-03-02T04:11:01.641Z | Compiling foreign-types v0.3.2 |
1434 | 2025-03-02T04:11:01.750Z | Compiling hostname v0.3.1 |
1435 | 2025-03-02T04:11:01.930Z | Compiling miniz_oxide v0.8.5 |
1436 | 2025-03-02T04:11:01.958Z | Compiling url v2.5.3 |
1437 | 2025-03-02T04:11:02.316Z | Compiling dof v0.3.0 |
1438 | 2025-03-02T04:11:03.496Z | Compiling usdt-impl v0.5.0 |
1439 | 2025-03-02T04:11:03.784Z | Compiling rand_core v0.9.2 |
1440 | 2025-03-02T04:11:04.152Z | Compiling openssl-macros v0.1.1 |
1441 | 2025-03-02T04:11:04.241Z | Compiling async-trait v0.1.86 |
1442 | 2025-03-02T04:11:04.886Z | Compiling serde_derive_internals v0.29.1 |
1443 | 2025-03-02T04:11:04.911Z | Compiling dirs-sys-next v0.1.2 |
1444 | 2025-03-02T04:11:05.235Z | Compiling rustls v0.22.4 |
1445 | 2025-03-02T04:11:05.450Z | Compiling native-tls v0.2.12 |
1446 | 2025-03-02T04:11:05.472Z | Compiling data-encoding v2.6.0 |
1447 | 2025-03-02T04:11:05.493Z | Compiling rustls v0.23.19 |
1448 | 2025-03-02T04:11:05.532Z | Compiling syn v1.0.109 |
1449 | 2025-03-02T04:11:05.806Z | Compiling siphasher v0.3.11 |
1450 | 2025-03-02T04:11:05.822Z | Compiling schemars v0.8.22 |
1451 | 2025-03-02T04:11:06.269Z | Compiling dirs-next v2.0.0 |
1452 | 2025-03-02T04:11:06.309Z | Compiling rand_chacha v0.9.0 |
1453 | 2025-03-02T04:11:06.679Z | Compiling unicode-normalization v0.1.24 |
1454 | 2025-03-02T04:11:07.234Z | Compiling schemars_derive v0.8.22 |
1455 | 2025-03-02T04:11:07.438Z | Compiling http-body-util v0.1.2 |
1456 | 2025-03-02T04:11:07.728Z | Compiling heapless v0.7.17 |
1457 | 2025-03-02T04:11:07.763Z | Compiling crossbeam-epoch v0.9.18 |
1458 | 2025-03-02T04:11:07.937Z | Compiling signature v2.2.0 |
1459 | 2025-03-02T04:11:08.179Z | Compiling sha1 v0.10.6 |
1460 | 2025-03-02T04:11:08.248Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1461 | 2025-03-02T04:11:08.412Z | Compiling thread_local v1.1.8 |
1462 | 2025-03-02T04:11:08.461Z | Compiling cookie v0.18.1 |
1463 | 2025-03-02T04:11:08.591Z | Compiling multer v3.1.0 |
1464 | 2025-03-02T04:11:08.769Z | Compiling hyper v1.6.0 |
1465 | 2025-03-02T04:11:08.792Z | Compiling encoding_rs v0.8.34 |
1466 | 2025-03-02T04:11:08.896Z | Compiling gimli v0.31.1 |
1467 | 2025-03-02T04:11:08.917Z | Compiling ipnet v2.11.0 |
1468 | 2025-03-02T04:11:09.999Z | Compiling rayon-core v1.12.1 |
1469 | 2025-03-02T04:11:10.206Z | Compiling dyn-clone v1.0.18 |
1470 | 2025-03-02T04:11:10.324Z | Compiling unicode-properties v0.1.3 |
1471 | 2025-03-02T04:11:10.432Z | Compiling mime v0.3.17 |
1472 | 2025-03-02T04:11:10.763Z | Compiling signal-hook v0.3.17 |
1473 | 2025-03-02T04:11:11.000Z | Compiling slog-async v2.8.0 |
1474 | 2025-03-02T04:11:11.130Z | Compiling unicode-bidi v0.3.17 |
1475 | 2025-03-02T04:11:11.511Z | Compiling hyper-util v0.1.10 |
1476 | 2025-03-02T04:11:12.448Z | Compiling stringprep v0.1.5 |
1477 | 2025-03-02T04:11:12.953Z | Compiling toml_edit v0.22.24 |
1478 | 2025-03-02T04:11:13.505Z | Compiling addr2line v0.24.2 |
1479 | 2025-03-02T04:11:13.722Z | Compiling crossbeam-deque v0.8.5 |
1480 | 2025-03-02T04:11:14.110Z | Compiling rand v0.9.0 |
1481 | 2025-03-02T04:11:14.155Z | Compiling term v0.7.0 |
1482 | 2025-03-02T04:11:14.413Z | Compiling usdt-attr-macro v0.5.0 |
1483 | 2025-03-02T04:11:14.759Z | Compiling usdt-macro v0.5.0 |
1484 | 2025-03-02T04:11:14.967Z | Compiling slog-json v2.6.1 |
1485 | 2025-03-02T04:11:15.343Z | Compiling serde_urlencoded v0.7.1 |
1486 | 2025-03-02T04:11:15.418Z | Compiling curve25519-dalek v4.1.3 |
1487 | 2025-03-02T04:11:15.846Z | Compiling crossbeam-channel v0.5.13 |
1488 | 2025-03-02T04:11:15.891Z | Compiling enum-as-inner v0.6.1 |
1489 | 2025-03-02T04:11:15.990Z | Compiling futures-executor v0.3.31 |
1490 | 2025-03-02T04:11:16.135Z | Compiling md-5 v0.10.6 |
1491 | 2025-03-02T04:11:16.176Z | Compiling async-stream-impl v0.3.6 |
1492 | 2025-03-02T04:11:16.436Z | Compiling rustls-pemfile v2.2.0 |
1493 | 2025-03-02T04:11:16.546Z | Compiling num-integer v0.1.46 |
1494 | 2025-03-02T04:11:16.783Z | Compiling hash32 v0.2.1 |
1495 | 2025-03-02T04:11:16.922Z | Compiling ff v0.13.0 |
1496 | 2025-03-02T04:11:16.959Z | Compiling is-terminal v0.4.13 |
1497 | 2025-03-02T04:11:17.104Z | Compiling object v0.36.5 |
1498 | 2025-03-02T04:11:17.144Z | Compiling dropshot v0.12.0 |
1499 | 2025-03-02T04:11:17.161Z | Compiling memoffset v0.9.1 |
1500 | 2025-03-02T04:11:17.282Z | Compiling fallible-iterator v0.2.0 |
1501 | 2025-03-02T04:11:17.446Z | Compiling linked-hash-map v0.5.6 |
1502 | 2025-03-02T04:11:17.466Z | Compiling utf-8 v0.7.6 |
1503 | 2025-03-02T04:11:17.493Z | Compiling quick-error v1.2.3 |
1504 | 2025-03-02T04:11:17.661Z | Compiling cfg_aliases v0.2.1 |
1505 | 2025-03-02T04:11:17.768Z | Compiling num-bigint-dig v0.8.4 |
1506 | 2025-03-02T04:11:17.795Z | Compiling psl-types v2.0.11 |
1507 | 2025-03-02T04:11:17.813Z | Compiling rustc-demangle v0.1.24 |
1508 | 2025-03-02T04:11:17.940Z | Compiling base16ct v0.2.0 |
1509 | 2025-03-02T04:11:18.015Z | Compiling anyhow v1.0.96 |
1510 | 2025-03-02T04:11:18.101Z | Compiling smoltcp v0.9.1 |
1511 | 2025-03-02T04:11:18.275Z | Compiling portable-atomic v1.9.0 |
1512 | 2025-03-02T04:11:18.663Z | Compiling take_mut v0.2.2 |
1513 | 2025-03-02T04:11:18.712Z | Compiling litrs v0.4.1 |
1514 | 2025-03-02T04:11:19.245Z | Compiling sec1 v0.7.3 |
1515 | 2025-03-02T04:11:19.374Z | Compiling publicsuffix v2.3.0 |
1516 | 2025-03-02T04:11:19.698Z | Compiling postgres-protocol v0.6.8 |
1517 | 2025-03-02T04:11:19.779Z | Compiling document-features v0.2.10 |
1518 | 2025-03-02T04:11:19.800Z | Compiling nix v0.29.0 |
1519 | 2025-03-02T04:11:19.861Z | Compiling lru-cache v0.1.2 |
1520 | 2025-03-02T04:11:20.060Z | Compiling tungstenite v0.24.0 |
1521 | 2025-03-02T04:11:20.215Z | Compiling resolv-conf v0.7.0 |
1522 | 2025-03-02T04:11:20.823Z | Compiling async-stream v0.3.6 |
1523 | 2025-03-02T04:11:20.978Z | Compiling group v0.13.0 |
1524 | 2025-03-02T04:11:21.018Z | Compiling slog-term v2.9.1 |
1525 | 2025-03-02T04:11:21.145Z | Compiling num-iter v0.1.45 |
1526 | 2025-03-02T04:11:21.309Z | Compiling usdt v0.5.0 |
1527 | 2025-03-02T04:11:21.359Z | Compiling hickory-proto v0.24.4 |
1528 | 2025-03-02T04:11:21.803Z | Compiling toml v0.8.20 |
1529 | 2025-03-02T04:11:22.082Z | Compiling futures v0.3.31 |
1530 | 2025-03-02T04:11:22.179Z | Compiling slog-bunyan v2.5.0 |
1531 | 2025-03-02T04:11:23.299Z | Compiling camino v1.1.9 |
1532 | 2025-03-02T04:11:23.345Z | Compiling tokio-native-tls v0.3.1 |
1533 | 2025-03-02T04:11:23.640Z | Compiling phf_shared v0.11.2 |
1534 | 2025-03-02T04:11:23.786Z | Compiling backtrace v0.3.74 |
1535 | 2025-03-02T04:11:24.019Z | Compiling rustls-native-certs v0.8.1 |
1536 | 2025-03-02T04:11:24.110Z | Compiling dropshot_endpoint v0.12.0 |
1537 | 2025-03-02T04:11:24.273Z | Compiling terminal_size v0.4.0 |
1538 | 2025-03-02T04:11:24.409Z | Compiling waitgroup v0.1.2 |
1539 | 2025-03-02T04:11:24.513Z | Compiling openapiv3 v2.0.0 |
1540 | 2025-03-02T04:11:24.564Z | Compiling serde_path_to_error v0.1.16 |
1541 | 2025-03-02T04:11:24.635Z | Compiling hkdf v0.12.4 |
1542 | 2025-03-02T04:11:24.920Z | Compiling crypto-bigint v0.5.5 |
1543 | 2025-03-02T04:11:25.352Z | Compiling curve25519-dalek-derive v0.1.1 |
1544 | 2025-03-02T04:11:26.464Z | Compiling hubpack_derive v0.1.1 |
1545 | 2025-03-02T04:11:26.649Z | Compiling zerocopy-derive v0.6.6 |
1546 | 2025-03-02T04:11:26.846Z | Compiling webpki-roots v0.26.6 |
1547 | 2025-03-02T04:11:27.078Z | Compiling sync_wrapper v1.0.1 |
1548 | 2025-03-02T04:11:27.240Z | Compiling hostname v0.4.0 |
1549 | 2025-03-02T04:11:27.354Z | Compiling fs-err v2.11.0 |
1550 | 2025-03-02T04:11:27.487Z | Compiling ahash v0.8.11 |
1551 | 2025-03-02T04:11:27.699Z | Compiling crc32fast v1.4.2 |
1552 | 2025-03-02T04:11:27.860Z | Compiling winnow v0.5.40 |
1553 | 2025-03-02T04:11:28.041Z | Compiling newtype-uuid v1.2.1 |
1554 | 2025-03-02T04:11:28.221Z | Compiling unicode-width v0.2.0 |
1555 | 2025-03-02T04:11:28.366Z | Compiling debug-ignore v1.0.5 |
1556 | 2025-03-02T04:11:28.523Z | Compiling managed v0.8.0 |
1557 | 2025-03-02T04:11:28.550Z | Compiling tower-layer v0.3.3 |
1558 | 2025-03-02T04:11:28.645Z | Compiling zerocopy v0.6.6 |
1559 | 2025-03-02T04:11:28.775Z | Compiling console v0.15.10 |
1560 | 2025-03-02T04:11:28.839Z | Compiling tower v0.5.2 |
1561 | 2025-03-02T04:11:29.455Z | Compiling clap_builder v4.5.31 |
1562 | 2025-03-02T04:11:29.661Z | Compiling elliptic-curve v0.13.8 |
1563 | 2025-03-02T04:11:30.128Z | Compiling strum_macros v0.25.3 |
1564 | 2025-03-02T04:11:30.517Z | Compiling flate2 v1.1.0 |
1565 | 2025-03-02T04:11:30.814Z | Compiling hubpack v0.1.2 |
1566 | 2025-03-02T04:11:30.942Z | Compiling hickory-resolver v0.24.4 |
1567 | 2025-03-02T04:11:31.354Z | Compiling toml_edit v0.19.15 |
1568 | 2025-03-02T04:11:31.489Z | Compiling phf v0.11.2 |
1569 | 2025-03-02T04:11:31.774Z | Compiling signal-hook-mio v0.2.4 |
1570 | 2025-03-02T04:11:31.963Z | Compiling hyper-tls v0.6.0 |
1571 | 2025-03-02T04:11:32.285Z | Compiling rayon v1.10.0 |
1572 | 2025-03-02T04:11:32.382Z | Compiling cookie_store v0.21.1 |
1573 | 2025-03-02T04:11:33.855Z | Compiling bzip2 v0.4.4 |
1574 | 2025-03-02T04:11:34.277Z | Compiling tokio-tungstenite v0.24.0 |
1575 | 2025-03-02T04:11:35.022Z | Compiling postgres-types v0.2.9 |
1576 | 2025-03-02T04:11:36.790Z | Compiling ed25519 v2.2.3 |
1577 | 2025-03-02T04:11:36.813Z | Compiling phf_shared v0.10.0 |
1578 | 2025-03-02T04:11:37.215Z | Compiling tokio-stream v0.1.17 |
1579 | 2025-03-02T04:11:37.504Z | Compiling pkcs1 v0.7.5 |
1580 | 2025-03-02T04:11:37.707Z | Compiling serde-big-array v0.5.1 |
1581 | 2025-03-02T04:11:37.952Z | Compiling clap_derive v4.5.28 |
1582 | 2025-03-02T04:11:38.220Z | Compiling rfc6979 v0.4.0 |
1583 | 2025-03-02T04:11:38.434Z | Compiling derive-where v1.2.7 |
1584 | 2025-03-02T04:11:38.457Z | Compiling serde_repr v0.1.19 |
1585 | 2025-03-02T04:11:38.457Z | Compiling bstr v1.10.0 |
1586 | 2025-03-02T04:11:38.681Z | Compiling float-cmp v0.10.0 |
1587 | 2025-03-02T04:11:38.952Z | Compiling bit-vec v0.6.3 |
1588 | 2025-03-02T04:11:39.296Z | Compiling difflib v0.4.0 |
1589 | 2025-03-02T04:11:39.372Z | Compiling whoami v1.5.2 |
1590 | 2025-03-02T04:11:39.632Z | Compiling precomputed-hash v0.1.1 |
1591 | 2025-03-02T04:11:39.771Z | Compiling predicates-core v1.0.8 |
1592 | 2025-03-02T04:11:39.927Z | Compiling unicode-segmentation v1.12.0 |
1593 | 2025-03-02T04:11:40.286Z | Compiling fixedbitset v0.4.2 |
1594 | 2025-03-02T04:11:40.321Z | Compiling normalize-line-endings v0.3.0 |
1595 | 2025-03-02T04:11:40.321Z | Compiling number_prefix v0.4.0 |
1596 | 2025-03-02T04:11:40.513Z | Compiling new_debug_unreachable v1.0.6 |
1597 | 2025-03-02T04:11:40.544Z | Compiling static_assertions v1.1.0 |
1598 | 2025-03-02T04:11:40.588Z | Compiling indicatif v0.17.11 |
1599 | 2025-03-02T04:11:40.629Z | Compiling string_cache v0.8.7 |
1600 | 2025-03-02T04:11:40.666Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1601 | 2025-03-02T04:11:40.809Z | Compiling similar v2.7.0 |
1602 | 2025-03-02T04:11:41.109Z | Compiling petgraph v0.6.5 |
1603 | 2025-03-02T04:11:41.614Z | Compiling predicates v3.1.3 |
1604 | 2025-03-02T04:11:42.552Z | Compiling clap v4.5.31 |
1605 | 2025-03-02T04:11:42.594Z | Compiling tokio-postgres v0.7.13 |
1606 | 2025-03-02T04:11:42.684Z | Compiling bit-set v0.5.3 |
1607 | 2025-03-02T04:11:42.979Z | Compiling ecdsa v0.16.9 |
1608 | 2025-03-02T04:11:42.994Z | Compiling rsa v0.9.6 |
1609 | 2025-03-02T04:11:43.062Z | Compiling ed25519-dalek v2.1.1 |
1610 | 2025-03-02T04:11:44.466Z | Compiling toml v0.7.8 |
1611 | 2025-03-02T04:11:44.842Z | Compiling zip v0.6.6 |
1612 | 2025-03-02T04:11:45.912Z | Compiling crossterm v0.28.1 |
1613 | 2025-03-02T04:11:46.809Z | Compiling hex v0.4.3 |
1614 | 2025-03-02T04:11:47.095Z | Compiling x509-cert v0.2.5 |
1615 | 2025-03-02T04:11:47.140Z | Compiling itertools v0.10.5 |
1616 | 2025-03-02T04:11:47.412Z | Compiling peg-runtime v0.8.3 |
1617 | 2025-03-02T04:11:47.999Z | Compiling lalrpop-util v0.19.12 |
1618 | 2025-03-02T04:11:48.335Z | Compiling unicode-xid v0.2.6 |
1619 | 2025-03-02T04:11:48.354Z | Compiling strum_macros v0.26.4 |
1620 | 2025-03-02T04:11:48.374Z | Compiling xattr v1.3.1 |
1621 | 2025-03-02T04:11:48.536Z | Compiling filetime v0.2.25 |
1622 | 2025-03-02T04:11:48.856Z | Compiling tar v0.4.44 |
1623 | 2025-03-02T04:11:53.028Z | Compiling strum v0.26.3 |
1624 | 2025-03-02T04:11:56.139Z | Compiling aws-lc-sys v0.26.0 |
1625 | 2025-03-02T04:12:27.680Z | Compiling rustls-webpki v0.102.8 |
1626 | 2025-03-02T04:12:31.014Z | Compiling tokio-rustls v0.25.0 |
1627 | 2025-03-02T04:12:32.843Z | Compiling tokio-rustls v0.26.0 |
1628 | 2025-03-02T04:12:33.178Z | Compiling hyper-rustls v0.27.5 |
1629 | 2025-03-02T04:12:33.539Z | Compiling reqwest v0.12.12 |
1630 | 2025-03-02T04:12:34.981Z | Compiling qorb v0.2.1 |
1631 | 2025-03-02T04:12:37.998Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1632 | 2025-03-02T04:12:38.283Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1633 | 2025-03-02T04:12:43.016Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 22s |
1634 | 2025-03-02T04:12:43.203Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1635 | 2025-03-02T04:12:43.264Z | Mar 02 04:12:42.668 INFO Starting download, target: Cockroach |
1636 | 2025-03-02T04:12:43.264Z | Mar 02 04:12:42.668 INFO Starting download, target: Clickhouse |
1637 | 2025-03-02T04:12:43.264Z | Mar 02 04:12:42.668 INFO Starting download, target: Console |
1638 | 2025-03-02T04:12:43.264Z | Mar 02 04:12:42.668 INFO Starting download, target: DendriteOpenapi |
1639 | 2025-03-02T04:12:43.264Z | Mar 02 04:12:42.668 INFO Starting download, target: DendriteStub |
1640 | 2025-03-02T04:12:43.267Z | Mar 02 04:12:42.668 INFO Starting download, target: MaghemiteMgd |
1641 | 2025-03-02T04:12:43.267Z | Mar 02 04:12:42.668 INFO Starting download, target: TransceiverControl |
1642 | 2025-03-02T04:12:43.267Z | Mar 02 04:12:42.669 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1643 | 2025-03-02T04:12:43.267Z | Mar 02 04:12:42.669 INFO Downloading out/downloads/dpd-b37a8fdc335592e24d6afe71995637b2ad36eb7d.json (attempt 1/3), target: DendriteOpenapi |
1644 | 2025-03-02T04:12:43.268Z | Mar 02 04:12:42.669 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1645 | 2025-03-02T04:12:43.268Z | Mar 02 04:12:42.669 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1646 | 2025-03-02T04:12:43.268Z | Mar 02 04:12:42.669 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1647 | 2025-03-02T04:12:43.268Z | Mar 02 04:12:42.669 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1648 | 2025-03-02T04:12:43.268Z | Mar 02 04:12:42.669 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1649 | 2025-03-02T04:12:43.429Z | Mar 02 04:12:42.823 INFO Download complete, target: DendriteOpenapi |
1650 | 2025-03-02T04:12:43.610Z | Mar 02 04:12:43.011 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1651 | 2025-03-02T04:12:43.970Z | Mar 02 04:12:43.365 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1652 | 2025-03-02T04:12:44.056Z | Mar 02 04:12:43.455 INFO Download complete, target: TransceiverControl |
1653 | 2025-03-02T04:12:44.244Z | Mar 02 04:12:43.647 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1654 | 2025-03-02T04:12:44.304Z | Mar 02 04:12:43.707 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1655 | 2025-03-02T04:12:44.386Z | Mar 02 04:12:43.788 INFO Download complete, target: Console |
1656 | 2025-03-02T04:12:44.705Z | Mar 02 04:12:44.109 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1657 | 2025-03-02T04:12:44.705Z | Mar 02 04:12:44.109 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1658 | 2025-03-02T04:12:45.324Z | Mar 02 04:12:44.727 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1659 | 2025-03-02T04:12:46.714Z | Mar 02 04:12:46.116 INFO Download complete, target: DendriteStub |
1660 | 2025-03-02T04:12:46.999Z | Mar 02 04:12:46.402 INFO Download complete, target: MaghemiteMgd |
1661 | 2025-03-02T04:12:51.357Z | Mar 02 04:12:50.758 INFO Checking that binary works, target: Cockroach |
1662 | 2025-03-02T04:12:51.530Z | Mar 02 04:12:50.931 INFO Download complete, target: Cockroach |
1663 | 2025-03-02T04:12:56.186Z | Mar 02 04:12:55.586 INFO Checking that binary works, target: Clickhouse |
1664 | 2025-03-02T04:12:56.319Z | Mar 02 04:12:55.719 INFO Download complete, target: Clickhouse |
1665 | 2025-03-02T04:12:56.343Z | All builder prerequisites installed successfully, and PATH looks valid |
1666 | 2025-03-02T04:12:56.347Z | |
1667 | 2025-03-02T04:12:56.347Z | real 8:15.449292128 |
1668 | 2025-03-02T04:12:56.347Z | user 16:12.384162681 |
1669 | 2025-03-02T04:12:56.347Z | sys 2:12.666822360 |
1670 | 2025-03-02T04:12:56.347Z | trap 0.619927925 |
1671 | 2025-03-02T04:12:56.347Z | tflt 2.971213349 |
1672 | 2025-03-02T04:12:56.347Z | dflt 2.510301334 |
1673 | 2025-03-02T04:12:56.347Z | kflt 0.032882894 |
1674 | 2025-03-02T04:12:56.347Z | lock 25:08.119246296 |
1675 | 2025-03-02T04:12:56.348Z | slp 1:04:47.542883096 |
1676 | 2025-03-02T04:12:56.348Z | lat 1:01.225269699 |
1677 | 2025-03-02T04:12:56.348Z | stop 2:26.401330412 |
1678 | 2025-03-02T04:12:56.348Z | + banner hack-check |
1679 | 2025-03-02T04:12:56.348Z | |
1680 | 2025-03-02T04:12:56.348Z | # # ## #### # # #### # # ###### #### # # |
1681 | 2025-03-02T04:12:56.348Z | # # # # # # # # # # # # # # # # # |
1682 | 2025-03-02T04:12:56.348Z | ###### # # # #### ##### # ###### ##### # #### |
1683 | 2025-03-02T04:12:56.348Z | # # ###### # # # # # # # # # # |
1684 | 2025-03-02T04:12:56.348Z | # # # # # # # # # # # # # # # # # |
1685 | 2025-03-02T04:12:56.348Z | # # # # #### # # #### # # ###### #### # # |
1686 | 2025-03-02T04:12:56.348Z | |
1687 | 2025-03-02T04:12:56.348Z | + export CARGO_INCREMENTAL=0 |
1688 | 2025-03-02T04:12:56.348Z | + CARGO_INCREMENTAL=0 |
1689 | 2025-03-02T04:12:56.348Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1690 | 2025-03-02T04:12:56.952Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1691 | 2025-03-02T04:12:59.948Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.54s |
1692 | 2025-03-02T04:13:00.025Z | Running `target/debug/xtask check-features --ci` |
1693 | 2025-03-02T04:13:00.051Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1694 | 2025-03-02T04:13:00.054Z | running: "/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1695 | 2025-03-02T04:13:00.569Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
1696 | 2025-03-02T04:13:00.590Z | Running `target/debug/xtask download cargo-hack` |
1697 | 2025-03-02T04:13:01.529Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1698 | 2025-03-02T04:13:01.917Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1699 | 2025-03-02T04:13:05.867Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.21s |
1700 | 2025-03-02T04:13:06.031Z | Running `target/debug/xtask-downloader cargo-hack` |
1701 | 2025-03-02T04:13:06.080Z | Mar 02 04:13:05.461 INFO Starting download, target: CargoHack |
1702 | 2025-03-02T04:13:06.115Z | Mar 02 04:13:05.462 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1703 | 2025-03-02T04:13:06.545Z | Mar 02 04:13:05.931 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1704 | 2025-03-02T04:13:06.624Z | Mar 02 04:13:06.007 INFO Download complete, target: CargoHack |
1705 | 2025-03-02T04:13:06.652Z | 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" |
1706 | 2025-03-02T04:13:06.653Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1707 | 2025-03-02T04:13:06.826Z | info: running `cargo check --bins` on api_identity (1/199) |
1708 | 2025-03-02T04:13:07.420Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1709 | 2025-03-02T04:13:07.427Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1710 | 2025-03-02T04:13:07.427Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1711 | 2025-03-02T04:13:07.427Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
1712 | 2025-03-02T04:13:07.504Z | |
1713 | 2025-03-02T04:13:07.504Z | info: running `cargo check --bins` on bootstore (2/199) |
1714 | 2025-03-02T04:13:08.121Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1715 | 2025-03-02T04:13:08.124Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1716 | 2025-03-02T04:13:08.124Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1717 | 2025-03-02T04:13:08.127Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
1718 | 2025-03-02T04:13:08.208Z | |
1719 | 2025-03-02T04:13:08.208Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/199) |
1720 | 2025-03-02T04:13:08.821Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1721 | 2025-03-02T04:13:08.825Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1722 | 2025-03-02T04:13:08.825Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1723 | 2025-03-02T04:13:08.828Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
1724 | 2025-03-02T04:13:08.911Z | |
1725 | 2025-03-02T04:13:08.912Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/199) |
1726 | 2025-03-02T04:13:09.515Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1727 | 2025-03-02T04:13:09.518Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1728 | 2025-03-02T04:13:09.518Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1729 | 2025-03-02T04:13:09.522Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
1730 | 2025-03-02T04:13:09.600Z | |
1731 | 2025-03-02T04:13:09.600Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/199) |
1732 | 2025-03-02T04:13:10.050Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1733 | 2025-03-02T04:13:10.054Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1734 | 2025-03-02T04:13:10.054Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1735 | 2025-03-02T04:13:10.057Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
1736 | 2025-03-02T04:13:10.101Z | |
1737 | 2025-03-02T04:13:10.101Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (6/199) |
1738 | 2025-03-02T04:13:10.555Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1739 | 2025-03-02T04:13:10.557Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1740 | 2025-03-02T04:13:10.557Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1741 | 2025-03-02T04:13:10.561Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
1742 | 2025-03-02T04:13:10.609Z | |
1743 | 2025-03-02T04:13:10.610Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/199) |
1744 | 2025-03-02T04:13:11.057Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1745 | 2025-03-02T04:13:11.061Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1746 | 2025-03-02T04:13:11.061Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1747 | 2025-03-02T04:13:11.064Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
1748 | 2025-03-02T04:13:11.113Z | |
1749 | 2025-03-02T04:13:11.113Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/199) |
1750 | 2025-03-02T04:13:11.563Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1751 | 2025-03-02T04:13:11.566Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1752 | 2025-03-02T04:13:11.567Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1753 | 2025-03-02T04:13:11.570Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
1754 | 2025-03-02T04:13:11.615Z | |
1755 | 2025-03-02T04:13:11.615Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/199) |
1756 | 2025-03-02T04:13:12.067Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1757 | 2025-03-02T04:13:12.070Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1758 | 2025-03-02T04:13:12.071Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1759 | 2025-03-02T04:13:12.074Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
1760 | 2025-03-02T04:13:12.121Z | |
1761 | 2025-03-02T04:13:12.121Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/199) |
1762 | 2025-03-02T04:13:12.573Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1763 | 2025-03-02T04:13:12.576Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1764 | 2025-03-02T04:13:12.576Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1765 | 2025-03-02T04:13:12.581Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
1766 | 2025-03-02T04:13:12.629Z | |
1767 | 2025-03-02T04:13:12.629Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/199) |
1768 | 2025-03-02T04:13:13.085Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1769 | 2025-03-02T04:13:13.087Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1770 | 2025-03-02T04:13:13.087Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1771 | 2025-03-02T04:13:13.090Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
1772 | 2025-03-02T04:13:13.136Z | |
1773 | 2025-03-02T04:13:13.136Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/199) |
1774 | 2025-03-02T04:13:13.575Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1775 | 2025-03-02T04:13:13.578Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1776 | 2025-03-02T04:13:13.578Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1777 | 2025-03-02T04:13:13.581Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1778 | 2025-03-02T04:13:13.629Z | |
1779 | 2025-03-02T04:13:13.629Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/199) |
1780 | 2025-03-02T04:13:14.075Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1781 | 2025-03-02T04:13:14.078Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1782 | 2025-03-02T04:13:14.078Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1783 | 2025-03-02T04:13:14.081Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
1784 | 2025-03-02T04:13:14.129Z | |
1785 | 2025-03-02T04:13:14.129Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/199) |
1786 | 2025-03-02T04:13:14.721Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1787 | 2025-03-02T04:13:14.732Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1788 | 2025-03-02T04:13:14.733Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1789 | 2025-03-02T04:13:14.733Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
1790 | 2025-03-02T04:13:14.733Z | |
1791 | 2025-03-02T04:13:14.733Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/199) |
1792 | 2025-03-02T04:13:15.079Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1793 | 2025-03-02T04:13:15.082Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1794 | 2025-03-02T04:13:15.082Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1795 | 2025-03-02T04:13:15.085Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
1796 | 2025-03-02T04:13:15.133Z | |
1797 | 2025-03-02T04:13:15.133Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (16/199) |
1798 | 2025-03-02T04:13:15.577Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1799 | 2025-03-02T04:13:15.580Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1800 | 2025-03-02T04:13:15.580Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1801 | 2025-03-02T04:13:15.583Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
1802 | 2025-03-02T04:13:15.629Z | |
1803 | 2025-03-02T04:13:15.629Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (17/199) |
1804 | 2025-03-02T04:13:16.076Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1805 | 2025-03-02T04:13:16.079Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1806 | 2025-03-02T04:13:16.079Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1807 | 2025-03-02T04:13:16.082Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
1808 | 2025-03-02T04:13:16.131Z | |
1809 | 2025-03-02T04:13:16.131Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (18/199) |
1810 | 2025-03-02T04:13:16.582Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1811 | 2025-03-02T04:13:16.585Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1812 | 2025-03-02T04:13:16.585Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1813 | 2025-03-02T04:13:16.588Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
1814 | 2025-03-02T04:13:16.633Z | |
1815 | 2025-03-02T04:13:16.633Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (19/199) |
1816 | 2025-03-02T04:13:17.070Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1817 | 2025-03-02T04:13:17.074Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1818 | 2025-03-02T04:13:17.074Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1819 | 2025-03-02T04:13:17.077Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1820 | 2025-03-02T04:13:17.126Z | |
1821 | 2025-03-02T04:13:17.126Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (20/199) |
1822 | 2025-03-02T04:13:17.566Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1823 | 2025-03-02T04:13:17.569Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1824 | 2025-03-02T04:13:17.569Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1825 | 2025-03-02T04:13:17.572Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
1826 | 2025-03-02T04:13:17.618Z | |
1827 | 2025-03-02T04:13:17.618Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (21/199) |
1828 | 2025-03-02T04:13:18.066Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1829 | 2025-03-02T04:13:18.068Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1830 | 2025-03-02T04:13:18.068Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1831 | 2025-03-02T04:13:18.076Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
1832 | 2025-03-02T04:13:18.118Z | |
1833 | 2025-03-02T04:13:18.118Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (22/199) |
1834 | 2025-03-02T04:13:18.563Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1835 | 2025-03-02T04:13:18.566Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1836 | 2025-03-02T04:13:18.566Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1837 | 2025-03-02T04:13:18.569Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
1838 | 2025-03-02T04:13:18.616Z | |
1839 | 2025-03-02T04:13:18.616Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (23/199) |
1840 | 2025-03-02T04:13:19.064Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1841 | 2025-03-02T04:13:19.067Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1842 | 2025-03-02T04:13:19.067Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1843 | 2025-03-02T04:13:19.071Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
1844 | 2025-03-02T04:13:19.118Z | |
1845 | 2025-03-02T04:13:19.118Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (24/199) |
1846 | 2025-03-02T04:13:19.562Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1847 | 2025-03-02T04:13:19.565Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1848 | 2025-03-02T04:13:19.566Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1849 | 2025-03-02T04:13:19.569Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
1850 | 2025-03-02T04:13:19.619Z | |
1851 | 2025-03-02T04:13:19.619Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (25/199) |
1852 | 2025-03-02T04:13:20.068Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1853 | 2025-03-02T04:13:20.071Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1854 | 2025-03-02T04:13:20.072Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1855 | 2025-03-02T04:13:20.074Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
1856 | 2025-03-02T04:13:20.120Z | |
1857 | 2025-03-02T04:13:20.120Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (26/199) |
1858 | 2025-03-02T04:13:20.561Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1859 | 2025-03-02T04:13:20.564Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1860 | 2025-03-02T04:13:20.564Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1861 | 2025-03-02T04:13:20.567Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
1862 | 2025-03-02T04:13:20.613Z | |
1863 | 2025-03-02T04:13:20.613Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (27/199) |
1864 | 2025-03-02T04:13:21.073Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1865 | 2025-03-02T04:13:21.089Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1866 | 2025-03-02T04:13:21.092Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1867 | 2025-03-02T04:13:21.092Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
1868 | 2025-03-02T04:13:21.108Z | |
1869 | 2025-03-02T04:13:21.108Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (28/199) |
1870 | 2025-03-02T04:13:21.540Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1871 | 2025-03-02T04:13:21.546Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1872 | 2025-03-02T04:13:21.546Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1873 | 2025-03-02T04:13:21.551Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1874 | 2025-03-02T04:13:21.592Z | |
1875 | 2025-03-02T04:13:21.593Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (29/199) |
1876 | 2025-03-02T04:13:22.036Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1877 | 2025-03-02T04:13:22.040Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1878 | 2025-03-02T04:13:22.041Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1879 | 2025-03-02T04:13:22.046Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
1880 | 2025-03-02T04:13:22.101Z | |
1881 | 2025-03-02T04:13:22.101Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (30/199) |
1882 | 2025-03-02T04:13:22.522Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1883 | 2025-03-02T04:13:22.525Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1884 | 2025-03-02T04:13:22.526Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1885 | 2025-03-02T04:13:22.528Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1886 | 2025-03-02T04:13:22.572Z | |
1887 | 2025-03-02T04:13:22.572Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (31/199) |
1888 | 2025-03-02T04:13:23.019Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1889 | 2025-03-02T04:13:23.022Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1890 | 2025-03-02T04:13:23.022Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1891 | 2025-03-02T04:13:23.025Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
1892 | 2025-03-02T04:13:23.073Z | |
1893 | 2025-03-02T04:13:23.073Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (32/199) |
1894 | 2025-03-02T04:13:23.513Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1895 | 2025-03-02T04:13:23.516Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1896 | 2025-03-02T04:13:23.516Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1897 | 2025-03-02T04:13:23.519Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
1898 | 2025-03-02T04:13:23.566Z | |
1899 | 2025-03-02T04:13:23.567Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (33/199) |
1900 | 2025-03-02T04:13:24.004Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1901 | 2025-03-02T04:13:24.007Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1902 | 2025-03-02T04:13:24.008Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1903 | 2025-03-02T04:13:24.010Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1904 | 2025-03-02T04:13:24.056Z | |
1905 | 2025-03-02T04:13:24.056Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (34/199) |
1906 | 2025-03-02T04:13:24.498Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1907 | 2025-03-02T04:13:24.501Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1908 | 2025-03-02T04:13:24.502Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1909 | 2025-03-02T04:13:24.505Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
1910 | 2025-03-02T04:13:24.553Z | |
1911 | 2025-03-02T04:13:24.553Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (35/199) |
1912 | 2025-03-02T04:13:24.998Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1913 | 2025-03-02T04:13:25.002Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1914 | 2025-03-02T04:13:25.002Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1915 | 2025-03-02T04:13:25.011Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
1916 | 2025-03-02T04:13:25.052Z | |
1917 | 2025-03-02T04:13:25.052Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (36/199) |
1918 | 2025-03-02T04:13:25.495Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1919 | 2025-03-02T04:13:25.498Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1920 | 2025-03-02T04:13:25.498Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1921 | 2025-03-02T04:13:25.502Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
1922 | 2025-03-02T04:13:25.546Z | |
1923 | 2025-03-02T04:13:25.546Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (37/199) |
1924 | 2025-03-02T04:13:25.989Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1925 | 2025-03-02T04:13:25.993Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1926 | 2025-03-02T04:13:25.994Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1927 | 2025-03-02T04:13:25.998Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
1928 | 2025-03-02T04:13:26.053Z | |
1929 | 2025-03-02T04:13:26.053Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (38/199) |
1930 | 2025-03-02T04:13:26.509Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1931 | 2025-03-02T04:13:26.521Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1932 | 2025-03-02T04:13:26.522Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1933 | 2025-03-02T04:13:26.522Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
1934 | 2025-03-02T04:13:26.546Z | |
1935 | 2025-03-02T04:13:26.547Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (39/199) |
1936 | 2025-03-02T04:13:26.971Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1937 | 2025-03-02T04:13:26.975Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1938 | 2025-03-02T04:13:26.975Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1939 | 2025-03-02T04:13:26.983Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1940 | 2025-03-02T04:13:27.028Z | |
1941 | 2025-03-02T04:13:27.028Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (40/199) |
1942 | 2025-03-02T04:13:27.470Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1943 | 2025-03-02T04:13:27.473Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1944 | 2025-03-02T04:13:27.474Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1945 | 2025-03-02T04:13:27.479Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
1946 | 2025-03-02T04:13:27.526Z | |
1947 | 2025-03-02T04:13:27.526Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (41/199) |
1948 | 2025-03-02T04:13:28.001Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1949 | 2025-03-02T04:13:28.037Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1950 | 2025-03-02T04:13:28.037Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1951 | 2025-03-02T04:13:28.037Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
1952 | 2025-03-02T04:13:28.083Z | |
1953 | 2025-03-02T04:13:28.083Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (42/199) |
1954 | 2025-03-02T04:13:28.489Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1955 | 2025-03-02T04:13:28.496Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1956 | 2025-03-02T04:13:28.496Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1957 | 2025-03-02T04:13:28.497Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
1958 | 2025-03-02T04:13:28.536Z | |
1959 | 2025-03-02T04:13:28.536Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (43/199) |
1960 | 2025-03-02T04:13:29.008Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1961 | 2025-03-02T04:13:29.018Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1962 | 2025-03-02T04:13:29.018Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1963 | 2025-03-02T04:13:29.018Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
1964 | 2025-03-02T04:13:29.065Z | |
1965 | 2025-03-02T04:13:29.065Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (44/199) |
1966 | 2025-03-02T04:13:29.538Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1967 | 2025-03-02T04:13:29.550Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1968 | 2025-03-02T04:13:29.550Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1969 | 2025-03-02T04:13:29.550Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
1970 | 2025-03-02T04:13:29.583Z | |
1971 | 2025-03-02T04:13:29.583Z | info: running `cargo check --bins` on sled-hardware-types (45/199) |
1972 | 2025-03-02T04:13:30.211Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1973 | 2025-03-02T04:13:30.230Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1974 | 2025-03-02T04:13:30.230Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1975 | 2025-03-02T04:13:30.230Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
1976 | 2025-03-02T04:13:30.302Z | |
1977 | 2025-03-02T04:13:30.302Z | info: running `cargo check --bins --no-default-features` on illumos-utils (46/199) |
1978 | 2025-03-02T04:13:30.940Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1979 | 2025-03-02T04:13:30.983Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1980 | 2025-03-02T04:13:30.983Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1981 | 2025-03-02T04:13:30.983Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
1982 | 2025-03-02T04:13:31.005Z | |
1983 | 2025-03-02T04:13:31.006Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (47/199) |
1984 | 2025-03-02T04:13:31.626Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1985 | 2025-03-02T04:13:31.630Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1986 | 2025-03-02T04:13:31.630Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1987 | 2025-03-02T04:13:31.634Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
1988 | 2025-03-02T04:13:31.713Z | |
1989 | 2025-03-02T04:13:31.713Z | info: running `cargo check --bins` on oxlog (48/199) |
1990 | 2025-03-02T04:13:32.328Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1991 | 2025-03-02T04:13:32.347Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1992 | 2025-03-02T04:13:32.427Z | Checking cfg-if v1.0.0 |
1993 | 2025-03-02T04:13:32.446Z | Checking libc v0.2.170 |
1994 | 2025-03-02T04:13:32.528Z | Checking serde v1.0.218 |
1995 | 2025-03-02T04:13:32.533Z | Checking zeroize v1.8.1 |
1996 | 2025-03-02T04:13:32.555Z | Checking memchr v2.7.4 |
1997 | 2025-03-02T04:13:32.563Z | Checking typenum v1.17.0 |
1998 | 2025-03-02T04:13:32.575Z | Checking subtle v2.6.1 |
1999 | 2025-03-02T04:13:32.591Z | Checking value-bag v1.9.0 |
2000 | 2025-03-02T04:13:32.608Z | Checking smallvec v1.14.0 |
2001 | 2025-03-02T04:13:32.781Z | Checking scopeguard v1.2.0 |
2002 | 2025-03-02T04:13:32.833Z | Checking itoa v1.0.11 |
2003 | 2025-03-02T04:13:32.950Z | Checking lock_api v0.4.12 |
2004 | 2025-03-02T04:13:32.962Z | Checking const-oid v0.9.6 |
2005 | 2025-03-02T04:13:33.003Z | Checking log v0.4.22 |
2006 | 2025-03-02T04:13:33.086Z | Checking byteorder v1.5.0 |
2007 | 2025-03-02T04:13:33.357Z | Checking pin-project-lite v0.2.14 |
2008 | 2025-03-02T04:13:33.448Z | Checking once_cell v1.20.3 |
2009 | 2025-03-02T04:13:33.477Z | Checking futures-core v0.3.31 |
2010 | 2025-03-02T04:13:33.514Z | Checking stable_deref_trait v1.2.0 |
2011 | 2025-03-02T04:13:33.540Z | Checking futures-sink v0.3.31 |
2012 | 2025-03-02T04:13:33.578Z | Checking getrandom v0.2.15 |
2013 | 2025-03-02T04:13:33.632Z | Checking generic-array v0.14.7 |
2014 | 2025-03-02T04:13:33.652Z | Checking signal-hook-registry v1.4.2 |
2015 | 2025-03-02T04:13:33.666Z | Checking parking_lot_core v0.9.10 |
2016 | 2025-03-02T04:13:33.682Z | Checking mio v1.0.2 |
2017 | 2025-03-02T04:13:33.728Z | Checking cpufeatures v0.2.14 |
2018 | 2025-03-02T04:13:33.818Z | Checking rand_core v0.6.4 |
2019 | 2025-03-02T04:13:33.835Z | Checking socket2 v0.5.8 |
2020 | 2025-03-02T04:13:33.918Z | Checking zerocopy v0.7.35 |
2021 | 2025-03-02T04:13:34.003Z | Checking parking_lot v0.12.3 |
2022 | 2025-03-02T04:13:34.139Z | Checking slab v0.4.9 |
2023 | 2025-03-02T04:13:34.282Z | Checking zerofrom v0.1.4 |
2024 | 2025-03-02T04:13:34.305Z | Checking futures-channel v0.3.31 |
2025 | 2025-03-02T04:13:34.377Z | Checking futures-task v0.3.31 |
2026 | 2025-03-02T04:13:34.402Z | Checking futures-io v0.3.31 |
2027 | 2025-03-02T04:13:34.486Z | Checking yoke v0.7.4 |
2028 | 2025-03-02T04:13:34.592Z | Checking pin-utils v0.1.0 |
2029 | 2025-03-02T04:13:34.624Z | Checking foldhash v0.1.3 |
2030 | 2025-03-02T04:13:34.658Z | Checking allocator-api2 v0.2.18 |
2031 | 2025-03-02T04:13:34.699Z | Checking futures-util v0.3.31 |
2032 | 2025-03-02T04:13:34.752Z | Checking crypto-common v0.1.6 |
2033 | 2025-03-02T04:13:34.824Z | Checking block-buffer v0.10.4 |
2034 | 2025-03-02T04:13:34.838Z | Checking zerovec v0.10.4 |
2035 | 2025-03-02T04:13:34.873Z | Checking equivalent v1.0.1 |
2036 | 2025-03-02T04:13:34.953Z | Checking block-padding v0.3.3 |
2037 | 2025-03-02T04:13:34.976Z | Checking ryu v1.0.18 |
2038 | 2025-03-02T04:13:35.041Z | Checking digest v0.10.7 |
2039 | 2025-03-02T04:13:35.175Z | Checking inout v0.1.3 |
2040 | 2025-03-02T04:13:35.198Z | Checking ppv-lite86 v0.2.20 |
2041 | 2025-03-02T04:13:35.236Z | Checking writeable v0.5.5 |
2042 | 2025-03-02T04:13:35.280Z | Checking hashbrown v0.15.1 |
2043 | 2025-03-02T04:13:35.405Z | Checking hmac v0.12.1 |
2044 | 2025-03-02T04:13:35.444Z | Checking litemap v0.7.3 |
2045 | 2025-03-02T04:13:35.589Z | Checking fnv v1.0.7 |
2046 | 2025-03-02T04:13:35.614Z | Checking cipher v0.4.4 |
2047 | 2025-03-02T04:13:35.709Z | Checking sha2 v0.10.8 |
2048 | 2025-03-02T04:13:35.761Z | Checking libm v0.2.8 |
2049 | 2025-03-02T04:13:35.949Z | Checking base64ct v1.6.0 |
2050 | 2025-03-02T04:13:36.068Z | Checking getrandom v0.3.1 |
2051 | 2025-03-02T04:13:36.332Z | Checking flagset v0.4.6 |
2052 | 2025-03-02T04:13:36.397Z | Checking icu_locid_transform_data v1.5.0 |
2053 | 2025-03-02T04:13:36.398Z | Checking rustls-pki-types v1.10.0 |
2054 | 2025-03-02T04:13:36.458Z | Checking pem-rfc7468 v0.7.0 |
2055 | 2025-03-02T04:13:36.545Z | Checking tracing-core v0.1.32 |
2056 | 2025-03-02T04:13:36.546Z | Checking tinystr v0.7.6 |
2057 | 2025-03-02T04:13:36.618Z | Checking icu_collections v1.5.0 |
2058 | 2025-03-02T04:13:36.676Z | Checking der v0.7.9 |
2059 | 2025-03-02T04:13:36.715Z | Checking num-traits v0.2.19 |
2060 | 2025-03-02T04:13:36.791Z | Checking icu_locid v1.5.0 |
2061 | 2025-03-02T04:13:36.959Z | Checking thiserror v1.0.69 |
2062 | 2025-03-02T04:13:37.113Z | Checking percent-encoding v2.3.1 |
2063 | 2025-03-02T04:13:37.205Z | Checking icu_properties_data v1.5.0 |
2064 | 2025-03-02T04:13:37.206Z | Checking bytes v1.10.0 |
2065 | 2025-03-02T04:13:37.294Z | Checking indexmap v2.7.1 |
2066 | 2025-03-02T04:13:37.354Z | Checking serde_json v1.0.139 |
2067 | 2025-03-02T04:13:37.403Z | Checking bitflags v2.6.0 |
2068 | 2025-03-02T04:13:37.670Z | Checking tracing v0.1.40 |
2069 | 2025-03-02T04:13:37.741Z | Checking icu_provider v1.5.0 |
2070 | 2025-03-02T04:13:38.038Z | Checking salsa20 v0.10.2 |
2071 | 2025-03-02T04:13:38.111Z | Checking tokio v1.43.0 |
2072 | 2025-03-02T04:13:38.184Z | Checking http v1.2.0 |
2073 | 2025-03-02T04:13:38.243Z | Checking pbkdf2 v0.12.2 |
2074 | 2025-03-02T04:13:38.360Z | Checking spki v0.7.3 |
2075 | 2025-03-02T04:13:38.386Z | Checking icu_locid_transform v1.5.0 |
2076 | 2025-03-02T04:13:38.418Z | Checking aws-lc-sys v0.26.0 |
2077 | 2025-03-02T04:13:38.427Z | Checking httparse v1.9.5 |
2078 | 2025-03-02T04:13:38.656Z | Checking untrusted v0.7.1 |
2079 | 2025-03-02T04:13:38.842Z | Checking icu_normalizer_data v1.5.0 |
2080 | 2025-03-02T04:13:38.886Z | Checking write16 v1.0.0 |
2081 | 2025-03-02T04:13:38.932Z | Checking utf8_iter v1.0.4 |
2082 | 2025-03-02T04:13:38.947Z | Checking powerfmt v0.2.0 |
2083 | 2025-03-02T04:13:39.014Z | Checking untrusted v0.9.0 |
2084 | 2025-03-02T04:13:39.136Z | Checking utf16_iter v1.0.5 |
2085 | 2025-03-02T04:13:39.202Z | Checking ring v0.17.11 |
2086 | 2025-03-02T04:13:39.220Z | Checking deranged v0.3.11 |
2087 | 2025-03-02T04:13:39.311Z | Checking scrypt v0.11.0 |
2088 | 2025-03-02T04:13:39.331Z | Checking cbc v0.1.2 |
2089 | 2025-03-02T04:13:39.420Z | Checking icu_properties v1.5.1 |
2090 | 2025-03-02T04:13:39.460Z | Checking aes v0.8.4 |
2091 | 2025-03-02T04:13:39.528Z | Checking crossbeam-utils v0.8.20 |
2092 | 2025-03-02T04:13:39.546Z | Checking spin v0.9.8 |
2093 | 2025-03-02T04:13:39.885Z | Checking atomic-waker v1.1.2 |
2094 | 2025-03-02T04:13:40.045Z | Checking num_threads v0.1.7 |
2095 | 2025-03-02T04:13:40.176Z | Checking time-core v0.1.2 |
2096 | 2025-03-02T04:13:40.273Z | Checking num-conv v0.1.0 |
2097 | 2025-03-02T04:13:40.313Z | Checking tinyvec_macros v0.1.1 |
2098 | 2025-03-02T04:13:40.351Z | Checking pkcs5 v0.7.1 |
2099 | 2025-03-02T04:13:40.414Z | Checking tinyvec v1.8.0 |
2100 | 2025-03-02T04:13:40.522Z | Checking http-body v1.0.1 |
2101 | 2025-03-02T04:13:40.540Z | Checking time v0.3.36 |
2102 | 2025-03-02T04:13:40.545Z | Checking aws-lc-rs v1.12.4 |
2103 | 2025-03-02T04:13:40.753Z | Checking form_urlencoded v1.2.1 |
2104 | 2025-03-02T04:13:40.874Z | Checking rand_chacha v0.3.1 |
2105 | 2025-03-02T04:13:40.983Z | Checking try-lock v0.2.5 |
2106 | 2025-03-02T04:13:41.147Z | Checking want v0.3.1 |
2107 | 2025-03-02T04:13:41.313Z | Checking rand v0.8.5 |
2108 | 2025-03-02T04:13:41.351Z | Checking pkcs8 v0.10.2 |
2109 | 2025-03-02T04:13:41.423Z | Checking uuid v1.15.1 |
2110 | 2025-03-02T04:13:41.669Z | Checking httpdate v1.0.3 |
2111 | 2025-03-02T04:13:41.751Z | Checking tower-service v0.3.3 |
2112 | 2025-03-02T04:13:41.889Z | Checking unicode-ident v1.0.14 |
2113 | 2025-03-02T04:13:41.928Z | Checking serde_spanned v0.6.8 |
2114 | 2025-03-02T04:13:42.064Z | Checking proc-macro2 v1.0.93 |
2115 | 2025-03-02T04:13:42.083Z | Checking toml_datetime v0.6.8 |
2116 | 2025-03-02T04:13:42.119Z | Checking zerocopy v0.8.10 |
2117 | 2025-03-02T04:13:42.382Z | Checking slog v2.7.0 |
2118 | 2025-03-02T04:13:42.433Z | Checking rustls-webpki v0.102.8 |
2119 | 2025-03-02T04:13:42.543Z | Checking scroll v0.12.0 |
2120 | 2025-03-02T04:13:42.758Z | Checking icu_normalizer v1.5.0 |
2121 | 2025-03-02T04:13:42.776Z | Checking match_cfg v0.1.0 |
2122 | 2025-03-02T04:13:42.856Z | Checking adler2 v2.0.0 |
2123 | 2025-03-02T04:13:42.887Z | Checking openssl-probe v0.1.5 |
2124 | 2025-03-02T04:13:42.915Z | Checking plain v0.2.3 |
2125 | 2025-03-02T04:13:43.028Z | Checking base64 v0.22.1 |
2126 | 2025-03-02T04:13:43.059Z | Checking iana-time-zone v0.1.61 |
2127 | 2025-03-02T04:13:43.088Z | Checking ucd-trie v0.1.7 |
2128 | 2025-03-02T04:13:43.088Z | Checking foreign-types-shared v0.1.1 |
2129 | 2025-03-02T04:13:43.190Z | Checking foreign-types v0.3.2 |
2130 | 2025-03-02T04:13:43.216Z | Checking chrono v0.4.40 |
2131 | 2025-03-02T04:13:43.275Z | Checking pest v2.7.14 |
2132 | 2025-03-02T04:13:43.322Z | Checking goblin v0.8.2 |
2133 | 2025-03-02T04:13:43.322Z | Checking miniz_oxide v0.8.5 |
2134 | 2025-03-02T04:13:43.471Z | Checking hostname v0.3.1 |
2135 | 2025-03-02T04:13:43.564Z | Checking idna_adapter v1.2.0 |
2136 | 2025-03-02T04:13:43.609Z | Checking quote v1.0.38 |
2137 | 2025-03-02T04:13:43.767Z | Checking idna v1.0.3 |
2138 | 2025-03-02T04:13:43.948Z | Checking openssl-sys v0.9.106 |
2139 | 2025-03-02T04:13:44.014Z | Checking errno v0.3.9 |
2140 | 2025-03-02T04:13:44.232Z | Checking dirs-sys-next v0.1.2 |
2141 | 2025-03-02T04:13:44.288Z | Checking url v2.5.3 |
2142 | 2025-03-02T04:13:44.416Z | Checking aho-corasick v1.1.3 |
2143 | 2025-03-02T04:13:44.932Z | Checking tokio-util v0.7.13 |
2144 | 2025-03-02T04:13:45.083Z | Checking rand_core v0.9.2 |
2145 | 2025-03-02T04:13:45.120Z | Checking data-encoding v2.6.0 |
2146 | 2025-03-02T04:13:45.185Z | Checking pretty-hex v0.4.1 |
2147 | 2025-03-02T04:13:45.228Z | Checking siphasher v0.3.11 |
2148 | 2025-03-02T04:13:45.386Z | Checking regex-syntax v0.8.5 |
2149 | 2025-03-02T04:13:45.435Z | Compiling newtype-uuid v1.2.1 |
2150 | 2025-03-02T04:13:45.530Z | Checking rand_chacha v0.9.0 |
2151 | 2025-03-02T04:13:45.691Z | Checking openssl v0.10.71 |
2152 | 2025-03-02T04:13:45.778Z | Checking dirs-next v2.0.0 |
2153 | 2025-03-02T04:13:45.797Z | Checking h2 v0.4.6 |
2154 | 2025-03-02T04:13:45.812Z | Checking dtrace-parser v0.2.0 |
2155 | 2025-03-02T04:13:45.910Z | Checking rustix v0.38.37 |
2156 | 2025-03-02T04:13:45.913Z | Checking syn v2.0.98 |
2157 | 2025-03-02T04:13:46.019Z | Checking unicode-normalization v0.1.24 |
2158 | 2025-03-02T04:13:46.318Z | Checking http-body-util v0.1.2 |
2159 | 2025-03-02T04:13:46.754Z | Checking crossbeam-epoch v0.9.18 |
2160 | 2025-03-02T04:13:46.963Z | Checking signature v2.2.0 |
2161 | 2025-03-02T04:13:47.162Z | Checking sha1 v0.10.6 |
2162 | 2025-03-02T04:13:47.215Z | Checking thread_local v1.1.8 |
2163 | 2025-03-02T04:13:47.466Z | Checking thread-id v4.2.2 |
2164 | 2025-03-02T04:13:47.518Z | Checking encoding_rs v0.8.34 |
2165 | 2025-03-02T04:13:47.603Z | Checking anstyle v1.0.10 |
2166 | 2025-03-02T04:13:47.951Z | Checking ipnet v2.11.0 |
2167 | 2025-03-02T04:13:48.311Z | Checking dof v0.3.0 |
2168 | 2025-03-02T04:13:48.452Z | Checking unicode-bidi v0.3.17 |
2169 | 2025-03-02T04:13:48.713Z | Checking regex-automata v0.4.8 |
2170 | 2025-03-02T04:13:48.872Z | Checking unicode-properties v0.1.3 |
2171 | 2025-03-02T04:13:49.108Z | Checking either v1.14.0 |
2172 | 2025-03-02T04:13:49.139Z | Checking winnow v0.7.3 |
2173 | 2025-03-02T04:13:49.263Z | Checking gimli v0.31.1 |
2174 | 2025-03-02T04:13:49.502Z | Checking mime v0.3.17 |
2175 | 2025-03-02T04:13:49.824Z | Checking utf8parse v0.2.2 |
2176 | 2025-03-02T04:13:49.830Z | Checking stringprep v0.1.5 |
2177 | 2025-03-02T04:13:49.995Z | Checking anstyle-parse v0.2.5 |
2178 | 2025-03-02T04:13:50.140Z | Checking crossbeam-deque v0.8.5 |
2179 | 2025-03-02T04:13:50.285Z | Checking term v0.7.0 |
2180 | 2025-03-02T04:13:50.474Z | Checking rand v0.9.0 |
2181 | 2025-03-02T04:13:50.729Z | Checking rustls v0.23.19 |
2182 | 2025-03-02T04:13:50.935Z | Checking native-tls v0.2.12 |
2183 | 2025-03-02T04:13:51.262Z | Checking rustls v0.22.4 |
2184 | 2025-03-02T04:13:51.508Z | Checking slog-json v2.6.1 |
2185 | 2025-03-02T04:13:51.774Z | Checking serde_urlencoded v0.7.1 |
2186 | 2025-03-02T04:13:51.947Z | Checking hyper v1.6.0 |
2187 | 2025-03-02T04:13:52.000Z | Checking usdt-impl v0.5.0 |
2188 | 2025-03-02T04:13:52.019Z | Checking toml_edit v0.22.24 |
2189 | 2025-03-02T04:13:52.184Z | Checking crossbeam-channel v0.5.13 |
2190 | 2025-03-02T04:13:52.591Z | Checking futures-executor v0.3.31 |
2191 | 2025-03-02T04:13:52.841Z | Checking num-integer v0.1.46 |
2192 | 2025-03-02T04:13:52.927Z | Checking semver v1.0.25 |
2193 | 2025-03-02T04:13:53.096Z | Checking rustls-pemfile v2.2.0 |
2194 | 2025-03-02T04:13:53.130Z | Checking addr2line v0.24.2 |
2195 | 2025-03-02T04:13:53.327Z | Checking md-5 v0.10.6 |
2196 | 2025-03-02T04:13:53.350Z | Checking ff v0.13.0 |
2197 | 2025-03-02T04:13:53.368Z | Checking memmap v0.7.0 |
2198 | 2025-03-02T04:13:53.571Z | Checking is-terminal v0.4.13 |
2199 | 2025-03-02T04:13:53.590Z | Checking hash32 v0.2.1 |
2200 | 2025-03-02T04:13:53.606Z | Checking object v0.36.5 |
2201 | 2025-03-02T04:13:53.654Z | Checking take_mut v0.2.2 |
2202 | 2025-03-02T04:13:53.705Z | Checking psl-types v2.0.11 |
2203 | 2025-03-02T04:13:53.803Z | Checking is_terminal_polyfill v1.70.1 |
2204 | 2025-03-02T04:13:53.886Z | Checking linked-hash-map v0.5.6 |
2205 | 2025-03-02T04:13:53.890Z | Checking rustc-demangle v0.1.24 |
2206 | 2025-03-02T04:13:53.928Z | Checking base16ct v0.2.0 |
2207 | 2025-03-02T04:13:53.963Z | Checking hyper-util v0.1.10 |
2208 | 2025-03-02T04:13:54.143Z | Checking anstyle-query v1.1.1 |
2209 | 2025-03-02T04:13:54.194Z | Checking quick-error v1.2.3 |
2210 | 2025-03-02T04:13:54.279Z | Checking utf-8 v0.7.6 |
2211 | 2025-03-02T04:13:54.351Z | Checking dyn-clone v1.0.18 |
2212 | 2025-03-02T04:13:54.354Z | Checking fallible-iterator v0.2.0 |
2213 | 2025-03-02T04:13:54.498Z | Checking colorchoice v1.0.2 |
2214 | 2025-03-02T04:13:54.517Z | Checking schemars v0.8.22 |
2215 | 2025-03-02T04:13:54.592Z | Checking tokio-rustls v0.25.0 |
2216 | 2025-03-02T04:13:54.653Z | Checking anstream v0.6.15 |
2217 | 2025-03-02T04:13:54.718Z | Checking toml v0.8.20 |
2218 | 2025-03-02T04:13:54.988Z | Checking postgres-protocol v0.6.8 |
2219 | 2025-03-02T04:13:55.014Z | Checking tungstenite v0.24.0 |
2220 | 2025-03-02T04:13:55.085Z | Checking resolv-conf v0.7.0 |
2221 | 2025-03-02T04:13:55.408Z | Checking lru-cache v0.1.2 |
2222 | 2025-03-02T04:13:55.448Z | Checking sec1 v0.7.3 |
2223 | 2025-03-02T04:13:55.586Z | Checking publicsuffix v2.3.0 |
2224 | 2025-03-02T04:13:55.616Z | Checking heapless v0.7.17 |
2225 | 2025-03-02T04:13:55.827Z | Checking slog-async v2.8.0 |
2226 | 2025-03-02T04:13:55.868Z | Checking slog-term v2.9.1 |
2227 | 2025-03-02T04:13:55.910Z | Checking usdt v0.5.0 |
2228 | 2025-03-02T04:13:55.931Z | Checking group v0.13.0 |
2229 | 2025-03-02T04:13:55.988Z | Checking tokio-rustls v0.26.0 |
2230 | 2025-03-02T04:13:56.128Z | Checking num-iter v0.1.45 |
2231 | 2025-03-02T04:13:56.151Z | Checking futures v0.3.31 |
2232 | 2025-03-02T04:13:56.171Z | Checking slog-bunyan v2.5.0 |
2233 | 2025-03-02T04:13:56.202Z | Checking tokio-native-tls v0.3.1 |
2234 | 2025-03-02T04:13:56.270Z | Checking rayon-core v1.12.1 |
2235 | 2025-03-02T04:13:56.306Z | Checking multer v3.1.0 |
2236 | 2025-03-02T04:13:56.345Z | Checking terminal_size v0.4.0 |
2237 | 2025-03-02T04:13:56.364Z | Checking hickory-proto v0.24.4 |
2238 | 2025-03-02T04:13:56.465Z | Checking phf_shared v0.11.2 |
2239 | 2025-03-02T04:13:56.522Z | Checking rustls-native-certs v0.8.1 |
2240 | 2025-03-02T04:13:56.526Z | Checking cookie v0.18.1 |
2241 | 2025-03-02T04:13:56.682Z | Checking async-stream v0.3.6 |
2242 | 2025-03-02T04:13:56.711Z | Checking bzip2-sys v0.1.11+1.0.8 |
2243 | 2025-03-02T04:13:56.728Z | Checking camino v1.1.9 |
2244 | 2025-03-02T04:13:56.744Z | Checking signal-hook v0.3.17 |
2245 | 2025-03-02T04:13:56.843Z | Checking waitgroup v0.1.2 |
2246 | 2025-03-02T04:13:56.877Z | Checking lazy_static v1.5.0 |
2247 | 2025-03-02T04:13:56.935Z | Checking openapiv3 v2.0.0 |
2248 | 2025-03-02T04:13:56.991Z | Checking serde_path_to_error v0.1.16 |
2249 | 2025-03-02T04:13:57.009Z | Checking webpki-roots v0.26.6 |
2250 | 2025-03-02T04:13:57.012Z | Checking hkdf v0.12.4 |
2251 | 2025-03-02T04:13:57.081Z | Checking crypto-bigint v0.5.5 |
2252 | 2025-03-02T04:13:57.223Z | Checking sync_wrapper v1.0.1 |
2253 | 2025-03-02T04:13:57.241Z | Checking hostname v0.4.0 |
2254 | 2025-03-02T04:13:57.261Z | Checking crc32fast v1.4.2 |
2255 | 2025-03-02T04:13:57.370Z | Checking managed v0.8.0 |
2256 | 2025-03-02T04:13:57.387Z | Checking winnow v0.5.40 |
2257 | 2025-03-02T04:13:57.510Z | Checking clap_lex v0.7.4 |
2258 | 2025-03-02T04:13:57.616Z | Checking debug-ignore v1.0.5 |
2259 | 2025-03-02T04:13:57.730Z | Checking unicode-width v0.2.0 |
2260 | 2025-03-02T04:13:57.765Z | Checking tower-layer v0.3.3 |
2261 | 2025-03-02T04:13:57.782Z | Checking strsim v0.11.1 |
2262 | 2025-03-02T04:13:58.021Z | Checking bitflags v1.3.2 |
2263 | 2025-03-02T04:13:58.083Z | Checking clap_builder v4.5.31 |
2264 | 2025-03-02T04:13:58.129Z | Checking smoltcp v0.9.1 |
2265 | 2025-03-02T04:13:58.221Z | Checking console v0.15.10 |
2266 | 2025-03-02T04:13:58.774Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2267 | 2025-03-02T04:13:59.096Z | Checking tower v0.5.2 |
2268 | 2025-03-02T04:13:59.535Z | Checking flate2 v1.1.0 |
2269 | 2025-03-02T04:13:59.674Z | Checking backtrace v0.3.74 |
2270 | 2025-03-02T04:13:59.819Z | Checking hyper-rustls v0.27.5 |
2271 | 2025-03-02T04:13:59.930Z | Checking elliptic-curve v0.13.8 |
2272 | 2025-03-02T04:14:00.176Z | Checking signal-hook-mio v0.2.4 |
2273 | 2025-03-02T04:14:00.190Z | Checking num-bigint-dig v0.8.4 |
2274 | 2025-03-02T04:14:00.206Z | Checking toml_edit v0.19.15 |
2275 | 2025-03-02T04:14:00.223Z | Checking dropshot v0.12.0 |
2276 | 2025-03-02T04:14:00.246Z | Checking anyhow v1.0.96 |
2277 | 2025-03-02T04:14:00.333Z | Checking cookie_store v0.21.1 |
2278 | 2025-03-02T04:14:00.553Z | Checking rayon v1.10.0 |
2279 | 2025-03-02T04:14:00.652Z | Checking bzip2 v0.4.4 |
2280 | 2025-03-02T04:14:00.959Z | Checking phf v0.11.2 |
2281 | 2025-03-02T04:14:01.014Z | Checking hickory-resolver v0.24.4 |
2282 | 2025-03-02T04:14:01.037Z | Checking hyper-tls v0.6.0 |
2283 | 2025-03-02T04:14:01.056Z | Checking tokio-tungstenite v0.24.0 |
2284 | 2025-03-02T04:14:01.213Z | Checking postgres-types v0.2.9 |
2285 | 2025-03-02T04:14:01.320Z | Checking regex v1.11.1 |
2286 | 2025-03-02T04:14:01.545Z | Checking bstr v1.10.0 |
2287 | 2025-03-02T04:14:01.917Z | Checking ed25519 v2.2.3 |
2288 | 2025-03-02T04:14:01.935Z | Checking tokio-stream v0.1.17 |
2289 | 2025-03-02T04:14:02.204Z | Checking phf_shared v0.10.0 |
2290 | 2025-03-02T04:14:02.235Z | Checking zerocopy v0.6.6 |
2291 | 2025-03-02T04:14:02.474Z | Checking curve25519-dalek v4.1.3 |
2292 | 2025-03-02T04:14:02.477Z | Checking hubpack v0.1.2 |
2293 | 2025-03-02T04:14:02.674Z | Checking memoffset v0.9.1 |
2294 | 2025-03-02T04:14:02.732Z | Checking portable-atomic v1.9.0 |
2295 | 2025-03-02T04:14:02.774Z | Checking pkcs1 v0.7.5 |
2296 | 2025-03-02T04:14:02.795Z | Checking float-cmp v0.10.0 |
2297 | 2025-03-02T04:14:02.798Z | Checking serde-big-array v0.5.1 |
2298 | 2025-03-02T04:14:02.912Z | Checking rfc6979 v0.4.0 |
2299 | 2025-03-02T04:14:03.014Z | Checking bit-vec v0.6.3 |
2300 | 2025-03-02T04:14:03.031Z | Checking predicates-core v1.0.8 |
2301 | 2025-03-02T04:14:03.099Z | Checking unicode-segmentation v1.12.0 |
2302 | 2025-03-02T04:14:03.188Z | Checking whoami v1.5.2 |
2303 | 2025-03-02T04:14:03.239Z | Checking minimal-lexical v0.2.1 |
2304 | 2025-03-02T04:14:03.354Z | Checking fixedbitset v0.4.2 |
2305 | 2025-03-02T04:14:03.502Z | Checking new_debug_unreachable v1.0.6 |
2306 | 2025-03-02T04:14:03.610Z | Checking precomputed-hash v0.1.1 |
2307 | 2025-03-02T04:14:03.628Z | Checking normalize-line-endings v0.3.0 |
2308 | 2025-03-02T04:14:03.655Z | Checking difflib v0.4.0 |
2309 | 2025-03-02T04:14:03.719Z | Checking static_assertions v1.1.0 |
2310 | 2025-03-02T04:14:03.746Z | Checking number_prefix v0.4.0 |
2311 | 2025-03-02T04:14:03.766Z | Checking string_cache v0.8.7 |
2312 | 2025-03-02T04:14:03.766Z | Checking qorb v0.2.1 |
2313 | 2025-03-02T04:14:03.798Z | Checking similar v2.7.0 |
2314 | 2025-03-02T04:14:03.833Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2315 | 2025-03-02T04:14:03.944Z | Checking nom v7.1.3 |
2316 | 2025-03-02T04:14:03.984Z | Checking predicates v3.1.3 |
2317 | 2025-03-02T04:14:04.063Z | Checking petgraph v0.6.5 |
2318 | 2025-03-02T04:14:04.148Z | Checking indicatif v0.17.11 |
2319 | 2025-03-02T04:14:04.318Z | Checking ed25519-dalek v2.1.1 |
2320 | 2025-03-02T04:14:04.619Z | Checking tokio-postgres v0.7.13 |
2321 | 2025-03-02T04:14:04.637Z | Checking bit-set v0.5.3 |
2322 | 2025-03-02T04:14:04.746Z | Checking rsa v0.9.6 |
2323 | 2025-03-02T04:14:04.896Z | Checking ecdsa v0.16.9 |
2324 | 2025-03-02T04:14:04.912Z | Checking nix v0.29.0 |
2325 | 2025-03-02T04:14:05.613Z | Checking toml v0.7.8 |
2326 | 2025-03-02T04:14:05.788Z | Checking reqwest v0.12.12 |
2327 | 2025-03-02T04:14:06.304Z | Checking clap v4.5.31 |
2328 | 2025-03-02T04:14:06.349Z | Checking zip v0.6.6 |
2329 | 2025-03-02T04:14:06.352Z | Checking crossterm v0.28.1 |
2330 | 2025-03-02T04:14:06.458Z | Checking itertools v0.10.5 |
2331 | 2025-03-02T04:14:06.637Z | Checking itertools v0.12.1 |
2332 | 2025-03-02T04:14:07.031Z | Checking fs-err v2.11.0 |
2333 | 2025-03-02T04:14:07.093Z | Checking ahash v0.8.11 |
2334 | 2025-03-02T04:14:07.559Z | Checking x509-cert v0.2.5 |
2335 | 2025-03-02T04:14:07.614Z | Checking hex v0.4.3 |
2336 | 2025-03-02T04:14:07.708Z | Checking lalrpop-util v0.19.12 |
2337 | 2025-03-02T04:14:07.758Z | Checking peg-runtime v0.8.3 |
2338 | 2025-03-02T04:14:08.015Z | Checking sigpipe v0.1.3 |
2339 | 2025-03-02T04:14:08.889Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2340 | 2025-03-02T04:14:09.230Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.50s |
2341 | 2025-03-02T04:14:09.411Z | |
2342 | 2025-03-02T04:14:09.411Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (49/199) |
2343 | 2025-03-02T04:14:10.058Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2344 | 2025-03-02T04:14:10.061Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2345 | 2025-03-02T04:14:10.164Z | Compiling regress v0.10.3 |
2346 | 2025-03-02T04:14:10.294Z | Checking heck v0.5.0 |
2347 | 2025-03-02T04:14:10.309Z | Compiling unsafe-libyaml v0.2.11 |
2348 | 2025-03-02T04:14:10.328Z | Checking ipnetwork v0.21.1 |
2349 | 2025-03-02T04:14:10.331Z | Compiling ident_case v1.0.1 |
2350 | 2025-03-02T04:14:10.357Z | Checking progenitor-client v0.8.0 |
2351 | 2025-03-02T04:14:10.374Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2352 | 2025-03-02T04:14:10.467Z | Checking newtype-uuid v1.2.1 |
2353 | 2025-03-02T04:14:10.517Z | Compiling darling_core v0.20.10 |
2354 | 2025-03-02T04:14:10.684Z | Checking oxnet v0.1.1 |
2355 | 2025-03-02T04:14:10.704Z | Compiling proc-macro-crate v1.3.1 |
2356 | 2025-03-02T04:14:10.728Z | Compiling structmeta-derive v0.3.0 |
2357 | 2025-03-02T04:14:10.784Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2358 | 2025-03-02T04:14:11.084Z | Compiling lzma-sys v0.1.20 |
2359 | 2025-03-02T04:14:11.128Z | Compiling daft-derive v0.1.1 |
2360 | 2025-03-02T04:14:11.594Z | Compiling num_enum_derive v0.5.11 |
2361 | 2025-03-02T04:14:11.834Z | Compiling serde_yaml v0.9.34+deprecated |
2362 | 2025-03-02T04:14:12.155Z | Compiling foreign-types-macros v0.2.3 |
2363 | 2025-03-02T04:14:12.620Z | Compiling thiserror-impl v2.0.11 |
2364 | 2025-03-02T04:14:13.387Z | Compiling structmeta v0.3.0 |
2365 | 2025-03-02T04:14:13.456Z | Compiling dropshot v0.16.0 |
2366 | 2025-03-02T04:14:13.773Z | Checking foreign-types-shared v0.3.1 |
2367 | 2025-03-02T04:14:13.790Z | Checking typify-impl v0.2.0 |
2368 | 2025-03-02T04:14:13.808Z | Checking arc-swap v1.7.1 |
2369 | 2025-03-02T04:14:13.878Z | Checking num_enum v0.5.11 |
2370 | 2025-03-02T04:14:13.908Z | Checking foreign-types v0.5.0 |
2371 | 2025-03-02T04:14:14.132Z | Compiling parse-display-derive v0.10.0 |
2372 | 2025-03-02T04:14:14.206Z | Checking slog-scope v4.4.0 |
2373 | 2025-03-02T04:14:14.431Z | Checking daft v0.1.1 |
2374 | 2025-03-02T04:14:14.985Z | Compiling proc-macro-error v1.0.4 |
2375 | 2025-03-02T04:14:15.271Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2376 | 2025-03-02T04:14:15.291Z | Checking tungstenite v0.21.0 |
2377 | 2025-03-02T04:14:15.389Z | Compiling heck v0.3.3 |
2378 | 2025-03-02T04:14:15.597Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2379 | 2025-03-02T04:14:15.774Z | Compiling dropshot_endpoint v0.16.0 |
2380 | 2025-03-02T04:14:15.857Z | Checking thiserror v2.0.11 |
2381 | 2025-03-02T04:14:16.017Z | Checking cstr-argument v0.1.2 |
2382 | 2025-03-02T04:14:16.164Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2383 | 2025-03-02T04:14:16.212Z | Checking instant v0.1.13 |
2384 | 2025-03-02T04:14:16.346Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
2385 | 2025-03-02T04:14:16.349Z | Compiling darling_macro v0.20.10 |
2386 | 2025-03-02T04:14:16.408Z | Checking base64 v0.21.7 |
2387 | 2025-03-02T04:14:16.461Z | Checking pretty-hex v0.2.1 |
2388 | 2025-03-02T04:14:16.647Z | Checking fastrand v2.1.1 |
2389 | 2025-03-02T04:14:16.699Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2390 | 2025-03-02T04:14:16.924Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2391 | 2025-03-02T04:14:16.980Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2392 | 2025-03-02T04:14:16.998Z | Checking tempfile v3.13.0 |
2393 | 2025-03-02T04:14:17.017Z | Checking backoff v0.4.0 |
2394 | 2025-03-02T04:14:17.082Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2395 | 2025-03-02T04:14:17.149Z | Checking tokio-tungstenite v0.21.0 |
2396 | 2025-03-02T04:14:17.267Z | Compiling darling v0.20.10 |
2397 | 2025-03-02T04:14:17.318Z | Compiling zone_cfg_derive v0.1.2 |
2398 | 2025-03-02T04:14:17.366Z | Checking strum v0.26.3 |
2399 | 2025-03-02T04:14:17.387Z | Compiling serde_with_macros v3.12.0 |
2400 | 2025-03-02T04:14:17.407Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2401 | 2025-03-02T04:14:17.648Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2402 | 2025-03-02T04:14:17.714Z | Checking slog-stdlog v4.1.1 |
2403 | 2025-03-02T04:14:17.895Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2404 | 2025-03-02T04:14:17.999Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2405 | 2025-03-02T04:14:18.057Z | Checking progenitor-client v0.9.1 |
2406 | 2025-03-02T04:14:18.124Z | Checking parse-display v0.10.0 |
2407 | 2025-03-02T04:14:18.164Z | Checking colored v2.2.0 |
2408 | 2025-03-02T04:14:18.288Z | Checking macaddr v1.0.1 |
2409 | 2025-03-02T04:14:18.354Z | Checking base64 v0.13.1 |
2410 | 2025-03-02T04:14:18.446Z | Checking unicode-width v0.1.14 |
2411 | 2025-03-02T04:14:18.572Z | Checking winnow v0.6.20 |
2412 | 2025-03-02T04:14:18.633Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2413 | 2025-03-02T04:14:18.636Z | Checking zone v0.1.8 |
2414 | 2025-03-02T04:14:18.767Z | Checking ron v0.7.1 |
2415 | 2025-03-02T04:14:18.934Z | Checking tabwriter v1.4.0 |
2416 | 2025-03-02T04:14:19.125Z | Checking slog-envlogger v2.2.0 |
2417 | 2025-03-02T04:14:19.178Z | Checking xz2 v0.1.7 |
2418 | 2025-03-02T04:14:19.317Z | Checking xattr v1.3.1 |
2419 | 2025-03-02T04:14:19.355Z | Checking pem v3.0.5 |
2420 | 2025-03-02T04:14:19.503Z | Checking yasna v0.5.2 |
2421 | 2025-03-02T04:14:19.549Z | Checking headers-core v0.3.0 |
2422 | 2025-03-02T04:14:19.618Z | Checking smf v0.2.3 |
2423 | 2025-03-02T04:14:19.718Z | Checking filetime v0.2.25 |
2424 | 2025-03-02T04:14:19.865Z | Checking same-file v1.0.6 |
2425 | 2025-03-02T04:14:19.935Z | Checking tar v0.4.44 |
2426 | 2025-03-02T04:14:19.954Z | Checking serde_with v3.12.0 |
2427 | 2025-03-02T04:14:20.045Z | Checking walkdir v2.5.0 |
2428 | 2025-03-02T04:14:20.104Z | Checking headers v0.4.0 |
2429 | 2025-03-02T04:14:20.343Z | Checking camino-tempfile v1.1.1 |
2430 | 2025-03-02T04:14:20.390Z | Checking rcgen v0.12.1 |
2431 | 2025-03-02T04:14:20.635Z | Checking atomicwrites v0.4.4 |
2432 | 2025-03-02T04:14:20.783Z | Checking subprocess v0.2.9 |
2433 | 2025-03-02T04:14:23.602Z | Compiling typify-macro v0.2.0 |
2434 | 2025-03-02T04:14:25.178Z | Compiling typify v0.2.0 |
2435 | 2025-03-02T04:14:25.254Z | Compiling progenitor-impl v0.8.0 |
2436 | 2025-03-02T04:14:27.861Z | Compiling progenitor-macro v0.8.0 |
2437 | 2025-03-02T04:14:31.609Z | Checking progenitor v0.8.0 |
2438 | 2025-03-02T04:14:31.747Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
2439 | 2025-03-02T04:14:31.750Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2440 | 2025-03-02T04:14:34.376Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
2441 | 2025-03-02T04:14:34.773Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2442 | 2025-03-02T04:14:41.324Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2443 | 2025-03-02T04:14:42.945Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2444 | 2025-03-02T04:14:44.239Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.81s |
2445 | 2025-03-02T04:14:44.437Z | |
2446 | 2025-03-02T04:14:44.437Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/199) |
2447 | 2025-03-02T04:14:45.082Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2448 | 2025-03-02T04:14:45.087Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2449 | 2025-03-02T04:14:45.199Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2450 | 2025-03-02T04:14:46.694Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.25s |
2451 | 2025-03-02T04:14:46.884Z | |
2452 | 2025-03-02T04:14:46.884Z | info: running `cargo check --bins` on nexus-config (51/199) |
2453 | 2025-03-02T04:14:47.504Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2454 | 2025-03-02T04:14:47.507Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2455 | 2025-03-02T04:14:47.507Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2456 | 2025-03-02T04:14:47.510Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2457 | 2025-03-02T04:14:47.591Z | |
2458 | 2025-03-02T04:14:47.591Z | info: running `cargo check --bins` on omicron-rpaths (52/199) |
2459 | 2025-03-02T04:14:48.208Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2460 | 2025-03-02T04:14:48.212Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2461 | 2025-03-02T04:14:48.212Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2462 | 2025-03-02T04:14:48.215Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2463 | 2025-03-02T04:14:48.295Z | |
2464 | 2025-03-02T04:14:48.295Z | info: running `cargo check --bins` on omicron-brand-metadata (53/199) |
2465 | 2025-03-02T04:14:49.140Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2466 | 2025-03-02T04:14:49.169Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2467 | 2025-03-02T04:14:49.169Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2468 | 2025-03-02T04:14:49.169Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
2469 | 2025-03-02T04:14:49.169Z | |
2470 | 2025-03-02T04:14:49.169Z | info: running `cargo check --bins` on omicron-certificates (54/199) |
2471 | 2025-03-02T04:14:49.631Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2472 | 2025-03-02T04:14:49.634Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2473 | 2025-03-02T04:14:49.634Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2474 | 2025-03-02T04:14:49.637Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2475 | 2025-03-02T04:14:49.728Z | |
2476 | 2025-03-02T04:14:49.728Z | info: running `cargo check --bins` on omicron-clickhouse-admin (55/199) |
2477 | 2025-03-02T04:14:50.366Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2478 | 2025-03-02T04:14:50.369Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2479 | 2025-03-02T04:14:50.492Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2480 | 2025-03-02T04:14:50.610Z | Compiling ipnetwork v0.21.1 |
2481 | 2025-03-02T04:14:50.610Z | Compiling progenitor-client v0.8.0 |
2482 | 2025-03-02T04:14:50.610Z | Compiling itertools v0.13.0 |
2483 | 2025-03-02T04:14:50.613Z | Compiling heapless v0.8.0 |
2484 | 2025-03-02T04:14:50.613Z | Compiling thiserror v2.0.11 |
2485 | 2025-03-02T04:14:50.614Z | Checking hash32 v0.3.1 |
2486 | 2025-03-02T04:14:50.614Z | Compiling instant v0.1.13 |
2487 | 2025-03-02T04:14:50.822Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2488 | 2025-03-02T04:14:50.857Z | Compiling smoltcp v0.11.0 |
2489 | 2025-03-02T04:14:50.873Z | Compiling dropshot v0.16.0 |
2490 | 2025-03-02T04:14:50.948Z | Compiling backoff v0.4.0 |
2491 | 2025-03-02T04:14:51.098Z | Compiling oxnet v0.1.1 |
2492 | 2025-03-02T04:14:51.288Z | Compiling progenitor v0.8.0 |
2493 | 2025-03-02T04:14:51.364Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2494 | 2025-03-02T04:14:51.499Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
2495 | 2025-03-02T04:14:51.517Z | Compiling daft v0.1.1 |
2496 | 2025-03-02T04:14:51.540Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2497 | 2025-03-02T04:14:51.579Z | Compiling serde_with v3.12.0 |
2498 | 2025-03-02T04:14:51.790Z | Compiling parse-display v0.10.0 |
2499 | 2025-03-02T04:14:51.974Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2500 | 2025-03-02T04:14:52.312Z | Checking num-rational v0.4.2 |
2501 | 2025-03-02T04:14:52.401Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2502 | 2025-03-02T04:14:52.477Z | Compiling progenitor-client v0.9.1 |
2503 | 2025-03-02T04:14:52.935Z | Compiling phf_generator v0.11.2 |
2504 | 2025-03-02T04:14:53.018Z | Checking num-complex v0.4.6 |
2505 | 2025-03-02T04:14:53.564Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2506 | 2025-03-02T04:14:53.923Z | Compiling macaddr v1.0.1 |
2507 | 2025-03-02T04:14:54.058Z | Checking cobs v0.2.3 |
2508 | 2025-03-02T04:14:54.172Z | Compiling num v0.4.3 |
2509 | 2025-03-02T04:14:54.317Z | Checking postcard v1.0.10 |
2510 | 2025-03-02T04:14:54.360Z | Compiling phf_codegen v0.11.2 |
2511 | 2025-03-02T04:14:54.594Z | Compiling parse-zoneinfo v0.3.1 |
2512 | 2025-03-02T04:14:54.874Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2513 | 2025-03-02T04:14:55.215Z | Checking float-ord v0.3.2 |
2514 | 2025-03-02T04:14:55.234Z | Compiling convert_case v0.4.0 |
2515 | 2025-03-02T04:14:55.372Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2516 | 2025-03-02T04:14:55.742Z | Compiling chrono-tz-build v0.4.0 |
2517 | 2025-03-02T04:14:56.033Z | Compiling derive_more v0.99.19 |
2518 | 2025-03-02T04:14:56.399Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2519 | 2025-03-02T04:14:57.317Z | Compiling crucible-workspace-hack v0.1.0 |
2520 | 2025-03-02T04:14:57.396Z | Compiling chrono-tz v0.10.1 |
2521 | 2025-03-02T04:14:57.655Z | Checking newline-converter v0.3.0 |
2522 | 2025-03-02T04:14:57.843Z | Checking itertools v0.14.0 |
2523 | 2025-03-02T04:14:58.089Z | Checking prettyplease v0.2.29 |
2524 | 2025-03-02T04:14:59.004Z | Compiling slog-dtrace v0.3.0 |
2525 | 2025-03-02T04:14:59.317Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2526 | 2025-03-02T04:14:59.576Z | Checking expectorate v1.1.0 |
2527 | 2025-03-02T04:14:59.710Z | Compiling zone_cfg_derive v0.3.0 |
2528 | 2025-03-02T04:14:59.867Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2529 | 2025-03-02T04:15:00.207Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2530 | 2025-03-02T04:15:00.382Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2531 | 2025-03-02T04:15:00.517Z | Compiling const_format_proc_macros v0.2.34 |
2532 | 2025-03-02T04:15:00.737Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2533 | 2025-03-02T04:15:00.908Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2534 | 2025-03-02T04:15:01.007Z | Compiling num-derive v0.4.2 |
2535 | 2025-03-02T04:15:01.124Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2536 | 2025-03-02T04:15:01.457Z | Checking highway v1.3.0 |
2537 | 2025-03-02T04:15:01.886Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2538 | 2025-03-02T04:15:01.946Z | Checking zone v0.3.0 |
2539 | 2025-03-02T04:15:02.152Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2540 | 2025-03-02T04:15:02.275Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2541 | 2025-03-02T04:15:02.533Z | Checking const_format v0.2.34 |
2542 | 2025-03-02T04:15:02.536Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
2543 | 2025-03-02T04:15:02.700Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2544 | 2025-03-02T04:15:03.011Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2545 | 2025-03-02T04:15:03.227Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
2546 | 2025-03-02T04:15:03.431Z | Checking gethostname v0.5.0 |
2547 | 2025-03-02T04:15:03.580Z | Checking bcs v0.1.6 |
2548 | 2025-03-02T04:15:03.629Z | Checking nanorand v0.7.0 |
2549 | 2025-03-02T04:15:03.698Z | Compiling async-recursion v1.1.1 |
2550 | 2025-03-02T04:15:03.994Z | Checking termtree v0.5.1 |
2551 | 2025-03-02T04:15:04.034Z | Checking flume v0.11.1 |
2552 | 2025-03-02T04:15:04.353Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2553 | 2025-03-02T04:15:05.017Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2554 | 2025-03-02T04:15:05.533Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2555 | 2025-03-02T04:15:05.536Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2556 | 2025-03-02T04:15:05.924Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2557 | 2025-03-02T04:15:11.886Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2558 | 2025-03-02T04:15:15.251Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2559 | 2025-03-02T04:15:17.969Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2560 | 2025-03-02T04:15:19.358Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.61s |
2561 | 2025-03-02T04:15:19.557Z | |
2562 | 2025-03-02T04:15:19.557Z | info: running `cargo check --bins` on clickhouse-admin-api (56/199) |
2563 | 2025-03-02T04:15:20.176Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2564 | 2025-03-02T04:15:20.179Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2565 | 2025-03-02T04:15:20.179Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2566 | 2025-03-02T04:15:20.182Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2567 | 2025-03-02T04:15:20.272Z | |
2568 | 2025-03-02T04:15:20.272Z | info: running `cargo check --bins` on clickhouse-admin-types (57/199) |
2569 | 2025-03-02T04:15:20.901Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2570 | 2025-03-02T04:15:20.904Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2571 | 2025-03-02T04:15:20.904Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2572 | 2025-03-02T04:15:20.908Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2573 | 2025-03-02T04:15:20.991Z | |
2574 | 2025-03-02T04:15:20.991Z | info: running `cargo check --bins --no-default-features` on oximeter-db (58/199) |
2575 | 2025-03-02T04:15:21.632Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2576 | 2025-03-02T04:15:21.635Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2577 | 2025-03-02T04:15:21.760Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2578 | 2025-03-02T04:15:22.471Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s |
2579 | 2025-03-02T04:15:22.680Z | |
2580 | 2025-03-02T04:15:22.680Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (59/199) |
2581 | 2025-03-02T04:15:23.341Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2582 | 2025-03-02T04:15:23.344Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2583 | 2025-03-02T04:15:23.455Z | Compiling cfg_aliases v0.1.1 |
2584 | 2025-03-02T04:15:23.458Z | Compiling vte_generate_state_changes v0.1.2 |
2585 | 2025-03-02T04:15:23.458Z | Checking fd-lock v4.0.2 |
2586 | 2025-03-02T04:15:23.458Z | Checking nibble_vec v0.1.0 |
2587 | 2025-03-02T04:15:23.459Z | Checking bytecount v0.6.8 |
2588 | 2025-03-02T04:15:23.565Z | Checking endian-type v0.1.2 |
2589 | 2025-03-02T04:15:23.602Z | Compiling tabled_derive v0.7.0 |
2590 | 2025-03-02T04:15:23.630Z | Compiling peg-macros v0.8.4 |
2591 | 2025-03-02T04:15:23.661Z | Compiling nix v0.28.0 |
2592 | 2025-03-02T04:15:23.724Z | Checking papergrid v0.11.0 |
2593 | 2025-03-02T04:15:23.743Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2594 | 2025-03-02T04:15:23.773Z | Compiling sqlparser_derive v0.2.2 |
2595 | 2025-03-02T04:15:23.808Z | Checking radix_trie v0.2.1 |
2596 | 2025-03-02T04:15:24.223Z | Checking unicode_categories v0.1.1 |
2597 | 2025-03-02T04:15:24.242Z | Checking vte v0.11.1 |
2598 | 2025-03-02T04:15:24.526Z | Checking nu-ansi-term v0.50.1 |
2599 | 2025-03-02T04:15:24.762Z | Checking home v0.5.9 |
2600 | 2025-03-02T04:15:24.826Z | Checking sqlparser v0.45.0 |
2601 | 2025-03-02T04:15:24.944Z | Checking sqlformat v0.2.6 |
2602 | 2025-03-02T04:15:24.969Z | Checking display-error-chain v0.2.2 |
2603 | 2025-03-02T04:15:25.677Z | Checking strip-ansi-escapes v0.2.0 |
2604 | 2025-03-02T04:15:25.813Z | Checking tabled v0.15.0 |
2605 | 2025-03-02T04:15:25.845Z | Checking reedline v0.38.0 |
2606 | 2025-03-02T04:15:26.148Z | Checking peg v0.8.4 |
2607 | 2025-03-02T04:15:26.813Z | Checking rustyline v14.0.0 |
2608 | 2025-03-02T04:15:36.395Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.53s |
2609 | 2025-03-02T04:15:36.421Z | |
2610 | 2025-03-02T04:15:36.422Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (60/199) |
2611 | 2025-03-02T04:15:37.070Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2612 | 2025-03-02T04:15:37.073Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2613 | 2025-03-02T04:15:37.185Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2614 | 2025-03-02T04:15:42.777Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.34s |
2615 | 2025-03-02T04:15:42.972Z | |
2616 | 2025-03-02T04:15:42.974Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (61/199) |
2617 | 2025-03-02T04:15:43.633Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2618 | 2025-03-02T04:15:43.636Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2619 | 2025-03-02T04:15:43.756Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2620 | 2025-03-02T04:15:47.586Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.60s |
2621 | 2025-03-02T04:15:47.779Z | |
2622 | 2025-03-02T04:15:47.779Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (62/199) |
2623 | 2025-03-02T04:15:48.403Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2624 | 2025-03-02T04:15:48.408Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2625 | 2025-03-02T04:15:48.520Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2626 | 2025-03-02T04:15:53.705Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.91s |
2627 | 2025-03-02T04:15:53.905Z | |
2628 | 2025-03-02T04:15:53.905Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (63/199) |
2629 | 2025-03-02T04:15:54.552Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2630 | 2025-03-02T04:15:54.556Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2631 | 2025-03-02T04:15:54.664Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2632 | 2025-03-02T04:15:59.926Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.01s |
2633 | 2025-03-02T04:16:00.120Z | |
2634 | 2025-03-02T04:16:00.120Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (64/199) |
2635 | 2025-03-02T04:16:00.764Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2636 | 2025-03-02T04:16:00.768Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2637 | 2025-03-02T04:16:00.884Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2638 | 2025-03-02T04:16:04.855Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.72s |
2639 | 2025-03-02T04:16:05.049Z | |
2640 | 2025-03-02T04:16:05.049Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (65/199) |
2641 | 2025-03-02T04:16:05.686Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2642 | 2025-03-02T04:16:05.689Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2643 | 2025-03-02T04:16:05.819Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2644 | 2025-03-02T04:16:09.806Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.75s |
2645 | 2025-03-02T04:16:10.020Z | |
2646 | 2025-03-02T04:16:10.020Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (66/199) |
2647 | 2025-03-02T04:16:10.673Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2648 | 2025-03-02T04:16:10.676Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2649 | 2025-03-02T04:16:10.786Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2650 | 2025-03-02T04:16:16.188Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.16s |
2651 | 2025-03-02T04:16:16.388Z | |
2652 | 2025-03-02T04:16:16.388Z | info: running `cargo check --bins` on oximeter (67/199) |
2653 | 2025-03-02T04:16:17.008Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2654 | 2025-03-02T04:16:17.011Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2655 | 2025-03-02T04:16:17.011Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2656 | 2025-03-02T04:16:17.015Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2657 | 2025-03-02T04:16:17.093Z | |
2658 | 2025-03-02T04:16:17.093Z | info: running `cargo check --bins` on oximeter-macro-impl (68/199) |
2659 | 2025-03-02T04:16:17.700Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2660 | 2025-03-02T04:16:17.703Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2661 | 2025-03-02T04:16:17.703Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2662 | 2025-03-02T04:16:17.706Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2663 | 2025-03-02T04:16:17.784Z | |
2664 | 2025-03-02T04:16:17.784Z | info: running `cargo check --bins` on oximeter-schema (69/199) |
2665 | 2025-03-02T04:16:18.415Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2666 | 2025-03-02T04:16:18.419Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2667 | 2025-03-02T04:16:18.513Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2668 | 2025-03-02T04:16:20.694Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2669 | 2025-03-02T04:16:21.686Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.89s |
2670 | 2025-03-02T04:16:21.887Z | |
2671 | 2025-03-02T04:16:21.887Z | info: running `cargo check --bins` on oximeter-types (70/199) |
2672 | 2025-03-02T04:16:22.509Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2673 | 2025-03-02T04:16:22.512Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2674 | 2025-03-02T04:16:22.512Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2675 | 2025-03-02T04:16:22.515Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2676 | 2025-03-02T04:16:22.599Z | |
2677 | 2025-03-02T04:16:22.600Z | info: running `cargo check --bins` on oximeter-timeseries-macro (71/199) |
2678 | 2025-03-02T04:16:23.227Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2679 | 2025-03-02T04:16:23.230Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2680 | 2025-03-02T04:16:23.230Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2681 | 2025-03-02T04:16:23.233Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2682 | 2025-03-02T04:16:23.319Z | |
2683 | 2025-03-02T04:16:23.319Z | info: running `cargo check --bins` on oxql-types (72/199) |
2684 | 2025-03-02T04:16:23.952Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2685 | 2025-03-02T04:16:23.955Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2686 | 2025-03-02T04:16:23.955Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2687 | 2025-03-02T04:16:23.958Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
2688 | 2025-03-02T04:16:24.039Z | |
2689 | 2025-03-02T04:16:24.039Z | info: running `cargo check --bins` on oximeter-test-utils (73/199) |
2690 | 2025-03-02T04:16:24.719Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2691 | 2025-03-02T04:16:24.723Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2692 | 2025-03-02T04:16:24.723Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2693 | 2025-03-02T04:16:24.730Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
2694 | 2025-03-02T04:16:24.823Z | |
2695 | 2025-03-02T04:16:24.823Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (74/199) |
2696 | 2025-03-02T04:16:25.447Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2697 | 2025-03-02T04:16:25.450Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2698 | 2025-03-02T04:16:25.450Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2699 | 2025-03-02T04:16:25.454Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2700 | 2025-03-02T04:16:25.535Z | |
2701 | 2025-03-02T04:16:25.535Z | info: running `cargo check --bins` on bootstrap-agent-client (75/199) |
2702 | 2025-03-02T04:16:26.182Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2703 | 2025-03-02T04:16:26.186Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2704 | 2025-03-02T04:16:26.186Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2705 | 2025-03-02T04:16:26.189Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
2706 | 2025-03-02T04:16:26.281Z | |
2707 | 2025-03-02T04:16:26.282Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (76/199) |
2708 | 2025-03-02T04:16:26.907Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2709 | 2025-03-02T04:16:26.910Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2710 | 2025-03-02T04:16:26.910Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2711 | 2025-03-02T04:16:26.913Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2712 | 2025-03-02T04:16:26.996Z | |
2713 | 2025-03-02T04:16:26.996Z | info: running `cargo check --bins` on clickhouse-admin-server-client (77/199) |
2714 | 2025-03-02T04:16:27.615Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2715 | 2025-03-02T04:16:27.619Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2716 | 2025-03-02T04:16:27.620Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2717 | 2025-03-02T04:16:27.638Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2718 | 2025-03-02T04:16:27.704Z | |
2719 | 2025-03-02T04:16:27.704Z | info: running `cargo check --bins` on clickhouse-admin-single-client (78/199) |
2720 | 2025-03-02T04:16:28.322Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2721 | 2025-03-02T04:16:28.326Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2722 | 2025-03-02T04:16:28.326Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2723 | 2025-03-02T04:16:28.329Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2724 | 2025-03-02T04:16:28.413Z | |
2725 | 2025-03-02T04:16:28.413Z | info: running `cargo check --bins` on cockroach-admin-client (79/199) |
2726 | 2025-03-02T04:16:29.028Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2727 | 2025-03-02T04:16:29.032Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2728 | 2025-03-02T04:16:29.032Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2729 | 2025-03-02T04:16:29.035Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2730 | 2025-03-02T04:16:29.124Z | |
2731 | 2025-03-02T04:16:29.124Z | info: running `cargo check --bins` on omicron-ddm-admin-client (80/199) |
2732 | 2025-03-02T04:16:29.766Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2733 | 2025-03-02T04:16:29.769Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2734 | 2025-03-02T04:16:29.769Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2735 | 2025-03-02T04:16:29.772Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
2736 | 2025-03-02T04:16:29.860Z | |
2737 | 2025-03-02T04:16:29.860Z | info: running `cargo check --bins` on dns-service-client (81/199) |
2738 | 2025-03-02T04:16:30.469Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2739 | 2025-03-02T04:16:30.472Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2740 | 2025-03-02T04:16:30.472Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2741 | 2025-03-02T04:16:30.475Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2742 | 2025-03-02T04:16:30.556Z | |
2743 | 2025-03-02T04:16:30.556Z | info: running `cargo check --bins` on internal-dns-types (82/199) |
2744 | 2025-03-02T04:16:31.191Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2745 | 2025-03-02T04:16:31.194Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2746 | 2025-03-02T04:16:31.194Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2747 | 2025-03-02T04:16:31.197Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
2748 | 2025-03-02T04:16:31.284Z | |
2749 | 2025-03-02T04:16:31.284Z | info: running `cargo check --bins` on dpd-client (83/199) |
2750 | 2025-03-02T04:16:31.899Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2751 | 2025-03-02T04:16:31.902Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2752 | 2025-03-02T04:16:31.902Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2753 | 2025-03-02T04:16:31.905Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2754 | 2025-03-02T04:16:31.988Z | |
2755 | 2025-03-02T04:16:31.988Z | info: running `cargo check --bins` on gateway-client (84/199) |
2756 | 2025-03-02T04:16:32.600Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2757 | 2025-03-02T04:16:32.603Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2758 | 2025-03-02T04:16:32.604Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2759 | 2025-03-02T04:16:32.607Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2760 | 2025-03-02T04:16:32.685Z | |
2761 | 2025-03-02T04:16:32.685Z | info: running `cargo check --bins` on installinator-client (85/199) |
2762 | 2025-03-02T04:16:33.333Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2763 | 2025-03-02T04:16:33.337Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2764 | 2025-03-02T04:16:33.337Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2765 | 2025-03-02T04:16:33.340Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
2766 | 2025-03-02T04:16:33.428Z | |
2767 | 2025-03-02T04:16:33.428Z | info: running `cargo check --bins` on installinator-common (86/199) |
2768 | 2025-03-02T04:16:34.065Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2769 | 2025-03-02T04:16:34.068Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2770 | 2025-03-02T04:16:34.068Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2771 | 2025-03-02T04:16:34.072Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
2772 | 2025-03-02T04:16:34.158Z | |
2773 | 2025-03-02T04:16:34.158Z | info: running `cargo check --bins` on update-engine (87/199) |
2774 | 2025-03-02T04:16:34.794Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2775 | 2025-03-02T04:16:34.798Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2776 | 2025-03-02T04:16:34.798Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2777 | 2025-03-02T04:16:34.801Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
2778 | 2025-03-02T04:16:34.884Z | |
2779 | 2025-03-02T04:16:34.884Z | info: running `cargo check --bins` on nexus-client (88/199) |
2780 | 2025-03-02T04:16:35.530Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2781 | 2025-03-02T04:16:35.533Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2782 | 2025-03-02T04:16:35.533Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2783 | 2025-03-02T04:16:35.536Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
2784 | 2025-03-02T04:16:35.622Z | |
2785 | 2025-03-02T04:16:35.622Z | info: running `cargo check --bins` on nexus-sled-agent-shared (89/199) |
2786 | 2025-03-02T04:16:36.252Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2787 | 2025-03-02T04:16:36.255Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2788 | 2025-03-02T04:16:36.255Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2789 | 2025-03-02T04:16:36.259Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
2790 | 2025-03-02T04:16:36.346Z | |
2791 | 2025-03-02T04:16:36.346Z | info: running `cargo check --bins` on omicron-passwords (90/199) |
2792 | 2025-03-02T04:16:36.941Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2793 | 2025-03-02T04:16:36.944Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2794 | 2025-03-02T04:16:36.944Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2795 | 2025-03-02T04:16:36.947Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2796 | 2025-03-02T04:16:37.025Z | |
2797 | 2025-03-02T04:16:37.025Z | info: running `cargo check --bins` on nexus-types (91/199) |
2798 | 2025-03-02T04:16:37.679Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2799 | 2025-03-02T04:16:37.682Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2800 | 2025-03-02T04:16:37.683Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2801 | 2025-03-02T04:16:37.687Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
2802 | 2025-03-02T04:16:37.775Z | |
2803 | 2025-03-02T04:16:37.775Z | info: running `cargo check --bins` on oxide-client (92/199) |
2804 | 2025-03-02T04:16:38.368Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2805 | 2025-03-02T04:16:38.372Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2806 | 2025-03-02T04:16:38.372Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2807 | 2025-03-02T04:16:38.375Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2808 | 2025-03-02T04:16:38.455Z | |
2809 | 2025-03-02T04:16:38.455Z | info: running `cargo check --bins` on oximeter-client (93/199) |
2810 | 2025-03-02T04:16:39.071Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2811 | 2025-03-02T04:16:39.074Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2812 | 2025-03-02T04:16:39.075Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2813 | 2025-03-02T04:16:39.078Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2814 | 2025-03-02T04:16:39.161Z | |
2815 | 2025-03-02T04:16:39.161Z | info: running `cargo check --bins` on repo-depot-client (94/199) |
2816 | 2025-03-02T04:16:39.756Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2817 | 2025-03-02T04:16:39.759Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2818 | 2025-03-02T04:16:39.759Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2819 | 2025-03-02T04:16:39.762Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2820 | 2025-03-02T04:16:39.841Z | |
2821 | 2025-03-02T04:16:39.841Z | info: running `cargo check --bins` on sled-agent-client (95/199) |
2822 | 2025-03-02T04:16:40.463Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2823 | 2025-03-02T04:16:40.467Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2824 | 2025-03-02T04:16:40.467Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2825 | 2025-03-02T04:16:40.473Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2826 | 2025-03-02T04:16:40.552Z | |
2827 | 2025-03-02T04:16:40.552Z | info: running `cargo check --bins` on wicketd-client (96/199) |
2828 | 2025-03-02T04:16:41.198Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2829 | 2025-03-02T04:16:41.201Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2830 | 2025-03-02T04:16:41.201Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2831 | 2025-03-02T04:16:41.204Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
2832 | 2025-03-02T04:16:41.299Z | |
2833 | 2025-03-02T04:16:41.299Z | info: running `cargo check --bins` on sled-agent-types (97/199) |
2834 | 2025-03-02T04:16:41.928Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2835 | 2025-03-02T04:16:41.931Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2836 | 2025-03-02T04:16:41.931Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2837 | 2025-03-02T04:16:41.934Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2838 | 2025-03-02T04:16:42.020Z | |
2839 | 2025-03-02T04:16:42.020Z | info: running `cargo check --bins` on wicket-common (98/199) |
2840 | 2025-03-02T04:16:42.664Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2841 | 2025-03-02T04:16:42.667Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2842 | 2025-03-02T04:16:42.667Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2843 | 2025-03-02T04:16:42.671Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
2844 | 2025-03-02T04:16:42.759Z | |
2845 | 2025-03-02T04:16:42.759Z | info: running `cargo check --bins` on omicron-cockroach-admin (99/199) |
2846 | 2025-03-02T04:16:43.410Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2847 | 2025-03-02T04:16:43.413Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2848 | 2025-03-02T04:16:43.525Z | Checking csv-core v0.1.11 |
2849 | 2025-03-02T04:16:43.530Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2850 | 2025-03-02T04:16:43.530Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2851 | 2025-03-02T04:16:43.647Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2852 | 2025-03-02T04:16:43.834Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2853 | 2025-03-02T04:16:43.866Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2854 | 2025-03-02T04:16:43.880Z | Checking csv v1.3.1 |
2855 | 2025-03-02T04:16:44.484Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2856 | 2025-03-02T04:16:44.848Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2857 | 2025-03-02T04:16:46.609Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.84s |
2858 | 2025-03-02T04:16:46.801Z | |
2859 | 2025-03-02T04:16:46.801Z | info: running `cargo check --bins` on cockroach-admin-api (100/199) |
2860 | 2025-03-02T04:16:47.412Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2861 | 2025-03-02T04:16:47.415Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2862 | 2025-03-02T04:16:47.415Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2863 | 2025-03-02T04:16:47.418Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2864 | 2025-03-02T04:16:47.505Z | |
2865 | 2025-03-02T04:16:47.505Z | info: running `cargo check --bins` on cockroach-admin-types (101/199) |
2866 | 2025-03-02T04:16:48.126Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2867 | 2025-03-02T04:16:48.130Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2868 | 2025-03-02T04:16:48.130Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2869 | 2025-03-02T04:16:48.133Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2870 | 2025-03-02T04:16:48.214Z | |
2871 | 2025-03-02T04:16:48.214Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (102/199) |
2872 | 2025-03-02T04:16:48.929Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2873 | 2025-03-02T04:16:48.931Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2874 | 2025-03-02T04:16:48.931Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2875 | 2025-03-02T04:16:48.935Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
2876 | 2025-03-02T04:16:49.033Z | |
2877 | 2025-03-02T04:16:49.033Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (103/199) |
2878 | 2025-03-02T04:16:49.756Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2879 | 2025-03-02T04:16:49.759Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2880 | 2025-03-02T04:16:49.759Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2881 | 2025-03-02T04:16:49.762Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
2882 | 2025-03-02T04:16:49.857Z | |
2883 | 2025-03-02T04:16:49.857Z | info: running `cargo check --bins` on dns-server (104/199) |
2884 | 2025-03-02T04:16:50.477Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2885 | 2025-03-02T04:16:50.481Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2886 | 2025-03-02T04:16:50.586Z | Compiling typify-impl v0.3.0 |
2887 | 2025-03-02T04:16:50.700Z | Compiling parking_lot_core v0.8.6 |
2888 | 2025-03-02T04:16:50.711Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2889 | 2025-03-02T04:16:50.721Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2890 | 2025-03-02T04:16:50.724Z | Checking fxhash v0.2.1 |
2891 | 2025-03-02T04:16:50.736Z | Checking hickory-client v0.24.4 |
2892 | 2025-03-02T04:16:50.739Z | Checking hickory-server v0.24.4 |
2893 | 2025-03-02T04:16:51.466Z | Checking parking_lot v0.11.2 |
2894 | 2025-03-02T04:16:51.626Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2895 | 2025-03-02T04:16:51.760Z | Checking sled v0.34.7 |
2896 | 2025-03-02T04:16:56.369Z | Compiling typify-macro v0.3.0 |
2897 | 2025-03-02T04:16:57.931Z | Compiling typify v0.3.0 |
2898 | 2025-03-02T04:16:58.013Z | Compiling progenitor-impl v0.9.1 |
2899 | 2025-03-02T04:17:00.552Z | Compiling progenitor-macro v0.9.1 |
2900 | 2025-03-02T04:17:04.311Z | Checking progenitor v0.9.1 |
2901 | 2025-03-02T04:17:04.453Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2902 | 2025-03-02T04:17:04.953Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2903 | 2025-03-02T04:17:06.325Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.45s |
2904 | 2025-03-02T04:17:06.510Z | |
2905 | 2025-03-02T04:17:06.510Z | info: running `cargo check --bins` on dns-server-api (105/199) |
2906 | 2025-03-02T04:17:07.123Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2907 | 2025-03-02T04:17:07.127Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2908 | 2025-03-02T04:17:07.127Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2909 | 2025-03-02T04:17:07.130Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2910 | 2025-03-02T04:17:07.211Z | |
2911 | 2025-03-02T04:17:07.211Z | info: running `cargo check --bins` on openapi-manager-types (106/199) |
2912 | 2025-03-02T04:17:07.793Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2913 | 2025-03-02T04:17:07.797Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2914 | 2025-03-02T04:17:07.797Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2915 | 2025-03-02T04:17:07.800Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2916 | 2025-03-02T04:17:07.875Z | |
2917 | 2025-03-02T04:17:07.875Z | info: running `cargo check --bins` on gateway-test-utils (107/199) |
2918 | 2025-03-02T04:17:08.563Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2919 | 2025-03-02T04:17:08.566Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2920 | 2025-03-02T04:17:08.566Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2921 | 2025-03-02T04:17:08.570Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
2922 | 2025-03-02T04:17:08.666Z | |
2923 | 2025-03-02T04:17:08.666Z | info: running `cargo check --bins` on gateway-types (108/199) |
2924 | 2025-03-02T04:17:09.280Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2925 | 2025-03-02T04:17:09.283Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2926 | 2025-03-02T04:17:09.283Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2927 | 2025-03-02T04:17:09.287Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2928 | 2025-03-02T04:17:09.374Z | |
2929 | 2025-03-02T04:17:09.374Z | info: running `cargo check --bins` on ipcc (109/199) |
2930 | 2025-03-02T04:17:10.014Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2931 | 2025-03-02T04:17:10.018Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2932 | 2025-03-02T04:17:10.018Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2933 | 2025-03-02T04:17:10.022Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
2934 | 2025-03-02T04:17:10.108Z | |
2935 | 2025-03-02T04:17:10.108Z | info: running `cargo check --bins` on omicron-gateway (110/199) |
2936 | 2025-03-02T04:17:10.862Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2937 | 2025-03-02T04:17:10.875Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2938 | 2025-03-02T04:17:10.911Z | Compiling semver v0.1.20 |
2939 | 2025-03-02T04:17:10.919Z | Compiling radium v0.7.0 |
2940 | 2025-03-02T04:17:11.038Z | Compiling maybe-uninit v2.0.0 |
2941 | 2025-03-02T04:17:11.038Z | Checking tap v1.0.1 |
2942 | 2025-03-02T04:17:11.063Z | Checking password-hash v0.5.0 |
2943 | 2025-03-02T04:17:11.066Z | Checking blake2 v0.10.6 |
2944 | 2025-03-02T04:17:11.066Z | Compiling packed_struct v0.10.1 |
2945 | 2025-03-02T04:17:11.066Z | Checking funty v2.0.0 |
2946 | 2025-03-02T04:17:11.215Z | Checking wyz v0.5.1 |
2947 | 2025-03-02T04:17:11.486Z | Compiling rustc_version v0.1.7 |
2948 | 2025-03-02T04:17:11.534Z | Compiling owo-colors v4.2.0 |
2949 | 2025-03-02T04:17:11.550Z | Compiling cancel-safe-futures v0.1.5 |
2950 | 2025-03-02T04:17:11.583Z | Checking crc-catalog v2.4.0 |
2951 | 2025-03-02T04:17:11.618Z | Checking argon2 v0.5.3 |
2952 | 2025-03-02T04:17:11.729Z | Checking crc v3.2.1 |
2953 | 2025-03-02T04:17:11.754Z | Compiling packed_struct_codegen v0.10.1 |
2954 | 2025-03-02T04:17:11.889Z | Checking libsw-core v0.3.1 |
2955 | 2025-03-02T04:17:11.909Z | Compiling newtype_derive v0.1.6 |
2956 | 2025-03-02T04:17:11.954Z | Compiling indexmap v1.9.3 |
2957 | 2025-03-02T04:17:11.982Z | Checking bitvec v1.0.1 |
2958 | 2025-03-02T04:17:12.132Z | Checking half v2.4.1 |
2959 | 2025-03-02T04:17:12.175Z | Checking nodrop v0.1.14 |
2960 | 2025-03-02T04:17:12.233Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
2961 | 2025-03-02T04:17:12.296Z | Checking ciborium-io v0.2.2 |
2962 | 2025-03-02T04:17:12.299Z | Checking fixedbitset v0.5.7 |
2963 | 2025-03-02T04:17:12.331Z | Checking array-init v0.0.4 |
2964 | 2025-03-02T04:17:12.427Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2965 | 2025-03-02T04:17:12.586Z | Checking ciborium-ll v0.2.2 |
2966 | 2025-03-02T04:17:12.603Z | Checking libsw v3.4.0 |
2967 | 2025-03-02T04:17:12.692Z | Checking petgraph v0.7.1 |
2968 | 2025-03-02T04:17:12.850Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2969 | 2025-03-02T04:17:12.894Z | Checking smallvec v0.6.14 |
2970 | 2025-03-02T04:17:13.174Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2971 | 2025-03-02T04:17:13.278Z | Checking swrite v0.1.0 |
2972 | 2025-03-02T04:17:13.305Z | Checking indent_write v2.2.0 |
2973 | 2025-03-02T04:17:13.421Z | Checking termcolor v1.4.1 |
2974 | 2025-03-02T04:17:13.543Z | Checking hashbrown v0.12.3 |
2975 | 2025-03-02T04:17:13.564Z | Checking linear-map v1.2.0 |
2976 | 2025-03-02T04:17:13.843Z | Checking bitfield v0.14.0 |
2977 | 2025-03-02T04:17:13.902Z | Checking env_logger v0.10.2 |
2978 | 2025-03-02T04:17:14.079Z | Checking ron v0.8.1 |
2979 | 2025-03-02T04:17:14.139Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2980 | 2025-03-02T04:17:14.181Z | Checking serde-hex v0.1.0 |
2981 | 2025-03-02T04:17:14.274Z | Checking ciborium v0.2.2 |
2982 | 2025-03-02T04:17:14.331Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2983 | 2025-03-02T04:17:15.235Z | Checking steno v0.4.1 |
2984 | 2025-03-02T04:17:15.318Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2985 | 2025-03-02T04:17:15.400Z | Checking hashbrown v0.13.2 |
2986 | 2025-03-02T04:17:15.574Z | Checking crc-any v2.5.0 |
2987 | 2025-03-02T04:17:15.764Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2988 | 2025-03-02T04:17:15.799Z | Checking humantime v2.1.0 |
2989 | 2025-03-02T04:17:15.982Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2990 | 2025-03-02T04:17:16.136Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2991 | 2025-03-02T04:17:16.263Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2992 | 2025-03-02T04:17:16.391Z | Checking object v0.30.4 |
2993 | 2025-03-02T04:17:16.602Z | Checking path-slash v0.1.5 |
2994 | 2025-03-02T04:17:16.727Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2995 | 2025-03-02T04:17:16.821Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2996 | 2025-03-02T04:17:17.471Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2997 | 2025-03-02T04:17:17.582Z | Checking nix v0.27.1 |
2998 | 2025-03-02T04:17:17.756Z | Checking tungstenite v0.23.0 |
2999 | 2025-03-02T04:17:18.127Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
3000 | 2025-03-02T04:17:18.171Z | Checking kstat-rs v0.2.4 |
3001 | 2025-03-02T04:17:18.549Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
3002 | 2025-03-02T04:17:18.693Z | Checking signal-hook-tokio v0.3.1 |
3003 | 2025-03-02T04:17:18.720Z | Checking tokio-tungstenite v0.23.1 |
3004 | 2025-03-02T04:17:18.794Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
3005 | 2025-03-02T04:17:19.476Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
3006 | 2025-03-02T04:17:25.983Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
3007 | 2025-03-02T04:17:27.394Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
3008 | 2025-03-02T04:17:30.499Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
3009 | 2025-03-02T04:17:36.106Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3010 | 2025-03-02T04:17:36.813Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3011 | 2025-03-02T04:17:39.662Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.54s |
3012 | 2025-03-02T04:17:39.882Z | |
3013 | 2025-03-02T04:17:39.882Z | info: running `cargo check --bins` on gateway-api (111/199) |
3014 | 2025-03-02T04:17:40.507Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3015 | 2025-03-02T04:17:40.510Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3016 | 2025-03-02T04:17:40.510Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3017 | 2025-03-02T04:17:40.514Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
3018 | 2025-03-02T04:17:40.603Z | |
3019 | 2025-03-02T04:17:40.603Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (112/199) |
3020 | 2025-03-02T04:17:41.207Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3021 | 2025-03-02T04:17:41.210Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3022 | 2025-03-02T04:17:41.210Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3023 | 2025-03-02T04:17:41.214Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3024 | 2025-03-02T04:17:41.293Z | |
3025 | 2025-03-02T04:17:41.293Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (113/199) |
3026 | 2025-03-02T04:17:41.906Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3027 | 2025-03-02T04:17:41.909Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3028 | 2025-03-02T04:17:41.909Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3029 | 2025-03-02T04:17:41.912Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3030 | 2025-03-02T04:17:41.993Z | |
3031 | 2025-03-02T04:17:41.993Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (114/199) |
3032 | 2025-03-02T04:17:42.604Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3033 | 2025-03-02T04:17:42.607Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3034 | 2025-03-02T04:17:42.607Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3035 | 2025-03-02T04:17:42.611Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3036 | 2025-03-02T04:17:42.703Z | |
3037 | 2025-03-02T04:17:42.703Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (115/199) |
3038 | 2025-03-02T04:17:43.336Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3039 | 2025-03-02T04:17:43.339Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3040 | 2025-03-02T04:17:43.339Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3041 | 2025-03-02T04:17:43.342Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
3042 | 2025-03-02T04:17:43.426Z | |
3043 | 2025-03-02T04:17:43.426Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (116/199) |
3044 | 2025-03-02T04:17:44.045Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3045 | 2025-03-02T04:17:44.048Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3046 | 2025-03-02T04:17:44.048Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3047 | 2025-03-02T04:17:44.052Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3048 | 2025-03-02T04:17:44.137Z | |
3049 | 2025-03-02T04:17:44.137Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (117/199) |
3050 | 2025-03-02T04:17:44.771Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3051 | 2025-03-02T04:17:44.774Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3052 | 2025-03-02T04:17:44.774Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3053 | 2025-03-02T04:17:44.777Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
3054 | 2025-03-02T04:17:44.858Z | |
3055 | 2025-03-02T04:17:44.858Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (118/199) |
3056 | 2025-03-02T04:17:45.480Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3057 | 2025-03-02T04:17:45.483Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3058 | 2025-03-02T04:17:45.483Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3059 | 2025-03-02T04:17:45.487Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
3060 | 2025-03-02T04:17:45.576Z | |
3061 | 2025-03-02T04:17:45.576Z | info: running `cargo check --bins` on oximeter-producer (119/199) |
3062 | 2025-03-02T04:17:46.222Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3063 | 2025-03-02T04:17:46.225Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3064 | 2025-03-02T04:17:46.225Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3065 | 2025-03-02T04:17:46.229Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
3066 | 2025-03-02T04:17:46.320Z | |
3067 | 2025-03-02T04:17:46.320Z | info: running `cargo check --bins` on internal-dns-resolver (120/199) |
3068 | 2025-03-02T04:17:46.943Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3069 | 2025-03-02T04:17:46.947Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3070 | 2025-03-02T04:17:46.947Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3071 | 2025-03-02T04:17:46.950Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
3072 | 2025-03-02T04:17:47.032Z | |
3073 | 2025-03-02T04:17:47.032Z | info: running `cargo check --bins` on sp-sim (121/199) |
3074 | 2025-03-02T04:17:47.656Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3075 | 2025-03-02T04:17:47.659Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3076 | 2025-03-02T04:17:47.754Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
3077 | 2025-03-02T04:17:48.216Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
3078 | 2025-03-02T04:17:49.959Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3079 | 2025-03-02T04:17:51.733Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.69s |
3080 | 2025-03-02T04:17:51.937Z | |
3081 | 2025-03-02T04:17:51.937Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (122/199) |
3082 | 2025-03-02T04:17:52.618Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3083 | 2025-03-02T04:17:52.621Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3084 | 2025-03-02T04:17:52.621Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3085 | 2025-03-02T04:17:52.625Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
3086 | 2025-03-02T04:17:52.716Z | |
3087 | 2025-03-02T04:17:52.717Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (123/199) |
3088 | 2025-03-02T04:17:53.412Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3089 | 2025-03-02T04:17:53.416Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3090 | 2025-03-02T04:17:53.416Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3091 | 2025-03-02T04:17:53.420Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
3092 | 2025-03-02T04:17:53.511Z | |
3093 | 2025-03-02T04:17:53.511Z | info: running `cargo check --bins` on db-macros (124/199) |
3094 | 2025-03-02T04:17:54.114Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3095 | 2025-03-02T04:17:54.117Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3096 | 2025-03-02T04:17:54.117Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3097 | 2025-03-02T04:17:54.120Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3098 | 2025-03-02T04:17:54.201Z | |
3099 | 2025-03-02T04:17:54.201Z | info: running `cargo check --bins` on nexus-macros-common (125/199) |
3100 | 2025-03-02T04:17:54.822Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3101 | 2025-03-02T04:17:54.826Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3102 | 2025-03-02T04:17:54.826Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3103 | 2025-03-02T04:17:54.830Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
3104 | 2025-03-02T04:17:54.911Z | |
3105 | 2025-03-02T04:17:54.911Z | info: running `cargo check --bins` on nexus-auth (126/199) |
3106 | 2025-03-02T04:17:55.593Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3107 | 2025-03-02T04:17:55.596Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3108 | 2025-03-02T04:17:55.597Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3109 | 2025-03-02T04:17:55.601Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
3110 | 2025-03-02T04:17:55.702Z | |
3111 | 2025-03-02T04:17:55.702Z | info: running `cargo check --bins` on authz-macros (127/199) |
3112 | 2025-03-02T04:17:56.323Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3113 | 2025-03-02T04:17:56.326Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3114 | 2025-03-02T04:17:56.326Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3115 | 2025-03-02T04:17:56.329Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
3116 | 2025-03-02T04:17:56.413Z | |
3117 | 2025-03-02T04:17:56.413Z | info: running `cargo check --bins` on nexus-db-fixed-data (128/199) |
3118 | 2025-03-02T04:17:57.078Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3119 | 2025-03-02T04:17:57.081Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3120 | 2025-03-02T04:17:57.081Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3121 | 2025-03-02T04:17:57.084Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
3122 | 2025-03-02T04:17:57.181Z | |
3123 | 2025-03-02T04:17:57.181Z | info: running `cargo check --bins` on nexus-db-model (129/199) |
3124 | 2025-03-02T04:17:57.847Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3125 | 2025-03-02T04:17:57.851Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3126 | 2025-03-02T04:17:57.851Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3127 | 2025-03-02T04:17:57.854Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
3128 | 2025-03-02T04:17:58.120Z | |
3129 | 2025-03-02T04:17:58.120Z | info: running `cargo check --bins` on nexus-defaults (130/199) |
3130 | 2025-03-02T04:17:58.587Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3131 | 2025-03-02T04:17:58.590Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3132 | 2025-03-02T04:17:58.591Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3133 | 2025-03-02T04:17:58.594Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
3134 | 2025-03-02T04:17:58.675Z | |
3135 | 2025-03-02T04:17:58.675Z | info: running `cargo check --bins` on nexus-inventory (131/199) |
3136 | 2025-03-02T04:17:59.334Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3137 | 2025-03-02T04:17:59.338Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3138 | 2025-03-02T04:17:59.339Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3139 | 2025-03-02T04:17:59.342Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
3140 | 2025-03-02T04:17:59.427Z | |
3141 | 2025-03-02T04:17:59.427Z | info: running `cargo check --bins` on typed-rng (132/199) |
3142 | 2025-03-02T04:18:00.039Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3143 | 2025-03-02T04:18:00.042Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3144 | 2025-03-02T04:18:00.042Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3145 | 2025-03-02T04:18:00.045Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3146 | 2025-03-02T04:18:00.122Z | |
3147 | 2025-03-02T04:18:00.123Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (133/199) |
3148 | 2025-03-02T04:18:00.803Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3149 | 2025-03-02T04:18:00.806Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3150 | 2025-03-02T04:18:00.965Z | Checking keccak v0.1.5 |
3151 | 2025-03-02T04:18:01.081Z | Checking secrecy v0.8.0 |
3152 | 2025-03-02T04:18:01.084Z | Compiling unicase v2.7.0 |
3153 | 2025-03-02T04:18:01.085Z | Compiling same-file v1.0.6 |
3154 | 2025-03-02T04:18:01.107Z | Compiling tempfile v3.13.0 |
3155 | 2025-03-02T04:18:01.136Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
3156 | 2025-03-02T04:18:01.140Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
3157 | 2025-03-02T04:18:01.140Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
3158 | 2025-03-02T04:18:01.260Z | Compiling thiserror-impl-no-std v2.0.2 |
3159 | 2025-03-02T04:18:01.349Z | Checking sha3 v0.10.8 |
3160 | 2025-03-02T04:18:01.368Z | Compiling walkdir v2.5.0 |
3161 | 2025-03-02T04:18:01.460Z | Checking universal-hash v0.5.1 |
3162 | 2025-03-02T04:18:01.573Z | Compiling blake3 v1.5.4 |
3163 | 2025-03-02T04:18:01.604Z | Checking opaque-debug v0.3.1 |
3164 | 2025-03-02T04:18:01.648Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3165 | 2025-03-02T04:18:01.721Z | Checking poly1305 v0.8.0 |
3166 | 2025-03-02T04:18:01.742Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
3167 | 2025-03-02T04:18:01.763Z | Checking chacha20 v0.9.1 |
3168 | 2025-03-02T04:18:01.825Z | Checking aead v0.5.2 |
3169 | 2025-03-02T04:18:01.992Z | Compiling memmap2 v0.9.5 |
3170 | 2025-03-02T04:18:02.022Z | Compiling arrayvec v0.7.6 |
3171 | 2025-03-02T04:18:02.075Z | Compiling arrayref v0.3.9 |
3172 | 2025-03-02T04:18:02.108Z | Compiling libefi-sys v0.1.0 |
3173 | 2025-03-02T04:18:02.199Z | Compiling constant_time_eq v0.3.1 |
3174 | 2025-03-02T04:18:02.258Z | Compiling salty v0.3.0 |
3175 | 2025-03-02T04:18:02.365Z | Checking chacha20poly1305 v0.10.1 |
3176 | 2025-03-02T04:18:02.426Z | Compiling toolchain_find v0.4.0 |
3177 | 2025-03-02T04:18:02.480Z | Compiling camino-tempfile v1.1.1 |
3178 | 2025-03-02T04:18:02.561Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
3179 | 2025-03-02T04:18:02.693Z | Compiling bitfield-struct v0.6.2 |
3180 | 2025-03-02T04:18:02.830Z | Compiling topological-sort v0.2.2 |
3181 | 2025-03-02T04:18:02.914Z | Compiling mime_guess v2.0.5 |
3182 | 2025-03-02T04:18:03.062Z | Compiling rustfmt-wrapper v0.2.1 |
3183 | 2025-03-02T04:18:03.499Z | Compiling progenitor v0.9.1 |
3184 | 2025-03-02T04:18:03.573Z | Compiling omicron-zone-package v0.12.0 |
3185 | 2025-03-02T04:18:03.671Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
3186 | 2025-03-02T04:18:03.731Z | Checking primeorder v0.13.6 |
3187 | 2025-03-02T04:18:03.947Z | Checking thiserror-no-std v2.0.2 |
3188 | 2025-03-02T04:18:03.992Z | Checking env_filter v0.1.2 |
3189 | 2025-03-02T04:18:04.035Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3190 | 2025-03-02T04:18:04.057Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3191 | 2025-03-02T04:18:04.076Z | Checking vsss-rs v3.3.4 |
3192 | 2025-03-02T04:18:04.173Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3193 | 2025-03-02T04:18:04.203Z | Checking p384 v0.13.0 |
3194 | 2025-03-02T04:18:04.227Z | Checking env_logger v0.11.5 |
3195 | 2025-03-02T04:18:04.353Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
3196 | 2025-03-02T04:18:04.399Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
3197 | 2025-03-02T04:18:04.600Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3198 | 2025-03-02T04:18:04.655Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3199 | 2025-03-02T04:18:04.783Z | Checking bumpalo v3.16.0 |
3200 | 2025-03-02T04:18:04.854Z | Checking http-range v0.1.5 |
3201 | 2025-03-02T04:18:04.873Z | Checking simd-adler32 v0.3.7 |
3202 | 2025-03-02T04:18:05.045Z | Compiling zip v2.1.3 |
3203 | 2025-03-02T04:18:05.062Z | Checking lockfree-object-pool v0.1.6 |
3204 | 2025-03-02T04:18:05.140Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
3205 | 2025-03-02T04:18:05.231Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3206 | 2025-03-02T04:18:05.306Z | Checking zopfli v0.8.1 |
3207 | 2025-03-02T04:18:05.392Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3208 | 2025-03-02T04:18:05.414Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
3209 | 2025-03-02T04:18:05.706Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3210 | 2025-03-02T04:18:05.847Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
3211 | 2025-03-02T04:18:06.012Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
3212 | 2025-03-02T04:18:06.360Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
3213 | 2025-03-02T04:18:06.380Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c) |
3214 | 2025-03-02T04:18:06.661Z | Checking atty v0.2.14 |
3215 | 2025-03-02T04:18:06.751Z | Checking glob v0.3.2 |
3216 | 2025-03-02T04:18:06.797Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3217 | 2025-03-02T04:18:06.817Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c) |
3218 | 2025-03-02T04:18:06.894Z | Checking hyper-staticfile v0.10.1 |
3219 | 2025-03-02T04:18:07.084Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3220 | 2025-03-02T04:18:07.136Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3221 | 2025-03-02T04:18:08.098Z | Checking omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata) |
3222 | 2025-03-02T04:18:08.290Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3223 | 2025-03-02T04:18:08.434Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
3224 | 2025-03-02T04:18:08.455Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3225 | 2025-03-02T04:18:08.503Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3226 | 2025-03-02T04:18:08.820Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
3227 | 2025-03-02T04:18:09.107Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
3228 | 2025-03-02T04:18:09.245Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3229 | 2025-03-02T04:18:09.373Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3230 | 2025-03-02T04:18:09.618Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
3231 | 2025-03-02T04:18:09.640Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
3232 | 2025-03-02T04:18:12.832Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3233 | 2025-03-02T04:18:12.832Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3234 | 2025-03-02T04:18:22.029Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3235 | 2025-03-02T04:18:36.094Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.95s |
3236 | 2025-03-02T04:18:36.302Z | |
3237 | 2025-03-02T04:18:36.302Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (134/199) |
3238 | 2025-03-02T04:18:36.965Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3239 | 2025-03-02T04:18:36.968Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3240 | 2025-03-02T04:18:37.113Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3241 | 2025-03-02T04:18:51.375Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.06s |
3242 | 2025-03-02T04:18:51.582Z | |
3243 | 2025-03-02T04:18:51.582Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (135/199) |
3244 | 2025-03-02T04:18:52.246Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3245 | 2025-03-02T04:18:52.249Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3246 | 2025-03-02T04:18:52.388Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3247 | 2025-03-02T04:19:06.930Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.33s |
3248 | 2025-03-02T04:19:07.138Z | |
3249 | 2025-03-02T04:19:07.138Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (136/199) |
3250 | 2025-03-02T04:19:07.829Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3251 | 2025-03-02T04:19:07.833Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3252 | 2025-03-02T04:19:07.979Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3253 | 2025-03-02T04:19:22.683Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.53s |
3254 | 2025-03-02T04:19:22.896Z | |
3255 | 2025-03-02T04:19:22.896Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (137/199) |
3256 | 2025-03-02T04:19:23.600Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3257 | 2025-03-02T04:19:23.603Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3258 | 2025-03-02T04:19:23.751Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3259 | 2025-03-02T04:19:38.199Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.29s |
3260 | 2025-03-02T04:19:38.410Z | |
3261 | 2025-03-02T04:19:38.410Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (138/199) |
3262 | 2025-03-02T04:19:39.074Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3263 | 2025-03-02T04:19:39.077Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3264 | 2025-03-02T04:19:39.227Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3265 | 2025-03-02T04:19:53.157Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.73s |
3266 | 2025-03-02T04:19:53.370Z | |
3267 | 2025-03-02T04:19:53.371Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (139/199) |
3268 | 2025-03-02T04:19:54.036Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3269 | 2025-03-02T04:19:54.039Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3270 | 2025-03-02T04:19:54.190Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3271 | 2025-03-02T04:20:08.490Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.11s |
3272 | 2025-03-02T04:20:08.701Z | |
3273 | 2025-03-02T04:20:08.701Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (140/199) |
3274 | 2025-03-02T04:20:09.375Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3275 | 2025-03-02T04:20:09.378Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3276 | 2025-03-02T04:20:09.530Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3277 | 2025-03-02T04:20:24.803Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.09s |
3278 | 2025-03-02T04:20:25.017Z | |
3279 | 2025-03-02T04:20:25.017Z | info: running `cargo check --bins` on bootstrap-agent-api (141/199) |
3280 | 2025-03-02T04:20:25.686Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3281 | 2025-03-02T04:20:25.689Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3282 | 2025-03-02T04:20:25.689Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3283 | 2025-03-02T04:20:25.693Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
3284 | 2025-03-02T04:20:25.789Z | |
3285 | 2025-03-02T04:20:25.789Z | info: running `cargo check --bins` on key-manager (142/199) |
3286 | 2025-03-02T04:20:26.431Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3287 | 2025-03-02T04:20:26.434Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3288 | 2025-03-02T04:20:26.434Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3289 | 2025-03-02T04:20:26.437Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
3290 | 2025-03-02T04:20:26.521Z | |
3291 | 2025-03-02T04:20:26.521Z | info: running `cargo check --bins` on range-requests (143/199) |
3292 | 2025-03-02T04:20:27.140Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3293 | 2025-03-02T04:20:27.143Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3294 | 2025-03-02T04:20:27.143Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3295 | 2025-03-02T04:20:27.147Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
3296 | 2025-03-02T04:20:27.235Z | |
3297 | 2025-03-02T04:20:27.235Z | info: running `cargo check --bins` on repo-depot-api (144/199) |
3298 | 2025-03-02T04:20:27.880Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3299 | 2025-03-02T04:20:27.883Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3300 | 2025-03-02T04:20:27.883Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3301 | 2025-03-02T04:20:27.886Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
3302 | 2025-03-02T04:20:27.974Z | |
3303 | 2025-03-02T04:20:27.974Z | info: running `cargo check --bins` on sled-agent-api (145/199) |
3304 | 2025-03-02T04:20:28.649Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3305 | 2025-03-02T04:20:28.652Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3306 | 2025-03-02T04:20:28.652Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3307 | 2025-03-02T04:20:28.655Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
3308 | 2025-03-02T04:20:28.755Z | |
3309 | 2025-03-02T04:20:28.755Z | info: running `cargo check --bins` on sled-diagnostics (146/199) |
3310 | 2025-03-02T04:20:29.362Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3311 | 2025-03-02T04:20:29.365Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3312 | 2025-03-02T04:20:29.365Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3313 | 2025-03-02T04:20:29.369Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3314 | 2025-03-02T04:20:29.448Z | |
3315 | 2025-03-02T04:20:29.448Z | info: running `cargo check --bins` on sled-hardware (147/199) |
3316 | 2025-03-02T04:20:30.081Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3317 | 2025-03-02T04:20:30.084Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3318 | 2025-03-02T04:20:30.084Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3319 | 2025-03-02T04:20:30.087Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
3320 | 2025-03-02T04:20:30.171Z | |
3321 | 2025-03-02T04:20:30.171Z | info: running `cargo check --bins --no-default-features` on sled-storage (148/199) |
3322 | 2025-03-02T04:20:30.809Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3323 | 2025-03-02T04:20:30.812Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3324 | 2025-03-02T04:20:30.812Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3325 | 2025-03-02T04:20:30.815Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
3326 | 2025-03-02T04:20:30.903Z | |
3327 | 2025-03-02T04:20:30.903Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (149/199) |
3328 | 2025-03-02T04:20:31.540Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3329 | 2025-03-02T04:20:31.544Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3330 | 2025-03-02T04:20:31.544Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3331 | 2025-03-02T04:20:31.549Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
3332 | 2025-03-02T04:20:31.642Z | |
3333 | 2025-03-02T04:20:31.642Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (150/199) |
3334 | 2025-03-02T04:20:32.318Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3335 | 2025-03-02T04:20:32.322Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3336 | 2025-03-02T04:20:32.322Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3337 | 2025-03-02T04:20:32.325Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
3338 | 2025-03-02T04:20:32.413Z | |
3339 | 2025-03-02T04:20:32.413Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (151/199) |
3340 | 2025-03-02T04:20:33.073Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3341 | 2025-03-02T04:20:33.076Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3342 | 2025-03-02T04:20:33.076Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3343 | 2025-03-02T04:20:33.080Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
3344 | 2025-03-02T04:20:33.171Z | |
3345 | 2025-03-02T04:20:33.171Z | info: running `cargo check --bins` on nexus-test-interface (152/199) |
3346 | 2025-03-02T04:20:33.835Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3347 | 2025-03-02T04:20:33.838Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3348 | 2025-03-02T04:20:33.838Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3349 | 2025-03-02T04:20:33.841Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
3350 | 2025-03-02T04:20:33.929Z | |
3351 | 2025-03-02T04:20:33.929Z | info: running `cargo check --bins` on oximeter-collector (153/199) |
3352 | 2025-03-02T04:20:34.586Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3353 | 2025-03-02T04:20:34.589Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3354 | 2025-03-02T04:20:34.714Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3355 | 2025-03-02T04:20:34.715Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3356 | 2025-03-02T04:20:35.624Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3357 | 2025-03-02T04:20:37.729Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.79s |
3358 | 2025-03-02T04:20:37.949Z | |
3359 | 2025-03-02T04:20:37.949Z | info: running `cargo check --bins` on oximeter-api (154/199) |
3360 | 2025-03-02T04:20:38.576Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3361 | 2025-03-02T04:20:38.579Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3362 | 2025-03-02T04:20:38.579Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3363 | 2025-03-02T04:20:38.582Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
3364 | 2025-03-02T04:20:38.664Z | |
3365 | 2025-03-02T04:20:38.664Z | info: running `cargo check --bins` on cert-dev (155/199) |
3366 | 2025-03-02T04:20:39.286Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3367 | 2025-03-02T04:20:39.289Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3368 | 2025-03-02T04:20:39.379Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
3369 | 2025-03-02T04:20:39.679Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.00s |
3370 | 2025-03-02T04:20:39.871Z | |
3371 | 2025-03-02T04:20:39.871Z | info: running `cargo check --bins` on clickana (156/199) |
3372 | 2025-03-02T04:20:40.504Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3373 | 2025-03-02T04:20:40.509Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3374 | 2025-03-02T04:20:40.606Z | Checking itertools v0.13.0 |
3375 | 2025-03-02T04:20:40.606Z | Checking castaway v0.2.3 |
3376 | 2025-03-02T04:20:40.609Z | Checking lru v0.12.5 |
3377 | 2025-03-02T04:20:40.609Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
3378 | 2025-03-02T04:20:40.609Z | Compiling instability v0.3.2 |
3379 | 2025-03-02T04:20:40.609Z | Checking cassowary v0.3.0 |
3380 | 2025-03-02T04:20:40.609Z | Compiling indoc v2.0.5 |
3381 | 2025-03-02T04:20:40.833Z | Checking compact_str v0.8.0 |
3382 | 2025-03-02T04:20:42.458Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3383 | 2025-03-02T04:20:42.578Z | Checking unicode-truncate v1.1.0 |
3384 | 2025-03-02T04:20:42.737Z | Checking ratatui v0.29.0 |
3385 | 2025-03-02T04:20:44.720Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
3386 | 2025-03-02T04:20:45.603Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.72s |
3387 | 2025-03-02T04:20:45.802Z | |
3388 | 2025-03-02T04:20:45.802Z | info: running `cargo check --bins` on clickhouse-cluster-dev (157/199) |
3389 | 2025-03-02T04:20:46.482Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3390 | 2025-03-02T04:20:46.485Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3391 | 2025-03-02T04:20:46.600Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3392 | 2025-03-02T04:20:46.600Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
3393 | 2025-03-02T04:20:47.709Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
3394 | 2025-03-02T04:20:48.209Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
3395 | 2025-03-02T04:20:48.586Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.77s |
3396 | 2025-03-02T04:20:48.792Z | |
3397 | 2025-03-02T04:20:48.792Z | info: running `cargo check --bins` on ch-dev (158/199) |
3398 | 2025-03-02T04:20:49.429Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3399 | 2025-03-02T04:20:49.432Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3400 | 2025-03-02T04:20:49.534Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3401 | 2025-03-02T04:20:50.337Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.53s |
3402 | 2025-03-02T04:20:50.537Z | |
3403 | 2025-03-02T04:20:50.537Z | info: running `cargo check --bins` on crdb-seed (159/199) |
3404 | 2025-03-02T04:20:51.187Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3405 | 2025-03-02T04:20:51.190Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3406 | 2025-03-02T04:20:51.293Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3407 | 2025-03-02T04:20:51.670Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s |
3408 | 2025-03-02T04:20:51.868Z | |
3409 | 2025-03-02T04:20:51.868Z | info: running `cargo check --bins` on db-dev (160/199) |
3410 | 2025-03-02T04:20:52.510Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3411 | 2025-03-02T04:20:52.513Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3412 | 2025-03-02T04:20:52.627Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3413 | 2025-03-02T04:20:53.441Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.56s |
3414 | 2025-03-02T04:20:53.645Z | |
3415 | 2025-03-02T04:20:53.645Z | info: running `cargo check --bins` on omicron-dev-lib (161/199) |
3416 | 2025-03-02T04:20:54.304Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3417 | 2025-03-02T04:20:54.307Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3418 | 2025-03-02T04:20:54.307Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3419 | 2025-03-02T04:20:54.310Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
3420 | 2025-03-02T04:20:54.402Z | |
3421 | 2025-03-02T04:20:54.402Z | info: running `cargo check --bins` on xtask-downloader (162/199) |
3422 | 2025-03-02T04:20:55.017Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3423 | 2025-03-02T04:20:55.020Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3424 | 2025-03-02T04:20:55.114Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3425 | 2025-03-02T04:20:56.035Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.62s |
3426 | 2025-03-02T04:20:56.226Z | |
3427 | 2025-03-02T04:20:56.226Z | info: running `cargo check --bins` on omicron-ls-apis (163/199) |
3428 | 2025-03-02T04:20:56.850Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3429 | 2025-03-02T04:20:56.853Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3430 | 2025-03-02T04:20:56.943Z | Checking cargo-platform v0.1.8 |
3431 | 2025-03-02T04:20:57.236Z | Checking cargo_metadata v0.19.1 |
3432 | 2025-03-02T04:20:58.337Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
3433 | 2025-03-02T04:20:59.216Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.98s |
3434 | 2025-03-02T04:20:59.414Z | |
3435 | 2025-03-02T04:20:59.414Z | info: running `cargo check --bins` on mgs-dev (164/199) |
3436 | 2025-03-02T04:21:00.114Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3437 | 2025-03-02T04:21:00.117Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3438 | 2025-03-02T04:21:00.254Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3439 | 2025-03-02T04:21:01.813Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3440 | 2025-03-02T04:21:02.407Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3441 | 2025-03-02T04:21:02.977Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.55s |
3442 | 2025-03-02T04:21:03.216Z | |
3443 | 2025-03-02T04:21:03.216Z | info: running `cargo check --bins` on omicron-omdb (165/199) |
3444 | 2025-03-02T04:21:03.940Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3445 | 2025-03-02T04:21:03.943Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3446 | 2025-03-02T04:21:04.127Z | Compiling crunchy v0.2.2 |
3447 | 2025-03-02T04:21:04.127Z | Compiling tiny-keccak v2.0.2 |
3448 | 2025-03-02T04:21:04.130Z | Compiling dsl_auto_type v0.1.2 |
3449 | 2025-03-02T04:21:04.130Z | Checking scheduled-thread-pool v0.2.7 |
3450 | 2025-03-02T04:21:04.130Z | Compiling diesel_table_macro_syntax v0.2.0 |
3451 | 2025-03-02T04:21:04.278Z | Compiling ascii-canvas v3.0.0 |
3452 | 2025-03-02T04:21:04.281Z | Compiling ena v0.14.3 |
3453 | 2025-03-02T04:21:04.282Z | Compiling diff v0.1.13 |
3454 | 2025-03-02T04:21:04.583Z | Compiling bindgen v0.71.1 |
3455 | 2025-03-02T04:21:04.621Z | Checking r2d2 v0.8.10 |
3456 | 2025-03-02T04:21:04.698Z | Compiling regex-syntax v0.6.29 |
3457 | 2025-03-02T04:21:04.720Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3458 | 2025-03-02T04:21:04.822Z | Compiling rustc-hash v2.1.1 |
3459 | 2025-03-02T04:21:04.852Z | Compiling ref-cast v1.0.23 |
3460 | 2025-03-02T04:21:04.926Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3461 | 2025-03-02T04:21:04.948Z | Compiling derive_builder_core v0.20.2 |
3462 | 2025-03-02T04:21:05.020Z | Compiling libxml v0.3.3 |
3463 | 2025-03-02T04:21:05.249Z | Compiling ref-cast-impl v1.0.23 |
3464 | 2025-03-02T04:21:05.407Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3465 | 2025-03-02T04:21:05.519Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3466 | 2025-03-02T04:21:05.568Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
3467 | 2025-03-02T04:21:05.610Z | Compiling diesel_derives v2.2.3 |
3468 | 2025-03-02T04:21:05.914Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3469 | 2025-03-02T04:21:05.936Z | Compiling strum_macros v0.24.3 |
3470 | 2025-03-02T04:21:06.312Z | Compiling indoc v1.0.9 |
3471 | 2025-03-02T04:21:07.194Z | Compiling derive_builder_macro v0.20.2 |
3472 | 2025-03-02T04:21:07.217Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
3473 | 2025-03-02T04:21:07.547Z | Compiling oso-derive v0.27.3 |
3474 | 2025-03-02T04:21:07.966Z | Checking derive_builder v0.20.2 |
3475 | 2025-03-02T04:21:08.116Z | Compiling lalrpop v0.19.12 |
3476 | 2025-03-02T04:21:08.136Z | Compiling impl-trait-for-tuples v0.2.2 |
3477 | 2025-03-02T04:21:08.561Z | Checking quick-xml v0.37.2 |
3478 | 2025-03-02T04:21:08.564Z | Compiling diesel-dtrace v0.4.2 |
3479 | 2025-03-02T04:21:08.940Z | Checking maplit v1.0.2 |
3480 | 2025-03-02T04:21:09.149Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3481 | 2025-03-02T04:21:09.195Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3482 | 2025-03-02T04:21:09.532Z | Checking bb8 v0.8.5 |
3483 | 2025-03-02T04:21:10.028Z | Checking io-lifetimes v1.0.11 |
3484 | 2025-03-02T04:21:10.058Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3485 | 2025-03-02T04:21:10.237Z | Checking rustix v0.37.28 |
3486 | 2025-03-02T04:21:10.377Z | Checking rand_seeder v0.3.0 |
3487 | 2025-03-02T04:21:10.631Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3488 | 2025-03-02T04:21:10.690Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3489 | 2025-03-02T04:21:10.721Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3490 | 2025-03-02T04:21:10.832Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3491 | 2025-03-02T04:21:11.210Z | Checking is_ci v1.2.0 |
3492 | 2025-03-02T04:21:11.298Z | Checking terminal_size v0.2.6 |
3493 | 2025-03-02T04:21:11.363Z | Checking smawk v0.3.2 |
3494 | 2025-03-02T04:21:11.495Z | Checking unicode-linebreak v0.1.5 |
3495 | 2025-03-02T04:21:11.603Z | Checking supports-color v3.0.2 |
3496 | 2025-03-02T04:21:11.876Z | Checking multimap v0.10.0 |
3497 | 2025-03-02T04:21:11.945Z | Checking textwrap v0.16.1 |
3498 | 2025-03-02T04:21:13.046Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3499 | 2025-03-02T04:21:14.508Z | Checking diesel v2.2.7 |
3500 | 2025-03-02T04:21:30.214Z | Compiling samael v0.0.18 |
3501 | 2025-03-02T04:21:47.779Z | Checking async-bb8-diesel v0.2.1 |
3502 | 2025-03-02T04:21:49.670Z | Compiling polar-core v0.27.3 |
3503 | 2025-03-02T04:21:57.226Z | Checking oso v0.27.3 |
3504 | 2025-03-02T04:23:02.843Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3505 | 2025-03-02T04:23:10.005Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 06s |
3506 | 2025-03-02T04:23:10.235Z | |
3507 | 2025-03-02T04:23:10.235Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (166/199) |
3508 | 2025-03-02T04:23:10.928Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3509 | 2025-03-02T04:23:10.931Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3510 | 2025-03-02T04:23:10.931Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3511 | 2025-03-02T04:23:10.935Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
3512 | 2025-03-02T04:23:11.029Z | |
3513 | 2025-03-02T04:23:11.029Z | info: running `cargo check --bins` on nexus-saga-recovery (167/199) |
3514 | 2025-03-02T04:23:11.701Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3515 | 2025-03-02T04:23:11.706Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3516 | 2025-03-02T04:23:11.706Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3517 | 2025-03-02T04:23:11.709Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
3518 | 2025-03-02T04:23:11.800Z | |
3519 | 2025-03-02T04:23:11.800Z | info: running `cargo check --bins` on nexus-test-utils-macros (168/199) |
3520 | 2025-03-02T04:23:12.427Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3521 | 2025-03-02T04:23:12.431Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3522 | 2025-03-02T04:23:12.431Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3523 | 2025-03-02T04:23:12.434Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
3524 | 2025-03-02T04:23:12.516Z | |
3525 | 2025-03-02T04:23:12.516Z | info: running `cargo check --bins` on omicron-nexus (169/199) |
3526 | 2025-03-02T04:23:13.240Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3527 | 2025-03-02T04:23:13.243Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3528 | 2025-03-02T04:23:13.445Z | Compiling libz-sys v1.1.20 |
3529 | 2025-03-02T04:23:13.448Z | Compiling libgit2-sys v0.17.0+1.8.1 |
3530 | 2025-03-02T04:23:13.584Z | Compiling vergen v8.3.2 |
3531 | 2025-03-02T04:23:13.587Z | Compiling cargo-platform v0.1.8 |
3532 | 2025-03-02T04:23:13.587Z | Compiling pin-project-internal v1.1.6 |
3533 | 2025-03-02T04:23:13.601Z | Compiling snafu-derive v0.8.5 |
3534 | 2025-03-02T04:23:13.604Z | Compiling buf-list v1.0.3 |
3535 | 2025-03-02T04:23:13.605Z | Compiling rustls v0.21.12 |
3536 | 2025-03-02T04:23:13.907Z | Checking globset v0.4.15 |
3537 | 2025-03-02T04:23:13.965Z | Compiling cargo_metadata v0.18.1 |
3538 | 2025-03-02T04:23:14.163Z | Checking olpc-cjson v0.1.4 |
3539 | 2025-03-02T04:23:14.381Z | Checking rustls-webpki v0.101.7 |
3540 | 2025-03-02T04:23:14.401Z | Checking sct v0.7.1 |
3541 | 2025-03-02T04:23:14.405Z | Checking serde_plain v1.0.2 |
3542 | 2025-03-02T04:23:14.493Z | Checking typed-path v0.9.3 |
3543 | 2025-03-02T04:23:14.676Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
3544 | 2025-03-02T04:23:14.935Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3545 | 2025-03-02T04:23:14.991Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3546 | 2025-03-02T04:23:15.244Z | Checking parse-size v1.1.0 |
3547 | 2025-03-02T04:23:15.395Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3548 | 2025-03-02T04:23:15.423Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
3549 | 2025-03-02T04:23:16.316Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
3550 | 2025-03-02T04:23:16.373Z | Checking pin-project v1.1.6 |
3551 | 2025-03-02T04:23:16.437Z | Checking rustls-pemfile v1.0.4 |
3552 | 2025-03-02T04:23:16.488Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3553 | 2025-03-02T04:23:16.507Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3554 | 2025-03-02T04:23:16.641Z | Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
3555 | 2025-03-02T04:23:16.802Z | Checking twox-hash v2.1.0 |
3556 | 2025-03-02T04:23:16.990Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
3557 | 2025-03-02T04:23:17.043Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3558 | 2025-03-02T04:23:17.427Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3559 | 2025-03-02T04:23:18.131Z | Checking tokio-rustls v0.24.1 |
3560 | 2025-03-02T04:23:18.330Z | Checking snafu v0.8.5 |
3561 | 2025-03-02T04:23:18.487Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3562 | 2025-03-02T04:23:18.791Z | Checking tough v0.19.0 |
3563 | 2025-03-02T04:23:18.834Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3564 | 2025-03-02T04:23:19.018Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
3565 | 2025-03-02T04:23:19.117Z | Checking fatfs v0.3.6 |
3566 | 2025-03-02T04:23:19.160Z | Checking assert_matches v1.5.0 |
3567 | 2025-03-02T04:23:22.853Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3568 | 2025-03-02T04:23:24.150Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3569 | 2025-03-02T04:23:25.606Z | Compiling git2 v0.19.0 |
3570 | 2025-03-02T04:23:29.890Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
3571 | 2025-03-02T04:24:34.481Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 21s |
3572 | 2025-03-02T04:24:34.724Z | |
3573 | 2025-03-02T04:24:34.724Z | info: running `cargo check --bins` on nexus-external-api (170/199) |
3574 | 2025-03-02T04:24:35.426Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3575 | 2025-03-02T04:24:35.429Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3576 | 2025-03-02T04:24:35.429Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3577 | 2025-03-02T04:24:35.432Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
3578 | 2025-03-02T04:24:35.517Z | |
3579 | 2025-03-02T04:24:35.517Z | info: running `cargo check --bins` on nexus-internal-api (171/199) |
3580 | 2025-03-02T04:24:36.171Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3581 | 2025-03-02T04:24:36.175Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3582 | 2025-03-02T04:24:36.175Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3583 | 2025-03-02T04:24:36.178Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
3584 | 2025-03-02T04:24:36.265Z | |
3585 | 2025-03-02T04:24:36.265Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (172/199) |
3586 | 2025-03-02T04:24:36.926Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3587 | 2025-03-02T04:24:36.929Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3588 | 2025-03-02T04:24:36.929Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3589 | 2025-03-02T04:24:36.932Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
3590 | 2025-03-02T04:24:37.016Z | |
3591 | 2025-03-02T04:24:37.016Z | info: running `cargo check --bins` on nexus-networking (173/199) |
3592 | 2025-03-02T04:24:37.693Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3593 | 2025-03-02T04:24:37.696Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3594 | 2025-03-02T04:24:37.696Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3595 | 2025-03-02T04:24:37.700Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
3596 | 2025-03-02T04:24:37.790Z | |
3597 | 2025-03-02T04:24:37.790Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (174/199) |
3598 | 2025-03-02T04:24:38.468Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3599 | 2025-03-02T04:24:38.472Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3600 | 2025-03-02T04:24:38.472Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3601 | 2025-03-02T04:24:38.475Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
3602 | 2025-03-02T04:24:38.564Z | |
3603 | 2025-03-02T04:24:38.564Z | info: running `cargo check --bins` on nexus-reconfigurator-rendezvous (175/199) |
3604 | 2025-03-02T04:24:39.243Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3605 | 2025-03-02T04:24:39.246Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3606 | 2025-03-02T04:24:39.246Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3607 | 2025-03-02T04:24:39.250Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
3608 | 2025-03-02T04:24:39.345Z | |
3609 | 2025-03-02T04:24:39.345Z | info: running `cargo check --bins` on update-common (176/199) |
3610 | 2025-03-02T04:24:39.996Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3611 | 2025-03-02T04:24:40.000Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3612 | 2025-03-02T04:24:40.000Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3613 | 2025-03-02T04:24:40.003Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
3614 | 2025-03-02T04:24:40.092Z | |
3615 | 2025-03-02T04:24:40.092Z | info: running `cargo check --bins` on tufaceous-lib (177/199) |
3616 | 2025-03-02T04:24:40.736Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3617 | 2025-03-02T04:24:40.739Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3618 | 2025-03-02T04:24:40.739Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3619 | 2025-03-02T04:24:40.742Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
3620 | 2025-03-02T04:24:40.828Z | |
3621 | 2025-03-02T04:24:40.828Z | info: running `cargo check --bins` on tufaceous (178/199) |
3622 | 2025-03-02T04:24:41.457Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3623 | 2025-03-02T04:24:41.461Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3624 | 2025-03-02T04:24:41.564Z | Checking omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata) |
3625 | 2025-03-02T04:24:41.872Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3626 | 2025-03-02T04:24:42.980Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3627 | 2025-03-02T04:24:43.832Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.99s |
3628 | 2025-03-02T04:24:44.024Z | |
3629 | 2025-03-02T04:24:44.024Z | info: running `cargo check --bins` on omicron-dev (179/199) |
3630 | 2025-03-02T04:24:44.801Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3631 | 2025-03-02T04:24:44.804Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3632 | 2025-03-02T04:24:45.016Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3633 | 2025-03-02T04:24:45.019Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3634 | 2025-03-02T04:24:45.166Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3635 | 2025-03-02T04:24:45.169Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3636 | 2025-03-02T04:24:46.234Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3637 | 2025-03-02T04:25:17.110Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3638 | 2025-03-02T04:25:17.113Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3639 | 2025-03-02T04:25:17.113Z | Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
3640 | 2025-03-02T04:25:17.113Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3641 | 2025-03-02T04:25:17.114Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3642 | 2025-03-02T04:25:17.114Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3643 | 2025-03-02T04:25:18.051Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3644 | 2025-03-02T04:25:19.430Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3645 | 2025-03-02T04:26:06.980Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 22s |
3646 | 2025-03-02T04:26:07.224Z | |
3647 | 2025-03-02T04:26:07.224Z | info: running `cargo check --bins` on openapi-manager (180/199) |
3648 | 2025-03-02T04:26:07.918Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3649 | 2025-03-02T04:26:07.921Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3650 | 2025-03-02T04:26:08.057Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
3651 | 2025-03-02T04:26:08.060Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
3652 | 2025-03-02T04:26:08.174Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
3653 | 2025-03-02T04:26:08.202Z | Compiling proc-macro-error-attr2 v2.0.0 |
3654 | 2025-03-02T04:26:08.205Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3655 | 2025-03-02T04:26:08.219Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
3656 | 2025-03-02T04:26:08.254Z | Checking papergrid v0.14.0 |
3657 | 2025-03-02T04:26:08.272Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
3658 | 2025-03-02T04:26:08.469Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
3659 | 2025-03-02T04:26:08.571Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
3660 | 2025-03-02T04:26:08.850Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
3661 | 2025-03-02T04:26:08.975Z | Compiling proc-macro-error2 v2.0.1 |
3662 | 2025-03-02T04:26:09.602Z | Compiling tabled_derive v0.10.0 |
3663 | 2025-03-02T04:26:09.848Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3664 | 2025-03-02T04:26:10.034Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3665 | 2025-03-02T04:26:10.097Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
3666 | 2025-03-02T04:26:10.500Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
3667 | 2025-03-02T04:26:11.054Z | Checking heck v0.4.1 |
3668 | 2025-03-02T04:26:11.141Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3669 | 2025-03-02T04:26:11.279Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3670 | 2025-03-02T04:26:11.680Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
3671 | 2025-03-02T04:26:11.713Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
3672 | 2025-03-02T04:26:12.223Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
3673 | 2025-03-02T04:26:12.322Z | Checking tabled v0.18.0 |
3674 | 2025-03-02T04:26:12.407Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3675 | 2025-03-02T04:26:12.703Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3676 | 2025-03-02T04:26:12.722Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3677 | 2025-03-02T04:26:12.739Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
3678 | 2025-03-02T04:26:14.626Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3679 | 2025-03-02T04:26:14.629Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3680 | 2025-03-02T04:26:17.771Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3681 | 2025-03-02T04:26:19.496Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3682 | 2025-03-02T04:26:24.480Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3683 | 2025-03-02T04:26:24.480Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3684 | 2025-03-02T04:26:25.835Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3685 | 2025-03-02T04:26:27.344Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.10s |
3686 | 2025-03-02T04:26:27.549Z | |
3687 | 2025-03-02T04:26:27.549Z | info: running `cargo check --bins` on installinator-api (181/199) |
3688 | 2025-03-02T04:26:28.190Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3689 | 2025-03-02T04:26:28.194Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3690 | 2025-03-02T04:26:28.194Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3691 | 2025-03-02T04:26:28.197Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
3692 | 2025-03-02T04:26:28.282Z | |
3693 | 2025-03-02T04:26:28.282Z | info: running `cargo check --bins` on wicketd-api (182/199) |
3694 | 2025-03-02T04:26:28.945Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3695 | 2025-03-02T04:26:28.948Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3696 | 2025-03-02T04:26:28.948Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3697 | 2025-03-02T04:26:28.951Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
3698 | 2025-03-02T04:26:29.042Z | |
3699 | 2025-03-02T04:26:29.042Z | info: running `cargo check --bins` on omicron-pins (183/199) |
3700 | 2025-03-02T04:26:29.670Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3701 | 2025-03-02T04:26:29.673Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3702 | 2025-03-02T04:26:29.673Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3703 | 2025-03-02T04:26:29.676Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
3704 | 2025-03-02T04:26:29.756Z | |
3705 | 2025-03-02T04:26:29.756Z | info: running `cargo check --bins` on reconfigurator-cli (184/199) |
3706 | 2025-03-02T04:26:30.431Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3707 | 2025-03-02T04:26:30.434Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3708 | 2025-03-02T04:26:30.554Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3709 | 2025-03-02T04:26:30.554Z | Compiling petname v2.0.2 |
3710 | 2025-03-02T04:26:30.557Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3711 | 2025-03-02T04:26:30.557Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3712 | 2025-03-02T04:26:30.557Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
3713 | 2025-03-02T04:26:30.557Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
3714 | 2025-03-02T04:26:30.725Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3715 | 2025-03-02T04:26:30.757Z | Checking sync-ptr v0.1.1 |
3716 | 2025-03-02T04:26:36.089Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3717 | 2025-03-02T04:26:36.739Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3718 | 2025-03-02T04:26:38.072Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
3719 | 2025-03-02T04:26:39.734Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.96s |
3720 | 2025-03-02T04:26:39.935Z | |
3721 | 2025-03-02T04:26:39.935Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (185/199) |
3722 | 2025-03-02T04:26:40.628Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3723 | 2025-03-02T04:26:40.632Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3724 | 2025-03-02T04:26:40.632Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3725 | 2025-03-02T04:26:40.636Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
3726 | 2025-03-02T04:26:40.728Z | |
3727 | 2025-03-02T04:26:40.728Z | info: running `cargo check --bins` on omicron-releng (186/199) |
3728 | 2025-03-02T04:26:41.391Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3729 | 2025-03-02T04:26:41.394Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3730 | 2025-03-02T04:26:41.497Z | Checking memmap2 v0.9.5 |
3731 | 2025-03-02T04:26:41.497Z | Checking arrayref v0.3.9 |
3732 | 2025-03-02T04:26:41.500Z | Checking constant_time_eq v0.3.1 |
3733 | 2025-03-02T04:26:41.500Z | Checking arrayvec v0.7.6 |
3734 | 2025-03-02T04:26:41.500Z | Checking topological-sort v0.2.2 |
3735 | 2025-03-02T04:26:41.500Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
3736 | 2025-03-02T04:26:41.500Z | Checking shell-words v1.1.0 |
3737 | 2025-03-02T04:26:41.947Z | Checking blake3 v1.5.4 |
3738 | 2025-03-02T04:26:42.299Z | Checking omicron-zone-package v0.12.0 |
3739 | 2025-03-02T04:26:43.523Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3740 | 2025-03-02T04:26:44.541Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.80s |
3741 | 2025-03-02T04:26:44.732Z | |
3742 | 2025-03-02T04:26:44.732Z | info: running `cargo check --bins` on xtask (187/199) |
3743 | 2025-03-02T04:26:45.216Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3744 | 2025-03-02T04:26:45.220Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3745 | 2025-03-02T04:26:45.236Z | Checking bitflags v2.6.0 |
3746 | 2025-03-02T04:26:45.240Z | Checking serde v1.0.218 |
3747 | 2025-03-02T04:26:45.240Z | Checking thiserror v1.0.69 |
3748 | 2025-03-02T04:26:45.342Z | Checking scroll v0.12.0 |
3749 | 2025-03-02T04:26:45.345Z | Checking log v0.4.22 |
3750 | 2025-03-02T04:26:45.353Z | Checking hashbrown v0.15.1 |
3751 | 2025-03-02T04:26:45.364Z | Checking zerocopy v0.7.35 |
3752 | 2025-03-02T04:26:45.387Z | Checking syn v2.0.98 |
3753 | 2025-03-02T04:26:45.450Z | Checking pest v2.7.14 |
3754 | 2025-03-02T04:26:45.578Z | Checking rustix v0.38.37 |
3755 | 2025-03-02T04:26:45.603Z | Checking once_cell v1.20.3 |
3756 | 2025-03-02T04:26:45.797Z | Checking goblin v0.8.2 |
3757 | 2025-03-02T04:26:45.907Z | Checking thiserror v2.0.11 |
3758 | 2025-03-02T04:26:46.059Z | Checking fs-err v2.11.0 |
3759 | 2025-03-02T04:26:46.343Z | Checking indexmap v2.7.1 |
3760 | 2025-03-02T04:26:46.408Z | Checking tabled v0.15.0 |
3761 | 2025-03-02T04:26:46.611Z | Checking anyhow v1.0.96 |
3762 | 2025-03-02T04:26:47.464Z | Checking terminal_size v0.4.0 |
3763 | 2025-03-02T04:26:47.468Z | Checking tempfile v3.13.0 |
3764 | 2025-03-02T04:26:47.656Z | Checking clap_builder v4.5.31 |
3765 | 2025-03-02T04:26:48.012Z | Checking dtrace-parser v0.2.0 |
3766 | 2025-03-02T04:26:49.654Z | Checking serde_json v1.0.139 |
3767 | 2025-03-02T04:26:49.654Z | Checking toml_datetime v0.6.8 |
3768 | 2025-03-02T04:26:49.657Z | Checking serde_spanned v0.6.8 |
3769 | 2025-03-02T04:26:49.657Z | Checking camino v1.1.9 |
3770 | 2025-03-02T04:26:49.657Z | Checking cargo-platform v0.1.8 |
3771 | 2025-03-02T04:26:49.657Z | Checking semver v1.0.25 |
3772 | 2025-03-02T04:26:49.880Z | Checking macaddr v1.0.1 |
3773 | 2025-03-02T04:26:49.951Z | Checking toml_edit v0.22.24 |
3774 | 2025-03-02T04:26:50.088Z | Checking clap v4.5.31 |
3775 | 2025-03-02T04:26:50.203Z | Checking camino-tempfile v1.1.1 |
3776 | 2025-03-02T04:26:50.810Z | Checking dof v0.3.0 |
3777 | 2025-03-02T04:26:50.810Z | Checking cargo_metadata v0.19.1 |
3778 | 2025-03-02T04:26:51.218Z | Checking usdt-impl v0.5.0 |
3779 | 2025-03-02T04:26:51.604Z | Checking usdt v0.5.0 |
3780 | 2025-03-02T04:26:51.781Z | Checking toml v0.8.20 |
3781 | 2025-03-02T04:26:52.260Z | Checking cargo_toml v0.21.0 |
3782 | 2025-03-02T04:26:53.505Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3783 | 2025-03-02T04:26:54.165Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.42s |
3784 | 2025-03-02T04:26:54.284Z | |
3785 | 2025-03-02T04:26:54.284Z | info: running `cargo check --bins` on end-to-end-tests (188/199) |
3786 | 2025-03-02T04:26:54.993Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3787 | 2025-03-02T04:26:54.996Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3788 | 2025-03-02T04:26:55.150Z | Checking polyval v0.6.2 |
3789 | 2025-03-02T04:26:55.270Z | Checking ctr v0.9.2 |
3790 | 2025-03-02T04:26:55.285Z | Checking ssh-encoding v0.2.0 |
3791 | 2025-03-02T04:26:55.285Z | Checking blowfish v0.9.1 |
3792 | 2025-03-02T04:26:55.316Z | Checking password-hash v0.4.2 |
3793 | 2025-03-02T04:26:55.333Z | Checking p521 v0.13.3 |
3794 | 2025-03-02T04:26:55.333Z | Checking p256 v0.13.2 |
3795 | 2025-03-02T04:26:55.338Z | Checking russh-cryptovec v0.7.3 |
3796 | 2025-03-02T04:26:55.500Z | Checking ghash v0.5.1 |
3797 | 2025-03-02T04:26:55.522Z | Checking bcrypt-pbkdf v0.10.0 |
3798 | 2025-03-02T04:26:55.526Z | Checking md5 v0.7.0 |
3799 | 2025-03-02T04:26:55.595Z | Checking num-bigint v0.4.6 |
3800 | 2025-03-02T04:26:55.614Z | Checking des v0.8.1 |
3801 | 2025-03-02T04:26:55.689Z | Checking aes-gcm v0.10.3 |
3802 | 2025-03-02T04:26:55.724Z | Checking pbkdf2 v0.11.0 |
3803 | 2025-03-02T04:26:55.786Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
3804 | 2025-03-02T04:26:55.831Z | Checking hex-literal v0.4.1 |
3805 | 2025-03-02T04:26:55.854Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3806 | 2025-03-02T04:26:55.879Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3807 | 2025-03-02T04:26:55.920Z | Checking ssh-cipher v0.2.0 |
3808 | 2025-03-02T04:26:55.985Z | Checking internet-checksum v0.2.1 |
3809 | 2025-03-02T04:26:56.223Z | Checking ssh-key v0.6.6 |
3810 | 2025-03-02T04:26:56.445Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
3811 | 2025-03-02T04:26:57.449Z | Checking russh-keys v0.45.0 |
3812 | 2025-03-02T04:26:58.361Z | Checking russh v0.45.0 |
3813 | 2025-03-02T04:27:17.430Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3814 | 2025-03-02T04:27:18.942Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.64s |
3815 | 2025-03-02T04:27:19.175Z | |
3816 | 2025-03-02T04:27:19.175Z | info: running `cargo check --bins` on gateway-cli (189/199) |
3817 | 2025-03-02T04:27:19.819Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3818 | 2025-03-02T04:27:19.823Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3819 | 2025-03-02T04:27:19.925Z | Checking termios v0.3.3 |
3820 | 2025-03-02T04:27:20.164Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3821 | 2025-03-02T04:27:21.041Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.85s |
3822 | 2025-03-02T04:27:21.240Z | |
3823 | 2025-03-02T04:27:21.240Z | info: running `cargo check --bins --no-default-features` on installinator (190/199) |
3824 | 2025-03-02T04:27:21.914Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3825 | 2025-03-02T04:27:21.917Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3826 | 2025-03-02T04:27:22.038Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3827 | 2025-03-02T04:27:22.038Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3828 | 2025-03-02T04:27:22.041Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3829 | 2025-03-02T04:27:22.041Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3830 | 2025-03-02T04:27:23.127Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3831 | 2025-03-02T04:27:24.486Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3832 | 2025-03-02T04:27:26.418Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.17s |
3833 | 2025-03-02T04:27:26.639Z | |
3834 | 2025-03-02T04:27:26.639Z | info: running `cargo check --bins` on internal-dns-cli (191/199) |
3835 | 2025-03-02T04:27:27.261Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3836 | 2025-03-02T04:27:27.265Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3837 | 2025-03-02T04:27:27.361Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3838 | 2025-03-02T04:27:27.858Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.21s |
3839 | 2025-03-02T04:27:28.056Z | |
3840 | 2025-03-02T04:27:28.056Z | info: running `cargo check --bins` on omicron-live-tests (192/199) |
3841 | 2025-03-02T04:27:28.675Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3842 | 2025-03-02T04:27:28.679Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3843 | 2025-03-02T04:27:28.679Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3844 | 2025-03-02T04:27:28.682Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
3845 | 2025-03-02T04:27:28.767Z | |
3846 | 2025-03-02T04:27:28.767Z | info: running `cargo check --bins` on live-tests-macros (193/199) |
3847 | 2025-03-02T04:27:29.380Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3848 | 2025-03-02T04:27:29.385Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3849 | 2025-03-02T04:27:29.385Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3850 | 2025-03-02T04:27:29.389Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3851 | 2025-03-02T04:27:29.469Z | |
3852 | 2025-03-02T04:27:29.469Z | info: running `cargo check --bins` on omicron-package (194/199) |
3853 | 2025-03-02T04:27:30.110Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3854 | 2025-03-02T04:27:30.113Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3855 | 2025-03-02T04:27:30.219Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3856 | 2025-03-02T04:27:31.683Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.20s |
3857 | 2025-03-02T04:27:31.881Z | |
3858 | 2025-03-02T04:27:31.882Z | info: running `cargo check --bins` on wicket-dbg (195/199) |
3859 | 2025-03-02T04:27:32.544Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3860 | 2025-03-02T04:27:32.547Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3861 | 2025-03-02T04:27:32.669Z | Checking rtoolbox v0.0.2 |
3862 | 2025-03-02T04:27:32.672Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3863 | 2025-03-02T04:27:32.672Z | Checking tui-tree-widget v0.23.0 |
3864 | 2025-03-02T04:27:32.931Z | Checking rpassword v7.3.1 |
3865 | 2025-03-02T04:27:37.715Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3866 | 2025-03-02T04:27:40.736Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3867 | 2025-03-02T04:27:41.908Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.01s |
3868 | 2025-03-02T04:27:42.110Z | |
3869 | 2025-03-02T04:27:42.110Z | info: running `cargo check --bins` on wicket (196/199) |
3870 | 2025-03-02T04:27:42.760Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3871 | 2025-03-02T04:27:42.764Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3872 | 2025-03-02T04:27:42.881Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3873 | 2025-03-02T04:27:43.325Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.20s |
3874 | 2025-03-02T04:27:43.542Z | |
3875 | 2025-03-02T04:27:43.542Z | info: running `cargo check --bins` on wicketd (197/199) |
3876 | 2025-03-02T04:27:44.232Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3877 | 2025-03-02T04:27:44.235Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3878 | 2025-03-02T04:27:44.373Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3879 | 2025-03-02T04:27:44.374Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3880 | 2025-03-02T04:27:45.247Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3881 | 2025-03-02T04:27:49.355Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.80s |
3882 | 2025-03-02T04:27:49.561Z | |
3883 | 2025-03-02T04:27:49.561Z | info: running `cargo check --bins` on omicron-workspace-hack (198/199) |
3884 | 2025-03-02T04:27:50.151Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3885 | 2025-03-02T04:27:50.154Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3886 | 2025-03-02T04:27:50.154Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3887 | 2025-03-02T04:27:50.157Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3888 | 2025-03-02T04:27:50.239Z | |
3889 | 2025-03-02T04:27:50.239Z | info: running `cargo check --bins` on zone-setup (199/199) |
3890 | 2025-03-02T04:27:50.900Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3891 | 2025-03-02T04:27:50.903Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3892 | 2025-03-02T04:27:51.013Z | Checking uzers v0.12.1 |
3893 | 2025-03-02T04:27:51.372Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3894 | 2025-03-02T04:27:52.353Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.10s |
3895 | 2025-03-02T04:27:52.567Z | |
3896 | 2025-03-02T04:27:52.567Z | real 14:55.952484158 |
3897 | 2025-03-02T04:27:52.567Z | user 29:11.027933523 |
3898 | 2025-03-02T04:27:52.567Z | sys 4:32.454479575 |
3899 | 2025-03-02T04:27:52.567Z | trap 0.654430458 |
3900 | 2025-03-02T04:27:52.571Z | tflt 0.514867191 |
3901 | 2025-03-02T04:27:52.571Z | dflt 1.500336011 |
3902 | 2025-03-02T04:27:52.571Z | kflt 0.001166174 |
3903 | 2025-03-02T04:27:52.571Z | lock 51:21.525156807 |
3904 | 2025-03-02T04:27:52.571Z | slp 2:21:40.995931215 |
3905 | 2025-03-02T04:27:52.571Z | lat 1:10.200869426 |
3906 | 2025-03-02T04:27:52.571Z | stop 4:08.396082023 |
3907 | 2025-03-02T04:27:52.571Z | process exited: duration 1391559 ms, exit code 0 |
|
3908 | 2025-03-02T04:27:52.578Z | found 0 output files |