|
|
|
1 | 2025-01-31T04:42:00.366Z | job assigned to worker 01JJXAKGEDDQ5GDGAJ786EST59 [factory aws, i-07afad5cb9bafbef8] (queued for 50 s) |
|
2 | 2025-01-31T04:42:07.949Z | starting task 0: "setup" |
3 | 2025-01-31T04:42:07.960Z | ++ uname -s |
4 | 2025-01-31T04:42:07.962Z | + kern=SunOS |
5 | 2025-01-31T04:42:07.962Z | + build_user=build |
6 | 2025-01-31T04:42:07.962Z | + build_uid=12345 |
7 | 2025-01-31T04:42:07.962Z | + work_dir=/work |
8 | 2025-01-31T04:42:07.962Z | + input_dir=/input |
9 | 2025-01-31T04:42:07.962Z | + [[ 0 == 12345 ]] |
10 | 2025-01-31T04:42:07.962Z | + case "$kern" in |
11 | 2025-01-31T04:42:07.962Z | + groupadd -g 12345 build |
12 | 2025-01-31T04:42:07.965Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-01-31T04:42:09.974Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-01-31T04:42:10.091Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-01-31T04:42:10.094Z | + home_fs=zfs |
16 | 2025-01-31T04:42:10.094Z | + [[ zfs == autofs ]] |
17 | 2025-01-31T04:42:10.094Z | + mkdir -p /home/build |
18 | 2025-01-31T04:42:10.097Z | + chown build:build /home/build /work |
19 | 2025-01-31T04:42:12.098Z | + chmod 0700 /home/build /work |
20 | 2025-01-31T04:42:12.101Z | process exited: duration 4154 ms, exit code 0 |
|
21 | 2025-01-31T04:42:12.107Z | starting task 1: "rust-toolchain" |
22 | 2025-01-31T04:42:12.113Z | + printf ' * rust toolchain channel = "%s"\n' 1.84.1 |
23 | 2025-01-31T04:42:12.113Z | * rust toolchain channel = "1.84.1" |
24 | 2025-01-31T04:42:12.113Z | * rust toolchain profile = "default" |
25 | 2025-01-31T04:42:12.113Z | + printf ' * rust toolchain profile = "%s"\n' default |
26 | 2025-01-31T04:42:12.113Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-01-31T04:42:12.113Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-01-31T04:42:12.115Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-01-31T04:42:12.115Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.1 --profile default |
30 | 2025-01-31T04:42:12.261Z | info: downloading installer |
31 | 2025-01-31T04:42:13.794Z | warning: it looks like you have an existing installation of Rust at: |
32 | 2025-01-31T04:42:13.794Z | warning: /opt/ooce/bin |
33 | 2025-01-31T04:42:13.794Z | warning: It is recommended that rustup be the primary Rust installation. |
34 | 2025-01-31T04:42:13.794Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
35 | 2025-01-31T04:42:13.794Z | warning: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-01-31T04:42:13.794Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-01-31T04:42:13.794Z | warning: or pass `-y' to ignore all ignorable checks. |
38 | 2025-01-31T04:42:13.794Z | error: cannot install while Rust is installed |
39 | 2025-01-31T04:42:13.794Z | warning: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-01-31T04:42:13.810Z | info: profile set to 'default' |
41 | 2025-01-31T04:42:13.810Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-01-31T04:42:13.813Z | info: syncing channel updates for '1.84.1-x86_64-unknown-illumos' |
43 | 2025-01-31T04:42:13.966Z | info: latest update on 2025-01-30, rust version 1.84.1 (e71f9a9a9 2025-01-27) |
44 | 2025-01-31T04:42:13.966Z | info: downloading component 'cargo' |
45 | 2025-01-31T04:42:14.842Z | info: downloading component 'clippy' |
46 | 2025-01-31T04:42:15.178Z | info: downloading component 'rust-docs' |
47 | 2025-01-31T04:42:16.371Z | info: downloading component 'rust-std' |
48 | 2025-01-31T04:42:18.304Z | info: downloading component 'rustc' |
49 | 2025-01-31T04:42:25.119Z | info: downloading component 'rustfmt' |
50 | 2025-01-31T04:42:25.374Z | info: installing component 'cargo' |
51 | 2025-01-31T04:42:26.214Z | info: installing component 'clippy' |
52 | 2025-01-31T04:42:26.595Z | info: installing component 'rust-docs' |
53 | 2025-01-31T04:42:28.291Z | info: installing component 'rust-std' |
54 | 2025-01-31T04:42:30.147Z | info: installing component 'rustc' |
55 | 2025-01-31T04:42:36.248Z | info: installing component 'rustfmt' |
56 | 2025-01-31T04:42:36.581Z | info: default toolchain set to '1.84.1-x86_64-unknown-illumos' |
57 | 2025-01-31T04:42:36.581Z | |
58 | 2025-01-31T04:42:36.969Z | 1.84.1-x86_64-unknown-illumos installed - rustc 1.84.1 (e71f9a9a9 2025-01-27) |
59 | 2025-01-31T04:42:36.969Z | |
60 | 2025-01-31T04:42:36.973Z | |
61 | 2025-01-31T04:42:36.973Z | Rust is installed now. Great! |
62 | 2025-01-31T04:42:36.973Z | |
63 | 2025-01-31T04:42:36.973Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-01-31T04:42:36.973Z | environment variable. This has not been done automatically. |
65 | 2025-01-31T04:42:36.973Z | |
66 | 2025-01-31T04:42:36.973Z | To configure your current shell, you need to source |
67 | 2025-01-31T04:42:36.974Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-01-31T04:42:36.974Z | |
69 | 2025-01-31T04:42:36.974Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-01-31T04:42:36.974Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-01-31T04:42:36.974Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-01-31T04:42:37.046Z | + rustup --version |
73 | 2025-01-31T04:42:37.053Z | rustup 1.27.1 (54dd3d00f 2024-04-24) |
74 | 2025-01-31T04:42:37.053Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
75 | 2025-01-31T04:42:37.132Z | info: The currently active `rustc` version is `rustc 1.84.1 (e71f9a9a9 2025-01-27)` |
76 | 2025-01-31T04:42:37.137Z | + cargo --version |
77 | 2025-01-31T04:42:37.194Z | cargo 1.84.1 (66221abde 2024-11-19) |
78 | 2025-01-31T04:42:37.197Z | + rustc --version |
79 | 2025-01-31T04:42:37.257Z | rustc 1.84.1 (e71f9a9a9 2025-01-27) |
80 | 2025-01-31T04:42:37.261Z | process exited: duration 25153 ms, exit code 0 |
|
81 | 2025-01-31T04:42:37.267Z | starting task 2: "authentication" |
82 | 2025-01-31T04:42:37.286Z | process exited: duration 20 ms, exit code 0 |
|
83 | 2025-01-31T04:42:37.292Z | starting task 3: "clone repository" |
84 | 2025-01-31T04:42:37.296Z | + mkdir -p /work/oxidecomputer/omicron |
85 | 2025-01-31T04:42:37.298Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
86 | 2025-01-31T04:42:37.342Z | Cloning into '/work/oxidecomputer/omicron'... |
87 | 2025-01-31T04:42:45.849Z | + cd /work/oxidecomputer/omicron |
88 | 2025-01-31T04:42:45.849Z | + git fetch origin dca2481cd962df162b787691858917fe3eff2e70 |
89 | 2025-01-31T04:42:46.166Z | From https://github.com/oxidecomputer/omicron |
90 | 2025-01-31T04:42:46.166Z | * branch dca2481cd962df162b787691858917fe3eff2e70 -> FETCH_HEAD |
91 | 2025-01-31T04:42:46.176Z | + [[ -n iliana/1.84.1 ]] |
92 | 2025-01-31T04:42:46.180Z | ++ git branch --show-current |
93 | 2025-01-31T04:42:46.182Z | + current=main |
94 | 2025-01-31T04:42:46.182Z | + [[ main != iliana/1.84.1 ]] |
95 | 2025-01-31T04:42:46.182Z | + git branch -f iliana/1.84.1 dca2481cd962df162b787691858917fe3eff2e70 |
96 | 2025-01-31T04:42:46.186Z | + git checkout -f iliana/1.84.1 |
97 | 2025-01-31T04:42:46.366Z | Switched to branch 'iliana/1.84.1' |
98 | 2025-01-31T04:42:46.369Z | + git reset --hard dca2481cd962df162b787691858917fe3eff2e70 |
99 | 2025-01-31T04:42:46.544Z | HEAD is now at dca2481cd Update to Rust 1.84.1 |
100 | 2025-01-31T04:42:46.549Z | process exited: duration 9254 ms, exit code 0 |
|
101 | 2025-01-31T04:42:46.556Z | starting task 4: "build" |
102 | 2025-01-31T04:42:46.561Z | + source .github/buildomat/ci-env.sh |
103 | 2025-01-31T04:42:46.564Z | ++ export CARGO_TERM_COLOR=always |
104 | 2025-01-31T04:42:46.564Z | ++ CARGO_TERM_COLOR=always |
105 | 2025-01-31T04:42:46.564Z | + cargo --version |
106 | 2025-01-31T04:42:46.612Z | cargo 1.84.1 (66221abde 2024-11-19) |
107 | 2025-01-31T04:42:46.615Z | + rustc --version |
108 | 2025-01-31T04:42:46.673Z | rustc 1.84.1 (e71f9a9a9 2025-01-27) |
109 | 2025-01-31T04:42:46.676Z | + source ./env.sh |
110 | 2025-01-31T04:42:46.679Z | ++ OLD_SHELL_OPTS=ehxB |
111 | 2025-01-31T04:42:46.679Z | ++ set -o xtrace |
112 | 2025-01-31T04:42:46.682Z | ++++ dirname ./env.sh |
113 | 2025-01-31T04:42:46.682Z | +++ readlink -f . |
114 | 2025-01-31T04:42:46.685Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
115 | 2025-01-31T04:42:46.688Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
116 | 2025-01-31T04:42:46.688Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
117 | 2025-01-31T04:42:46.688Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
118 | 2025-01-31T04:42:46.688Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
119 | 2025-01-31T04:42:46.688Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
120 | 2025-01-31T04:42:46.688Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
121 | 2025-01-31T04:42:46.688Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
122 | 2025-01-31T04:42:46.688Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
123 | 2025-01-31T04:42:46.688Z | ++ case $OLD_SHELL_OPTS in |
124 | 2025-01-31T04:42:46.689Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
125 | 2025-01-31T04:42:46.689Z | + export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
126 | 2025-01-31T04:42:46.689Z | + PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
127 | 2025-01-31T04:42:46.689Z | + banner prerequisites |
128 | 2025-01-31T04:42:46.689Z | |
129 | 2025-01-31T04:42:46.693Z | ##### ##### ###### ##### ###### #### # # # #### # |
130 | 2025-01-31T04:42:46.693Z | # # # # # # # # # # # # # # # |
131 | 2025-01-31T04:42:46.693Z | # # # # ##### # # ##### # # # # # #### # |
132 | 2025-01-31T04:42:46.693Z | ##### ##### # ##### # # # # # # # # # |
133 | 2025-01-31T04:42:46.693Z | # # # # # # # # # # # # # # # |
134 | 2025-01-31T04:42:46.693Z | # # # ###### # # ###### ### # #### # #### # |
135 | 2025-01-31T04:42:46.693Z | |
136 | 2025-01-31T04:42:46.693Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
137 | 2025-01-31T04:42:48.372Z | pkg list: illegal option -- F |
138 | 2025-01-31T04:42:48.372Z | Usage: |
139 | 2025-01-31T04:42:48.372Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
140 | 2025-01-31T04:42:48.372Z | [pkg_fmri_pattern ...] |
141 | 2025-01-31T04:42:49.227Z | pkg list: illegal option -- F |
142 | 2025-01-31T04:42:49.227Z | Usage: |
143 | 2025-01-31T04:42:49.231Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
144 | 2025-01-31T04:42:49.231Z | [pkg_fmri_pattern ...] |
145 | 2025-01-31T04:42:56.868Z | Startup: Refreshing catalog 'helios-dev' ... Done |
146 | 2025-01-31T04:43:00.948Z | Startup: Caching catalogs ... Done |
147 | 2025-01-31T04:43:12.403Z | Planning: Solver setup ... Done (10.647s) |
148 | 2025-01-31T04:43:12.553Z | Planning: Running solver ... Done (0.150s) |
149 | 2025-01-31T04:43:12.663Z | Planning: Finding local manifests ... Done (0.006s) |
150 | 2025-01-31T04:43:12.702Z | Planning: Fetching manifests: 0/7 0% complete |
151 | 2025-01-31T04:43:13.359Z | Planning: Fetching manifests: 7/7 100% complete |
152 | 2025-01-31T04:43:13.469Z | Planning: Package planning ... Done (0.110s) |
153 | 2025-01-31T04:43:13.527Z | Planning: Merging actions ... Done (0.057s) |
154 | 2025-01-31T04:43:13.724Z | Planning: Checking for conflicting actions ... Done (0.198s) |
155 | 2025-01-31T04:43:15.718Z | Planning: Consolidating action changes ... Done (1.993s) |
156 | 2025-01-31T04:43:16.160Z | Planning: Evaluating mediators ... Done (0.442s) |
157 | 2025-01-31T04:43:16.241Z | Planning: Planning completed in 15.20 seconds |
158 | 2025-01-31T04:43:16.258Z | Packages to install: 4 |
159 | 2025-01-31T04:43:16.258Z | Packages to update: 3 |
160 | 2025-01-31T04:43:16.261Z | Mediators to change: 2 |
161 | 2025-01-31T04:43:16.261Z | Services to change: 1 |
162 | 2025-01-31T04:43:16.261Z | Estimated space available: 155.61 GB |
163 | 2025-01-31T04:43:16.261Z | Estimated space to be consumed: 1.65 GB |
164 | 2025-01-31T04:43:16.261Z | Create boot environment: No |
165 | 2025-01-31T04:43:16.261Z | Create backup boot environment: Yes |
166 | 2025-01-31T04:43:16.261Z | Rebuild boot archive: No |
167 | 2025-01-31T04:43:16.261Z | |
168 | 2025-01-31T04:43:16.261Z | Changed mediators: |
169 | 2025-01-31T04:43:16.261Z | mediator clang: |
170 | 2025-01-31T04:43:16.261Z | version: None -> 15 (system default) |
171 | 2025-01-31T04:43:16.261Z | |
172 | 2025-01-31T04:43:16.261Z | mediator llvm: |
173 | 2025-01-31T04:43:16.261Z | version: 14 (system default) -> 15 (system default) |
174 | 2025-01-31T04:43:16.261Z | |
175 | 2025-01-31T04:43:16.261Z | Changed packages: |
176 | 2025-01-31T04:43:16.261Z | helios-dev |
177 | 2025-01-31T04:43:16.261Z | developer/build-essential |
178 | 2025-01-31T04:43:16.261Z | None -> 11-2.0 |
179 | 2025-01-31T04:43:16.261Z | library/libxmlsec1 |
180 | 2025-01-31T04:43:16.261Z | None -> 1.2.35-2.0 |
181 | 2025-01-31T04:43:16.261Z | ooce/developer/clang-15 |
182 | 2025-01-31T04:43:16.261Z | None -> 15.0.7-2.0 |
183 | 2025-01-31T04:43:16.261Z | ooce/developer/llvm-15 |
184 | 2025-01-31T04:43:16.261Z | None -> 15.0.7-2.0 |
185 | 2025-01-31T04:43:16.261Z | package/pkg |
186 | 2025-01-31T04:43:16.261Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
187 | 2025-01-31T04:43:16.261Z | system/library/g++-runtime |
188 | 2025-01-31T04:43:16.261Z | 13-2.0 -> 14-2.0 |
189 | 2025-01-31T04:43:16.261Z | system/library/gcc-runtime |
190 | 2025-01-31T04:43:16.261Z | 13-2.0 -> 14-2.0 |
191 | 2025-01-31T04:43:16.261Z | |
192 | 2025-01-31T04:43:16.261Z | Services: |
193 | 2025-01-31T04:43:16.262Z | restart_fmri: |
194 | 2025-01-31T04:43:16.262Z | svc:/system/update-man-index:default |
195 | 2025-01-31T04:43:16.262Z | |
196 | 2025-01-31T04:43:16.262Z | Editable files to change: |
197 | 2025-01-31T04:43:16.262Z | Update: |
198 | 2025-01-31T04:43:16.262Z | usr/share/lib/pkg/web/config.shtml |
199 | 2025-01-31T04:43:16.341Z | |
200 | 2025-01-31T04:43:16.342Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
201 | 2025-01-31T04:43:21.343Z | Download: 810/4301 items 18.7/225.4MB 8% complete (3.8M/s) |
202 | 2025-01-31T04:43:26.749Z | Download: 1198/4301 items 83.5/225.4MB 37% complete (8.7M/s) |
203 | 2025-01-31T04:43:31.754Z | Download: 1581/4301 items 117.6/225.4MB 52% complete (9.9M/s) |
204 | 2025-01-31T04:43:37.093Z | Download: 2217/4301 items 119.2/225.4MB 52% complete (3.8M/s) |
205 | 2025-01-31T04:43:42.443Z | Download: 2227/4301 items 119.2/225.4MB 52% complete (141k/s) |
206 | 2025-01-31T04:43:47.452Z | Download: 2393/4301 items 120.0/225.4MB 53% complete (78.4k/s) |
207 | 2025-01-31T04:43:52.453Z | Download: 3045/4301 items 121.4/225.4MB 53% complete (218k/s) |
208 | 2025-01-31T04:43:59.328Z | Download: 3248/4301 items 203.1/225.4MB 90% complete (8.3M/s) |
209 | 2025-01-31T04:44:05.688Z | Download: 3289/4301 items 212.6/225.4MB 94% complete (9.0M/s) |
210 | 2025-01-31T04:44:10.702Z | Download: 3809/4301 items 217.3/225.4MB 96% complete (753k/s) |
211 | 2025-01-31T04:44:16.278Z | Download: 4198/4301 items 220.5/225.4MB 97% complete (884k/s) |
212 | 2025-01-31T04:44:21.280Z | Download: 4284/4301 items 223.3/225.4MB 99% complete (514k/s) |
213 | 2025-01-31T04:44:33.754Z | Download: 4288/4301 items 224.4/225.4MB 99% complete (527k/s) |
214 | 2025-01-31T04:44:46.564Z | Download: 4299/4301 items 225.3/225.4MB 99% complete |
215 | 2025-01-31T04:44:46.575Z | Download: Completed 225.42 MB in 90.23 seconds (2.5M/s) |
216 | 2025-01-31T04:44:48.681Z | Actions: 1/5122 actions (Removing old actions) |
217 | 2025-01-31T04:44:48.704Z | Actions: 194/5122 actions (Installing new actions) |
218 | 2025-01-31T04:44:53.394Z | Actions: 4267/5122 actions (Updating modified actions) |
219 | 2025-01-31T04:44:53.746Z | Actions: Completed 5122 actions in 5.06 seconds. |
220 | 2025-01-31T04:44:54.144Z | Done (0.391s) |
221 | 2025-01-31T04:44:54.147Z | Done (0.001s) |
222 | 2025-01-31T04:44:54.734Z | Done (0.588s) |
223 | 2025-01-31T04:44:59.229Z | Done (4.265s) |
224 | 2025-01-31T04:44:59.314Z | Done (0.018s) |
225 | 2025-01-31T04:44:59.316Z | Done (0.000s) |
226 | 2025-01-31T04:44:59.483Z | Done (0.000s) |
227 | 2025-01-31T04:45:00.205Z | Planning: Evaluating mediator changes ... Done |
228 | 2025-01-31T04:45:00.377Z | Planning: Checking for conflicting actions ... Done |
229 | 2025-01-31T04:45:00.379Z | Planning: Consolidating action changes ... Done |
230 | 2025-01-31T04:45:00.651Z | Planning: Evaluating mediators ... Done |
231 | 2025-01-31T04:45:00.653Z | Planning: Planning completed in 0.45 seconds |
232 | 2025-01-31T04:45:00.692Z | Mediators to change: 2 |
233 | 2025-01-31T04:45:00.692Z | Create boot environment: No |
234 | 2025-01-31T04:45:00.694Z | Create backup boot environment: No |
235 | 2025-01-31T04:45:00.776Z | Done |
236 | 2025-01-31T04:45:00.776Z | Done |
237 | 2025-01-31T04:45:01.147Z | Done |
238 | 2025-01-31T04:45:05.034Z | Done |
239 | 2025-01-31T04:45:05.129Z | Done |
240 | 2025-01-31T04:45:05.132Z | Done |
241 | 2025-01-31T04:45:05.262Z | Done |
242 | 2025-01-31T04:45:05.897Z | Planning: Evaluating mediator changes ... Done |
243 | 2025-01-31T04:45:05.900Z | Planning: Merging actions ... Done |
244 | 2025-01-31T04:45:06.098Z | Planning: Checking for conflicting actions ... Done |
245 | 2025-01-31T04:45:06.100Z | Planning: Consolidating action changes ... Done |
246 | 2025-01-31T04:45:06.379Z | Planning: Evaluating mediators ... Done |
247 | 2025-01-31T04:45:06.437Z | Planning: Planning completed in 0.79 seconds |
248 | 2025-01-31T04:45:06.478Z | Packages to change: 1 |
249 | 2025-01-31T04:45:06.478Z | Mediators to change: 1 |
250 | 2025-01-31T04:45:06.480Z | Services to change: 1 |
251 | 2025-01-31T04:45:06.480Z | Create boot environment: No |
252 | 2025-01-31T04:45:06.480Z | Create backup boot environment: Yes |
253 | 2025-01-31T04:45:08.672Z | Actions: 1/6 actions (Updating modified actions) |
254 | 2025-01-31T04:45:08.675Z | Actions: Completed 6 actions in 0.00 seconds. |
255 | 2025-01-31T04:45:08.675Z | Done |
256 | 2025-01-31T04:45:08.675Z | Done |
257 | 2025-01-31T04:45:08.795Z | Done |
258 | 2025-01-31T04:45:12.500Z | Done |
259 | 2025-01-31T04:45:12.598Z | Done |
260 | 2025-01-31T04:45:12.601Z | Done |
261 | 2025-01-31T04:45:12.736Z | Done |
262 | 2025-01-31T04:45:13.174Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
263 | 2025-01-31T04:45:13.174Z | clang system 15 system |
264 | 2025-01-31T04:45:13.174Z | csh system system illumos |
265 | 2025-01-31T04:45:13.174Z | ctags system system illumos |
266 | 2025-01-31T04:45:13.174Z | gcc vendor 12 vendor |
267 | 2025-01-31T04:45:13.174Z | gcc system 10 system |
268 | 2025-01-31T04:45:13.174Z | gcc system 7 system |
269 | 2025-01-31T04:45:13.174Z | go system 1.20 system |
270 | 2025-01-31T04:45:13.174Z | go system 1.19 system |
271 | 2025-01-31T04:45:13.174Z | llvm system 15 system |
272 | 2025-01-31T04:45:13.174Z | llvm system 14 system |
273 | 2025-01-31T04:45:13.175Z | mariadb system 10.6 system |
274 | 2025-01-31T04:45:13.175Z | mta vendor vendor dma |
275 | 2025-01-31T04:45:13.175Z | openjdk system 17 system |
276 | 2025-01-31T04:45:13.175Z | openjdk system 11 system |
277 | 2025-01-31T04:45:13.175Z | openjdk system 1.8 system |
278 | 2025-01-31T04:45:13.175Z | openssl vendor 3 vendor |
279 | 2025-01-31T04:45:13.175Z | perl system 5.36 system |
280 | 2025-01-31T04:45:13.175Z | postgresql system 15 system |
281 | 2025-01-31T04:45:13.175Z | postgresql system 13 system |
282 | 2025-01-31T04:45:13.175Z | python vendor 3 vendor |
283 | 2025-01-31T04:45:13.175Z | python system 2 system |
284 | 2025-01-31T04:45:13.175Z | python3 system 3.11 system |
285 | 2025-01-31T04:45:13.175Z | ruby system 3.0 system |
286 | 2025-01-31T04:45:13.175Z | words vendor vendor american-english |
287 | 2025-01-31T04:45:13.175Z | words system system australian-english |
288 | 2025-01-31T04:45:13.175Z | words system system british-english |
289 | 2025-01-31T04:45:13.175Z | words system system canadian-english |
290 | 2025-01-31T04:45:13.175Z | words system system french |
291 | 2025-01-31T04:45:13.175Z | words system system italian |
292 | 2025-01-31T04:45:13.175Z | words system system ngerman |
293 | 2025-01-31T04:45:13.175Z | words system system ogerman |
294 | 2025-01-31T04:45:13.175Z | words system system spanish |
295 | 2025-01-31T04:45:13.508Z | PUBLISHER TYPE STATUS P LOCATION |
296 | 2025-01-31T04:45:13.508Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
297 | 2025-01-31T04:45:16.305Z | FMRI IFO |
298 | 2025-01-31T04:45:16.305Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
299 | 2025-01-31T04:45:16.305Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
300 | 2025-01-31T04:45:16.305Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
301 | 2025-01-31T04:45:16.305Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
302 | 2025-01-31T04:45:16.305Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
303 | 2025-01-31T04:45:16.305Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
304 | 2025-01-31T04:45:16.305Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
305 | 2025-01-31T04:45:16.305Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
306 | 2025-01-31T04:45:16.306Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
307 | 2025-01-31T04:45:16.306Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
308 | 2025-01-31T04:45:16.306Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
309 | 2025-01-31T04:45:16.306Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
310 | 2025-01-31T04:45:16.306Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
311 | 2025-01-31T04:45:16.306Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
312 | 2025-01-31T04:45:16.306Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
313 | 2025-01-31T04:45:17.065Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
314 | 2025-01-31T04:45:17.345Z | Updating crates.io index |
315 | 2025-01-31T04:45:17.432Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
316 | 2025-01-31T04:45:17.748Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
317 | 2025-01-31T04:45:18.277Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
318 | 2025-01-31T04:45:18.540Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
319 | 2025-01-31T04:45:18.803Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
320 | 2025-01-31T04:45:19.081Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
321 | 2025-01-31T04:45:19.999Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
322 | 2025-01-31T04:45:21.904Z | Updating git repository `https://github.com/oxidecomputer/opte` |
323 | 2025-01-31T04:45:22.581Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
324 | 2025-01-31T04:45:23.347Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
325 | 2025-01-31T04:45:23.584Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
326 | 2025-01-31T04:45:24.111Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
327 | 2025-01-31T04:45:24.733Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
328 | 2025-01-31T04:45:25.116Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
329 | 2025-01-31T04:45:25.408Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
330 | 2025-01-31T04:45:25.695Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
331 | 2025-01-31T04:45:25.942Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
332 | 2025-01-31T04:45:26.200Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
333 | 2025-01-31T04:45:26.528Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
334 | 2025-01-31T04:45:26.819Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
335 | 2025-01-31T04:45:27.150Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
336 | 2025-01-31T04:45:27.450Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
337 | 2025-01-31T04:45:27.807Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
338 | 2025-01-31T04:45:28.060Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
339 | 2025-01-31T04:45:28.541Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
340 | 2025-01-31T04:45:28.844Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
341 | 2025-01-31T04:45:29.227Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
342 | 2025-01-31T04:45:29.686Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
343 | 2025-01-31T04:45:30.002Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
344 | 2025-01-31T04:45:30.275Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
345 | 2025-01-31T04:45:30.539Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
346 | 2025-01-31T04:45:31.793Z | Downloading crates ... |
347 | 2025-01-31T04:45:31.899Z | Downloaded anstyle-query v1.1.1 |
348 | 2025-01-31T04:45:31.901Z | Downloaded anstyle-parse v0.2.5 |
349 | 2025-01-31T04:45:31.901Z | Downloaded anstyle v1.0.10 |
350 | 2025-01-31T04:45:31.904Z | Downloaded anstream v0.6.15 |
351 | 2025-01-31T04:45:31.906Z | Downloaded bitflags v2.6.0 |
352 | 2025-01-31T04:45:32.033Z | Downloaded is_terminal_polyfill v1.70.1 |
353 | 2025-01-31T04:45:32.036Z | Downloaded indexmap v2.7.1 |
354 | 2025-01-31T04:45:32.040Z | Downloaded macaddr v1.0.1 |
355 | 2025-01-31T04:45:32.045Z | Downloaded pretty-hex v0.4.1 |
356 | 2025-01-31T04:45:32.053Z | Downloaded swrite v0.1.0 |
357 | 2025-01-31T04:45:32.055Z | Downloaded plain v0.2.3 |
358 | 2025-01-31T04:45:32.056Z | Downloaded memmap v0.7.0 |
359 | 2025-01-31T04:45:32.062Z | Downloaded smawk v0.3.2 |
360 | 2025-01-31T04:45:32.065Z | Downloaded usdt v0.5.0 |
361 | 2025-01-31T04:45:32.065Z | Downloaded pest_generator v2.7.14 |
362 | 2025-01-31T04:45:32.068Z | Downloaded itoa v1.0.11 |
363 | 2025-01-31T04:45:32.069Z | Downloaded serde_spanned v0.6.8 |
364 | 2025-01-31T04:45:32.071Z | Downloaded scroll v0.12.0 |
365 | 2025-01-31T04:45:32.071Z | Downloaded proc-macro-error-attr v1.0.4 |
366 | 2025-01-31T04:45:32.092Z | Downloaded scroll_derive v0.12.0 |
367 | 2025-01-31T04:45:32.101Z | Downloaded ryu v1.0.18 |
368 | 2025-01-31T04:45:32.104Z | Downloaded unicode-linebreak v0.1.5 |
369 | 2025-01-31T04:45:32.107Z | Downloaded tabled_derive v0.7.0 |
370 | 2025-01-31T04:45:32.110Z | Downloaded toml_datetime v0.6.8 |
371 | 2025-01-31T04:45:32.113Z | Downloaded tempfile v3.13.0 |
372 | 2025-01-31T04:45:32.116Z | Downloaded quote v1.0.38 |
373 | 2025-01-31T04:45:32.129Z | Downloaded equivalent v1.0.1 |
374 | 2025-01-31T04:45:32.138Z | Downloaded dtrace-parser v0.2.0 |
375 | 2025-01-31T04:45:32.146Z | Downloaded usdt-attr-macro v0.5.0 |
376 | 2025-01-31T04:45:32.148Z | Downloaded thread-id v4.2.2 |
377 | 2025-01-31T04:45:32.148Z | Downloaded terminal_size v0.4.0 |
378 | 2025-01-31T04:45:32.151Z | Downloaded serde_tokenstream v0.2.2 |
379 | 2025-01-31T04:45:32.151Z | Downloaded camino-tempfile v1.1.1 |
380 | 2025-01-31T04:45:32.156Z | Downloaded once_cell v1.20.2 |
381 | 2025-01-31T04:45:32.159Z | Downloaded log v0.4.22 |
382 | 2025-01-31T04:45:32.161Z | Downloaded textwrap v0.16.1 |
383 | 2025-01-31T04:45:32.166Z | Downloaded strsim v0.11.1 |
384 | 2025-01-31T04:45:32.168Z | Downloaded cargo-platform v0.1.8 |
385 | 2025-01-31T04:45:32.168Z | Downloaded byteorder v1.5.0 |
386 | 2025-01-31T04:45:32.171Z | Downloaded cfg-if v1.0.0 |
387 | 2025-01-31T04:45:32.174Z | Downloaded bytecount v0.6.8 |
388 | 2025-01-31T04:45:32.177Z | Downloaded usdt-macro v0.5.0 |
389 | 2025-01-31T04:45:32.177Z | Downloaded colorchoice v1.0.2 |
390 | 2025-01-31T04:45:32.177Z | Downloaded errno v0.3.9 |
391 | 2025-01-31T04:45:32.181Z | Downloaded cpufeatures v0.2.14 |
392 | 2025-01-31T04:45:32.181Z | Downloaded block-buffer v0.10.4 |
393 | 2025-01-31T04:45:32.184Z | Downloaded thiserror-impl v1.0.69 |
394 | 2025-01-31T04:45:32.186Z | Downloaded heck v0.5.0 |
395 | 2025-01-31T04:45:32.186Z | Downloaded fnv v1.0.7 |
396 | 2025-01-31T04:45:32.186Z | Downloaded dof v0.3.0 |
397 | 2025-01-31T04:45:32.189Z | Downloaded digest v0.10.7 |
398 | 2025-01-31T04:45:32.189Z | Downloaded thiserror v1.0.69 |
399 | 2025-01-31T04:45:32.193Z | Downloaded version_check v0.9.5 |
400 | 2025-01-31T04:45:32.195Z | Downloaded heck v0.4.1 |
401 | 2025-01-31T04:45:32.195Z | Downloaded utf8parse v0.2.2 |
402 | 2025-01-31T04:45:32.198Z | Downloaded generic-array v0.14.7 |
403 | 2025-01-31T04:45:32.198Z | Downloaded fastrand v2.1.1 |
404 | 2025-01-31T04:45:32.200Z | Downloaded crypto-common v0.1.6 |
405 | 2025-01-31T04:45:32.203Z | Downloaded ucd-trie v0.1.7 |
406 | 2025-01-31T04:45:32.203Z | Downloaded typenum v1.17.0 |
407 | 2025-01-31T04:45:32.207Z | Downloaded papergrid v0.11.0 |
408 | 2025-01-31T04:45:32.210Z | Downloaded anyhow v1.0.95 |
409 | 2025-01-31T04:45:32.213Z | Downloaded serde v1.0.217 |
410 | 2025-01-31T04:45:32.216Z | Downloaded semver v1.0.24 |
411 | 2025-01-31T04:45:32.218Z | Downloaded proc-macro-error v1.0.4 |
412 | 2025-01-31T04:45:32.223Z | Downloaded clap_lex v0.7.4 |
413 | 2025-01-31T04:45:32.227Z | Downloaded memchr v2.7.4 |
414 | 2025-01-31T04:45:32.227Z | Downloaded cargo_metadata v0.18.1 |
415 | 2025-01-31T04:45:32.230Z | Downloaded camino v1.1.9 |
416 | 2025-01-31T04:45:32.230Z | Downloaded zerocopy-derive v0.7.35 |
417 | 2025-01-31T04:45:32.234Z | Downloaded unicode-ident v1.0.14 |
418 | 2025-01-31T04:45:32.236Z | Downloaded serde_derive v1.0.217 |
419 | 2025-01-31T04:45:32.238Z | Downloaded pest_meta v2.7.14 |
420 | 2025-01-31T04:45:32.238Z | Downloaded toml v0.8.19 |
421 | 2025-01-31T04:45:32.241Z | Downloaded clap v4.5.27 |
422 | 2025-01-31T04:45:32.250Z | Downloaded usdt-impl v0.5.0 |
423 | 2025-01-31T04:45:32.252Z | Downloaded fs-err v2.11.0 |
424 | 2025-01-31T04:45:32.252Z | Downloaded cargo_toml v0.20.5 |
425 | 2025-01-31T04:45:32.255Z | Downloaded autocfg v1.4.0 |
426 | 2025-01-31T04:45:32.255Z | Downloaded pest_derive v2.7.14 |
427 | 2025-01-31T04:45:32.258Z | Downloaded proc-macro2 v1.0.92 |
428 | 2025-01-31T04:45:32.261Z | Downloaded clap_derive v4.5.24 |
429 | 2025-01-31T04:45:32.263Z | Downloaded sha2 v0.10.8 |
430 | 2025-01-31T04:45:32.265Z | Downloaded toml_edit v0.22.22 |
431 | 2025-01-31T04:45:32.285Z | Downloaded pest v2.7.14 |
432 | 2025-01-31T04:45:32.333Z | Downloaded serde_json v1.0.135 |
433 | 2025-01-31T04:45:32.342Z | Downloaded hashbrown v0.15.1 |
434 | 2025-01-31T04:45:32.350Z | Downloaded tabled v0.15.0 |
435 | 2025-01-31T04:45:32.364Z | Downloaded zerocopy v0.7.35 |
436 | 2025-01-31T04:45:32.378Z | Downloaded goblin v0.8.2 |
437 | 2025-01-31T04:45:32.383Z | Downloaded clap_builder v4.5.27 |
438 | 2025-01-31T04:45:32.391Z | Downloaded syn v2.0.96 |
439 | 2025-01-31T04:45:32.399Z | Downloaded winnow v0.6.20 |
440 | 2025-01-31T04:45:32.407Z | Downloaded syn v1.0.109 |
441 | 2025-01-31T04:45:32.416Z | Downloaded unicode-width v0.1.14 |
442 | 2025-01-31T04:45:32.421Z | Downloaded rustix v0.38.37 |
443 | 2025-01-31T04:45:32.459Z | Downloaded libc v0.2.169 |
444 | 2025-01-31T04:45:32.775Z | Compiling proc-macro2 v1.0.92 |
445 | 2025-01-31T04:45:32.775Z | Compiling unicode-ident v1.0.14 |
446 | 2025-01-31T04:45:32.777Z | Compiling serde v1.0.217 |
447 | 2025-01-31T04:45:32.777Z | Compiling version_check v0.9.5 |
448 | 2025-01-31T04:45:32.777Z | Compiling memchr v2.7.4 |
449 | 2025-01-31T04:45:32.810Z | Compiling thiserror v1.0.69 |
450 | 2025-01-31T04:45:32.813Z | Compiling libc v0.2.169 |
451 | 2025-01-31T04:45:32.813Z | Compiling ucd-trie v0.1.7 |
452 | 2025-01-31T04:45:33.079Z | Compiling itoa v1.0.11 |
453 | 2025-01-31T04:45:33.333Z | Compiling ryu v1.0.18 |
454 | 2025-01-31T04:45:33.411Z | Compiling once_cell v1.20.2 |
455 | 2025-01-31T04:45:33.551Z | Compiling byteorder v1.5.0 |
456 | 2025-01-31T04:45:33.735Z | Compiling rustix v0.38.37 |
457 | 2025-01-31T04:45:33.771Z | Compiling serde_json v1.0.135 |
458 | 2025-01-31T04:45:34.079Z | Compiling bitflags v2.6.0 |
459 | 2025-01-31T04:45:34.139Z | Compiling usdt-impl v0.5.0 |
460 | 2025-01-31T04:45:34.331Z | Compiling proc-macro-error-attr v1.0.4 |
461 | 2025-01-31T04:45:34.440Z | Compiling syn v1.0.109 |
462 | 2025-01-31T04:45:34.525Z | Compiling proc-macro-error v1.0.4 |
463 | 2025-01-31T04:45:34.550Z | Compiling quote v1.0.38 |
464 | 2025-01-31T04:45:34.643Z | Compiling utf8parse v0.2.2 |
465 | 2025-01-31T04:45:34.695Z | Compiling hashbrown v0.15.1 |
466 | 2025-01-31T04:45:34.810Z | Compiling errno v0.3.9 |
467 | 2025-01-31T04:45:34.836Z | Compiling camino v1.1.9 |
468 | 2025-01-31T04:45:35.003Z | Compiling syn v2.0.96 |
469 | 2025-01-31T04:45:35.143Z | Compiling log v0.4.22 |
470 | 2025-01-31T04:45:35.171Z | Compiling equivalent v1.0.1 |
471 | 2025-01-31T04:45:35.251Z | Compiling thread-id v4.2.2 |
472 | 2025-01-31T04:45:35.293Z | Compiling plain v0.2.3 |
473 | 2025-01-31T04:45:35.499Z | Compiling anstyle-parse v0.2.5 |
474 | 2025-01-31T04:45:35.603Z | Compiling winnow v0.6.20 |
475 | 2025-01-31T04:45:35.783Z | Compiling indexmap v2.7.1 |
476 | 2025-01-31T04:45:35.821Z | Compiling is_terminal_polyfill v1.70.1 |
477 | 2025-01-31T04:45:35.866Z | Compiling autocfg v1.4.0 |
478 | 2025-01-31T04:45:35.965Z | Compiling anstyle-query v1.1.1 |
479 | 2025-01-31T04:45:36.093Z | Compiling colorchoice v1.0.2 |
480 | 2025-01-31T04:45:36.125Z | Compiling semver v1.0.24 |
481 | 2025-01-31T04:45:36.280Z | Compiling unicode-width v0.1.14 |
482 | 2025-01-31T04:45:36.613Z | Compiling anstyle v1.0.10 |
483 | 2025-01-31T04:45:36.825Z | Compiling pretty-hex v0.4.1 |
484 | 2025-01-31T04:45:36.853Z | Compiling fs-err v2.11.0 |
485 | 2025-01-31T04:45:36.999Z | Compiling terminal_size v0.4.0 |
486 | 2025-01-31T04:45:37.039Z | Compiling anstream v0.6.15 |
487 | 2025-01-31T04:45:37.295Z | Compiling clap_lex v0.7.4 |
488 | 2025-01-31T04:45:37.321Z | Compiling heck v0.5.0 |
489 | 2025-01-31T04:45:37.559Z | Compiling heck v0.4.1 |
490 | 2025-01-31T04:45:37.622Z | Compiling anyhow v1.0.95 |
491 | 2025-01-31T04:45:37.747Z | Compiling fastrand v2.1.1 |
492 | 2025-01-31T04:45:37.804Z | Compiling bytecount v0.6.8 |
493 | 2025-01-31T04:45:37.839Z | Compiling cfg-if v1.0.0 |
494 | 2025-01-31T04:45:37.955Z | Compiling fnv v1.0.7 |
495 | 2025-01-31T04:45:38.023Z | Compiling strsim v0.11.1 |
496 | 2025-01-31T04:45:38.112Z | Compiling tempfile v3.13.0 |
497 | 2025-01-31T04:45:38.288Z | Compiling papergrid v0.11.0 |
498 | 2025-01-31T04:45:38.622Z | Compiling clap_builder v4.5.27 |
499 | 2025-01-31T04:45:38.760Z | Compiling memmap v0.7.0 |
500 | 2025-01-31T04:45:38.852Z | Compiling unicode-linebreak v0.1.5 |
501 | 2025-01-31T04:45:38.904Z | Compiling smawk v0.3.2 |
502 | 2025-01-31T04:45:39.139Z | Compiling swrite v0.1.0 |
503 | 2025-01-31T04:45:39.288Z | Compiling textwrap v0.16.1 |
504 | 2025-01-31T04:45:40.142Z | Compiling tabled_derive v0.7.0 |
505 | 2025-01-31T04:45:41.555Z | Compiling tabled v0.15.0 |
506 | 2025-01-31T04:45:41.836Z | Compiling serde_derive v1.0.217 |
507 | 2025-01-31T04:45:41.836Z | Compiling thiserror-impl v1.0.69 |
508 | 2025-01-31T04:45:41.839Z | Compiling zerocopy-derive v0.7.35 |
509 | 2025-01-31T04:45:41.839Z | Compiling scroll_derive v0.12.0 |
510 | 2025-01-31T04:45:41.839Z | Compiling clap_derive v4.5.24 |
511 | 2025-01-31T04:45:43.350Z | Compiling scroll v0.12.0 |
512 | 2025-01-31T04:45:43.720Z | Compiling zerocopy v0.7.35 |
513 | 2025-01-31T04:45:43.884Z | Compiling goblin v0.8.2 |
514 | 2025-01-31T04:45:45.027Z | Compiling pest v2.7.14 |
515 | 2025-01-31T04:45:45.525Z | Compiling clap v4.5.27 |
516 | 2025-01-31T04:45:47.051Z | Compiling pest_meta v2.7.14 |
517 | 2025-01-31T04:45:47.997Z | Compiling pest_generator v2.7.14 |
518 | 2025-01-31T04:45:49.382Z | Compiling pest_derive v2.7.14 |
519 | 2025-01-31T04:45:50.009Z | Compiling dtrace-parser v0.2.0 |
520 | 2025-01-31T04:45:50.664Z | Compiling serde_tokenstream v0.2.2 |
521 | 2025-01-31T04:45:50.769Z | Compiling serde_spanned v0.6.8 |
522 | 2025-01-31T04:45:50.828Z | Compiling toml_datetime v0.6.8 |
523 | 2025-01-31T04:45:50.914Z | Compiling cargo-platform v0.1.8 |
524 | 2025-01-31T04:45:50.999Z | Compiling macaddr v1.0.1 |
525 | 2025-01-31T04:45:51.212Z | Compiling toml_edit v0.22.22 |
526 | 2025-01-31T04:45:51.411Z | Compiling camino-tempfile v1.1.1 |
527 | 2025-01-31T04:45:52.058Z | Compiling dof v0.3.0 |
528 | 2025-01-31T04:45:52.086Z | Compiling cargo_metadata v0.18.1 |
529 | 2025-01-31T04:45:53.458Z | Compiling usdt-attr-macro v0.5.0 |
530 | 2025-01-31T04:45:53.461Z | Compiling usdt-macro v0.5.0 |
531 | 2025-01-31T04:45:53.915Z | Compiling toml v0.8.19 |
532 | 2025-01-31T04:45:54.527Z | Compiling usdt v0.5.0 |
533 | 2025-01-31T04:45:54.605Z | Compiling cargo_toml v0.20.5 |
534 | 2025-01-31T04:45:57.355Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
535 | 2025-01-31T04:46:00.572Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.73s |
536 | 2025-01-31T04:46:00.857Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
537 | 2025-01-31T04:46:01.427Z | Downloading crates ... |
538 | 2025-01-31T04:46:01.569Z | Downloaded aead v0.5.2 |
539 | 2025-01-31T04:46:01.579Z | Downloaded async-stream-impl v0.3.6 |
540 | 2025-01-31T04:46:01.591Z | Downloaded crunchy v0.2.2 |
541 | 2025-01-31T04:46:01.598Z | Downloaded crucible-workspace-hack v0.1.0 |
542 | 2025-01-31T04:46:01.601Z | Downloaded atomicwrites v0.4.4 |
543 | 2025-01-31T04:46:01.604Z | Downloaded atty v0.2.14 |
544 | 2025-01-31T04:46:01.618Z | Downloaded cfg_aliases v0.2.1 |
545 | 2025-01-31T04:46:01.621Z | Downloaded atomic-waker v1.1.2 |
546 | 2025-01-31T04:46:01.623Z | Downloaded assert_matches v1.5.0 |
547 | 2025-01-31T04:46:01.626Z | Downloaded ascii-canvas v3.0.0 |
548 | 2025-01-31T04:46:01.628Z | Downloaded array-init v0.0.4 |
549 | 2025-01-31T04:46:01.628Z | Downloaded async-stream v0.3.6 |
550 | 2025-01-31T04:46:01.631Z | Downloaded adler2 v2.0.0 |
551 | 2025-01-31T04:46:01.634Z | Downloaded constant_time_eq v0.3.1 |
552 | 2025-01-31T04:46:01.636Z | Downloaded cobs v0.2.3 |
553 | 2025-01-31T04:46:01.639Z | Downloaded cfg_aliases v0.1.1 |
554 | 2025-01-31T04:46:01.652Z | Downloaded castaway v0.2.3 |
555 | 2025-01-31T04:46:01.654Z | Downloaded blowfish v0.9.1 |
556 | 2025-01-31T04:46:01.657Z | Downloaded bitflags v1.3.2 |
557 | 2025-01-31T04:46:01.660Z | Downloaded crossbeam-deque v0.8.5 |
558 | 2025-01-31T04:46:01.662Z | Downloaded base16ct v0.2.0 |
559 | 2025-01-31T04:46:01.665Z | Downloaded bitfield v0.14.0 |
560 | 2025-01-31T04:46:01.670Z | Downloaded curve25519-dalek-derive v0.1.1 |
561 | 2025-01-31T04:46:01.672Z | Downloaded bb8 v0.8.5 |
562 | 2025-01-31T04:46:01.672Z | Downloaded arrayref v0.3.9 |
563 | 2025-01-31T04:46:01.675Z | Downloaded ctr v0.9.2 |
564 | 2025-01-31T04:46:01.678Z | Downloaded crc-catalog v2.4.0 |
565 | 2025-01-31T04:46:01.678Z | Downloaded cipher v0.4.4 |
566 | 2025-01-31T04:46:01.680Z | Downloaded cexpr v0.6.0 |
567 | 2025-01-31T04:46:01.683Z | Downloaded cbc v0.1.2 |
568 | 2025-01-31T04:46:01.683Z | Downloaded async-recursion v1.1.1 |
569 | 2025-01-31T04:46:01.689Z | Downloaded bitfield-struct v0.6.2 |
570 | 2025-01-31T04:46:01.691Z | Downloaded cstr-argument v0.1.2 |
571 | 2025-01-31T04:46:01.694Z | Downloaded bit-vec v0.6.3 |
572 | 2025-01-31T04:46:01.696Z | Downloaded arrayvec v0.7.6 |
573 | 2025-01-31T04:46:01.698Z | Downloaded darling v0.20.10 |
574 | 2025-01-31T04:46:01.702Z | Downloaded const_format_proc_macros v0.2.34 |
575 | 2025-01-31T04:46:01.704Z | Downloaded progenitor-client v0.9.1 |
576 | 2025-01-31T04:46:01.707Z | Downloaded ciborium-ll v0.2.2 |
577 | 2025-01-31T04:46:01.707Z | Downloaded ciborium-io v0.2.2 |
578 | 2025-01-31T04:46:01.710Z | Downloaded argon2 v0.5.3 |
579 | 2025-01-31T04:46:01.710Z | Downloaded crc v3.2.1 |
580 | 2025-01-31T04:46:01.713Z | Downloaded buf-list v1.0.3 |
581 | 2025-01-31T04:46:01.716Z | Downloaded bcrypt-pbkdf v0.10.0 |
582 | 2025-01-31T04:46:01.720Z | Downloaded block-padding v0.3.3 |
583 | 2025-01-31T04:46:01.722Z | Downloaded chrono-tz-build v0.4.0 |
584 | 2025-01-31T04:46:01.739Z | Downloaded bzip2 v0.4.4 |
585 | 2025-01-31T04:46:01.742Z | Downloaded base64ct v1.6.0 |
586 | 2025-01-31T04:46:01.744Z | Downloaded cookie_store v0.21.1 |
587 | 2025-01-31T04:46:01.747Z | Downloaded convert_case v0.4.0 |
588 | 2025-01-31T04:46:01.750Z | Downloaded ciborium v0.2.2 |
589 | 2025-01-31T04:46:01.753Z | Downloaded colored v2.1.0 |
590 | 2025-01-31T04:46:01.756Z | Downloaded backoff v0.4.0 |
591 | 2025-01-31T04:46:01.758Z | Downloaded async-trait v0.1.85 |
592 | 2025-01-31T04:46:01.760Z | Downloaded hostname v0.4.0 |
593 | 2025-01-31T04:46:01.763Z | Downloaded async-bb8-diesel v0.2.1 |
594 | 2025-01-31T04:46:01.765Z | Downloaded crossbeam-epoch v0.9.18 |
595 | 2025-01-31T04:46:01.768Z | Downloaded addr2line v0.24.2 |
596 | 2025-01-31T04:46:01.770Z | Downloaded http-body-util v0.1.2 |
597 | 2025-01-31T04:46:01.773Z | Downloaded http-body v1.0.1 |
598 | 2025-01-31T04:46:01.777Z | Downloaded httparse v1.9.5 |
599 | 2025-01-31T04:46:01.779Z | Downloaded hostname v0.3.1 |
600 | 2025-01-31T04:46:01.780Z | Downloaded ahash v0.8.11 |
601 | 2025-01-31T04:46:01.782Z | Downloaded http v1.2.0 |
602 | 2025-01-31T04:46:01.787Z | Downloaded hubpack v0.1.2 |
603 | 2025-01-31T04:46:01.789Z | Downloaded heck v0.3.3 |
604 | 2025-01-31T04:46:01.792Z | Downloaded heapless v0.8.0 |
605 | 2025-01-31T04:46:01.795Z | Downloaded inout v0.1.3 |
606 | 2025-01-31T04:46:01.797Z | Downloaded is_ci v1.2.0 |
607 | 2025-01-31T04:46:01.800Z | Downloaded hubpack_derive v0.1.1 |
608 | 2025-01-31T04:46:01.800Z | Downloaded cancel-safe-futures v0.1.5 |
609 | 2025-01-31T04:46:01.802Z | Downloaded csv-core v0.1.11 |
610 | 2025-01-31T04:46:01.804Z | Downloaded hyper-rustls v0.27.3 |
611 | 2025-01-31T04:46:01.807Z | Downloaded crc-any v2.5.0 |
612 | 2025-01-31T04:46:01.811Z | Downloaded radium v0.7.0 |
613 | 2025-01-31T04:46:01.815Z | Downloaded is-terminal v0.4.13 |
614 | 2025-01-31T04:46:01.815Z | Downloaded ident_case v1.0.1 |
615 | 2025-01-31T04:46:01.815Z | Downloaded icu_provider_macros v1.5.0 |
616 | 2025-01-31T04:46:01.818Z | Downloaded crossbeam-utils v0.8.20 |
617 | 2025-01-31T04:46:01.818Z | Downloaded icu_locid_transform_data v1.5.0 |
618 | 2025-01-31T04:46:01.821Z | Downloaded icu_locid_transform v1.5.0 |
619 | 2025-01-31T04:46:01.824Z | Downloaded md5 v0.7.0 |
620 | 2025-01-31T04:46:01.827Z | Downloaded cassowary v0.3.0 |
621 | 2025-01-31T04:46:01.829Z | Downloaded blake2 v0.10.6 |
622 | 2025-01-31T04:46:01.832Z | Downloaded tower-service v0.3.3 |
623 | 2025-01-31T04:46:01.832Z | Downloaded termtree v0.4.1 |
624 | 2025-01-31T04:46:01.837Z | Downloaded resolv-conf v0.7.0 |
625 | 2025-01-31T04:46:01.837Z | Downloaded sec1 v0.7.3 |
626 | 2025-01-31T04:46:01.839Z | Downloaded salsa20 v0.10.2 |
627 | 2025-01-31T04:46:01.839Z | Downloaded rustc_version v0.1.7 |
628 | 2025-01-31T04:46:01.842Z | Downloaded linked-hash-map v0.5.6 |
629 | 2025-01-31T04:46:01.842Z | Downloaded idna_adapter v1.2.0 |
630 | 2025-01-31T04:46:01.844Z | Downloaded libsw v3.3.1 |
631 | 2025-01-31T04:46:01.847Z | Downloaded serde_repr v0.1.19 |
632 | 2025-01-31T04:46:01.849Z | Downloaded serde_plain v1.0.2 |
633 | 2025-01-31T04:46:01.849Z | Downloaded serde_path_to_error v0.1.16 |
634 | 2025-01-31T04:46:01.852Z | Downloaded md-5 v0.10.6 |
635 | 2025-01-31T04:46:01.854Z | Downloaded lazy_static v1.5.0 |
636 | 2025-01-31T04:46:01.857Z | Downloaded lalrpop-util v0.19.12 |
637 | 2025-01-31T04:46:01.857Z | Downloaded keccak v0.1.5 |
638 | 2025-01-31T04:46:01.860Z | Downloaded impl-trait-for-tuples v0.2.2 |
639 | 2025-01-31T04:46:01.862Z | Downloaded lru v0.12.5 |
640 | 2025-01-31T04:46:01.865Z | Downloaded hex-literal v0.4.1 |
641 | 2025-01-31T04:46:01.870Z | Downloaded jobserver v0.1.32 |
642 | 2025-01-31T04:46:01.870Z | Downloaded clang-sys v1.8.1 |
643 | 2025-01-31T04:46:01.872Z | Downloaded zone_cfg_derive v0.3.0 |
644 | 2025-01-31T04:46:01.872Z | Downloaded zone_cfg_derive v0.1.2 |
645 | 2025-01-31T04:46:01.875Z | Downloaded tinyvec_macros v0.1.1 |
646 | 2025-01-31T04:46:01.875Z | Downloaded lock_api v0.4.12 |
647 | 2025-01-31T04:46:01.877Z | Downloaded smallvec v0.6.14 |
648 | 2025-01-31T04:46:01.877Z | Downloaded slog-stdlog v4.1.1 |
649 | 2025-01-31T04:46:01.880Z | Downloaded smf v0.2.3 |
650 | 2025-01-31T04:46:01.883Z | Downloaded tls_codec v0.4.1 |
651 | 2025-01-31T04:46:01.885Z | Downloaded kstat-rs v0.2.4 |
652 | 2025-01-31T04:46:01.885Z | Downloaded instability v0.3.2 |
653 | 2025-01-31T04:46:01.888Z | Downloaded supports-color v3.0.1 |
654 | 2025-01-31T04:46:01.888Z | Downloaded subtle v2.6.1 |
655 | 2025-01-31T04:46:01.890Z | Downloaded allocator-api2 v0.2.18 |
656 | 2025-01-31T04:46:01.893Z | Downloaded match_cfg v0.1.0 |
657 | 2025-01-31T04:46:01.896Z | Downloaded instant v0.1.13 |
658 | 2025-01-31T04:46:01.898Z | Downloaded cookie v0.18.1 |
659 | 2025-01-31T04:46:01.901Z | Downloaded const-oid v0.9.6 |
660 | 2025-01-31T04:46:01.903Z | Downloaded derive_builder_macro v0.20.2 |
661 | 2025-01-31T04:46:01.903Z | Downloaded rustls-pemfile v2.2.0 |
662 | 2025-01-31T04:46:01.906Z | Downloaded compact_str v0.8.0 |
663 | 2025-01-31T04:46:01.909Z | Downloaded arc-swap v1.7.1 |
664 | 2025-01-31T04:46:01.914Z | Downloaded mirai-annotations v1.12.0 |
665 | 2025-01-31T04:46:01.916Z | Downloaded float-ord v0.3.2 |
666 | 2025-01-31T04:46:01.916Z | Downloaded typify-macro v0.3.0 |
667 | 2025-01-31T04:46:01.920Z | Downloaded typify-macro v0.2.0 |
668 | 2025-01-31T04:46:01.920Z | Downloaded simd-adler32 v0.3.7 |
669 | 2025-01-31T04:46:01.923Z | Downloaded num-conv v0.1.0 |
670 | 2025-01-31T04:46:01.923Z | Downloaded lru-cache v0.1.2 |
671 | 2025-01-31T04:46:01.925Z | Downloaded maplit v1.0.2 |
672 | 2025-01-31T04:46:01.925Z | Downloaded managed v0.8.0 |
673 | 2025-01-31T04:46:01.928Z | Downloaded linear-map v1.2.0 |
674 | 2025-01-31T04:46:01.938Z | Downloaded serde_derive_internals v0.29.1 |
675 | 2025-01-31T04:46:01.940Z | Downloaded write16 v1.0.0 |
676 | 2025-01-31T04:46:01.943Z | Downloaded mime v0.3.17 |
677 | 2025-01-31T04:46:01.946Z | Downloaded internet-checksum v0.2.1 |
678 | 2025-01-31T04:46:01.946Z | Downloaded peg-runtime v0.8.3 |
679 | 2025-01-31T04:46:01.946Z | Downloaded lockfree-object-pool v0.1.6 |
680 | 2025-01-31T04:46:01.949Z | Downloaded psl-types v2.0.11 |
681 | 2025-01-31T04:46:01.951Z | Downloaded hyper-tls v0.6.0 |
682 | 2025-01-31T04:46:01.954Z | Downloaded writeable v0.5.5 |
683 | 2025-01-31T04:46:01.956Z | Downloaded memoffset v0.9.1 |
684 | 2025-01-31T04:46:01.956Z | Downloaded smallvec v1.13.2 |
685 | 2025-01-31T04:46:01.959Z | Downloaded libloading v0.8.5 |
686 | 2025-01-31T04:46:01.961Z | Downloaded icu_normalizer_data v1.5.0 |
687 | 2025-01-31T04:46:01.965Z | Downloaded ipnetwork v0.20.0 |
688 | 2025-01-31T04:46:01.967Z | Downloaded crypto-bigint v0.5.5 |
689 | 2025-01-31T04:46:01.975Z | Downloaded progenitor-client v0.8.0 |
690 | 2025-01-31T04:46:01.978Z | Downloaded hyper-staticfile v0.10.1 |
691 | 2025-01-31T04:46:01.980Z | Downloaded icu_locid v1.5.0 |
692 | 2025-01-31T04:46:01.985Z | Downloaded dirs-next v2.0.0 |
693 | 2025-01-31T04:46:01.988Z | Downloaded litemap v0.7.3 |
694 | 2025-01-31T04:46:01.991Z | Downloaded iana-time-zone v0.1.61 |
695 | 2025-01-31T04:46:01.993Z | Downloaded group v0.13.0 |
696 | 2025-01-31T04:46:01.996Z | Downloaded downcast v0.11.0 |
697 | 2025-01-31T04:46:01.998Z | Downloaded const_format v0.2.34 |
698 | 2025-01-31T04:46:02.003Z | Downloaded base64 v0.13.1 |
699 | 2025-01-31T04:46:02.007Z | Downloaded foreign-types v0.3.2 |
700 | 2025-01-31T04:46:02.009Z | Downloaded hickory-client v0.24.2 |
701 | 2025-01-31T04:46:02.012Z | Downloaded memmap2 v0.9.5 |
702 | 2025-01-31T04:46:02.014Z | Downloaded base64 v0.22.1 |
703 | 2025-01-31T04:46:02.019Z | Downloaded russh-cryptovec v0.7.3 |
704 | 2025-01-31T04:46:02.021Z | Downloaded opaque-debug v0.3.1 |
705 | 2025-01-31T04:46:02.021Z | Downloaded new_debug_unreachable v1.0.6 |
706 | 2025-01-31T04:46:02.024Z | Downloaded pem v3.0.4 |
707 | 2025-01-31T04:46:02.027Z | Downloaded paste v1.0.15 |
708 | 2025-01-31T04:46:02.029Z | Downloaded litrs v0.4.1 |
709 | 2025-01-31T04:46:02.032Z | Downloaded quick-error v1.2.3 |
710 | 2025-01-31T04:46:02.035Z | Downloaded rcgen v0.12.1 |
711 | 2025-01-31T04:46:02.037Z | Downloaded miniz_oxide v0.8.0 |
712 | 2025-01-31T04:46:02.040Z | Downloaded icu_normalizer v1.5.0 |
713 | 2025-01-31T04:46:02.044Z | Downloaded base64 v0.21.7 |
714 | 2025-01-31T04:46:02.049Z | Downloaded hmac v0.12.1 |
715 | 2025-01-31T04:46:02.052Z | Downloaded vte_generate_state_changes v0.1.2 |
716 | 2025-01-31T04:46:02.054Z | Downloaded backtrace v0.3.74 |
717 | 2025-01-31T04:46:02.059Z | Downloaded difflib v0.4.0 |
718 | 2025-01-31T04:46:02.062Z | Downloaded similar v2.6.0 |
719 | 2025-01-31T04:46:02.068Z | Downloaded ssh-cipher v0.2.0 |
720 | 2025-01-31T04:46:02.071Z | Downloaded olpc-cjson v0.1.4 |
721 | 2025-01-31T04:46:02.073Z | Downloaded num-derive v0.4.2 |
722 | 2025-01-31T04:46:02.075Z | Downloaded globset v0.4.15 |
723 | 2025-01-31T04:46:02.078Z | Downloaded crossbeam-channel v0.5.13 |
724 | 2025-01-31T04:46:02.081Z | Downloaded thiserror-impl-no-std v2.0.2 |
725 | 2025-01-31T04:46:02.084Z | Downloaded tokio-rustls v0.26.0 |
726 | 2025-01-31T04:46:02.087Z | Downloaded vte v0.11.1 |
727 | 2025-01-31T04:46:02.090Z | Downloaded pem-rfc7468 v0.7.0 |
728 | 2025-01-31T04:46:02.092Z | Downloaded mockall_derive v0.13.0 |
729 | 2025-01-31T04:46:02.095Z | Downloaded indicatif v0.17.11 |
730 | 2025-01-31T04:46:02.100Z | Downloaded flagset v0.4.6 |
731 | 2025-01-31T04:46:02.104Z | Downloaded untrusted v0.9.0 |
732 | 2025-01-31T04:46:02.106Z | Downloaded utf16_iter v1.0.5 |
733 | 2025-01-31T04:46:02.106Z | Downloaded slog-async v2.8.0 |
734 | 2025-01-31T04:46:02.109Z | Downloaded num_threads v0.1.7 |
735 | 2025-01-31T04:46:02.109Z | Downloaded derive_more v0.99.18 |
736 | 2025-01-31T04:46:02.116Z | Downloaded semver v0.1.20 |
737 | 2025-01-31T04:46:02.118Z | Downloaded secrecy v0.8.0 |
738 | 2025-01-31T04:46:02.118Z | Downloaded stable_deref_trait v1.2.0 |
739 | 2025-01-31T04:46:02.121Z | Downloaded string_cache v0.8.7 |
740 | 2025-01-31T04:46:02.121Z | Downloaded slog-bunyan v2.5.0 |
741 | 2025-01-31T04:46:02.123Z | Downloaded zone v0.1.8 |
742 | 2025-01-31T04:46:02.126Z | Downloaded utf-8 v0.7.6 |
743 | 2025-01-31T04:46:02.126Z | Downloaded scrypt v0.11.0 |
744 | 2025-01-31T04:46:02.128Z | Downloaded scopeguard v1.2.0 |
745 | 2025-01-31T04:46:02.131Z | Downloaded pin-project-lite v0.2.14 |
746 | 2025-01-31T04:46:02.135Z | Downloaded tungstenite v0.24.0 |
747 | 2025-01-31T04:46:02.141Z | Downloaded uzers v0.12.1 |
748 | 2025-01-31T04:46:02.145Z | Downloaded either v1.13.0 |
749 | 2025-01-31T04:46:02.145Z | Downloaded dirs-sys-next v0.1.2 |
750 | 2025-01-31T04:46:02.147Z | Downloaded polyval v0.6.2 |
751 | 2025-01-31T04:46:02.150Z | Downloaded fallible-streaming-iterator v0.1.9 |
752 | 2025-01-31T04:46:02.150Z | Downloaded defmt-parser v0.3.4 |
753 | 2025-01-31T04:46:02.152Z | Downloaded hyper-util v0.1.10 |
754 | 2025-01-31T04:46:02.156Z | Downloaded ssh-encoding v0.2.0 |
755 | 2025-01-31T04:46:02.159Z | Downloaded percent-encoding v2.3.1 |
756 | 2025-01-31T04:46:02.162Z | Downloaded thiserror-impl v2.0.11 |
757 | 2025-01-31T04:46:02.162Z | Downloaded defmt-macros v0.3.9 |
758 | 2025-01-31T04:46:02.165Z | Downloaded tokio-tungstenite v0.21.0 |
759 | 2025-01-31T04:46:02.167Z | Downloaded which v4.4.2 |
760 | 2025-01-31T04:46:02.169Z | Downloaded fragile v2.0.0 |
761 | 2025-01-31T04:46:02.172Z | Downloaded funty v2.0.0 |
762 | 2025-01-31T04:46:02.174Z | Downloaded peg v0.8.4 |
763 | 2025-01-31T04:46:02.177Z | Downloaded rtoolbox v0.0.2 |
764 | 2025-01-31T04:46:02.179Z | Downloaded tokio-tungstenite v0.23.1 |
765 | 2025-01-31T04:46:02.182Z | Downloaded ref-cast-impl v1.0.23 |
766 | 2025-01-31T04:46:02.184Z | Downloaded quinn-udp v0.5.5 |
767 | 2025-01-31T04:46:02.187Z | Downloaded diesel_table_macro_syntax v0.2.0 |
768 | 2025-01-31T04:46:02.187Z | Downloaded tokio-rustls v0.25.0 |
769 | 2025-01-31T04:46:02.189Z | Downloaded postcard v1.0.10 |
770 | 2025-01-31T04:46:02.192Z | Downloaded ref-cast v1.0.23 |
771 | 2025-01-31T04:46:02.196Z | Downloaded rustversion v1.0.17 |
772 | 2025-01-31T04:46:02.199Z | Downloaded poly1305 v0.8.0 |
773 | 2025-01-31T04:46:02.201Z | Downloaded typify v0.2.0 |
774 | 2025-01-31T04:46:02.204Z | Downloaded endian-type v0.1.2 |
775 | 2025-01-31T04:46:02.207Z | Downloaded shell-words v1.1.0 |
776 | 2025-01-31T04:46:02.207Z | Downloaded rustc-hash v1.1.0 |
777 | 2025-01-31T04:46:02.209Z | Downloaded fxhash v0.2.1 |
778 | 2025-01-31T04:46:02.209Z | Downloaded unicode_categories v0.1.1 |
779 | 2025-01-31T04:46:02.212Z | Downloaded rusty-fork v0.3.0 |
780 | 2025-01-31T04:46:02.215Z | Downloaded tabwriter v1.4.0 |
781 | 2025-01-31T04:46:02.215Z | Downloaded synstructure v0.13.1 |
782 | 2025-01-31T04:46:02.217Z | Downloaded sqlformat v0.2.6 |
783 | 2025-01-31T04:46:02.220Z | Downloaded tiny-keccak v2.0.2 |
784 | 2025-01-31T04:46:02.223Z | Downloaded tui-tree-widget v0.22.0 |
785 | 2025-01-31T04:46:02.226Z | Downloaded hickory-resolver v0.24.2 |
786 | 2025-01-31T04:46:02.228Z | Downloaded oso-derive v0.27.3 |
787 | 2025-01-31T04:46:02.231Z | Downloaded tls_codec_derive v0.4.1 |
788 | 2025-01-31T04:46:02.242Z | Downloaded minimal-lexical v0.2.1 |
789 | 2025-01-31T04:46:02.246Z | Downloaded spki v0.7.3 |
790 | 2025-01-31T04:46:02.246Z | Downloaded tinystr v0.7.6 |
791 | 2025-01-31T04:46:02.246Z | Downloaded phf_codegen v0.11.2 |
792 | 2025-01-31T04:46:02.246Z | Downloaded strum v0.26.3 |
793 | 2025-01-31T04:46:02.246Z | Downloaded zerofrom-derive v0.1.4 |
794 | 2025-01-31T04:46:02.246Z | Downloaded unicase v2.7.0 |
795 | 2025-01-31T04:46:02.249Z | Downloaded zerofrom v0.1.4 |
796 | 2025-01-31T04:46:02.249Z | Downloaded shlex v1.3.0 |
797 | 2025-01-31T04:46:02.251Z | Downloaded progenitor v0.8.0 |
798 | 2025-01-31T04:46:02.254Z | Downloaded progenitor-macro v0.9.1 |
799 | 2025-01-31T04:46:02.254Z | Downloaded debug-ignore v1.0.5 |
800 | 2025-01-31T04:46:02.256Z | Downloaded defmt v0.3.8 |
801 | 2025-01-31T04:46:02.259Z | Downloaded peg-macros v0.8.4 |
802 | 2025-01-31T04:46:02.261Z | Downloaded snafu-derive v0.8.5 |
803 | 2025-01-31T04:46:02.264Z | Downloaded postgres-types v0.2.8 |
804 | 2025-01-31T04:46:02.266Z | Downloaded postgres-protocol v0.6.7 |
805 | 2025-01-31T04:46:02.269Z | Downloaded crossterm v0.28.1 |
806 | 2025-01-31T04:46:02.276Z | Downloaded time-core v0.1.2 |
807 | 2025-01-31T04:46:02.278Z | Downloaded futures-io v0.3.31 |
808 | 2025-01-31T04:46:02.281Z | Downloaded foreign-types-macros v0.2.3 |
809 | 2025-01-31T04:46:02.281Z | Downloaded flume v0.11.1 |
810 | 2025-01-31T04:46:02.285Z | Downloaded enum-as-inner v0.6.1 |
811 | 2025-01-31T04:46:02.287Z | Downloaded hickory-server v0.24.2 |
812 | 2025-01-31T04:46:02.293Z | Downloaded ghash v0.5.1 |
813 | 2025-01-31T04:46:02.296Z | Downloaded gethostname v0.5.0 |
814 | 2025-01-31T04:46:02.299Z | Downloaded futures-task v0.3.31 |
815 | 2025-01-31T04:46:02.299Z | Downloaded thiserror v2.0.11 |
816 | 2025-01-31T04:46:02.304Z | Downloaded parse-display v0.10.0 |
817 | 2025-01-31T04:46:02.307Z | Downloaded uuid v1.12.0 |
818 | 2025-01-31T04:46:02.309Z | Downloaded mio v1.0.2 |
819 | 2025-01-31T04:46:02.316Z | Downloaded progenitor v0.9.1 |
820 | 2025-01-31T04:46:02.318Z | Downloaded url v2.5.3 |
821 | 2025-01-31T04:46:02.323Z | Downloaded futures v0.3.31 |
822 | 2025-01-31T04:46:02.327Z | Downloaded serde_urlencoded v0.7.1 |
823 | 2025-01-31T04:46:02.330Z | Downloaded r2d2 v0.8.10 |
824 | 2025-01-31T04:46:02.332Z | Downloaded fs_extra v1.3.0 |
825 | 2025-01-31T04:46:02.335Z | Downloaded precomputed-hash v0.1.1 |
826 | 2025-01-31T04:46:02.337Z | Downloaded termcolor v1.4.1 |
827 | 2025-01-31T04:46:02.337Z | Downloaded serde-hex v0.1.0 |
828 | 2025-01-31T04:46:02.340Z | Downloaded proc-macro-crate v1.3.1 |
829 | 2025-01-31T04:46:02.340Z | Downloaded phf v0.11.2 |
830 | 2025-01-31T04:46:02.342Z | Downloaded derive_builder_core v0.20.2 |
831 | 2025-01-31T04:46:02.345Z | Downloaded qorb v0.2.1 |
832 | 2025-01-31T04:46:02.348Z | Downloaded omicron-zone-package v0.12.0 |
833 | 2025-01-31T04:46:02.353Z | Downloaded serde-big-array v0.5.1 |
834 | 2025-01-31T04:46:02.355Z | Downloaded env_filter v0.1.2 |
835 | 2025-01-31T04:46:02.358Z | Downloaded spin v0.9.8 |
836 | 2025-01-31T04:46:02.360Z | Downloaded wait-timeout v0.2.0 |
837 | 2025-01-31T04:46:02.362Z | Downloaded universal-hash v0.5.1 |
838 | 2025-01-31T04:46:02.362Z | Downloaded getrandom v0.2.15 |
839 | 2025-01-31T04:46:02.365Z | Downloaded signal-hook v0.3.17 |
840 | 2025-01-31T04:46:02.369Z | Downloaded libxml v0.3.3 |
841 | 2025-01-31T04:46:02.376Z | Downloaded parking_lot_core v0.9.10 |
842 | 2025-01-31T04:46:02.380Z | Downloaded expectorate v1.1.0 |
843 | 2025-01-31T04:46:02.383Z | Downloaded aes-gcm v0.10.3 |
844 | 2025-01-31T04:46:02.387Z | Downloaded waitgroup v0.1.2 |
845 | 2025-01-31T04:46:02.389Z | Downloaded elliptic-curve v0.13.8 |
846 | 2025-01-31T04:46:02.393Z | Downloaded display-error-chain v0.2.2 |
847 | 2025-01-31T04:46:02.395Z | Downloaded num-iter v0.1.45 |
848 | 2025-01-31T04:46:02.397Z | Downloaded number_prefix v0.4.0 |
849 | 2025-01-31T04:46:02.400Z | Downloaded num-integer v0.1.46 |
850 | 2025-01-31T04:46:02.402Z | Downloaded nanorand v0.7.0 |
851 | 2025-01-31T04:46:02.405Z | Downloaded multimap v0.10.0 |
852 | 2025-01-31T04:46:02.405Z | Downloaded embedded-io v0.6.1 |
853 | 2025-01-31T04:46:02.408Z | Downloaded data-encoding v2.6.0 |
854 | 2025-01-31T04:46:02.408Z | Downloaded primeorder v0.13.6 |
855 | 2025-01-31T04:46:02.410Z | Downloaded topological-sort v0.2.2 |
856 | 2025-01-31T04:46:02.413Z | Downloaded ppv-lite86 v0.2.20 |
857 | 2025-01-31T04:46:02.413Z | Downloaded steno v0.4.1 |
858 | 2025-01-31T04:46:02.417Z | Downloaded structmeta-derive v0.3.0 |
859 | 2025-01-31T04:46:02.420Z | Downloaded dropshot_endpoint v0.12.0 |
860 | 2025-01-31T04:46:02.423Z | Downloaded sqlparser_derive v0.2.2 |
861 | 2025-01-31T04:46:02.425Z | Downloaded powerfmt v0.2.0 |
862 | 2025-01-31T04:46:02.425Z | Downloaded pkg-config v0.3.31 |
863 | 2025-01-31T04:46:02.428Z | Downloaded der v0.7.9 |
864 | 2025-01-31T04:46:02.433Z | Downloaded try-lock v0.2.5 |
865 | 2025-01-31T04:46:02.436Z | Downloaded vergen v8.3.2 |
866 | 2025-01-31T04:46:02.439Z | Downloaded time v0.3.36 |
867 | 2025-01-31T04:46:02.446Z | Downloaded tap v1.0.1 |
868 | 2025-01-31T04:46:02.449Z | Downloaded idna v1.0.3 |
869 | 2025-01-31T04:46:02.453Z | Downloaded tokio-rustls v0.24.1 |
870 | 2025-01-31T04:46:02.456Z | Downloaded newtype_derive v0.1.6 |
871 | 2025-01-31T04:46:02.458Z | Downloaded foreign-types-shared v0.3.1 |
872 | 2025-01-31T04:46:02.458Z | Downloaded unicode-bidi v0.3.17 |
873 | 2025-01-31T04:46:02.461Z | Downloaded untrusted v0.7.1 |
874 | 2025-01-31T04:46:02.464Z | Downloaded pkcs8 v0.10.2 |
875 | 2025-01-31T04:46:02.469Z | Downloaded document-features v0.2.10 |
876 | 2025-01-31T04:46:02.471Z | Downloaded pretty-hex v0.2.1 |
877 | 2025-01-31T04:46:02.471Z | Downloaded oso v0.27.3 |
878 | 2025-01-31T04:46:02.474Z | Downloaded toolchain_find v0.4.0 |
879 | 2025-01-31T04:46:02.476Z | Downloaded pin-utils v0.1.0 |
880 | 2025-01-31T04:46:02.477Z | Downloaded packed_struct_codegen v0.10.1 |
881 | 2025-01-31T04:46:02.480Z | Downloaded fd-lock v4.0.2 |
882 | 2025-01-31T04:46:02.482Z | Downloaded take_mut v0.2.2 |
883 | 2025-01-31T04:46:02.482Z | Downloaded parse-size v1.1.0 |
884 | 2025-01-31T04:46:02.482Z | Downloaded hash32 v0.2.1 |
885 | 2025-01-31T04:46:02.485Z | Downloaded zone v0.3.0 |
886 | 2025-01-31T04:46:02.487Z | Downloaded termios v0.3.3 |
887 | 2025-01-31T04:46:02.487Z | Downloaded progenitor-impl v0.8.0 |
888 | 2025-01-31T04:46:02.490Z | Downloaded socket2 v0.5.7 |
889 | 2025-01-31T04:46:02.492Z | Downloaded parking_lot v0.11.2 |
890 | 2025-01-31T04:46:02.495Z | Downloaded yoke-derive v0.7.4 |
891 | 2025-01-31T04:46:02.498Z | Downloaded tokio-macros v2.5.0 |
892 | 2025-01-31T04:46:02.500Z | Downloaded signal-hook-registry v1.4.2 |
893 | 2025-01-31T04:46:02.500Z | Downloaded sha1 v0.10.6 |
894 | 2025-01-31T04:46:02.502Z | Downloaded slog v2.7.0 |
895 | 2025-01-31T04:46:02.505Z | Downloaded dyn-clone v1.0.17 |
896 | 2025-01-31T04:46:02.508Z | Downloaded slog-json v2.6.1 |
897 | 2025-01-31T04:46:02.510Z | Downloaded parse-display-derive v0.10.0 |
898 | 2025-01-31T04:46:02.510Z | Downloaded predicates v3.1.2 |
899 | 2025-01-31T04:46:02.514Z | Downloaded quinn v0.11.5 |
900 | 2025-01-31T04:46:02.518Z | Downloaded path-slash v0.1.5 |
901 | 2025-01-31T04:46:02.520Z | Downloaded nodrop v0.1.14 |
902 | 2025-01-31T04:46:02.520Z | Downloaded newline-converter v0.3.0 |
903 | 2025-01-31T04:46:02.523Z | Downloaded strum_macros v0.26.4 |
904 | 2025-01-31T04:46:02.525Z | Downloaded serde_with_macros v3.11.0 |
905 | 2025-01-31T04:46:02.528Z | Downloaded tokio-native-tls v0.3.1 |
906 | 2025-01-31T04:46:02.530Z | Downloaded slog-scope v4.4.0 |
907 | 2025-01-31T04:46:02.530Z | Downloaded tinyvec v1.8.0 |
908 | 2025-01-31T04:46:02.533Z | Downloaded tough v0.19.0 |
909 | 2025-01-31T04:46:02.542Z | Downloaded sync_wrapper v1.0.1 |
910 | 2025-01-31T04:46:02.545Z | Downloaded tokio-util v0.7.12 |
911 | 2025-01-31T04:46:02.551Z | Downloaded foreign-types-shared v0.1.1 |
912 | 2025-01-31T04:46:02.555Z | Downloaded hashbrown v0.12.3 |
913 | 2025-01-31T04:46:02.558Z | Downloaded phf_shared v0.10.0 |
914 | 2025-01-31T04:46:02.560Z | Downloaded slog-dtrace v0.3.0 |
915 | 2025-01-31T04:46:02.560Z | Downloaded parse-zoneinfo v0.3.1 |
916 | 2025-01-31T04:46:02.563Z | Downloaded predicates-tree v1.0.11 |
917 | 2025-01-31T04:46:02.565Z | Downloaded predicates-core v1.0.8 |
918 | 2025-01-31T04:46:02.567Z | Downloaded blake3 v1.5.4 |
919 | 2025-01-31T04:46:02.575Z | Downloaded slab v0.4.9 |
920 | 2025-01-31T04:46:02.578Z | Downloaded same-file v1.0.6 |
921 | 2025-01-31T04:46:02.580Z | Downloaded hashbrown v0.13.2 |
922 | 2025-01-31T04:46:02.583Z | Downloaded zeroize v1.8.1 |
923 | 2025-01-31T04:46:02.586Z | Downloaded typed-path v0.9.3 |
924 | 2025-01-31T04:46:02.593Z | Downloaded ff v0.13.0 |
925 | 2025-01-31T04:46:02.595Z | Downloaded parking_lot_core v0.8.6 |
926 | 2025-01-31T04:46:02.598Z | Downloaded parking_lot v0.12.3 |
927 | 2025-01-31T04:46:02.600Z | Downloaded want v0.3.1 |
928 | 2025-01-31T04:46:02.603Z | Downloaded pbkdf2 v0.11.0 |
929 | 2025-01-31T04:46:02.606Z | Downloaded newtype-uuid v1.2.1 |
930 | 2025-01-31T04:46:02.606Z | Downloaded zeroize_derive v1.4.2 |
931 | 2025-01-31T04:46:02.608Z | Downloaded tracing-attributes v0.1.27 |
932 | 2025-01-31T04:46:02.612Z | Downloaded zerocopy v0.6.6 |
933 | 2025-01-31T04:46:02.614Z | Downloaded signal-hook-tokio v0.3.1 |
934 | 2025-01-31T04:46:02.614Z | Downloaded twox-hash v2.1.0 |
935 | 2025-01-31T04:46:02.616Z | Downloaded sigpipe v0.1.3 |
936 | 2025-01-31T04:46:02.619Z | Downloaded der_derive v0.7.3 |
937 | 2025-01-31T04:46:02.619Z | Downloaded rustfmt-wrapper v0.2.1 |
938 | 2025-01-31T04:46:02.622Z | Downloaded sync-ptr v0.1.1 |
939 | 2025-01-31T04:46:02.622Z | Downloaded displaydoc v0.2.5 |
940 | 2025-01-31T04:46:02.625Z | Downloaded openssl-probe v0.1.5 |
941 | 2025-01-31T04:46:02.627Z | Downloaded rustls-pemfile v1.0.4 |
942 | 2025-01-31T04:46:02.629Z | Downloaded itertools v0.13.0 |
943 | 2025-01-31T04:46:02.641Z | Downloaded hash32 v0.3.1 |
944 | 2025-01-31T04:46:02.644Z | Downloaded phf_generator v0.11.2 |
945 | 2025-01-31T04:46:02.646Z | Downloaded whoami v1.5.2 |
946 | 2025-01-31T04:46:02.649Z | Downloaded num-traits v0.2.19 |
947 | 2025-01-31T04:46:02.655Z | Downloaded pkcs1 v0.7.5 |
948 | 2025-01-31T04:46:02.658Z | Downloaded heapless v0.7.17 |
949 | 2025-01-31T04:46:02.665Z | Downloaded headers-core v0.3.0 |
950 | 2025-01-31T04:46:02.667Z | Downloaded aws-lc-rs v1.10.0 |
951 | 2025-01-31T04:46:02.680Z | Downloaded embedded-io v0.4.0 |
952 | 2025-01-31T04:46:02.683Z | Downloaded typify v0.3.0 |
953 | 2025-01-31T04:46:02.688Z | Downloaded ed25519 v2.2.3 |
954 | 2025-01-31T04:46:02.690Z | Downloaded zopfli v0.8.1 |
955 | 2025-01-31T04:46:02.693Z | Downloaded tungstenite v0.23.0 |
956 | 2025-01-31T04:46:02.697Z | Downloaded tar v0.4.42 |
957 | 2025-01-31T04:46:02.700Z | Downloaded derive-where v1.2.7 |
958 | 2025-01-31T04:46:02.704Z | Downloaded thiserror-no-std v2.0.2 |
959 | 2025-01-31T04:46:02.708Z | Downloaded rand_core v0.6.4 |
960 | 2025-01-31T04:46:02.711Z | Downloaded strum_macros v0.25.3 |
961 | 2025-01-31T04:46:02.714Z | Downloaded hashlink v0.9.1 |
962 | 2025-01-31T04:46:02.716Z | Downloaded des v0.8.1 |
963 | 2025-01-31T04:46:02.716Z | Downloaded rustc-demangle v0.1.24 |
964 | 2025-01-31T04:46:02.719Z | Downloaded scheduled-thread-pool v0.2.7 |
965 | 2025-01-31T04:46:02.719Z | Downloaded phf_shared v0.11.2 |
966 | 2025-01-31T04:46:02.721Z | Downloaded fatfs v0.3.6 |
967 | 2025-01-31T04:46:02.724Z | Downloaded xz2 v0.1.7 |
968 | 2025-01-31T04:46:02.727Z | Downloaded strum_macros v0.24.3 |
969 | 2025-01-31T04:46:02.730Z | Downloaded tracing v0.1.40 |
970 | 2025-01-31T04:46:02.732Z | Downloaded dunce v1.0.5 |
971 | 2025-01-31T04:46:02.735Z | Downloaded darling_macro v0.20.10 |
972 | 2025-01-31T04:46:02.735Z | Downloaded password-hash v0.5.0 |
973 | 2025-01-31T04:46:02.738Z | Downloaded thread_local v1.1.8 |
974 | 2025-01-31T04:46:02.740Z | Downloaded winnow v0.5.40 |
975 | 2025-01-31T04:46:02.748Z | Downloaded fallible-iterator v0.3.0 |
976 | 2025-01-31T04:46:02.751Z | Downloaded signature v2.2.0 |
977 | 2025-01-31T04:46:02.751Z | Downloaded diesel-dtrace v0.4.2 |
978 | 2025-01-31T04:46:02.753Z | Downloaded normalize-line-endings v0.3.0 |
979 | 2025-01-31T04:46:02.756Z | Downloaded env_logger v0.10.2 |
980 | 2025-01-31T04:46:02.759Z | Downloaded walkdir v2.5.0 |
981 | 2025-01-31T04:46:02.762Z | Downloaded rand_chacha v0.3.1 |
982 | 2025-01-31T04:46:02.762Z | Downloaded pbkdf2 v0.12.2 |
983 | 2025-01-31T04:46:02.764Z | Downloaded snafu v0.8.5 |
984 | 2025-01-31T04:46:02.769Z | Downloaded zip v0.6.6 |
985 | 2025-01-31T04:46:02.773Z | Downloaded tungstenite v0.21.0 |
986 | 2025-01-31T04:46:02.777Z | Downloaded openssl-macros v0.1.1 |
987 | 2025-01-31T04:46:02.780Z | Downloaded diesel_derives v2.2.3 |
988 | 2025-01-31T04:46:02.782Z | Downloaded tracing-core v0.1.32 |
989 | 2025-01-31T04:46:02.785Z | Downloaded zip v2.1.3 |
990 | 2025-01-31T04:46:02.790Z | Downloaded structmeta v0.2.0 |
991 | 2025-01-31T04:46:02.794Z | Downloaded unicode-truncate v1.1.0 |
992 | 2025-01-31T04:46:02.794Z | Downloaded strip-ansi-escapes v0.2.0 |
993 | 2025-01-31T04:46:02.797Z | Downloaded rand v0.8.5 |
994 | 2025-01-31T04:46:02.799Z | Downloaded yoke v0.7.4 |
995 | 2025-01-31T04:46:02.799Z | Downloaded yasna v0.5.2 |
996 | 2025-01-31T04:46:02.802Z | Downloaded password-hash v0.4.2 |
997 | 2025-01-31T04:46:02.805Z | Downloaded slog-envlogger v2.2.0 |
998 | 2025-01-31T04:46:02.806Z | Downloaded proptest v1.5.0 |
999 | 2025-01-31T04:46:02.814Z | Downloaded tokio-tungstenite v0.24.0 |
1000 | 2025-01-31T04:46:02.817Z | Downloaded derive_builder v0.20.2 |
1001 | 2025-01-31T04:46:02.822Z | Downloaded rand_seeder v0.3.0 |
1002 | 2025-01-31T04:46:02.825Z | Downloaded rayon-core v1.12.1 |
1003 | 2025-01-31T04:46:02.831Z | Downloaded unicode-xid v0.2.6 |
1004 | 2025-01-31T04:46:02.833Z | Downloaded rpassword v7.3.1 |
1005 | 2025-01-31T04:46:02.833Z | Downloaded num-rational v0.4.2 |
1006 | 2025-01-31T04:46:02.833Z | Downloaded nu-ansi-term v0.50.1 |
1007 | 2025-01-31T04:46:02.836Z | Downloaded ron v0.7.1 |
1008 | 2025-01-31T04:46:02.839Z | Downloaded native-tls v0.2.12 |
1009 | 2025-01-31T04:46:02.841Z | Downloaded deranged v0.3.11 |
1010 | 2025-01-31T04:46:02.844Z | Downloaded test-strategy v0.3.1 |
1011 | 2025-01-31T04:46:02.848Z | Downloaded samael v0.0.17 |
1012 | 2025-01-31T04:46:02.852Z | Downloaded prettyplease v0.2.25 |
1013 | 2025-01-31T04:46:02.855Z | Downloaded p521 v0.13.3 |
1014 | 2025-01-31T04:46:02.859Z | Downloaded pin-project v1.1.6 |
1015 | 2025-01-31T04:46:02.869Z | Downloaded time-macros v0.2.18 |
1016 | 2025-01-31T04:46:02.872Z | Downloaded dropshot_endpoint v0.15.1 |
1017 | 2025-01-31T04:46:02.875Z | Downloaded p256 v0.13.2 |
1018 | 2025-01-31T04:46:02.879Z | Downloaded unsafe-libyaml v0.2.11 |
1019 | 2025-01-31T04:46:02.882Z | Downloaded num-bigint v0.4.6 |
1020 | 2025-01-31T04:46:02.887Z | Downloaded unicode-properties v0.1.3 |
1021 | 2025-01-31T04:46:02.891Z | Downloaded schemars v0.8.21 |
1022 | 2025-01-31T04:46:02.900Z | Downloaded tokio-postgres v0.7.12 |
1023 | 2025-01-31T04:46:02.905Z | Downloaded chrono v0.4.39 |
1024 | 2025-01-31T04:46:02.913Z | Downloaded owo-colors v4.1.0 |
1025 | 2025-01-31T04:46:02.916Z | Downloaded lalrpop v0.19.12 |
1026 | 2025-01-31T04:46:02.929Z | Downloaded num-bigint-dig v0.8.4 |
1027 | 2025-01-31T04:46:02.934Z | Downloaded russh-keys v0.45.0 |
1028 | 2025-01-31T04:46:02.937Z | Downloaded hashbrown v0.14.5 |
1029 | 2025-01-31T04:46:02.944Z | Downloaded stringprep v0.1.5 |
1030 | 2025-01-31T04:46:02.946Z | Downloaded toml v0.7.8 |
1031 | 2025-01-31T04:46:02.949Z | Downloaded serde_yaml v0.9.34+deprecated |
1032 | 2025-01-31T04:46:02.954Z | Downloaded darling_core v0.20.10 |
1033 | 2025-01-31T04:46:02.957Z | Downloaded ron v0.8.1 |
1034 | 2025-01-31T04:46:02.962Z | Downloaded sqlparser v0.45.0 |
1035 | 2025-01-31T04:46:02.968Z | Downloaded x509-cert v0.2.5 |
1036 | 2025-01-31T04:46:02.974Z | Downloaded radix_trie v0.2.1 |
1037 | 2025-01-31T04:46:02.979Z | Downloaded salty v0.3.0 |
1038 | 2025-01-31T04:46:02.987Z | Downloaded openssl-sys v0.9.104 |
1039 | 2025-01-31T04:46:02.992Z | Downloaded toml_edit v0.19.15 |
1040 | 2025-01-31T04:46:03.010Z | Downloaded flate2 v1.0.35 |
1041 | 2025-01-31T04:46:03.017Z | Downloaded reedline v0.35.0 |
1042 | 2025-01-31T04:46:03.024Z | Downloaded serde_with v3.11.0 |
1043 | 2025-01-31T04:46:03.033Z | Downloaded rusqlite v0.32.1 |
1044 | 2025-01-31T04:46:03.040Z | Downloaded curve25519-dalek v4.1.3 |
1045 | 2025-01-31T04:46:03.049Z | Downloaded futures-util v0.3.31 |
1046 | 2025-01-31T04:46:03.063Z | Downloaded quinn-proto v0.11.8 |
1047 | 2025-01-31T04:46:03.069Z | Downloaded unicode-segmentation v1.12.0 |
1048 | 2025-01-31T04:46:03.073Z | Downloaded zerocopy v0.8.10 |
1049 | 2025-01-31T04:46:03.101Z | Downloaded rayon v1.10.0 |
1050 | 2025-01-31T04:46:03.110Z | Downloaded object v0.30.4 |
1051 | 2025-01-31T04:46:03.120Z | Downloaded russh v0.45.0 |
1052 | 2025-01-31T04:46:03.127Z | Downloaded zerovec v0.10.4 |
1053 | 2025-01-31T04:46:03.134Z | Downloaded rustls-webpki v0.102.8 |
1054 | 2025-01-31T04:46:03.154Z | Downloaded nom v7.1.3 |
1055 | 2025-01-31T04:46:03.160Z | Downloaded petname v2.0.2 |
1056 | 2025-01-31T04:46:03.166Z | Downloaded rustls-webpki v0.101.7 |
1057 | 2025-01-31T04:46:03.182Z | Downloaded polar-core v0.27.3 |
1058 | 2025-01-31T04:46:03.191Z | Downloaded regex-syntax v0.6.29 |
1059 | 2025-01-31T04:46:03.200Z | Downloaded object v0.36.5 |
1060 | 2025-01-31T04:46:03.212Z | Downloaded webpki-roots v0.26.6 |
1061 | 2025-01-31T04:46:03.217Z | Downloaded unicode-width v0.2.0 |
1062 | 2025-01-31T04:46:03.223Z | Downloaded nix v0.28.0 |
1063 | 2025-01-31T04:46:03.236Z | Downloaded p384 v0.13.0 |
1064 | 2025-01-31T04:46:03.243Z | Downloaded gimli v0.31.1 |
1065 | 2025-01-31T04:46:03.251Z | Downloaded regex-syntax v0.8.5 |
1066 | 2025-01-31T04:46:03.260Z | Downloaded hickory-proto v0.24.2 |
1067 | 2025-01-31T04:46:03.277Z | Downloaded smoltcp v0.9.1 |
1068 | 2025-01-31T04:46:03.288Z | Downloaded rustls v0.23.19 |
1069 | 2025-01-31T04:46:03.302Z | Downloaded smoltcp v0.11.0 |
1070 | 2025-01-31T04:46:03.315Z | Downloaded regress v0.9.1 |
1071 | 2025-01-31T04:46:03.327Z | Downloaded dropshot v0.15.1 |
1072 | 2025-01-31T04:46:03.347Z | Downloaded openssl v0.10.66 |
1073 | 2025-01-31T04:46:03.357Z | Downloaded dropshot v0.12.0 |
1074 | 2025-01-31T04:46:03.378Z | Downloaded openapiv3 v2.0.0 |
1075 | 2025-01-31T04:46:03.391Z | Downloaded rustls v0.22.4 |
1076 | 2025-01-31T04:46:03.405Z | Downloaded chrono-tz v0.10.1 |
1077 | 2025-01-31T04:46:03.414Z | Downloaded sled v0.34.7 |
1078 | 2025-01-31T04:46:03.426Z | Downloaded bstr v1.10.0 |
1079 | 2025-01-31T04:46:03.438Z | Downloaded typify-impl v0.2.0 |
1080 | 2025-01-31T04:46:03.454Z | Downloaded regress v0.10.1 |
1081 | 2025-01-31T04:46:03.463Z | Downloaded diesel v2.2.6 |
1082 | 2025-01-31T04:46:03.484Z | Downloaded ratatui v0.28.1 |
1083 | 2025-01-31T04:46:03.504Z | Downloaded git2 v0.19.0 |
1084 | 2025-01-31T04:46:03.512Z | Downloaded vcpkg v0.2.15 |
1085 | 2025-01-31T04:46:03.555Z | Downloaded typify-impl v0.3.0 |
1086 | 2025-01-31T04:46:03.573Z | Downloaded zerocopy-derive v0.6.6 |
1087 | 2025-01-31T04:46:03.581Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1088 | 2025-01-31T04:46:03.594Z | Downloaded nix v0.29.0 |
1089 | 2025-01-31T04:46:03.607Z | Downloaded regex-automata v0.4.8 |
1090 | 2025-01-31T04:46:03.625Z | Downloaded lzma-sys v0.1.20 |
1091 | 2025-01-31T04:46:03.658Z | Downloaded libz-sys v1.1.20 |
1092 | 2025-01-31T04:46:03.678Z | Downloaded rustls v0.21.12 |
1093 | 2025-01-31T04:46:03.689Z | Downloaded nix v0.27.1 |
1094 | 2025-01-31T04:46:03.701Z | Downloaded regex v1.11.1 |
1095 | 2025-01-31T04:46:03.714Z | Downloaded headers v0.4.0 |
1096 | 2025-01-31T04:46:03.720Z | Downloaded subprocess v0.2.9 |
1097 | 2025-01-31T04:46:03.723Z | Downloaded unicode-normalization v0.1.24 |
1098 | 2025-01-31T04:46:03.726Z | Downloaded portable-atomic v1.9.0 |
1099 | 2025-01-31T04:46:03.734Z | Downloaded bitvec v1.0.1 |
1100 | 2025-01-31T04:46:03.749Z | Downloaded h2 v0.4.6 |
1101 | 2025-01-31T04:46:03.756Z | Downloaded icu_properties_data v1.5.0 |
1102 | 2025-01-31T04:46:03.767Z | Downloaded rustls-pki-types v1.10.0 |
1103 | 2025-01-31T04:46:03.770Z | Downloaded petgraph v0.6.5 |
1104 | 2025-01-31T04:46:03.789Z | Downloaded bindgen v0.69.5 |
1105 | 2025-01-31T04:46:03.796Z | Downloaded csv v1.3.1 |
1106 | 2025-01-31T04:46:03.816Z | Downloaded tokio v1.43.0 |
1107 | 2025-01-31T04:46:03.855Z | Downloaded rsa v0.9.6 |
1108 | 2025-01-31T04:46:03.859Z | Downloaded quick-xml v0.33.0 |
1109 | 2025-01-31T04:46:03.866Z | Downloaded hkdf v0.12.4 |
1110 | 2025-01-31T04:46:03.868Z | Downloaded schemars_derive v0.8.21 |
1111 | 2025-01-31T04:46:03.871Z | Downloaded reqwest v0.12.9 |
1112 | 2025-01-31T04:46:03.878Z | Downloaded hyper v1.5.2 |
1113 | 2025-01-31T04:46:03.884Z | Downloaded structmeta-derive v0.2.0 |
1114 | 2025-01-31T04:46:03.886Z | Downloaded filetime v0.2.25 |
1115 | 2025-01-31T04:46:03.886Z | Downloaded half v2.4.1 |
1116 | 2025-01-31T04:46:03.889Z | Downloaded sha3 v0.10.8 |
1117 | 2025-01-31T04:46:03.893Z | Downloaded foreign-types v0.5.0 |
1118 | 2025-01-31T04:46:03.897Z | Downloaded xattr v1.3.1 |
1119 | 2025-01-31T04:46:03.897Z | Downloaded rustc_version v0.4.1 |
1120 | 2025-01-31T04:46:03.900Z | Downloaded siphasher v0.3.11 |
1121 | 2025-01-31T04:46:03.900Z | Downloaded pin-project-internal v1.1.6 |
1122 | 2025-01-31T04:46:03.902Z | Downloaded value-bag v1.9.0 |
1123 | 2025-01-31T04:46:03.905Z | Downloaded ssh-key v0.6.6 |
1124 | 2025-01-31T04:46:03.910Z | Downloaded rand_xorshift v0.3.0 |
1125 | 2025-01-31T04:46:03.912Z | Downloaded ecdsa v0.16.9 |
1126 | 2025-01-31T04:46:03.914Z | Downloaded num v0.4.3 |
1127 | 2025-01-31T04:46:03.915Z | Downloaded form_urlencoded v1.2.1 |
1128 | 2025-01-31T04:46:03.915Z | Downloaded term v0.7.0 |
1129 | 2025-01-31T04:46:03.917Z | Downloaded progenitor-impl v0.9.1 |
1130 | 2025-01-31T04:46:03.920Z | Downloaded zerocopy-derive v0.8.10 |
1131 | 2025-01-31T04:46:03.925Z | Downloaded futures-channel v0.3.31 |
1132 | 2025-01-31T04:46:03.928Z | Downloaded float-cmp v0.9.0 |
1133 | 2025-01-31T04:46:03.931Z | Downloaded vsss-rs v3.3.4 |
1134 | 2025-01-31T04:46:03.933Z | Downloaded pkcs5 v0.7.1 |
1135 | 2025-01-31T04:46:03.936Z | Downloaded rustyline v14.0.0 |
1136 | 2025-01-31T04:46:03.940Z | Downloaded publicsuffix v2.3.0 |
1137 | 2025-01-31T04:46:03.942Z | Downloaded ed25519-dalek v2.1.1 |
1138 | 2025-01-31T04:46:03.945Z | Downloaded unarray v0.1.4 |
1139 | 2025-01-31T04:46:03.948Z | Downloaded diff v0.1.13 |
1140 | 2025-01-31T04:46:03.950Z | Downloaded futures-executor v0.3.31 |
1141 | 2025-01-31T04:46:03.953Z | Downloaded futures-core v0.3.31 |
1142 | 2025-01-31T04:46:03.953Z | Downloaded nibble_vec v0.1.0 |
1143 | 2025-01-31T04:46:03.955Z | Downloaded packed_struct v0.10.1 |
1144 | 2025-01-31T04:46:03.955Z | Downloaded num-complex v0.4.6 |
1145 | 2025-01-31T04:46:03.958Z | Downloaded libm v0.2.8 |
1146 | 2025-01-31T04:46:03.964Z | Downloaded progenitor-macro v0.8.0 |
1147 | 2025-01-31T04:46:03.967Z | Downloaded signal-hook-mio v0.2.4 |
1148 | 2025-01-31T04:46:03.967Z | Downloaded num_enum_derive v0.5.11 |
1149 | 2025-01-31T04:46:03.969Z | Downloaded num_enum v0.5.11 |
1150 | 2025-01-31T04:46:03.971Z | Downloaded static_assertions v1.1.0 |
1151 | 2025-01-31T04:46:03.974Z | Downloaded itertools v0.10.5 |
1152 | 2025-01-31T04:46:03.979Z | Downloaded aes v0.8.4 |
1153 | 2025-01-31T04:46:03.983Z | Downloaded wyz v0.5.1 |
1154 | 2025-01-31T04:46:03.985Z | Downloaded fixedbitset v0.4.2 |
1155 | 2025-01-31T04:46:03.985Z | Downloaded sct v0.7.1 |
1156 | 2025-01-31T04:46:03.989Z | Downloaded tokio-stream v0.1.16 |
1157 | 2025-01-31T04:46:03.993Z | Downloaded utf8_iter v1.0.4 |
1158 | 2025-01-31T04:46:03.997Z | Downloaded zerovec-derive v0.10.3 |
1159 | 2025-01-31T04:46:03.997Z | Downloaded aho-corasick v1.1.3 |
1160 | 2025-01-31T04:46:04.002Z | Downloaded futures-sink v0.3.31 |
1161 | 2025-01-31T04:46:04.005Z | Downloaded futures-macro v0.3.31 |
1162 | 2025-01-31T04:46:04.005Z | Downloaded foldhash v0.1.3 |
1163 | 2025-01-31T04:46:04.005Z | Downloaded env_logger v0.11.5 |
1164 | 2025-01-31T04:46:04.008Z | Downloaded ena v0.14.3 |
1165 | 2025-01-31T04:46:04.010Z | Downloaded fallible-iterator v0.2.0 |
1166 | 2025-01-31T04:46:04.010Z | Downloaded dsl_auto_type v0.1.2 |
1167 | 2025-01-31T04:46:04.013Z | Downloaded bumpalo v3.16.0 |
1168 | 2025-01-31T04:46:04.015Z | Downloaded multer v3.1.0 |
1169 | 2025-01-31T04:46:04.018Z | Downloaded mockall v0.13.0 |
1170 | 2025-01-31T04:46:04.021Z | Downloaded encoding_rs v0.8.34 |
1171 | 2025-01-31T04:46:04.042Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1172 | 2025-01-31T04:46:04.098Z | Downloaded icu_properties v1.5.1 |
1173 | 2025-01-31T04:46:04.101Z | Downloaded glob v0.3.2 |
1174 | 2025-01-31T04:46:04.103Z | Downloaded mime_guess v2.0.5 |
1175 | 2025-01-31T04:46:04.106Z | Downloaded ipnet v2.10.1 |
1176 | 2025-01-31T04:46:04.106Z | Downloaded highway v1.2.0 |
1177 | 2025-01-31T04:46:04.108Z | Downloaded chacha20poly1305 v0.10.1 |
1178 | 2025-01-31T04:46:04.111Z | Downloaded libefi-sys v0.1.0 |
1179 | 2025-01-31T04:46:04.111Z | Downloaded termtree v0.5.1 |
1180 | 2025-01-31T04:46:04.111Z | Downloaded slog-term v2.9.1 |
1181 | 2025-01-31T04:46:04.114Z | Downloaded cc v1.1.30 |
1182 | 2025-01-31T04:46:04.117Z | Downloaded humantime v2.1.0 |
1183 | 2025-01-31T04:46:04.117Z | Downloaded hex v0.4.3 |
1184 | 2025-01-31T04:46:04.120Z | Downloaded maybe-uninit v2.0.0 |
1185 | 2025-01-31T04:46:04.120Z | Downloaded home v0.5.9 |
1186 | 2025-01-31T04:46:04.123Z | Downloaded lazycell v1.3.0 |
1187 | 2025-01-31T04:46:04.123Z | Downloaded indent_write v2.2.0 |
1188 | 2025-01-31T04:46:04.123Z | Downloaded bytes v1.9.0 |
1189 | 2025-01-31T04:46:04.126Z | Downloaded itertools v0.12.1 |
1190 | 2025-01-31T04:46:04.133Z | Downloaded indexmap v1.9.3 |
1191 | 2025-01-31T04:46:04.135Z | Downloaded structmeta v0.3.0 |
1192 | 2025-01-31T04:46:04.138Z | Downloaded indoc v1.0.9 |
1193 | 2025-01-31T04:46:04.144Z | Downloaded icu_provider v1.5.0 |
1194 | 2025-01-31T04:46:04.146Z | Downloaded rustc-hash v2.0.0 |
1195 | 2025-01-31T04:46:04.146Z | Downloaded rfc6979 v0.4.0 |
1196 | 2025-01-31T04:46:04.146Z | Downloaded cmake v0.1.51 |
1197 | 2025-01-31T04:46:04.146Z | Downloaded icu_collections v1.5.0 |
1198 | 2025-01-31T04:46:04.151Z | Downloaded console v0.15.10 |
1199 | 2025-01-31T04:46:04.153Z | Downloaded bcs v0.1.6 |
1200 | 2025-01-31T04:46:04.156Z | Downloaded httpdate v1.0.3 |
1201 | 2025-01-31T04:46:04.158Z | Downloaded http-range v0.1.5 |
1202 | 2025-01-31T04:46:04.158Z | Downloaded bit-set v0.5.3 |
1203 | 2025-01-31T04:46:04.158Z | Downloaded crc32fast v1.4.2 |
1204 | 2025-01-31T04:46:04.161Z | Downloaded chacha20 v0.9.1 |
1205 | 2025-01-31T04:46:04.379Z | Downloaded libsqlite3-sys v0.30.1 |
1206 | 2025-01-31T04:46:04.620Z | Downloaded ring v0.17.8 |
1207 | 2025-01-31T04:46:04.959Z | Downloaded aws-lc-sys v0.22.0 |
1208 | 2025-01-31T04:46:05.282Z | Compiling serde v1.0.217 |
1209 | 2025-01-31T04:46:05.284Z | Compiling lock_api v0.4.12 |
1210 | 2025-01-31T04:46:05.284Z | Compiling value-bag v1.9.0 |
1211 | 2025-01-31T04:46:05.284Z | Compiling scopeguard v1.2.0 |
1212 | 2025-01-31T04:46:05.284Z | Compiling typenum v1.17.0 |
1213 | 2025-01-31T04:46:05.438Z | Compiling generic-array v0.14.7 |
1214 | 2025-01-31T04:46:05.484Z | Compiling syn v2.0.96 |
1215 | 2025-01-31T04:46:05.499Z | Compiling getrandom v0.2.15 |
1216 | 2025-01-31T04:46:05.600Z | Compiling shlex v1.3.0 |
1217 | 2025-01-31T04:46:05.811Z | Compiling rand_core v0.6.4 |
1218 | 2025-01-31T04:46:05.904Z | Compiling log v0.4.22 |
1219 | 2025-01-31T04:46:05.961Z | Compiling subtle v2.6.1 |
1220 | 2025-01-31T04:46:06.005Z | Compiling jobserver v0.1.32 |
1221 | 2025-01-31T04:46:06.052Z | Compiling smallvec v1.13.2 |
1222 | 2025-01-31T04:46:06.294Z | Compiling const-oid v0.9.6 |
1223 | 2025-01-31T04:46:06.349Z | Compiling pin-project-lite v0.2.14 |
1224 | 2025-01-31T04:46:06.365Z | Compiling rustix v0.38.37 |
1225 | 2025-01-31T04:46:06.431Z | Compiling cc v1.1.30 |
1226 | 2025-01-31T04:46:06.479Z | Compiling spin v0.9.8 |
1227 | 2025-01-31T04:46:06.668Z | Compiling parking_lot_core v0.9.10 |
1228 | 2025-01-31T04:46:06.838Z | Compiling futures-core v0.3.31 |
1229 | 2025-01-31T04:46:06.858Z | Compiling signal-hook-registry v1.4.2 |
1230 | 2025-01-31T04:46:07.076Z | Compiling mio v1.0.2 |
1231 | 2025-01-31T04:46:07.190Z | Compiling aho-corasick v1.1.3 |
1232 | 2025-01-31T04:46:07.592Z | Compiling parking_lot v0.12.3 |
1233 | 2025-01-31T04:46:07.783Z | Compiling either v1.13.0 |
1234 | 2025-01-31T04:46:07.786Z | Compiling regex-syntax v0.8.5 |
1235 | 2025-01-31T04:46:08.171Z | Compiling stable_deref_trait v1.2.0 |
1236 | 2025-01-31T04:46:08.303Z | Compiling cpufeatures v0.2.14 |
1237 | 2025-01-31T04:46:08.325Z | Compiling futures-sink v0.3.31 |
1238 | 2025-01-31T04:46:08.399Z | Compiling glob v0.3.2 |
1239 | 2025-01-31T04:46:08.419Z | Compiling socket2 v0.5.7 |
1240 | 2025-01-31T04:46:08.477Z | Compiling slab v0.4.9 |
1241 | 2025-01-31T04:46:08.588Z | Compiling prettyplease v0.2.25 |
1242 | 2025-01-31T04:46:08.944Z | Compiling lazy_static v1.5.0 |
1243 | 2025-01-31T04:46:08.970Z | Compiling minimal-lexical v0.2.1 |
1244 | 2025-01-31T04:46:09.088Z | Compiling serde_json v1.0.135 |
1245 | 2025-01-31T04:46:09.303Z | Compiling clang-sys v1.8.1 |
1246 | 2025-01-31T04:46:09.443Z | Compiling nom v7.1.3 |
1247 | 2025-01-31T04:46:09.513Z | Compiling libloading v0.8.5 |
1248 | 2025-01-31T04:46:09.600Z | Compiling bindgen v0.69.5 |
1249 | 2025-01-31T04:46:09.924Z | Compiling home v0.5.9 |
1250 | 2025-01-31T04:46:10.189Z | Compiling futures-channel v0.3.31 |
1251 | 2025-01-31T04:46:10.380Z | Compiling itertools v0.12.1 |
1252 | 2025-01-31T04:46:10.441Z | Compiling futures-task v0.3.31 |
1253 | 2025-01-31T04:46:10.607Z | Compiling foldhash v0.1.3 |
1254 | 2025-01-31T04:46:10.737Z | Compiling libm v0.2.8 |
1255 | 2025-01-31T04:46:10.932Z | Compiling allocator-api2 v0.2.18 |
1256 | 2025-01-31T04:46:11.080Z | Compiling rustc-hash v1.1.0 |
1257 | 2025-01-31T04:46:11.249Z | Compiling futures-io v0.3.31 |
1258 | 2025-01-31T04:46:11.526Z | Compiling regex-automata v0.4.8 |
1259 | 2025-01-31T04:46:11.692Z | Compiling pin-utils v0.1.0 |
1260 | 2025-01-31T04:46:11.799Z | Compiling lazycell v1.3.0 |
1261 | 2025-01-31T04:46:11.978Z | Compiling hashbrown v0.15.1 |
1262 | 2025-01-31T04:46:12.178Z | Compiling cmake v0.1.51 |
1263 | 2025-01-31T04:46:12.871Z | Compiling synstructure v0.13.1 |
1264 | 2025-01-31T04:46:13.222Z | Compiling cexpr v0.6.0 |
1265 | 2025-01-31T04:46:13.278Z | Compiling num-traits v0.2.19 |
1266 | 2025-01-31T04:46:13.572Z | Compiling pkg-config v0.3.31 |
1267 | 2025-01-31T04:46:14.015Z | Compiling fs_extra v1.3.0 |
1268 | 2025-01-31T04:46:14.294Z | Compiling dunce v1.0.5 |
1269 | 2025-01-31T04:46:14.686Z | Compiling writeable v0.5.5 |
1270 | 2025-01-31T04:46:14.892Z | Compiling litemap v0.7.3 |
1271 | 2025-01-31T04:46:14.912Z | Compiling ring v0.17.8 |
1272 | 2025-01-31T04:46:15.235Z | Compiling paste v1.0.15 |
1273 | 2025-01-31T04:46:15.282Z | Compiling base64ct v1.6.0 |
1274 | 2025-01-31T04:46:15.813Z | Compiling pem-rfc7468 v0.7.0 |
1275 | 2025-01-31T04:46:15.857Z | Compiling aws-lc-rs v1.10.0 |
1276 | 2025-01-31T04:46:15.923Z | Compiling icu_locid_transform_data v1.5.0 |
1277 | 2025-01-31T04:46:16.039Z | Compiling flagset v0.4.6 |
1278 | 2025-01-31T04:46:16.250Z | Compiling httparse v1.9.5 |
1279 | 2025-01-31T04:46:16.413Z | Compiling tracing-core v0.1.32 |
1280 | 2025-01-31T04:46:16.949Z | Compiling regex v1.11.1 |
1281 | 2025-01-31T04:46:17.388Z | Compiling rustls-pki-types v1.10.0 |
1282 | 2025-01-31T04:46:17.409Z | Compiling icu_properties_data v1.5.0 |
1283 | 2025-01-31T04:46:17.580Z | Compiling percent-encoding v2.3.1 |
1284 | 2025-01-31T04:46:17.680Z | Compiling crossbeam-utils v0.8.20 |
1285 | 2025-01-31T04:46:17.918Z | Compiling num-conv v0.1.0 |
1286 | 2025-01-31T04:46:18.195Z | Compiling powerfmt v0.2.0 |
1287 | 2025-01-31T04:46:18.220Z | Compiling utf16_iter v1.0.5 |
1288 | 2025-01-31T04:46:18.346Z | Compiling serde_derive v1.0.217 |
1289 | 2025-01-31T04:46:18.375Z | Compiling zeroize_derive v1.4.2 |
1290 | 2025-01-31T04:46:18.405Z | Compiling zerocopy-derive v0.7.35 |
1291 | 2025-01-31T04:46:18.511Z | Compiling zerofrom-derive v0.1.4 |
1292 | 2025-01-31T04:46:18.574Z | Compiling tokio-macros v2.5.0 |
1293 | 2025-01-31T04:46:19.799Z | Compiling zeroize v1.8.1 |
1294 | 2025-01-31T04:46:20.150Z | Compiling yoke-derive v0.7.4 |
1295 | 2025-01-31T04:46:20.261Z | Compiling thiserror-impl v1.0.69 |
1296 | 2025-01-31T04:46:20.406Z | Compiling zerocopy v0.7.35 |
1297 | 2025-01-31T04:46:21.285Z | Compiling crypto-common v0.1.6 |
1298 | 2025-01-31T04:46:21.537Z | Compiling block-buffer v0.10.4 |
1299 | 2025-01-31T04:46:21.626Z | Compiling zerovec-derive v0.10.3 |
1300 | 2025-01-31T04:46:21.675Z | Compiling futures-macro v0.3.31 |
1301 | 2025-01-31T04:46:21.797Z | Compiling digest v0.10.7 |
1302 | 2025-01-31T04:46:22.113Z | Compiling zerofrom v0.1.4 |
1303 | 2025-01-31T04:46:22.243Z | Compiling hmac v0.12.1 |
1304 | 2025-01-31T04:46:22.330Z | Compiling displaydoc v0.2.5 |
1305 | 2025-01-31T04:46:22.472Z | Compiling block-padding v0.3.3 |
1306 | 2025-01-31T04:46:22.497Z | Compiling sha2 v0.10.8 |
1307 | 2025-01-31T04:46:22.779Z | Compiling inout v0.1.3 |
1308 | 2025-01-31T04:46:22.874Z | Compiling yoke v0.7.4 |
1309 | 2025-01-31T04:46:23.073Z | Compiling cipher v0.4.4 |
1310 | 2025-01-31T04:46:23.240Z | Compiling icu_provider_macros v1.5.0 |
1311 | 2025-01-31T04:46:23.292Z | Compiling thiserror v1.0.69 |
1312 | 2025-01-31T04:46:23.451Z | Compiling ppv-lite86 v0.2.20 |
1313 | 2025-01-31T04:46:23.556Z | Compiling futures-util v0.3.31 |
1314 | 2025-01-31T04:46:23.588Z | Compiling der_derive v0.7.3 |
1315 | 2025-01-31T04:46:23.907Z | Compiling tracing-attributes v0.1.27 |
1316 | 2025-01-31T04:46:24.161Z | Compiling zerovec v0.10.4 |
1317 | 2025-01-31T04:46:24.181Z | Compiling rand_chacha v0.3.1 |
1318 | 2025-01-31T04:46:24.334Z | Compiling salsa20 v0.10.2 |
1319 | 2025-01-31T04:46:24.569Z | Compiling pest v2.7.14 |
1320 | 2025-01-31T04:46:25.927Z | Compiling tinystr v0.7.6 |
1321 | 2025-01-31T04:46:26.063Z | Compiling der v0.7.9 |
1322 | 2025-01-31T04:46:26.174Z | Compiling icu_collections v1.5.0 |
1323 | 2025-01-31T04:46:26.307Z | Compiling icu_locid v1.5.0 |
1324 | 2025-01-31T04:46:26.485Z | Compiling rand v0.8.5 |
1325 | 2025-01-31T04:46:27.279Z | Compiling tracing v0.1.40 |
1326 | 2025-01-31T04:46:27.493Z | Compiling icu_provider v1.5.0 |
1327 | 2025-01-31T04:46:27.527Z | Compiling pbkdf2 v0.12.2 |
1328 | 2025-01-31T04:46:27.754Z | Compiling write16 v1.0.0 |
1329 | 2025-01-31T04:46:27.808Z | Compiling untrusted v0.7.1 |
1330 | 2025-01-31T04:46:27.908Z | Compiling vcpkg v0.2.15 |
1331 | 2025-01-31T04:46:28.022Z | Compiling spki v0.7.3 |
1332 | 2025-01-31T04:46:28.405Z | Compiling icu_locid_transform v1.5.0 |
1333 | 2025-01-31T04:46:28.429Z | Compiling icu_normalizer_data v1.5.0 |
1334 | 2025-01-31T04:46:28.461Z | Compiling utf8_iter v1.0.4 |
1335 | 2025-01-31T04:46:28.536Z | Compiling time-core v0.1.2 |
1336 | 2025-01-31T04:46:28.556Z | Compiling untrusted v0.9.0 |
1337 | 2025-01-31T04:46:28.710Z | Compiling mirai-annotations v1.12.0 |
1338 | 2025-01-31T04:46:28.729Z | Compiling time-macros v0.2.18 |
1339 | 2025-01-31T04:46:28.806Z | Compiling scrypt v0.11.0 |
1340 | 2025-01-31T04:46:28.899Z | Compiling pest_meta v2.7.14 |
1341 | 2025-01-31T04:46:29.100Z | Compiling aes v0.8.4 |
1342 | 2025-01-31T04:46:29.337Z | Compiling cbc v0.1.2 |
1343 | 2025-01-31T04:46:29.582Z | Compiling deranged v0.3.11 |
1344 | 2025-01-31T04:46:29.800Z | Compiling icu_properties v1.5.1 |
1345 | 2025-01-31T04:46:30.775Z | Compiling openssl-sys v0.9.104 |
1346 | 2025-01-31T04:46:31.062Z | Compiling bitflags v2.6.0 |
1347 | 2025-01-31T04:46:31.333Z | Compiling bytes v1.9.0 |
1348 | 2025-01-31T04:46:31.799Z | Compiling indexmap v2.7.1 |
1349 | 2025-01-31T04:46:31.884Z | Compiling semver v1.0.24 |
1350 | 2025-01-31T04:46:32.153Z | Compiling scroll_derive v0.12.0 |
1351 | 2025-01-31T04:46:32.562Z | Compiling tokio v1.43.0 |
1352 | 2025-01-31T04:46:32.562Z | Compiling http v1.2.0 |
1353 | 2025-01-31T04:46:33.145Z | Compiling rustc_version v0.4.1 |
1354 | 2025-01-31T04:46:33.646Z | Compiling icu_normalizer v1.5.0 |
1355 | 2025-01-31T04:46:33.845Z | Compiling tinyvec_macros v0.1.1 |
1356 | 2025-01-31T04:46:33.948Z | Compiling num_threads v0.1.7 |
1357 | 2025-01-31T04:46:34.095Z | Compiling atomic-waker v1.1.2 |
1358 | 2025-01-31T04:46:34.302Z | Compiling time v0.3.36 |
1359 | 2025-01-31T04:46:34.382Z | Compiling http-body v1.0.1 |
1360 | 2025-01-31T04:46:34.399Z | Compiling tinyvec v1.8.0 |
1361 | 2025-01-31T04:46:34.532Z | Compiling scroll v0.12.0 |
1362 | 2025-01-31T04:46:34.618Z | Compiling idna_adapter v1.2.0 |
1363 | 2025-01-31T04:46:34.854Z | Compiling pest_generator v2.7.14 |
1364 | 2025-01-31T04:46:34.906Z | Compiling pkcs5 v0.7.1 |
1365 | 2025-01-31T04:46:35.058Z | Compiling which v4.4.2 |
1366 | 2025-01-31T04:46:35.622Z | Compiling form_urlencoded v1.2.1 |
1367 | 2025-01-31T04:46:35.848Z | Compiling try-lock v0.2.5 |
1368 | 2025-01-31T04:46:35.949Z | Compiling slog v2.7.0 |
1369 | 2025-01-31T04:46:35.995Z | Compiling goblin v0.8.2 |
1370 | 2025-01-31T04:46:36.018Z | Compiling want v0.3.1 |
1371 | 2025-01-31T04:46:36.190Z | Compiling pkcs8 v0.10.2 |
1372 | 2025-01-31T04:46:36.280Z | Compiling idna v1.0.3 |
1373 | 2025-01-31T04:46:36.504Z | Compiling uuid v1.12.0 |
1374 | 2025-01-31T04:46:36.750Z | Compiling pest_derive v2.7.14 |
1375 | 2025-01-31T04:46:36.837Z | Compiling httpdate v1.0.3 |
1376 | 2025-01-31T04:46:37.296Z | Compiling iana-time-zone v0.1.61 |
1377 | 2025-01-31T04:46:37.557Z | Compiling dtrace-parser v0.2.0 |
1378 | 2025-01-31T04:46:37.708Z | Compiling chrono v0.4.39 |
1379 | 2025-01-31T04:46:38.108Z | Compiling toml_datetime v0.6.8 |
1380 | 2025-01-31T04:46:38.608Z | Compiling serde_spanned v0.6.8 |
1381 | 2025-01-31T04:46:38.728Z | Compiling serde_tokenstream v0.2.2 |
1382 | 2025-01-31T04:46:38.833Z | Compiling adler2 v2.0.0 |
1383 | 2025-01-31T04:46:39.003Z | Compiling match_cfg v0.1.0 |
1384 | 2025-01-31T04:46:39.065Z | Compiling tower-service v0.3.3 |
1385 | 2025-01-31T04:46:39.111Z | Compiling rustversion v1.0.17 |
1386 | 2025-01-31T04:46:39.204Z | Compiling foreign-types-shared v0.1.1 |
1387 | 2025-01-31T04:46:39.301Z | Compiling openssl v0.10.66 |
1388 | 2025-01-31T04:46:39.333Z | Compiling base64 v0.22.1 |
1389 | 2025-01-31T04:46:39.538Z | Compiling foreign-types v0.3.2 |
1390 | 2025-01-31T04:46:39.643Z | Compiling hostname v0.3.1 |
1391 | 2025-01-31T04:46:39.728Z | Compiling miniz_oxide v0.8.0 |
1392 | 2025-01-31T04:46:39.855Z | Compiling url v2.5.3 |
1393 | 2025-01-31T04:46:40.016Z | Compiling openssl-macros v0.1.1 |
1394 | 2025-01-31T04:46:40.754Z | Compiling tokio-util v0.7.12 |
1395 | 2025-01-31T04:46:41.022Z | Compiling async-trait v0.1.85 |
1396 | 2025-01-31T04:46:41.104Z | Compiling serde_derive_internals v0.29.1 |
1397 | 2025-01-31T04:46:41.181Z | Compiling dirs-sys-next v0.1.2 |
1398 | 2025-01-31T04:46:41.685Z | Compiling h2 v0.4.6 |
1399 | 2025-01-31T04:46:41.747Z | Compiling dof v0.3.0 |
1400 | 2025-01-31T04:46:42.011Z | Compiling siphasher v0.3.11 |
1401 | 2025-01-31T04:46:42.397Z | Compiling rustls v0.23.19 |
1402 | 2025-01-31T04:46:42.720Z | Compiling usdt-impl v0.5.0 |
1403 | 2025-01-31T04:46:43.475Z | Compiling rustls v0.22.4 |
1404 | 2025-01-31T04:46:43.577Z | Compiling syn v1.0.109 |
1405 | 2025-01-31T04:46:43.606Z | Compiling schemars v0.8.21 |
1406 | 2025-01-31T04:46:43.751Z | Compiling data-encoding v2.6.0 |
1407 | 2025-01-31T04:46:43.935Z | Compiling native-tls v0.2.12 |
1408 | 2025-01-31T04:46:44.147Z | Compiling schemars_derive v0.8.21 |
1409 | 2025-01-31T04:46:44.241Z | Compiling dirs-next v2.0.0 |
1410 | 2025-01-31T04:46:45.200Z | Compiling unicode-normalization v0.1.24 |
1411 | 2025-01-31T04:46:45.684Z | Compiling http-body-util v0.1.2 |
1412 | 2025-01-31T04:46:45.802Z | Compiling crossbeam-epoch v0.9.18 |
1413 | 2025-01-31T04:46:46.064Z | Compiling heapless v0.7.17 |
1414 | 2025-01-31T04:46:46.135Z | Compiling signature v2.2.0 |
1415 | 2025-01-31T04:46:46.314Z | Compiling sha1 v0.10.6 |
1416 | 2025-01-31T04:46:46.430Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1417 | 2025-01-31T04:46:46.509Z | Compiling thread_local v1.1.8 |
1418 | 2025-01-31T04:46:46.528Z | Compiling encoding_rs v0.8.34 |
1419 | 2025-01-31T04:46:46.733Z | Compiling cookie v0.18.1 |
1420 | 2025-01-31T04:46:46.896Z | Compiling multer v3.1.0 |
1421 | 2025-01-31T04:46:46.966Z | Compiling rayon-core v1.12.1 |
1422 | 2025-01-31T04:46:47.037Z | Compiling slog-async v2.8.0 |
1423 | 2025-01-31T04:46:47.203Z | Compiling openssl-probe v0.1.5 |
1424 | 2025-01-31T04:46:47.222Z | Compiling dyn-clone v1.0.17 |
1425 | 2025-01-31T04:46:47.244Z | Compiling unicode-properties v0.1.3 |
1426 | 2025-01-31T04:46:47.431Z | Compiling mime v0.3.17 |
1427 | 2025-01-31T04:46:47.504Z | Compiling unicode-bidi v0.3.17 |
1428 | 2025-01-31T04:46:47.522Z | Compiling ipnet v2.10.1 |
1429 | 2025-01-31T04:46:47.657Z | Compiling signal-hook v0.3.17 |
1430 | 2025-01-31T04:46:47.977Z | Compiling gimli v0.31.1 |
1431 | 2025-01-31T04:46:48.030Z | Compiling toml_edit v0.22.22 |
1432 | 2025-01-31T04:46:48.719Z | Compiling hyper v1.5.2 |
1433 | 2025-01-31T04:46:48.832Z | Compiling stringprep v0.1.5 |
1434 | 2025-01-31T04:46:51.593Z | Compiling hyper-util v0.1.10 |
1435 | 2025-01-31T04:46:52.059Z | Compiling crossbeam-deque v0.8.5 |
1436 | 2025-01-31T04:46:52.349Z | Compiling addr2line v0.24.2 |
1437 | 2025-01-31T04:46:52.373Z | Compiling usdt-macro v0.5.0 |
1438 | 2025-01-31T04:46:52.647Z | Compiling usdt-attr-macro v0.5.0 |
1439 | 2025-01-31T04:46:52.684Z | Compiling term v0.7.0 |
1440 | 2025-01-31T04:46:53.791Z | Compiling slog-json v2.6.1 |
1441 | 2025-01-31T04:46:53.938Z | Compiling serde_urlencoded v0.7.1 |
1442 | 2025-01-31T04:46:53.994Z | Compiling crossbeam-channel v0.5.13 |
1443 | 2025-01-31T04:46:54.179Z | Compiling curve25519-dalek v4.1.3 |
1444 | 2025-01-31T04:46:54.220Z | Compiling futures-executor v0.3.31 |
1445 | 2025-01-31T04:46:54.426Z | Compiling md-5 v0.10.6 |
1446 | 2025-01-31T04:46:54.446Z | Compiling async-stream-impl v0.3.6 |
1447 | 2025-01-31T04:46:54.707Z | Compiling enum-as-inner v0.6.1 |
1448 | 2025-01-31T04:46:54.728Z | Compiling rustls-pemfile v2.2.0 |
1449 | 2025-01-31T04:46:54.873Z | Compiling num-integer v0.1.46 |
1450 | 2025-01-31T04:46:54.995Z | Compiling hash32 v0.2.1 |
1451 | 2025-01-31T04:46:55.072Z | Compiling ff v0.13.0 |
1452 | 2025-01-31T04:46:55.317Z | Compiling is-terminal v0.4.13 |
1453 | 2025-01-31T04:46:55.398Z | Compiling dropshot v0.12.0 |
1454 | 2025-01-31T04:46:55.471Z | Compiling object v0.36.5 |
1455 | 2025-01-31T04:46:55.518Z | Compiling quick-error v1.2.3 |
1456 | 2025-01-31T04:46:55.645Z | Compiling take_mut v0.2.2 |
1457 | 2025-01-31T04:46:55.663Z | Compiling portable-atomic v1.9.0 |
1458 | 2025-01-31T04:46:55.687Z | Compiling fallible-iterator v0.2.0 |
1459 | 2025-01-31T04:46:55.742Z | Compiling base16ct v0.2.0 |
1460 | 2025-01-31T04:46:55.764Z | Compiling num-bigint-dig v0.8.4 |
1461 | 2025-01-31T04:46:55.797Z | Compiling linked-hash-map v0.5.6 |
1462 | 2025-01-31T04:46:56.056Z | Compiling psl-types v2.0.11 |
1463 | 2025-01-31T04:46:56.072Z | Compiling litrs v0.4.1 |
1464 | 2025-01-31T04:46:56.117Z | Compiling smoltcp v0.9.1 |
1465 | 2025-01-31T04:46:56.251Z | Compiling anyhow v1.0.95 |
1466 | 2025-01-31T04:46:56.330Z | Compiling rustc-demangle v0.1.24 |
1467 | 2025-01-31T04:46:56.625Z | Compiling utf-8 v0.7.6 |
1468 | 2025-01-31T04:46:56.853Z | Compiling tungstenite v0.24.0 |
1469 | 2025-01-31T04:46:56.944Z | Compiling postgres-protocol v0.6.7 |
1470 | 2025-01-31T04:46:57.211Z | Compiling document-features v0.2.10 |
1471 | 2025-01-31T04:46:57.260Z | Compiling publicsuffix v2.3.0 |
1472 | 2025-01-31T04:46:57.278Z | Compiling lru-cache v0.1.2 |
1473 | 2025-01-31T04:46:57.521Z | Compiling sec1 v0.7.3 |
1474 | 2025-01-31T04:46:58.131Z | Compiling hickory-proto v0.24.2 |
1475 | 2025-01-31T04:46:58.179Z | Compiling async-stream v0.3.6 |
1476 | 2025-01-31T04:46:58.487Z | Compiling resolv-conf v0.7.0 |
1477 | 2025-01-31T04:46:58.537Z | Compiling slog-term v2.9.1 |
1478 | 2025-01-31T04:46:58.628Z | Compiling num-iter v0.1.45 |
1479 | 2025-01-31T04:46:58.821Z | Compiling usdt v0.5.0 |
1480 | 2025-01-31T04:46:59.236Z | Compiling group v0.13.0 |
1481 | 2025-01-31T04:46:59.448Z | Compiling futures v0.3.31 |
1482 | 2025-01-31T04:46:59.570Z | Compiling slog-bunyan v2.5.0 |
1483 | 2025-01-31T04:46:59.751Z | Compiling toml v0.8.19 |
1484 | 2025-01-31T04:47:00.844Z | Compiling tokio-native-tls v0.3.1 |
1485 | 2025-01-31T04:47:01.011Z | Compiling camino v1.1.9 |
1486 | 2025-01-31T04:47:01.276Z | Compiling phf_shared v0.11.2 |
1487 | 2025-01-31T04:47:01.309Z | Compiling dropshot_endpoint v0.12.0 |
1488 | 2025-01-31T04:47:01.646Z | Compiling terminal_size v0.4.0 |
1489 | 2025-01-31T04:47:01.876Z | Compiling waitgroup v0.1.2 |
1490 | 2025-01-31T04:47:01.895Z | Compiling openapiv3 v2.0.0 |
1491 | 2025-01-31T04:47:02.034Z | Compiling backtrace v0.3.74 |
1492 | 2025-01-31T04:47:02.108Z | Compiling serde_path_to_error v0.1.16 |
1493 | 2025-01-31T04:47:02.568Z | Compiling hkdf v0.12.4 |
1494 | 2025-01-31T04:47:02.864Z | Compiling crypto-bigint v0.5.5 |
1495 | 2025-01-31T04:47:02.918Z | Compiling zerocopy-derive v0.6.6 |
1496 | 2025-01-31T04:47:04.962Z | Compiling curve25519-dalek-derive v0.1.1 |
1497 | 2025-01-31T04:47:05.087Z | Compiling webpki-roots v0.26.6 |
1498 | 2025-01-31T04:47:05.322Z | Compiling hostname v0.4.0 |
1499 | 2025-01-31T04:47:05.533Z | Compiling ahash v0.8.11 |
1500 | 2025-01-31T04:47:05.601Z | Compiling fs-err v2.11.0 |
1501 | 2025-01-31T04:47:05.672Z | Compiling hubpack_derive v0.1.1 |
1502 | 2025-01-31T04:47:05.854Z | Compiling crc32fast v1.4.2 |
1503 | 2025-01-31T04:47:05.896Z | Compiling newtype-uuid v1.2.1 |
1504 | 2025-01-31T04:47:05.994Z | Compiling managed v0.8.0 |
1505 | 2025-01-31T04:47:06.202Z | Compiling bitflags v1.3.2 |
1506 | 2025-01-31T04:47:06.223Z | Compiling debug-ignore v1.0.5 |
1507 | 2025-01-31T04:47:06.330Z | Compiling unicode-width v0.2.0 |
1508 | 2025-01-31T04:47:06.399Z | Compiling winnow v0.5.40 |
1509 | 2025-01-31T04:47:06.427Z | Compiling clap_builder v4.5.27 |
1510 | 2025-01-31T04:47:06.560Z | Compiling hubpack v0.1.2 |
1511 | 2025-01-31T04:47:06.883Z | Compiling console v0.15.10 |
1512 | 2025-01-31T04:47:07.280Z | Compiling strum_macros v0.25.3 |
1513 | 2025-01-31T04:47:08.272Z | Compiling flate2 v1.0.35 |
1514 | 2025-01-31T04:47:09.037Z | Compiling elliptic-curve v0.13.8 |
1515 | 2025-01-31T04:47:09.094Z | Compiling zerocopy v0.6.6 |
1516 | 2025-01-31T04:47:09.191Z | Compiling hickory-resolver v0.24.2 |
1517 | 2025-01-31T04:47:09.827Z | Compiling toml_edit v0.19.15 |
1518 | 2025-01-31T04:47:09.894Z | Compiling phf v0.11.2 |
1519 | 2025-01-31T04:47:10.178Z | Compiling signal-hook-mio v0.2.4 |
1520 | 2025-01-31T04:47:10.356Z | Compiling hyper-tls v0.6.0 |
1521 | 2025-01-31T04:47:10.676Z | Compiling rayon v1.10.0 |
1522 | 2025-01-31T04:47:10.754Z | Compiling cookie_store v0.21.1 |
1523 | 2025-01-31T04:47:11.199Z | Compiling bzip2 v0.4.4 |
1524 | 2025-01-31T04:47:12.223Z | Compiling tokio-tungstenite v0.24.0 |
1525 | 2025-01-31T04:47:12.770Z | Compiling postgres-types v0.2.8 |
1526 | 2025-01-31T04:47:14.454Z | Compiling ed25519 v2.2.3 |
1527 | 2025-01-31T04:47:14.513Z | Compiling phf_shared v0.10.0 |
1528 | 2025-01-31T04:47:14.918Z | Compiling tokio-stream v0.1.16 |
1529 | 2025-01-31T04:47:14.991Z | Compiling pkcs1 v0.7.5 |
1530 | 2025-01-31T04:47:15.107Z | Compiling serde-big-array v0.5.1 |
1531 | 2025-01-31T04:47:15.341Z | Compiling rfc6979 v0.4.0 |
1532 | 2025-01-31T04:47:15.359Z | Compiling clap_derive v4.5.24 |
1533 | 2025-01-31T04:47:15.543Z | Compiling derive-where v1.2.7 |
1534 | 2025-01-31T04:47:15.868Z | Compiling serde_repr v0.1.19 |
1535 | 2025-01-31T04:47:15.924Z | Compiling float-cmp v0.9.0 |
1536 | 2025-01-31T04:47:16.155Z | Compiling bstr v1.10.0 |
1537 | 2025-01-31T04:47:16.364Z | Compiling sync_wrapper v1.0.1 |
1538 | 2025-01-31T04:47:16.530Z | Compiling fixedbitset v0.4.2 |
1539 | 2025-01-31T04:47:16.986Z | Compiling normalize-line-endings v0.3.0 |
1540 | 2025-01-31T04:47:17.008Z | Compiling unicode-segmentation v1.12.0 |
1541 | 2025-01-31T04:47:17.034Z | Compiling bit-vec v0.6.3 |
1542 | 2025-01-31T04:47:17.136Z | Compiling precomputed-hash v0.1.1 |
1543 | 2025-01-31T04:47:17.276Z | Compiling difflib v0.4.0 |
1544 | 2025-01-31T04:47:17.438Z | Compiling number_prefix v0.4.0 |
1545 | 2025-01-31T04:47:17.700Z | Compiling new_debug_unreachable v1.0.6 |
1546 | 2025-01-31T04:47:17.811Z | Compiling static_assertions v1.1.0 |
1547 | 2025-01-31T04:47:17.828Z | Compiling whoami v1.5.2 |
1548 | 2025-01-31T04:47:17.899Z | Compiling predicates-core v1.0.8 |
1549 | 2025-01-31T04:47:17.925Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1550 | 2025-01-31T04:47:18.233Z | Compiling tokio-postgres v0.7.12 |
1551 | 2025-01-31T04:47:18.420Z | Compiling predicates v3.1.2 |
1552 | 2025-01-31T04:47:18.696Z | Compiling string_cache v0.8.7 |
1553 | 2025-01-31T04:47:18.738Z | Compiling similar v2.6.0 |
1554 | 2025-01-31T04:47:19.131Z | Compiling indicatif v0.17.11 |
1555 | 2025-01-31T04:47:19.960Z | Compiling bit-set v0.5.3 |
1556 | 2025-01-31T04:47:19.980Z | Compiling clap v4.5.27 |
1557 | 2025-01-31T04:47:20.114Z | Compiling petgraph v0.6.5 |
1558 | 2025-01-31T04:47:20.252Z | Compiling ecdsa v0.16.9 |
1559 | 2025-01-31T04:47:20.856Z | Compiling rsa v0.9.6 |
1560 | 2025-01-31T04:47:21.061Z | Compiling ed25519-dalek v2.1.1 |
1561 | 2025-01-31T04:47:21.167Z | Compiling toml v0.7.8 |
1562 | 2025-01-31T04:47:22.386Z | Compiling zip v0.6.6 |
1563 | 2025-01-31T04:47:22.622Z | Compiling crossterm v0.28.1 |
1564 | 2025-01-31T04:47:24.156Z | Compiling hex v0.4.3 |
1565 | 2025-01-31T04:47:24.265Z | Compiling x509-cert v0.2.5 |
1566 | 2025-01-31T04:47:24.322Z | Compiling itertools v0.10.5 |
1567 | 2025-01-31T04:47:24.449Z | Compiling peg-runtime v0.8.3 |
1568 | 2025-01-31T04:47:24.724Z | Compiling unicode-xid v0.2.6 |
1569 | 2025-01-31T04:47:24.925Z | Compiling lalrpop-util v0.19.12 |
1570 | 2025-01-31T04:47:25.052Z | Compiling strum_macros v0.26.4 |
1571 | 2025-01-31T04:47:25.282Z | Compiling xattr v1.3.1 |
1572 | 2025-01-31T04:47:25.419Z | Compiling filetime v0.2.25 |
1573 | 2025-01-31T04:47:25.738Z | Compiling tar v0.4.42 |
1574 | 2025-01-31T04:47:29.302Z | Compiling strum v0.26.3 |
1575 | 2025-01-31T04:47:32.991Z | Compiling aws-lc-sys v0.22.0 |
1576 | 2025-01-31T04:48:00.736Z | Compiling rustls-webpki v0.102.8 |
1577 | 2025-01-31T04:48:04.003Z | Compiling tokio-rustls v0.25.0 |
1578 | 2025-01-31T04:48:05.978Z | Compiling tokio-rustls v0.26.0 |
1579 | 2025-01-31T04:48:06.282Z | Compiling hyper-rustls v0.27.3 |
1580 | 2025-01-31T04:48:06.666Z | Compiling reqwest v0.12.9 |
1581 | 2025-01-31T04:48:07.857Z | Compiling qorb v0.2.1 |
1582 | 2025-01-31T04:48:10.838Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1583 | 2025-01-31T04:48:11.098Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1584 | 2025-01-31T04:48:15.592Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 14s |
1585 | 2025-01-31T04:48:15.756Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1586 | 2025-01-31T04:48:15.805Z | Jan 31 04:48:14.221 INFO Starting download, target: Clickhouse |
1587 | 2025-01-31T04:48:15.805Z | Jan 31 04:48:14.222 INFO Starting download, target: Cockroach |
1588 | 2025-01-31T04:48:15.805Z | Jan 31 04:48:14.222 INFO Starting download, target: Console |
1589 | 2025-01-31T04:48:15.805Z | Jan 31 04:48:14.222 INFO Starting download, target: DendriteOpenapi |
1590 | 2025-01-31T04:48:15.805Z | Jan 31 04:48:14.222 INFO Starting download, target: DendriteStub |
1591 | 2025-01-31T04:48:15.808Z | Jan 31 04:48:14.222 INFO Starting download, target: MaghemiteMgd |
1592 | 2025-01-31T04:48:15.808Z | Jan 31 04:48:14.222 INFO Starting download, target: TransceiverControl |
1593 | 2025-01-31T04:48:15.808Z | Jan 31 04:48:14.223 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1594 | 2025-01-31T04:48:15.808Z | Jan 31 04:48:14.223 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1595 | 2025-01-31T04:48:15.808Z | Jan 31 04:48:14.223 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1596 | 2025-01-31T04:48:15.808Z | Jan 31 04:48:14.223 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1597 | 2025-01-31T04:48:15.808Z | Jan 31 04:48:14.223 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1598 | 2025-01-31T04:48:15.808Z | Jan 31 04:48:14.223 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1599 | 2025-01-31T04:48:15.808Z | Jan 31 04:48:14.223 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1600 | 2025-01-31T04:48:15.973Z | Jan 31 04:48:14.386 INFO Download complete, target: DendriteOpenapi |
1601 | 2025-01-31T04:48:16.327Z | Jan 31 04:48:14.725 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1602 | 2025-01-31T04:48:16.437Z | Jan 31 04:48:14.846 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1603 | 2025-01-31T04:48:16.498Z | Jan 31 04:48:14.904 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1604 | 2025-01-31T04:48:16.819Z | Jan 31 04:48:15.234 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1605 | 2025-01-31T04:48:16.845Z | Jan 31 04:48:15.261 INFO Download complete, target: TransceiverControl |
1606 | 2025-01-31T04:48:16.851Z | Jan 31 04:48:15.262 INFO Download complete, target: Console |
1607 | 2025-01-31T04:48:17.241Z | Jan 31 04:48:15.656 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1608 | 2025-01-31T04:48:17.241Z | Jan 31 04:48:15.656 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1609 | 2025-01-31T04:48:17.922Z | Jan 31 04:48:16.339 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1610 | 2025-01-31T04:48:19.529Z | Jan 31 04:48:17.946 INFO Download complete, target: DendriteStub |
1611 | 2025-01-31T04:48:19.866Z | Jan 31 04:48:18.282 INFO Download complete, target: MaghemiteMgd |
1612 | 2025-01-31T04:48:24.808Z | Jan 31 04:48:23.225 INFO Checking that binary works, target: Cockroach |
1613 | 2025-01-31T04:48:24.974Z | Jan 31 04:48:23.390 INFO Download complete, target: Cockroach |
1614 | 2025-01-31T04:48:30.496Z | Jan 31 04:48:28.912 INFO Checking that binary works, target: Clickhouse |
1615 | 2025-01-31T04:48:30.660Z | Jan 31 04:48:29.076 INFO Download complete, target: Clickhouse |
1616 | 2025-01-31T04:48:30.681Z | All builder prerequisites installed successfully, and PATH looks valid |
1617 | 2025-01-31T04:48:30.684Z | |
1618 | 2025-01-31T04:48:30.684Z | real 5:43.985521269 |
1619 | 2025-01-31T04:48:30.684Z | user 15:49.524346399 |
1620 | 2025-01-31T04:48:30.684Z | sys 2:04.744875036 |
1621 | 2025-01-31T04:48:30.684Z | trap 0.575437914 |
1622 | 2025-01-31T04:48:30.684Z | tflt 1.677591984 |
1623 | 2025-01-31T04:48:30.684Z | dflt 1.882928486 |
1624 | 2025-01-31T04:48:30.684Z | kflt 0.028148701 |
1625 | 2025-01-31T04:48:30.684Z | lock 25:20.835971239 |
1626 | 2025-01-31T04:48:30.684Z | slp 57:02.629007597 |
1627 | 2025-01-31T04:48:30.684Z | lat 1:00.478903385 |
1628 | 2025-01-31T04:48:30.684Z | stop 2:22.662714712 |
1629 | 2025-01-31T04:48:30.684Z | + banner hack-check |
1630 | 2025-01-31T04:48:30.687Z | |
1631 | 2025-01-31T04:48:30.687Z | # # ## #### # # #### # # ###### #### # # |
1632 | 2025-01-31T04:48:30.687Z | # # # # # # # # # # # # # # # # # |
1633 | 2025-01-31T04:48:30.687Z | ###### # # # #### ##### # ###### ##### # #### |
1634 | 2025-01-31T04:48:30.687Z | # # ###### # # # # # # # # # # |
1635 | 2025-01-31T04:48:30.687Z | # # # # # # # # # # # # # # # # # |
1636 | 2025-01-31T04:48:30.687Z | # # # # #### # # #### # # ###### #### # # |
1637 | 2025-01-31T04:48:30.687Z | |
1638 | 2025-01-31T04:48:30.687Z | + export CARGO_INCREMENTAL=0 |
1639 | 2025-01-31T04:48:30.687Z | + CARGO_INCREMENTAL=0 |
1640 | 2025-01-31T04:48:30.687Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1641 | 2025-01-31T04:48:31.198Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1642 | 2025-01-31T04:48:34.098Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.35s |
1643 | 2025-01-31T04:48:34.165Z | Running `target/debug/xtask check-features --ci` |
1644 | 2025-01-31T04:48:34.185Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1645 | 2025-01-31T04:48:34.188Z | running: "/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1646 | 2025-01-31T04:48:34.626Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1647 | 2025-01-31T04:48:34.645Z | Running `target/debug/xtask download cargo-hack` |
1648 | 2025-01-31T04:48:35.443Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1649 | 2025-01-31T04:48:35.819Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1650 | 2025-01-31T04:48:39.514Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.84s |
1651 | 2025-01-31T04:48:39.667Z | Running `target/debug/xtask-downloader cargo-hack` |
1652 | 2025-01-31T04:48:39.703Z | Jan 31 04:48:38.119 INFO Starting download, target: CargoHack |
1653 | 2025-01-31T04:48:39.706Z | Jan 31 04:48:38.120 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1654 | 2025-01-31T04:48:40.196Z | Jan 31 04:48:38.612 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1655 | 2025-01-31T04:48:40.284Z | Jan 31 04:48:38.700 INFO Download complete, target: CargoHack |
1656 | 2025-01-31T04:48:40.288Z | running: "/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
1657 | 2025-01-31T04:48:40.305Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1658 | 2025-01-31T04:48:40.477Z | info: running `cargo check --bins` on api_identity (1/197) |
1659 | 2025-01-31T04:48:41.004Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1660 | 2025-01-31T04:48:41.007Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1661 | 2025-01-31T04:48:41.007Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1662 | 2025-01-31T04:48:41.010Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1663 | 2025-01-31T04:48:41.073Z | |
1664 | 2025-01-31T04:48:41.073Z | info: running `cargo check --bins` on bootstore (2/197) |
1665 | 2025-01-31T04:48:41.622Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1666 | 2025-01-31T04:48:41.624Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1667 | 2025-01-31T04:48:41.624Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1668 | 2025-01-31T04:48:41.627Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1669 | 2025-01-31T04:48:41.699Z | |
1670 | 2025-01-31T04:48:41.699Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/197) |
1671 | 2025-01-31T04:48:42.227Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1672 | 2025-01-31T04:48:42.229Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1673 | 2025-01-31T04:48:42.229Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1674 | 2025-01-31T04:48:42.234Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1675 | 2025-01-31T04:48:42.314Z | |
1676 | 2025-01-31T04:48:42.314Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/197) |
1677 | 2025-01-31T04:48:42.860Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1678 | 2025-01-31T04:48:42.863Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1679 | 2025-01-31T04:48:42.863Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1680 | 2025-01-31T04:48:42.867Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1681 | 2025-01-31T04:48:42.933Z | |
1682 | 2025-01-31T04:48:42.933Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/197) |
1683 | 2025-01-31T04:48:43.314Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1684 | 2025-01-31T04:48:43.317Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1685 | 2025-01-31T04:48:43.318Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1686 | 2025-01-31T04:48:43.321Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1687 | 2025-01-31T04:48:43.357Z | |
1688 | 2025-01-31T04:48:43.357Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (6/197) |
1689 | 2025-01-31T04:48:43.744Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1690 | 2025-01-31T04:48:43.748Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1691 | 2025-01-31T04:48:43.748Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1692 | 2025-01-31T04:48:43.748Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1693 | 2025-01-31T04:48:43.788Z | |
1694 | 2025-01-31T04:48:43.788Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/197) |
1695 | 2025-01-31T04:48:44.164Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1696 | 2025-01-31T04:48:44.166Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1697 | 2025-01-31T04:48:44.166Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1698 | 2025-01-31T04:48:44.169Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1699 | 2025-01-31T04:48:44.207Z | |
1700 | 2025-01-31T04:48:44.207Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/197) |
1701 | 2025-01-31T04:48:44.592Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1702 | 2025-01-31T04:48:44.595Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1703 | 2025-01-31T04:48:44.595Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1704 | 2025-01-31T04:48:44.597Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1705 | 2025-01-31T04:48:44.637Z | |
1706 | 2025-01-31T04:48:44.637Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/197) |
1707 | 2025-01-31T04:48:45.024Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1708 | 2025-01-31T04:48:45.026Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1709 | 2025-01-31T04:48:45.026Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1710 | 2025-01-31T04:48:45.029Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1711 | 2025-01-31T04:48:45.068Z | |
1712 | 2025-01-31T04:48:45.068Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/197) |
1713 | 2025-01-31T04:48:45.450Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1714 | 2025-01-31T04:48:45.453Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1715 | 2025-01-31T04:48:45.453Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1716 | 2025-01-31T04:48:45.455Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1717 | 2025-01-31T04:48:45.495Z | |
1718 | 2025-01-31T04:48:45.495Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/197) |
1719 | 2025-01-31T04:48:45.878Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1720 | 2025-01-31T04:48:45.881Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1721 | 2025-01-31T04:48:45.881Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1722 | 2025-01-31T04:48:45.884Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1723 | 2025-01-31T04:48:45.923Z | |
1724 | 2025-01-31T04:48:45.923Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/197) |
1725 | 2025-01-31T04:48:46.299Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1726 | 2025-01-31T04:48:46.301Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1727 | 2025-01-31T04:48:46.301Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1728 | 2025-01-31T04:48:46.304Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1729 | 2025-01-31T04:48:46.342Z | |
1730 | 2025-01-31T04:48:46.342Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/197) |
1731 | 2025-01-31T04:48:46.716Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1732 | 2025-01-31T04:48:46.718Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1733 | 2025-01-31T04:48:46.718Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1734 | 2025-01-31T04:48:46.721Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1735 | 2025-01-31T04:48:46.759Z | |
1736 | 2025-01-31T04:48:46.759Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/197) |
1737 | 2025-01-31T04:48:47.142Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1738 | 2025-01-31T04:48:47.146Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1739 | 2025-01-31T04:48:47.146Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1740 | 2025-01-31T04:48:47.149Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1741 | 2025-01-31T04:48:47.184Z | |
1742 | 2025-01-31T04:48:47.184Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/197) |
1743 | 2025-01-31T04:48:47.557Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1744 | 2025-01-31T04:48:47.560Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1745 | 2025-01-31T04:48:47.560Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1746 | 2025-01-31T04:48:47.563Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1747 | 2025-01-31T04:48:47.600Z | |
1748 | 2025-01-31T04:48:47.600Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (16/197) |
1749 | 2025-01-31T04:48:47.983Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1750 | 2025-01-31T04:48:47.986Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1751 | 2025-01-31T04:48:47.986Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1752 | 2025-01-31T04:48:47.989Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1753 | 2025-01-31T04:48:48.026Z | |
1754 | 2025-01-31T04:48:48.026Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (17/197) |
1755 | 2025-01-31T04:48:48.407Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1756 | 2025-01-31T04:48:48.410Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1757 | 2025-01-31T04:48:48.410Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1758 | 2025-01-31T04:48:48.412Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1759 | 2025-01-31T04:48:48.450Z | |
1760 | 2025-01-31T04:48:48.450Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (18/197) |
1761 | 2025-01-31T04:48:48.827Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1762 | 2025-01-31T04:48:48.830Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1763 | 2025-01-31T04:48:48.830Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1764 | 2025-01-31T04:48:48.832Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1765 | 2025-01-31T04:48:48.870Z | |
1766 | 2025-01-31T04:48:48.870Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (19/197) |
1767 | 2025-01-31T04:48:49.249Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1768 | 2025-01-31T04:48:49.252Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1769 | 2025-01-31T04:48:49.252Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1770 | 2025-01-31T04:48:49.255Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1771 | 2025-01-31T04:48:49.294Z | |
1772 | 2025-01-31T04:48:49.294Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (20/197) |
1773 | 2025-01-31T04:48:49.679Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1774 | 2025-01-31T04:48:49.682Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1775 | 2025-01-31T04:48:49.682Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1776 | 2025-01-31T04:48:49.684Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1777 | 2025-01-31T04:48:49.723Z | |
1778 | 2025-01-31T04:48:49.723Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (21/197) |
1779 | 2025-01-31T04:48:50.116Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1780 | 2025-01-31T04:48:50.119Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1781 | 2025-01-31T04:48:50.119Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1782 | 2025-01-31T04:48:50.123Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1783 | 2025-01-31T04:48:50.162Z | |
1784 | 2025-01-31T04:48:50.162Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (22/197) |
1785 | 2025-01-31T04:48:50.542Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1786 | 2025-01-31T04:48:50.545Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1787 | 2025-01-31T04:48:50.545Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1788 | 2025-01-31T04:48:50.547Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1789 | 2025-01-31T04:48:50.585Z | |
1790 | 2025-01-31T04:48:50.585Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (23/197) |
1791 | 2025-01-31T04:48:50.963Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1792 | 2025-01-31T04:48:50.966Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1793 | 2025-01-31T04:48:50.966Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1794 | 2025-01-31T04:48:50.968Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1795 | 2025-01-31T04:48:51.006Z | |
1796 | 2025-01-31T04:48:51.006Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (24/197) |
1797 | 2025-01-31T04:48:51.384Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1798 | 2025-01-31T04:48:51.387Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1799 | 2025-01-31T04:48:51.387Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1800 | 2025-01-31T04:48:51.389Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1801 | 2025-01-31T04:48:51.427Z | |
1802 | 2025-01-31T04:48:51.427Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (25/197) |
1803 | 2025-01-31T04:48:51.813Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1804 | 2025-01-31T04:48:51.816Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1805 | 2025-01-31T04:48:51.816Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1806 | 2025-01-31T04:48:51.818Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1807 | 2025-01-31T04:48:51.856Z | |
1808 | 2025-01-31T04:48:51.856Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (26/197) |
1809 | 2025-01-31T04:48:52.235Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1810 | 2025-01-31T04:48:52.238Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1811 | 2025-01-31T04:48:52.238Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1812 | 2025-01-31T04:48:52.241Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1813 | 2025-01-31T04:48:52.278Z | |
1814 | 2025-01-31T04:48:52.278Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (27/197) |
1815 | 2025-01-31T04:48:52.661Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1816 | 2025-01-31T04:48:52.663Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1817 | 2025-01-31T04:48:52.663Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1818 | 2025-01-31T04:48:52.666Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1819 | 2025-01-31T04:48:52.704Z | |
1820 | 2025-01-31T04:48:52.704Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (28/197) |
1821 | 2025-01-31T04:48:53.078Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1822 | 2025-01-31T04:48:53.081Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1823 | 2025-01-31T04:48:53.081Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1824 | 2025-01-31T04:48:53.085Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1825 | 2025-01-31T04:48:53.120Z | |
1826 | 2025-01-31T04:48:53.120Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (29/197) |
1827 | 2025-01-31T04:48:53.497Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1828 | 2025-01-31T04:48:53.500Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1829 | 2025-01-31T04:48:53.500Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1830 | 2025-01-31T04:48:53.502Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1831 | 2025-01-31T04:48:53.541Z | |
1832 | 2025-01-31T04:48:53.541Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (30/197) |
1833 | 2025-01-31T04:48:53.915Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1834 | 2025-01-31T04:48:53.918Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1835 | 2025-01-31T04:48:53.918Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1836 | 2025-01-31T04:48:53.921Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1837 | 2025-01-31T04:48:53.958Z | |
1838 | 2025-01-31T04:48:53.958Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (31/197) |
1839 | 2025-01-31T04:48:54.337Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1840 | 2025-01-31T04:48:54.340Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1841 | 2025-01-31T04:48:54.340Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1842 | 2025-01-31T04:48:54.342Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1843 | 2025-01-31T04:48:54.381Z | |
1844 | 2025-01-31T04:48:54.381Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (32/197) |
1845 | 2025-01-31T04:48:54.766Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1846 | 2025-01-31T04:48:54.770Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1847 | 2025-01-31T04:48:54.770Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1848 | 2025-01-31T04:48:54.773Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1849 | 2025-01-31T04:48:54.811Z | |
1850 | 2025-01-31T04:48:54.812Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (33/197) |
1851 | 2025-01-31T04:48:55.191Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1852 | 2025-01-31T04:48:55.193Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1853 | 2025-01-31T04:48:55.193Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1854 | 2025-01-31T04:48:55.196Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1855 | 2025-01-31T04:48:55.233Z | |
1856 | 2025-01-31T04:48:55.233Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (34/197) |
1857 | 2025-01-31T04:48:55.614Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1858 | 2025-01-31T04:48:55.616Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1859 | 2025-01-31T04:48:55.616Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1860 | 2025-01-31T04:48:55.619Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1861 | 2025-01-31T04:48:55.658Z | |
1862 | 2025-01-31T04:48:55.658Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (35/197) |
1863 | 2025-01-31T04:48:56.032Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1864 | 2025-01-31T04:48:56.035Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1865 | 2025-01-31T04:48:56.035Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1866 | 2025-01-31T04:48:56.037Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1867 | 2025-01-31T04:48:56.076Z | |
1868 | 2025-01-31T04:48:56.076Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (36/197) |
1869 | 2025-01-31T04:48:56.459Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1870 | 2025-01-31T04:48:56.462Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1871 | 2025-01-31T04:48:56.462Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1872 | 2025-01-31T04:48:56.464Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1873 | 2025-01-31T04:48:56.503Z | |
1874 | 2025-01-31T04:48:56.503Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (37/197) |
1875 | 2025-01-31T04:48:56.888Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1876 | 2025-01-31T04:48:56.890Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1877 | 2025-01-31T04:48:56.890Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1878 | 2025-01-31T04:48:56.892Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1879 | 2025-01-31T04:48:56.931Z | |
1880 | 2025-01-31T04:48:56.931Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (38/197) |
1881 | 2025-01-31T04:48:57.317Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1882 | 2025-01-31T04:48:57.319Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1883 | 2025-01-31T04:48:57.319Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1884 | 2025-01-31T04:48:57.322Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1885 | 2025-01-31T04:48:57.360Z | |
1886 | 2025-01-31T04:48:57.360Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (39/197) |
1887 | 2025-01-31T04:48:57.745Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1888 | 2025-01-31T04:48:57.748Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1889 | 2025-01-31T04:48:57.748Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1890 | 2025-01-31T04:48:57.750Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1891 | 2025-01-31T04:48:57.792Z | |
1892 | 2025-01-31T04:48:57.792Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (40/197) |
1893 | 2025-01-31T04:48:58.179Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1894 | 2025-01-31T04:48:58.182Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1895 | 2025-01-31T04:48:58.182Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1896 | 2025-01-31T04:48:58.185Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1897 | 2025-01-31T04:48:58.224Z | |
1898 | 2025-01-31T04:48:58.224Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (41/197) |
1899 | 2025-01-31T04:48:58.611Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1900 | 2025-01-31T04:48:58.613Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1901 | 2025-01-31T04:48:58.613Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1902 | 2025-01-31T04:48:58.616Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1903 | 2025-01-31T04:48:58.654Z | |
1904 | 2025-01-31T04:48:58.654Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (42/197) |
1905 | 2025-01-31T04:48:59.059Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1906 | 2025-01-31T04:48:59.062Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1907 | 2025-01-31T04:48:59.062Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1908 | 2025-01-31T04:48:59.064Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1909 | 2025-01-31T04:48:59.106Z | |
1910 | 2025-01-31T04:48:59.106Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (43/197) |
1911 | 2025-01-31T04:48:59.501Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1912 | 2025-01-31T04:48:59.504Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1913 | 2025-01-31T04:48:59.504Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1914 | 2025-01-31T04:48:59.507Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1915 | 2025-01-31T04:48:59.550Z | |
1916 | 2025-01-31T04:48:59.550Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (44/197) |
1917 | 2025-01-31T04:48:59.947Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1918 | 2025-01-31T04:48:59.950Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1919 | 2025-01-31T04:48:59.950Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1920 | 2025-01-31T04:48:59.952Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1921 | 2025-01-31T04:48:59.992Z | |
1922 | 2025-01-31T04:48:59.992Z | info: running `cargo check --bins` on sled-hardware-types (45/197) |
1923 | 2025-01-31T04:49:00.545Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1924 | 2025-01-31T04:49:00.547Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1925 | 2025-01-31T04:49:00.547Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1926 | 2025-01-31T04:49:00.550Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1927 | 2025-01-31T04:49:00.624Z | |
1928 | 2025-01-31T04:49:00.624Z | info: running `cargo check --bins --no-default-features` on illumos-utils (46/197) |
1929 | 2025-01-31T04:49:01.208Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1930 | 2025-01-31T04:49:01.211Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1931 | 2025-01-31T04:49:01.211Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1932 | 2025-01-31T04:49:01.215Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
1933 | 2025-01-31T04:49:01.285Z | |
1934 | 2025-01-31T04:49:01.285Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (47/197) |
1935 | 2025-01-31T04:49:01.852Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1936 | 2025-01-31T04:49:01.855Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1937 | 2025-01-31T04:49:01.855Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1938 | 2025-01-31T04:49:01.858Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1939 | 2025-01-31T04:49:01.930Z | |
1940 | 2025-01-31T04:49:01.930Z | info: running `cargo check --bins` on oxlog (48/197) |
1941 | 2025-01-31T04:49:02.471Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1942 | 2025-01-31T04:49:02.474Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1943 | 2025-01-31T04:49:02.559Z | Checking cfg-if v1.0.0 |
1944 | 2025-01-31T04:49:02.562Z | Checking libc v0.2.169 |
1945 | 2025-01-31T04:49:02.673Z | Checking serde v1.0.217 |
1946 | 2025-01-31T04:49:02.676Z | Checking zeroize v1.8.1 |
1947 | 2025-01-31T04:49:02.697Z | Checking memchr v2.7.4 |
1948 | 2025-01-31T04:49:02.711Z | Checking typenum v1.17.0 |
1949 | 2025-01-31T04:49:02.714Z | Checking subtle v2.6.1 |
1950 | 2025-01-31T04:49:02.714Z | Checking scopeguard v1.2.0 |
1951 | 2025-01-31T04:49:02.752Z | Checking value-bag v1.9.0 |
1952 | 2025-01-31T04:49:02.887Z | Checking lock_api v0.4.12 |
1953 | 2025-01-31T04:49:02.922Z | Checking smallvec v1.13.2 |
1954 | 2025-01-31T04:49:02.983Z | Checking const-oid v0.9.6 |
1955 | 2025-01-31T04:49:03.151Z | Checking log v0.4.22 |
1956 | 2025-01-31T04:49:03.258Z | Checking itoa v1.0.11 |
1957 | 2025-01-31T04:49:03.278Z | Checking pin-project-lite v0.2.14 |
1958 | 2025-01-31T04:49:03.413Z | Checking byteorder v1.5.0 |
1959 | 2025-01-31T04:49:03.485Z | Checking once_cell v1.20.2 |
1960 | 2025-01-31T04:49:03.507Z | Checking futures-core v0.3.31 |
1961 | 2025-01-31T04:49:03.668Z | Checking cpufeatures v0.2.14 |
1962 | 2025-01-31T04:49:03.689Z | Checking stable_deref_trait v1.2.0 |
1963 | 2025-01-31T04:49:03.706Z | Checking getrandom v0.2.15 |
1964 | 2025-01-31T04:49:03.766Z | Checking parking_lot_core v0.9.10 |
1965 | 2025-01-31T04:49:03.780Z | Checking signal-hook-registry v1.4.2 |
1966 | 2025-01-31T04:49:03.798Z | Checking mio v1.0.2 |
1967 | 2025-01-31T04:49:03.813Z | Checking generic-array v0.14.7 |
1968 | 2025-01-31T04:49:03.828Z | Checking futures-sink v0.3.31 |
1969 | 2025-01-31T04:49:03.940Z | Checking rand_core v0.6.4 |
1970 | 2025-01-31T04:49:03.978Z | Checking socket2 v0.5.7 |
1971 | 2025-01-31T04:49:04.025Z | Checking zerocopy v0.7.35 |
1972 | 2025-01-31T04:49:04.104Z | Checking parking_lot v0.12.3 |
1973 | 2025-01-31T04:49:04.262Z | Checking zerofrom v0.1.4 |
1974 | 2025-01-31T04:49:04.392Z | Checking spin v0.9.8 |
1975 | 2025-01-31T04:49:04.461Z | Checking slab v0.4.9 |
1976 | 2025-01-31T04:49:04.477Z | Checking yoke v0.7.4 |
1977 | 2025-01-31T04:49:04.492Z | Checking futures-channel v0.3.31 |
1978 | 2025-01-31T04:49:04.715Z | Checking pin-utils v0.1.0 |
1979 | 2025-01-31T04:49:04.738Z | Checking foldhash v0.1.3 |
1980 | 2025-01-31T04:49:04.820Z | Checking futures-task v0.3.31 |
1981 | 2025-01-31T04:49:04.837Z | Checking zerovec v0.10.4 |
1982 | 2025-01-31T04:49:04.840Z | Checking equivalent v1.0.1 |
1983 | 2025-01-31T04:49:04.867Z | Checking futures-io v0.3.31 |
1984 | 2025-01-31T04:49:04.885Z | Checking crypto-common v0.1.6 |
1985 | 2025-01-31T04:49:04.936Z | Checking block-buffer v0.10.4 |
1986 | 2025-01-31T04:49:04.952Z | Checking allocator-api2 v0.2.18 |
1987 | 2025-01-31T04:49:05.054Z | Checking block-padding v0.3.3 |
1988 | 2025-01-31T04:49:05.071Z | Checking futures-util v0.3.31 |
1989 | 2025-01-31T04:49:05.088Z | Checking ryu v1.0.18 |
1990 | 2025-01-31T04:49:05.175Z | Checking digest v0.10.7 |
1991 | 2025-01-31T04:49:05.235Z | Checking fnv v1.0.7 |
1992 | 2025-01-31T04:49:05.255Z | Checking inout v0.1.3 |
1993 | 2025-01-31T04:49:05.353Z | Checking writeable v0.5.5 |
1994 | 2025-01-31T04:49:05.368Z | Checking litemap v0.7.3 |
1995 | 2025-01-31T04:49:05.482Z | Checking cipher v0.4.4 |
1996 | 2025-01-31T04:49:05.540Z | Checking hashbrown v0.15.1 |
1997 | 2025-01-31T04:49:05.555Z | Checking hmac v0.12.1 |
1998 | 2025-01-31T04:49:05.691Z | Checking sha2 v0.10.8 |
1999 | 2025-01-31T04:49:05.708Z | Checking libm v0.2.8 |
2000 | 2025-01-31T04:49:05.776Z | Checking base64ct v1.6.0 |
2001 | 2025-01-31T04:49:05.883Z | Checking ppv-lite86 v0.2.20 |
2002 | 2025-01-31T04:49:06.244Z | Checking pem-rfc7468 v0.7.0 |
2003 | 2025-01-31T04:49:06.261Z | Checking flagset v0.4.6 |
2004 | 2025-01-31T04:49:06.378Z | Checking tinystr v0.7.6 |
2005 | 2025-01-31T04:49:06.467Z | Checking icu_locid_transform_data v1.5.0 |
2006 | 2025-01-31T04:49:06.504Z | Checking der v0.7.9 |
2007 | 2025-01-31T04:49:06.555Z | Checking icu_collections v1.5.0 |
2008 | 2025-01-31T04:49:06.571Z | Checking tracing-core v0.1.32 |
2009 | 2025-01-31T04:49:06.608Z | Checking num-traits v0.2.19 |
2010 | 2025-01-31T04:49:06.639Z | Checking rand_chacha v0.3.1 |
2011 | 2025-01-31T04:49:06.697Z | Checking icu_locid v1.5.0 |
2012 | 2025-01-31T04:49:07.024Z | Checking thiserror v1.0.69 |
2013 | 2025-01-31T04:49:07.180Z | Checking icu_properties_data v1.5.0 |
2014 | 2025-01-31T04:49:07.198Z | Checking bytes v1.9.0 |
2015 | 2025-01-31T04:49:07.200Z | Checking indexmap v2.7.1 |
2016 | 2025-01-31T04:49:07.225Z | Checking serde_json v1.0.135 |
2017 | 2025-01-31T04:49:07.441Z | Checking bitflags v2.6.0 |
2018 | 2025-01-31T04:49:07.659Z | Checking icu_provider v1.5.0 |
2019 | 2025-01-31T04:49:07.740Z | Checking rustls-pki-types v1.10.0 |
2020 | 2025-01-31T04:49:08.022Z | Checking tokio v1.43.0 |
2021 | 2025-01-31T04:49:08.118Z | Checking http v1.2.0 |
2022 | 2025-01-31T04:49:08.250Z | Checking icu_locid_transform v1.5.0 |
2023 | 2025-01-31T04:49:08.267Z | Checking percent-encoding v2.3.1 |
2024 | 2025-01-31T04:49:08.299Z | Checking spki v0.7.3 |
2025 | 2025-01-31T04:49:08.362Z | Checking tracing v0.1.40 |
2026 | 2025-01-31T04:49:08.488Z | Checking rand v0.8.5 |
2027 | 2025-01-31T04:49:08.576Z | Checking salsa20 v0.10.2 |
2028 | 2025-01-31T04:49:08.724Z | Checking pbkdf2 v0.12.2 |
2029 | 2025-01-31T04:49:08.791Z | Checking aws-lc-sys v0.22.0 |
2030 | 2025-01-31T04:49:08.821Z | Checking httparse v1.9.5 |
2031 | 2025-01-31T04:49:08.897Z | Checking untrusted v0.7.1 |
2032 | 2025-01-31T04:49:09.066Z | Checking icu_normalizer_data v1.5.0 |
2033 | 2025-01-31T04:49:09.165Z | Checking write16 v1.0.0 |
2034 | 2025-01-31T04:49:09.188Z | Checking icu_properties v1.5.1 |
2035 | 2025-01-31T04:49:09.243Z | Checking mirai-annotations v1.12.0 |
2036 | 2025-01-31T04:49:09.299Z | Checking utf16_iter v1.0.5 |
2037 | 2025-01-31T04:49:09.393Z | Checking powerfmt v0.2.0 |
2038 | 2025-01-31T04:49:09.416Z | Checking untrusted v0.9.0 |
2039 | 2025-01-31T04:49:09.455Z | Checking utf8_iter v1.0.4 |
2040 | 2025-01-31T04:49:09.502Z | Checking scrypt v0.11.0 |
2041 | 2025-01-31T04:49:09.578Z | Checking ring v0.17.8 |
2042 | 2025-01-31T04:49:09.639Z | Checking cbc v0.1.2 |
2043 | 2025-01-31T04:49:09.655Z | Checking deranged v0.3.11 |
2044 | 2025-01-31T04:49:09.701Z | Checking aes v0.8.4 |
2045 | 2025-01-31T04:49:09.721Z | Checking crossbeam-utils v0.8.20 |
2046 | 2025-01-31T04:49:09.850Z | Checking time-core v0.1.2 |
2047 | 2025-01-31T04:49:10.020Z | Checking num-conv v0.1.0 |
2048 | 2025-01-31T04:49:10.275Z | Checking atomic-waker v1.1.2 |
2049 | 2025-01-31T04:49:10.427Z | Checking num_threads v0.1.7 |
2050 | 2025-01-31T04:49:10.430Z | Checking tinyvec_macros v0.1.1 |
2051 | 2025-01-31T04:49:10.537Z | Checking tinyvec v1.8.0 |
2052 | 2025-01-31T04:49:10.554Z | Checking http-body v1.0.1 |
2053 | 2025-01-31T04:49:10.609Z | Checking pkcs5 v0.7.1 |
2054 | 2025-01-31T04:49:10.767Z | Checking form_urlencoded v1.2.1 |
2055 | 2025-01-31T04:49:10.784Z | Checking aws-lc-rs v1.10.0 |
2056 | 2025-01-31T04:49:10.953Z | Checking time v0.3.36 |
2057 | 2025-01-31T04:49:10.989Z | Checking try-lock v0.2.5 |
2058 | 2025-01-31T04:49:11.091Z | Checking pkcs8 v0.10.2 |
2059 | 2025-01-31T04:49:11.134Z | Checking want v0.3.1 |
2060 | 2025-01-31T04:49:11.320Z | Checking uuid v1.12.0 |
2061 | 2025-01-31T04:49:11.392Z | Checking unicode-ident v1.0.14 |
2062 | 2025-01-31T04:49:11.395Z | Checking httpdate v1.0.3 |
2063 | 2025-01-31T04:49:11.581Z | Checking proc-macro2 v1.0.92 |
2064 | 2025-01-31T04:49:11.637Z | Checking toml_datetime v0.6.8 |
2065 | 2025-01-31T04:49:11.851Z | Checking serde_spanned v0.6.8 |
2066 | 2025-01-31T04:49:11.931Z | Checking slog v2.7.0 |
2067 | 2025-01-31T04:49:11.947Z | Checking scroll v0.12.0 |
2068 | 2025-01-31T04:49:12.055Z | Checking match_cfg v0.1.0 |
2069 | 2025-01-31T04:49:12.157Z | Checking adler2 v2.0.0 |
2070 | 2025-01-31T04:49:12.246Z | Checking plain v0.2.3 |
2071 | 2025-01-31T04:49:12.347Z | Checking tower-service v0.3.3 |
2072 | 2025-01-31T04:49:12.411Z | Checking foreign-types-shared v0.1.1 |
2073 | 2025-01-31T04:49:12.427Z | Checking base64 v0.22.1 |
2074 | 2025-01-31T04:49:12.430Z | Checking iana-time-zone v0.1.61 |
2075 | 2025-01-31T04:49:12.471Z | Checking icu_normalizer v1.5.0 |
2076 | 2025-01-31T04:49:12.488Z | Checking ucd-trie v0.1.7 |
2077 | 2025-01-31T04:49:12.491Z | Checking rustls-webpki v0.102.8 |
2078 | 2025-01-31T04:49:12.523Z | Checking foreign-types v0.3.2 |
2079 | 2025-01-31T04:49:12.591Z | Checking chrono v0.4.39 |
2080 | 2025-01-31T04:49:12.617Z | Checking goblin v0.8.2 |
2081 | 2025-01-31T04:49:12.693Z | Checking pest v2.7.14 |
2082 | 2025-01-31T04:49:12.899Z | Checking miniz_oxide v0.8.0 |
2083 | 2025-01-31T04:49:13.218Z | Checking quote v1.0.38 |
2084 | 2025-01-31T04:49:13.237Z | Checking hostname v0.3.1 |
2085 | 2025-01-31T04:49:13.270Z | Checking idna_adapter v1.2.0 |
2086 | 2025-01-31T04:49:13.368Z | Checking openssl-sys v0.9.104 |
2087 | 2025-01-31T04:49:13.465Z | Checking idna v1.0.3 |
2088 | 2025-01-31T04:49:13.558Z | Checking dirs-sys-next v0.1.2 |
2089 | 2025-01-31T04:49:13.602Z | Checking errno v0.3.9 |
2090 | 2025-01-31T04:49:13.734Z | Checking aho-corasick v1.1.3 |
2091 | 2025-01-31T04:49:13.800Z | Checking data-encoding v2.6.0 |
2092 | 2025-01-31T04:49:13.920Z | Checking url v2.5.3 |
2093 | 2025-01-31T04:49:14.358Z | Compiling newtype-uuid v1.2.1 |
2094 | 2025-01-31T04:49:14.474Z | Checking pretty-hex v0.4.1 |
2095 | 2025-01-31T04:49:14.490Z | Checking regex-syntax v0.8.5 |
2096 | 2025-01-31T04:49:14.632Z | Checking siphasher v0.3.11 |
2097 | 2025-01-31T04:49:14.697Z | Checking openssl v0.10.66 |
2098 | 2025-01-31T04:49:14.716Z | Checking tokio-util v0.7.12 |
2099 | 2025-01-31T04:49:14.734Z | Checking rustix v0.38.37 |
2100 | 2025-01-31T04:49:14.922Z | Checking dirs-next v2.0.0 |
2101 | 2025-01-31T04:49:15.068Z | Checking syn v2.0.96 |
2102 | 2025-01-31T04:49:15.277Z | Checking dtrace-parser v0.2.0 |
2103 | 2025-01-31T04:49:15.345Z | Checking unicode-normalization v0.1.24 |
2104 | 2025-01-31T04:49:15.534Z | Checking h2 v0.4.6 |
2105 | 2025-01-31T04:49:15.767Z | Checking http-body-util v0.1.2 |
2106 | 2025-01-31T04:49:16.172Z | Checking crossbeam-epoch v0.9.18 |
2107 | 2025-01-31T04:49:16.278Z | Checking signature v2.2.0 |
2108 | 2025-01-31T04:49:16.472Z | Checking sha1 v0.10.6 |
2109 | 2025-01-31T04:49:16.603Z | Checking thread_local v1.1.8 |
2110 | 2025-01-31T04:49:16.741Z | Checking thread-id v4.2.2 |
2111 | 2025-01-31T04:49:16.853Z | Checking encoding_rs v0.8.34 |
2112 | 2025-01-31T04:49:16.882Z | Checking gimli v0.31.1 |
2113 | 2025-01-31T04:49:17.546Z | Checking dof v0.3.0 |
2114 | 2025-01-31T04:49:17.764Z | Checking regex-automata v0.4.8 |
2115 | 2025-01-31T04:49:17.791Z | Checking utf8parse v0.2.2 |
2116 | 2025-01-31T04:49:17.951Z | Checking openssl-probe v0.1.5 |
2117 | 2025-01-31T04:49:18.124Z | Checking unicode-bidi v0.3.17 |
2118 | 2025-01-31T04:49:18.141Z | Checking anstyle v1.0.10 |
2119 | 2025-01-31T04:49:18.490Z | Checking mime v0.3.17 |
2120 | 2025-01-31T04:49:18.760Z | Checking ipnet v2.10.1 |
2121 | 2025-01-31T04:49:18.940Z | Checking unicode-properties v0.1.3 |
2122 | 2025-01-31T04:49:19.117Z | Checking either v1.13.0 |
2123 | 2025-01-31T04:49:19.200Z | Checking winnow v0.6.20 |
2124 | 2025-01-31T04:49:19.218Z | Checking stringprep v0.1.5 |
2125 | 2025-01-31T04:49:19.470Z | Checking anstyle-parse v0.2.5 |
2126 | 2025-01-31T04:49:19.510Z | Checking crossbeam-deque v0.8.5 |
2127 | 2025-01-31T04:49:19.686Z | Checking native-tls v0.2.12 |
2128 | 2025-01-31T04:49:19.736Z | Checking term v0.7.0 |
2129 | 2025-01-31T04:49:19.840Z | Checking rustls v0.22.4 |
2130 | 2025-01-31T04:49:19.984Z | Checking rustls v0.23.19 |
2131 | 2025-01-31T04:49:20.174Z | Checking slog-json v2.6.1 |
2132 | 2025-01-31T04:49:20.439Z | Checking serde_urlencoded v0.7.1 |
2133 | 2025-01-31T04:49:20.727Z | Checking addr2line v0.24.2 |
2134 | 2025-01-31T04:49:20.826Z | Checking crossbeam-channel v0.5.13 |
2135 | 2025-01-31T04:49:21.088Z | Checking usdt-impl v0.5.0 |
2136 | 2025-01-31T04:49:21.229Z | Checking futures-executor v0.3.31 |
2137 | 2025-01-31T04:49:21.441Z | Checking rustls-pemfile v2.2.0 |
2138 | 2025-01-31T04:49:21.515Z | Checking hyper v1.5.2 |
2139 | 2025-01-31T04:49:21.539Z | Checking num-integer v0.1.46 |
2140 | 2025-01-31T04:49:21.642Z | Checking md-5 v0.10.6 |
2141 | 2025-01-31T04:49:21.673Z | Checking ff v0.13.0 |
2142 | 2025-01-31T04:49:21.842Z | Checking toml_edit v0.22.22 |
2143 | 2025-01-31T04:49:21.883Z | Checking hash32 v0.2.1 |
2144 | 2025-01-31T04:49:21.886Z | Checking memmap v0.7.0 |
2145 | 2025-01-31T04:49:22.018Z | Checking is-terminal v0.4.13 |
2146 | 2025-01-31T04:49:22.111Z | Checking object v0.36.5 |
2147 | 2025-01-31T04:49:22.136Z | Checking psl-types v2.0.11 |
2148 | 2025-01-31T04:49:22.136Z | Checking utf-8 v0.7.6 |
2149 | 2025-01-31T04:49:22.188Z | Checking anstyle-query v1.1.1 |
2150 | 2025-01-31T04:49:22.326Z | Checking rustc-demangle v0.1.24 |
2151 | 2025-01-31T04:49:22.342Z | Checking dyn-clone v1.0.17 |
2152 | 2025-01-31T04:49:22.358Z | Checking take_mut v0.2.2 |
2153 | 2025-01-31T04:49:22.502Z | Checking linked-hash-map v0.5.6 |
2154 | 2025-01-31T04:49:22.520Z | Checking is_terminal_polyfill v1.70.1 |
2155 | 2025-01-31T04:49:22.651Z | Checking colorchoice v1.0.2 |
2156 | 2025-01-31T04:49:22.755Z | Checking fallible-iterator v0.2.0 |
2157 | 2025-01-31T04:49:22.788Z | Checking quick-error v1.2.3 |
2158 | 2025-01-31T04:49:22.814Z | Checking base16ct v0.2.0 |
2159 | 2025-01-31T04:49:22.943Z | Checking resolv-conf v0.7.0 |
2160 | 2025-01-31T04:49:23.012Z | Checking sec1 v0.7.3 |
2161 | 2025-01-31T04:49:23.179Z | Checking tokio-rustls v0.25.0 |
2162 | 2025-01-31T04:49:23.296Z | Checking lru-cache v0.1.2 |
2163 | 2025-01-31T04:49:23.317Z | Checking postgres-protocol v0.6.7 |
2164 | 2025-01-31T04:49:23.384Z | Checking anstream v0.6.15 |
2165 | 2025-01-31T04:49:23.428Z | Checking hyper-util v0.1.10 |
2166 | 2025-01-31T04:49:23.471Z | Checking slog-async v2.8.0 |
2167 | 2025-01-31T04:49:23.548Z | Checking schemars v0.8.21 |
2168 | 2025-01-31T04:49:23.740Z | Checking tungstenite v0.24.0 |
2169 | 2025-01-31T04:49:23.769Z | Checking publicsuffix v2.3.0 |
2170 | 2025-01-31T04:49:23.966Z | Checking heapless v0.7.17 |
2171 | 2025-01-31T04:49:24.030Z | Checking slog-term v2.9.1 |
2172 | 2025-01-31T04:49:24.390Z | Checking toml v0.8.19 |
2173 | 2025-01-31T04:49:24.515Z | Checking usdt v0.5.0 |
2174 | 2025-01-31T04:49:24.574Z | Checking num-iter v0.1.45 |
2175 | 2025-01-31T04:49:24.760Z | Checking group v0.13.0 |
2176 | 2025-01-31T04:49:24.784Z | Checking futures v0.3.31 |
2177 | 2025-01-31T04:49:24.885Z | Checking slog-bunyan v2.5.0 |
2178 | 2025-01-31T04:49:24.902Z | Checking tokio-native-tls v0.3.1 |
2179 | 2025-01-31T04:49:25.004Z | Checking tokio-rustls v0.26.0 |
2180 | 2025-01-31T04:49:25.020Z | Checking rayon-core v1.12.1 |
2181 | 2025-01-31T04:49:25.052Z | Checking hickory-proto v0.24.2 |
2182 | 2025-01-31T04:49:25.067Z | Checking multer v3.1.0 |
2183 | 2025-01-31T04:49:25.112Z | Checking terminal_size v0.4.0 |
2184 | 2025-01-31T04:49:25.148Z | Checking phf_shared v0.11.2 |
2185 | 2025-01-31T04:49:25.385Z | Checking cookie v0.18.1 |
2186 | 2025-01-31T04:49:25.401Z | Checking async-stream v0.3.6 |
2187 | 2025-01-31T04:49:25.418Z | Checking bzip2-sys v0.1.11+1.0.8 |
2188 | 2025-01-31T04:49:25.460Z | Checking signal-hook v0.3.17 |
2189 | 2025-01-31T04:49:25.547Z | Checking camino v1.1.9 |
2190 | 2025-01-31T04:49:25.563Z | Checking waitgroup v0.1.2 |
2191 | 2025-01-31T04:49:25.593Z | Checking openapiv3 v2.0.0 |
2192 | 2025-01-31T04:49:25.669Z | Checking webpki-roots v0.26.6 |
2193 | 2025-01-31T04:49:25.700Z | Checking serde_path_to_error v0.1.16 |
2194 | 2025-01-31T04:49:25.785Z | Checking hkdf v0.12.4 |
2195 | 2025-01-31T04:49:25.806Z | Checking crypto-bigint v0.5.5 |
2196 | 2025-01-31T04:49:25.869Z | Checking lazy_static v1.5.0 |
2197 | 2025-01-31T04:49:26.003Z | Checking hostname v0.4.0 |
2198 | 2025-01-31T04:49:26.019Z | Checking crc32fast v1.4.2 |
2199 | 2025-01-31T04:49:26.045Z | Checking strsim v0.11.1 |
2200 | 2025-01-31T04:49:26.145Z | Checking debug-ignore v1.0.5 |
2201 | 2025-01-31T04:49:26.255Z | Checking clap_lex v0.7.4 |
2202 | 2025-01-31T04:49:26.258Z | Checking bitflags v1.3.2 |
2203 | 2025-01-31T04:49:26.296Z | Checking managed v0.8.0 |
2204 | 2025-01-31T04:49:26.339Z | Checking winnow v0.5.40 |
2205 | 2025-01-31T04:49:26.378Z | Checking unicode-width v0.2.0 |
2206 | 2025-01-31T04:49:26.501Z | Checking clap_builder v4.5.27 |
2207 | 2025-01-31T04:49:26.649Z | Checking smoltcp v0.9.1 |
2208 | 2025-01-31T04:49:26.882Z | Checking console v0.15.10 |
2209 | 2025-01-31T04:49:27.448Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2210 | 2025-01-31T04:49:27.740Z | Checking flate2 v1.0.35 |
2211 | 2025-01-31T04:49:28.040Z | Checking num-bigint-dig v0.8.4 |
2212 | 2025-01-31T04:49:28.043Z | Checking backtrace v0.3.74 |
2213 | 2025-01-31T04:49:28.370Z | Checking hyper-rustls v0.27.3 |
2214 | 2025-01-31T04:49:28.460Z | Checking elliptic-curve v0.13.8 |
2215 | 2025-01-31T04:49:28.616Z | Checking anyhow v1.0.95 |
2216 | 2025-01-31T04:49:28.704Z | Checking cookie_store v0.21.1 |
2217 | 2025-01-31T04:49:28.796Z | Checking dropshot v0.12.0 |
2218 | 2025-01-31T04:49:28.994Z | Checking signal-hook-mio v0.2.4 |
2219 | 2025-01-31T04:49:29.092Z | Checking rayon v1.10.0 |
2220 | 2025-01-31T04:49:29.107Z | Checking toml_edit v0.19.15 |
2221 | 2025-01-31T04:49:29.157Z | Checking bzip2 v0.4.4 |
2222 | 2025-01-31T04:49:29.415Z | Checking phf v0.11.2 |
2223 | 2025-01-31T04:49:29.418Z | Checking hyper-tls v0.6.0 |
2224 | 2025-01-31T04:49:29.447Z | Checking tokio-tungstenite v0.24.0 |
2225 | 2025-01-31T04:49:29.560Z | Checking hickory-resolver v0.24.2 |
2226 | 2025-01-31T04:49:29.666Z | Checking postgres-types v0.2.8 |
2227 | 2025-01-31T04:49:29.711Z | Checking regex v1.11.1 |
2228 | 2025-01-31T04:49:29.912Z | Checking bstr v1.10.0 |
2229 | 2025-01-31T04:49:30.041Z | Checking ed25519 v2.2.3 |
2230 | 2025-01-31T04:49:30.303Z | Checking tokio-stream v0.1.16 |
2231 | 2025-01-31T04:49:30.332Z | Checking phf_shared v0.10.0 |
2232 | 2025-01-31T04:49:30.350Z | Checking curve25519-dalek v4.1.3 |
2233 | 2025-01-31T04:49:30.587Z | Checking zerocopy v0.6.6 |
2234 | 2025-01-31T04:49:30.821Z | Checking hubpack v0.1.2 |
2235 | 2025-01-31T04:49:31.099Z | Checking portable-atomic v1.9.0 |
2236 | 2025-01-31T04:49:31.132Z | Checking pkcs1 v0.7.5 |
2237 | 2025-01-31T04:49:31.148Z | Checking float-cmp v0.9.0 |
2238 | 2025-01-31T04:49:31.223Z | Checking serde-big-array v0.5.1 |
2239 | 2025-01-31T04:49:31.348Z | Checking rfc6979 v0.4.0 |
2240 | 2025-01-31T04:49:31.447Z | Checking sync_wrapper v1.0.1 |
2241 | 2025-01-31T04:49:31.520Z | Checking static_assertions v1.1.0 |
2242 | 2025-01-31T04:49:31.535Z | Checking new_debug_unreachable v1.0.6 |
2243 | 2025-01-31T04:49:31.538Z | Checking precomputed-hash v0.1.1 |
2244 | 2025-01-31T04:49:31.607Z | Checking normalize-line-endings v0.3.0 |
2245 | 2025-01-31T04:49:31.623Z | Checking fixedbitset v0.4.2 |
2246 | 2025-01-31T04:49:31.646Z | Checking number_prefix v0.4.0 |
2247 | 2025-01-31T04:49:31.660Z | Checking predicates-core v1.0.8 |
2248 | 2025-01-31T04:49:31.740Z | Checking bit-vec v0.6.3 |
2249 | 2025-01-31T04:49:31.847Z | Checking whoami v1.5.2 |
2250 | 2025-01-31T04:49:31.864Z | Checking minimal-lexical v0.2.1 |
2251 | 2025-01-31T04:49:31.888Z | Checking unicode-segmentation v1.12.0 |
2252 | 2025-01-31T04:49:32.056Z | Checking difflib v0.4.0 |
2253 | 2025-01-31T04:49:32.109Z | Checking bit-set v0.5.3 |
2254 | 2025-01-31T04:49:32.123Z | Checking ed25519-dalek v2.1.1 |
2255 | 2025-01-31T04:49:32.143Z | Checking tokio-postgres v0.7.12 |
2256 | 2025-01-31T04:49:32.223Z | Checking qorb v0.2.1 |
2257 | 2025-01-31T04:49:32.248Z | Checking nom v7.1.3 |
2258 | 2025-01-31T04:49:32.370Z | Checking petgraph v0.6.5 |
2259 | 2025-01-31T04:49:32.386Z | Checking predicates v3.1.2 |
2260 | 2025-01-31T04:49:32.449Z | Checking indicatif v0.17.11 |
2261 | 2025-01-31T04:49:32.541Z | Checking string_cache v0.8.7 |
2262 | 2025-01-31T04:49:32.582Z | Checking similar v2.6.0 |
2263 | 2025-01-31T04:49:32.838Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2264 | 2025-01-31T04:49:32.992Z | Checking reqwest v0.12.9 |
2265 | 2025-01-31T04:49:33.188Z | Checking toml v0.7.8 |
2266 | 2025-01-31T04:49:33.412Z | Checking ecdsa v0.16.9 |
2267 | 2025-01-31T04:49:33.891Z | Checking rsa v0.9.6 |
2268 | 2025-01-31T04:49:34.120Z | Checking zip v0.6.6 |
2269 | 2025-01-31T04:49:34.673Z | Checking clap v4.5.27 |
2270 | 2025-01-31T04:49:34.749Z | Checking crossterm v0.28.1 |
2271 | 2025-01-31T04:49:34.807Z | Checking itertools v0.12.1 |
2272 | 2025-01-31T04:49:34.826Z | Checking itertools v0.10.5 |
2273 | 2025-01-31T04:49:34.842Z | Checking ahash v0.8.11 |
2274 | 2025-01-31T04:49:34.879Z | Checking fs-err v2.11.0 |
2275 | 2025-01-31T04:49:35.193Z | Checking x509-cert v0.2.5 |
2276 | 2025-01-31T04:49:35.298Z | Checking semver v1.0.24 |
2277 | 2025-01-31T04:49:35.402Z | Checking hex v0.4.3 |
2278 | 2025-01-31T04:49:35.418Z | Checking peg-runtime v0.8.3 |
2279 | 2025-01-31T04:49:35.661Z | Checking lalrpop-util v0.19.12 |
2280 | 2025-01-31T04:49:35.726Z | Checking sigpipe v0.1.3 |
2281 | 2025-01-31T04:49:37.089Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2282 | 2025-01-31T04:49:37.425Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.48s |
2283 | 2025-01-31T04:49:37.583Z | |
2284 | 2025-01-31T04:49:37.583Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (49/197) |
2285 | 2025-01-31T04:49:38.137Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2286 | 2025-01-31T04:49:38.140Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2287 | 2025-01-31T04:49:38.234Z | Compiling hashbrown v0.14.5 |
2288 | 2025-01-31T04:49:38.358Z | Checking heck v0.5.0 |
2289 | 2025-01-31T04:49:38.373Z | Compiling unsafe-libyaml v0.2.11 |
2290 | 2025-01-31T04:49:38.387Z | Checking ipnetwork v0.20.0 |
2291 | 2025-01-31T04:49:38.390Z | Compiling ident_case v1.0.1 |
2292 | 2025-01-31T04:49:38.417Z | Checking progenitor-client v0.8.0 |
2293 | 2025-01-31T04:49:38.432Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2294 | 2025-01-31T04:49:38.533Z | Checking newtype-uuid v1.2.1 |
2295 | 2025-01-31T04:49:38.574Z | Compiling darling_core v0.20.10 |
2296 | 2025-01-31T04:49:38.721Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
2297 | 2025-01-31T04:49:38.787Z | Compiling proc-macro-crate v1.3.1 |
2298 | 2025-01-31T04:49:38.789Z | Compiling structmeta-derive v0.3.0 |
2299 | 2025-01-31T04:49:38.831Z | Compiling thiserror v2.0.11 |
2300 | 2025-01-31T04:49:39.115Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2301 | 2025-01-31T04:49:39.307Z | Compiling regress v0.10.1 |
2302 | 2025-01-31T04:49:39.452Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2303 | 2025-01-31T04:49:39.703Z | Compiling serde_yaml v0.9.34+deprecated |
2304 | 2025-01-31T04:49:39.785Z | Compiling num_enum_derive v0.5.11 |
2305 | 2025-01-31T04:49:40.217Z | Compiling lzma-sys v0.1.20 |
2306 | 2025-01-31T04:49:40.672Z | Compiling thiserror-impl v2.0.11 |
2307 | 2025-01-31T04:49:40.941Z | Compiling foreign-types-macros v0.2.3 |
2308 | 2025-01-31T04:49:41.531Z | Compiling structmeta v0.3.0 |
2309 | 2025-01-31T04:49:41.933Z | Compiling dropshot v0.15.1 |
2310 | 2025-01-31T04:49:42.088Z | Checking arc-swap v1.7.1 |
2311 | 2025-01-31T04:49:42.162Z | Checking foreign-types-shared v0.3.1 |
2312 | 2025-01-31T04:49:42.338Z | Checking num_enum v0.5.11 |
2313 | 2025-01-31T04:49:42.355Z | Checking foreign-types v0.5.0 |
2314 | 2025-01-31T04:49:42.466Z | Compiling parse-display-derive v0.10.0 |
2315 | 2025-01-31T04:49:42.525Z | Checking slog-scope v4.4.0 |
2316 | 2025-01-31T04:49:42.543Z | Checking diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2317 | 2025-01-31T04:49:42.731Z | Compiling proc-macro-error v1.0.4 |
2318 | 2025-01-31T04:49:42.923Z | Checking typify-impl v0.2.0 |
2319 | 2025-01-31T04:49:43.492Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2320 | 2025-01-31T04:49:43.540Z | Checking tungstenite v0.21.0 |
2321 | 2025-01-31T04:49:43.610Z | Compiling heck v0.3.3 |
2322 | 2025-01-31T04:49:43.962Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2323 | 2025-01-31T04:49:44.031Z | Compiling dropshot_endpoint v0.15.1 |
2324 | 2025-01-31T04:49:44.073Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2325 | 2025-01-31T04:49:44.431Z | Checking cstr-argument v0.1.2 |
2326 | 2025-01-31T04:49:44.504Z | Compiling darling_macro v0.20.10 |
2327 | 2025-01-31T04:49:44.615Z | Checking instant v0.1.13 |
2328 | 2025-01-31T04:49:44.746Z | Checking base64 v0.21.7 |
2329 | 2025-01-31T04:49:44.773Z | Checking fastrand v2.1.1 |
2330 | 2025-01-31T04:49:44.820Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2331 | 2025-01-31T04:49:45.102Z | Checking pretty-hex v0.2.1 |
2332 | 2025-01-31T04:49:45.249Z | Checking tempfile v3.13.0 |
2333 | 2025-01-31T04:49:45.271Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2334 | 2025-01-31T04:49:45.287Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2335 | 2025-01-31T04:49:45.362Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2336 | 2025-01-31T04:49:45.388Z | Compiling darling v0.20.10 |
2337 | 2025-01-31T04:49:45.423Z | Checking backoff v0.4.0 |
2338 | 2025-01-31T04:49:45.516Z | Compiling serde_with_macros v3.11.0 |
2339 | 2025-01-31T04:49:45.532Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2340 | 2025-01-31T04:49:45.546Z | Checking tokio-tungstenite v0.21.0 |
2341 | 2025-01-31T04:49:45.610Z | Checking strum v0.26.3 |
2342 | 2025-01-31T04:49:45.710Z | Compiling zone_cfg_derive v0.1.2 |
2343 | 2025-01-31T04:49:45.772Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2344 | 2025-01-31T04:49:45.815Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2345 | 2025-01-31T04:49:46.026Z | Checking slog-stdlog v4.1.1 |
2346 | 2025-01-31T04:49:46.209Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2347 | 2025-01-31T04:49:46.322Z | Checking regress v0.9.1 |
2348 | 2025-01-31T04:49:46.368Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2349 | 2025-01-31T04:49:46.415Z | Checking parse-display v0.10.0 |
2350 | 2025-01-31T04:49:46.526Z | Checking progenitor-client v0.9.1 |
2351 | 2025-01-31T04:49:46.650Z | Checking colored v2.1.0 |
2352 | 2025-01-31T04:49:46.666Z | Checking macaddr v1.0.1 |
2353 | 2025-01-31T04:49:46.909Z | Checking unicode-width v0.1.14 |
2354 | 2025-01-31T04:49:46.938Z | Checking base64 v0.13.1 |
2355 | 2025-01-31T04:49:47.046Z | Checking zone v0.1.8 |
2356 | 2025-01-31T04:49:47.410Z | Checking ron v0.7.1 |
2357 | 2025-01-31T04:49:47.440Z | Checking tabwriter v1.4.0 |
2358 | 2025-01-31T04:49:47.689Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2359 | 2025-01-31T04:49:47.773Z | Checking xz2 v0.1.7 |
2360 | 2025-01-31T04:49:48.051Z | Checking serde_with v3.11.0 |
2361 | 2025-01-31T04:49:48.085Z | Checking slog-envlogger v2.2.0 |
2362 | 2025-01-31T04:49:48.177Z | Checking xattr v1.3.1 |
2363 | 2025-01-31T04:49:48.312Z | Checking pem v3.0.4 |
2364 | 2025-01-31T04:49:48.376Z | Checking yasna v0.5.2 |
2365 | 2025-01-31T04:49:48.462Z | Checking headers-core v0.3.0 |
2366 | 2025-01-31T04:49:48.572Z | Checking smf v0.2.3 |
2367 | 2025-01-31T04:49:48.617Z | Checking filetime v0.2.25 |
2368 | 2025-01-31T04:49:48.831Z | Checking same-file v1.0.6 |
2369 | 2025-01-31T04:49:48.882Z | Checking tar v0.4.42 |
2370 | 2025-01-31T04:49:49.013Z | Checking walkdir v2.5.0 |
2371 | 2025-01-31T04:49:49.031Z | Checking headers v0.4.0 |
2372 | 2025-01-31T04:49:49.190Z | Checking rcgen v0.12.1 |
2373 | 2025-01-31T04:49:49.298Z | Checking atomicwrites v0.4.4 |
2374 | 2025-01-31T04:49:49.506Z | Checking camino-tempfile v1.1.1 |
2375 | 2025-01-31T04:49:49.687Z | Checking subprocess v0.2.9 |
2376 | 2025-01-31T04:49:52.320Z | Compiling typify-macro v0.2.0 |
2377 | 2025-01-31T04:49:53.831Z | Compiling typify v0.2.0 |
2378 | 2025-01-31T04:49:53.900Z | Compiling progenitor-impl v0.8.0 |
2379 | 2025-01-31T04:49:56.333Z | Compiling progenitor-macro v0.8.0 |
2380 | 2025-01-31T04:50:00.033Z | Checking progenitor v0.8.0 |
2381 | 2025-01-31T04:50:00.163Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2382 | 2025-01-31T04:50:00.165Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2383 | 2025-01-31T04:50:02.717Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2384 | 2025-01-31T04:50:03.063Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2385 | 2025-01-31T04:50:09.261Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2386 | 2025-01-31T04:50:10.746Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2387 | 2025-01-31T04:50:11.956Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.36s |
2388 | 2025-01-31T04:50:12.131Z | |
2389 | 2025-01-31T04:50:12.131Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/197) |
2390 | 2025-01-31T04:50:12.693Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2391 | 2025-01-31T04:50:12.695Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2392 | 2025-01-31T04:50:12.788Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2393 | 2025-01-31T04:50:14.142Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.00s |
2394 | 2025-01-31T04:50:14.314Z | |
2395 | 2025-01-31T04:50:14.314Z | info: running `cargo check --bins` on nexus-config (51/197) |
2396 | 2025-01-31T04:50:14.862Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2397 | 2025-01-31T04:50:14.864Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2398 | 2025-01-31T04:50:14.864Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2399 | 2025-01-31T04:50:14.867Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2400 | 2025-01-31T04:50:14.938Z | |
2401 | 2025-01-31T04:50:14.938Z | info: running `cargo check --bins` on omicron-rpaths (52/197) |
2402 | 2025-01-31T04:50:15.468Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2403 | 2025-01-31T04:50:15.471Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2404 | 2025-01-31T04:50:15.471Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2405 | 2025-01-31T04:50:15.474Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2406 | 2025-01-31T04:50:15.543Z | |
2407 | 2025-01-31T04:50:15.543Z | info: running `cargo check --bins` on omicron-certificates (53/197) |
2408 | 2025-01-31T04:50:16.082Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2409 | 2025-01-31T04:50:16.085Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2410 | 2025-01-31T04:50:16.085Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2411 | 2025-01-31T04:50:16.088Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2412 | 2025-01-31T04:50:16.158Z | |
2413 | 2025-01-31T04:50:16.158Z | info: running `cargo check --bins` on omicron-clickhouse-admin (54/197) |
2414 | 2025-01-31T04:50:16.719Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2415 | 2025-01-31T04:50:16.722Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2416 | 2025-01-31T04:50:16.837Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2417 | 2025-01-31T04:50:16.948Z | Compiling ipnetwork v0.20.0 |
2418 | 2025-01-31T04:50:16.951Z | Compiling zerocopy v0.8.10 |
2419 | 2025-01-31T04:50:16.951Z | Compiling progenitor-client v0.8.0 |
2420 | 2025-01-31T04:50:16.951Z | Compiling itertools v0.13.0 |
2421 | 2025-01-31T04:50:16.951Z | Compiling zerocopy-derive v0.8.10 |
2422 | 2025-01-31T04:50:16.951Z | Compiling heapless v0.8.0 |
2423 | 2025-01-31T04:50:16.951Z | Compiling thiserror v2.0.11 |
2424 | 2025-01-31T04:50:17.149Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2425 | 2025-01-31T04:50:17.280Z | Checking hash32 v0.3.1 |
2426 | 2025-01-31T04:50:17.391Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
2427 | 2025-01-31T04:50:17.471Z | Compiling progenitor v0.8.0 |
2428 | 2025-01-31T04:50:17.687Z | Compiling instant v0.1.13 |
2429 | 2025-01-31T04:50:17.769Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2430 | 2025-01-31T04:50:17.803Z | Compiling smoltcp v0.11.0 |
2431 | 2025-01-31T04:50:17.844Z | Compiling backoff v0.4.0 |
2432 | 2025-01-31T04:50:17.885Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2433 | 2025-01-31T04:50:18.017Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2434 | 2025-01-31T04:50:18.204Z | Compiling dropshot v0.15.1 |
2435 | 2025-01-31T04:50:18.501Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2436 | 2025-01-31T04:50:18.627Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2437 | 2025-01-31T04:50:18.629Z | Compiling serde_with v3.11.0 |
2438 | 2025-01-31T04:50:18.818Z | Compiling parse-display v0.10.0 |
2439 | 2025-01-31T04:50:18.959Z | Checking num-rational v0.4.2 |
2440 | 2025-01-31T04:50:19.440Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2441 | 2025-01-31T04:50:19.603Z | Compiling progenitor-client v0.9.1 |
2442 | 2025-01-31T04:50:19.850Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2443 | 2025-01-31T04:50:20.124Z | Compiling regress v0.9.1 |
2444 | 2025-01-31T04:50:21.181Z | Compiling phf_generator v0.11.2 |
2445 | 2025-01-31T04:50:21.382Z | Checking num-complex v0.4.6 |
2446 | 2025-01-31T04:50:22.233Z | Compiling macaddr v1.0.1 |
2447 | 2025-01-31T04:50:22.370Z | Checking cobs v0.2.3 |
2448 | 2025-01-31T04:50:22.563Z | Checking postcard v1.0.10 |
2449 | 2025-01-31T04:50:22.717Z | Checking num v0.4.3 |
2450 | 2025-01-31T04:50:22.836Z | Compiling phf_codegen v0.11.2 |
2451 | 2025-01-31T04:50:23.111Z | Compiling parse-zoneinfo v0.3.1 |
2452 | 2025-01-31T04:50:23.129Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2453 | 2025-01-31T04:50:23.429Z | Checking float-ord v0.3.2 |
2454 | 2025-01-31T04:50:23.585Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2455 | 2025-01-31T04:50:24.829Z | Compiling convert_case v0.4.0 |
2456 | 2025-01-31T04:50:25.069Z | Compiling chrono-tz-build v0.4.0 |
2457 | 2025-01-31T04:50:25.277Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2458 | 2025-01-31T04:50:25.657Z | Compiling derive_more v0.99.18 |
2459 | 2025-01-31T04:50:25.923Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2460 | 2025-01-31T04:50:26.150Z | Compiling crucible-workspace-hack v0.1.0 |
2461 | 2025-01-31T04:50:26.223Z | Checking newline-converter v0.3.0 |
2462 | 2025-01-31T04:50:26.265Z | Compiling chrono-tz v0.10.1 |
2463 | 2025-01-31T04:50:26.466Z | Checking prettyplease v0.2.25 |
2464 | 2025-01-31T04:50:26.695Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2465 | 2025-01-31T04:50:26.935Z | Compiling slog-dtrace v0.3.0 |
2466 | 2025-01-31T04:50:27.289Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2467 | 2025-01-31T04:50:27.375Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2468 | 2025-01-31T04:50:27.594Z | Checking expectorate v1.1.0 |
2469 | 2025-01-31T04:50:27.770Z | Compiling zone_cfg_derive v0.3.0 |
2470 | 2025-01-31T04:50:28.051Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2471 | 2025-01-31T04:50:28.489Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2472 | 2025-01-31T04:50:28.941Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
2473 | 2025-01-31T04:50:29.216Z | Compiling const_format_proc_macros v0.2.34 |
2474 | 2025-01-31T04:50:29.300Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2475 | 2025-01-31T04:50:29.444Z | Compiling num-derive v0.4.2 |
2476 | 2025-01-31T04:50:29.463Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2477 | 2025-01-31T04:50:29.507Z | Checking highway v1.2.0 |
2478 | 2025-01-31T04:50:29.952Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2479 | 2025-01-31T04:50:30.291Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2480 | 2025-01-31T04:50:30.398Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
2481 | 2025-01-31T04:50:30.548Z | Checking zone v0.3.0 |
2482 | 2025-01-31T04:50:30.790Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2483 | 2025-01-31T04:50:31.131Z | Checking const_format v0.2.34 |
2484 | 2025-01-31T04:50:31.355Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2485 | 2025-01-31T04:50:31.578Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2486 | 2025-01-31T04:50:31.712Z | Checking gethostname v0.5.0 |
2487 | 2025-01-31T04:50:31.727Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f) |
2488 | 2025-01-31T04:50:31.845Z | Checking bcs v0.1.6 |
2489 | 2025-01-31T04:50:32.145Z | Compiling async-recursion v1.1.1 |
2490 | 2025-01-31T04:50:32.348Z | Checking termtree v0.5.1 |
2491 | 2025-01-31T04:50:32.492Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2492 | 2025-01-31T04:50:32.582Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2493 | 2025-01-31T04:50:32.584Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2494 | 2025-01-31T04:50:34.455Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2495 | 2025-01-31T04:50:38.790Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2496 | 2025-01-31T04:50:42.006Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2497 | 2025-01-31T04:50:44.505Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2498 | 2025-01-31T04:50:45.648Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.48s |
2499 | 2025-01-31T04:50:45.819Z | |
2500 | 2025-01-31T04:50:45.819Z | info: running `cargo check --bins` on clickhouse-admin-api (55/197) |
2501 | 2025-01-31T04:50:46.365Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2502 | 2025-01-31T04:50:46.369Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2503 | 2025-01-31T04:50:46.370Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2504 | 2025-01-31T04:50:46.372Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2505 | 2025-01-31T04:50:46.441Z | |
2506 | 2025-01-31T04:50:46.441Z | info: running `cargo check --bins` on clickhouse-admin-types (56/197) |
2507 | 2025-01-31T04:50:46.987Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2508 | 2025-01-31T04:50:46.990Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2509 | 2025-01-31T04:50:46.990Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2510 | 2025-01-31T04:50:46.993Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2511 | 2025-01-31T04:50:47.068Z | |
2512 | 2025-01-31T04:50:47.068Z | info: running `cargo check --bins --no-default-features` on oximeter-db (57/197) |
2513 | 2025-01-31T04:50:47.618Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2514 | 2025-01-31T04:50:47.620Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2515 | 2025-01-31T04:50:47.715Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2516 | 2025-01-31T04:50:48.340Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.26s |
2517 | 2025-01-31T04:50:48.516Z | |
2518 | 2025-01-31T04:50:48.516Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (58/197) |
2519 | 2025-01-31T04:50:49.070Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2520 | 2025-01-31T04:50:49.072Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2521 | 2025-01-31T04:50:49.171Z | Compiling cfg_aliases v0.1.1 |
2522 | 2025-01-31T04:50:49.171Z | Compiling vte_generate_state_changes v0.1.2 |
2523 | 2025-01-31T04:50:49.171Z | Checking fd-lock v4.0.2 |
2524 | 2025-01-31T04:50:49.173Z | Checking nibble_vec v0.1.0 |
2525 | 2025-01-31T04:50:49.173Z | Checking bytecount v0.6.8 |
2526 | 2025-01-31T04:50:49.276Z | Checking endian-type v0.1.2 |
2527 | 2025-01-31T04:50:49.289Z | Compiling tabled_derive v0.7.0 |
2528 | 2025-01-31T04:50:49.327Z | Compiling peg-macros v0.8.4 |
2529 | 2025-01-31T04:50:49.366Z | Compiling nix v0.28.0 |
2530 | 2025-01-31T04:50:49.436Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2531 | 2025-01-31T04:50:49.452Z | Checking papergrid v0.11.0 |
2532 | 2025-01-31T04:50:49.468Z | Compiling sqlparser_derive v0.2.2 |
2533 | 2025-01-31T04:50:49.491Z | Checking radix_trie v0.2.1 |
2534 | 2025-01-31T04:50:49.875Z | Checking unicode_categories v0.1.1 |
2535 | 2025-01-31T04:50:49.958Z | Checking vte v0.11.1 |
2536 | 2025-01-31T04:50:50.184Z | Checking home v0.5.9 |
2537 | 2025-01-31T04:50:50.331Z | Checking nu-ansi-term v0.50.1 |
2538 | 2025-01-31T04:50:50.509Z | Checking sqlformat v0.2.6 |
2539 | 2025-01-31T04:50:50.523Z | Checking sqlparser v0.45.0 |
2540 | 2025-01-31T04:50:50.724Z | Checking display-error-chain v0.2.2 |
2541 | 2025-01-31T04:50:51.349Z | Checking strip-ansi-escapes v0.2.0 |
2542 | 2025-01-31T04:50:51.511Z | Checking reedline v0.35.0 |
2543 | 2025-01-31T04:50:51.527Z | Checking tabled v0.15.0 |
2544 | 2025-01-31T04:50:51.807Z | Checking peg v0.8.4 |
2545 | 2025-01-31T04:50:52.161Z | Checking rustyline v14.0.0 |
2546 | 2025-01-31T04:51:01.094Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.57s |
2547 | 2025-01-31T04:51:01.273Z | |
2548 | 2025-01-31T04:51:01.273Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (59/197) |
2549 | 2025-01-31T04:51:01.842Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2550 | 2025-01-31T04:51:01.844Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2551 | 2025-01-31T04:51:01.951Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2552 | 2025-01-31T04:51:07.175Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.89s |
2553 | 2025-01-31T04:51:07.358Z | |
2554 | 2025-01-31T04:51:07.358Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (60/197) |
2555 | 2025-01-31T04:51:07.920Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2556 | 2025-01-31T04:51:07.923Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2557 | 2025-01-31T04:51:08.023Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2558 | 2025-01-31T04:51:11.667Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.30s |
2559 | 2025-01-31T04:51:11.847Z | |
2560 | 2025-01-31T04:51:11.847Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (61/197) |
2561 | 2025-01-31T04:51:12.414Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2562 | 2025-01-31T04:51:12.416Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2563 | 2025-01-31T04:51:12.514Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2564 | 2025-01-31T04:51:17.336Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.48s |
2565 | 2025-01-31T04:51:17.508Z | |
2566 | 2025-01-31T04:51:17.508Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (62/197) |
2567 | 2025-01-31T04:51:18.066Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2568 | 2025-01-31T04:51:18.069Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2569 | 2025-01-31T04:51:18.171Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2570 | 2025-01-31T04:51:23.058Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.54s |
2571 | 2025-01-31T04:51:23.232Z | |
2572 | 2025-01-31T04:51:23.232Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (63/197) |
2573 | 2025-01-31T04:51:23.782Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2574 | 2025-01-31T04:51:23.785Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2575 | 2025-01-31T04:51:23.882Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2576 | 2025-01-31T04:51:27.561Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.32s |
2577 | 2025-01-31T04:51:27.742Z | |
2578 | 2025-01-31T04:51:27.742Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (64/197) |
2579 | 2025-01-31T04:51:28.293Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2580 | 2025-01-31T04:51:28.295Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2581 | 2025-01-31T04:51:28.393Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2582 | 2025-01-31T04:51:32.193Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.44s |
2583 | 2025-01-31T04:51:32.366Z | |
2584 | 2025-01-31T04:51:32.366Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (65/197) |
2585 | 2025-01-31T04:51:32.923Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2586 | 2025-01-31T04:51:32.926Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2587 | 2025-01-31T04:51:33.026Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2588 | 2025-01-31T04:51:38.073Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.70s |
2589 | 2025-01-31T04:51:38.246Z | |
2590 | 2025-01-31T04:51:38.246Z | info: running `cargo check --bins` on oximeter (66/197) |
2591 | 2025-01-31T04:51:38.784Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2592 | 2025-01-31T04:51:38.787Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2593 | 2025-01-31T04:51:38.787Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2594 | 2025-01-31T04:51:38.789Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2595 | 2025-01-31T04:51:38.860Z | |
2596 | 2025-01-31T04:51:38.860Z | info: running `cargo check --bins` on oximeter-macro-impl (67/197) |
2597 | 2025-01-31T04:51:39.378Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2598 | 2025-01-31T04:51:39.381Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2599 | 2025-01-31T04:51:39.381Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2600 | 2025-01-31T04:51:39.384Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2601 | 2025-01-31T04:51:39.451Z | |
2602 | 2025-01-31T04:51:39.451Z | info: running `cargo check --bins` on oximeter-schema (68/197) |
2603 | 2025-01-31T04:51:39.988Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2604 | 2025-01-31T04:51:39.991Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2605 | 2025-01-31T04:51:40.075Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2606 | 2025-01-31T04:51:42.069Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2607 | 2025-01-31T04:51:43.044Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.58s |
2608 | 2025-01-31T04:51:43.209Z | |
2609 | 2025-01-31T04:51:43.209Z | info: running `cargo check --bins` on oximeter-types (69/197) |
2610 | 2025-01-31T04:51:43.743Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2611 | 2025-01-31T04:51:43.746Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2612 | 2025-01-31T04:51:43.746Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2613 | 2025-01-31T04:51:43.749Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2614 | 2025-01-31T04:51:43.820Z | |
2615 | 2025-01-31T04:51:43.820Z | info: running `cargo check --bins` on oximeter-timeseries-macro (70/197) |
2616 | 2025-01-31T04:51:44.353Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2617 | 2025-01-31T04:51:44.357Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2618 | 2025-01-31T04:51:44.357Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2619 | 2025-01-31T04:51:44.360Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2620 | 2025-01-31T04:51:44.432Z | |
2621 | 2025-01-31T04:51:44.432Z | info: running `cargo check --bins` on oxql-types (71/197) |
2622 | 2025-01-31T04:51:44.973Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2623 | 2025-01-31T04:51:44.976Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2624 | 2025-01-31T04:51:44.976Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2625 | 2025-01-31T04:51:44.978Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2626 | 2025-01-31T04:51:45.062Z | |
2627 | 2025-01-31T04:51:45.062Z | info: running `cargo check --bins` on oximeter-test-utils (72/197) |
2628 | 2025-01-31T04:51:45.629Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2629 | 2025-01-31T04:51:45.631Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2630 | 2025-01-31T04:51:45.631Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2631 | 2025-01-31T04:51:45.634Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2632 | 2025-01-31T04:51:45.713Z | |
2633 | 2025-01-31T04:51:45.713Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (73/197) |
2634 | 2025-01-31T04:51:46.257Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2635 | 2025-01-31T04:51:46.260Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2636 | 2025-01-31T04:51:46.260Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2637 | 2025-01-31T04:51:46.262Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2638 | 2025-01-31T04:51:46.334Z | |
2639 | 2025-01-31T04:51:46.334Z | info: running `cargo check --bins` on bootstrap-agent-client (74/197) |
2640 | 2025-01-31T04:51:46.881Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2641 | 2025-01-31T04:51:46.883Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2642 | 2025-01-31T04:51:46.883Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2643 | 2025-01-31T04:51:46.886Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2644 | 2025-01-31T04:51:46.960Z | |
2645 | 2025-01-31T04:51:46.960Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (75/197) |
2646 | 2025-01-31T04:51:47.510Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2647 | 2025-01-31T04:51:47.513Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2648 | 2025-01-31T04:51:47.513Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2649 | 2025-01-31T04:51:47.517Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2650 | 2025-01-31T04:51:47.587Z | |
2651 | 2025-01-31T04:51:47.587Z | info: running `cargo check --bins` on clickhouse-admin-server-client (76/197) |
2652 | 2025-01-31T04:51:48.126Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2653 | 2025-01-31T04:51:48.139Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2654 | 2025-01-31T04:51:48.139Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2655 | 2025-01-31T04:51:48.143Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2656 | 2025-01-31T04:51:48.205Z | |
2657 | 2025-01-31T04:51:48.205Z | info: running `cargo check --bins` on clickhouse-admin-single-client (77/197) |
2658 | 2025-01-31T04:51:48.745Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2659 | 2025-01-31T04:51:48.748Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2660 | 2025-01-31T04:51:48.748Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2661 | 2025-01-31T04:51:48.750Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2662 | 2025-01-31T04:51:48.822Z | |
2663 | 2025-01-31T04:51:48.822Z | info: running `cargo check --bins` on cockroach-admin-client (78/197) |
2664 | 2025-01-31T04:51:49.347Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2665 | 2025-01-31T04:51:49.349Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2666 | 2025-01-31T04:51:49.350Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2667 | 2025-01-31T04:51:49.352Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2668 | 2025-01-31T04:51:49.423Z | |
2669 | 2025-01-31T04:51:49.423Z | info: running `cargo check --bins` on omicron-ddm-admin-client (79/197) |
2670 | 2025-01-31T04:51:49.987Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2671 | 2025-01-31T04:51:49.990Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2672 | 2025-01-31T04:51:49.990Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2673 | 2025-01-31T04:51:49.993Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2674 | 2025-01-31T04:51:50.071Z | |
2675 | 2025-01-31T04:51:50.071Z | info: running `cargo check --bins` on dns-service-client (80/197) |
2676 | 2025-01-31T04:51:50.610Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2677 | 2025-01-31T04:51:50.615Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2678 | 2025-01-31T04:51:50.615Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2679 | 2025-01-31T04:51:50.617Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2680 | 2025-01-31T04:51:50.687Z | |
2681 | 2025-01-31T04:51:50.687Z | info: running `cargo check --bins` on internal-dns-types (81/197) |
2682 | 2025-01-31T04:51:51.222Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2683 | 2025-01-31T04:51:51.225Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2684 | 2025-01-31T04:51:51.225Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2685 | 2025-01-31T04:51:51.228Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2686 | 2025-01-31T04:51:51.297Z | |
2687 | 2025-01-31T04:51:51.297Z | info: running `cargo check --bins` on dpd-client (82/197) |
2688 | 2025-01-31T04:51:51.830Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2689 | 2025-01-31T04:51:51.833Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2690 | 2025-01-31T04:51:51.833Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2691 | 2025-01-31T04:51:51.836Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2692 | 2025-01-31T04:51:51.907Z | |
2693 | 2025-01-31T04:51:51.907Z | info: running `cargo check --bins` on gateway-client (83/197) |
2694 | 2025-01-31T04:51:52.439Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2695 | 2025-01-31T04:51:52.441Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2696 | 2025-01-31T04:51:52.441Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2697 | 2025-01-31T04:51:52.445Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2698 | 2025-01-31T04:51:52.512Z | |
2699 | 2025-01-31T04:51:52.512Z | info: running `cargo check --bins` on installinator-client (84/197) |
2700 | 2025-01-31T04:51:53.060Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2701 | 2025-01-31T04:51:53.063Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2702 | 2025-01-31T04:51:53.063Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2703 | 2025-01-31T04:51:53.066Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2704 | 2025-01-31T04:51:53.144Z | |
2705 | 2025-01-31T04:51:53.144Z | info: running `cargo check --bins` on installinator-common (85/197) |
2706 | 2025-01-31T04:51:53.693Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2707 | 2025-01-31T04:51:53.696Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2708 | 2025-01-31T04:51:53.696Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2709 | 2025-01-31T04:51:53.699Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2710 | 2025-01-31T04:51:53.775Z | |
2711 | 2025-01-31T04:51:53.775Z | info: running `cargo check --bins` on update-engine (86/197) |
2712 | 2025-01-31T04:51:54.298Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2713 | 2025-01-31T04:51:54.301Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2714 | 2025-01-31T04:51:54.301Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2715 | 2025-01-31T04:51:54.304Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2716 | 2025-01-31T04:51:54.378Z | |
2717 | 2025-01-31T04:51:54.378Z | info: running `cargo check --bins` on nexus-client (87/197) |
2718 | 2025-01-31T04:51:54.939Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2719 | 2025-01-31T04:51:54.941Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2720 | 2025-01-31T04:51:54.941Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2721 | 2025-01-31T04:51:54.944Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2722 | 2025-01-31T04:51:55.024Z | |
2723 | 2025-01-31T04:51:55.024Z | info: running `cargo check --bins` on nexus-sled-agent-shared (88/197) |
2724 | 2025-01-31T04:51:55.597Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2725 | 2025-01-31T04:51:55.600Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2726 | 2025-01-31T04:51:55.600Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2727 | 2025-01-31T04:51:55.602Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2728 | 2025-01-31T04:51:55.677Z | |
2729 | 2025-01-31T04:51:55.677Z | info: running `cargo check --bins` on omicron-passwords (89/197) |
2730 | 2025-01-31T04:51:56.202Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2731 | 2025-01-31T04:51:56.205Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2732 | 2025-01-31T04:51:56.205Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2733 | 2025-01-31T04:51:56.208Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2734 | 2025-01-31T04:51:56.279Z | |
2735 | 2025-01-31T04:51:56.279Z | info: running `cargo check --bins` on nexus-types (90/197) |
2736 | 2025-01-31T04:51:56.839Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2737 | 2025-01-31T04:51:56.841Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2738 | 2025-01-31T04:51:56.841Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2739 | 2025-01-31T04:51:56.844Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2740 | 2025-01-31T04:51:56.920Z | |
2741 | 2025-01-31T04:51:56.920Z | info: running `cargo check --bins` on oxide-client (91/197) |
2742 | 2025-01-31T04:51:57.448Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2743 | 2025-01-31T04:51:57.451Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2744 | 2025-01-31T04:51:57.451Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2745 | 2025-01-31T04:51:57.453Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2746 | 2025-01-31T04:51:57.524Z | |
2747 | 2025-01-31T04:51:57.524Z | info: running `cargo check --bins` on oximeter-client (92/197) |
2748 | 2025-01-31T04:51:58.062Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2749 | 2025-01-31T04:51:58.065Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2750 | 2025-01-31T04:51:58.065Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2751 | 2025-01-31T04:51:58.068Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2752 | 2025-01-31T04:51:58.141Z | |
2753 | 2025-01-31T04:51:58.141Z | info: running `cargo check --bins` on repo-depot-client (93/197) |
2754 | 2025-01-31T04:51:58.672Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2755 | 2025-01-31T04:51:58.675Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2756 | 2025-01-31T04:51:58.675Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2757 | 2025-01-31T04:51:58.678Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2758 | 2025-01-31T04:51:58.754Z | |
2759 | 2025-01-31T04:51:58.754Z | info: running `cargo check --bins` on sled-agent-client (94/197) |
2760 | 2025-01-31T04:51:59.326Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2761 | 2025-01-31T04:51:59.329Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2762 | 2025-01-31T04:51:59.329Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2763 | 2025-01-31T04:51:59.333Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2764 | 2025-01-31T04:51:59.414Z | |
2765 | 2025-01-31T04:51:59.414Z | info: running `cargo check --bins` on wicketd-client (95/197) |
2766 | 2025-01-31T04:51:59.991Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2767 | 2025-01-31T04:51:59.994Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2768 | 2025-01-31T04:51:59.994Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2769 | 2025-01-31T04:51:59.997Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2770 | 2025-01-31T04:52:00.085Z | |
2771 | 2025-01-31T04:52:00.085Z | info: running `cargo check --bins` on sled-agent-types (96/197) |
2772 | 2025-01-31T04:52:00.654Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2773 | 2025-01-31T04:52:00.656Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2774 | 2025-01-31T04:52:00.656Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2775 | 2025-01-31T04:52:00.659Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2776 | 2025-01-31T04:52:00.748Z | |
2777 | 2025-01-31T04:52:00.748Z | info: running `cargo check --bins` on wicket-common (97/197) |
2778 | 2025-01-31T04:52:01.339Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2779 | 2025-01-31T04:52:01.342Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2780 | 2025-01-31T04:52:01.342Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2781 | 2025-01-31T04:52:01.345Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2782 | 2025-01-31T04:52:01.422Z | |
2783 | 2025-01-31T04:52:01.422Z | info: running `cargo check --bins` on omicron-cockroach-admin (98/197) |
2784 | 2025-01-31T04:52:01.991Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2785 | 2025-01-31T04:52:01.993Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2786 | 2025-01-31T04:52:02.095Z | Checking csv-core v0.1.11 |
2787 | 2025-01-31T04:52:02.095Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2788 | 2025-01-31T04:52:02.098Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2789 | 2025-01-31T04:52:02.098Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2790 | 2025-01-31T04:52:02.400Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2791 | 2025-01-31T04:52:02.403Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2792 | 2025-01-31T04:52:02.425Z | Checking csv v1.3.1 |
2793 | 2025-01-31T04:52:02.985Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2794 | 2025-01-31T04:52:03.340Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2795 | 2025-01-31T04:52:05.078Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.65s |
2796 | 2025-01-31T04:52:05.259Z | |
2797 | 2025-01-31T04:52:05.259Z | info: running `cargo check --bins` on cockroach-admin-api (99/197) |
2798 | 2025-01-31T04:52:05.806Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2799 | 2025-01-31T04:52:05.808Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2800 | 2025-01-31T04:52:05.808Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2801 | 2025-01-31T04:52:05.811Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2802 | 2025-01-31T04:52:05.885Z | |
2803 | 2025-01-31T04:52:05.886Z | info: running `cargo check --bins` on cockroach-admin-types (100/197) |
2804 | 2025-01-31T04:52:06.456Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2805 | 2025-01-31T04:52:06.459Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2806 | 2025-01-31T04:52:06.459Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2807 | 2025-01-31T04:52:06.463Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2808 | 2025-01-31T04:52:06.535Z | |
2809 | 2025-01-31T04:52:06.535Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (101/197) |
2810 | 2025-01-31T04:52:07.175Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2811 | 2025-01-31T04:52:07.178Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2812 | 2025-01-31T04:52:07.178Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2813 | 2025-01-31T04:52:07.182Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
2814 | 2025-01-31T04:52:07.272Z | |
2815 | 2025-01-31T04:52:07.272Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (102/197) |
2816 | 2025-01-31T04:52:07.908Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2817 | 2025-01-31T04:52:07.911Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2818 | 2025-01-31T04:52:07.911Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2819 | 2025-01-31T04:52:07.914Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
2820 | 2025-01-31T04:52:08.002Z | |
2821 | 2025-01-31T04:52:08.002Z | info: running `cargo check --bins` on dns-server (103/197) |
2822 | 2025-01-31T04:52:08.547Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2823 | 2025-01-31T04:52:08.549Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2824 | 2025-01-31T04:52:08.639Z | Compiling typify-impl v0.3.0 |
2825 | 2025-01-31T04:52:08.746Z | Compiling parking_lot_core v0.8.6 |
2826 | 2025-01-31T04:52:08.766Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2827 | 2025-01-31T04:52:08.769Z | Checking fxhash v0.2.1 |
2828 | 2025-01-31T04:52:08.769Z | Checking hickory-client v0.24.2 |
2829 | 2025-01-31T04:52:08.779Z | Checking hickory-server v0.24.2 |
2830 | 2025-01-31T04:52:09.531Z | Checking parking_lot v0.11.2 |
2831 | 2025-01-31T04:52:09.558Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2832 | 2025-01-31T04:52:09.784Z | Checking sled v0.34.7 |
2833 | 2025-01-31T04:52:14.282Z | Compiling typify-macro v0.3.0 |
2834 | 2025-01-31T04:52:15.875Z | Compiling typify v0.3.0 |
2835 | 2025-01-31T04:52:15.949Z | Compiling progenitor-impl v0.9.1 |
2836 | 2025-01-31T04:52:18.411Z | Compiling progenitor-macro v0.9.1 |
2837 | 2025-01-31T04:52:22.044Z | Checking progenitor v0.9.1 |
2838 | 2025-01-31T04:52:22.176Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2839 | 2025-01-31T04:52:22.647Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2840 | 2025-01-31T04:52:23.917Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.91s |
2841 | 2025-01-31T04:52:24.090Z | |
2842 | 2025-01-31T04:52:24.090Z | info: running `cargo check --bins` on dns-server-api (104/197) |
2843 | 2025-01-31T04:52:24.631Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2844 | 2025-01-31T04:52:24.634Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2845 | 2025-01-31T04:52:24.634Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2846 | 2025-01-31T04:52:24.637Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2847 | 2025-01-31T04:52:24.706Z | |
2848 | 2025-01-31T04:52:24.706Z | info: running `cargo check --bins` on gateway-test-utils (105/197) |
2849 | 2025-01-31T04:52:25.284Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2850 | 2025-01-31T04:52:25.287Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2851 | 2025-01-31T04:52:25.287Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2852 | 2025-01-31T04:52:25.290Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2853 | 2025-01-31T04:52:25.369Z | |
2854 | 2025-01-31T04:52:25.369Z | info: running `cargo check --bins` on gateway-types (106/197) |
2855 | 2025-01-31T04:52:25.900Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2856 | 2025-01-31T04:52:25.903Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2857 | 2025-01-31T04:52:25.903Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2858 | 2025-01-31T04:52:25.905Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2859 | 2025-01-31T04:52:25.973Z | |
2860 | 2025-01-31T04:52:25.973Z | info: running `cargo check --bins` on ipcc (107/197) |
2861 | 2025-01-31T04:52:26.504Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2862 | 2025-01-31T04:52:26.508Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2863 | 2025-01-31T04:52:26.508Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2864 | 2025-01-31T04:52:26.511Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2865 | 2025-01-31T04:52:26.577Z | |
2866 | 2025-01-31T04:52:26.577Z | info: running `cargo check --bins` on omicron-gateway (108/197) |
2867 | 2025-01-31T04:52:27.151Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2868 | 2025-01-31T04:52:27.154Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2869 | 2025-01-31T04:52:27.270Z | Compiling radium v0.7.0 |
2870 | 2025-01-31T04:52:27.270Z | Compiling semver v0.1.20 |
2871 | 2025-01-31T04:52:27.390Z | Compiling maybe-uninit v2.0.0 |
2872 | 2025-01-31T04:52:27.393Z | Checking tap v1.0.1 |
2873 | 2025-01-31T04:52:27.413Z | Checking password-hash v0.5.0 |
2874 | 2025-01-31T04:52:27.417Z | Checking blake2 v0.10.6 |
2875 | 2025-01-31T04:52:27.417Z | Compiling packed_struct v0.10.1 |
2876 | 2025-01-31T04:52:27.417Z | Checking crc-catalog v2.4.0 |
2877 | 2025-01-31T04:52:27.676Z | Checking wyz v0.5.1 |
2878 | 2025-01-31T04:52:27.679Z | Compiling cancel-safe-futures v0.1.5 |
2879 | 2025-01-31T04:52:27.814Z | Compiling rustc_version v0.1.7 |
2880 | 2025-01-31T04:52:27.846Z | Checking funty v2.0.0 |
2881 | 2025-01-31T04:52:27.874Z | Compiling owo-colors v4.1.0 |
2882 | 2025-01-31T04:52:27.961Z | Checking argon2 v0.5.3 |
2883 | 2025-01-31T04:52:27.988Z | Checking crc v3.2.1 |
2884 | 2025-01-31T04:52:27.991Z | Compiling packed_struct_codegen v0.10.1 |
2885 | 2025-01-31T04:52:28.050Z | Checking half v2.4.1 |
2886 | 2025-01-31T04:52:28.180Z | Compiling indexmap v1.9.3 |
2887 | 2025-01-31T04:52:28.216Z | Checking nodrop v0.1.14 |
2888 | 2025-01-31T04:52:28.253Z | Compiling newtype_derive v0.1.6 |
2889 | 2025-01-31T04:52:28.347Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2890 | 2025-01-31T04:52:28.432Z | Checking ciborium-io v0.2.2 |
2891 | 2025-01-31T04:52:28.519Z | Checking array-init v0.0.4 |
2892 | 2025-01-31T04:52:28.569Z | Checking ciborium-ll v0.2.2 |
2893 | 2025-01-31T04:52:28.620Z | Checking bitvec v1.0.1 |
2894 | 2025-01-31T04:52:28.624Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2895 | 2025-01-31T04:52:28.697Z | Checking smallvec v0.6.14 |
2896 | 2025-01-31T04:52:28.766Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2897 | 2025-01-31T04:52:28.913Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2898 | 2025-01-31T04:52:29.058Z | Checking libsw v3.3.1 |
2899 | 2025-01-31T04:52:29.273Z | Compiling memoffset v0.9.1 |
2900 | 2025-01-31T04:52:29.337Z | Checking linear-map v1.2.0 |
2901 | 2025-01-31T04:52:29.381Z | Checking termcolor v1.4.1 |
2902 | 2025-01-31T04:52:29.474Z | Checking indent_write v2.2.0 |
2903 | 2025-01-31T04:52:29.574Z | Checking swrite v0.1.0 |
2904 | 2025-01-31T04:52:29.666Z | Checking hashbrown v0.12.3 |
2905 | 2025-01-31T04:52:29.690Z | Checking bitfield v0.14.0 |
2906 | 2025-01-31T04:52:29.765Z | Checking env_logger v0.10.2 |
2907 | 2025-01-31T04:52:29.858Z | Checking ron v0.8.1 |
2908 | 2025-01-31T04:52:29.938Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2909 | 2025-01-31T04:52:29.962Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2910 | 2025-01-31T04:52:29.980Z | Checking serde-hex v0.1.0 |
2911 | 2025-01-31T04:52:30.185Z | Checking ciborium v0.2.2 |
2912 | 2025-01-31T04:52:30.578Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2913 | 2025-01-31T04:52:31.011Z | Checking steno v0.4.1 |
2914 | 2025-01-31T04:52:31.253Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2915 | 2025-01-31T04:52:31.339Z | Checking hashbrown v0.13.2 |
2916 | 2025-01-31T04:52:31.446Z | Checking crc-any v2.5.0 |
2917 | 2025-01-31T04:52:31.516Z | Checking humantime v2.1.0 |
2918 | 2025-01-31T04:52:31.815Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2919 | 2025-01-31T04:52:31.832Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2920 | 2025-01-31T04:52:32.226Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2921 | 2025-01-31T04:52:32.288Z | Checking object v0.30.4 |
2922 | 2025-01-31T04:52:32.418Z | Checking path-slash v0.1.5 |
2923 | 2025-01-31T04:52:32.593Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2924 | 2025-01-31T04:52:32.631Z | Checking nix v0.27.1 |
2925 | 2025-01-31T04:52:32.841Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2926 | 2025-01-31T04:52:33.176Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2927 | 2025-01-31T04:52:33.428Z | Checking tungstenite v0.23.0 |
2928 | 2025-01-31T04:52:33.554Z | Checking kstat-rs v0.2.4 |
2929 | 2025-01-31T04:52:33.786Z | Checking signal-hook-tokio v0.3.1 |
2930 | 2025-01-31T04:52:33.903Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2931 | 2025-01-31T04:52:34.211Z | Checking tokio-tungstenite v0.23.1 |
2932 | 2025-01-31T04:52:34.494Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2933 | 2025-01-31T04:52:34.836Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2934 | 2025-01-31T04:52:34.945Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2935 | 2025-01-31T04:52:41.568Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2936 | 2025-01-31T04:52:42.921Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2937 | 2025-01-31T04:52:44.992Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2938 | 2025-01-31T04:52:50.244Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2939 | 2025-01-31T04:52:50.897Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2940 | 2025-01-31T04:52:53.627Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.04s |
2941 | 2025-01-31T04:52:53.808Z | |
2942 | 2025-01-31T04:52:53.808Z | info: running `cargo check --bins` on gateway-api (109/197) |
2943 | 2025-01-31T04:52:54.349Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2944 | 2025-01-31T04:52:54.351Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2945 | 2025-01-31T04:52:54.351Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2946 | 2025-01-31T04:52:54.354Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2947 | 2025-01-31T04:52:54.429Z | |
2948 | 2025-01-31T04:52:54.429Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (110/197) |
2949 | 2025-01-31T04:52:54.955Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2950 | 2025-01-31T04:52:54.958Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2951 | 2025-01-31T04:52:54.958Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2952 | 2025-01-31T04:52:54.961Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2953 | 2025-01-31T04:52:55.034Z | |
2954 | 2025-01-31T04:52:55.034Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (111/197) |
2955 | 2025-01-31T04:52:55.580Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2956 | 2025-01-31T04:52:55.582Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2957 | 2025-01-31T04:52:55.582Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2958 | 2025-01-31T04:52:55.586Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2959 | 2025-01-31T04:52:55.657Z | |
2960 | 2025-01-31T04:52:55.657Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (112/197) |
2961 | 2025-01-31T04:52:56.211Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2962 | 2025-01-31T04:52:56.226Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2963 | 2025-01-31T04:52:56.226Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2964 | 2025-01-31T04:52:56.227Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2965 | 2025-01-31T04:52:56.275Z | |
2966 | 2025-01-31T04:52:56.275Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (113/197) |
2967 | 2025-01-31T04:52:56.810Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2968 | 2025-01-31T04:52:56.830Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2969 | 2025-01-31T04:52:56.830Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2970 | 2025-01-31T04:52:56.830Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2971 | 2025-01-31T04:52:56.903Z | |
2972 | 2025-01-31T04:52:56.903Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (114/197) |
2973 | 2025-01-31T04:52:57.430Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2974 | 2025-01-31T04:52:57.433Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2975 | 2025-01-31T04:52:57.433Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2976 | 2025-01-31T04:52:57.435Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2977 | 2025-01-31T04:52:57.511Z | |
2978 | 2025-01-31T04:52:57.511Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (115/197) |
2979 | 2025-01-31T04:52:58.055Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2980 | 2025-01-31T04:52:58.058Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2981 | 2025-01-31T04:52:58.058Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2982 | 2025-01-31T04:52:58.061Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2983 | 2025-01-31T04:52:58.135Z | |
2984 | 2025-01-31T04:52:58.135Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (116/197) |
2985 | 2025-01-31T04:52:58.682Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2986 | 2025-01-31T04:52:58.687Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2987 | 2025-01-31T04:52:58.687Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2988 | 2025-01-31T04:52:58.690Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2989 | 2025-01-31T04:52:58.764Z | |
2990 | 2025-01-31T04:52:58.764Z | info: running `cargo check --bins` on oximeter-producer (117/197) |
2991 | 2025-01-31T04:52:59.340Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2992 | 2025-01-31T04:52:59.343Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2993 | 2025-01-31T04:52:59.343Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2994 | 2025-01-31T04:52:59.347Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2995 | 2025-01-31T04:52:59.424Z | |
2996 | 2025-01-31T04:52:59.424Z | info: running `cargo check --bins` on internal-dns-resolver (118/197) |
2997 | 2025-01-31T04:52:59.970Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2998 | 2025-01-31T04:52:59.972Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2999 | 2025-01-31T04:52:59.973Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3000 | 2025-01-31T04:52:59.976Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3001 | 2025-01-31T04:53:00.053Z | |
3002 | 2025-01-31T04:53:00.053Z | info: running `cargo check --bins` on sp-sim (119/197) |
3003 | 2025-01-31T04:53:00.613Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3004 | 2025-01-31T04:53:00.636Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3005 | 2025-01-31T04:53:00.697Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
3006 | 2025-01-31T04:53:01.148Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
3007 | 2025-01-31T04:53:02.849Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3008 | 2025-01-31T04:53:04.584Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.52s |
3009 | 2025-01-31T04:53:04.758Z | |
3010 | 2025-01-31T04:53:04.758Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (120/197) |
3011 | 2025-01-31T04:53:05.383Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3012 | 2025-01-31T04:53:05.386Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3013 | 2025-01-31T04:53:05.386Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3014 | 2025-01-31T04:53:05.389Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
3015 | 2025-01-31T04:53:05.469Z | |
3016 | 2025-01-31T04:53:05.469Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (121/197) |
3017 | 2025-01-31T04:53:06.058Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3018 | 2025-01-31T04:53:06.061Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3019 | 2025-01-31T04:53:06.061Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3020 | 2025-01-31T04:53:06.065Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3021 | 2025-01-31T04:53:06.162Z | |
3022 | 2025-01-31T04:53:06.162Z | info: running `cargo check --bins` on db-macros (122/197) |
3023 | 2025-01-31T04:53:06.696Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3024 | 2025-01-31T04:53:06.699Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3025 | 2025-01-31T04:53:06.699Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3026 | 2025-01-31T04:53:06.702Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3027 | 2025-01-31T04:53:06.775Z | |
3028 | 2025-01-31T04:53:06.775Z | info: running `cargo check --bins` on nexus-macros-common (123/197) |
3029 | 2025-01-31T04:53:07.314Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3030 | 2025-01-31T04:53:07.317Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3031 | 2025-01-31T04:53:07.317Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3032 | 2025-01-31T04:53:07.320Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3033 | 2025-01-31T04:53:07.388Z | |
3034 | 2025-01-31T04:53:07.388Z | info: running `cargo check --bins` on nexus-auth (124/197) |
3035 | 2025-01-31T04:53:07.962Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3036 | 2025-01-31T04:53:07.962Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3037 | 2025-01-31T04:53:07.962Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3038 | 2025-01-31T04:53:07.966Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3039 | 2025-01-31T04:53:08.047Z | |
3040 | 2025-01-31T04:53:08.047Z | info: running `cargo check --bins` on authz-macros (125/197) |
3041 | 2025-01-31T04:53:08.580Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3042 | 2025-01-31T04:53:08.583Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3043 | 2025-01-31T04:53:08.583Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3044 | 2025-01-31T04:53:08.585Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3045 | 2025-01-31T04:53:08.654Z | |
3046 | 2025-01-31T04:53:08.654Z | info: running `cargo check --bins` on nexus-db-fixed-data (126/197) |
3047 | 2025-01-31T04:53:09.238Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3048 | 2025-01-31T04:53:09.241Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3049 | 2025-01-31T04:53:09.241Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3050 | 2025-01-31T04:53:09.244Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3051 | 2025-01-31T04:53:09.324Z | |
3052 | 2025-01-31T04:53:09.324Z | info: running `cargo check --bins` on nexus-db-model (127/197) |
3053 | 2025-01-31T04:53:09.890Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3054 | 2025-01-31T04:53:09.893Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3055 | 2025-01-31T04:53:09.893Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3056 | 2025-01-31T04:53:09.895Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3057 | 2025-01-31T04:53:09.976Z | |
3058 | 2025-01-31T04:53:09.976Z | info: running `cargo check --bins` on nexus-defaults (128/197) |
3059 | 2025-01-31T04:53:10.521Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3060 | 2025-01-31T04:53:10.531Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3061 | 2025-01-31T04:53:10.531Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3062 | 2025-01-31T04:53:10.531Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3063 | 2025-01-31T04:53:10.591Z | |
3064 | 2025-01-31T04:53:10.591Z | info: running `cargo check --bins` on nexus-inventory (129/197) |
3065 | 2025-01-31T04:53:11.166Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3066 | 2025-01-31T04:53:11.169Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3067 | 2025-01-31T04:53:11.169Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3068 | 2025-01-31T04:53:11.173Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3069 | 2025-01-31T04:53:11.255Z | |
3070 | 2025-01-31T04:53:11.255Z | info: running `cargo check --bins` on typed-rng (130/197) |
3071 | 2025-01-31T04:53:11.775Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3072 | 2025-01-31T04:53:11.778Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3073 | 2025-01-31T04:53:11.778Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3074 | 2025-01-31T04:53:11.782Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
3075 | 2025-01-31T04:53:11.852Z | |
3076 | 2025-01-31T04:53:11.852Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (131/197) |
3077 | 2025-01-31T04:53:12.452Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3078 | 2025-01-31T04:53:12.455Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3079 | 2025-01-31T04:53:12.591Z | Checking keccak v0.1.5 |
3080 | 2025-01-31T04:53:12.703Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
3081 | 2025-01-31T04:53:12.706Z | Checking secrecy v0.8.0 |
3082 | 2025-01-31T04:53:12.706Z | Compiling unicase v2.7.0 |
3083 | 2025-01-31T04:53:12.706Z | Compiling same-file v1.0.6 |
3084 | 2025-01-31T04:53:12.734Z | Compiling tempfile v3.13.0 |
3085 | 2025-01-31T04:53:12.758Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f) |
3086 | 2025-01-31T04:53:12.760Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
3087 | 2025-01-31T04:53:12.874Z | Compiling walkdir v2.5.0 |
3088 | 2025-01-31T04:53:12.972Z | Compiling thiserror-impl-no-std v2.0.2 |
3089 | 2025-01-31T04:53:12.998Z | Checking sha3 v0.10.8 |
3090 | 2025-01-31T04:53:13.037Z | Checking universal-hash v0.5.1 |
3091 | 2025-01-31T04:53:13.100Z | Compiling blake3 v1.5.4 |
3092 | 2025-01-31T04:53:13.220Z | Checking opaque-debug v0.3.1 |
3093 | 2025-01-31T04:53:13.238Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3094 | 2025-01-31T04:53:13.319Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
3095 | 2025-01-31T04:53:13.337Z | Checking poly1305 v0.8.0 |
3096 | 2025-01-31T04:53:13.384Z | Checking chacha20 v0.9.1 |
3097 | 2025-01-31T04:53:13.518Z | Checking aead v0.5.2 |
3098 | 2025-01-31T04:53:13.536Z | Compiling memmap2 v0.9.5 |
3099 | 2025-01-31T04:53:13.551Z | Compiling libefi-sys v0.1.0 |
3100 | 2025-01-31T04:53:13.743Z | Compiling constant_time_eq v0.3.1 |
3101 | 2025-01-31T04:53:13.760Z | Compiling salty v0.3.0 |
3102 | 2025-01-31T04:53:13.818Z | Compiling arrayref v0.3.9 |
3103 | 2025-01-31T04:53:13.843Z | Compiling arrayvec v0.7.6 |
3104 | 2025-01-31T04:53:13.932Z | Checking chacha20poly1305 v0.10.1 |
3105 | 2025-01-31T04:53:13.992Z | Compiling toolchain_find v0.4.0 |
3106 | 2025-01-31T04:53:14.119Z | Compiling camino-tempfile v1.1.1 |
3107 | 2025-01-31T04:53:14.180Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
3108 | 2025-01-31T04:53:14.232Z | Compiling bitfield-struct v0.6.2 |
3109 | 2025-01-31T04:53:14.303Z | Compiling topological-sort v0.2.2 |
3110 | 2025-01-31T04:53:14.530Z | Compiling mime_guess v2.0.5 |
3111 | 2025-01-31T04:53:14.556Z | Compiling rustfmt-wrapper v0.2.1 |
3112 | 2025-01-31T04:53:15.074Z | Compiling omicron-zone-package v0.12.0 |
3113 | 2025-01-31T04:53:15.126Z | Compiling progenitor v0.9.1 |
3114 | 2025-01-31T04:53:15.156Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
3115 | 2025-01-31T04:53:15.353Z | Checking primeorder v0.13.6 |
3116 | 2025-01-31T04:53:15.453Z | Checking env_filter v0.1.2 |
3117 | 2025-01-31T04:53:15.499Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3118 | 2025-01-31T04:53:15.618Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3119 | 2025-01-31T04:53:15.711Z | Checking env_logger v0.11.5 |
3120 | 2025-01-31T04:53:15.722Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3121 | 2025-01-31T04:53:15.803Z | Checking thiserror-no-std v2.0.2 |
3122 | 2025-01-31T04:53:15.805Z | Checking p384 v0.13.0 |
3123 | 2025-01-31T04:53:15.843Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
3124 | 2025-01-31T04:53:15.862Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
3125 | 2025-01-31T04:53:15.926Z | Checking vsss-rs v3.3.4 |
3126 | 2025-01-31T04:53:16.122Z | Checking bumpalo v3.16.0 |
3127 | 2025-01-31T04:53:16.139Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3128 | 2025-01-31T04:53:16.308Z | Checking lockfree-object-pool v0.1.6 |
3129 | 2025-01-31T04:53:16.345Z | Checking simd-adler32 v0.3.7 |
3130 | 2025-01-31T04:53:16.441Z | Checking http-range v0.1.5 |
3131 | 2025-01-31T04:53:16.546Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
3132 | 2025-01-31T04:53:16.584Z | Compiling zip v2.1.3 |
3133 | 2025-01-31T04:53:16.637Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3134 | 2025-01-31T04:53:16.684Z | Checking zopfli v0.8.1 |
3135 | 2025-01-31T04:53:16.935Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3136 | 2025-01-31T04:53:16.979Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3137 | 2025-01-31T04:53:17.333Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
3138 | 2025-01-31T04:53:17.414Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
3139 | 2025-01-31T04:53:17.559Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
3140 | 2025-01-31T04:53:17.702Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
3141 | 2025-01-31T04:53:17.827Z | Checking nanorand v0.7.0 |
3142 | 2025-01-31T04:53:17.994Z | Checking atty v0.2.14 |
3143 | 2025-01-31T04:53:18.093Z | Checking glob v0.3.2 |
3144 | 2025-01-31T04:53:18.139Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
3145 | 2025-01-31T04:53:18.215Z | Checking flume v0.11.1 |
3146 | 2025-01-31T04:53:18.234Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3147 | 2025-01-31T04:53:18.405Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3148 | 2025-01-31T04:53:18.677Z | Checking hyper-staticfile v0.10.1 |
3149 | 2025-01-31T04:53:18.695Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3150 | 2025-01-31T04:53:19.484Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
3151 | 2025-01-31T04:53:19.503Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3152 | 2025-01-31T04:53:19.889Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3153 | 2025-01-31T04:53:20.076Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3154 | 2025-01-31T04:53:20.316Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
3155 | 2025-01-31T04:53:20.344Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f) |
3156 | 2025-01-31T04:53:20.844Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3157 | 2025-01-31T04:53:20.946Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3158 | 2025-01-31T04:53:21.070Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
3159 | 2025-01-31T04:53:21.477Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
3160 | 2025-01-31T04:53:24.312Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3161 | 2025-01-31T04:53:24.312Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3162 | 2025-01-31T04:53:32.476Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3163 | 2025-01-31T04:53:45.246Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.38s |
3164 | 2025-01-31T04:53:45.449Z | |
3165 | 2025-01-31T04:53:45.449Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (132/197) |
3166 | 2025-01-31T04:53:46.043Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3167 | 2025-01-31T04:53:46.046Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3168 | 2025-01-31T04:53:46.176Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3169 | 2025-01-31T04:53:59.460Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.00s |
3170 | 2025-01-31T04:53:59.648Z | |
3171 | 2025-01-31T04:53:59.648Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (133/197) |
3172 | 2025-01-31T04:54:00.250Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3173 | 2025-01-31T04:54:00.253Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3174 | 2025-01-31T04:54:00.386Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3175 | 2025-01-31T04:54:13.625Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.97s |
3176 | 2025-01-31T04:54:13.816Z | |
3177 | 2025-01-31T04:54:13.816Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (134/197) |
3178 | 2025-01-31T04:54:14.407Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3179 | 2025-01-31T04:54:14.410Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3180 | 2025-01-31T04:54:14.543Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3181 | 2025-01-31T04:54:27.586Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.76s |
3182 | 2025-01-31T04:54:27.776Z | |
3183 | 2025-01-31T04:54:27.776Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (135/197) |
3184 | 2025-01-31T04:54:28.364Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3185 | 2025-01-31T04:54:28.367Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3186 | 2025-01-31T04:54:28.496Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3187 | 2025-01-31T04:54:41.613Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.83s |
3188 | 2025-01-31T04:54:41.803Z | |
3189 | 2025-01-31T04:54:41.803Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (136/197) |
3190 | 2025-01-31T04:54:42.410Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3191 | 2025-01-31T04:54:42.412Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3192 | 2025-01-31T04:54:42.543Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3193 | 2025-01-31T04:54:55.783Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.97s |
3194 | 2025-01-31T04:54:55.970Z | |
3195 | 2025-01-31T04:54:55.970Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (137/197) |
3196 | 2025-01-31T04:54:56.568Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3197 | 2025-01-31T04:54:56.579Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3198 | 2025-01-31T04:54:56.700Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3199 | 2025-01-31T04:55:10.192Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.21s |
3200 | 2025-01-31T04:55:10.381Z | |
3201 | 2025-01-31T04:55:10.381Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (138/197) |
3202 | 2025-01-31T04:55:10.990Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3203 | 2025-01-31T04:55:10.993Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3204 | 2025-01-31T04:55:11.136Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3205 | 2025-01-31T04:55:24.292Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.90s |
3206 | 2025-01-31T04:55:24.482Z | |
3207 | 2025-01-31T04:55:24.482Z | info: running `cargo check --bins` on bootstrap-agent-api (139/197) |
3208 | 2025-01-31T04:55:25.046Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3209 | 2025-01-31T04:55:25.049Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3210 | 2025-01-31T04:55:25.049Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3211 | 2025-01-31T04:55:25.052Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3212 | 2025-01-31T04:55:25.129Z | |
3213 | 2025-01-31T04:55:25.129Z | info: running `cargo check --bins` on key-manager (140/197) |
3214 | 2025-01-31T04:55:25.674Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3215 | 2025-01-31T04:55:25.676Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3216 | 2025-01-31T04:55:25.676Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3217 | 2025-01-31T04:55:25.679Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3218 | 2025-01-31T04:55:25.751Z | |
3219 | 2025-01-31T04:55:25.751Z | info: running `cargo check --bins` on range-requests (141/197) |
3220 | 2025-01-31T04:55:26.281Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3221 | 2025-01-31T04:55:26.283Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3222 | 2025-01-31T04:55:26.283Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3223 | 2025-01-31T04:55:26.286Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
3224 | 2025-01-31T04:55:26.354Z | |
3225 | 2025-01-31T04:55:26.354Z | info: running `cargo check --bins` on repo-depot-api (142/197) |
3226 | 2025-01-31T04:55:26.894Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3227 | 2025-01-31T04:55:26.896Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3228 | 2025-01-31T04:55:26.896Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3229 | 2025-01-31T04:55:26.899Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3230 | 2025-01-31T04:55:26.970Z | |
3231 | 2025-01-31T04:55:26.970Z | info: running `cargo check --bins` on sled-agent-api (143/197) |
3232 | 2025-01-31T04:55:27.533Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3233 | 2025-01-31T04:55:27.536Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3234 | 2025-01-31T04:55:27.536Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3235 | 2025-01-31T04:55:27.539Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3236 | 2025-01-31T04:55:27.614Z | |
3237 | 2025-01-31T04:55:27.614Z | info: running `cargo check --bins` on sled-diagnostics (144/197) |
3238 | 2025-01-31T04:55:28.136Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3239 | 2025-01-31T04:55:28.139Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3240 | 2025-01-31T04:55:28.139Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3241 | 2025-01-31T04:55:28.142Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
3242 | 2025-01-31T04:55:28.213Z | |
3243 | 2025-01-31T04:55:28.213Z | info: running `cargo check --bins` on sled-hardware (145/197) |
3244 | 2025-01-31T04:55:28.763Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3245 | 2025-01-31T04:55:28.765Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3246 | 2025-01-31T04:55:28.765Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3247 | 2025-01-31T04:55:28.768Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3248 | 2025-01-31T04:55:28.841Z | |
3249 | 2025-01-31T04:55:28.842Z | info: running `cargo check --bins --no-default-features` on sled-storage (146/197) |
3250 | 2025-01-31T04:55:29.403Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3251 | 2025-01-31T04:55:29.405Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3252 | 2025-01-31T04:55:29.405Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3253 | 2025-01-31T04:55:29.408Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3254 | 2025-01-31T04:55:29.483Z | |
3255 | 2025-01-31T04:55:29.483Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (147/197) |
3256 | 2025-01-31T04:55:30.031Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3257 | 2025-01-31T04:55:30.034Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3258 | 2025-01-31T04:55:30.034Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3259 | 2025-01-31T04:55:30.037Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3260 | 2025-01-31T04:55:30.110Z | |
3261 | 2025-01-31T04:55:30.110Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (148/197) |
3262 | 2025-01-31T04:55:30.673Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3263 | 2025-01-31T04:55:30.675Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3264 | 2025-01-31T04:55:30.675Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3265 | 2025-01-31T04:55:30.678Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3266 | 2025-01-31T04:55:30.756Z | |
3267 | 2025-01-31T04:55:30.756Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (149/197) |
3268 | 2025-01-31T04:55:31.319Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3269 | 2025-01-31T04:55:31.321Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3270 | 2025-01-31T04:55:31.321Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3271 | 2025-01-31T04:55:31.324Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3272 | 2025-01-31T04:55:31.400Z | |
3273 | 2025-01-31T04:55:31.400Z | info: running `cargo check --bins` on nexus-test-interface (150/197) |
3274 | 2025-01-31T04:55:31.962Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3275 | 2025-01-31T04:55:31.965Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3276 | 2025-01-31T04:55:31.965Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3277 | 2025-01-31T04:55:31.969Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3278 | 2025-01-31T04:55:32.044Z | |
3279 | 2025-01-31T04:55:32.044Z | info: running `cargo check --bins` on oximeter-collector (151/197) |
3280 | 2025-01-31T04:55:32.608Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3281 | 2025-01-31T04:55:32.610Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3282 | 2025-01-31T04:55:32.727Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3283 | 2025-01-31T04:55:32.727Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3284 | 2025-01-31T04:55:33.578Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3285 | 2025-01-31T04:55:35.541Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.49s |
3286 | 2025-01-31T04:55:35.736Z | |
3287 | 2025-01-31T04:55:35.736Z | info: running `cargo check --bins` on oximeter-api (152/197) |
3288 | 2025-01-31T04:55:36.392Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3289 | 2025-01-31T04:55:36.402Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3290 | 2025-01-31T04:55:36.402Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3291 | 2025-01-31T04:55:36.402Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3292 | 2025-01-31T04:55:36.402Z | |
3293 | 2025-01-31T04:55:36.402Z | info: running `cargo check --bins` on cert-dev (153/197) |
3294 | 2025-01-31T04:55:36.875Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3295 | 2025-01-31T04:55:36.878Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3296 | 2025-01-31T04:55:36.953Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
3297 | 2025-01-31T04:55:37.233Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s |
3298 | 2025-01-31T04:55:37.397Z | |
3299 | 2025-01-31T04:55:37.397Z | info: running `cargo check --bins` on clickana (154/197) |
3300 | 2025-01-31T04:55:37.944Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3301 | 2025-01-31T04:55:37.948Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3302 | 2025-01-31T04:55:38.034Z | Checking castaway v0.2.3 |
3303 | 2025-01-31T04:55:38.037Z | Checking lru v0.12.5 |
3304 | 2025-01-31T04:55:38.037Z | Compiling instability v0.3.2 |
3305 | 2025-01-31T04:55:38.037Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
3306 | 2025-01-31T04:55:38.037Z | Checking unicode-truncate v1.1.0 |
3307 | 2025-01-31T04:55:38.037Z | Checking cassowary v0.3.0 |
3308 | 2025-01-31T04:55:38.268Z | Checking compact_str v0.8.0 |
3309 | 2025-01-31T04:55:38.825Z | Checking ratatui v0.28.1 |
3310 | 2025-01-31T04:55:39.737Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3311 | 2025-01-31T04:55:40.701Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
3312 | 2025-01-31T04:55:41.525Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.12s |
3313 | 2025-01-31T04:55:41.699Z | |
3314 | 2025-01-31T04:55:41.699Z | info: running `cargo check --bins` on clickhouse-cluster-dev (155/197) |
3315 | 2025-01-31T04:55:42.259Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3316 | 2025-01-31T04:55:42.261Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3317 | 2025-01-31T04:55:42.374Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3318 | 2025-01-31T04:55:42.374Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
3319 | 2025-01-31T04:55:43.374Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
3320 | 2025-01-31T04:55:43.826Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
3321 | 2025-01-31T04:55:44.166Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.46s |
3322 | 2025-01-31T04:55:44.345Z | |
3323 | 2025-01-31T04:55:44.345Z | info: running `cargo check --bins` on ch-dev (156/197) |
3324 | 2025-01-31T04:55:44.901Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3325 | 2025-01-31T04:55:44.903Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3326 | 2025-01-31T04:55:44.997Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3327 | 2025-01-31T04:55:45.711Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s |
3328 | 2025-01-31T04:55:45.885Z | |
3329 | 2025-01-31T04:55:45.885Z | info: running `cargo check --bins` on crdb-seed (157/197) |
3330 | 2025-01-31T04:55:46.435Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3331 | 2025-01-31T04:55:46.437Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3332 | 2025-01-31T04:55:46.527Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3333 | 2025-01-31T04:55:46.878Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s |
3334 | 2025-01-31T04:55:47.056Z | |
3335 | 2025-01-31T04:55:47.056Z | info: running `cargo check --bins` on db-dev (158/197) |
3336 | 2025-01-31T04:55:47.615Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3337 | 2025-01-31T04:55:47.618Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3338 | 2025-01-31T04:55:47.709Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3339 | 2025-01-31T04:55:48.430Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s |
3340 | 2025-01-31T04:55:48.603Z | |
3341 | 2025-01-31T04:55:48.603Z | info: running `cargo check --bins` on omicron-dev-lib (159/197) |
3342 | 2025-01-31T04:55:49.155Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3343 | 2025-01-31T04:55:49.159Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3344 | 2025-01-31T04:55:49.159Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3345 | 2025-01-31T04:55:49.162Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3346 | 2025-01-31T04:55:49.240Z | |
3347 | 2025-01-31T04:55:49.240Z | info: running `cargo check --bins` on xtask-downloader (160/197) |
3348 | 2025-01-31T04:55:49.769Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3349 | 2025-01-31T04:55:49.772Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3350 | 2025-01-31T04:55:49.856Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3351 | 2025-01-31T04:55:50.705Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s |
3352 | 2025-01-31T04:55:50.878Z | |
3353 | 2025-01-31T04:55:50.878Z | info: running `cargo check --bins` on omicron-ls-apis (161/197) |
3354 | 2025-01-31T04:55:51.409Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3355 | 2025-01-31T04:55:51.412Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3356 | 2025-01-31T04:55:51.487Z | Checking cargo-platform v0.1.8 |
3357 | 2025-01-31T04:55:51.761Z | Checking cargo_metadata v0.18.1 |
3358 | 2025-01-31T04:55:52.679Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
3359 | 2025-01-31T04:55:53.512Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.62s |
3360 | 2025-01-31T04:55:53.674Z | |
3361 | 2025-01-31T04:55:53.674Z | info: running `cargo check --bins` on mgs-dev (162/197) |
3362 | 2025-01-31T04:55:54.259Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3363 | 2025-01-31T04:55:54.263Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3364 | 2025-01-31T04:55:54.378Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3365 | 2025-01-31T04:55:55.802Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3366 | 2025-01-31T04:55:56.383Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3367 | 2025-01-31T04:55:56.907Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.22s |
3368 | 2025-01-31T04:55:57.092Z | |
3369 | 2025-01-31T04:55:57.092Z | info: running `cargo check --bins` on omicron-omdb (163/197) |
3370 | 2025-01-31T04:55:57.707Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3371 | 2025-01-31T04:55:57.710Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3372 | 2025-01-31T04:55:57.869Z | Compiling crunchy v0.2.2 |
3373 | 2025-01-31T04:55:57.869Z | Compiling tiny-keccak v2.0.2 |
3374 | 2025-01-31T04:55:57.871Z | Compiling dsl_auto_type v0.1.2 |
3375 | 2025-01-31T04:55:57.872Z | Checking scheduled-thread-pool v0.2.7 |
3376 | 2025-01-31T04:55:57.872Z | Compiling diesel_table_macro_syntax v0.2.0 |
3377 | 2025-01-31T04:55:58.023Z | Compiling ascii-canvas v3.0.0 |
3378 | 2025-01-31T04:55:58.037Z | Compiling ena v0.14.3 |
3379 | 2025-01-31T04:55:58.039Z | Compiling diff v0.1.13 |
3380 | 2025-01-31T04:55:58.244Z | Checking r2d2 v0.8.10 |
3381 | 2025-01-31T04:55:58.329Z | Compiling regex-syntax v0.6.29 |
3382 | 2025-01-31T04:55:58.399Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3383 | 2025-01-31T04:55:58.417Z | Compiling ref-cast v1.0.23 |
3384 | 2025-01-31T04:55:58.514Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3385 | 2025-01-31T04:55:58.567Z | Compiling derive_builder_core v0.20.2 |
3386 | 2025-01-31T04:55:58.613Z | Compiling libxml v0.3.3 |
3387 | 2025-01-31T04:55:58.635Z | Compiling ref-cast-impl v1.0.23 |
3388 | 2025-01-31T04:55:58.800Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3389 | 2025-01-31T04:55:59.007Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3390 | 2025-01-31T04:55:59.028Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
3391 | 2025-01-31T04:55:59.251Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3392 | 2025-01-31T04:55:59.274Z | Compiling strum_macros v0.24.3 |
3393 | 2025-01-31T04:55:59.316Z | Compiling samael v0.0.17 |
3394 | 2025-01-31T04:55:59.398Z | Compiling diesel_derives v2.2.3 |
3395 | 2025-01-31T04:55:59.629Z | Compiling indoc v1.0.9 |
3396 | 2025-01-31T04:56:00.510Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
3397 | 2025-01-31T04:56:00.828Z | Compiling impl-trait-for-tuples v0.2.2 |
3398 | 2025-01-31T04:56:00.848Z | Compiling derive_builder_macro v0.20.2 |
3399 | 2025-01-31T04:56:01.402Z | Compiling oso-derive v0.27.3 |
3400 | 2025-01-31T04:56:01.775Z | Compiling lalrpop v0.19.12 |
3401 | 2025-01-31T04:56:02.226Z | Checking derive_builder v0.20.2 |
3402 | 2025-01-31T04:56:02.444Z | Checking quick-xml v0.33.0 |
3403 | 2025-01-31T04:56:02.460Z | Compiling diesel-dtrace v0.4.2 |
3404 | 2025-01-31T04:56:02.530Z | Checking maplit v1.0.2 |
3405 | 2025-01-31T04:56:02.714Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3406 | 2025-01-31T04:56:02.860Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3407 | 2025-01-31T04:56:03.176Z | Checking bb8 v0.8.5 |
3408 | 2025-01-31T04:56:03.226Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3409 | 2025-01-31T04:56:03.530Z | Checking rand_seeder v0.3.0 |
3410 | 2025-01-31T04:56:03.711Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3411 | 2025-01-31T04:56:03.730Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3412 | 2025-01-31T04:56:03.778Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3413 | 2025-01-31T04:56:03.977Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3414 | 2025-01-31T04:56:04.292Z | Checking unicode-linebreak v0.1.5 |
3415 | 2025-01-31T04:56:04.361Z | Checking smawk v0.3.2 |
3416 | 2025-01-31T04:56:04.599Z | Checking is_ci v1.2.0 |
3417 | 2025-01-31T04:56:04.738Z | Checking textwrap v0.16.1 |
3418 | 2025-01-31T04:56:04.753Z | Checking supports-color v3.0.1 |
3419 | 2025-01-31T04:56:04.990Z | Checking multimap v0.10.0 |
3420 | 2025-01-31T04:56:05.520Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3421 | 2025-01-31T04:56:07.650Z | Checking diesel v2.2.6 |
3422 | 2025-01-31T04:56:32.209Z | Compiling polar-core v0.27.3 |
3423 | 2025-01-31T04:56:33.051Z | Checking async-bb8-diesel v0.2.1 |
3424 | 2025-01-31T04:56:39.387Z | Checking oso v0.27.3 |
3425 | 2025-01-31T04:57:40.733Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3426 | 2025-01-31T04:57:47.048Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 49s |
3427 | 2025-01-31T04:57:47.250Z | |
3428 | 2025-01-31T04:57:47.250Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (164/197) |
3429 | 2025-01-31T04:57:47.825Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3430 | 2025-01-31T04:57:47.828Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3431 | 2025-01-31T04:57:47.828Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3432 | 2025-01-31T04:57:47.831Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3433 | 2025-01-31T04:57:47.910Z | |
3434 | 2025-01-31T04:57:47.910Z | info: running `cargo check --bins` on nexus-saga-recovery (165/197) |
3435 | 2025-01-31T04:57:48.497Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3436 | 2025-01-31T04:57:48.500Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3437 | 2025-01-31T04:57:48.500Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3438 | 2025-01-31T04:57:48.503Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3439 | 2025-01-31T04:57:48.578Z | |
3440 | 2025-01-31T04:57:48.578Z | info: running `cargo check --bins` on nexus-test-utils-macros (166/197) |
3441 | 2025-01-31T04:57:49.112Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3442 | 2025-01-31T04:57:49.115Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3443 | 2025-01-31T04:57:49.115Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3444 | 2025-01-31T04:57:49.117Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3445 | 2025-01-31T04:57:49.186Z | |
3446 | 2025-01-31T04:57:49.186Z | info: running `cargo check --bins` on omicron-nexus (167/197) |
3447 | 2025-01-31T04:57:49.817Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3448 | 2025-01-31T04:57:49.819Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3449 | 2025-01-31T04:57:50.008Z | Compiling libz-sys v1.1.20 |
3450 | 2025-01-31T04:57:50.011Z | Compiling libgit2-sys v0.17.0+1.8.1 |
3451 | 2025-01-31T04:57:50.139Z | Compiling vergen v8.3.2 |
3452 | 2025-01-31T04:57:50.142Z | Compiling cargo-platform v0.1.8 |
3453 | 2025-01-31T04:57:50.142Z | Compiling pin-project-internal v1.1.6 |
3454 | 2025-01-31T04:57:50.175Z | Compiling libsqlite3-sys v0.30.1 |
3455 | 2025-01-31T04:57:50.178Z | Compiling snafu-derive v0.8.5 |
3456 | 2025-01-31T04:57:50.178Z | Compiling buf-list v1.0.3 |
3457 | 2025-01-31T04:57:50.456Z | Compiling cargo_metadata v0.18.1 |
3458 | 2025-01-31T04:57:50.623Z | Compiling rustls v0.21.12 |
3459 | 2025-01-31T04:57:50.731Z | Compiling cfg_aliases v0.2.1 |
3460 | 2025-01-31T04:57:50.878Z | Compiling nix v0.29.0 |
3461 | 2025-01-31T04:57:50.927Z | Checking globset v0.4.15 |
3462 | 2025-01-31T04:57:50.954Z | Checking olpc-cjson v0.1.4 |
3463 | 2025-01-31T04:57:51.021Z | Checking rustls-webpki v0.101.7 |
3464 | 2025-01-31T04:57:51.180Z | Checking sct v0.7.1 |
3465 | 2025-01-31T04:57:51.404Z | Checking serde_plain v1.0.2 |
3466 | 2025-01-31T04:57:51.407Z | Checking typed-path v0.9.3 |
3467 | 2025-01-31T04:57:52.067Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3468 | 2025-01-31T04:57:52.085Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3469 | 2025-01-31T04:57:52.355Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
3470 | 2025-01-31T04:57:52.374Z | Checking hashlink v0.9.1 |
3471 | 2025-01-31T04:57:52.645Z | Checking fallible-iterator v0.3.0 |
3472 | 2025-01-31T04:57:52.918Z | Checking pin-project v1.1.6 |
3473 | 2025-01-31T04:57:52.944Z | Checking parse-size v1.1.0 |
3474 | 2025-01-31T04:57:53.066Z | Checking fallible-streaming-iterator v0.1.9 |
3475 | 2025-01-31T04:57:53.226Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3476 | 2025-01-31T04:57:53.264Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
3477 | 2025-01-31T04:57:53.293Z | Checking rusqlite v0.32.1 |
3478 | 2025-01-31T04:57:53.571Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
3479 | 2025-01-31T04:57:53.657Z | Checking rustls-pemfile v1.0.4 |
3480 | 2025-01-31T04:57:53.872Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3481 | 2025-01-31T04:57:54.081Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3482 | 2025-01-31T04:57:54.183Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3483 | 2025-01-31T04:57:54.206Z | Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
3484 | 2025-01-31T04:57:54.262Z | Checking twox-hash v2.1.0 |
3485 | 2025-01-31T04:57:54.307Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3486 | 2025-01-31T04:57:54.526Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
3487 | 2025-01-31T04:57:54.562Z | Checking tokio-rustls v0.24.1 |
3488 | 2025-01-31T04:57:54.854Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3489 | 2025-01-31T04:57:54.944Z | Checking snafu v0.8.5 |
3490 | 2025-01-31T04:57:55.382Z | Checking tough v0.19.0 |
3491 | 2025-01-31T04:57:55.561Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3492 | 2025-01-31T04:57:55.597Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3493 | 2025-01-31T04:57:56.083Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f) |
3494 | 2025-01-31T04:57:56.168Z | Checking fatfs v0.3.6 |
3495 | 2025-01-31T04:57:56.603Z | Checking assert_matches v1.5.0 |
3496 | 2025-01-31T04:57:59.571Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3497 | 2025-01-31T04:58:00.958Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3498 | 2025-01-31T04:58:02.562Z | Compiling git2 v0.19.0 |
3499 | 2025-01-31T04:58:06.717Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f) |
3500 | 2025-01-31T04:59:02.969Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 13s |
3501 | 2025-01-31T04:59:03.178Z | |
3502 | 2025-01-31T04:59:03.178Z | info: running `cargo check --bins` on nexus-external-api (168/197) |
3503 | 2025-01-31T04:59:03.799Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3504 | 2025-01-31T04:59:03.802Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3505 | 2025-01-31T04:59:03.802Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3506 | 2025-01-31T04:59:03.805Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
3507 | 2025-01-31T04:59:03.883Z | |
3508 | 2025-01-31T04:59:03.883Z | info: running `cargo check --bins` on openapi-manager-types (169/197) |
3509 | 2025-01-31T04:59:04.436Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3510 | 2025-01-31T04:59:04.438Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3511 | 2025-01-31T04:59:04.438Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3512 | 2025-01-31T04:59:04.441Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3513 | 2025-01-31T04:59:04.516Z | |
3514 | 2025-01-31T04:59:04.516Z | info: running `cargo check --bins` on nexus-internal-api (170/197) |
3515 | 2025-01-31T04:59:05.118Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3516 | 2025-01-31T04:59:05.121Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3517 | 2025-01-31T04:59:05.121Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3518 | 2025-01-31T04:59:05.124Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3519 | 2025-01-31T04:59:05.215Z | |
3520 | 2025-01-31T04:59:05.215Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (171/197) |
3521 | 2025-01-31T04:59:05.812Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3522 | 2025-01-31T04:59:05.815Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3523 | 2025-01-31T04:59:05.815Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3524 | 2025-01-31T04:59:05.818Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3525 | 2025-01-31T04:59:05.901Z | |
3526 | 2025-01-31T04:59:05.902Z | info: running `cargo check --bins` on nexus-networking (172/197) |
3527 | 2025-01-31T04:59:06.526Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3528 | 2025-01-31T04:59:06.529Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3529 | 2025-01-31T04:59:06.529Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3530 | 2025-01-31T04:59:06.532Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
3531 | 2025-01-31T04:59:06.614Z | |
3532 | 2025-01-31T04:59:06.614Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (173/197) |
3533 | 2025-01-31T04:59:07.214Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3534 | 2025-01-31T04:59:07.216Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3535 | 2025-01-31T04:59:07.216Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3536 | 2025-01-31T04:59:07.219Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3537 | 2025-01-31T04:59:07.302Z | |
3538 | 2025-01-31T04:59:07.302Z | info: running `cargo check --bins` on nexus-reconfigurator-rendezvous (174/197) |
3539 | 2025-01-31T04:59:07.885Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3540 | 2025-01-31T04:59:07.888Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3541 | 2025-01-31T04:59:07.888Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3542 | 2025-01-31T04:59:07.891Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3543 | 2025-01-31T04:59:07.975Z | |
3544 | 2025-01-31T04:59:07.975Z | info: running `cargo check --bins` on update-common (175/197) |
3545 | 2025-01-31T04:59:08.546Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3546 | 2025-01-31T04:59:08.549Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3547 | 2025-01-31T04:59:08.549Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3548 | 2025-01-31T04:59:08.552Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3549 | 2025-01-31T04:59:08.630Z | |
3550 | 2025-01-31T04:59:08.630Z | info: running `cargo check --bins` on tufaceous-lib (176/197) |
3551 | 2025-01-31T04:59:09.193Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3552 | 2025-01-31T04:59:09.195Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3553 | 2025-01-31T04:59:09.195Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3554 | 2025-01-31T04:59:09.198Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3555 | 2025-01-31T04:59:09.275Z | |
3556 | 2025-01-31T04:59:09.275Z | info: running `cargo check --bins` on tufaceous (177/197) |
3557 | 2025-01-31T04:59:09.830Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3558 | 2025-01-31T04:59:09.833Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3559 | 2025-01-31T04:59:09.930Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3560 | 2025-01-31T04:59:11.069Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3561 | 2025-01-31T04:59:11.863Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.58s |
3562 | 2025-01-31T04:59:12.048Z | |
3563 | 2025-01-31T04:59:12.048Z | info: running `cargo check --bins` on omicron-dev (178/197) |
3564 | 2025-01-31T04:59:12.700Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3565 | 2025-01-31T04:59:12.703Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3566 | 2025-01-31T04:59:12.891Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3567 | 2025-01-31T04:59:12.894Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3568 | 2025-01-31T04:59:13.037Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3569 | 2025-01-31T04:59:13.040Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3570 | 2025-01-31T04:59:14.038Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3571 | 2025-01-31T04:59:40.407Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3572 | 2025-01-31T04:59:40.410Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3573 | 2025-01-31T04:59:40.410Z | Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
3574 | 2025-01-31T04:59:40.410Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3575 | 2025-01-31T04:59:40.410Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3576 | 2025-01-31T04:59:40.410Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3577 | 2025-01-31T04:59:41.297Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3578 | 2025-01-31T04:59:42.479Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3579 | 2025-01-31T05:00:23.370Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 11s |
3580 | 2025-01-31T05:00:23.586Z | |
3581 | 2025-01-31T05:00:23.587Z | info: running `cargo check --bins` on openapi-manager (179/197) |
3582 | 2025-01-31T05:00:24.165Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3583 | 2025-01-31T05:00:24.168Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3584 | 2025-01-31T05:00:24.285Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
3585 | 2025-01-31T05:00:24.288Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
3586 | 2025-01-31T05:00:24.288Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
3587 | 2025-01-31T05:00:24.417Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3588 | 2025-01-31T05:00:24.420Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
3589 | 2025-01-31T05:00:24.444Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
3590 | 2025-01-31T05:00:24.446Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3591 | 2025-01-31T05:00:24.476Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3592 | 2025-01-31T05:00:24.619Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
3593 | 2025-01-31T05:00:24.650Z | Checking heck v0.4.1 |
3594 | 2025-01-31T05:00:24.776Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
3595 | 2025-01-31T05:00:24.870Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3596 | 2025-01-31T05:00:25.006Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
3597 | 2025-01-31T05:00:25.277Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3598 | 2025-01-31T05:00:25.764Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
3599 | 2025-01-31T05:00:25.832Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3600 | 2025-01-31T05:00:26.340Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3601 | 2025-01-31T05:00:27.181Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3602 | 2025-01-31T05:00:27.359Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
3603 | 2025-01-31T05:00:27.983Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3604 | 2025-01-31T05:00:28.184Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
3605 | 2025-01-31T05:00:29.630Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3606 | 2025-01-31T05:00:29.630Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3607 | 2025-01-31T05:00:31.398Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3608 | 2025-01-31T05:00:32.844Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3609 | 2025-01-31T05:00:38.245Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3610 | 2025-01-31T05:00:38.249Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3611 | 2025-01-31T05:00:39.412Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3612 | 2025-01-31T05:00:40.414Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.82s |
3613 | 2025-01-31T05:00:40.607Z | |
3614 | 2025-01-31T05:00:40.607Z | info: running `cargo check --bins` on installinator-api (180/197) |
3615 | 2025-01-31T05:00:41.171Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3616 | 2025-01-31T05:00:41.179Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3617 | 2025-01-31T05:00:41.179Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3618 | 2025-01-31T05:00:41.179Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3619 | 2025-01-31T05:00:41.253Z | |
3620 | 2025-01-31T05:00:41.253Z | info: running `cargo check --bins` on wicketd-api (181/197) |
3621 | 2025-01-31T05:00:41.817Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3622 | 2025-01-31T05:00:41.819Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3623 | 2025-01-31T05:00:41.819Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3624 | 2025-01-31T05:00:41.823Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3625 | 2025-01-31T05:00:41.901Z | |
3626 | 2025-01-31T05:00:41.901Z | info: running `cargo check --bins` on reconfigurator-cli (182/197) |
3627 | 2025-01-31T05:00:42.477Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3628 | 2025-01-31T05:00:42.480Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3629 | 2025-01-31T05:00:42.588Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3630 | 2025-01-31T05:00:42.588Z | Compiling petname v2.0.2 |
3631 | 2025-01-31T05:00:42.591Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3632 | 2025-01-31T05:00:42.591Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3633 | 2025-01-31T05:00:42.591Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
3634 | 2025-01-31T05:00:42.591Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
3635 | 2025-01-31T05:00:42.591Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3636 | 2025-01-31T05:00:42.696Z | Checking sync-ptr v0.1.1 |
3637 | 2025-01-31T05:00:47.750Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3638 | 2025-01-31T05:00:48.366Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3639 | 2025-01-31T05:00:49.460Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
3640 | 2025-01-31T05:00:51.021Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.11s |
3641 | 2025-01-31T05:00:51.202Z | |
3642 | 2025-01-31T05:00:51.202Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (183/197) |
3643 | 2025-01-31T05:00:51.773Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3644 | 2025-01-31T05:00:51.777Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3645 | 2025-01-31T05:00:51.777Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3646 | 2025-01-31T05:00:51.780Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3647 | 2025-01-31T05:00:51.863Z | |
3648 | 2025-01-31T05:00:51.863Z | info: running `cargo check --bins` on omicron-releng (184/197) |
3649 | 2025-01-31T05:00:52.421Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3650 | 2025-01-31T05:00:52.423Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3651 | 2025-01-31T05:00:52.514Z | Checking memmap2 v0.9.5 |
3652 | 2025-01-31T05:00:52.514Z | Checking arrayvec v0.7.6 |
3653 | 2025-01-31T05:00:52.517Z | Checking arrayref v0.3.9 |
3654 | 2025-01-31T05:00:52.517Z | Checking constant_time_eq v0.3.1 |
3655 | 2025-01-31T05:00:52.517Z | Checking topological-sort v0.2.2 |
3656 | 2025-01-31T05:00:52.517Z | Checking shell-words v1.1.0 |
3657 | 2025-01-31T05:00:52.866Z | Checking blake3 v1.5.4 |
3658 | 2025-01-31T05:00:53.202Z | Checking omicron-zone-package v0.12.0 |
3659 | 2025-01-31T05:00:54.312Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3660 | 2025-01-31T05:00:55.227Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.35s |
3661 | 2025-01-31T05:00:55.405Z | |
3662 | 2025-01-31T05:00:55.405Z | info: running `cargo check --bins` on xtask (185/197) |
3663 | 2025-01-31T05:00:55.812Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3664 | 2025-01-31T05:00:55.815Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3665 | 2025-01-31T05:00:55.834Z | Checking bitflags v2.6.0 |
3666 | 2025-01-31T05:00:55.839Z | Checking serde v1.0.217 |
3667 | 2025-01-31T05:00:55.839Z | Checking thiserror v1.0.69 |
3668 | 2025-01-31T05:00:55.936Z | Checking scroll v0.12.0 |
3669 | 2025-01-31T05:00:55.965Z | Checking log v0.4.22 |
3670 | 2025-01-31T05:00:55.965Z | Checking hashbrown v0.15.1 |
3671 | 2025-01-31T05:00:55.965Z | Checking zerocopy v0.7.35 |
3672 | 2025-01-31T05:00:56.023Z | Checking syn v2.0.96 |
3673 | 2025-01-31T05:00:56.088Z | Checking pest v2.7.14 |
3674 | 2025-01-31T05:00:56.160Z | Checking rustix v0.38.37 |
3675 | 2025-01-31T05:00:56.212Z | Checking once_cell v1.20.2 |
3676 | 2025-01-31T05:00:56.371Z | Checking goblin v0.8.2 |
3677 | 2025-01-31T05:00:56.509Z | Checking fs-err v2.11.0 |
3678 | 2025-01-31T05:00:56.837Z | Checking anyhow v1.0.95 |
3679 | 2025-01-31T05:00:56.905Z | Checking indexmap v2.7.1 |
3680 | 2025-01-31T05:00:57.128Z | Checking tabled v0.15.0 |
3681 | 2025-01-31T05:00:57.841Z | Checking terminal_size v0.4.0 |
3682 | 2025-01-31T05:00:57.841Z | Checking tempfile v3.13.0 |
3683 | 2025-01-31T05:00:58.018Z | Checking clap_builder v4.5.27 |
3684 | 2025-01-31T05:00:58.633Z | Checking dtrace-parser v0.2.0 |
3685 | 2025-01-31T05:00:59.662Z | Checking serde_json v1.0.135 |
3686 | 2025-01-31T05:00:59.662Z | Checking toml_datetime v0.6.8 |
3687 | 2025-01-31T05:00:59.662Z | Checking serde_spanned v0.6.8 |
3688 | 2025-01-31T05:00:59.665Z | Checking camino v1.1.9 |
3689 | 2025-01-31T05:00:59.665Z | Checking cargo-platform v0.1.8 |
3690 | 2025-01-31T05:00:59.912Z | Checking semver v1.0.24 |
3691 | 2025-01-31T05:00:59.978Z | Checking toml_edit v0.22.22 |
3692 | 2025-01-31T05:00:59.994Z | Checking macaddr v1.0.1 |
3693 | 2025-01-31T05:01:00.214Z | Checking camino-tempfile v1.1.1 |
3694 | 2025-01-31T05:01:00.671Z | Checking clap v4.5.27 |
3695 | 2025-01-31T05:01:00.901Z | Checking dof v0.3.0 |
3696 | 2025-01-31T05:01:00.904Z | Checking cargo_metadata v0.18.1 |
3697 | 2025-01-31T05:01:01.355Z | Checking usdt-impl v0.5.0 |
3698 | 2025-01-31T05:01:01.735Z | Checking usdt v0.5.0 |
3699 | 2025-01-31T05:01:01.926Z | Checking toml v0.8.19 |
3700 | 2025-01-31T05:01:02.363Z | Checking cargo_toml v0.20.5 |
3701 | 2025-01-31T05:01:03.539Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3702 | 2025-01-31T05:01:04.205Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.79s |
3703 | 2025-01-31T05:01:04.307Z | |
3704 | 2025-01-31T05:01:04.307Z | info: running `cargo check --bins` on end-to-end-tests (186/197) |
3705 | 2025-01-31T05:01:04.938Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3706 | 2025-01-31T05:01:04.941Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3707 | 2025-01-31T05:01:05.093Z | Checking polyval v0.6.2 |
3708 | 2025-01-31T05:01:05.208Z | Checking ctr v0.9.2 |
3709 | 2025-01-31T05:01:05.222Z | Checking ssh-encoding v0.2.0 |
3710 | 2025-01-31T05:01:05.225Z | Checking blowfish v0.9.1 |
3711 | 2025-01-31T05:01:05.248Z | Checking password-hash v0.4.2 |
3712 | 2025-01-31T05:01:05.263Z | Checking p256 v0.13.2 |
3713 | 2025-01-31T05:01:05.263Z | Checking p521 v0.13.3 |
3714 | 2025-01-31T05:01:05.297Z | Checking russh-cryptovec v0.7.3 |
3715 | 2025-01-31T05:01:05.439Z | Checking ghash v0.5.1 |
3716 | 2025-01-31T05:01:05.461Z | Checking md5 v0.7.0 |
3717 | 2025-01-31T05:01:05.480Z | Checking bcrypt-pbkdf v0.10.0 |
3718 | 2025-01-31T05:01:05.505Z | Checking num-bigint v0.4.6 |
3719 | 2025-01-31T05:01:05.539Z | Checking des v0.8.1 |
3720 | 2025-01-31T05:01:05.607Z | Checking aes-gcm v0.10.3 |
3721 | 2025-01-31T05:01:05.640Z | Checking pbkdf2 v0.11.0 |
3722 | 2025-01-31T05:01:05.729Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
3723 | 2025-01-31T05:01:05.749Z | Checking hex-literal v0.4.1 |
3724 | 2025-01-31T05:01:05.768Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3725 | 2025-01-31T05:01:05.820Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3726 | 2025-01-31T05:01:05.851Z | Checking ssh-cipher v0.2.0 |
3727 | 2025-01-31T05:01:05.892Z | Checking internet-checksum v0.2.1 |
3728 | 2025-01-31T05:01:06.137Z | Checking ssh-key v0.6.6 |
3729 | 2025-01-31T05:01:06.400Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
3730 | 2025-01-31T05:01:07.250Z | Checking russh-keys v0.45.0 |
3731 | 2025-01-31T05:01:08.085Z | Checking russh v0.45.0 |
3732 | 2025-01-31T05:01:25.026Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3733 | 2025-01-31T05:01:26.412Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.09s |
3734 | 2025-01-31T05:01:26.607Z | |
3735 | 2025-01-31T05:01:26.607Z | info: running `cargo check --bins` on gateway-cli (187/197) |
3736 | 2025-01-31T05:01:27.161Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3737 | 2025-01-31T05:01:27.164Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3738 | 2025-01-31T05:01:27.250Z | Checking termios v0.3.3 |
3739 | 2025-01-31T05:01:27.470Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3740 | 2025-01-31T05:01:28.285Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.67s |
3741 | 2025-01-31T05:01:28.457Z | |
3742 | 2025-01-31T05:01:28.457Z | info: running `cargo check --bins --no-default-features` on installinator (188/197) |
3743 | 2025-01-31T05:01:29.036Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3744 | 2025-01-31T05:01:29.040Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3745 | 2025-01-31T05:01:29.159Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3746 | 2025-01-31T05:01:29.159Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3747 | 2025-01-31T05:01:29.162Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3748 | 2025-01-31T05:01:29.162Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3749 | 2025-01-31T05:01:30.169Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3750 | 2025-01-31T05:01:31.412Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3751 | 2025-01-31T05:01:33.171Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.70s |
3752 | 2025-01-31T05:01:33.363Z | |
3753 | 2025-01-31T05:01:33.363Z | info: running `cargo check --bins` on internal-dns-cli (189/197) |
3754 | 2025-01-31T05:01:33.901Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3755 | 2025-01-31T05:01:33.904Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3756 | 2025-01-31T05:01:33.987Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3757 | 2025-01-31T05:01:34.464Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s |
3758 | 2025-01-31T05:01:34.636Z | |
3759 | 2025-01-31T05:01:34.636Z | info: running `cargo check --bins` on omicron-live-tests (190/197) |
3760 | 2025-01-31T05:01:35.172Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3761 | 2025-01-31T05:01:35.182Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3762 | 2025-01-31T05:01:35.182Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3763 | 2025-01-31T05:01:35.182Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3764 | 2025-01-31T05:01:35.250Z | |
3765 | 2025-01-31T05:01:35.250Z | info: running `cargo check --bins` on live-tests-macros (191/197) |
3766 | 2025-01-31T05:01:35.781Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3767 | 2025-01-31T05:01:35.783Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3768 | 2025-01-31T05:01:35.783Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3769 | 2025-01-31T05:01:35.786Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3770 | 2025-01-31T05:01:35.856Z | |
3771 | 2025-01-31T05:01:35.856Z | info: running `cargo check --bins` on omicron-package (192/197) |
3772 | 2025-01-31T05:01:36.424Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3773 | 2025-01-31T05:01:36.426Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3774 | 2025-01-31T05:01:36.522Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3775 | 2025-01-31T05:01:37.903Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.04s |
3776 | 2025-01-31T05:01:38.077Z | |
3777 | 2025-01-31T05:01:38.077Z | info: running `cargo check --bins` on wicket-dbg (193/197) |
3778 | 2025-01-31T05:01:38.661Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3779 | 2025-01-31T05:01:38.663Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3780 | 2025-01-31T05:01:38.773Z | Checking rtoolbox v0.0.2 |
3781 | 2025-01-31T05:01:38.776Z | Checking tui-tree-widget v0.22.0 |
3782 | 2025-01-31T05:01:38.776Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3783 | 2025-01-31T05:01:39.009Z | Checking rpassword v7.3.1 |
3784 | 2025-01-31T05:01:42.754Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3785 | 2025-01-31T05:01:45.563Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3786 | 2025-01-31T05:01:46.718Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.63s |
3787 | 2025-01-31T05:01:46.901Z | |
3788 | 2025-01-31T05:01:46.901Z | info: running `cargo check --bins` on wicket (194/197) |
3789 | 2025-01-31T05:01:47.492Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3790 | 2025-01-31T05:01:47.495Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3791 | 2025-01-31T05:01:47.603Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3792 | 2025-01-31T05:01:48.016Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.10s |
3793 | 2025-01-31T05:01:48.206Z | |
3794 | 2025-01-31T05:01:48.206Z | info: running `cargo check --bins` on wicketd (195/197) |
3795 | 2025-01-31T05:01:48.797Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3796 | 2025-01-31T05:01:48.800Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3797 | 2025-01-31T05:01:48.914Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3798 | 2025-01-31T05:01:48.918Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3799 | 2025-01-31T05:01:49.730Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3800 | 2025-01-31T05:01:53.516Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.30s |
3801 | 2025-01-31T05:01:53.703Z | |
3802 | 2025-01-31T05:01:53.703Z | info: running `cargo check --bins` on omicron-workspace-hack (196/197) |
3803 | 2025-01-31T05:01:54.225Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3804 | 2025-01-31T05:01:54.228Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3805 | 2025-01-31T05:01:54.228Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3806 | 2025-01-31T05:01:54.231Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
3807 | 2025-01-31T05:01:54.302Z | |
3808 | 2025-01-31T05:01:54.302Z | info: running `cargo check --bins` on zone-setup (197/197) |
3809 | 2025-01-31T05:01:54.902Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3810 | 2025-01-31T05:01:54.905Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3811 | 2025-01-31T05:01:55.038Z | Checking uzers v0.12.1 |
3812 | 2025-01-31T05:01:55.386Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3813 | 2025-01-31T05:01:56.484Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.17s |
3814 | 2025-01-31T05:01:56.704Z | |
3815 | 2025-01-31T05:01:56.704Z | real 13:26.005092765 |
3816 | 2025-01-31T05:01:56.704Z | user 25:47.768204108 |
3817 | 2025-01-31T05:01:56.704Z | sys 4:14.158354474 |
3818 | 2025-01-31T05:01:56.704Z | trap 0.527395584 |
3819 | 2025-01-31T05:01:56.704Z | tflt 3.495372146 |
3820 | 2025-01-31T05:01:56.704Z | dflt 2.077042692 |
3821 | 2025-01-31T05:01:56.704Z | kflt 0.001162542 |
3822 | 2025-01-31T05:01:56.704Z | lock 45:38.157524723 |
3823 | 2025-01-31T05:01:56.707Z | slp 2:08:30.842530970 |
3824 | 2025-01-31T05:01:56.707Z | lat 1:06.869496762 |
3825 | 2025-01-31T05:01:56.708Z | stop 3:41.793169189 |
3826 | 2025-01-31T05:01:56.708Z | process exited: duration 1150132 ms, exit code 0 |
|
3827 | 2025-01-31T05:01:56.714Z | found 0 output files |